Skip to content
Failed

Console Output

Started by user tesonep@gmail.com
12:05:03 Connecting to https://api.github.com using pharo-ci/****** (pharo-ci using token as pass)
Obtained Jenkinsfile from db5589084ebb0aed7e68d12388f6ef22cf23d893
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_v9.0.10
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (VM Unit Tests)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
 > git init /builds/workspace/pharo-vm_v9.0.10/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.24.1 (Apple Git-126)'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Using shallow fetch with depth 2
Checking out Revision db5589084ebb0aed7e68d12388f6ef22cf23d893 (v9.0.10)
Commit message: "Updating Changelog, preparing release"
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v9.0.10:refs/tags/v9.0.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db5589084ebb0aed7e68d12388f6ef22cf23d893 # timeout=10
 > git rev-list --no-walk db5589084ebb0aed7e68d12388f6ef22cf23d893 # timeout=10
[Pipeline] stash
Stashed 2 file(s)
[Pipeline] sh
+ git tag --list --points-at HEAD
expected to call java.lang.String.eachLine but wound up catching org.jenkinsci.plugins.workflow.cps.CpsClosure2.call; see: https://jenkins.io/redirect/pipeline-cps-method-mismatches/
[Pipeline] echo
Extracted versionTag: v9.0.10 is release: true
[Pipeline] writeFile
[Pipeline] stash
Stashed 1 file(s)
[Pipeline] }
[Pipeline] // dir
[Pipeline] cmakeBuild
[runTests] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.10-db558908
-- Commit hash db558908 : 2021-11-25 11:12:35 +0100
-- No user build settings.
-- v9.0.10 - Commit: db558908 - Date: 2021-11-25 11:12:35 +0100
-- The C compiler identification is AppleClang 11.0.3.11030032
-- The CXX compiler identification is AppleClang 11.0.3.11030032
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Darwin-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Looking for FFI in the system
-- Found FFI: /usr/lib/libffi.dylib  
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Looking for Git2 in the system
-- Could NOT find libgit2 (missing: LIBGIT2_LIBRARY LIBGIT2_INCLUDE_PATH) 
-- Git2 not found.
-- Building LibGit2 with LibSSH 1.9.0
-- Downloading/updating LibSSH2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/LibSSH2-download
Scanning dependencies of target LibSSH2-download
[ 11%] Creating directories for 'LibSSH2-download'
[ 22%] Performing download step (git clone) for 'LibSSH2-download'
Cloning into 'LibSSH2-src'...
Note: switching to 'libssh2-1.9.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 42d37aa 1.9 Formatting
[ 33%] No patch step for 'LibSSH2-download'
[ 44%] Performing update step for 'LibSSH2-download'
[ 55%] No configure step for 'LibSSH2-download'
[ 66%] No build step for 'LibSSH2-download'
[ 77%] No install step for 'LibSSH2-download'
[ 88%] No test step for 'LibSSH2-download'
[100%] Completed 'LibSSH2-download'
[100%] Built target LibSSH2-download
-- Downloading/updating LibGit2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/LibGit2-download
Scanning dependencies of target LibGit2-download
[ 11%] Creating directories for 'LibGit2-download'
[ 22%] Performing download step (git clone) for 'LibGit2-download'
Cloning into 'LibGit2-src'...
Updating files:   8% (918/11421)
Updating files:   9% (1028/11421)
Updating files:  10% (1143/11421)
Updating files:  10% (1190/11421)
Updating files:  11% (1257/11421)
Updating files:  12% (1371/11421)
Updating files:  13% (1485/11421)
Updating files:  14% (1599/11421)
Updating files:  15% (1714/11421)
Updating files:  15% (1718/11421)
Updating files:  16% (1828/11421)
Updating files:  17% (1942/11421)
Updating files:  18% (2056/11421)
Updating files:  19% (2170/11421)
Updating files:  20% (2285/11421)
Updating files:  21% (2399/11421)
Updating files:  22% (2513/11421)
Updating files:  23% (2627/11421)
Updating files:  23% (2693/11421)
Updating files:  24% (2742/11421)
Updating files:  25% (2856/11421)
Updating files:  26% (2970/11421)
Updating files:  27% (3084/11421)
Updating files:  28% (3198/11421)
Updating files:  29% (3313/11421)
Updating files:  30% (3427/11421)
Updating files:  31% (3541/11421)
Updating files:  32% (3655/11421)
Updating files:  33% (3769/11421)
Updating files:  34% (3884/11421)
Updating files:  35% (3998/11421)
Updating files:  36% (4112/11421)
Updating files:  37% (4226/11421)
Updating files:  37% (4248/11421)
Updating files:  38% (4340/11421)
Updating files:  39% (4455/11421)
Updating files:  40% (4569/11421)
Updating files:  41% (4683/11421)
Updating files:  42% (4797/11421)
Updating files:  43% (4912/11421)
Updating files:  44% (5026/11421)
Updating files:  45% (5140/11421)
Updating files:  46% (5254/11421)
Updating files:  47% (5368/11421)
Updating files:  48% (5483/11421)
Updating files:  49% (5597/11421)
Updating files:  50% (5711/11421)
Updating files:  51% (5825/11421)
Updating files:  51% (5843/11421)
Updating files:  52% (5939/11421)
Updating files:  53% (6054/11421)
Updating files:  54% (6168/11421)
Updating files:  55% (6282/11421)
Updating files:  56% (6396/11421)
Updating files:  57% (6510/11421)
Updating files:  58% (6625/11421)
Updating files:  58% (6690/11421)
Updating files:  59% (6739/11421)
Updating files:  60% (6853/11421)
Updating files:  61% (6967/11421)
Updating files:  62% (7082/11421)
Updating files:  63% (7196/11421)
Updating files:  64% (7310/11421)
Updating files:  65% (7424/11421)
Updating files:  66% (7538/11421)
Updating files:  67% (7653/11421)
Updating files:  68% (7767/11421)
Updating files:  69% (7881/11421)
Updating files:  70% (7995/11421)
Updating files:  71% (8109/11421)
Updating files:  71% (8195/11421)
Updating files:  72% (8224/11421)
Updating files:  73% (8338/11421)
Updating files:  74% (8452/11421)
Updating files:  75% (8566/11421)
Updating files:  76% (8680/11421)
Updating files:  77% (8795/11421)
Updating files:  78% (8909/11421)
Updating files:  79% (9023/11421)
Updating files:  80% (9137/11421)
Updating files:  81% (9252/11421)
Updating files:  82% (9366/11421)
Updating files:  83% (9480/11421)
Updating files:  84% (9594/11421)
Updating files:  85% (9708/11421)
Updating files:  86% (9823/11421)
Updating files:  87% (9937/11421)
Updating files:  88% (10051/11421)
Updating files:  89% (10165/11421)
Updating files:  90% (10279/11421)
Updating files:  91% (10394/11421)
Updating files:  92% (10508/11421)
Updating files:  93% (10622/11421)
Updating files:  93% (10712/11421)
Updating files:  94% (10736/11421)
Updating files:  95% (10850/11421)
Updating files:  96% (10965/11421)
Updating files:  97% (11079/11421)
Updating files:  98% (11193/11421)
Updating files:  99% (11307/11421)
Updating files: 100% (11421/11421)
Updating files: 100% (11421/11421), done.
Note: switching to 'v1.0.1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 0ced29612 Merge pull request #5542 from libgit2/ethomson/1_0_1
[ 33%] No patch step for 'LibGit2-download'
[ 44%] Performing update step for 'LibGit2-download'
[ 55%] No configure step for 'LibGit2-download'
[ 66%] No build step for 'LibGit2-download'
[ 77%] No install step for 'LibGit2-download'
[ 88%] No test step for 'LibGit2-download'
[100%] Completed 'LibGit2-download'
[100%] Built target LibGit2-download
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC - Success
-- Performing Test HAVE_STRUCT_STAT_MTIME_NSEC
-- Performing Test HAVE_STRUCT_STAT_MTIME_NSEC - Failed
-- Performing Test HAVE_STRUCT_STAT_NSEC
-- Performing Test HAVE_STRUCT_STAT_NSEC - Success
-- Performing Test IS_WALL_SUPPORTED
-- Performing Test IS_WALL_SUPPORTED - Success
-- Performing Test IS_WEXTRA_SUPPORTED
-- Performing Test IS_WEXTRA_SUPPORTED - Success
-- Performing Test IS_FVISIBILITY_HIDDEN_SUPPORTED
-- Performing Test IS_FVISIBILITY_HIDDEN_SUPPORTED - Success
-- Performing Test IS_WDOCUMENTATION_SUPPORTED
-- Performing Test IS_WDOCUMENTATION_SUPPORTED - Success
-- Performing Test IS_WNO_MISSING_FIELD_INITIALIZERS_SUPPORTED
-- Performing Test IS_WNO_MISSING_FIELD_INITIALIZERS_SUPPORTED - Success
-- Performing Test IS_WSTRICT_ALIASING_SUPPORTED
-- Performing Test IS_WSTRICT_ALIASING_SUPPORTED - Success
-- Performing Test IS_WSTRICT_PROTOTYPES_SUPPORTED
-- Performing Test IS_WSTRICT_PROTOTYPES_SUPPORTED - Success
-- Performing Test IS_WDECLARATION_AFTER_STATEMENT_SUPPORTED
-- Performing Test IS_WDECLARATION_AFTER_STATEMENT_SUPPORTED - Success
-- Performing Test IS_WSHIFT_COUNT_OVERFLOW_SUPPORTED
-- Performing Test IS_WSHIFT_COUNT_OVERFLOW_SUPPORTED - Success
-- Performing Test IS_WUNUSED_CONST_VARIABLE_SUPPORTED
-- Performing Test IS_WUNUSED_CONST_VARIABLE_SUPPORTED - Success
-- Performing Test IS_WUNUSED_FUNCTION_SUPPORTED
-- Performing Test IS_WUNUSED_FUNCTION_SUPPORTED - Success
-- Performing Test IS_WINT_CONVERSION_SUPPORTED
-- Performing Test IS_WINT_CONVERSION_SUPPORTED - Success
-- Performing Test IS_WFORMAT_SUPPORTED
-- Performing Test IS_WFORMAT_SUPPORTED - Success
-- Performing Test IS_WFORMAT_SECURITY_SUPPORTED
-- Performing Test IS_WFORMAT_SECURITY_SUPPORTED - Success
-- Looking for futimens
-- Looking for futimens - found
-- Checking prototype qsort_r for HAVE_QSORT_R_BSD - True
-- Checking prototype qsort_r for HAVE_QSORT_R_GNU - False
-- Looking for qsort_s
-- Looking for qsort_s - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR) 
-- Found Security /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework
-- Looking for SSLCreateContext in /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework
-- Looking for SSLCreateContext in /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework - found
-- Found CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreFoundation.framework
-- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR) 
-- Looking for regcomp_l
-- Looking for regcomp_l - found
-- http-parser version 2 was not found or disabled; using bundled 3rd-party sources.
-- Performing Test IS_WIMPLICIT_FALLTHROUGH_1_SUPPORTED
-- Performing Test IS_WIMPLICIT_FALLTHROUGH_1_SUPPORTED - Failed
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.11") 
-- LIBSSH2 not found. Set CMAKE_PREFIX_PATH if it is installed outside of the default search path.
-- Performing Test IS_WNO_IMPLICIT_FALLTHROUGH_SUPPORTED
-- Performing Test IS_WNO_IMPLICIT_FALLTHROUGH_SUPPORTED - Success
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES) 
-- Found GSS.framework /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/GSS.framework
-- Looking for iconv_open
-- Looking for iconv_open - not found
-- Found Iconv: -L/usr/lib -liconv
-- Enabled features:
 * nanoseconds, whether to use sub-second file mtimes and ctimes
 * tracing, tracing support
 * threadsafe, threadsafe support
 * HTTPS, using SecureTransport
 * SHA, using CollisionDetection
 * regex, using system regcomp_l
 * http-parser, http-parser support (bundled)
 * zlib, using system zlib
 * ntlmclient, NTLM authentication support for Unix
 * iconv, iconv encoding conversion support

-- Disabled features:
 * debugpool, debug pool allocator
 * SSH, SSH transport support
 * SPNEGO, SPNEGO authentication support

-- Looking for Freetype in the system
-- Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS) 
-- Freetype not found.
-- Building Freetype
-- Downloading/updating freetype
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/freetype-download
Scanning dependencies of target freetype-download
[ 11%] Creating directories for 'freetype-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/freetype-download/freetype-download-prefix/src/freetype-2.10.0.tar.gz'
   timeout='none'
-- Using src='https://download.savannah.gnu.org/releases/freetype/freetype-2.10.0.tar.gz'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/freetype-download/freetype-download-prefix/src/freetype-2.10.0.tar.gz'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/freetype-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-download'
[ 44%] No update step for 'freetype-download'
[ 55%] No configure step for 'freetype-download'
[ 66%] No build step for 'freetype-download'
[ 77%] No install step for 'freetype-download'
[ 88%] No test step for 'freetype-download'
[100%] Completed 'freetype-download'
[100%] Built target freetype-download
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Could NOT find harfbuzz (missing: HARFBUZZ_INCLUDE_DIRS HARFBUZZ_LIBRARIES) 
-- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) 
-- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6") 
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
Adding third-party libraries for Darwin-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/pixman-0.34.0-download
Scanning dependencies of target pixman-0.34.0-download
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/pixman-0.34.0.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 66%] No build step for 'pixman-0.34.0-download'
[ 77%] No install step for 'pixman-0.34.0-download'
[ 88%] No test step for 'pixman-0.34.0-download'
[100%] Completed 'pixman-0.34.0-download'
[100%] Built target pixman-0.34.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/pixman-0.34.0-src/libpixman-1.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/pixman-0.34.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/cairo-1.15.4-download
Scanning dependencies of target cairo-1.15.4-download
[ 11%] Creating directories for 'cairo-1.15.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/cairo-1.15.4.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/cairo-1.15.4-src/libcairo.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/cairo-1.15.4-src/libcairo.dylib
Adding third-party libraries for Darwin-x86_64: libpng-1.2.49
-- Downloading/updating libpng-1.2.49
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/libpng-1.2.49-download
Scanning dependencies of target libpng-1.2.49-download
[ 11%] Creating directories for 'libpng-1.2.49-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.2.49-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libpng-1.2.49.zip'
-- [download 4% complete]
-- [download 6% complete]
-- [download 8% complete]
-- [download 13% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 26% complete]
-- [download 30% complete]
-- [download 36% complete]
-- [download 42% complete]
-- [download 49% complete]
-- [download 60% complete]
-- [download 62% complete]
-- [download 70% complete]
-- [download 74% complete]
-- [download 82% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 96% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/libpng-1.2.49-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.2.49-download'
[ 44%] No update step for 'libpng-1.2.49-download'
[ 55%] No configure step for 'libpng-1.2.49-download'
[ 66%] No build step for 'libpng-1.2.49-download'
[ 77%] No install step for 'libpng-1.2.49-download'
[ 88%] No test step for 'libpng-1.2.49-download'
[100%] Completed 'libpng-1.2.49-download'
[100%] Built target libpng-1.2.49-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/libpng-1.2.49-src/libpng12.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/libpng-1.2.49-src/libpng12.dylib
-- Looking for SDL2 in the system
-- Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR) 
-- SDL2 not found.
-- Building SDL2
-- Downloading/updating SDL2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/SDL2-download
Scanning dependencies of target SDL2-download
[ 11%] Creating directories for 'SDL2-download'
[ 22%] Performing download step (git clone) for 'SDL2-download'
Cloning into 'SDL2-src'...
Updating files:  91% (1212/1318)
Updating files:  92% (1213/1318)
Updating files:  93% (1226/1318)
Updating files:  94% (1239/1318)
Updating files:  95% (1253/1318)
Updating files:  96% (1266/1318)
Updating files:  97% (1279/1318)
Updating files:  98% (1292/1318)
Updating files:  99% (1305/1318)
Updating files: 100% (1318/1318)
Updating files: 100% (1318/1318), done.
Note: switching to 'v2.0.12'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 8ff4d3e Added vcruntime dependency to build on VS2019 as per in https://thomas.reiser.zone/building-sdl2-on-windows-with-vs2019/
[ 33%] No patch step for 'SDL2-download'
[ 44%] Performing update step for 'SDL2-download'
[ 55%] No configure step for 'SDL2-download'
[ 66%] No build step for 'SDL2-download'
[ 77%] No install step for 'SDL2-download'
[ 88%] No test step for 'SDL2-download'
[100%] Completed 'SDL2-download'
[100%] Built target SDL2-download
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Performing Test HAVE_GCC_WALL
-- Performing Test HAVE_GCC_WALL - Success
-- Performing Test HAVE_GCC_NO_STRICT_ALIASING
-- Performing Test HAVE_GCC_NO_STRICT_ALIASING - Success
-- Performing Test HAVE_GCC_WDECLARATION_AFTER_STATEMENT
-- Performing Test HAVE_GCC_WDECLARATION_AFTER_STATEMENT - Success
-- Performing Test HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT
-- Performing Test HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT - Success
-- Performing Test HAVE_GCC_ATOMICS
-- Performing Test HAVE_GCC_ATOMICS - Success
-- Performing Test HAVE_GCC_PREFERRED_STACK_BOUNDARY
-- Performing Test HAVE_GCC_PREFERRED_STACK_BOUNDARY - Failed
-- Performing Test HAVE_GCC_FVISIBILITY
-- Performing Test HAVE_GCC_FVISIBILITY - Success
-- Performing Test HAVE_GCC_WSHADOW
-- Performing Test HAVE_GCC_WSHADOW - Success
-- Performing Test HAVE_MMX
-- Performing Test HAVE_MMX - Success
-- Performing Test HAVE_3DNOW
-- Performing Test HAVE_3DNOW - Success
-- Performing Test HAVE_SSE
-- Performing Test HAVE_SSE - Success
-- Performing Test HAVE_SSE2
-- Performing Test HAVE_SSE2 - Success
-- Performing Test HAVE_SSE3
-- Performing Test HAVE_SSE3 - Success
-- Looking for immintrin.h
-- Looking for immintrin.h - found
-- Performing Test HAVE_ALTIVEC_H_HDR
-- Performing Test HAVE_ALTIVEC_H_HDR - Failed
-- Performing Test HAVE_ALTIVEC
-- Performing Test HAVE_ALTIVEC - Failed
-- Performing Test ARMSIMD_FOUND
-- Performing Test ARMSIMD_FOUND - Failed
-- Performing Test ARMNEON_FOUND
-- Performing Test ARMNEON_FOUND - Failed
-- Looking for stdio.h
-- Looking for stdio.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for stdarg.h
-- Looking for stdarg.h - found
-- Looking for malloc.h
-- Looking for malloc.h - not found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for limits.h
-- Looking for limits.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for wchar.h
-- Looking for wchar.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for ctype.h
-- Looking for ctype.h - found
-- Looking for math.h
-- Looking for math.h - found
-- Looking for iconv.h
-- Looking for iconv.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for libunwind.h
-- Looking for libunwind.h - found
-- Looking for 8 include files dlfcn.h, ..., float.h
-- Looking for 8 include files dlfcn.h, ..., float.h - found
-- Check size of size_t
-- Check size of size_t - done
-- Looking for M_PI
-- Looking for M_PI - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Looking for strtod
-- Looking for strtod - found
-- Looking for malloc
-- Looking for malloc - found
-- Looking for calloc
-- Looking for calloc - found
-- Looking for realloc
-- Looking for realloc - found
-- Looking for free
-- Looking for free - found
-- Looking for getenv
-- Looking for getenv - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for qsort
-- Looking for qsort - found
-- Looking for abs
-- Looking for abs - found
-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for memset
-- Looking for memset - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for memcmp
-- Looking for memcmp - found
-- Looking for strlen
-- Looking for strlen - found
-- Looking for strlcpy
-- Looking for strlcpy - found
-- Looking for strlcat
-- Looking for strlcat - found
-- Looking for _strrev
-- Looking for _strrev - not found
-- Looking for _strupr
-- Looking for _strupr - not found
-- Looking for _strlwr
-- Looking for _strlwr - not found
-- Looking for strchr
-- Looking for strchr - found
-- Looking for strrchr
-- Looking for strrchr - found
-- Looking for strstr
-- Looking for strstr - found
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for itoa
-- Looking for itoa - not found
-- Looking for _ltoa
-- Looking for _ltoa - not found
-- Looking for _uitoa
-- Looking for _uitoa - not found
-- Looking for _ultoa
-- Looking for _ultoa - not found
-- Looking for strtol
-- Looking for strtol - found
-- Looking for strtoul
-- Looking for strtoul - found
-- Looking for _i64toa
-- Looking for _i64toa - not found
-- Looking for _ui64toa
-- Looking for _ui64toa - not found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for strtoull
-- Looking for strtoull - found
-- Looking for atoi
-- Looking for atoi - found
-- Looking for atof
-- Looking for atof - found
-- Looking for strcmp
-- Looking for strcmp - found
-- Looking for strncmp
-- Looking for strncmp - found
-- Looking for _stricmp
-- Looking for _stricmp - not found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for _strnicmp
-- Looking for _strnicmp - not found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for wcscmp
-- Looking for wcscmp - found
-- Looking for wcsdup
-- Looking for wcsdup - found
-- Looking for wcslcat
-- Looking for wcslcat - found
-- Looking for wcslcpy
-- Looking for wcslcpy - found
-- Looking for wcslen
-- Looking for wcslen - found
-- Looking for wcsncmp
-- Looking for wcsncmp - found
-- Looking for wcsstr
-- Looking for wcsstr - found
-- Looking for sscanf
-- Looking for sscanf - found
-- Looking for vsscanf
-- Looking for vsscanf - found
-- Looking for vsnprintf
-- Looking for vsnprintf - found
-- Looking for fopen64
-- Looking for fopen64 - not found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for fseeko64
-- Looking for fseeko64 - not found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for setjmp
-- Looking for setjmp - found
-- Looking for nanosleep
-- Looking for nanosleep - found
-- Looking for sysconf
-- Looking for sysconf - found
-- Looking for sysctlbyname
-- Looking for sysctlbyname - found
-- Looking for getauxval
-- Looking for getauxval - not found
-- Looking for poll
-- Looking for poll - found
-- Looking for _Exit
-- Looking for _Exit - found
-- Looking for pow in m
-- Looking for pow in m - found
-- Looking for atan
-- Looking for atan - found
-- Looking for atan2
-- Looking for atan2 - found
-- Looking for atanf
-- Looking for atanf - found
-- Looking for atan2f
-- Looking for atan2f - found
-- Looking for ceil
-- Looking for ceil - found
-- Looking for ceilf
-- Looking for ceilf - found
-- Looking for copysign
-- Looking for copysign - found
-- Looking for copysignf
-- Looking for copysignf - found
-- Looking for cos
-- Looking for cos - found
-- Looking for cosf
-- Looking for cosf - found
-- Looking for exp
-- Looking for exp - found
-- Looking for expf
-- Looking for expf - found
-- Looking for fabs
-- Looking for fabs - found
-- Looking for fabsf
-- Looking for fabsf - found
-- Looking for floor
-- Looking for floor - found
-- Looking for floorf
-- Looking for floorf - found
-- Looking for fmod
-- Looking for fmod - found
-- Looking for fmodf
-- Looking for fmodf - found
-- Looking for log
-- Looking for log - found
-- Looking for logf
-- Looking for logf - found
-- Looking for log10
-- Looking for log10 - found
-- Looking for log10f
-- Looking for log10f - found
-- Looking for pow
-- Looking for pow - found
-- Looking for powf
-- Looking for powf - found
-- Looking for scalbn
-- Looking for scalbn - found
-- Looking for scalbnf
-- Looking for scalbnf - found
-- Looking for sin
-- Looking for sin - found
-- Looking for sinf
-- Looking for sinf - found
-- Looking for sqrt
-- Looking for sqrt - found
-- Looking for sqrtf
-- Looking for sqrtf - found
-- Looking for tan
-- Looking for tan - found
-- Looking for tanf
-- Looking for tanf - found
-- Looking for acos
-- Looking for acos - found
-- Looking for acosf
-- Looking for acosf - found
-- Looking for asin
-- Looking for asin - found
-- Looking for asinf
-- Looking for asinf - found
-- Looking for iconv_open in iconv
-- Looking for iconv_open in iconv - found
-- Performing Test HAVE_SA_SIGACTION
-- Performing Test HAVE_SA_SIGACTION - Success
-- Looking for dlopen
-- Looking for dlopen - found
-- Performing Test HAVE_FRAMEWORK_METAL
-- Performing Test HAVE_FRAMEWORK_METAL - Failed
-- Performing Test HAVE_PTHREADS
-- Performing Test HAVE_PTHREADS - Success
-- Performing Test HAVE_RECURSIVE_MUTEXES
-- Performing Test HAVE_RECURSIVE_MUTEXES - Success
-- Performing Test HAVE_PTHREADS_SEM
-- Performing Test HAVE_PTHREADS_SEM - Success
-- Performing Test HAVE_SEM_TIMEDWAIT
-- Performing Test HAVE_SEM_TIMEDWAIT - Failed
-- Performing Test HAVE_PTHREAD_NP_H
-- Performing Test HAVE_PTHREAD_NP_H - Failed
-- Looking for pthread_setname_np
-- Looking for pthread_setname_np - found
-- Looking for pthread_set_name_np
-- Looking for pthread_set_name_np - not found
-- 
-- SDL2 was configured with the following options:
-- 
-- Platform: Darwin-19.4.0
-- 64-bit:   TRUE
-- Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- 
-- Subsystems:
--   Atomic:	ON
--   Audio:	ON
--   Video:	ON
--   Render:	ON
--   Events:	ON
--   Joystick:	ON
--   Haptic:	ON
--   Power:	ON
--   Threads:	ON
--   Timers:	ON
--   File:	ON
--   Loadso:	ON
--   CPUinfo:	ON
--   Filesystem:	ON
--   Dlopen:	ON
--   Sensor:	ON
-- 
-- Options:
--   3DNOW                  (Wanted: ON): ON
--   ALSA                   (Wanted: OFF): OFF
--   ALSA_SHARED            (Wanted: OFF): OFF
--   ALTIVEC                (Wanted: ON): OFF
--   ARMNEON                (Wanted: ON): OFF
--   ARMSIMD                (Wanted: ON): OFF
--   ARTS                   (Wanted: OFF): OFF
--   ARTS_SHARED            (Wanted: OFF): OFF
--   ASSEMBLY               (Wanted: ON): ON
--   ASSERTIONS             (Wanted: auto): auto
--   BACKGROUNDING_SIGNAL   (Wanted: OFF): OFF
--   CLOCK_GETTIME          (Wanted: OFF): OFF
--   DIRECTFB_SHARED        (Wanted: OFF): OFF
--   DIRECTX                (Wanted: OFF): OFF
--   DISKAUDIO              (Wanted: ON): ON
--   DUMMYAUDIO             (Wanted: ON): ON
--   ESD                    (Wanted: OFF): OFF
--   ESD_SHARED             (Wanted: OFF): OFF
--   FOREGROUNDING_SIGNAL   (Wanted: OFF): OFF
--   FUSIONSOUND            (Wanted: OFF): OFF
--   FUSIONSOUND_SHARED     (Wanted: OFF): OFF
--   GCC_ATOMICS            (Wanted: ON): ON
--   HIDAPI                 (Wanted: OFF): OFF
--   INPUT_TSLIB            (Wanted: OFF): OFF
--   JACK                   (Wanted: OFF): OFF
--   JACK_SHARED            (Wanted: OFF): OFF
--   KMSDRM_SHARED          (Wanted: OFF): OFF
--   LIBC                   (Wanted: ON): ON
--   LIBSAMPLERATE          (Wanted: OFF): OFF
--   LIBSAMPLERATE_SHARED   (Wanted: OFF): OFF
--   MMX                    (Wanted: ON): ON
--   NAS                    (Wanted: OFF): OFF
--   NAS_SHARED             (Wanted: OFF): OFF
--   OSS                    (Wanted: OFF): OFF
--   PTHREADS               (Wanted: ON): ON
--   PTHREADS_SEM           (Wanted: ON): ON
--   PULSEAUDIO             (Wanted: OFF): OFF
--   PULSEAUDIO_SHARED      (Wanted: OFF): OFF
--   RENDER_D3D             (Wanted: OFF): OFF
--   RENDER_METAL           (Wanted: 0): OFF
--   RPATH                  (Wanted: OFF): OFF
--   SDL_DLOPEN             (Wanted: ON): ON
--   SDL_STATIC_PIC         (Wanted: OFF): OFF
--   SDL_TEST               (Wanted: OFF): OFF
--   SNDIO                  (Wanted: OFF): OFF
--   SSE                    (Wanted: ON): ON
--   SSE2                   (Wanted: ON): ON
--   SSE3                   (Wanted: ON): ON
--   SSEMATH                (Wanted: ON): OFF
--   VIDEO_COCOA            (Wanted: ON): ON
--   VIDEO_DIRECTFB         (Wanted: OFF): OFF
--   VIDEO_DUMMY            (Wanted: ON): ON
--   VIDEO_KMSDRM           (Wanted: OFF): OFF
--   VIDEO_METAL            (Wanted: 0): OFF
--   VIDEO_OFFSCREEN        (Wanted: OFF): OFF
--   VIDEO_OPENGL           (Wanted: ON): ON
--   VIDEO_OPENGLES         (Wanted: ON): ON
--   VIDEO_RPI              (Wanted: OFF): OFF
--   VIDEO_VIVANTE          (Wanted: OFF): OFF
--   VIDEO_VULKAN           (Wanted: 0): OFF
--   VIDEO_WAYLAND          (Wanted: OFF): OFF
--   VIDEO_WAYLAND_QT_TOUCH (Wanted: OFF): OFF
--   VIDEO_X11              (Wanted: OFF): OFF
--   VIDEO_X11_XCURSOR      (Wanted: OFF): OFF
--   VIDEO_X11_XINERAMA     (Wanted: OFF): OFF
--   VIDEO_X11_XINPUT       (Wanted: OFF): OFF
--   VIDEO_X11_XRANDR       (Wanted: OFF): OFF
--   VIDEO_X11_XSCRNSAVER   (Wanted: OFF): OFF
--   VIDEO_X11_XSHAPE       (Wanted: OFF): OFF
--   VIDEO_X11_XVM          (Wanted: OFF): OFF
--   WASAPI                 (Wanted: OFF): OFF
--   WAYLAND_SHARED         (Wanted: OFF): OFF
--   X11_SHARED             (Wanted: OFF): OFF
-- 
--  CFLAGS:         -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -idirafter /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/SDL2-src/src/video/khronos
--  EXTRA_CFLAGS:  -D_THREAD_SAFE -msse3 -msse2 -msse -m3dnow -mmmx -Wshadow -fvisibility=hidden -Wdeclaration-after-statement -Werror=declaration-after-statement -fno-strict-aliasing -Wall 
--  EXTRA_LDFLAGS: -Wl,-undefined,error;-Wl,-compatibility_version,1.0.0;-Wl,-current_version,12.0.0
--  EXTRA_LIBS:    m;iconv;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreVideo.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Cocoa.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/IOKit.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ForceFeedback.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Carbon.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreAudio.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AudioToolbox.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AVFoundation.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework
-- 
--  Build Shared Library: ON
--  Build Static Library: OFF
-- 
-- If something was not detected, although the libraries
-- were installed, then make sure you have set the
-- CFLAGS and LDFLAGS environment variables correctly.
-- 
-- Configuring done
CMake Warning (dev):
  Policy CMP0042 is not set: MACOSX_RPATH is enabled by default.  Run "cmake
  --help-policy CMP0042" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

  MACOSX_RPATH is not specified for the following targets:

   freetype

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SDL2
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin
   freetype
   git2

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/runTests
[Pipeline] {
[Pipeline] sh
+ VERBOSE=1
+ make vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_v9.0.10/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests --check-build-system CMakeFiles/Makefile.cmake 0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_v9.0.10/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests --check-build-system CMakeFiles/Makefile.cmake 0
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles 2
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 CMakeFiles/vmmaker.dir/all
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[  0%] Creating directories for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  0%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/mac/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  0%] No patch step for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[ 50%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/vm && echo

[ 50%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 50%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 50%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[ 50%] Creating directories for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[100%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[100%] No patch step for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[100%] Performing update step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/image && echo

[100%] Performing configure step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[100%] Performing build step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image --no-default-preferences save VMMaker
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_v9.0.10/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_v9.0.10/repository scpUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[100%] Performing install step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[100%] Completed 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/build_vmmaker_get_image-complete
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
[100%] Built target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/vmmaker.dir/build.make CMakeFiles/vmmaker.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/vmmaker.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/vmmaker.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/vmmaker.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles/vmmaker.dir/depend.internal".
Scanning dependencies of target vmmaker
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/vmmaker.dir/build.make CMakeFiles/vmmaker.dir/build
make[3]: Nothing to be done for `CMakeFiles/vmmaker.dir/build'.
[100%] Built target vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/CMakeFiles 0
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker
[Pipeline] {
[Pipeline] sh
+ wget https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libllvm-full.zip
--2021-11-25 12:07:58--  https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libllvm-full.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 46262593 (44M) [application/zip]
Saving to: ‘libllvm-full.zip’

     0K .......... .......... .......... .......... ..........  0% 2.88M 15s
    50K .......... .......... .......... .......... ..........  0% 6.20M 11s
   100K .......... .......... .......... .......... ..........  0% 47.0M 8s
   150K .......... .......... .......... .......... ..........  0% 6.23M 8s
   200K .......... .......... .......... .......... ..........  0% 33.4M 6s
   250K .......... .......... .......... .......... ..........  0% 30.8M 6s
   300K .......... .......... .......... .......... ..........  0% 7.23M 6s
   350K .......... .......... .......... .......... ..........  0% 45.5M 5s
   400K .......... .......... .......... .......... ..........  0% 5.74M 5s
   450K .......... .......... .......... .......... ..........  1% 49.2M 5s
   500K .......... .......... .......... .......... ..........  1% 5.09M 5s
   550K .......... .......... .......... .......... ..........  1% 57.7M 5s
   600K .......... .......... .......... .......... ..........  1% 6.50M 5s
   650K .......... .......... .......... .......... ..........  1% 8.33M 5s
   700K .......... .......... .......... .......... ..........  1% 14.2M 5s
   750K .......... .......... .......... .......... ..........  1% 6.15M 5s
   800K .......... .......... .......... .......... ..........  1% 49.4M 5s
   850K .......... .......... .......... .......... ..........  1% 5.92M 5s
   900K .......... .......... .......... .......... ..........  2% 30.6M 5s
   950K .......... .......... .......... .......... ..........  2% 6.10M 5s
  1000K .......... .......... .......... .......... ..........  2% 54.4M 5s
  1050K .......... .......... .......... .......... ..........  2% 5.68M 5s
  1100K .......... .......... .......... .......... ..........  2% 35.1M 5s
  1150K .......... .......... .......... .......... ..........  2% 6.86M 5s
  1200K .......... .......... .......... .......... ..........  2% 30.3M 4s
  1250K .......... .......... .......... .......... ..........  2% 6.30M 5s
  1300K .......... .......... .......... .......... ..........  2% 6.81M 5s
  1350K .......... .......... .......... .......... ..........  3% 29.2M 5s
  1400K .......... .......... .......... .......... ..........  3% 6.29M 5s
  1450K .......... .......... .......... .......... ..........  3% 19.9M 5s
  1500K .......... .......... .......... .......... ..........  3% 6.32M 5s
  1550K .......... .......... .......... .......... ..........  3% 6.25M 5s
  1600K .......... .......... .......... .......... ..........  3% 21.7M 5s
  1650K .......... .......... .......... .......... ..........  3% 7.00M 5s
  1700K .......... .......... .......... .......... ..........  3% 23.7M 5s
  1750K .......... .......... .......... .......... ..........  3% 7.32M 5s
  1800K .......... .......... .......... .......... ..........  4% 5.83M 5s
  1850K .......... .......... .......... .......... ..........  4% 27.2M 5s
  1900K .......... .......... .......... .......... ..........  4% 6.44M 5s
  1950K .......... .......... .......... .......... ..........  4% 21.6M 4s
  2000K .......... .......... .......... .......... ..........  4% 7.08M 5s
  2050K .......... .......... .......... .......... ..........  4% 22.1M 4s
  2100K .......... .......... .......... .......... ..........  4% 6.49M 4s
  2150K .......... .......... .......... .......... ..........  4% 6.36M 5s
  2200K .......... .......... .......... .......... ..........  4% 31.5M 4s
  2250K .......... .......... .......... .......... ..........  5% 6.42M 5s
  2300K .......... .......... .......... .......... ..........  5% 34.2M 4s
  2350K .......... .......... .......... .......... ..........  5% 5.88M 4s
  2400K .......... .......... .......... .......... ..........  5% 22.6M 4s
  2450K .......... .......... .......... .......... ..........  5% 7.32M 4s
  2500K .......... .......... .......... .......... ..........  5% 19.6M 4s
  2550K .......... .......... .......... .......... ..........  5% 6.45M 4s
  2600K .......... .......... .......... .......... ..........  5% 40.0M 4s
  2650K .......... .......... .......... .......... ..........  5% 6.19M 4s
  2700K .......... .......... .......... .......... ..........  6% 37.5M 4s
  2750K .......... .......... .......... .......... ..........  6% 6.29M 4s
  2800K .......... .......... .......... .......... ..........  6% 41.8M 4s
  2850K .......... .......... .......... .......... ..........  6% 6.30M 4s
  2900K .......... .......... .......... .......... ..........  6% 37.3M 4s
  2950K .......... .......... .......... .......... ..........  6% 6.34M 4s
  3000K .......... .......... .......... .......... ..........  6% 39.7M 4s
  3050K .......... .......... .......... .......... ..........  6% 6.29M 4s
  3100K .......... .......... .......... .......... ..........  6% 37.2M 4s
  3150K .......... .......... .......... .......... ..........  7% 5.58M 4s
  3200K .......... .......... .......... .......... ..........  7% 62.8M 4s
  3250K .......... .......... .......... .......... ..........  7% 6.11M 4s
  3300K .......... .......... .......... .......... ..........  7% 72.2M 4s
  3350K .......... .......... .......... .......... ..........  7% 5.95M 4s
  3400K .......... .......... .......... .......... ..........  7% 76.4M 4s
  3450K .......... .......... .......... .......... ..........  7% 5.76M 4s
  3500K .......... .......... .......... .......... ..........  7% 62.1M 4s
  3550K .......... .......... .......... .......... ..........  7% 6.00M 4s
  3600K .......... .......... .......... .......... ..........  8% 57.5M 4s
  3650K .......... .......... .......... .......... ..........  8% 6.34M 4s
  3700K .......... .......... .......... .......... ..........  8% 85.7M 4s
  3750K .......... .......... .......... .......... ..........  8% 6.79M 4s
  3800K .......... .......... .......... .......... ..........  8% 20.2M 4s
  3850K .......... .......... .......... .......... ..........  8% 7.63M 4s
  3900K .......... .......... .......... .......... ..........  8% 26.3M 4s
  3950K .......... .......... .......... .......... ..........  8% 7.03M 4s
  4000K .......... .......... .......... .......... ..........  8% 25.9M 4s
  4050K .......... .......... .......... .......... ..........  9% 6.94M 4s
  4100K .......... .......... .......... .......... ..........  9% 21.0M 4s
  4150K .......... .......... .......... .......... ..........  9% 7.24M 4s
  4200K .......... .......... .......... .......... ..........  9% 24.9M 4s
  4250K .......... .......... .......... .......... ..........  9% 5.88M 4s
  4300K .......... .......... .......... .......... ..........  9% 64.5M 4s
  4350K .......... .......... .......... .......... ..........  9% 89.1M 4s
  4400K .......... .......... .......... .......... ..........  9% 6.19M 4s
  4450K .......... .......... .......... .......... ..........  9% 44.0M 4s
  4500K .......... .......... .......... .......... .......... 10% 6.05M 4s
  4550K .......... .......... .......... .......... .......... 10% 62.3M 4s
  4600K .......... .......... .......... .......... .......... 10% 6.06M 4s
  4650K .......... .......... .......... .......... .......... 10% 39.8M 4s
  4700K .......... .......... .......... .......... .......... 10% 6.56M 4s
  4750K .......... .......... .......... .......... .......... 10% 60.4M 4s
  4800K .......... .......... .......... .......... .......... 10% 8.75M 4s
  4850K .......... .......... .......... .......... .......... 10% 14.4M 4s
  4900K .......... .......... .......... .......... .......... 10% 43.9M 4s
  4950K .......... .......... .......... .......... .......... 11% 6.24M 4s
  5000K .......... .......... .......... .......... .......... 11% 39.9M 4s
  5050K .......... .......... .......... .......... .......... 11% 6.20M 4s
  5100K .......... .......... .......... .......... .......... 11% 58.8M 4s
  5150K .......... .......... .......... .......... .......... 11% 8.63M 4s
  5200K .......... .......... .......... .......... .......... 11% 16.1M 4s
  5250K .......... .......... .......... .......... .......... 11% 7.95M 4s
  5300K .......... .......... .......... .......... .......... 11% 18.1M 4s
  5350K .......... .......... .......... .......... .......... 11% 8.78M 4s
  5400K .......... .......... .......... .......... .......... 12% 15.6M 4s
  5450K .......... .......... .......... .......... .......... 12% 59.3M 4s
  5500K .......... .......... .......... .......... .......... 12% 6.25M 4s
  5550K .......... .......... .......... .......... .......... 12% 64.4M 4s
  5600K .......... .......... .......... .......... .......... 12% 6.22M 4s
  5650K .......... .......... .......... .......... .......... 12%  117M 4s
  5700K .......... .......... .......... .......... .......... 12% 6.77M 4s
  5750K .......... .......... .......... .......... .......... 12% 28.2M 4s
  5800K .......... .......... .......... .......... .......... 12% 74.2M 4s
  5850K .......... .......... .......... .......... .......... 13% 6.15M 4s
  5900K .......... .......... .......... .......... .......... 13%  117M 4s
  5950K .......... .......... .......... .......... .......... 13% 5.87M 4s
  6000K .......... .......... .......... .......... .......... 13%  130M 4s
  6050K .......... .......... .......... .......... .......... 13% 5.66M 4s
  6100K .......... .......... .......... .......... .......... 13% 82.6M 4s
  6150K .......... .......... .......... .......... .......... 13% 86.1M 4s
  6200K .......... .......... .......... .......... .......... 13% 6.12M 4s
  6250K .......... .......... .......... .......... .......... 13% 92.1M 4s
  6300K .......... .......... .......... .......... .......... 14% 6.17M 4s
  6350K .......... .......... .......... .......... .......... 14%  153M 4s
  6400K .......... .......... .......... .......... .......... 14% 63.2M 4s
  6450K .......... .......... .......... .......... .......... 14% 6.13M 4s
  6500K .......... .......... .......... .......... .......... 14%  151M 4s
  6550K .......... .......... .......... .......... .......... 14% 5.56M 4s
  6600K .......... .......... .......... .......... .......... 14% 74.2M 3s
  6650K .......... .......... .......... .......... .......... 14% 6.31M 4s
  6700K .......... .......... .......... .......... .......... 14% 47.9M 3s
  6750K .......... .......... .......... .......... .......... 15% 54.6M 3s
  6800K .......... .......... .......... .......... .......... 15% 6.66M 3s
  6850K .......... .......... .......... .......... .......... 15% 38.2M 3s
  6900K .......... .......... .......... .......... .......... 15% 82.2M 3s
  6950K .......... .......... .......... .......... .......... 15% 6.55M 3s
  7000K .......... .......... .......... .......... .......... 15% 13.9M 3s
  7050K .......... .......... .......... .......... .......... 15% 8.70M 3s
  7100K .......... .......... .......... .......... .......... 15% 26.4M 3s
  7150K .......... .......... .......... .......... .......... 15% 52.6M 3s
  7200K .......... .......... .......... .......... .......... 16% 6.20M 3s
  7250K .......... .......... .......... .......... .......... 16% 61.7M 3s
  7300K .......... .......... .......... .......... .......... 16% 6.16M 3s
  7350K .......... .......... .......... .......... .......... 16% 65.4M 3s
  7400K .......... .......... .......... .......... .......... 16% 25.5M 3s
  7450K .......... .......... .......... .......... .......... 16% 7.19M 3s
  7500K .......... .......... .......... .......... .......... 16%  113M 3s
  7550K .......... .......... .......... .......... .......... 16% 5.91M 3s
  7600K .......... .......... .......... .......... .......... 16% 91.3M 3s
  7650K .......... .......... .......... .......... .......... 17% 97.1M 3s
  7700K .......... .......... .......... .......... .......... 17% 6.15M 3s
  7750K .......... .......... .......... .......... .......... 17% 88.0M 3s
  7800K .......... .......... .......... .......... .......... 17% 87.2M 3s
  7850K .......... .......... .......... .......... .......... 17% 6.01M 3s
  7900K .......... .......... .......... .......... .......... 17% 78.3M 3s
  7950K .......... .......... .......... .......... .......... 17% 6.08M 3s
  8000K .......... .......... .......... .......... .......... 17%  125M 3s
  8050K .......... .......... .......... .......... .......... 17% 6.83M 3s
  8100K .......... .......... .......... .......... .......... 18% 30.3M 3s
  8150K .......... .......... .......... .......... .......... 18% 22.6M 3s
  8200K .......... .......... .......... .......... .......... 18% 6.26M 3s
  8250K .......... .......... .......... .......... .......... 18%  119M 3s
  8300K .......... .......... .......... .......... .......... 18% 8.82M 3s
  8350K .......... .......... .......... .......... .......... 18% 15.1M 3s
  8400K .......... .......... .......... .......... .......... 18% 58.8M 3s
  8450K .......... .......... .......... .......... .......... 18% 6.34M 3s
  8500K .......... .......... .......... .......... .......... 18%  151M 3s
  8550K .......... .......... .......... .......... .......... 19%  127M 3s
  8600K .......... .......... .......... .......... .......... 19% 6.14M 3s
  8650K .......... .......... .......... .......... .......... 19% 38.5M 3s
  8700K .......... .......... .......... .......... .......... 19% 9.92M 3s
  8750K .......... .......... .......... .......... .......... 19% 16.2M 3s
  8800K .......... .......... .......... .......... .......... 19% 34.8M 3s
  8850K .......... .......... .......... .......... .......... 19% 6.66M 3s
  8900K .......... .......... .......... .......... .......... 19%  134M 3s
  8950K .......... .......... .......... .......... .......... 19% 37.1M 3s
  9000K .......... .......... .......... .......... .......... 20% 6.45M 3s
  9050K .......... .......... .......... .......... .......... 20% 37.6M 3s
  9100K .......... .......... .......... .......... .......... 20% 9.77M 3s
  9150K .......... .......... .......... .......... .......... 20% 17.1M 3s
  9200K .......... .......... .......... .......... .......... 20% 30.0M 3s
  9250K .......... .......... .......... .......... .......... 20% 6.84M 3s
  9300K .......... .......... .......... .......... .......... 20%  136M 3s
  9350K .......... .......... .......... .......... .......... 20% 8.10M 3s
  9400K .......... .......... .......... .......... .......... 20% 17.2M 3s
  9450K .......... .......... .......... .......... .......... 21% 47.3M 3s
  9500K .......... .......... .......... .......... .......... 21% 6.28M 3s
  9550K .......... .......... .......... .......... .......... 21% 83.2M 3s
  9600K .......... .......... .......... .......... .......... 21% 43.8M 3s
  9650K .......... .......... .......... .......... .......... 21% 6.26M 3s
  9700K .......... .......... .......... .......... .......... 21% 42.6M 3s
  9750K .......... .......... .......... .......... .......... 21% 72.9M 3s
  9800K .......... .......... .......... .......... .......... 21% 6.53M 3s
  9850K .......... .......... .......... .......... .......... 21% 65.4M 3s
  9900K .......... .......... .......... .......... .......... 22%  109M 3s
  9950K .......... .......... .......... .......... .......... 22% 6.27M 3s
 10000K .......... .......... .......... .......... .......... 22% 43.7M 3s
 10050K .......... .......... .......... .......... .......... 22%  131M 3s
 10100K .......... .......... .......... .......... .......... 22% 6.14M 3s
 10150K .......... .......... .......... .......... .......... 22% 62.4M 3s
 10200K .......... .......... .......... .......... .......... 22% 6.51M 3s
 10250K .......... .......... .......... .......... .......... 22% 90.6M 3s
 10300K .......... .......... .......... .......... .......... 22% 63.2M 3s
 10350K .......... .......... .......... .......... .......... 23% 6.49M 3s
 10400K .......... .......... .......... .......... .......... 23% 34.6M 3s
 10450K .......... .......... .......... .......... .......... 23%  109M 3s
 10500K .......... .......... .......... .......... .......... 23% 6.59M 3s
 10550K .......... .......... .......... .......... .......... 23% 31.6M 3s
 10600K .......... .......... .......... .......... .......... 23%  129M 3s
 10650K .......... .......... .......... .......... .......... 23% 6.42M 3s
 10700K .......... .......... .......... .......... .......... 23% 30.3M 3s
 10750K .......... .......... .......... .......... .......... 23% 69.7M 3s
 10800K .......... .......... .......... .......... .......... 24% 7.46M 3s
 10850K .......... .......... .......... .......... .......... 24% 20.4M 3s
 10900K .......... .......... .......... .......... .......... 24%  148M 3s
 10950K .......... .......... .......... .......... .......... 24% 6.71M 3s
 11000K .......... .......... .......... .......... .......... 24% 24.3M 3s
 11050K .......... .......... .......... .......... .......... 24%  145M 3s
 11100K .......... .......... .......... .......... .......... 24% 5.03M 3s
 11150K .......... .......... .......... .......... .......... 24% 66.8M 3s
 11200K .......... .......... .......... .......... .......... 24% 16.3M 3s
 11250K .......... .......... .......... .......... .......... 25% 16.9M 3s
 11300K .......... .......... .......... .......... .......... 25% 9.86M 3s
 11350K .......... .......... .......... .......... .......... 25% 76.4M 3s
 11400K .......... .......... .......... .......... .......... 25% 7.61M 3s
 11450K .......... .......... .......... .......... .......... 25% 75.7M 3s
 11500K .......... .......... .......... .......... .......... 25% 80.4M 3s
 11550K .......... .......... .......... .......... .......... 25% 6.50M 3s
 11600K .......... .......... .......... .......... .......... 25% 39.5M 3s
 11650K .......... .......... .......... .......... .......... 25% 41.1M 3s
 11700K .......... .......... .......... .......... .......... 26% 7.64M 3s
 11750K .......... .......... .......... .......... .......... 26% 32.8M 3s
 11800K .......... .......... .......... .......... .......... 26% 43.7M 3s
 11850K .......... .......... .......... .......... .......... 26% 7.64M 3s
 11900K .......... .......... .......... .......... .......... 26% 33.5M 3s
 11950K .......... .......... .......... .......... .......... 26% 25.1M 3s
 12000K .......... .......... .......... .......... .......... 26% 7.70M 3s
 12050K .......... .......... .......... .......... .......... 26% 45.8M 3s
 12100K .......... .......... .......... .......... .......... 26% 26.5M 3s
 12150K .......... .......... .......... .......... .......... 27% 7.32M 3s
 12200K .......... .......... .......... .......... .......... 27% 45.8M 3s
 12250K .......... .......... .......... .......... .......... 27% 29.1M 3s
 12300K .......... .......... .......... .......... .......... 27% 8.59M 3s
 12350K .......... .......... .......... .......... .......... 27% 39.3M 3s
 12400K .......... .......... .......... .......... .......... 27% 6.70M 3s
 12450K .......... .......... .......... .......... .......... 27% 89.6M 3s
 12500K .......... .......... .......... .......... .......... 27% 48.5M 3s
 12550K .......... .......... .......... .......... .......... 27% 19.7M 3s
 12600K .......... .......... .......... .......... .......... 28% 8.72M 3s
 12650K .......... .......... .......... .......... .......... 28% 66.7M 3s
 12700K .......... .......... .......... .......... .......... 28% 20.9M 3s
 12750K .......... .......... .......... .......... .......... 28% 8.92M 3s
 12800K .......... .......... .......... .......... .......... 28% 33.4M 3s
 12850K .......... .......... .......... .......... .......... 28% 21.7M 3s
 12900K .......... .......... .......... .......... .......... 28% 9.63M 3s
 12950K .......... .......... .......... .......... .......... 28% 40.0M 3s
 13000K .......... .......... .......... .......... .......... 28% 19.5M 3s
 13050K .......... .......... .......... .......... .......... 28% 9.91M 3s
 13100K .......... .......... .......... .......... .......... 29% 34.7M 3s
 13150K .......... .......... .......... .......... .......... 29% 20.1M 3s
 13200K .......... .......... .......... .......... .......... 29% 9.80M 3s
 13250K .......... .......... .......... .......... .......... 29% 31.6M 3s
 13300K .......... .......... .......... .......... .......... 29% 18.7M 2s
 13350K .......... .......... .......... .......... .......... 29% 21.6M 2s
 13400K .......... .......... .......... .......... .......... 29% 12.0M 2s
 13450K .......... .......... .......... .......... .......... 29% 19.6M 2s
 13500K .......... .......... .......... .......... .......... 29% 20.5M 2s
 13550K .......... .......... .......... .......... .......... 30% 9.43M 2s
 13600K .......... .......... .......... .......... .......... 30% 33.5M 2s
 13650K .......... .......... .......... .......... .......... 30% 20.6M 2s
 13700K .......... .......... .......... .......... .......... 30% 11.7M 2s
 13750K .......... .......... .......... .......... .......... 30% 19.7M 2s
 13800K .......... .......... .......... .......... .......... 30% 20.9M 2s
 13850K .......... .......... .......... .......... .......... 30% 11.8M 2s
 13900K .......... .......... .......... .......... .......... 30% 20.2M 2s
 13950K .......... .......... .......... .......... .......... 30% 7.95M 2s
 14000K .......... .......... .......... .......... .......... 31%  156M 2s
 14050K .......... .......... .......... .......... .......... 31% 19.7M 2s
 14100K .......... .......... .......... .......... .......... 31% 20.4M 2s
 14150K .......... .......... .......... .......... .......... 31% 11.7M 2s
 14200K .......... .......... .......... .......... .......... 31% 19.6M 2s
 14250K .......... .......... .......... .......... .......... 31% 21.1M 2s
 14300K .......... .......... .......... .......... .......... 31% 8.60M 2s
 14350K .......... .......... .......... .......... .......... 31% 34.5M 2s
 14400K .......... .......... .......... .......... .......... 31% 18.2M 2s
 14450K .......... .......... .......... .......... .......... 32% 12.5M 2s
 14500K .......... .......... .......... .......... .......... 32% 21.1M 2s
 14550K .......... .......... .......... .......... .......... 32% 18.5M 2s
 14600K .......... .......... .......... .......... .......... 32% 12.7M 2s
 14650K .......... .......... .......... .......... .......... 32% 20.2M 2s
 14700K .......... .......... .......... .......... .......... 32% 5.20M 2s
 14750K .......... .......... .......... .......... .......... 32%  113M 2s
 14800K .......... .......... .......... .......... .......... 32%  118M 2s
 14850K .......... .......... .......... .......... .......... 32% 27.6M 2s
 14900K .......... .......... .......... .......... .......... 33% 17.9M 2s
 14950K .......... .......... .......... .......... .......... 33% 32.9M 2s
 15000K .......... .......... .......... .......... .......... 33% 20.6M 2s
 15050K .......... .......... .......... .......... .......... 33% 7.78M 2s
 15100K .......... .......... .......... .......... .......... 33%  164M 2s
 15150K .......... .......... .......... .......... .......... 33% 22.4M 2s
 15200K .......... .......... .......... .......... .......... 33% 9.39M 2s
 15250K .......... .......... .......... .......... .......... 33% 35.1M 2s
 15300K .......... .......... .......... .......... .......... 33%  201M 2s
 15350K .......... .......... .......... .......... .......... 34% 1.23M 2s
 15400K .......... .......... .......... .......... .......... 34% 71.5M 2s
 15450K .......... .......... .......... .......... .......... 34% 65.0M 2s
 15500K .......... .......... .......... .......... .......... 34%  132M 2s
 15550K .......... .......... .......... .......... .......... 34%  103M 2s
 15600K .......... .......... .......... .......... .......... 34%  130M 2s
 15650K .......... .......... .......... .......... .......... 34% 99.9M 2s
 15700K .......... .......... .......... .......... .......... 34% 6.56M 2s
 15750K .......... .......... .......... .......... .......... 34%  138M 2s
 15800K .......... .......... .......... .......... .......... 35% 70.7M 2s
 15850K .......... .......... .......... .......... .......... 35% 6.43M 2s
 15900K .......... .......... .......... .......... .......... 35%  109M 2s
 15950K .......... .......... .......... .......... .......... 35% 44.3M 2s
 16000K .......... .......... .......... .......... .......... 35%  121M 2s
 16050K .......... .......... .......... .......... .......... 35% 6.71M 2s
 16100K .......... .......... .......... .......... .......... 35% 47.3M 2s
 16150K .......... .......... .......... .......... .......... 35%  149M 2s
 16200K .......... .......... .......... .......... .......... 35% 6.32M 2s
 16250K .......... .......... .......... .......... .......... 36% 39.9M 2s
 16300K .......... .......... .......... .......... .......... 36%  115M 2s
 16350K .......... .......... .......... .......... .......... 36% 22.3M 2s
 16400K .......... .......... .......... .......... .......... 36% 9.17M 2s
 16450K .......... .......... .......... .......... .......... 36% 34.6M 2s
 16500K .......... .......... .......... .......... .......... 36%  120M 2s
 16550K .......... .......... .......... .......... .......... 36% 7.09M 2s
 16600K .......... .......... .......... .......... .......... 36% 36.2M 2s
 16650K .......... .......... .......... .......... .......... 36%  140M 2s
 16700K .......... .......... .......... .......... .......... 37% 6.65M 2s
 16750K .......... .......... .......... .......... .......... 37% 40.2M 2s
 16800K .......... .......... .......... .......... .......... 37% 95.6M 2s
 16850K .......... .......... .......... .......... .......... 37% 66.3M 2s
 16900K .......... .......... .......... .......... .......... 37% 7.51M 2s
 16950K .......... .......... .......... .......... .......... 37% 29.6M 2s
 17000K .......... .......... .......... .......... .......... 37% 55.0M 2s
 17050K .......... .......... .......... .......... .......... 37% 7.80M 2s
 17100K .......... .......... .......... .......... .......... 37% 31.5M 2s
 17150K .......... .......... .......... .......... .......... 38%  123M 2s
 17200K .......... .......... .......... .......... .......... 38% 54.4M 2s
 17250K .......... .......... .......... .......... .......... 38% 6.58M 2s
 17300K .......... .......... .......... .......... .......... 38%  195M 2s
 17350K .......... .......... .......... .......... .......... 38% 45.0M 2s
 17400K .......... .......... .......... .......... .......... 38% 40.3M 2s
 17450K .......... .......... .......... .......... .......... 38% 7.32M 2s
 17500K .......... .......... .......... .......... .......... 38% 46.7M 2s
 17550K .......... .......... .......... .......... .......... 38% 39.2M 2s
 17600K .......... .......... .......... .......... .......... 39% 7.58M 2s
 17650K .......... .......... .......... .......... .......... 39%  136M 2s
 17700K .......... .......... .......... .......... .......... 39% 43.3M 2s
 17750K .......... .......... .......... .......... .......... 39% 39.1M 2s
 17800K .......... .......... .......... .......... .......... 39% 7.66M 2s
 17850K .......... .......... .......... .......... .......... 39% 37.5M 2s
 17900K .......... .......... .......... .......... .......... 39% 36.5M 2s
 17950K .......... .......... .......... .......... .......... 39% 7.81M 2s
 18000K .......... .......... .......... .......... .......... 39%  171M 2s
 18050K .......... .......... .......... .......... .......... 40% 21.2M 2s
 18100K .......... .......... .......... .......... .......... 40% 17.1M 2s
 18150K .......... .......... .......... .......... .......... 40% 11.6M 2s
 18200K .......... .......... .......... .......... .......... 40% 43.7M 2s
 18250K .......... .......... .......... .......... .......... 40% 37.1M 2s
 18300K .......... .......... .......... .......... .......... 40% 7.60M 2s
 18350K .......... .......... .......... .......... .......... 40% 45.6M 2s
 18400K .......... .......... .......... .......... .......... 40% 14.3M 2s
 18450K .......... .......... .......... .......... .......... 40% 13.0M 2s
 18500K .......... .......... .......... .......... .......... 41% 29.7M 2s
 18550K .......... .......... .......... .......... .......... 41% 36.6M 2s
 18600K .......... .......... .......... .......... .......... 41% 48.5M 2s
 18650K .......... .......... .......... .......... .......... 41% 7.60M 2s
 18700K .......... .......... .......... .......... .......... 41% 32.9M 2s
 18750K .......... .......... .......... .......... .......... 41% 50.0M 2s
 18800K .......... .......... .......... .......... .......... 41% 29.8M 2s
 18850K .......... .......... .......... .......... .......... 41% 9.64M 2s
 18900K .......... .......... .......... .......... .......... 41% 32.8M 2s
 18950K .......... .......... .......... .......... .......... 42% 23.0M 2s
 19000K .......... .......... .......... .......... .......... 42% 9.42M 2s
 19050K .......... .......... .......... .......... .......... 42% 33.6M 2s
 19100K .......... .......... .......... .......... .......... 42% 21.7M 2s
 19150K .......... .......... .......... .......... .......... 42% 9.51M 2s
 19200K .......... .......... .......... .......... .......... 42% 38.2M 2s
 19250K .......... .......... .......... .......... .......... 42%  180M 2s
 19300K .......... .......... .......... .......... .......... 42% 20.8M 2s
 19350K .......... .......... .......... .......... .......... 42% 9.16M 2s
 19400K .......... .......... .......... .......... .......... 43% 32.5M 2s
 19450K .......... .......... .......... .......... .......... 43% 20.1M 2s
 19500K .......... .......... .......... .......... .......... 43% 9.31M 2s
 19550K .......... .......... .......... .......... .......... 43% 34.4M 2s
 19600K .......... .......... .......... .......... .......... 43%  122M 2s
 19650K .......... .......... .......... .......... .......... 43% 24.4M 2s
 19700K .......... .......... .......... .......... .......... 43% 7.50M 2s
 19750K .......... .......... .......... .......... .......... 43%  121M 2s
 19800K .......... .......... .......... .......... .......... 43% 63.3M 2s
 19850K .......... .......... .......... .......... .......... 44% 7.59M 2s
 19900K .......... .......... .......... .......... .......... 44% 32.8M 2s
 19950K .......... .......... .......... .......... .......... 44%  197M 2s
 20000K .......... .......... .......... .......... .......... 44% 6.75M 2s
 20050K .......... .......... .......... .......... .......... 44% 95.2M 2s
 20100K .......... .......... .......... .......... .......... 44% 38.4M 2s
 20150K .......... .......... .......... .......... .......... 44%  120M 2s
 20200K .......... .......... .......... .......... .......... 44% 7.14M 2s
 20250K .......... .......... .......... .......... .......... 44% 33.8M 2s
 20300K .......... .......... .......... .......... .......... 45%  148M 2s
 20350K .......... .......... .......... .......... .......... 45% 84.9M 2s
 20400K .......... .......... .......... .......... .......... 45% 6.64M 2s
 20450K .......... .......... .......... .......... .......... 45% 9.20M 2s
 20500K .......... .......... .......... .......... .......... 45% 87.3M 2s
 20550K .......... .......... .......... .......... .......... 45%  108M 2s
 20600K .......... .......... .......... .......... .......... 45% 9.28M 2s
 20650K .......... .......... .......... .......... .......... 45%  108M 2s
 20700K .......... .......... .......... .......... .......... 45%  133M 2s
 20750K .......... .......... .......... .......... .......... 46% 11.9M 2s
 20800K .......... .......... .......... .......... .......... 46% 11.2M 2s
 20850K .......... .......... .......... .......... .......... 46% 72.3M 2s
 20900K .......... .......... .......... .......... .......... 46% 79.4M 2s
 20950K .......... .......... .......... .......... .......... 46% 6.20M 2s
 21000K .......... .......... .......... .......... .......... 46% 96.5M 2s
 21050K .......... .......... .......... .......... .......... 46% 91.6M 2s
 21100K .......... .......... .......... .......... .......... 46% 8.96M 2s
 21150K .......... .......... .......... .......... .......... 46% 17.8M 2s
 21200K .......... .......... .......... .......... .......... 47% 82.2M 2s
 21250K .......... .......... .......... .......... .......... 47% 7.00M 2s
 21300K .......... .......... .......... .......... .......... 47% 30.9M 2s
 21350K .......... .......... .......... .......... .......... 47% 91.8M 2s
 21400K .......... .......... .......... .......... .......... 47% 6.18M 2s
 21450K .......... .......... .......... .......... .......... 47% 24.5M 2s
 21500K .......... .......... .......... .......... .......... 47% 8.00M 2s
 21550K .......... .......... .......... .......... .......... 47% 15.8M 2s
 21600K .......... .......... .......... .......... .......... 47% 95.4M 2s
 21650K .......... .......... .......... .......... .......... 48% 6.01M 2s
 21700K .......... .......... .......... .......... .......... 48% 98.8M 2s
 21750K .......... .......... .......... .......... .......... 48%  130M 2s
 21800K .......... .......... .......... .......... .......... 48% 5.33M 2s
 21850K .......... .......... .......... .......... .......... 48%  132M 2s
 21900K .......... .......... .......... .......... .......... 48% 28.6M 2s
 21950K .......... .......... .......... .......... .......... 48% 7.11M 2s
 22000K .......... .......... .......... .......... .......... 48%  147M 2s
 22050K .......... .......... .......... .......... .......... 48% 5.87M 2s
 22100K .......... .......... .......... .......... .......... 49%  117M 2s
 22150K .......... .......... .......... .......... .......... 49%  117M 2s
 22200K .......... .......... .......... .......... .......... 49% 5.88M 2s
 22250K .......... .......... .......... .......... .......... 49%  103M 2s
 22300K .......... .......... .......... .......... .......... 49% 5.95M 2s
 22350K .......... .......... .......... .......... .......... 49%  109M 2s
 22400K .......... .......... .......... .......... .......... 49%  117M 2s
 22450K .......... .......... .......... .......... .......... 49% 5.96M 2s
 22500K .......... .......... .......... .......... .......... 49% 26.7M 2s
 22550K .......... .......... .......... .......... .......... 50%  198M 2s
 22600K .......... .......... .......... .......... .......... 50% 7.18M 2s
 22650K .......... .......... .......... .......... .......... 50% 36.9M 2s
 22700K .......... .......... .......... .......... .......... 50% 6.42M 2s
 22750K .......... .......... .......... .......... .......... 50% 44.2M 2s
 22800K .......... .......... .......... .......... .......... 50% 39.0M 2s
 22850K .......... .......... .......... .......... .......... 50% 7.28M 2s
 22900K .......... .......... .......... .......... .......... 50% 42.5M 2s
 22950K .......... .......... .......... .......... .......... 50% 6.41M 2s
 23000K .......... .......... .......... .......... .......... 51%  125M 2s
 23050K .......... .......... .......... .......... .......... 51% 45.1M 2s
 23100K .......... .......... .......... .......... .......... 51% 6.38M 2s
 23150K .......... .......... .......... .......... .......... 51% 45.5M 2s
 23200K .......... .......... .......... .......... .......... 51% 6.35M 2s
 23250K .......... .......... .......... .......... .......... 51%  115M 2s
 23300K .......... .......... .......... .......... .......... 51% 44.3M 2s
 23350K .......... .......... .......... .......... .......... 51% 6.33M 2s
 23400K .......... .......... .......... .......... .......... 51%  116M 2s
 23450K .......... .......... .......... .......... .......... 52% 44.9M 2s
 23500K .......... .......... .......... .......... .......... 52% 6.47M 2s
 23550K .......... .......... .......... .......... .......... 52% 16.1M 2s
 23600K .......... .......... .......... .......... .......... 52% 8.63M 2s
 23650K .......... .......... .......... .......... .......... 52% 87.7M 2s
 23700K .......... .......... .......... .......... .......... 52% 55.2M 2s
 23750K .......... .......... .......... .......... .......... 52% 6.32M 2s
 23800K .......... .......... .......... .......... .......... 52% 63.3M 2s
 23850K .......... .......... .......... .......... .......... 52% 5.46M 2s
 23900K .......... .......... .......... .......... .......... 53%  128M 1s
 23950K .......... .......... .......... .......... .......... 53% 6.00M 1s
 24000K .......... .......... .......... .......... .......... 53% 74.7M 1s
 24050K .......... .......... .......... .......... .......... 53% 6.09M 1s
 24100K .......... .......... .......... .......... .......... 53% 33.7M 1s
 24150K .......... .......... .......... .......... .......... 53%  170M 1s
 24200K .......... .......... .......... .......... .......... 53% 5.61M 1s
 24250K .......... .......... .......... .......... .......... 53% 78.9M 1s
 24300K .......... .......... .......... .......... .......... 53% 5.46M 1s
 24350K .......... .......... .......... .......... .......... 54% 62.5M 1s
 24400K .......... .......... .......... .......... .......... 54% 5.39M 1s
 24450K .......... .......... .......... .......... .......... 54% 65.5M 1s
 24500K .......... .......... .......... .......... .......... 54% 7.10M 1s
 24550K .......... .......... .......... .......... .......... 54% 15.5M 1s
 24600K .......... .......... .......... .......... .......... 54% 8.57M 1s
 24650K .......... .......... .......... .......... .......... 54% 26.6M 1s
 24700K .......... .......... .......... .......... .......... 54% 6.95M 1s
 24750K .......... .......... .......... .......... .......... 54% 32.1M 1s
 24800K .......... .......... .......... .......... .......... 55% 6.64M 1s
 24850K .......... .......... .......... .......... .......... 55% 18.4M 1s
 24900K .......... .......... .......... .......... .......... 55% 7.71M 1s
 24950K .......... .......... .......... .......... .......... 55% 28.2M 1s
 25000K .......... .......... .......... .......... .......... 55% 6.75M 1s
 25050K .......... .......... .......... .......... .......... 55% 19.8M 1s
 25100K .......... .......... .......... .......... .......... 55% 7.37M 1s
 25150K .......... .......... .......... .......... .......... 55% 35.9M 1s
 25200K .......... .......... .......... .......... .......... 55% 6.53M 1s
 25250K .......... .......... .......... .......... .......... 56% 26.9M 1s
 25300K .......... .......... .......... .......... .......... 56% 6.62M 1s
 25350K .......... .......... .......... .......... .......... 56% 37.5M 1s
 25400K .......... .......... .......... .......... .......... 56% 6.58M 1s
 25450K .......... .......... .......... .......... .......... 56% 30.1M 1s
 25500K .......... .......... .......... .......... .......... 56% 6.29M 1s
 25550K .......... .......... .......... .......... .......... 56% 35.8M 1s
 25600K .......... .......... .......... .......... .......... 56% 6.51M 1s
 25650K .......... .......... .......... .......... .......... 56% 32.1M 1s
 25700K .......... .......... .......... .......... .......... 56% 6.36M 1s
 25750K .......... .......... .......... .......... .......... 57% 36.3M 1s
 25800K .......... .......... .......... .......... .......... 57% 6.49M 1s
 25850K .......... .......... .......... .......... .......... 57% 38.2M 1s
 25900K .......... .......... .......... .......... .......... 57% 6.46M 1s
 25950K .......... .......... .......... .......... .......... 57% 32.5M 1s
 26000K .......... .......... .......... .......... .......... 57% 6.61M 1s
 26050K .......... .......... .......... .......... .......... 57% 32.6M 1s
 26100K .......... .......... .......... .......... .......... 57% 6.46M 1s
 26150K .......... .......... .......... .......... .......... 57% 34.0M 1s
 26200K .......... .......... .......... .......... .......... 58% 45.2M 1s
 26250K .......... .......... .......... .......... .......... 58% 6.05M 1s
 26300K .......... .......... .......... .......... .......... 58% 6.67M 1s
 26350K .......... .......... .......... .......... .......... 58% 36.0M 1s
 26400K .......... .......... .......... .......... .......... 58% 6.77M 1s
 26450K .......... .......... .......... .......... .......... 58% 21.2M 1s
 26500K .......... .......... .......... .......... .......... 58% 24.3M 1s
 26550K .......... .......... .......... .......... .......... 58%  712K 1s
 26600K .......... .......... .......... .......... .......... 58% 93.2M 1s
 26650K .......... .......... .......... .......... .......... 59%  124M 1s
 26700K .......... .......... .......... .......... .......... 59%  156M 1s
 26750K .......... .......... .......... .......... .......... 59%  169M 1s
 26800K .......... .......... .......... .......... .......... 59%  160M 1s
 26850K .......... .......... .......... .......... .......... 59%  149M 1s
 26900K .......... .......... .......... .......... .......... 59%  163M 1s
 26950K .......... .......... .......... .......... .......... 59% 3.59M 1s
 27000K .......... .......... .......... .......... .......... 59% 78.4M 1s
 27050K .......... .......... .......... .......... .......... 59% 14.6M 1s
 27100K .......... .......... .......... .......... .......... 60% 37.0M 1s
 27150K .......... .......... .......... .......... .......... 60% 11.4M 1s
 27200K .......... .......... .......... .......... .......... 60% 9.31M 1s
 27250K .......... .......... .......... .......... .......... 60%  121M 1s
 27300K .......... .......... .......... .......... .......... 60% 6.80M 1s
 27350K .......... .......... .......... .......... .......... 60% 30.0M 1s
 27400K .......... .......... .......... .......... .......... 60% 8.02M 1s
 27450K .......... .......... .......... .......... .......... 60% 17.2M 1s
 27500K .......... .......... .......... .......... .......... 60% 7.78M 1s
 27550K .......... .......... .......... .......... .......... 61% 17.2M 1s
 27600K .......... .......... .......... .......... .......... 61%  139M 1s
 27650K .......... .......... .......... .......... .......... 61% 5.67M 1s
 27700K .......... .......... .......... .......... .......... 61%  118M 1s
 27750K .......... .......... .......... .......... .......... 61%  132M 1s
 27800K .......... .......... .......... .......... .......... 61% 5.82M 1s
 27850K .......... .......... .......... .......... .......... 61%  109M 1s
 27900K .......... .......... .......... .......... .......... 61% 6.01M 1s
 27950K .......... .......... .......... .......... .......... 61%  139M 1s
 28000K .......... .......... .......... .......... .......... 62% 55.0M 1s
 28050K .......... .......... .......... .......... .......... 62% 5.64M 1s
 28100K .......... .......... .......... .......... .......... 62% 56.0M 1s
 28150K .......... .......... .......... .......... .......... 62% 6.05M 1s
 28200K .......... .......... .......... .......... .......... 62% 97.9M 1s
 28250K .......... .......... .......... .......... .......... 62% 6.09M 1s
 28300K .......... .......... .......... .......... .......... 62% 71.6M 1s
 28350K .......... .......... .......... .......... .......... 62% 58.2M 1s
 28400K .......... .......... .......... .......... .......... 62% 6.10M 1s
 28450K .......... .......... .......... .......... .......... 63% 56.4M 1s
 28500K .......... .......... .......... .......... .......... 63% 6.23M 1s
 28550K .......... .......... .......... .......... .......... 63% 78.9M 1s
 28600K .......... .......... .......... .......... .......... 63% 67.8M 1s
 28650K .......... .......... .......... .......... .......... 63% 6.14M 1s
 28700K .......... .......... .......... .......... .......... 63% 58.9M 1s
 28750K .......... .......... .......... .......... .......... 63% 5.81M 1s
 28800K .......... .......... .......... .......... .......... 63% 76.7M 1s
 28850K .......... .......... .......... .......... .......... 63% 6.04M 1s
 28900K .......... .......... .......... .......... .......... 64% 78.6M 1s
 28950K .......... .......... .......... .......... .......... 64% 77.3M 1s
 29000K .......... .......... .......... .......... .......... 64% 5.98M 1s
 29050K .......... .......... .......... .......... .......... 64% 66.5M 1s
 29100K .......... .......... .......... .......... .......... 64% 6.34M 1s
 29150K .......... .......... .......... .......... .......... 64%  105M 1s
 29200K .......... .......... .......... .......... .......... 64% 52.7M 1s
 29250K .......... .......... .......... .......... .......... 64% 6.09M 1s
 29300K .......... .......... .......... .......... .......... 64%  136M 1s
 29350K .......... .......... .......... .......... .......... 65% 54.9M 1s
 29400K .......... .......... .......... .......... .......... 65% 6.23M 1s
 29450K .......... .......... .......... .......... .......... 65% 42.3M 1s
 29500K .......... .......... .......... .......... .......... 65% 6.45M 1s
 29550K .......... .......... .......... .......... .......... 65%  140M 1s
 29600K .......... .......... .......... .......... .......... 65% 44.4M 1s
 29650K .......... .......... .......... .......... .......... 65% 6.38M 1s
 29700K .......... .......... .......... .......... .......... 65% 40.5M 1s
 29750K .......... .......... .......... .......... .......... 65%  192M 1s
 29800K .......... .......... .......... .......... .......... 66% 6.37M 1s
 29850K .......... .......... .......... .......... .......... 66% 35.2M 1s
 29900K .......... .......... .......... .......... .......... 66% 6.68M 1s
 29950K .......... .......... .......... .......... .......... 66% 35.0M 1s
 30000K .......... .......... .......... .......... .......... 66% 92.1M 1s
 30050K .......... .......... .......... .......... .......... 66% 6.88M 1s
 30100K .......... .......... .......... .......... .......... 66% 34.5M 1s
 30150K .......... .......... .......... .......... .......... 66%  187M 1s
 30200K .......... .......... .......... .......... .......... 66% 5.72M 1s
 30250K .......... .......... .......... .......... .......... 67%  107M 1s
 30300K .......... .......... .......... .......... .......... 67% 53.6M 1s
 30350K .......... .......... .......... .......... .......... 67% 6.39M 1s
 30400K .......... .......... .......... .......... .......... 67%  118M 1s
 30450K .......... .......... .......... .......... .......... 67% 6.89M 1s
 30500K .......... .......... .......... .......... .......... 67% 19.2M 1s
 30550K .......... .......... .......... .......... .......... 67%  192M 1s
 30600K .......... .......... .......... .......... .......... 67% 6.82M 1s
 30650K .......... .......... .......... .......... .......... 67% 15.8M 1s
 30700K .......... .......... .......... .......... .......... 68%  125M 1s
 30750K .......... .......... .......... .......... .......... 68% 5.98M 1s
 30800K .......... .......... .......... .......... .......... 68% 80.0M 1s
 30850K .......... .......... .......... .......... .......... 68% 58.2M 1s
 30900K .......... .......... .......... .......... .......... 68% 6.43M 1s
 30950K .......... .......... .......... .......... .......... 68%  130M 1s
 31000K .......... .......... .......... .......... .......... 68% 10.9M 1s
 31050K .......... .......... .......... .......... .......... 68% 11.7M 1s
 31100K .......... .......... .......... .......... .......... 68% 56.5M 1s
 31150K .......... .......... .......... .......... .......... 69% 6.13M 1s
 31200K .......... .......... .......... .......... .......... 69%  114M 1s
 31250K .......... .......... .......... .......... .......... 69% 11.1M 1s
 31300K .......... .......... .......... .......... .......... 69% 11.6M 1s
 31350K .......... .......... .......... .......... .......... 69%  137M 1s
 31400K .......... .......... .......... .......... .......... 69% 11.4M 1s
 31450K .......... .......... .......... .......... .......... 69% 11.1M 1s
 31500K .......... .......... .......... .......... .......... 69% 71.6M 1s
 31550K .......... .......... .......... .......... .......... 69% 6.28M 1s
 31600K .......... .......... .......... .......... .......... 70%  118M 1s
 31650K .......... .......... .......... .......... .......... 70% 56.1M 1s
 31700K .......... .......... .......... .......... .......... 70% 6.30M 1s
 31750K .......... .......... .......... .......... .......... 70%  132M 1s
 31800K .......... .......... .......... .......... .......... 70% 10.7M 1s
 31850K .......... .......... .......... .......... .......... 70% 12.0M 1s
 31900K .......... .......... .......... .......... .......... 70% 55.9M 1s
 31950K .......... .......... .......... .......... .......... 70% 5.81M 1s
 32000K .......... .......... .......... .......... .......... 70%  115M 1s
 32050K .......... .......... .......... .......... .......... 71% 23.9M 1s
 32100K .......... .......... .......... .......... .......... 71% 6.95M 1s
 32150K .......... .......... .......... .......... .......... 71%  152M 1s
 32200K .......... .......... .......... .......... .......... 71% 22.6M 1s
 32250K .......... .......... .......... .......... .......... 71% 7.46M 1s
 32300K .......... .......... .......... .......... .......... 71%  194M 1s
 32350K .......... .......... .......... .......... .......... 71% 21.5M 1s
 32400K .......... .......... .......... .......... .......... 71% 7.68M 1s
 32450K .......... .......... .......... .......... .......... 71% 19.9M 1s
 32500K .......... .......... .......... .......... .......... 72% 19.3M 1s
 32550K .......... .......... .......... .......... .......... 72% 12.0M 1s
 32600K .......... .......... .......... .......... .......... 72%  201M 1s
 32650K .......... .......... .......... .......... .......... 72% 10.4M 1s
 32700K .......... .......... .......... .......... .......... 72% 12.7M 1s
 32750K .......... .......... .......... .......... .......... 72% 19.4M 1s
 32800K .......... .......... .......... .......... .......... 72% 18.4M 1s
 32850K .......... .......... .......... .......... .......... 72% 12.1M 1s
 32900K .......... .......... .......... .......... .......... 72% 21.1M 1s
 32950K .......... .......... .......... .......... .......... 73% 17.9M 1s
 33000K .......... .......... .......... .......... .......... 73% 10.6M 1s
 33050K .......... .......... .......... .......... .......... 73% 11.7M 1s
 33100K .......... .......... .......... .......... .......... 73% 12.3M 1s
 33150K .......... .......... .......... .......... .......... 73%  195M 1s
 33200K .......... .......... .......... .......... .......... 73% 21.5M 1s
 33250K .......... .......... .......... .......... .......... 73% 7.24M 1s
 33300K .......... .......... .......... .......... .......... 73%  116M 1s
 33350K .......... .......... .......... .......... .......... 73% 11.5M 1s
 33400K .......... .......... .......... .......... .......... 74% 11.8M 1s
 33450K .......... .......... .......... .......... .......... 74%  157M 1s
 33500K .......... .......... .......... .......... .......... 74% 5.86M 1s
 33550K .......... .......... .......... .......... .......... 74%  142M 1s
 33600K .......... .......... .......... .......... .......... 74%  174M 1s
 33650K .......... .......... .......... .......... .......... 74% 10.4M 1s
 33700K .......... .......... .......... .......... .......... 74% 12.3M 1s
 33750K .......... .......... .......... .......... .......... 74%  199M 1s
 33800K .......... .......... .......... .......... .......... 74% 10.5M 1s
 33850K .......... .......... .......... .......... .......... 75% 12.0M 1s
 33900K .......... .......... .......... .......... .......... 75%  117M 1s
 33950K .......... .......... .......... .......... .......... 75% 10.6M 1s
 34000K .......... .......... .......... .......... .......... 75% 12.7M 1s
 34050K .......... .......... .......... .......... .......... 75% 95.2M 1s
 34100K .......... .......... .......... .......... .......... 75% 10.1M 1s
 34150K .......... .......... .......... .......... .......... 75% 10.0M 1s
 34200K .......... .......... .......... .......... .......... 75%  195M 1s
 34250K .......... .......... .......... .......... .......... 75% 12.8M 1s
 34300K .......... .......... .......... .......... .......... 76% 9.50M 1s
 34350K .......... .......... .......... .......... .......... 76% 85.7M 1s
 34400K .......... .......... .......... .......... .......... 76% 14.6M 1s
 34450K .......... .......... .......... .......... .......... 76% 9.72M 1s
 34500K .......... .......... .......... .......... .......... 76%  200M 1s
 34550K .......... .......... .......... .......... .......... 76% 13.8M 1s
 34600K .......... .......... .......... .......... .......... 76% 9.43M 1s
 34650K .......... .......... .......... .......... .......... 76% 14.6M 1s
 34700K .......... .......... .......... .......... .......... 76% 7.99M 1s
 34750K .......... .......... .......... .......... .......... 77%  146M 1s
 34800K .......... .......... .......... .......... .......... 77% 16.0M 1s
 34850K .......... .......... .......... .......... .......... 77% 18.9M 1s
 34900K .......... .......... .......... .......... .......... 77% 12.6M 1s
 34950K .......... .......... .......... .......... .......... 77%  158M 1s
 35000K .......... .......... .......... .......... .......... 77% 10.4M 1s
 35050K .......... .......... .......... .......... .......... 77% 12.8M 1s
 35100K .......... .......... .......... .......... .......... 77% 12.8M 1s
 35150K .......... .......... .......... .......... .......... 77% 36.2M 1s
 35200K .......... .......... .......... .......... .......... 78% 13.1M 1s
 35250K .......... .......... .......... .......... .......... 78% 12.5M 1s
 35300K .......... .......... .......... .......... .......... 78%  155M 1s
 35350K .......... .......... .......... .......... .......... 78% 10.2M 1s
 35400K .......... .......... .......... .......... .......... 78% 11.5M 1s
 35450K .......... .......... .......... .......... .......... 78% 13.0M 1s
 35500K .......... .......... .......... .......... .......... 78% 34.9M 1s
 35550K .......... .......... .......... .......... .......... 78% 12.7M 1s
 35600K .......... .......... .......... .......... .......... 78% 12.0M 1s
 35650K .......... .......... .......... .......... .......... 79% 98.8M 1s
 35700K .......... .......... .......... .......... .......... 79% 10.4M 1s
 35750K .......... .......... .......... .......... .......... 79% 29.3M 1s
 35800K .......... .......... .......... .......... .......... 79% 17.8M 1s
 35850K .......... .......... .......... .......... .......... 79% 10.5M 1s
 35900K .......... .......... .......... .......... .......... 79% 12.5M 1s
 35950K .......... .......... .......... .......... .......... 79%  159M 1s
 36000K .......... .......... .......... .......... .......... 79% 51.0M 1s
 36050K .......... .......... .......... .......... .......... 79% 6.30M 1s
 36100K .......... .......... .......... .......... .......... 80%  161M 1s
 36150K .......... .......... .......... .......... .......... 80% 53.6M 1s
 36200K .......... .......... .......... .......... .......... 80% 11.8M 1s
 36250K .......... .......... .......... .......... .......... 80% 11.9M 1s
 36300K .......... .......... .......... .......... .......... 80% 11.2M 1s
 36350K .......... .......... .......... .......... .......... 80% 12.8M 1s
 36400K .......... .......... .......... .......... .......... 80%  112M 1s
 36450K .......... .......... .......... .......... .......... 80% 47.3M 1s
 36500K .......... .......... .......... .......... .......... 80% 6.35M 1s
 36550K .......... .......... .......... .......... .......... 81%  111M 1s
 36600K .......... .......... .......... .......... .......... 81% 84.0M 1s
 36650K .......... .......... .......... .......... .......... 81% 6.26M 1s
 36700K .......... .......... .......... .......... .......... 81%  126M 1s
 36750K .......... .......... .......... .......... .......... 81% 26.3M 1s
 36800K .......... .......... .......... .......... .......... 81% 12.0M 1s
 36850K .......... .......... .......... .......... .......... 81% 17.5M 1s
 36900K .......... .......... .......... .......... .......... 81% 40.1M 1s
 36950K .......... .......... .......... .......... .......... 81% 9.63M 1s
 37000K .......... .......... .......... .......... .......... 82% 18.5M 1s
 37050K .......... .......... .......... .......... .......... 82% 36.0M 1s
 37100K .......... .......... .......... .......... .......... 82% 7.53M 1s
 37150K .......... .......... .......... .......... .......... 82% 46.4M 1s
 37200K .......... .......... .......... .......... .......... 82% 36.7M 1s
 37250K .......... .......... .......... .......... .......... 82% 7.75M 1s
 37300K .......... .......... .......... .......... .......... 82%  177M 1s
 37350K .......... .......... .......... .......... .......... 82% 21.4M 1s
 37400K .......... .......... .......... .......... .......... 82% 9.47M 1s
 37450K .......... .......... .......... .......... .......... 83% 19.4M 1s
 37500K .......... .......... .......... .......... .......... 83% 35.7M 1s
 37550K .......... .......... .......... .......... .......... 83%  118M 1s
 37600K .......... .......... .......... .......... .......... 83% 8.10M 1s
 37650K .......... .......... .......... .......... .......... 83% 31.5M 1s
 37700K .......... .......... .......... .......... .......... 83% 39.5M 1s
 37750K .......... .......... .......... .......... .......... 83% 7.78M 1s
 37800K .......... .......... .......... .......... .......... 83% 31.0M 1s
 37850K .......... .......... .......... .......... .......... 83% 42.9M 1s
 37900K .......... .......... .......... .......... .......... 84% 9.98M 1s
 37950K .......... .......... .......... .......... .......... 84% 17.8M 1s
 38000K .......... .......... .......... .......... .......... 84% 42.1M 1s
 38050K .......... .......... .......... .......... .......... 84% 97.9M 1s
 38100K .......... .......... .......... .......... .......... 84% 8.09M 1s
 38150K .......... .......... .......... .......... .......... 84% 34.8M 0s
 38200K .......... .......... .......... .......... .......... 84% 41.7M 0s
 38250K .......... .......... .......... .......... .......... 84% 7.86M 0s
 38300K .......... .......... .......... .......... .......... 84% 30.5M 0s
 38350K .......... .......... .......... .......... .......... 84% 49.3M 0s
 38400K .......... .......... .......... .......... .......... 85%  176M 0s
 38450K .......... .......... .......... .......... .......... 85% 6.27M 0s
 38500K .......... .......... .......... .......... .......... 85%  186M 0s
 38550K .......... .......... .......... .......... .......... 85% 46.6M 0s
 38600K .......... .......... .......... .......... .......... 85% 6.50M 0s
 38650K .......... .......... .......... .......... .......... 85%  129M 0s
 38700K .......... .......... .......... .......... .......... 85% 47.5M 0s
 38750K .......... .......... .......... .......... .......... 85% 9.99M 0s
 38800K .......... .......... .......... .......... .......... 85% 14.7M 0s
 38850K .......... .......... .......... .......... .......... 86% 69.5M 0s
 38900K .......... .......... .......... .......... .......... 86%  134M 0s
 38950K .......... .......... .......... .......... .......... 86% 6.75M 0s
 39000K .......... .......... .......... .......... .......... 86%  110M 0s
 39050K .......... .......... .......... .......... .......... 86% 37.7M 0s
 39100K .......... .......... .......... .......... .......... 86% 6.77M 0s
 39150K .......... .......... .......... .......... .......... 86% 96.5M 0s
 39200K .......... .......... .......... .......... .......... 86% 42.8M 0s
 39250K .......... .......... .......... .......... .......... 86% 10.2M 0s
 39300K .......... .......... .......... .......... .......... 87% 13.7M 0s
 39350K .......... .......... .......... .......... .......... 87% 70.1M 0s
 39400K .......... .......... .......... .......... .......... 87%  128M 0s
 39450K .......... .......... .......... .......... .......... 87% 5.96M 0s
 39500K .......... .......... .......... .......... .......... 87%  108M 0s
 39550K .......... .......... .......... .......... .......... 87% 44.7M 0s
 39600K .......... .......... .......... .......... .......... 87% 13.7M 0s
 39650K .......... .......... .......... .......... .......... 87% 10.9M 0s
 39700K .......... .......... .......... .......... .......... 87% 45.0M 0s
 39750K .......... .......... .......... .......... .......... 88%  115M 0s
 39800K .......... .......... .......... .......... .......... 88% 7.85M 0s
 39850K .......... .......... .......... .......... .......... 88% 15.2M 0s
 39900K .......... .......... .......... .......... .......... 88% 65.5M 0s
 39950K .......... .......... .......... .......... .......... 88% 9.89M 0s
 40000K .......... .......... .......... .......... .......... 88% 28.2M 0s
 40050K .......... .......... .......... .......... .......... 88% 40.8M 0s
 40100K .......... .......... .......... .......... .......... 88% 43.5M 0s
 40150K .......... .......... .......... .......... .......... 88% 7.79M 0s
 40200K .......... .......... .......... .......... .......... 89%  145M 0s
 40250K .......... .......... .......... .......... .......... 89% 36.3M 0s
 40300K .......... .......... .......... .......... .......... 89% 6.80M 0s
 40350K .......... .......... .......... .......... .......... 89%  130M 0s
 40400K .......... .......... .......... .......... .......... 89% 45.7M 0s
 40450K .......... .......... .......... .......... .......... 89% 43.8M 0s
 40500K .......... .......... .......... .......... .......... 89% 7.33M 0s
 40550K .......... .......... .......... .......... .......... 89% 42.1M 0s
 40600K .......... .......... .......... .......... .......... 89%  132M 0s
 40650K .......... .......... .......... .......... .......... 90% 6.73M 0s
 40700K .......... .......... .......... .......... .......... 90%  132M 0s
 40750K .......... .......... .......... .......... .......... 90% 40.4M 0s
 40800K .......... .......... .......... .......... .......... 90% 45.1M 0s
 40850K .......... .......... .......... .......... .......... 90% 6.80M 0s
 40900K .......... .......... .......... .......... .......... 90%  112M 0s
 40950K .......... .......... .......... .......... .......... 90%  155M 0s
 41000K .......... .......... .......... .......... .......... 90% 8.15M 0s
 41050K .......... .......... .......... .......... .......... 90% 18.9M 0s
 41100K .......... .......... .......... .......... .......... 91%  113M 0s
 41150K .......... .......... .......... .......... .......... 91% 48.8M 0s
 41200K .......... .......... .......... .......... .......... 91% 7.68M 0s
 41250K .......... .......... .......... .......... .......... 91% 36.7M 0s
 41300K .......... .......... .......... .......... .......... 91% 34.2M 0s
 41350K .......... .......... .......... .......... .......... 91% 9.81M 0s
 41400K .......... .......... .......... .......... .......... 91% 19.4M 0s
 41450K .......... .......... .......... .......... .......... 91% 33.3M 0s
 41500K .......... .......... .......... .......... .......... 91% 48.6M 0s
 41550K .......... .......... .......... .......... .......... 92% 9.30M 0s
 41600K .......... .......... .......... .......... .......... 92% 16.4M 0s
 41650K .......... .......... .......... .......... .......... 92% 95.9M 0s
 41700K .......... .......... .......... .......... .......... 92% 10.7M 0s
 41750K .......... .......... .......... .......... .......... 92% 18.3M 0s
 41800K .......... .......... .......... .......... .......... 92% 35.4M 0s
 41850K .......... .......... .......... .......... .......... 92% 10.2M 0s
 41900K .......... .......... .......... .......... .......... 92% 19.2M 0s
 41950K .......... .......... .......... .......... .......... 92% 41.7M 0s
 42000K .......... .......... .......... .......... .......... 93%  119M 0s
 42050K .......... .......... .......... .......... .......... 93% 8.29M 0s
 42100K .......... .......... .......... .......... .......... 93% 35.2M 0s
 42150K .......... .......... .......... .......... .......... 93% 31.2M 0s
 42200K .......... .......... .......... .......... .......... 93%  119M 0s
 42250K .......... .......... .......... .......... .......... 93% 7.20M 0s
 42300K .......... .......... .......... .......... .......... 93% 37.9M 0s
 42350K .......... .......... .......... .......... .......... 93%  123M 0s
 42400K .......... .......... .......... .......... .......... 93%  131M 0s
 42450K .......... .......... .......... .......... .......... 94% 7.38M 0s
 42500K .......... .......... .......... .......... .......... 94% 18.3M 0s
 42550K .......... .......... .......... .......... .......... 94%  199M 0s
 42600K .......... .......... .......... .......... .......... 94%  140M 0s
 42650K .......... .......... .......... .......... .......... 94% 5.88M 0s
 42700K .......... .......... .......... .......... .......... 94%  166M 0s
 42750K .......... .......... .......... .......... .......... 94%  178M 0s
 42800K .......... .......... .......... .......... .......... 94% 10.7M 0s
 42850K .......... .......... .......... .......... .......... 94% 10.8M 0s
 42900K .......... .......... .......... .......... .......... 95% 3.55M 0s
 42950K .......... .......... .......... .......... .......... 95%  173M 0s
 43000K .......... .......... .......... .......... .......... 95%  167M 0s
 43050K .......... .......... .......... .......... .......... 95%  150M 0s
 43100K .......... .......... .......... .......... .......... 95%  126M 0s
 43150K .......... .......... .......... .......... .......... 95%  144M 0s
 43200K .......... .......... .......... .......... .......... 95% 24.2M 0s
 43250K .......... .......... .......... .......... .......... 95% 31.6M 0s
 43300K .......... .......... .......... .......... .......... 95% 8.95M 0s
 43350K .......... .......... .......... .......... .......... 96%  140M 0s
 43400K .......... .......... .......... .......... .......... 96% 30.0M 0s
 43450K .......... .......... .......... .......... .......... 96% 6.32M 0s
 43500K .......... .......... .......... .......... .......... 96%  115M 0s
 43550K .......... .......... .......... .......... .......... 96%  173M 0s
 43600K .......... .......... .......... .......... .......... 96% 28.8M 0s
 43650K .......... .......... .......... .......... .......... 96% 7.47M 0s
 43700K .......... .......... .......... .......... .......... 96%  138M 0s
 43750K .......... .......... .......... .......... .......... 96%  142M 0s
 43800K .......... .......... .......... .......... .......... 97% 28.7M 0s
 43850K .......... .......... .......... .......... .......... 97% 7.75M 0s
 43900K .......... .......... .......... .......... .......... 97% 41.9M 0s
 43950K .......... .......... .......... .......... .......... 97% 34.0M 0s
 44000K .......... .......... .......... .......... .......... 97%  195M 0s
 44050K .......... .......... .......... .......... .......... 97% 7.92M 0s
 44100K .......... .......... .......... .......... .......... 97% 40.1M 0s
 44150K .......... .......... .......... .......... .......... 97% 45.0M 0s
 44200K .......... .......... .......... .......... .......... 97%  117M 0s
 44250K .......... .......... .......... .......... .......... 98% 6.58M 0s
 44300K .......... .......... .......... .......... .......... 98% 93.7M 0s
 44350K .......... .......... .......... .......... .......... 98%  105M 0s
 44400K .......... .......... .......... .......... .......... 98% 8.06M 0s
 44450K .......... .......... .......... .......... .......... 98% 5.24M 0s
 44500K .......... .......... .......... .......... .......... 98%  133M 0s
 44550K .......... .......... .......... .......... .......... 98%  135M 0s
 44600K .......... .......... .......... .......... .......... 98% 60.8M 0s
 44650K .......... .......... .......... .......... .......... 98% 73.9M 0s
 44700K .......... .......... .......... .......... .......... 99% 12.9M 0s
 44750K .......... .......... .......... .......... .......... 99%  102M 0s
 44800K .......... .......... .......... .......... .......... 99% 13.8M 0s
 44850K .......... .......... .......... .......... .......... 99%  112M 0s
 44900K .......... .......... .......... .......... .......... 99%  103M 0s
 44950K .......... .......... .......... .......... .......... 99% 10.2M 0s
 45000K .......... .......... .......... .......... .......... 99% 15.8M 0s
 45050K .......... .......... .......... .......... .......... 99% 85.5M 0s
 45100K .......... .......... .......... .......... .......... 99% 11.9M 0s
 45150K .......... .......... ........                        100% 93.7M=3.1s

2021-11-25 12:08:01 (14.3 MB/s) - ‘libllvm-full.zip’ saved [46262593/46262593]

[Pipeline] sh
+ unzip libllvm-full.zip -d ./vm/Contents/MacOS/Plugins
Archive:  libllvm-full.zip
  inflating: ./vm/Contents/MacOS/Plugins/libLLVM.dylib  
[Pipeline] sh
+ wget https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libunicorn.zip
--2021-11-25 12:08:03--  https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libunicorn.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2587592 (2.5M) [application/zip]
Saving to: ‘libunicorn.zip’

     0K .......... .......... .......... .......... ..........  1% 2.96M 1s
    50K .......... .......... .......... .......... ..........  3% 5.96M 1s
   100K .......... .......... .......... .......... ..........  5% 23.4M 0s
   150K .......... .......... .......... .......... ..........  7% 37.0M 0s
   200K .......... .......... .......... .......... ..........  9% 7.49M 0s
   250K .......... .......... .......... .......... .......... 11% 35.4M 0s
   300K .......... .......... .......... .......... .......... 13% 9.25M 0s
   350K .......... .......... .......... .......... .......... 15% 57.9M 0s
   400K .......... .......... .......... .......... .......... 17% 21.5M 0s
   450K .......... .......... .......... .......... .......... 19% 19.7M 0s
   500K .......... .......... .......... .......... .......... 21% 12.5M 0s
   550K .......... .......... .......... .......... .......... 23% 36.0M 0s
   600K .......... .......... .......... .......... .......... 25% 43.9M 0s
   650K .......... .......... .......... .......... .......... 27% 25.5M 0s
   700K .......... .......... .......... .......... .......... 29% 22.2M 0s
   750K .......... .......... .......... .......... .......... 31% 42.4M 0s
   800K .......... .......... .......... .......... .......... 33% 41.6M 0s
   850K .......... .......... .......... .......... .......... 35% 44.7M 0s
   900K .......... .......... .......... .......... .......... 37% 46.5M 0s
   950K .......... .......... .......... .......... .......... 39% 52.3M 0s
  1000K .......... .......... .......... .......... .......... 41% 53.0M 0s
  1050K .......... .......... .......... .......... .......... 43% 15.3M 0s
  1100K .......... .......... .......... .......... .......... 45% 99.4M 0s
  1150K .......... .......... .......... .......... .......... 47% 70.4M 0s
  1200K .......... .......... .......... .......... .......... 49% 89.1M 0s
  1250K .......... .......... .......... .......... .......... 51% 50.3M 0s
  1300K .......... .......... .......... .......... .......... 53% 43.6M 0s
  1350K .......... .......... .......... .......... .......... 55% 44.7M 0s
  1400K .......... .......... .......... .......... .......... 57% 85.2M 0s
  1450K .......... .......... .......... .......... .......... 59% 12.1M 0s
  1500K .......... .......... .......... .......... .......... 61% 5.05M 0s
  1550K .......... .......... .......... .......... .......... 63% 50.3M 0s
  1600K .......... .......... .......... .......... .......... 65% 44.8M 0s
  1650K .......... .......... .......... .......... .......... 67% 72.4M 0s
  1700K .......... .......... .......... .......... .......... 69% 53.8M 0s
  1750K .......... .......... .......... .......... .......... 71% 40.8M 0s
  1800K .......... .......... .......... .......... .......... 73% 45.8M 0s
  1850K .......... .......... .......... .......... .......... 75% 58.6M 0s
  1900K .......... .......... .......... .......... .......... 77% 41.5M 0s
  1950K .......... .......... .......... .......... .......... 79% 55.2M 0s
  2000K .......... .......... .......... .......... .......... 81% 51.9M 0s
  2050K .......... .......... .......... .......... .......... 83% 57.1M 0s
  2100K .......... .......... .......... .......... .......... 85% 57.3M 0s
  2150K .......... .......... .......... .......... .......... 87% 59.2M 0s
  2200K .......... .......... .......... .......... .......... 89% 61.2M 0s
  2250K .......... .......... .......... .......... .......... 91% 84.8M 0s
  2300K .......... .......... .......... .......... .......... 92% 79.9M 0s
  2350K .......... .......... .......... .......... .......... 94% 58.1M 0s
  2400K .......... .......... .......... .......... .......... 96% 36.2M 0s
  2450K .......... .......... .......... .......... .......... 98% 42.3M 0s
  2500K .......... .......... ......                          100% 55.7M=0.1s

2021-11-25 12:08:04 (23.7 MB/s) - ‘libunicorn.zip’ saved [2587592/2587592]

[Pipeline] sh
+ unzip libunicorn.zip -d ./vm/Contents/MacOS/Plugins
Archive:  libunicorn.zip
  inflating: ./vm/Contents/MacOS/Plugins/libunicorn.1.dylib  
[Pipeline] timeout
Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true
+ ./vm/Contents/MacOS/Pharo --headless --logLevel=4 ./image/VMMaker.image test --junit-xml-output VMMakerTests
[DEBUG] 2021-11-25 12:08:04.562 logParameters (src/parameters.c:275):Image file name: ./image/VMMaker.image
[DEBUG] 2021-11-25 12:08:04.562 logParameters (src/parameters.c:276):Is default Image: no
[DEBUG] 2021-11-25 12:08:04.562 logParameters (src/parameters.c:277):Is interactive session: no
[DEBUG] 2021-11-25 12:08:04.562 logParameterVector (src/parameters.c:265):vmParameters [count = 3]:
[DEBUG] 2021-11-25 12:08:04.562 logParameterVector (src/parameters.c:268): ./vm/Contents/MacOS/Pharo
[DEBUG] 2021-11-25 12:08:04.562 logParameterVector (src/parameters.c:268): --headless
[DEBUG] 2021-11-25 12:08:04.562 logParameterVector (src/parameters.c:268): --logLevel=4
[DEBUG] 2021-11-25 12:08:04.562 logParameterVector (src/parameters.c:265):imageParameters [count = 3]:
[DEBUG] 2021-11-25 12:08:04.562 logParameterVector (src/parameters.c:268): test
[DEBUG] 2021-11-25 12:08:04.562 logParameterVector (src/parameters.c:268): --junit-xml-output
[DEBUG] 2021-11-25 12:08:04.562 logParameterVector (src/parameters.c:268): VMMakerTests
[INFO ] 2021-11-25 12:08:04.562 vm_main_with_parameters (src/client.c:94):Opening Image: ./image/VMMaker.image
[DEBUG] 2021-11-25 12:08:04.562 vm_main_with_parameters (src/client.c:116):Working Directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/build/vmmaker
[DEBUG] 2021-11-25 12:08:04.562 vm_main_with_parameters (src/client.c:118):sizeof(int): 4
[DEBUG] 2021-11-25 12:08:04.562 vm_main_with_parameters (src/client.c:119):sizeof(long): 8
[DEBUG] 2021-11-25 12:08:04.562 vm_main_with_parameters (src/client.c:120):sizeof(long long): 8
[DEBUG] 2021-11-25 12:08:04.562 vm_main_with_parameters (src/client.c:121):sizeof(void*): 8
[DEBUG] 2021-11-25 12:08:04.562 vm_main_with_parameters (src/client.c:122):sizeof(sqInt): 8
[DEBUG] 2021-11-25 12:08:04.562 vm_main_with_parameters (src/client.c:123):sizeof(sqLong): 8
[DEBUG] 2021-11-25 12:08:04.562 vm_main_with_parameters (src/client.c:124):sizeof(float): 4
[DEBUG] 2021-11-25 12:08:04.562 vm_main_with_parameters (src/client.c:125):sizeof(double): 8
[DEBUG] 2021-11-25 12:08:04.562 runOnMainThread (src/client.c:227):Running VM on main thread
[DEBUG] 2021-11-25 12:08:04.562 sqAllocateMemory (src/memoryUnix.c:107):Trying to load the image in 0x1115e9000
[DEBUG] 2021-11-25 12:08:04.562 sqAllocateMemory (src/memoryUnix.c:149):Loading the image in 0x116954000
[WARN ] 2021-11-25 12:08:04.641 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2021-11-25 12:08:04.668 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-11-25 12:08:04.670 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2021-11-25 12:08:04.675 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: InternetConfigPlugin
[WARN ] 2021-11-25 12:08:04.979 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-11-25 12:08:04.983 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-11-25 12:08:04.984 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-11-25 12:08:04.985 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2021-11-25 12:08:04.988 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: MD5Plugin
[WARN ] 2021-11-25 12:08:05.001 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2021-11-25 12:08:05.063 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: SDL2DisplayPlugin
Running tests in 1 Packages
[WARN ] 2021-11-25 12:08:07.177 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primAllocateExecutablePage
[WARN ] 2021-11-25 12:08:07.178 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primThunkEntryAddress
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1032 of 3800 (target: 950 (newly freed: 784
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 960 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1024 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 992 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1024 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1040 of 3800 (target: 950 (newly freed: 784
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1048 of 3928 (target: 982 (newly freed: 816
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3928 (target: 982 (newly freed: 720
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3928 (target: 982 (newly freed: 720
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 992 of 3928 (target: 982 (newly freed: 720
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1048 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1024 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1024 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 664
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 704
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 704
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 992 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 992 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 704
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 704
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 816
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 880
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1040 of 3880 (target: 970 (newly freed: 880
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1032 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1040 of 3880 (target: 970 (newly freed: 880
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 880
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??

GC number 0	marking...nilling... 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??

GC number 0	marking...nilling... 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??

GC number 0	marking...nilling... 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??

GC number 0	marking...nilling... 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8D8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8D8 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C648 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C648 up to 16r1106FF0

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okayGarbage Collect for Snapshot

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102FA38 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102FA38 up to 16r110AFF0
Garbage Collect for Snapshot

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102FA38 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102FA38 up to 16r110AFF0
Garbage Collect for Snapshot

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102FA48 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102FA48 up to 16r110AFF0
Garbage Collect for Snapshot

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C720 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C720 up to 16r1106FF0
Garbage Collect for Snapshot

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C720 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C720 up to 16r1106FF0
Garbage Collect for Snapshot

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C730 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C730 up to 16r1106FF0

Looking for module  ... loaded...computing accessor depths
warning, variable nsMethodCache doesn't exist or has already been removed
...done
Looking for module  ... loaded...computing accessor depths
warning, variable nsMethodCache doesn't exist or has already been removed
...done
Looking for module  ... loaded...computing accessor depths
warning, variable nsMethodCache doesn't exist or has already been removed
...done
(0) Looking for secHasEnvironmentAccess in SecurityPlugin
Looking for module SecurityPlugin ... loaded...computing accessor depths...done
Looking for module  ... loaded...computing accessor depths
warning, variable nsMethodCache doesn't exist or has already been removed
...done
(0) Looking for secHasEnvironmentAccess in SecurityPlugin
Looking for module SecurityPlugin ... loaded...computing accessor depths...done
GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101F980 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101F980 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101F980 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101F980 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...marking...nilling...
GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101F980 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101F980 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 0	marking...nilling...marking...nilling...
GC number 0	marking...nilling...marking...nilling...
GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r1014698 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r1014698 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r1014698 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r1014698 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...marking...nilling...
GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r1014698 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r1014698 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 0	marking...nilling...marking...nilling...
GC number 0	marking...nilling...marking...nilling...3637 run, 3633 passes, 0 failures, 4 errors.
[WARN ] 2021-11-25 12:11:40.289 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveCompressToByteArray
[Pipeline] }
[Pipeline] // timeout
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: Linux-x86_64)
[Pipeline] { (Branch: Darwin-x86_64)
[Pipeline] { (Branch: Windows-x86_64)
[Pipeline] { (Branch: Darwin-arm64)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on pharo-ci-jenkins2-unix-3 in /builds/workspace/pharo-vm_v9.0.10
Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_v9.0.10
[Pipeline] node
Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\pharo-vm_v9.0.10
Running on lse-mac-mini in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] cleanWs
[WS-CLEANUP] done
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] unstash
[WS-CLEANUP] done
[WS-CLEANUP] done
[Pipeline] unstash
[Pipeline] readFile
[Pipeline] readFile
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] stage
[Pipeline] { (Checkout-Linux-x86_64)
[Pipeline] stage
[Pipeline] { (Checkout-Darwin-x86_64)
[Pipeline] readFile
[Pipeline] readFile
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/repository
[Pipeline] {
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
[Pipeline] stage
[Pipeline] { (Checkout-Windows-x86_64)
[Pipeline] stage
[Pipeline] { (Checkout-Darwin-arm64)
[Pipeline] dir
Running in C:\builds\workspace\pharo-vm_v9.0.10\repository
[Pipeline] {
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
[Pipeline] checkout
using credential pharo-ci-api-user-pass-token
The recommended git tool is: git
Cloning the remote Git repository
Using shallow clone with depth 2
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
 > git init /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.0'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
 > git init /builds/workspace/pharo-vm_v9.0.10/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
 > git init /builds/workspace/pharo-vm_v9.0.10/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.24.1 (Apple Git-126)'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
 > git init C:\builds\workspace\pharo-vm_v9.0.10\repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.29.2'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Using shallow fetch with depth 2
Checking out Revision db5589084ebb0aed7e68d12388f6ef22cf23d893 (v9.0.10)
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v9.0.10:refs/tags/v9.0.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db5589084ebb0aed7e68d12388f6ef22cf23d893 # timeout=10
Commit message: "Updating Changelog, preparing release"

GitHub has been notified of this commit’s build result

[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Darwin-x86_64-CoInterpreter)
[Pipeline] cmakeBuild
[build] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=ON -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_v9.0.10/repository
Using shallow fetch with depth 2
Using shallow fetch with depth 2
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.10
-- Commit hash db558908 : 2021-11-25 11:12:35 +0100
-- No user build settings.
-- v9.0.10 - Commit: db558908 - Date: 2021-11-25 11:12:35 +0100
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v9.0.10:refs/tags/v9.0.10 # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v9.0.10:refs/tags/v9.0.10 # timeout=10
Checking out Revision db5589084ebb0aed7e68d12388f6ef22cf23d893 (v9.0.10)
Commit message: "Updating Changelog, preparing release"
Checking out Revision db5589084ebb0aed7e68d12388f6ef22cf23d893 (v9.0.10)
Commit message: "Updating Changelog, preparing release"

GitHub has been notified of this commit’s build result

[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
-- The C compiler identification is AppleClang 11.0.3.11030032
[Pipeline] stage
[Pipeline] { (Build-Linux-x86_64-CoInterpreter)
[Pipeline] cmakeBuild
[build] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=ON -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_v9.0.10/repository

GitHub has been notified of this commit’s build result

[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Darwin-arm64-CoInterpreter)
[Pipeline] cmakeBuild
[build] $ /opt/homebrew/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=ON -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository
-- The CXX compiler identification is AppleClang 11.0.3.11030032
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.10
-- Commit hash db55890 : 2021-11-25 11:12:35 +0100
-- No user build settings.
-- v9.0.10 - Commit: db55890 - Date: 2021-11-25 11:12:35 +0100
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Linux-x86_64
-- Building Pharo with executable named pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - found
-- Looking for include file unistd.h
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.10
-- Commit hash db558908 : 2021-11-25 11:12:35 +0100
-- No user build settings.
-- v9.0.10 - Commit: db558908 - Date: 2021-11-25 11:12:35 +0100
-- The C compiler identification is AppleClang 12.0.5.12050022
-- The CXX compiler identification is AppleClang 12.0.5.12050022
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: arm64
-- Full Platform name: Darwin-arm64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db5589084ebb0aed7e68d12388f6ef22cf23d893 # timeout=10
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - found
Defining Linux VM x86_64 to download for code generation
-- C Compiler: /usr/bin/cc
-- C++ Compiler: /usr/bin/c++
-- Resource Compiler: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db5589084ebb0aed7e68d12388f6ef22cf23d893 # timeout=10
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Darwin-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Looking for FFI in the system
-- Found FFI: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd  
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Darwin-arm64: openssl-1.1.1k
-- Downloading/updating openssl-1.1.1k
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-download
Scanning dependencies of target openssl-1.1.1k-download
[ 11%] Creating directories for 'openssl-1.1.1k-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.1.1k-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/openssl-1.1.1k.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'openssl-1.1.1k-download'
[ 44%] No patch step for 'openssl-1.1.1k-download'
[ 55%] No configure step for 'openssl-1.1.1k-download'
[ 66%] No build step for 'openssl-1.1.1k-download'
[ 77%] No install step for 'openssl-1.1.1k-download'
[ 88%] No test step for 'openssl-1.1.1k-download'
[100%] Completed 'openssl-1.1.1k-download'
[100%] Built target openssl-1.1.1k-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libcrypto.1.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libcrypto.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libssl.1.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libssl.dylib
Adding third-party libraries for Darwin-arm64: libgit2-1.0.1
-- Downloading/updating libgit2-1.0.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-download
Scanning dependencies of target libgit2-1.0.1-download
[ 11%] Creating directories for 'libgit2-1.0.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.0.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libgit2-1.0.1.zip'
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
Using shallow fetch with depth 2
-- [download 2% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 15% complete]
-- [download 19% complete]
-- [download 22% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 38% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 49% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libgit2-1.0.1-download'
[ 44%] No patch step for 'libgit2-1.0.1-download'
[ 55%] No configure step for 'libgit2-1.0.1-download'
[ 66%] No build step for 'libgit2-1.0.1-download'
[ 77%] No install step for 'libgit2-1.0.1-download'
[ 88%] No test step for 'libgit2-1.0.1-download'
[100%] Completed 'libgit2-1.0.1-download'
[100%] Built target libgit2-1.0.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src/libgit2.1.0.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src/libgit2.1.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src/libgit2.dylib
Adding third-party libraries for Darwin-arm64: libssh2-1.9.0
-- Downloading/updating libssh2-1.9.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-download
Scanning dependencies of target libssh2-1.9.0-download
[ 11%] Creating directories for 'libssh2-1.9.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libssh2-1.9.0.zip'
-- [download 6% complete]
-- [download 7% complete]
-- [download 24% complete]
-- [download 31% complete]
-- [download 45% complete]
-- [download 71% complete]
-- [download 82% complete]
-- [download 96% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libssh2-1.9.0-download'
[ 44%] No patch step for 'libssh2-1.9.0-download'
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 66%] No build step for 'libssh2-1.9.0-download'
[ 77%] No install step for 'libssh2-1.9.0-download'
[ 88%] No test step for 'libssh2-1.9.0-download'
[100%] Completed 'libssh2-1.9.0-download'
[100%] Built target libssh2-1.9.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.1.0.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.dylib
Adding third-party libraries for Darwin-arm64: freetype-2.10.0
-- Downloading/updating freetype-2.10.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-download
Scanning dependencies of target freetype-2.10.0-download
[ 11%] Creating directories for 'freetype-2.10.0-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.10.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/freetype-2.10.0.zip'
-- [download 0% complete]
-- [download 3% complete]
-- [download 6% complete]
-- [download 10% complete]
-- [download 13% complete]
-- [download 16% complete]
-- [download 23% complete]
-- [download 27% complete]
-- [download 29% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 36% complete]
-- [download 42% complete]
-- [download 48% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 55% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 65% complete]
-- [download 69% complete]
-- [download 73% complete]
-- [download 79% complete]
-- [download 84% complete]
-- [download 87% complete]
-- [download 92% complete]
-- [download 98% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'freetype-2.10.0-download'
[ 44%] No patch step for 'freetype-2.10.0-download'
[ 55%] No configure step for 'freetype-2.10.0-download'
[ 66%] No build step for 'freetype-2.10.0-download'
[ 77%] No install step for 'freetype-2.10.0-download'
[ 88%] No test step for 'freetype-2.10.0-download'
[100%] Completed 'freetype-2.10.0-download'
[100%] Built target freetype-2.10.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-src/libfreetype.6.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-src/libfreetype.dylib
Adding third-party libraries for Darwin-arm64: fontconfig-2.13.1
-- Downloading/updating fontconfig-2.13.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/fontconfig-2.13.1-download
Scanning dependencies of target fontconfig-2.13.1-download
[ 11%] Creating directories for 'fontconfig-2.13.1-download'
[ 22%] Performing download step (download, verify and extract) for 'fontconfig-2.13.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/fontconfig-2.13.1.zip'
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v9.0.10:refs/tags/v9.0.10 # timeout=10
Switched to a new branch 'v3.3-cmake'
Branch v3.3-cmake set up to track remote branch v3.3-cmake from origin.
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Success
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- [download 9% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 30% complete]
-- [download 34% complete]
-- [download 37% complete]
-- [download 56% complete]
-- [download 58% complete]
-- [download 64% complete]
-- [download 73% complete]
-- [download 81% complete]
-- [download 88% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/fontconfig-2.13.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'fontconfig-2.13.1-download'
[ 44%] No patch step for 'fontconfig-2.13.1-download'
[ 55%] No configure step for 'fontconfig-2.13.1-download'
[ 66%] No build step for 'fontconfig-2.13.1-download'
[ 77%] No install step for 'fontconfig-2.13.1-download'
[ 88%] No test step for 'fontconfig-2.13.1-download'
[100%] Completed 'fontconfig-2.13.1-download'
[100%] Built target fontconfig-2.13.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/fontconfig-2.13.1-src/libfontconfig.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/fontconfig-2.13.1-src/libfontconfig.dylib
Adding third-party libraries for Darwin-arm64: pixman-0.40.0
-- Downloading/updating pixman-0.40.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-download
Scanning dependencies of target pixman-0.40.0-download
[ 11%] Creating directories for 'pixman-0.40.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.40.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/pixman-0.40.0.zip'
-- [download 4% complete]
-- [download 7% complete]
-- [download 14% complete]
-- [download 20% complete]
-- [download 23% complete]
-- [download 26% complete]
-- [download 39% complete]
-- [download 45% complete]
-- [download 50% complete]
-- [download 55% complete]
-- [download 61% complete]
-- [download 76% complete]
-- [download 83% complete]
-- [download 95% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'pixman-0.40.0-download'
[ 44%] No patch step for 'pixman-0.40.0-download'
[ 55%] No configure step for 'pixman-0.40.0-download'
[ 66%] No build step for 'pixman-0.40.0-download'
[ 77%] No install step for 'pixman-0.40.0-download'
[ 88%] No test step for 'pixman-0.40.0-download'
[100%] Completed 'pixman-0.40.0-download'
[100%] Built target pixman-0.40.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src/libpixman-1.0.40.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src/libpixman-1.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-arm64: cairo-1.16.0
-- Downloading/updating cairo-1.16.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-download
Scanning dependencies of target cairo-1.16.0-download
[ 11%] Creating directories for 'cairo-1.16.0-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.16.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/cairo-1.16.0.zip'
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 58% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 74% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 86% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'cairo-1.16.0-download'
[ 44%] No patch step for 'cairo-1.16.0-download'
[ 55%] No configure step for 'cairo-1.16.0-download'
[ 66%] No build step for 'cairo-1.16.0-download'
[ 77%] No install step for 'cairo-1.16.0-download'
[ 88%] No test step for 'cairo-1.16.0-download'
[100%] Completed 'cairo-1.16.0-download'
[100%] Built target cairo-1.16.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo.2.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo.dylib
Adding third-party libraries for Darwin-arm64: libpng-1.6.37
-- Downloading/updating libpng-1.6.37
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-download
Scanning dependencies of target libpng-1.6.37-download
[ 11%] Creating directories for 'libpng-1.6.37-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.37-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libpng-1.6.37.zip'
Checking out Revision db5589084ebb0aed7e68d12388f6ef22cf23d893 (v9.0.10)
-- [download 1% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 23% complete]
-- [download 31% complete]
-- [download 36% complete]
-- [download 42% complete]
-- [download 47% complete]
-- [download 60% complete]
-- [download 79% complete]
-- [download 90% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libpng-1.6.37-download'
[ 44%] No patch step for 'libpng-1.6.37-download'
[ 55%] No configure step for 'libpng-1.6.37-download'
[ 66%] No build step for 'libpng-1.6.37-download'
[ 77%] No install step for 'libpng-1.6.37-download'
[ 88%] No test step for 'libpng-1.6.37-download'
[100%] Completed 'libpng-1.6.37-download'
[100%] Built target libpng-1.6.37-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng16.16.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng16.dylib
-- Downloading SDL2 binary
Adding third-party libraries for Darwin-arm64: SDL2-2.0.14
-- Downloading/updating SDL2-2.0.14
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-download
Scanning dependencies of target SDL2-2.0.14-download
[ 11%] Creating directories for 'SDL2-2.0.14-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.14-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/SDL2-2.0.14.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 29% complete]
-- [download 32% complete]
-- [download 34% complete]
-- [download 36% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 63% complete]
-- [download 65% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 97% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'SDL2-2.0.14-download'
[ 44%] No patch step for 'SDL2-2.0.14-download'
[ 55%] No configure step for 'SDL2-2.0.14-download'
[ 66%] No build step for 'SDL2-2.0.14-download'
[ 77%] No install step for 'SDL2-2.0.14-download'
[ 88%] No test step for 'SDL2-2.0.14-download'
[100%] Completed 'SDL2-2.0.14-download'
[100%] Built target SDL2-2.0.14-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-src/libSDL2-2.0.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-src/libSDL2.dylib
-- Configuring done
CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build
[Pipeline] {
[Pipeline] sh
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - found
-- Checking if .eh_frame section is read-only - yes
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - yes
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - yes
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Success
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Using uuid library:/usr/lib/x86_64-linux-gnu/libuuid.so
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.2g")  
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Linux-x86_64: libgit2-0.25.1
-- Downloading/updating libgit2-0.25.1
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-download
Scanning dependencies of target libgit2-0.25.1-download
[ 11%] Creating directories for 'libgit2-0.25.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libgit2-0.25.1.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
+ VERBOSE=1
+ make install package
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -S/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository -B/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build --check-build-system CMakeFiles/Makefile.cmake 0
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build//CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[  1%] Creating directories for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/tmp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  1%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/mac/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- verifying file...
       file='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
-- Downloading... done
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  2%] Performing update step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

[  2%] No patch step for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  3%] Performing configure step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  4%] Performing build step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[  4%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[  5%] Creating directories for 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/tmp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[  5%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- verifying file...
       file='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- Downloading... done
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image'
-- extracting... [tar xfz]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-download'
[ 44%] No update step for 'libgit2-0.25.1-download'
[ 55%] No configure step for 'libgit2-0.25.1-download'
[ 66%] No build step for 'libgit2-0.25.1-download'
[ 77%] No install step for 'libgit2-0.25.1-download'
[ 88%] No test step for 'libgit2-0.25.1-download'
[100%] Completed 'libgit2-0.25.1-download'
[100%] Built target libgit2-0.25.1-download
-- /builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src/libgit2.so
-- /builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src/libgit2.so.0.25.1
-- /builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src/libgit2.so.25
Adding third-party libraries for Linux-x86_64: libgit2-linux-1.0.0
-- Downloading/updating libgit2-linux-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build/libgit2-linux-1.0.0-download
Scanning dependencies of target libgit2-linux-1.0.0-download
[ 11%] Creating directories for 'libgit2-linux-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-linux-1.0.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip'
   timeout='none'
-- Using src='https://github.com/guillep/libgit_build/releases/download/v1.0.2/libgit2-linux-1.0.0.zip'
-- [download 6% complete]
-- [download 100% complete]
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build/libgit2-linux-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-linux-1.0.0-download'
[ 44%] No update step for 'libgit2-linux-1.0.0-download'
[ 55%] No configure step for 'libgit2-linux-1.0.0-download'
[ 66%] No build step for 'libgit2-linux-1.0.0-download'
[ 77%] No install step for 'libgit2-linux-1.0.0-download'
[ 88%] No test step for 'libgit2-linux-1.0.0-download'
[100%] Completed 'libgit2-linux-1.0.0-download'
[100%] Built target libgit2-linux-1.0.0-download
-- /builds/workspace/pharo-vm_v9.0.10/build/libgit2-linux-1.0.0-src/libgit2.1.0.0.so
Adding third-party libraries for Linux-x86_64: libssh2-1.7.0
-- Downloading/updating libssh2-1.7.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-download
Scanning dependencies of target libssh2-1.7.0-download
[ 11%] Creating directories for 'libssh2-1.7.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.7.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libssh2-1.7.0.zip'
-- [download 4% complete]
-- [download 5% complete]
-- [download 8% complete]
-- [download 13% complete]
-- [download 17% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 27% complete]
-- [download 29% complete]
-- [download 33% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 45% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 56% complete]
-- [download 62% complete]
-- [download 65% complete]
-- [download 69% complete]
-- [download 72% complete]
-- [download 77% complete]
-- [download 81% complete]
-- [download 85% complete]
-- [download 92% complete]
-- [download 95% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.7.0-download'
[ 44%] No update step for 'libssh2-1.7.0-download'
[ 55%] No configure step for 'libssh2-1.7.0-download'
[ 66%] No build step for 'libssh2-1.7.0-download'
[ 77%] No install step for 'libssh2-1.7.0-download'
[ 88%] No test step for 'libssh2-1.7.0-download'
[100%] Completed 'libssh2-1.7.0-download'
[100%] Built target libssh2-1.7.0-download
-- /builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-src/libssh2.so
-- /builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-src/libssh2.so.1
-- /builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-src/libssh2.so.1.0.1
Adding third-party libraries for Linux-x86_64: openssl-1.0.2q
-- Downloading/updating openssl-1.0.2q
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-download
Scanning dependencies of target openssl-1.0.2q-download
[ 11%] Creating directories for 'openssl-1.0.2q-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/openssl-1.0.2q.zip'
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[  6%] Performing update step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && echo

[  6%] No patch step for 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[  7%] Performing configure step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[  8%] Performing build step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image --no-default-preferences save VMMaker
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-download'
[ 44%] No update step for 'openssl-1.0.2q-download'
[ 55%] No configure step for 'openssl-1.0.2q-download'
[ 66%] No build step for 'openssl-1.0.2q-download'
[ 77%] No install step for 'openssl-1.0.2q-download'
[ 88%] No test step for 'openssl-1.0.2q-download'
[100%] Completed 'openssl-1.0.2q-download'
[100%] Built target openssl-1.0.2q-download
-- /builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src/libcrypto.so.1.0.0
-- /builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src/libssl.so
-- /builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src/libssl.so.1.0.0
-- Downloading SDL2 binary
Adding third-party libraries for Linux-x86_64: SDL2-2.0.7
-- Downloading/updating SDL2-2.0.7
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-download
Scanning dependencies of target SDL2-2.0.7-download
[ 11%] Creating directories for 'SDL2-2.0.7-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.7-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/SDL2-2.0.7.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.7-download'
[ 44%] No update step for 'SDL2-2.0.7-download'
[ 55%] No configure step for 'SDL2-2.0.7-download'
[ 66%] No build step for 'SDL2-2.0.7-download'
[ 77%] No install step for 'SDL2-2.0.7-download'
[ 88%] No test step for 'SDL2-2.0.7-download'
[100%] Completed 'SDL2-2.0.7-download'
[100%] Built target SDL2-2.0.7-download
-- /builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-src/libSDL2-2.0.so.0
-- /builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0
-- /builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-src/libSDL2.so
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/build
[Pipeline] {
Commit message: "Updating Changelog, preparing release"
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db5589084ebb0aed7e68d12388f6ef22cf23d893 # timeout=10
+ VERBOSE=1 make install package
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_v9.0.10/repository -B/builds/workspace/pharo-vm_v9.0.10/build --check-build-system CMakeFiles/Makefile.cmake 0
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build/libffi-src /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/libffi-build /builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/closures.c
/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/closures.c:123:0: warning: "FFI_MMAP_EXEC_WRIT" redefined
 #  define FFI_MMAP_EXEC_WRIT 1
 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include/ffi_common.h:17:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/closures.c:36:
/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include/fficonfig.h:27:0: note: this is the location of the previous definition
 #define FFI_MMAP_EXEC_WRIT 0
 ^

GitHub has been notified of this commit’s build result

[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Windows-x86_64-CoInterpreter)
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v9.0.10"`
    set -ex
    mkdir build
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c
/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c: In function 'ffi_java_raw_call':
/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:317:3: warning: 'ffi_java_raw_to_ptrarray' is deprecated [-Wdeprecated-declarations]
   ffi_java_raw_to_ptrarray (cif, raw, avalue);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:76:1: note: declared here
 ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c: In function 'ffi_java_translate_args':
/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:328:3: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
   ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
   ^
/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:45:1: note: declared here
 ffi_java_raw_size (ffi_cif *cif)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
   ffi_java_ptrarray_to_raw (cif, avalue, raw);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:157:1: note: declared here
 ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c: In function 'ffi_prep_java_raw_closure':
/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:369:3: warning: 'ffi_prep_java_raw_closure_loc' is deprecated [-Wdeprecated-declarations]
   return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:337:1: note: declared here
 ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
 ^
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/prep_cif.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/raw_api.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/types.c
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/x86/ffi64.c
[  4%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o
cd /builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/x86/unix64.S
[  5%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/x86/ffiw64.c
[  5%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o
cd /builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/x86/win64.S
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[  5%] Built target objlib
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build/libffi-src /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/libffi-build /builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[  6%] Linking C shared library ../build/vm/libffi.so
cd /builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libffi.so -o ../build/vm/libffi.so CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins 
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[  6%] Built target ffi_shared
make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[  6%] Creating directories for 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  7%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/linux/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
+ mkdir build
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v9.0.10"`
    set -ex
    cd build &&  cygcheck -c -d > cygwinVersions.txt
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip'
-- Downloading... done
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm'
-- extracting... [tar xfz]
+ cd build
+ cygcheck -c -d
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  8%] No patch step for 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  8%] Performing update step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

[  9%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  9%] Performing build step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[  9%] Built target build_vmmaker_get_vm-build
make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[  9%] Creating directories for 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 10%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v9.0.10"`
    set -ex
    cd build && cmake -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=ON  -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
+ cd build
+ cmake -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=ON -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- CMAKE_GENERATOR=Unix Makefiles
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- Downloading... done
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image'
-- extracting... [tar xfz]
-- Building version 9.0.10
-- Commit hash db558908 : 2021-11-25 11:12:35 +0100
-- No user build settings.
-- v9.0.10 - Commit: db558908 - Date: 2021-11-25 11:12:35 +0100
-- Building on CYGWIN CMAKE: Adapting paths
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 10%] No patch step for 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 11%] Performing update step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && echo

[ 12%] Performing configure step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 12%] Performing build step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image --no-default-preferences save VMMaker
Switched to a new branch 'v3.3-cmake'
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
-- The C compiler identification is Clang 8.0.1
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/scripts/installVMMaker.st /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_v9.0.10/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_v9.0.10/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
-- The CXX compiler identification is Clang 8.0.1
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is Clang
-- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang - works
-- Detecting C compiler ABI info
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++ - works
-- Detecting CXX compiler ABI info
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - not found
-- Checking if .eh_frame section is read-only - no
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Darwin-x86_64: libgit2-0.25.1
-- Downloading/updating libgit2-0.25.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-download
Scanning dependencies of target libgit2-0.25.1-download
[ 11%] Creating directories for 'libgit2-0.25.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-0.25.1.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-download'
[ 44%] No update step for 'libgit2-0.25.1-download'
[ 55%] No configure step for 'libgit2-0.25.1-download'
[ 66%] No build step for 'libgit2-0.25.1-download'
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Building for WINDOWS
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
-- Full Platform name: Windows-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
[ 77%] No install step for 'libgit2-0.25.1-download'
[ 88%] No test step for 'libgit2-0.25.1-download'
[100%] Completed 'libgit2-0.25.1-download'
[100%] Built target libgit2-0.25.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src/libgit2.0.25.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src/libgit2.25.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src/libgit2.dylib
Adding third-party libraries for Darwin-x86_64: libgit2-mac-1.0.0
-- Downloading/updating libgit2-mac-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-mac-1.0.0-download
Scanning dependencies of target libgit2-mac-1.0.0-download
[ 11%] Creating directories for 'libgit2-mac-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-mac-1.0.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-mac-1.0.0-download/libgit2-mac-1.0.0-download-prefix/src/libgit2-mac-1.0.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-mac-1.0.0.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-mac-1.0.0-download/libgit2-mac-1.0.0-download-prefix/src/libgit2-mac-1.0.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-mac-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-mac-1.0.0-download'
[ 44%] No update step for 'libgit2-mac-1.0.0-download'
[ 55%] No configure step for 'libgit2-mac-1.0.0-download'
[ 66%] No build step for 'libgit2-mac-1.0.0-download'
[ 77%] No install step for 'libgit2-mac-1.0.0-download'
[ 88%] No test step for 'libgit2-mac-1.0.0-download'
[100%] Completed 'libgit2-mac-1.0.0-download'
[100%] Built target libgit2-mac-1.0.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib
Adding third-party libraries for Darwin-x86_64: libssh2-1.7.0
-- Downloading/updating libssh2-1.7.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-download
Scanning dependencies of target libssh2-1.7.0-download
[ 11%] Creating directories for 'libssh2-1.7.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.7.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libssh2-1.7.0.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.7.0-download'
[ 44%] No update step for 'libssh2-1.7.0-download'
[ 55%] No configure step for 'libssh2-1.7.0-download'
[ 66%] No build step for 'libssh2-1.7.0-download'
[ 77%] No install step for 'libssh2-1.7.0-download'
[ 88%] No test step for 'libssh2-1.7.0-download'
[100%] Completed 'libssh2-1.7.0-download'
[100%] Built target libssh2-1.7.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-src/libssh2.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-src/libssh2.dylib
Adding third-party libraries for Darwin-x86_64: openssl-1.0.2q
-- Downloading/updating openssl-1.0.2q
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-download
Scanning dependencies of target openssl-1.0.2q-download
[ 11%] Creating directories for 'openssl-1.0.2q-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/openssl-1.0.2q.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src'
-- extracting... [tar xfz]
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-download'
[ 44%] No update step for 'openssl-1.0.2q-download'
[ 55%] No configure step for 'openssl-1.0.2q-download'
[ 66%] No build step for 'openssl-1.0.2q-download'
[ 77%] No install step for 'openssl-1.0.2q-download'
[ 88%] No test step for 'openssl-1.0.2q-download'
[100%] Completed 'openssl-1.0.2q-download'
[100%] Built target openssl-1.0.2q-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src/libcrypto.1.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src/libssl.1.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src/libssl.dylib
Adding third-party libraries for Darwin-x86_64: freetype-2.9.1
-- Downloading/updating freetype-2.9.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-download
Scanning dependencies of target freetype-2.9.1-download
[ 11%] Creating directories for 'freetype-2.9.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.9.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/freetype-2.9.1.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 53% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.9.1-download'
[ 44%] No update step for 'freetype-2.9.1-download'
[ 55%] No configure step for 'freetype-2.9.1-download'
[ 66%] No build step for 'freetype-2.9.1-download'
[ 77%] No install step for 'freetype-2.9.1-download'
[ 88%] No test step for 'freetype-2.9.1-download'
[100%] Completed 'freetype-2.9.1-download'
[100%] Built target freetype-2.9.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-src/libfreetype.6.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-src/libfreetype.dylib
Adding third-party libraries for Darwin-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-download
Scanning dependencies of target pixman-0.34.0-download
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/pixman-0.34.0.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 66%] No build step for 'pixman-0.34.0-download'
[ 77%] No install step for 'pixman-0.34.0-download'
[ 88%] No test step for 'pixman-0.34.0-download'
[100%] Completed 'pixman-0.34.0-download'
[100%] Built target pixman-0.34.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-src/libpixman-1.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-download
Scanning dependencies of target cairo-1.15.4-download
[ 11%] Creating directories for 'cairo-1.15.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/cairo-1.15.4.zip'
-- [download 2% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- Looking for stddef.h - found
-- Check size of int
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src/libcairo.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src/libcairo.dylib
Adding third-party libraries for Darwin-x86_64: libpng-1.2.49
-- Downloading/updating libpng-1.2.49
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.2.49-download
Scanning dependencies of target libpng-1.2.49-download
[ 11%] Creating directories for 'libpng-1.2.49-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.2.49-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libpng-1.2.49.zip'
-- [download 4% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 18% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 40% complete]
-- [download 43% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.2.49-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.2.49-download'
[ 44%] No update step for 'libpng-1.2.49-download'
[ 55%] No configure step for 'libpng-1.2.49-download'
[ 66%] No build step for 'libpng-1.2.49-download'
[ 77%] No install step for 'libpng-1.2.49-download'
[ 88%] No test step for 'libpng-1.2.49-download'
[100%] Completed 'libpng-1.2.49-download'
[100%] Built target libpng-1.2.49-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.2.49-src/libpng12.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.2.49-src/libpng12.dylib
-- Downloading SDL2 binary
Adding third-party libraries for Darwin-x86_64: SDL2-2.0.7
-- Downloading/updating SDL2-2.0.7
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-download
Scanning dependencies of target SDL2-2.0.7-download
[ 11%] Creating directories for 'SDL2-2.0.7-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.7-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/SDL2-2.0.7.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.7-download'
[ 44%] No update step for 'SDL2-2.0.7-download'
[ 55%] No configure step for 'SDL2-2.0.7-download'
[ 66%] No build step for 'SDL2-2.0.7-download'
[ 77%] No install step for 'SDL2-2.0.7-download'
[ 88%] No test step for 'SDL2-2.0.7-download'
[100%] Completed 'SDL2-2.0.7-download'
[100%] Built target SDL2-2.0.7-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-src/libSDL2-2.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-src/libSDL2.dylib
-- Configuring done
CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin
   ffi_shared

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/build
[Pipeline] {
[Pipeline] sh
+ VERBOSE=1
+ make install package
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_v9.0.10/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build --check-build-system CMakeFiles/Makefile.cmake 0
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/closures.c
-- Check size of int - done
-- Check size of long
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
  ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here
size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
                                                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
  ffi_java_ptrarray_to_raw (cif, avalue, raw);
  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
                                                                                            ^
2 warnings generated.
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/prep_cif.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/raw_api.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/types.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/types.c
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/x86/ffi64.c
[  4%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/x86/unix64.S
[  5%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/x86/ffiw64.c
[  6%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/x86/win64.S
[  6%] Built target objlib
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
[  7%] Linking C shared library ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -install_name @executable_path/Plugins/libffi.dylib CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins 
[  7%] Built target ffi_shared
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
[  7%] Copying libffi binaries to '/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[  7%] Built target libffi_copy
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[  7%] Creating directories for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  8%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/mac/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- Check size of long - done
-- Check size of long long
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  8%] No patch step for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  9%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

[ 10%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 10%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 10%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[ 11%] Creating directories for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 11%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- Check size of long long - done
-- Check size of void*
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image'
-- extracting... [tar xfz]
-- Check size of void* - done
-- int 4
-- long 4
-- long long 8
-- void* 8
-- Writing libraries to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
-- Looking for include file dirent.h
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 11%] No patch step for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 12%] Performing update step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && echo

[ 13%] Performing configure step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 13%] Performing build step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image --no-default-preferences save VMMaker
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
-- Looking for include file dirent.h - found
-- Looking for include file features.h
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
-- Looking for include file sys/dir.h - not found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/time.h
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_v9.0.10/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_v9.0.10/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
-- Looking for include file execinfo.h - not found
-- Looking for include file dlfcn.h
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
-- Looking for include file dlfcn.h - not found
-- Looking for dlopen in dl
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
-- Looking for dlopen in dl - not found
-- Looking for dlopen in dyld
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Failed
-- Looking for include file sys/uuid.h
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
-- Looking for include file uuid/uuid.h - not found
-- Looking for include file uuid.h
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
-- Looking for uuid_generate in uuid - not found
Defining Windows VM to download for code generation
-- C Compiler: /usr/bin/x86_64-w64-mingw32-clang
-- C++ Compiler: /usr/bin/x86_64-w64-mingw32-clang++
-- Resource Compiler: x86_64-w64-mingw32-windres
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-download
Scanning dependencies of target libffi-download
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
[ 11%] Creating directories for 'libffi-download'
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
Switched to a new branch 'v3.3-cmake'
[ 33%] No patch step for 'libffi-download'
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
[ 44%] Performing update step for 'libffi-download'
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
Current branch v3.3-cmake is up to date.
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
[ 88%] No test step for 'libffi-download'
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
[100%] Completed 'libffi-download'
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
[100%] Built target libffi-download
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
-- Building for TARGET_PLATFORM: X86_WIN64
-- Check size of size_t
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 13%] Performing install step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 13%] Completed 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 13%] Built target build_vmmaker_get_image
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 13%] Copying libffi binaries to '/builds/workspace/pharo-vm_v9.0.10/build/build/vm/'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/build/vm/libffi.so /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 13%] Built target libffi_copy
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 14%] Generating VM files for flavour: CoInterpreter
build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/builds/workspace/pharo-vm_v9.0.10/build'"
Generating #CoInterpreter in '/builds/workspace/pharo-vm_v9.0.10/build'...
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
-- Check size of size_t - done
-- The ASM compiler identification is Clang
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
-- Found assembler: /usr/bin/x86_64-w64-mingw32-clang
-- Check size of double

warning, variable nsMethodCache doesn't exist or has already been removed
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
-- Check size of double - done
-- Check size of long double
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
-- Check size of long double - done
-- Looking for alloca
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
-- Looking for alloca - not found
-- Looking for mmap
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
-- Looking for mmap - not found
-- Looking for MAP_ANON
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[  9%] Performing install step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[  9%] Completed 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image-complete
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
[  9%] Built target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
[ 10%] Generating VM files for flavour: CoInterpreter
build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'"
-- Looking for MAP_ANON - not found
-- Performing Test HAVE_MMAP_DEV_ZERO
Generating #CoInterpreter in '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'...
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
-- Looking for alloca.h - not found
-- Performing Test HAVE_ALLOCA
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)

warning, variable nsMethodCache doesn't exist or has already been removed
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
-- Performing Test HAVE_ALLOCA - Failed
-- Looking for inttypes.h
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
-- Looking for inttypes.h - found
-- Looking for memory.h
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining
-- Looking for memory.h - found
-- Looking for stdlib.h
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 13%] Performing install step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 14%] Completed 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image-complete
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
[ 14%] Built target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
[ 15%] Generating VM files for flavour: CoInterpreter
build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build'"

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO
Generating #CoInterpreter in '/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build'...
-- Looking for stdlib.h - found
-- Looking for strings.h

warning, variable nsMethodCache doesn't exist or has already been removed
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining
-- Looking for sys/mman.h - not found
-- Looking for sys/stat.h

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy

Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining

Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - not found
-- Checking if .eh_frame section is read-only - no

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
-- Checking HAVE_AS_X86_PCREL - yes

warning, variable nsMethodCache doesn't exist or has already been removed

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP

Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining

Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
Adding third-party libraries for Windows-x86_64: gcc-runtime-3.4
-- Downloading/updating gcc-runtime-3.4
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/gcc-runtime-3.4-download
Scanning dependencies of target gcc-runtime-3.4-download
[ 11%] Creating directories for 'gcc-runtime-3.4-download'

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:

warning, variable nsMethodCache doesn't exist or has already been removed
[ 22%] Performing download step (download, verify and extract) for 'gcc-runtime-3.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/gcc-runtime-3.4.zip'
-- [download 10% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 49% complete]
-- [download 68% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/gcc-runtime-3.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done

warning, variable nsMethodCache doesn't exist or has already been removed
[ 33%] No patch step for 'gcc-runtime-3.4-download'
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
[ 44%] No update step for 'gcc-runtime-3.4-download'
[ 55%] No configure step for 'gcc-runtime-3.4-download'
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
[ 66%] No build step for 'gcc-runtime-3.4-download'

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
[ 77%] No install step for 'gcc-runtime-3.4-download'

Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining

Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining
[ 88%] No test step for 'gcc-runtime-3.4-download'
[100%] Completed 'gcc-runtime-3.4-download'
[100%] Built target gcc-runtime-3.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/gcc-runtime-3.4-src/iconv.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/gcc-runtime-3.4-src/libgcc_s_seh-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/gcc-runtime-3.4-src/libwinpthread-1.dll
-- Downloading Git2 binary
Adding third-party libraries for Windows-x86_64: libgit2-win-1.0.0
-- Downloading/updating libgit2-win-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-win-1.0.0-download

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:

warning, variable nsMethodCache doesn't exist or has already been removed
Scanning dependencies of target libgit2-win-1.0.0-download
[ 11%] Creating directories for 'libgit2-win-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-win-1.0.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-win-1.0.0-download/libgit2-win-1.0.0-download-prefix/src/libgit2-win-1.0.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-win-1.0.0.zip'
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
-- [download 1% complete]
-- [download 3% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 34% complete]
-- [download 41% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 51% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 65% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-win-1.0.0-download/libgit2-win-1.0.0-download-prefix/src/libgit2-win-1.0.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-win-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-win-1.0.0-download'
[ 44%] No update step for 'libgit2-win-1.0.0-download'
[ 55%] No configure step for 'libgit2-win-1.0.0-download'
[ 66%] No build step for 'libgit2-win-1.0.0-download'
[ 77%] No install step for 'libgit2-win-1.0.0-download'

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
[ 88%] No test step for 'libgit2-win-1.0.0-download'

warning, variable nsMethodCache doesn't exist or has already been removed
[100%] Completed 'libgit2-win-1.0.0-download'
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

warning, variable nsMethodCache doesn't exist or has already been removed
[100%] Built target libgit2-win-1.0.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-win-1.0.0-src/libgit2-1-0-0.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-win-1.0.0-src/libpcre-1.dll
Adding third-party libraries for Windows-x86_64: libgit2-0.25.1-fixLibGit
-- Downloading/updating libgit2-0.25.1-fixLibGit
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-fixLibGit-download
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
Scanning dependencies of target libgit2-0.25.1-fixLibGit-download
[ 11%] Creating directories for 'libgit2-0.25.1-fixLibGit-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-fixLibGit-download'

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-fixLibGit-download/libgit2-0.25.1-fixLibGit-download-prefix/src/libgit2-0.25.1-fixLibGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-0.25.1-fixLibGit.zip'
-- [download 1% complete]
-- [download 4% complete]
-- [download 7% complete]
-- [download 11% complete]
-- [download 17% complete]
-- [download 20% complete]
-- [download 25% complete]
-- [download 28% complete]
-- [download 36% complete]
-- [download 38% complete]
-- [download 40% complete]
-- [download 45% complete]
-- [download 49% complete]
-- [download 75% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 88% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-fixLibGit-download/libgit2-0.25.1-fixLibGit-download-prefix/src/libgit2-0.25.1-fixLibGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-fixLibGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-fixLibGit-download'
[ 44%] No update step for 'libgit2-0.25.1-fixLibGit-download'
[ 55%] No configure step for 'libgit2-0.25.1-fixLibGit-download'

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
[ 66%] No build step for 'libgit2-0.25.1-fixLibGit-download'

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
[ 77%] No install step for 'libgit2-0.25.1-fixLibGit-download'
[ 88%] No test step for 'libgit2-0.25.1-fixLibGit-download'
[100%] Completed 'libgit2-0.25.1-fixLibGit-download'
25 November 2021 12:14:15.383664 pm

warning, variable nsMethodCache doesn't exist or has already been removed
[100%] Built target libgit2-0.25.1-fixLibGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-fixLibGit-src/libgit2.dll
Adding third-party libraries for Windows-x86_64: zlib-1.2.11-fixLibGit
-- Downloading/updating zlib-1.2.11-fixLibGit
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 12:14:15.844688 pm
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-fixLibGit-download
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
Scanning dependencies of target zlib-1.2.11-fixLibGit-download
[ 11%] Creating directories for 'zlib-1.2.11-fixLibGit-download'

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
[ 22%] Performing download step (download, verify and extract) for 'zlib-1.2.11-fixLibGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-fixLibGit-download/zlib-1.2.11-fixLibGit-download-prefix/src/zlib-1.2.11-fixLibGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/zlib-1.2.11-fixLibGit.zip'
-- [download 12% complete]
-- [download 19% complete]
-- [download 28% complete]
-- [download 62% complete]
-- [download 83% complete]
-- [download 90% complete]
-- [download 100% complete]
-- Downloading... done

warning, variable nsMethodCache doesn't exist or has already been removed
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-fixLibGit-download/zlib-1.2.11-fixLibGit-download-prefix/src/zlib-1.2.11-fixLibGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-fixLibGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
25 November 2021 12:14:18.044051 pm
[ 33%] No patch step for 'zlib-1.2.11-fixLibGit-download'
[ 44%] No update step for 'zlib-1.2.11-fixLibGit-download'
[ 55%] No configure step for 'zlib-1.2.11-fixLibGit-download'
[ 66%] No build step for 'zlib-1.2.11-fixLibGit-download'

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
[ 77%] No install step for 'zlib-1.2.11-fixLibGit-download'
25 November 2021 12:14:19.244715 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 12:14:19.574911 pm
[ 88%] No test step for 'zlib-1.2.11-fixLibGit-download'
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 12:14:19.776079 pm
[100%] Completed 'zlib-1.2.11-fixLibGit-download'
[100%] Built target zlib-1.2.11-fixLibGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-fixLibGit-src/zlib1.dll
Adding third-party libraries for Windows-x86_64: openssl-1.0.2q-fixLigGit
-- Downloading/updating openssl-1.0.2q-fixLigGit
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-fixLigGit-download

conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

warning, variable nsMethodCache doesn't exist or has already been removed

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining
Scanning dependencies of target openssl-1.0.2q-fixLigGit-download
[ 11%] Creating directories for 'openssl-1.0.2q-fixLigGit-download'

warning, variable nsMethodCache doesn't exist or has already been removed
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-fixLigGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-fixLigGit-download/openssl-1.0.2q-fixLigGit-download-prefix/src/openssl-1.0.2q-fixLigGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/openssl-1.0.2q-fixLigGit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 26% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 44% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 69% complete]
-- [download 72% complete]
-- [download 84% complete]
-- [download 94% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-fixLigGit-download/openssl-1.0.2q-fixLigGit-download-prefix/src/openssl-1.0.2q-fixLigGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-fixLigGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction

conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
[ 33%] No patch step for 'openssl-1.0.2q-fixLigGit-download'

conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
[ 44%] No update step for 'openssl-1.0.2q-fixLigGit-download'

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining
[ 55%] No configure step for 'openssl-1.0.2q-fixLigGit-download'
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
[ 66%] No build step for 'openssl-1.0.2q-fixLigGit-download'
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset

conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIAllocate
[ 77%] No install step for 'openssl-1.0.2q-fixLigGit-download'

conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
[ 88%] No test step for 'openssl-1.0.2q-fixLigGit-download'

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining
[100%] Completed 'openssl-1.0.2q-fixLigGit-download'
[100%] Built target openssl-1.0.2q-fixLigGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-fixLigGit-src/libeay32.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-fixLigGit-src/ssleay32.dll
Adding third-party libraries for Windows-x86_64: libssh2-1.9.0
-- Downloading/updating libssh2-1.9.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-download
Scanning dependencies of target libssh2-1.9.0-download
[ 11%] Creating directories for 'libssh2-1.9.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libssh2-1.9.0.zip'
-- [download 0% complete]
-- [download 4% complete]
-- [download 9% complete]
-- [download 13% complete]
-- [download 23% complete]
-- [download 28% complete]
-- [download 52% complete]
-- [download 60% complete]
-- [download 74% complete]
-- [download 81% complete]
-- [download 86% complete]
-- [download 92% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.9.0-download'
[ 44%] No update step for 'libssh2-1.9.0-download'
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 66%] No build step for 'libssh2-1.9.0-download'
[ 77%] No install step for 'libssh2-1.9.0-download'
[ 88%] No test step for 'libssh2-1.9.0-download'

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO
[100%] Completed 'libssh2-1.9.0-download'
[100%] Built target libssh2-1.9.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.dll
Adding third-party libraries for Windows-x86_64: freetype-2.9.1
-- Downloading/updating freetype-2.9.1

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-download
Scanning dependencies of target freetype-2.9.1-download
[ 11%] Creating directories for 'freetype-2.9.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.9.1-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/freetype-2.9.1.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 23% complete]
-- [download 26% complete]
-- [download 30% complete]
-- [download 35% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 45% complete]
-- [download 48% complete]
-- [download 51% complete]
-- [download 57% complete]
-- [download 60% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 67% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 77% complete]
-- [download 83% complete]
-- [download 86% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.9.1-download'
[ 44%] No update step for 'freetype-2.9.1-download'
[ 55%] No configure step for 'freetype-2.9.1-download'
[ 66%] No build step for 'freetype-2.9.1-download'
[ 77%] No install step for 'freetype-2.9.1-download'
[ 88%] No test step for 'freetype-2.9.1-download'
[100%] Completed 'freetype-2.9.1-download'

warning, variable nsMethodCache doesn't exist or has already been removed
[100%] Built target freetype-2.9.1-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-src/libfreetype-6.dll
Adding third-party libraries for Windows-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0

warning, variable nsMethodCache doesn't exist or has already been removed

warning, variable nsMethodCache doesn't exist or has already been removed
-- Configuring done
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-download
Scanning dependencies of target pixman-0.34.0-download
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/pixman-0.34.0.zip'
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
-- [download 2% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 9% complete]
-- [download 21% complete]
-- [download 25% complete]
-- [download 28% complete]
-- [download 39% complete]
-- [download 45% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 57% complete]
-- [download 65% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 79% complete]
-- [download 83% complete]
-- [download 88% complete]
-- [download 93% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 66%] No build step for 'pixman-0.34.0-download'
[ 77%] No install step for 'pixman-0.34.0-download'
[ 88%] No test step for 'pixman-0.34.0-download'

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
[100%] Completed 'pixman-0.34.0-download'
[100%] Built target pixman-0.34.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-src/libpixman-1-0.dll
Adding third-party libraries for Windows-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-download

warning, variable nsMethodCache doesn't exist or has already been removed
Scanning dependencies of target cairo-1.15.4-download
[ 11%] Creating directories for 'cairo-1.15.4-download'
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/cairo-1.15.4.zip'
-- [download 0% complete]
-- [download 2% complete]
-- [download 5% complete]
-- [download 8% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 19% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 39% complete]
-- [download 46% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 51% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 63% complete]
-- [download 73% complete]
-- [download 80% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 90% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'

warning, variable nsMethodCache doesn't exist or has already been removed
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'

warning, variable nsMethodCache doesn't exist or has already been removed
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src/libbz2-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src/libcairo-2.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src/libexpat-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src/libfontconfig-1.dll
Adding third-party libraries for Windows-x86_64: libpng-1.6.34
-- Downloading/updating libpng-1.6.34
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.6.34-download

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
Scanning dependencies of target libpng-1.6.34-download
[ 11%] Creating directories for 'libpng-1.6.34-download'

warning, variable nsMethodCache doesn't exist or has already been removed
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.34-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.6.34-download/libpng-1.6.34-download-prefix/src/libpng-1.6.34.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libpng-1.6.34.zip'
-- [download 5% complete]
-- [download 32% complete]
-- [download 44% complete]
-- [download 48% complete]
-- [download 70% complete]
-- [download 80% complete]
-- [download 100% complete]
-- Downloading... done
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.6.34-download/libpng-1.6.34-download-prefix/src/libpng-1.6.34.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.6.34-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.6.34-download'

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
[ 44%] No update step for 'libpng-1.6.34-download'
[ 55%] No configure step for 'libpng-1.6.34-download'
[ 66%] No build step for 'libpng-1.6.34-download'
[ 77%] No install step for 'libpng-1.6.34-download'
[ 88%] No test step for 'libpng-1.6.34-download'
[100%] Completed 'libpng-1.6.34-download'

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
[100%] Built target libpng-1.6.34-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.6.34-src/libpng16-16.dll
25 November 2021 12:14:48.240459 pm
-- Downloading SDL2 binary
Adding third-party libraries for Windows-x86_64: SDL2-2.0.5
-- Downloading/updating SDL2-2.0.5
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
-- Configuring done
-- Generating done
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 12:14:48.652788 pm
PharoVMMaker
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/depend.internal".
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.5-download

warning, variable nsMethodCache doesn't exist or has already been removed
Scanning dependencies of target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/debug.c
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c
Scanning dependencies of target SDL2-2.0.5-download
/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c:224:8: warning: unused variable 'tmpBasedir' [-Wunused-variable]
        char* tmpBasedir = (char*)alloca(bufferSize);
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c:496:17: warning: unused function 'max' [-Wunused-function]
static long int max(long int x, long int y) { return (x > y) ? x : y; }
                ^
2 warnings generated.
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/errorCode.c
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
[ 11%] Creating directories for 'SDL2-2.0.5-download'
/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/externalPrimitives.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/client.c

warning, variable nsMethodCache doesn't exist or has already been removed
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/pathUtilities.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/parameterVector.c
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.5-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.5-download/SDL2-2.0.5-download-prefix/src/SDL2-2.0.5.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/SDL2-2.0.5.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 35% complete]
-- [download 44% complete]
-- [download 45% complete]
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c
/builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c:347:14: warning: unused variable 'headlessParameter' [-Wunused-variable]
        const char* headlessParameter = "--headless";
                    ^
1 warning generated.
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogCommon.c
-- [download 46% complete]
-- [download 48% complete]
-- [download 51% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 67% complete]
-- [download 74% complete]
-- [download 77% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.5-download/SDL2-2.0.5-download-prefix/src/SDL2-2.0.5.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.5-src'
-- extracting... [tar xfz]
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/stringUtilities.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/imageAccess.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/platformSemaphore.c
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
[ 33%] No patch step for 'SDL2-2.0.5-download'
4 warnings generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveUtils.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
[ 44%] No update step for 'SDL2-2.0.5-download'
[ 55%] No configure step for 'SDL2-2.0.5-download'
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/utils.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c
[ 66%] No build step for 'SDL2-2.0.5-download'
[ 77%] No install step for 'SDL2-2.0.5-download'

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
        sqInt flags;
              ^
1 warning generated.
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
    void *handler;
          ^
1 warning generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/pharoSemaphore.c
[ 88%] No test step for 'SDL2-2.0.5-download'
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/threadSafeQueue/threadSafeQueue.c
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/pThreadedFFI.c
[100%] Completed 'SDL2-2.0.5-download'
25 November 2021 12:14:52.09773 pm
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/worker.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerPrimitives.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerTask.c
[100%] Built target SDL2-2.0.5-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.5-src/SDL2.dll
-- Configuring done
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2664:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3120:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3236:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4259:62: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                 || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:773:36: note: passing argument to parameter 'address' here
extern CogMethod * methodFor(void *address);
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4578:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'unsigned long' [-Wint-conversion]
        address = positive64BitIntegerFor(mcpc);
                                          ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include/cointerp.h:93:46: note: passing argument to parameter 'integerValue' here
extern sqInt positive64BitIntegerFor(usqLong integerValue);
                                             ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4619:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (targetMethod1->methodObject = classForInlineCacheTag(inlineCacheTagAt(backEnd, mcpc)));
                                                                                                                ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2541:72: note: passing argument to parameter 'callSiteReturnAddress' here
inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
                                                                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4816:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5026:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5095:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5111:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5127:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5143:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5159:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5383:9: warning: expression result unused [-Wunused-value]
                error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5517:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5566:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5893:23: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        latestContinuation = latestContinuation;
                        ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5913:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6105:10: warning: expression result unused [-Wunused-value]
                        error("too much code for stack check offset");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6734:16: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'CogMethod *' [-Wint-conversion]
        cPICPrototype = cPIC;
                      ^ ~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7125:11: warning: unused variable 'startAddress' [-Wunused-variable]
    sqInt startAddress;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7124:11: warning: unused variable 'opcodeSize' [-Wunused-variable]
    sqInt opcodeSize;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7123:11: warning: unused variable 'fixupSize' [-Wunused-variable]
    sqInt fixupSize;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7657:8: warning: expression result unused [-Wunused-value]
        error("could not find selector in method when unlinking send site");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7832:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7834:8: warning: expression result unused [-Wunused-value]
        error("invalid opcode for inverse");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8203:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become two cogged methods");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8206:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become cogged method into different method");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8495:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8498:9: warning: expression result unused [-Wunused-value]
                error("youngReferrers list overflowed");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8845:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7766:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9142:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9538:11: warning: expression result unused [-Wunused-value]
                                error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9660:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9715:126: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7635:66: note: passing argument to parameter 'mcpc' here
indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9957:8: warning: expression result unused [-Wunused-value]
        error("couldn't locate end of clean block");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10179:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7766:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10231:141: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                               ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7766:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10281:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7766:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10329:139: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                               ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7766:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10377:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7766:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10850:9: warning: expression result unused [-Wunused-value]
                error("no room on youngReferrers list");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17179:88: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                              ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:923:125: note: passing argument to parameter 'fwdJumpTarget' here
static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                                                                                                                            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17221:12: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'sqInt' (aka 'long') [-Wint-conversion]
                finished = nonFwdJumpTargetOrZero;
                         ^ ~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17430:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17613:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17633:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18234:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18260:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22772:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22858:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:23444:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:25607:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:25740:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:25874:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:25972:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27115:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27238:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27300:9: warning: expression result unused [-Wunused-value]
                error("couldn't find unused register in genDivR:R:Quo:Rem:");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27937:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28287:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28356:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28492:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28524:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28533:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
        memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1);
               ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:77:62: note: expanded from macro 'memset'
                __builtin___memset_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                                                           ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0'
#define __darwin_obsz0(object) __builtin_object_size (object, 0)
                                                      ^~~~~~
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28533:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1);
               ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:77:27: note: expanded from macro 'memset'
                __builtin___memset_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                        ^~~~
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28572:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28777:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28788:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28806:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28020:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28944:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28955:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29004:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28020:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29014:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28020:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29082:9: warning: expression result unused [-Wunused-value]
                error("shouldBeImplemented");
                      ^~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29088:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29094:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29100:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29106:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29112:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29225:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                             ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28002:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29383:49: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void (*)(void)' [-Wint-conversion]
                return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29047:47: note: passing argument to parameter 'primitiveRoutine' here
compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                              ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29386:24: warning: comparison of distinct pointer types ('void (*)(void)' and 'sqInt (*)(void)' (aka 'long (*)(void)')) [-Wcompare-distinct-pointer-types]
         || (primitiveRoutine == primitiveFail)) {
             ~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30006:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                             ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28002:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30764:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32195:9: warning: expression result unused [-Wunused-value]
                error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33682:47: warning: incompatible pointer to integer conversion passing 'sqInt (sqInt, sqInt, sqInt, sqInt)' (aka 'long (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1259:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33682:69: warning: incompatible pointer to integer conversion passing 'char [20]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                                  ^~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1259:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33683:47: warning: incompatible pointer to integer conversion passing 'void (sqInt, sqInt, sqInt, sqInt)' (aka 'void (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1259:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33683:81: warning: incompatible pointer to integer conversion passing 'char [27]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1259:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33702:102: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'char *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                            ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10011:29: note: passing argument to parameter 'routinePrefix' here
trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
                            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33702:61: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                   ^~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1292:80: note: passing argument to parameter 'aRoutine' here
static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                                                                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33925:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33929:23: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                    ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33929:30: warning: incompatible pointer to integer conversion passing 'BytecodeFixup *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34002:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34006:92: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                                         ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35029:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35159:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35028:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35031:22: note: uninitialized use occurs here
                if (isIntegerValue(result)) {
                                   ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34997:17: note: initialize the variable 'result' to silence this warning
    sqInt result;
                ^
                 = 0
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35422:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35421:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35425:34: note: uninitialized use occurs here
        return ssPushAnnotatedConstant((result
                                        ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35396:15: note: initialize the variable 'result' to silence this warning
    int result;
              ^
               = 0
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:36231:45: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'unsigned char' [-Wint-conversion]
                (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:36455:22: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                latestContinuation = latestContinuation;
                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2159:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function]
availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2193:1: warning: unused function 'cloneLiteralFrom' [-Wunused-function]
cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2280:1: warning: unused function 'initializeSharableLiteral' [-Wunused-function]
initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2299:1: warning: unused function 'initializeUniqueLiteral' [-Wunused-function]
initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2322:1: warning: unused function 'isLiteral' [-Wunused-function]
isLiteral(AbstractInstruction * self_in_isLiteral)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2378:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function]
rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2391:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function]
wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2418:1: warning: unused function 'computeSizeOfArithCqR' [-Wunused-function]
computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2433:1: warning: unused function 'computeSizeOfArithCwR' [-Wunused-function]
computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2478:1: warning: unused function 'concretizeMoveCwR' [-Wunused-function]
concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2597:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function]
loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2872:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function]
allMethodsHaveCorrectHeader(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5940:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function]
expectedClosedPICPrototype(CogMethod *cPIC)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6217:1: warning: unused function 'firstMappedPCFor' [-Wunused-function]
firstMappedPCFor(CogMethod *cogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8955:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function]
maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9267:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function]
noAssertMethodClassAssociationOf(sqInt methodPointer)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9279:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function]
noCogMethodsMaximallyMarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9439:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function]
picAbortDiscriminatorValue(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9548:1: warning: unused function 'registerMaskFor' [-Wunused-function]
registerMaskFor(sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9555:1: warning: unused function 'registerMaskForand' [-Wunused-function]
registerMaskForand(sqInt reg1, sqInt reg2)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10796:1: warning: unused function 'counters' [-Wunused-function]
counters(CogMethod * self_in_counters)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11064:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function]
kosherYoungReferrers(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11551:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function]
voidYoungReferrersPostTenureAll(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16862:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function]
checkValidDerivedObjectReference(sqInt bodyAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16877:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function]
couldBeDerivedObject(sqInt bodyAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17019:1: warning: unused function 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' [-Wunused-function]
genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22447:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function]
getActiveContextAllocatesInMachineCode(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22458:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function]
inlineCacheTagIsYoung(sqInt cacheTag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22865:1: warning: unused function 'isMergeFixup' [-Wunused-function]
isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22924:1: warning: unused function 'callFullTargetFromReturnAddress' [-Wunused-function]
callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22931:1: warning: unused function 'callInstructionByteSize' [-Wunused-function]
callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22952:1: warning: unused function 'cFloatResultToRd' [-Wunused-function]
cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22963:1: warning: unused function 'cFloatResultToRs' [-Wunused-function]
cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22974:1: warning: unused function 'cmpC32RTempByteSize' [-Wunused-function]
cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:23523:1: warning: unused function 'concretizeFill32' [-Wunused-function]
concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:23699:1: warning: unused function 'cStackPointer' [-Wunused-function]
cStackPointer(AbstractInstruction * self_in_cStackPointer)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27245:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function]
fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27381:1: warning: unused function 'generateLowLevelTryLock' [-Wunused-function]
generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27411:1: warning: unused function 'generateLowLevelUnlock' [-Wunused-function]
generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27501:1: warning: unused function 'genMemCopytoconstantSize' [-Wunused-function]
genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27560:1: warning: unused function 'genMemCopytosize' [-Wunused-function]
genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27866:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function]
genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27877:1: warning: unused function 'genSwapRRScratch' [-Wunused-function]
genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28049:1: warning: unused function 'jumpLongByteSize' [-Wunused-function]
jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28056:1: warning: unused function 'jumpLongConditionalByteSize' [-Wunused-function]
jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28107:1: warning: unused function 'leafCallStackPointerDelta' [-Wunused-function]
leafCallStackPointerDelta(AbstractInstruction * self_in_leafCallStackPointerDelta)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28118:1: warning: unused function 'literalBeforeInlineCacheTagAt' [-Wunused-function]
literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28130:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function]
loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28137:1: warning: unused function 'machineCodeAt' [-Wunused-function]
machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28150:1: warning: unused function 'machineCodeBytes' [-Wunused-function]
machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28193:1: warning: unused function 'numLowLevelLockOpcodes' [-Wunused-function]
numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28249:1: warning: unused function 'relocateMethodReferenceBeforeAddressby' [-Wunused-function]
relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28585:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function]
zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30864:1: warning: unused function 'numSpecialSelectors' [-Wunused-function]
numSpecialSelectors(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31831:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function]
v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:36204:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function]
receiverIsInReceiverResultReg(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:36911:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function]
tempsValidAndVolatileEntriesSpilled(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:37012:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function]
violatesEnsureSpilledSpillAssert(void)
^
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v9.0.10"`
    set -ex
    cd build && VERBOSE=1 make install package
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 12:14:53.521934 pm
PharoVMMaker
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
25 November 2021 12:14:53.818765 pm
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debug.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debug.c
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utils.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utils.c:224:8: warning: unused variable 'tmpBasedir' [-Wunused-variable]
        char* tmpBasedir = (char*)alloca(bufferSize);
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utils.c:496:17: warning: unused function 'max' [-Wunused-function]
static long int max(long int x, long int y) { return (x > y) ? x : y; }
                ^
2 warnings generated.
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/errorCode.c
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/externalPrimitives.c
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/client.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/client.c
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/pathUtilities.c
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/parameterVector.c
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/parameters.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/parameters.c:347:14: warning: unused variable 'headlessParameter' [-Wunused-variable]
        const char* headlessParameter = "--headless";
                    ^
1 warning generated.
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/fileDialogCommon.c
+ cd build
+ VERBOSE=1
+ make install package
/usr/bin/cmake.exe -S/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository -B/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build --check-build-system CMakeFiles/Makefile.cmake 0
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 12:14:54.242135 pm
PharoVMMaker
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/debug.c
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/stringUtilities.c
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/imageAccess.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/semaphores/platformSemaphore.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:31:15: warning: 'ffi_prep_cif_var' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        returnCode = ffi_prep_cif_var (cif, abi, fixedArgsCount, totalArguments, returnType, parameters);
                     ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:477:12: note: 'ffi_prep_cif_var' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_status ffi_prep_cif_var(ffi_cif *cif,
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:31:15: note: enclose 'ffi_prep_cif_var' in a __builtin_available check to silence this warning
        returnCode = ffi_prep_cif_var (cif, abi, fixedArgsCount, totalArguments, returnType, parameters);
                     ^~~~~~~~~~~~~~~~
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/debug.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/debug.c: In function 'getVersionInfo':
/builds/workspace/pharo-vm_v9.0.10/repository/src/debug.c:145:16: warning: unused variable '__cogitBuildInfo' [-Wunused-variable]
   extern char *__cogitBuildInfo;
                ^
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c:496:17: warning: 'max' defined but not used [-Wunused-function]
 static long int max(long int x, long int y) { return (x > y) ? x : y; }
                 ^
5 warnings generated.
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveUtils.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c:182:5: warning: 'ffi_get_struct_offsets' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        if(ffi_get_struct_offsets(FFI_DEFAULT_ABI, structType, offsets)!=FFI_OK){
           ^~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:491:12: note: 'ffi_get_struct_offsets' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_status ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type,
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c:182:5: note: enclose 'ffi_get_struct_offsets' in a __builtin_available check to silence this warning
        if(ffi_get_struct_offsets(FFI_DEFAULT_ABI, structType, offsets)!=FFI_OK){
           ^~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/utils.c
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/errorCode.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/errorCode.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:208:1: warning: 'dropInit' defined but not used [-Wunused-function]
 dropInit (void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:215:1: warning: 'dropShutdown' defined but not used [-Wunused-function]
 dropShutdown (void)
 ^
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/externalPrimitives.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
        sqInt flags;
              ^
1 warning generated.
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
    void *handler;
          ^
1 warning generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:43:25: warning: 'ffi_closure_alloc' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
    callback->closure = ffi_closure_alloc(sizeof(ffi_closure), &(callback->functionAddress));
                        ^~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:338:40: note: 'ffi_closure_alloc' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void *ffi_closure_alloc (size_t size, void **code);
                                       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:43:25: note: enclose 'ffi_closure_alloc' in a __builtin_available check to silence this warning
    callback->closure = ffi_closure_alloc(sizeof(ffi_closure), &(callback->functionAddress));
                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:54:9: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:54:9: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:60:22: warning: 'ffi_prep_closure_loc' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
    if((returnCode = ffi_prep_closure_loc(callback->closure, &callback->cif, callbackFrontend, callback, callback->functionAddress)) != FFI_OK){
                     ^~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:356:1: note: 'ffi_prep_closure_loc' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_prep_closure_loc (ffi_closure*,
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:60:22: note: enclose 'ffi_prep_closure_loc' in a __builtin_available check to silence this warning
    if((returnCode = ffi_prep_closure_loc(callback->closure, &callback->cif, callbackFrontend, callback, callback->functionAddress)) != FFI_OK){
                     ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:62:9: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:62:9: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:72:2: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:72:2: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
5 warnings generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/semaphores/pharoSemaphore.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/threadSafeQueue/threadSafeQueue.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/pThreadedFFI.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/worker.c
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[  0%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/closures.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/externalPrimitives.c:33:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/client.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/client.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/client.c: In function 'loadPharoImage':
/builds/workspace/pharo-vm_v9.0.10/repository/src/client.c:212:12: warning: variable 'imageSize' set but not used [-Wunused-but-set-variable]
     size_t imageSize = 0;
            ^
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/pathUtilities.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pathUtilities.h:8,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/pathUtilities.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerPrimitives.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerTask.c
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3314:15: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                immediate = SQABS((((self_in_computeMaximumSize->operands))[0]));
                            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3314:15: note: remove the call to 'labs' since unsigned values cannot be negative
                immediate = SQABS((((self_in_computeMaximumSize->operands))[0]));
                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3480:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF
                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3480:12: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF
                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3483:19: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)),
                                                            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3483:19: note: remove the call to 'labs' since unsigned values cannot be negative
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)),
                                                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3505:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF
                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3505:12: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF
                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3508:19: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)),
                                                            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3508:19: note: remove the call to 'labs' since unsigned values cannot be negative
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)),
                                                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3514:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS((((self_in_computeMaximumSize->operands))[0]))) <= 0x7FF
                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3514:12: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS((((self_in_computeMaximumSize->operands))[0]))) <= 0x7FF
                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3517:19: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[0])))) + 1)),
                                                            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3517:19: note: remove the call to 'labs' since unsigned values cannot be negative
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[0])))) + 1)),
                                                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3553:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4466:9: warning: expression result unused [-Wunused-value]
                error("ARMv8 / aarch64 does not support conditions encoded in the instruction");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4610:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset3 = (((int) jumpTarget3)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4629:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset4 = (((int) jumpTarget4)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4648:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset5 = (((int) jumpTarget5)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4667:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset6 = (((int) jumpTarget6)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4686:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset7 = (((int) jumpTarget7)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4705:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset8 = (((int) jumpTarget8)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4724:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset9 = (((int) jumpTarget9)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4744:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset10 = (((int) jumpTarget10)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4764:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset11 = (((int) jumpTarget20)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4783:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset12 = (((int) jumpTarget21)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4802:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset13 = (((int) jumpTarget22)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4821:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset14 = (((int) jumpTarget23)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4840:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset15 = (((int) jumpTarget24)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4859:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset16 = (((int) jumpTarget25)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4878:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset17 = (((int) jumpTarget26)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4897:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset18 = (((int) jumpTarget27)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4916:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset19 = (((int) jumpTarget28)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4935:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset20 = (((int) jumpTarget29)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4954:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset21 = (((int) jumpTarget30)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4973:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset22 = (((int) jumpTarget31)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:4992:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset23 = (((int) jumpTarget32)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:5011:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset24 = (((int) jumpTarget33)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:5030:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset25 = (((int) jumpTarget34)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:5668:8: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if ((SQABS(offset27)) <= 0x7FF) {
                     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:5668:8: note: remove the call to 'labs' since unsigned values cannot be negative
                if ((SQABS(offset27)) <= 0x7FF) {
                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:5671:17: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                                : (0xFFF - (SQABS(offset27))) + 1);
                                            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:5671:17: note: remove the call to 'labs' since unsigned values cannot be negative
                                : (0xFFF - (SQABS(offset27))) + 1);
                                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:5963:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:6756:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7440:9: warning: expression result unused [-Wunused-value]
                error("opcode has no inverse");
                      ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8375:50: warning: shift count >= width of type [-Wshift-count-overflow]
        anInstruction = genoperandoperand(AndCqR, (1ULL << 64) - 16, Extra2Reg);
                                                        ^  ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8377:51: warning: shift count >= width of type [-Wshift-count-overflow]
                (anInstruction->dependent = locateLiteral((1ULL << 64) - 16));
                                                                ^  ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8502:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8529:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8585:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:9663:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:9778:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:9994:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
                pthread_jit_write_protect_np(0);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:9994:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
                pthread_jit_write_protect_np(0);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10001:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
                pthread_jit_write_protect_np(1);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10001:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
                pthread_jit_write_protect_np(1);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10020:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10020:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10029:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10029:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10656:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10656:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10693:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10693:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10801:62: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                 || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:941:36: note: passing argument to parameter 'address' here
extern CogMethod * methodFor(void *address);
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10855:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10855:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10889:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10889:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10941:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10941:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10972:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:10972:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11007:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11007:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11041:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11041:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11120:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'unsigned long' [-Wint-conversion]
        address = positive64BitIntegerFor(mcpc);
                                          ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include/cointerp.h:93:46: note: passing argument to parameter 'integerValue' here
extern sqInt positive64BitIntegerFor(usqLong integerValue);
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11358:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11418:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11418:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11435:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11435:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11581:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11675:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11689:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11703:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11717:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11730:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11996:9: warning: expression result unused [-Wunused-value]
                error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11978:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11978:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11985:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:11985:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:12033:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:12033:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:12040:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:12040:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:12487:23: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        latestContinuation = latestContinuation;
                        ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:12507:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:12701:10: warning: expression result unused [-Wunused-value]
                        error("too much code for stack check offset");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:12997:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:12997:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13025:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13025:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13199:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13199:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13206:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13206:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13341:16: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'CogMethod *' [-Wint-conversion]
        cPICPrototype = cPIC;
                      ^ ~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13304:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13304:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13311:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13311:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13325:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13325:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13332:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13332:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13370:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13370:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13378:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13378:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13394:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13394:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13411:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13411:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13444:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13444:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13452:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13452:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13468:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13468:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13484:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13484:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13602:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13602:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13610:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13610:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13710:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13710:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13724:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13724:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13734:11: warning: unused variable 'fixupSize' [-Wunused-variable]
    sqInt fixupSize;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13735:11: warning: unused variable 'opcodeSize' [-Wunused-variable]
    sqInt opcodeSize;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:13736:11: warning: unused variable 'startAddress' [-Wunused-variable]
    sqInt startAddress;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14309:8: warning: expression result unused [-Wunused-value]
        error("could not find selector in method when unlinking send site");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14381:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14381:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14388:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14388:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14398:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14398:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14408:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14408:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14523:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14525:8: warning: expression result unused [-Wunused-value]
        error("invalid opcode for inverse");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14644:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14644:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14651:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14651:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14877:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become two cogged methods");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14880:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become cogged method into different method");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14848:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14848:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14945:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14945:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14974:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14974:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15030:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15030:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15068:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15068:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15140:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15140:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15169:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15172:9: warning: expression result unused [-Wunused-value]
                error("youngReferrers list overflowed");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15203:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15203:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15302:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15302:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15519:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14457:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15816:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15996:23: warning: incompatible integer to pointer conversion passing 'long' to parameter of type 'char *' [-Wint-conversion]
                        uint32AtPointerput(absoluteAddress + j, ((abstractInstruction->machineCode))[j / 4]);
                                           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:187:55: note: passing argument to parameter 'ptr' here
  static inline unsigned int uint32AtPointerput(char *ptr, unsigned int val)    { return (*((unsigned int *)ptr)= val); }
                                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16061:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
                pthread_jit_write_protect_np(0);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16061:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
                pthread_jit_write_protect_np(0);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16068:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
                pthread_jit_write_protect_np(1);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16068:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
                pthread_jit_write_protect_np(1);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16086:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16086:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16096:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16096:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16209:11: warning: expression result unused [-Wunused-value]
                                error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16381:126: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14287:66: note: passing argument to parameter 'mcpc' here
indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16443:6: warning: expression result unused [-Wunused-value]
                                ((AbstractInstruction *) backEnd);
                                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16537:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16602:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16602:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16612:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16612:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16635:8: warning: expression result unused [-Wunused-value]
        error("couldn't locate end of clean block");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16763:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16763:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16810:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16810:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16860:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14457:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16912:141: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14457:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16962:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14457:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17010:139: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14457:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17058:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14457:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17088:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17088:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17140:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17140:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17175:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17175:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17216:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17216:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17225:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17225:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17267:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17267:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17297:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17297:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17344:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17344:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17385:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17385:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17438:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17438:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17504:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17504:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17518:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17518:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17544:9: warning: expression result unused [-Wunused-value]
                error("no room on youngReferrers list");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17579:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17579:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17593:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17593:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:24717:88: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                              ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:1091:125: note: passing argument to parameter 'fwdJumpTarget' here
static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                                                                                                                            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:24765:12: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'sqInt' (aka 'long') [-Wint-conversion]
                finished = nonFwdJumpTargetOrZero;
                         ^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:24994:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:25248:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:25268:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:25955:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:24727:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:25984:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:24727:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31220:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31407:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS(constant)) & 0xFFF) != (SQABS(constant));
                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31407:12: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS(constant)) & 0xFFF) != (SQABS(constant));
                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31407:42: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS(constant)) & 0xFFF) != (SQABS(constant));
                                                       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31407:42: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS(constant)) & 0xFFF) != (SQABS(constant));
                                                       ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31441:9: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31441:9: note: remove the call to 'labs' since unsigned values cannot be negative
                if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                      ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31441:78: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31441:78: note: remove the call to 'labs' since unsigned values cannot be negative
                if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31444:39: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31444:39: note: remove the call to 'labs' since unsigned values cannot be negative
                if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                    ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31444:126: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                                                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31444:126: note: remove the call to 'labs' since unsigned values cannot be negative
                if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                                                                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31540:15: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                constant4 = SQABS((((self_in_usesOutOfLineLiteral->operands))[0]));
                            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31540:15: note: remove the call to 'labs' since unsigned values cannot be negative
                constant4 = SQABS((((self_in_usesOutOfLineLiteral->operands))[0]));
                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31686:9: warning: expression result unused [-Wunused-value]
                error("We should not be here!!!");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31819:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31911:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32324:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32330:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32347:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:2423:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32482:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32488:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32543:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:2423:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32552:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:2423:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32653:9: warning: expression result unused [-Wunused-value]
                error("shouldBeImplemented");
                      ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32658:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32663:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32668:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32673:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32677:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32996:49: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void (*)(void)' [-Wint-conversion]
                return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32590:47: note: passing argument to parameter 'primitiveRoutine' here
compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:32999:24: warning: comparison of distinct pointer types ('void (*)(void)' and 'sqInt (*)(void)' (aka 'long (*)(void)')) [-Wcompare-distinct-pointer-types]
         || (primitiveRoutine == primitiveFail)) {
             ~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:34415:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:35347:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:35347:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:35371:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:35371:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:35855:9: warning: expression result unused [-Wunused-value]
                error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:37384:47: warning: incompatible pointer to integer conversion passing 'sqInt (sqInt, sqInt, sqInt, sqInt)' (aka 'long (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:1373:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:37384:69: warning: incompatible pointer to integer conversion passing 'char [20]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                                  ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:1373:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:37385:47: warning: incompatible pointer to integer conversion passing 'void (sqInt, sqInt, sqInt, sqInt)' (aka 'void (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:1373:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:37385:81: warning: incompatible pointer to integer conversion passing 'char [27]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:1373:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:37404:102: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'char *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                            ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16692:29: note: passing argument to parameter 'routinePrefix' here
trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
                            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:37404:61: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                   ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:1406:80: note: passing argument to parameter 'aRoutine' here
static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                                                                               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:37634:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:24727:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:37638:23: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                    ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:24727:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:37638:30: warning: incompatible pointer to integer conversion passing 'BytecodeFixup *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:24727:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:37717:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:24727:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:37721:92: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:24727:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:38813:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:38960:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:38812:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:38815:22: note: uninitialized use occurs here
                if (isIntegerValue(result)) {
                                   ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:38781:17: note: initialize the variable 'result' to silence this warning
    sqInt result;
                ^
                 = 0
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:39232:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:39231:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:39235:34: note: uninitialized use occurs here
        return ssPushAnnotatedConstant((result
                                        ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:39206:15: note: initialize the variable 'result' to silence this warning
    int result;
              ^
               = 0
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:40058:45: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'unsigned char' [-Wint-conversion]
                (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/parameterVector.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/parameterVector.h:10,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/parameterVector.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c: In function 'vm_parameters_ensure_interactive_image_parameter':
/builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c:347:14: warning: unused variable 'headlessParameter' [-Wunused-variable]
  const char* headlessParameter = "--headless";
              ^
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogCommon.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/fileDialog.h:4,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogCommon.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/stringUtilities.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/stringUtilities.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/stringUtilities.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/imageAccess.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/imageAccess.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/platformSemaphore.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:40282:22: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                latestContinuation = latestContinuation;
                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:2275:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function]
availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:2328:1: warning: unused function 'genSwapRRScratch' [-Wunused-function]
genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:2398:1: warning: unused function 'isLiteral' [-Wunused-function]
isLiteral(AbstractInstruction * self_in_isLiteral)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:2412:1: warning: unused function 'isWithinMwOffsetRange' [-Wunused-function]
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:2480:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function]
wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:2645:1: warning: unused function 'andSizeimmediate13bitValuesourceRegisterdestinationRegister' [-Wunused-function]
andSizeimmediate13bitValuesourceRegisterdestinationRegister(AbstractInstruction * self_in_andSizeimmediate13bitValuesourceRegisterdestinationRegister, sqInt is64Bits, sqInt logicalEncodedImmediate13BitValue, sqInt sourceRegister, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:2664:1: warning: unused function 'andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister' [-Wunused-function]
andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister(AbstractInstruction * self_in_andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister, sqInt is64Bits, sqInt shiftedRegister, sqInt shiftType, sqInt immediate6bitValue, sqInt sourceRegister2, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:2976:1: warning: unused function 'callInstructionByteSize' [-Wunused-function]
callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3042:1: warning: unused function 'cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister' [-Wunused-function]
cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister(AbstractInstruction * self_in_cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister, sqInt is64Bits, sqInt leftRegister, sqInt option, sqInt immediate3bitValue, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:3987:1: warning: unused function 'cStackPointer' [-Wunused-function]
cStackPointer(AbstractInstruction * self_in_cStackPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:6788:1: warning: unused function 'exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister' [-Wunused-function]
exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister(AbstractInstruction * self_in_exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister, sqInt is64Bits, sqInt logicalEncodedImmediate13BitValue, sqInt sourceRegister, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:6829:1: warning: unused function 'extractOffsetFromConditionalBranch' [-Wunused-function]
extractOffsetFromConditionalBranch(AbstractInstruction * self_in_extractOffsetFromConditionalBranch, sqInt instruction)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7026:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function]
fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7275:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function]
genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7356:1: warning: unused function 'instructionIsCMP' [-Wunused-function]
instructionIsCMP(AbstractInstruction * self_in_instructionIsCMP, sqInt instr)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7364:1: warning: unused function 'instructionIsConditionalBranch' [-Wunused-function]
instructionIsConditionalBranch(AbstractInstruction * self_in_instructionIsConditionalBranch, sqInt instruction)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7381:1: warning: unused function 'instructionIsOR' [-Wunused-function]
instructionIsOR(AbstractInstruction * self_in_instructionIsOR, sqInt instr)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7402:1: warning: unused function 'instructionSizeAt' [-Wunused-function]
instructionSizeAt(AbstractInstruction * self_in_instructionSizeAt, sqInt pc)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7414:1: warning: unused function 'inverseOpcodeFor' [-Wunused-function]
inverseOpcodeFor(AbstractInstruction * self_in_inverseOpcodeFor, sqInt armOpcode)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7477:1: warning: unused function 'isInImmediateJumpRange' [-Wunused-function]
isInImmediateJumpRange(AbstractInstruction * self_in_isInImmediateJumpRange, usqIntptr_t operand)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7527:1: warning: unused function 'jumpLongByteSize' [-Wunused-function]
jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7538:1: warning: unused function 'jumpLongConditionalByteSize' [-Wunused-function]
jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7649:1: warning: unused function 'ldrhSourceRegisteroffsetRegisterdestinationRegister' [-Wunused-function]
ldrhSourceRegisteroffsetRegisterdestinationRegister(AbstractInstruction * self_in_ldrhSourceRegisteroffsetRegisterdestinationRegister, sqInt sourceRegister, sqInt offsetRegister, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7671:1: warning: unused function 'ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex' [-Wunused-function]
ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex(AbstractInstruction * self_in_ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex, sqInt size, sqInt baseReg, sqInt immediate9bitValue, sqInt destinationRegister, sqInt is128BitVariant, sqInt isPreIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7756:1: warning: unused function 'ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode' [-Wunused-function]
ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode(AbstractInstruction * self_in_ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode, sqInt size, sqInt indexRegister, sqInt extendShiftOption, sqInt isScaled, sqInt baseRegister, sqInt destinationRegister, sqInt anOpcode)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7809:1: warning: unused function 'ldrswSourceRegisteroffsetRegisterdestinationRegister' [-Wunused-function]
ldrswSourceRegisteroffsetRegisterdestinationRegister(AbstractInstruction * self_in_ldrswSourceRegisteroffsetRegisterdestinationRegister, sqInt sourceRegister, sqInt offsetRegister, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7816:1: warning: unused function 'ldrrnplusimm' [-Wunused-function]
ldrrnplusimm(AbstractInstruction * self_in_ldrrnplusimm, sqInt destReg, sqInt baseReg, sqInt u, sqInt immediate12bitValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:7972:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function]
loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8093:1: warning: unused function 'machineCodeBytes' [-Wunused-function]
machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8110:1: warning: unused function 'machineCodeWords' [-Wunused-function]
machineCodeWords(AbstractInstruction * self_in_machineCodeWords)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8188:1: warning: unused function 'movimmror' [-Wunused-function]
movimmror(AbstractInstruction * self_in_movimmror, sqInt destReg, sqInt immediate16bitValue, sqInt rot)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8209:1: warning: unused function 'msr' [-Wunused-function]
msr(AbstractInstruction * self_in_msr, sqInt flags)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8276:1: warning: unused function 'nop' [-Wunused-function]
nop(AbstractInstruction * self_in_nop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8283:1: warning: unused function 'numIntRegArgs' [-Wunused-function]
numIntRegArgs(AbstractInstruction * self_in_numIntRegArgs)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8385:1: warning: unused function 'pushLinkRegisterByteSize' [-Wunused-function]
pushLinkRegisterByteSize(AbstractInstruction * self_in_pushLinkRegisterByteSize)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8452:1: warning: unused function 'rewriteBranchwithNewOffset' [-Wunused-function]
rewriteBranchwithNewOffset(AbstractInstruction * self_in_rewriteBranchwithNewOffset, sqInt conditionalBranch, sqInt newOffset)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8482:1: warning: unused function 'rewriteCallFullAttarget' [-Wunused-function]
rewriteCallFullAttarget(AbstractInstruction * self_in_rewriteCallFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8496:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function]
rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, usqInt callSiteReturnAddress, usqInt callTargetAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8551:1: warning: unused function 'rewriteJumpFullAttarget' [-Wunused-function]
rewriteJumpFullAttarget(AbstractInstruction * self_in_rewriteJumpFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8613:1: warning: unused function 'rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister' [-Wunused-function]
rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister(AbstractInstruction * self_in_rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister, sqInt is64Bits, sqInt sourceRegister, sqInt shiftValue, sqInt shiftType, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8705:1: warning: unused function 'shiftSetsConditionCodesFor' [-Wunused-function]
shiftSetsConditionCodesFor(AbstractInstruction * self_in_shiftSetsConditionCodesFor, sqInt aConditionalJumpOpcode)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8768:1: warning: unused function 'stackPageInterruptHeadroomBytes' [-Wunused-function]
stackPageInterruptHeadroomBytes(AbstractInstruction * self_in_stackPageInterruptHeadroomBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8818:1: warning: unused function 'strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister' [-Wunused-function]
strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister(AbstractInstruction * self_in_strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister, sqInt baseReg, sqInt immediate12bitValue, sqInt sourceRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8915:1: warning: unused function 'strSizeaddressRegisterstoredRegister' [-Wunused-function]
strSizeaddressRegisterstoredRegister(AbstractInstruction * self_in_strSizeaddressRegisterstoredRegister, sqInt is64Bits, sqInt baseRegister, sqInt storedRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:8977:1: warning: unused function 'strrnplusimm' [-Wunused-function]
strrnplusimm(AbstractInstruction * self_in_strrnplusimm, sqInt destinationRegister, sqInt baseReg, sqInt u, sqInt immediate9bitValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:9075:1: warning: unused function 'subsSizesourceRegistershiftimmediate12destinationRegister' [-Wunused-function]
subsSizesourceRegistershiftimmediate12destinationRegister(AbstractInstruction * self_in_subsSizesourceRegistershiftimmediate12destinationRegister, sqInt is64Bits, sqInt sourceRegister, sqInt shift, sqInt immediate12bitValue, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:9200:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function]
zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:9329:1: warning: unused function 'addressIsInCurrentCompilation' [-Wunused-function]
addressIsInCurrentCompilation(sqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:9415:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function]
allMethodsHaveCorrectHeader(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:9742:1: warning: unused function 'gCall' [-Wunused-function]
gCall(sqInt callTarget)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:12534:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function]
expectedClosedPICPrototype(CogMethod *cPIC)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:12813:1: warning: unused function 'firstMappedPCFor' [-Wunused-function]
firstMappedPCFor(CogMethod *cogMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:14220:1: warning: unused function 'getOpcodeIndex' [-Wunused-function]
getOpcodeIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15629:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function]
maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15941:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function]
noAssertMethodClassAssociationOf(sqInt methodPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:15953:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function]
noCogMethodsMaximallyMarked(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16110:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function]
picAbortDiscriminatorValue(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16221:1: warning: unused function 'registerMaskFor' [-Wunused-function]
registerMaskFor(sqInt reg)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:16228:1: warning: unused function 'registerMaskForand' [-Wunused-function]
registerMaskForand(sqInt reg1, sqInt reg2)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17490:1: warning: unused function 'counters' [-Wunused-function]
counters(CogMethod * self_in_counters)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:17758:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function]
kosherYoungReferrers(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:18245:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function]
voidYoungReferrersPostTenureAll(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:24351:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function]
checkValidDerivedObjectReference(sqInt bodyAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:24366:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function]
couldBeDerivedObject(sqInt bodyAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:24528:1: warning: unused function 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' [-Wunused-function]
genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:30778:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function]
getActiveContextAllocatesInMachineCode(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:30789:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function]
inlineCacheTagIsYoung(sqInt cacheTag)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:30997:1: warning: unused function 'cmpC32RTempByteSize' [-Wunused-function]
cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31063:1: warning: unused function 'inlineCacheTagAt' [-Wunused-function]
inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31108:1: warning: unused function 'literalLoadInstructionBytes' [-Wunused-function]
literalLoadInstructionBytes(AbstractInstruction * self_in_literalLoadInstructionBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31120:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function]
loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31237:1: warning: unused function 'rewriteInlineCacheTagat' [-Wunused-function]
rewriteInlineCacheTagat(AbstractInstruction * self_in_rewriteInlineCacheTagat, sqInt cacheTag, sqInt callSiteReturnAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31319:1: warning: unused function 'updateLabel' [-Wunused-function]
updateLabel(AbstractInstruction * self_in_updateLabel, AbstractInstruction *labelInstruction)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:31918:1: warning: unused function 'isMergeFixup' [-Wunused-function]
isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:34519:1: warning: unused function 'numSpecialSelectors' [-Wunused-function]
numSpecialSelectors(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:35492:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function]
v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:40031:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function]
receiverIsInReceiverResultReg(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:40738:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function]
tempsValidAndVolatileEntriesSpilled(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitaarch64.c:40839:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function]
violatesEnsureSpilledSpillAssert(void)
^
In file included from /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/closures.c:525:
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/dlmalloc.c:452:9: warning: 'WIN32_LEAN_AND_MEAN' macro redefined [-Wmacro-redefined]
#define WIN32_LEAN_AND_MEAN
        ^
<command line>:13:9: note: previous definition is here
#define WIN32_LEAN_AND_MEAN 1
        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/platformSemaphore.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c: In function 'primitiveReleaseParametersForCall':
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c:102:8: warning: variable 'aReturnAddress' set but not used [-Wunused-but-set-variable]
  sqInt aReturnAddress;
        ^
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveUtils.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveUtils.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c: In function 'fillBasicType':
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:112:2: warning: 'address' may be used uninitialized in this function [-Wmaybe-uninitialized]
  setHandler(aOop, address);
  ^
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/utils.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/utils.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c:3:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c: In function 'sameThreadCallbackEnter':
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
  sqInt flags;
        ^
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c: In function 'primitiveRegisterCallback':
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
     void *handler;
           ^
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/pharoSemaphore.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/pharoSemaphore.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/threadSafeQueue/threadSafeQueue.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/threadSafeQueue/threadSafeQueue.c:2:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/pThreadedFFI.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/pThreadedFFI.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/worker.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/worker.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
1 warning generated.
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerPrimitives.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerTask.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/workerTask.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerTask.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genCaptureCStackPointers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2230:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2229:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2228:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2227:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'sizePCDependentInstructionAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2664:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'gAndCqRR':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2726:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'addCogMethodsToHeapMap':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2788:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'addressIsInInstructions':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2803:29: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  return !((usqInt)(address) & BytesPerWord-1) \
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'allMachineCodeObjectReferencesValid':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2865:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'allMethodsHaveCorrectHeader':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2883:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'callCogCodePopReceiver':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3236:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'ceCPICMissreceiver':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3269:11: warning: variable 'result' set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'ceSICMiss':
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3463:4: note: in expansion of macro 'flushICacheFromto'
    flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize);
    ^
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3490:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto((((usqInt)outerReturn)) - extent, ((usqInt)outerReturn));
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3379:11: warning: variable 'result' set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3373:11: warning: variable 'extent' set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3371:11: warning: variable 'entryPoint' set but not used [-Wunused-but-set-variable]
     sqInt entryPoint;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'checkAssertsEnabledInCogit':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3499:11: warning: variable 'assertsAreEnabledInCogit' set but not used [-Wunused-but-set-variable]
     sqInt assertsAreEnabledInCogit;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'checkIfValidOopRefAndTargetpccogMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3564:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'checkIfValidOopRefpccogMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3682:12: warning: variable 'sendTable' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'checkIntegrityOfObjectReferencesInCode':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3831:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'cleanUpFailingCogCodeConstituents':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:3900:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'cogCodeConstituents':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4023:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4072:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'cogExtendPICCaseNMethodtagisMNUCase':
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4154:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto(((usqInt)cPIC), (((usqInt)cPIC)) + closedPICSize);
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'cogMethodDoesntLookKosher':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4259:62: warning: passing argument 1 of 'methodFor' makes pointer from integer without a cast [-Wint-conversion]
      || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:773:20: note: expected 'void *' but argument is of type 'sqInt {aka long int}'
 extern CogMethod * methodFor(void *address);
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'cogMNUPICSelectorreceivermethodOperandnumArgs':
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4350:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'cogOpenPICSelectornumArgs':
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4433:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + openPICSize);
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4367:11: warning: variable 'mapSize' set but not used [-Wunused-but-set-variable]
     sqInt mapSize;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4365:11: warning: variable 'end' set but not used [-Wunused-but-set-variable]
     sqInt end;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4364:11: warning: variable 'codeSize' set but not used [-Wunused-but-set-variable]
     sqInt codeSize;
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'cogPICSelectornumArgsCase0MethodCase1MethodtagisMNUCase':
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4502:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize);
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'collectCogConstituentForAnnotationMcpcBcpcMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4578:36: warning: passing argument 1 of 'positive64BitIntegerFor' makes integer from pointer without a cast [-Wint-conversion]
  address = positive64BitIntegerFor(mcpc);
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include/cointerp.h:93:14: note: expected 'long unsigned int' but argument is of type 'char *'
 extern sqInt positive64BitIntegerFor(usqLong integerValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4619:85: warning: passing argument 2 of 'inlineCacheTagAt' makes integer from pointer without a cast [-Wint-conversion]
     (targetMethod1->methodObject = classForInlineCacheTag(inlineCacheTagAt(backEnd, mcpc)));
                                                                                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2541:1: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4569:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compactCogCompiledCode':
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4896:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(youngReferrers())));
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compactPICsWithFreedTargets':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4913:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileBlockDispatchFromto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4952:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:4948:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileBlockEntry':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5026:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileCallFornumArgsargargargargresultRegregsToSave':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5095:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5111:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5127:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5143:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5159:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5062:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5061:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5058:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5057:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5056:26: warning: variable 'anInstruction21' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5055:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5054:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5053:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'computeEntryOffsets':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:49: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5382:25: note: in expansion of macro 'roundUpLength'
  if (entryPointMask >= (roundUpLength(1))) {
                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5383:8: warning: statement with no effect [-Wunused-value]
   error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'configureCPICCase0Case1MethodtagisMNUCasenumArgsdelta':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5517:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5482:11: warning: variable 'pc' set but not used [-Wunused-but-set-variable]
     sqInt pc;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'configureMNUCPICmethodOperandnumArgsdelta':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5566:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5541:11: warning: variable 'pc' set but not used [-Wunused-but-set-variable]
     sqInt pc;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'enterCogCodePopReceiver':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5913:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'fillInMethodHeadersizeselector':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6105:9: warning: statement with no effect [-Wunused-value]
    error("too much code for stack check offset");
         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6071:16: warning: variable 'originalMethod' set but not used [-Wunused-but-set-variable]
     CogMethod *originalMethod;
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'followForwardedMethods':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6319:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'freeUnmarkedMachineCode':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6421:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genCheckForInterruptsTrampoline':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6459:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genEnilopmartForandandforCallcalled':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6503:11: warning: variable 'size' set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6499:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'generateCaptureCStackPointers':
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6604:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto(((usqInt)startAddress), ((usqInt)methodZoneBase));
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'generateClosedPICPrototype':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6712:18: note: in expansion of macro 'roundUpLength'
  closedPICSize = roundUpLength(closedPICSize);
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6734:16: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  cPICPrototype = cPIC;
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6633:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6622:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6621:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6620:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6619:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'generateCogFullBlock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6774:14: note: in expansion of macro 'roundUpLength'
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6807:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto(((usqInt)method), (((usqInt)method)) + totalSize);
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'generateCogMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6848:14: note: in expansion of macro 'roundUpLength'
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6880:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto(((usqInt)method), (((usqInt)method)) + totalSize);
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'generateOpenPICPrototype':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7009:17: note: in expansion of macro 'roundUpLength'
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7009:67: note: in expansion of macro 'roundUpLength'
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                                                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'generateTrampolines':
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7116:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto(((usqInt)methodZoneStart), ((usqInt)methodZoneBase));
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'generateVMOwnerLockFunctions':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7125:11: warning: unused variable 'startAddress' [-Wunused-variable]
     sqInt startAddress;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7124:11: warning: unused variable 'opcodeSize' [-Wunused-variable]
     sqInt opcodeSize;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7123:11: warning: unused variable 'fixupSize' [-Wunused-variable]
     sqInt fixupSize;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetLeafCallStackPointer':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7169:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genInnerPICAbortTrampoline':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7220:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genLoadCStackPointersForPrimCall':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7241:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7240:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7239:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7238:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genLoadInlineCacheWithSelector':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7296:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genNonLocalReturnTrampoline':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7312:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'incrementUsageOfTargetIfLinkedSendmcpcignored':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7587:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'indexForSelectorinat':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7657:7: warning: statement with no effect [-Wunused-value]
  error("could not find selector in method when unlinking send site");
       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'inverseBranchFor':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7832:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7834:7: warning: statement with no effect [-Wunused-value]
  error("invalid opcode for inverse");
       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'linkSendAtintooffsetreceiver':
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7975:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto((((usqInt)callSiteReturnAddress)) - extent, ((usqInt)callSiteReturnAddress));
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7952:11: warning: variable 'extent' set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'mapObjectReferencesInMachineCodeForBecome':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8203:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become two cogged methods");
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8206:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become cogged method into different method");
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8262:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8277:3: note: in expansion of macro 'flushICacheFromto'
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8168:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'mapObjectReferencesInMachineCodeForFullGC':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8350:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8362:3: note: in expansion of macro 'flushICacheFromto'
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'mapObjectReferencesInMachineCodeForYoungGC':
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8472:3: note: in expansion of macro 'flushICacheFromto'
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8388:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'mapObjectReferencesInMachineCode':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8495:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8498:8: warning: statement with no effect [-Wunused-value]
   error("youngReferrers list overflowed");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'markAndTraceMachineCodeOfMarkedMethods':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8620:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8634:3: note: in expansion of macro 'flushICacheFromto'
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8522:11: warning: variable 'val1' set but not used [-Wunused-but-set-variable]
     sqInt val1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8521:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'markAndTraceOrFreeCogMethodfirstVisit':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8679:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'markLiteralsAndUnlinkIfUnmarkedSendpcmethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8845:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7766:1: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8789:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'markLiteralspcmethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8866:11: warning: variable 'entryPoint1' set but not used [-Wunused-but-set-variable]
     sqInt entryPoint1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8865:12: warning: variable 'cacheTag1' set but not used [-Wunused-but-set-variable]
     usqInt cacheTag1;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'noCogMethodsMaximallyMarked':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9289:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'outputInstructionsForGeneratedRuntimeAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9338:11: warning: variable 'size' set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'patchToOpenPICFornumArgsreceiver':
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9401:4: note: in expansion of macro 'flushICacheFromto'
    flushICacheFromto(((usqInt)oPIC), (((usqInt)oPIC)) + openPICSize);
    ^
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9428:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto((((usqInt)outerReturn)) - extent, ((usqInt)outerReturn));
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9376:11: warning: variable 'extent' set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'recordRunTimeObjectReferences':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9538:10: warning: statement with no effect [-Wunused-value]
     error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'relocateCallsInClosedPIC':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9660:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9619:11: warning: variable 'pc1' set but not used [-Wunused-but-set-variable]
     sqInt pc1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'relocateIfCallOrMethodReferencemcpcdelta':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9715:126: warning: passing argument 3 of 'indexForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
   rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7635:1: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'remapIfObjectRefpchasYoung':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9741:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'spanForCleanBlockStartingAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9957:7: warning: statement with no effect [-Wunused-value]
  error("couldn't locate end of clean block");
       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'unlinkAllSends':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10124:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10134:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'unlinkIfFreeOrLinkedSendpcof':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10179:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7766:1: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'unlinkIfInvalidClassSendpcignored':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10231:141: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
      rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7766:1: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'unlinkIfLinkedSendToFreepcignored':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10281:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7766:1: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'unlinkIfLinkedSendpcignored':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10329:139: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
    rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7766:1: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'unlinkIfLinkedSendpcto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10377:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7766:1: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'unlinkSendsLinkedForInvalidClasses':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10451:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10465:3: note: in expansion of macro 'flushICacheFromto'
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'unlinkSendsOfisMNUSelector':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10517:32: note: in expansion of macro 'roundUpLength'
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10529:32: note: in expansion of macro 'roundUpLength'
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10581:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10592:3: note: in expansion of macro 'flushICacheFromto'
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'unlinkSendsToFree':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10658:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10669:3: note: in expansion of macro 'flushICacheFromto'
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'unlinkSendsToandFreeIf':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10746:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10762:3: note: in expansion of macro 'flushICacheFromto'
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'addAllToYoungReferrers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10819:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'addToYoungReferrers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10850:8: warning: statement with no effect [-Wunused-value]
   error("no room on youngReferrers list");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'clearCogCompiledCode':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10893:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compactCompiledCode':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10929:28: note: in expansion of macro 'roundUpLength'
   source = ((CogMethod *) (roundUpLength((((sqInt)source)) + ((source->blockSize)))));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'freeOlderMethodsForCompaction':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11051:32: note: in expansion of macro 'roundUpLength'
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'methodFor':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11107:32: note: in expansion of macro 'roundUpLength'
   nextMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'methodsCompiledToMachineCodeInto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11135:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'numMethodsOfType':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11161:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'planCompaction':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11236:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'printCogMethods':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11274:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'printCogMethodsOfType':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11305:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'printCogMethodsWithMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11322:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'printCogMethodsWithPrimitive':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11339:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'printCogMethodsWithSelector':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11356:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'relocateMethodsPreCompaction':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11503:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetMethodHeaderOfintoscratch':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11628:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11626:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11625:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genLoadSlotsourceRegdestReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11648:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11647:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveBitShift':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11828:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11827:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11826:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11825:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveClass':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11931:11: warning: variable 'reg1' set but not used [-Wunused-but-set-variable]
     sqInt reg1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveDiv':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11965:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11964:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11963:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11962:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveDivide':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12032:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveMod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12215:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12214:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveQuo':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12339:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12338:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genSmallIntegerComparison':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12529:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genSmallIntegerComparisonorDoubleComparisoninvert':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12582:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genAddSmallIntegerTagsTo':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12672:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genAlloc64BitPositiveIntegerValueintoscratchRegscratchReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12694:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12692:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12691:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12690:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12689:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12688:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12687:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12686:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genAlloc64BitSignedIntegerValueintoscratchRegscratchReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12744:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12743:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12740:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12739:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12738:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12737:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12736:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12735:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12734:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12733:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genAllocFloatValueintoscratchRegscratchReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12804:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12799:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12798:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12797:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12796:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12795:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12794:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12793:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genClearAndSetSmallIntegerTagsIn':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12894:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12893:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genConvertBitsToSmallFloatInscratch':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12917:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12916:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12915:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genConvertCharacterToSmallIntegerInReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12948:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genConvertDataFormatnumSlotsintoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12976:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12975:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12974:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12966:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12965:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12964:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12963:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12962:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12961:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genConvertIntegerToSmallIntegerInReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13042:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genConvertSmallFloatToSmallFloatHashAsIntegerInRegscratch':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13062:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genConvertSmallIntegerToCharacterInReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13092:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genFloatComparisoninvertboxed':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13182:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetHashFieldNonImmOfasSmallIntegerInto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13268:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13267:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13266:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetHashFieldNonImmOfinto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13297:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13296:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetInlineCacheClassTagFromintoforEntry':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13324:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13323:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetNumBytesOfinto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13367:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetOverflowSlotsOfinto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13391:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13390:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetSmallFloatValueOfscratchinto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13413:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13412:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genIntegerTo64BitPositiveIntegerValueintoscratchRegscratchReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13442:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genIntegerTo64BitSignedIntegerValueintoscratchRegscratchReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13475:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13474:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genJumpIsSmallIntegerValuescratch':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13514:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13513:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13512:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genJumpNotCharacter':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13543:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genJumpNotSmallFloatValueBitsscratch':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13565:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13564:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13563:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genJumpNotSmallFloat':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13623:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genJumpNotSmallIntegerValuescratch':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13645:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13644:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13643:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genJumpNotSmallInteger':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13674:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genJumpSmallInteger':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13695:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveAtPutSigned':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13788:11: warning: variable 'literal6' set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13787:11: warning: variable 'literal5' set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13786:11: warning: variable 'literal4' set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13785:11: warning: variable 'literal3' set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13784:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13783:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13782:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13753:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13752:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13751:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13750:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13749:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13748:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13747:26: warning: variable 'anInstruction34' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction34;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13746:26: warning: variable 'anInstruction33' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction33;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13745:26: warning: variable 'anInstruction32' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction32;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13744:26: warning: variable 'anInstruction31' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13743:26: warning: variable 'anInstruction30' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction30;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13742:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13741:26: warning: variable 'anInstruction29' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction29;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13740:26: warning: variable 'anInstruction28' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction28;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13739:26: warning: variable 'anInstruction27' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13738:26: warning: variable 'anInstruction26' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13737:26: warning: variable 'anInstruction25' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13736:26: warning: variable 'anInstruction24' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13735:26: warning: variable 'anInstruction23' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13734:26: warning: variable 'anInstruction22' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13733:26: warning: variable 'anInstruction21' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13732:26: warning: variable 'anInstruction20' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13731:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13730:26: warning: variable 'anInstruction19' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13729:26: warning: variable 'anInstruction18' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13728:26: warning: variable 'anInstruction17' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13727:26: warning: variable 'anInstruction16' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13726:26: warning: variable 'anInstruction15' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13725:26: warning: variable 'anInstruction14' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13724:26: warning: variable 'anInstruction13' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13723:26: warning: variable 'anInstruction12' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13722:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13721:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13720:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:13719:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveAtSigned':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14220:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14219:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14197:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14196:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14195:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14194:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14193:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14192:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14191:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14190:26: warning: variable 'anInstruction20' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14189:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14188:26: warning: variable 'anInstruction19' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14187:26: warning: variable 'anInstruction18' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14186:26: warning: variable 'anInstruction17' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14185:26: warning: variable 'anInstruction16' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14184:26: warning: variable 'anInstruction15' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14183:26: warning: variable 'anInstruction14' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14182:26: warning: variable 'anInstruction13' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14180:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14179:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14178:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14177:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveIdentityHash':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14516:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14515:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveImmediateAsInteger':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14591:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadInt32FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14643:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14642:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14635:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14634:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14633:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14632:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14631:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadInt32FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14712:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14708:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14707:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14706:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadInt64FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14772:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14771:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14763:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14762:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14761:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14760:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14759:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadInt64FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14841:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14836:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14835:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14834:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadUInt32FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14899:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14898:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14891:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14890:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14889:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14888:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14887:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadUInt32FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14968:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14964:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14963:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:14962:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadUInt64FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15028:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15027:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15019:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15018:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15017:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15016:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15015:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadUInt64FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15097:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15092:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15091:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15090:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveNew':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15178:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15177:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15166:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15165:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15164:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15163:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15162:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15161:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15160:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15159:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15158:26: warning: variable 'anInstruction13' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15156:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15155:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15154:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15153:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveNewWithArg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15364:11: warning: variable 'literal8' set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15363:11: warning: variable 'literal7' set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15362:11: warning: variable 'literal6' set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15361:11: warning: variable 'literal5' set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15360:11: warning: variable 'literal4' set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15359:11: warning: variable 'literal3' set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15358:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15357:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15356:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15338:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15337:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15336:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15335:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15334:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15333:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15332:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15331:26: warning: variable 'anInstruction22' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15329:26: warning: variable 'anInstruction20' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15328:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15327:26: warning: variable 'anInstruction19' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15326:26: warning: variable 'anInstruction18' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15325:26: warning: variable 'anInstruction17' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15324:26: warning: variable 'anInstruction16' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15323:26: warning: variable 'anInstruction15' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15322:26: warning: variable 'anInstruction14' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15321:26: warning: variable 'anInstruction13' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15320:26: warning: variable 'anInstruction12' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15319:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15318:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15317:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15316:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveShallowCopy':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15605:11: warning: variable 'literal3' set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15604:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15603:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15602:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15592:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15591:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15590:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15589:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15588:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15587:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15586:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15585:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15584:26: warning: variable 'anInstruction16' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15583:26: warning: variable 'anInstruction15' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15582:26: warning: variable 'anInstruction14' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15581:26: warning: variable 'anInstruction13' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15580:26: warning: variable 'anInstruction12' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15579:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15578:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15577:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15576:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreInt32IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15734:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15733:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15724:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15723:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15722:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15721:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15720:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreInt32IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15811:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15805:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15804:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15803:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreInt64IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15876:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15875:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15866:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15865:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15864:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15863:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15862:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreInt64IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15953:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15947:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15946:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15945:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreUInt32IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16020:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16019:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16009:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16008:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16007:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16006:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16005:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16004:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreUInt32IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16103:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16096:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16095:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16094:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16093:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreUInt64IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16174:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16173:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16163:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16162:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16161:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16160:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16159:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16158:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreUInt64IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16257:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16250:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16249:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16248:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16247:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStringAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16342:11: warning: variable 'literal4' set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16341:11: warning: variable 'literal3' set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16340:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16339:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16338:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16326:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16325:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16324:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16323:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16322:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16321:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16320:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16319:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16318:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16317:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16316:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStringAtPut':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16486:11: warning: variable 'literal4' set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16485:11: warning: variable 'literal3' set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16484:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16483:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16482:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16467:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16466:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16465:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16464:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16463:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16462:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16461:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16460:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16459:26: warning: variable 'anInstruction13' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16458:26: warning: variable 'anInstruction12' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16457:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16456:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16455:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16454:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genRemoveSmallIntegerTagsInScratchReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16660:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'getLiteralCountOfplusOneinBytesintoscratch':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16679:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16678:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16677:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'maybeGenerateSelectorIndexDereferenceRoutine':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16756:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16751:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16750:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16749:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16748:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16747:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16746:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16745:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16744:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16743:26: warning: variable 'anInstruction12' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16742:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16741:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16740:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16739:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genAllocExternalAddressValueintoscratchRegscratchReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16925:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16923:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16922:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16921:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16920:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16919:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16918:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16917:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genCheckRememberedBitOfscratch':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16968:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16967:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genConvertIntegerToCharacterInReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16998:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17023:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17021:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genCreateFullClosurenumArgsnumCopiedignoreContextcontextNumArgslargeinBlock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17064:11: warning: variable 'literal3' set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17063:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17062:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17061:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17057:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17056:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17055:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17054:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17053:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17052:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17051:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17050:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17049:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17048:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17047:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17046:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genEnsureObjInRegNotForwardedscratchReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17148:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17147:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genEnsureOopInRegNotForwardedscratchReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17179:88: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
  return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:923:28: note: expected 'sqInt {aka long int}' but argument is of type 'AbstractInstruction * {aka struct _AbstractInstruction *}'
 static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17221:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   finished = nonFwdJumpTargetOrZero;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17192:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17191:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genEnsureOopInRegNotForwardedscratchRegupdatingSlotin':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17240:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17238:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17237:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17236:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetActiveContextLargeinBlock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17430:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17387:11: warning: variable 'literal9' set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17386:11: warning: variable 'literal8' set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17385:11: warning: variable 'literal7' set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17384:11: warning: variable 'literal6' set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17383:11: warning: variable 'literal5' set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17382:11: warning: variable 'literal4' set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17381:11: warning: variable 'literal3' set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17380:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17379:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17378:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17371:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17370:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17369:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17368:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17367:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17366:26: warning: variable 'anInstruction36' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction36;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17365:26: warning: variable 'anInstruction35' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction35;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17363:26: warning: variable 'anInstruction33' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction33;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17362:26: warning: variable 'anInstruction32' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction32;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17361:26: warning: variable 'anInstruction31' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17360:26: warning: variable 'anInstruction30' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction30;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17359:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17358:26: warning: variable 'anInstruction29' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction29;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17357:26: warning: variable 'anInstruction28' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction28;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17356:26: warning: variable 'anInstruction27' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17355:26: warning: variable 'anInstruction26' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17354:26: warning: variable 'anInstruction25' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17353:26: warning: variable 'anInstruction24' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17352:26: warning: variable 'anInstruction23' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17351:26: warning: variable 'anInstruction22' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17350:26: warning: variable 'anInstruction21' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17349:26: warning: variable 'anInstruction20' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17348:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17347:26: warning: variable 'anInstruction19' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17346:26: warning: variable 'anInstruction18' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17345:26: warning: variable 'anInstruction17' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17344:26: warning: variable 'anInstruction16' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17343:26: warning: variable 'anInstruction15' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17342:26: warning: variable 'anInstruction14' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17341:26: warning: variable 'anInstruction13' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17340:26: warning: variable 'anInstruction12' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17339:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17338:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17337:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17336:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetActiveContextNumArgslargeinBlock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17613:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17633:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17594:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetBitsofFormatByteOfinto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17650:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17649:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetClassIndexOfNonImminto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17668:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17667:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetClassObjectOfClassIndexintoscratchReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17694:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17693:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17692:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17691:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17690:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17689:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetClassObjectOfintoscratchReginstRegIsReceiver':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17754:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17751:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17750:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17749:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17748:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17747:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetDoubleValueOfinto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17836:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17835:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetFormatOfintoleastSignificantHalfOfBaseHeaderIntoScratch':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17867:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17866:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17865:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetNumSlotsOfinto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17900:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genGetRawSlotSizeOfNonImminto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17926:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17925:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genJumpImmediate':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17939:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genJumpImmutablescratchReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17956:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17955:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genJumpMutablescratchReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17976:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17975:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genNewArrayOfSizeinitialized':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18014:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18010:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18009:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18008:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18007:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18006:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18005:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18004:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18003:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genNoPopCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18096:11: warning: variable 'literal4' set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18095:11: warning: variable 'literal3' set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18094:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18093:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18092:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18089:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18088:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18087:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18086:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18085:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18084:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18083:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18082:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18081:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18080:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18079:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveIdenticalOrNotIf':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18234:86: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:1: note: expected 'sqInt {aka long int}' but argument is of type 'AbstractInstruction * {aka struct _AbstractInstruction *}'
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18260:86: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:1: note: expected 'sqInt {aka long int}' but argument is of type 'AbstractInstruction * {aka struct _AbstractInstruction *}'
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18220:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18219:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadBoolean8FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18319:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18311:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18310:26: warning: variable 'anInstruction21' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18308:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18307:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18306:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadBoolean8FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18406:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18401:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18399:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18398:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18397:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadChar16FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18483:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18482:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18475:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18474:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18473:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18472:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18471:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadChar16FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18552:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18548:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18547:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18546:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadChar32FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18611:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18610:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18603:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18602:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18601:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18600:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18599:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadChar32FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18680:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18676:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18675:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18674:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadChar8FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18737:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18730:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18729:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18728:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18727:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadChar8FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18803:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18799:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18798:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18797:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadFloat32FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18863:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18862:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18854:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18853:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18852:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18851:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18850:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadFloat32FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18933:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18928:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18927:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18926:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadFloat64FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18993:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18992:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18984:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18983:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18982:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18981:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:18980:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadFloat64FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19061:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19056:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19055:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19054:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadInt16FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19118:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19117:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19110:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19109:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19108:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19107:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19106:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
  ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here
size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
                                                       ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
  ffi_java_ptrarray_to_raw (cif, avalue, raw);
  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
                                                                                            ^
2 warnings generated.
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadInt16FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19187:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19183:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19182:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19181:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadInt8FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19244:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19237:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19236:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19235:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19234:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadInt8FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19310:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19306:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19305:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19304:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadPointerFromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19370:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19369:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19361:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19360:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19359:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19358:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19357:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadPointerFromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19448:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19443:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19442:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19441:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadUInt16FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19515:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19514:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19507:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19506:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19505:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19504:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19503:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadUInt16FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19584:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19580:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19579:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19578:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadUInt8FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19641:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19634:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19633:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19632:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19631:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveLoadUInt8FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19707:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19703:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19702:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19701:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveObjectAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19761:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19756:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19755:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19754:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveSize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19846:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19845:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19844:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19829:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19828:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19827:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19826:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19825:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19824:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19823:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19822:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19821:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19820:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19819:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreBoolean8IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19980:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19970:26: warning: variable 'anInstruction31' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19969:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19968:26: warning: variable 'anInstruction21' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19967:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19966:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19965:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:19964:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreBoolean8IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20078:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20071:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20070:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20069:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20068:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20067:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20066:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreChar16IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20163:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20162:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20153:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20152:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20151:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20150:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20149:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreChar16IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20242:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20236:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20235:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20234:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreChar32IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20309:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20308:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20299:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20298:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20297:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20296:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20295:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreChar32IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20388:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20382:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20381:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20380:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreChar8IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20453:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20444:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20443:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20442:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20441:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreChar8IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20529:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20523:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20522:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20521:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreFloat32IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20596:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20595:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20586:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20585:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20584:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20583:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20582:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreFloat32IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20673:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20667:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20666:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20665:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreFloat64IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20738:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20737:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20728:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20727:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20726:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20725:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20724:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreFloat64IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20813:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20807:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20806:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20805:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreInt16IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20876:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20875:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20866:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20865:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20864:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20863:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20862:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreInt16IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20953:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20947:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20946:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:20945:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreInt8IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21016:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21007:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21006:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21005:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21004:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreInt8IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21090:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21084:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21083:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21082:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStorePointerIntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21158:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21157:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21147:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21146:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21145:26: warning: variable 'anInstruction21' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21144:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21143:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21142:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21141:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStorePointerIntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21246:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21239:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21238:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21237:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21236:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21235:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreUInt16IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21321:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21320:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21310:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21309:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21308:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21307:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21306:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21305:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreUInt16IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21402:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21395:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21394:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21393:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21392:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreUInt8IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21469:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21459:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21458:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21457:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21456:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21455:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStoreUInt8IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21549:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21542:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21541:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21540:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21539:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStringCompareWith':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21624:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21623:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21613:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21612:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21611:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21610:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21609:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21608:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21607:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveStringReplace':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21804:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21803:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21784:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21783:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21782:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21781:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21780:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21779:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21778:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21777:26: warning: variable 'anInstruction24' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21776:26: warning: variable 'anInstruction23' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21775:26: warning: variable 'anInstruction22' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21774:26: warning: variable 'anInstruction21' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21773:26: warning: variable 'anInstruction20' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21772:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21771:26: warning: variable 'anInstruction19' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21770:26: warning: variable 'anInstruction18' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21769:26: warning: variable 'anInstruction17' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21768:26: warning: variable 'anInstruction16' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21767:26: warning: variable 'anInstruction15' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21766:26: warning: variable 'anInstruction14' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21765:26: warning: variable 'anInstruction13' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21764:26: warning: variable 'anInstruction12' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21763:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21762:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21761:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:21760:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genSetSmallIntegerTagsIn':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22097:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genStoreCheckReceiverRegvalueRegscratchReginFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22133:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genStoreSourceRegslotIndexdestRegscratchReginFrameneedsStoreCheck':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22185:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22184:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genStoreSourceRegslotIndexintoNewObjectInDestReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22214:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22213:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genStoreTrampolineCalledinstVarIndex':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22237:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genStoreWithImmutabilityAndStoreCheckSourceRegslotIndexdestRegscratchRegneedRestoreRcvr':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22285:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22279:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22278:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22277:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genStoreWithImmutabilityButNoStoreCheckSourceRegslotIndexdestRegscratchRegneedRestoreRcvr':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22368:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22366:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22365:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'jumpNotCharacterUnsignedValueInRegister':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22467:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'maybeCompileRetryOnPrimitiveFail':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22554:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22553:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22552:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22551:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'ensureSpilledAtfrom':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2131:25: warning: statement with no effect [-Wunused-value]
 #define traceSpill(ign) 0
                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22677:2: note: in expansion of macro 'traceSpill'
  traceSpill(self_in_ensureSpilledAtfrom);
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22664:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22663:26: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *inst;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22662:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'popToReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22772:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22733:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22732:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22731:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'storeToReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22858:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22823:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22822:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22821:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'computeMaximumSize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:23444:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'dispatchConcretize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24150:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset1 = (((int) jumpTarget)) - (((int) (((self_in_dispatchConcretize->address)) + 5)));
               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24171:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset23 = (((int) jumpTarget3)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24189:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset110 = (((int) jumpTarget2)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24212:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset24 = (((int) jumpTarget4)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24230:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset111 = (((int) jumpTarget21)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24250:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset2 = (((int) jumpTarget1)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24259:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset2 = (((int) jumpTarget1)) - (((int) (((self_in_dispatchConcretize->address)) + 5)));
               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24279:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset25 = (((int) jumpTarget5)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24297:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset112 = (((int) jumpTarget22)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24318:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset26 = (((int) jumpTarget6)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24336:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset113 = (((int) jumpTarget23)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24357:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset27 = (((int) jumpTarget7)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24375:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset114 = (((int) jumpTarget24)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24396:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset28 = (((int) jumpTarget8)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24414:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset115 = (((int) jumpTarget25)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24437:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset29 = (((int) jumpTarget9)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24455:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset116 = (((int) jumpTarget26)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24478:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset30 = (((int) jumpTarget10)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24496:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset117 = (((int) jumpTarget27)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24517:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset31 = (((int) jumpTarget20)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24535:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset118 = (((int) jumpTarget28)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24556:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset32 = (((int) jumpTarget29)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24574:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset119 = (((int) jumpTarget210)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24595:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset33 = (((int) jumpTarget30)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24613:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset120 = (((int) jumpTarget211)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24634:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset34 = (((int) jumpTarget31)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24652:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset121 = (((int) jumpTarget212)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24674:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset35 = (((int) jumpTarget32)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24692:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset122 = (((int) jumpTarget213)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24714:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset36 = (((int) jumpTarget33)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24732:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset123 = (((int) jumpTarget214)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24753:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset37 = (((int) jumpTarget34)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24771:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset124 = (((int) jumpTarget215)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24792:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset38 = (((int) jumpTarget35)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:24810:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset125 = (((int) jumpTarget216)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:25607:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:25740:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:25874:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:25972:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27115:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'dispatchConcretizeProcessorSpecific':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27238:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genDivRRQuoRem':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27300:8: warning: statement with no effect [-Wunused-value]
   error("couldn't find unused register in genDivR:R:Quo:Rem:");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'generateLowLevelTryLock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27386:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27385:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27384:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27383:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'generateLowLevelUnlock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27414:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27413:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genLoadCStackPointer':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27438:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genLoadCStackPointers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27459:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27458:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genLoadStackPointers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27483:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27482:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genMemCopytoconstantSize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27507:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27504:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27503:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genMemCopytosize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27565:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27562:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPushRegisterArgsForAbortMissNumArgs':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27686:11: warning: variable 'literal9' set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27685:11: warning: variable 'literal8' set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27684:11: warning: variable 'literal7' set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27683:11: warning: variable 'literal6' set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27682:11: warning: variable 'literal5' set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27681:11: warning: variable 'literal4' set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27680:11: warning: variable 'literal3' set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27679:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27678:11: warning: variable 'literal10' set but not used [-Wunused-but-set-variable]
     sqInt literal10;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27677:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27676:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27675:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27674:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27673:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27672:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27671:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27670:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27669:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27668:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27667:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27666:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27665:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27664:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPushRegisterArgsForNumArgsscratchReg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27770:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27769:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genSaveStackPointers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27851:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27850:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'instructionSizeAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27937:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'prepareStackToCallCFunctionInSmalltalkStack':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28214:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28213:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'rewriteCallAttarget':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28287:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'rewriteInlineCacheAttagtarget':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28356:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'sizeHasModrmat':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28492:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28466:11: warning: variable 'ro' set but not used [-Wunused-but-set-variable]
     sqInt ro;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'sizeImmediateGroup1at':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28524:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28509:11: warning: variable 'rm' set but not used [-Wunused-but-set-variable]
     sqInt rm;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28507:11: warning: variable 'mod' set but not used [-Wunused-but-set-variable]
     sqInt mod;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'stopsFromto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28533:9: warning: passing argument 1 of 'memset' makes pointer from integer without a cast [-Wint-conversion]
  memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1);
         ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/usr/include/x86_64-linux-gnu/bits/string3.h:78:1: note: expected 'void *' but argument is of type 'sqInt {aka long int}'
 __NTH (memset (void *__dest, int __ch, size_t __len))
 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'twoByteInstructionSizeAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28572:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileGetErrorCode':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28644:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28643:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileInterpreterPrimitiveMayCallBackflags':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28777:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28788:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28806:13: warning: passing argument 1 of 'jmpTarget' makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28020:1: note: expected 'AbstractInstruction * {aka struct _AbstractInstruction *}' but argument is of type 'sqInt {aka long int}'
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28707:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28704:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28703:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28701:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28700:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28699:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28698:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28697:26: warning: variable 'anInstruction19' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28696:26: warning: variable 'anInstruction16' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28695:26: warning: variable 'anInstruction15' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28694:26: warning: variable 'anInstruction14' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28693:26: warning: variable 'anInstruction13' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28692:26: warning: variable 'anInstruction12' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28691:26: warning: variable 'anInstruction110' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction110;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28690:26: warning: variable 'anInstruction11' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileInterpreterPrimitiveflags':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28944:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28955:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29004:13: warning: passing argument 1 of 'jmpTarget' makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28020:1: note: expected 'AbstractInstruction * {aka struct _AbstractInstruction *}' but argument is of type 'sqInt {aka long int}'
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29014:13: warning: passing argument 1 of 'jmpTarget' makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28020:1: note: expected 'AbstractInstruction * {aka struct _AbstractInstruction *}' but argument is of type 'sqInt {aka long int}'
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28868:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28864:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28863:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28861:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28860:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28859:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28858:26: warning: variable 'anInstruction28' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction28;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28857:26: warning: variable 'anInstruction27' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28856:26: warning: variable 'anInstruction26' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28855:26: warning: variable 'anInstruction25' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28854:26: warning: variable 'anInstruction24' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28853:26: warning: variable 'anInstruction20' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28852:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28851:26: warning: variable 'anInstruction19' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28850:26: warning: variable 'anInstruction18' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28849:26: warning: variable 'anInstruction17' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28848:26: warning: variable 'anInstruction16' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28847:26: warning: variable 'anInstruction15' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28846:26: warning: variable 'anInstruction14' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28845:26: warning: variable 'anInstruction13' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28844:26: warning: variable 'anInstruction112' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction112;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28843:26: warning: variable 'anInstruction111' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction111;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileMachineCodeInterpreterPrimitive':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29082:8: warning: statement with no effect [-Wunused-value]
   error("shouldBeImplemented");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29088:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29094:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29100:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29106:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29112:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29053:11: warning: variable 'n' set but not used [-Wunused-but-set-variable]
     sqInt n;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29050:26: warning: variable 'anInstruction12' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29049:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileOpenPICMethodCacheProbeForwithShiftbaseRegOrNone':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29152:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29151:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29150:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29149:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29148:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileOpenPICnumArgs':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29225:39: warning: passing argument 2 of 'isWithinMwOffsetRange' makes integer from pointer without a cast [-Wint-conversion]
  if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28002:1: note: expected 'sqInt {aka long int}' but argument is of type 'void *'
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29209:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29207:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compilePerformMethodCacheProbeForwithShiftbaseRegOrNone':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29276:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29275:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29274:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29273:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29272:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compilePrimitive':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29383:49: warning: passing argument 1 of 'compileMachineCodeInterpreterPrimitive' makes pointer from integer without a cast [-Wint-conversion]
   return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29047:1: note: expected 'void (*)(void)' but argument is of type 'sqInt {aka long int}'
 compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29386:24: warning: comparison of distinct pointer types lacks a cast
   || (primitiveRoutine == primitiveFail)) {
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genDoubleFailIfZeroArgRcvrarg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29505:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genFastPrimTraceUsingand':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29872:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29871:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29870:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29869:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29868:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29867:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genLookupForPerformNumArgs':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30006:39: warning: passing argument 2 of 'isWithinMwOffsetRange' makes integer from pointer without a cast [-Wint-conversion]
  if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28002:1: note: expected 'sqInt {aka long int}' but argument is of type 'void *'
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29993:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:29991:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genMustBeBooleanTrampolineForcalled':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30065:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveHashMultiply':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30084:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30083:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimReturnEnterCogCodeEnilopmart':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30146:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30141:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30140:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30139:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30138:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30137:26: warning: variable 'anInstruction18' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30136:26: warning: variable 'anInstruction16' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30135:26: warning: variable 'anInstruction15' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30134:26: warning: variable 'anInstruction14' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30133:26: warning: variable 'anInstruction13' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30132:26: warning: variable 'anInstruction12' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30131:26: warning: variable 'anInstruction10' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30130:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genQuickReturnConst':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30320:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genReturnFalse':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30366:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genReturnNil':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30385:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genReturnNilFromBlock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30404:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genReturnTrue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30424:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'maybeCompileAllocFillerCheck':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30838:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30837:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30836:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30835:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'rewritePrimInvocationInto':
/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31713:2: note: in expansion of macro 'flushICacheFromto'
  flushICacheFromto((((usqInt)cogMethod)) + cmNoCheckEntryOffset, (((usqInt)address)) + extent);
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31683:11: warning: variable 'extent' set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'adjustArgumentsForPerform':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31994:11: warning: variable 'literal9' set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31993:11: warning: variable 'literal5' set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/prep_cif.c
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31992:11: warning: variable 'literal3' set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31991:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31990:11: warning: variable 'literal10' set but not used [-Wunused-but-set-variable]
     sqInt literal10;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31988:26: warning: variable 'anInstruction9' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31987:26: warning: variable 'anInstruction8' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31986:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31985:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31984:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31983:26: warning: variable 'anInstruction15' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31982:26: warning: variable 'anInstruction14' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31981:26: warning: variable 'anInstruction13' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileAbstractInstructionsFromthrough':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2130:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32138:2: note: in expansion of macro 'traceSimStack'
  traceSimStack();
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2092:30: warning: statement with no effect [-Wunused-value]
 #define maybeHaltIfDebugPC() 0
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32144:3: note: in expansion of macro 'maybeHaltIfDebugPC'
   maybeHaltIfDebugPC();
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2127:30: warning: statement with no effect [-Wunused-value]
 #define traceDescriptor(ign) 0
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32159:3: note: in expansion of macro 'traceDescriptor'
   traceDescriptor(descriptor);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2130:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32160:3: note: in expansion of macro 'traceSimStack'
   traceSimStack();
   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32195:8: warning: statement with no effect [-Wunused-value]
   error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32133:11: warning: variable 'generateBranchAround' set but not used [-Wunused-but-set-variable]
     sqInt generateBranchAround;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileBlockBodies':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32206:11: warning: variable 'initialCounterIndex' set but not used [-Wunused-but-set-variable]
     sqInt initialCounterIndex;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileBlockFrameBuild':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32288:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32287:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32286:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileFrameBuild':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32609:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32608:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32607:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileFullBlockMethodFrameBuild':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32729:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32728:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileTwoPathFrameBuild':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32844:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32843:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32842:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32841:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'compileTwoPathFramelessInit':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:32946:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'ensureFixupAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2128:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33109:2: note: in expansion of macro 'traceFixupmerge'
  traceFixupmerge(fixup, 1);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'ensureNonMergeFixupAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2128:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33145:2: note: in expansion of macro 'traceFixupmerge'
  traceFixupmerge(fixup, 1);
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genCallPICEnilopmartNumArgs':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33341:11: warning: variable 'size' set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33336:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genCallPrimitiveBytecode':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33393:11: warning: variable 'primSet' set but not used [-Wunused-but-set-variable]
     sqInt primSet;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genExternalizePointersForPrimitiveCall':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33418:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33417:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33416:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'generateInstructionsAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2091:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33606:3: note: in expansion of macro 'maybeBreakGeneratingAt'
   maybeBreakGeneratingAt(absoluteAddress);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2091:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33633:3: note: in expansion of macro 'maybeBreakGeneratingAt'
   maybeBreakGeneratingAt((abstractInstruction->address));
   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'generateSendTrampolines':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33682:47: warning: passing argument 1 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1259:28: note: expected 'sqInt {aka long int}' but argument is of type 'sqInt (*)(sqInt,  sqInt,  sqInt,  sqInt) {aka long int (*)(long int,  long int,  long int,  long int)}'
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33682:69: warning: passing argument 2 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1259:28: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33683:47: warning: passing argument 1 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1259:28: note: expected 'sqInt {aka long int}' but argument is of type 'void (*)(sqInt,  sqInt,  sqInt,  sqInt) {aka void (*)(long int,  long int,  long int,  long int)}'
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33683:81: warning: passing argument 2 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1259:28: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'generateSuperSendTrampolineTonamednumArgsin':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33702:102: warning: passing argument 1 of 'trampolineNamenumArgs' makes pointer from integer without a cast [-Wint-conversion]
  trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10011:1: note: expected 'char *' but argument is of type 'sqInt {aka long int}'
 trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33702:61: warning: passing argument 1 of 'genSendTrampolineFornumArgscalledargargargarg' makes pointer from integer without a cast [-Wint-conversion]
  trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1292:28: note: expected 'void *' but argument is of type 'sqInt {aka long int}'
 static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genForwardersInlinedIdenticalOrNotIf':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33925:85: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:1: note: expected 'sqInt {aka long int}' but argument is of type 'AbstractInstruction * {aka struct _AbstractInstruction *}'
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33929:23: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   : argReg), TempReg, label, fixup);
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:1: note: expected 'sqInt {aka long int}' but argument is of type 'AbstractInstruction * {aka struct _AbstractInstruction *}'
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33929:30: warning: passing argument 4 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   : argReg), TempReg, label, fixup);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:1: note: expected 'sqInt {aka long int}' but argument is of type 'BytecodeFixup * {aka struct <anonymous> *}'
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33744:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33732:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33731:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33730:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genIdenticalNoBranchArgIsConstantrcvrIsConstantargRegrcvrRegorNotIf':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34002:85: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:1: note: expected 'sqInt {aka long int}' but argument is of type 'AbstractInstruction * {aka struct _AbstractInstruction *}'
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34006:92: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17189:1: note: expected 'sqInt {aka long int}' but argument is of type 'AbstractInstruction * {aka struct _AbstractInstruction *}'
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33947:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33946:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33945:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:33944:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genInlinedIdenticalOrNotIf':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34061:25: warning: variable 'primDescriptor' set but not used [-Wunused-but-set-variable]
     BytecodeDescriptor *primDescriptor;
                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genJumpBackTo':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34087:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genJumpIfto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34132:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34131:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genMarshalledSendnumArgssendTable':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34273:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34272:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genMethodAbortTrampolineFor':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34333:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPopStackBytecode':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34381:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34380:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveClosureValue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34421:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34414:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34413:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34412:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34411:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitiveFullClosureValue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34495:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34490:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34489:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34488:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPrimitivePerform':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34546:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPushLiteralVariable':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34628:11: warning: variable 'eA' set but not used [-Wunused-but-set-variable]
     sqInt eA;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34624:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPushMaybeContextReceiverVariable':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34718:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34717:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genPushRemoteTempLongBytecode':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34840:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genSpecialSelectorArithmetic':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35029:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35159:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34992:11: warning: variable 'literal3' set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34991:11: warning: variable 'literal2' set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34990:11: warning: variable 'literal1' set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34989:11: warning: variable 'literal' set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34981:26: warning: variable 'anInstruction7' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34980:26: warning: variable 'anInstruction6' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34979:26: warning: variable 'anInstruction5' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34978:26: warning: variable 'anInstruction4' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34977:26: warning: variable 'anInstruction3' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34976:26: warning: variable 'anInstruction2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34975:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34974:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genSpecialSelectorComparison':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35243:11: warning: variable 'nextPC' set but not used [-Wunused-but-set-variable]
     sqInt nextPC;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35232:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35231:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genStaticallyResolvedSpecialSelectorComparison':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35422:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genStorePopLiteralVariableneedsStoreCheckneedsImmutabilityCheck':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35439:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genStorePopMaybeContextReceiverVariableneedsStoreCheckneedsImmutabilityCheck':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35500:26: warning: variable 'anInstruction1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35499:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genStorePopRemoteTempAtneedsStoreCheck':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35623:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genStorePopTemporaryVariable':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35649:26: warning: variable 'anInstruction' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'mergeWithFixupIfRequired':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2129:25: warning: statement with no effect [-Wunused-value]
 #define traceMerge(ign) 0
                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:36059:2: note: in expansion of macro 'traceMerge'
  traceMerge(fixup);
  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'reinitializeFixupsFromthrough':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:36231:45: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'ssAllocateRequiredRegMaskupThrough':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:36502:11: warning: variable 'lastRequiredNative' set but not used [-Wunused-but-set-variable]
     sqInt lastRequiredNative;
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2159:1: warning: 'availableFloatRegisterOrNoneFor' defined but not used [-Wunused-function]
 availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2193:1: warning: 'cloneLiteralFrom' defined but not used [-Wunused-function]
 cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2280:1: warning: 'initializeSharableLiteral' defined but not used [-Wunused-function]
 initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2299:1: warning: 'initializeUniqueLiteral' defined but not used [-Wunused-function]
 initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2322:1: warning: 'isLiteral' defined but not used [-Wunused-function]
 isLiteral(AbstractInstruction * self_in_isLiteral)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2378:1: warning: 'rewriteConditionalJumpLongAttarget' defined but not used [-Wunused-function]
 rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2391:1: warning: 'wantsNearAddressFor' defined but not used [-Wunused-function]
 wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2418:1: warning: 'computeSizeOfArithCqR' defined but not used [-Wunused-function]
 computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2433:1: warning: 'computeSizeOfArithCwR' defined but not used [-Wunused-function]
 computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2478:1: warning: 'concretizeMoveCwR' defined but not used [-Wunused-function]
 concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2597:1: warning: 'loadLiteralByteSize' defined but not used [-Wunused-function]
 loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2872:1: warning: 'allMethodsHaveCorrectHeader' defined but not used [-Wunused-function]
 allMethodsHaveCorrectHeader(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:5940:1: warning: 'expectedClosedPICPrototype' defined but not used [-Wunused-function]
 expectedClosedPICPrototype(CogMethod *cPIC)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6217:1: warning: 'firstMappedPCFor' defined but not used [-Wunused-function]
 firstMappedPCFor(CogMethod *cogMethod)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:8955:1: warning: 'maybeFreeCogMethodDoesntLookKosher' defined but not used [-Wunused-function]
 maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9267:1: warning: 'noAssertMethodClassAssociationOf' defined but not used [-Wunused-function]
 noAssertMethodClassAssociationOf(sqInt methodPointer)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9279:1: warning: 'noCogMethodsMaximallyMarked' defined but not used [-Wunused-function]
 noCogMethodsMaximallyMarked(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9439:1: warning: 'picAbortDiscriminatorValue' defined but not used [-Wunused-function]
 picAbortDiscriminatorValue(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9548:1: warning: 'registerMaskFor' defined but not used [-Wunused-function]
 registerMaskFor(sqInt reg)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:9555:1: warning: 'registerMaskForand' defined but not used [-Wunused-function]
 registerMaskForand(sqInt reg1, sqInt reg2)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:10796:1: warning: 'counters' defined but not used [-Wunused-function]
 counters(CogMethod * self_in_counters)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11064:1: warning: 'kosherYoungReferrers' defined but not used [-Wunused-function]
 kosherYoungReferrers(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:11551:1: warning: 'voidYoungReferrersPostTenureAll' defined but not used [-Wunused-function]
 voidYoungReferrersPostTenureAll(void)
 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16862:1: warning: 'checkValidDerivedObjectReference' defined but not used [-Wunused-function]
 checkValidDerivedObjectReference(sqInt bodyAddress)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:16877:1: warning: 'couldBeDerivedObject' defined but not used [-Wunused-function]
 couldBeDerivedObject(sqInt bodyAddress)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:17019:1: warning: 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' defined but not used [-Wunused-function]
 genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22447:1: warning: 'getActiveContextAllocatesInMachineCode' defined but not used [-Wunused-function]
 getActiveContextAllocatesInMachineCode(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22458:1: warning: 'inlineCacheTagIsYoung' defined but not used [-Wunused-function]
 inlineCacheTagIsYoung(sqInt cacheTag)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22865:1: warning: 'isMergeFixup' defined but not used [-Wunused-function]
 isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22924:1: warning: 'callFullTargetFromReturnAddress' defined but not used [-Wunused-function]
 callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22931:1: warning: 'callInstructionByteSize' defined but not used [-Wunused-function]
 callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22952:1: warning: 'cFloatResultToRd' defined but not used [-Wunused-function]
 cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22963:1: warning: 'cFloatResultToRs' defined but not used [-Wunused-function]
 cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:22974:1: warning: 'cmpC32RTempByteSize' defined but not used [-Wunused-function]
 cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:23523:1: warning: 'concretizeFill32' defined but not used [-Wunused-function]
 concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:23699:1: warning: 'cStackPointer' defined but not used [-Wunused-function]
 cStackPointer(AbstractInstruction * self_in_cStackPointer)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27245:1: warning: 'fullCallsAreRelative' defined but not used [-Wunused-function]
 fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27381:1: warning: 'generateLowLevelTryLock' defined but not used [-Wunused-function]
 generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27411:1: warning: 'generateLowLevelUnlock' defined but not used [-Wunused-function]
 generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27501:1: warning: 'genMemCopytoconstantSize' defined but not used [-Wunused-function]
 genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27560:1: warning: 'genMemCopytosize' defined but not used [-Wunused-function]
 genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27866:1: warning: 'genSubstituteReturnAddress' defined but not used [-Wunused-function]
 genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:27877:1: warning: 'genSwapRRScratch' defined but not used [-Wunused-function]
 genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28049:1: warning: 'jumpLongByteSize' defined but not used [-Wunused-function]
 jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28056:1: warning: 'jumpLongConditionalByteSize' defined but not used [-Wunused-function]
 jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28107:1: warning: 'leafCallStackPointerDelta' defined but not used [-Wunused-function]
 leafCallStackPointerDelta(AbstractInstruction * self_in_leafCallStackPointerDelta)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28118:1: warning: 'literalBeforeInlineCacheTagAt' defined but not used [-Wunused-function]
 literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28130:1: warning: 'loadPICLiteralByteSize' defined but not used [-Wunused-function]
 loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28137:1: warning: 'machineCodeAt' defined but not used [-Wunused-function]
 machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28150:1: warning: 'machineCodeBytes' defined but not used [-Wunused-function]
 machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28193:1: warning: 'numLowLevelLockOpcodes' defined but not used [-Wunused-function]
 numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28249:1: warning: 'relocateMethodReferenceBeforeAddressby' defined but not used [-Wunused-function]
 relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:28585:1: warning: 'zoneCallsAreRelative' defined but not used [-Wunused-function]
 zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:30864:1: warning: 'numSpecialSelectors' defined but not used [-Wunused-function]
 numSpecialSelectors(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:31831:1: warning: 'v4LongForwardBranchDistance' defined but not used [-Wunused-function]
 v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:36204:1: warning: 'receiverIsInReceiverResultReg' defined but not used [-Wunused-function]
 receiverIsInReceiverResultReg(void)
 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:36911:1: warning: 'tempsValidAndVolatileEntriesSpilled' defined but not used [-Wunused-function]
 tempsValidAndVolatileEntriesSpilled(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:37012:1: warning: 'violatesEnsureSpilledSpillAssert' defined but not used [-Wunused-function]
 violatesEnsureSpilledSpillAssert(void)
 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1358:14: warning: 'breakBlock' defined but not used [-Wunused-variable]
 static sqInt breakBlock;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1372:14: warning: 'ceByteSizeOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceByteSizeOfTrampoline;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1382:22: warning: 'ceCheckFeaturesFunction' defined but not used [-Wunused-variable]
 static usqIntptr_t (*ceCheckFeaturesFunction)(void);
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1384:14: warning: 'ceCPICMissTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceCPICMissTrampoline;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1388:14: warning: 'ceFloatObjectOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceFloatObjectOfTrampoline;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1389:14: warning: 'ceFloatValueOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceFloatValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1390:15: warning: 'ceFlushICache' defined but not used [-Wunused-variable]
 static void (*ceFlushICache)(usqIntptr_t from, usqIntptr_t to);
               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1394:14: warning: 'ceInlineNewHashTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceInlineNewHashTrampoline;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1395:14: warning: 'ceInstantiateClassIndexableSizeTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassIndexableSizeTrampoline;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1396:14: warning: 'ceInstantiateClassTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassTrampoline;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1401:14: warning: 'ceMethodAbortTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceMethodAbortTrampoline;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1404:14: warning: 'cePICAbortTrampoline' defined but not used [-Wunused-variable]
 static sqInt cePICAbortTrampoline;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1405:14: warning: 'cePositive64BitIntegerTrampoline' defined but not used [-Wunused-variable]
 static sqInt cePositive64BitIntegerTrampoline;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1406:14: warning: 'cePositive64BitValueOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt cePositive64BitValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1414:14: warning: 'ceSigned64BitIntegerTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitIntegerTrampoline;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1415:14: warning: 'ceSigned64BitValueOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1440:14: warning: 'compilationTrace' defined but not used [-Wunused-variable]
 static sqInt compilationTrace;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1445:14: warning: 'currentCallCleanUpSize' defined but not used [-Wunused-variable]
 static sqInt currentCallCleanUpSize;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1447:14: warning: 'debugBytecodePointers' defined but not used [-Wunused-variable]
 static sqInt debugBytecodePointers;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1448:14: warning: 'debugFixupBreaks' defined but not used [-Wunused-variable]
 static sqInt debugFixupBreaks;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1449:14: warning: 'debugOpcodeIndices' defined but not used [-Wunused-variable]
 static sqInt debugOpcodeIndices;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1451:14: warning: 'debugStackPointers' defined but not used [-Wunused-variable]
 static sqInt debugStackPointers;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1455:14: warning: 'disassemblingMethod' defined but not used [-Wunused-variable]
 static sqInt disassemblingMethod;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1461:14: warning: 'expectedFPAlignment' defined but not used [-Wunused-variable]
 static sqInt expectedFPAlignment;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1462:14: warning: 'expectedSPAlignment' defined but not used [-Wunused-variable]
 static sqInt expectedSPAlignment;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1987:14: warning: 'guardPageSize' defined but not used [-Wunused-variable]
 static sqInt guardPageSize;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:1997:14: warning: 'memoryManager' defined but not used [-Wunused-variable]
 static sqInt memoryManager;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2019:14: warning: 'percentageToEnsureRelease' defined but not used [-Wunused-variable]
 static sqInt percentageToEnsureRelease;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2041:14: warning: 'simulateFPInUse' defined but not used [-Wunused-variable]
 static sqInt simulateFPInUse;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:2055:15: warning: 'unpairedMethodList' defined but not used [-Wunused-variable]
 static usqInt unpairedMethodList;
               ^
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/raw_api.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/types.c
166 warnings generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2992:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2993:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3013:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3027:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3041:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3055:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3069:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3083:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3097:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3111:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3125:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3139:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3153:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3167:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3181:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3195:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3209:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3223:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3238:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3239:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3240:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3255:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3256:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3257:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3272:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3273:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3274:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3289:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3290:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3291:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3306:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3307:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3308:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3323:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3324:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3325:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3340:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3341:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3342:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3357:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3358:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3359:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3374:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3375:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3376:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3391:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3392:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3393:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3408:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3410:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3425:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3426:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3427:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3441:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3442:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3443:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3457:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3458:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3459:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3473:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3474:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3475:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3489:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3490:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3491:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4711:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4767:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4768:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4771:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4787:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4788:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4791:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4807:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4808:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4811:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4827:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4828:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4831:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4847:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4848:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4851:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4867:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4868:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4871:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4887:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4888:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4891:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4907:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4908:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4911:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4927:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(localFP + FoxIFReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5020:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5060:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5080:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5097:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5098:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5099:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5101:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5129:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5130:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5131:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5133:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5150:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5151:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5152:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5154:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5178:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5184:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5191:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5214:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5215:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5216:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5218:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5245:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        callerContextOrNil2 = longAt((thePage3->baseAddress));
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5270:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5311:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5313:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5327:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5338:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5342:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj = longAt(localFP + FoxMethod);
                                                    ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5433:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5441:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5473:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5502:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5505:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5508:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5511:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5541:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtPointerput(localSP, localIP);
                                                                                  ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5552:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                               ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5556:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        aMethodObj = longAt(localFP + FoxMethod);
                                                            ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5572:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5573:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                                                          ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5575:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((localFP + FoxIFrameFlags) + 1))));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5586:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5597:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5600:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj1 = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5644:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5645:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5646:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5648:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5681:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5687:56: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5688:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5689:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5736:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5779:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5780:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5783:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5865:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5908:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5909:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5912:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6195:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6196:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6269:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                 && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6284:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6301:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6312:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6326:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                           ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6328:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                           ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6384:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6385:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6447:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6478:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                                localSP = pointerForOop(GIV(stackPointer));
                                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6479:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                                localFP = pointerForOop(GIV(framePointer));
                                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6495:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6504:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                callerContextOrNil = longAt((thePage->baseAddress));
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6512:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6513:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                           ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6514:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6516:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6628:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6723:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6724:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6921:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6922:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6923:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6925:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7063:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7064:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7065:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7087:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7088:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7089:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7124:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7125:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7126:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7177:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7178:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7179:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7181:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7497:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7498:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7503:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7526:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7740:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7746:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7747:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7884:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7890:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7891:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:8961:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:8967:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:8968:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9120:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9126:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9127:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9266:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9274:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9312:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9319:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9320:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9388:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9389:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9432:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9433:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9763:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9764:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9816:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9817:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10129:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10130:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10131:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10133:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10183:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10336:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10342:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10343:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10480:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10486:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10487:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11556:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11562:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11563:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11715:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11721:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11722:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11861:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11869:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11914:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11915:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11983:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11984:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12027:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12028:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12265:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12266:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12318:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12319:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12532:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12633:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12664:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12665:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12681:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12690:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerContextOrNil = longAt((thePage->baseAddress));
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12698:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12699:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12700:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12702:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12784:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12785:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12786:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12961:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13059:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13060:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13065:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13088:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13198:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13293:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13294:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13418:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13419:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13422:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13447:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13542:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13543:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13664:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13665:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13668:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13762:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13763:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13764:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13766:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                context = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13830:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
                                                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13880:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13881:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13882:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13884:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12945:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14255:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14257:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14269:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14272:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14278:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14282:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14285:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14293:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14305:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14308:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14355:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14359:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14363:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14366:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14366:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14384:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14390:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14393:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14396:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14400:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14583:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(lifp + FoxMethod);
                             ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14594:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIP = longAt(lifp + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14610:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodField1 = longAt(lifp + FoxMethod);
                                              ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14627:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(lifp + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14642:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14684:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((usqInt)(longAt((aStackPage->headSP))));
                                         ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14691:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14693:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodField = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14710:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodObj = longAt(theFP + FoxMethod);
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14715:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIP = longAt(theFP + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14721:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14722:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14778:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14779:109: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14781:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14801:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14802:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14805:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14805:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14807:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14809:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                                                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14809:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                          ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14810:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14813:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14814:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14835:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14835:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14839:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                                                              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14839:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14846:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14857:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14860:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14889:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14934:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14984:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14984:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14986:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14987:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14990:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14990:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14991:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14992:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14997:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14997:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14999:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15000:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15002:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15003:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15008:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15008:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15009:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15011:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15035:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15038:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15096:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15125:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15155:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15158:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15161:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15164:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15182:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15184:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15188:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15190:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15193:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15226:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15230:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15233:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15236:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15239:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15262:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        resultOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15264:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15264:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15267:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15271:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15273:158: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
                                                                                                                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15335:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15340:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15364:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15369:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15442:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15473:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15484:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15605:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15625:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15626:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15627:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15629:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ourContext = longAt(theFP1 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15635:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15638:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15641:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15660:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15661:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15662:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15664:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ourContext = longAt(theFP2 + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15670:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15673:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15676:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15684:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15685:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15686:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15688:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ourContext1 = longAt(theFP6 + FoxThisContext);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15694:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15697:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15700:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15714:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15720:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15727:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15751:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15752:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15753:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15755:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ourContext = longAt(theFP3 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15761:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15764:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15767:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15783:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil2 = longAt((thePage3->baseAddress));
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15804:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15839:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15846:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15848:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15890:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15901:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15902:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16001:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16046:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16118:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16161:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16162:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16178:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16187:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(p);
                             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16188:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                                                                    ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16188:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16192:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16195:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16197:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16200:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16202:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16194:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16205:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16206:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxMethod, methodObj);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16230:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16234:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16385:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16414:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16417:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16493:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16498:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodPointer = longAt(GIV(framePointer) + FoxMethod);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16600:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16631:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16645:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16652:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16677:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16681:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16705:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16707:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxMFReceiver))
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16709:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16726:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16959:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16963:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16971:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16973:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16975:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16976:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17000:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17002:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        methodField = longAt(theFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17011:39: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
                                                                         ^~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17024:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17030:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17113:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17171:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17173:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17187:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ? longAt(theFP + FoxIFSavedIP)
                 ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17188:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17242:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17245:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17246:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17247:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17249:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theContext = longAt(theFP + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17258:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17399:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17403:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17415:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17442:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17450:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17453:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17478:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17486:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17489:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17516:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17519:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17525:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17544:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17600:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17849:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17851:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(GIV(framePointer) + FoxMethod);
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17963:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17964:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17967:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17972:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17975:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17977:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17994:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                                                        ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17994:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                          ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17995:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, (oop = newOop));
                                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17998:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18000:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18002:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18003:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18004:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18004:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18007:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18009:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18011:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18014:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18016:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18022:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18024:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, followForwarded(oop));
                                                  ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18088:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18099:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18100:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18111:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18112:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18113:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18120:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18122:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18132:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18134:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18148:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18149:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18150:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18249:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())))
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18279:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18281:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18282:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18283:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18284:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18285:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18286:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18315:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18364:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18373:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18388:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18395:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxIFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18402:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxIFSavedIP);
                      ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18462:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18474:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18485:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18486:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18490:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext))
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18595:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18607:4: warning: expression result unused [-Wunused-value]
                        !GIV(primFailCode);
                        ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18638:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18772:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18773:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18790:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), maybeClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18813:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18816:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18819:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18876:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18883:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18885:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18888:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), theMethod);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18889:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18890:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18911:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18916:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18999:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19000:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 || ((longAt(theFP + FoxIFSavedIP)) == 0)
                                             ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19013:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19020:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19024:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19025:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19026:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19027:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19028:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19028:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19035:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19036:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19038:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        theIP = longAt(theIPPtr);
                                                                       ^~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19042:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                theIP = longAt(theIPPtr);
                                                                               ^~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19047:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        theIP -= longAt(theFP + FoxMethod);
                                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19049:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19049:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19051:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19051:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                  ^~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19055:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19061:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19064:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19192:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19196:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19209:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19216:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19217:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19218:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19220:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19222:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19224:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19234:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxMethod));
                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19236:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19244:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19257:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19315:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19318:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19380:10: warning: incompatible pointer to integer conversion returning 'sqInt (sqInt)' (aka 'long (long)') from a function with result type 'sqInt' (aka 'long') [-Wint-conversion]
                return mcprimHashMultiply;
                       ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19478:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19488:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19511:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(theFP + FoxMethod);
                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19527:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19534:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19759:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19763:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19766:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19767:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19768:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19770:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theContext = longAt(theFP + FoxThisContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19775:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19775:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19776:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP -= BytesPerWord), theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19778:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19780:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19784:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19784:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19798:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19802:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerFP + FoxIFSavedIP, callerIP);
                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19805:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19810:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19814:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19818:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19819:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19820:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19821:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19822:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20355:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20357:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                it = (longAt(address)) & 7;
                             ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20361:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                it = longAt(address);
                            ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20365:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20374:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20376:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20377:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20378:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20379:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20382:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20383:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20402:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20409:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20410:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20412:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20426:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20428:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20440:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20478:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20535:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20537:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20539:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20554:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20556:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20559:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20573:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20574:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20575:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20576:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20587:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20588:98: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20590:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20591:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20593:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20599:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20604:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20608:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20611:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20615:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
                                                                                  ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20617:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
                                    ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20621:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20629:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20630:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20631:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20636:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20647:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20648:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20649:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21041:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21045:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21052:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(GIV(stackPointer));
                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21058:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21063:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21066:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21069:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21074:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21087:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21114:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21117:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21120:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21128:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21142:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21298:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21303:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21307:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21316:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21356:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21362:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21366:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21369:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21369:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21376:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21390:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21396:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21399:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21406:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21409:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21414:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21418:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21433:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21535:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21539:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21543:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21591:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21597:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21601:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21604:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21604:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21611:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21625:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21631:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21634:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21641:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21644:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21649:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21653:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21668:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21726:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21727:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21728:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21729:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21731:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21736:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21741:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21742:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21743:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21743:70: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21745:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21746:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21748:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21749:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21750:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22007:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22306:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22322:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22339:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22340:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22341:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22343:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22447:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22449:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22462:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22466:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22490:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22492:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethodField = longAt(theFP + FoxMethod);
                                                                ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22500:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theIP = ((usqInt)(longAt(theIPPtr)));
                                                                 ^~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22504:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
                                                          ^~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22506:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
                                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22508:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22533:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22536:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22542:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22555:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(argsPointer)) & (tagMask())) == 0)
                                      ^~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22556:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2937:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22563:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
                                                                                                                                 ^~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22574:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22575:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2937:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22582:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22606:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
                                         ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22609:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22613:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theInstrPointer = longAt(fp + FoxIFSavedIP);
                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22643:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContextOrNil = longAt((aPage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22644:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23090:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                withDetails = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23104:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23131:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23139:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23164:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23193:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23194:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23199:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23232:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23264:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23318:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
                                                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23323:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23324:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23340:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23378:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23393:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23428:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodReceiver = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23464:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23495:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
                                                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23497:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23498:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23499:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
                                                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23502:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23506:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23525:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23526:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23527:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
                                                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23529:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))));
                                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23562:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23582:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23601:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23619:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23638:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23639:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23645:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23707:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23728:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23747:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23783:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23842:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (synchronousSignal(longAt(GIV(stackPointer)))) {
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23863:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23883:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23915:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23918:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24084:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24140:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24150:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24196:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24198:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24206:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24216:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24224:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24224:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24226:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24226:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24227:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24231:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(contextsFP + FoxIFSavedIP, contextsIP);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24234:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24262:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24307:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24348:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24361:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24361:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24361:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24382:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24421:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24423:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24421:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24462:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24527:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24530:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24532:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24536:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24569:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24570:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24571:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24573:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24584:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24587:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24598:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24753:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24781:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24847:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                methodField = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24850:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, methodField - 4);
                                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24854:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        flags = longAt(theFP + FoxIFrameFlags);
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24856:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFrameFlags, flags - 2);
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24859:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25372:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25404:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25405:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25439:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25467:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25468:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25512:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25517:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25524:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25553:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25569:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25589:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25590:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25613:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25614:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25639:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25643:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25651:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25651:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25673:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25674:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25694:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25707:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25725:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25753:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25754:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25881:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25911:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25912:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25913:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26072:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26123:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26127:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26128:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26351:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26423:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26425:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26426:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26428:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26432:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26468:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26530:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26594:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26611:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26612:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26619:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26652:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26714:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26778:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26795:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26796:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26803:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26821:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26829:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26889:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26904:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26942:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26970:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26971:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26978:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27107:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27125:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27126:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27133:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27161:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27168:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27184:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27189:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27193:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27208:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27277:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27289:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27326:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27344:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27381:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27449:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27494:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27577:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27626:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27676:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27683:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27686:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27697:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27702:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27705:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27725:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27732:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27735:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27746:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27751:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27754:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27774:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27778:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27781:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27781:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27785:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27788:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27794:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27797:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27806:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27889:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27939:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27946:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27949:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27960:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27965:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27968:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27988:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27995:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27998:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28009:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28014:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28017:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28037:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28041:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28044:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28044:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28051:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28057:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28060:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28069:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28152:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28174:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28207:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28212:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28234:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28241:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28244:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28255:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28260:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28263:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28283:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28290:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28293:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28304:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28309:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28312:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28332:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28336:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28339:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28339:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28343:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28346:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28352:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28355:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28364:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28368:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28417:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28441:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28475:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28476:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28489:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28555:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28562:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28606:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28614:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28617:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28664:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28684:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28685:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28775:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28790:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28805:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28836:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28837:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28935:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28936:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28940:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28944:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28980:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29010:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29010:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29015:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29040:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29056:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29077:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29115:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29116:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29136:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29159:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29160:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29190:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29205:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29206:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29209:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29218:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29237:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29238:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29241:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29268:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29290:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29381:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29387:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29391:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29394:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29394:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29401:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29415:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29421:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29424:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29431:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29434:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29439:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29443:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29508:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29536:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29537:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29616:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29640:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29641:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29669:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29693:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29700:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29701:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29726:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29737:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29771:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29772:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29859:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29888:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29889:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30000:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30001:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30081:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30112:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30113:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30193:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30224:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30225:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30305:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30336:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30337:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30417:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30447:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30448:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30527:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30556:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30557:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30637:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30667:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30668:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30747:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30945:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30949:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30961:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30962:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30963:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31068:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31120:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31156:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31163:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31166:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31177:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31182:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31185:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31214:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31221:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31224:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31235:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31240:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31243:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31263:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31267:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31270:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31270:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31274:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31277:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31283:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31286:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31295:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31299:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31318:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31392:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31428:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31435:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31438:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31449:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31454:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31457:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31486:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31493:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31496:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31507:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31512:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31515:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31535:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31539:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31542:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31542:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31549:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31555:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31558:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31567:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31571:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31590:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31664:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31686:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31708:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31713:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31732:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31739:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31742:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31753:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31758:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31761:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31790:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31797:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31800:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31811:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31816:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31819:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31839:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31846:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31846:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31850:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31853:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31859:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31862:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31871:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31875:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31894:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31935:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31958:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31985:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32008:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32022:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32026:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32065:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32083:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32225:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32298:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32311:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32312:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32315:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32339:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32340:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32343:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32358:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32359:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32362:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32386:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32387:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32390:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32405:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32418:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32436:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32461:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32479:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32485:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32509:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32526:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32527:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32538:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32555:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32581:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32605:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32642:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32673:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32694:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32717:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32731:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32803:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32804:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32833:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32849:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32863:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32879:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32900:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32911:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32949:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32950:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32951:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32996:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33014:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33029:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33047:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33083:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33109:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33146:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33162:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33219:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33226:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33230:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33233:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33236:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33239:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33267:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33285:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33294:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33320:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33333:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33334:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33337:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33361:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33362:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33365:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33380:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33381:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33408:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33409:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33444:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33471:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33484:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33513:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33540:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33553:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33588:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33591:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33605:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33632:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33649:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33667:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33710:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33711:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33762:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33775:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33804:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33819:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33831:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33831:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33836:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33867:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33868:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33893:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33911:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33927:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33960:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33983:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33984:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34005:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34021:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34024:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34031:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34061:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34062:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34070:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34180:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34193:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34196:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34203:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34230:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34298:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34301:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34314:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34338:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34399:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34402:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34415:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34438:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34521:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34544:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34547:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34553:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34568:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34569:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34572:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34600:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34601:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34604:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34626:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34627:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34656:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34716:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34717:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34724:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34965:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34967:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35000:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35001:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35033:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35034:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35057:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35060:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35064:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35111:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35126:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35126:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35159:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35160:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35161:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35184:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35187:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35226:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35239:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35239:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35266:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35326:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35358:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35378:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35394:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35430:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35461:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35462:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35480:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35497:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35542:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35543:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35560:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35586:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35615:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35687:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35707:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35731:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35735:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35748:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35764:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35780:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35800:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35817:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35847:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35861:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35871:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35882:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35901:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35937:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36003:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36004:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36006:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36014:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36018:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36039:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36055:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36092:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36110:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36172:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36188:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36226:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36232:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36248:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36268:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36269:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36279:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36307:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36329:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36345:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36361:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36377:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36412:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36447:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36470:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36529:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36541:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36543:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36580:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36586:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36587:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36641:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36661:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36685:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36700:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36740:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36757:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36796:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36811:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36857:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36882:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36897:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36937:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36955:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36973:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36992:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37032:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37047:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37087:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37114:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37129:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37169:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37196:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37211:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37251:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37278:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37293:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37333:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37355:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37394:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37409:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37449:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37474:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37489:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37529:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37548:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37579:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37626:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37641:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37681:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37699:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37709:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37731:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37747:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37782:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37792:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37825:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37841:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37896:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37897:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37900:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37916:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37917:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37918:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37957:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37958:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38092:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38123:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38124:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38125:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38292:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38332:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38333:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38334:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38335:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38336:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38401:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38448:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38602:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38634:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38635:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38669:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38699:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38700:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38705:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38732:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38738:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38743:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38761:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38781:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38801:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38817:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38820:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38836:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38889:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39045:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39070:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39105:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39132:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39166:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39187:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39216:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39227:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39254:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
[  3%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.obj
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include   -o CMakeFiles/objlib.dir/src/x86/win64.S.obj -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/x86/win64.S
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44581:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49620:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:51452:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:51517:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:52814:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53029:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56986:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:43:21: note: passing argument to parameter '__ptr' here
void    *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);
                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56986:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57423:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57444:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58455:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60948:108: warning: passing 'usqInt *' (aka 'unsigned long *') to parameter of type 'sqInt *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61409:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61960:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                   ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62470:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62472:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62473:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62474:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62475:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62482:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62555:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62559:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62565:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62566:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62567:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62569:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62571:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62573:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod))));
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62574:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62582:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62724:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62726:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62739:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62752:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62765:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62767:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63023:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63079:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63115:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63116:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63117:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63119:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63157:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63164:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63165:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63166:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63168:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63198:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63199:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63211:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63392:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63407:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63416:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63423:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63424:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63425:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63427:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63837:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63854:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63855:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63856:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63858:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63867:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63881:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63919:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63924:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63927:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63951:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64098:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64099:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64120:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64242:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64251:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64258:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64259:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64260:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64262:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64279:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64281:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64282:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64283:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64284:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64285:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64460:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64552:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64553:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64554:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64555:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64559:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64560:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64561:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64562:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64564:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64574:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64575:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64576:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64578:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64584:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64591:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64680:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64693:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64748:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64749:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64750:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64751:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64755:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64756:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64757:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64758:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64760:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64770:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64771:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64772:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64774:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64782:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64789:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64835:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64838:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64841:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64844:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64846:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64847:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64860:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64863:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64864:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64865:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64870:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64871:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64872:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64911:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64955:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64957:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64971:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65315:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65327:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65329:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65330:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65331:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65332:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65333:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65334:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65355:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65356:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65357:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65397:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65423:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65424:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65433:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65442:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65449:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65450:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65451:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65453:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65605:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65662:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65702:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65928:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65929:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65930:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65931:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65933:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65947:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66008:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66009:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66010:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66011:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66014:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67391:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage2->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67470:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67472:81: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1)))
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67480:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67482:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod)))) {
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67485:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67491:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67491:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67492:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67492:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67493:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67493:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67494:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67494:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67499:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67503:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67511:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67545:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67557:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67590:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodFieldOrObj = longAt(theFP + FoxMethod);
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67592:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67597:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67607:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67613:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxMFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67618:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                byteAtput((theFP + FoxIFrameFlags) + 2, 1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67620:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67624:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67625:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67631:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxIFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67636:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67643:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
                                                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67656:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67658:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67659:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67663:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67664:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67665:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67860:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67879:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67895:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67924:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68066:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68068:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68069:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68070:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68071:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68072:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68087:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68088:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68089:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68091:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68095:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68182:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68209:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68234:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68294:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68301:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68307:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68317:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68392:11: warning: unused variable 'sp' [-Wunused-variable]
    char *sp;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68864:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69009:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1612:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69021:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1612:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69077:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69078:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69079:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69081:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69101:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69127:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69186:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69222:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69308:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69319:74: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69321:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69329:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70754:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70757:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70759:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70761:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70767:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70768:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70769:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70770:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70772:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70778:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70780:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70785:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70793:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70795:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70797:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70877:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70890:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70902:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70913:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70927:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71237:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71308:30: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71309:61: warning: ordered comparison between pointer and integer ('char *' and 'sqInt' (aka 'long'))
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71309:87: warning: pointer/integer type mismatch in conditional expression ('sqInt' (aka 'long') and 'char *') [-Wconditional-type-mismatch]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                                                             ^ ~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71309:24: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'char *' [-Wint-conversion]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71465:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                   ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include/cogit.h:56:46: note: passing argument to parameter 'startAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71465:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include/cogit.h:56:66: note: passing argument to parameter 'endAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71530:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71563:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71569:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71572:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71611:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71786:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71801:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71878:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71915:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71919:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71922:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71924:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71926:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(GIV(framePointer) + FoxMethod));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71942:130: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71988:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72333:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72374:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72375:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72422:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72481:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72490:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72674:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72751:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72758:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72770:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72776:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72780:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72783:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72783:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72790:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72804:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72810:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72813:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72820:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72823:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72828:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72832:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73253:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73265:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73302:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73383:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73385:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73402:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73467:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73475:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73820:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73827:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73829:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73827:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73833:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73842:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73849:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73850:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73851:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73853:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73898:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                                                                                      ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73900:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73898:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74159:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
                                                                                              ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74161:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(fp + FoxMethod)), fp);
                         ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74359:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74304:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74440:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74442:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74443:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74444:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74445:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74446:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74498:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74520:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74528:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74536:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74552:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74560:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74561:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74576:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1726:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74633:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74655:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74662:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74669:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74689:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74698:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74712:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74720:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74721:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74726:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74729:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74751:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74753:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74792:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74802:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74805:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74822:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1726:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74828:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74830:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2849:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74839:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2849:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74893:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74900:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (callerContextOrNil = longAt((thePage->baseAddress))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74905:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                              ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74906:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74910:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74918:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74920:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74923:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74924:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74925:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74927:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74929:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : byteAt((theFP + FoxIFrameFlags) + 1))),
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74930:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74934:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74935:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(theFP + FoxMFReceiver)
                                 ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74936:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxIFReceiver));
                                 ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74940:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74942:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74943:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74944:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74945:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74946:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74976:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75040:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75046:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75055:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75061:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75067:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75082:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75088:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75098:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75100:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75109:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:33: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                              ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75111:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75118:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75125:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75197:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75216:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:62: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                                                           ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0'
#define __darwin_obsz0(object) __builtin_object_size (object, 0)
                                                      ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75216:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:27: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75839:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75857:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75929:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75937:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76056:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76159:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76172:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76174:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76175:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76176:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76177:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76178:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76180:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76216:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76218:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76220:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76374:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76387:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76388:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76393:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76394:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76397:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76401:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76428:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76512:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76528:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76609:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76611:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76796:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76802:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76808:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76814:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76836:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76840:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76844:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76848:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76901:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76903:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76938:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76940:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76957:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77014:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77026:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77034:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77038:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77042:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77045:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77072:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77085:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77142:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77144:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77176:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77185:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77192:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77479:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77497:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77509:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77512:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77530:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77551:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77558:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50277:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77591:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77619:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77637:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77653:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77669:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77736:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77764:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77782:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77798:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77800:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77816:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77909:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77946:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77948:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77978:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77983:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77987:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77988:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77989:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77990:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77994:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77995:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77996:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77997:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77999:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(theFP1 + FoxMethod));
                                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78009:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78010:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78011:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78013:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78021:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78028:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78059:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78095:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78103:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78406:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
   294 warnings generated.
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78429:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78431:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78529:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78554:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2992:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2993:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3013:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3027:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3041:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3055:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3069:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3083:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3097:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3111:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3125:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3139:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3153:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3167:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3181:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3195:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3209:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3223:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3238:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3239:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3240:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3255:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3256:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3257:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3272:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3273:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3274:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3289:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3290:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3291:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3306:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3307:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3308:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3323:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3324:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3325:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3340:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
 (pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78556:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78558:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78708:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78729:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volum                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3341:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3342:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3357:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3358:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3359:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3374:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3375:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3376:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3391:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3392:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3393:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3408:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3410:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3425:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3426:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3427:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3441:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3442:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3443:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3457:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3458:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3459:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3473:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3474:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3475:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3489:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3490:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3491:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4711:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4767:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4768:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4771:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4787:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4788:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4791:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4807:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4808:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4811:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4827:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4828:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4831:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4847:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4848:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4851:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4867:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4868:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4871:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4887:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4888:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4891:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4907:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4908:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4911:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4927:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(localFP + FoxIFReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5020:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5060:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5080:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5097:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5098:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5099:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5101:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5129:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5130:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5131:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
       es/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78789:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78805:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78807:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(o                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5133:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5150:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5151:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5152:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5154:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5178:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5184:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5191:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5214:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5215:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5216:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5218:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5245:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        callerContextOrNil2 = longAt((thePage3->baseAddress));
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5270:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5311:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5313:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5327:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5338:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5342:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj = longAt(localFP + FoxMethod);
                                                    ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5433:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5441:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5473:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5502:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5505:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5508:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5511:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5541:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtPointerput(localSP, localIP);
                                                                                  ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5552:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                               ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5556:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        aMethodObj = longAt(localFP + FoxMethod);
                                                            ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5572:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5573:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5575:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((localFP + FoxIFrameFlags) + 1))));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5586:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5597:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5600:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj1 = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5644:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5645:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5646:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5648:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5681:32: warning: incompatible pointer to integer conversion passingop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78847:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78849:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78906:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78922:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78924:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78941:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78962:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78964:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79021:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79037:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79039:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) inte 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5687:56: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5688:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5689:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5736:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5779:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument torpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5780:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5783:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5865:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5908:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5909:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/in.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79056:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79077:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79079:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79135:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79151:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79153:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79170:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79191:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79193:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79250:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79266:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79268:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79285:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79306:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79308:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79365:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79381:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointeclude/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5912:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6195:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6196:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6269:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                 && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6284:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6301:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6312:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6326:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6328:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localFP);
r));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/v                                                                                           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6384:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6385:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6447:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6478:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                                localSP = pointerForOop(GIV(stackPointer));
                                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6479:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                                localFP = pointerForOop(GIV(framePointer));
                                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6495:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6504:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                callerContextOrNil = longAt((thePage->baseAddress));
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6512:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6513:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                           ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6514:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6516:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6628:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6723:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6724:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6921:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6922:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6923:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6925:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7063:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7064:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7065:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7087:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7088:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7089:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7124:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7125:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7126:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7177:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7178:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7179:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7181:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7497:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7498:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7503:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7526:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                byteAtput(lom/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVacalFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7740:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7746:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7747:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7884:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7890:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7891:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:8961:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:8967:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:8968:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9120:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9126:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9127:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9266:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9274:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9312:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9319:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9320:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9388:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9389:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9432:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9433:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9763:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9764:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9816:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9817:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10129:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10130:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10131:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10133:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10183:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10336:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10342:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10343:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqIntr
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10480:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10486:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10487:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11556:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11562:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11563:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11715:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11721:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11722:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11861:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11869:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11914:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11915:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11983:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11984:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12027:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12028:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12265:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12266:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12318:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12319:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12532:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12633:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12664:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12665:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12681:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12690:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerContextOrNil = longAt((thePage->baseAddress));
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12698:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12699:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12700:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12702:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12784:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12785:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12786:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12961:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13059:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13060:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13065:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13088:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13198:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13293:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13294:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13418:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13419:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13422:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13447:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13542:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13543:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13664:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13665:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13668:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13762:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13763:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13764:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13766:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                context = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13830:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
                                                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13880:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13881:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13882:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                64/vm/src/gcc3x-cointerp.c:13884:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12945:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14255:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14257:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14269:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repositor         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Systy/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14272:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14278:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14282:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14285:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14293:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14305:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14308:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14355:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14359:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14363:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14366:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14366:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14384:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14390:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14393:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14396:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14400:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14583:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(lifp + FoxMethod);
                             ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14594:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIP = longAt(lifp + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14610:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodField1 = longAt(lifp + FoxMethod);
                                              ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqem/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79383:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79420:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79422:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79478:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79493:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79495:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79511:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79532:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79534:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79593:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79609:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79611:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79630:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79651:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79653:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79710:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79726:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79728:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79745:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79765:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79767:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79822:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79837:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79839:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79855:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79876:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79878:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79937:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79953:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79955:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79974:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80011:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80013:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80058:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80094:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80103:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80106:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80127:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80129:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~Int longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14627:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(lifp + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14642:47: warning: inc~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/ompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14684:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((usqInt)(longAt((aStackPage->headSP))));
                                         ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14691:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14693:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodField = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14710:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodObj = longAt(theFP + FoxMethod);
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14715:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                     generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80185:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80200:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80202:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80218:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80239:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80241:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80300:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80316:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80318:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80337:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80358:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80360:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80417:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80433:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80435:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80452:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80472:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80474:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80529:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80544:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80546:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80562:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80631:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80664:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80666:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80669:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80697:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80718:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80735:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80746:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80752:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80768:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80770:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80773:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80773:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80796:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80796:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop           theIP = longAt(theFP + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14721:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14722:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14778:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14779:109: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14781:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14801:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14802:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14805:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14805:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14807:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14809:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                                                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14809:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                          ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14810:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14813:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14814:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14835:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14835:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14839:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                                                              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14839:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14846:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14857:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14860:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14889:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14934:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14984:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14984:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14986:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14987:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14990:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14990:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14991:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14992:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14997:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14997:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14999:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15000:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15002:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15003:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15008:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15008:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15009:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15011:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15035:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15038:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15096:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15125:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15155:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15158:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15161:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15164:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15182:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15184:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAcce(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80798:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80829:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80837:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80872:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80911:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80948:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80950:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81019:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81021:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81107:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81109:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81158:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81178:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81191:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81204:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81220:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81267:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81269:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81271:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81325:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81417:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81436:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81450:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81469:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81500:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81502:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81504:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81572:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81589:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81591:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81593:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81622:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81643:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81645:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81647:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81706:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81722:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81724:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81726:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81745:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81766:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81768:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81829:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81845:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81847:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81849:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81868:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81889:27: warning: incompatible pointer to integss.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15188:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15190:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15193:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15226:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15230:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15233:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15236:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15239:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15262:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        resultOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15264:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15264:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15267:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15271:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15273:158: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
                                                                                                                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15335:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15340:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15364:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15369:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15442:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15473:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15484:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15605:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15625:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15626:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15627:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15629:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ourContext = longAt(theFP1 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15635:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15638:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15641:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15660:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15661:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15662:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15664:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ourContext = longAt(theFP2 + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15670:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15673:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15676:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15684:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15685:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15686:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15688:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ourContext1 = longAt(theFP6 + FoxThisContext);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15694:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15697:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15700:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointeer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81891:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81893:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81951:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81967:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81969:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81971:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81990:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82012:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82014:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82016:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82076:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82093:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82095:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82097:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82117:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82139:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82141:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)        r) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15714:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15720:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15727:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15751:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15752:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15753:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15755:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ourContext = longAt(theFP3 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15761:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15764:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15767:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15783:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil2 = longAt((thePage3->baseAddress));
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15804:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15839:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15846:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15848:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15890:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15901:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15902:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16001:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16046:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16118:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16161:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16162:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16178:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16187:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(p);
                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16188:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                                                                    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16188:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16192:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16195:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16197:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16200:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16202:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16194:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16205:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16206:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxMethod, methodObj);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16230:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16234:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16385:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16414:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16417:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16493:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16498:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodPointer = longAt(GIV(framePointer) + FoxMethod);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16600:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16631:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16645:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16652:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16677:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16681:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16705:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16707:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxMFReceiver))
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16709:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16726:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16959:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16963:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16971:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16973:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16975:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16976:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17000:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17002:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        methodField = longAt(theFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                          { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82143:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82203:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82220:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82222:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82224:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82265:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82267:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82269:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82327:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82343:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82345:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt long          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17011:39: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
                                                                         ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17024:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17030:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17113:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17171:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17173:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17187:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ? longAt(theFP + FoxIFSavedIP)
                 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17188:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17242:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17245:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17246:16: warning: incompatible pointer to integer conversion passing 'At(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Sychar *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17247:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17249:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theContext = longAt(theFP + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17258:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17399:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17403:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17415:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17442:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17450:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17453:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17478:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17486:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17489:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17516:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17519:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17525:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17544:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17600:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17849:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17851:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(GIV(framePointer) + FoxMethod);
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17963:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17964:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17967:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17972:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17975:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17977:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17994:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                                                        ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17994:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                          ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17995:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, (oop = newOop));
                                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17998:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18000:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18002:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18003:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18004:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18004:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18007:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18009:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18011:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18014:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18016:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18022:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18024:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, followForwarded(oop));
                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18088:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18099:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18100:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18111:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18112:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18113:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18120:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18122:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18132:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18134:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18148:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18149:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18150:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18249:31: warning: istem/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82347:20: warning: incompatible pointer to integer convncompatible pointer to integer conversion passing 'char *' to parameter ersion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conof type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workfMemory())))
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/space/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded frpharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18279:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18281:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18282:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18283:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18284:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18285:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18286:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18315:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18364:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18373:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18388:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18395:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxIFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18402:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxIFSavedIP);
                      ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18462:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18474:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18485:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18486:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18490:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext))
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18595:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18607:4: warning: expression result unused [-Wunused-value]
                        !GIV(primFailCode);
                        ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18638:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18772:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18773:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18790:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), maybeClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18813:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18816:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18819:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18876:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18883:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18885:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18888:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), theMethod);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18889:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18890:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18911:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18916:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18999:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19000:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 || ((longAt(theFP + FoxIFSavedIP)) == 0)
                                             ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19013:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19020:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19024:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19025:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19026:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19027:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19028:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19028:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19035:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19036:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19038:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        theIP = longAt(theIPPtr);
                                                                       ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19042:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                theIP = longAt(theIPPtr);
                                                                               ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19047:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        theIP -= longAt(theFP + FoxMethod);
                                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19049:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19049:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19051:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19051:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                  ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9om macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 .0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19055:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82365:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82386:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82388:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82390:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82451:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82467:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82469:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82471:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82492:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82513:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82515:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82517:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82578:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82594:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82596:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82598:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82619:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82640:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82642:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82644:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82701:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82717:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82719:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82721:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82739:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), va(callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19061:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19064:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19192:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19196:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19209:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19216:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19217:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19218:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19220:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19222:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19224:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19234:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxMethod));
                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19236:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19244:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19257:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19315:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19318:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19380:10: warning: incompatible pointer to integer conversion returning 'sqInt (sqInt)' (aka 'long (long)') from a function with result type 'sqInt' (aka 'long') [-Wint-conversion]
                return mcprimHashMultiply;
                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19478:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19488:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19511:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(theFP + FoxMethod);
                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19527:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19534:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19759:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19763:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
              l); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82761:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82763:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82765:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82835:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82852:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82854:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82856:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82886:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82911:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82913:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83019:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83021:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83023:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83086:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83102:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83104:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83106:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83150:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83152:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83154:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83215:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83231:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83233:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83235:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83256:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83277:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83279:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83281:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83342:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83358:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83360:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83362:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83404:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83406:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83408:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83470:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83486:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83488:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83490:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83513:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83655:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83676:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83681:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83890:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83910:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84031:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84042:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84043:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84044:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84046:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/wo_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19766:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19767:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19768:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19770:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theContext = longAt(theFP + FoxThisContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19775:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19775:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19776:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP -= BytesPerWord), theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19778:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19780:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19784:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19784:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19798:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19802:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerFP + FoxIFSavedIP, callerIP);
                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19805:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19810:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19814:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19818:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19819:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19820:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19821:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19822:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20355:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20357:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                it = (longAt(address)) & 7;
                             ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20361:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                it = longAt(address);
                            ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20365:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20374:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(prkspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84050:72: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84052:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84110:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84210:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(iointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20376:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20377:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20378:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20379:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20382:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20383:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20402:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20409:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20410:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20412:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20426:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20428:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20440:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20478:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20535:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20537:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20539:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20554:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20556:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20559:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20573:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20574:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20575:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20576:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20587:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20588:98: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20590:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20591:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20593:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20599:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20604:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20608:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20611:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20615:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
                                                                                  ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20617:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
                                    ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20621:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20629:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20630:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20631:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20636:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20647:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20648:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20649:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21041:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21045:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21052:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(GIV(stackPointer));
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21058:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21063:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21066:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21069:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21074:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21087:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21114:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21117:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21120:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21128:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21142:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21298:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21303:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21307:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21316:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21356:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21362:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21366:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21369:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21369:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21376:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21390:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21396:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21399:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21406:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21409:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21414:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21418:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21433:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21535:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21539:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21543:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21591:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21597:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21601:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21604:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21604:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21611:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21625:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21631:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21634:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21641:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21644:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21649:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21653:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21668:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21726:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21727:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21728:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21729:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21731:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21736:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21741:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21742:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21743:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21743:70: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21745:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21746:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21748:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21749:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21750:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22007:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22306:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22322:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22339:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22340:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22341:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22343:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22447:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22449:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22462:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22466:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22490:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22492:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethodField = longAt(theFP + FoxMethod);
                                                                ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22500:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theIP = ((usqInt)(longAt(theIPPtr)));
                                                                 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22504:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
                                                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22506:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
                                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22508:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22533:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22536:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22542:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22555:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(argsPointer)) & (tagMask())) == 0)
                                      ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22556:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2937:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22563:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
                                                                                                                                 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22574:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22575:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2937:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22582:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22606:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
                                         ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22609:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22613:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theInstrPointer = longAt(fp + FoxIFSavedIP);
                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22643:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContextOrNil = longAt((aPage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22644:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23090:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                withDetails = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23104:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23131:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repositnterpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84234:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13976:1: warning: unused function 'cmHomeMethod' [-Wunused-function]
cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14139:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14558:1: warning: unused function 'asCogHomeMethod' [-Wunused-function]
asCogHomeMethod(CogBlockMethod *aCogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17207:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function]
deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18097:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18109:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18118:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18130:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18146:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18386:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function]
iframeIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18393:1: warning: unused function 'iframeReceiver' [-Wunused-function]
iframeReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18400:1: warning: unused function 'iframeSavedIP' [-Wunused-function]
iframeSavedIP(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18636:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function]
isMachineCodeFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19525:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function]
mframeIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19532:1: warning: unused function 'mframeReceiver' [-Wunused-function]
mframeReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19947:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function]
newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22066:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22079:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39653:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function]
headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40469:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40577:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40589:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40808:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40869:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40948:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:41351:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:41602:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:43480:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:43595:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44448:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44459:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44485:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44517:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45107:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45169:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45176:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:46510:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:46647:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47700:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47707:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47915:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48279:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48583:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48593:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48604:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48630:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48640:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48651:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48839:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48937:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49010:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49017:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50076:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function]
isCompiledMethodHeader(sqInt objHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50093:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50111:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50134:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50170:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50190:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50215:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50222:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50237:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50260:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50267:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50302:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50317:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50324:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50331:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50350:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50361:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50464:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50474:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50481:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50541:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50688:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50826:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50835:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50964:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53306:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53541:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57690:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57758:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58766:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58847:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58890:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59687:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59698:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59965:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60862:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60927:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61022:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61072:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61087:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61210:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61231:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61533:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61887:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61970:1: warning: unused function 'assertValidStackLimits' [-Wunused-function]
assertValidStackLimits(sqInt ln)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62666:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62821:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62923:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65582:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65603:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65660:1: warning: unused function 'isBaseFrame' [-Wunused-function]
isBaseFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65766:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65785:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65798:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function]
isNullExternalPrimitiveCall(sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65823:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67689:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68080:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70888:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72117:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72853:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73287:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74143:1: warning: unused function 'validBCPCinMethod' [-Wunused-function]
validBCPCinMethod(sqInt thePC, usqInt aMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74157:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74170:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2025:13: warning: unused variable 'messageCount' [-Wunused-variable]
_iss usqInt messageCount;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2042:13: warning: unused variable 'byteCount' [-Wunused-variable]
_iss usqInt byteCount;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2043:12: warning: unused variable 'cifs' [-Wunused-variable]
_iss sqInt cifs;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2044:12: warning: unused variable 'codeGeneratorToComputeAccessorDepth' [-Wunused-variable]
_iss sqInt codeGeneratorToComputeAccessorDepth;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2045:12: warning: unused variable 'functions' [-Wunused-variable]
_iss sqInt functions;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2046:12: warning: unused variable 'initialMemoryAddress' [-Wunused-variable]
_iss sqInt initialMemoryAddress;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2047:12: warning: unused variable 'largeOpaqueMemoryManager' [-Wunused-variable]
_iss sqInt largeOpaqueMemoryManager;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2048:12: warning: unused variable 'memoryManager' [-Wunused-variable]
_iss sqInt memoryManager;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2049:12: warning: unused variable 'nextAddress' [-Wunused-variable]
_iss sqInt nextAddress;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2050:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable]
_iss sqInt preferredPinningSegment;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2051:12: warning: unused variable 'statCoalesces' [-Wunused-variable]
_iss sqInt statCoalesces;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2052:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable]
_iss usqLong statFGCDeltaUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2053:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable]
_iss usqLong statIncrGCUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2054:12: warning: unused variable 'testWorker' [-Wunused-variable]
_iss sqInt testWorker;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2055:12: warning: unused variable 'theUnknownShort' [-Wunused-variable]
_iss sqInt theUnknownShort;
           ^
ory/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23139:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23164:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23193:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23194:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23199:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23232:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23264:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23318:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
                                                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23323:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23324:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23340:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23378:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23393:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23428:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodReceiver = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23464:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23495:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
                                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23497:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23498:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23499:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
                                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23502:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23506:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23525:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23526:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23527:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
                                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23529:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))));
                                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23562:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23582:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23601:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23619:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23638:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23639:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23645:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23707:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23728:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23747:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23783:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23842:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (synchronousSignal(longAt(GIV(stackPointer)))) {
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23863:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23883:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23915:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23918:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24084:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24140:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24150:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24196:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24198:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24206:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24216:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24224:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24224:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24226:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24226:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24227:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24231:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(contextsFP + FoxIFSavedIP, contextsIP);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24234:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24262:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24307:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24348:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24361:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24361:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24361:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24382:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24421:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24423:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24421:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24462:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24527:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24530:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24532:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24536:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24569:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24570:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24571:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24573:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24584:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24587:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24598:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24753:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24781:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24847:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                methodField = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24850:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, methodField - 4);
                                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24854:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        flags = longAt(theFP + FoxIFrameFlags);
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24856:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFrameFlags, flags - 2);
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24859:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25372:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25404:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25405:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25439:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25467:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25468:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25512:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25517:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25524:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25553:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25569:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25589:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25590:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25613:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25614:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25639:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25643:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25651:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25651:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25673:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25674:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25694:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25707:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25725:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25753:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25754:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25881:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25911:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25912:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25913:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26072:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26123:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26127:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26128:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26351:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26423:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26425:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26426:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26428:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26432:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26468:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26530:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26594:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26611:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26612:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26619:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26652:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26714:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26778:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26795:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26796:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26803:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26821:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26829:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26889:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26904:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26942:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26970:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26971:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26978:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27107:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27125:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27126:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27133:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27161:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27168:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27184:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27189:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27193:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27208:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27277:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27289:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27326:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27344:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27381:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27449:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27494:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27577:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27626:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27676:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27683:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27686:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27697:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27702:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27705:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27725:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27732:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27735:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27746:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27751:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27754:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27774:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27778:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27781:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27781:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27785:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27788:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27794:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27797:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27806:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27889:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27939:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27946:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27949:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27960:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27965:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27968:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27988:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27995:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27998:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28009:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28014:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28017:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28037:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28041:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28044:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28044:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28051:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28057:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28060:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28069:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28152:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28174:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28207:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28212:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28234:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28241:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28244:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28255:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28260:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28263:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28283:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28290:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28293:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28304:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28309:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28312:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28332:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28336:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28339:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28339:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28343:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28346:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28352:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28355:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28364:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28368:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28417:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28441:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28475:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28476:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28489:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28555:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28562:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28606:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28614:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28617:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28664:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28684:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28685:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28775:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28790:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28805:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28836:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28837:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28935:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28936:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28940:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28944:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28980:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29010:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29010:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29015:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29040:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29056:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29077:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29115:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29116:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29136:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29159:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29160:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29190:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29205:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29206:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29209:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29218:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29237:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29238:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29241:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29268:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29290:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29381:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29387:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29391:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29394:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29394:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29401:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29415:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29421:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29424:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29431:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29434:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29439:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29443:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29508:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29536:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29537:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29616:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29640:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29641:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29669:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29693:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29700:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29701:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29726:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29737:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29771:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29772:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29859:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29888:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29889:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30000:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30001:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30081:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30112:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30113:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30193:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30224:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30225:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30305:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30336:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30337:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30417:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30447:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30448:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30527:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30556:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30557:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30637:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30667:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30668:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30747:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30945:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30949:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30961:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30962:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30963:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31068:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31120:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31156:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31163:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31166:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31177:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31182:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31185:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31214:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31221:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31224:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31235:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31240:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31243:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31263:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31267:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31270:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31270:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31274:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31277:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31283:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31286:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31295:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31299:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31318:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31392:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31428:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31435:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31438:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31449:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31454:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31457:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31486:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31493:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31496:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31507:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31512:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31515:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31535:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31539:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31542:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31542:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31549:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31555:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31558:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31567:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31571:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31590:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31664:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31686:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31708:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31713:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31732:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31739:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31742:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31753:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31758:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31761:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31790:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31797:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31800:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31811:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31816:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31819:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31839:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31846:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31846:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31850:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31853:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31859:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31862:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31871:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31875:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31894:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31935:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31958:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31985:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32008:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32022:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32026:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32065:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32083:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32225:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32298:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32311:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32312:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32315:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32339:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32340:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32343:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32358:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32359:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32362:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32386:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32387:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32390:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32405:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32418:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32436:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32461:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32479:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32485:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32509:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32526:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32527:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32538:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32555:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32581:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32605:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32642:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32673:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32694:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32717:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32731:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32803:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32804:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32833:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32849:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32863:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32879:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32900:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32911:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32949:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32950:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32951:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32996:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33014:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33029:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33047:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33083:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33109:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33146:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33162:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33219:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33226:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33230:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33233:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33236:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33239:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33267:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33285:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33294:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33320:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33333:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33334:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33337:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33361:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33362:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33365:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33380:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33381:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33408:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33409:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33444:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33471:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33484:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33513:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33540:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33553:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33588:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33591:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33605:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33632:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33649:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33667:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33710:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33711:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33762:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33775:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33804:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33819:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33831:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33831:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33836:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33867:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33868:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33893:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33911:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33927:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33960:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33983:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33984:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34005:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34021:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34024:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34031:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34061:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34062:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34070:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34180:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34193:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34196:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34203:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34230:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34298:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34301:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34314:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34338:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34399:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34402:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34415:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34438:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34521:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34544:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34547:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34553:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34568:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34569:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34572:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34600:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34601:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34604:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34626:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34627:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34656:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34716:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34717:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34724:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34965:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34967:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35000:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35001:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35033:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35034:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35057:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35060:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35064:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35111:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35126:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35126:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35159:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35160:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35161:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35184:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35187:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35226:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35239:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35239:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35266:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35326:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35358:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35378:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35394:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35430:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35461:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35462:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35480:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35497:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35542:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35543:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35560:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35586:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35615:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35687:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35707:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35731:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35735:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35748:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35764:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35780:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35800:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35817:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35847:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35861:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35871:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35882:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35901:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35937:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36003:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36004:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36006:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36014:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36018:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36039:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36055:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36092:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36110:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36172:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36188:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36226:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36232:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36248:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36268:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36269:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36279:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36307:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36329:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36345:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36361:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36377:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36412:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36447:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36470:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36529:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36541:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36543:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36580:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36586:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36587:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36641:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36661:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36685:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36700:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36740:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36757:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36796:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36811:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36857:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36882:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36897:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36937:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36955:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36973:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36992:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37032:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37047:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37087:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37114:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37129:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37169:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37196:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37211:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37251:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37278:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37293:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37333:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37355:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37394:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37409:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37449:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37474:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37489:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37529:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37548:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37579:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37626:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37641:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37681:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37699:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37709:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37731:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37747:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37782:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37792:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37825:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37841:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37896:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37897:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37900:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37916:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37917:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37918:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37957:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37958:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38092:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38123:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38124:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38125:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38292:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38332:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38333:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38334:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38335:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38336:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38401:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38448:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38602:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38634:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38635:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38669:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38699:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38700:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38705:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38732:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38738:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38743:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38761:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38781:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38801:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38817:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38820:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38836:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38889:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39045:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39070:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39105:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39132:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39166:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39187:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39216:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39227:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39254:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44581:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49620:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:51452:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:51517:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:52814:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53029:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56986:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:43:21: note: passing argument to parameter '__ptr' here
void    *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);
                       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56986:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57423:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57444:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58455:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60948:108: warning: passing 'usqInt *' (aka 'unsigned long *') to parameter of type 'sqInt *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61409:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61960:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62470:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62472:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62473:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62474:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62475:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62482:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62555:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62559:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62565:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62566:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62567:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62569:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62571:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62573:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod))));
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62574:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62582:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62724:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62726:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62739:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62752:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62765:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62767:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63023:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63079:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63115:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63116:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63117:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63119:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63157:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63164:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63165:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63166:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63168:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63198:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63199:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63211:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63392:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63407:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63416:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63423:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63424:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63425:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63427:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63837:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63854:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63855:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63856:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63858:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63867:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63881:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63919:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63924:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63927:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63951:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64098:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64099:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64120:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64242:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64251:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64258:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64259:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64260:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64262:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64279:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64281:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64282:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64283:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64284:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64285:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64460:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64552:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64553:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64554:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64555:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64559:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64560:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64561:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64562:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64564:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64574:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64575:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64576:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64578:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64584:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64591:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64680:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64693:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64748:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64749:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64750:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64751:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64755:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64756:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64757:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64758:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64760:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64770:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64771:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64772:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64774:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64782:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64789:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64835:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64838:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64841:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64844:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64846:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64847:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64860:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64863:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64864:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64865:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64870:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64871:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64872:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64911:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64955:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64957:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64971:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65315:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65327:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65329:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65330:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65331:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65332:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65333:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65334:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65355:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65356:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65357:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65397:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65423:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65424:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65433:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65442:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65449:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65450:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65451:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65453:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65605:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65662:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65702:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65928:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65929:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65930:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65931:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65933:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65947:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66008:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66009:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66010:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66011:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66014:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67391:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage2->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67470:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67472:81: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1)))
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67480:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67482:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod)))) {
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67485:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67491:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67491:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67492:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67492:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67493:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67493:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67494:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67494:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67499:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67503:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67511:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67545:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67557:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67590:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodFieldOrObj = longAt(theFP + FoxMethod);
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67592:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67597:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67607:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67613:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxMFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67618:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                byteAtput((theFP + FoxIFrameFlags) + 2, 1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67620:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67624:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67625:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67631:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxIFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67636:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67643:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
                                                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67656:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67658:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67659:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67663:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67664:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67665:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67860:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67879:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67895:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67924:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68066:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68068:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68069:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68070:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68071:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68072:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68087:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68088:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68089:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68091:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68095:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68182:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68209:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68234:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68294:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68301:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68307:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68317:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68392:11: warning: unused variable 'sp' [-Wunused-variable]
    char *sp;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68864:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69009:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1612:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69021:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1612:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69077:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69078:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69079:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69081:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69101:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69127:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69186:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69222:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69308:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69319:74: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69321:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69329:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70754:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70757:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70759:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70761:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70767:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70768:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70769:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70770:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70772:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70778:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70780:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70785:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70793:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70795:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70797:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70877:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70890:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70902:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70913:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70927:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71237:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71308:30: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71309:61: warning: ordered comparison between pointer and integer ('char *' and 'sqInt' (aka 'long'))
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71309:87: warning: pointer/integer type mismatch in conditional expression ('sqInt' (aka 'long') and 'char *') [-Wconditional-type-mismatch]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                                                             ^ ~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71309:24: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'char *' [-Wint-conversion]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71465:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                   ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include/cogit.h:56:46: note: passing argument to parameter 'startAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71465:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include/cogit.h:56:66: note: passing argument to parameter 'endAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71530:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71563:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71569:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71572:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71611:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71786:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71801:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71878:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71915:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71919:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71922:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71924:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71926:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(GIV(framePointer) + FoxMethod));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71942:130: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71988:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72333:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72374:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72375:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72422:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72481:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72490:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72674:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72751:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72758:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72770:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72776:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72780:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72783:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72783:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72790:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72804:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72810:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72813:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72820:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72823:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72828:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72832:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73253:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73265:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73302:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73383:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73385:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73402:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73467:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73475:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73820:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73827:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73829:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73827:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73833:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73842:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73849:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73850:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73851:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73853:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73898:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                                                                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73900:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73898:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74159:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
                                                                                              ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74161:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(fp + FoxMethod)), fp);
                         ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74359:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74304:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74440:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74442:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74443:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74444:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74445:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74446:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74498:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74520:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74528:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74536:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74552:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74560:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74561:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74576:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1726:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74633:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74655:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74662:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74669:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74689:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74698:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74712:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74720:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74721:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74726:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74729:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74751:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74753:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74792:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74802:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74805:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74822:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1726:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74828:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74830:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2849:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74839:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2849:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74893:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74900:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (callerContextOrNil = longAt((thePage->baseAddress))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74905:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74906:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74910:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74918:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74920:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74923:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74924:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74925:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74927:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74929:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : byteAt((theFP + FoxIFrameFlags) + 1))),
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74930:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74934:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74935:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(theFP + FoxMFReceiver)
                                 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74936:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxIFReceiver));
                                 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74940:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74942:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74943:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74944:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74945:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74946:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74976:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75040:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75046:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75055:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75061:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75067:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75082:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75088:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75098:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75100:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75109:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:33: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                              ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75111:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75118:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75125:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75197:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75216:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:62: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                                                           ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0'
#define __darwin_obsz0(object) __builtin_object_size (object, 0)
                                                      ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75216:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:27: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75839:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75857:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75929:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75937:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76056:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76159:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76172:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76174:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76175:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76176:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76177:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76178:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76180:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76216:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76218:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76220:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76374:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76387:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76388:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76393:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76394:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76397:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76401:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76428:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76512:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76528:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76609:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76611:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76796:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76802:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76808:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76814:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76836:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76840:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76844:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76848:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76901:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76903:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76938:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76940:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76957:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77014:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77026:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77034:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77038:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77042:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77045:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77072:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77085:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77142:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77144:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77176:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77185:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77192:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77479:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77497:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77509:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77512:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77530:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77551:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77558:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50277:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77591:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77619:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77637:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77653:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77669:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77736:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77764:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77782:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77798:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77800:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77816:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77909:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77946:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77948:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77978:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77983:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77987:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77988:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77989:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77990:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77994:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77995:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77996:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77997:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77999:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(theFP1 + FoxMethod));
                                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78009:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78010:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78011:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78013:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78021:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78028:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78059:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78095:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78103:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78406:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78429:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78431:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78529:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78554:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78556:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78558:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78708:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78729:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78789:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78805:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78807:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78847:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78849:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78906:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78922:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78924:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78941:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78962:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78964:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79021:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79037:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79039:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79056:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79077:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79079:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79135:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79151:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79153:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79170:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79191:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79193:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79250:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79266:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79268:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79285:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79306:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79308:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79365:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79381:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79383:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79420:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79422:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79478:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79493:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79495:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79511:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79532:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79534:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79593:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79609:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79611:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79630:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79651:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79653:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79710:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79726:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79728:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79745:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79765:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79767:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79822:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79837:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79839:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79855:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79876:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79878:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79937:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79953:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79955:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79974:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80011:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80013:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80058:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80094:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80103:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80106:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80127:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80129:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80185:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80200:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80202:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80218:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80239:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80241:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80300:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80316:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80318:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80337:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80358:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80360:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80417:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80433:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80435:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80452:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80472:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80474:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80529:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80544:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80546:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80562:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80631:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80664:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80666:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80669:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80697:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80718:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80735:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80746:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80752:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80768:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80770:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80773:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80773:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80796:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80796:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80798:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80829:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80837:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80872:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80911:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80948:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80950:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81019:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81021:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81107:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81109:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81158:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81178:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81191:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81204:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81220:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81267:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81269:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81271:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81325:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81417:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81436:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81450:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81469:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81500:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81502:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81504:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81572:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81589:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81591:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81593:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81622:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81643:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81645:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81647:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81706:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81722:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81724:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81726:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81745:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81766:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81768:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81829:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81845:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81847:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81849:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81868:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81889:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81891:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81893:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81951:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81967:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81969:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81971:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81990:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82012:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82014:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82016:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82076:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82093:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82095:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82097:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82117:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82139:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82141:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82143:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82203:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82220:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82222:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82224:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82265:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82267:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82269:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82327:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82343:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82345:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82347:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82365:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82386:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82388:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82390:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82451:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82467:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82469:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82471:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82492:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82513:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82515:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82517:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82578:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82594:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82596:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82598:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82619:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82640:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82642:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82644:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82701:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82717:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82719:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82721:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82739:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82761:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82763:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82765:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82835:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82852:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82854:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82856:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82886:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82911:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82913:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83019:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83021:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83023:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83086:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83102:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83104:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83106:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83150:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83152:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83154:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83215:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83231:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83233:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83235:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83256:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83277:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83279:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83281:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83342:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83358:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83360:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83362:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83404:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83406:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83408:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83470:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83486:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83488:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83490:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83513:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83655:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83676:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83681:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83890:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83910:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84031:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84042:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84043:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84044:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84046:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84050:72: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84052:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84110:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84210:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84234:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13976:1: warning: unused function 'cmHomeMethod' [-Wunused-function]
cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14139:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14558:1: warning: unused function 'asCogHomeMethod' [-Wunused-function]
asCogHomeMethod(CogBlockMethod *aCogMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17207:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function]
deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18097:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18109:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18118:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18130:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18146:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18386:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function]
iframeIsBlockActivation(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18393:1: warning: unused function 'iframeReceiver' [-Wunused-function]
iframeReceiver(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18400:1: warning: unused function 'iframeSavedIP' [-Wunused-function]
iframeSavedIP(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18636:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function]
isMachineCodeFrame(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19525:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function]
mframeIsBlockActivation(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19532:1: warning: unused function 'mframeReceiver' [-Wunused-function]
mframeReceiver(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19947:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function]
newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22066:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22079:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39653:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function]
headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40469:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40577:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40589:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40808:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40869:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40948:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:41351:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:41602:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:43480:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:43595:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44448:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44459:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44485:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44517:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45107:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45169:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45176:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:46510:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:46647:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47700:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47707:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47915:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48279:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48583:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48593:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48604:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48630:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48640:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48651:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48839:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48937:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49010:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49017:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50076:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function]
isCompiledMethodHeader(sqInt objHeader)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50093:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50111:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50134:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50170:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50190:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50215:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50222:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50237:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50260:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50267:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50302:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50317:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50324:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50331:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50350:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50361:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50464:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50474:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50481:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50541:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50688:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50826:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50835:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50964:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53306:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53541:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57690:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57758:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58766:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58847:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58890:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59687:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59698:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59965:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60862:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60927:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61022:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61072:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61087:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61210:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61231:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61533:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61887:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61970:1: warning: unused function 'assertValidStackLimits' [-Wunused-function]
assertValidStackLimits(sqInt ln)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62666:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62821:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62923:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65582:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65603:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65660:1: warning: unused function 'isBaseFrame' [-Wunused-function]
isBaseFrame(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65766:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65785:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65798:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function]
isNullExternalPrimitiveCall(sqInt aMethodObj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65823:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67689:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68080:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70888:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72117:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72853:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73287:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74143:1: warning: unused function 'validBCPCinMethod' [-Wunused-function]
validBCPCinMethod(sqInt thePC, usqInt aMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74157:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74170:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2025:13: warning: unused variable 'messageCount' [-Wunused-variable]
_iss usqInt messageCount;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2042:13: warning: unused variable 'byteCount' [-Wunused-variable]
_iss usqInt byteCount;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2043:12: warning: unused variable 'cifs' [-Wunused-variable]
_iss sqInt cifs;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2044:12: warning: unused variable 'codeGeneratorToComputeAccessorDepth' [-Wunused-variable]
_iss sqInt codeGeneratorToComputeAccessorDepth;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2045:12: warning: unused variable 'functions' [-Wunused-variable]
_iss sqInt functions;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2046:12: warning: unused variable 'initialMemoryAddress' [-Wunused-variable]
_iss sqInt initialMemoryAddress;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2047:12: warning: unused variable 'largeOpaqueMemoryManager' [-Wunused-variable]
_iss sqInt largeOpaqueMemoryManager;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2048:12: warning: unused variable 'memoryManager' [-Wunused-variable]
_iss sqInt memoryManager;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2049:12: warning: unused variable 'nextAddress' [-Wunused-variable]
_iss sqInt nextAddress;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2050:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable]
_iss sqInt preferredPinningSegment;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2051:12: warning: unused variable 'statCoalesces' [-Wunused-variable]
_iss sqInt statCoalesces;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2052:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable]
_iss usqLong statFGCDeltaUsecs;
             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2053:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable]
_iss usqLong statIncrGCUsecs;
             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2054:12: warning: unused variable 'testWorker' [-Wunused-variable]
_iss sqInt testWorker;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2055:12: warning: unused variable 'theUnknownShort' [-Wunused-variable]
_iss sqInt theUnknownShort;
           ^
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src/src/x86/ffiw64.c
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[  4%] Built target objlib
make  -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-src /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[  5%] Linking C shared library ../build/vm/ffi.dll
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o ../build/vm/ffi.dll -Wl,--out-implib,../build/vm/libffi.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/win64.S.obj CMakeFiles/objlib.dir/src/x86/ffiw64.c.o 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[  5%] Built target ffi_shared
make  -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[  6%] Copying libffi binaries to '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/ffi.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[  6%] Built target libffi_copy
make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'generateClosedPICPrototype':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:6710:31: warning: 'endCPICCase1' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cPICCaseSize = ((endCPICCase1->address)) - ((endCPICCase0->address));
                               ^
[  6%] Creating directories for 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/tmp
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genSpecialSelectorComparison':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35425:9: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return ssPushAnnotatedConstant((result
         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35396:9: note: 'result' was declared here
     int result;
         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c: In function 'genSpecialSelectorArithmetic':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35162:6: warning: 'jumpContinue' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (!(jumpContinue)) {
      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7519:39: warning: 'rcvrInt' may be used uninitialized in this function [-Wmaybe-uninitialized]
  ((abstractInstruction->operands))[0] = operandOne;
                                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34994:11: note: 'rcvrInt' was declared here
     sqInt rcvrInt;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:35035:31: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
     ssPushAnnotatedConstant((((usqInt)result << 3) | 1)));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:7519:39: warning: 'argInt' may be used uninitialized in this function [-Wmaybe-uninitialized]
  ((abstractInstruction->operands))[0] = operandOne;
                                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64SysV.c:34982:11: note: 'argInt' was declared here
     sqInt argInt;
           ^
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  7%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/win/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 51% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip'
-- Downloading... done
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip'
     dst='C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  7%] No patch step for 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E echo_append
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  8%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

[  8%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  9%] Performing build step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[  9%] Built target build_vmmaker_get_vm-build
make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48:0: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(off)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65:0: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(on)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'interpret':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2992:30: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
  localSP = pointerForOop(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2993:30: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
  localFP = pointerForOop(GIV(framePointer));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:88:38: warning: statement with no effect [-Wunused-value]
 # define bytecodeDispatchDebugHook() 0
                                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2999:3: note: in expansion of macro 'bytecodeDispatchDebugHook'
   bytecodeDispatchDebugHook();
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3013:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3027:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3041:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3055:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3069:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3083:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3097:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3111:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3125:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3139:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3153:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3167:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3181:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3195:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3209:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3223:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3238:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3239:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3240:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3255:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3256:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3257:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3272:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3273:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3274:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3289:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3290:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3291:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3306:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3307:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3308:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3323:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3324:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3325:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3340:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3341:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3342:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3357:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3358:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3359:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3374:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3375:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3376:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3391:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3392:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3393:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3408:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3409:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3410:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3425:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3426:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3427:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3441:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3442:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3443:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3457:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3458:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3459:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3473:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3474:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3475:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3489:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3490:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3491:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4711:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     rcvr = longAt(localFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4767:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4768:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4771:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4787:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4788:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4791:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4807:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4808:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4811:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4827:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4828:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4831:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4847:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4848:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4851:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4867:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4868:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4871:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4887:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4888:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4891:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4907:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4908:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4911:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4927:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(localFP + FoxIFReceiver);
                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5020:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     localReturnValue = longAt(localFP + FoxIFReceiver);
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5060:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5080:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5097:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5098:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5099:18: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5101:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ourContext = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5129:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5130:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5131:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5133:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ourContext1 = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5150:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5151:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5152:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5154:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ourContext2 = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5178:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if ((longAt(theFP + FoxSavedFP)) == 0) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5184:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       callerContextOrNil = longAt((thePage1->baseAddress));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5191:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5214:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5215:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5216:18: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5218:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ourContext3 = longAt(localFP + FoxThisContext);
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5245:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      callerContextOrNil2 = longAt((thePage3->baseAddress));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5270:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        callerContextOrNil1 = longAt((thePage2->baseAddress));
                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5311:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5313:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5327:33: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput(localSP, localIP);
                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5338:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5342:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     aMethodObj = longAt(localFP + FoxMethod);
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5433:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5441:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      callerContextOrNil = longAt((thePage1->baseAddress));
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5473:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5502:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5505:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5508:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5511:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5541:34: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
        longAtPointerput(localSP, localIP);
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5552:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5556:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      aMethodObj = longAt(localFP + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5572:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5573:79: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5575:11: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((localFP + FoxIFrameFlags) + 1))));
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5586:33: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput(localSP, localIP);
                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5597:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5600:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     aMethodObj1 = longAt(localFP + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5644:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5645:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5646:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5648:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ourContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5681:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5687:56: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5688:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5689:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5736:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      objOop = longAt(localFP + FoxIFReceiver);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5779:50: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5780:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5783:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5865:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      objOop = longAt(localFP + FoxIFReceiver);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5908:50: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5909:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5912:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6041:6: note: in expansion of macro 'sendBreakpointreceiver'
      sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), longAtPointer(localSP + (GIV(argumentCount) * BytesPerOop)));
      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6195:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6196:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6269:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6284:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6301:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6312:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6313:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6326:50: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput((localSP -= BytesPerOop), localIP);
                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6328:50: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput((localSP -= BytesPerOop), localFP);
                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6384:36: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6385:36: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6447:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      obj = longAt(localFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6478:37: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
         localSP = pointerForOop(GIV(stackPointer));
                                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6479:37: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
         localFP = pointerForOop(GIV(framePointer));
                                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6495:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6504:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
         callerContextOrNil = longAt((thePage->baseAddress));
                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6512:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6513:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
         ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6514:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
         : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6516:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
         object3 = longAt(callerFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6628:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     obj1 = longAt(localFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6723:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6724:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6921:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6922:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6923:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6925:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ourContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7063:61: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7064:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7065:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7087:61: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7088:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7089:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7124:61: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7125:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7126:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7177:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7178:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7179:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7181:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      context = longAt(theFP + FoxThisContext);
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7497:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7498:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7503:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7526:15: warning: passing argument 1 of 'byteAtput' makes integer from pointer without a cast [-Wint-conversion]
     byteAtput(localFP + ((VMBIGENDIAN
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7740:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7746:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7747:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7884:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7890:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7891:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:8961:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:8967:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:8968:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9120:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9126:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9127:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9266:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     integerArgument = longAt(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9274:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9312:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9319:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9320:33: warning: passing argument 1 of 'make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 10%] Creating directories for 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker
pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9388:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9389:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9432:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9433:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9481:11: warning: variable 'classOop1' set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9480:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9763:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9764:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9730:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9816:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9817:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9783:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10129:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10130:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10131:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10133:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       theThingToPush = longAt(localFP + FoxThisContext);
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10183:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     localReturnValue = longAt(localFP + FoxIFReceiver);
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10336:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10342:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10343:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10480:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10486:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10487:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11556:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11562:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11563:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11715:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11721:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11722:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11861:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     integerArgument = longAt(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11869:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11907:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11914:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11915:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11983:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11984:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12027:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12028:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12048:11: warning: variable 'classOop1' set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12047:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12265:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12266:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12232:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12318:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12319:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12285:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12532:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     rcvr = longAt(localFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12633:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxIFReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12664:36: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12665:36: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12681:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12690:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12698:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12699:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12700:18: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12702:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        object = longAt(callerFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12784:47: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12785:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12786:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12961:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     top = longAt(localSP);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13059:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13060:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13065:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13088:15: warning: passing argument 1 of 'byteAtput' makes integer from pointer without a cast [-Wint-conversion]
     byteAtput(localFP + ((VMBIGENDIAN
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13198:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxIFReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13293:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13294:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13418:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13419:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13422:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13447:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxIFReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13542:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13543:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13664:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13665:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13668:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13762:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13763:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13764:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13766:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       context = longAt(theFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13830:124: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
                                                                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13880:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13881:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13882:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13884:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      context = longAt(theFP + FoxThisContext);
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12945:3: warning: label 'directedSuperclassSend' defined but not used [-Wunused-label]
   directedSuperclassSend:
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'activateCoggedNewMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14255:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14257:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14269:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14272:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14278:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14278:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14282:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14285:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14288:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14293:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14305:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14308:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'activateNewMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14355:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14359:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14363:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14366:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14366:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14384:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14390:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14393:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14396:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14400:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'assertValidExecutionPointersimbarline':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14583:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodField = longAt(lifp + FoxMethod);
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14594:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     theIP = longAt(lifp + FoxIFSavedIP);
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14610:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    methodField1 = longAt(lifp + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14627:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(lifp + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14574:12: warning: variable 'theIP' set but not used [-Wunused-but-set-variable]
     usqInt theIP;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14571:16: warning: variable 'cogMethod' set but not used [-Wunused-but-set-variable]
     CogMethod *cogMethod;
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'assertValidMachineCodeFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14642:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14638:16: warning: variable 'homeMethod' set but not used [-Wunused-but-set-variable]
     CogMethod *homeMethod;
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'assertValidStackedInstructionPointersInline':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14684:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((usqInt)(longAt((aStackPage->headSP))));
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14691:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14693:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    methodField = longAt(theFP + FoxMethod);
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14710:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    methodObj = longAt(theFP + FoxMethod);
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14715:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     theIP = longAt(theFP + FoxIFSavedIP);
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14721:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14722:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14668:16: warning: variable 'theMethod' set but not used [-Wunused-but-set-variable]
     CogMethod *theMethod;
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14664:12: warning: variable 'methodObj' set but not used [-Wunused-but-set-variable]
     usqInt methodObj;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'attemptToSwitchToMachineCode':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14778:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14779:109: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14781:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14801:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14802:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14805:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14805:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14807:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14809:71: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                                                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14809:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14810:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14813:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14814:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14835:68: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                                                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14835:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14839:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14839:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14846:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14857:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14860:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14765:16: warning: variable 'homeMethod' set but not used [-Wunused-but-set-variable]
     CogMethod *homeMethod;
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'callbackEnter':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14889:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
                                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14934:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14879:20: warning: variable 'wasInMachineCode' set but not used [-Wunused-but-set-variable]
     volatile sqInt wasInMachineCode;
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'callRegisterArgCogMethodatreceiver':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14984:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14984:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14986:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14987:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14990:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14990:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14991:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14992:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14997:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14997:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14999:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15000:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15002:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15003:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15008:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                                                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15008:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15009:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15011:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceActivateFailingPrimitiveMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15035:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   result = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15038:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceBaseFrameReturn':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15096:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15125:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15155:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15158:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15161:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15164:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15182:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15184:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15188:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  GIV(instructionPointer) = longAt(GIV(stackPointer));
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15190:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15193:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceCannotAssignTowithIndexvalueToAssign':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15226:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15230:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15233:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15236:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15239:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceCannotResume':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15262:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  resultOop = longAt(GIV(stackPointer));
                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15264:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15264:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15267:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15271:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15273:158: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
                                                                                                                                                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceContextinstVar':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15335:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15340:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceContextinstVarvalue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15364:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15369:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceInterpretMethodFromPICreceiver':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15442:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceMNUFromPICMNUMethodreceiver':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15473:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15484:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceNonLocalReturn':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15605:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15625:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15626:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15627:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15629:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ourContext = longAt(theFP1 + FoxThisContext);
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15635:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15638:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15641:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15660:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15661:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15662:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15664:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ourContext = longAt(theFP2 + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15670:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15673:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15676:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15684:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15685:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15686:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15688:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ourContext1 = longAt(theFP6 + FoxThisContext);
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15694:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15697:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15700:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15703:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15714:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15720:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    callerContextOrNil = longAt((thePage1->baseAddress));
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15727:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15751:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15752:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15753:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15755:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ourContext = longAt(theFP3 + FoxThisContext);
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15761:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15764:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15767:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15783:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil2 = longAt((thePage3->baseAddress));
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15804:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     callerContextOrNil1 = longAt((thePage2->baseAddress));
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15839:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15846:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15848:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceReturnToInterpreter':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15890:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15901:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
                                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15902:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15904:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceSendAborttonumArgs':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15940:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16001:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceSendFromInLineCacheMiss':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16046:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16118:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceSendMustBeBooleanTointerpretingAtDelta':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16161:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16162:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16178:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16187:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(p);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16188:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                                                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16188:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16192:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16195:84: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16197:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16200:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16202:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16194:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16205:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16206:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(framePointer) + FoxMethod, methodObj);
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16153:11: warning: variable 'oop' set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceSendMustBeBoolean':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16230:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16234:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16237:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceSendabovetonumArgs':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16308:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16385:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16414:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16417:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16424:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceSendsupertonumArgs':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16481:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16493:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16498:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    methodPointer = longAt(GIV(framePointer) + FoxMethod);
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16600:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16631:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16645:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16652:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceStackOverflow':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16677:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16681:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16671:11: warning: variable 'cesoRetAddr' set but not used [-Wunused-but-set-variable]
     sqInt cesoRetAddr;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceTraceBlockActivation':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16705:134: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16707:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      longAt(GIV(framePointer) + FoxMFReceiver))
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16709:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceTraceLinkedSend':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16726:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
                                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16747:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), theReceiver);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16723:11: warning: variable 'selector1' set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkAssertsEnabledInCoInterpreter':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16766:11: warning: variable 'assertsAreEnabledInCoInterpreter' set but not used [-Wunused-but-set-variable]
     sqInt assertsAreEnabledInCoInterpreter;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkStackIntegrity':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16959:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16963:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theSP);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16971:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16973:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16975:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16976:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxThisContext);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17000:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17002:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      methodField = longAt(theFP + FoxMethod);
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17011:39: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
                                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'CogMethod * {aka struct <anonymous> *}'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17017:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxMethod);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17024:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17030:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'commenceCogCompiledCodeCompaction':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17101:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17113:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'contextInstructionPointerframe':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17171:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17173:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17187:11: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ? longAt(theFP + FoxIFSavedIP)
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17188:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'divorceAMachineCodeFrameWithCogMethodin':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17242:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17245:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17246:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17247:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17249:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     theContext = longAt(theFP + FoxThisContext);
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17258:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'enterSmalltalkExecutiveImplementation':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17399:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17403:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17415:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'executeCogMethodfromLinkedSendWithReceiver':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17442:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17450:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17453:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'executeCogMethodfromUnlinkedSendWithReceiver':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17478:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17486:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17489:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'executeCogPICfromLinkedSendWithReceiverandCacheTag':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17516:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17519:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17525:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17544:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17547:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'executeNewMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17600:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'followForwardedFieldsInCurrentMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17849:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17851:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   methodField = longAt(GIV(framePointer) + FoxMethod);
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'followForwardingPointersInStackZone':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17963:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17964:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxMFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17967:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMFReceiver, followForwarded(oop));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17972:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17975:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFReceiver, followForwarded(oop));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17977:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxMethod);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17994:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17994:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17995:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, (oop = newOop));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17998:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18000:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18002:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18003:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18004:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18004:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18007:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18009:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : byteAt((theFP + FoxIFrameFlags) + 1));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18011:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theFP + offset);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18014:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + offset, followForwarded(oop));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18016:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18022:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18024:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theSP, followForwarded(oop));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameCallerContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18088:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameHasContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18099:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18100:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18101:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameIsBlockActivation':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18111:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18112:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18113:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameMethodObject':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18120:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18122:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameNumArgs':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18132:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18134:12: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameReceiver':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18148:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18149:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(theFP + FoxMFReceiver)
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18150:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxIFReceiver));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'getCurrentBytecode':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18249:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())))
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'handleForwardedSendFaultForReceiverstackDelta':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18279:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18281:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18282:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(GIV(framePointer) + FoxMFReceiver)
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18283:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18284:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18285:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(GIV(framePointer) + FoxMFReceiver)
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18286:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'handleMNUInMachineCodeToclassForMessage':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18315:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18364:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18373:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'iframeIsBlockActivation':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18388:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'iframeReceiver':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18395:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxIFReceiver);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'iframeSavedIP':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18402:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxIFSavedIP);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'instructionPointerForFramecurrentFPcurrentIP':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18462:25: warning: passing argument 1 of 'oopForPointer' makes pointer from integer without a cast [-Wint-conversion]
   theIP = oopForPointer(instrPtr);
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:153:23: note: expected 'void *' but argument is of type 'sqInt {aka long int}'
   static inline sqInt oopForPointer(void *ptr)   { return (sqInt)ptr; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18474:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18485:13: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? longAt((thePage->headSP))
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18486:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18490:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext))
                                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'interpretMethodFromMachineCode':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18595:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18607:4: warning: statement with no effect [-Wunused-value]
    !GIV(primFailCode);
    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'isMachineCodeFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18638:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'makeBaseFrameFor':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18772:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18773:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), aContext);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18790:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), maybeClosure);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18813:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18816:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18818:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18819:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18876:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18883:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18885:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), aContext);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18888:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), theMethod);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18889:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), aContext);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18890:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18897:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), 0);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18904:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18911:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18916:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), theIP);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'mapStackPages':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18999:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19000:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      || ((longAt(theFP + FoxIFSavedIP)) == 0)
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19013:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19017:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theSP);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19020:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theSP, remapObj(oop));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19024:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19025:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19026:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19027:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19028:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19028:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19035:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19036:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19038:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        theIP = longAt(theIPPtr);
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19042:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
         theIP = longAt(theIPPtr);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19047:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        theIP -= longAt(theFP + FoxMethod);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19049:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19049:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19051:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19051:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19055:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19061:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19064:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theSP, remapObj(oop));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'markAndTraceStackPage':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19192:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19196:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19209:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theSP, oop);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19216:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19217:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19218:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19220:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    markAndTrace(longAt(theFP + FoxThisContext));
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19222:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19224:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19234:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    markAndTrace(longAt(theFP + FoxMethod));
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19236:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19244:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(theSP);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19257:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(theSP, oop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'markCogMethodsAndReferentsOnPage':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19315:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19318:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'mcprimFunctionForPrimitiveIndex':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19380:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
   return mcprimHashMultiply;
          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'mframeCogMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19478:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'mframeHomeMethodExport':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19488:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodField = longAt(GIV(framePointer) + FoxMethod);
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'mframeHomeMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19511:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodField = longAt(theFP + FoxMethod);
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'mframeIsBlockActivation':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19527:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'mframeReceiver':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19534:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMFReceiver);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'moveFramesInthroughtoPage':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19759:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19763:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19766:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19767:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19768:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19770:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theContext = longAt(theFP + FoxThisContext);
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19775:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19775:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19776:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newSP -= BytesPerWord), theContext);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19778:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19780:12: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19784:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(newSP, longAt(source));
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19784:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(newSP, longAt(source));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19798:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19802:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(callerFP + FoxIFSavedIP, callerIP);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19805:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theFP + stackedReceiverOffset, callerIP);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19810:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19811:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxSavedFP, 0);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19814:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19818:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19819:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19820:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19821:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19822:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theContext = longAt(fpInNewPage + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameFlagsForFP':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20355:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20357:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   it = (longAt(address)) & 7;
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20361:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   it = longAt(address);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20365:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20374:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20376:12: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1)));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20377:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20378:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20379:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20382:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20383:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20384:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameMethodFor':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20402:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20409:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20410:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20412:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   methodField = longAt(theFP + FoxMethod);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20426:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20428:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameThingatextraString':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20440:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameThingatextra':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20478:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameWithSP':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20535:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20537:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20539:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   methodField = longAt(theFP + FoxMethod);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20554:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20556:13: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20559:20: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20573:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20574:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20575:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20576:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20587:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(theFP + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20588:98: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20590:11: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20591:97: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20593:11: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20599:79: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
                                                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20604:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20608:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20611:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20615:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20617:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20621:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  topThing = longAt(theSP);
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20629:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20630:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20631:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20636:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20647:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20648:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20649:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'returnToExecutivepostContextSwitch':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21041:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21045:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21052:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     top = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21058:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21063:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21066:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21069:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21074:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21087:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
                                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'returntoExecutive':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21114:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21117:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21120:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21125:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21128:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21142:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'sendInvokeCallbackContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21298:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21303:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21307:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21311:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21316:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21356:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21362:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21366:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21369:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21369:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21376:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21390:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21396:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21399:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21406:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21409:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21414:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21418:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21433:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'sendInvokeCallbackStackRegistersJmpbuf':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21535:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21539:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21543:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21547:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21551:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21591:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21597:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21601:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21604:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21604:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21611:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21625:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21631:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21634:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21641:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21644:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21649:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21653:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21668:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'shortPrintFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21726:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21727:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(theFP + FoxMFReceiver)
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21728:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxIFReceiver));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21729:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21731:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21736:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21741:85: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21742:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21743:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21743:70: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21745:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21746:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21748:34: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21749:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21750:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'slowPrimitiveResponse':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22007:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'transferTofrom':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22306:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22322:127: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22339:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22340:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22341:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22343:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22447:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22449:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22462:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22466:127: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'updateStackZoneReferencesToCompiledCodePreCompaction':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22490:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22492:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      theMethodField = longAt(theFP + FoxMethod);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22500:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      theIP = ((usqInt)(longAt(theIPPtr)));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22504:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22506:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22508:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'updateStateOfSpouseContextForFrameWithSP':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22533:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  theContext = longAt(theFP + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22536:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22542:22: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22555:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((longAt(argsPointer)) & (tagMask())) == 0)
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22556:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2937:49: note: in definition of macro 'oopisLessThan'
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22563:116: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
                                                                                                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22574:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((longAt(pointer)) & (tagMask())) == 0)
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22575:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2937:49: note: in definition of macro 'oopisLessThan'
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22582:124: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'validInstructionPointerinMethodframePointer':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22606:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22609:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22613:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theInstrPointer = longAt(fp + FoxIFSavedIP);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'validStackPageBaseFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22643:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  senderContextOrNil = longAt((aPage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22644:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'voidVMStateForSnapshotFlushingExternalPrimitivesIf':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22712:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22711:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCollectCogCodeConstituents':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23090:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   withDetails = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23104:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveContextXray':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23131:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  context = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23139:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23164:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveEnterCriticalSection':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23193:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23194:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23199:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23226:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23232:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23237:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveExitCriticalSection':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23264:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  criticalSection = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFlushCacheByMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23318:68: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
                                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23323:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23324:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFlushCacheBySelector':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23340:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLongRunningPrimitiveSemaphore':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23378:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23393:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMethodPCData':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23428:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodReceiver = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23464:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMethodXray':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23495:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
                                                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23497:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23498:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23499:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23502:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23506:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23525:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23526:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23527:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23529:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))));
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23548:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMinimumUnusedHeadroom':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23562:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveObjectAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23582:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23601:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23619:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveObjectAtPut':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23638:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23639:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23645:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23707:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveProfileSemaphore':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23728:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23747:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveResume':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23783:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  proc = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSignal':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23842:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (synchronousSignal(longAt(GIV(stackPointer)))) {
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSnapshot':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23863:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSnapshotEmbedded':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23883:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSuspend':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23915:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  process = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23918:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24084:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveTerminateTo':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24140:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aContextOrNil = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24150:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24194:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24196:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24198:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : byteAt((theFP + FoxIFrameFlags) + 1));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24206:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24216:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24224:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(newSP, longAt(source));
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24224:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(newSP, longAt(source));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24226:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxSavedFP, contextsFP);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24226:35: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxSavedFP, contextsFP);
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24227:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24231:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(contextsFP + FoxIFSavedIP, contextsIP);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24234:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxCallerSavedIP, contextsIP);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24262:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage1->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24307:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24348:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24361:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24361:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24361:30: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24382:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       callerContextOrNil1 = longAt((thePage2->baseAddress));
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24421:76: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24423:11: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24421:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveVoidVMState':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24462:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveVoidVMStateForMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24527:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   methodObj = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24530:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24532:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24536:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24569:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24570:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24571:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24573:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24584:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24587:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24598:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24753:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24781:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24519:11: warning: variable 'top' set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24509:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24508:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'unmarkAllFrames':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24847:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     methodField = longAt(theFP + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24850:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, methodField - 4);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24854:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      flags = longAt(theFP + FoxIFrameFlags);
                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24856:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFrameFlags, flags - 2);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24859:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'initializeStacknumSlotspageSize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24881:11: warning: variable 'theIndex' set but not used [-Wunused-but-set-variable]
     sqInt theIndex;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24880:17: warning: variable 'structStackPageSize' set but not used [-Wunused-but-set-variable]
     usqIntptr_t structStackPageSize;
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'cStringOrNullFor':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25012:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAdd':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25372:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAddLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25404:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25405:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25439:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAdoptInstance':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25467:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25468:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAllInstances':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25512:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  result = allInstancesOf(longAt(GIV(stackPointer)));
                                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25517:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   result = allInstancesOf(longAt(GIV(stackPointer)));
                                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25524:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAllObjects':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25553:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveArctan':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25569:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveArrayBecome':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25589:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25590:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveArrayBecomeOneWay':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25613:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25614:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveArrayBecomeOneWayCopyHash':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25639:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25643:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25651:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25651:91: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveArrayBecomeOneWayNoCopyHash':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25673:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25674:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAsCharacter':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25694:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  characterCode = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25707:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAsFloat':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25722:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25725:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25753:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25754:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25881:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAtPut':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25911:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25912:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25913:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26072:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBeCursor':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26123:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   cursorObj = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26127:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26128:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   maskObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBeDisplay':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26351:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26345:9: warning: variable 'changed' set but not used [-Wunused-but-set-variable]
     int changed;
         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBehaviorHash':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26423:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26425:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26426:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26428:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26432:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitAnd':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26468:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26530:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26594:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitAndLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26611:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26612:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26619:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitOr':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26652:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26714:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26778:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitOrLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26795:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26796:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26803:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitShift':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26821:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26829:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26867:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitShiftLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26889:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26904:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26942:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitXor':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26970:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26971:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26978:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27107:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitXorLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27125:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27126:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27133:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBytesLeft':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27161:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27168:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27184:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27189:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27193:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27208:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27147:11: warning: variable 'aBool' set but not used [-Wunused-but-set-variable]
     sqInt aBool;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveChangeClass':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27277:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27289:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClass':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27326:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  instance = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27344:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClipboardText':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27381:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27449:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClockLogAddresses':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27494:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27577:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/tmp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27472:11: warning: variable 'oop' set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClosureValue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27626:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27676:128: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27683:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27686:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27697:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27702:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27705:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27725:131: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27732:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27735:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27746:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27751:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27754:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27774:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27778:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27781:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27781:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27785:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27788:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27794:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27797:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27806:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27810:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClosureValueNoContextSwitch':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27889:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27939:128: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27946:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27949:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27960:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27965:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27968:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27988:131: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27995:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27998:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28009:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28014:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28017:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28037:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28041:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28044:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28044:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28048:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28051:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28057:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28060:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28069:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28073:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClosureValueWithArgs':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28152:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28174:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28207:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28212:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28234:128: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28241:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28244:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28255:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28260:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28263:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28283:131: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28290:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28293:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28304:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28309:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28312:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28332:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28336:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28339:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28339:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28343:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28346:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28352:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28355:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28364:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28368:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28150:11: warning: variable 'top' set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCoarseLocalMicrosecondClock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28417:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCoarseUTCMicrosecondClock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28441:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCompareBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28475:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28476:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28489:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28555:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28562:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28568:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCompareWith':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28606:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   order = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28614:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28617:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28664:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveConstantFill':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28684:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28685:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveControlVMProfiling':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28775:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28790:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28805:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCopyObject':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28836:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28837:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCrashVM':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28935:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28936:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28940:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28944:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDisablePowerManager':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28980:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDiv':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29010:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29010:89: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29015:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDivide':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29040:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29056:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29077:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDivideLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29115:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29116:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29136:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDivLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29159:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29160:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29190:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveEqual':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29205:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29206:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29209:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29218:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveEqualLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29237:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29238:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29241:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveExp':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29268:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveExponent':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29290:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFailForFFIExceptionat':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29381:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29387:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29391:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29394:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29394:59: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29401:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29415:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29421:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29424:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29431:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29434:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29439:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29443:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFetchNextMourner':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29508:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatAdd':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29536:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29537:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29616:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29640:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29641:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29669:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatAtPut':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29693:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopToStore = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29700:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29701:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29726:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29737:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatDivide':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29771:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29772:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29859:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatEqual':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29888:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29889:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29969:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatGreaterOrEqual':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30000:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30001:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30081:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatGreaterThan':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30112:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30113:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30193:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatLessOrEqual':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30224:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30225:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30305:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatLessThan':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30336:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30337:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30417:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatMultiply':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30447:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30448:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30527:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatNotEqual':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30556:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30557:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30637:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatSubtract':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30667:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30668:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30747:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFlushExternalPrimitives':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30799:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30798:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFormPrint':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30945:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30949:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30961:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30962:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30963:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFractionalPart':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31068:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFullClosureValue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31120:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31156:128: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31163:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31166:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31177:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31182:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31185:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31214:131: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31221:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31224:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31235:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31240:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31243:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31263:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31267:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31270:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31270:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31274:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31277:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31283:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31286:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31295:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31299:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31318:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFullClosureValueNoContextSwitch':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31392:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31428:128: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31435:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31438:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31449:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31454:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31457:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31486:131: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31493:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31496:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31507:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31512:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31515:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31535:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31539:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31542:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31542:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31546:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31549:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31555:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31558:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31567:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31571:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31590:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFullClosureValueWithArgs':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31664:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31686:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31708:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31713:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31732:128: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31739:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31742:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31753:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31758:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31761:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31790:131: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31797:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31800:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31811:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31816:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31819:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31839:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31843:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31846:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31846:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31850:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31853:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31859:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31862:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31871:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31875:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31894:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31662:11: warning: variable 'top' set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetAttribute':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31935:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31958:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetenv':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31985:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32008:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetImmutability':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32022:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32026:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetLogDirectory':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32065:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetNextEvent':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32083:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetWindowLabel':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32225:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetWindowSize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32298:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGreaterOrEqual':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32311:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32312:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32315:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGreaterOrEqualLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32339:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32340:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32343:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGreaterThan':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32358:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32359:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32362:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGreaterThanLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32386:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32387:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32390:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGrowMemoryByAtLeast':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32405:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ammount = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32418:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveHashMultiply':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32436:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32461:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveHeartbeatFrequency':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32479:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32485:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveHighResClock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32509:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIdentical':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32526:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32527:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32538:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIdentityHash':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32555:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32581:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveImageFormatVersion':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32605:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveImageName':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32642:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32673:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveImmediateAsInteger':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32694:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32717:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveInputSemaphore':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32731:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIntegerAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32803:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index1 = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32804:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32833:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32849:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32863:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32879:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32900:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32911:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIntegerAtPut':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32949:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32950:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32951:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32996:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33014:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33029:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33047:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33083:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33109:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveInterruptChecksPerMSec':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33146:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveInterruptSemaphore':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33162:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveInvokeObjectAsMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33219:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top1 = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33226:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33230:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33233:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33236:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33239:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIsBigEnder':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33267:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIsPinned':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33285:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33294:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIsWindowObscured':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33320:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLessOrEqual':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33333:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33334:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33337:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLessOrEqualLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33361:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33362:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33365:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLessThan':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33380:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33381:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33384:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLessThanLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33408:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33409:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33412:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveListBuiltinModule':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33444:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33471:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33484:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveListExternalModule':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33513:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33540:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33553:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadImageSegment':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33588:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33591:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33605:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLocalMicrosecondClock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33632:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLogN':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33649:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLowSpaceSemaphore':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33667:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMakePoint':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33710:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33711:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33762:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMaxIdentityHash':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33775:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMillisecondClock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33804:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMillisecondClockMask':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33819:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33831:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33831:84: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33836:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveModLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33867:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33868:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33893:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMultiply':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33911:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33927:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33960:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMultiplyLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33983:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33984:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34005:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNew':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34021:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34024:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34031:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNewMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34061:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  header = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34062:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34070:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34180:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNewPinned':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34193:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34196:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34203:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNewWithArg':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34230:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34298:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34301:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34314:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNewWithArgPinned':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34338:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34399:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34402:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34415:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNextInstance':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34438:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  object = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34521:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNextObject':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34544:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34547:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34553:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNotEqual':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34568:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34569:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34572:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34581:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNotEqualLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34600:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34601:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34604:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNotIdentical':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34626:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34627:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34656:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitivePathToUsing':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34716:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34717:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34722:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34723:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34724:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34965:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34967:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34677:12: warning: variable 'freeStartAtStart' set but not used [-Wunused-but-set-variable]
     usqInt freeStartAtStart;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitivePerformInSuperclass':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35000:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35001:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  lookupClass = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35033:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35034:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35057:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35060:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35064:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35071:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), rcvr);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35111:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35126:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35126:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34991:11: warning: variable 'selector1' set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitivePerformWithArgs':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35159:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35160:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35161:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35184:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35187:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35191:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35198:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), actualReceiver);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35226:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35239:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35239:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35150:11: warning: variable 'selector1' set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveProfilePrimitive':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35266:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveProfileSample':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35291:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveProfileStart':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35326:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveQuit':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35358:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(GIV(stackPointer))) >> 3)
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveQuo':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35378:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35394:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35430:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveQuoLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35461:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35462:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35480:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveRelinquishProcessor':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35497:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveRemLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35542:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35543:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35560:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveScreenDepth':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35586:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveScreenScaleFactor':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35615:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveScreenSize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35687:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSecondsClock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35707:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetDisplayMode':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35731:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35735:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35748:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35764:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35780:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35800:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetFullScreen':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35817:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetImmutability':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35847:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35861:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35871:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35882:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetInterruptKey':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35901:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetLogDirectory':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35937:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  stringOop = longAt(GIV(stackPointer));
                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetOrHasIdentityHash':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36003:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36004:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36006:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36014:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36018:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36039:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36055:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36092:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetWindowLabel':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36110:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  labelOop = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetWindowSize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36172:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36188:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveShortAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36226:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36232:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36248:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveShortAtPut':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36268:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36269:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36279:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36307:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveShowDisplayRect':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36329:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36345:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36361:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36377:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSignalAtBytesLeft':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36412:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  bytes = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSine':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36447:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36470:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36529:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSizeInBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36541:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36543:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : bytesInObject(longAt(GIV(stackPointer))));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36546:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSizeInBytesOfInstance':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36580:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36586:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   nElements = ((longAt(GIV(stackPointer))) >> 3);
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36587:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36636:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36641:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36661:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatAdd':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36685:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36700:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36740:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatArctan':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36757:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatDivide':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36796:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36811:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36857:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatEqual':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36882:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36897:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36937:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatExp':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36955:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatExponent':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36971:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 ((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36973:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatFractionalPart':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36992:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatGreaterOrEqual':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37032:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37047:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37087:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatGreaterThan':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37114:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37129:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37169:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatLessOrEqual':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37196:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37211:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37251:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatLessThan':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37278:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37293:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37333:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatLogN':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37355:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatMultiply':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37394:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37409:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37449:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatNotEqual':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37474:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37489:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37529:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatSine':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37548:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatSquareRoot':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37579:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatSubtract':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37626:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37641:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37681:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatTimesTwoPower':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37699:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37709:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37731:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatTruncated':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37747:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSomeInstance':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37782:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  class = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37792:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSomeObject':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37811:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSpecialObjectsOop':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37825:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSquareRoot':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37841:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreImageSegment':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37896:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37897:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37900:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37916:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   outPointerArray = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37917:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37918:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStringAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37957:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37958:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38092:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStringAtPut':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38123:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38124:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38125:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38292:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStringReplace':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38332:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38333:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38334:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38335:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38336:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSubtract':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38602:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSubtractLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38634:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38635:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38669:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveTestAndSetOwnershipOfCriticalSection':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38699:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38700:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38705:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38732:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38738:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38743:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveTestDisplayDepth':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38761:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38781:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveTimesTwoPower':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38801:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38817:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38820:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveTruncated':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38836:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveUnloadModule':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38889:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  moduleName = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38880:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38879:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveUTCMicrosecondClock':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39045:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveUtcAndTimezoneOffset':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39070:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39105:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveUtcWithOffset':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39132:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39166:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveVMPath':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39187:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveVMProfileSamplesInto':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39216:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39227:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39237:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39208:11: warning: variable 'v' set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveWait':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39254:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'clearLeakMapAndMapAccessibleObjects':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39535:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39534:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
[ 10%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'allNewSpaceObjectsHaveZeroRTRefCount':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40882:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'allWeakSurvivorsOnWeakList':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40957:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'processEphemerons':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:41673:11: warning: variable 'oldList' set but not used [-Wunused-but-set-variable]
     sqInt oldList;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:41672:11: warning: variable 'oldCorpse' set but not used [-Wunused-but-set-variable]
     sqInt oldCorpse;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'allInstancesOf':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:42888:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:42887:11: warning: variable 'prevPrevObj11' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:42886:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:42885:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'allObjects':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:43316:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:43315:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'allObjectsUnmarked':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:43498:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:43497:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'allOldMarkedWeakObjectsOnWeaklingStack':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:43601:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkHeapFreeSpaceIntegrity':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45297:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45296:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkHeapIntegrityclassIndicesShouldBeValid':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45596:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45595:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'clearLeakMapAndMapAccessibleFreeSpace':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:46694:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'countMarkedAndUnmarkdObjects':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47172:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47171:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'existInstancesInNewSpaceOf':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47721:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'findStringBeginningWith':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47980:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47979:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'findString':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48127:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48126:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'initialInstanceOf':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49219:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49218:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'initializeObjectMemory':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49428:11: warning: variable 'freeChunk' set but not used [-Wunused-but-set-variable]
     sqInt freeChunk;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'loadImageSegmentFromoutPointers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:51452:5: warning: statement with no effect [-Wunused-value]
     -classIndex2;
     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:51517:3: warning: statement with no effect [-Wunused-value]
   8 /* allocationUnit */ / BytesPerOop;
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'longPrintInstancesWithClassIndex':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:51601:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:51600:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'longPrintReferencesTo':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:51720:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:51719:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'markObjects':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:52814:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53029:7: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
  free((GIV(unscannedEphemerons).start));
       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:483:13: note: expected 'void *' but argument is of type 'usqInt {aka long unsigned int}'
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'objectBefore':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53877:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53876:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'objectsReachableFromRoots':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:54035:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:54034:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printActivationsOf':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:54846:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:54845:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printContextReferencesTo':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:55001:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:55000:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printForwarders':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:55218:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:55217:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFreeChunks':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:55336:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:55335:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printInstancesWithClassIndex':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:55691:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:55690:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printMethodImplementorsOf':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:55864:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:55863:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printMethodReferencesTo':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:55997:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:55996:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printObjectsWithHash':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56172:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56171:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printOopsExcept':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56390:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56389:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printOopsSuchThat':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56560:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56559:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printReferencesTo':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56689:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56688:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'pushOnUnscannedEphemeronsStack':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56986:25: warning: passing argument 1 of 'realloc' makes pointer from integer without a cast [-Wint-conversion]
   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:480:14: note: expected 'void *' but argument is of type 'usqInt {aka long unsigned int}'
 extern void *realloc (void *__ptr, size_t __size)
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56986:15: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'runLeakCheckerFor':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57423:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro 'asserta'
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'runLeakCheckerForexcludeUnmarkedObjsclassIndicesShouldBeValid':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57444:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro 'asserta'
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'setHeapBasememoryLimitendOfMemory':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57555:11: warning: variable 'oldStart' set but not used [-Wunused-but-set-variable]
     sqInt oldStart;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57552:11: warning: variable 'actualEdenBytes' set but not used [-Wunused-but-set-variable]
     sqInt actualEdenBytes;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'validClassTableHashes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58771:11: warning: variable 'ignored' set but not used [-Wunused-but-set-variable]
     sqInt ignored;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'compact':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58962:11: warning: variable 'prevPrevObj3' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58961:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58960:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58959:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'copyAndUnmarkMobileObjects':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59342:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'copyAndUnmark':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59553:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'planCompactSavingForwarders':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59731:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'reinitializeScanFrom':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59863:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'scanForFirstFreeAndFirstMobileObjectFrom':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59986:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'unmarkObjectsFromFirstFreeObject':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60064:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'updatePointers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60223:11: warning: variable 'prevPrevObj3' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60222:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60221:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60220:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'validRelocationPlanInPass':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60870:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'addSegmentOfSize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60948:108: warning: pointer targets in passing argument 3 of 'sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto' differ in signedness [-Wpointer-sign]
  segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:60:14: note: expected 'sqInt * {aka long int *}' but argument is of type 'usqInt * {aka long unsigned int *}'
 extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'assertValidExecutionPointers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61960:77: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkAllAccessibleObjectsOkay':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62094:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62093:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkIsStillMarriedContextcurrentFP':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62470:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62472:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62473:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62474:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62475:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62482:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkOkayStackPage':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62555:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62559:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62565:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62566:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62567:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62569:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62571:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62573:13: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62574:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62582:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(theSP);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkStackPointerIndexForFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62724:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62726:95: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62739:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62752:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62765:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62767:82: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'createActualMessageTo':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:38:48: warning: statement with no effect [-Wunused-value]
 # define mnuBreakpointreceiver(sel, len, rcvr) 0
                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62952:2: note: in expansion of macro 'mnuBreakpointreceiver'
  mnuBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), null);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63023:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'disownVM':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63079:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'divorceAllFrames':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63115:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63116:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63117:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63119:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'divorceFramesIn':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63157:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  theIP = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63164:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63165:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63166:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63168:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theContext = longAt(theFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63198:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63199:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63211:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ensureCallerContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63407:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63416:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63423:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63424:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63425:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63427:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return longAt(callerFP + FoxThisContext);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ensureImageFormatIsUpToDate':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63477:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63476:11: warning: variable 'prevPrevObj11' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63475:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63474:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'externalDivorceFrameandContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63837:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63846:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage1->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63854:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63855:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63856:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63858:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerCtx = longAt(callerFP1 + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63867:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theIP = longAt((thePage->headSP));
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63881:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63919:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63924:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63927:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(callerSP, callerIP);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'externalEnsureIsBaseFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63951:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'externalQuickPrimitiveResponse':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64098:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64099:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64108:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64114:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64120:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64125:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'fetchPointerofMarriedContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64242:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64251:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     callerContextOrNil = longAt((thePage->baseAddress));
                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64258:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64259:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64260:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64262:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     return longAt(callerFP + FoxThisContext);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64279:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64281:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64282:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64283:66: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64284:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64285:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'findFrameAboveinPage':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64460:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'findMethodWithPrimitiveFromContextUpToContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64552:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64553:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64554:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64555:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (homeContext == (longAt(theFP + FoxThisContext)))) {
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64559:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64560:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64561:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64562:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64564:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(theFP + FoxMethod));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64574:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64575:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64576:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64578:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      return longAt(theFP + FoxThisContext);
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64584:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64591:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'findSPOfon':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64680:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64693:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'findUnwindThroughContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64748:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64749:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64750:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64751:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (homeContext == (longAt(theFP + FoxThisContext)))) {
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64755:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64756:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64757:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64758:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64760:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(theFP + FoxMethod));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64770:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64771:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64772:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64774:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64782:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64789:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'followForwardedFrameContentsstackPointer':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64835:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64838:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(ptr);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64841:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(ptr, followForwarded(oop));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64844:134: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64846:11: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64847:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(ptr);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64860:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(ptr, oop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64863:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64864:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64865:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64870:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64871:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64872:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64911:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxThisContext);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameStackedReceiverOffset':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64955:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64957:12: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameStackedReceivernumArgs':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64971:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'handleForwardedSendFaultForTag':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65315:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65327:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65329:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65330:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(GIV(framePointer) + FoxMFReceiver)
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65331:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65332:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65333:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(GIV(framePointer) + FoxMFReceiver)
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65334:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'handleSpecialSelectorSendFaultForfpsp':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65355:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65356:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(theFP + FoxMFReceiver)
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65357:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxIFReceiver));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'handleStackOverflow':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65397:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65423:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65424:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65433:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65442:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65449:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65450:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65451:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65453:10: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAt(callerFP1 + FoxThisContext);
          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65382:11: warning: variable 'callerContextOrNil' set but not used [-Wunused-but-set-variable]
     sqInt callerContextOrNil;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'iframeMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65605:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMethod);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'isBaseFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65662:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return (longAt(theFP + FoxSavedFP)) == 0;
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'isFrameonPage':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65702:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'isWidowedContextDuringGC':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65928:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65929:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65930:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65931:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65933:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65947:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'isWidowedContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66008:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66009:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66010:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66011:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66014:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'lookupMethodInClass':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66605:4: note: in expansion of macro 'sendBreakpointreceiver'
    sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), null);
    ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66718:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(GIV(messageSelector) + BaseHeaderSize, lengthOfformat(GIV(messageSelector), (((usqInt) (longAt(GIV(messageSelector)))) >> (formatShift())) & (formatMask())), null);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66577:11: warning: variable 'selector' set but not used [-Wunused-but-set-variable]
     sqInt selector;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'markAndTraceStackPages':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67391:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage2->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'marriedContextpointsTostackDeltaForCurrentFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67470:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67472:81: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1)))
                                                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67480:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67482:13: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod)))) {
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67485:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67491:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67491:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67492:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67492:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67493:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67493:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67494:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67494:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67499:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67503:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67511:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'marryContextInNewStackPageAndInitializeInterpreterRegisters':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67545:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67557:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'marryFrameSP':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67590:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodFieldOrObj = longAt(theFP + FoxMethod);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67592:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67597:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67607:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67613:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(theFP + FoxMFReceiver);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67618:13: warning: passing argument 1 of 'byteAtput' makes integer from pointer without a cast [-Wint-conversion]
   byteAtput((theFP + FoxIFrameFlags) + 2, 1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67620:20: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67624:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67625:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67631:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(theFP + FoxIFReceiver);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67636:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theFP + FoxThisContext, theContext);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67643:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
                                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67656:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67658:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67659:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67663:55: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67664:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67665:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'methodReturnBool':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67860:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'methodReturnFloat':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67879:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'methodReturnInteger':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67895:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'methodReturnString':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67924:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'methodReturnValue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67940:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'noInlineTemporaryin':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68066:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68068:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68069:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68070:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68071:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68072:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'noMarkedContextsOnPage':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68087:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68088:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68089:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68091:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68095:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ownVM':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68182:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'popStack':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68209:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'popthenPush':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68234:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveEventProcessingControl':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68294:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68301:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68307:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68317:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStopProfiling':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68392:11: warning: unused variable 'sp' [-Wunused-variable]
     char *sp;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printAllStacks':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68599:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68598:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printCallStackOfcurrentFP':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68864:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     callerContextOrNil = longAt((thePage1->baseAddress));
                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69009:15: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
    printHexnp(cogMethodOf(meth));
               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1612:14: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'CogMethod * {aka struct <anonymous> *}'
 extern sqInt printHexnp(usqInt n);
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69021:15: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
    printHexnp(cogMethodOf(meth));
               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1612:14: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'CogMethod * {aka struct <anonymous> *}'
 extern sqInt printHexnp(usqInt n);
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameAndCallersSPshort':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69077:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69078:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69079:66: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69081:11: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameOopat':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69101:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameOopindexat':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69127:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameThingandFrameat':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69186:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameThingat':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69222:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69308:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69319:74: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
                                                                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69321:11: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69329:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printLikelyImplementorsOfSelector':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69412:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69411:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printStackReferencesTo':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70754:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70757:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (oop == (longAt(theSP))) {
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70759:18: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:1: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70761:18: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theSP);
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:1: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70767:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70768:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70769:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70770:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (oop == (longAt(theFP + FoxThisContext))) {
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70772:18: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:1: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70778:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (oop == (longAt(theFP + FoxMethod))) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70780:17: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:1: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70785:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70793:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (oop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70795:17: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:1: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70797:17: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theSP);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:1: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'pushBool':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70877:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'pushedReceiverOrClosureOfFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70890:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'pushFloat':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70902:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'pushInteger':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70913:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'push':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70927:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'readImageFromFileStartingAt':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:313:30: warning: statement with no effect [-Wunused-value]
 #  define SQ_SWAP_8_BYTES(x) __builtin_bswap64(x)
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71222:3: note: in expansion of macro 'SQ_SWAP_8_BYTES'
   SQ_SWAP_8_BYTES(w);
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71237:3: warning: statement with no effect [-Wunused-value]
   ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71308:30: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
  cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'void *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71309:61: warning: comparison between pointer and integer
  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71309:112: warning: pointer/integer type mismatch in conditional expression
  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                                                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71309:24: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71465:29: warning: passing argument 1 of 'initializeCodeZoneFromupTo' makes integer from pointer without a cast [-Wint-conversion]
  initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:42:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include/cogit.h:56:13: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71465:42: warning: passing argument 2 of 'initializeCodeZoneFromupTo' makes integer from pointer without a cast [-Wint-conversion]
  initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:42:0:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include/cogit.h:56:13: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'reestablishContextPriorToCallback':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71530:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71563:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(theFP + FoxSavedFP)) == 0) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71569:66: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71572:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71611:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'retryPrimitiveOnFailure':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71786:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71801:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
         longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'returnAsThroughCallbackContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71878:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71915:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71919:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71922:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71924:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71926:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(GIV(framePointer) + FoxMethod));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71942:130: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71988:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'saneFunctionPointerForFailureOfPrimIndex':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72120:11: warning: variable 'theClass' set but not used [-Wunused-but-set-variable]
     sqInt theClass;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'shortPrintContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72333:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'shortPrintFrameAndCallers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72374:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72375:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'shortPrintFrameAndNCallers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72422:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'shortReversePrintFrameAndCallers':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72481:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72490:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'snapshot':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72674:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72751:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72758:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72770:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72776:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72780:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72783:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72783:59: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72790:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72804:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72810:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72813:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72820:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72823:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72828:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72832:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackFloatValue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73253:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackIntegerValue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73265:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackObjectValue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73302:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackPointerIndexForFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73383:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73385:82: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackPositiveMachineIntegerValue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73402:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackSignedMachineIntegerValue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73467:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackTop':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73475:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackValue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73485:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'storeSenderOfFramewithValue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73820:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(theFP + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73827:76: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73829:11: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73827:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73833:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73842:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage1->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73849:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73850:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73851:13: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73853:10: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAt(callerFP + FoxThisContext);
          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73898:80: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                                                                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73900:11: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73898:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73811:11: warning: variable 'callerContextOrNil' set but not used [-Wunused-but-set-variable]
     sqInt callerContextOrNil;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'validInstructionPointerinFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74159:88: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
                                                                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74161:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(fp + FoxMethod)), fp);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'cloneContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74440:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74442:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74443:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74444:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74445:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74446:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'doPrimitiveSameThreadCallout':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74498:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74520:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74528:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74536:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74560:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = alloca((argType->size));
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74561:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74576:45: warning: passing argument 1 of 'marshallAndPushReturnValueFromofTypepoping' makes integer from pointer without a cast [-Wint-conversion]
  marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1726:27: note: expected 'sqInt {aka long int}' but argument is of type 'void *'
 static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'doPrimitiveWorkerCallout':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74633:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74655:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74662:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74669:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74689:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74698:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74720:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = malloc((argType->size));
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74721:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74726:10: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
     aPtr = parameters[i1];
          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74729:11: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
      free(aPtr);
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:483:13: note: expected 'void *' but argument is of type 'sqInt {aka long int}'
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74751:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)aPointer));
         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74753:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'doPrimitiveWorkerExtractReturnValue':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74792:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74802:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74805:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74822:45: warning: passing argument 1 of 'marshallAndPushReturnValueFromofTypepoping' makes integer from pointer without a cast [-Wint-conversion]
  marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1726:27: note: expected 'sqInt {aka long int}' but argument is of type 'void *'
 static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74828:23: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
    anParameterAddress = parameters[i];
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74830:26: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
     doFreeFromTask(task, anParameterAddress);
                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2849:47: note: in definition of macro 'doFreeFromTask'
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:483:13: note: expected 'void *' but argument is of type 'sqInt {aka long int}'
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74839:23: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
  doFreeFromTask(task, ((sqInt)task));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2849:47: note: in definition of macro 'doFreeFromTask'
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:483:13: note: expected 'void *' but argument is of type 'long int'
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74785:13: warning: variable 'worker' set but not used [-Wunused-but-set-variable]
     Worker *worker;
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'fieldofFrame':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74893:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74900:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     (callerContextOrNil = longAt((thePage->baseAddress))),
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74905:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74906:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74907:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74910:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       longAt(callerFP + FoxThisContext))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74918:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74920:13: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74923:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74924:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74925:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74927:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74929:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       : byteAt((theFP + FoxIFrameFlags) + 1))),
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74930:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74934:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74935:13: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(theFP + FoxMFReceiver)
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74936:13: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxIFReceiver));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74940:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74942:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74943:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74944:63: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74945:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74946:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'getHandler':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74976:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'marshallAndPushReturnValueFromofTypepoping':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75040:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75046:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75055:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75061:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75067:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75073:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75082:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75088:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75098:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   ptr[0] = (((sqIntptr_t)aPointer));
          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75100:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75109:25: warning: passing argument 2 of 'memcpy' makes pointer from integer without a cast [-Wint-conversion]
   memcpy(targetPointer, returnHolder, sizeToCopy);
                         ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected 'const void * restrict' but argument is of type 'sqInt {aka long int}'
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75111:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75118:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75125:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'marshallArgumentFromatIndexintoofTypewithSize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75197:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
    address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75216:10: warning: passing argument 1 of 'memcpy' makes pointer from integer without a cast [-Wint-conversion]
   memcpy(argHolder, srcPtr, argTypeSize);
          ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected 'void * restrict' but argument is of type 'sqInt {aka long int}'
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAllVMParameters':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75839:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClone':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75857:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75881:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveContextAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75929:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75937:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76056:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76159:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76172:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76174:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76175:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76176:45: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76177:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76178:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76180:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveContextAtPut':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76216:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76218:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76220:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76374:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76387:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76388:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76393:46: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76394:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76397:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76401:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveContextSize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76428:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76512:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDeferDisplayUpdates':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76528:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  flag = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDoNamedPrimitiveWithArgs':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76609:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76611:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76796:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76802:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76808:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76814:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76836:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76840:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76844:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76848:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76598:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76562:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDoPrimitiveWithArgs':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76901:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76903:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76938:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76940:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76957:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76969:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77014:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77026:2: warning: statement with no effect [-Wunused-value]
  !GIV(primFailCode);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77034:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    rcvr = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77038:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77042:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77045:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveExecuteMethod':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77072:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77085:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveExecuteMethodArgsArray':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77142:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77144:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77176:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77185:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77192:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveExternalCall':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77268:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFFIAllocate':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77479:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77497:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  addr = malloc(byteSize);
       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77509:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)addr));
         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77512:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFFIFree':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77530:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77551:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77558:18: warning: passing argument 1 of 'isInMemory' makes integer from pointer without a cast [-Wint-conversion]
   || (isInMemory(addr)))) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50277:1: note: expected 'sqInt {aka long int}' but argument is of type 'void *'
 isInMemory(sqInt address)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77591:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFFIIntegerAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77619:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77637:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77653:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77669:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77736:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFFIIntegerAtPut':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77764:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77782:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77798:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77800:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77816:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77880:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFindHandlerContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77909:85: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77915:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFindNextUnwindContext':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77946:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  stopContext = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77948:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77978:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77983:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77987:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77988:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77989:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77990:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77994:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77995:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77996:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77997:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77999:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       : longAt(theFP1 + FoxMethod));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78009:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78010:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78011:18: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78013:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78021:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78028:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    callerContextOrNil = longAt((thePage->baseAddress));
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78059:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFullGC':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78095:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78103:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetCurrentWorkingDirectory':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78125:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIncrementalGC':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78406:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveInstVarAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78429:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78431:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78529:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveInstVarAtPut':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78554:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78556:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78558:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78708:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadBoolean8FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78729:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78731:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78789:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadBoolean8FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78805:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78807:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78826:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar16FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78847:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78849:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78906:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar16FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78922:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78924:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78941:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar32FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78962:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78964:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79021:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar32FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79037:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79039:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79056:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar8FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79077:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79079:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79135:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar8FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79151:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79153:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79170:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadFloat32FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79191:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79193:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79250:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadFloat32FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79266:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79268:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79285:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadFloat64FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79306:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79308:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79365:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadFloat64FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79381:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79383:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79400:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt16FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79420:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79422:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79478:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt16FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79493:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79495:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79511:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt32FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79532:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79534:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79593:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt32FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79609:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79611:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79630:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt64FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79651:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79653:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79710:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt64FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79726:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79728:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79745:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt8FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79765:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79767:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79822:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt8FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79837:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79839:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79855:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadPointerFromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79876:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79878:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79937:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadPointerFromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79953:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79955:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79974:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadSymbolFromModule':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80011:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80013:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80058:50: warning: passing argument 1 of 'ioLoadModuleOfLength' makes integer from pointer without a cast [-Wint-conversion]
   moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:558:8: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80094:43: warning: passing argument 1 of 'ioLoadSymbolOfLengthFromModule' makes integer from pointer without a cast [-Wint-conversion]
  address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:559:8: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80103:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)address));
         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80106:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt16FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80127:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80129:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80185:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt16FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80200:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80202:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80218:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt32FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80239:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80241:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80300:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt32FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80316:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80318:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80337:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt64FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80358:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80360:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80417:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt64FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80433:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80435:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80452:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt8FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80472:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80474:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80529:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt8FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80544:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80546:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80562:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLongRunningPrimitive':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80631:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveObjectPointsTo':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80664:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thang = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80666:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80669:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80697:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80718:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80735:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80746:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80752:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitivePerform':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80768:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80770:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80773:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80773:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80781:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), newReceiver);
  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80796:71: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80796:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80798:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitivePin':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80829:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80837:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  boolean = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80872:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetGCSemaphore':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80911:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSignalAtMilliseconds':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80948:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  msecsObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80950:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSignalAtUTCMicroseconds':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81019:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  usecsObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81021:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSlotAt':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81107:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81109:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81158:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81178:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81191:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81204:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81220:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSlotAtPut':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81267:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81269:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81271:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81325:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81417:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81436:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81450:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81469:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreBoolean8IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81500:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81502:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81504:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81572:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreBoolean8IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81589:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81591:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81593:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81622:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar16IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81643:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81645:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81647:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81706:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar16IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81722:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81724:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81726:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81745:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar32IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81766:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81768:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81770:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81829:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar32IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81845:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81847:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81849:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81868:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar8IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81889:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81891:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81893:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81951:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar8IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81967:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81969:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81971:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81990:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreFloat32IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82012:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82014:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82016:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82076:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreFloat32IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82093:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82095:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82097:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82117:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreFloat64IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82139:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82141:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82143:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82203:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreFloat64IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82220:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82222:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82224:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82244:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt16IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82265:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82267:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82269:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82327:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt16IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82343:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82345:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82347:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82365:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt32IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82386:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82388:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82390:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82451:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt32IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82467:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82469:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82471:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82492:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt64IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82513:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82515:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82517:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82578:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt64IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82594:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82596:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82598:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82619:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt8IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82640:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82642:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82644:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82701:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt8IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82717:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82719:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82721:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82739:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStorePointerIntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82761:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82763:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82765:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82835:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStorePointerIntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82852:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82854:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82856:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82886:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreStackp':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82911:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82913:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt16IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83019:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83021:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83023:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83086:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt16IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83102:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83104:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83106:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83129:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt32IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83150:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83152:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83154:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83215:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt32IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83231:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/ph2485 warnings generated.
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-function-pointer-types]
        VM->push = push;
                 ^ ~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible function pointer types assigning to 'sqInt (*)(double)' (aka 'long (*)(double)') from 'void (double)' [-Wincompatible-function-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible function pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long, long, long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long, long, void *)') [-Wincompatible-function-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible function pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long (void)') [-Wincompatible-function-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: incompatible function pointer types assigning to 'volatile unsigned long (*)(void)' from 'volatile unsigned long long (void)' [-Wincompatible-function-pointer-types]
        VM->utcMicroseconds = ioUTCMicroseconds;
                            ^ ~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible function pointer types assigning to 'sqInt (*)(char *)' (aka 'long (*)(char *)') from 'sqInt (const char *)' (aka 'long (const char *)') [-Wincompatible-function-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible function pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-function-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible function pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-function-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible function pointer types assigning to 'sqInt (*)(int)' (aka 'long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-function-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-function-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14 warnings generated.
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable 'v' [-Wunused-variable]
        int v;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable 'xArray' [-Wunused-variable]
    sqInt xArray;
          ^
6 warnings generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/osx/aioOSX.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/osx/aioOSX.c:264:6: warning: unused variable 'n' [-Wunused-variable]
        int n;
            ^
1 warning generated.
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
        void *pc;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:489:2: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 - No longer supported [-Wdeprecated-declarations]
        getcontext(&uap);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ucontext.h:38:6: note: 'getcontext' has been explicitly marked deprecated here
int  getcontext(ucontext_t *);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:77:12: warning: unused variable 'inFault' [-Wunused-variable]
static int inFault = 0;
           ^
3 warnings generated.
[ 33%] Building CXX object CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o
/Library/Developer/CommandLineTools/usr/bin/c++ -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utilsMac.mm
aro-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83233:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83235:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83256:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt64IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83277:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83279:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83281:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83342:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt64IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83358:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83360:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83362:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83383:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt8IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83404:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83406:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83408:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83470:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt8IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83486:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83488:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83490:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83513:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveVMParameter':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83655:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83676:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83681:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83890:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveVoidReceiver':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83910:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'pruneStackstackp':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84031:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84042:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84043:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84044:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84046:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     objOrFP = longAt(theFP + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84050:72: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
                                                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84052:11: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83980:11: warning: variable 'oop1' set but not used [-Wunused-but-set-variable]
     sqInt oop1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ptEnterInterpreterFromCallback':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84110:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'ptExitInterpreterToCallback':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84210:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'readAddress':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84234:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'unmarkAfterPathTo':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84257:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84256:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13976:1: warning: 'cmHomeMethod' defined but not used [-Wunused-function]
 cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14139:1: warning: 'pageListIsWellFormed' defined but not used [-Wunused-function]
 pageListIsWellFormed(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14558:1: warning: 'asCogHomeMethod' defined but not used [-Wunused-function]
 asCogHomeMethod(CogBlockMethod *aCogMethod)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17207:1: warning: 'deferStackLimitSmashAroundwith' defined but not used [-Wunused-function]
 deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18097:1: warning: 'frameHasContext' defined but not used [-Wunused-function]
 frameHasContext(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18109:1: warning: 'frameIsBlockActivation' defined but not used [-Wunused-function]
 frameIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18118:1: warning: 'frameMethodObject' defined but not used [-Wunused-function]
 frameMethodObject(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18130:1: warning: 'frameNumArgs' defined but not used [-Wunused-function]
 frameNumArgs(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18146:1: warning: 'frameReceiver' defined but not used [-Wunused-function]
 frameReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18386:1: warning: 'iframeIsBlockActivation' defined but not used [-Wunused-function]
 iframeIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18393:1: warning: 'iframeReceiver' defined but not used [-Wunused-function]
 iframeReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18400:1: warning: 'iframeSavedIP' defined but not used [-Wunused-function]
 iframeSavedIP(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18636:1: warning: 'isMachineCodeFrame' defined but not used [-Wunused-function]
 isMachineCodeFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19525:1: warning: 'mframeIsBlockActivation' defined but not used [-Wunused-function]
 mframeIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19532:1: warning: 'mframeReceiver' defined but not used [-Wunused-function]
 mframeReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19947:1: warning: 'newMethodInLookupCacheAtand' defined but not used [-Wunused-function]
 newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22066:1: warning: 'stackLimitOffset' defined but not used [-Wunused-function]
 stackLimitOffset(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22079:1: warning: 'stackPageHeadroom' defined but not used [-Wunused-function]
 stackPageHeadroom(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39653:1: warning: 'headerWhileForwardingOf' defined but not used [-Wunused-function]
 headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40469:1: warning: 'isImmediateFloat' defined but not used [-Wunused-function]
 isImmediateFloat(sqInt oop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40577:1: warning: 'maxSlotsForAlloc' defined but not used [-Wunused-function]
 maxSlotsForAlloc(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40589:1: warning: 'numFreeLists' defined but not used [-Wunused-function]
 numFreeLists(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40808:1: warning: 'wordIndexableFormat' defined but not used [-Wunused-function]
 wordIndexableFormat(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40869:1: warning: 'allNewSpaceObjectsHaveZeroRTRefCount' defined but not used [-Wunused-function]
 allNewSpaceObjectsHaveZeroRTRefCount(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40948:1: warning: 'allWeakSurvivorsOnWeakList' defined but not used [-Wunused-function]
 allWeakSurvivorsOnWeakList(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:41351:1: warning: 'firstCorpse' defined but not used [-Wunused-function]
 firstCorpse(sqInt headOfCorpseList)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:41602:1: warning: 'noUnfiredEphemeronsAtEndOfRememberedSet' defined but not used [-Wunused-function]
 noUnfiredEphemeronsAtEndOfRememberedSet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:43480:1: warning: 'allObjectsUnmarked' defined but not used [-Wunused-function]
 allObjectsUnmarked(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:43595:1: warning: 'allOldMarkedWeakObjectsOnWeaklingStack' defined but not used [-Wunused-function]
 allOldMarkedWeakObjectsOnWeaklingStack(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44448:1: warning: 'allocationUnit' defined but not used [-Wunused-function]
 allocationUnit(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44459:1: warning: 'allStrongSlotsOfWeaklingAreMarked' defined but not used [-Wunused-function]
 allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44485:1: warning: 'allUnscannedEphemeronsAreActive' defined but not used [-Wunused-function]
 allUnscannedEphemeronsAreActive(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44517:1: warning: 'assertInnerValidFreeObject' defined but not used [-Wunused-function]
 assertInnerValidFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45107:1: warning: 'bitsSetInFreeSpaceMaskForAllFreeLists' defined but not used [-Wunused-function]
 bitsSetInFreeSpaceMaskForAllFreeLists(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45169:1: warning: 'bridgeSize' defined but not used [-Wunused-function]
 bridgeSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45176:1: warning: 'byteFormatMask' defined but not used [-Wunused-function]
 byteFormatMask(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:46510:1: warning: 'classIndexFieldWidth' defined but not used [-Wunused-function]
 classIndexFieldWidth(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:46647:1: warning: 'classTableRootSlots' defined but not used [-Wunused-function]
 classTableRootSlots(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47700:1: warning: 'ephemeronFormat' defined but not used [-Wunused-function]
 ephemeronFormat(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47707:1: warning: 'existInstancesInNewSpaceOf' defined but not used [-Wunused-function]
 existInstancesInNewSpaceOf(sqInt classObj)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47915:1: warning: 'fetchPointerofFreeChunk' defined but not used [-Wunused-function]
 fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48279:1: warning: 'firstFixedFieldOfMaybeImmediate' defined but not used [-Wunused-function]
 firstFixedFieldOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48583:1: warning: 'formatOf' defined but not used [-Wunused-function]
 formatOf(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48593:1: warning: 'forwardedFormat' defined but not used [-Wunused-function]
 forwardedFormat(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48604:1: warning: 'forwardersIn' defined but not used [-Wunused-function]
 forwardersIn(sqInt anObject)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48630:1: warning: 'freeChunkNextIndex' defined but not used [-Wunused-function]
 freeChunkNextIndex(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48640:1: warning: 'freeChunkParentIndex' defined but not used [-Wunused-function]
 freeChunkParentIndex(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48651:1: warning: 'freeChunkPrevIndex' defined but not used [-Wunused-function]
 freeChunkPrevIndex(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48839:1: warning: 'goodContextSize' defined but not used [-Wunused-function]
 goodContextSize(sqInt oop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48937:1: warning: 'hasSpurMemoryManagerAPI' defined but not used [-Wunused-function]
 hasSpurMemoryManagerAPI(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49010:1: warning: 'hiddenRootSlots' defined but not used [-Wunused-function]
 hiddenRootSlots(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49017:1: warning: 'hiddenRootsObject' defined but not used [-Wunused-function]
 hiddenRootsObject(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50076:1: warning: 'isCompiledMethodHeader' defined but not used [-Wunused-function]
 isCompiledMethodHeader(sqInt objHeader)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50093:1: warning: 'isContextHeader' defined but not used [-Wunused-function]
 isContextHeader(sqInt aHeader)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50111:1: warning: 'isCopiedIntoSegment' defined but not used [-Wunused-function]
 isCopiedIntoSegment(sqInt anObjectInTheHeap)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50134:1: warning: 'isEnumerableObjectNoAssert' defined but not used [-Wunused-function]
 isEnumerableObjectNoAssert(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50170:1: warning: 'isEphemeron' defined but not used [-Wunused-function]
 isEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50190:1: warning: 'isForwardedClassTag' defined but not used [-Wunused-function]
 isForwardedClassTag(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50215:1: warning: 'isFreeObject' defined but not used [-Wunused-function]
 isFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50222:1: warning: 'isFreeOop' defined but not used [-Wunused-function]
 isFreeOop(sqInt oop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50237:1: warning: 'isInClassTable' defined but not used [-Wunused-function]
 isInClassTable(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50260:1: warning: 'isInEden' defined but not used [-Wunused-function]
 isInEden(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50267:1: warning: 'isInFutureSpace' defined but not used [-Wunused-function]
 isInFutureSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50302:1: warning: 'isInNewSpace' defined but not used [-Wunused-function]
 isInNewSpace(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50317:1: warning: 'isInPastSpace' defined but not used [-Wunused-function]
 isInPastSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50324:1: warning: 'isLargeFreeObject' defined but not used [-Wunused-function]
 isLargeFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50331:1: warning: 'isMaybeFiredEphemeron' defined but not used [-Wunused-function]
 isMaybeFiredEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50350:1: warning: 'isObjEphemeron' defined but not used [-Wunused-function]
 isObjEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50361:1: warning: 'isObjImmutable' defined but not used [-Wunused-function]
 isObjImmutable(sqInt anOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50464:1: warning: 'isRemembered' defined but not used [-Wunused-function]
 isRemembered(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50474:1: warning: 'isSegmentBridge' defined but not used [-Wunused-function]
 isSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50481:1: warning: 'isSemaphoreOop' defined but not used [-Wunused-function]
 isSemaphoreOop(sqInt anOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50541:1: warning: 'isValidObjStackAt' defined but not used [-Wunused-function]
 isValidObjStackAt(sqInt objStackRootIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50688:1: warning: 'isWeakNonImm' defined but not used [-Wunused-function]
 isWeakNonImm(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50826:1: warning: 'knownClassAtIndex' defined but not used [-Wunused-function]
 knownClassAtIndex(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50835:1: warning: 'lastPointerFormat' defined but not used [-Wunused-function]
 lastPointerFormat(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50964:1: warning: 'lengthOfMaybeImmediate' defined but not used [-Wunused-function]
 lengthOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53306:1: warning: 'newSpaceIsEmpty' defined but not used [-Wunused-function]
 newSpaceIsEmpty(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53541:1: warning: 'noUnscannedEphemerons' defined but not used [-Wunused-function]
 noUnscannedEphemerons(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57690:1: warning: 'slidingCompactionInProgress' defined but not used [-Wunused-function]
 slidingCompactionInProgress(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57758:1: warning: 'startOfObject' defined but not used [-Wunused-function]
 startOfObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58766:1: warning: 'validClassTableHashes' defined but not used [-Wunused-function]
 validClassTableHashes(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58847:1: warning: 'validFreeTreeChunk' defined but not used [-Wunused-function]
 validFreeTreeChunk(sqInt chunk)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58890:1: warning: 'validObjStacks' defined but not used [-Wunused-function]
 validObjStacks(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59687:1: warning: 'isMobile' defined but not used [-Wunused-function]
 isMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59698:1: warning: 'isPostMobile' defined but not used [-Wunused-function]
 isPostMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59965:1: warning: 'savedFirstFieldsSpaceWasAllocated' defined but not used [-Wunused-function]
 savedFirstFieldsSpaceWasAllocated(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60862:1: warning: 'validRelocationPlanInPass' defined but not used [-Wunused-function]
 validRelocationPlanInPass(sqInt onePass)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60927:1: warning: 'segLimit' defined but not used [-Wunused-function]
 segLimit(SpurSegmentInfo * self_in_segLimit)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61022:1: warning: 'allBridgesMarked' defined but not used [-Wunused-function]
 allBridgesMarked(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61072:1: warning: 'bridgeAt' defined but not used [-Wunused-function]
 bridgeAt(sqInt segIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61087:1: warning: 'bridgeFor' defined but not used [-Wunused-function]
 bridgeFor(SpurSegmentInfo *aSegment)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61210:1: warning: 'isInSegments' defined but not used [-Wunused-function]
 isInSegments(usqInt address)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61231:1: warning: 'isValidSegmentBridge' defined but not used [-Wunused-function]
 isValidSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61533:1: warning: 'segmentOverlap' defined but not used [-Wunused-function]
 segmentOverlap(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61887:1: warning: 'allOnesAsCharStar' defined but not used [-Wunused-function]
 allOnesAsCharStar(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61970:1: warning: 'assertValidStackLimits' defined but not used [-Wunused-function]
 assertValidStackLimits(sqInt ln)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62666:1: warning: 'checkStackPointerForMaybeMarriedContext' defined but not used [-Wunused-function]
 checkStackPointerForMaybeMarriedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62821:1: warning: 'contexthasValidInversePCMappingOfin' defined but not used [-Wunused-function]
 contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62923:1: warning: 'cr' defined but not used [-Wunused-function]
 cr(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65582:1: warning: 'ifCurrentStackPageHasValidHeadPointers' defined but not used [-Wunused-function]
 ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65603:1: warning: 'iframeMethod' defined but not used [-Wunused-function]
 iframeMethod(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65660:1: warning: 'isBaseFrame' defined but not used [-Wunused-function]
 isBaseFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65766:1: warning: 'isMarriedOrWidowedContext' defined but not used [-Wunused-function]
 isMarriedOrWidowedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65785:1: warning: 'isMetaPrimitiveIndex' defined but not used [-Wunused-function]
 isMetaPrimitiveIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65798:1: warning: 'isNullExternalPrimitiveCall' defined but not used [-Wunused-function]
 isNullExternalPrimitiveCall(sqInt aMethodObj)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65823:1: warning: 'isPrimitiveFunctionPointerAnIndex' defined but not used [-Wunused-function]
 isPrimitiveFunctionPointerAnIndex(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67689:1: warning: 'maybeLeakCheckExternalPrimCall' defined but not used [-Wunused-function]
 maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68080:1: warning: 'noMarkedContextsOnPage' defined but not used [-Wunused-function]
 noMarkedContextsOnPage(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70888:1: warning: 'pushedReceiverOrClosureOfFrame' defined but not used [-Wunused-function]
 pushedReceiverOrClosureOfFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72117:1: warning: 'saneFunctionPointerForFailureOfPrimIndex' defined but not used [-Wunused-function]
 saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72853:1: warning: 'space' defined but not used [-Wunused-function]
 space(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73287:1: warning: 'stackLimitBytes' defined but not used [-Wunused-function]
 stackLimitBytes(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74143:1: warning: 'validBCPCinMethod' defined but not used [-Wunused-function]
 validBCPCinMethod(sqInt thePC, usqInt aMethod)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74157:1: warning: 'validInstructionPointerinFrame' defined but not used [-Wunused-function]
 validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74170:1: warning: 'validStackPageBaseFrames' defined but not used [-Wunused-function]
 validStackPageBaseFrames(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2025:13: warning: 'messageCount' defined but not used [-Wunused-variable]
 _iss usqInt messageCount;
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2042:13: warning: 'byteCount' defined but not used [-Wunused-variable]
 _iss usqInt byteCount;
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2043:12: warning: 'cifs' defined but not used [-Wunused-variable]
 _iss sqInt cifs;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2044:12: warning: 'codeGeneratorToComputeAccessorDepth' defined but not used [-Wunused-variable]
 _iss sqInt codeGeneratorToComputeAccessorDepth;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2045:12: warning: 'functions' defined but not used [-Wunused-variable]
 _iss sqInt functions;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2046:12: warning: 'initialMemoryAddress' defined but not used [-Wunused-variable]
 _iss sqInt initialMemoryAddress;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2047:12: warning: 'largeOpaqueMemoryManager' defined but not used [-Wunused-variable]
 _iss sqInt largeOpaqueMemoryManager;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2048:12: warning: 'memoryManager' defined but not used [-Wunused-variable]
 _iss sqInt memoryManager;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2049:12: warning: 'nextAddress' defined but not used [-Wunused-variable]
 _iss sqInt nextAddress;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2050:12: warning: 'preferredPinningSegment' defined but not used [-Wunused-variable]
 _iss sqInt preferredPinningSegment;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2051:12: warning: 'statCoalesces' defined but not used [-Wunused-variable]
 _iss sqInt statCoalesces;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2052:14: warning: 'statFGCDeltaUsecs' defined but not used [-Wunused-variable]
 _iss usqLong statFGCDeltaUsecs;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2053:14: warning: 'statIncrGCUsecs' defined but not used [-Wunused-variable]
 _iss usqLong statIncrGCUsecs;
              ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2054:12: warning: 'testWorker' defined but not used [-Wunused-variable]
 _iss sqInt testWorker;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2055:12: warning: 'theUnknownShort' defined but not used [-Wunused-variable]
 _iss sqInt theUnknownShort;
            ^
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 100% complete]
-- verifying file...
       file='C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- Downloading... done
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/fileDialogMac.m
-- extracting...
     src='C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
     dst='C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image'
-- extracting... [tar xfz]
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/memoryUnix.c
[ 35%] Linking CXX shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/c++  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -install_name @executable_path/Plugins/libPharoVMCore.dylib CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o  -Wl,-rpath,@executable_path/Plugins /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 35%] Built target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
[ 36%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 36%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:502:36: warning: cast to smaller integer type 'int' from 'sqSSL *' (aka 'struct sqSSL *') [-Wpointer-to-int-cast]
    logTrace("sqConnectSSL: %x\n", (int)ssl);
                                   ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/debug.h:34:83: note: expanded from macro 'logTrace'
#define logTrace(...)   logMessage(LOG_TRACE, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                                                                    ^~~~~~~~~~~
5 warnings generated.
[ 37%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -install_name @executable_path/Plugins/libSqueakSSL.dylib CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation -framework Security /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 37%] Built target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
[ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
}
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: unused typedef 'aioHandler' [-Wunused-local-typedef]
        typedef void (*aioHandler)(int fd, void *clientData, int flag);
                       ^
6 warnings generated.
[ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 39%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable]
  int   utf8= 0;
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c:133:87: warning: cast to smaller integer type 'CFStringEncoding' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast]
  CFStringRef        cfs= CFStringCreateWithBytes(NULL, (unsigned char *)from, fromLen, (CFStringEncoding)fromCode, 0);
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c:144:45: warning: cast to smaller integer type 'CFStringEncoding' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast]
    CFIndex num= CFStringGetBytes(str, rng, (CFStringEncoding)toCode, '?', 0, (UInt8 *)to, toLen - term, &len);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
[ 39%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/fileUtils.c
[ 40%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
    sqInt nameString;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
    sqInt createDateOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
    sqInt i;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
    sqInt results;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
    sqInt fileSizeOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
    sqInt modDateOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
    char *stringPtr;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
    sqInt retryCount;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
    sqInt objectPointer1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
    size_t elementSize1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
    sqInt bytesRead1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
    SQFile *file1;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
    size_t count1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
    sqInt array1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
    size_t startIndex1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'sqInt (*)(int)' (aka 'long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: a54abfca-fc8d-0d00-be9c-f1a305b3df91 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
-- extracting... [analysis]
-- extracting... [rename]
24 warnings generated.
[ 41%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -install_name @executable_path/Plugins/libFilePlugin.dylib CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 42%] Built target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
[ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
    unsigned int mask;
                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
10 warnings generated.
[ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 44%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
int             mode;
                ^
5 warnings generated.
[ 44%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -install_name @executable_path/Plugins/libFileAttributesPlugin.dylib CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 44%] Built target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.14
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-src/libSDL2-2.0.0.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-src/libSDL2.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target SDL2-2.0.14
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Scanning dependencies of target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng16.16.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng16.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Scanning dependencies of target cairo-1.16.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo.2.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target cairo-1.16.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Scanning dependencies of target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src/libpixman-1.0.40.0.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src/libpixman-1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src/libpixman-1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Scanning dependencies of target freetype-2.10.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-src/libfreetype.6.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-src/libfreetype.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target freetype-2.10.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.9.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target libssh2-1.9.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Scanning dependencies of target libgit2-1.0.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src/libgit2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src/libgit2.1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src/libgit2.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target libgit2-1.0.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Scanning dependencies of target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libcrypto.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libcrypto.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libssl.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libssl.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/fontconfig-2.13.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/fontconfig-2.13.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/fontconfig-2.13.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/fontconfig-2.13.1.dir/depend.internal".
Scanning dependencies of target fontconfig-2.13.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/fontconfig-2.13.1-src/libfontconfig.1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/fontconfig-2.13.1-src/libfontconfig.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target fontconfig-2.13.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
[ 44%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:942:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1053:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:3017:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4326:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: incompatible function pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-function-pointer-types]
        sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                          ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4561:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4903:2: warning: expression result unused [-Wunused-value]
        (char *)strncpy(cString, stringPtr, len);
        ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: unused function 'argumentAtAsType' [-Wunused-function]
argumentAtAsType(sqInt classIdentifier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: unused function 'copyBytesFromtolength' [-Wunused-function]
copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: unused function 'descriptorTableSize' [-Wunused-function]
descriptorTableSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function]
environmentAtSymbolAsType(sqInt classIdentifier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function]
fileDescriptorFrom(sqInt aSQFileByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: unused function 'fileRecordSize' [-Wunused-function]
fileRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: unused function 'fileValueOf' [-Wunused-function]
fileValueOf(sqInt anSQFileRecord)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function]
getThisSessionIdentifier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: unused function 'isSQFileObject' [-Wunused-function]
isSQFileObject(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: unused function 'isSQSocketObject' [-Wunused-function]
isSQSocketObject(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: unused function 'isValidFileSession' [-Wunused-function]
isValidFileSession(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function]
maskForThisThreadAndResend(int sigNum)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: unused function 'newSQFileByteArray' [-Wunused-function]
newSQFileByteArray(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function]
newSQSocketByteArray(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt aByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function]
restoreDefaultSignalHandlers(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: unused function 'sendSignaltoPid' [-Wunused-function]
sendSignaltoPid(sqInt sig, sqInt pid)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function]
setSigIntDefaultHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: unused function 'setSigIntIgnore' [-Wunused-function]
setSigIntIgnore(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function]
setSigPipeDefaultHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: unused function 'setSigPipeHandler' [-Wunused-function]
setSigPipeHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function]
setSigPipeIgnore(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: unused function 'sigAbrtNumber' [-Wunused-function]
sigAbrtNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: unused function 'sigAlrmNumber' [-Wunused-function]
sigAlrmNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: unused function 'sigChldNumber' [-Wunused-function]
sigChldNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: unused function 'sigContNumber' [-Wunused-function]
sigContNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'sigHoldNumber' [-Wunused-function]
sigHoldNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: unused function 'sigHupNumber' [-Wunused-function]
sigHupNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: unused function 'sigIntNumber' [-Wunused-function]
sigIntNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: unused function 'sigKillNumber' [-Wunused-function]
sigKillNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: unused function 'sigPipeNumber' [-Wunused-function]
sigPipeNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: unused function 'sigQuitNumber' [-Wunused-function]
sigQuitNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: unused function 'sigStopNumber' [-Wunused-function]
sigStopNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: unused function 'sigTermNumber' [-Wunused-function]
sigTermNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: unused function 'sigUsr1Number' [-Wunused-function]
sigUsr1Number(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: unused function 'sigUsr2Number' [-Wunused-function]
sigUsr2Number(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: unused function 'sizeOfInt' [-Wunused-function]
sizeOfInt(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: unused function 'sizeOfPointer' [-Wunused-function]
sizeOfPointer(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function]
socketDescriptorFrom(sqInt sqSocketOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt anSQSocketRecord)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: unused function 'unixFileNumber' [-Wunused-function]
unixFileNumber(FILEHANDLETYPE fileHandle)
^
52 warnings generated.
[ 45%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -install_name @executable_path/Plugins/libUnixOSProcessPlugin.dylib CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 45%] Built target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
[ 46%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 46%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -install_name @executable_path/Plugins/libMiscPrimitivePlugin.dylib CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
-- extracting... [clean up]
-- extracting... done
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 11%] No patch step for 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E echo_append
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 46%] Built target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
[ 46%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable]
static sqInt cbSampleStream;
             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable]
static sqInt crSampleStream;
             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable]
static sqInt ySampleStream;
             ^
17 warnings generated.
[ 47%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -install_name @executable_path/Plugins/libJPEGReaderPlugin.dylib CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 47%] Built target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
[ 47%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
        unsigned int m1;
                     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
        sqInt startBits1;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
        sqInt pixPerM1;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
        sqInt endBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
        sqInt sxLowBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
        sqInt pixPerM11;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
        sqInt dxLowBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
        sqInt t;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
        sqInt startBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
        sqInt done;
              ^
[ 12%] Performing update step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && echo

[ 12%] Performing configure step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && echo
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
        sqInt _return_value;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^

cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 13%] Performing build step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image --no-default-preferences save VMMaker
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'writeImageFileIO':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74359:2: warning: 'the2ndUnknownShort' may be used uninitialized in this function [-Wmaybe-uninitialized]
  putShorttoFile(the2ndUnknownShort, f);
  ^
53 warnings generated.
[ 48%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -install_name @executable_path/Plugins/libBitBltPlugin.dylib CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 48%] Built target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
[ 49%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
26 warnings generated.
[ 49%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -install_name @executable_path/Plugins/libLargeIntegers.dylib CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 49%] Built target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
[ 50%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 50%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:133:17: warning: incompatible integer to pointer conversion passing 'time_t' (aka 'long') to parameter of type 'time_t *' (aka 'long *') [-Wint-conversion]
        theTime = time((time_t)NULL);
                       ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/time.h:118:21: note: passing argument to parameter here
time_t time(time_t *);
                    ^
5 warnings generated.
[ 51%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -install_name @executable_path/Plugins/libLocalePlugin.dylib CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 51%] Built target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
[ 52%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 53%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: a54abfca-fc8d-0d00-be9c-f1a305b3df91 " __DATE__ ;
            ^
4 warnings generated.
[ 53%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -install_name @executable_path/Plugins/libSurfacePlugin.dylib CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 53%] Built target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
[ 54%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
    sqInt ok;
          ^
5 warnings generated.
[ 55%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -install_name @executable_path/Plugins/libUUIDPlugin.dylib CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 55%] Built target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
[ 55%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
5 warnings generated.
[ 56%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -install_name @executable_path/Plugins/libDSAPrims.dylib CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 56%] Built target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
[ 57%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
        sqInt okToListen;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
7 warnings generated.
[ 57%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
[ 58%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -install_name @executable_path/Plugins/libSocketPlugin.dylib CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 58%] Built target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
[ 58%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit C:/builds/workspace/pharo-vm_v9.0.10/repository/scripts/installVMMaker.st C:/builds/workspace/pharo-vm_v9.0.10/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
325 warnings generated.
[ 59%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -install_name @executable_path/Plugins/libB2DPlugin.dylib CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 59%] Built target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'followForwardedFrameContentsstackPointer':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64867:3: warning: 'oop' may be used uninitialized in this function [-Wmaybe-uninitialized]
   followForwardedObjectFieldstoDepth(oop, 0);
   ^
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c: In function 'printInvalidClassTableEntries':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:55792:11: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized]
     sqInt hash;
           ^
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
15 warnings generated.
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
  my_src_ptr src = (my_src_ptr) cinfo->src;
             ^
1 warning generated.
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 88%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 89%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 89%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 90%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -install_name @executable_path/Plugins/libJPEGReadWriter2Plugin.dylib CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 90%] Built target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
[ 91%] Building C object CMakeFiles/Pharo.dir/src/unixMain.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -o CMakeFiles/Pharo.dir/src/unixMain.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/unixMain.c
[ 91%] Linking C executable build/vm/Debug/Pharo.app/Contents/MacOS/Pharo
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/Pharo.dir/src/unixMain.c.o -o build/vm/Debug/Pharo.app/Contents/MacOS/Pharo  build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/resources/mac/Pharo.icns build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/resources/mac/PharoChanges.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/resources/mac/PharoImage.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/resources/mac/PharoSources.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
[ 91%] Built target Pharo
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
[ 92%] Performing update step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

[ 92%] No patch step for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[ 93%] Performing configure step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 93%] Performing build step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 94%] Performing install step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
2485 warnings generated.
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-pointer-types]
        VM->push = push;
                 ^ ~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible pointer types assigning to 'sqInt (*)(double)' (aka 'long (*)(double)') from 'void (double)' [-Wincompatible-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long, long, long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long, long, void *)') [-Wincompatible-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long (void)') [-Wincompatible-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: incompatible pointer types assigning to 'volatile unsigned long (*)(void)' from 'volatile unsigned long long (void)' [-Wincompatible-pointer-types]
        VM->utcMicroseconds = ioUTCMicroseconds;
                            ^ ~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible pointer types assigning to 'sqInt (*)(char *)' (aka 'long (*)(char *)') from 'sqInt (const char *)' (aka 'long (const char *)') [-Wincompatible-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible pointer types assigning to 'sqInt (*)(int)' (aka 'long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable 'v' [-Wunused-variable]
        int v;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable 'xArray' [-Wunused-variable]
    sqInt xArray;
          ^
6 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/osx/aioOSX.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/osx/aioOSX.c:264:6: warning: unused variable 'n' [-Wunused-variable]
        int n;
            ^
1 warning generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
        void *pc;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:489:2: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
        getcontext(&uap);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/ucontext.h:37:6: note: 'getcontext' has been explicitly marked deprecated here
int  getcontext(ucontext_t *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_2_0, __IPHONE_2_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
     ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:77:12: warning: unused variable 'inFault' [-Wunused-variable]
static int inFault = 0;
           ^
3 warnings generated.
[ 37%] Building CXX object CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o
/Library/Developer/CommandLineTools/usr/bin/c++  -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o -c /builds/workspace/pharo-vm_v9.0.10/repository/src/utilsMac.mm
[ 94%] Completed 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-complete
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
[ 95%] Built target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
1 warning generated.
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callout.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/registerCallback.c
[100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/structures.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o  -Wl,-rpath,@executable_path/Plugins 
[100%] Built target TestLibrary
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles 0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 preinstall
make[1]: Nothing to be done for `preinstall'.
Install the project...
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/./
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfontconfig.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.0.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng16.16.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.40.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfontconfig.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng16.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Pharo
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/Resources
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/Info.plist
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/config.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/win/resources.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pharo.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/img.image
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/parameters.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win32Main.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/macAlias.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/unixMain.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/client.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/debug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/errorCode.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/parameterVector.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/version.info
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated/
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cogit.h
Run CPack packaging tool...
/opt/homebrew/Cellar/cmake/3.19.4/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogMac.m
[ 38%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/memoryUnix.c
[ 38%] Linking CXX shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/c++  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -install_name @executable_path/Plugins/libPharoVMCore.dylib CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 38%] Built target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
[ 38%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 39%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 40%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -install_name @executable_path/Plugins/libSqueakSSL.dylib CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation -framework Security build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 40%] Built target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.7
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-src/libSDL2-2.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-src/libSDL2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 40%] Built target SDL2-2.0.7
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.2.49.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.2.49.dir/depend.internal".
Scanning dependencies of target libpng-1.2.49
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.2.49-src/libpng12.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.2.49-src/libpng12.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 40%] Built target libpng-1.2.49
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Scanning dependencies of target pixman-0.34.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-src/libpixman-1.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-src/libpixman-1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 40%] Built target pixman-0.34.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Scanning dependencies of target freetype-2.9.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-src/libfreetype.6.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-src/libfreetype.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 40%] Built target freetype-2.9.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Scanning dependencies of target cairo-1.15.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src/libcairo.2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src/libcairo.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 40%] Built target cairo-1.15.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-mac-1.0.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-mac-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-mac-1.0.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 40%] Built target libgit2-mac-1.0.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src/libgit2.0.25.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src/libgit2.25.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src/libgit2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 40%] Built target libgit2-0.25.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
[ 40%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: unused typedef 'aioHandler' [-Wunused-local-typedef]
        typedef void (*aioHandler)(int fd, void *clientData, int flag);
                       ^
6 warnings generated.
[ 41%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 41%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable]
  int   utf8= 0;
        ^
1 warning generated.
[ 42%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/fileUtils.c
[ 42%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
    sqInt results;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
    sqInt modDateOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
    sqInt fileSizeOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
    sqInt i;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
    sqInt nameString;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
    char *stringPtr;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
    sqInt createDateOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
    sqInt objectPointer1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
    sqInt bytesRead1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
    size_t elementSize1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
    SQFile *file1;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
    sqInt array1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
    size_t startIndex1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
    sqInt retryCount;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
    size_t count1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'sqInt (*)(int)' (aka 'long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: 3faeefcb-fc8d-0d00-bd4a-0a3004ad5040 " __DATE__ ;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
24 warnings generated.
[ 43%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -install_name @executable_path/Plugins/libFilePlugin.dylib CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 44%] Built target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c: In function 'sqGetInterpreterProxy':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->push = push;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->pushFloat = pushFloat;
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                     ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->forceInterruptCheck = forceInterruptCheck;
                          ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->utcMicroseconds = ioUTCMicroseconds;
                      ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->stringForCString = stringForCString;
                       ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                     ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                  ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->platformSemaphoreNew = platform_semaphore_new;
                           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                   ^
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c
Scanning dependencies of target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
[ 44%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:942:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1053:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:3017:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4326:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: incompatible pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-pointer-types]
        sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                          ^ ~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4561:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4903:2: warning: expression result unused [-Wunused-value]
        (char *)strncpy(cString, stringPtr, len);
        ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: unused function 'argumentAtAsType' [-Wunused-function]
argumentAtAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: unused function 'copyBytesFromtolength' [-Wunused-function]
copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: unused function 'descriptorTableSize' [-Wunused-function]
descriptorTableSize(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function]
environmentAtSymbolAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function]
fileDescriptorFrom(sqInt aSQFileByteArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: unused function 'fileRecordSize' [-Wunused-function]
fileRecordSize(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: unused function 'fileValueOf' [-Wunused-function]
fileValueOf(sqInt anSQFileRecord)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function]
getThisSessionIdentifier(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: unused function 'isSQFileObject' [-Wunused-function]
isSQFileObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: unused function 'isSQSocketObject' [-Wunused-function]
isSQSocketObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: unused function 'isValidFileSession' [-Wunused-function]
isValidFileSession(sqInt objectPointer)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function]
maskForThisThreadAndResend(int sigNum)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: unused function 'newSQFileByteArray' [-Wunused-function]
newSQFileByteArray(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function]
newSQSocketByteArray(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt aByteArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function]
restoreDefaultSignalHandlers(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: unused function 'sendSignaltoPid' [-Wunused-function]
sendSignaltoPid(sqInt sig, sqInt pid)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function]
setSigIntDefaultHandler(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: unused function 'setSigIntIgnore' [-Wunused-function]
setSigIntIgnore(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function]
setSigPipeDefaultHandler(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: unused function 'setSigPipeHandler' [-Wunused-function]
setSigPipeHandler(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function]
setSigPipeIgnore(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: unused function 'sigAbrtNumber' [-Wunused-function]
sigAbrtNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: unused function 'sigAlrmNumber' [-Wunused-function]
sigAlrmNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: unused function 'sigChldNumber' [-Wunused-function]
sigChldNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: unused function 'sigContNumber' [-Wunused-function]
sigContNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'sigHoldNumber' [-Wunused-function]
sigHoldNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: unused function 'sigHupNumber' [-Wunused-function]
sigHupNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: unused function 'sigIntNumber' [-Wunused-function]
sigIntNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: unused function 'sigKillNumber' [-Wunused-function]
sigKillNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: unused function 'sigPipeNumber' [-Wunused-function]
sigPipeNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: unused function 'sigQuitNumber' [-Wunused-function]
sigQuitNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: unused function 'sigStopNumber' [-Wunused-function]
sigStopNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: unused function 'sigTermNumber' [-Wunused-function]
sigTermNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: unused function 'sigUsr1Number' [-Wunused-function]
sigUsr1Number(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: unused function 'sigUsr2Number' [-Wunused-function]
sigUsr2Number(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: unused function 'sizeOfInt' [-Wunused-function]
sizeOfInt(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: unused function 'sizeOfPointer' [-Wunused-function]
sizeOfPointer(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function]
socketDescriptorFrom(sqInt sqSocketOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt anSQSocketRecord)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: unused function 'unixFileNumber' [-Wunused-function]
unixFileNumber(FILEHANDLETYPE fileHandle)
^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function 'signalSemaphoreWithIndex':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable 'v' [-Wunused-variable]
  int v;
      ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function 'doSignalExternalSemaphores':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:178:17: warning: variable 'signalled' set but not used [-Wunused-but-set-variable]
  char switched, signalled = 0;
                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function 'waitOnExternalSemaphoreIndex':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable 'xArray' [-Wunused-variable]
     sqInt xArray;
           ^
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c
52 warnings generated.
[ 45%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -install_name @executable_path/Plugins/libUnixOSProcessPlugin.dylib CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 45%] Built target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
[ 46%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c:34:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c: In function 'aioInit':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c:124:16: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
  signal(SIGIO, forceInterruptCheck);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c:45:0:
/usr/include/signal.h:102:23: note: expected '__sighandler_t {aka void (*)(int)}' but argument is of type 'sqInt (*)(void) {aka long int (*)(void)}'
 extern __sighandler_t signal (int __sig, __sighandler_t __handler)
                       ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 46%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -install_name @executable_path/Plugins/libMiscPrimitivePlugin.dylib CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 46%] Built target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c: In function 'reportStackState':
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
  void *pc;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:77:12: warning: 'inFault' defined but not used [-Wunused-variable]
 static int inFault = 0;
            ^
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/memoryUnix.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/memoryUnix.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogUnix.c
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
[ 47%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable]
static sqInt cbSampleStream;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable]
static sqInt crSampleStream;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable]
static sqInt ySampleStream;
             ^
17 warnings generated.
[ 47%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -install_name @executable_path/Plugins/libJPEGReaderPlugin.dylib CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/fileDialog.h:4,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogUnix.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 37%] Linking C shared library build/vm/libPharoVMCore.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libPharoVMCore.so -o build/vm/libPharoVMCore.so CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 37%] Built target PharoVMCore
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 37%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c: In function 'waitForDataonSemaphoreIndex':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: typedef 'aioHandler' locally defined but not used [-Wunused-local-typedefs]
  typedef void (*aioHandler)(int fd, void *clientData, int flag);
                 ^
[ 47%] Built target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
[ 47%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
        sqInt t;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
        sqInt dxLowBits;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
        sqInt pixPerM11;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
        sqInt startBits;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
        sqInt done;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
        sqInt startBits1;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
        sqInt endBits;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
        unsigned int m1;
                     ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
        sqInt sxLowBits;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
        sqInt pixPerM1;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
        sqInt _return_value;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c:33:0:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 39%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/fileUtils.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/fileUtils.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 39%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'pointerFrom':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
   return primitiveFailFor(PrimErrBadArgument);
          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveDirectoryEntry':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:703:11: warning: variable 'v' set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveDirectoryLookup':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:799:11: warning: variable 'v' set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
     char *stringPtr;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
     sqInt results;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
     sqInt nameString;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
     sqInt modDateOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
     sqInt i;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
     sqInt fileSizeOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
     sqInt createDateOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveFileRead':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
     size_t startIndex1;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
     sqInt retryCount;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
     sqInt objectPointer1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
     SQFile *file1;
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
     size_t elementSize1;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
     size_t count1;
            ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
     sqInt bytesRead1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
     sqInt array1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'setInterpreter':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   characterObjectOf = interpreterProxy->characterObjectOf;
                     ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   fullGC = interpreterProxy->fullGC;
          ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: a04481ca-fc8d-0d00-a506-9ecd0f452b1c " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: 'connectToFdwrite' defined but not used [-Wunused-function]
 connectToFdwrite(int fd, sqInt writeFlag)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: 'connectToFilewrite' defined but not used [-Wunused-function]
 connectToFilewrite(void *cfile, sqInt writeFlag)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' defined but not used [-Wunused-function]
 makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: 'primitiveFileReadWithoutPinning' defined but not used [-Wunused-function]
 primitiveFileReadWithoutPinning(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: 'primitiveFileReadWithPinning' defined but not used [-Wunused-function]
 primitiveFileReadWithPinning(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveFileGetPosition':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1071:3: warning: 'position' may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(position));
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveFileSize':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1411:3: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(size));
   ^
[ 40%] Linking C shared library build/vm/libFilePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFilePlugin.so -o build/vm/libFilePlugin.so CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 41%] Built target FilePlugin
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 41%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:38:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveFileStat':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2055:11: warning: variable 'uid' set but not used [-Wunused-but-set-variable]
     sqInt uid;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2049:11: warning: variable 'gid' set but not used [-Wunused-but-set-variable]
     sqInt gid;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveFixPointersInArrayOfStrings':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2095:11: warning: variable 'count' set but not used [-Wunused-but-set-variable]
     sqInt count;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'setSigChldHandler':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                    ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer
  if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
                                                     ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'setSignalNumberhandler':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer
  if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
                                                                          ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'sigHoldNumber':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4645:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return -1;
         ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: 'argumentAtAsType' defined but not used [-Wunused-function]
 argumentAtAsType(sqInt classIdentifier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: 'copyBytesFromtolength' defined but not used [-Wunused-function]
 copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: 'descriptorTableSize' defined but not used [-Wunused-function]
 descriptorTableSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: 'environmentAtSymbolAsType' defined but not used [-Wunused-function]
 environmentAtSymbolAsType(sqInt classIdentifier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: 'fileDescriptorFrom' defined but not used [-Wunused-function]
 fileDescriptorFrom(sqInt aSQFileByteArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: 'fileRecordSize' defined but not used [-Wunused-function]
 fileRecordSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: 'fileValueOf' defined but not used [-Wunused-function]
 fileValueOf(sqInt anSQFileRecord)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: 'getThisSessionIdentifier' defined but not used [-Wunused-function]
 getThisSessionIdentifier(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: 'isSQFileObject' defined but not used [-Wunused-function]
 isSQFileObject(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: 'isSQSocketObject' defined but not used [-Wunused-function]
 isSQSocketObject(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: 'isValidFileSession' defined but not used [-Wunused-function]
 isValidFileSession(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: 'maskForThisThreadAndResend' defined but not used [-Wunused-function]
 maskForThisThreadAndResend(int sigNum)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: 'newSQFileByteArray' defined but not used [-Wunused-function]
 newSQFileByteArray(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: 'newSQSocketByteArray' defined but not used [-Wunused-function]
 newSQSocketByteArray(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: 'pointerFrom' defined but not used [-Wunused-function]
 pointerFrom(sqInt aByteArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: 'restoreDefaultSignalHandlers' defined but not used [-Wunused-function]
 restoreDefaultSignalHandlers(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: 'sendSignaltoPid' defined but not used [-Wunused-function]
 sendSignaltoPid(sqInt sig, sqInt pid)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: 'setSigIntDefaultHandler' defined but not used [-Wunused-function]
 setSigIntDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: 'setSigIntIgnore' defined but not used [-Wunused-function]
 setSigIntIgnore(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: 'setSigPipeDefaultHandler' defined but not used [-Wunused-function]
 setSigPipeDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: 'setSigPipeHandler' defined but not used [-Wunused-function]
 setSigPipeHandler(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: 'setSigPipeIgnore' defined but not used [-Wunused-function]
 setSigPipeIgnore(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: 'sigAbrtNumber' defined but not used [-Wunused-function]
 sigAbrtNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: 'sigAlrmNumber' defined but not used [-Wunused-function]
 sigAlrmNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: 'sigChldNumber' defined but not used [-Wunused-function]
 sigChldNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: 'sigContNumber' defined but not used [-Wunused-function]
 sigContNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: 'sigHoldNumber' defined but not used [-Wunused-function]
 sigHoldNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: 'sigHupNumber' defined but not used [-Wunused-function]
 sigHupNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: 'sigIntNumber' defined but not used [-Wunused-function]
 sigIntNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: 'sigKillNumber' defined but not used [-Wunused-function]
 sigKillNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: 'sigPipeNumber' defined but not used [-Wunused-function]
 sigPipeNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: 'sigQuitNumber' defined but not used [-Wunused-function]
 sigQuitNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: 'sigStopNumber' defined but not used [-Wunused-function]
 sigStopNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: 'sigTermNumber' defined but not used [-Wunused-function]
 sigTermNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: 'sigUsr1Number' defined but not used [-Wunused-function]
 sigUsr1Number(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: 'sigUsr2Number' defined but not used [-Wunused-function]
 sigUsr2Number(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: 'sizeOfInt' defined but not used [-Wunused-function]
 sizeOfInt(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: 'sizeOfPointer' defined but not used [-Wunused-function]
 sizeOfPointer(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: 'socketDescriptorFrom' defined but not used [-Wunused-function]
 socketDescriptorFrom(sqInt sqSocketOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: 'socketRecordSize' defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: 'socketValueOf' defined but not used [-Wunused-function]
 socketValueOf(sqInt anSQSocketRecord)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: 'unixFileNumber' defined but not used [-Wunused-function]
 unixFileNumber(FILEHANDLETYPE fileHandle)
 ^
53 warnings generated.
[ 48%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -install_name @executable_path/Plugins/libBitBltPlugin.dylib CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 48%] Built target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.7.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-src/libssh2.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-src/libssh2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 48%] Built target libssh2-1.7.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
[ 49%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
[ 42%] Linking C shared library build/vm/libUnixOSProcessPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUnixOSProcessPlugin.so -o build/vm/libUnixOSProcessPlugin.so CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 42%] Built target UnixOSProcessPlugin
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 42%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: 'addBackDivisorDigitShift' defined but not used [-Wunused-function]
 addBackDivisorDigitShift(sqInt digitShift)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: 'bigDivideLoop' defined but not used [-Wunused-function]
 bigDivideLoop(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: 'leftRotateby' defined but not used [-Wunused-function]
 leftRotateby(unsigned int anInteger, sqInt bits)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: 'subtractDivisorMultipliedByDigitdigitShift' defined but not used [-Wunused-function]
 subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
 ^
[ 43%] Linking C shared library build/vm/libDSAPrims.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libDSAPrims.so -o build/vm/libDSAPrims.so CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 43%] Built target DSAPrims
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 43%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
26 warnings generated.
[ 49%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -install_name @executable_path/Plugins/libLargeIntegers.dylib CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 49%] Built target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
[ 49%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
[ 44%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:3:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function 'sqVerifySAN':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:42:32: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
 # define ASN1_STRING_get0_data ASN1_STRING_data
                                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:176:24: note: in expansion of macro 'ASN1_STRING_get0_data'
  const char* sANData = ASN1_STRING_get0_data(sAN->d.ia5);
                        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function 'sqConnectSSL':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:29: warning: the address of 'X509_check_ip_asc' will always evaluate as 'true' [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:47: warning: the address of 'X509_check_host' will always evaluate as 'true' [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                                               ^
5 warnings generated.
[ 50%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -install_name @executable_path/Plugins/libDSAPrims.dylib CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 50%] Built target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
[ 51%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
        sqInt okToListen;
              ^
[ 44%] Linking C shared library build/vm/libSqueakSSL.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSqueakSSL.so -o build/vm/libSqueakSSL.so CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 44%] Built target SqueakSSL
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 44%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
7 warnings generated.
[ 51%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'copyBitsFallback':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
  sqInt t;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
  sqInt sxLowBits;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
  sqInt startBits1;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
  sqInt startBits;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
  sqInt pixPerM11;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
  sqInt pixPerM1;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
  unsigned int m1;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
  sqInt endBits;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
  sqInt dxLowBits;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
  sqInt done;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'loadBitBltDestForm':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3069:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'loadBitBltFromwarping':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3152:8: warning: variable 'v1' set but not used [-Wunused-but-set-variable]
  sqInt v1;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3151:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'loadBitBltSourceForm':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3558:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'lockSurfaces':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3877:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'primitiveCompareColors':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
  sqInt _return_value;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5027:8: warning: variable 'val' set but not used [-Wunused-but-set-variable]
  sqInt val;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5026:8: warning: variable 'testID' set but not used [-Wunused-but-set-variable]
  sqInt testID;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5025:8: warning: variable 'rcvr' set but not used [-Wunused-but-set-variable]
  sqInt rcvr;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5024:14: warning: variable 'colorB' set but not used [-Wunused-but-set-variable]
  usqIntptr_t colorB;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5023:14: warning: variable 'colorA' set but not used [-Wunused-but-set-variable]
  usqIntptr_t colorA;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: 'affectedBottom' defined but not used [-Wunused-function]
 affectedBottom(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: 'affectedLeft' defined but not used [-Wunused-function]
 affectedLeft(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: 'affectedRight' defined but not used [-Wunused-function]
 affectedRight(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: 'affectedTop' defined but not used [-Wunused-function]
 affectedTop(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: 'checkSourceOverlap' defined but not used [-Wunused-function]
 checkSourceOverlap(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: 'copyBitsFastPathSpecialised' defined but not used [-Wunused-function]
 copyBitsFastPathSpecialised(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: 'default8To32Table' defined but not used [-Wunused-function]
 default8To32Table(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: 'deltaFromtonSteps' defined but not used [-Wunused-function]
 deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: 'destMaskAndPointerInit' defined but not used [-Wunused-function]
 destMaskAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: 'dither32To16threshold' defined but not used [-Wunused-function]
 dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: 'drawLoopXY' defined but not used [-Wunused-function]
 drawLoopXY(sqInt xDelta, sqInt yDelta)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: 'expensiveDither32To16threshold' defined but not used [-Wunused-function]
 expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: 'fetchIntOrFloatofObject' defined but not used [-Wunused-function]
 fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: 'ignoreSourceOrHalftone' defined but not used [-Wunused-function]
 ignoreSourceOrHalftone(sqInt formPointer)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: 'loadBitBltDestForm' defined but not used [-Wunused-function]
 loadBitBltDestForm(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: 'loadBitBltSourceForm' defined but not used [-Wunused-function]
 loadBitBltSourceForm(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: 'loadColorMap' defined but not used [-Wunused-function]
 loadColorMap(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: 'loadColorMapShiftOrMaskFrom' defined but not used [-Wunused-function]
 loadColorMapShiftOrMaskFrom(sqInt mapOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: 'loadHalftoneForm' defined but not used [-Wunused-function]
 loadHalftoneForm(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: 'loadWarpBltFrom' defined but not used [-Wunused-function]
 loadWarpBltFrom(sqInt bbObj)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: 'mapPixelflags' defined but not used [-Wunused-function]
 mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: 'mergewith' defined but not used [-Wunused-function]
 mergewith(unsigned int sourceWord, unsigned int destinationWord)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: 'partitionedRgbComponentAlphadestnBitsnPartitions' defined but not used [-Wunused-function]
 partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: 'performCopyLoop' defined but not used [-Wunused-function]
 performCopyLoop(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' defined but not used [-Wunused-function]
 pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: 'pickWarpPixelAtXy' defined but not used [-Wunused-function]
 pickWarpPixelAtXy(sqInt xx, sqInt yy)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: 'rgbMap16To32' defined but not used [-Wunused-function]
 rgbMap16To32(sqInt sourcePixel)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: 'rgbMap32To32' defined but not used [-Wunused-function]
 rgbMap32To32(sqInt sourcePixel)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: 'rgbMapPixelflags' defined but not used [-Wunused-function]
 rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: 'showDisplayBits' defined but not used [-Wunused-function]
 showDisplayBits(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: 'sourceSkewAndPointerInit' defined but not used [-Wunused-function]
 sourceSkewAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: 'tryCopyingBitsQuickly' defined but not used [-Wunused-function]
 tryCopyingBitsQuickly(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: 'warpBits' defined but not used [-Wunused-function]
 warpBits(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: 'warpLoopSetup' defined but not used [-Wunused-function]
 warpLoopSetup(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' defined but not used [-Wunused-function]
 warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
 ^
[ 52%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -install_name @executable_path/Plugins/libSocketPlugin.dylib CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 52%] Built target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
[ 53%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 53%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:133:17: warning: incompatible integer to pointer conversion passing 'time_t' (aka 'long') to parameter of type 'time_t *' (aka 'long *') [-Wint-conversion]
        theTime = time((time_t)NULL);
                       ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/time.h:118:21: note: passing argument to parameter here
time_t time(time_t *);
                    ^
5 warnings generated.
[ 54%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -install_name @executable_path/Plugins/libLocalePlugin.dylib CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 54%] Built target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
[ 55%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 55%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: 3faeefcb-fc8d-0d00-bd4a-0a3004ad5040 " __DATE__ ;
            ^
4 warnings generated.
[ 45%] Linking C shared library build/vm/libBitBltPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libBitBltPlugin.so -o build/vm/libBitBltPlugin.so CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 45%] Built target BitBltPlugin
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
[ 56%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -install_name @executable_path/Plugins/libSurfacePlugin.dylib CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 56%] Built target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
[ 56%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
    sqInt ok;
          ^
5 warnings generated.
[ 57%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -install_name @executable_path/Plugins/libUUIDPlugin.dylib CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 46%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
[ 46%] Linking C shared library build/vm/libMiscPrimitivePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libMiscPrimitivePlugin.so -o build/vm/libMiscPrimitivePlugin.so CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 46%] Built target MiscPrimitivePlugin
make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.7
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-src/libSDL2-2.0.so.0 /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0 /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.7-src/libSDL2.so /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 46%] Built target SDL2-2.0.7
make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.7.0
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-src/libssh2.so /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
[ 57%] Built target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
[ 57%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-src/libssh2.so.1 /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.7.0-src/libssh2.so.1.0.1 /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 46%] Built target libssh2-1.7.0
make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src/libcrypto.so.1.0.0 /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src/libssl.so /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src/libssl.so.1.0.0 /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 46%] Built target openssl-1.0.2q
make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-linux-1.0.0.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-linux-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-linux-1.0.0
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/libgit2-linux-1.0.0-src/libgit2.1.0.0.so /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 46%] Built target libgit2-linux-1.0.0
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 46%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 47%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 47%] Linking C shared library build/vm/libLocalePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLocalePlugin.so -o build/vm/libLocalePlugin.so CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 47%] Built target LocalePlugin
make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src/libgit2.so /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src/libgit2.so.0.25.1 /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-src/libgit2.so.25 /builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 47%] Built target libgit2-0.25.1
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 47%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:53:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function 'primitiveFileAttributes':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:630:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function 'primitiveLogicalDrives':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
     unsigned int mask;
                  ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function 'processDirectory':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1048:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: 'addressObjectFor' defined but not used [-Wunused-function]
 addressObjectFor(void *aMachineAddress)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: 'badSessionId' defined but not used [-Wunused-function]
 badSessionId(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: 'faSuccess' defined but not used [-Wunused-function]
 faSuccess(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: 'objectFromStructsize' defined but not used [-Wunused-function]
 objectFromStructsize(void *aMachineAddress, sqInt structSize)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: 'pathOoptoBuffermaxLen' defined but not used [-Wunused-function]
 pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: 'pointerFrom' defined but not used [-Wunused-function]
 pointerFrom(sqInt directoryPointerBytes)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: 'readLinkintomaxLength' defined but not used [-Wunused-function]
 readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: 'sizeOfFaPath' defined but not used [-Wunused-function]
 sizeOfFaPath(void)
 ^
[ 48%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 49%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c: In function 'faFileStatAttributes':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
 int  mode;
      ^
[ 49%] Linking C shared library build/vm/libFileAttributesPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFileAttributesPlugin.so -o build/vm/libFileAttributesPlugin.so CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 49%] Built target FileAttributesPlugin
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 49%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function 'stepToNextLine':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13520:11: warning: variable 'yValue' set but not used [-Wunused-but-set-variable]
     sqInt yValue;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function 'stepToNextWideBezierInat':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:3: warning: statement with no effect [-Wunused-value]
   ((signed)lastX >> 8);
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:2: warning: statement with no effect [-Wunused-value]
  ((signed)lastX1 >> 8);
  ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function 'stepToNextWideLine':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13699:11: warning: variable 'yValue' set but not used [-Wunused-but-set-variable]
     sqInt yValue;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: 'aaColorMaskGet' defined but not used [-Wunused-function]
 aaColorMaskGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: 'aaColorMaskPut' defined but not used [-Wunused-function]
 aaColorMaskPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: 'aaColorShiftGet' defined but not used [-Wunused-function]
 aaColorShiftGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: 'aaColorShiftPut' defined but not used [-Wunused-function]
 aaColorShiftPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: 'aaFirstPixelFromto' defined but not used [-Wunused-function]
 aaFirstPixelFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: 'aaHalfPixelGet' defined but not used [-Wunused-function]
 aaHalfPixelGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: 'aaHalfPixelPut' defined but not used [-Wunused-function]
 aaHalfPixelPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: 'aaLastPixelFromto' defined but not used [-Wunused-function]
 aaLastPixelFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: 'aaLevelGet' defined but not used [-Wunused-function]
 aaLevelGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: 'aaLevelPut' defined but not used [-Wunused-function]
 aaLevelPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: 'aaScanMaskGet' defined but not used [-Wunused-function]
 aaScanMaskGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: 'aaScanMaskPut' defined but not used [-Wunused-function]
 aaScanMaskPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: 'aaShiftGet' defined but not used [-Wunused-function]
 aaShiftGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: 'aaShiftPut' defined but not used [-Wunused-function]
 aaShiftPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: 'absoluteSquared8Dot24' defined but not used [-Wunused-function]
 absoluteSquared8Dot24(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: 'adjustAALevel' defined but not used [-Wunused-function]
 adjustAALevel(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: 'aetStartGet' defined but not used [-Wunused-function]
 aetStartGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: 'aetStartPut' defined but not used [-Wunused-function]
 aetStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: 'aetUsedGet' defined but not used [-Wunused-function]
 aetUsedGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: 'aetUsedPut' defined but not used [-Wunused-function]
 aetUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: 'allocateAETEntry' defined but not used [-Wunused-function]
 allocateAETEntry(sqInt nSlots)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: 'allocateBezier' defined but not used [-Wunused-function]
 allocateBezier(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: 'allocateBezierStackEntry' defined but not used [-Wunused-function]
 allocateBezierStackEntry(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: 'allocateBitmapFillcolormap' defined but not used [-Wunused-function]
 allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: 'allocateGradientFillrampWidthisRadial' defined but not used [-Wunused-function]
 allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: 'allocateLine' defined but not used [-Wunused-function]
 allocateLine(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: 'allocateStackEntry' defined but not used [-Wunused-function]
 allocateStackEntry(sqInt nSlots)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: 'allocateStackFillEntry' defined but not used [-Wunused-function]
 allocateStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: 'allocateWideBezier' defined but not used [-Wunused-function]
 allocateWideBezier(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: 'allocateWideLine' defined but not used [-Wunused-function]
 allocateWideLine(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: 'areEdgeFillsValid' defined but not used [-Wunused-function]
 areEdgeFillsValid(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: 'assureValuebetweenand' defined but not used [-Wunused-function]
 assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: 'bezierEndXOf' defined but not used [-Wunused-function]
 bezierEndXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: 'bezierEndXOfput' defined but not used [-Wunused-function]
 bezierEndXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: 'bezierEndYOf' defined but not used [-Wunused-function]
 bezierEndYOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: 'bezierEndYOfput' defined but not used [-Wunused-function]
 bezierEndYOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: 'bezierFinalXOf' defined but not used [-Wunused-function]
 bezierFinalXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: 'bezierFinalXOfput' defined but not used [-Wunused-function]
 bezierFinalXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: 'bezierUpdateDataOf' defined but not used [-Wunused-function]
 bezierUpdateDataOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: 'bezierViaXOf' defined but not used [-Wunused-function]
 bezierViaXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: 'bezierViaXOfput' defined but not used [-Wunused-function]
 bezierViaXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: 'bezierViaYOf' defined but not used [-Wunused-function]
 bezierViaYOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: 'bezierViaYOfput' defined but not used [-Wunused-function]
 bezierViaYOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: 'bitmapCmSizeOf' defined but not used [-Wunused-function]
 bitmapCmSizeOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: 'bitmapCmSizeOfput' defined but not used [-Wunused-function]
 bitmapCmSizeOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: 'bitmapDepthOf' defined but not used [-Wunused-function]
 bitmapDepthOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: 'bitmapDepthOfput' defined but not used [-Wunused-function]
 bitmapDepthOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: 'bitmapHeightOf' defined but not used [-Wunused-function]
 bitmapHeightOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: 'bitmapHeightOfput' defined but not used [-Wunused-function]
 bitmapHeightOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: 'bitmapRasterOf' defined but not used [-Wunused-function]
 bitmapRasterOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: 'bitmapRasterOfput' defined but not used [-Wunused-function]
 bitmapRasterOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: 'bitmapSizeOf' defined but not used [-Wunused-function]
 bitmapSizeOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: 'bitmapSizeOfput' defined but not used [-Wunused-function]
 bitmapSizeOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: 'bitmapTileFlagOf' defined but not used [-Wunused-function]
 bitmapTileFlagOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: 'bitmapTileFlagOfput' defined but not used [-Wunused-function]
 bitmapTileFlagOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: 'bitmapValuebitsatXy' defined but not used [-Wunused-function]
 bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: 'bitmapWidthOf' defined but not used [-Wunused-function]
 bitmapWidthOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: 'bitmapWidthOfput' defined but not used [-Wunused-function]
 bitmapWidthOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: 'bzEndX' defined but not used [-Wunused-function]
 bzEndX(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: 'bzEndXput' defined but not used [-Wunused-function]
 bzEndXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: 'bzEndY' defined but not used [-Wunused-function]
 bzEndY(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: 'bzEndYput' defined but not used [-Wunused-function]
 bzEndYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: 'bzStartX' defined but not used [-Wunused-function]
 bzStartX(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: 'bzStartXput' defined but not used [-Wunused-function]
 bzStartXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: 'bzStartY' defined but not used [-Wunused-function]
 bzStartY(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: 'bzStartYput' defined but not used [-Wunused-function]
 bzStartYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: 'bzViaX' defined but not used [-Wunused-function]
 bzViaX(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: 'bzViaXput' defined but not used [-Wunused-function]
 bzViaXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: 'bzViaY' defined but not used [-Wunused-function]
 bzViaY(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: 'bzViaYput' defined but not used [-Wunused-function]
 bzViaYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: 'checkedAddBezierToGET' defined but not used [-Wunused-function]
 checkedAddBezierToGET(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: 'checkedAddEdgeToGET' defined but not used [-Wunused-function]
 checkedAddEdgeToGET(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: 'checkedAddLineToGET' defined but not used [-Wunused-function]
 checkedAddLineToGET(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: 'clampValuemax' defined but not used [-Wunused-function]
 clampValuemax(sqInt value, sqInt maxValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: 'clearSpanBufferGet' defined but not used [-Wunused-function]
 clearSpanBufferGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: 'clearSpanBufferPut' defined but not used [-Wunused-function]
 clearSpanBufferPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: 'clipMaxXGet' defined but not used [-Wunused-function]
 clipMaxXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: 'clipMaxXPut' defined but not used [-Wunused-function]
 clipMaxXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: 'clipMaxYGet' defined but not used [-Wunused-function]
 clipMaxYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: 'clipMaxYPut' defined but not used [-Wunused-function]
 clipMaxYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: 'clipMinXGet' defined but not used [-Wunused-function]
 clipMinXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: 'clipMinXPut' defined but not used [-Wunused-function]
 clipMinXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: 'clipMinYGet' defined but not used [-Wunused-function]
 clipMinYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: 'clipMinYPut' defined but not used [-Wunused-function]
 clipMinYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: 'colormapOf' defined but not used [-Wunused-function]
 colormapOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: 'colorTransform' defined but not used [-Wunused-function]
 colorTransform(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: 'computeSqrt' defined but not used [-Wunused-function]
 computeSqrt(sqInt length2)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: 'currentYGet' defined but not used [-Wunused-function]
 currentYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: 'currentYPut' defined but not used [-Wunused-function]
 currentYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: 'currentZGet' defined but not used [-Wunused-function]
 currentZGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: 'currentZPut' defined but not used [-Wunused-function]
 currentZPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: 'destOffsetXGet' defined but not used [-Wunused-function]
 destOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: 'destOffsetXPut' defined but not used [-Wunused-function]
 destOffsetXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: 'destOffsetYGet' defined but not used [-Wunused-function]
 destOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: 'destOffsetYPut' defined but not used [-Wunused-function]
 destOffsetYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: 'drawWideEdgefrom' defined but not used [-Wunused-function]
 drawWideEdgefrom(sqInt edge, sqInt leftX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: 'edgeFillsInvalidate' defined but not used [-Wunused-function]
 edgeFillsInvalidate(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: 'edgeFillsValidate' defined but not used [-Wunused-function]
 edgeFillsValidate(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: 'edgeLeftFillOf' defined but not used [-Wunused-function]
 edgeLeftFillOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: 'edgeLeftFillOfput' defined but not used [-Wunused-function]
 edgeLeftFillOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: 'edgeNumLinesOf' defined but not used [-Wunused-function]
 edgeNumLinesOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: 'edgeNumLinesOfput' defined but not used [-Wunused-function]
 edgeNumLinesOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: 'edgeRightFillOf' defined but not used [-Wunused-function]
 edgeRightFillOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: 'edgeRightFillOfput' defined but not used [-Wunused-function]
 edgeRightFillOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: 'edgeTransform' defined but not used [-Wunused-function]
 edgeTransform(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: 'edgeTypeOf' defined but not used [-Wunused-function]
 edgeTypeOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: 'edgeXValueOf' defined but not used [-Wunused-function]
 edgeXValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: 'edgeXValueOfput' defined but not used [-Wunused-function]
 edgeXValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: 'edgeYValueOf' defined but not used [-Wunused-function]
 edgeYValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: 'edgeYValueOfput' defined but not used [-Wunused-function]
 edgeYValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: 'edgeZValueOf' defined but not used [-Wunused-function]
 edgeZValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: 'edgeZValueOfput' defined but not used [-Wunused-function]
 edgeZValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: 'estimatedLengthOfwith' defined but not used [-Wunused-function]
 estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: 'fillAllFromto' defined but not used [-Wunused-function]
 fillAllFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: 'fillBitmapSpan' defined but not used [-Wunused-function]
 fillBitmapSpan(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: 'fillColorSpanfromto' defined but not used [-Wunused-function]
 fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: 'fillDirectionXOf' defined but not used [-Wunused-function]
 fillDirectionXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: 'fillDirectionXOfput' defined but not used [-Wunused-function]
 fillDirectionXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: 'fillDirectionYOf' defined but not used [-Wunused-function]
 fillDirectionYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: 'fillDirectionYOfput' defined but not used [-Wunused-function]
 fillDirectionYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: 'fillLinearGradient' defined but not used [-Wunused-function]
 fillLinearGradient(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: 'fillMaxXGet' defined but not used [-Wunused-function]
 fillMaxXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: 'fillMaxXPut' defined but not used [-Wunused-function]
 fillMaxXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: 'fillMaxYGet' defined but not used [-Wunused-function]
 fillMaxYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: 'fillMaxYPut' defined but not used [-Wunused-function]
 fillMaxYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: 'fillMinXGet' defined but not used [-Wunused-function]
 fillMinXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: 'fillMinXPut' defined but not used [-Wunused-function]
 fillMinXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: 'fillMinYGet' defined but not used [-Wunused-function]
 fillMinYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: 'fillMinYPut' defined but not used [-Wunused-function]
 fillMinYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: 'fillNormalXOf' defined but not used [-Wunused-function]
 fillNormalXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: 'fillNormalXOfput' defined but not used [-Wunused-function]
 fillNormalXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: 'fillNormalYOf' defined but not used [-Wunused-function]
 fillNormalYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: 'fillNormalYOfput' defined but not used [-Wunused-function]
 fillNormalYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: 'fillOffsetXGet' defined but not used [-Wunused-function]
 fillOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: 'fillOffsetXPut' defined but not used [-Wunused-function]
 fillOffsetXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: 'fillOffsetYGet' defined but not used [-Wunused-function]
 fillOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: 'fillOffsetYPut' defined but not used [-Wunused-function]
 fillOffsetYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: 'fillOriginXOf' defined but not used [-Wunused-function]
 fillOriginXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: 'fillOriginXOfput' defined but not used [-Wunused-function]
 fillOriginXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: 'fillOriginYOf' defined but not used [-Wunused-function]
 fillOriginYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: 'fillOriginYOfput' defined but not used [-Wunused-function]
 fillOriginYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' defined but not used [-Wunused-function]
 fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: 'fillRadialGradient' defined but not used [-Wunused-function]
 fillRadialGradient(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' defined but not used [-Wunused-function]
 fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: 'fillTypeOf' defined but not used [-Wunused-function]
 fillTypeOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: 'findNextAETEdgeFrom' defined but not used [-Wunused-function]
 findNextAETEdgeFrom(sqInt leftEdge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: 'finishedProcessing' defined but not used [-Wunused-function]
 finishedProcessing(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: 'firstPointListGet' defined but not used [-Wunused-function]
 firstPointListGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: 'firstPointListPut' defined but not used [-Wunused-function]
 firstPointListPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: 'freeStackFillEntry' defined but not used [-Wunused-function]
 freeStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: 'getStartGet' defined but not used [-Wunused-function]
 getStartGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: 'getStartPut' defined but not used [-Wunused-function]
 getStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: 'getUsedGet' defined but not used [-Wunused-function]
 getUsedGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: 'getUsedPut' defined but not used [-Wunused-function]
 getUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: 'gradientRampLengthOf' defined but not used [-Wunused-function]
 gradientRampLengthOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: 'gradientRampLengthOfput' defined but not used [-Wunused-function]
 gradientRampLengthOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: 'gradientRampOf' defined but not used [-Wunused-function]
 gradientRampOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: 'hasColorTransform' defined but not used [-Wunused-function]
 hasColorTransform(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: 'hasColorTransformGet' defined but not used [-Wunused-function]
 hasColorTransformGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: 'hasColorTransformPut' defined but not used [-Wunused-function]
 hasColorTransformPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: 'hasEdgeTransform' defined but not used [-Wunused-function]
 hasEdgeTransform(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: 'hasEdgeTransformGet' defined but not used [-Wunused-function]
 hasEdgeTransformGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: 'hasEdgeTransformPut' defined but not used [-Wunused-function]
 hasEdgeTransformPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: 'incrementPointby' defined but not used [-Wunused-function]
 incrementPointby(int *point, sqInt delta)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: 'incrementStatby' defined but not used [-Wunused-function]
 incrementStatby(sqInt statIndex, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: 'isBezier' defined but not used [-Wunused-function]
 isBezier(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: 'isFillColor' defined but not used [-Wunused-function]
 isFillColor(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: 'isFill' defined but not used [-Wunused-function]
 isFill(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: 'isLine' defined but not used [-Wunused-function]
 isLine(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: 'isObject' defined but not used [-Wunused-function]
 isObject(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: 'isRealFill' defined but not used [-Wunused-function]
 isRealFill(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: 'isStackEntry' defined but not used [-Wunused-function]
 isStackEntry(sqInt entry)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: 'isStackIndex' defined but not used [-Wunused-function]
 isStackIndex(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: 'isWideBezier' defined but not used [-Wunused-function]
 isWideBezier(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: 'isWideLine' defined but not used [-Wunused-function]
 isWideLine(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: 'isWide' defined but not used [-Wunused-function]
 isWide(sqInt object)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: 'lastExportedEdgeGet' defined but not used [-Wunused-function]
 lastExportedEdgeGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: 'lastExportedEdgePut' defined but not used [-Wunused-function]
 lastExportedEdgePut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: 'lastExportedFillGet' defined but not used [-Wunused-function]
 lastExportedFillGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: 'lastExportedFillPut' defined but not used [-Wunused-function]
 lastExportedFillPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: 'lastExportedLeftXGet' defined but not used [-Wunused-function]
 lastExportedLeftXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: 'lastExportedLeftXPut' defined but not used [-Wunused-function]
 lastExportedLeftXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: 'lastExportedRightXGet' defined but not used [-Wunused-function]
 lastExportedRightXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: 'lastExportedRightXPut' defined but not used [-Wunused-function]
 lastExportedRightXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: 'lineEndXOf' defined but not used [-Wunused-function]
 lineEndXOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: 'lineEndXOfput' defined but not used [-Wunused-function]
 lineEndXOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: 'lineEndYOf' defined but not used [-Wunused-function]
 lineEndYOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: 'lineEndYOfput' defined but not used [-Wunused-function]
 lineEndYOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: 'lineErrorAdjDownOf' defined but not used [-Wunused-function]
 lineErrorAdjDownOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: 'lineErrorAdjDownOfput' defined but not used [-Wunused-function]
 lineErrorAdjDownOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: 'lineErrorAdjUpOf' defined but not used [-Wunused-function]
 lineErrorAdjUpOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: 'lineErrorAdjUpOfput' defined but not used [-Wunused-function]
 lineErrorAdjUpOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: 'lineErrorOf' defined but not used [-Wunused-function]
 lineErrorOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: 'lineErrorOfput' defined but not used [-Wunused-function]
 lineErrorOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: 'lineXDirectionOf' defined but not used [-Wunused-function]
 lineXDirectionOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: 'lineXDirectionOfput' defined but not used [-Wunused-function]
 lineXDirectionOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: 'lineXIncrementOf' defined but not used [-Wunused-function]
 lineXIncrementOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: 'lineXIncrementOfput' defined but not used [-Wunused-function]
 lineXIncrementOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: 'lineYDirectionOf' defined but not used [-Wunused-function]
 lineYDirectionOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: 'lineYDirectionOfput' defined but not used [-Wunused-function]
 lineYDirectionOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: 'loadArrayPolygonnPointsfilllineWidthlineFill' defined but not used [-Wunused-function]
 loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: 'loadBitmapFillcolormaptilefromalongnormalxIndex' defined but not used [-Wunused-function]
 loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: 'loadColorTransformFrom' defined but not used [-Wunused-function]
 loadColorTransformFrom(sqInt transformOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' defined but not used [-Wunused-function]
 loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: 'loadLinefromtooffsetleftFillrightFill' defined but not used [-Wunused-function]
 loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: 'loadPointIntAtfrom' defined but not used [-Wunused-function]
 loadPointIntAtfrom(sqInt index, sqInt intArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: 'loadPointShortAtfrom' defined but not used [-Wunused-function]
 loadPointShortAtfrom(sqInt index, sqInt shortArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: 'loadPolygonnPointsfilllineWidthlineFillpointsShort' defined but not used [-Wunused-function]
 loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: 'loadRectanglelineFillleftFillrightFill' defined but not used [-Wunused-function]
 loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: 'magicNumberGet' defined but not used [-Wunused-function]
 magicNumberGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: 'magicNumberPut' defined but not used [-Wunused-function]
 magicNumberPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: 'makeRectFromPoints' defined but not used [-Wunused-function]
 makeRectFromPoints(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: 'makeUnsignedFrom' defined but not used [-Wunused-function]
 makeUnsignedFrom(sqInt someIntegerValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: 'needsFlush' defined but not used [-Wunused-function]
 needsFlush(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: 'needsFlushGet' defined but not used [-Wunused-function]
 needsFlushGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: 'needsFlushPut' defined but not used [-Wunused-function]
 needsFlushPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: 'objectHeaderOf' defined but not used [-Wunused-function]
 objectHeaderOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: 'objectIndexOf' defined but not used [-Wunused-function]
 objectIndexOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: 'objectIndexOfput' defined but not used [-Wunused-function]
 objectIndexOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: 'objectLengthOf' defined but not used [-Wunused-function]
 objectLengthOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: 'objectLengthOfput' defined but not used [-Wunused-function]
 objectLengthOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: 'objectTypeOf' defined but not used [-Wunused-function]
 objectTypeOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: 'objectTypeOfput' defined but not used [-Wunused-function]
 objectTypeOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: 'objStartGet' defined but not used [-Wunused-function]
 objStartGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: 'objStartPut' defined but not used [-Wunused-function]
 objStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: 'objUsedGet' defined but not used [-Wunused-function]
 objUsedGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: 'objUsedPut' defined but not used [-Wunused-function]
 objUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: 'objat' defined but not used [-Wunused-function]
 objat(sqInt object, sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: 'objatput' defined but not used [-Wunused-function]
 objatput(sqInt object, sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: 'offsetFromWidth' defined but not used [-Wunused-function]
 offsetFromWidth(sqInt lineWidth)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: 'point1Get' defined but not used [-Wunused-function]
 point1Get(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: 'point2Get' defined but not used [-Wunused-function]
 point2Get(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: 'point3Get' defined but not used [-Wunused-function]
 point3Get(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: 'point4Get' defined but not used [-Wunused-function]
 point4Get(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: 'quickRemoveInvalidFillsAt' defined but not used [-Wunused-function]
 quickRemoveInvalidFillsAt(sqInt leftX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: 'repeatValuemax' defined but not used [-Wunused-function]
 repeatValuemax(sqInt delta, sqInt maxValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: 'returnWideBezierFill' defined but not used [-Wunused-function]
 returnWideBezierFill(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: 'returnWideBezierWidth' defined but not used [-Wunused-function]
 returnWideBezierWidth(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: 'returnWideLineFill' defined but not used [-Wunused-function]
 returnWideLineFill(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: 'returnWideLineWidth' defined but not used [-Wunused-function]
 returnWideLineWidth(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: 'shortRunLengthAtfrom' defined but not used [-Wunused-function]
 shortRunLengthAtfrom(sqInt i, sqInt runArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: 'shortRunValueAtfrom' defined but not used [-Wunused-function]
 shortRunValueAtfrom(sqInt i, sqInt runArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: 'sortGlobalEdgeTable' defined but not used [-Wunused-function]
 sortGlobalEdgeTable(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: 'spanEndAAGet' defined but not used [-Wunused-function]
 spanEndAAGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: 'spanEndAAPut' defined but not used [-Wunused-function]
 spanEndAAPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: 'spanEndGet' defined but not used [-Wunused-function]
 spanEndGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: 'spanEndPut' defined but not used [-Wunused-function]
 spanEndPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: 'spanSizeGet' defined but not used [-Wunused-function]
 spanSizeGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: 'spanSizePut' defined but not used [-Wunused-function]
 spanSizePut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: 'spanStartGet' defined but not used [-Wunused-function]
 spanStartGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: 'spanStartPut' defined but not used [-Wunused-function]
 spanStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: 'squaredLengthOfwith' defined but not used [-Wunused-function]
 squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: 'stackFillDepth' defined but not used [-Wunused-function]
 stackFillDepth(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: 'stackFillDepthput' defined but not used [-Wunused-function]
 stackFillDepthput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: 'stackFillEntryLength' defined but not used [-Wunused-function]
 stackFillEntryLength(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: 'stackFillRightX' defined but not used [-Wunused-function]
 stackFillRightX(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: 'stackFillRightXput' defined but not used [-Wunused-function]
 stackFillRightXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: 'stackFillSize' defined but not used [-Wunused-function]
 stackFillSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: 'stackFillValue' defined but not used [-Wunused-function]
 stackFillValue(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: 'stackFillValueput' defined but not used [-Wunused-function]
 stackFillValueput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: 'stateGet' defined but not used [-Wunused-function]
 stateGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: 'statePut' defined but not used [-Wunused-function]
 statePut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: 'stepToFirstBezier' defined but not used [-Wunused-function]
 stepToFirstBezier(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: 'stepToFirstLine' defined but not used [-Wunused-function]
 stepToFirstLine(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: 'stepToFirstWideBezier' defined but not used [-Wunused-function]
 stepToFirstWideBezier(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: 'stepToFirstWideLine' defined but not used [-Wunused-function]
 stepToFirstWideLine(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: 'stepToNextBezier' defined but not used [-Wunused-function]
 stepToNextBezier(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: 'stepToNextBezierForwardat' defined but not used [-Wunused-function]
 stepToNextBezierForwardat(int *updateData, sqInt yValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: 'stepToNextLine' defined but not used [-Wunused-function]
 stepToNextLine(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: 'stepToNextWideLine' defined but not used [-Wunused-function]
 stepToNextWideLine(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: 'stopBecauseOf' defined but not used [-Wunused-function]
 stopBecauseOf(sqInt stopReason)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: 'stopReasonGet' defined but not used [-Wunused-function]
 stopReasonGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: 'stopReasonPut' defined but not used [-Wunused-function]
 stopReasonPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: 'storeEngineStateInto' defined but not used [-Wunused-function]
 storeEngineStateInto(sqInt oop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: 'storeStopStateIntoEdgefill' defined but not used [-Wunused-function]
 storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: 'topFillDepth' defined but not used [-Wunused-function]
 topFillDepth(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: 'topFillDepthPut' defined but not used [-Wunused-function]
 topFillDepthPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: 'topFillRightX' defined but not used [-Wunused-function]
 topFillRightX(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: 'topFillRightXPut' defined but not used [-Wunused-function]
 topFillRightXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: 'topFillValue' defined but not used [-Wunused-function]
 topFillValue(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: 'topFillValuePut' defined but not used [-Wunused-function]
 topFillValuePut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: 'transformPoints' defined but not used [-Wunused-function]
 transformPoints(sqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: 'transformPointXyinto' defined but not used [-Wunused-function]
 transformPointXyinto(double xValue, double yValue, int *dstPoint)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: 'transformPoint' defined but not used [-Wunused-function]
 transformPoint(int *point)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: 'transformPointinto' defined but not used [-Wunused-function]
 transformPointinto(sqInt srcPoint, sqInt dstPoint)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: 'wbSizeGet' defined but not used [-Wunused-function]
 wbSizeGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: 'wbSizePut' defined but not used [-Wunused-function]
 wbSizePut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: 'wbStackClear' defined but not used [-Wunused-function]
 wbStackClear(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: 'wbStackPop' defined but not used [-Wunused-function]
 wbStackPop(sqInt nItems)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: 'wbStackSize' defined but not used [-Wunused-function]
 wbStackSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: 'wbStackValue' defined but not used [-Wunused-function]
 wbStackValue(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: 'wbStackValueput' defined but not used [-Wunused-function]
 wbStackValueput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: 'wbTopGet' defined but not used [-Wunused-function]
 wbTopGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: 'wbTopPut' defined but not used [-Wunused-function]
 wbTopPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: 'wideBezierEntryOf' defined but not used [-Wunused-function]
 wideBezierEntryOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: 'wideBezierEntryOfput' defined but not used [-Wunused-function]
 wideBezierEntryOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: 'wideBezierExitOf' defined but not used [-Wunused-function]
 wideBezierExitOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: 'wideBezierExitOfput' defined but not used [-Wunused-function]
 wideBezierExitOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: 'wideBezierExtentOf' defined but not used [-Wunused-function]
 wideBezierExtentOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: 'wideBezierExtentOfput' defined but not used [-Wunused-function]
 wideBezierExtentOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: 'wideBezierFillOfput' defined but not used [-Wunused-function]
 wideBezierFillOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: 'wideBezierUpdateDataOf' defined but not used [-Wunused-function]
 wideBezierUpdateDataOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: 'wideBezierWidthOfput' defined but not used [-Wunused-function]
 wideBezierWidthOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: 'wideLineEntryOf' defined but not used [-Wunused-function]
 wideLineEntryOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: 'wideLineEntryOfput' defined but not used [-Wunused-function]
 wideLineEntryOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: 'wideLineExitOf' defined but not used [-Wunused-function]
 wideLineExitOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: 'wideLineExitOfput' defined but not used [-Wunused-function]
 wideLineExitOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: 'wideLineExtentOf' defined but not used [-Wunused-function]
 wideLineExtentOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: 'wideLineExtentOfput' defined but not used [-Wunused-function]
 wideLineExtentOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: 'wideLineFillOfput' defined but not used [-Wunused-function]
 wideLineFillOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: 'wideLineWidthOfput' defined but not used [-Wunused-function]
 wideLineWidthOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: 'workBufferPut' defined but not used [-Wunused-function]
 workBufferPut(sqInt wbOop)
 ^
325 warnings generated.
[ 58%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -install_name @executable_path/Plugins/libB2DPlugin.dylib CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 58%] Built target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src/libcrypto.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src/libssl.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-src/libssl.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 58%] Built target openssl-1.0.2q
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 50%] Linking C shared library build/vm/libB2DPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libB2DPlugin.so -o build/vm/libB2DPlugin.so CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 50%] Built target B2DPlugin
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 50%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function 'primitiveSocketListenOnPortBacklogInterface':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
  sqInt okToListen;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function 'socketValueOf':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2312:3: warning: pointer/integer type mismatch in conditional expression
   : (primitiveFailFor(PrimErrBadArgument),
   ^
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plug/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: 'netAddressToInt' defined but not used [-Wunused-function]
 netAddressToInt(unsigned char *ptrToByteArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: 'socketRecordSize' defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: 'socketValueOf' defined but not used [-Wunused-function]
 socketValueOf(sqInt socketOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
ins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 51%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:54:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c: In function 'sqSocketSetReusable':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1622:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   *(sqInt *)buf= 1;
   ^
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 52%] Linking C shared library build/vm/libSocketPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSocketPlugin.so -o build/vm/libSocketPlugin.so CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 52%] Built target SocketPlugin
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: In function 'primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:410:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function 'start_pass_main':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:71:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function 'process_data_simple_main':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:117:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function 'jinit_c_main_controller':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:247:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
15 warnings generated.
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'alloc_funny_pointers':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:162:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'make_funny_pointers':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:203:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'set_wraparound_pointers':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:243:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'set_bottom_pointers':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:272:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'start_pass_main':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:309:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'process_data_simple_main':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:349:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'process_data_context_main':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:389:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'jinit_d_main_controller':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:478:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
  my_src_ptr src = (my_src_ptr) cinfo->src;
             ^
1 warning generated.
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 87%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -install_name @executable_path/Plugins/libJPEGReadWriter2Plugin.dylib CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 87%] Built target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
[ 87%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
    unsigned int mask;
                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
10 warnings generated.
[ 88%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 89%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
int             mode;
                ^
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
5 warnings generated.
[ 89%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -install_name @executable_path/Plugins/libFileAttributesPlugin.dylib CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c: In function 'init_source':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
   my_src_ptr src = (my_src_ptr) cinfo->src;
              ^
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 81%] Linking C shared library build/vm/libJPEGReadWriter2Plugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReadWriter2Plugin.so -o build/vm/libJPEGReadWriter2Plugin.so CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
[ 89%] Built target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 81%] Built target JPEGReadWriter2Plugin
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 82%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c: In function 'setInterpreter':
/builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
     sqInt ok;
           ^
[ 83%] Linking C shared library build/vm/libUUIDPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUUIDPlugin.so -o build/vm/libUUIDPlugin.so CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/x86_64-linux-gnu/libuuid.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 83%] Built target UUIDPlugin
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 83%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 84%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c: In function 'primitiveRegisterSurface':
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                   ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: passing argument 1 of 'ioRegisterSurface' makes integer from pointer without a cast [-Wint-conversion]
  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                             ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:1: note: expected 'sqIntptr_t {aka long int}' but argument is of type 'void *'
 ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: passing argument 2 of 'ioRegisterSurface' makes pointer from integer without a cast [-Wint-conversion]
  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                               ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:1: note: expected 'sqSurfaceDispatch * {aka struct sqSurfaceDispatch *}' but argument is of type 'sqInt {aka long int}'
 ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
 ^
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: a04481ca-fc8d-0d00-a506-9ecd0f452b1c " __DATE__ ;
             ^
[ 85%] Linking C shared library build/vm/libSurfacePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSurfacePlugin.so -o build/vm/libSurfacePlugin.so CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 86%] Built target SurfacePlugin
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 87%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: 'byteSizeOfCSI' defined but not used [-Wunused-function]
 byteSizeOfCSI(sqInt csi)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: 'cDigitAddlenwithleninto' defined but not used [-Wunused-function]
 cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: 'cDigitCopyFromtolen' defined but not used [-Wunused-function]
 cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: 'cDigitDivlenremlenquolen' defined but not used [-Wunused-function]
 cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: 'cDigitLshiftfromlentolen' defined but not used [-Wunused-function]
 cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' defined but not used [-Wunused-function]
 cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: 'cDigitMultiplylenwithlenintolen' defined but not used [-Wunused-function]
 cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: 'cDigitOfatput' defined but not used [-Wunused-function]
 cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: 'cDigitOpshortlenlongleninto' defined but not used [-Wunused-function]
 cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: 'cDigitReplacefromtowithstartingAt' defined but not used [-Wunused-function]
 cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: 'cDigitRshiftfromlentolen' defined but not used [-Wunused-function]
 cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: 'cDigitSublenwithleninto' defined but not used [-Wunused-function]
 cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: 'digitAddLargewith' defined but not used [-Wunused-function]
 digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: 'digitCompareLargewith' defined but not used [-Wunused-function]
 digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: 'digitDivLargewithnegative' defined but not used [-Wunused-function]
 digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: 'digitMontgomerytimesmodulomInvModB' defined but not used [-Wunused-function]
 digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: 'digitMultiplyLargewithnegative' defined but not used [-Wunused-function]
 digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: 'digitOfCSIat' defined but not used [-Wunused-function]
 digitOfCSIat(sqInt csi, sqInt ix)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: 'digitOfLargeIntat' defined but not used [-Wunused-function]
 digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: 'digitSizeOfCSI' defined but not used [-Wunused-function]
 digitSizeOfCSI(sqInt csi)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: 'digitSizeOfLargeInt' defined but not used [-Wunused-function]
 digitSizeOfLargeInt(sqInt anOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: 'digitSubLargewith' defined but not used [-Wunused-function]
 digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: 'highBitOfLargeInt' defined but not used [-Wunused-function]
 highBitOfLargeInt(sqInt anOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: 'normalize' defined but not used [-Wunused-function]
 normalize(sqInt aLargeInteger)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 90%] Building C object CMakeFiles/Pharo.dir/src/unixMain.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk   -o CMakeFiles/Pharo.dir/src/unixMain.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/unixMain.c
[ 88%] Linking C shared library build/vm/libLargeIntegers.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLargeIntegers.so -o build/vm/libLargeIntegers.so CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 88%] Built target LargeIntegers
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 89%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: 'colorConvertGrayscaleMCU' defined but not used [-Wunused-function]
 colorConvertGrayscaleMCU(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: 'colorConvertMCU' defined but not used [-Wunused-function]
 colorConvertMCU(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: 'decodeBlockIntocomponent' defined but not used [-Wunused-function]
 decodeBlockIntocomponent(int *anArray, int *aColorComponent)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: 'fillBuffer' defined but not used [-Wunused-function]
 fillBuffer(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: 'getBits' defined but not used [-Wunused-function]
 getBits(sqInt requestedBits)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: 'idctBlockIntqt' defined but not used [-Wunused-function]
 idctBlockIntqt(int *anArray, int *qt)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: 'nextSampleCb' defined but not used [-Wunused-function]
 nextSampleCb(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: 'nextSampleCr' defined but not used [-Wunused-function]
 nextSampleCr(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: 'nextSampleFromblocks' defined but not used [-Wunused-function]
 nextSampleFromblocks(int *aComponent, int **aBlockArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: 'nextSampleY' defined but not used [-Wunused-function]
 nextSampleY(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: 'scaleAndSignExtendinFieldWidth' defined but not used [-Wunused-function]
 scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: 'stInit' defined but not used [-Wunused-function]
 stInit(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: 'storeJPEGStreamOn' defined but not used [-Wunused-function]
 storeJPEGStreamOn(sqInt streamOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: 'cbSampleStream' defined but not used [-Wunused-variable]
 static sqInt cbSampleStream;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: 'crSampleStream' defined but not used [-Wunused-variable]
 static sqInt crSampleStream;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: 'ySampleStream' defined but not used [-Wunused-variable]
 static sqInt ySampleStream;
              ^
[ 90%] Linking C executable build/vm/Debug/Pharo.app/Contents/MacOS/Pharo
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names  CMakeFiles/Pharo.dir/src/unixMain.c.o  -o build/vm/Debug/Pharo.app/Contents/MacOS/Pharo build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 89%] Linking C shared library build/vm/libJPEGReaderPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReaderPlugin.so -o build/vm/libJPEGReaderPlugin.so CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 89%] Built target JPEGReaderPlugin
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pharo.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pharo.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pharo.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pharo.dir/depend.internal".
Scanning dependencies of target pharo
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 90%] Building C object CMakeFiles/pharo.dir/src/unixMain.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   -o CMakeFiles/pharo.dir/src/unixMain.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/unixMain.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/parameterVector.h:10,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/parameters.h:10,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharoClient.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/unixMain.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 91%] Linking C executable build/vm/pharo
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/pharo.dir/link.txt --verbose=1
/usr/bin/cc  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   CMakeFiles/pharo.dir/src/unixMain.c.o  -o build/vm/pharo -Wl,-rpath,/builds/workspace/pharo-vm_v9.0.10/build/build/vm build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 91%] Built target pharo
make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 92%] Performing update step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

[ 92%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 93%] Performing build step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 93%] Performing install step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 94%] Completed 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 96%] Built target build_vmmaker_get_vm
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
cd /builds/workspace/pharo-vm_v9.0.10/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary /builds/workspace/pharo-vm_v9.0.10/build /builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary /builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/basic_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/repository/resources/mac/Pharo.icns build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/repository/resources/mac/PharoChanges.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/repository/resources/mac/PharoImage.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/repository/resources/mac/PharoSources.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
[ 90%] Built target Pharo
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
[ 90%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo
/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c: In function 'otherThread':
/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/registerCallback.c
[100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/libTestLibrary.so
cd /builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libTestLibrary.so -o ../vm/libTestLibrary.so CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
[100%] Built target TestLibrary
make[1]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build'
Install the project...
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/./
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//bin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//bin/pharo
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//pharo
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libFilePlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libgit2.1.0.0.so

[ 90%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 91%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 92%] Performing install step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 93%] Completed 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-complete
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
[ 95%] Built target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libssl.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libMiscPrimitivePlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libB2DPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libgit2.so.0.25.1
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libJPEGReaderPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libTestLibrary.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libgit2.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libLargeIntegers.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libSqueakSSL.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libJPEGReadWriter2Plugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libSDL2-2.0.so.0
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libUUIDPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libssl.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libDSAPrims.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libSDL2-2.0.so.0.7.0
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/pharo
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libPharoVMCore.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libBitBltPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libssh2.so.1
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libgit2.so.25
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libLocalePlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libssh2.so.1.0.1
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libSDL2.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libUnixOSProcessPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libcrypto.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libssh2.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libFileAttributesPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libSocketPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libSurfacePlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libffi.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqUnixCharConv.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/config.h
-- Up-to-date: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/exportDefinition.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threads
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/jit
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/jit/jit.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/win/resources.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pharo.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/debug.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/parameterVector.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/macros.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/errorCode.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/interpreter.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/parameters.h
-- Up-to-date: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sq.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqaio.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/parameterVector.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/parameters.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/img.image
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/parameters.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/unixMain.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/macAlias.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/parameterVector.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/debug.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/client.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win32Main.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/errorCode.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/version.info
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/macros.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated/
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Up-to-date: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/interp.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cointerp.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cogit.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cogmethod.h
Run CPack packaging tool...
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
[ 95%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callback_types.c
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
1 warning generated.
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/registerCallback.c
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/structures.c
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
[100%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins 
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
[100%] Built target TestLibrary
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles 0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 preinstall
make[1]: Nothing to be done for `preinstall'.
Install the project...
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/./
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.0.25.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.25.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libffi.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/MacOS/Pharo
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/Resources
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.app/Contents/Info.plist
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/config.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/parameterVector.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/errorCode.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/debug.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/win/resources.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/interpreter.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/exportDefinition.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/parameters.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threads
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/macros.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/jit
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/jit/jit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pharo.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqaio.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/parameterVector.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/parameters.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/img.image
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/parameters.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win32Main.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/macAlias.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/unixMain.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/client.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/debug.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/errorCode.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/parameterVector.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/version.info
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/macros.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated/
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cogmethod.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cointerp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cogit.h
Run CPack packaging tool...
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cpack --config ./CPackConfig.cmake
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
CPack: - Install project: PharoVM []
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-bin.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-bin.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-c-src.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-c-src.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-include.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-Unspecified.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-bin.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-bin.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-c-src.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-c-src.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-include.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 13%] Performing install step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && echo

cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 14%] Completed 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_image-complete
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 14%] Built target build_vmmaker_get_image
make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 14%] Generating VM files for flavour: CoInterpreter
C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: 'C:/builds/workspace/pharo-vm_v9.0.10/build'"
Generating #CoInterpreter in 'C:/builds/workspace/pharo-vm_v9.0.10/build'...

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in primitiveFFIFree

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining

Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-Unspecified.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-bin.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-bin.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-c-src.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-c-src.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-include.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-bin.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-include.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash

warning, variable nsMethodCache doesn't exist or has already been removed
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] unstash
[Pipeline] readFile
[Pipeline] stage
[Pipeline] { (Checkout-Linux-x86_64-StackVM)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
25 November 2021 3:17:18.461474 am
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
 > git init /builds/workspace/pharo-vm_v9.0.10/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 3:17:19.066992 am

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in baseFrameReturn
CPack: - Install project: PharoVM []
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-bin.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-bin.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-c-src.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-c-src.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-include.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in extendedStoreBytecodePop:

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining
Stashed 12 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] unstash
[Pipeline] readFile
[Pipeline] stage
[Pipeline] { (Checkout-Darwin-arm64-StackVM)
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
 > git init /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.0'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-bin.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-include.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] unstash
[Pipeline] readFile
[Pipeline] stage
[Pipeline] { (Checkout-Darwin-x86_64-StackVM)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
 > git init /builds/workspace/pharo-vm_v9.0.10/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.24.1 (Apple Git-126)'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
Using shallow fetch with depth 2

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
Checking out Revision db5589084ebb0aed7e68d12388f6ef22cf23d893 (v9.0.10)
Commit message: "Updating Changelog, preparing release"

GitHub has been notified of this commit’s build result

[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Linux-x86_64-StackVM-StackVM)
[Pipeline] cmakeBuild
[build-StackVM] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=StackVM -DBUILD_IS_RELEASE=ON -DFEATURE_MESSAGE_COUNT=TRUE -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_v9.0.10/repository
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v9.0.10:refs/tags/v9.0.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db5589084ebb0aed7e68d12388f6ef22cf23d893 # timeout=10
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.10
-- Commit hash db55890 : 2021-11-25 11:12:35 +0100
-- No user build settings.
-- v9.0.10 - Commit: db55890 - Date: 2021-11-25 11:12:35 +0100
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Linux-x86_64
-- Building Pharo with executable named pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - found
Defining Linux VM x86_64 to download for code generation
-- C Compiler: /usr/bin/cc
-- C++ Compiler: /usr/bin/c++
-- Resource Compiler: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
Switched to a new branch 'v3.3-cmake'
Branch v3.3-cmake set up to track remote branch v3.3-cmake from origin.
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Success
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - found
-- Checking if .eh_frame section is read-only - yes
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - yes
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - yes
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Success
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Using uuid library:/usr/lib/x86_64-linux-gnu/libuuid.so
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.2g")  
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Linux-x86_64: libgit2-0.25.1
-- Downloading/updating libgit2-0.25.1
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-download
Scanning dependencies of target libgit2-0.25.1-download
[ 11%] Creating directories for 'libgit2-0.25.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libgit2-0.25.1.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-download'
[ 44%] No update step for 'libgit2-0.25.1-download'
[ 55%] No configure step for 'libgit2-0.25.1-download'
[ 66%] No build step for 'libgit2-0.25.1-download'
[ 77%] No install step for 'libgit2-0.25.1-download'
[ 88%] No test step for 'libgit2-0.25.1-download'
[100%] Completed 'libgit2-0.25.1-download'
[100%] Built target libgit2-0.25.1-download
-- /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src/libgit2.so
-- /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src/libgit2.so.0.25.1
-- /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src/libgit2.so.25
Adding third-party libraries for Linux-x86_64: libgit2-linux-1.0.0
-- Downloading/updating libgit2-linux-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-linux-1.0.0-download
Scanning dependencies of target libgit2-linux-1.0.0-download
[ 11%] Creating directories for 'libgit2-linux-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-linux-1.0.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip'
   timeout='none'
-- Using src='https://github.com/guillep/libgit_build/releases/download/v1.0.2/libgit2-linux-1.0.0.zip'
25 November 2021 3:18:03.565957 am
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 3:18:04.111844 am
PharoVMMaker
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
-- [download 6% complete]
-- [download 100% complete]
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-linux-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-linux-1.0.0-download'
[ 44%] No update step for 'libgit2-linux-1.0.0-download'
[ 55%] No configure step for 'libgit2-linux-1.0.0-download'
[ 66%] No build step for 'libgit2-linux-1.0.0-download'
[ 77%] No install step for 'libgit2-linux-1.0.0-download'
[ 88%] No test step for 'libgit2-linux-1.0.0-download'
[100%] Completed 'libgit2-linux-1.0.0-download'
[100%] Built target libgit2-linux-1.0.0-download
-- /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-linux-1.0.0-src/libgit2.1.0.0.so
Adding third-party libraries for Linux-x86_64: libssh2-1.7.0
-- Downloading/updating libssh2-1.7.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-download
Scanning dependencies of target libssh2-1.7.0-download
[ 11%] Creating directories for 'libssh2-1.7.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.7.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libssh2-1.7.0.zip'
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.7.0-download'
[ 44%] No update step for 'libssh2-1.7.0-download'
[ 55%] No configure step for 'libssh2-1.7.0-download'
[ 66%] No build step for 'libssh2-1.7.0-download'
[ 77%] No install step for 'libssh2-1.7.0-download'
[ 88%] No test step for 'libssh2-1.7.0-download'
[100%] Completed 'libssh2-1.7.0-download'
[100%] Built target libssh2-1.7.0-download
-- /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-src/libssh2.so
-- /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-src/libssh2.so.1
-- /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-src/libssh2.so.1.0.1
Adding third-party libraries for Linux-x86_64: openssl-1.0.2q
-- Downloading/updating openssl-1.0.2q
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-download
Scanning dependencies of target openssl-1.0.2q-download
[ 11%] Creating directories for 'openssl-1.0.2q-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/openssl-1.0.2q.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-download'
[ 44%] No update step for 'openssl-1.0.2q-download'
[ 55%] No configure step for 'openssl-1.0.2q-download'
[ 66%] No build step for 'openssl-1.0.2q-download'
[ 77%] No install step for 'openssl-1.0.2q-download'
[ 88%] No test step for 'openssl-1.0.2q-download'
[100%] Completed 'openssl-1.0.2q-download'
[100%] Built target openssl-1.0.2q-download
-- /builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src/libcrypto.so.1.0.0
-- /builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src/libssl.so
-- /builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src/libssl.so.1.0.0
-- Downloading SDL2 binary
Adding third-party libraries for Linux-x86_64: SDL2-2.0.7
-- Downloading/updating SDL2-2.0.7
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-download
Scanning dependencies of target SDL2-2.0.7-download
[ 11%] Creating directories for 'SDL2-2.0.7-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.7-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/SDL2-2.0.7.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.7-download'
[ 44%] No update step for 'SDL2-2.0.7-download'
[ 55%] No configure step for 'SDL2-2.0.7-download'
[ 66%] No build step for 'SDL2-2.0.7-download'
[ 77%] No install step for 'SDL2-2.0.7-download'
[ 88%] No test step for 'SDL2-2.0.7-download'
[100%] Completed 'SDL2-2.0.7-download'
[100%] Built target SDL2-2.0.7-download
-- /builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-src/libSDL2-2.0.so.0
-- /builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0
-- /builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-src/libSDL2.so
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v9.0.10/build-StackVM
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/build-StackVM
[Pipeline] {
[Pipeline] sh
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/depend.internal".
+ VERBOSE=1 make install package
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_v9.0.10/repository -B/builds/workspace/pharo-vm_v9.0.10/build-StackVM --check-build-system CMakeFiles/Makefile.cmake 0
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/closures.c
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/closures.c:123:0: warning: "FFI_MMAP_EXEC_WRIT" redefined
 #  define FFI_MMAP_EXEC_WRIT 1
 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include/ffi_common.h:17:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/closures.c:36:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include/fficonfig.h:27:0: note: this is the location of the previous definition
 #define FFI_MMAP_EXEC_WRIT 0
 ^
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c: In function 'ffi_java_raw_call':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c:317:3: warning: 'ffi_java_raw_to_ptrarray' is deprecated [-Wdeprecated-declarations]
   ffi_java_raw_to_ptrarray (cif, raw, avalue);
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c:76:1: note: declared here
 ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c: In function 'ffi_java_translate_args':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c:328:3: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
   ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c:45:1: note: declared here
 ffi_java_raw_size (ffi_cif *cif)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
   ffi_java_ptrarray_to_raw (cif, avalue, raw);
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c:157:1: note: declared here
 ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c: In function 'ffi_prep_java_raw_closure':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c:369:3: warning: 'ffi_prep_java_raw_closure_loc' is deprecated [-Wdeprecated-declarations]
   return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c:337:1: note: declared here
 ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
 ^
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/prep_cif.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/raw_api.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/types.c
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/x86/ffi64.c
[  4%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/x86/unix64.S
[  5%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/x86/ffiw64.c
[  5%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/x86/win64.S
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  5%] Built target objlib
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  6%] Linking C shared library ../build/vm/libffi.so
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libffi.so -o ../build/vm/libffi.so CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  6%] Built target ffi_shared
make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  7%] Creating directories for 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  7%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/linux/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip'
-- Downloading... done
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  8%] No patch step for 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  8%] Performing update step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

[  9%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  9%] Performing build step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  9%] Built target build_vmmaker_get_vm-build
make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  9%] Creating directories for 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 10%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- Downloading... done
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
     dst='/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 11%] No patch step for 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 11%] Performing update step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && echo

[ 12%] Performing configure step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 12%] Performing build step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image --no-default-preferences save VMMaker
Using shallow fetch with depth 2
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_v9.0.10/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_v9.0.10/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/debug.c
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v9.0.10:refs/tags/v9.0.10 # timeout=10
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
Checking out Revision db5589084ebb0aed7e68d12388f6ef22cf23d893 (v9.0.10)
Commit message: "Updating Changelog, preparing release"
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]

GitHub has been notified of this commit’s build result

[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Darwin-arm64-StackVM-StackVM)
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
[Pipeline] cmakeBuild
[build-StackVM] $ /opt/homebrew/bin/cmake -G "Unix Makefiles" -DFLAVOUR=StackVM -DBUILD_IS_RELEASE=ON -DFEATURE_MESSAGE_COUNT=TRUE -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.10
-- Commit hash db558908 : 2021-11-25 11:12:35 +0100
-- No user build settings.
-- v9.0.10 - Commit: db558908 - Date: 2021-11-25 11:12:35 +0100
-- The C compiler identification is AppleClang 12.0.5.12050022
-- The CXX compiler identification is AppleClang 12.0.5.12050022
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: arm64
-- Full Platform name: Darwin-arm64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db5589084ebb0aed7e68d12388f6ef22cf23d893 # timeout=10
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c:549:13: warning: incompatible pointer types passing 'TCHAR *' (aka 'unsigned short *') to parameter of type 'char *' [-Wincompatible-pointer-types]
  vsnprintf(buf, 4096-1, fmt, args);
            ^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:450:22: note: passing argument to parameter '__stream' here
int vsnprintf (char *__stream, size_t __n, const char *__format, __builtin_va_list __local_argv)
                     ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c:552:32: warning: incompatible pointer types passing 'const char *' to parameter of type 'LPCWSTR' (aka 'const unsigned short *') [-Wincompatible-pointer-types]
  result = MessageBox(NULL,buf,titleString,dwFlags|MB_SETFOREGROUND);
                               ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winuser.h:3712:70: note: passing argument to parameter 'lpCaption' here
  WINUSERAPI int WINAPI MessageBoxW(HWND hWnd,LPCWSTR lpText,LPCWSTR lpCaption,UINT uType);
                                                                     ^
2 warnings generated.
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/errorCode.c
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Looking for FFI in the system
-- Found FFI: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd  
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Darwin-arm64: openssl-1.1.1k
-- Downloading/updating openssl-1.1.1k
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.1.1k-download
Scanning dependencies of target openssl-1.1.1k-download
[ 11%] Creating directories for 'openssl-1.1.1k-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.1.1k-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/openssl-1.1.1k.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 13% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 24% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.1.1k-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'openssl-1.1.1k-download'
[ 44%] No patch step for 'openssl-1.1.1k-download'
[ 55%] No configure step for 'openssl-1.1.1k-download'
[ 66%] No build step for 'openssl-1.1.1k-download'
[ 77%] No install step for 'openssl-1.1.1k-download'
[ 88%] No test step for 'openssl-1.1.1k-download'
[100%] Completed 'openssl-1.1.1k-download'
[100%] Built target openssl-1.1.1k-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.1.1k-src/libcrypto.1.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.1.1k-src/libcrypto.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.1.1k-src/libssl.1.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.1.1k-src/libssl.dylib
Adding third-party libraries for Darwin-arm64: libgit2-1.0.1
-- Downloading/updating libgit2-1.0.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-1.0.1-download
Scanning dependencies of target libgit2-1.0.1-download
[ 11%] Creating directories for 'libgit2-1.0.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.0.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libgit2-1.0.1.zip'
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 29% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 50% complete]
-- [download 54% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 74% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-1.0.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libgit2-1.0.1-download'
[ 44%] No patch step for 'libgit2-1.0.1-download'
[ 55%] No configure step for 'libgit2-1.0.1-download'
[ 66%] No build step for 'libgit2-1.0.1-download'
[ 77%] No install step for 'libgit2-1.0.1-download'
[ 88%] No test step for 'libgit2-1.0.1-download'
[100%] Completed 'libgit2-1.0.1-download'
[100%] Built target libgit2-1.0.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-1.0.1-src/libgit2.1.0.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-1.0.1-src/libgit2.1.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-1.0.1-src/libgit2.dylib
Adding third-party libraries for Darwin-arm64: libssh2-1.9.0
-- Downloading/updating libssh2-1.9.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-download
Scanning dependencies of target libssh2-1.9.0-download
[ 11%] Creating directories for 'libssh2-1.9.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libssh2-1.9.0.zip'
-- [download 7% complete]
-- [download 12% complete]
-- [download 24% complete]
-- [download 33% complete]
-- [download 39% complete]
-- [download 46% complete]
-- [download 58% complete]
-- [download 67% complete]
-- [download 82% complete]
-- [download 86% complete]
-- [download 91% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libssh2-1.9.0-download'
[ 44%] No patch step for 'libssh2-1.9.0-download'
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 66%] No build step for 'libssh2-1.9.0-download'
[ 77%] No install step for 'libssh2-1.9.0-download'
[ 88%] No test step for 'libssh2-1.9.0-download'
[100%] Completed 'libssh2-1.9.0-download'
[100%] Built target libssh2-1.9.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-src/libssh2.1.0.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-src/libssh2.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-src/libssh2.dylib
Adding third-party libraries for Darwin-arm64: freetype-2.10.0
-- Downloading/updating freetype-2.10.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.10.0-download
Scanning dependencies of target freetype-2.10.0-download
[ 11%] Creating directories for 'freetype-2.10.0-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.10.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/freetype-2.10.0.zip'
-- [download 2% complete]
-- [download 5% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 13% complete]
-- [download 20% complete]
-- [download 24% complete]
-- [download 29% complete]
-- [download 31% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 48% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 61% complete]
-- [download 63% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 73% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 84% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 97% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.10.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'freetype-2.10.0-download'
[ 44%] No patch step for 'freetype-2.10.0-download'
[ 55%] No configure step for 'freetype-2.10.0-download'
[ 66%] No build step for 'freetype-2.10.0-download'
[ 77%] No install step for 'freetype-2.10.0-download'
[ 88%] No test step for 'freetype-2.10.0-download'
[100%] Completed 'freetype-2.10.0-download'
[100%] Built target freetype-2.10.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.10.0-src/libfreetype.6.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.10.0-src/libfreetype.dylib
Adding third-party libraries for Darwin-arm64: fontconfig-2.13.1
-- Downloading/updating fontconfig-2.13.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/fontconfig-2.13.1-download
Scanning dependencies of target fontconfig-2.13.1-download
[ 11%] Creating directories for 'fontconfig-2.13.1-download'
[ 22%] Performing download step (download, verify and extract) for 'fontconfig-2.13.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/fontconfig-2.13.1.zip'
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c
-- [download 22% complete]
-- [download 34% complete]
-- [download 65% complete]
-- [download 75% complete]
-- [download 81% complete]
-- [download 93% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/fontconfig-2.13.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'fontconfig-2.13.1-download'
[ 44%] No patch step for 'fontconfig-2.13.1-download'
[ 55%] No configure step for 'fontconfig-2.13.1-download'
[ 66%] No build step for 'fontconfig-2.13.1-download'
[ 77%] No install step for 'fontconfig-2.13.1-download'
[ 88%] No test step for 'fontconfig-2.13.1-download'
[100%] Completed 'fontconfig-2.13.1-download'
[100%] Built target fontconfig-2.13.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/fontconfig-2.13.1-src/libfontconfig.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/fontconfig-2.13.1-src/libfontconfig.dylib
Adding third-party libraries for Darwin-arm64: pixman-0.40.0
-- Downloading/updating pixman-0.40.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.40.0-download
Scanning dependencies of target pixman-0.40.0-download
[ 11%] Creating directories for 'pixman-0.40.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.40.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/pixman-0.40.0.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 5% complete]
-- [download 12% complete]
-- [download 19% complete]
-- [download 22% complete]
-- [download 26% complete]
-- [download 37% complete]
-- [download 42% complete]
-- [download 49% complete]
-- [download 55% complete]
-- [download 63% complete]
-- [download 75% complete]
-- [download 83% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.40.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'pixman-0.40.0-download'
[ 44%] No patch step for 'pixman-0.40.0-download'
[ 55%] No configure step for 'pixman-0.40.0-download'
[ 66%] No build step for 'pixman-0.40.0-download'
[ 77%] No install step for 'pixman-0.40.0-download'
[ 88%] No test step for 'pixman-0.40.0-download'
[100%] Completed 'pixman-0.40.0-download'
[100%] Built target pixman-0.40.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.40.0-src/libpixman-1.0.40.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.40.0-src/libpixman-1.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.40.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-arm64: cairo-1.16.0
-- Downloading/updating cairo-1.16.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.16.0-download
Scanning dependencies of target cairo-1.16.0-download
[ 11%] Creating directories for 'cairo-1.16.0-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.16.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/cairo-1.16.0.zip'
-- [download 8% complete]
-- [download 9% complete]
-- [download 12% complete]
-- [download 16% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 29% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 43% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 50% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 61% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 98% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.16.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'cairo-1.16.0-download'
[ 44%] No patch step for 'cairo-1.16.0-download'
[ 55%] No configure step for 'cairo-1.16.0-download'
[ 66%] No build step for 'cairo-1.16.0-download'
[ 77%] No install step for 'cairo-1.16.0-download'
[ 88%] No test step for 'cairo-1.16.0-download'
[100%] Completed 'cairo-1.16.0-download'
[100%] Built target cairo-1.16.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.16.0-src/libcairo.2.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.16.0-src/libcairo.dylib
Adding third-party libraries for Darwin-arm64: libpng-1.6.37
-- Downloading/updating libpng-1.6.37
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.37-download
Scanning dependencies of target libpng-1.6.37-download
[ 11%] Creating directories for 'libpng-1.6.37-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.37-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libpng-1.6.37.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 15% complete]
-- [download 24% complete]
-- [download 33% complete]
-- [download 39% complete]
-- [download 46% complete]
-- [download 55% complete]
-- [download 64% complete]
-- [download 77% complete]
-- [download 87% complete]
-- [download 94% complete]
-- [download 98% complete]
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/externalPrimitives.c
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.37-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libpng-1.6.37-download'
[ 44%] No patch step for 'libpng-1.6.37-download'
[ 55%] No configure step for 'libpng-1.6.37-download'
[ 66%] No build step for 'libpng-1.6.37-download'
[ 77%] No install step for 'libpng-1.6.37-download'
[ 88%] No test step for 'libpng-1.6.37-download'
[100%] Completed 'libpng-1.6.37-download'
[100%] Built target libpng-1.6.37-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.37-src/libpng.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.37-src/libpng16.16.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.37-src/libpng16.dylib
-- Downloading SDL2 binary
Adding third-party libraries for Darwin-arm64: SDL2-2.0.14
-- Downloading/updating SDL2-2.0.14
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.14-download
Scanning dependencies of target SDL2-2.0.14-download
[ 11%] Creating directories for 'SDL2-2.0.14-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.14-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/SDL2-2.0.14.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 5% complete]
-- [download 8% complete]
-- [download 13% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 24% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 38% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 51% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 60% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 69% complete]
-- [download 71% complete]
-- [download 73% complete]
-- [download 75% complete]
-- [download 78% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 87% complete]
-- [download 90% complete]
-- [download 93% complete]
-- [download 97% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.14-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'SDL2-2.0.14-download'
[ 44%] No patch step for 'SDL2-2.0.14-download'
[ 55%] No configure step for 'SDL2-2.0.14-download'
[ 66%] No build step for 'SDL2-2.0.14-download'
[ 77%] No install step for 'SDL2-2.0.14-download'
[ 88%] No test step for 'SDL2-2.0.14-download'
[100%] Completed 'SDL2-2.0.14-download'
[100%] Built target SDL2-2.0.14-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.14-src/libSDL2-2.0.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.14-src/libSDL2.dylib
-- Configuring done
CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM
[Pipeline] {
[Pipeline] sh
+ VERBOSE=1
+ make install package
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -S/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository -B/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM --check-build-system CMakeFiles/Makefile.cmake 0
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM//CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[  1%] Creating directories for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/tmp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  1%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/mac/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- verifying file...
       file='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
-- Downloading... done
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  2%] Performing update step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

[  3%] No patch step for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  3%] Performing configure step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  4%] Performing build step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[  4%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[  4%] Creating directories for 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/tmp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[  5%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- verifying file...
       file='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- Downloading... done
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[  6%] Performing update step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && echo

[  6%] No patch step for 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[  7%] Performing configure step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[  7%] Performing build step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image --no-default-preferences save VMMaker
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/client.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/pathUtilities.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/parameterVector.c
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/scripts/installVMMaker.st /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogCommon.c
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
Using shallow fetch with depth 2
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/stringUtilities.c
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v9.0.10:refs/tags/v9.0.10 # timeout=10
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
Checking out Revision db5589084ebb0aed7e68d12388f6ef22cf23d893 (v9.0.10)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
Commit message: "Updating Changelog, preparing release"
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)

GitHub has been notified of this commit’s build result

[Pipeline] }
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Darwin-x86_64-StackVM-StackVM)
[Pipeline] cmakeBuild
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
[build-StackVM] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=StackVM -DBUILD_IS_RELEASE=ON -DFEATURE_MESSAGE_COUNT=TRUE -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_v9.0.10/repository
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/imageAccess.c
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db5589084ebb0aed7e68d12388f6ef22cf23d893 # timeout=10
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.10
-- Commit hash db558908 : 2021-11-25 11:12:35 +0100
-- No user build settings.
-- v9.0.10 - Commit: db558908 - Date: 2021-11-25 11:12:35 +0100
-- The C compiler identification is AppleClang 11.0.3.11030032
-- The CXX compiler identification is AppleClang 11.0.3.11030032
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Darwin-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/platformSemaphore.c
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
Switched to a new branch 'v3.3-cmake'
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is Clang
-- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (ParsMetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
er is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveUtils.c
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
-- Looking for mkostemp - not found
-- Checking if .eh_frame section is read-only - no
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Darwin-x86_64: libgit2-0.25.1
-- Downloading/updating libgit2-0.25.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-download
Scanning dependencies of target libgit2-0.25.1-download
[ 11%] Creating directories for 'libgit2-0.25.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-0.25.1.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-download'
[ 44%] No update step for 'libgit2-0.25.1-download'
[ 55%] No configure step for 'libgit2-0.25.1-download'
[ 66%] No build step for 'libgit2-0.25.1-download'
[ 77%] No install step for 'libgit2-0.25.1-download'
[ 88%] No test step for 'libgit2-0.25.1-download'
[100%] Completed 'libgit2-0.25.1-download'
[100%] Built target libgit2-0.25.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src/libgit2.0.25.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src/libgit2.25.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src/libgit2.dylib
Adding third-party libraries for Darwin-x86_64: libgit2-mac-1.0.0
-- Downloading/updating libgit2-mac-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-mac-1.0.0-download
Scanning dependencies of target libgit2-mac-1.0.0-download
[ 11%] Creating directories for 'libgit2-mac-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-mac-1.0.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-mac-1.0.0-download/libgit2-mac-1.0.0-download-prefix/src/libgit2-mac-1.0.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-mac-1.0.0.zip'
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/utils.c
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-mac-1.0.0-download/libgit2-mac-1.0.0-download-prefix/src/libgit2-mac-1.0.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-mac-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-mac-1.0.0-download'
[ 44%] No update step for 'libgit2-mac-1.0.0-download'
[ 55%] No configure step for 'libgit2-mac-1.0.0-download'
[ 66%] No build step for 'libgit2-mac-1.0.0-download'
[ 77%] No install step for 'libgit2-mac-1.0.0-download'
[ 88%] No test step for 'libgit2-mac-1.0.0-download'
[100%] Completed 'libgit2-mac-1.0.0-download'
[100%] Built target libgit2-mac-1.0.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib
Adding third-party libraries for Darwin-x86_64: libssh2-1.7.0
-- Downloading/updating libssh2-1.7.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-download
Scanning dependencies of target libssh2-1.7.0-download
[ 11%] Creating directories for 'libssh2-1.7.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.7.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libssh2-1.7.0.zip'
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 15% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-src'
-- extracting... [tar xfz]
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.7.0-download'
[ 44%] No update step for 'libssh2-1.7.0-download'
[ 55%] No configure step for 'libssh2-1.7.0-download'
[ 66%] No build step for 'libssh2-1.7.0-download'
[ 77%] No install step for 'libssh2-1.7.0-download'
[ 88%] No test step for 'libssh2-1.7.0-download'
[100%] Completed 'libssh2-1.7.0-download'
[100%] Built target libssh2-1.7.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-src/libssh2.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-src/libssh2.dylib
Adding third-party libraries for Darwin-x86_64: openssl-1.0.2q
-- Downloading/updating openssl-1.0.2q
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-download
Scanning dependencies of target openssl-1.0.2q-download
[ 11%] Creating directories for 'openssl-1.0.2q-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/openssl-1.0.2q.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-download'
[ 44%] No update step for 'openssl-1.0.2q-download'
[ 55%] No configure step for 'openssl-1.0.2q-download'
[ 66%] No build step for 'openssl-1.0.2q-download'
[ 77%] No install step for 'openssl-1.0.2q-download'
[ 88%] No test step for 'openssl-1.0.2q-download'
[100%] Completed 'openssl-1.0.2q-download'
[100%] Built target openssl-1.0.2q-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src/libcrypto.1.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src/libssl.1.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src/libssl.dylib
Adding third-party libraries for Darwin-x86_64: freetype-2.9.1
-- Downloading/updating freetype-2.9.1
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-download
Scanning dependencies of target freetype-2.9.1-download
[ 11%] Creating directories for 'freetype-2.9.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.9.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/freetype-2.9.1.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 93% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.9.1-download'
[ 44%] No update step for 'freetype-2.9.1-download'
[ 55%] No configure step for 'freetype-2.9.1-download'
[ 66%] No build step for 'freetype-2.9.1-download'
[ 77%] No install step for 'freetype-2.9.1-download'
[ 88%] No test step for 'freetype-2.9.1-download'
[100%] Completed 'freetype-2.9.1-download'
[100%] Built target freetype-2.9.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-src/libfreetype.6.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-src/libfreetype.dylib
Adding third-party libraries for Darwin-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-download
Scanning dependencies of target pixman-0.34.0-download
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/pixman-0.34.0.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 66%] No build step for 'pixman-0.34.0-download'
[ 77%] No install step for 'pixman-0.34.0-download'
[ 88%] No test step for 'pixman-0.34.0-download'
[100%] Completed 'pixman-0.34.0-download'
[100%] Built target pixman-0.34.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-src/libpixman-1.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-download
Scanning dependencies of target cairo-1.15.4-download
[ 11%] Creating directories for 'cairo-1.15.4-download'
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/cairo-1.15.4.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src/libcairo.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src/libcairo.dylib
Adding third-party libraries for Darwin-x86_64: libpng-1.2.49
-- Downloading/updating libpng-1.2.49
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.2.49-download
Scanning dependencies of target libpng-1.2.49-download
[ 11%] Creating directories for 'libpng-1.2.49-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.2.49-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libpng-1.2.49.zip'
-- [download 7% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 29% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 84% complete]
-- [download 87% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.2.49-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.2.49-download'
[ 44%] No update step for 'libpng-1.2.49-download'
[ 55%] No configure step for 'libpng-1.2.49-download'
[ 66%] No build step for 'libpng-1.2.49-download'
[ 77%] No install step for 'libpng-1.2.49-download'
[ 88%] No test step for 'libpng-1.2.49-download'
[100%] Completed 'libpng-1.2.49-download'
[100%] Built target libpng-1.2.49-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.2.49-src/libpng12.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.2.49-src/libpng12.dylib
-- Downloading SDL2 binary
Adding third-party libraries for Darwin-x86_64: SDL2-2.0.7
-- Downloading/updating SDL2-2.0.7
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-download
Scanning dependencies of target SDL2-2.0.7-download
[ 11%] Creating directories for 'SDL2-2.0.7-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.7-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/SDL2-2.0.7.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.7-download'
[ 44%] No update step for 'SDL2-2.0.7-download'
[ 55%] No configure step for 'SDL2-2.0.7-download'
[ 66%] No build step for 'SDL2-2.0.7-download'
[ 77%] No install step for 'SDL2-2.0.7-download'
[ 88%] No test step for 'SDL2-2.0.7-download'
[100%] Completed 'SDL2-2.0.7-download'
[100%] Built target SDL2-2.0.7-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-src/libSDL2-2.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-src/libSDL2.dylib
-- Configuring done
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/pharoSemaphore.c
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin
   ffi_shared

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/build-StackVM
[Pipeline] {
[Pipeline] sh
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
+ VERBOSE=1
+ make install package
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_v9.0.10/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM --check-build-system CMakeFiles/Makefile.cmake 0
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/closures.c
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
  ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here
size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
                                                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
  ffi_java_ptrarray_to_raw (cif, avalue, raw);
  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
                                                                                            ^
2 warnings generated.
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/prep_cif.c
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared)
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/raw_api.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/types.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/types.c
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/x86/ffi64.c
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
[  4%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/x86/unix64.S
[  5%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/x86/ffiw64.c
[  6%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/x86/win64.S
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/threadSafeQueue/threadSafeQueue.c
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
[  6%] Built target objlib
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
[  7%] Linking C shared library ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -install_name @executable_path/Plugins/libffi.dylib CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins 
[  7%] Built target ffi_shared
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
[  7%] Copying libffi binaries to '/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[  7%] Built target libffi_copy
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[  7%] Creating directories for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  8%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/mac/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm'
-- extracting... [tar xfz]
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  8%] No patch step for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  9%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline

[ 10%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 10%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 10%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[ 11%] Creating directories for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 11%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/pThreadedFFI.c
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image'
-- extracting... [tar xfz]
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 13%] Performing install step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 13%] Completed 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 13%] Built target build_vmmaker_get_image
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 13%] Copying libffi binaries to '/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/libffi.so /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 13%] Built target libffi_copy
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 13%] Generating VM files for flavour: StackVM
build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'StackVM' outputDirectory: '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'"
Generating #StackVM in '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'...
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 11%] No patch step for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 12%] Performing update step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && echo

[ 13%] Performing configure step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 13%] Performing build step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image --no-default-preferences save VMMaker
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/worker.c

warning, variable nsMethodCache doesn't exist or has already been removed
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)

conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerPrimitives.c
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerTask.c
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_v9.0.10/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_v9.0.10/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
In file included from /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2664:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:3120:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:3236:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:4259:62: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                                 || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:773:36: note: passing argument to parameter 'address' here
extern CogMethod * methodFor(void *address);
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:4385:2: warning: implicitly declaring library function 'bzero' with type 'void (void *, unsigned long long)' [-Wimplicit-function-declaration]
        bzero(abstractOpcodes, opcodeSize + fixupSize);
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:4385:2: note: include the header <strings.h> or explicitly provide a declaration for 'bzero'
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:4578:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'unsigned long long' [-Wint-conversion]
        address = positive64BitIntegerFor(mcpc);
                                          ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include/cointerp.h:93:46: note: passing argument to parameter 'integerValue' here
extern sqInt positive64BitIntegerFor(usqLong integerValue);
                                             ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:4619:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                (targetMethod1->methodObject = classForInlineCacheTag(inlineCacheTagAt(backEnd, mcpc)));
                                                                                                                ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2541:72: note: passing argument to parameter 'callSiteReturnAddress' here
inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
                                                                       ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:4816:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:5026:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:5101:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:5117:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:5133:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:5149:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:5165:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:5391:9: warning: expression result unused [-Wunused-value]
                error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:5525:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:5574:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:5901:23: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        latestContinuation = latestContinuation;
                        ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:5921:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:6113:10: warning: expression result unused [-Wunused-value]
                        error("too much code for stack check offset");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:6742:16: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'CogMethod *' [-Wint-conversion]
        cPICPrototype = cPIC;
                      ^ ~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:7665:8: warning: expression result unused [-Wunused-value]
        error("could not find selector in method when unlinking send site");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:7840:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:7842:8: warning: expression result unused [-Wunused-value]
        error("invalid opcode for inverse");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:8211:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become two cogged methods");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:8214:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become cogged method into different method");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:8503:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:8506:9: warning: expression result unused [-Wunused-value]
                error("youngReferrers list overflowed");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:8853:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:7774:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:9150:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:9546:11: warning: expression result unused [-Wunused-value]
                                error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:9668:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:9723:126: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:7643:66: note: passing argument to parameter 'mcpc' here
indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:9965:8: warning: expression result unused [-Wunused-value]
        error("couldn't locate end of clean block");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:10187:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:7774:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:10239:141: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                               ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:7774:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:10289:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:7774:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:10337:139: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                               ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:7774:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:10385:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:7774:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:10858:9: warning: expression result unused [-Wunused-value]
                error("no room on youngReferrers list");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:17187:88: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                              ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:923:125: note: passing argument to parameter 'fwdJumpTarget' here
static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                                                                                                                            ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:17229:12: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'sqInt' (aka 'long long') [-Wint-conversion]
                finished = nonFwdJumpTargetOrZero;
                         ^ ~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:17438:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:17621:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:17641:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:18242:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:17197:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:18268:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:17197:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:22780:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:22866:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:23452:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:25615:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:25748:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:25882:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:25980:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:27123:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:27246:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:27308:9: warning: expression result unused [-Wunused-value]
                error("couldn't find unused register in genDivR:R:Quo:Rem:");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:27945:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28295:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28364:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28500:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28532:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28541:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
        memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1);
               ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:53:31: note: passing argument to parameter '_Dst' here
  void * __cdecl memset(void *_Dst,int _Val,size_t _Size);
                              ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28580:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28819:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28028:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28790:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28801:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:29025:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28028:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:29035:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28028:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28963:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28974:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:29105:9: warning: expression result unused [-Wunused-value]
                error("shouldBeImplemented");
                      ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:29115:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:29121:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:29127:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:29133:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:29139:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:29254:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                             ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28010:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:29412:49: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void (*)(void)' [-Wint-conversion]
                return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:29068:47: note: passing argument to parameter 'primitiveRoutine' here
compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                              ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:29415:24: warning: comparison of distinct pointer types ('void (*)(void)' and 'sqInt (*)(void)' (aka 'long long (*)(void)')) [-Wcompare-distinct-pointer-types]
         || (primitiveRoutine == primitiveFail)) {
             ~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:30035:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                             ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28010:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:30793:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:32224:9: warning: expression result unused [-Wunused-value]
                error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:33711:47: warning: incompatible pointer to integer conversion passing 'sqInt (sqInt, sqInt, sqInt, sqInt)' (aka 'long long (long long, long long, long long, long long)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:1259:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:33711:69: warning: incompatible pointer to integer conversion passing 'char [20]' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                                  ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:1259:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:33712:47: warning: incompatible pointer to integer conversion passing 'void (sqInt, sqInt, sqInt, sqInt)' (aka 'void (long long, long long, long long, long long)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:1259:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:33712:81: warning: incompatible pointer to integer conversion passing 'char [27]' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:1259:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:33731:102: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'char *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                            ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:10019:29: note: passing argument to parameter 'routinePrefix' here
trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
                            ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:33731:61: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                   ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:1292:80: note: passing argument to parameter 'aRoutine' here
static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                                                                               ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:33954:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:17197:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:33958:23: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                    ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:17197:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:33958:30: warning: incompatible pointer to integer conversion passing 'BytecodeFixup *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:17197:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:34031:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:17197:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:34035:92: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                                         ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:17197:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:35058:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:35188:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:35057:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:35060:22: note: uninitialized use occurs here
                if (isIntegerValue(result)) {
                                   ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:35026:17: note: initialize the variable 'result' to silence this warning
    sqInt result;
                ^
                 = 0
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:35451:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:35450:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:35454:34: note: uninitialized use occurs here
        return ssPushAnnotatedConstant((result
                                        ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:35425:15: note: initialize the variable 'result' to silence this warning
    int result;
              ^
               = 0
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:36260:45: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'unsigned char' [-Wint-conversion]
                (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:36484:22: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                latestContinuation = latestContinuation;
                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2159:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function]
availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2193:1: warning: unused function 'cloneLiteralFrom' [-Wunused-function]
cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2280:1: warning: unused function 'initializeSharableLiteral' [-Wunused-function]
initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2299:1: warning: unused function 'initializeUniqueLiteral' [-Wunused-function]
initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2322:1: warning: unused function 'isLiteral' [-Wunused-function]
isLiteral(AbstractInstruction * self_in_isLiteral)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2378:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function]
rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2391:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function]
wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2418:1: warning: unused function 'computeSizeOfArithCqR' [-Wunused-function]
computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2433:1: warning: unused function 'computeSizeOfArithCwR' [-Wunused-function]
computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2478:1: warning: unused function 'concretizeMoveCwR' [-Wunused-function]
concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2597:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function]
loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:2872:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function]
allMethodsHaveCorrectHeader(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:5948:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function]
expectedClosedPICPrototype(CogMethod *cPIC)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:6225:1: warning: unused function 'firstMappedPCFor' [-Wunused-function]
firstMappedPCFor(CogMethod *cogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:8963:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function]
maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:9275:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function]
noAssertMethodClassAssociationOf(sqInt methodPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:9287:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function]
noCogMethodsMaximallyMarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:9447:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function]
picAbortDiscriminatorValue(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:9556:1: warning: unused function 'registerMaskFor' [-Wunused-function]
registerMaskFor(sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:9563:1: warning: unused function 'registerMaskForand' [-Wunused-function]
registerMaskForand(sqInt reg1, sqInt reg2)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:10804:1: warning: unused function 'counters' [-Wunused-function]
counters(CogMethod * self_in_counters)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:11072:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function]
kosherYoungReferrers(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:11559:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function]
voidYoungReferrersPostTenureAll(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:16870:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function]
checkValidDerivedObjectReference(sqInt bodyAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:16885:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function]
couldBeDerivedObject(sqInt bodyAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:17027:1: warning: unused function 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' [-Wunused-function]
genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:22455:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function]
getActiveContextAllocatesInMachineCode(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:22466:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function]
inlineCacheTagIsYoung(sqInt cacheTag)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:22873:1: warning: unused function 'isMergeFixup' [-Wunused-function]
isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:22932:1: warning: unused function 'callFullTargetFromReturnAddress' [-Wunused-function]
callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:22939:1: warning: unused function 'callInstructionByteSize' [-Wunused-function]
callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:22960:1: warning: unused function 'cFloatResultToRd' [-Wunused-function]
cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:22971:1: warning: unused function 'cFloatResultToRs' [-Wunused-function]
cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:22982:1: warning: unused function 'cmpC32RTempByteSize' [-Wunused-function]
cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:23531:1: warning: unused function 'concretizeFill32' [-Wunused-function]
concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:23707:1: warning: unused function 'cStackPointer' [-Wunused-function]
cStackPointer(AbstractInstruction * self_in_cStackPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:27253:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function]
fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:27389:1: warning: unused function 'generateLowLevelTryLock' [-Wunused-function]
generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:27419:1: warning: unused function 'generateLowLevelUnlock' [-Wunused-function]
generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:27509:1: warning: unused function 'genMemCopytoconstantSize' [-Wunused-function]
genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:27568:1: warning: unused function 'genMemCopytosize' [-Wunused-function]
genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:27874:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function]
genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:27885:1: warning: unused function 'genSwapRRScratch' [-Wunused-function]
genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28057:1: warning: unused function 'jumpLongByteSize' [-Wunused-function]
jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28064:1: warning: unused function 'jumpLongConditionalByteSize' [-Wunused-function]
jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28115:1: warning: unused function 'leafCallStackPointerDelta' [-Wunused-function]
leafCallStackPointerDelta(AbstractInstruction * self_in_leafCallStackPointerDelta)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28126:1: warning: unused function 'literalBeforeInlineCacheTagAt' [-Wunused-function]
literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28138:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function]
loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28145:1: warning: unused function 'machineCodeAt' [-Wunused-function]
machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28158:1: warning: unused function 'machineCodeBytes' [-Wunused-function]
machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28201:1: warning: unused function 'numLowLevelLockOpcodes' [-Wunused-function]
numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28257:1: warning: unused function 'relocateMethodReferenceBeforeAddressby' [-Wunused-function]
relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:28593:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function]
zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:30893:1: warning: unused function 'numSpecialSelectors' [-Wunused-function]
numSpecialSelectors(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:31860:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function]
v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:36233:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function]
receiverIsInReceiverResultReg(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:36940:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function]
tempsValidAndVolatileEntriesSpilled(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/cogitX64WIN64.c:37041:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function]
violatesEnsureSpilledSpillAssert(void)
^
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
25 November 2021 12:19:13.949694 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 12:19:14.387847 pm
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)

warning, variable nsMethodCache doesn't exist or has already been removed
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
159 warnings generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[  8%] Performing install step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[  8%] Completed 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image-complete
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
[  8%] Built target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
[  8%] Generating VM files for flavour: StackVM
build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'StackVM' outputDirectory: '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM'"
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2992:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2993:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3013:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3027:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3041:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3055:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3069:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3083:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3097:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3111:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3125:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3139:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3153:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3167:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3181:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3195:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3209:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3223:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3238:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3239:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3240:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3255:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3256:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3257:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3272:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3273:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3274:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3289:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3290:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3291:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3306:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3307:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3308:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3323:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3324:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3325:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3340:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3341:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3342:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3357:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3358:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3359:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3374:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3375:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3376:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3391:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3392:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3393:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3408:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3410:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3425:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3426:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3427:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3441:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3442:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3443:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3457:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3458:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3459:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3473:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3474:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3475:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3489:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3490:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:3491:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4711:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4767:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4768:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4771:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4787:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4788:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4791:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4807:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4808:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4811:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4827:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4828:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4831:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4847:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4848:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4851:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4867:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4868:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4871:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4887:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4888:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4891:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4907:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4908:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4911:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:4927:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(localFP + FoxIFReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5020:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5060:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5080:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5097:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5098:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5099:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5101:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5129:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5130:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5131:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5133:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5150:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5151:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5152:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5154:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5178:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5184:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5191:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5214:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5215:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5216:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5218:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5245:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        callerContextOrNil2 = longAt((thePage3->baseAddress));
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5270:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5311:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5313:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5327:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5338:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5342:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aMethodObj = longAt(localFP + FoxMethod);
                                                    ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5433:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5441:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5473:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5502:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5505:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5508:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5511:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5541:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtPointerput(localSP, localIP);
                                                                                  ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5552:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                               ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5556:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        aMethodObj = longAt(localFP + FoxMethod);
                                                            ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5572:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5573:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                                                          ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5575:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((localFP + FoxIFrameFlags) + 1))));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5586:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5597:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5600:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aMethodObj1 = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5644:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5645:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5646:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5648:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5681:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5687:56: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5688:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5689:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5736:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5779:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5780:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5783:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5865:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5908:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5909:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:5912:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6195:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6196:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6269:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                 && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6284:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6301:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6312:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6326:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                           ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6328:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                           ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6384:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6385:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6447:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6478:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                                localSP = pointerForOop(GIV(stackPointer));
                                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6479:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                                localFP = pointerForOop(GIV(framePointer));
                                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6495:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6504:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                callerContextOrNil = longAt((thePage->baseAddress));
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6512:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6513:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                           ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6514:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6516:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6628:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6723:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6724:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6921:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6922:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6923:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:6925:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7063:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7064:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7065:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7087:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7088:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7089:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7124:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7125:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7126:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7177:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7178:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7179:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7181:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7497:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7498:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7503:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7526:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7740:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7746:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7747:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7884:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7890:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:7891:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:8961:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:8967:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:8968:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9120:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9126:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9127:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9266:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9274:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9312:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9319:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9320:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9388:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9389:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9432:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9433:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9763:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9764:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9816:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:9817:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10129:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10130:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10131:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10133:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10183:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10336:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10342:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10343:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10480:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10486:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:10487:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11556:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11562:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11563:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11715:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11721:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11722:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11861:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11869:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11914:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11915:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11983:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:11984:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12027:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12028:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12265:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12266:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12318:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12319:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12532:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12633:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12664:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12665:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12681:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12690:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        callerContextOrNil = longAt((thePage->baseAddress));
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12698:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12699:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12700:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12702:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12784:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12785:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12786:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12961:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13059:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13060:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13065:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13088:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13198:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13293:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13294:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13418:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13419:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13422:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13447:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13542:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13543:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13664:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13665:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13668:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13762:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13763:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13764:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13766:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                context = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13830:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
                                                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13880:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13881:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13882:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13884:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:12945:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
Generating #StackVM in '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM'...
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14255:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14257:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14269:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14272:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14278:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14282:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14285:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14293:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14305:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14308:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14355:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14359:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14363:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14366:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14366:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14384:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14390:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14393:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14396:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14400:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14583:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodField = longAt(lifp + FoxMethod);
                             ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14594:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theIP = longAt(lifp + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14610:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodField1 = longAt(lifp + FoxMethod);
                                              ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14627:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(lifp + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14642:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14684:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = ((usqInt)(longAt((aStackPage->headSP))));
                                         ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14691:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14693:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodField = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14710:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodObj = longAt(theFP + FoxMethod);
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14715:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theIP = longAt(theFP + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14721:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14722:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14778:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14779:109: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14781:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14801:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14802:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14805:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14805:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14807:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14809:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                                                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14809:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                          ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14810:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14813:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14814:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14835:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14835:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14839:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                                                              ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14839:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14846:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14857:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14860:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14889:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14902:7: warning: implicitly declaring library function 'setjmp' with type 'int (_JBTYPE *)' (aka 'int (struct _SETJMP_FLOAT128 *)') [-Wimplicit-function-declaration]
        if ((setjmp(GIV(jmpBuf)[GIV(jmpDepth)])) == 0) {
             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14902:7: note: include the header <setjmp.h> or explicitly provide a declaration for 'setjmp'
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14934:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14984:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14984:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14986:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14987:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14990:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14990:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14991:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14992:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14997:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14997:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14999:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15000:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15002:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15003:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15008:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15008:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15009:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15011:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15035:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                result = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15038:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15096:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15125:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15155:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15158:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15161:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15164:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15182:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15184:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15188:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15190:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15193:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15226:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15230:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15233:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15236:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15239:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15262:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        resultOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15264:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15264:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15267:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15271:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15273:158: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
                                                                                                                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15335:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15340:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15364:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15369:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15442:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15473:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15484:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15605:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15625:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15626:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15627:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15629:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ourContext = longAt(theFP1 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15635:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15638:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15641:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15660:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15661:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15662:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15664:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ourContext = longAt(theFP2 + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15670:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15673:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15676:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15684:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15685:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15686:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15688:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ourContext1 = longAt(theFP6 + FoxThisContext);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15694:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15697:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15700:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15714:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15720:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15727:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15751:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15752:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15753:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15755:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ourContext = longAt(theFP3 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15761:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15764:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15767:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15783:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil2 = longAt((thePage3->baseAddress));
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15804:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15839:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15846:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15848:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15890:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15901:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15902:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:15904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16001:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16046:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16118:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16161:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16162:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16178:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16187:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(p);
                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16188:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                                                                    ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16188:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16192:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16195:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16197:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16200:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16202:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16194:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16205:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16206:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxMethod, methodObj);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16230:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16234:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16385:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16414:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16417:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16493:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16498:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodPointer = longAt(GIV(framePointer) + FoxMethod);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16600:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16631:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16645:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16652:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16677:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16681:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16705:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16707:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxMFReceiver))
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16709:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16726:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16959:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16963:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16971:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16973:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16975:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:16976:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17000:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17002:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        methodField = longAt(theFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17011:39: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
                                                                         ^~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17024:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17030:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17113:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17171:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17173:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17187:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ? longAt(theFP + FoxIFSavedIP)
                 ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17188:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17242:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17245:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17246:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17247:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17249:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theContext = longAt(theFP + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17258:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17399:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17403:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17415:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17442:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17450:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17453:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17478:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17486:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17489:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17516:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17519:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17525:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17544:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17600:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17849:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17851:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodField = longAt(GIV(framePointer) + FoxMethod);
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17963:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17964:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17967:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17972:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17975:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17977:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17994:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                                                        ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17994:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                          ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17995:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, (oop = newOop));
                                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17998:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18000:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18002:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18003:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18004:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18004:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18007:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18009:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18011:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18014:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18016:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18022:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18024:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theSP, followForwarded(oop));
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18088:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18099:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18100:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18111:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18112:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18113:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18120:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18122:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18132:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18134:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18148:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18149:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18150:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18249:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())))
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18279:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18281:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18282:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18283:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18284:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18285:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18286:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18315:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18364:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18373:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18388:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18395:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxIFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18402:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxIFSavedIP);
                      ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18462:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18474:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18485:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18486:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18490:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext))
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18595:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18607:4: warning: expression result unused [-Wunused-value]
                        !GIV(primFailCode);
                        ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18638:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18772:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18773:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18790:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), maybeClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18813:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18816:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18819:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18876:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18883:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18885:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18888:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), theMethod);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18889:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18890:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18911:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18916:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18999:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19000:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                 || ((longAt(theFP + FoxIFSavedIP)) == 0)
                                             ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19013:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19020:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19024:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19025:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19026:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19027:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19028:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19028:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19035:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19036:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19038:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        theIP = longAt(theIPPtr);
                                                                       ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19042:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                theIP = longAt(theIPPtr);
                                                                               ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19047:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        theIP -= longAt(theFP + FoxMethod);
                                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19049:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19049:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19051:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19051:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                  ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19055:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19061:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19064:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19192:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19196:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19209:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19216:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19217:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19218:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19220:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19222:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19224:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19234:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxMethod));
                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19236:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19244:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19257:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19315:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19318:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19380:10: warning: incompatible pointer to integer conversion returning 'sqInt (sqInt)' (aka 'long long (long long)') from a function with result type 'sqInt' (aka 'long long') [-Wint-conversion]
                return mcprimHashMultiply;
                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19478:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19488:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodField = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19511:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodField = longAt(theFP + FoxMethod);
                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19527:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19534:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxMFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19759:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19763:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19766:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19767:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19768:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19770:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theContext = longAt(theFP + FoxThisContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19775:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19775:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19776:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((newSP -= BytesPerWord), theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19778:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19780:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19784:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19784:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19798:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19802:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(callerFP + FoxIFSavedIP, callerIP);
                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19805:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19810:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19814:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19818:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19819:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19820:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19821:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19822:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20355:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20357:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                it = (longAt(address)) & 7;
                             ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20361:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                it = longAt(address);
                            ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20365:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20374:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20376:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20377:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20378:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20379:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20382:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20383:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20402:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20409:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20410:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20412:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20426:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20428:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20440:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20478:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20535:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20537:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20539:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20554:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20556:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20559:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20573:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20574:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20575:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20576:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20587:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20588:98: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20590:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20591:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20593:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20599:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20604:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20608:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20611:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20615:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
                                                                                  ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20617:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
                                    ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20621:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20629:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20630:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20631:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20636:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20647:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20648:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:20649:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21041:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21045:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21052:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                top = longAt(GIV(stackPointer));
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21058:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21063:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21066:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21069:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21074:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21087:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21114:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21117:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21120:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21128:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21142:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21298:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21303:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21307:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21316:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21356:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21362:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21366:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21369:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21369:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21376:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21390:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21396:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21399:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21406:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21409:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21414:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21418:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21433:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21535:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21539:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21543:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21591:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21597:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21601:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21604:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21604:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21611:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21625:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21631:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21634:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21641:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21644:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21649:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21653:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21668:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21726:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21727:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21728:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21729:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21731:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21736:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21741:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21742:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21743:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21743:70: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21745:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21746:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21748:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21749:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:21750:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22007:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22306:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22322:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22339:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22340:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22341:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22343:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22447:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22449:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22462:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22466:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22490:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22492:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        theMethodField = longAt(theFP + FoxMethod);
                                                                ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22500:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        theIP = ((usqInt)(longAt(theIPPtr)));
                                                                 ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22504:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
                                                          ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22506:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
                                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22508:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22533:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22536:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22542:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22555:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((longAt(argsPointer)) & (tagMask())) == 0)
                                      ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22556:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2937:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22563:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
                                                                                                                                 ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22574:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22575:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2937:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22582:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22606:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
                                         ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22609:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22613:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theInstrPointer = longAt(fp + FoxIFSavedIP);
                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22643:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        senderContextOrNil = longAt((aPage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22644:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23090:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                withDetails = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23104:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23131:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23139:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23164:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23193:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23194:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23199:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23232:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23264:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23318:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
                                                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23323:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23324:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23340:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23378:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23393:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23428:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodReceiver = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23464:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23495:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
                                                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23497:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23498:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23499:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
                                                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23502:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23506:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23525:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23526:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23527:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
                                                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23529:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))));
                                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23562:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23582:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23601:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23619:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23638:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23639:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23645:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23707:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23728:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23747:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23783:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23842:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (synchronousSignal(longAt(GIV(stackPointer)))) {
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23863:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23883:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23915:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:23918:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24084:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24140:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24150:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24196:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24198:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24206:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24216:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24224:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24224:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24226:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24226:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24227:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24231:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(contextsFP + FoxIFSavedIP, contextsIP);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24234:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24262:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24307:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24348:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24361:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24361:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24361:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24382:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24421:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24423:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24421:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24462:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24527:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24530:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24532:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24536:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24569:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24570:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24571:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24573:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24584:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24587:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24598:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24753:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24781:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24847:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                methodField = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24850:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, methodField - 4);
                                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24854:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        flags = longAt(theFP + FoxIFrameFlags);
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24856:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFrameFlags, flags - 2);
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:24859:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25372:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25404:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25405:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25439:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25467:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25468:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25512:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25517:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25524:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25553:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25569:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25589:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25590:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25613:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25614:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25639:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25643:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25651:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25651:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25673:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25674:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25694:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25707:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25725:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25753:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25754:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25881:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25911:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25912:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:25913:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26072:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26123:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26127:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26128:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26351:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26423:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26425:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26426:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26428:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26432:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26468:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26530:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26594:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26611:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26612:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26619:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26652:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26714:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26778:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26795:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26796:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26803:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26821:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26829:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26889:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26904:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26942:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26970:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26971:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:26978:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27107:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27125:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27126:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27133:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27161:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27168:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27184:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27189:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27193:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27208:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27277:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27289:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27326:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27344:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27381:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27449:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27494:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27577:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27626:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27676:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27683:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27686:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27697:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27702:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27705:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27725:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27732:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27735:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27746:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27751:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27754:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27774:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27778:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27781:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27781:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27785:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27788:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27794:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27797:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27806:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27889:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27939:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27946:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27949:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27960:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27965:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27968:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27988:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27995:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:27998:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28009:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28014:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28017:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28037:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28041:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28044:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28044:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28051:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28057:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28060:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28069:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28152:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28174:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28207:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28212:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28234:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28241:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28244:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28255:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28260:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28263:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28283:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28290:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28293:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28304:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28309:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28312:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28332:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28336:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28339:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28339:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28343:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28346:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28352:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28355:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28364:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28368:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28417:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28441:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28475:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28476:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28489:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28555:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28562:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28606:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28614:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28617:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28664:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28684:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28685:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28775:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28790:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28805:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28836:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28837:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28935:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28936:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28940:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28944:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:28980:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29010:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29010:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29015:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29040:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29056:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29077:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29115:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29116:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29136:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29159:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29160:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29190:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29205:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29206:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29209:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29218:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29237:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29238:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29241:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29268:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29290:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29381:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29387:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29391:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29394:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29394:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29401:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29415:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29421:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29424:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29431:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29434:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29439:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29443:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29508:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29536:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29537:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29616:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29640:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29641:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29669:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29693:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29700:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29701:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29726:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29737:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29771:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29772:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29859:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29888:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29889:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:29969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30000:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30001:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30081:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30112:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30113:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30193:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30224:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30225:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30305:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30336:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30337:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30417:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30447:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30448:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30527:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30556:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30557:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30637:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30667:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30668:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30747:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30945:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30949:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30961:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30962:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:30963:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31068:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31120:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31156:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31163:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31166:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31177:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31182:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31185:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31214:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31221:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31224:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31235:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31240:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31243:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31263:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31267:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31270:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31270:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31274:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31277:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31283:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31286:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31295:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31299:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31318:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31392:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31428:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31435:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31438:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31449:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31454:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31457:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31486:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31493:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31496:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31507:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31512:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31515:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31535:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31539:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31542:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31542:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31549:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31555:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31558:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31567:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31571:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31590:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31664:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31686:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31708:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31713:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31732:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31739:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31742:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31753:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31758:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31761:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31790:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31797:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31800:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31811:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31816:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31819:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31839:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31846:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31846:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31850:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31853:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31859:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31862:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31871:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31875:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31894:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31935:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31958:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:31985:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32008:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32022:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32026:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32065:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32083:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32225:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32298:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32311:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32312:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32315:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32339:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32340:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32343:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32358:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32359:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32362:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32386:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32387:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32390:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32405:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32418:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32436:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32461:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32479:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32485:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32509:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32526:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32527:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32538:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32555:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32581:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32605:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32642:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32673:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32694:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32717:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32731:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32803:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32804:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32833:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32849:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32863:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32879:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32900:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32911:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32949:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32950:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32951:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:32996:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33014:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33029:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33047:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33083:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33109:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33146:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33162:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^

warning, variable nsMethodCache doesn't exist or has already been removed
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33219:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33226:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33230:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33233:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33236:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33239:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33267:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33285:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33294:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33320:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33333:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33334:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33337:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33361:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33362:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33365:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33380:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33381:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33408:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33409:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33444:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33471:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33484:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33513:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33540:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33553:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33588:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33591:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33605:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33632:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33649:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33667:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33710:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33711:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33762:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33775:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33804:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33819:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33831:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33831:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33836:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33867:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33868:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33893:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33911:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33927:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33960:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33983:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:33984:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34005:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34021:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34024:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34031:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34061:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34062:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34070:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34180:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34193:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34196:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34203:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34230:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34298:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34301:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34314:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34338:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34399:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34402:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34415:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34438:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34521:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34544:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34547:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34553:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34568:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34569:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34572:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34600:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34601:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34604:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34626:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34627:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34656:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34716:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34717:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34724:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34965:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:34967:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35000:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35001:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35033:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35034:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35057:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35060:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35064:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35111:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35126:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35126:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35159:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35160:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35161:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35184:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35187:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35226:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35239:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35239:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35266:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35326:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35358:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35378:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35394:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35430:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35461:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35462:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35480:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35497:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35542:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35543:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35560:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35586:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35615:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35687:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35707:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35731:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35735:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35748:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35764:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35780:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35800:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35817:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35847:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35861:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35871:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35882:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35901:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35937:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36003:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36004:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36006:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36014:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36018:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36039:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36055:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36092:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36110:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36172:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36188:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36226:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36232:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36248:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36268:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36269:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36279:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36307:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36329:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36345:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36361:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36377:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36412:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36447:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36470:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36529:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36541:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36543:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36580:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36586:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36587:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36641:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36661:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36685:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36700:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36740:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36757:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36796:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36811:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36857:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36882:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36897:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36937:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36955:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36973:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:36992:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37032:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37047:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37087:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37114:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37129:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37169:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37196:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37211:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37251:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37278:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37293:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37333:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37355:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37394:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37409:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37449:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37474:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37489:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37529:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37548:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37579:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37626:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37641:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37681:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37699:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37709:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37731:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37747:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37782:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37792:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37825:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37841:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37896:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37897:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37900:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37916:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37917:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37918:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37957:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:37958:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38092:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38123:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38124:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38125:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38292:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38332:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38333:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38334:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38335:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38336:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38401:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38448:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38602:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38634:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38635:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38669:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38699:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38700:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38705:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38732:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38738:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38743:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38761:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38781:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38801:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38817:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38820:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38836:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:38889:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39045:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39070:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39105:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39132:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39166:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39187:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39216:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39227:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39254:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44581:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49620:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:51452:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:51517:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:52814:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53029:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56986:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:532:31: note: passing argument to parameter '_Memory' here
  void *__cdecl realloc(void *_Memory,size_t _NewSize);
                              ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:56986:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57423:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57444:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58455:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60948:108: warning: passing 'usqInt *' (aka 'unsigned long long *') to parameter of type 'sqInt *' (aka 'long long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61409:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61960:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                   ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62470:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62472:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62473:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62474:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62475:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62482:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62555:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62559:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62565:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62566:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62567:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62569:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62571:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62573:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod))));
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62574:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62582:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62724:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62726:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62739:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62752:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62765:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62767:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63023:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63079:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63115:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63116:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63117:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63119:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63157:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63164:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63165:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63166:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63168:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63198:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63199:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63211:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63392:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63407:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63416:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63423:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63424:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63425:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63427:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63837:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63854:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63855:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63856:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63858:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63867:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63881:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63919:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63924:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63927:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:63951:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64098:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64099:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64120:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64242:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64251:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64258:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64259:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64260:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64262:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64279:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64281:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64282:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64283:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64284:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64285:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64460:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64552:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64553:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64554:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64555:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64559:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64560:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64561:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64562:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64564:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64574:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64575:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64576:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64578:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64584:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64591:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64680:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64693:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64748:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64749:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64750:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64751:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64755:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64756:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64757:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64758:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64760:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64770:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64771:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64772:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64774:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64782:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64789:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64835:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64838:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64841:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64844:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64846:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64847:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64860:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64863:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64864:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64865:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64870:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64871:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64872:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64911:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64955:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64957:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:64971:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65315:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65327:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65329:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65330:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65331:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65332:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65333:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65334:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65355:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65356:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65357:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65397:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65423:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65424:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65433:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65442:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65449:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65450:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65451:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65453:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65605:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65662:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65702:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65928:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65929:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65930:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65931:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65933:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65947:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66008:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66009:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66010:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66011:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:66014:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67391:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage2->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67470:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67472:81: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1)))
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67480:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67482:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod)))) {
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67485:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67491:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67491:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67492:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67492:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67493:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67493:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67494:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67494:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67499:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67503:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67511:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67545:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67557:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67590:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodFieldOrObj = longAt(theFP + FoxMethod);
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67592:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67597:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67607:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67613:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxMFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67618:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                byteAtput((theFP + FoxIFrameFlags) + 2, 1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67620:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67624:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67625:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67631:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxIFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67636:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67643:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
                                                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67656:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67658:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67659:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67663:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67664:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67665:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67860:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67879:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67895:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67924:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68066:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68068:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68069:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68070:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68071:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68072:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68087:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68088:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68089:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68091:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68095:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68182:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68209:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68234:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68294:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68301:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68307:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68317:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68864:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69009:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1612:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69021:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1612:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69077:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69078:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69079:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69081:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69101:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69127:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69186:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69222:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69308:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69319:74: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69321:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69329:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70754:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70757:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70759:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70761:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70767:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70768:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70769:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70770:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70772:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70778:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70780:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70785:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70793:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70795:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70797:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70877:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70890:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70902:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70913:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70927:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71237:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71308:30: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71309:61: warning: ordered comparison between pointer and integer ('char *' and 'sqInt' (aka 'long long'))
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71309:87: warning: pointer/integer type mismatch in conditional expression ('sqInt' (aka 'long long') and 'char *') [-Wconditional-type-mismatch]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                                                             ^ ~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71309:24: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'char *' [-Wint-conversion]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71465:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                   ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include/cogit.h:56:46: note: passing argument to parameter 'startAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71465:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include/cogit.h:56:66: note: passing argument to parameter 'endAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71530:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71563:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71569:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71572:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71611:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71786:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71801:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71878:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71915:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71919:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71922:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71924:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71926:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(GIV(framePointer) + FoxMethod));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71942:130: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:71988:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72333:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72374:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72375:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72422:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72481:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72490:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72674:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72751:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72758:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72770:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72776:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72780:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72783:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72783:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72790:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72804:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72810:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72813:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72820:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72823:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72828:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72832:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73253:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73265:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73302:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73383:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73385:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73402:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73467:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73475:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73820:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73827:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73829:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73827:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73833:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73842:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73849:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73850:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73851:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73853:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73898:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                                                                                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73900:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73898:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74159:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
                                                                                              ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74161:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(fp + FoxMethod)), fp);
                         ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74359:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74304:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74440:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74442:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74443:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74444:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74445:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74446:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74498:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74520:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74528:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74536:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74552:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74560:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74561:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74576:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1726:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74633:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74655:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74662:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74669:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74689:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74698:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74712:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74720:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74721:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74726:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74729:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74751:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74753:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74792:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74802:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74805:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74822:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:1726:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74828:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74830:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2849:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74839:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2849:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74893:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74900:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                (callerContextOrNil = longAt((thePage->baseAddress))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74905:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                              ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74906:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74910:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74918:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74920:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74923:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74924:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74925:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74927:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74929:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : byteAt((theFP + FoxIFrameFlags) + 1))),
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74930:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74934:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74935:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt(theFP + FoxMFReceiver)
                                 ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74936:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxIFReceiver));
                                 ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74940:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74942:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74943:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74944:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74945:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74946:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74976:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75040:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75046:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75055:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75061:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75067:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75082:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75088:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75098:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75100:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75109:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:50:76: note: passing argument to parameter '_Src' here
  void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75111:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75118:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75125:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75197:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75216:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:50:45: note: passing argument to parameter '_Dst' here
  void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
                                            ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75839:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75857:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75929:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:75937:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76056:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76159:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76172:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76174:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76175:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76176:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76177:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76178:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76180:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76216:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76218:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76220:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76374:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76387:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76388:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76393:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76394:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76397:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76401:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76428:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76512:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76528:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76609:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76611:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76796:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76802:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76808:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76814:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76836:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76840:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76844:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76848:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76901:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76903:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76938:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76940:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76957:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:76969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77014:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77034:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77038:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77042:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77045:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77026:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77072:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77085:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77142:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77144:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77176:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77185:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77192:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77479:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77497:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77509:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77512:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77530:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77551:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77558:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50277:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77591:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77619:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77637:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77653:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77669:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77736:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77764:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77782:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77798:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77800:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77816:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77909:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77946:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77948:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77978:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77983:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77987:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77988:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77989:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77990:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77994:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77995:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77996:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77997:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:77999:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(theFP1 + FoxMethod));
                                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78009:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78010:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78011:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78013:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78021:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78028:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78059:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78095:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78103:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78406:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78429:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78431:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78529:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78554:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78556:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78558:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78708:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78729:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78789:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78805:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78807:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78847:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78849:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78906:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78922:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78924:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78941:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78962:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:78964:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79021:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79037:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79039:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79056:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79077:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79079:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79135:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79151:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79153:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspaMetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
ce/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79170:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79191:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79193:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79250:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79266:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79268:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79285:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79306:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79308:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79365:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79381:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79383:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79420:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79422:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79478:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79493:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79495:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79511:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79532:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79534:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79593:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79609:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79611:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79630:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79651:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79653:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79710:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79726:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79728:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79745:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79765:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79767:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79822:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79837:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79839:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79855:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79876:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79878:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79937:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79953:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79955:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:79974:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80011:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80013:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80058:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80094:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80103:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80106:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80127:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80129:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80185:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80200:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80202:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80218:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80239:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80241:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80300:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80316:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80318:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80337:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80358:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80360:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80417:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80433:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80435:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80452:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80472:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80474:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80529:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80544:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80546:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80562:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80631:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80664:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80666:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80669:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80697:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80718:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80735:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80746:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80752:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80768:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80770:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80773:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80773:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80796:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80796:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80798:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80829:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80837:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80872:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80911:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80948:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:80950:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81019:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81021:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81107:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81109:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81158:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81178:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81191:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81204:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81220:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81267:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81269:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81271:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81325:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81417:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81436:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81450:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81469:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81500:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81502:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81504:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81572:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81589:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81591:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81593:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81622:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81643:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81645:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81647:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81706:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81722:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81724:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81726:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81745:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81766:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81768:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81829:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81845:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81847:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81849:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81868:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81889:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81891:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81893:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81951:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81967:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81969:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81971:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:81990:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82012:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82014:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82016:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82076:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82093:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82095:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82097:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82117:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82139:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82141:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82143:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82203:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82220:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82222:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82224:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82265:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82267:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82269:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82327:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82343:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82345:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82347:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82365:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82386:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82388:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82390:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82451:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82467:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82469:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82471:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82492:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82513:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82515:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82517:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82578:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82594:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82596:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82598:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82619:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82640:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82642:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82644:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82701:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82717:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82719:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82721:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82739:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82761:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82763:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82765:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82835:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82852:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82854:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82856:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82886:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82911:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:82913:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83019:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83021:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83023:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83086:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83102:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83104:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83106:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83150:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83152:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83154:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83215:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83231:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83233:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83235:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83256:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83277:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83279:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83281:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83342:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83358:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83360:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83362:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83404:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83406:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83408:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83470:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83486:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83488:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83490:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83513:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83655:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83676:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83681:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83890:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:83910:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84031:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84042:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84043:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84044:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84046:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84050:72: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84052:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84110:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84210:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:84234:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:13976:1: warning: unused function 'cmHomeMethod' [-Wunused-function]
cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14139:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:14558:1: warning: unused function 'asCogHomeMethod' [-Wunused-function]
asCogHomeMethod(CogBlockMethod *aCogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:17207:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function]
deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18097:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18109:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18118:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18130:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18146:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18386:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function]
iframeIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18393:1: warning: unused function 'iframeReceiver' [-Wunused-function]
iframeReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18400:1: warning: unused function 'iframeSavedIP' [-Wunused-function]
iframeSavedIP(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:18636:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function]
isMachineCodeFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19525:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function]
mframeIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19532:1: warning: unused function 'mframeReceiver' [-Wunused-function]
mframeReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:19947:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function]
newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22066:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:22079:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:39653:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function]
headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40469:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40577:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40589:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40808:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40869:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:40948:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:41351:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:41602:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:43480:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:43595:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44448:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44459:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44485:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:44517:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45107:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45169:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:45176:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:46510:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:46647:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47700:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47707:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:47915:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48279:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48583:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48593:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48604:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48630:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48640:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48651:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48839:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48937:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49010:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:49017:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50076:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function]
isCompiledMethodHeader(sqInt objHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50093:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50111:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50134:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50170:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50190:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50215:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50222:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50237:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50260:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50267:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50302:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50317:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50324:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50331:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50350:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50361:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50464:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50474:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50481:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50541:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50688:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50826:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50835:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:50964:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53306:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:53541:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57690:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:57758:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58766:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58847:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:58890:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59687:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59698:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:59965:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60862:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:60927:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61022:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61072:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61087:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61210:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61231:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61533:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61887:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:61970:1: warning: unused function 'assertValidStackLimits' [-Wunused-function]
assertValidStackLimits(sqInt ln)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62666:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62821:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:62923:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65582:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65603:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65660:1: warning: unused function 'isBaseFrame' [-Wunused-function]
isBaseFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65766:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65785:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65798:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function]
isNullExternalPrimitiveCall(sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:65823:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:67689:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:68080:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:70888:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72117:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:72853:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:73287:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74143:1: warning: unused function 'validBCPCinMethod' [-Wunused-function]
validBCPCinMethod(sqInt thePC, usqInt aMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74157:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:74170:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
25 November 2021 12:19:26.829934 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 12:19:27.243574 pm
PharoVMMaker
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/debug.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/debug.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c:496:17: warning: 'max' defined but not used [-Wunused-function]
 static long int max(long int x, long int y) { return (x > y) ? x : y; }
                 ^
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/errorCode.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/errorCode.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:208:1: warning: 'dropInit' defined but not used [-Wunused-function]
 dropInit (void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:215:1: warning: 'dropShutdown' defined but not used [-Wunused-function]
 dropShutdown (void)
 ^
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/externalPrimitives.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/externalPrimitives.c:33:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/client.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/client.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/client.c: In function 'loadPharoImage':
/builds/workspace/pharo-vm_v9.0.10/repository/src/client.c:212:12: warning: variable 'imageSize' set but not used [-Wunused-but-set-variable]
     size_t imageSize = 0;
            ^
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/pathUtilities.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pathUtilities.h:8,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/pathUtilities.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/parameterVector.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/parameterVector.h:10,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/parameterVector.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c: In function 'vm_parameters_ensure_interactive_image_parameter':
/builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c:347:14: warning: unused variable 'headlessParameter' [-Wunused-variable]
  const char* headlessParameter = "--headless";
              ^
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogCommon.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/fileDialog.h:4,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogCommon.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/stringUtilities.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/stringUtilities.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/stringUtilities.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/imageAccess.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/imageAccess.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/platformSemaphore.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/platformSemaphore.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c: In function 'primitiveReleaseParametersForCall':
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c:102:8: warning: variable 'aReturnAddress' set but not used [-Wunused-but-set-variable]
  sqInt aReturnAddress;
        ^
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveUtils.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveUtils.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c: In function 'fillBasicType':
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:112:2: warning: 'address' may be used uninitialized in this function [-Wmaybe-uninitialized]
  setHandler(aOop, address);
  ^
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/utils.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/utils.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c:3:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c: In function 'sameThreadCallbackEnter':
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
  sqInt flags;
        ^
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c: In function 'primitiveRegisterCallback':
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
     void *handler;
           ^
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/pharoSemaphore.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/pharoSemaphore.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/threadSafeQueue/threadSafeQueue.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/threadSafeQueue/threadSafeQueue.c:2:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/pThreadedFFI.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/pThreadedFFI.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/worker.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/worker.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerPrimitives.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerTask.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/workerTask.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerTask.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44:0: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(off)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61:0: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(on)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'interpret':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2725:30: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
  localSP = pointerForOop(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2726:30: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
  localFP = pointerForOop(GIV(framePointer));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:88:38: warning: statement with no effect [-Wunused-value]
 # define bytecodeDispatchDebugHook() 0
                                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2732:3: note: in expansion of macro 'bytecodeDispatchDebugHook'
   bytecodeDispatchDebugHook();
   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2734:3: note: in expansion of macro 'VM_LABEL'
   VM_LABEL(bytecodeDispatch);
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2742:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2746:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize));
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2756:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2760:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2770:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode2);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2774:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2784:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode3);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2788:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2798:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode4);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2802:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2812:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode5);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2816:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2826:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode6);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2830:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2840:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode7);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2844:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2854:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode8);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2858:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2868:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode9);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2872:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2882:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode10);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2886:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2896:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode11);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2900:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2910:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode12);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2914:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2924:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode13);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2928:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2938:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode14);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2942:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2952:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverVariableBytecode15);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2956:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2967:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2971:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2972:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2973:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2984:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2988:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2989:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2990:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3001:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode2);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3005:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3006:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3007:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3018:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode3);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3022:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3023:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3024:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3035:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode4);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3039:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3040:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3041:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3052:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode5);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3056:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3057:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3058:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3069:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode6);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3073:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3074:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3075:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3086:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode7);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3090:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3091:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3092:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3103:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode8);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3107:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3108:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3109:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3120:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode9);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3124:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3125:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3126:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3137:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode10);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3141:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3142:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3143:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3154:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode11);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3158:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3159:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3160:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3170:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode12);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3174:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3175:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3176:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3186:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode13);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3190:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3191:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3192:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3202:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode14);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3206:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3207:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3208:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3218:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushTemporaryVariableBytecode15);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3222:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3223:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3224:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3234:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3250:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3266:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode2);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3282:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode3);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3298:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode4);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3314:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode5);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3330:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode6);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3346:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode7);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3362:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode8);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3378:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode9);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3394:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode10);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3410:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode11);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3426:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode12);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3442:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode13);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3458:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode14);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3474:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode15);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3490:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode16);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3506:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode17);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3522:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode18);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3538:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode19);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3554:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode20);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3570:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode21);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3586:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode22);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3602:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode23);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3618:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode24);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3634:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode25);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3650:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode26);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3666:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode27);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3682:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode28);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3698:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode29);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3714:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode30);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3730:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralConstantBytecode31);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3747:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3769:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3791:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode2);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3813:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode3);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3835:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode4);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3857:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode5);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3879:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode6);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3901:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode7);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3923:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode8);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3945:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode9);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3967:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode10);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3989:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode11);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4011:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode12);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4033:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode13);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4055:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode14);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4077:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode15);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4098:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode16);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4119:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode17);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4140:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode18);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4161:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode19);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4182:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode20);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4203:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode21);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4224:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode22);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4245:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode23);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4266:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode24);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4287:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode25);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4308:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode26);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4329:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode27);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4350:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode28);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4371:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode29);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4392:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode30);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4413:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushLiteralVariableBytecode31);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4442:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(storeAndPopReceiverVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4444:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     rcvr = longAt(localFP + FoxReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4496:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(storeAndPopTemporaryVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4500:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4501:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4504:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4516:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(storeAndPopTemporaryVariableBytecode1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4520:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4521:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4524:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4536:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(storeAndPopTemporaryVariableBytecode2);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4540:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4541:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4544:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4556:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(storeAndPopTemporaryVariableBytecode3);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4560:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4561:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4564:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4576:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(storeAndPopTemporaryVariableBytecode4);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4580:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4581:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4584:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4596:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(storeAndPopTemporaryVariableBytecode5);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4600:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4601:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4604:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4616:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(storeAndPopTemporaryVariableBytecode6);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4620:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4621:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4624:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4636:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(storeAndPopTemporaryVariableBytecode7);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4640:69: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4641:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4644:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4656:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushReceiverBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4660:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(localFP + FoxReceiver);
                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4670:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushConstantTrueBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4684:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushConstantFalseBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4698:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushConstantNilBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4709:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushConstantMinusOneBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4720:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushConstantZeroBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4731:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushConstantOneBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4741:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushConstantTwoBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4751:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(returnReceiver);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4753:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     localReturnValue = longAt(localFP + FoxReceiver);
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4794:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(commonReturn);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4796:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!((byteAt((localFP + FoxFrameFlags) + 3)) != 0)) {
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4815:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4832:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4834:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ourContext = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4867:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4868:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       && (home == (longAt(theFP1 + FoxThisContext)))) {
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4872:20: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4873:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       theMethod1 = longAt(theFP1 + FoxMethod);
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4883:20: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
        if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4885:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
         ctxtOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4893:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4895:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     senderContext = longAt(theFPAbove + FoxCallerContext);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4930:18: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4932:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ourContext1 = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4950:18: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4952:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ourContext2 = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4977:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if ((longAt(theFP + FoxSavedFP)) == 0) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4978:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       contextToReturnTo = longAt(theFP + FoxCallerContext);
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4981:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5030:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5032:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ourContext3 = longAt(localFP + FoxThisContext);
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5054:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      currentCtx = longAt(((GIV(stackPage)->baseFP)) + FoxCallerContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5069:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        currentCtx = longAt(((thePage->baseFP)) + FoxCallerContext);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5106:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5108:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5113:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(method) = longAt(localFP + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5132:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(returnTrue);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5142:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(returnFalse);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5152:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(returnNil);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5162:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(returnTopFromMethod);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5171:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(returnTopFromBlock);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5193:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(commonCallerReturn);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5194:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5198:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      contextToReturnTo = longAt(localFP + FoxCallerContext);
                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5227:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5246:20: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5248:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
         ourContext = longAt(localFP + FoxThisContext);
                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5280:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      GIV(method) = longAt(localFP + FoxMethod);
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5298:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5299:89: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     localSP = localFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((localFP + FoxFrameFlags) + 1))) << (shiftForWord())))));
                                                                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5302:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(method) = longAt(localFP + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5321:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(unknownBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5330:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(respondToUnknownBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5340:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5342:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ourContext = longAt(localFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5367:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extendedPushBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5375:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5381:57: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      object1 = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5382:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5383:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5422:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extendedStoreBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5430:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      objOop = longAt(localFP + FoxReceiver);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5473:50: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5474:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5477:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5549:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extendedStoreAndPopBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5559:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      objOop = longAt(localFP + FoxReceiver);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5602:50: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5603:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5606:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5672:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(singleExtendedSendBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5688:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(normalSend);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5716:6: note: in expansion of macro 'VM_LABEL'
      VM_LABEL(commonSendOrdinary);
      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5721:6: note: in expansion of macro 'sendBreakpointreceiver'
      sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), longAtPointer(localSP + (GIV(argumentCount) * BytesPerOop)));
      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5787:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5788:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5872:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5873:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5890:49: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
      longAtPointerput((localSP -= BytesPerOop), localIP);
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5892:49: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
      longAtPointerput((localSP -= BytesPerOop), localFP);
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5943:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5944:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5977:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(doubleExtendedDoAnythingBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6001:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      obj = longAt(localFP + FoxReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6034:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6038:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
         object3 = longAt(spouseFP + FoxCallerContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6042:20: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6044:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
         object3 = longAt(callerFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6156:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     obj1 = longAt(localFP + FoxReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6240:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6241:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6294:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(singleExtendedSuperBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6320:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(superclassSend);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6397:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(secondExtendedSendBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6411:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(popStackBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6424:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(duplicateTopBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6437:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushActiveContextBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6439:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6441:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ourContext = longAt(localFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6464:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushNewArrayBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6532:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(callPrimitiveBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6563:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushRemoteTempLongBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6571:61: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6572:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6573:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6588:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(storeRemoteTempLongBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6596:61: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6597:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6598:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6625:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(storeAndPopRemoteTempLongBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6633:61: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6634:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6635:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6673:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushClosureCopyCopiedValuesBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6683:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6685:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      context = longAt(localFP + FoxThisContext);
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6762:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(shortUnconditionalJump);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6782:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(shortUnconditionalJump1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6802:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(shortUnconditionalJump2);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6822:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(shortUnconditionalJump3);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6842:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(shortUnconditionalJump4);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6862:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(shortUnconditionalJump5);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6882:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(shortUnconditionalJump6);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6902:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(shortUnconditionalJump7);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6929:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(shortConditionalJumpFalse);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6974:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(longUnconditionalJump);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6988:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6989:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7004:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(longJumpIfTrue);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7046:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(longJumpIfFalse);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7102:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimAdd);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7200:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7205:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7206:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7244:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimSubtract);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7342:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7347:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7348:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7385:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimLessThan);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7504:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(booleanCheatTrue);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7579:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimGreaterThan);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7698:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(booleanCheatFalse);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7771:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimLessOrEqual);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7906:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimGreaterOrEqual);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8041:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimEqual);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8173:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimNotEqual);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8308:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimMultiply);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8417:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8422:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8423:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8461:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimDivide);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8574:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8579:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8580:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8601:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimMod);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8634:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimMakePoint);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8710:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimBitShift);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8718:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     integerArgument = longAt(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8726:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8764:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8770:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8771:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8791:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimDiv);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8817:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimBitAnd);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8837:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8838:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8859:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimBitOr);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8879:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8880:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8924:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimAt);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9198:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimAtPut);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9525:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimSize);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9512:11: warning: variable 'classOop1' set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9511:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9646:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimNext);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9660:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimNextPut);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9674:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimAtEnd);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9688:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimIdentical);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9716:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimClass);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9737:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimNotIdentical);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9766:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimValue);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9792:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9793:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9761:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9817:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimValueWithArg);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9843:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9844:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9812:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9865:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimDo);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9879:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimNew);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9893:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimNewWithArg);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9909:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimPointX);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9954:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimPointY);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10028:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(sendLiteralSelector0ArgsBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10079:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(sendLiteralSelector1ArgBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10130:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(sendLiteralSelector2ArgsBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10151:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extPushPseudoVariable);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10156:18: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10158:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       theThingToPush = longAt(localFP + FoxThisContext);
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10199:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(unknownBytecode1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10206:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(returnReceiver1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10208:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     localReturnValue = longAt(localFP + FoxReceiver);
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10215:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(returnNilFromBlock);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10224:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(returnTopFromBlock1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10233:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extNopBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10262:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimAdd1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10360:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10365:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10366:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10404:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimSubtract1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10502:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10507:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10508:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10545:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimLessThanSistaV1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10664:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(booleanCheatTrueSistaV1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10738:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimGreaterThanSistaV1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10857:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(booleanCheatFalseSistaV1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10930:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimLessOrEqualSistaV1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11065:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimGreaterOrEqualSistaV1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11200:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimEqualSistaV1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11332:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimNotEqualSistaV1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11467:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimMultiply1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11576:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11581:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11582:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11620:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimDivide1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11733:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11738:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11739:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11760:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimMod1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11793:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimMakePoint1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11869:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimBitShift1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11877:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     integerArgument = longAt(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11885:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11923:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11929:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11930:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11950:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimDiv1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11976:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimBitAnd1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11996:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11997:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12018:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimBitOr1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12038:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12039:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12083:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimAt1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12357:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimAtPut1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12684:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimSize1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12671:11: warning: variable 'classOop1' set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12670:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12805:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimIdenticalSistaV1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12831:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimNotIdenticalSistaV1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12860:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimValue1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12886:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12887:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12855:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12911:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimValueWithArg1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12937:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12938:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12906:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12961:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimPointX1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13006:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(bytecodePrimPointY1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13056:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(shortConditionalJumpTrue);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13102:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(shortConditionalJumpFalse1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13149:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(storeAndPopReceiverVariableBytecode1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13151:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     rcvr = longAt(localFP + FoxReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13200:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(unconditionnalTrapBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13209:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extABytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13220:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extBBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13242:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extPushReceiverVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13248:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13281:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13285:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        object = longAt(spouseFP + FoxCallerContext);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13289:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13291:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        object = longAt(callerFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13326:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extPushLiteralVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13349:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extPushLiteralBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13368:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(longPushTemporaryVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13374:47: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13375:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13376:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13392:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(pushNewArrayBytecode1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13460:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extPushIntegerBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13476:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extPushCharacterBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13493:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extSendBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13514:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extSendSuperBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13548:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(directedSuperclassSend);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13550:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     top = longAt(localSP);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13609:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(callMappedInlinedPrimitive);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13621:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extUnconditionalJump);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13641:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13642:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13655:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extJumpIfTrue);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13696:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extJumpIfFalse);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13742:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extStoreAndPopReceiverVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13749:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13833:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13834:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13888:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extStoreAndPopLiteralVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13952:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(longStoreAndPopTemporaryVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13958:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13959:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13962:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13980:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extStoreReceiverVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13986:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14070:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14071:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14125:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extStoreLiteralVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14187:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(longStoreTemporaryVariableBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14193:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14194:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14197:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14206:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(callPrimitiveBytecode1);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14251:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extPushFullClosureBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14274:18: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14276:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       context = longAt(localFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14332:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      valuePointer = longAt(localFP + FoxReceiver);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14374:5: note: in expansion of macro 'VM_LABEL'
     VM_LABEL(extPushClosureBytecode);
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14382:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14384:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      context = longAt(localFP + FoxThisContext);
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13534:3: warning: label 'directedSuperclassSend' defined but not used [-Wunused-label]
   directedSuperclassSend:
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'cStringOrNullFor':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14755:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveAdd':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15282:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveAddLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15314:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15315:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15349:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveAdoptInstance':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15378:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15379:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveAllInstances':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15427:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  result = allInstancesOf(longAt(GIV(stackPointer)));
                                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15432:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   result = allInstancesOf(longAt(GIV(stackPointer)));
                                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15439:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveAllObjects':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15468:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveArctan':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15484:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveArrayBecome':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15504:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15505:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveArrayBecomeOneWay':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15528:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15529:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveArrayBecomeOneWayCopyHash':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15554:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15558:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15566:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15566:91: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveArrayBecomeOneWayNoCopyHash':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15588:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15589:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveAsCharacter':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15609:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  characterCode = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15622:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveAsFloat':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15637:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15640:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveAt':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15668:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15669:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15796:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveAtPut':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15826:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15827:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15828:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15987:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveBeCursor':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16038:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   cursorObj = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16042:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16043:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   maskObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveBeDisplay':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16266:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16260:9: warning: variable 'changed' set but not used [-Wunused-but-set-variable]
     int changed;
         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveBehaviorHash':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16338:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16340:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16341:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16343:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16347:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveBitAnd':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16383:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16445:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16509:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveBitAndLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16526:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16527:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16534:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveBitOr':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16567:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16629:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16693:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveBitOrLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16710:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16711:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16718:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveBitShift':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16736:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16744:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16782:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveBitShiftLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16804:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16819:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16857:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveBitXor':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16885:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16886:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16893:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17022:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveBitXorLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17040:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17041:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17048:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveBytesLeft':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17076:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17083:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17099:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17104:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17108:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17123:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17062:11: warning: variable 'aBool' set but not used [-Wunused-but-set-variable]
     sqInt aBool;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveChangeClass':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17193:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17205:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveClass':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17246:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  instance = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17264:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveClipboardText':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17301:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17369:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveClockLogAddresses':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17414:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17497:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17392:11: warning: variable 'oop' set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveClosureValue':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17526:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17564:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17567:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17567:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17571:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17577:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17580:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17589:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17593:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveClosureValueNoContextSwitch':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17648:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17686:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17689:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17689:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17693:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17699:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17702:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17711:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17715:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveClosureValueWithArgs':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17770:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17792:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17825:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17830:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17840:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17843:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17843:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17847:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17853:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17856:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17865:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17869:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17768:11: warning: variable 'top' set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveCoarseLocalMicrosecondClock':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17914:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveCoarseUTCMicrosecondClock':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17938:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveCompareBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17972:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17973:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17986:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18052:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18059:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18065:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveCompareWith':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18103:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   order = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18111:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18114:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18161:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveConstantFill':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18181:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18182:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveControlVMProfiling':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18272:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18287:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18302:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveCopyObject':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18333:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18334:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveCrashVM':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18432:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18433:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18437:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18441:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveDisablePowerManager':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18477:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveDiv':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18507:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18507:89: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18512:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveDivide':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18537:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18553:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18574:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveDivideLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18612:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18613:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18633:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveDivLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18656:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18657:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18687:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveEnterCriticalSection':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18718:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18719:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18724:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18751:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18757:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18762:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveEqual':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18778:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18779:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18782:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18791:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveEqualLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18810:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18811:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18814:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveExitCriticalSection':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18835:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  criticalSection = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveExp':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18876:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveExponent':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18898:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFailForFFIExceptionat':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18981:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18984:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18987:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18987:59: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18991:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19008:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19011:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19014:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19018:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFetchNextMourner':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19083:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFloatAdd':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19111:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19112:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19191:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFloatAt':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19215:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19216:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19244:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFloatAtPut':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19268:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopToStore = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19275:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19276:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19301:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19312:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFloatDivide':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19346:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19347:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19434:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFloatEqual':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19463:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19464:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19544:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFloatGreaterOrEqual':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19575:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19576:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19656:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFloatGreaterThan':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19687:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19688:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19768:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFloatLessOrEqual':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19799:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19800:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19880:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFloatLessThan':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19911:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19912:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19992:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFloatMultiply':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20022:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20023:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20102:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFloatNotEqual':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20131:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20132:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20212:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFloatSubtract':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20242:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20243:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20322:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFlushExternalPrimitives':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20379:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20378:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFormPrint':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20528:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20532:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20544:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20545:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20546:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFractionalPart':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20651:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFullClosureValue':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20683:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20708:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20711:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20711:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20715:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20721:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20724:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20733:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20737:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20749:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFullClosureValueNoContextSwitch':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20799:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20824:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20827:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20827:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20831:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20837:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20840:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20849:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20853:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20865:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFullClosureValueWithArgs':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20915:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20937:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20959:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20964:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20972:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20975:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20975:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20979:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20985:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20988:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20997:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21001:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21013:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20913:11: warning: variable 'top' set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveGetAttribute':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21050:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21073:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveGetenv':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21100:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21123:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveGetImmutability':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21137:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21141:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveGetLogDirectory':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21180:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveGetNextEvent':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21198:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveGetWindowLabel':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21340:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveGetWindowSize':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21413:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveGreaterOrEqual':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21426:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21427:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21430:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveGreaterOrEqualLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21454:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21455:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21458:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveGreaterThan':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21473:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21474:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21477:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveGreaterThanLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21501:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21502:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21505:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveGrowMemoryByAtLeast':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21520:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ammount = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21533:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveHashMultiply':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21551:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21576:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveHeartbeatFrequency':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21594:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21600:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveHighResClock':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21624:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveIdentical':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21641:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21642:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21653:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveIdentityHash':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21670:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21696:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveImageFormatVersion':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21720:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveImageName':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21757:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21788:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveImmediateAsInteger':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21809:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21832:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveInputSemaphore':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21846:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveIntegerAt':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21918:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index1 = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21919:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21948:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21964:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21978:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21994:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22015:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22026:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveIntegerAtPut':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22064:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22065:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22066:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22111:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22129:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22144:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22162:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22198:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22224:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveInterruptChecksPerMSec':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22261:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveInterruptSemaphore':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22277:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveInvokeObjectAsMethod':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22354:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top1 = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22361:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22365:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22368:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22371:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22374:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22430:3: warning: statement with no effect [-Wunused-value]
   !GIV(primFailCode);
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22444:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22447:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22450:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22450:59: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22454:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22471:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22474:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22477:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22481:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveIsBigEnder':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22515:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveIsPinned':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22533:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22542:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveIsWindowObscured':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22568:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLessOrEqual':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22581:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22582:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22585:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLessOrEqualLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22609:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22610:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22613:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLessThan':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22628:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22629:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22632:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLessThanLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22656:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22657:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22660:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveListBuiltinModule':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22692:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22719:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22732:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveListExternalModule':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22761:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22788:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22801:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadImageSegment':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22836:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22839:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22853:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLocalMicrosecondClock':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22880:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLogN':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22897:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLowSpaceSemaphore':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22915:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveMakePoint':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22958:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22959:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23010:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveMaxIdentityHash':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23023:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveMillisecondClock':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23052:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveMillisecondClockMask':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23067:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveMod':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23079:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23079:84: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23084:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveModLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23115:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23116:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23141:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveMultiply':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23159:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23175:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23208:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveMultiplyLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23231:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23232:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23253:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveNew':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23269:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23272:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23279:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveNewMethod':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23309:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  header = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23310:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23318:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23428:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveNewPinned':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23441:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23444:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23451:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveNewWithArg':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23478:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23546:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23549:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23562:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveNewWithArgPinned':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23586:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23647:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23650:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23663:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveNextInstance':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23686:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  object = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23769:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveNextObject':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23792:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23795:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23801:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveNotEqual':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23816:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23817:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23820:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23829:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveNotEqualLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23848:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23849:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23852:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveNotIdentical':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23874:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23875:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23904:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveObjectAt':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23923:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23943:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23951:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), longAt((thisReceiver + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveObjectAtPut':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23968:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23969:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23978:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24013:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitivePathToUsing':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24070:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24071:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24076:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24077:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24078:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24320:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24322:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24032:12: warning: variable 'freeStartAtStart' set but not used [-Wunused-but-set-variable]
     usqInt freeStartAtStart;
            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitivePerformInSuperclass':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24374:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24375:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  lookupClass = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24407:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24408:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24431:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24434:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24438:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24445:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), rcvr);
  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24475:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24490:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24490:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24537:3: warning: statement with no effect [-Wunused-value]
   !GIV(primFailCode);
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24551:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24554:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24557:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24557:59: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24561:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24578:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24581:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24584:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24588:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24356:11: warning: variable 'selector1' set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitivePerformWithArgs':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24655:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24656:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24657:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24680:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24683:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24687:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24694:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), actualReceiver);
  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24714:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24727:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24727:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24774:3: warning: statement with no effect [-Wunused-value]
   !GIV(primFailCode);
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24788:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24791:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24794:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24794:59: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24798:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24815:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24818:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24821:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24825:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24637:11: warning: variable 'selector1' set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveProfilePrimitive':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24867:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveProfileSample':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24892:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveProfileSemaphore':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24913:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveProfileStart':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24956:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveQuit':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24988:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(GIV(stackPointer))) >> 3)
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveQuo':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25008:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25024:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25060:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveQuoLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25091:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25092:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25110:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveRelinquishProcessor':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25127:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveRemLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25172:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25173:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25190:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveResume':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25212:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  proc = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveScreenDepth':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25244:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveScreenScaleFactor':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25273:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveScreenSize':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25345:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSecondsClock':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25365:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSetDisplayMode':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25389:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25393:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25406:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25422:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25438:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25458:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSetFullScreen':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25475:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSetImmutability':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25505:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25519:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25529:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25540:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSetInterruptKey':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25559:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSetLogDirectory':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25595:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  stringOop = longAt(GIV(stackPointer));
                         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSetOrHasIdentityHash':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25661:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25662:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25664:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25672:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25676:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25697:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25713:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25750:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSetWindowLabel':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25768:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  labelOop = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSetWindowSize':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25830:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25846:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveShortAt':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25884:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25890:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25906:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveShortAtPut':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25926:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25927:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25937:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25965:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveShowDisplayRect':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25987:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26003:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26019:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26035:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSignal':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26066:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  synchronousSignal(longAt(GIV(stackPointer)));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSignalAtBytesLeft':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26081:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  bytes = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSine':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26116:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSize':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26139:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26198:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSizeInBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26210:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26212:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : bytesInObject(longAt(GIV(stackPointer))));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26215:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSizeInBytesOfInstance':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26249:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26255:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   nElements = ((longAt(GIV(stackPointer))) >> 3);
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26256:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26305:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26310:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26330:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatAdd':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26354:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26369:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26409:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatArctan':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26426:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatDivide':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26465:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26480:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26526:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatEqual':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26551:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26566:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26606:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatExp':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26624:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatExponent':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26640:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 ((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26642:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatFractionalPart':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26661:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatGreaterOrEqual':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26701:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26716:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26756:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatGreaterThan':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26783:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26798:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26838:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatLessOrEqual':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26865:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26880:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26920:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatLessThan':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26947:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26962:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27002:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatLogN':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27024:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatMultiply':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27063:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27078:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27118:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatNotEqual':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27143:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27158:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27198:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatSine':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27217:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatSquareRoot':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27248:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatSubtract':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27295:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27310:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27350:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatTimesTwoPower':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27368:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27378:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27400:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSmallFloatTruncated':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27416:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSomeInstance':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27472:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  class = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27482:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSomeObject':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27501:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSpecialObjectsOop':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27515:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSquareRoot':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27531:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreImageSegment':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27586:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27587:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27590:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27606:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   outPointerArray = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27607:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27608:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStringAt':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27647:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27648:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27782:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStringAtPut':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27813:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27814:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27815:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27982:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStringReplace':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28022:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28023:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28024:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28025:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28026:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSubtract':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28292:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSubtractLargeIntegers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28324:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28325:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28359:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSuspend':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28386:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  process = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28389:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28550:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveTestAndSetOwnershipOfCriticalSection':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28580:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28581:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28586:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28613:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28619:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28624:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveTestDisplayDepth':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28642:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28662:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveTimesTwoPower':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28682:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28698:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28701:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveTruncated':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28717:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveUnloadModule':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28771:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  moduleName = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28762:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28761:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveUTCMicrosecondClock':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28930:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveUtcAndTimezoneOffset':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28955:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28990:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveUtcWithOffset':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29017:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29051:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveVMPath':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29072:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveVMProfileSamplesInto':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29101:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29112:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29122:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29093:11: warning: variable 'v' set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveWait':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29138:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'initializeStacknumSlotspageSize':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29544:11: warning: variable 'theIndex' set but not used [-Wunused-but-set-variable]
     sqInt theIndex;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29543:17: warning: variable 'structStackPageSize' set but not used [-Wunused-but-set-variable]
     usqIntptr_t structStackPageSize;
                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'allNewSpaceObjectsHaveZeroRTRefCount':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30661:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'allWeakSurvivorsOnWeakList':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30736:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'processEphemerons':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31449:11: warning: variable 'oldList' set but not used [-Wunused-but-set-variable]
     sqInt oldList;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31448:11: warning: variable 'oldCorpse' set but not used [-Wunused-but-set-variable]
     sqInt oldCorpse;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'allInstancesOf':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32655:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32654:11: warning: variable 'prevPrevObj11' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32653:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32652:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'allObjects':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33083:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33082:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'allObjectsUnmarked':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33265:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33264:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'allOldMarkedWeakObjectsOnWeaklingStack':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33368:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'checkHeapFreeSpaceIntegrity':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:35038:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:35037:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'checkHeapIntegrityclassIndicesShouldBeValid':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:35337:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:35336:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'clearLeakMapAndMapAccessibleFreeSpace':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36433:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'clearLeakMapAndMapAccessibleObjects':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36488:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36487:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'countMarkedAndUnmarkdObjects':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36970:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36969:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'existInstancesInNewSpaceOf':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37519:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'findStringBeginningWith':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37778:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37777:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'findString':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37925:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37924:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'initialInstanceOf':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39057:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39056:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'initializeObjectMemory':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39266:11: warning: variable 'freeChunk' set but not used [-Wunused-but-set-variable]
     sqInt freeChunk;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'loadImageSegmentFromoutPointers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41272:5: warning: statement with no effect [-Wunused-value]
     -classIndex2;
     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41337:3: warning: statement with no effect [-Wunused-value]
   8 /* allocationUnit */ / BytesPerOop;
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'longPrintInstancesWithClassIndex':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41421:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41420:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'longPrintReferencesTo':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41540:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41539:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'markObjects':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42641:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42854:7: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
  free((GIV(unscannedEphemerons).start));
       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/usr/include/stdlib.h:483:13: note: expected 'void *' but argument is of type 'usqInt {aka long unsigned int}'
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'objectBefore':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43669:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43668:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'objectsReachableFromRoots':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43827:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43826:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printActivationsOf':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44631:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44630:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printContextReferencesTo':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44786:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44785:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printForwarders':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45003:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45002:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printFreeChunks':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45121:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45120:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printInstancesWithClassIndex':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45476:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45475:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printMethodImplementorsOf':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45649:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45648:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printMethodReferencesTo':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45782:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45781:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printObjectsWithHash':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45972:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45971:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printOopsExcept':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46190:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46189:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printOopsSuchThat':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46360:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46359:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printReferencesTo':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46488:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46487:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'pushOnUnscannedEphemeronsStack':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46764:25: warning: passing argument 1 of 'realloc' makes pointer from integer without a cast [-Wint-conversion]
   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/usr/include/stdlib.h:480:14: note: expected 'void *' but argument is of type 'usqInt {aka long unsigned int}'
 extern void *realloc (void *__ptr, size_t __size)
              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46764:15: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'runLeakCheckerFor':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47201:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro 'asserta'
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'runLeakCheckerForexcludeUnmarkedObjsclassIndicesShouldBeValid':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47222:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro 'asserta'
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'setHeapBasememoryLimitendOfMemory':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47354:11: warning: variable 'oldStart' set but not used [-Wunused-but-set-variable]
     sqInt oldStart;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47351:11: warning: variable 'actualEdenBytes' set but not used [-Wunused-but-set-variable]
     sqInt actualEdenBytes;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'validClassTableHashes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48570:11: warning: variable 'ignored' set but not used [-Wunused-but-set-variable]
     sqInt ignored;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'compact':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48761:11: warning: variable 'prevPrevObj3' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48760:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48759:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48758:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'copyAndUnmarkMobileObjects':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49141:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'copyAndUnmark':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49352:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'planCompactSavingForwarders':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49530:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'reinitializeScanFrom':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49662:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'scanForFirstFreeAndFirstMobileObjectFrom':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49784:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'unmarkObjectsFromFirstFreeObject':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49861:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'updatePointers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50016:11: warning: variable 'prevPrevObj3' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50015:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50014:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50013:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'validRelocationPlanInPass':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50628:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'addSegmentOfSize':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50706:108: warning: pointer targets in passing argument 3 of 'sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto' differ in signedness [-Wpointer-sign]
  segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:60:14: note: expected 'sqInt * {aka long int *}' but argument is of type 'usqInt * {aka long unsigned int *}'
 extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'checkAllAccessibleObjectsOkay':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52023:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52022:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'checkIsStillMarriedContextcurrentFP':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52403:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52405:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52406:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((byteAt((maybeFP + FoxFrameFlags) + 2)) != 0))))) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52413:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'checkOkayStackPage':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52575:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52581:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52583:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52585:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ok = ok && (checkOkayFields(longAt(theFP + FoxMethod)));
                                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52586:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52594:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(theSP);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'checkStackIntegrity':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52706:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theSP);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52714:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52715:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxThisContext);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52740:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theFP + FoxMethod);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52746:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52752:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'checkStackPointerIndexForFrame':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52825:97: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   return (((usqInt) ((theFP + FoxReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52849:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52862:84: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'contexthasValidInversePCMappingOfin':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52925:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  encodedip = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'createActualMessageTo':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:38:48: warning: statement with no effect [-Wunused-value]
 # define mnuBreakpointreceiver(sel, len, rcvr) 0
                                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53048:2: note: in expansion of macro 'mnuBreakpointreceiver'
  mnuBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), null);
  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53119:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'disownVM':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53175:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'divorceAllFrames':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53207:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53209:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(GIV(framePointer) + FoxThisContext);
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'divorceFramesIn':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53244:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  theIP = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53251:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53253:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theContext = longAt(theFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53261:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53284:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53285:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53298:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((longAt(calleeFP + FoxCallerContext)) & (tagMask())) == 0)
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53299:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (oopisLessThan(longAt(calleeFP + FoxCallerContext), GIV(newSpaceLimit)))) {
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2674:49: note: in definition of macro 'oopisLessThan'
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53306:107: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), longAt(calleeFP + FoxCallerContext));
                                                                                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'ensureCallerContext':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53492:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53496:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return longAt(theFP + FoxCallerContext);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53499:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53501:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return longAt(callerFP + FoxThisContext);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'ensureImageFormatIsUpToDate':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53551:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53550:11: warning: variable 'prevPrevObj11' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53549:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53548:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'enterSmalltalkExecutiveImplementation':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53862:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'externalDivorceFrameandContext':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53910:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53914:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerCtx = longAt(theFP + FoxCallerContext);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53918:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53920:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerCtx = longAt(callerFP1 + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53929:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theIP = longAt((thePage->headSP));
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53943:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53964:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53982:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53987:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53990:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(callerSP, callerIP);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'externalEnsureIsBaseFrame':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54015:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'externalQuickPrimitiveResponse':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54189:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54190:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54199:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54205:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54211:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54216:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'fetchPointerofMarriedContext':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54330:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54334:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     return longAt(spouseFP + FoxCallerContext);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54337:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54339:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     return longAt(callerFP + FoxThisContext);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54356:63: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((offset - (ReceiverIndex + 1)) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54357:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54358:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'findFrameAboveinPage':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54533:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'findMethodWithPrimitiveFromContextUpToContext':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54623:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54624:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (homeContext == (longAt(theFP + FoxThisContext)))) {
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54628:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     || ((byteAt((theFP + FoxFrameFlags) + 3)) != 0))) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54629:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theMethod1 = longAt(theFP + FoxMethod);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54639:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54641:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      return longAt(theFP + FoxThisContext);
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54647:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54649:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  senderContext1 = longAt(theFPAbove + FoxCallerContext);
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'findSPOfon':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54802:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'followForwardedFrameContentsstackPointer':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54882:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(ptr);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54885:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(ptr, followForwarded(oop));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54888:144: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                                                                                                                                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54889:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(ptr);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54902:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(ptr, oop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54905:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54910:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'followForwardingPointersInStackZone':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55016:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theFP + FoxReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55019:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxReceiver, followForwarded(oop));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55021:18: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55022:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55023:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55023:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55025:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theFP + FoxMethod);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55042:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxMethod, (oop = newOop));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55045:22: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55047:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theFP + offset);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55050:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + offset, followForwarded(oop));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55052:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55057:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theFP + FoxCallerContext);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55071:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theFP + FoxCallerContext, aValue);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'frameCallerContext':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55143:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxCallerContext);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'frameContext':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55150:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxThisContext);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'frameHasContext':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55160:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  return (byteAt((theFP + FoxFrameFlags) + 2)) != 0;
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'frameIsBlockActivation':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55170:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  return (byteAt((theFP + FoxFrameFlags) + 3)) != 0;
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'frameMethodObject':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55180:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMethod);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'frameMethod':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55187:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMethod);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'frameNumArgs':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55197:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  return byteAt((theFP + FoxFrameFlags) + 1);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'frameReceiver':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55216:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxReceiver);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'frameStackedReceiverOffset':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55233:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'handleForwardedSendFaultForTag':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55602:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55614:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55616:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((longAt(GIV(framePointer) + FoxReceiver)) & (tagMask())) == 0)
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55617:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((((usqInt) (longAt(longAt(GIV(framePointer) + FoxReceiver)))) >> (formatShift())) & (formatMask())) <= 5 /* lastPointerFormat */)) {
                                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55618:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   followForwardedObjectFieldstoDepth(longAt(GIV(framePointer) + FoxReceiver), 0);
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'handleSpecialSelectorSendFaultForfpsp':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55640:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(theFP + FoxReceiver);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'handleStackOverflow':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55687:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55688:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55697:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55701:10: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAt(theFP + FoxCallerContext);
          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55705:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55707:10: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAt(callerFP1 + FoxThisContext);
          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'iframeMethod':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55860:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMethod);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'instructionPointerForFramecurrentFPcurrentIP':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55933:25: warning: passing argument 1 of 'oopForPointer' makes pointer from integer without a cast [-Wint-conversion]
   theIP = oopForPointer(instrPtr);
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:153:23: note: expected 'void *' but argument is of type 'sqInt {aka long int}'
   static inline sqInt oopForPointer(void *ptr)   { return (sqInt)ptr; }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55945:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55956:13: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? longAt((thePage->headSP))
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55957:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55960:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   (((usqInt)(((theIP - (longAt(spouseFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1));
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'isBaseFrame':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56004:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return (longAt(theFP + FoxSavedFP)) == 0;
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'isFrameonPage':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56044:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'isWidowedContextDuringGC':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56232:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56233:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((byteAt((maybeFrame + FoxFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56235:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56249:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'isWidowedContext':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56311:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56312:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((byteAt((theFrame + FoxFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56315:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'lookupMethodInClass':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56908:4: note: in expansion of macro 'sendBreakpointreceiver'
    sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), null);
    ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57021:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(GIV(messageSelector) + BaseHeaderSize, lengthOfformat(GIV(messageSelector), (((usqInt) (longAt(GIV(messageSelector)))) >> (formatShift())) & (formatMask())), null);
  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56880:11: warning: variable 'selector' set but not used [-Wunused-but-set-variable]
     sqInt selector;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'makeBaseFrameFor':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57361:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(pointer, maybeClosure);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57376:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(pointer, rcvr);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57379:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57385:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), followObjFieldofObject(SenderIndex, aContext));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57386:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57389:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), theMethod);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57390:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57399:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), aContext);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57400:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57407:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57412:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), theIP);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'mapStackPages':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57649:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theSP);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57652:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theSP, remapObj(oop));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57656:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57657:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57658:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57658:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57665:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57668:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57668:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57670:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57670:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57672:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57672:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57675:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57683:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57686:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theSP, remapObj(oop));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'markAndTraceStackPages':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57744:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   context = longAt(theFP + FoxCallerContext);
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'markAndTraceStackPage':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57790:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57803:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theSP, oop);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57810:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57812:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    markAndTrace(longAt(theFP + FoxThisContext));
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57814:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   markAndTrace(longAt(theFP + FoxMethod));
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57815:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57823:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(theSP);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57836:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(theSP, oop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'marriedContextpointsTostackDeltaForCurrentFrame':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57902:104: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((anOop == ((((usqInt)((((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1))) << 3) | 1)))
                                                                                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57910:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theFP + FoxMethod))) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57913:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57914:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (anOop == (longAt(theFP + FoxCallerContext))) {
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57919:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57919:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57920:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57920:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57928:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57936:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'marryContextInNewStackPageAndInitializeInterpreterRegisters':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57970:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57981:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'marryFrameSP':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58014:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodObj = longAt(theFP + FoxMethod);
                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58019:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58020:88: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  numStack = (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58021:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58022:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   closureOrNil = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58039:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = pointerForOop(longAt(theFP + FoxSavedFP));
                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58048:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valuePointer4 = longAt(theFP + FoxMethod);
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58055:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valuePointer5 = longAt(theFP + FoxReceiver);
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58061:116: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt((theFP + FoxCallerSavedIP) + (((numArgs - i) + 1) * BytesPerWord)));
                                                                                                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58070:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theFP + FoxThisContext, theContext);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58072:12: warning: passing argument 1 of 'byteAtput' makes integer from pointer without a cast [-Wint-conversion]
  byteAtput((theFP + FoxFrameFlags) + 2, 1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'methodReturnBool':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58260:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'methodReturnFloat':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58279:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'methodReturnInteger':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58295:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'methodReturnString':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58324:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'methodReturnValue':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58340:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'moveFramesInthroughtoPage':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58433:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58437:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(newSP, longAt(source));
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58437:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(newSP, longAt(source));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58452:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58455:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58456:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theFP + stackedReceiverOffset, callerIP);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58461:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58461:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58462:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxSavedFP, 0);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58466:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58470:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58471:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((fpInNewPage + FoxFrameFlags) + 2)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58473:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theContext = longAt(fpInNewPage + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'noInlineTemporaryin':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58532:43: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  return (offset < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58533:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58534:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'noMarkedContextsOnPage':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58549:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58551:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58555:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'ownVM':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58642:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'popStack':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58674:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'popthenPush':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58699:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveEventProcessingControl':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58830:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58837:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58843:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58853:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStopProfiling':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58925:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(messageCount) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printAllStacks':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59127:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59126:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printCallStackOfcurrentFP':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59387:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ctxt = longAt(theFP + FoxCallerContext);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printFrameAndCallersSPshort':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59553:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59554:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59555:76: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord), printShort);
                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printFrameFlagsForFP':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59575:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59585:18: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  printNum(byteAt((theFP + FoxFrameFlags) + 1));
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59586:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  print(((byteAt((theFP + FoxFrameFlags) + 2)) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59589:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  print(((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printFrameOopat':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59604:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printFrameThingandFrameat':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59662:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printFrameThingat':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59698:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printFrame':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59785:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59796:84: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)
                                                                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printFrameWithSP':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59834:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  theMethod = longAt(theFP + FoxMethod);
                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59836:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59848:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  topThing = longAt(theSP);
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printLikelyImplementorsOfSelector':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59936:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59935:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printStackReferencesTo':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61365:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (oop == (longAt(theSP))) {
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61367:18: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:1: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61369:18: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theSP);
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:1: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61375:17: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61376:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (oop == (longAt(theFP + FoxThisContext))) {
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61378:18: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:1: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61384:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (oop == (longAt(theFP + FoxMethod))) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61386:17: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:1: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61391:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61399:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (oop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61401:17: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:1: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61403:17: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theSP);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:1: note: expected 'usqInt {aka long unsigned int}' but argument is of type 'char *'
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'pushBool':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61483:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'pushedReceiverOrClosureOfFrame':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61496:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'pushFloat':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61508:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'pushInteger':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61519:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'push':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61533:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'readImageFromFileStartingAt':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:313:30: warning: statement with no effect [-Wunused-value]
 #  define SQ_SWAP_8_BYTES(x) __builtin_bswap64(x)
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61828:3: note: in expansion of macro 'SQ_SWAP_8_BYTES'
   SQ_SWAP_8_BYTES(w);
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61843:3: warning: statement with no effect [-Wunused-value]
   ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'reestablishContextPriorToCallback':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62129:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62162:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(theFP + FoxSavedFP)) == 0) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62168:66: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62171:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62210:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'retryPrimitiveOnFailure':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62413:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62428:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
         longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'returnAsThroughCallbackContext':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62497:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62534:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62538:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62541:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62543:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62601:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'saneFunctionPointerForFailureOfPrimIndex':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62769:11: warning: variable 'theClass' set but not used [-Wunused-but-set-variable]
     sqInt theClass;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'sendInvokeCallbackContext':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62859:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62864:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62868:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62872:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62877:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62888:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62891:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62894:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62894:59: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62898:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62915:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62918:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62921:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62925:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'sendInvokeCallbackStackRegistersJmpbuf':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63016:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63020:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63024:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63028:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63032:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63043:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63046:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63049:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63049:59: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63053:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63070:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63073:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63076:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63080:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'shortPrintFrameAndCallers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63351:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63352:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'shortPrintFrame':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63415:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(theFP + FoxReceiver);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63420:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63420:95: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63420:160: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                                                                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63421:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63422:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'shortPrintFrameAndNCallers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63439:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'shortReversePrintFrameAndCallers':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63496:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63501:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  caller = longAt(theFP + FoxCallerContext);
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'snapshot':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63761:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63838:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63845:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63856:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63859:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63862:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63862:60: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63866:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63883:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63886:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63889:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63893:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'stackFloatValue':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64320:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'stackIntegerValue':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64332:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'stackObjectValue':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64400:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'stackPointerIndexForFrame':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64495:84: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'stackPositiveMachineIntegerValue':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64512:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'stackSignedMachineIntegerValue':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64577:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'stackTop':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64585:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'stackValue':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64595:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'storeSenderOfFramewithValue':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64934:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(theFP + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64938:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(theFP + FoxCallerContext, anOop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64942:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64946:10: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAt(theFP + FoxCallerContext);
          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64950:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64952:10: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAt(callerFP + FoxThisContext);
          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64994:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theMovedFP + FoxCallerContext, anOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'transferTo':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65223:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65247:14: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65249:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(GIV(framePointer) + FoxThisContext);
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65355:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65367:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'updateStateOfSpouseContextForFrameWithSP':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65488:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  theContext = longAt(theFP + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65491:21: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  tempIndex = byteAt((theFP + FoxFrameFlags) + 1);
                     ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65502:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((longAt(pointer)) & (tagMask())) == 0)
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65503:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2674:49: note: in definition of macro 'oopisLessThan'
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65510:116: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(pointer));
                                                                                                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65522:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((longAt(pointer)) & (tagMask())) == 0)
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65523:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2674:49: note: in definition of macro 'oopisLessThan'
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65530:124: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'validInstructionPointerinFrame':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65549:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65549:80: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                                                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65550:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65550:78: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'validStackPageBaseFrame':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65606:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  senderContextOrNil = longAt(theFP + FoxCallerContext);
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'voidVMStateForSnapshotFlushingExternalPrimitivesIf':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65662:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65661:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'cloneContext':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66057:50: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     valuePointer2 = (i < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66058:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66059:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'doPrimitiveSameThreadCallout':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66111:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66133:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66141:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66149:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66173:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = alloca((argType->size));
             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66174:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66189:45: warning: passing argument 1 of 'marshallAndPushReturnValueFromofTypepoping' makes integer from pointer without a cast [-Wint-conversion]
  marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1498:27: note: expected 'sqInt {aka long int}' but argument is of type 'void *'
 static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'doPrimitiveWorkerCallout':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66246:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66268:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66275:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66282:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66302:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66311:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66333:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = malloc((argType->size));
             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66334:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66339:10: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
     aPtr = parameters[i1];
          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66342:11: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
      free(aPtr);
           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/usr/include/stdlib.h:483:13: note: expected 'void *' but argument is of type 'sqInt {aka long int}'
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66364:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)aPointer));
         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66366:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'doPrimitiveWorkerExtractReturnValue':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66405:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66415:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66418:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66435:45: warning: passing argument 1 of 'marshallAndPushReturnValueFromofTypepoping' makes integer from pointer without a cast [-Wint-conversion]
  marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1498:27: note: expected 'sqInt {aka long int}' but argument is of type 'void *'
 static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66441:23: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
    anParameterAddress = parameters[i];
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66443:26: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
     doFreeFromTask(task, anParameterAddress);
                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2586:47: note: in definition of macro 'doFreeFromTask'
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/usr/include/stdlib.h:483:13: note: expected 'void *' but argument is of type 'sqInt {aka long int}'
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66452:23: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
  doFreeFromTask(task, ((sqInt)task));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2586:47: note: in definition of macro 'doFreeFromTask'
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/usr/include/stdlib.h:483:13: note: expected 'void *' but argument is of type 'long int'
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66398:13: warning: variable 'worker' set but not used [-Wunused-but-set-variable]
     Worker *worker;
             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'fieldofFrame':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66503:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66506:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     longAt(theFP + FoxCallerContext))
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66507:15: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66510:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       longAt(callerFP + FoxThisContext))
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66519:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return longAt(theFP + FoxMethod);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66522:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   return ((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66524:23: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     (numArgs = byteAt((theFP + FoxFrameFlags) + 1)),
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66525:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66530:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return longAt(theFP + FoxReceiver);
                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66535:66: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   return ((index - CtxtTempFrameStart) < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66536:13: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66537:13: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'getHandler':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66567:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'marshallAndPushReturnValueFromofTypepoping':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66631:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66637:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66646:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66652:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66658:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66664:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66673:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66679:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66689:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   ptr[0] = (((sqIntptr_t)aPointer));
          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66691:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66700:25: warning: passing argument 2 of 'memcpy' makes pointer from integer without a cast [-Wint-conversion]
   memcpy(targetPointer, returnHolder, sizeToCopy);
                         ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected 'const void * restrict' but argument is of type 'sqInt {aka long int}'
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66702:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66709:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66716:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'marshallArgumentFromatIndexintoofTypewithSize':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66788:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
    address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66807:10: warning: passing argument 1 of 'memcpy' makes pointer from integer without a cast [-Wint-conversion]
   memcpy(argHolder, srcPtr, argTypeSize);
          ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected 'void * restrict' but argument is of type 'sqInt {aka long int}'
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveAllVMParameters':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67436:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveClone':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67454:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67478:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveClosureCopyWithCopiedValues':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67502:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67525:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  copiedValues = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67566:125: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newClosure1 + BaseHeaderSize) + (((sqInt)((usqInt)(ClosureOuterContextIndex) << (shiftForWord())))), longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                                                                                                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67581:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newClosure);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveContextAt':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67628:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67636:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67755:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67858:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67872:49: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  value = ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67873:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67874:12: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67876:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveContextAtPut':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67911:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67913:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67915:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68069:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68083:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))) {
                                            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68084:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68087:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68090:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveContextSize':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68117:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68201:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveContextXray':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68225:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  context = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68238:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveDeferDisplayUpdates':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68254:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  flag = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveDoNamedPrimitiveWithArgs':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68334:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68336:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68514:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68520:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68526:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68532:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68554:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68558:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68562:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68566:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68323:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68288:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveDoPrimitiveWithArgs':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68619:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68621:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68656:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68658:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68675:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68687:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68740:2: warning: statement with no effect [-Wunused-value]
  !GIV(primFailCode);
  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68748:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    rcvr = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68752:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68756:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68759:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveExecuteMethod':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68805:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68818:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68880:3: warning: statement with no effect [-Wunused-value]
   !GIV(primFailCode);
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68894:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68897:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68900:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68900:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68904:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68921:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68924:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68927:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68931:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveExecuteMethodArgsArray':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68999:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69001:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69026:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69035:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69042:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69105:3: warning: statement with no effect [-Wunused-value]
   !GIV(primFailCode);
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69119:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69122:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69125:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69125:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69129:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69146:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69149:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69152:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69156:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveExternalCall':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69224:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFFIAllocate':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69440:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69458:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  addr = malloc(byteSize);
       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69470:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)addr));
         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69473:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFFIFree':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69491:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69512:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69519:18: warning: passing argument 1 of 'isInMemory' makes integer from pointer without a cast [-Wint-conversion]
   || (isInMemory(addr)))) {
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40112:1: note: expected 'sqInt {aka long int}' but argument is of type 'void *'
 isInMemory(sqInt address)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69552:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFFIIntegerAt':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69580:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69598:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69614:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69630:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69697:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFFIIntegerAtPut':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69725:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69743:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69759:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69761:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69777:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69841:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFindHandlerContext':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69870:85: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69876:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFindNextUnwindContext':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69905:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  stopContext = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69907:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69937:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69938:83: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(198, longAt(theFP + FoxCallerContext), stopContext);
                                                                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69942:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69946:18: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69947:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69951:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69952:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      theMethod = longAt(theFP1 + FoxMethod);
                         ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69962:19: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69964:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69972:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69974:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    senderContext = longAt(theFPAbove + FoxCallerContext);
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70001:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFlushCacheByMethod':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70020:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oldMethod = longAt(GIV(stackPointer));
                         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFlushCacheBySelector':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70050:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveFullGC':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70099:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70107:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveGetCurrentWorkingDirectory':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70129:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveIncrementalGC':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70425:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveInstVarAt':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70448:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70450:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70548:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveInstVarAtPut':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70573:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70575:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70577:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70727:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadBoolean8FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70748:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70750:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70808:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadBoolean8FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70824:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70826:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70845:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadChar16FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70866:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70868:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70925:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadChar16FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70941:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70943:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70960:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadChar32FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70981:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70983:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71040:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadChar32FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71056:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71058:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71075:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadChar8FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71096:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71098:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71154:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadChar8FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71170:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71172:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71189:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadFloat32FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71210:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71212:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71269:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadFloat32FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71285:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71287:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71304:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadFloat64FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71325:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71327:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71384:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadFloat64FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71400:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71402:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71419:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadInt16FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71439:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71441:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71497:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadInt16FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71512:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71514:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71530:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadInt32FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71551:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71553:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71612:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadInt32FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71628:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71630:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71649:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadInt64FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71670:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71672:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71729:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadInt64FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71745:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71747:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71764:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadInt8FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71784:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71786:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71841:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadInt8FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71856:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71858:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71874:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadPointerFromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71895:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71897:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71956:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadPointerFromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71972:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71974:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71993:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadSymbolFromModule':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72030:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72032:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72077:50: warning: passing argument 1 of 'ioLoadModuleOfLength' makes integer from pointer without a cast [-Wint-conversion]
   moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:558:8: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72113:43: warning: passing argument 1 of 'ioLoadSymbolOfLengthFromModule' makes integer from pointer without a cast [-Wint-conversion]
  address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:559:8: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
 void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72122:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)address));
         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72125:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadUInt16FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72146:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72148:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72204:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadUInt16FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72219:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72221:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72237:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadUInt32FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72258:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72260:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72319:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadUInt32FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72335:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72337:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72356:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadUInt64FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72377:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72379:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72436:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadUInt64FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72452:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72454:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72471:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadUInt8FromBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72491:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72493:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72548:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLoadUInt8FromExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72563:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72565:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72581:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLongRunningPrimitive':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72650:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveLongRunningPrimitiveSemaphore':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72668:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveObjectPointsTo':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72723:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thang = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72725:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72728:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72756:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72777:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72787:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72798:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72804:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitivePerform':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72840:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72842:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72845:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72845:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72853:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), newReceiver);
  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72863:71: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72863:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                  ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72865:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72918:3: warning: statement with no effect [-Wunused-value]
   !GIV(primFailCode);
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72932:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72935:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72942:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72959:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72962:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72965:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72969:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitivePin':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73009:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73017:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  boolean = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73052:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSetGCSemaphore':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73091:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSignalAtMilliseconds':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73128:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  msecsObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73130:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSignalAtUTCMicroseconds':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73199:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  usecsObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73201:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSlotAt':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73287:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73289:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73338:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73358:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73371:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73384:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73400:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveSlotAtPut':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73447:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73449:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73451:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73505:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73597:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73616:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73630:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73649:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreBoolean8IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73680:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73682:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73684:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73752:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreBoolean8IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73769:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73771:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73773:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73802:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreChar16IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73823:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73825:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73827:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73886:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreChar16IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73902:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73904:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73906:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73925:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreChar32IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73946:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73948:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73950:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74009:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreChar32IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74025:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74027:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74029:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74048:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreChar8IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74069:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74071:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74073:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74131:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreChar8IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74147:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74149:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74151:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74170:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreFloat32IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74192:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74194:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74196:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74256:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreFloat32IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74273:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74275:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74277:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74297:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreFloat64IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74319:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74321:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74323:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74383:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreFloat64IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74400:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74402:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74404:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74424:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreInt16IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74445:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74447:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74449:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74507:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreInt16IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74523:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74525:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74527:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74545:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreInt32IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74566:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74568:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74570:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74631:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreInt32IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74647:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74649:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74651:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74672:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreInt64IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74693:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74695:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74697:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74758:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreInt64IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74774:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74776:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74778:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74799:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreInt8IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74820:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74822:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74824:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74881:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreInt8IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74897:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74899:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74901:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74919:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStorePointerIntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74941:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74943:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74945:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75015:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStorePointerIntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75032:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75034:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75036:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75066:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreStackp':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75092:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75094:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreUInt16IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75199:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75201:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75203:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75266:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreUInt16IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75282:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75284:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75286:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75309:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreUInt32IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75330:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75332:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75334:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75395:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreUInt32IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75411:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75413:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75415:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75436:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreUInt64IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75457:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75459:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75461:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75522:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreUInt64IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75538:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75540:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75542:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75563:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreUInt8IntoBytes':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75584:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75586:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75588:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75650:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveStoreUInt8IntoExternalAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75666:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75668:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75670:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75693:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveTerminateTo':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75748:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aContextOrNil = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75759:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75802:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75804:22: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75812:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75822:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75824:91: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     newSP = (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75828:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(newSP, longAt(source));
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75828:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(newSP, longAt(source));
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75830:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxSavedFP, contextsFP);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75830:35: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxSavedFP, contextsFP);
                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75831:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxCallerSavedIP, contextsIP);
               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75855:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   currentCtx = longAt(theFP + FoxCallerContext);
                       ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75896:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75937:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                 ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75949:79: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)) - BytesPerWord;
                                                                               ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75950:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                   ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75950:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75950:30: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                              ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75967:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       currentCtx = longAt(theFP1 + FoxCallerContext);
                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76000:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(theFP + FoxCallerContext, aContextOrNil);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveVMParameter':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76162:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76183:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76188:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76396:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'primitiveVoidVMState':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76430:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'pruneStackstackp':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76554:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                             ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76566:90: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    theSP = (theFPAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFPAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                          ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76567:16: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76569:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     objOrFP = longAt(theFP + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76502:11: warning: variable 'oop1' set but not used [-Wunused-but-set-variable]
     sqInt oop1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'ptEnterInterpreterFromCallback':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76627:12: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'ptExitInterpreterToCallback':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76723:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76731:10: warning: passing argument 1 of 'longjmp' makes pointer from integer without a cast [-Wint-conversion]
  longjmp(aJumpBuf, 1);
          ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26:
/usr/include/x86_64-linux-gnu/bits/setjmp2.h:25:13: note: expected 'struct __jmp_buf_tag *' but argument is of type 'sqInt {aka long int}'
 extern void __REDIRECT_NTHNL (longjmp,
             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'readAddress':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76747:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'unmarkAfterPathTo':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76770:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76769:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'unmarkAllFrames':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76906:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     flags = longAt(theFP + FoxFrameFlags);
                    ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76908:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxFrameFlags, flags - 2);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76910:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                           ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected 'sqInt {aka long int}' but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14623:1: warning: 'pageListIsWellFormed' defined but not used [-Wunused-function]
 pageListIsWellFormed(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30248:1: warning: 'isImmediateFloat' defined but not used [-Wunused-function]
 isImmediateFloat(sqInt oop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30356:1: warning: 'maxSlotsForAlloc' defined but not used [-Wunused-function]
 maxSlotsForAlloc(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30368:1: warning: 'numFreeLists' defined but not used [-Wunused-function]
 numFreeLists(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30587:1: warning: 'wordIndexableFormat' defined but not used [-Wunused-function]
 wordIndexableFormat(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30648:1: warning: 'allNewSpaceObjectsHaveZeroRTRefCount' defined but not used [-Wunused-function]
 allNewSpaceObjectsHaveZeroRTRefCount(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30727:1: warning: 'allWeakSurvivorsOnWeakList' defined but not used [-Wunused-function]
 allWeakSurvivorsOnWeakList(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31128:1: warning: 'firstCorpse' defined but not used [-Wunused-function]
 firstCorpse(sqInt headOfCorpseList)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31378:1: warning: 'noUnfiredEphemeronsAtEndOfRememberedSet' defined but not used [-Wunused-function]
 noUnfiredEphemeronsAtEndOfRememberedSet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33247:1: warning: 'allObjectsUnmarked' defined but not used [-Wunused-function]
 allObjectsUnmarked(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33362:1: warning: 'allOldMarkedWeakObjectsOnWeaklingStack' defined but not used [-Wunused-function]
 allOldMarkedWeakObjectsOnWeaklingStack(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34215:1: warning: 'allocationUnit' defined but not used [-Wunused-function]
 allocationUnit(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34226:1: warning: 'allStrongSlotsOfWeaklingAreMarked' defined but not used [-Wunused-function]
 allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34252:1: warning: 'allUnscannedEphemeronsAreActive' defined but not used [-Wunused-function]
 allUnscannedEphemeronsAreActive(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34284:1: warning: 'assertInnerValidFreeObject' defined but not used [-Wunused-function]
 assertInnerValidFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34857:1: warning: 'bitsSetInFreeSpaceMaskForAllFreeLists' defined but not used [-Wunused-function]
 bitsSetInFreeSpaceMaskForAllFreeLists(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34919:1: warning: 'bridgeSize' defined but not used [-Wunused-function]
 bridgeSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34926:1: warning: 'byteFormatMask' defined but not used [-Wunused-function]
 byteFormatMask(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36249:1: warning: 'classIndexFieldWidth' defined but not used [-Wunused-function]
 classIndexFieldWidth(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36386:1: warning: 'classTableRootSlots' defined but not used [-Wunused-function]
 classTableRootSlots(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37498:1: warning: 'ephemeronFormat' defined but not used [-Wunused-function]
 ephemeronFormat(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37505:1: warning: 'existInstancesInNewSpaceOf' defined but not used [-Wunused-function]
 existInstancesInNewSpaceOf(sqInt classObj)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37713:1: warning: 'fetchPointerofFreeChunk' defined but not used [-Wunused-function]
 fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38077:1: warning: 'firstFixedFieldOfMaybeImmediate' defined but not used [-Wunused-function]
 firstFixedFieldOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38139:1: warning: 'firstStringyFakeFormat' defined but not used [-Wunused-function]
 firstStringyFakeFormat(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38392:1: warning: 'formatOf' defined but not used [-Wunused-function]
 formatOf(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38402:1: warning: 'forwardedFormat' defined but not used [-Wunused-function]
 forwardedFormat(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38413:1: warning: 'forwardersIn' defined but not used [-Wunused-function]
 forwardersIn(sqInt anObject)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38439:1: warning: 'freeChunkNextIndex' defined but not used [-Wunused-function]
 freeChunkNextIndex(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38449:1: warning: 'freeChunkParentIndex' defined but not used [-Wunused-function]
 freeChunkParentIndex(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38460:1: warning: 'freeChunkPrevIndex' defined but not used [-Wunused-function]
 freeChunkPrevIndex(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38678:1: warning: 'goodContextSize' defined but not used [-Wunused-function]
 goodContextSize(sqInt oop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38775:1: warning: 'hasSpurMemoryManagerAPI' defined but not used [-Wunused-function]
 hasSpurMemoryManagerAPI(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38848:1: warning: 'hiddenRootSlots' defined but not used [-Wunused-function]
 hiddenRootSlots(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38855:1: warning: 'hiddenRootsObject' defined but not used [-Wunused-function]
 hiddenRootsObject(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39921:1: warning: 'isContextHeader' defined but not used [-Wunused-function]
 isContextHeader(sqInt aHeader)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39928:1: warning: 'isContextNonImm' defined but not used [-Wunused-function]
 isContextNonImm(sqInt oop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39946:1: warning: 'isCopiedIntoSegment' defined but not used [-Wunused-function]
 isCopiedIntoSegment(sqInt anObjectInTheHeap)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39969:1: warning: 'isEnumerableObjectNoAssert' defined but not used [-Wunused-function]
 isEnumerableObjectNoAssert(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40005:1: warning: 'isEphemeron' defined but not used [-Wunused-function]
 isEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40025:1: warning: 'isForwardedClassTag' defined but not used [-Wunused-function]
 isForwardedClassTag(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40050:1: warning: 'isFreeObject' defined but not used [-Wunused-function]
 isFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40057:1: warning: 'isFreeOop' defined but not used [-Wunused-function]
 isFreeOop(sqInt oop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40072:1: warning: 'isInClassTable' defined but not used [-Wunused-function]
 isInClassTable(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40095:1: warning: 'isInEden' defined but not used [-Wunused-function]
 isInEden(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40102:1: warning: 'isInFutureSpace' defined but not used [-Wunused-function]
 isInFutureSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40137:1: warning: 'isInNewSpace' defined but not used [-Wunused-function]
 isInNewSpace(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40152:1: warning: 'isInPastSpace' defined but not used [-Wunused-function]
 isInPastSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40159:1: warning: 'isLargeFreeObject' defined but not used [-Wunused-function]
 isLargeFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40166:1: warning: 'isMaybeFiredEphemeron' defined but not used [-Wunused-function]
 isMaybeFiredEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40185:1: warning: 'isObjEphemeron' defined but not used [-Wunused-function]
 isObjEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40196:1: warning: 'isObjImmutable' defined but not used [-Wunused-function]
 isObjImmutable(sqInt anOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40310:1: warning: 'isRemembered' defined but not used [-Wunused-function]
 isRemembered(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40320:1: warning: 'isSegmentBridge' defined but not used [-Wunused-function]
 isSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40327:1: warning: 'isSemaphoreOop' defined but not used [-Wunused-function]
 isSemaphoreOop(sqInt anOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40387:1: warning: 'isValidObjStackAt' defined but not used [-Wunused-function]
 isValidObjStackAt(sqInt objStackRootIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40534:1: warning: 'isWeakNonImm' defined but not used [-Wunused-function]
 isWeakNonImm(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40672:1: warning: 'knownClassAtIndex' defined but not used [-Wunused-function]
 knownClassAtIndex(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40681:1: warning: 'lastPointerFormat' defined but not used [-Wunused-function]
 lastPointerFormat(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40792:1: warning: 'lengthOfMaybeImmediate' defined but not used [-Wunused-function]
 lengthOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43132:1: warning: 'newSpaceIsEmpty' defined but not used [-Wunused-function]
 newSpaceIsEmpty(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43349:1: warning: 'noUnscannedEphemerons' defined but not used [-Wunused-function]
 noUnscannedEphemerons(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47489:1: warning: 'slidingCompactionInProgress' defined but not used [-Wunused-function]
 slidingCompactionInProgress(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47557:1: warning: 'startOfObject' defined but not used [-Wunused-function]
 startOfObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48565:1: warning: 'validClassTableHashes' defined but not used [-Wunused-function]
 validClassTableHashes(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48646:1: warning: 'validFreeTreeChunk' defined but not used [-Wunused-function]
 validFreeTreeChunk(sqInt chunk)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48689:1: warning: 'validObjStacks' defined but not used [-Wunused-function]
 validObjStacks(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49486:1: warning: 'isMobile' defined but not used [-Wunused-function]
 isMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49497:1: warning: 'isPostMobile' defined but not used [-Wunused-function]
 isPostMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49763:1: warning: 'savedFirstFieldsSpaceWasAllocated' defined but not used [-Wunused-function]
 savedFirstFieldsSpaceWasAllocated(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50620:1: warning: 'validRelocationPlanInPass' defined but not used [-Wunused-function]
 validRelocationPlanInPass(sqInt onePass)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50685:1: warning: 'segLimit' defined but not used [-Wunused-function]
 segLimit(SpurSegmentInfo * self_in_segLimit)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50780:1: warning: 'allBridgesMarked' defined but not used [-Wunused-function]
 allBridgesMarked(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50830:1: warning: 'bridgeAt' defined but not used [-Wunused-function]
 bridgeAt(sqInt segIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50845:1: warning: 'bridgeFor' defined but not used [-Wunused-function]
 bridgeFor(SpurSegmentInfo *aSegment)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50968:1: warning: 'isInSegments' defined but not used [-Wunused-function]
 isInSegments(usqInt address)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50989:1: warning: 'isValidSegmentBridge' defined but not used [-Wunused-function]
 isValidSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51291:1: warning: 'segmentOverlap' defined but not used [-Wunused-function]
 segmentOverlap(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51757:1: warning: 'allOnesAsCharStar' defined but not used [-Wunused-function]
 allOnesAsCharStar(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52774:1: warning: 'checkStackPointerForMaybeMarriedContext' defined but not used [-Wunused-function]
 checkStackPointerForMaybeMarriedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52916:1: warning: 'contexthasValidInversePCMappingOfin' defined but not used [-Wunused-function]
 contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53019:1: warning: 'cr' defined but not used [-Wunused-function]
 cr(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55141:1: warning: 'frameCallerContext' defined but not used [-Wunused-function]
 frameCallerContext(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55148:1: warning: 'frameContext' defined but not used [-Wunused-function]
 frameContext(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55158:1: warning: 'frameHasContext' defined but not used [-Wunused-function]
 frameHasContext(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55168:1: warning: 'frameIsBlockActivation' defined but not used [-Wunused-function]
 frameIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55178:1: warning: 'frameMethodObject' defined but not used [-Wunused-function]
 frameMethodObject(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55185:1: warning: 'frameMethod' defined but not used [-Wunused-function]
 frameMethod(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55195:1: warning: 'frameNumArgs' defined but not used [-Wunused-function]
 frameNumArgs(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55214:1: warning: 'frameReceiver' defined but not used [-Wunused-function]
 frameReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55306:1: warning: 'getDesiredCogCodeSize' defined but not used [-Wunused-function]
 getDesiredCogCodeSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55837:1: warning: 'ifCurrentStackPageHasValidHeadPointers' defined but not used [-Wunused-function]
 ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55858:1: warning: 'iframeMethod' defined but not used [-Wunused-function]
 iframeMethod(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56108:1: warning: 'isMarriedOrWidowedContext' defined but not used [-Wunused-function]
 isMarriedOrWidowedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56127:1: warning: 'isMetaPrimitiveIndex' defined but not used [-Wunused-function]
 isMetaPrimitiveIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56141:1: warning: 'isPrimitiveFunctionPointerAnIndex' defined but not used [-Wunused-function]
 isPrimitiveFunctionPointerAnIndex(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58087:1: warning: 'maybeLeakCheckExternalPrimCall' defined but not used [-Wunused-function]
 maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58223:1: warning: 'methodHeaderIndicatesLargeFrame' defined but not used [-Wunused-function]
 methodHeaderIndicatesLargeFrame(sqInt methodHeader)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58542:1: warning: 'noMarkedContextsOnPage' defined but not used [-Wunused-function]
 noMarkedContextsOnPage(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58937:1: warning: 'printActivationNameForSelectorstartClass' defined but not used [-Wunused-function]
 printActivationNameForSelectorstartClass(sqInt aSelector, sqInt startClass)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61494:1: warning: 'pushedReceiverOrClosureOfFrame' defined but not used [-Wunused-function]
 pushedReceiverOrClosureOfFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62766:1: warning: 'saneFunctionPointerForFailureOfPrimIndex' defined but not used [-Wunused-function]
 saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63914:1: warning: 'space' defined but not used [-Wunused-function]
 space(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64354:1: warning: 'stackLimitBytes' defined but not used [-Wunused-function]
 stackLimitBytes(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64385:1: warning: 'stackLimitOffset' defined but not used [-Wunused-function]
 stackLimitOffset(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64448:1: warning: 'stackPageHeadroom' defined but not used [-Wunused-function]
 stackPageHeadroom(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65547:1: warning: 'validInstructionPointerinFrame' defined but not used [-Wunused-function]
 validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65574:1: warning: 'validStackPageBaseFrames' defined but not used [-Wunused-function]
 validStackPageBaseFrames(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1810:13: warning: 'byteCount' defined but not used [-Wunused-variable]
 _iss usqInt byteCount;
             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1811:12: warning: 'cifs' defined but not used [-Wunused-variable]
 _iss sqInt cifs;
            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1812:12: warning: 'codeGeneratorToComputeAccessorDepth' defined but not used [-Wunused-variable]
 _iss sqInt codeGeneratorToComputeAccessorDepth;
            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1813:12: warning: 'functions' defined but not used [-Wunused-variable]
 _iss sqInt functions;
            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1814:12: warning: 'largeOpaqueMemoryManager' defined but not used [-Wunused-variable]
 _iss sqInt largeOpaqueMemoryManager;
            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1815:12: warning: 'memoryManager' defined but not used [-Wunused-variable]
 _iss sqInt memoryManager;
            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1816:12: warning: 'nextAddress' defined but not used [-Wunused-variable]
 _iss sqInt nextAddress;
            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1817:12: warning: 'preferredPinningSegment' defined but not used [-Wunused-variable]
 _iss sqInt preferredPinningSegment;
            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1818:12: warning: 'statCoalesces' defined but not used [-Wunused-variable]
 _iss sqInt statCoalesces;
            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1819:14: warning: 'statFGCDeltaUsecs' defined but not used [-Wunused-variable]
 _iss usqLong statFGCDeltaUsecs;
              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1820:14: warning: 'statIncrGCUsecs' defined but not used [-Wunused-variable]
 _iss usqLong statIncrGCUsecs;
              ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1821:12: warning: 'testWorker' defined but not used [-Wunused-variable]
 _iss sqInt testWorker;
            ^
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
25 November 2021 12:19:33.63215 pm
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'writeImageFileIO':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65977:2: warning: 'the2ndUnknownShort' may be used uninitialized in this function [-Wmaybe-uninitialized]
  putShorttoFile(the2ndUnknownShort, f);
  ^
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 12:19:34.900119 pm
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'followForwardedFrameContentsstackPointer':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54907:3: warning: 'oop' may be used uninitialized in this function [-Wmaybe-uninitialized]
   followForwardedObjectFieldstoDepth(oop, 0);
   ^

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function 'printInvalidClassTableEntries':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45577:11: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized]
     sqInt hash;
           ^
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
25 November 2021 12:19:44.401556 pm
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c: In function 'sqGetInterpreterProxy':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->push = push;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->pushFloat = pushFloat;
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                     ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->forceInterruptCheck = forceInterruptCheck;
                          ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->utcMicroseconds = ioUTCMicroseconds;
                      ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->stringForCString = stringForCString;
                       ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                     ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                  ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->platformSemaphoreNew = platform_semaphore_new;
                           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                   ^
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function 'signalSemaphoreWithIndex':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable 'v' [-Wunused-variable]
  int v;
      ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function 'doSignalExternalSemaphores':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:178:17: warning: variable 'signalled' set but not used [-Wunused-but-set-variable]
  char switched, signalled = 0;
                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function 'waitOnExternalSemaphoreIndex':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable 'xArray' [-Wunused-variable]
     sqInt xArray;
           ^
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c:34:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c: In function 'aioInit':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c:124:16: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
  signal(SIGIO, forceInterruptCheck);
                ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c:45:0:
/usr/include/signal.h:102:23: note: expected '__sighandler_t {aka void (*)(int)}' but argument is of type 'sqInt (*)(void) {aka long int (*)(void)}'
 extern __sighandler_t signal (int __sig, __sighandler_t __handler)
                       ^
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c: In function 'reportStackState':
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
  void *pc;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:77:12: warning: 'inFault' defined but not used [-Wunused-variable]
 static int inFault = 0;
            ^
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/memoryUnix.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/memoryUnix.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogUnix.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/fileDialog.h:4,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogUnix.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 36%] Linking C shared library build/vm/libPharoVMCore.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libPharoVMCore.so -o build/vm/libPharoVMCore.so CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 36%] Built target PharoVMCore
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 36%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c: In function 'waitForDataonSemaphoreIndex':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: typedef 'aioHandler' locally defined but not used [-Wunused-local-typedefs]
  typedef void (*aioHandler)(int fd, void *clientData, int flag);
                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 37%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 37%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c:33:0:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 38%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/fileUtils.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/fileUtils.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 39%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'pointerFrom':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
   return primitiveFailFor(PrimErrBadArgument);
          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveDirectoryEntry':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:703:11: warning: variable 'v' set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveDirectoryLookup':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:799:11: warning: variable 'v' set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
     char *stringPtr;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
     sqInt results;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
     sqInt nameString;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
     sqInt modDateOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
     sqInt i;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
     sqInt fileSizeOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
     sqInt createDateOop;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveFileRead':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
     size_t startIndex1;
            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
     sqInt retryCount;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
     sqInt objectPointer1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
     SQFile *file1;
             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
     size_t elementSize1;
            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
     size_t count1;
            ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
     sqInt bytesRead1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
     sqInt array1;
           ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'setInterpreter':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   characterObjectOf = interpreterProxy->characterObjectOf;
                     ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   fullGC = interpreterProxy->fullGC;
          ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: e610fbdd-fc8d-0d00-a504-2b5808cd6b53 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: 'connectToFdwrite' defined but not used [-Wunused-function]
 connectToFdwrite(int fd, sqInt writeFlag)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: 'connectToFilewrite' defined but not used [-Wunused-function]
 connectToFilewrite(void *cfile, sqInt writeFlag)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' defined but not used [-Wunused-function]
 makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: 'primitiveFileReadWithoutPinning' defined but not used [-Wunused-function]
 primitiveFileReadWithoutPinning(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: 'primitiveFileReadWithPinning' defined but not used [-Wunused-function]
 primitiveFileReadWithPinning(void)
 ^
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveFileGetPosition':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1071:3: warning: 'position' may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(position));
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveFileSize':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1411:3: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(size));
   ^
[ 39%] Linking C shared library build/vm/libFilePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFilePlugin.so -o build/vm/libFilePlugin.so CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 40%] Built target FilePlugin
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 41%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:38:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveFileStat':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2055:11: warning: variable 'uid' set but not used [-Wunused-but-set-variable]
     sqInt uid;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2049:11: warning: variable 'gid' set but not used [-Wunused-but-set-variable]
     sqInt gid;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveFixPointersInArrayOfStrings':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2095:11: warning: variable 'count' set but not used [-Wunused-but-set-variable]
     sqInt count;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'setSigChldHandler':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                    ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer
  if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
                                                     ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'setSignalNumberhandler':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer
  if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
                                                                          ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'sigHoldNumber':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4645:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return -1;
         ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: 'argumentAtAsType' defined but not used [-Wunused-function]
 argumentAtAsType(sqInt classIdentifier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: 'copyBytesFromtolength' defined but not used [-Wunused-function]
 copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: 'descriptorTableSize' defined but not used [-Wunused-function]
 descriptorTableSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: 'environmentAtSymbolAsType' defined but not used [-Wunused-function]
 environmentAtSymbolAsType(sqInt classIdentifier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: 'fileDescriptorFrom' defined but not used [-Wunused-function]
 fileDescriptorFrom(sqInt aSQFileByteArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: 'fileRecordSize' defined but not used [-Wunused-function]
 fileRecordSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: 'fileValueOf' defined but not used [-Wunused-function]
 fileValueOf(sqInt anSQFileRecord)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: 'getThisSessionIdentifier' defined but not used [-Wunused-function]
 getThisSessionIdentifier(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: 'isSQFileObject' defined but not used [-Wunused-function]
 isSQFileObject(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: 'isSQSocketObject' defined but not used [-Wunused-function]
 isSQSocketObject(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: 'isValidFileSession' defined but not used [-Wunused-function]
 isValidFileSession(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: 'maskForThisThreadAndResend' defined but not used [-Wunused-function]
 maskForThisThreadAndResend(int sigNum)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: 'newSQFileByteArray' defined but not used [-Wunused-function]
 newSQFileByteArray(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: 'newSQSocketByteArray' defined but not used [-Wunused-function]
 newSQSocketByteArray(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: 'pointerFrom' defined but not used [-Wunused-function]
 pointerFrom(sqInt aByteArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: 'restoreDefaultSignalHandlers' defined but not used [-Wunused-function]
 restoreDefaultSignalHandlers(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: 'sendSignaltoPid' defined but not used [-Wunused-function]
 sendSignaltoPid(sqInt sig, sqInt pid)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: 'setSigIntDefaultHandler' defined but not used [-Wunused-function]
 setSigIntDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: 'setSigIntIgnore' defined but not used [-Wunused-function]
 setSigIntIgnore(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: 'setSigPipeDefaultHandler' defined but not used [-Wunused-function]
 setSigPipeDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: 'setSigPipeHandler' defined but not used [-Wunused-function]
 setSigPipeHandler(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: 'setSigPipeIgnore' defined but not used [-Wunused-function]
 setSigPipeIgnore(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: 'sigAbrtNumber' defined but not used [-Wunused-function]
 sigAbrtNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: 'sigAlrmNumber' defined but not used [-Wunused-function]
 sigAlrmNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: 'sigChldNumber' defined but not used [-Wunused-function]
 sigChldNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: 'sigContNumber' defined but not used [-Wunused-function]
 sigContNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: 'sigHoldNumber' defined but not used [-Wunused-function]
 sigHoldNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: 'sigHupNumber' defined but not used [-Wunused-function]
 sigHupNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: 'sigIntNumber' defined but not used [-Wunused-function]
 sigIntNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: 'sigKillNumber' defined but not used [-Wunused-function]
 sigKillNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: 'sigPipeNumber' defined but not used [-Wunused-function]
 sigPipeNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: 'sigQuitNumber' defined but not used [-Wunused-function]
 sigQuitNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: 'sigStopNumber' defined but not used [-Wunused-function]
 sigStopNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: 'sigTermNumber' defined but not used [-Wunused-function]
 sigTermNumber(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: 'sigUsr1Number' defined but not used [-Wunused-function]
 sigUsr1Number(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: 'sigUsr2Number' defined but not used [-Wunused-function]
 sigUsr2Number(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: 'sizeOfInt' defined but not used [-Wunused-function]
 sizeOfInt(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: 'sizeOfPointer' defined but not used [-Wunused-function]
 sizeOfPointer(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: 'socketDescriptorFrom' defined but not used [-Wunused-function]
 socketDescriptorFrom(sqInt sqSocketOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: 'socketRecordSize' defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: 'socketValueOf' defined but not used [-Wunused-function]
 socketValueOf(sqInt anSQSocketRecord)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: 'unixFileNumber' defined but not used [-Wunused-function]
 unixFileNumber(FILEHANDLETYPE fileHandle)
 ^
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 12:19:45.633549 pm
PharoVMMaker
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
[  9%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debug.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debug.c
[ 10%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utils.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utils.c:224:8: warning: unused variable 'tmpBasedir' [-Wunused-variable]
        char* tmpBasedir = (char*)alloca(bufferSize);
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utils.c:496:17: warning: unused function 'max' [-Wunused-function]
static long int max(long int x, long int y) { return (x > y) ? x : y; }
                ^
2 warnings generated.
[ 10%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/errorCode.c
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/externalPrimitives.c
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/client.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/client.c
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/pathUtilities.c
[ 42%] Linking C shared library build/vm/libUnixOSProcessPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUnixOSProcessPlugin.so -o build/vm/libUnixOSProcessPlugin.so CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 42%] Built target UnixOSProcessPlugin
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 42%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/usr/bin/cc -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/parameterVector.c
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/parameters.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/parameters.c:347:14: warning: unused variable 'headlessParameter' [-Wunused-variable]
        const char* headlessParameter = "--headless";
                    ^
1 warning generated.
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/fileDialogCommon.c
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/stringUtilities.c
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/imageAccess.c
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: 'addBackDivisorDigitShift' defined but not used [-Wunused-function]
 addBackDivisorDigitShift(sqInt digitShift)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: 'bigDivideLoop' defined but not used [-Wunused-function]
 bigDivideLoop(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: 'leftRotateby' defined but not used [-Wunused-function]
 leftRotateby(unsigned int anInteger, sqInt bits)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: 'subtractDivisorMultipliedByDigitdigitShift' defined but not used [-Wunused-function]
 subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
 ^
[ 43%] Linking C shared library build/vm/libDSAPrims.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libDSAPrims.so -o build/vm/libDSAPrims.so CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 43%] Built target DSAPrims
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 44%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/semaphores/platformSemaphore.c
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:31:15: warning: 'ffi_prep_cif_var' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        returnCode = ffi_prep_cif_var (cif, abi, fixedArgsCount, totalArguments, returnType, parameters);
                     ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:477:12: note: 'ffi_prep_cif_var' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_status ffi_prep_cif_var(ffi_cif *cif,
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:31:15: note: enclose 'ffi_prep_cif_var' in a __builtin_available check to silence this warning
        returnCode = ffi_prep_cif_var (cif, abi, fixedArgsCount, totalArguments, returnType, parameters);
                     ^~~~~~~~~~~~~~~~
5 warnings generated.
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveUtils.c
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared)
[ 45%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:3:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function 'sqVerifySAN':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:42:32: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
 # define ASN1_STRING_get0_data ASN1_STRING_data
                                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:176:24: note: in expansion of macro 'ASN1_STRING_get0_data'
  const char* sANData = ASN1_STRING_get0_data(sAN->d.ia5);
                        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function 'sqConnectSSL':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:29: warning: the address of 'X509_check_ip_asc' will always evaluate as 'true' [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:47: warning: the address of 'X509_check_host' will always evaluate as 'true' [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                                               ^
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c:182:5: warning: 'ffi_get_struct_offsets' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        if(ffi_get_struct_offsets(FFI_DEFAULT_ABI, structType, offsets)!=FFI_OK){
           ^~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:491:12: note: 'ffi_get_struct_offsets' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_status ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type,
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c:182:5: note: enclose 'ffi_get_struct_offsets' in a __builtin_available check to silence this warning
        if(ffi_get_struct_offsets(FFI_DEFAULT_ABI, structType, offsets)!=FFI_OK){
           ^~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/utils.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
        sqInt flags;
              ^
1 warning generated.
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
    void *handler;
          ^
1 warning generated.
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
[ 45%] Linking C shared library build/vm/libSqueakSSL.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSqueakSSL.so -o build/vm/libSqueakSSL.so CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 45%] Built target SqueakSSL
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 45%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/usr/bin/cc -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'copyBitsFallback':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
  sqInt t;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
  sqInt sxLowBits;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
  sqInt startBits1;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
  sqInt startBits;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
  sqInt pixPerM11;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
  sqInt pixPerM1;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
  unsigned int m1;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
  sqInt endBits;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
  sqInt dxLowBits;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
  sqInt done;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'loadBitBltDestForm':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3069:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'loadBitBltFromwarping':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3152:8: warning: variable 'v1' set but not used [-Wunused-but-set-variable]
  sqInt v1;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3151:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'loadBitBltSourceForm':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3558:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'lockSurfaces':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3877:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'primitiveCompareColors':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
  sqInt _return_value;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5027:8: warning: variable 'val' set but not used [-Wunused-but-set-variable]
  sqInt val;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5026:8: warning: variable 'testID' set but not used [-Wunused-but-set-variable]
  sqInt testID;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5025:8: warning: variable 'rcvr' set but not used [-Wunused-but-set-variable]
  sqInt rcvr;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5024:14: warning: variable 'colorB' set but not used [-Wunused-but-set-variable]
  usqIntptr_t colorB;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5023:14: warning: variable 'colorA' set but not used [-Wunused-but-set-variable]
  usqIntptr_t colorA;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: 'affectedBottom' defined but not used [-Wunused-function]
 affectedBottom(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: 'affectedLeft' defined but not used [-Wunused-function]
 affectedLeft(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: 'affectedRight' defined but not used [-Wunused-function]
 affectedRight(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: 'affectedTop' defined but not used [-Wunused-function]
 affectedTop(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: 'checkSourceOverlap' defined but not used [-Wunused-function]
 checkSourceOverlap(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: 'copyBitsFastPathSpecialised' defined but not used [-Wunused-function]
 copyBitsFastPathSpecialised(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: 'default8To32Table' defined but not used [-Wunused-function]
 default8To32Table(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: 'deltaFromtonSteps' defined but not used [-Wunused-function]
 deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: 'destMaskAndPointerInit' defined but not used [-Wunused-function]
 destMaskAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: 'dither32To16threshold' defined but not used [-Wunused-function]
 dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: 'drawLoopXY' defined but not used [-Wunused-function]
 drawLoopXY(sqInt xDelta, sqInt yDelta)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: 'expensiveDither32To16threshold' defined but not used [-Wunused-function]
 expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: 'fetchIntOrFloatofObject' defined but not used [-Wunused-function]
 fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: 'ignoreSourceOrHalftone' defined but not used [-Wunused-function]
 ignoreSourceOrHalftone(sqInt formPointer)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: 'loadBitBltDestForm' defined but not used [-Wunused-function]
 loadBitBltDestForm(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: 'loadBitBltSourceForm' defined but not used [-Wunused-function]
 loadBitBltSourceForm(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: 'loadColorMap' defined but not used [-Wunused-function]
 loadColorMap(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: 'loadColorMapShiftOrMaskFrom' defined but not used [-Wunused-function]
 loadColorMapShiftOrMaskFrom(sqInt mapOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: 'loadHalftoneForm' defined but not used [-Wunused-function]
 loadHalftoneForm(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: 'loadWarpBltFrom' defined but not used [-Wunused-function]
 loadWarpBltFrom(sqInt bbObj)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: 'mapPixelflags' defined but not used [-Wunused-function]
 mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: 'mergewith' defined but not used [-Wunused-function]
 mergewith(unsigned int sourceWord, unsigned int destinationWord)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: 'partitionedRgbComponentAlphadestnBitsnPartitions' defined but not used [-Wunused-function]
 partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: 'performCopyLoop' defined but not used [-Wunused-function]
 performCopyLoop(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' defined but not used [-Wunused-function]
 pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: 'pickWarpPixelAtXy' defined but not used [-Wunused-function]
 pickWarpPixelAtXy(sqInt xx, sqInt yy)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: 'rgbMap16To32' defined but not used [-Wunused-function]
 rgbMap16To32(sqInt sourcePixel)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: 'rgbMap32To32' defined but not used [-Wunused-function]
 rgbMap32To32(sqInt sourcePixel)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: 'rgbMapPixelflags' defined but not used [-Wunused-function]
 rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: 'showDisplayBits' defined but not used [-Wunused-function]
 showDisplayBits(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: 'sourceSkewAndPointerInit' defined but not used [-Wunused-function]
 sourceSkewAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: 'tryCopyingBitsQuickly' defined but not used [-Wunused-function]
 tryCopyingBitsQuickly(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: 'warpBits' defined but not used [-Wunused-function]
 warpBits(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: 'warpLoopSetup' defined but not used [-Wunused-function]
 warpLoopSetup(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' defined but not used [-Wunused-function]
 warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:43:25: warning: 'ffi_closure_alloc' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
    callback->closure = ffi_closure_alloc(sizeof(ffi_closure), &(callback->functionAddress));
                        ^~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:338:40: note: 'ffi_closure_alloc' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void *ffi_closure_alloc (size_t size, void **code);
                                       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:43:25: note: enclose 'ffi_closure_alloc' in a __builtin_available check to silence this warning
    callback->closure = ffi_closure_alloc(sizeof(ffi_closure), &(callback->functionAddress));
                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:54:9: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:54:9: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:60:22: warning: 'ffi_prep_closure_loc' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
    if((returnCode = ffi_prep_closure_loc(callback->closure, &callback->cif, callbackFrontend, callback, callback->functionAddress)) != FFI_OK){
                     ^~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:356:1: note: 'ffi_prep_closure_loc' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_prep_closure_loc (ffi_closure*,
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:60:22: note: enclose 'ffi_prep_closure_loc' in a __builtin_available check to silence this warning
    if((returnCode = ffi_prep_closure_loc(callback->closure, &callback->cif, callbackFrontend, callback, callback->functionAddress)) != FFI_OK){
                     ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:62:9: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:62:9: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:72:2: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:72:2: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
5 warnings generated.
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/semaphores/pharoSemaphore.c
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/threadSafeQueue/threadSafeQueue.c
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/pThreadedFFI.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/worker.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerPrimitives.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerTask.c
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2725:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2726:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2746:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2760:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2774:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2788:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2802:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2816:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2830:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2844:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2858:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2872:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2886:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2900:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2914:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2928:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2942:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2956:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2971:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2972:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2973:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2988:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2989:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2990:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3005:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3006:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3007:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3022:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3023:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3024:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3039:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3040:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3041:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3056:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3057:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3058:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3073:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3074:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3075:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3090:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3092:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3107:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3108:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3109:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3124:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3125:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3126:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3141:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3142:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3143:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3158:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3159:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3160:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3174:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3175:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3176:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3190:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3191:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3192:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3206:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3207:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3208:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3222:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3223:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3224:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4444:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4500:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4501:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4504:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4520:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4521:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4524:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4540:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4541:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4544:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4560:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4561:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4564:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4580:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4581:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4584:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4600:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4601:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4604:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4620:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4621:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4624:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4640:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4641:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4644:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4660:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(localFP + FoxReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4753:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4796:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4815:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4832:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4834:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4867:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4868:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                         && (home == (longAt(theFP1 + FoxThisContext)))) {
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4872:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4873:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theMethod1 = longAt(theFP1 + FoxMethod);
                                                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4885:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ctxtOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4893:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4895:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                senderContext = longAt(theFPAbove + FoxCallerContext);
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4930:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4932:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4950:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4952:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4977:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4978:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                contextToReturnTo = longAt(theFP + FoxCallerContext);
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4981:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5030:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5032:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5054:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        currentCtx = longAt(((GIV(stackPage)->baseFP)) + FoxCallerContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5069:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        currentCtx = longAt(((thePage->baseFP)) + FoxCallerContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5106:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5108:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5113:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(method) = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5194:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5198:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        contextToReturnTo = longAt(localFP + FoxCallerContext);
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5227:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5246:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5248:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ourContext = longAt(localFP + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5280:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        GIV(method) = longAt(localFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5298:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5299:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localSP = localFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((localFP + FoxFrameFlags) + 1))) << (shiftForWord())))));
                                                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5302:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(method) = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5340:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5342:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(localFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5375:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5381:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object1 = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5382:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5383:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5430:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5473:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5474:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5477:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5602:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5603:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5606:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5787:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5788:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5872:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5873:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5890:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                   ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5892:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                   ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5943:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5944:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6001:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6034:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6038:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(spouseFP + FoxCallerContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6042:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6044:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6156:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6240:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6241:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6439:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6441:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(localFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6571:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6572:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6573:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6596:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6597:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6598:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6633:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6634:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6635:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6683:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6685:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(localFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6988:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6989:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7200:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7205:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7206:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7342:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7347:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7348:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8417:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8422:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8423:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8574:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8579:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8580:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8718:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8726:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8764:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8770:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8771:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8837:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8838:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8879:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8880:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9792:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9793:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9843:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9844:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10156:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10158:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10208:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10360:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10365:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10366:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10502:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10507:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10508:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11576:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11581:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11582:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11733:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11738:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11739:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11877:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11885:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11923:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11929:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11930:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11996:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11997:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12038:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12039:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12886:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12887:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12937:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12938:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13151:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13248:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13281:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13285:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(spouseFP + FoxCallerContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13289:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13291:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13374:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13375:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13376:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13550:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13641:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13642:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13749:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13833:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13834:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13958:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13959:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13962:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13986:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14070:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14071:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14193:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14194:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14197:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14274:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14276:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                context = longAt(localFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14332:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        valuePointer = longAt(localFP + FoxReceiver);
                                                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14382:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14384:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(localFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13534:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15282:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15314:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15315:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15349:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15378:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15379:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15427:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15432:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15439:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15468:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15484:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15504:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15505:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15528:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15529:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15554:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15558:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15566:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15566:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15588:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15589:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15609:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15622:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15637:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15640:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15668:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15669:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15796:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15826:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15827:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15828:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15987:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16038:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16042:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16043:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16266:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16338:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16340:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16341:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16343:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16347:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16383:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16445:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16509:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16526:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16527:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16534:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16567:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16629:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16693:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16710:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16711:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16718:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16736:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16744:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16782:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16804:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16819:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16857:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16885:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16886:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16893:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17022:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17040:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17041:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17048:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17083:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17099:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17104:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17108:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17123:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17193:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17205:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17246:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17264:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17301:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17369:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17414:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17497:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17526:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17567:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17567:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17571:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17577:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17580:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17589:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17593:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17648:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17686:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17689:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17689:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17693:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17699:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17702:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17711:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17715:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17770:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17792:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17825:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17830:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17840:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17843:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17847:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17853:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17865:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17869:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17914:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17938:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17972:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17973:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17986:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18052:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18059:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18065:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18103:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18111:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18114:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18161:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18181:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18182:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18272:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18287:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18302:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18333:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18334:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18432:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18433:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18437:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18441:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18477:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18507:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18507:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18512:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18537:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18553:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18574:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18612:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18613:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18633:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18656:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18657:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18687:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18718:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18719:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18724:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18751:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18757:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18762:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18778:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18779:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18782:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18791:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18810:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18811:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18814:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18835:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18876:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18898:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18981:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18984:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18987:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18987:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19008:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19011:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19014:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19018:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19083:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19111:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19112:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19215:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19216:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19268:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19275:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19276:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19301:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19312:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19346:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19347:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19434:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19463:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19464:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19544:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19575:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19576:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19656:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19687:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19688:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19768:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19799:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19800:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19880:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19911:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19912:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19992:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20022:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20023:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20102:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20131:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20132:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20212:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20242:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20243:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20322:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20528:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20532:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20544:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20545:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20546:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20651:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20683:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20708:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20711:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20711:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20715:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20721:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20733:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20737:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20749:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20799:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20824:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20827:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20827:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20831:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20837:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20840:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20849:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20853:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20865:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20915:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20937:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20959:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20964:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20972:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20975:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20975:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20979:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20985:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20988:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20997:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21001:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21013:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21050:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21100:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21123:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21137:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21141:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21180:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21198:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21340:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21413:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21426:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21427:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21430:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21454:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21455:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21458:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21473:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21474:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21477:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21501:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21502:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21505:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21520:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21533:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21551:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21576:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21594:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21600:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21624:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21641:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21642:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21653:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21670:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21696:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21720:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21757:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21809:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21832:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21846:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21918:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21919:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21948:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21964:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21978:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21994:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22015:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22026:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22064:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22065:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22066:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22111:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22129:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22144:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22162:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22198:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22224:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22261:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22277:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22354:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22361:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22365:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22368:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22371:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22430:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22444:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22447:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22450:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemorMetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v9.0.10/repository/smalltalksrc --- cache
MetacelloNotification: ...fiyAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22450:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22454:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22471:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
             nished baseline
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22474:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22477:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22481:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22515:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22533:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22542:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22581:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22582:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22585:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22609:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22610:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22613:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22628:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22629:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22632:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22656:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22657:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22660:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22692:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22719:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22732:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22761:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22801:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22836:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22839:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22853:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22897:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22915:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22958:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22959:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23010:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23023:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23052:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23067:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23079:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23079:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23084:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23115:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23116:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23141:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23159:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23175:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23208:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23231:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23232:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23253:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23269:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23272:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23279:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23309:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23310:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23318:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23428:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23441:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23444:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23451:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23478:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23546:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23549:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23562:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23586:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23647:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23650:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23663:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23686:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23769:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23792:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23795:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23801:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23816:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23817:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23829:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23848:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23849:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23852:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23874:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23875:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23923:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23943:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23951:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), longAt((thisReceiver + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23968:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23969:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23978:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24013:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24070:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24071:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24076:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24077:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24078:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24320:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24322:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24374:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24375:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24407:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24408:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24431:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24438:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24475:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24490:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24490:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24537:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24551:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24554:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24557:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24557:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24561:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24578:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24581:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24584:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24588:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24655:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24656:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24657:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24680:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24683:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24687:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24714:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24727:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24727:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24774:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24788:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24791:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24794:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24794:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24798:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24815:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24821:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24825:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24867:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24892:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24913:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24956:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24988:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25008:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25024:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25060:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25091:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25092:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25110:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25127:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25172:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25173:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25190:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25212:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25345:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25365:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25389:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25393:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25406:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25422:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25438:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25458:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25475:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25505:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25519:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25529:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25540:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25559:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25595:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25661:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25662:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25664:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25672:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25676:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25697:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25713:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25750:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25768:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25830:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25884:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25890:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25906:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25926:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25927:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25937:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25965:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25987:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26003:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26019:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26035:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26066:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        synchronousSignal(longAt(GIV(stackPointer)));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26081:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26116:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26139:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26198:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26210:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26212:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26215:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26249:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26255:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26256:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26305:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26310:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26330:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26354:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26369:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26409:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26426:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26465:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26480:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26526:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26551:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26566:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26606:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26624:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26640:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26642:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26661:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26701:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26716:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26756:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26783:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26798:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26838:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26865:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26880:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26920:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26947:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26962:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27002:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27063:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27078:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27118:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27143:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27158:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27198:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27217:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27248:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27295:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27310:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27350:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27368:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27378:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27416:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27472:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27482:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27501:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27515:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27531:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27586:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27587:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27590:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27606:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27607:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27608:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27647:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27648:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27782:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27813:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27814:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27815:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27982:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28022:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28023:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28024:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28025:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28026:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28091:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28138:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28292:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28324:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28325:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28359:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28386:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28389:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28550:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28580:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28581:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28586:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28613:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28619:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28624:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28642:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28662:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28682:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28698:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28701:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28717:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28771:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28930:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28955:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28990:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29017:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29051:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29072:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29112:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29122:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29138:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34348:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39458:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41272:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41337:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42641:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42854:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46764:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:43:21: note: passing argument to parameter '__ptr' here
void    *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);
                       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46764:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47201:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47222:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48254:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50706:108: warning: passing 'usqInt *' (aka 'unsigned long *') to parameter of type 'sqInt *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51167:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52403:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52405:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52406:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((byteAt((maybeFP + FoxFrameFlags) + 2)) != 0))))) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52413:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52575:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52581:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52583:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52585:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ok = ok && (checkOkayFields(longAt(theFP + FoxMethod)));
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52586:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52594:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52706:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52714:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52715:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52740:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52746:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52752:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52825:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((usqInt) ((theFP + FoxReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52849:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52862:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52925:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        encodedip = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53119:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53175:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53207:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53209:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(GIV(framePointer) + FoxThisContext);
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53244:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53251:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53253:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53261:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53284:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53285:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53298:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((longAt(calleeFP + FoxCallerContext)) & (tagMask())) == 0)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53299:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (oopisLessThan(longAt(calleeFP + FoxCallerContext), GIV(newSpaceLimit)))) {
                     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2674:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53306:107: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), longAt(calleeFP + FoxCallerContext));
                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53469:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53492:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53496:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(theFP + FoxCallerContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53499:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53501:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53862:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53910:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53914:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(theFP + FoxCallerContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53918:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53920:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53929:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53943:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53964:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53982:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53987:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53990:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54015:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54189:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54190:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54199:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54205:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54211:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54216:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54330:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54334:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(spouseFP + FoxCallerContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54337:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54339:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54356:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((offset - (ReceiverIndex + 1)) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54357:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54358:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54533:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54623:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54624:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54628:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         || ((byteAt((theFP + FoxFrameFlags) + 3)) != 0))) {
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54629:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = longAt(theFP + FoxMethod);
                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54639:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54641:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54647:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54649:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContext1 = longAt(theFPAbove + FoxCallerContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54802:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54882:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54885:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54888:144: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54889:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54902:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54905:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54910:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55016:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55019:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxReceiver, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55021:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55022:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55023:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55023:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55025:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55042:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, (oop = newOop));
                                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55045:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55047:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55050:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55052:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55057:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theFP + FoxCallerContext);
                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55071:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxCallerContext, aValue);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55143:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxCallerContext);
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55150:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55160:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxFrameFlags) + 2)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55170:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55180:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55187:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55197:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return byteAt((theFP + FoxFrameFlags) + 1);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55216:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55233:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55602:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55614:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55616:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxReceiver)) & (tagMask())) == 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55617:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (((((usqInt) (longAt(longAt(GIV(framePointer) + FoxReceiver)))) >> (formatShift())) & (formatMask())) <= 5 /* lastPointerFormat */)) {
                                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55618:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(longAt(GIV(framePointer) + FoxReceiver), 0);
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55640:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55687:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55688:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55697:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55701:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(theFP + FoxCallerContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55705:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55707:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55860:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55933:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55945:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55956:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55957:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55960:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (((usqInt)(((theIP - (longAt(spouseFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1));
                                             ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56004:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56044:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56232:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56233:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((byteAt((maybeFrame + FoxFrameFlags) + 2)) != 0)) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56235:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56249:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56311:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56312:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((byteAt((theFrame + FoxFrameFlags) + 2)) != 0)) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56315:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57361:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(pointer, maybeClosure);
                          ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57376:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(pointer, rcvr);
                          ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57379:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57385:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57386:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57389:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57390:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57407:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57412:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57649:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57652:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57656:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57657:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57658:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57658:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57665:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57668:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                                                ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57668:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57670:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57670:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57672:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57672:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57675:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57683:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57686:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57744:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                context = longAt(theFP + FoxCallerContext);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57790:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57803:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57810:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57812:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57814:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                markAndTrace(longAt(theFP + FoxMethod));
                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57815:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57823:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57836:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57902:104: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((anOop == ((((usqInt)((((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1))) << 3) | 1)))
                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57910:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theFP + FoxMethod))) {
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57913:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57914:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (anOop == (longAt(theFP + FoxCallerContext))) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57919:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57919:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57920:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57920:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57928:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57936:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57970:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57981:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58014:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodObj = longAt(theFP + FoxMethod);
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58019:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58020:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numStack = (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58021:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58022:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                closureOrNil = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58039:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = pointerForOop(longAt(theFP + FoxSavedFP));
                                     ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58048:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer4 = longAt(theFP + FoxMethod);
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58055:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer5 = longAt(theFP + FoxReceiver);
                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58061:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt((theFP + FoxCallerSavedIP) + (((numArgs - i) + 1) * BytesPerWord)));
                                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58070:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58072:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteAtput((theFP + FoxFrameFlags) + 2, 1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58260:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58279:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58295:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58324:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58340:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58433:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58437:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58437:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58452:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58455:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58456:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58461:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58461:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58462:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58466:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58470:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58471:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((fpInNewPage + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58473:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58532:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (offset < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58533:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58534:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58549:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58551:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58555:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58642:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58674:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58699:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58830:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58837:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58843:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58853:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58925:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(messageCount) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59387:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ctxt = longAt(theFP + FoxCallerContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59553:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59554:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59555:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord), printShort);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59575:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59585:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printNum(byteAt((theFP + FoxFrameFlags) + 1));
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59586:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((byteAt((theFP + FoxFrameFlags) + 2)) != 0
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59589:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59604:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59662:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59698:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59785:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59796:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)
                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59834:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theMethod = longAt(theFP + FoxMethod);
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59836:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59848:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61365:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61367:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61369:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61375:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61376:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61378:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61384:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61386:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61391:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61399:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61401:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61403:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61496:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61508:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61519:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61533:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61843:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62162:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62168:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62171:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62210:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62413:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62428:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62497:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62534:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62538:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62541:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62543:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62601:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62859:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62864:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62868:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62872:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62877:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62888:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62891:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62894:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62894:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62898:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62918:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62921:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62925:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63016:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63020:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63024:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63028:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63032:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63043:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63046:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63049:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63049:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63053:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63070:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63073:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63076:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63080:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63351:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63352:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63415:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63420:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63420:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63420:160: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63421:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63422:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63439:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63496:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63501:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        caller = longAt(theFP + FoxCallerContext);
                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63761:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63838:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63845:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63856:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63859:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63862:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63862:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63866:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63883:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63886:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63889:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63893:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64320:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64332:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64400:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64495:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64512:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64577:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64585:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64595:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64934:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64938:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxCallerContext, anOop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64942:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64946:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(theFP + FoxCallerContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64950:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64952:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64994:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theMovedFP + FoxCallerContext, anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65223:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65247:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65249:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(GIV(framePointer) + FoxThisContext);
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65355:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65367:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65488:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65491:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        tempIndex = byteAt((theFP + FoxFrameFlags) + 1);
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65502:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65503:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2674:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65510:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                 ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65522:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65523:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2674:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65530:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65549:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65549:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                                                                      ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65550:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                         ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65550:78: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                                                                    ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65606:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContextOrNil = longAt(theFP + FoxCallerContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65977:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65924:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66057:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                valuePointer2 = (i < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66058:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66059:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66111:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66133:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66141:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66149:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66165:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66173:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66174:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66189:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1498:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66246:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66268:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66275:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66282:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66302:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66311:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66325:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66333:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66334:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66339:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66342:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66364:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66366:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66405:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66415:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66418:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66435:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1498:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66441:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66443:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2586:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66452:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2586:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66503:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66506:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + FoxCallerContext))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66507:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66510:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66519:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(theFP + FoxMethod);
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66522:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66524:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (numArgs = byteAt((theFP + FoxFrameFlags) + 1)),
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66525:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66530:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(theFP + FoxReceiver);
                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66535:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((index - CtxtTempFrameStart) < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66536:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66537:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)));
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66567:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66631:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66637:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66646:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66652:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66658:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66664:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66673:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66679:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66689:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66691:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66700:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:33: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                              ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66702:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66709:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66716:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66788:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66807:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:62: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                                                           ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0'
#define __darwin_obsz0(object) __builtin_object_size (object, 0)
                                                      ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66807:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:27: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67454:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67478:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67502:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67525:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        copiedValues = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67566:125: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newClosure1 + BaseHeaderSize) + (((sqInt)((usqInt)(ClosureOuterContextIndex) << (shiftForWord())))), longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                                                                                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67581:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newClosure);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67628:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67636:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67755:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67858:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67872:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67873:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67874:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67876:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67911:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67913:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67915:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68069:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68083:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68084:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68087:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68090:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68117:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68201:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68225:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68238:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68254:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68334:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68336:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68514:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68520:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68532:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68554:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68558:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68562:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68566:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68619:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68621:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68656:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68658:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68675:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68687:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68740:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68748:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68752:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68756:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68759:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68805:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68818:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68880:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68894:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68897:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68900:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68900:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68921:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68924:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68927:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68931:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68999:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69001:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69026:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69035:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69042:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69105:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69119:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69122:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69125:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69146:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69149:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69152:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69156:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69440:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69458:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69470:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69473:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69491:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69512:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69519:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40112:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69580:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69598:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69614:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69630:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69697:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69725:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69743:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69759:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69761:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69777:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69841:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69870:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69876:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69905:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69907:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69937:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69938:83: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(198, longAt(theFP + FoxCallerContext), stopContext);
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69942:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69946:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69947:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69951:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69952:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethod = longAt(theFP1 + FoxMethod);
                                                           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69962:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69964:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69972:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69974:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        senderContext = longAt(theFPAbove + FoxCallerContext);
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70001:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70020:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oldMethod = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70050:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70099:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70107:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70425:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70448:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70450:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70573:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70575:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70577:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70727:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70748:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70750:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70808:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70824:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70826:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70845:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70866:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70868:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70925:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70941:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70943:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70960:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70981:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70983:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71040:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71056:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71058:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71075:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71096:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71098:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71154:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71170:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71172:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71189:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71210:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71212:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71269:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71285:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71287:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71304:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71325:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71327:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71384:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71400:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71402:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71419:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71439:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71441:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71497:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71512:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71514:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71530:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71551:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71553:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71612:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71628:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71630:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71649:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71670:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71672:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71729:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71745:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71747:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71764:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71784:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71786:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71841:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71856:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71858:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71874:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71895:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71897:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71956:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71972:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71974:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71993:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72030:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72032:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72077:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72113:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72122:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72146:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72148:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72204:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72219:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72221:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72258:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72260:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72319:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72335:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72337:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72356:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72377:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72379:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72452:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72454:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72471:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72491:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72493:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72563:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72565:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72581:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72650:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72668:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72725:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72728:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72756:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72777:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72787:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72798:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72804:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72840:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72842:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72845:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72845:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72863:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72863:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72865:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72918:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72932:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72935:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72942:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72959:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72962:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72965:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73009:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73017:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73052:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73091:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73128:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73130:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73199:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73201:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73287:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73289:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73338:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73358:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73371:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73384:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73400:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73447:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73449:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73451:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73505:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73597:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73616:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73630:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73649:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73680:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73682:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73684:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73752:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73769:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73771:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73773:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73802:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73823:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73825:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73827:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73886:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73902:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73904:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73906:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73925:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73946:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73948:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73950:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74009:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74025:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74027:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74029:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74069:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74071:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74073:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74131:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74147:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74149:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74151:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74170:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74192:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74194:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74196:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74256:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74273:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74275:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74277:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74297:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74319:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74321:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74323:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74400:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74402:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74404:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74424:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74445:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74447:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74449:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74507:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74523:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74525:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74527:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74545:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74566:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74568:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74570:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74631:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74647:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74649:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74651:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74672:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74693:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74695:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74697:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74758:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74774:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74776:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74778:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74799:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74820:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74822:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74824:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74897:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74899:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74901:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74919:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74941:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74943:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74945:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75015:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75032:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75034:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75036:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75066:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75092:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75094:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75199:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75201:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75203:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75266:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75282:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75284:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75286:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75309:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75330:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75332:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75334:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75395:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75411:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75413:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75415:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75457:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75459:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75461:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75522:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75538:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75540:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75542:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75584:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75586:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75588:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75650:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75666:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75668:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75670:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75693:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75748:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75759:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75802:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75804:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75812:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75822:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75824:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                newSP = (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75828:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75828:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75830:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75830:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75831:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75855:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                currentCtx = longAt(theFP + FoxCallerContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75896:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75937:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75949:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
(frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)) - BytesPerWord;
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75950:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75950:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75950:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75967:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                currentCtx = longAt(theFP1 + FoxCallerContext);
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76000:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxCallerContext, aContextOrNil);
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76162:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76183:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76188:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76396:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76430:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76554:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76566:90: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = (theFPAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFPAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76567:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76569:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76723:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76731:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'int *' [-Wint-conversion]
        longjmp(aJumpBuf, 1);
                ^~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/setjmp.h:88:28: note: passing argument to parameter here
extern void longjmp(jmp_buf, int) __dead2;
                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76747:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76906:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                flags = longAt(theFP + FoxFrameFlags);
                                               ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76908:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxFrameFlags, flags - 2);
                                                  ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76910:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14623:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30248:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30356:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30368:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30587:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30648:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30727:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31128:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31378:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33247:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33362:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34215:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34226:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34252:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34284:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34857:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34919:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34926:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36249:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36386:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37498:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37505:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37713:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38077:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38139:1: warning: unused function 'firstStringyFakeFormat' [-Wunused-function]
firstStringyFakeFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38392:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38402:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38413:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38439:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38449:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38460:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38678:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38775:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38848:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38855:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39921:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39928:1: warning: unused function 'isContextNonImm' [-Wunused-function]
isContextNonImm(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39946:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39969:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40005:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40025:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40050:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40057:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40072:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40095:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40102:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40137:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40152:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40159:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40166:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40185:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40196:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40310:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40320:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40327:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40387:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40534:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40672:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40681:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40792:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43132:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43349:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47489:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47557:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48565:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48646:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48689:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49486:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49497:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49763:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50620:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50685:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50780:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50830:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50845:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50968:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50989:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51291:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51757:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52774:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52916:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53019:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55141:1: warning: unused function 'frameCallerContext' [-Wunused-function]
frameCallerContext(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55148:1: warning: unused function 'frameContext' [-Wunused-function]
frameContext(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55158:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55168:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55178:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55185:1: warning: unused function 'frameMethod' [-Wunused-function]
frameMethod(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55195:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55214:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55306:1: warning: unused function 'getDesiredCogCodeSize' [-Wunused-function]
getDesiredCogCodeSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55837:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55858:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56108:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56127:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56141:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58087:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58223:1: warning: unused function 'methodHeaderIndicatesLargeFrame' [-Wunused-function]
methodHeaderIndicatesLargeFrame(sqInt methodHeader)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58542:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58937:1: warning: unused function 'printActivationNameForSelectorstartClass' [-Wunused-function]
printActivationNameForSelectorstartClass(sqInt aSelector, sqInt startClass)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61494:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62766:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63914:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64354:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64385:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64448:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65547:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65574:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1810:13: warning: unused variable 'byteCount' [-Wunused-variable]
_iss usqInt byteCount;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1811:12: warning: unused variable 'cifs' [-Wunused-variable]
_iss sqInt cifs;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1812:12: warning: unused variable 'codeGeneratorToComputeAccessorDepth' [-Wunused-variable]
_iss sqInt codeGeneratorToComputeAccessorDepth;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1813:12: warning: unused variable 'functions' [-Wunused-variable]
_iss sqInt functions;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1814:12: warning: unused variable 'largeOpaqueMemoryManager' [-Wunused-variable]
_iss sqInt largeOpaqueMemoryManager;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1815:12: warning: unused variable 'memoryManager' [-Wunused-variable]
_iss sqInt memoryManager;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1816:12: warning: unused variable 'nextAddress' [-Wunused-variable]
_iss sqInt nextAddress;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1817:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable]
_iss sqInt preferredPinningSegment;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1818:12: warning: unused variable 'statCoalesces' [-Wunused-variable]
_iss sqInt statCoalesces;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1819:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable]
_iss usqLong statFGCDeltaUsecs;
             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1820:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable]
_iss usqLong statIncrGCUsecs;
             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1821:12: warning: unused variable 'testWorker' [-Wunused-variable]
_iss sqInt testWorker;
           ^
[ 46%] Linking C shared library build/vm/libBitBltPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libBitBltPlugin.so -o build/vm/libBitBltPlugin.so CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 46%] Built target BitBltPlugin
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 47%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
[ 48%] Linking C shared library build/vm/libMiscPrimitivePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libMiscPrimitivePlugin.so -o build/vm/libMiscPrimitivePlugin.so CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 48%] Built target MiscPrimitivePlugin
make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.7
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-src/libSDL2-2.0.so.0 /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0 /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-src/libSDL2.so /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 48%] Built target SDL2-2.0.7
make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.7.0
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-src/libssh2.so /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-src/libssh2.so.1 /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-src/libssh2.so.1.0.1 /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 48%] Built target libssh2-1.7.0
make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src/libcrypto.so.1.0.0 /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src/libssl.so /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src/libssl.so.1.0.0 /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 48%] Built target openssl-1.0.2q
make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-linux-1.0.0.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-linux-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-linux-1.0.0
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-linux-1.0.0-src/libgit2.1.0.0.so /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 48%] Built target libgit2-linux-1.0.0
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 48%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 49%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 49%] Linking C shared library build/vm/libLocalePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLocalePlugin.so -o build/vm/libLocalePlugin.so CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 49%] Built target LocalePlugin
make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src/libgit2.so /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src/libgit2.so.0.25.1 /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src/libgit2.so.25 /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 49%] Built target libgit2-0.25.1
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 49%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:53:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function 'primitiveFileAttributes':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:630:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function 'primitiveLogicalDrives':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
     unsigned int mask;
                  ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function 'processDirectory':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1048:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: 'addressObjectFor' defined but not used [-Wunused-function]
 addressObjectFor(void *aMachineAddress)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: 'badSessionId' defined but not used [-Wunused-function]
 badSessionId(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: 'faSuccess' defined but not used [-Wunused-function]
 faSuccess(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: 'objectFromStructsize' defined but not used [-Wunused-function]
 objectFromStructsize(void *aMachineAddress, sqInt structSize)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: 'pathOoptoBuffermaxLen' defined but not used [-Wunused-function]
 pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: 'pointerFrom' defined but not used [-Wunused-function]
 pointerFrom(sqInt directoryPointerBytes)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: 'readLinkintomaxLength' defined but not used [-Wunused-function]
 readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: 'sizeOfFaPath' defined but not used [-Wunused-function]
 sizeOfFaPath(void)
 ^
[ 50%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 14%] Performing install step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 14%] Completed 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image-complete
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
[ 14%] Built target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
[ 15%] Generating VM files for flavour: StackVM
build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'StackVM' outputDirectory: '/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM'"
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 51%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c: In function 'faFileStatAttributes':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
 int  mode;
      ^
[ 51%] Linking C shared library build/vm/libFileAttributesPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFileAttributesPlugin.so -o build/vm/libFileAttributesPlugin.so CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 51%] Built target FileAttributesPlugin
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 51%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/usr/bin/cc -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
Generating #StackVM in '/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM'...
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function 'stepToNextLine':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13520:11: warning: variable 'yValue' set but not used [-Wunused-but-set-variable]
     sqInt yValue;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function 'stepToNextWideBezierInat':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:3: warning: statement with no effect [-Wunused-value]
   ((signed)lastX >> 8);
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:2: warning: statement with no effect [-Wunused-value]
  ((signed)lastX1 >> 8);
  ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function 'stepToNextWideLine':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13699:11: warning: variable 'yValue' set but not used [-Wunused-but-set-variable]
     sqInt yValue;
           ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: 'aaColorMaskGet' defined but not used [-Wunused-function]
 aaColorMaskGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: 'aaColorMaskPut' defined but not used [-Wunused-function]
 aaColorMaskPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: 'aaColorShiftGet' defined but not used [-Wunused-function]
 aaColorShiftGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: 'aaColorShiftPut' defined but not used [-Wunused-function]
 aaColorShiftPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: 'aaFirstPixelFromto' defined but not used [-Wunused-function]
 aaFirstPixelFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: 'aaHalfPixelGet' defined but not used [-Wunused-function]
 aaHalfPixelGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: 'aaHalfPixelPut' defined but not used [-Wunused-function]
 aaHalfPixelPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: 'aaLastPixelFromto' defined but not used [-Wunused-function]
 aaLastPixelFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: 'aaLevelGet' defined but not used [-Wunused-function]
 aaLevelGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: 'aaLevelPut' defined but not used [-Wunused-function]
 aaLevelPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: 'aaScanMaskGet' defined but not used [-Wunused-function]
 aaScanMaskGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: 'aaScanMaskPut' defined but not used [-Wunused-function]
 aaScanMaskPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: 'aaShiftGet' defined but not used [-Wunused-function]
 aaShiftGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: 'aaShiftPut' defined but not used [-Wunused-function]
 aaShiftPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: 'absoluteSquared8Dot24' defined but not used [-Wunused-function]
 absoluteSquared8Dot24(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: 'adjustAALevel' defined but not used [-Wunused-function]
 adjustAALevel(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: 'aetStartGet' defined but not used [-Wunused-function]
 aetStartGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: 'aetStartPut' defined but not used [-Wunused-function]
 aetStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: 'aetUsedGet' defined but not used [-Wunused-function]
 aetUsedGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: 'aetUsedPut' defined but not used [-Wunused-function]
 aetUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: 'allocateAETEntry' defined but not used [-Wunused-function]
 allocateAETEntry(sqInt nSlots)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: 'allocateBezier' defined but not used [-Wunused-function]
 allocateBezier(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: 'allocateBezierStackEntry' defined but not used [-Wunused-function]
 allocateBezierStackEntry(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: 'allocateBitmapFillcolormap' defined but not used [-Wunused-function]
 allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: 'allocateGradientFillrampWidthisRadial' defined but not used [-Wunused-function]
 allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: 'allocateLine' defined but not used [-Wunused-function]
 allocateLine(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: 'allocateStackEntry' defined but not used [-Wunused-function]
 allocateStackEntry(sqInt nSlots)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: 'allocateStackFillEntry' defined but not used [-Wunused-function]
 allocateStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: 'allocateWideBezier' defined but not used [-Wunused-function]
 allocateWideBezier(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: 'allocateWideLine' defined but not used [-Wunused-function]
 allocateWideLine(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: 'areEdgeFillsValid' defined but not used [-Wunused-function]
 areEdgeFillsValid(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: 'assureValuebetweenand' defined but not used [-Wunused-function]
 assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: 'bezierEndXOf' defined but not used [-Wunused-function]
 bezierEndXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: 'bezierEndXOfput' defined but not used [-Wunused-function]
 bezierEndXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: 'bezierEndYOf' defined but not used [-Wunused-function]
 bezierEndYOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: 'bezierEndYOfput' defined but not used [-Wunused-function]
 bezierEndYOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: 'bezierFinalXOf' defined but not used [-Wunused-function]
 bezierFinalXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: 'bezierFinalXOfput' defined but not used [-Wunused-function]
 bezierFinalXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: 'bezierUpdateDataOf' defined but not used [-Wunused-function]
 bezierUpdateDataOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: 'bezierViaXOf' defined but not used [-Wunused-function]
 bezierViaXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: 'bezierViaXOfput' defined but not used [-Wunused-function]
 bezierViaXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: 'bezierViaYOf' defined but not used [-Wunused-function]
 bezierViaYOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: 'bezierViaYOfput' defined but not used [-Wunused-function]
 bezierViaYOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: 'bitmapCmSizeOf' defined but not used [-Wunused-function]
 bitmapCmSizeOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: 'bitmapCmSizeOfput' defined but not used [-Wunused-function]
 bitmapCmSizeOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: 'bitmapDepthOf' defined but not used [-Wunused-function]
 bitmapDepthOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: 'bitmapDepthOfput' defined but not used [-Wunused-function]
 bitmapDepthOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: 'bitmapHeightOf' defined but not used [-Wunused-function]
 bitmapHeightOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: 'bitmapHeightOfput' defined but not used [-Wunused-function]
 bitmapHeightOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: 'bitmapRasterOf' defined but not used [-Wunused-function]
 bitmapRasterOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: 'bitmapRasterOfput' defined but not used [-Wunused-function]
 bitmapRasterOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: 'bitmapSizeOf' defined but not used [-Wunused-function]
 bitmapSizeOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: 'bitmapSizeOfput' defined but not used [-Wunused-function]
 bitmapSizeOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: 'bitmapTileFlagOf' defined but not used [-Wunused-function]
 bitmapTileFlagOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: 'bitmapTileFlagOfput' defined but not used [-Wunused-function]
 bitmapTileFlagOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: 'bitmapValuebitsatXy' defined but not used [-Wunused-function]
 bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: 'bitmapWidthOf' defined but not used [-Wunused-function]
 bitmapWidthOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: 'bitmapWidthOfput' defined but not used [-Wunused-function]
 bitmapWidthOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: 'bzEndX' defined but not used [-Wunused-function]
 bzEndX(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: 'bzEndXput' defined but not used [-Wunused-function]
 bzEndXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: 'bzEndY' defined but not used [-Wunused-function]
 bzEndY(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: 'bzEndYput' defined but not used [-Wunused-function]
 bzEndYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: 'bzStartX' defined but not used [-Wunused-function]
 bzStartX(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: 'bzStartXput' defined but not used [-Wunused-function]
 bzStartXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: 'bzStartY' defined but not used [-Wunused-function]
 bzStartY(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: 'bzStartYput' defined but not used [-Wunused-function]
 bzStartYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: 'bzViaX' defined but not used [-Wunused-function]
 bzViaX(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: 'bzViaXput' defined but not used [-Wunused-function]
 bzViaXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: 'bzViaY' defined but not used [-Wunused-function]
 bzViaY(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: 'bzViaYput' defined but not used [-Wunused-function]
 bzViaYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: 'checkedAddBezierToGET' defined but not used [-Wunused-function]
 checkedAddBezierToGET(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: 'checkedAddEdgeToGET' defined but not used [-Wunused-function]
 checkedAddEdgeToGET(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: 'checkedAddLineToGET' defined but not used [-Wunused-function]
 checkedAddLineToGET(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: 'clampValuemax' defined but not used [-Wunused-function]
 clampValuemax(sqInt value, sqInt maxValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: 'clearSpanBufferGet' defined but not used [-Wunused-function]
 clearSpanBufferGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: 'clearSpanBufferPut' defined but not used [-Wunused-function]
 clearSpanBufferPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: 'clipMaxXGet' defined but not used [-Wunused-function]
 clipMaxXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: 'clipMaxXPut' defined but not used [-Wunused-function]
 clipMaxXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: 'clipMaxYGet' defined but not used [-Wunused-function]
 clipMaxYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: 'clipMaxYPut' defined but not used [-Wunused-function]
 clipMaxYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: 'clipMinXGet' defined but not used [-Wunused-function]
 clipMinXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: 'clipMinXPut' defined but not used [-Wunused-function]
 clipMinXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: 'clipMinYGet' defined but not used [-Wunused-function]
 clipMinYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: 'clipMinYPut' defined but not used [-Wunused-function]
 clipMinYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: 'colormapOf' defined but not used [-Wunused-function]
 colormapOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: 'colorTransform' defined but not used [-Wunused-function]
 colorTransform(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: 'computeSqrt' defined but not used [-Wunused-function]
 computeSqrt(sqInt length2)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: 'currentYGet' defined but not used [-Wunused-function]
 currentYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: 'currentYPut' defined but not used [-Wunused-function]
 currentYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: 'currentZGet' defined but not used [-Wunused-function]
 currentZGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: 'currentZPut' defined but not used [-Wunused-function]
 currentZPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: 'destOffsetXGet' defined but not used [-Wunused-function]
 destOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: 'destOffsetXPut' defined but not used [-Wunused-function]
 destOffsetXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: 'destOffsetYGet' defined but not used [-Wunused-function]
 destOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: 'destOffsetYPut' defined but not used [-Wunused-function]
 destOffsetYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: 'drawWideEdgefrom' defined but not used [-Wunused-function]
 drawWideEdgefrom(sqInt edge, sqInt leftX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: 'edgeFillsInvalidate' defined but not used [-Wunused-function]
 edgeFillsInvalidate(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: 'edgeFillsValidate' defined but not used [-Wunused-function]
 edgeFillsValidate(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: 'edgeLeftFillOf' defined but not used [-Wunused-function]
 edgeLeftFillOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: 'edgeLeftFillOfput' defined but not used [-Wunused-function]
 edgeLeftFillOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: 'edgeNumLinesOf' defined but not used [-Wunused-function]
 edgeNumLinesOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: 'edgeNumLinesOfput' defined but not used [-Wunused-function]
 edgeNumLinesOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: 'edgeRightFillOf' defined but not used [-Wunused-function]
 edgeRightFillOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: 'edgeRightFillOfput' defined but not used [-Wunused-function]
 edgeRightFillOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: 'edgeTransform' defined but not used [-Wunused-function]
 edgeTransform(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: 'edgeTypeOf' defined but not used [-Wunused-function]
 edgeTypeOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: 'edgeXValueOf' defined but not used [-Wunused-function]
 edgeXValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: 'edgeXValueOfput' defined but not used [-Wunused-function]
 edgeXValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: 'edgeYValueOf' defined but not used [-Wunused-function]
 edgeYValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: 'edgeYValueOfput' defined but not used [-Wunused-function]
 edgeYValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: 'edgeZValueOf' defined but not used [-Wunused-function]
 edgeZValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: 'edgeZValueOfput' defined but not used [-Wunused-function]
 edgeZValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: 'estimatedLengthOfwith' defined but not used [-Wunused-function]
 estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: 'fillAllFromto' defined but not used [-Wunused-function]
 fillAllFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: 'fillBitmapSpan' defined but not used [-Wunused-function]
 fillBitmapSpan(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: 'fillColorSpanfromto' defined but not used [-Wunused-function]
 fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: 'fillDirectionXOf' defined but not used [-Wunused-function]
 fillDirectionXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: 'fillDirectionXOfput' defined but not used [-Wunused-function]
 fillDirectionXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: 'fillDirectionYOf' defined but not used [-Wunused-function]
 fillDirectionYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: 'fillDirectionYOfput' defined but not used [-Wunused-function]
 fillDirectionYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: 'fillLinearGradient' defined but not used [-Wunused-function]
 fillLinearGradient(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: 'fillMaxXGet' defined but not used [-Wunused-function]
 fillMaxXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: 'fillMaxXPut' defined but not used [-Wunused-function]
 fillMaxXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: 'fillMaxYGet' defined but not used [-Wunused-function]
 fillMaxYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: 'fillMaxYPut' defined but not used [-Wunused-function]
 fillMaxYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: 'fillMinXGet' defined but not used [-Wunused-function]
 fillMinXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: 'fillMinXPut' defined but not used [-Wunused-function]
 fillMinXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: 'fillMinYGet' defined but not used [-Wunused-function]
 fillMinYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: 'fillMinYPut' defined but not used [-Wunused-function]
 fillMinYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: 'fillNormalXOf' defined but not used [-Wunused-function]
 fillNormalXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: 'fillNormalXOfput' defined but not used [-Wunused-function]
 fillNormalXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: 'fillNormalYOf' defined but not used [-Wunused-function]
 fillNormalYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: 'fillNormalYOfput' defined but not used [-Wunused-function]
 fillNormalYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: 'fillOffsetXGet' defined but not used [-Wunused-function]
 fillOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: 'fillOffsetXPut' defined but not used [-Wunused-function]
 fillOffsetXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: 'fillOffsetYGet' defined but not used [-Wunused-function]
 fillOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: 'fillOffsetYPut' defined but not used [-Wunused-function]
 fillOffsetYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: 'fillOriginXOf' defined but not used [-Wunused-function]
 fillOriginXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: 'fillOriginXOfput' defined but not used [-Wunused-function]
 fillOriginXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: 'fillOriginYOf' defined but not used [-Wunused-function]
 fillOriginYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: 'fillOriginYOfput' defined but not used [-Wunused-function]
 fillOriginYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' defined but not used [-Wunused-function]
 fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: 'fillRadialGradient' defined but not used [-Wunused-function]
 fillRadialGradient(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' defined but not used [-Wunused-function]
 fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: 'fillTypeOf' defined but not used [-Wunused-function]
 fillTypeOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: 'findNextAETEdgeFrom' defined but not used [-Wunused-function]
 findNextAETEdgeFrom(sqInt leftEdge)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: 'finishedProcessing' defined but not used [-Wunused-function]
 finishedProcessing(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: 'firstPointListGet' defined but not used [-Wunused-function]
 firstPointListGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: 'firstPointListPut' defined but not used [-Wunused-function]
 firstPointListPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: 'freeStackFillEntry' defined but not used [-Wunused-function]
 freeStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: 'getStartGet' defined but not used [-Wunused-function]
 getStartGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: 'getStartPut' defined but not used [-Wunused-function]
 getStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: 'getUsedGet' defined but not used [-Wunused-function]
 getUsedGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: 'getUsedPut' defined but not used [-Wunused-function]
 getUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: 'gradientRampLengthOf' defined but not used [-Wunused-function]
 gradientRampLengthOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: 'gradientRampLengthOfput' defined but not used [-Wunused-function]
 gradientRampLengthOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: 'gradientRampOf' defined but not used [-Wunused-function]
 gradientRampOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: 'hasColorTransform' defined but not used [-Wunused-function]
 hasColorTransform(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: 'hasColorTransformGet' defined but not used [-Wunused-function]
 hasColorTransformGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: 'hasColorTransformPut' defined but not used [-Wunused-function]
 hasColorTransformPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: 'hasEdgeTransform' defined but not used [-Wunused-function]
 hasEdgeTransform(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: 'hasEdgeTransformGet' defined but not used [-Wunused-function]
 hasEdgeTransformGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: 'hasEdgeTransformPut' defined but not used [-Wunused-function]
 hasEdgeTransformPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: 'incrementPointby' defined but not used [-Wunused-function]
 incrementPointby(int *point, sqInt delta)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: 'incrementStatby' defined but not used [-Wunused-function]
 incrementStatby(sqInt statIndex, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: 'isBezier' defined but not used [-Wunused-function]
 isBezier(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: 'isFillColor' defined but not used [-Wunused-function]
 isFillColor(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: 'isFill' defined but not used [-Wunused-function]
 isFill(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: 'isLine' defined but not used [-Wunused-function]
 isLine(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: 'isObject' defined but not used [-Wunused-function]
 isObject(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: 'isRealFill' defined but not used [-Wunused-function]
 isRealFill(sqInt fill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: 'isStackEntry' defined but not used [-Wunused-function]
 isStackEntry(sqInt entry)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: 'isStackIndex' defined but not used [-Wunused-function]
 isStackIndex(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: 'isWideBezier' defined but not used [-Wunused-function]
 isWideBezier(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: 'isWideLine' defined but not used [-Wunused-function]
 isWideLine(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: 'isWide' defined but not used [-Wunused-function]
 isWide(sqInt object)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: 'lastExportedEdgeGet' defined but not used [-Wunused-function]
 lastExportedEdgeGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: 'lastExportedEdgePut' defined but not used [-Wunused-function]
 lastExportedEdgePut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: 'lastExportedFillGet' defined but not used [-Wunused-function]
 lastExportedFillGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: 'lastExportedFillPut' defined but not used [-Wunused-function]
 lastExportedFillPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: 'lastExportedLeftXGet' defined but not used [-Wunused-function]
 lastExportedLeftXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: 'lastExportedLeftXPut' defined but not used [-Wunused-function]
 lastExportedLeftXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: 'lastExportedRightXGet' defined but not used [-Wunused-function]
 lastExportedRightXGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: 'lastExportedRightXPut' defined but not used [-Wunused-function]
 lastExportedRightXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: 'lineEndXOf' defined but not used [-Wunused-function]
 lineEndXOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: 'lineEndXOfput' defined but not used [-Wunused-function]
 lineEndXOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: 'lineEndYOf' defined but not used [-Wunused-function]
 lineEndYOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: 'lineEndYOfput' defined but not used [-Wunused-function]
 lineEndYOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: 'lineErrorAdjDownOf' defined but not used [-Wunused-function]
 lineErrorAdjDownOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: 'lineErrorAdjDownOfput' defined but not used [-Wunused-function]
 lineErrorAdjDownOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: 'lineErrorAdjUpOf' defined but not used [-Wunused-function]
 lineErrorAdjUpOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: 'lineErrorAdjUpOfput' defined but not used [-Wunused-function]
 lineErrorAdjUpOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: 'lineErrorOf' defined but not used [-Wunused-function]
 lineErrorOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: 'lineErrorOfput' defined but not used [-Wunused-function]
 lineErrorOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: 'lineXDirectionOf' defined but not used [-Wunused-function]
 lineXDirectionOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: 'lineXDirectionOfput' defined but not used [-Wunused-function]
 lineXDirectionOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: 'lineXIncrementOf' defined but not used [-Wunused-function]
 lineXIncrementOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: 'lineXIncrementOfput' defined but not used [-Wunused-function]
 lineXIncrementOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: 'lineYDirectionOf' defined but not used [-Wunused-function]
 lineYDirectionOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: 'lineYDirectionOfput' defined but not used [-Wunused-function]
 lineYDirectionOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: 'loadArrayPolygonnPointsfilllineWidthlineFill' defined but not used [-Wunused-function]
 loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: 'loadBitmapFillcolormaptilefromalongnormalxIndex' defined but not used [-Wunused-function]
 loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: 'loadColorTransformFrom' defined but not used [-Wunused-function]
 loadColorTransformFrom(sqInt transformOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' defined but not used [-Wunused-function]
 loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: 'loadLinefromtooffsetleftFillrightFill' defined but not used [-Wunused-function]
 loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: 'loadPointIntAtfrom' defined but not used [-Wunused-function]
 loadPointIntAtfrom(sqInt index, sqInt intArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: 'loadPointShortAtfrom' defined but not used [-Wunused-function]
 loadPointShortAtfrom(sqInt index, sqInt shortArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: 'loadPolygonnPointsfilllineWidthlineFillpointsShort' defined but not used [-Wunused-function]
 loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: 'loadRectanglelineFillleftFillrightFill' defined but not used [-Wunused-function]
 loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: 'magicNumberGet' defined but not used [-Wunused-function]
 magicNumberGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: 'magicNumberPut' defined but not used [-Wunused-function]
 magicNumberPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: 'makeRectFromPoints' defined but not used [-Wunused-function]
 makeRectFromPoints(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: 'makeUnsignedFrom' defined but not used [-Wunused-function]
 makeUnsignedFrom(sqInt someIntegerValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: 'needsFlush' defined but not used [-Wunused-function]
 needsFlush(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: 'needsFlushGet' defined but not used [-Wunused-function]
 needsFlushGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: 'needsFlushPut' defined but not used [-Wunused-function]
 needsFlushPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: 'objectHeaderOf' defined but not used [-Wunused-function]
 objectHeaderOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: 'objectIndexOf' defined but not used [-Wunused-function]
 objectIndexOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: 'objectIndexOfput' defined but not used [-Wunused-function]
 objectIndexOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: 'objectLengthOf' defined but not used [-Wunused-function]
 objectLengthOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: 'objectLengthOfput' defined but not used [-Wunused-function]
 objectLengthOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: 'objectTypeOf' defined but not used [-Wunused-function]
 objectTypeOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: 'objectTypeOfput' defined but not used [-Wunused-function]
 objectTypeOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: 'objStartGet' defined but not used [-Wunused-function]
 objStartGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: 'objStartPut' defined but not used [-Wunused-function]
 objStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: 'objUsedGet' defined but not used [-Wunused-function]
 objUsedGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: 'objUsedPut' defined but not used [-Wunused-function]
 objUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: 'objat' defined but not used [-Wunused-function]
 objat(sqInt object, sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: 'objatput' defined but not used [-Wunused-function]
 objatput(sqInt object, sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: 'offsetFromWidth' defined but not used [-Wunused-function]
 offsetFromWidth(sqInt lineWidth)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: 'point1Get' defined but not used [-Wunused-function]
 point1Get(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: 'point2Get' defined but not used [-Wunused-function]
 point2Get(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: 'point3Get' defined but not used [-Wunused-function]
 point3Get(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: 'point4Get' defined but not used [-Wunused-function]
 point4Get(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: 'quickRemoveInvalidFillsAt' defined but not used [-Wunused-function]
 quickRemoveInvalidFillsAt(sqInt leftX)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: 'repeatValuemax' defined but not used [-Wunused-function]
 repeatValuemax(sqInt delta, sqInt maxValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: 'returnWideBezierFill' defined but not used [-Wunused-function]
 returnWideBezierFill(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: 'returnWideBezierWidth' defined but not used [-Wunused-function]
 returnWideBezierWidth(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: 'returnWideLineFill' defined but not used [-Wunused-function]
 returnWideLineFill(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: 'returnWideLineWidth' defined but not used [-Wunused-function]
 returnWideLineWidth(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: 'shortRunLengthAtfrom' defined but not used [-Wunused-function]
 shortRunLengthAtfrom(sqInt i, sqInt runArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: 'shortRunValueAtfrom' defined but not used [-Wunused-function]
 shortRunValueAtfrom(sqInt i, sqInt runArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: 'sortGlobalEdgeTable' defined but not used [-Wunused-function]
 sortGlobalEdgeTable(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: 'spanEndAAGet' defined but not used [-Wunused-function]
 spanEndAAGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: 'spanEndAAPut' defined but not used [-Wunused-function]
 spanEndAAPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: 'spanEndGet' defined but not used [-Wunused-function]
 spanEndGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: 'spanEndPut' defined but not used [-Wunused-function]
 spanEndPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: 'spanSizeGet' defined but not used [-Wunused-function]
 spanSizeGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: 'spanSizePut' defined but not used [-Wunused-function]
 spanSizePut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: 'spanStartGet' defined but not used [-Wunused-function]
 spanStartGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: 'spanStartPut' defined but not used [-Wunused-function]
 spanStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: 'squaredLengthOfwith' defined but not used [-Wunused-function]
 squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: 'stackFillDepth' defined but not used [-Wunused-function]
 stackFillDepth(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: 'stackFillDepthput' defined but not used [-Wunused-function]
 stackFillDepthput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: 'stackFillEntryLength' defined but not used [-Wunused-function]
 stackFillEntryLength(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: 'stackFillRightX' defined but not used [-Wunused-function]
 stackFillRightX(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: 'stackFillRightXput' defined but not used [-Wunused-function]
 stackFillRightXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: 'stackFillSize' defined but not used [-Wunused-function]
 stackFillSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: 'stackFillValue' defined but not used [-Wunused-function]
 stackFillValue(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: 'stackFillValueput' defined but not used [-Wunused-function]
 stackFillValueput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: 'stateGet' defined but not used [-Wunused-function]
 stateGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: 'statePut' defined but not used [-Wunused-function]
 statePut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: 'stepToFirstBezier' defined but not used [-Wunused-function]
 stepToFirstBezier(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: 'stepToFirstLine' defined but not used [-Wunused-function]
 stepToFirstLine(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: 'stepToFirstWideBezier' defined but not used [-Wunused-function]
 stepToFirstWideBezier(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: 'stepToFirstWideLine' defined but not used [-Wunused-function]
 stepToFirstWideLine(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: 'stepToNextBezier' defined but not used [-Wunused-function]
 stepToNextBezier(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: 'stepToNextBezierForwardat' defined but not used [-Wunused-function]
 stepToNextBezierForwardat(int *updateData, sqInt yValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: 'stepToNextLine' defined but not used [-Wunused-function]
 stepToNextLine(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: 'stepToNextWideLine' defined but not used [-Wunused-function]
 stepToNextWideLine(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: 'stopBecauseOf' defined but not used [-Wunused-function]
 stopBecauseOf(sqInt stopReason)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: 'stopReasonGet' defined but not used [-Wunused-function]
 stopReasonGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: 'stopReasonPut' defined but not used [-Wunused-function]
 stopReasonPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: 'storeEngineStateInto' defined but not used [-Wunused-function]
 storeEngineStateInto(sqInt oop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: 'storeStopStateIntoEdgefill' defined but not used [-Wunused-function]
 storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: 'topFillDepth' defined but not used [-Wunused-function]
 topFillDepth(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: 'topFillDepthPut' defined but not used [-Wunused-function]
 topFillDepthPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: 'topFillRightX' defined but not used [-Wunused-function]
 topFillRightX(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: 'topFillRightXPut' defined but not used [-Wunused-function]
 topFillRightXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: 'topFillValue' defined but not used [-Wunused-function]
 topFillValue(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: 'topFillValuePut' defined but not used [-Wunused-function]
 topFillValuePut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: 'transformPoints' defined but not used [-Wunused-function]
 transformPoints(sqInt n)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: 'transformPointXyinto' defined but not used [-Wunused-function]
 transformPointXyinto(double xValue, double yValue, int *dstPoint)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: 'transformPoint' defined but not used [-Wunused-function]
 transformPoint(int *point)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: 'transformPointinto' defined but not used [-Wunused-function]
 transformPointinto(sqInt srcPoint, sqInt dstPoint)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: 'wbSizeGet' defined but not used [-Wunused-function]
 wbSizeGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: 'wbSizePut' defined but not used [-Wunused-function]
 wbSizePut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: 'wbStackClear' defined but not used [-Wunused-function]
 wbStackClear(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: 'wbStackPop' defined but not used [-Wunused-function]
 wbStackPop(sqInt nItems)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: 'wbStackSize' defined but not used [-Wunused-function]
 wbStackSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: 'wbStackValue' defined but not used [-Wunused-function]
 wbStackValue(sqInt index)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: 'wbStackValueput' defined but not used [-Wunused-function]
 wbStackValueput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: 'wbTopGet' defined but not used [-Wunused-function]
 wbTopGet(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: 'wbTopPut' defined but not used [-Wunused-function]
 wbTopPut(sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: 'wideBezierEntryOf' defined but not used [-Wunused-function]
 wideBezierEntryOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: 'wideBezierEntryOfput' defined but not used [-Wunused-function]
 wideBezierEntryOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: 'wideBezierExitOf' defined but not used [-Wunused-function]
 wideBezierExitOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: 'wideBezierExitOfput' defined but not used [-Wunused-function]
 wideBezierExitOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: 'wideBezierExtentOf' defined but not used [-Wunused-function]
 wideBezierExtentOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: 'wideBezierExtentOfput' defined but not used [-Wunused-function]
 wideBezierExtentOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: 'wideBezierFillOfput' defined but not used [-Wunused-function]
 wideBezierFillOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: 'wideBezierUpdateDataOf' defined but not used [-Wunused-function]
 wideBezierUpdateDataOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: 'wideBezierWidthOfput' defined but not used [-Wunused-function]
 wideBezierWidthOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: 'wideLineEntryOf' defined but not used [-Wunused-function]
 wideLineEntryOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: 'wideLineEntryOfput' defined but not used [-Wunused-function]
 wideLineEntryOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: 'wideLineExitOf' defined but not used [-Wunused-function]
 wideLineExitOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: 'wideLineExitOfput' defined but not used [-Wunused-function]
 wideLineExitOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: 'wideLineExtentOf' defined but not used [-Wunused-function]
 wideLineExtentOf(sqInt line)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: 'wideLineExtentOfput' defined but not used [-Wunused-function]
 wideLineExtentOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: 'wideLineFillOfput' defined but not used [-Wunused-function]
 wideLineFillOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: 'wideLineWidthOfput' defined but not used [-Wunused-function]
 wideLineWidthOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: 'workBufferPut' defined but not used [-Wunused-function]
 workBufferPut(sqInt wbOop)
 ^

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining
[ 52%] Linking C shared library build/vm/libB2DPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libB2DPlugin.so -o build/vm/libB2DPlugin.so CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 52%] Built target B2DPlugin
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 52%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function 'primitiveSocketListenOnPortBacklogInterface':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
  sqInt okToListen;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function 'socketValueOf':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2312:3: warning: pointer/integer type mismatch in conditional expression
   : (primitiveFailFor(PrimErrBadArgument),
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: 'netAddressToInt' defined but not used [-Wunused-function]
 netAddressToInt(unsigned char *ptrToByteArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: 'socketRecordSize' defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: 'socketValueOf' defined but not used [-Wunused-function]
 socketValueOf(sqInt socketOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 53%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:54:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c: In function 'sqSocketSetReusable':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1622:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   *(sqInt *)buf= 1;
   ^
[ 53%] Linking C shared library build/vm/libSocketPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSocketPlugin.so -o build/vm/libSocketPlugin.so CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 53%] Built target SocketPlugin
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: In function 'primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:410:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function 'start_pass_main':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:71:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function 'process_data_simple_main':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:117:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function 'jinit_c_main_controller':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:247:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'alloc_funny_pointers':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:162:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'make_funny_pointers':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:203:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'set_wraparound_pointers':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:243:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'set_bottom_pointers':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:272:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'start_pass_main':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:309:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'process_data_simple_main':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:349:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'process_data_context_main':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:389:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'jinit_d_main_controller':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:478:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
1856 warnings generated.
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-function-pointer-types]
        VM->push = push;
                 ^ ~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible function pointer types assigning to 'sqInt (*)(double)' (aka 'long (*)(double)') from 'void (double)' [-Wincompatible-function-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible function pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long, long, long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long, long, void *)') [-Wincompatible-function-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible function pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long (void)') [-Wincompatible-function-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: incompatible function pointer types assigning to 'volatile unsigned long (*)(void)' from 'volatile unsigned long long (void)' [-Wincompatible-function-pointer-types]
        VM->utcMicroseconds = ioUTCMicroseconds;
                            ^ ~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible function pointer types assigning to 'sqInt (*)(char *)' (aka 'long (*)(char *)') from 'sqInt (const char *)' (aka 'long (const char *)') [-Wincompatible-function-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible function pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-function-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible function pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-function-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible function pointer types assigning to 'sqInt (*)(int)' (aka 'long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-function-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-function-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14 warnings generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable 'v' [-Wunused-variable]
        int v;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable 'xArray' [-Wunused-variable]
    sqInt xArray;
          ^
6 warnings generated.
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/osx/aioOSX.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/osx/aioOSX.c:264:6: warning: unused variable 'n' [-Wunused-variable]
        int n;
            ^
1 warning generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
        void *pc;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:489:2: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 - No longer supported [-Wdeprecated-declarations]
        getcontext(&uap);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ucontext.h:38:6: note: 'getcontext' has been explicitly marked deprecated here
int  getcontext(ucontext_t *);
     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:77:12: warning: unused variable 'inFault' [-Wunused-variable]
static int inFault = 0;
           ^
3 warnings generated.
[ 31%] Building CXX object CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o
/Library/Developer/CommandLineTools/usr/bin/c++ -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utilsMac.mm
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/fileDialogMac.m
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/memoryUnix.c
[ 33%] Linking CXX shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/c++  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -install_name @executable_path/Plugins/libPharoVMCore.dylib CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o  -Wl,-rpath,@executable_path/Plugins /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 33%] Built target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
[ 33%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c: In function 'init_source':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
   my_src_ptr src = (my_src_ptr) cinfo->src;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 34%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:502:36: warning: cast to smaller integer type 'int' from 'sqSSL *' (aka 'struct sqSSL *') [-Wpointer-to-int-cast]
    logTrace("sqConnectSSL: %x\n", (int)ssl);
                                   ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/debug.h:34:83: note: expanded from macro 'logTrace'
#define logTrace(...)   logMessage(LOG_TRACE, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                                                                    ^~~~~~~~~~~
5 warnings generated.
[ 35%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -install_name @executable_path/Plugins/libSqueakSSL.dylib CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation -framework Security /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 35%] Built target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
Scanning dependencies of target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
[ 36%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
}
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: unused typedef 'aioHandler' [-Wunused-local-typedef]
        typedef void (*aioHandler)(int fd, void *clientData, int flag);
                       ^
6 warnings generated.
[ 36%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 37%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable]
  int   utf8= 0;
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c:133:87: warning: cast to smaller integer type 'CFStringEncoding' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast]
  CFStringRef        cfs= CFStringCreateWithBytes(NULL, (unsigned char *)from, fromLen, (CFStringEncoding)fromCode, 0);
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c:144:45: warning: cast to smaller integer type 'CFStringEncoding' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast]
    CFIndex num= CFStringGetBytes(str, rng, (CFStringEncoding)toCode, '?', 0, (UInt8 *)to, toLen - term, &len);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
[ 38%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/fileUtils.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 38%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
    sqInt nameString;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
    sqInt createDateOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
    char *stringPtr;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
    sqInt i;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
    sqInt modDateOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
    sqInt results;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
    sqInt fileSizeOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
    size_t count1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
    sqInt array1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
    sqInt retryCount;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
    size_t startIndex1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
    sqInt objectPointer1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
    sqInt bytesRead1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
    size_t elementSize1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
    SQFile *file1;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'sqInt (*)(int)' (aka 'long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: 21e333df-fc8d-0d00-be9d-c933072d8f01 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
24 warnings generated.
[ 39%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -install_name @executable_path/Plugins/libFilePlugin.dylib CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 39%] Built target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
[ 40%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
    unsigned int mask;
                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
10 warnings generated.
[ 82%] Linking C shared library build/vm/libJPEGReadWriter2Plugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReadWriter2Plugin.so -o build/vm/libJPEGReadWriter2Plugin.so CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 82%] Built target JPEGReadWriter2Plugin
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 83%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c: In function 'setInterpreter':
/builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
     sqInt ok;
           ^
[ 40%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 41%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
int             mode;
                ^
5 warnings generated.
[ 42%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -install_name @executable_path/Plugins/libFileAttributesPlugin.dylib CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 42%] Built target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.14
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.14-src/libSDL2-2.0.0.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.14-src/libSDL2.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target SDL2-2.0.14
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Scanning dependencies of target libgit2-1.0.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-1.0.1-src/libgit2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-1.0.1-src/libgit2.1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-1.0.1-src/libgit2.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target libgit2-1.0.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Scanning dependencies of target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.1.1k-src/libcrypto.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.1.1k-src/libcrypto.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.1.1k-src/libssl.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.1.1k-src/libssl.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 83%] Linking C shared library build/vm/libUUIDPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUUIDPlugin.so -o build/vm/libUUIDPlugin.so CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/x86_64-linux-gnu/libuuid.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 83%] Built target UUIDPlugin
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 83%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 84%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c: In function 'primitiveRegisterSurface':
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                   ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: passing argument 1 of 'ioRegisterSurface' makes integer from pointer without a cast [-Wint-conversion]
  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                             ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:1: note: expected 'sqIntptr_t {aka long int}' but argument is of type 'void *'
 ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: passing argument 2 of 'ioRegisterSurface' makes pointer from integer without a cast [-Wint-conversion]
  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                               ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:1: note: expected 'sqSurfaceDispatch * {aka struct sqSurfaceDispatch *}' but argument is of type 'sqInt {aka long int}'
 ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
 ^
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: e610fbdd-fc8d-0d00-a504-2b5808cd6b53 " __DATE__ ;
             ^
[ 84%] Linking C shared library build/vm/libSurfacePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSurfacePlugin.so -o build/vm/libSurfacePlugin.so CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
[ 42%] Built target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/fontconfig-2.13.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/fontconfig-2.13.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/fontconfig-2.13.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/fontconfig-2.13.1.dir/depend.internal".
Scanning dependencies of target fontconfig-2.13.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/fontconfig-2.13.1-src/libfontconfig.1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/fontconfig-2.13.1-src/libfontconfig.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target fontconfig-2.13.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
[ 43%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:942:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1053:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:3017:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4326:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: incompatible function pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-function-pointer-types]
        sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                          ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4561:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4903:2: warning: expression result unused [-Wunused-value]
        (char *)strncpy(cString, stringPtr, len);
        ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: unused function 'argumentAtAsType' [-Wunused-function]
argumentAtAsType(sqInt classIdentifier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: unused function 'copyBytesFromtolength' [-Wunused-function]
copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: unused function 'descriptorTableSize' [-Wunused-function]
descriptorTableSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function]
environmentAtSymbolAsType(sqInt classIdentifier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function]
fileDescriptorFrom(sqInt aSQFileByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: unused function 'fileRecordSize' [-Wunused-function]
fileRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: unused function 'fileValueOf' [-Wunused-function]
fileValueOf(sqInt anSQFileRecord)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function]
getThisSessionIdentifier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: unused function 'isSQFileObject' [-Wunused-function]
isSQFileObject(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: unused function 'isSQSocketObject' [-Wunused-function]
isSQSocketObject(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: unused function 'isValidFileSession' [-Wunused-function]
isValidFileSession(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function]
maskForThisThreadAndResend(int sigNum)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: unused function 'newSQFileByteArray' [-Wunused-function]
newSQFileByteArray(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function]
newSQSocketByteArray(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt aByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function]
restoreDefaultSignalHandlers(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: unused function 'sendSignaltoPid' [-Wunused-function]
sendSignaltoPid(sqInt sig, sqInt pid)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function]
setSigIntDefaultHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: unused function 'setSigIntIgnore' [-Wunused-function]
setSigIntIgnore(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function]
setSigPipeDefaultHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: unused function 'setSigPipeHandler' [-Wunused-function]
setSigPipeHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function]
setSigPipeIgnore(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: unused function 'sigAbrtNumber' [-Wunused-function]
sigAbrtNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: unused function 'sigAlrmNumber' [-Wunused-function]
sigAlrmNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: unused function 'sigChldNumber' [-Wunused-function]
sigChldNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: unused function 'sigContNumber' [-Wunused-function]
sigContNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'sigHoldNumber' [-Wunused-function]
sigHoldNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: unused function 'sigHupNumber' [-Wunused-function]
sigHupNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: unused function 'sigIntNumber' [-Wunused-function]
sigIntNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: unused function 'sigKillNumber' [-Wunused-function]
sigKillNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: unused function 'sigPipeNumber' [-Wunused-function]
sigPipeNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: unused function 'sigQuitNumber' [-Wunused-function]
sigQuitNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: unused function 'sigStopNumber' [-Wunused-function]
sigStopNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: unused function 'sigTermNumber' [-Wunused-function]
sigTermNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: unused function 'sigUsr1Number' [-Wunused-function]
sigUsr1Number(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: unused function 'sigUsr2Number' [-Wunused-function]
sigUsr2Number(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: unused function 'sizeOfInt' [-Wunused-function]
sizeOfInt(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: unused function 'sizeOfPointer' [-Wunused-function]
sizeOfPointer(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function]
socketDescriptorFrom(sqInt sqSocketOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt anSQSocketRecord)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: unused function 'unixFileNumber' [-Wunused-function]
unixFileNumber(FILEHANDLETYPE fileHandle)
^
52 warnings generated.
[ 44%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -install_name @executable_path/Plugins/libUnixOSProcessPlugin.dylib CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 85%] Built target SurfacePlugin
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 85%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: 'byteSizeOfCSI' defined but not used [-Wunused-function]
 byteSizeOfCSI(sqInt csi)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: 'cDigitAddlenwithleninto' defined but not used [-Wunused-function]
 cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: 'cDigitCopyFromtolen' defined but not used [-Wunused-function]
 cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: 'cDigitDivlenremlenquolen' defined but not used [-Wunused-function]
 cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: 'cDigitLshiftfromlentolen' defined but not used [-Wunused-function]
 cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' defined but not used [-Wunused-function]
 cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: 'cDigitMultiplylenwithlenintolen' defined but not used [-Wunused-function]
 cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: 'cDigitOfatput' defined but not used [-Wunused-function]
 cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: 'cDigitOpshortlenlongleninto' defined but not used [-Wunused-function]
 cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: 'cDigitReplacefromtowithstartingAt' defined but not used [-Wunused-function]
 cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: 'cDigitRshiftfromlentolen' defined but not used [-Wunused-function]
 cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: 'cDigitSublenwithleninto' defined but not used [-Wunused-function]
 cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: 'digitAddLargewith' defined but not used [-Wunused-function]
 digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: 'digitCompareLargewith' defined but not used [-Wunused-function]
 digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: 'digitDivLargewithnegative' defined but not used [-Wunused-function]
 digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: 'digitMontgomerytimesmodulomInvModB' defined but not used [-Wunused-function]
 digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: 'digitMultiplyLargewithnegative' defined but not used [-Wunused-function]
 digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: 'digitOfCSIat' defined but not used [-Wunused-function]
 digitOfCSIat(sqInt csi, sqInt ix)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: 'digitOfLargeIntat' defined but not used [-Wunused-function]
 digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: 'digitSizeOfCSI' defined but not used [-Wunused-function]
 digitSizeOfCSI(sqInt csi)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: 'digitSizeOfLargeInt' defined but not used [-Wunused-function]
 digitSizeOfLargeInt(sqInt anOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: 'digitSubLargewith' defined but not used [-Wunused-function]
 digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: 'highBitOfLargeInt' defined but not used [-Wunused-function]
 highBitOfLargeInt(sqInt anOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: 'normalize' defined but not used [-Wunused-function]
 normalize(sqInt aLargeInteger)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 44%] Built target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
[ 45%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 45%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -install_name @executable_path/Plugins/libMiscPrimitivePlugin.dylib CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 45%] Built target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
[ 46%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable]
static sqInt cbSampleStream;
             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable]
static sqInt crSampleStream;
             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable]
static sqInt ySampleStream;
             ^
[ 86%] Linking C shared library build/vm/libLargeIntegers.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLargeIntegers.so -o build/vm/libLargeIntegers.so CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 86%] Built target LargeIntegers
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 87%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/bu2469 warnings generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c
ilds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
17 warnings generated.
[ 46%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -install_name @executable_path/Plugins/libJPEGReaderPlugin.dylib CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 46%] Built target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Scanning dependencies of target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.37-src/libpng.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.37-src/libpng16.16.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.37-src/libpng16.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 46%] Built target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Scanning dependencies of target cairo-1.16.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.16.0-src/libcairo.2.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.16.0-src/libcairo.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 46%] Built target cairo-1.16.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Scanning dependencies of target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.40.0-src/libpixman-1.0.40.0.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.40.0-src/libpixman-1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.40.0-src/libpixman-1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 46%] Built target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Scanning dependencies of target freetype-2.10.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.10.0-src/libfreetype.6.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.10.0-src/libfreetype.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 46%] Built target freetype-2.10.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.9.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-src/libssh2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-src/libssh2.1.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-src/libssh2.dylib /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 46%] Built target libssh2-1.9.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
[ 46%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
        sqInt done;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
        sqInt pixPerM1;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
        unsigned int m1;
                     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
        sqInt startBits1;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
        sqInt endBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
        sqInt startBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
        sqInt t;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
        sqInt pixPerM11;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
        sqInt dxLowBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
        sqInt sxLowBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
        sqInt _return_value;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c: At top level:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: 'colorConvertGrayscaleMCU' defined but not used [-Wunused-function]
 colorConvertGrayscaleMCU(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: 'colorConvertMCU' defined but not used [-Wunused-function]
 colorConvertMCU(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: 'decodeBlockIntocomponent' defined but not used [-Wunused-function]
 decodeBlockIntocomponent(int *anArray, int *aColorComponent)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: 'fillBuffer' defined but not used [-Wunused-function]
 fillBuffer(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: 'getBits' defined but not used [-Wunused-function]
 getBits(sqInt requestedBits)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: 'idctBlockIntqt' defined but not used [-Wunused-function]
 idctBlockIntqt(int *anArray, int *qt)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: 'nextSampleCb' defined but not used [-Wunused-function]
 nextSampleCb(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: 'nextSampleCr' defined but not used [-Wunused-function]
 nextSampleCr(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: 'nextSampleFromblocks' defined but not used [-Wunused-function]
 nextSampleFromblocks(int *aComponent, int **aBlockArray)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: 'nextSampleY' defined but not used [-Wunused-function]
 nextSampleY(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: 'scaleAndSignExtendinFieldWidth' defined but not used [-Wunused-function]
 scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: 'stInit' defined but not used [-Wunused-function]
 stInit(void)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: 'storeJPEGStreamOn' defined but not used [-Wunused-function]
 storeJPEGStreamOn(sqInt streamOop)
 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: 'cbSampleStream' defined but not used [-Wunused-variable]
 static sqInt cbSampleStream;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: 'crSampleStream' defined but not used [-Wunused-variable]
 static sqInt crSampleStream;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: 'ySampleStream' defined but not used [-Wunused-variable]
 static sqInt ySampleStream;
              ^
[ 88%] Linking C shared library build/vm/libJPEGReaderPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReaderPlugin.so -o build/vm/libJPEGReaderPlugin.so CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
25 November 2021 12:19:59.393295 pm
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 88%] Built target JPEGReaderPlugin
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pharo.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pharo.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pharo.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pharo.dir/depend.internal".
Scanning dependencies of target pharo
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 89%] Building C object CMakeFiles/pharo.dir/src/unixMain.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   -o CMakeFiles/pharo.dir/src/unixMain.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/unixMain.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/parameterVector.h:10,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/parameters.h:10,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharoClient.h:6,
                 from /builds/workspace/pharo-vm_v9.0.10/repository/src/unixMain.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 90%] Linking C executable build/vm/pharo
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/pharo.dir/link.txt --verbose=1
/usr/bin/cc  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   CMakeFiles/pharo.dir/src/unixMain.c.o  -o build/vm/pharo -Wl,-rpath,/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 90%] Built target pharo
make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 91%] Performing update step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

[ 91%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 92%] Performing build step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 92%] Performing install step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 93%] Completed 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 95%] Built target build_vmmaker_get_vm
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary /builds/workspace/pharo-vm_v9.0.10/build-StackVM /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/basic_types.c
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
53 warnings generated.
[ 47%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -install_name @executable_path/Plugins/libBitBltPlugin.dylib CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 47%] Built target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
[ 48%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c
/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c: In function 'otherThread':
/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/registerCallback.c
[100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/structures.c
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 12:19:59.75562 pm
26 warnings generated.
[ 48%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -install_name @executable_path/Plugins/libLargeIntegers.dylib CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 48%] Built target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
[ 49%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 50%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:133:17: warning: incompatible integer to pointer conversion passing 'time_t' (aka 'long') to parameter of type 'time_t *' (aka 'long *') [-Wint-conversion]
        theTime = time((time_t)NULL);
                       ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/time.h:118:21: note: passing argument to parameter here
time_t time(time_t *);
                    ^
5 warnings generated.
[ 50%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -install_name @executable_path/Plugins/libLocalePlugin.dylib CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[100%] Linking C shared library ../vm/libTestLibrary.so
cd /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libTestLibrary.so -o ../vm/libTestLibrary.so CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins 
make[2]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[100%] Built target TestLibrary
make[1]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
Install the project...
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/./
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//bin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//bin/pharo
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//pharo
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libFilePlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libgit2.1.0.0.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libssl.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libMiscPrimitivePlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libB2DPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libgit2.so.0.25.1
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libJPEGReaderPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libTestLibrary.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libgit2.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libLargeIntegers.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libSqueakSSL.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libJPEGReadWriter2Plugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libSDL2-2.0.so.0
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libUUIDPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libssl.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libDSAPrims.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libSDL2-2.0.so.0.7.0
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/pharo
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libPharoVMCore.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libBitBltPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libssh2.so.1
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libgit2.so.25
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libLocalePlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libssh2.so.1.0.1
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libSDL2.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libUnixOSProcessPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libcrypto.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libssh2.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libFileAttributesPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libSocketPlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libSurfacePlugin.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/lib/libffi.so
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqUnixCharConv.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/config.h
-- Up-to-date: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/exportDefinition.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threads
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/pharoClient.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/jit
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/jit/jit.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/imageAccess.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/win/resources.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/fileDialog.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/pharo.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/debug.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/stringUtilities.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/parameterVector.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/macros.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/errorCode.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/pathUtilities.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/interpreter.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/parameters.h
-- Up-to-date: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sq.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqaio.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqAssert.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/dispdbg.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/parameterVector.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/img.image
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/semaphores
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/parameters.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/unixMain.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/macAlias.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/parameterVector.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/debug.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/client.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win32Main.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/errorCode.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/version.info
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/macros.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated/
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/interp.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/gcc3x-interp.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/interp.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/gcc3x-interp.c
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Up-to-date: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/interp.h
-- Installing: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/vmCallback.h
Run CPack packaging tool...
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
[ 50%] Built target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
[ 51%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 51%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: 21e333df-fc8d-0d00-be9d-c933072d8f01 " __DATE__ ;
            ^
4 warnings generated.
[ 52%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -install_name @executable_path/Plugins/libSurfacePlugin.dylib CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 52%] Built target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
[ 53%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
    sqInt ok;
          ^
5 warnings generated.
[ 53%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -install_name @executable_path/Plugins/libUUIDPlugin.dylib CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 53%] Built target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
[ 54%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
5 warnings generated.
[ 54%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -install_name @executable_path/Plugins/libDSAPrims.dylib CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 54%] Built target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".

warning, variable nsMethodCache doesn't exist or has already been removed
Scanning dependencies of target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
[ 55%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
        sqInt okToListen;
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
7 warnings generated.
[ 55%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
[ 56%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -install_name @executable_path/Plugins/libSocketPlugin.dylib CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 56%] Built target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
[ 56%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'void (sqInt)' (aka 'void (long long)') [-Wincompatible-pointer-types]
        VM->push = push;
                 ^ ~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible pointer types assigning to 'sqInt (*)(double)' (aka 'long long (*)(double)') from 'void (double)' [-Wincompatible-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long long, long long, long long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long long, long long, void *)') [-Wincompatible-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long long (void)') [-Wincompatible-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible pointer types assigning to 'sqInt (*)(char *)' (aka 'long long (*)(char *)') from 'sqInt (const char *)' (aka 'long long (const char *)') [-Wincompatible-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long long (void *)') [-Wincompatible-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long long (void *)') [-Wincompatible-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible pointer types assigning to 'sqInt (*)(int)' (aka 'long long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'void (sqInt)' (aka 'void (long long)') [-Wincompatible-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 warnings generated.
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining
325 warnings generated.
[ 57%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -install_name @executable_path/Plugins/libB2DPlugin.dylib CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 57%] Built target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
  my_src_ptr src = (my_src_ptr) cinfo->src;
             ^
1 warning generated.
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:73:9: warning: 'max' macro redefined [-Wmacro-redefined]
#define max(a,b) (a > b ? a : b)
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:173:9: note: previous definition is here
#define max(a, b) (((a) > (b)) ? (a) : (b))
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:74:9: warning: 'min' macro redefined [-Wmacro-redefined]
#define min(a,b) (a < b ? a : b)
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:177:9: note: previous definition is here
#define min(a, b) (((a) < (b)) ? (a) : (b))
        ^
2 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 88%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -install_name @executable_path/Plugins/libJPEGReadWriter2Plugin.dylib CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 88%] Built target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
[ 89%] Building C object CMakeFiles/Pharo.dir/src/unixMain.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -o CMakeFiles/Pharo.dir/src/unixMain.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/unixMain.c
[ 90%] Linking C executable build/vm/Debug/Pharo.app/Contents/MacOS/Pharo
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/Pharo.dir/src/unixMain.c.o -o build/vm/Debug/Pharo.app/Contents/MacOS/Pharo  build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/resources/mac/Pharo.icns build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/resources/mac/PharoChanges.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/resources/mac/PharoImage.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/resources/mac/PharoSources.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
[ 90%] Built target Pharo
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
[ 90%] Performing update step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

[ 91%] No patch step for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[ 92%] Performing configure step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 92%] Performing build step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 93%] Performing install step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 94%] Completed 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-complete
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
[ 95%] Built target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
1 warning generated.
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callout.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/registerCallback.c
[100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/structures.c.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o  -Wl,-rpath,@executable_path/Plugins 
[100%] Built target TestLibrary
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles 0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 preinstall
make[1]: Nothing to be done for `preinstall'.
Install the project...
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/./
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfontconfig.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.0.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng16.16.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.40.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfontconfig.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng16.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Pharo
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/Resources
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/Info.plist
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/config.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/win/resources.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/pharo.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/img.image
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/parameters.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win32Main.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/macAlias.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/unixMain.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/client.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/debug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/errorCode.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/parameterVector.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/version.info
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated/
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/gcc3x-interp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/interp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/gcc3x-interp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/interp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/interp.h
Run CPack packaging tool...
/opt/homebrew/Cellar/cmake/3.19.4/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/sqWin32SpurAlloc.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/sqWin32SpurAlloc.c:95:9: warning: incompatible pointer to integer conversion returning 'char *' from a function with result type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        return alloc;
               ^~~~~
1 warning generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/aioWin.c
25 November 2021 12:20:09.442081 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 12:20:09.802593 pm
PharoVMMaker
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/debug.c
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c
/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c:224:8: warning: unused variable 'tmpBasedir' [-Wunused-variable]
        char* tmpBasedir = (char*)alloca(bufferSize);
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c:496:17: warning: unused function 'max' [-Wunused-function]
static long int max(long int x, long int y) { return (x > y) ? x : y; }
                ^
2 warnings generated.
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/errorCode.c
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c
/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/externalPrimitives.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/client.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/pathUtilities.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/parameterVector.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c
/builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c:347:14: warning: unused variable 'headlessParameter' [-Wunused-variable]
        const char* headlessParameter = "--headless";
                    ^
1 warning generated.
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogCommon.c
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebug.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/stringUtilities.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/imageAccess.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/platformSemaphore.c
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveUtils.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/utils.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
        sqInt flags;
              ^
1 warning generated.
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c
/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
    void *handler;
          ^
1 warning generated.
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebug.c:320:21: warning: incompatible integer to pointer conversion passing 'DWORD64' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
                printCogMethodFor(frame->AddrPC.Offset);
                                  ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebug.c:26:31: note: passing argument to parameter 'address' here
        void printCogMethodFor(void* address);
                                     ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebug.c:514:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if(errorLog = getErrorLogFile()){
           ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebug.c:514:14: note: place parentheses around the assignment to silence this warning
        if(errorLog = getErrorLogFile()){
                    ^
           (                           )
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebug.c:514:14: note: use '==' to turn this assignment into an equality comparison
        if(errorLog = getErrorLogFile()){
                    ^
                    ==
2 warnings generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebugMenu.c
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/pharoSemaphore.c
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/threadSafeQueue/threadSafeQueue.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/pThreadedFFI.c
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebugWindow.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/worker.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerPrimitives.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerTask.c
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2725:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2726:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2746:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2760:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2774:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2788:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2802:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2816:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2830:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2844:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2858:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2872:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2886:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2900:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2914:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2928:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2942:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2956:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2971:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2972:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2973:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2988:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2989:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36[ 38%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogWin32.c
: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2990:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3005:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3006:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3007:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3022:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3023:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3024:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3039:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3040:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3041:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3056:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3057:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3058:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3073:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3074:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3075:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3090:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3092:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3107:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3108:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3109:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3124:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3125:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3126:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3141:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3142:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3143:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3158:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3159:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3160:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3174:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3175:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3176:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3190:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3191:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3192:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3206:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3207:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3208:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3222:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3223:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3224:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4444:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4500:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4501:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4504:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4520:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4521:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4524:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4540:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4541:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4544:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4560:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4561:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4564:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4580:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4581:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4584:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4600:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4601:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4604:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4620:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4621:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4624:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4640:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4641:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4644:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4660:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(localFP + FoxReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4753:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4796:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4815:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4832:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4834:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4867:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4868:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                         && (home == (longAt(theFP1 + FoxThisContext)))) {
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4872:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4873:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theMethod1 = longAt(theFP1 + FoxMethod);
                                                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4885:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ctxtOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4893:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                                      ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4895:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                senderContext = longAt(theFPAbove + FoxCallerContext);
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4930:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4932:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4950:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4952:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4977:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4978:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                contextToReturnTo = longAt(theFP + FoxCallerContext);
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4981:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5030:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5032:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5054:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        currentCtx = longAt(((GIV(stackPage)->baseFP)) + FoxCallerContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5069:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        currentCtx = longAt(((thePage->baseFP)) + FoxCallerContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5106:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5108:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5113:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(method) = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5194:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5198:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        contextToReturnTo = longAt(localFP + FoxCallerContext);
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5227:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5246:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5248:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ourContext = longAt(localFP + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5280:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        GIV(method) = longAt(localFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5298:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5299:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localSP = localFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((localFP + FoxFrameFlags) + 1))) << (shiftForWord())))));
                                                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5302:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(method) = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5340:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5342:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(localFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5375:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5381:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object1 = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5382:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5383:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5430:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5473:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5474:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5477:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5602:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5603:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5606:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5787:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5788:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5872:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5873:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5890:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                   ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5892:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                   ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5943:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5944:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6001:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6034:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6038:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(spouseFP + FoxCallerContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6042:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6044:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6156:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6240:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6241:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6439:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6441:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(localFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6571:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6572:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6573:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6596:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6597:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6598:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6633:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6634:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6635:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6683:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6685:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(localFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6988:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6989:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7200:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7205:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7206:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7342:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7347:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7348:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8417:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8422:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8423:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8574:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8579:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8580:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8718:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8726:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8764:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8770:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8771:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8837:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8838:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8879:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8880:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9792:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9793:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9843:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9844:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10156:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10158:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10208:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10360:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10365:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10366:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10502:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10507:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10508:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11576:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11581:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11582:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11733:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11738:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11739:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11877:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11885:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11923:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11929:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11930:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11996:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11997:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12038:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12039:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12886:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12887:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12937:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12938:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13151:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13248:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13281:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13285:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(spouseFP + FoxCallerContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13289:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13291:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13374:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13375:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13376:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13550:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13641:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13642:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13749:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13833:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13834:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13958:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13959:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13962:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13986:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14070:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14071:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14193:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14194:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14197:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14274:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14276:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                context = longAt(localFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14332:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        valuePointer = longAt(localFP + FoxReceiver);
                                                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14382:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14384:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(localFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13534:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
[ 38%] Building RC object CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res
x86_64-w64-mingw32-windres -O coff -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win   /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/PharoDLL.rc CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res
[ 39%] Linking C shared library build/vm/PharoVMCore.dll
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15282:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15314:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15315:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15349:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15378:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15379:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15427:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15432:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15439:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15468:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15484:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15504:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15505:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15528:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15529:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15554:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15558:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15566:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15566:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15588:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15589:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15609:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15622:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15637:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15640:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15668:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15669:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15796:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15826:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15827:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15828:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15987:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16038:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16042:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16043:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16266:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16338:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16340:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16341:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16343:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16347:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16383:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16445:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16509:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16526:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16527:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16534:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16567:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16629:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16693:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16710:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16711:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16718:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16736:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16744:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16782:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16804:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16819:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16857:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16885:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16886:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16893:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17022:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17040:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17041:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17048:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17083:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17099:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17104:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17108:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17123:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17193:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17205:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17246:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17264:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17301:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17369:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17414:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17497:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17526:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17567:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17567:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17571:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17577:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17580:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17589:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17593:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17648:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17686:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17689:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17689:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17693:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17699:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17702:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17711:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17715:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17770:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17792:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17825:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17830:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17840:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17843:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17847:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17853:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17865:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17869:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17914:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17938:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17972:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17973:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17986:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18052:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18059:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18065:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18103:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18111:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18114:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18161:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18181:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18182:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18272:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18287:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18302:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18333:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18334:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18432:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18433:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18437:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18441:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18477:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18507:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18507:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18512:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18537:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18553:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18574:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18612:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18613:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18633:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18656:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18657:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18687:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18718:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18719:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18724:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18751:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18757:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18762:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18778:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18779:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18782:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18791:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18810:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18811:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18814:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18835:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18876:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18898:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18981:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18984:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18987:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18987:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19008:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19011:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19014:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19018:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/PharoVMCore.dll -Wl,--out-implib,build/vm/libPharoVMCore.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res  build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19083:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19111:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19112:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19215:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19216:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19268:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19275:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19276:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19301:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19312:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19346:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19347:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19434:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19463:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19464:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19544:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19575:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19576:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19656:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19687:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19688:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19768:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19799:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19800:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19880:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19911:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19912:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19992:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20022:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20023:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20102:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20131:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20132:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20212:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20242:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20243:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20322:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20528:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20532:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20544:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20545:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20546:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20651:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20683:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20708:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20711:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20711:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20715:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20721:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20733:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20737:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20749:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20799:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20824:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20827:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20827:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20831:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20837:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20840:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20849:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20853:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20865:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20915:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20937:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20959:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20964:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20972:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20975:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20975:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20979:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20985:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20988:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20997:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21001:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21013:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21050:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21100:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21123:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21137:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21141:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21180:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21198:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21340:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21413:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21426:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21427:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21430:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21454:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21455:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21458:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21473:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21474:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21477:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21501:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21502:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21505:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21520:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21533:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21551:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21576:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21594:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21600:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21624:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21641:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21642:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21653:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21670:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21696:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21720:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21757:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21809:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21832:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21846:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21918:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21919:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21948:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21964:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21978:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21994:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22015:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22026:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22064:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22065:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22066:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22111:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22129:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22144:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22162:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22198:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22224:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22261:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22277:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22354:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22361:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22365:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22368:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22371:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22430:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22444:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22447:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22450:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22450:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22454:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22471:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22474:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22477:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22481:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22515:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22533:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22542:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22581:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22582:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22585:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22609:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22610:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22613:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22628:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22629:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22632:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22656:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22657:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22660:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22692:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22719:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22732:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22761:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22801:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22836:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22839:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22853:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22897:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22915:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22958:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22959:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23010:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23023:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23052:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23067:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23079:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23079:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23084:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23115:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23116:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23141:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23159:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23175:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23208:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23231:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23232:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23253:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23269:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23272:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23279:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23309:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23310:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23318:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23428:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23441:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23444:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23451:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23478:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23546:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23549:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23562:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23586:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23647:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23650:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23663:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23686:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23769:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23792:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23795:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23801:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23816:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23817:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23829:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23848:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23849:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23852:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23874:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23875:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23923:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23943:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23951:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), longAt((thisReceiver + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23968:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23969:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23978:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24013:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24070:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24071:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24076:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24077:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24078:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24320:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24322:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24374:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24375:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24407:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24408:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24431:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24438:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24475:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24490:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24490:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24537:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24551:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24554:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24557:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24557:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24561:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24578:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24581:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24584:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24588:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24655:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24656:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24657:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24680:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24683:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24687:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24714:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24727:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24727:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24774:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24788:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24791:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24794:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24794:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24798:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24815:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24821:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24825:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24867:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24892:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24913:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24956:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24988:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25008:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25024:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25060:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25091:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25092:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25110:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25127:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25172:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25173:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25190:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25212:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25345:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25365:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25389:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25393:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25406:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25422:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25438:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25458:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25475:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25505:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25519:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25529:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25540:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25559:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25595:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25661:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25662:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25664:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25672:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25676:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25697:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25713:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25750:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25768:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25830:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25884:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25890:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25906:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25926:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25927:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25937:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25965:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25987:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26003:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26019:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26035:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26066:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        synchronousSignal(longAt(GIV(stackPointer)));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26081:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26116:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26139:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26198:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26210:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26212:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26215:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26249:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26255:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26256:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26305:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26310:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26330:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26354:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26369:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26409:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26426:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26465:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26480:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26526:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26551:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26566:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26606:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26624:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26640:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26642:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26661:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26701:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26716:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26756:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26783:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26798:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26838:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26865:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26880:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26920:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26947:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26962:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27002:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27063:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27078:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27118:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27143:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27158:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27198:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27217:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27248:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27295:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27310:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27350:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27368:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27378:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27416:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27472:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27482:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27501:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27515:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27531:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27586:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27587:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27590:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27606:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27607:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27608:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27647:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27648:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27782:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27813:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27814:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27815:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27982:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28022:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28023:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28024:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28025:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28026:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28091:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28138:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28292:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28324:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28325:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28359:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28386:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28389:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28550:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28580:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28581:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28586:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28613:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28619:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28624:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28642:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28662:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28682:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28698:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28701:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28717:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28771:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28930:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28955:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28990:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29017:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29051:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29072:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29112:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29122:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29138:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34348:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39458:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41272:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41337:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42641:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42854:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46764:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:43:21: note: passing argument to parameter '__ptr' here
void    *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);
                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46764:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47201:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47222:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48254:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50706:108: warning: passing 'usqInt *' (aka 'unsigned long *') to parameter of type 'sqInt *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51167:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
[ 39%] Built target PharoVMCore
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52403:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52405:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52406:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((byteAt((maybeFP + FoxFrameFlags) + 2)) != 0))))) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52413:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52575:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52581:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52583:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52585:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ok = ok && (checkOkayFields(longAt(theFP + FoxMethod)));
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52586:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52594:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52706:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52714:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52715:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52740:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52746:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52752:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52825:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((usqInt) ((theFP + FoxReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52849:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52862:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52925:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        encodedip = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53119:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53175:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53207:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53209:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(GIV(framePointer) + FoxThisContext);
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53244:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53251:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53253:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53261:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53284:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53285:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53298:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((longAt(calleeFP + FoxCallerContext)) & (tagMask())) == 0)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53299:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (oopisLessThan(longAt(calleeFP + FoxCallerContext), GIV(newSpaceLimit)))) {
                     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2674:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53306:107: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), longAt(calleeFP + FoxCallerContext));
                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53469:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53492:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53496:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(theFP + FoxCallerContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53499:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53501:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53862:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53910:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53914:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(theFP + FoxCallerContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53918:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53920:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53929:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53943:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53964:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53982:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53987:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53990:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54015:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54189:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54190:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54199:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54205:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54211:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54216:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/depend.internal".
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54330:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54334:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(spouseFP + FoxCallerContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54337:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54339:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54356:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((offset - (ReceiverIndex + 1)) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54357:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54358:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54533:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54623:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54624:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54628:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         || ((byteAt((theFP + FoxFrameFlags) + 3)) != 0))) {
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54629:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = longAt(theFP + FoxMethod);
                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54639:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54641:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54647:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54649:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContext1 = longAt(theFPAbove + FoxCallerContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54802:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54882:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54885:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54888:144: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54889:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54902:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54905:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54910:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55016:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55019:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxReceiver, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55021:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55022:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55023:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55023:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55025:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55042:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, (oop = newOop));
                                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55045:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55047:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55050:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55052:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55057:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theFP + FoxCallerContext);
                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55071:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxCallerContext, aValue);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55143:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxCallerContext);
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55150:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55160:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxFrameFlags) + 2)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55170:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55180:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55187:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55197:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return byteAt((theFP + FoxFrameFlags) + 1);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55216:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55233:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55602:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55614:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55616:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxReceiver)) & (tagMask())) == 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55617:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (((((usqInt) (longAt(longAt(GIV(framePointer) + FoxReceiver)))) >> (formatShift())) & (formatMask())) <= 5 /* lastPointerFormat */)) {
                                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55618:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(longAt(GIV(framePointer) + FoxReceiver), 0);
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55640:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55687:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55688:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55697:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55701:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(theFP + FoxCallerContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55705:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55707:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55860:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55933:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55945:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55956:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55957:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55960:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (((usqInt)(((theIP - (longAt(spouseFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1));
                                             ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56004:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56044:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56232:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56233:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((byteAt((maybeFrame + FoxFrameFlags) + 2)) != 0)) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56235:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56249:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56311:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56312:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((byteAt((theFrame + FoxFrameFlags) + 2)) != 0)) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56315:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57361:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(pointer, maybeClosure);
                          ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57376:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(pointer, rcvr);
                          ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57379:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57385:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57386:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57389:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57390:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57407:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57412:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57649:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57652:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57656:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57657:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57658:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57658:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57665:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57668:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                                                ^~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57668:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57670:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57670:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57672:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57672:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57675:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57683:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57686:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57744:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                context = longAt(theFP + FoxCallerContext);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57790:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57803:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57810:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57812:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57814:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                markAndTrace(longAt(theFP + FoxMethod));
                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57815:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57823:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57836:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57902:104: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((anOop == ((((usqInt)((((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1))) << 3) | 1)))
                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57910:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theFP + FoxMethod))) {
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57913:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57914:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (anOop == (longAt(theFP + FoxCallerContext))) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57919:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57919:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57920:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57920:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57928:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57936:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57970:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57981:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58014:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodObj = longAt(theFP + FoxMethod);
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58019:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58020:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numStack = (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58021:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58022:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                closureOrNil = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58039:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = pointerForOop(longAt(theFP + FoxSavedFP));
                                     ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58048:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer4 = longAt(theFP + FoxMethod);
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58055:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer5 = longAt(theFP + FoxReceiver);
                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58061:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt((theFP + FoxCallerSavedIP) + (((numArgs - i) + 1) * BytesPerWord)));
                                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58070:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58072:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteAtput((theFP + FoxFrameFlags) + 2, 1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58260:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58279:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58295:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58324:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58340:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58433:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58437:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58437:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58452:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58455:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58456:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58461:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58461:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58462:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58466:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58470:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58471:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((fpInNewPage + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58473:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58532:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (offset < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58533:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58534:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58549:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58551:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58555:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58642:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58674:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58699:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58830:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58837:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58843:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58853:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58925:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(messageCount) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59387:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ctxt = longAt(theFP + FoxCallerContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59553:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59554:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59555:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord), printShort);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59575:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59585:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printNum(byteAt((theFP + FoxFrameFlags) + 1));
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59586:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((byteAt((theFP + FoxFrameFlags) + 2)) != 0
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59589:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59604:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59662:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59698:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59785:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59796:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)
                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59834:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theMethod = longAt(theFP + FoxMethod);
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59836:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59848:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61365:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61367:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61369:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61375:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61376:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61378:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61384:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61386:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61391:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61399:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61401:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61403:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61496:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61508:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61519:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61533:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61843:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62162:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62168:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62171:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62210:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62413:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62428:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62497:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62534:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62538:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62541:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62543:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62601:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62859:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62864:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62868:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62872:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62877:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62888:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62891:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62894:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62894:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62898:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62918:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62921:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62925:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63016:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63020:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63024:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63028:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63032:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63043:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63046:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63049:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63049:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63053:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63070:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63073:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63076:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63080:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63351:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63352:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63415:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63420:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63420:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63420:160: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63421:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63422:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63439:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63496:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63501:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        caller = longAt(theFP + FoxCallerContext);
                        ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63761:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63838:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63845:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63856:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63859:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63862:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63862:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63866:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63883:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63886:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63889:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63893:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64320:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64332:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64400:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64495:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64512:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64577:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64585:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64595:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64934:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64938:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxCallerContext, anOop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64942:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64946:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(theFP + FoxCallerContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64950:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64952:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64994:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theMovedFP + FoxCallerContext, anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65223:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65247:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65249:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(GIV(framePointer) + FoxThisContext);
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65355:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65367:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65488:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65491:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        tempIndex = byteAt((theFP + FoxFrameFlags) + 1);
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.hScanning dependencies of target FilePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 39%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65502:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65503:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2674:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65510:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                 ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65522:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65523:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2674:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65530:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65549:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                             ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65549:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                                                                      ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65550:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                         ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65550:78: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                                                                    ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65606:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContextOrNil = longAt(theFP + FoxCallerContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65977:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65924:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66057:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                valuePointer2 = (i < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66058:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66059:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66111:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66133:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66141:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66149:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66165:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66173:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66174:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66189:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1498:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66246:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66268:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66275:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66282:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66302:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66311:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66325:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66333:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66334:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66339:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66342:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66364:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66366:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66405:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66415:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66418:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66435:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1498:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66441:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66443:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2586:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66452:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2586:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66503:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66506:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + FoxCallerContext))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66507:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66510:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66519:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(theFP + FoxMethod);
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66522:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66524:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (numArgs = byteAt((theFP + FoxFrameFlags) + 1)),
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66525:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66530:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(theFP + FoxReceiver);
                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66535:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((index - CtxtTempFrameStart) < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66536:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66537:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)));
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66567:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66631:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66637:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66646:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66652:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66658:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66664:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66673:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66679:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66689:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66691:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66700:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:33: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                              ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66702:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66709:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66716:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66788:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66807:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:62: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                                                           ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0'
#define __darwin_obsz0(object) __builtin_object_size (object, 0)
                                                      ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66807:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:27: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67454:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67478:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67502:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67525:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        copiedValues = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67566:125: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newClosure1 + BaseHeaderSize) + (((sqInt)((usqInt)(ClosureOuterContextIndex) << (shiftForWord())))), longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                                                                                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67581:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newClosure);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67628:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67636:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67755:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67858:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67872:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67873:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67874:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67876:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67911:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67913:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67915:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68069:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68083:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68084:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68087:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68090:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68117:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68201:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68225:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68238:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68254:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68334:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68336:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68514:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68520:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68532:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68554:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68558:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68562:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68566:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68619:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68621:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68656:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68658:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68675:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68687:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68740:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68748:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68752:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68756:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68759:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68805:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68818:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68880:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68894:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68897:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68900:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68900:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68921:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68924:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68927:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68931:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68999:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69001:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69026:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69035:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69042:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69105:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69119:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69122:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69125:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69146:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69149:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69152:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69156:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69440:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69458:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69470:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69473:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69491:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69512:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69519:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40112:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69580:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69598:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69614:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69630:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69697:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69725:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69743:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69759:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69761:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69777:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69841:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69870:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69876:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69905:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69907:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69937:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69938:83: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(198, longAt(theFP + FoxCallerContext), stopContext);
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69942:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69946:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69947:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69951:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69952:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethod = longAt(theFP1 + FoxMethod);
                                                           ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69962:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69964:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69972:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69974:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        senderContext = longAt(theFPAbove + FoxCallerContext);
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70001:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70020:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oldMethod = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70050:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70099:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70107:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70425:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70448:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70450:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70573:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70575:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70577:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70727:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70748:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70750:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70808:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70824:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70826:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70845:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70866:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70868:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70925:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70941:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70943:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70960:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70981:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70983:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71040:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71056:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71058:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71075:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71096:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71098:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71154:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71170:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71172:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71189:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71210:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71212:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71269:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71285:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71287:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71304:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71325:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71327:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71384:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71400:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71402:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71419:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71439:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71441:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71497:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71512:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71514:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71530:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71551:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71553:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71612:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71628:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71630:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71649:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71670:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71672:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71729:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71745:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71747:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71764:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71784:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71786:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71841:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71856:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71858:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71874:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71895:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71897:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71956:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71972:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71974:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71993:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72030:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72032:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72077:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72113:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72122:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72146:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72148:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72204:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72219:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72221:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72258:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72260:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72319:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72335:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72337:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72356:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72377:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72379:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72452:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72454:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72471:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72491:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72493:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72563:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72565:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72581:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72650:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72668:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72725:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72728:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72756:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72777:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72787:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72798:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72804:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72840:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72842:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72845:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72845:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72863:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72863:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72865:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72918:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72932:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72935:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72942:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72959:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72962:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72965:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73009:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73017:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73052:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73091:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73128:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73130:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73199:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73201:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73287:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73289:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73338:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73358:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73371:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73384:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73400:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73447:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73449:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73451:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73505:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73597:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73616:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73630:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73649:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73680:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73682:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73684:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73752:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73769:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73771:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73773:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73802:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73823:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73825:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73827:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73886:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73902:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73904:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73906:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73925:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73946:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73948:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73950:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74009:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74025:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74027:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74029:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74069:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74071:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74073:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74131:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74147:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74149:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74151:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74170:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74192:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74194:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74196:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74256:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74273:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74275:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74277:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74297:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74319:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74321:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74323:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74400:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74402:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74404:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74424:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74445:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74447:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74449:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74507:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74523:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74525:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74527:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74545:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74566:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74568:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74570:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74631:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74647:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74649:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74651:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74672:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74693:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74695:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74697:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74758:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74774:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74776:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74778:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74799:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74820:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74822:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74824:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74897:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74899:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74901:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74919:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74941:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74943:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74945:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75015:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75032:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75034:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75036:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75066:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75092:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75094:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75199:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75201:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75203:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75266:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75282:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75284:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75286:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75309:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75330:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75332:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75334:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75395:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75411:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75413:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75415:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75457:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75459:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75461:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75522:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75538:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75540:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75542:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75584:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75586:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75588:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75650:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75666:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75668:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75670:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75693:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75748:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75759:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75802:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75804:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75812:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75822:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75824:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                newSP = (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75828:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75828:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75830:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75830:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75831:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75855:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                currentCtx = longAt(theFP + FoxCallerContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75896:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75937:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75949:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
(frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)) - BytesPerWord;
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75950:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75950:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75950:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75967:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                currentCtx = longAt(theFP1 + FoxCallerContext);
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76000:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxCallerContext, aContextOrNil);
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76162:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76183:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76188:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76396:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76430:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76554:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76566:90: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = (theFPAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFPAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76567:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76569:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76723:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76731:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'int *' [-Wint-conversion]
        longjmp(aJumpBuf, 1);
                ^~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/setjmp.h:88:28: note: passing argument to parameter here
extern void longjmp(jmp_buf, int) __dead2;
                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76747:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76906:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                flags = longAt(theFP + FoxFrameFlags);
                                               ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76908:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxFrameFlags, flags - 2);
                                                  ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76910:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14623:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30248:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30356:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30368:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30587:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30648:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30727:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31128:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31378:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33247:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33362:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34215:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34226:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34252:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34284:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34857:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34919:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34926:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36249:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36386:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37498:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37505:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37713:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38077:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38139:1: warning: unused function 'firstStringyFakeFormat' [-Wunused-function]
firstStringyFakeFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38392:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38402:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38413:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38439:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38449:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38460:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38678:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38775:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38848:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38855:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39921:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39928:1: warning: unused function 'isContextNonImm' [-Wunused-function]
isContextNonImm(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39946:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39969:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40005:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40025:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40050:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40057:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40072:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40095:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40102:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40137:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40152:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40159:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40166:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40185:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40196:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40310:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40320:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40327:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40387:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40534:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40672:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40681:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40792:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43132:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43349:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47489:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47557:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48565:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48646:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48689:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49486:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49497:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49763:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50620:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50685:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50780:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50830:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50845:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50968:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50989:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51291:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51757:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52774:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52916:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53019:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55141:1: warning: unused function 'frameCallerContext' [-Wunused-function]
frameCallerContext(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55148:1: warning: unused function 'frameContext' [-Wunused-function]
frameContext(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55158:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55168:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55178:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55185:1: warning: unused function 'frameMethod' [-Wunused-function]
frameMethod(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55195:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55214:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55306:1: warning: unused function 'getDesiredCogCodeSize' [-Wunused-function]
getDesiredCogCodeSize(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55837:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55858:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56108:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56127:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56141:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58087:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58223:1: warning: unused function 'methodHeaderIndicatesLargeFrame' [-Wunused-function]
methodHeaderIndicatesLargeFrame(sqInt methodHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58542:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58937:1: warning: unused function 'printActivationNameForSelectorstartClass' [-Wunused-function]
printActivationNameForSelectorstartClass(sqInt aSelector, sqInt startClass)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61494:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62766:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63914:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64354:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64385:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64448:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65547:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65574:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1810:13: warning: unused variable 'byteCount' [-Wunused-variable]
_iss usqInt byteCount;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1811:12: warning: unused variable 'cifs' [-Wunused-variable]
_iss sqInt cifs;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1812:12: warning: unused variable 'codeGeneratorToComputeAccessorDepth' [-Wunused-variable]
_iss sqInt codeGeneratorToComputeAccessorDepth;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1813:12: warning: unused variable 'functions' [-Wunused-variable]
_iss sqInt functions;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1814:12: warning: unused variable 'largeOpaqueMemoryManager' [-Wunused-variable]
_iss sqInt largeOpaqueMemoryManager;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1815:12: warning: unused variable 'memoryManager' [-Wunused-variable]
_iss sqInt memoryManager;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1816:12: warning: unused variable 'nextAddress' [-Wunused-variable]
_iss sqInt nextAddress;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1817:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable]
_iss sqInt preferredPinningSegment;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1818:12: warning: unused variable 'statCoalesces' [-Wunused-variable]
_iss sqInt statCoalesces;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1819:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable]
_iss usqLong statFGCDeltaUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1820:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable]
_iss usqLong statIncrGCUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1821:12: warning: unused variable 'testWorker' [-Wunused-variable]
_iss sqInt testWorker;
           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:295:24: warning: implicit declaration of function 'isFileHandleATTY' is invalid in C99 [-Wimplicit-function-declaration]
        file->isStdioStream = isFileHandleATTY(handle);
                              ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:342:9: warning: implicit declaration of function 'fileHandleType' is invalid in C99 [-Wimplicit-function-declaration]
        return fileHandleType(_get_osfhandle(fdNum));
               ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:342:24: warning: implicit declaration of function '_get_osfhandle' is invalid in C99 [-Wimplicit-function-declaration]
        return fileHandleType(_get_osfhandle(fdNum));
                              ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:484:48: warning: passing 'LONG *' (aka 'long *') to parameter of type 'LPDWORD' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
  ofs.li.LowPart = GetFileSize(FILE_HANDLE(f), &ofs.li.HighPart);
                                               ^~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/fileapi.h:65:62: note: passing argument to parameter 'lpFileSizeHigh' here
  WINBASEAPI DWORD WINAPI GetFileSize (HANDLE hFile, LPDWORD lpFileSizeHigh);
                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:555:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
5 warnings generated.
[ 40%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/sqWin32Directory.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/sqWin32Directory.c:30:9: warning: 'S_IRUSR' macro redefined [-Wmacro-redefined]
#define S_IRUSR 0400
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:152:9: note: previous definition is here
#define S_IRUSR         _S_IRUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/sqWin32Directory.c:31:9: warning: 'S_IWUSR' macro redefined [-Wmacro-redefined]
#define S_IWUSR 0200
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:151:9: note: previous definition is here
#define S_IWUSR         _S_IWUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/sqWin32Directory.c:32:9: warning: 'S_IXUSR' macro redefined [-Wmacro-redefined]
#define S_IXUSR 0100
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:150:9: note: previous definition is here
#define S_IXUSR         _S_IXUSR
        ^
3 warnings generated.
[ 40%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/fileUtilsWin.c
[ 41%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'sqInt (*)(int)' (aka 'long long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
8 warnings generated.
[ 41%] Linking C shared library build/vm/FilePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/FilePlugin.dll -Wl,--out-implib,build/vm/libFilePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 42%] Built target FilePlugin
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 42%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:23:
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:734:9: warning: unused function 'readdir' [-Wunused-function]
        readdir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:455:9: warning: unused function '_wreaddir' [-Wunused-function]
        _wreaddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:877:9: warning: unused function 'rewinddir' [-Wunused-function]
        rewinddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:888:9: warning: unused function 'scandir' [-Wunused-function]
        scandir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1040:9: warning: unused function 'versionsort' [-Wunused-function]
        versionsort(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:324:1: warning: unused function 'convertWinToSqueakTime' [-Wunused-function]
convertWinToSqueakTime(SYSTEMTIME st)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
14 warnings generated.
[ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
[ 44%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:18:9: warning: 'S_IRUSR' macro redefined [-Wmacro-redefined]
#define S_IRUSR 0400
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:152:9: note: previous definition is here
#define S_IRUSR         _S_IRUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:19:9: warning: 'S_IWUSR' macro redefined [-Wmacro-redefined]
#define S_IWUSR 0200
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:151:9: note: previous definition is here
#define S_IWUSR         _S_IWUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:20:9: warning: 'S_IXUSR' macro redefined [-Wmacro-redefined]
#define S_IXUSR 0100
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:150:9: note: previous definition is here
#define S_IXUSR         _S_IXUSR
        ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:27:
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:734:9: warning: unused function 'readdir' [-Wunused-function]
        readdir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:455:9: warning: unused function '_wreaddir' [-Wunused-function]
        _wreaddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:877:9: warning: unused function 'rewinddir' [-Wunused-function]
        rewinddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:888:9: warning: unused function 'scandir' [-Wunused-function]
        scandir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1040:9: warning: unused function 'versionsort' [-Wunused-function]
        versionsort(
        ^
8 warnings generated.
[ 44%] Linking C shared library build/vm/FileAttributesPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/FileAttributesPlugin.dll -Wl,--out-implib,build/vm/libFileAttributesPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o  build/vm/libFilePlugin.dll.a build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 44%] Built target FileAttributesPlugin
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 45%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
13 warnings generated.
[ 45%] Linking C shared library build/vm/JPEGReaderPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/JPEGReaderPlugin.dll -Wl,--out-implib,build/vm/libJPEGReaderPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 45%] Built target JPEGReaderPlugin
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 45%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
[ 46%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-Unspecified.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-bin.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-bin.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-c-src.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-c-src.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-include.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
3 warnings generated.
[ 46%] Linking C shared library build/vm/SurfacePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SurfacePlugin.dll -Wl,--out-implib,build/vm/libSurfacePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 47%] Built target SurfacePlugin
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 48%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
[ 48%] Linking C shared library build/vm/MiscPrimitivePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/MiscPrimitivePlugin.dll -Wl,--out-implib,build/vm/libMiscPrimitivePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 48%] Built target MiscPrimitivePlugin
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoConsole.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoConsole.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoConsole.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoConsole.dir/depend.internal".
Scanning dependencies of target PharoConsole
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 49%] Building C object CMakeFiles/PharoConsole.dir/src/unixMain.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoConsole.dir/src/unixMain.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/unixMain.c
[ 49%] Building RC object CMakeFiles/PharoConsole.dir/PharoConsole.rc.res
x86_64-w64-mingw32-windres -O coff -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include   /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/PharoConsole.rc CMakeFiles/PharoConsole.dir/PharoConsole.rc.res
[ 50%] Linking C executable build/vm/PharoConsole.exe
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/PharoConsole.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0  -Wl,--enable-auto-import -mconsole CMakeFiles/PharoConsole.dir/src/unixMain.c.o CMakeFiles/PharoConsole.dir/PharoConsole.rc.res  -o build/vm/PharoConsole.exe -Wl,--out-implib,build/vm/libPharoConsole.dll.a -Wl,--major-image-version,0,--minor-image-version,0  build/vm/libPharoVMCore.dll.a -lOle32 -lcomctl32 -luuid build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 50%] Built target PharoConsole
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 50%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
5 warnings generated.
[ 51%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1624:55: warning: passing 'unsigned char [8]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if (setsockopt(SOCKET(s), SOL_SOCKET, SO_REUSEADDR, buf, bufSize) < 0)
                                                      ^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:1029:88: note: passing argument to parameter 'optval' here
  WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
                                                                                       ^
1 warning generated.
[ 51%] Linking C shared library build/vm/SocketPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SocketPlugin.dll -Wl,--out-implib,build/vm/libSocketPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o  build/vm/libPharoVMCore.dll.a -lWs2_32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 51%] Built target SocketPlugin
make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
CPack: - Install project: PharoVM []
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-bin.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-bin.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-c-src.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-c-src.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-include.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
[ 52%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
25 warnings generated.
[ 53%] Linking C shared library build/vm/LargeIntegers.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/LargeIntegers.dll -Wl,--out-implib,build/vm/libLargeIntegers.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 53%] Built target LargeIntegers
make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 53%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
1 warning generated.
[ 54%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
[ 54%] Linking C shared library build/vm/LocalePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/LocalePlugin.dll -Wl,--out-implib,build/vm/libLocalePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 54%] Built target LocalePlugin
make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.9.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 54%] Built target libssh2-1.9.0
make  -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.5.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.5.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.5
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.5-src/SDL2.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
1856 warnings generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-pointer-types]
        VM->push = push;
                 ^ ~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible pointer types assigning to 'sqInt (*)(double)' (aka 'long (*)(double)') from 'void (double)' [-Wincompatible-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long, long, long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long, long, void *)') [-Wincompatible-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long (void)') [-Wincompatible-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: incompatible pointer types assigning to 'volatile unsigned long (*)(void)' from 'volatile unsigned long long (void)' [-Wincompatible-pointer-types]
        VM->utcMicroseconds = ioUTCMicroseconds;
                            ^ ~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible pointer types assigning to 'sqInt (*)(char *)' (aka 'long (*)(char *)') from 'sqInt (const char *)' (aka 'long (const char *)') [-Wincompatible-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible pointer types assigning to 'sqInt (*)(int)' (aka 'long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable 'v' [-Wunused-variable]
        int v;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable 'xArray' [-Wunused-variable]
    sqInt xArray;
          ^
6 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/osx/aioOSX.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/osx/aioOSX.c:264:6: warning: unused variable 'n' [-Wunused-variable]
        int n;
            ^
1 warning generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
        void *pc;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:489:2: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
        getcontext(&uap);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/ucontext.h:37:6: note: 'getcontext' has been explicitly marked deprecated here
int  getcontext(ucontext_t *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_2_0, __IPHONE_2_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
     ^
/builds/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:77:12: warning: unused variable 'inFault' [-Wunused-variable]
static int inFault = 0;
           ^
3 warnings generated.
[ 36%] Building CXX object CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o
/Library/Developer/CommandLineTools/usr/bin/c++  -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o -c /builds/workspace/pharo-vm_v9.0.10/repository/src/utilsMac.mm
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogMac.m
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 54%] Built target SDL2-2.0.5
make  -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.6.34.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.6.34.dir/depend.internal".
Scanning dependencies of target libpng-1.6.34
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libpng-1.6.34-src/libpng16-16.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 54%] Built target libpng-1.6.34
make  -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Scanning dependencies of target pixman-0.34.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/pixman-0.34.0-src/libpixman-1-0.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 54%] Built target pixman-0.34.0
make  -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color=
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/memoryUnix.c
[ 38%] Linking CXX shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/c++  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -install_name @executable_path/Plugins/libPharoVMCore.dylib CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 38%] Built target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Scanning dependencies of target freetype-2.9.1
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/freetype-2.9.1-src/libfreetype-6.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
[ 38%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 39%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
[ 54%] Built target freetype-2.9.1
make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
4 warnings generated.
[ 39%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -install_name @executable_path/Plugins/libSqueakSSL.dylib CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation -framework Security build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 39%] Built target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.7
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-src/libSDL2-2.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.7-src/libSDL2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 39%] Built target SDL2-2.0.7
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libpng-1.2.49.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libpng-1.2.49.dir/depend.internal".
Scanning dependencies of target libpng-1.2.49
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.2.49-src/libpng12.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.2.49-src/libpng12.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 39%] Built target libpng-1.2.49
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Scanning dependencies of target pixman-0.34.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-src/libpixman-1.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-src/libpixman-1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 39%] Built target pixman-0.34.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Scanning dependencies of target freetype-2.9.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-src/libfreetype.6.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-src/libfreetype.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 39%] Built target freetype-2.9.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Scanning dependencies of target cairo-1.15.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src/libcairo.2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src/libcairo.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 39%] Built target cairo-1.15.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-mac-1.0.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-mac-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-mac-1.0.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 39%] Built target libgit2-mac-1.0.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src/libgit2.0.25.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src/libgit2.25.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-src/libgit2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 39%] Built target libgit2-0.25.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
[ 39%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: unused typedef 'aioHandler' [-Wunused-local-typedef]
        typedef void (*aioHandler)(int fd, void *clientData, int flag);
                       ^
6 warnings generated.
[ 40%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 40%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable]
  int   utf8= 0;
        ^
1 warning generated.
[ 41%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/fileUtils.c
[ 41%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
    sqInt fileSizeOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
    sqInt modDateOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
    sqInt results;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
    sqInt i;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
    char *stringPtr;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
    sqInt nameString;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
    sqInt createDateOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
    sqInt array1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
    sqInt objectPointer1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
    SQFile *file1;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
    size_t startIndex1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
    sqInt retryCount;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
    size_t count1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
    size_t elementSize1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
    sqInt bytesRead1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'sqInt (*)(int)' (aka 'long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: c9486ce1-fc8d-0d00-bd2c-8afb01572f33 " __DATE__ ;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
24 warnings generated.
[ 42%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -install_name @executable_path/Plugins/libFilePlugin.dylib CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 43%] Built target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
[ 43%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:942:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1053:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:3017:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4326:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: incompatible pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-pointer-types]
        sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                          ^ ~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4561:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4903:2: warning: expression result unused [-Wunused-value]
        (char *)strncpy(cString, stringPtr, len);
        ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: unused function 'argumentAtAsType' [-Wunused-function]
argumentAtAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: unused function 'copyBytesFromtolength' [-Wunused-function]
copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: unused function 'descriptorTableSize' [-Wunused-function]
descriptorTableSize(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function]
environmentAtSymbolAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function]
fileDescriptorFrom(sqInt aSQFileByteArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: unused function 'fileRecordSize' [-Wunused-function]
fileRecordSize(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: unused function 'fileValueOf' [-Wunused-function]
fileValueOf(sqInt anSQFileRecord)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function]
getThisSessionIdentifier(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: unused function 'isSQFileObject' [-Wunused-function]
isSQFileObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: unused function 'isSQSocketObject' [-Wunused-function]
isSQSocketObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: unused function 'isValidFileSession' [-Wunused-function]
isValidFileSession(sqInt objectPointer)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function]
maskForThisThreadAndResend(int sigNum)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: unused function 'newSQFileByteArray' [-Wunused-function]
newSQFileByteArray(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function]
newSQSocketByteArray(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt aByteArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function]
restoreDefaultSignalHandlers(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: unused function 'sendSignaltoPid' [-Wunused-function]
sendSignaltoPid(sqInt sig, sqInt pid)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function]
setSigIntDefaultHandler(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: unused function 'setSigIntIgnore' [-Wunused-function]
setSigIntIgnore(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function]
setSigPipeDefaultHandler(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: unused function 'setSigPipeHandler' [-Wunused-function]
setSigPipeHandler(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function]
setSigPipeIgnore(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: unused function 'sigAbrtNumber' [-Wunused-function]
sigAbrtNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: unused function 'sigAlrmNumber' [-Wunused-function]
sigAlrmNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: unused function 'sigChldNumber' [-Wunused-function]
sigChldNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: unused function 'sigContNumber' [-Wunused-function]
sigContNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'sigHoldNumber' [-Wunused-function]
sigHoldNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: unused function 'sigHupNumber' [-Wunused-function]
sigHupNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: unused function 'sigIntNumber' [-Wunused-function]
sigIntNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: unused function 'sigKillNumber' [-Wunused-function]
sigKillNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: unused function 'sigPipeNumber' [-Wunused-function]
sigPipeNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: unused function 'sigQuitNumber' [-Wunused-function]
sigQuitNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: unused function 'sigStopNumber' [-Wunused-function]
sigStopNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: unused function 'sigTermNumber' [-Wunused-function]
sigTermNumber(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: unused function 'sigUsr1Number' [-Wunused-function]
sigUsr1Number(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: unused function 'sigUsr2Number' [-Wunused-function]
sigUsr2Number(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: unused function 'sizeOfInt' [-Wunused-function]
sizeOfInt(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: unused function 'sizeOfPointer' [-Wunused-function]
sizeOfPointer(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function]
socketDescriptorFrom(sqInt sqSocketOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt anSQSocketRecord)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: unused function 'unixFileNumber' [-Wunused-function]
unixFileNumber(FILEHANDLETYPE fileHandle)
^
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
52 warnings generated.
[ 44%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -install_name @executable_path/Plugins/libUnixOSProcessPlugin.dylib CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 44%] Built target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
[ 45%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 45%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -install_name @executable_path/Plugins/libMiscPrimitivePlugin.dylib CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 45%] Built target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
[ 46%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable]
static sqInt cbSampleStream;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable]
static sqInt crSampleStream;
             ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable]
static sqInt ySampleStream;
             ^
17 warnings generated.
[ 46%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -install_name @executable_path/Plugins/libJPEGReaderPlugin.dylib CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 46%] Built target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
[ 46%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
        sqInt pixPerM1;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
        sqInt sxLowBits;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
        unsigned int m1;
                     ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
        sqInt startBits1;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
        sqInt done;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
        sqInt endBits;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
        sqInt t;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
        sqInt startBits;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
        sqInt dxLowBits;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
        sqInt pixPerM11;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
        sqInt _return_value;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
53 warnings generated.
[ 47%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -install_name @executable_path/Plugins/libBitBltPlugin.dylib CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 47%] Built target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.7.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-src/libssh2.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.7.0-src/libssh2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 47%] Built target libssh2-1.7.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
[ 48%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
26 warnings generated.
[ 49%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -install_name @executable_path/Plugins/libLargeIntegers.dylib CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 49%] Built target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
[ 49%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
5 warnings generated.
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
1 warning generated.
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 50%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -install_name @executable_path/Plugins/libDSAPrims.dylib CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 50%] Built target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
[ 51%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
        sqInt okToListen;
              ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
7 warnings generated.
[ 51%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
[ 52%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -install_name @executable_path/Plugins/libSocketPlugin.dylib CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 52%] Built target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
[ 52%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 53%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:133:17: warning: incompatible integer to pointer conversion passing 'time_t' (aka 'long') to parameter of type 'time_t *' (aka 'long *') [-Wint-conversion]
        theTime = time((time_t)NULL);
                       ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/time.h:118:21: note: passing argument to parameter here
time_t time(time_t *);
                    ^
5 warnings generated.
[ 53%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -install_name @executable_path/Plugins/libLocalePlugin.dylib CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 53%] Built target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
[ 54%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 54%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: c9486ce1-fc8d-0d00-bd2c-8afb01572f33 " __DATE__ ;
            ^
4 warnings generated.
[ 55%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -install_name @executable_path/Plugins/libSurfacePlugin.dylib CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 56%] Built target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
[ 56%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
    sqInt ok;
          ^
5 warnings generated.
[ 57%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -install_name @executable_path/Plugins/libUUIDPlugin.dylib CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 57%] Built target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
[ 57%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
325 warnings generated.
[ 58%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -install_name @executable_path/Plugins/libB2DPlugin.dylib CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 58%] Built target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src/libcrypto.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src/libssl.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-src/libssl.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 58%] Built target openssl-1.0.2q
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-bin.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-include.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
15 warnings generated.
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
  my_src_ptr src = (my_src_ptr) cinfo->src;
             ^
1 warning generated.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] }
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 87%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -install_name @executable_path/Plugins/libJPEGReadWriter2Plugin.dylib CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 87%] Built target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
[ 87%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
    unsigned int mask;
                 ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
10 warnings generated.
[ 88%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 89%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
int             mode;
                ^
5 warnings generated.
[ 89%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -install_name @executable_path/Plugins/libFileAttributesPlugin.dylib CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 89%] Built target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
[ 90%] Building C object CMakeFiles/Pharo.dir/src/unixMain.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/include -I/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk   -o CMakeFiles/Pharo.dir/src/unixMain.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/src/unixMain.c
[ 90%] Linking C executable build/vm/Debug/Pharo.app/Contents/MacOS/Pharo
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names  CMakeFiles/Pharo.dir/src/unixMain.c.o  -o build/vm/Debug/Pharo.app/Contents/MacOS/Pharo build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/repository/resources/mac/Pharo.icns build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/repository/resources/mac/PharoChanges.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/repository/resources/mac/PharoImage.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_v9.0.10/repository/resources/mac/PharoSources.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
[ 90%] Built target Pharo
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
[ 90%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

[ 90%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 91%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 91%] Performing install step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 92%] Completed 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-complete
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
[ 95%] Built target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_v9.0.10/repository /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
[ 95%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callback_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c
/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
1 warning generated.
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callout.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/registerCallback.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
cd /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins 
[100%] Built target TestLibrary
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles 0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 preinstall
make[1]: Nothing to be done for `preinstall'.
Install the project...
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/./
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.0.25.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.25.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libffi.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Pharo
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/Resources
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.app/Contents/Info.plist
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/config.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/parameterVector.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/pharoClient.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/errorCode.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/debug.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/pathUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/win/resources.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/interpreter.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/exportDefinition.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/parameters.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threads
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/macros.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/jit
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/jit/jit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/stringUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/imageAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/fileDialog.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/pharo.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/dispdbg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqAssert.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqaio.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/parameterVector.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/img.image
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/parameters.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win32Main.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/macAlias.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/unixMain.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/client.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/debug.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/errorCode.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/parameterVector.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/version.info
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/macros.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated/
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/gcc3x-interp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/interp.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/gcc3x-interp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/interp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/interp.h
Run CPack packaging tool...
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
CPack: - Install project: PharoVM []
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-bin.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-bin.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-c-src.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-c-src.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-include.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
Stashed 12 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 83%] Linking C shared library build/vm/JPEGReadWriter2Plugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/JPEGReadWriter2Plugin.dll -Wl,--out-implib,build/vm/libJPEGReadWriter2Plugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 83%] Built target JPEGReadWriter2Plugin
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 84%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
[ 84%] Linking C shared library build/vm/UUIDPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/UUIDPlugin.dll -Wl,--out-implib,build/vm/libUUIDPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o  build/vm/libPharoVMCore.dll.a -lole32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 84%] Built target UUIDPlugin
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 84%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
324 warnings generated.
[ 85%] Linking C shared library build/vm/B2DPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/B2DPlugin.dll -Wl,--out-implib,build/vm/libB2DPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 85%] Built target B2DPlugin
make  -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-win-1.0.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-win-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-win-1.0.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-win-1.0.0-src/libgit2-1-0-0.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-win-1.0.0-src/libpcre-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 85%] Built target libgit2-win-1.0.0
make  -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q-fixLigGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-fixLigGit-src/libeay32.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/openssl-1.0.2q-fixLigGit-src/ssleay32.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 85%] Built target openssl-1.0.2q-fixLigGit
make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-Unspecified.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-bin.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-bin.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-c-src.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-c-src.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-include.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
[ 85%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
4 warnings generated.
[ 86%] Linking C shared library build/vm/DSAPrims.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/DSAPrims.dll -Wl,--out-implib,build/vm/libDSAPrims.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 86%] Built target DSAPrims
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 86%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
41 warnings generated.
[ 87%] Linking C shared library build/vm/BitBltPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/BitBltPlugin.dll -Wl,--out-implib,build/vm/libBitBltPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 87%] Built target BitBltPlugin
make  -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1-fixLibGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libgit2-0.25.1-fixLibGit-src/libgit2.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 87%] Built target libgit2-0.25.1-fixLibGit
make  -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Scanning dependencies of target cairo-1.15.4
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src/libbz2-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src/libcairo-2.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src/libexpat-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/cairo-1.15.4-src/libfontconfig-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 87%] Built target cairo-1.15.4
make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 88%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
[ 88%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: note: place parentheses around the assignment to silence this warning
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                               ^
                      (                                                       )
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: note: use '==' to turn this assignment into an equality comparison
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                               ^
                               ==
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:911:14: warning: assigning to 'BYTE *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        blob.pbData = pfxData;
                    ^ ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
              ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: note: place parentheses around the assignment to silence this warning
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
                       ^
              (                                                         )
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: note: use '==' to turn this assignment into an equality comparison
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
                       ^
                       ==
3 warnings generated.
[ 89%] Linking C shared library build/vm/SqueakSSL.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SqueakSSL.dll -Wl,--out-implib,build/vm/libSqueakSSL.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o  build/vm/libPharoVMCore.dll.a -lCrypt32 -lSecur32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 89%] Built target SqueakSSL
make  -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/gcc-runtime-3.4.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/gcc-runtime-3.4.dir/depend.internal".
Scanning dependencies of target gcc-runtime-3.4
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/gcc-runtime-3.4-src/iconv.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/gcc-runtime-3.4-src/libgcc_s_seh-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/gcc-runtime-3.4-src/libwinpthread-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 89%] Built target gcc-runtime-3.4
make  -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend.internal".
Scanning dependencies of target zlib-1.2.11-fixLibGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-fixLibGit-src/zlib1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 89%] Built target zlib-1.2.11-fixLibGit
make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 90%] Building C object CMakeFiles/Pharo.dir/src/win32Main.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/Pharo.dir/src/win32Main.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win32Main.c
[ 90%] Building RC object CMakeFiles/Pharo.dir/Pharo.rc.res
x86_64-w64-mingw32-windres -O coff -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include   /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/Pharo.rc CMakeFiles/Pharo.dir/Pharo.rc.res
[ 91%] Linking C executable build/vm/Pharo.exe
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0  -Wl,--enable-auto-import -mwindows -mwindows CMakeFiles/Pharo.dir/src/win32Main.c.o CMakeFiles/Pharo.dir/Pharo.rc.res  -o build/vm/Pharo.exe -Wl,--out-implib,build/vm/libPharo.dll.a -Wl,--major-image-version,0,--minor-image-version,0  build/vm/libPharoVMCore.dll.a -lOle32 -lcomctl32 -luuid build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 91%] Built target Pharo
make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 91%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

[ 92%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 92%] Performing build step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 93%] Performing install step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 93%] Completed 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles/build_vmmaker_get_vm-complete
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 95%] Built target build_vmmaker_get_vm
make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c:62:3: warning: incompatible pointer types passing 'void *(void *)' to parameter of type 'LPTHREAD_START_ROUTINE' (aka 'unsigned long (*)(void *)') [-Wincompatible-pointer-types]
                otherThread,    // thread function name
                ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/processthreadsapi.h:195:127: note: passing argument to parameter 'lpStartAddress' here
  WINBASEAPI HANDLE WINAPI CreateThread (LPSECURITY_ATTRIBUTES lpThreadAttributes, SIZE_T dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreationFlags, LPDWORD lpThreadId);
                                                                                                                              ^
2 warnings generated.
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/registerCallback.c
[100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/TestLibrary.dll
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o ../vm/TestLibrary.dll -Wl,--out-implib,../vm/libTestLibrary.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
[100%] Built target TestLibrary
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/CMakeFiles 0
make  -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build'
Install the project...
/usr/bin/cmake.exe -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//B2DPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//BitBltPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//DSAPrims.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//ffi.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//FileAttributesPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//FilePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//iconv.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//JPEGReaderPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//JPEGReadWriter2Plugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//LargeIntegers.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libbz2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libcairo-2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libeay32.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libexpat-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libfontconfig-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libfreetype-6.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libgcc_s_seh-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libgit2-1-0-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libgit2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libpcre-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libpixman-1-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libpng16-16.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libssh2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libssh2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libwinpthread-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//LocalePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//MiscPrimitivePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//PharoVMCore.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//SDL2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//SocketPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//SqueakSSL.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//ssleay32.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//SurfacePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//TestLibrary.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//UUIDPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//zlib1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/./Pharo.exe.manifest
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/./PharoConsole.exe.manifest
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libB2DPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libBitBltPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libDSAPrims.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libffi.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libFileAttributesPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libFilePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libJPEGReaderPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libJPEGReadWriter2Plugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libLargeIntegers.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libLocalePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libMiscPrimitivePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libPharoVMCore.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libSocketPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libSqueakSSL.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libSurfacePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libTestLibrary.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//libUUIDPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//Pharo.exe
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/.//PharoConsole.exe
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqWin32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqWin32Alloc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqWin32HandleTable.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/config.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/debug.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/errorCode.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/exportDefinition.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/interpreter.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/jit
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/jit/jit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/macros.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/parameters.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/parameterVector.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pharo.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threads
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/win/resources.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqaio.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/parameters.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/parameterVector.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/img.image
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/client.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/debug.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/errorCode.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/macAlias.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/parameters.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/parameterVector.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/unixMain.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win32Main.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/version.info
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/macros.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated/
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cogit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cogmethod.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cointerp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/vmCallback.h
Run CPack packaging tool...
/usr/bin/cpack.exe --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-bin.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-include.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
CPack: - Install project: PharoVM []
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-Unspecified.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-c-src.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-c-src.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-include.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM []
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-include.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] stash
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] unstash
[Pipeline] readFile
[Pipeline] stage
[Pipeline] { (Checkout-Windows-x86_64-StackVM)
[Pipeline] dir
Running in C:\builds\workspace\pharo-vm_v9.0.10\repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
 > git init C:\builds\workspace\pharo-vm_v9.0.10\repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.29.2'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Using shallow fetch with depth 2
Checking out Revision db5589084ebb0aed7e68d12388f6ef22cf23d893 (v9.0.10)
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v9.0.10:refs/tags/v9.0.10 # timeout=10
Commit message: "Updating Changelog, preparing release"

GitHub has been notified of this commit’s build result

[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Windows-x86_64-StackVM-StackVM)
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v9.0.10"`
    set -ex
    mkdir build-StackVM
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db5589084ebb0aed7e68d12388f6ef22cf23d893 # timeout=10
+ mkdir build-StackVM
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v9.0.10"`
    set -ex
    cd build-StackVM &&  cygcheck -c -d > cygwinVersions.txt
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd build-StackVM
+ cygcheck -c -d
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v9.0.10"`
    set -ex
    cd build-StackVM && cmake -DFLAVOUR=StackVM -DBUILD_IS_RELEASE=ON -DFEATURE_MESSAGE_COUNT=TRUE  -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd build-StackVM
+ cmake -DFLAVOUR=StackVM -DBUILD_IS_RELEASE=ON -DFEATURE_MESSAGE_COUNT=TRUE -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.10
-- Commit hash db558908 : 2021-11-25 11:12:35 +0100
-- No user build settings.
-- v9.0.10 - Commit: db558908 - Date: 2021-11-25 11:12:35 +0100
-- Building on CYGWIN CMAKE: Adapting paths
-- The C compiler identification is Clang 8.0.1
-- The CXX compiler identification is Clang 8.0.1
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++ - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Building for WINDOWS
-- Full Platform name: Windows-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 4
-- long long 8
-- void* 8
-- Writing libraries to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - not found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - not found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - not found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - not found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Failed
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - not found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining Windows VM to download for code generation
-- C Compiler: /usr/bin/x86_64-w64-mingw32-clang
-- C++ Compiler: /usr/bin/x86_64-w64-mingw32-clang++
-- Resource Compiler: x86_64-w64-mingw32-windres
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
Switched to a new branch 'v3.3-cmake'
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_WIN64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is Clang
-- Found assembler: /usr/bin/x86_64-w64-mingw32-clang
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - not found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - not found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
-- Looking for alloca.h - not found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Failed
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - not found
-- Checking if .eh_frame section is read-only - no
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
Adding third-party libraries for Windows-x86_64: gcc-runtime-3.4
-- Downloading/updating gcc-runtime-3.4
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/gcc-runtime-3.4-download
Scanning dependencies of target gcc-runtime-3.4-download
[ 11%] Creating directories for 'gcc-runtime-3.4-download'
[ 22%] Performing download step (download, verify and extract) for 'gcc-runtime-3.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/gcc-runtime-3.4.zip'
-- [download 8% complete]
-- [download 25% complete]
-- [download 49% complete]
-- [download 74% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/gcc-runtime-3.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'gcc-runtime-3.4-download'
[ 44%] No update step for 'gcc-runtime-3.4-download'
[ 55%] No configure step for 'gcc-runtime-3.4-download'
[ 66%] No build step for 'gcc-runtime-3.4-download'
[ 77%] No install step for 'gcc-runtime-3.4-download'
[ 88%] No test step for 'gcc-runtime-3.4-download'
[100%] Completed 'gcc-runtime-3.4-download'
[100%] Built target gcc-runtime-3.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/gcc-runtime-3.4-src/iconv.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/gcc-runtime-3.4-src/libgcc_s_seh-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/gcc-runtime-3.4-src/libwinpthread-1.dll
-- Downloading Git2 binary
Adding third-party libraries for Windows-x86_64: libgit2-win-1.0.0
-- Downloading/updating libgit2-win-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-win-1.0.0-download
Scanning dependencies of target libgit2-win-1.0.0-download
[ 11%] Creating directories for 'libgit2-win-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-win-1.0.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-win-1.0.0-download/libgit2-win-1.0.0-download-prefix/src/libgit2-win-1.0.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-win-1.0.0.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 15% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 24% complete]
-- [download 27% complete]
-- [download 29% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 43% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 71% complete]
-- [download 73% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 94% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-win-1.0.0-download/libgit2-win-1.0.0-download-prefix/src/libgit2-win-1.0.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-win-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-win-1.0.0-download'
[ 44%] No update step for 'libgit2-win-1.0.0-download'
[ 55%] No configure step for 'libgit2-win-1.0.0-download'
[ 66%] No build step for 'libgit2-win-1.0.0-download'
[ 77%] No install step for 'libgit2-win-1.0.0-download'
[ 88%] No test step for 'libgit2-win-1.0.0-download'
[100%] Completed 'libgit2-win-1.0.0-download'
[100%] Built target libgit2-win-1.0.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-win-1.0.0-src/libgit2-1-0-0.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-win-1.0.0-src/libpcre-1.dll
Adding third-party libraries for Windows-x86_64: libgit2-0.25.1-fixLibGit
-- Downloading/updating libgit2-0.25.1-fixLibGit
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-fixLibGit-download
Scanning dependencies of target libgit2-0.25.1-fixLibGit-download
[ 11%] Creating directories for 'libgit2-0.25.1-fixLibGit-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-fixLibGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-fixLibGit-download/libgit2-0.25.1-fixLibGit-download-prefix/src/libgit2-0.25.1-fixLibGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-0.25.1-fixLibGit.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 6% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 22% complete]
-- [download 25% complete]
-- [download 28% complete]
-- [download 32% complete]
-- [download 38% complete]
-- [download 40% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 62% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 73% complete]
-- [download 75% complete]
-- [download 78% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-fixLibGit-download/libgit2-0.25.1-fixLibGit-download-prefix/src/libgit2-0.25.1-fixLibGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-fixLibGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-fixLibGit-download'
[ 44%] No update step for 'libgit2-0.25.1-fixLibGit-download'
[ 55%] No configure step for 'libgit2-0.25.1-fixLibGit-download'
[ 66%] No build step for 'libgit2-0.25.1-fixLibGit-download'
[ 77%] No install step for 'libgit2-0.25.1-fixLibGit-download'
[ 88%] No test step for 'libgit2-0.25.1-fixLibGit-download'
[100%] Completed 'libgit2-0.25.1-fixLibGit-download'
[100%] Built target libgit2-0.25.1-fixLibGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-fixLibGit-src/libgit2.dll
Adding third-party libraries for Windows-x86_64: zlib-1.2.11-fixLibGit
-- Downloading/updating zlib-1.2.11-fixLibGit
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/zlib-1.2.11-fixLibGit-download
Scanning dependencies of target zlib-1.2.11-fixLibGit-download
[ 11%] Creating directories for 'zlib-1.2.11-fixLibGit-download'
[ 22%] Performing download step (download, verify and extract) for 'zlib-1.2.11-fixLibGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/zlib-1.2.11-fixLibGit-download/zlib-1.2.11-fixLibGit-download-prefix/src/zlib-1.2.11-fixLibGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/zlib-1.2.11-fixLibGit.zip'
-- [download 7% complete]
-- [download 23% complete]
-- [download 50% complete]
-- [download 71% complete]
-- [download 85% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/zlib-1.2.11-fixLibGit-download/zlib-1.2.11-fixLibGit-download-prefix/src/zlib-1.2.11-fixLibGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/zlib-1.2.11-fixLibGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'zlib-1.2.11-fixLibGit-download'
[ 44%] No update step for 'zlib-1.2.11-fixLibGit-download'
[ 55%] No configure step for 'zlib-1.2.11-fixLibGit-download'
[ 66%] No build step for 'zlib-1.2.11-fixLibGit-download'
[ 77%] No install step for 'zlib-1.2.11-fixLibGit-download'
[ 88%] No test step for 'zlib-1.2.11-fixLibGit-download'
[100%] Completed 'zlib-1.2.11-fixLibGit-download'
[100%] Built target zlib-1.2.11-fixLibGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/zlib-1.2.11-fixLibGit-src/zlib1.dll
Adding third-party libraries for Windows-x86_64: openssl-1.0.2q-fixLigGit
-- Downloading/updating openssl-1.0.2q-fixLigGit
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-fixLigGit-download
Scanning dependencies of target openssl-1.0.2q-fixLigGit-download
[ 11%] Creating directories for 'openssl-1.0.2q-fixLigGit-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-fixLigGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-fixLigGit-download/openssl-1.0.2q-fixLigGit-download-prefix/src/openssl-1.0.2q-fixLigGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/openssl-1.0.2q-fixLigGit.zip'
-- [download 0% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 38% complete]
-- [download 41% complete]
-- [download 52% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 78% complete]
-- [download 83% complete]
-- [download 95% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-fixLigGit-download/openssl-1.0.2q-fixLigGit-download-prefix/src/openssl-1.0.2q-fixLigGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-fixLigGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-fixLigGit-download'
[ 44%] No update step for 'openssl-1.0.2q-fixLigGit-download'
[ 55%] No configure step for 'openssl-1.0.2q-fixLigGit-download'
[ 66%] No build step for 'openssl-1.0.2q-fixLigGit-download'
[ 77%] No install step for 'openssl-1.0.2q-fixLigGit-download'
[ 88%] No test step for 'openssl-1.0.2q-fixLigGit-download'
[100%] Completed 'openssl-1.0.2q-fixLigGit-download'
[100%] Built target openssl-1.0.2q-fixLigGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-fixLigGit-src/libeay32.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-fixLigGit-src/ssleay32.dll
Adding third-party libraries for Windows-x86_64: libssh2-1.9.0
-- Downloading/updating libssh2-1.9.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-download
Scanning dependencies of target libssh2-1.9.0-download
[ 11%] Creating directories for 'libssh2-1.9.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libssh2-1.9.0.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 25% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 54% complete]
-- [download 61% complete]
-- [download 71% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 80% complete]
-- [download 84% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.9.0-download'
[ 44%] No update step for 'libssh2-1.9.0-download'
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 66%] No build step for 'libssh2-1.9.0-download'
[ 77%] No install step for 'libssh2-1.9.0-download'
[ 88%] No test step for 'libssh2-1.9.0-download'
[100%] Completed 'libssh2-1.9.0-download'
[100%] Built target libssh2-1.9.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-src/libssh2-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-src/libssh2.dll
Adding third-party libraries for Windows-x86_64: freetype-2.9.1
-- Downloading/updating freetype-2.9.1
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-download
Scanning dependencies of target freetype-2.9.1-download
[ 11%] Creating directories for 'freetype-2.9.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.9.1-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/freetype-2.9.1.zip'
-- [download 3% complete]
-- [download 8% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 22% complete]
-- [download 24% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 35% complete]
-- [download 42% complete]
-- [download 46% complete]
-- [download 50% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 62% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 73% complete]
-- [download 78% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 97% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.9.1-download'
[ 44%] No update step for 'freetype-2.9.1-download'
[ 55%] No configure step for 'freetype-2.9.1-download'
[ 66%] No build step for 'freetype-2.9.1-download'
[ 77%] No install step for 'freetype-2.9.1-download'
[ 88%] No test step for 'freetype-2.9.1-download'
[100%] Completed 'freetype-2.9.1-download'
[100%] Built target freetype-2.9.1-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-src/libfreetype-6.dll
Adding third-party libraries for Windows-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-download
Scanning dependencies of target pixman-0.34.0-download
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/pixman-0.34.0.zip'
-- [download 2% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 10% complete]
-- [download 17% complete]
-- [download 29% complete]
-- [download 34% complete]
-- [download 37% complete]
-- [download 45% complete]
-- [download 54% complete]
-- [download 63% complete]
-- [download 73% complete]
-- [download 75% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 89% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 66%] No build step for 'pixman-0.34.0-download'
[ 77%] No install step for 'pixman-0.34.0-download'
[ 88%] No test step for 'pixman-0.34.0-download'
[100%] Completed 'pixman-0.34.0-download'
[100%] Built target pixman-0.34.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-src/libpixman-1-0.dll
Adding third-party libraries for Windows-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-download
Scanning dependencies of target cairo-1.15.4-download
[ 11%] Creating directories for 'cairo-1.15.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/cairo-1.15.4.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 5% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 13% complete]
-- [download 15% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 31% complete]
-- [download 49% complete]
-- [download 54% complete]
-- [download 57% complete]
-- [download 75% complete]
-- [download 78% complete]
-- [download 80% complete]
-- [download 83% complete]
-- [download 87% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src/libbz2-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src/libcairo-2.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src/libexpat-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src/libfontconfig-1.dll
Adding third-party libraries for Windows-x86_64: libpng-1.6.34
-- Downloading/updating libpng-1.6.34
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.34-download
Scanning dependencies of target libpng-1.6.34-download
[ 11%] Creating directories for 'libpng-1.6.34-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.34-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.34-download/libpng-1.6.34-download-prefix/src/libpng-1.6.34.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libpng-1.6.34.zip'
-- [download 2% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 29% complete]
-- [download 43% complete]
-- [download 80% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.34-download/libpng-1.6.34-download-prefix/src/libpng-1.6.34.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.34-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.6.34-download'
[ 44%] No update step for 'libpng-1.6.34-download'
[ 55%] No configure step for 'libpng-1.6.34-download'
[ 66%] No build step for 'libpng-1.6.34-download'
[ 77%] No install step for 'libpng-1.6.34-download'
[ 88%] No test step for 'libpng-1.6.34-download'
[100%] Completed 'libpng-1.6.34-download'
[100%] Built target libpng-1.6.34-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.34-src/libpng16-16.dll
-- Downloading SDL2 binary
Adding third-party libraries for Windows-x86_64: SDL2-2.0.5
-- Downloading/updating SDL2-2.0.5
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.5-download
Scanning dependencies of target SDL2-2.0.5-download
[ 11%] Creating directories for 'SDL2-2.0.5-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.5-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.5-download/SDL2-2.0.5-download-prefix/src/SDL2-2.0.5.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/SDL2-2.0.5.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 74% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 86% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.5-download/SDL2-2.0.5-download-prefix/src/SDL2-2.0.5.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.5-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.5-download'
[ 44%] No update step for 'SDL2-2.0.5-download'
[ 55%] No configure step for 'SDL2-2.0.5-download'
[ 66%] No build step for 'SDL2-2.0.5-download'
[ 77%] No install step for 'SDL2-2.0.5-download'
[ 88%] No test step for 'SDL2-2.0.5-download'
[100%] Completed 'SDL2-2.0.5-download'
[100%] Built target SDL2-2.0.5-download
-- /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.5-src/SDL2.dll
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v9.0.10"`
    set -ex
    cd build-StackVM && VERBOSE=1 make install package
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd build-StackVM
+ VERBOSE=1
+ make install package
/usr/bin/cmake.exe -S/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository -B/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  0%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/closures.c
In file included from /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/closures.c:525:
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/dlmalloc.c:452:9: warning: 'WIN32_LEAN_AND_MEAN' macro redefined [-Wmacro-redefined]
#define WIN32_LEAN_AND_MEAN
        ^
<command line>:12:9: note: previous definition is here
#define WIN32_LEAN_AND_MEAN 1
        ^
1 warning generated.
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
  ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here
size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
                                                       ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
  ffi_java_ptrarray_to_raw (cif, avalue, raw);
  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
                                                                                            ^
2 warnings generated.
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/prep_cif.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/raw_api.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/types.c
[  3%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.obj
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include   -o CMakeFiles/objlib.dir/src/x86/win64.S.obj -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/x86/win64.S
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src/src/x86/ffiw64.c
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  4%] Built target objlib
make  -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-src /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  5%] Linking C shared library ../build/vm/ffi.dll
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build && /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o ../build/vm/ffi.dll -Wl,--out-implib,../build/vm/libffi.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/win64.S.obj CMakeFiles/objlib.dir/src/x86/ffiw64.c.o 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  5%] Built target ffi_shared
make  -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  6%] Copying libffi binaries to '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/ffi.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  6%] Built target libffi_copy
make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  6%] Creating directories for 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/tmp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  7%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/win/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 34% complete]
-- [download 37% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip'
-- Downloading... done
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip'
     dst='C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  7%] No patch step for 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E echo_append
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  8%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

[  8%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  9%] Performing build step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[  9%] Built target build_vmmaker_get_vm-build
make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 10%] Creating directories for 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/tmp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 10%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- Downloading... done
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
     dst='C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 10%] No patch step for 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E echo_append
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 11%] Performing update step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && echo

[ 12%] Performing configure step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && echo

cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 13%] Performing build step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image --no-default-preferences save VMMaker
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit C:/builds/workspace/pharo-vm_v9.0.10/repository/scripts/installVMMaker.st C:/builds/workspace/pharo-vm_v9.0.10/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v9.0.10\repository\smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 13%] Performing install step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && echo

cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 14%] Completed 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_image-complete
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 14%] Built target build_vmmaker_get_image
make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 14%] Generating VM files for flavour: StackVM
C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'StackVM' outputDirectory: 'C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM'"
Generating #StackVM in 'C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM'...

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO
25 November 2021 3:31:09.811562 am
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 3:31:10.32135 am

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO
25 November 2021 3:31:24.821317 am
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
25 November 2021 3:31:25.337931 am
PharoVMMaker
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/debug.c
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c:549:13: warning: incompatible pointer types passing 'TCHAR *' (aka 'unsigned short *') to parameter of type 'char *' [-Wincompatible-pointer-types]
  vsnprintf(buf, 4096-1, fmt, args);
            ^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:450:22: note: passing argument to parameter '__stream' here
int vsnprintf (char *__stream, size_t __n, const char *__format, __builtin_va_list __local_argv)
                     ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/utils.c:552:32: warning: incompatible pointer types passing 'const char *' to parameter of type 'LPCWSTR' (aka 'const unsigned short *') [-Wincompatible-pointer-types]
  result = MessageBox(NULL,buf,titleString,dwFlags|MB_SETFOREGROUND);
                               ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winuser.h:3712:70: note: passing argument to parameter 'lpCaption' here
  WINUSERAPI int WINAPI MessageBoxW(HWND hWnd,LPCWSTR lpText,LPCWSTR lpCaption,UINT uType);
                                                                     ^
2 warnings generated.
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/errorCode.c
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/externalPrimitives.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/client.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/pathUtilities.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/parameterVector.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/parameters.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogCommon.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/stringUtilities.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/imageAccess.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/platformSemaphore.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveUtils.c
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/utils.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/semaphores/pharoSemaphore.c
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/threadSafeQueue/threadSafeQueue.c
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/pThreadedFFI.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/worker.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerPrimitives.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerTask.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2725:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2726:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2746:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2760:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2774:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2788:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2802:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2816:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2830:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2844:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2858:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2872:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2886:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2900:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2914:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2928:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2942:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2956:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2971:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2972:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2973:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2988:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2989:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2990:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3005:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3006:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3007:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3022:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3023:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3024:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3039:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3040:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3041:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3056:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3057:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3058:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3073:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3074:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3075:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3090:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3092:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3107:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3108:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3109:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3124:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3125:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3126:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3141:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3142:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3143:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3158:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3159:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3160:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3174:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3175:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3176:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3190:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3191:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3192:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3206:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3207:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3208:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3222:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3223:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3224:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4444:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4500:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4501:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4504:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4520:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4521:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4524:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4540:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4541:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4544:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4560:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4561:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4564:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4580:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4581:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4584:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4600:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4601:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4604:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4620:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4621:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4624:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4640:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4641:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4644:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4660:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(localFP + FoxReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4753:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4796:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4815:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4832:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4834:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4867:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4868:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                         && (home == (longAt(theFP1 + FoxThisContext)))) {
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4872:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4873:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                theMethod1 = longAt(theFP1 + FoxMethod);
                                                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4885:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                ctxtOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4893:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                                      ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4895:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                senderContext = longAt(theFPAbove + FoxCallerContext);
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4930:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4932:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4950:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4952:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4977:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4978:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                contextToReturnTo = longAt(theFP + FoxCallerContext);
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4981:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5030:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5032:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5054:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        currentCtx = longAt(((GIV(stackPage)->baseFP)) + FoxCallerContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5069:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        currentCtx = longAt(((thePage->baseFP)) + FoxCallerContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5106:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5108:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5113:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(method) = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5194:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5198:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        contextToReturnTo = longAt(localFP + FoxCallerContext);
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5227:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5246:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5248:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                ourContext = longAt(localFP + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5280:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        GIV(method) = longAt(localFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5298:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5299:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localSP = localFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((localFP + FoxFrameFlags) + 1))) << (shiftForWord())))));
                                                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5302:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(method) = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5340:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5342:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ourContext = longAt(localFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5375:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5381:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        object1 = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5382:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5383:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5430:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5473:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5474:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5477:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5602:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5603:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5606:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5787:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5788:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5872:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5873:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5890:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                   ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5892:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                   ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5943:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5944:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6001:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6034:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6038:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                object3 = longAt(spouseFP + FoxCallerContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6042:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6044:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6156:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6240:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6241:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6439:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6441:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ourContext = longAt(localFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6571:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6572:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6573:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6596:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6597:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6598:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6633:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6634:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6635:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6683:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6685:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        context = longAt(localFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6988:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6989:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7200:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7205:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7206:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7342:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7347:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7348:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8417:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8422:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8423:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8574:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8579:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8580:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8718:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8726:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8764:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8770:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8771:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8837:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8838:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8879:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8880:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9792:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9793:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9843:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9844:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10156:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10158:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10208:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10360:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10365:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10366:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10502:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10507:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10508:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11576:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11581:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11582:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11733:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11738:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11739:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11877:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11885:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11923:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11929:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11930:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11996:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11997:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12038:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12039:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12886:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12887:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12937:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12938:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13151:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13248:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13281:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13285:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        object = longAt(spouseFP + FoxCallerContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13289:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13291:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13374:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13375:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13376:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13550:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13641:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13642:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13749:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13833:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13834:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13958:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13959:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13962:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13986:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14070:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14071:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14193:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14194:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14197:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14274:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14276:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                context = longAt(localFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14332:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        valuePointer = longAt(localFP + FoxReceiver);
                                                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14382:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14384:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        context = longAt(localFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13534:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15282:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15314:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15315:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15349:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15378:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15379:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15427:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15432:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15439:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15468:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15484:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15504:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15505:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15528:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15529:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15554:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15558:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15566:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15566:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15588:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15589:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15609:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15622:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15637:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15640:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15668:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15669:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15796:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15826:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15827:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15828:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15987:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16038:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16042:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16043:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16266:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16338:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16340:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16341:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16343:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16347:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16383:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16445:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16509:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16526:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16527:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16534:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16567:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16629:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16693:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16710:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16711:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16718:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16736:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16744:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16782:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16804:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16819:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16857:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16885:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16886:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16893:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17022:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17040:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17041:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17048:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17083:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17099:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17104:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17108:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17123:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17193:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17205:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17246:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17264:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17301:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17369:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17414:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17497:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17526:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17567:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17567:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17571:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17577:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17580:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17589:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17593:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17648:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17686:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17689:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17689:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17693:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17699:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17702:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17711:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17715:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17770:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17792:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17825:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17830:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17840:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17843:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17847:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17853:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17865:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17869:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17914:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17938:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17972:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17973:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17986:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18052:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18059:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18065:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18103:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18111:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18114:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18161:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18181:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18182:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18272:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18287:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18302:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18333:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18334:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18432:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18433:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18437:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18441:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18477:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18507:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18507:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18512:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18537:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18553:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18574:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18612:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18613:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18633:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18656:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18657:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18687:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18718:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18719:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18724:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18751:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18757:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18762:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18778:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18779:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18782:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18791:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18810:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18811:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18814:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18835:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18876:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18898:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18981:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18984:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18987:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18987:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19008:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19011:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19014:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19018:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19083:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19111:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19112:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19215:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19216:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19268:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19275:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19276:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19301:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19312:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19346:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19347:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19434:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19463:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19464:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19544:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19575:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19576:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19656:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19687:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19688:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19768:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19799:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19800:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19880:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19911:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19912:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19992:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20022:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20023:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20102:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20131:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20132:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20212:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20242:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20243:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20322:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20528:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20532:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20544:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20545:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20546:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20651:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20683:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20708:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20711:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20711:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20715:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20721:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20733:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20737:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20749:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20799:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20824:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20827:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20827:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20831:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20837:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20840:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20849:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20853:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20865:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20915:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20937:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20959:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20964:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20972:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20975:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20975:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20979:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20985:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20988:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20997:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21001:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21013:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21050:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21100:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21123:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21137:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21141:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21180:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21198:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21340:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21413:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21426:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21427:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21430:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21454:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21455:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21458:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21473:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21474:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21477:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21501:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21502:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21505:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21520:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21533:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21551:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21576:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21594:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21600:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21624:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21641:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21642:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21653:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21670:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21696:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21720:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21757:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21809:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21832:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21846:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21918:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21919:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21948:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21964:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21978:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21994:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22015:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22026:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22064:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22065:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22066:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22111:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22129:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22144:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22162:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22198:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22224:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22261:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22277:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22354:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22361:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22365:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22368:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22371:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22430:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22444:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22447:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22450:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22450:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22454:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22471:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22474:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22477:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22481:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22515:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22533:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22542:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22581:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22582:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22585:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22609:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22610:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22613:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22628:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22629:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22632:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22656:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22657:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22660:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22692:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22719:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22732:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22761:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22801:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22836:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22839:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22853:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22897:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22915:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22958:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22959:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23010:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23023:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23052:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23067:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23079:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23079:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23084:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23115:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23116:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23141:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23159:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23175:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23208:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23231:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23232:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23253:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23269:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23272:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23279:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23309:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23310:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23318:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23428:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23441:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23444:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23451:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23478:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23546:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23549:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23562:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23586:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23647:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23650:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23663:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23686:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23769:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23792:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23795:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23801:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23816:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23817:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23829:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23848:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23849:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23852:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23874:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23875:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23923:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23943:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23951:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), longAt((thisReceiver + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23968:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23969:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23978:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24013:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24070:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24071:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24076:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24077:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24078:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24320:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24322:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24374:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24375:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24407:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24408:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24431:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24438:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24475:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24490:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24490:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24537:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24551:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24554:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24557:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24557:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24561:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24578:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24581:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24584:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24588:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24655:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24656:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24657:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24680:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24683:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24687:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24714:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24727:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24727:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24774:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24788:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24791:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24794:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24794:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24798:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24815:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24821:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24825:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24867:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24892:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24913:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24956:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24988:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25008:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25024:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25060:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25091:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25092:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25110:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25127:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25172:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25173:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25190:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25212:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25345:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25365:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25389:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25393:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25406:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25422:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25438:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25458:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25475:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25505:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25519:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25529:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25540:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25559:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25595:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25661:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25662:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25664:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25672:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25676:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25697:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25713:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25750:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25768:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25830:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25884:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25890:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25906:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25926:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25927:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25937:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25965:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25987:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26003:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26019:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26035:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26066:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        synchronousSignal(longAt(GIV(stackPointer)));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26081:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26116:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26139:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26198:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26210:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26212:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26215:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26249:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26255:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26256:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26305:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26310:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26330:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26354:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26369:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26409:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26426:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26465:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26480:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26526:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26551:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26566:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26606:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26624:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26640:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26642:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26661:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26701:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26716:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26756:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26783:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26798:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26838:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26865:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26880:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26920:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26947:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26962:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27002:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27063:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27078:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27118:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27143:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27158:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27198:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27217:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27248:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27295:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27310:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27350:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27368:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27378:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27416:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27472:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27482:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27501:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27515:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27531:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27586:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27587:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27590:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27606:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27607:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27608:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27647:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27648:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27782:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27813:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27814:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27815:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27982:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28022:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28023:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28024:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28025:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28026:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28091:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28138:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28292:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28324:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28325:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28359:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28386:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28389:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28550:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28580:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28581:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28586:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28613:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28619:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28624:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28642:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28662:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28682:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28698:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28701:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28717:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28771:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28930:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28955:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28990:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29017:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29051:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29072:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29112:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29122:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29138:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34348:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39458:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41272:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41337:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42641:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42854:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46764:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:532:31: note: passing argument to parameter '_Memory' here
  void *__cdecl realloc(void *_Memory,size_t _NewSize);
                              ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46764:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47201:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47222:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48254:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50706:108: warning: passing 'usqInt *' (aka 'unsigned long long *') to parameter of type 'sqInt *' (aka 'long long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51167:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51906:7: warning: implicitly declaring library function 'setjmp' with type 'int (_JBTYPE *)' (aka 'int (struct _SETJMP_FLOAT128 *)') [-Wimplicit-function-declaration]
        if ((setjmp(GIV(jmpBuf)[GIV(jmpDepth)])) == 0) {
             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51906:7: note: include the header <setjmp.h> or explicitly provide a declaration for 'setjmp'
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52403:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52405:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52406:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((byteAt((maybeFP + FoxFrameFlags) + 2)) != 0))))) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52413:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52575:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52581:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52583:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52585:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ok = ok && (checkOkayFields(longAt(theFP + FoxMethod)));
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52586:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52594:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52706:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52714:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52715:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52740:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52746:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52752:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52825:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return (((usqInt) ((theFP + FoxReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52849:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52862:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52925:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        encodedip = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53119:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53175:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53207:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53209:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeContext = longAt(GIV(framePointer) + FoxThisContext);
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53244:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53251:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53253:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53261:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53284:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53285:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53298:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((longAt(calleeFP + FoxCallerContext)) & (tagMask())) == 0)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53299:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (oopisLessThan(longAt(calleeFP + FoxCallerContext), GIV(newSpaceLimit)))) {
                     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2674:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53306:107: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), longAt(calleeFP + FoxCallerContext));
                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53469:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53492:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53496:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return longAt(theFP + FoxCallerContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53499:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53501:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53862:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53910:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53914:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerCtx = longAt(theFP + FoxCallerContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53918:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53920:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53929:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53943:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53964:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53982:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53987:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53990:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54015:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54189:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54190:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54199:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54205:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54211:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54216:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54330:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54334:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                return longAt(spouseFP + FoxCallerContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54337:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54339:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54356:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((offset - (ReceiverIndex + 1)) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54357:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54358:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54533:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54623:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54624:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54628:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         || ((byteAt((theFP + FoxFrameFlags) + 3)) != 0))) {
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54629:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theMethod1 = longAt(theFP + FoxMethod);
                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54639:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54641:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54647:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54649:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        senderContext1 = longAt(theFPAbove + FoxCallerContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54802:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54882:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54885:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54888:144: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54889:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54902:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54905:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54910:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55016:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55019:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxReceiver, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55021:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55022:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55023:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55023:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55025:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55042:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, (oop = newOop));
                                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55045:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55047:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55050:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55052:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55057:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        oop = longAt(theFP + FoxCallerContext);
                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55071:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(theFP + FoxCallerContext, aValue);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55143:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxCallerContext);
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55150:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55160:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (byteAt((theFP + FoxFrameFlags) + 2)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55170:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (byteAt((theFP + FoxFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55180:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55187:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55197:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return byteAt((theFP + FoxFrameFlags) + 1);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55216:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55233:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55602:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55614:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55616:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxReceiver)) & (tagMask())) == 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55617:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (((((usqInt) (longAt(longAt(GIV(framePointer) + FoxReceiver)))) >> (formatShift())) & (formatMask())) <= 5 /* lastPointerFormat */)) {
                                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55618:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(longAt(GIV(framePointer) + FoxReceiver), 0);
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55640:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55687:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55688:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55697:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55701:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(theFP + FoxCallerContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55705:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55707:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55860:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55933:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55945:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55956:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55957:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55960:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                (((usqInt)(((theIP - (longAt(spouseFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1));
                                             ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56004:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56044:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56232:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56233:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((byteAt((maybeFrame + FoxFrameFlags) + 2)) != 0)) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56235:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56249:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56311:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56312:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((byteAt((theFrame + FoxFrameFlags) + 2)) != 0)) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56315:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57361:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(pointer, maybeClosure);
                          ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57376:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(pointer, rcvr);
                          ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57379:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57385:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57386:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57389:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57390:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57407:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57412:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57649:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57652:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57656:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57657:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57658:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57658:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57665:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57668:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                                                ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57668:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57670:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57670:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57672:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57672:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57675:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57683:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57686:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57744:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                context = longAt(theFP + FoxCallerContext);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57790:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57803:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57810:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57812:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57814:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                markAndTrace(longAt(theFP + FoxMethod));
                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57815:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57823:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57836:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57902:104: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((anOop == ((((usqInt)((((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1))) << 3) | 1)))
                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57910:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (longAt(theFP + FoxMethod))) {
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57913:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57914:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (anOop == (longAt(theFP + FoxCallerContext))) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57919:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57919:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57920:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57920:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57928:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57936:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57970:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57981:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58014:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodObj = longAt(theFP + FoxMethod);
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58019:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58020:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numStack = (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58021:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58022:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                closureOrNil = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58039:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = pointerForOop(longAt(theFP + FoxSavedFP));
                                     ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58048:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valuePointer4 = longAt(theFP + FoxMethod);
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58055:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valuePointer5 = longAt(theFP + FoxReceiver);
                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58061:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt((theFP + FoxCallerSavedIP) + (((numArgs - i) + 1) * BytesPerWord)));
                                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58070:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58072:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        byteAtput((theFP + FoxFrameFlags) + 2, 1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58260:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58279:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58295:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58324:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58340:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58433:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58437:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58437:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58452:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58455:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58456:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58461:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58461:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58462:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58466:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58470:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58471:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((fpInNewPage + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58473:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58532:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (offset < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58533:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58534:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58549:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58551:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58555:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58642:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58674:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58699:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58830:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58837:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58843:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58853:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58925:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(messageCount) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59387:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ctxt = longAt(theFP + FoxCallerContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59553:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59554:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59555:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord), printShort);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59575:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59585:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printNum(byteAt((theFP + FoxFrameFlags) + 1));
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59586:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        print(((byteAt((theFP + FoxFrameFlags) + 2)) != 0
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59589:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        print(((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59604:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59662:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59698:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59785:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59796:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)
                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59834:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theMethod = longAt(theFP + FoxMethod);
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59836:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59848:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61365:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61367:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61369:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61375:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61376:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61378:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61384:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61386:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61391:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61399:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61401:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61403:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59879:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61496:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61508:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61519:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61533:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61843:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62162:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62168:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62171:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62210:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62413:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62428:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62497:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62534:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62538:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62541:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62543:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62601:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62859:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62864:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62868:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62872:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62877:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62888:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62891:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62894:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62894:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62898:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62918:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62921:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62925:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63016:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63020:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63024:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63028:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63032:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63043:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63046:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63049:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63049:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63053:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63070:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63073:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63076:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63080:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63351:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63352:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63415:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63420:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63420:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63420:160: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63421:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63422:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63439:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63496:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63501:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        caller = longAt(theFP + FoxCallerContext);
                        ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63761:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63838:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63845:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63856:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63859:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63862:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63862:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63866:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63883:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63886:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63889:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63893:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64320:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64332:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64400:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64495:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64512:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64577:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64585:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64595:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64934:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64938:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(theFP + FoxCallerContext, anOop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64942:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64946:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(theFP + FoxCallerContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64950:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64952:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64994:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(theMovedFP + FoxCallerContext, anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65223:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65247:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65249:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeContext = longAt(GIV(framePointer) + FoxThisContext);
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65355:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65367:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65488:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65491:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        tempIndex = byteAt((theFP + FoxFrameFlags) + 1);
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65502:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65503:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2674:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65510:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                 ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65522:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65523:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2674:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65530:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65549:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65549:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                                                                      ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65550:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                         ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65550:78: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                                                                    ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65606:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        senderContextOrNil = longAt(theFP + FoxCallerContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65977:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65924:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66057:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                valuePointer2 = (i < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66058:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66059:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66111:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66133:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66141:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66149:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66165:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66173:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66174:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66189:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1498:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66246:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66268:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66275:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66282:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66302:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66311:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66325:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66333:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66334:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66339:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66342:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66364:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66366:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66405:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66415:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66418:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66435:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1498:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66441:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66443:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2586:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66452:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2586:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66503:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66506:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAt(theFP + FoxCallerContext))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66507:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66510:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66519:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return longAt(theFP + FoxMethod);
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66522:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66524:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                (numArgs = byteAt((theFP + FoxFrameFlags) + 1)),
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66525:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66530:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return longAt(theFP + FoxReceiver);
                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66535:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((index - CtxtTempFrameStart) < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66536:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66537:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)));
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66567:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66631:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66637:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66646:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66652:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66658:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66664:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66673:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66679:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66689:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66691:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66700:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:50:76: note: passing argument to parameter '_Src' here
  void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66702:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66709:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66716:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66788:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66807:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:50:45: note: passing argument to parameter '_Dst' here
  void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
                                            ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67454:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67478:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67502:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67525:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        copiedValues = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67566:125: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((newClosure1 + BaseHeaderSize) + (((sqInt)((usqInt)(ClosureOuterContextIndex) << (shiftForWord())))), longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                                                                                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67581:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newClosure);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67628:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67636:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67755:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67858:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67872:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67873:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67874:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67876:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67911:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67913:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67915:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68069:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68083:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68084:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68087:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68090:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68117:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68201:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68225:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68238:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68254:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68334:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68336:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68514:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68520:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68532:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68554:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68558:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68562:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68566:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68619:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68621:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68656:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68658:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68675:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68687:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68748:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68752:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68756:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68759:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68740:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68805:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68818:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68880:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68894:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68897:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68900:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68900:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68921:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68924:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68927:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68931:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68999:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69001:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69026:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69035:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69042:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69105:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69119:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69122:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69125:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69146:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69149:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69152:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69156:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69440:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69458:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69470:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69473:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69491:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69512:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69519:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40112:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69580:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69598:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69614:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69630:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69697:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69725:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69743:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69759:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69761:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69777:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69841:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69870:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69876:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69905:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69907:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69937:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69938:83: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(198, longAt(theFP + FoxCallerContext), stopContext);
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69942:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69946:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69947:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69951:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69952:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        theMethod = longAt(theFP1 + FoxMethod);
                                                           ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69962:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69964:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69972:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69974:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        senderContext = longAt(theFPAbove + FoxCallerContext);
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70001:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70020:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oldMethod = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70050:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70099:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70107:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70425:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70448:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70450:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70573:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70575:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70577:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70727:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70748:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70750:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70808:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70824:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70826:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70845:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70866:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70868:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70925:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70941:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70943:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70960:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70981:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70983:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71040:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71056:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71058:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71075:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71096:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71098:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71154:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71170:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71172:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71189:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71210:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71212:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71269:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71285:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71287:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71304:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71325:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71327:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71384:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71400:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71402:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71419:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71439:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71441:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71497:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71512:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71514:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71530:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71551:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71553:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71612:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71628:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71630:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71649:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71670:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71672:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71729:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71745:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71747:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71764:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71784:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71786:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71841:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71856:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71858:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71874:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71895:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71897:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71956:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71972:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71974:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71993:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72030:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72032:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72077:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72113:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72122:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72146:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72148:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72204:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72219:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72221:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72258:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72260:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72319:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72335:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72337:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72356:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72377:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72379:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72452:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72454:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72471:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72491:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72493:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72563:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72565:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72581:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72650:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72668:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72725:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72728:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72756:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72777:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72787:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72798:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72804:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72840:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72842:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72845:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72845:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72863:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72863:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72865:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72918:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72932:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72935:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72942:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72959:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72962:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72965:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73009:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73017:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73052:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73091:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73128:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73130:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73199:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73201:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73287:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73289:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73338:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73358:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73371:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73384:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73400:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73447:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73449:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73451:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73505:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73597:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73616:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73630:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73649:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73680:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73682:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73684:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73752:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73769:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73771:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73773:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73802:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73823:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73825:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73827:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73886:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73902:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73904:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73906:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73925:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73946:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73948:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73950:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74009:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74025:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74027:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74029:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74069:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74071:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74073:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74131:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74147:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74149:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74151:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74170:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74192:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74194:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74196:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74256:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74273:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74275:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74277:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74297:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74319:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74321:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74323:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74400:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74402:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74404:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74424:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74445:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74447:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74449:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74507:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74523:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74525:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74527:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74545:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74566:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74568:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74570:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74631:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74647:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74649:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74651:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74672:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74693:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74695:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74697:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74758:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74774:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74776:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74778:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74799:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74820:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74822:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74824:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74897:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74899:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74901:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74919:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74941:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74943:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74945:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75015:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75032:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75034:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75036:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75066:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75092:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75094:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75199:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75201:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75203:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75266:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75282:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75284:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75286:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75309:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75330:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75332:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75334:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75395:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75411:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75413:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75415:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75457:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75459:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75461:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75522:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75538:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75540:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75542:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75584:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75586:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75588:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75650:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75666:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75668:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75670:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75693:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75748:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75759:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75802:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75804:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75812:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75822:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75824:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                newSP = (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75828:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75828:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75830:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75830:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75831:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75855:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                currentCtx = longAt(theFP + FoxCallerContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75896:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75937:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75949:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
(frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)) - BytesPerWord;
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75950:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75950:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75950:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75967:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                currentCtx = longAt(theFP1 + FoxCallerContext);
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76000:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(theFP + FoxCallerContext, aContextOrNil);
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76162:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76183:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76188:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76396:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76430:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76554:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76566:90: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theSP = (theFPAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFPAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76567:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76569:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76723:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1836:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76731:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type '_JBTYPE *' (aka 'struct _SETJMP_FLOAT128 *') [-Wint-conversion]
        longjmp(aJumpBuf, 1);
                ^~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/setjmp.h:203:92: note: passing argument to parameter '_Buf' here
_CRTIMP __MINGW_ATTRIB_NORETURN __attribute__ ((__nothrow__)) void __cdecl longjmp(jmp_buf _Buf,int _Value);
                                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76747:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76906:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                flags = longAt(theFP + FoxFrameFlags);
                                               ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76908:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxFrameFlags, flags - 2);
                                                  ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76910:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14623:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30248:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30356:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30368:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30587:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30648:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30727:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31128:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31378:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33247:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33362:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34215:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34226:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34252:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34284:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34857:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34919:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34926:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36249:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36386:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37498:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37505:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37713:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38077:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38139:1: warning: unused function 'firstStringyFakeFormat' [-Wunused-function]
firstStringyFakeFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38392:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38402:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38413:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38439:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38449:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38460:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38678:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38775:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38848:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38855:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39921:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39928:1: warning: unused function 'isContextNonImm' [-Wunused-function]
isContextNonImm(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39946:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39969:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40005:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40025:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40050:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40057:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40072:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40095:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40102:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40137:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40152:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40159:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40166:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40185:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40196:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40310:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40320:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40327:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40387:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40534:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40672:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40681:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40792:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43132:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43349:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47489:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47557:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48565:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48646:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48689:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49486:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49497:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49763:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50620:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50685:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50780:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50830:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50845:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50968:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50989:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51291:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51757:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52774:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52916:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53019:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55141:1: warning: unused function 'frameCallerContext' [-Wunused-function]
frameCallerContext(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55148:1: warning: unused function 'frameContext' [-Wunused-function]
frameContext(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55158:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55168:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55178:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55185:1: warning: unused function 'frameMethod' [-Wunused-function]
frameMethod(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55195:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55214:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55306:1: warning: unused function 'getDesiredCogCodeSize' [-Wunused-function]
getDesiredCogCodeSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55837:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55858:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56108:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56127:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56141:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58087:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58223:1: warning: unused function 'methodHeaderIndicatesLargeFrame' [-Wunused-function]
methodHeaderIndicatesLargeFrame(sqInt methodHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58542:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58937:1: warning: unused function 'printActivationNameForSelectorstartClass' [-Wunused-function]
printActivationNameForSelectorstartClass(sqInt aSelector, sqInt startClass)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61494:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62766:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63914:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64354:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64385:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64448:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65547:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65574:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
1844 warnings generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'void (sqInt)' (aka 'void (long long)') [-Wincompatible-pointer-types]
        VM->push = push;
                 ^ ~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible pointer types assigning to 'sqInt (*)(double)' (aka 'long long (*)(double)') from 'void (double)' [-Wincompatible-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long long, long long, long long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long long, long long, void *)') [-Wincompatible-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long long (void)') [-Wincompatible-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible pointer types assigning to 'sqInt (*)(char *)' (aka 'long long (*)(char *)') from 'sqInt (const char *)' (aka 'long long (const char *)') [-Wincompatible-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long long (void *)') [-Wincompatible-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long long (void *)') [-Wincompatible-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible pointer types assigning to 'sqInt (*)(int)' (aka 'long long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'void (sqInt)' (aka 'void (long long)') [-Wincompatible-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 warnings generated.
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:73:9: warning: 'max' macro redefined [-Wmacro-redefined]
#define max(a,b) (a > b ? a : b)
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:173:9: note: previous definition is here
#define max(a, b) (((a) > (b)) ? (a) : (b))
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:74:9: warning: 'min' macro redefined [-Wmacro-redefined]
#define min(a,b) (a < b ? a : b)
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:177:9: note: previous definition is here
#define min(a, b) (((a) < (b)) ? (a) : (b))
        ^
2 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/sqWin32SpurAlloc.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/sqWin32SpurAlloc.c:95:9: warning: incompatible pointer to integer conversion returning 'char *' from a function with result type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        return alloc;
               ^~~~~
1 warning generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/aioWin.c
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebug.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebug.c:514:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if(errorLog = getErrorLogFile()){
           ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebug.c:514:14: note: place parentheses around the assignment to silence this warning
        if(errorLog = getErrorLogFile()){
                    ^
           (                           )
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebug.c:514:14: note: use '==' to turn this assignment into an equality comparison
        if(errorLog = getErrorLogFile()){
                    ^
                    ==
1 warning generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebugMenu.c
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win/winDebugWindow.c
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/fileDialogWin32.c
[ 38%] Building RC object CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res
x86_64-w64-mingw32-windres -O coff -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win   /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/PharoDLL.rc CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res
[ 38%] Linking C shared library build/vm/PharoVMCore.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/PharoVMCore.dll -Wl,--out-implib,build/vm/libPharoVMCore.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res  build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 38%] Built target PharoVMCore
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:295:24: warning: implicit declaration of function 'isFileHandleATTY' is invalid in C99 [-Wimplicit-function-declaration]
        file->isStdioStream = isFileHandleATTY(handle);
                              ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:342:9: warning: implicit declaration of function 'fileHandleType' is invalid in C99 [-Wimplicit-function-declaration]
        return fileHandleType(_get_osfhandle(fdNum));
               ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:342:24: warning: implicit declaration of function '_get_osfhandle' is invalid in C99 [-Wimplicit-function-declaration]
        return fileHandleType(_get_osfhandle(fdNum));
                              ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:484:48: warning: passing 'LONG *' (aka 'long *') to parameter of type 'LPDWORD' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
  ofs.li.LowPart = GetFileSize(FILE_HANDLE(f), &ofs.li.HighPart);
                                               ^~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/fileapi.h:65:62: note: passing argument to parameter 'lpFileSizeHigh' here
  WINBASEAPI DWORD WINAPI GetFileSize (HANDLE hFile, LPDWORD lpFileSizeHigh);
                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:555:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
5 warnings generated.
[ 39%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/sqWin32Directory.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/sqWin32Directory.c:30:9: warning: 'S_IRUSR' macro redefined [-Wmacro-redefined]
#define S_IRUSR 0400
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:152:9: note: previous definition is here
#define S_IRUSR         _S_IRUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/sqWin32Directory.c:31:9: warning: 'S_IWUSR' macro redefined [-Wmacro-redefined]
#define S_IWUSR 0200
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:151:9: note: previous definition is here
#define S_IWUSR         _S_IWUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/win/sqWin32Directory.c:32:9: warning: 'S_IXUSR' macro redefined [-Wmacro-redefined]
#define S_IXUSR 0100
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:150:9: note: previous definition is here
#define S_IXUSR         _S_IXUSR
        ^
3 warnings generated.
[ 39%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/fileUtilsWin.c
[ 40%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'sqInt (*)(int)' (aka 'long long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
8 warnings generated.
[ 40%] Linking C shared library build/vm/FilePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/FilePlugin.dll -Wl,--out-implib,build/vm/libFilePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 41%] Built target FilePlugin
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 41%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:23:
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:734:9: warning: unused function 'readdir' [-Wunused-function]
        readdir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:455:9: warning: unused function '_wreaddir' [-Wunused-function]
        _wreaddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:877:9: warning: unused function 'rewinddir' [-Wunused-function]
        rewinddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:888:9: warning: unused function 'scandir' [-Wunused-function]
        scandir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1040:9: warning: unused function 'versionsort' [-Wunused-function]
        versionsort(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:324:1: warning: unused function 'convertWinToSqueakTime' [-Wunused-function]
convertWinToSqueakTime(SYSTEMTIME st)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
14 warnings generated.
[ 42%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
[ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:18:9: warning: 'S_IRUSR' macro redefined [-Wmacro-redefined]
#define S_IRUSR 0400
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:152:9: note: previous definition is here
#define S_IRUSR         _S_IRUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:19:9: warning: 'S_IWUSR' macro redefined [-Wmacro-redefined]
#define S_IWUSR 0200
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:151:9: note: previous definition is here
#define S_IWUSR         _S_IWUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:20:9: warning: 'S_IXUSR' macro redefined [-Wmacro-redefined]
#define S_IXUSR 0100
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:150:9: note: previous definition is here
#define S_IXUSR         _S_IXUSR
        ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:27:
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:734:9: warning: unused function 'readdir' [-Wunused-function]
        readdir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:455:9: warning: unused function '_wreaddir' [-Wunused-function]
        _wreaddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:877:9: warning: unused function 'rewinddir' [-Wunused-function]
        rewinddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:888:9: warning: unused function 'scandir' [-Wunused-function]
        scandir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1040:9: warning: unused function 'versionsort' [-Wunused-function]
        versionsort(
        ^
8 warnings generated.
[ 43%] Linking C shared library build/vm/FileAttributesPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/FileAttributesPlugin.dll -Wl,--out-implib,build/vm/libFileAttributesPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o  build/vm/libFilePlugin.dll.a build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 43%] Built target FileAttributesPlugin
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 44%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
13 warnings generated.
[ 45%] Linking C shared library build/vm/JPEGReaderPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/JPEGReaderPlugin.dll -Wl,--out-implib,build/vm/libJPEGReaderPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 45%] Built target JPEGReaderPlugin
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 46%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
[ 46%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
3 warnings generated.
[ 47%] Linking C shared library build/vm/SurfacePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SurfacePlugin.dll -Wl,--out-implib,build/vm/libSurfacePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 47%] Built target SurfacePlugin
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 48%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
[ 49%] Linking C shared library build/vm/MiscPrimitivePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/MiscPrimitivePlugin.dll -Wl,--out-implib,build/vm/libMiscPrimitivePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 49%] Built target MiscPrimitivePlugin
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoConsole.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoConsole.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoConsole.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/PharoConsole.dir/depend.internal".
Scanning dependencies of target PharoConsole
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 50%] Building C object CMakeFiles/PharoConsole.dir/src/unixMain.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoConsole.dir/src/unixMain.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/unixMain.c
[ 50%] Building RC object CMakeFiles/PharoConsole.dir/PharoConsole.rc.res
x86_64-w64-mingw32-windres -O coff -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include   /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/PharoConsole.rc CMakeFiles/PharoConsole.dir/PharoConsole.rc.res
[ 51%] Linking C executable build/vm/PharoConsole.exe
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/PharoConsole.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0  -Wl,--enable-auto-import -mconsole CMakeFiles/PharoConsole.dir/src/unixMain.c.o CMakeFiles/PharoConsole.dir/PharoConsole.rc.res  -o build/vm/PharoConsole.exe -Wl,--out-implib,build/vm/libPharoConsole.dll.a -Wl,--major-image-version,0,--minor-image-version,0  build/vm/libPharoVMCore.dll.a -lOle32 -lcomctl32 -luuid build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 51%] Built target PharoConsole
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 52%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
5 warnings generated.
[ 53%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1624:55: warning: passing 'unsigned char [8]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if (setsockopt(SOCKET(s), SOL_SOCKET, SO_REUSEADDR, buf, bufSize) < 0)
                                                      ^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:1029:88: note: passing argument to parameter 'optval' here
  WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
                                                                                       ^
1 warning generated.
[ 53%] Linking C shared library build/vm/SocketPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SocketPlugin.dll -Wl,--out-implib,build/vm/libSocketPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o  build/vm/libPharoVMCore.dll.a -lWs2_32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 53%] Built target SocketPlugin
make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 53%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
25 warnings generated.
[ 54%] Linking C shared library build/vm/LargeIntegers.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/LargeIntegers.dll -Wl,--out-implib,build/vm/libLargeIntegers.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 54%] Built target LargeIntegers
make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 54%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
1 warning generated.
[ 55%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
[ 55%] Linking C shared library build/vm/LocalePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/LocalePlugin.dll -Wl,--out-implib,build/vm/libLocalePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 55%] Built target LocalePlugin
make  -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Scanning dependencies of target freetype-2.9.1
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/freetype-2.9.1-src/libfreetype-6.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 55%] Built target freetype-2.9.1
make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.9.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-src/libssh2-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libssh2-1.9.0-src/libssh2.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 55%] Built target libssh2-1.9.0
make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
1 warning generated.
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 84%] Linking C shared library build/vm/JPEGReadWriter2Plugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/JPEGReadWriter2Plugin.dll -Wl,--out-implib,build/vm/libJPEGReadWriter2Plugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 84%] Built target JPEGReadWriter2Plugin
make  -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.5.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SDL2-2.0.5.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.5
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/SDL2-2.0.5-src/SDL2.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 84%] Built target SDL2-2.0.5
make  -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libpng-1.6.34.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libpng-1.6.34.dir/depend.internal".
Scanning dependencies of target libpng-1.6.34
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libpng-1.6.34-src/libpng16-16.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 84%] Built target libpng-1.6.34
make  -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Scanning dependencies of target pixman-0.34.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/pixman-0.34.0-src/libpixman-1-0.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 84%] Built target pixman-0.34.0
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 85%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
[ 85%] Linking C shared library build/vm/UUIDPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/UUIDPlugin.dll -Wl,--out-implib,build/vm/libUUIDPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o  build/vm/libPharoVMCore.dll.a -lole32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 85%] Built target UUIDPlugin
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 85%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
324 warnings generated.
[ 86%] Linking C shared library build/vm/B2DPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/B2DPlugin.dll -Wl,--out-implib,build/vm/libB2DPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 86%] Built target B2DPlugin
make  -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-win-1.0.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-win-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-win-1.0.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-win-1.0.0-src/libgit2-1-0-0.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-win-1.0.0-src/libpcre-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 86%] Built target libgit2-win-1.0.0
make  -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q-fixLigGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-fixLigGit-src/libeay32.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/openssl-1.0.2q-fixLigGit-src/ssleay32.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 86%] Built target openssl-1.0.2q-fixLigGit
make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 86%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
4 warnings generated.
[ 87%] Linking C shared library build/vm/DSAPrims.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/DSAPrims.dll -Wl,--out-implib,build/vm/libDSAPrims.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 87%] Built target DSAPrims
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 87%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
41 warnings generated.
[ 88%] Linking C shared library build/vm/BitBltPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/BitBltPlugin.dll -Wl,--out-implib,build/vm/libBitBltPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 88%] Built target BitBltPlugin
make  -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1-fixLibGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libgit2-0.25.1-fixLibGit-src/libgit2.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 88%] Built target libgit2-0.25.1-fixLibGit
make  -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Scanning dependencies of target cairo-1.15.4
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src/libbz2-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src/libcairo-2.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src/libexpat-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/cairo-1.15.4-src/libfontconfig-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 88%] Built target cairo-1.15.4
make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 89%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
[ 89%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: note: place parentheses around the assignment to silence this warning
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                               ^
                      (                                                       )
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: note: use '==' to turn this assignment into an equality comparison
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                               ^
                               ==
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:911:14: warning: assigning to 'BYTE *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        blob.pbData = pfxData;
                    ^ ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
              ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: note: place parentheses around the assignment to silence this warning
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
                       ^
              (                                                         )
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: note: use '==' to turn this assignment into an equality comparison
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
                       ^
                       ==
3 warnings generated.
[ 90%] Linking C shared library build/vm/SqueakSSL.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SqueakSSL.dll -Wl,--out-implib,build/vm/libSqueakSSL.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o  build/vm/libPharoVMCore.dll.a -lCrypt32 -lSecur32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 90%] Built target SqueakSSL
make  -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/gcc-runtime-3.4.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/gcc-runtime-3.4.dir/depend.internal".
Scanning dependencies of target gcc-runtime-3.4
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/gcc-runtime-3.4-src/iconv.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/gcc-runtime-3.4-src/libgcc_s_seh-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/gcc-runtime-3.4-src/libwinpthread-1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 90%] Built target gcc-runtime-3.4
make  -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend.internal".
Scanning dependencies of target zlib-1.2.11-fixLibGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/zlib-1.2.11-fixLibGit-src/zlib1.dll /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 90%] Built target zlib-1.2.11-fixLibGit
make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 90%] Building C object CMakeFiles/Pharo.dir/src/win32Main.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/Pharo.dir/src/win32Main.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/src/win32Main.c
[ 91%] Building RC object CMakeFiles/Pharo.dir/Pharo.rc.res
x86_64-w64-mingw32-windres -O coff -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffi/include   /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/Pharo.rc CMakeFiles/Pharo.dir/Pharo.rc.res
[ 91%] Linking C executable build/vm/Pharo.exe
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0  -Wl,--enable-auto-import -mwindows -mwindows CMakeFiles/Pharo.dir/src/win32Main.c.o CMakeFiles/Pharo.dir/Pharo.rc.res  -o build/vm/Pharo.exe -Wl,--out-implib,build/vm/libPharo.dll.a -Wl,--major-image-version,0,--minor-image-version,0  build/vm/libPharoVMCore.dll.a -lOle32 -lcomctl32 -luuid build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 91%] Built target Pharo
make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 91%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

[ 91%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 92%] Performing build step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 93%] Performing install step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 93%] Completed 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles/build_vmmaker_get_vm-complete
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 95%] Built target build_vmmaker_get_vm
make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c:62:3: warning: incompatible pointer types passing 'void *(void *)' to parameter of type 'LPTHREAD_START_ROUTINE' (aka 'unsigned long (*)(void *)') [-Wincompatible-pointer-types]
                otherThread,    // thread function name
                ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/processthreadsapi.h:195:127: note: passing argument to parameter 'lpStartAddress' here
  WINBASEAPI HANDLE WINAPI CreateThread (LPSECURITY_ATTRIBUTES lpThreadAttributes, SIZE_T dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreationFlags, LPDWORD lpThreadId);
                                                                                                                              ^
2 warnings generated.
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/registerCallback.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/TestLibrary.dll
cd /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/ffiTestLibrary && /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o ../vm/TestLibrary.dll -Wl,--out-implib,../vm/libTestLibrary.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
[100%] Built target TestLibrary
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/CMakeFiles 0
make  -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM'
Install the project...
/usr/bin/cmake.exe -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//B2DPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//BitBltPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//DSAPrims.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//ffi.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//FileAttributesPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//FilePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//iconv.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//JPEGReaderPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//JPEGReadWriter2Plugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//LargeIntegers.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libbz2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libcairo-2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libeay32.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libexpat-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libfontconfig-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libfreetype-6.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libgcc_s_seh-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libgit2-1-0-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libgit2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libpcre-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libpixman-1-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libpng16-16.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libssh2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libssh2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libwinpthread-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//LocalePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//MiscPrimitivePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//PharoVMCore.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//SDL2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//SocketPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//SqueakSSL.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//ssleay32.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//SurfacePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//TestLibrary.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//UUIDPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//zlib1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/./Pharo.exe.manifest
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/./PharoConsole.exe.manifest
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libB2DPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libBitBltPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libDSAPrims.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libffi.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libFileAttributesPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libFilePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libJPEGReaderPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libJPEGReadWriter2Plugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libLargeIntegers.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libLocalePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libMiscPrimitivePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libPharoVMCore.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libSocketPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libSqueakSSL.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libSurfacePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libTestLibrary.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//libUUIDPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//Pharo.exe
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/.//PharoConsole.exe
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqWin32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqWin32Alloc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqWin32HandleTable.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/config.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/debug.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/errorCode.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/exportDefinition.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/fileDialog.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/imageAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/interpreter.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/jit
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/jit/jit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/macros.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/parameters.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/parameterVector.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/pathUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/pharo.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/pharoClient.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/stringUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threads
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/win/resources.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/dispdbg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqaio.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqAssert.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/parameterVector.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/img.image
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/client.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/debug.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/errorCode.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/macAlias.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/parameters.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/parameterVector.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/unixMain.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/src/win32Main.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/version.info
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/macros.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated/
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/gcc3x-interp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/interp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/gcc3x-interp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/interp.c
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/dist/include/pharovm/vmCallback.h
Run CPack packaging tool...
/usr/bin/cpack.exe --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM []
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-Unspecified.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-c-src.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-c-src.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-include.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM []
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-include.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v9.0.10/build-StackVM/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] stash
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] parallel
[Pipeline] { (Branch: Linux-aarch64)
[Pipeline] { (Branch: Linux-armv7l)
[Pipeline] node
[Pipeline] node
Running on lse-mac-mini in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10
Running on lse-mac-mini in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2
[Pipeline] {
[Pipeline] {
[Pipeline] cleanWs
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (Build Image Linux-aarch64)
[Pipeline] stage
[Pipeline] { (Build Image Linux-armv7l)
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] isUnix
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] sh
+ docker build -t pharo-ubuntu-arm64 ./docker/ubuntu-arm64/
+ docker build -t pharo-debian10-armv7 ./docker/debian10-armv7/
#1 [internal] load build definition from Dockerfile
#1 sha256:1945c9fa2ec01cb7467f440c696ce24f2751f1e0420587bf87403296b4e57874
#1 DONE 0.0s
#1 [internal] load build definition from Dockerfile
#1 sha256:b0b0bb412140eeaa83f0c61588779f1cea38c13f341b01b32cab0b32fdf7c9b7
#1 transferring dockerfile: 817B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:159d0669da5efbdcefd5e1e1d6cef1696cf8757d649524adf47b2574177fff57
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/arm64v8/ubuntu:latest
#3 sha256:db9c7e8f1624db7d6df37099580eb9347bde60c26cc9d6649159efe50174523e

#1 [internal] load build definition from Dockerfile
#1 sha256:1945c9fa2ec01cb7467f440c696ce24f2751f1e0420587bf87403296b4e57874
#1 transferring dockerfile: 824B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:73e269f328dc82a7101ba38abbad090b5d74272ff5abffa1f0f1a741f2cc12ac
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/arm32v7/debian:buster
#3 sha256:36fbbc86a91d23ba6af7c64b43c49e8873d22ba4e6a223fb7eaaacbb94be126d
#3 DONE 1.1s

#4 [base 1/3] FROM docker.io/arm64v8/ubuntu@sha256:26c3bd3ae441c873a210200bcbb975ffd2bbf0c0841a4584f4476c8a5b8f3d99
#4 sha256:735248cce426f40fccee49412b948db69c27eedc16bc47705ea0520372e95684
#4 DONE 0.0s

#6 [base 3/3] RUN set -eu;   ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime;   echo Europe/Paris > /etc/timezone;   apt-get update;   apt-get install -q --assume-yes --no-install-recommends     ca-certificates     libcurl3-gnutls     build-essential     gcc     g++     binutils     cmake     git     wget     unzip     uuid-dev     libssl-dev     libtool     automake     ;   apt-get clean;   addgroup --gid 1000 ci;   useradd --uid 7431 --gid 1000 --home-dir /opt/pharo --no-create-home --no-user-group pharo;   chown 7431:100 /opt/pharo -R;   chmod 755 /opt/pharo -R;   rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*;   true
#6 sha256:065b3a51b488e0e6ed369fa660ab0991a5c23a28c29a40da5edf3b1b1342b598
#6 CACHED

#5 [base 2/3] WORKDIR /opt/pharo
#5 sha256:af5410e54ed69e817cedfb142cd6937a5dffeb068a1a57d65e16904c8a995431
#5 CACHED

#7 [final 1/1] WORKDIR /opt/pharo
#7 sha256:19e52e31e00d54afddac98aacc38d32dafd0c85ec4f9418b24df4b9fb4e19644
#7 CACHED

#8 exporting to image
#8 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#8 exporting layers done
#8 writing image sha256:0c774f0b23a7cdae78228a5218762ab85dfb97c6b3d5465567823f2f16e58004 done
#8 naming to docker.io/library/pharo-ubuntu-arm64 done
#8 DONE 0.0s
#3 DONE 1.0s

#4 [base 1/3] FROM docker.io/arm32v7/debian:buster@sha256:8b0544ec886aacd2cc8ebd70695d01bb7b292e899da3e3d5ce4a5f174a29e4d2
#4 sha256:4bdeea132a8789b9e21112ccbf13c9150ee998b4778202ea4c5c967fb7384ee6
#4 DONE 0.0s

#5 [base 2/3] WORKDIR /opt/pharo
#5 sha256:8fd1f4291fbafa358dbda5de086776d47b2a84c92cc856045ad120eb3a0c5e7b
#5 CACHED

#6 [base 3/3] RUN set -eu;   ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime;   echo Europe/Paris > /etc/timezone;   apt-get update;   apt-get install -q --assume-yes --no-install-recommends     ca-certificates     libcurl3-gnutls     build-essential     gcc     g++     binutils     cmake     git     wget     unzip     uuid-dev     libssl-dev     libtool     automake     ;   apt-get clean;   addgroup --gid 1000 ci;   useradd --uid 7431 --gid 1000 --home-dir /opt/pharo --no-create-home --no-user-group pharo;   chown 7431:100 /opt/pharo -R;   chmod 755 /opt/pharo -R;   rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*;   true
#6 sha256:02ec91a53762018a2abaab66c801dd92beac103d7f486e952263680d8a4f823a
#6 CACHED

#7 [final 1/1] WORKDIR /opt/pharo
#7 sha256:a25180c04f3164f2972493187b60e25bc76a9efde760dec59b53ae84de69dc12
#7 CACHED

#8 exporting to image
#8 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#8 exporting layers done
#8 writing image sha256:40da01d77720bf869289b1bb1e596d22b65969bb9ff3227d5bb47abbb15e3590 done
#8 naming to docker.io/library/pharo-debian10-armv7 done
#8 DONE 0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Building using workspace /Users/lse/Workspace/workspace/pharo-vm_v9.0.10
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Building using workspace /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2
[Pipeline] isUnix
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] sh
+ docker inspect -f . pharo-ubuntu-arm64
.
[Pipeline] withDockerContainer
+ docker inspect -f . pharo-debian10-armv7
.
lse-mac-mini does not seem to be running inside a container
$ docker run -t -d -u 501:20 -v /tmp:/tmp -e HOME=/opt/pharo -u pharo -w /Users/lse/Workspace/workspace/pharo-vm_v9.0.10 -v /Users/lse/Workspace/workspace/pharo-vm_v9.0.10:/Users/lse/Workspace/workspace/pharo-vm_v9.0.10:rw,z -v /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@tmp:/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** pharo-ubuntu-arm64 cat
$ docker top a0bfa810bc79524c549db91b17e689fc69a692d3b4e5aaf41edb87b33f98cc8a -eo pid,comm
[Pipeline] {
[Pipeline] withDockerContainer
lse-mac-mini does not seem to be running inside a container
$ docker run -t -d -u 501:20 -v /tmp:/tmp -e HOME=/opt/pharo -u pharo -w /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2 -v /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2:/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2:rw,z -v /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2@tmp:/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** pharo-debian10-armv7 cat
$ docker top 2ea255f6c16b64c0736449faaadcd59189bf67b496569262db34e185ba1797c6 -eo pid,comm
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] cleanWs
[WS-CLEANUP] done
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (Copy Sources-Linux-aarch64)
[Pipeline] stage
[Pipeline] { (Copy Sources-Linux-armv7l)
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] sh
[Pipeline] sh
+ unzip -d . build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-c-src.zip
Archive:  build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-c-src.zip
   creating: ./pharo-vm/
  inflating: ./pharo-vm/CMakeLists.txt  
   creating: ./pharo-vm/cmake/
  inflating: ./pharo-vm/cmake/Darwin.cmake  
  inflating: ./pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in  
  inflating: ./pharo-vm/cmake/DownloadProject.cmake  
  inflating: ./pharo-vm/cmake/FindCairo.cmake  
  inflating: ./pharo-vm/cmake/FindFFI.cmake  
+ unzip -d . build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-c-src.zip
Archive:  build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-c-src.zip
   creating: ./pharo-vm/
  inflating: ./pharo-vm/cmake/FindLibGit2.cmake  
  inflating: ./pharo-vm/cmake/FindPThreadW32.cmake  
  inflating: ./pharo-vm/cmake/FindSDL2.cmake  
  inflating: ./pharo-vm/cmake/Linux.cmake  
  inflating: ./pharo-vm/cmake/OpenBSD.cmake  
  inflating: ./pharo-vm/cmake/Windows.cmake  
  inflating: ./pharo-vm/cmake/importCairo.cmake  
  inflating: ./pharo-vm/cmake/importFreetype2.cmake  
  inflating: ./pharo-vm/cmake/importLibFFI.cmake  
  inflating: ./pharo-vm/cmake/importLibGit2.cmake  
  inflating: ./pharo-vm/cmake/importSDL2.cmake  
  inflating: ./pharo-vm/cmake/packaging.cmake  
  inflating: ./pharo-vm/cmake/versionExtraction.cmake  
  inflating: ./pharo-vm/cmake/vmmaker.cmake  
   creating: ./pharo-vm/extracted/
   creating: ./pharo-vm/extracted/plugins/
   creating: ./pharo-vm/extracted/plugins/B2DPlugin/
   creating: ./pharo-vm/extracted/plugins/B2DPlugin/src/
   creating: ./pharo-vm/extracted/plugins/B2DPlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c  
   creating: ./pharo-vm/extracted/plugins/BitBltPlugin/
   creating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/
   creating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/common/
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h  
   creating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/
   creating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c  
  inflating: ./pharo-vm/CMakeLists.txt  
   creating: ./pharo-vm/cmake/
  inflating: ./pharo-vm/cmake/Darwin.cmake  
  inflating: ./pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in  
  inflating: ./pharo-vm/cmake/DownloadProject.cmake  
  inflating: ./pharo-vm/cmake/FindCairo.cmake  
  inflating: ./pharo-vm/cmake/FindFFI.cmake  
  inflating: ./pharo-vm/cmake/FindLibGit2.cmake  
  inflating: ./pharo-vm/cmake/FindPThreadW32.cmake  
  inflating: ./pharo-vm/cmake/FindSDL2.cmake  
  inflating: ./pharo-vm/cmake/Linux.cmake  
  inflating: ./pharo-vm/cmake/OpenBSD.cmake  
  inflating: ./pharo-vm/cmake/Windows.cmake  
  inflating: ./pharo-vm/cmake/importCairo.cmake  
  inflating: ./pharo-vm/cmake/importFreetype2.cmake  
  inflating: ./pharo-vm/cmake/importLibFFI.cmake  
  inflating: ./pharo-vm/cmake/importLibGit2.cmake  
  inflating: ./pharo-vm/cmake/importSDL2.cmake  
  inflating: ./pharo-vm/cmake/packaging.cmake  
  inflating: ./pharo-vm/cmake/versionExtraction.cmake  
  inflating: ./pharo-vm/cmake/vmmaker.cmake  
   creating: ./pharo-vm/extracted/
   creating: ./pharo-vm/extracted/plugins/
   creating: ./pharo-vm/extracted/plugins/B2DPlugin/
   creating: ./pharo-vm/extracted/plugins/B2DPlugin/src/
   creating: ./pharo-vm/extracted/plugins/B2DPlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c  
   creating: ./pharo-vm/extracted/plugins/BitBltPlugin/
   creating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c  
   creating: ./pharo-vm/extracted/plugins/DSAPrims/
   creating: ./pharo-vm/extracted/plugins/DSAPrims/src/
   creating: ./pharo-vm/extracted/plugins/DSAPrims/src/common/
  inflating: ./pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c  
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h  
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h  
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h  
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h  
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h  
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c  
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c  
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c  
   creating: ./pharo-vm/extracted/plugins/FilePlugin/
   creating: ./pharo-vm/extracted/plugins/FilePlugin/include/
   creating: ./pharo-vm/extracted/plugins/FilePlugin/include/common/
  inflating: ./pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h  
   creating: ./pharo-vm/extracted/plugins/FilePlugin/include/win/
  inflating: ./pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h  
   creating: ./pharo-vm/extracted/plugins/FilePlugin/src/
   creating: ./pharo-vm/extracted/plugins/FilePlugin/src/common/
   creating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/common/
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h  
   creating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/
   creating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c  
  inflating: ./pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c  
   creating: ./pharo-vm/extracted/plugins/DSAPrims/
   creating: ./pharo-vm/extracted/plugins/DSAPrims/src/
   creating: ./pharo-vm/extracted/plugins/DSAPrims/src/common/
  inflating: ./pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c  
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h  
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h  
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h  
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h  
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h  
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c  
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c  
  inflating: ./pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c  
   creating: ./pharo-vm/extracted/plugins/FilePlugin/src/osx/
  inflating: ./pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c  
   creating: ./pharo-vm/extracted/plugins/FilePlugin/src/unix/
  inflating: ./pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c  
   creating: ./pharo-vm/extracted/plugins/FilePlugin/src/win/
  inflating: ./pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c  
   creating: ./pharo-vm/extracted/plugins/IA32ABI/
   creating: ./pharo-vm/extracted/plugins/IA32ABI/include/
   creating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h  
   creating: ./pharo-vm/extracted/plugins/IA32ABI/src/
   creating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c  
   creating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/
  inflating: ./pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c  
   creating: ./pharo-vm/extracted/plugins/FilePlugin/
   creating: ./pharo-vm/extracted/plugins/FilePlugin/include/
   creating: ./pharo-vm/extracted/plugins/FilePlugin/include/common/
  inflating: ./pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h  
   creating: ./pharo-vm/extracted/plugins/FilePlugin/include/win/
  inflating: ./pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h  
   creating: ./pharo-vm/extracted/plugins/FilePlugin/src/
   creating: ./pharo-vm/extracted/plugins/FilePlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c  
   creating: ./pharo-vm/extracted/plugins/FilePlugin/src/osx/
  inflating: ./pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c  
   creating: ./pharo-vm/extracted/plugins/FilePlugin/src/unix/
  inflating: ./pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c  
   creating: ./pharo-vm/extracted/plugins/FilePlugin/src/win/
  inflating: ./pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c  
   creating: ./pharo-vm/extracted/plugins/IA32ABI/
   creating: ./pharo-vm/extracted/plugins/IA32ABI/include/
   creating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h  
   creating: ./pharo-vm/extracted/plugins/IA32ABI/src/
   creating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c  
   creating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/
   creating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/
   creating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c  
  inflating: ./pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c  
   creating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/
   creating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/
   creating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c    inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c  

  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c  
   creating: ./pharo-vm/extracted/plugins/JPEGReaderPlugin/
   creating: ./pharo-vm/extracted/plugins/JPEGReaderPlugin/src/
   creating: ./pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c  
   creating: ./pharo-vm/extracted/plugins/LargeIntegers/
   creating: ./pharo-vm/extracted/plugins/LargeIntegers/src/
   creating: ./pharo-vm/extracted/plugins/LargeIntegers/src/common/
  inflating: ./pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c  
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/include/
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/include/common/
  inflating: ./pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h  
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/include/osx/
  inflating: ./pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h  
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/src/
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c  
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/src/osx/
  inflating: ./pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c  
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/src/unix/
  inflating: ./pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c  
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/src/win/
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h  
  inflating: ./pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c  
   creating: ./pharo-vm/extracted/plugins/JPEGReaderPlugin/
   creating: ./pharo-vm/extracted/plugins/JPEGReaderPlugin/src/
   creating: ./pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c  
   creating: ./pharo-vm/extracted/plugins/LargeIntegers/
   creating: ./pharo-vm/extracted/plugins/LargeIntegers/src/
   creating: ./pharo-vm/extracted/plugins/LargeIntegers/src/common/
  inflating: ./pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c  
   creating: ./pharo-vm/extracted/plugins/MiscPrimitivePlugin/
   creating: ./pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/
   creating: ./pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c  
   creating: ./pharo-vm/extracted/plugins/SocketPlugin/
   creating: ./pharo-vm/extracted/plugins/SocketPlugin/include/
   creating: ./pharo-vm/extracted/plugins/SocketPlugin/include/common/
  inflating: ./pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h  
   creating: ./pharo-vm/extracted/plugins/SocketPlugin/src/
   creating: ./pharo-vm/extracted/plugins/SocketPlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c  
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/include/
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/include/common/
  inflating: ./pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h  
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/include/osx/
  inflating: ./pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h  
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/src/
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c  
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/src/osx/
  inflating: ./pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c  
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/src/unix/
  inflating: ./pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c  
   creating: ./pharo-vm/extracted/plugins/LocalePlugin/src/win/
  inflating: ./pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c  
   creating: ./pharo-vm/extracted/plugins/MiscPrimitivePlugin/
   creating: ./pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/
   creating: ./pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c  
   creating: ./pharo-vm/extracted/plugins/SocketPlugin/
   creating: ./pharo-vm/extracted/plugins/SocketPlugin/include/
   creating: ./pharo-vm/extracted/plugins/SocketPlugin/include/common/
  inflating: ./pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h  
   creating: ./pharo-vm/extracted/plugins/SocketPlugin/src/
   creating: ./pharo-vm/extracted/plugins/SocketPlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c  
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/include/
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/include/common/
  inflating: ./pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h  
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/include/unix/
  inflating: ./pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h  
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/src/
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/src/common/
  inflating: ./pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c  
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/src/osx/
  inflating: ./pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c  
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/src/unix/
  inflating: ./pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c  
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/src/win/
  inflating: ./pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c  
   creating: ./pharo-vm/extracted/plugins/SurfacePlugin/
   creating: ./pharo-vm/extracted/plugins/SurfacePlugin/include/
   creating: ./pharo-vm/extracted/plugins/SurfacePlugin/include/common/
  inflating: ./pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h  
   creating: ./pharo-vm/extracted/plugins/SurfacePlugin/src/
   creating: ./pharo-vm/extracted/plugins/SurfacePlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c  
   creating: ./pharo-vm/extracted/plugins/UnixOSProcessPlugin/
   creating: ./pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/
   creating: ./pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c  
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c  
   creating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/
  inflating: ./pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c  
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/include/
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/include/common/
  inflating: ./pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h  
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/include/unix/
  inflating: ./pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h    inflating: ./pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c  
   creating: ./pharo-vm/extracted/vm/
   creating: ./pharo-vm/extracted/vm/include/
   creating: ./pharo-vm/extracted/vm/include/common/
  inflating: ./pharo-vm/extracted/vm/include/common/dispdbg.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sq.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqAssert.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqAtomicOps.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqMemoryAccess.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqMemoryFence.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqVirtualMachine.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqaio.h  
   creating: ./pharo-vm/extracted/vm/include/osx/
  inflating: ./pharo-vm/extracted/vm/include/osx/sqConfig.h  
  inflating: ./pharo-vm/extracted/vm/include/osx/sqGnu.h  
  inflating: ./pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h  
   creating: ./pharo-vm/extracted/vm/include/unix/
  inflating: ./pharo-vm/extracted/vm/include/unix/sqConfig.h  
  inflating: ./pharo-vm/extracted/vm/include/unix/sqGnu.h  
  inflating: ./pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h  
  inflating: ./pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h  
   creating: ./pharo-vm/extracted/vm/include/win/
  inflating: ./pharo-vm/extracted/vm/include/win/sqConfig.h  
  inflating: ./pharo-vm/extracted/vm/include/win/sqGnu.h  
  inflating: ./pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h  
  inflating: ./pharo-vm/extracted/vm/include/win/sqWin32.h  
  inflating: ./pharo-vm/extracted/vm/include/win/sqWin32Alloc.h  
  inflating: ./pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h  
   creating: ./pharo-vm/extracted/vm/src/
   creating: ./pharo-vm/extracted/vm/src/common/
  inflating: ./pharo-vm/extracted/vm/src/common/heartbeat.c  
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/src/
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/src/common/
  inflating: ./pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c  
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/src/osx/
  inflating: ./pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c  
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/src/unix/
  inflating: ./pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c  
   creating: ./pharo-vm/extracted/plugins/SqueakSSL/src/win/
  inflating: ./pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c  
   creating: ./pharo-vm/extracted/plugins/SurfacePlugin/
   creating: ./pharo-vm/extracted/plugins/SurfacePlugin/include/
   creating: ./pharo-vm/extracted/plugins/SurfacePlugin/include/common/
  inflating: ./pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h  
   creating: ./pharo-vm/extracted/plugins/SurfacePlugin/src/
   creating: ./pharo-vm/extracted/plugins/SurfacePlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c  
   creating: ./pharo-vm/extracted/plugins/UnixOSProcessPlugin/
   creating: ./pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/
   creating: ./pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/
  inflating: ./pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c  
   creating: ./pharo-vm/extracted/vm/
   creating: ./pharo-vm/extracted/vm/include/
   creating: ./pharo-vm/extracted/vm/include/common/
  inflating: ./pharo-vm/extracted/vm/include/common/dispdbg.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sq.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqAssert.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqAtomicOps.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqMemoryAccess.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqMemoryFence.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqVirtualMachine.h  
  inflating: ./pharo-vm/extracted/vm/include/common/sqaio.h  
   creating: ./pharo-vm/extracted/vm/include/osx/
  inflating: ./pharo-vm/extracted/vm/include/osx/sqConfig.h  

  inflating: ./pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c  
  inflating: ./pharo-vm/extracted/vm/src/common/sqHeapMap.c  
  inflating: ./pharo-vm/extracted/vm/src/common/sqNamedPrims.c  
  inflating: ./pharo-vm/extracted/vm/src/common/sqTicker.c  
  inflating: ./pharo-vm/extracted/vm/src/common/sqVirtualMachine.c  
   creating: ./pharo-vm/extracted/vm/src/osx/
  inflating: ./pharo-vm/extracted/vm/src/osx/aioOSX.c  
   creating: ./pharo-vm/extracted/vm/src/unix/
  inflating: ./pharo-vm/extracted/vm/src/unix/aio.c  
  inflating: ./pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c  
   creating: ./pharo-vm/extracted/vm/src/win/
  inflating: ./pharo-vm/extracted/vm/src/win/aioWin.c  
  inflating: ./pharo-vm/extracted/vm/src/win/sqWin32Directory.c  
  inflating: ./pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c  
   creating: ./pharo-vm/ffi/
   creating: ./pharo-vm/ffi/include/
  inflating: ./pharo-vm/ffi/include/callbacks.h  
  inflating: ./pharo-vm/ffi/include/pThreadedFFI.h  
  inflating: ./pharo-vm/ffi/include/pThreadedFFIUtils.h  
  inflating: ./pharo-vm/ffi/include/worker.h  
  inflating: ./pharo-vm/ffi/include/workerTask.h  
   creating: ./pharo-vm/ffi/src/
   creating: ./pharo-vm/ffi/src/callbacks/
  inflating: ./pharo-vm/ffi/src/callbacks/callbackPrimitives.c  
  inflating: ./pharo-vm/ffi/src/callbacks/callbacks.c  
  inflating: ./pharo-vm/ffi/src/functionDefinitionPrimitives.c  
  inflating: ./pharo-vm/ffi/src/pThreadedFFI.c  
  inflating: ./pharo-vm/ffi/src/primitiveCalls.c  
  inflating: ./pharo-vm/ffi/src/primitiveUtils.c  
   creating: ./pharo-vm/ffi/src/sameThread/
  inflating: ./pharo-vm/ffi/src/sameThread/sameThread.c  
  inflating: ./pharo-vm/ffi/src/types.c  
  inflating: ./pharo-vm/extracted/vm/include/osx/sqGnu.h  
  inflating: ./pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h  
   creating: ./pharo-vm/extracted/vm/include/unix/
  inflating: ./pharo-vm/extracted/vm/include/unix/sqConfig.h  
  inflating: ./pharo-vm/extracted/vm/include/unix/sqGnu.h  
  inflating: ./pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h  
  inflating: ./pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h  
   creating: ./pharo-vm/extracted/vm/include/win/
  inflating: ./pharo-vm/extracted/vm/include/win/sqConfig.h  
  inflating: ./pharo-vm/extracted/vm/include/win/sqGnu.h  
  inflating: ./pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h  
  inflating: ./pharo-vm/extracted/vm/include/win/sqWin32.h  
  inflating: ./pharo-vm/extracted/vm/include/win/sqWin32Alloc.h  
  inflating: ./pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h  
   creating: ./pharo-vm/extracted/vm/src/
   creating: ./pharo-vm/extracted/vm/src/common/
  inflating: ./pharo-vm/extracted/vm/src/common/heartbeat.c  
  inflating: ./pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c  
  inflating: ./pharo-vm/extracted/vm/src/common/sqHeapMap.c  
  inflating: ./pharo-vm/extracted/vm/src/common/sqNamedPrims.c  
  inflating: ./pharo-vm/extracted/vm/src/common/sqTicker.c  
  inflating: ./pharo-vm/extracted/vm/src/common/sqVirtualMachine.c  
   creating: ./pharo-vm/extracted/vm/src/osx/
  inflating: ./pharo-vm/extracted/vm/src/osx/aioOSX.c  
   creating: ./pharo-vm/extracted/vm/src/unix/
  inflating: ./pharo-vm/extracted/vm/src/unix/aio.c  
  inflating: ./pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c  
   creating: ./pharo-vm/extracted/vm/src/win/
  inflating: ./pharo-vm/extracted/vm/src/win/aioWin.c  
  inflating: ./pharo-vm/extracted/vm/src/win/sqWin32Directory.c  
  inflating: ./pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c  
   creating: ./pharo-vm/ffi/
   creating: ./pharo-vm/ffi/include/
  inflating: ./pharo-vm/ffi/src/typesPrimitives.c  
  inflating: ./pharo-vm/ffi/src/utils.c  
   creating: ./pharo-vm/ffi/src/worker/
  inflating: ./pharo-vm/ffi/src/worker/worker.c  
  inflating: ./pharo-vm/ffi/src/worker/workerPrimitives.c  
  inflating: ./pharo-vm/ffi/src/worker/workerTask.c  
   creating: ./pharo-vm/ffiTestLibrary/
  inflating: ./pharo-vm/ffiTestLibrary/CMakeLists.txt  
   creating: ./pharo-vm/ffiTestLibrary/includes/
  inflating: ./pharo-vm/ffiTestLibrary/includes/callbacks.h  
  inflating: ./pharo-vm/ffiTestLibrary/includes/structures.h  
  inflating: ./pharo-vm/ffiTestLibrary/includes/testLibrary.h  
   creating: ./pharo-vm/ffiTestLibrary/src/
  inflating: ./pharo-vm/ffiTestLibrary/src/basic_types.c  
  inflating: ./pharo-vm/ffiTestLibrary/src/callback_types.c  
  inflating: ./pharo-vm/ffiTestLibrary/src/callbacks.c  
  inflating: ./pharo-vm/ffiTestLibrary/src/callout.c  
  inflating: ./pharo-vm/ffiTestLibrary/src/registerCallback.c  
  inflating: ./pharo-vm/ffiTestLibrary/src/structures.c  
   creating: ./pharo-vm/generated/
   creating: ./pharo-vm/generated/32/
  inflating: ./pharo-vm/generated/32/examplePlugins.ext  
   creating: ./pharo-vm/generated/32/plugins/
   creating: ./pharo-vm/generated/32/plugins/src/
   creating: ./pharo-vm/generated/32/plugins/src/FilePlugin/
  inflating: ./pharo-vm/generated/32/plugins/src/FilePlugin/FilePlugin.c  
   creating: ./pharo-vm/generated/32/plugins/src/SurfacePlugin/
  inflating: ./pharo-vm/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c  
   creating: ./pharo-vm/generated/32/vm/
   creating: ./pharo-vm/generated/32/vm/include/
  inflating: ./pharo-vm/generated/32/vm/include/cogit.h  
  inflating: ./pharo-vm/generated/32/vm/include/cogmethod.h  
  inflating: ./pharo-vm/generated/32/vm/include/cointerp.h  
  inflating: ./pharo-vm/generated/32/vm/include/interp.h  
  inflating: ./pharo-vm/ffi/include/callbacks.h  
  inflating: ./pharo-vm/ffi/include/pThreadedFFI.h  
  inflating: ./pharo-vm/ffi/include/pThreadedFFIUtils.h  
  inflating: ./pharo-vm/ffi/include/worker.h  
  inflating: ./pharo-vm/ffi/include/workerTask.h  
   creating: ./pharo-vm/ffi/src/
   creating: ./pharo-vm/ffi/src/callbacks/
  inflating: ./pharo-vm/ffi/src/callbacks/callbackPrimitives.c  
  inflating: ./pharo-vm/ffi/src/callbacks/callbacks.c  
  inflating: ./pharo-vm/ffi/src/functionDefinitionPrimitives.c  
  inflating: ./pharo-vm/ffi/src/pThreadedFFI.c  
  inflating: ./pharo-vm/ffi/src/primitiveCalls.c  
  inflating: ./pharo-vm/ffi/src/primitiveUtils.c  
   creating: ./pharo-vm/ffi/src/sameThread/
  inflating: ./pharo-vm/ffi/src/sameThread/sameThread.c  
  inflating: ./pharo-vm/ffi/src/types.c  
  inflating: ./pharo-vm/ffi/src/typesPrimitives.c  
  inflating: ./pharo-vm/ffi/src/utils.c  
   creating: ./pharo-vm/ffi/src/worker/
  inflating: ./pharo-vm/ffi/src/worker/worker.c  
  inflating: ./pharo-vm/ffi/src/worker/workerPrimitives.c  
  inflating: ./pharo-vm/ffi/src/worker/workerTask.c  
   creating: ./pharo-vm/ffiTestLibrary/
  inflating: ./pharo-vm/ffiTestLibrary/CMakeLists.txt  
   creating: ./pharo-vm/ffiTestLibrary/includes/
  inflating: ./pharo-vm/ffiTestLibrary/includes/callbacks.h  
  inflating: ./pharo-vm/ffiTestLibrary/includes/structures.h  
  inflating: ./pharo-vm/ffiTestLibrary/includes/testLibrary.h  
   creating: ./pharo-vm/ffiTestLibrary/src/
  inflating: ./pharo-vm/generated/32/vm/include/vmCallback.h  
   creating: ./pharo-vm/generated/32/vm/src/
  inflating: ./pharo-vm/generated/32/vm/src/cogit.c  
  inflating: ./pharo-vm/generated/32/vm/src/cogitARMv5.c  
  inflating: ./pharo-vm/generated/32/vm/src/cogitIA32.c  
  inflating: ./pharo-vm/generated/32/vm/src/cogitMIPSEL.c  
  inflating: ./pharo-vm/generated/32/vm/src/cointerp.c    inflating: ./pharo-vm/ffiTestLibrary/src/basic_types.c  
  inflating: ./pharo-vm/ffiTestLibrary/src/callback_types.c  
  inflating: ./pharo-vm/ffiTestLibrary/src/callbacks.c  
  inflating: ./pharo-vm/ffiTestLibrary/src/callout.c  
  inflating: ./pharo-vm/ffiTestLibrary/src/registerCallback.c  
  inflating: ./pharo-vm/ffiTestLibrary/src/structures.c  
   creating: ./pharo-vm/generated/
   creating: ./pharo-vm/generated/32/
  inflating: ./pharo-vm/generated/32/examplePlugins.ext  
   creating: ./pharo-vm/generated/32/plugins/
   creating: ./pharo-vm/generated/32/plugins/src/
   creating: ./pharo-vm/generated/32/plugins/src/FilePlugin/
  inflating: ./pharo-vm/generated/32/plugins/src/FilePlugin/FilePlugin.c  
   creating: ./pharo-vm/generated/32/plugins/src/SurfacePlugin/
  inflating: ./pharo-vm/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c  
   creating: ./pharo-vm/generated/32/vm/
   creating: ./pharo-vm/generated/32/vm/include/
  inflating: ./pharo-vm/generated/32/vm/include/cogit.h  
  inflating: ./pharo-vm/generated/32/vm/include/cogmethod.h  
  inflating: ./pharo-vm/generated/32/vm/include/cointerp.h  
  inflating: ./pharo-vm/generated/32/vm/include/interp.h  

  inflating: ./pharo-vm/generated/32/vm/src/gcc3x-cointerp.c  
   creating: ./pharo-vm/generated/64/
  inflating: ./pharo-vm/generated/64/examplePlugins.ext  
   creating: ./pharo-vm/generated/64/plugins/
   creating: ./pharo-vm/generated/64/plugins/src/
   creating: ./pharo-vm/generated/64/plugins/src/FilePlugin/
  inflating: ./pharo-vm/generated/64/plugins/src/FilePlugin/FilePlugin.c  
   creating: ./pharo-vm/generated/64/plugins/src/SurfacePlugin/
  inflating: ./pharo-vm/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c  
   creating: ./pharo-vm/generated/64/vm/
   creating: ./pharo-vm/generated/64/vm/include/
  inflating: ./pharo-vm/generated/64/vm/include/cogit.h  
  inflating: ./pharo-vm/generated/64/vm/include/cogmethod.h  
  inflating: ./pharo-vm/generated/64/vm/include/cointerp.h  
  inflating: ./pharo-vm/generated/64/vm/include/interp.h  
  inflating: ./pharo-vm/generated/32/vm/include/vmCallback.h  
   creating: ./pharo-vm/generated/32/vm/src/
  inflating: ./pharo-vm/generated/32/vm/src/cogit.c  
  inflating: ./pharo-vm/generated/32/vm/src/cogitARMv5.c  
  inflating: ./pharo-vm/generated/32/vm/src/cogitIA32.c  
  inflating: ./pharo-vm/generated/32/vm/src/cogitMIPSEL.c  
  inflating: ./pharo-vm/generated/32/vm/src/cointerp.c    inflating: ./pharo-vm/generated/64/vm/include/vmCallback.h  
   creating: ./pharo-vm/generated/64/vm/src/
  inflating: ./pharo-vm/generated/64/vm/src/cogit.c  
  inflating: ./pharo-vm/generated/64/vm/src/cogitX64SysV.c  
  inflating: ./pharo-vm/generated/64/vm/src/cogitX64WIN64.c  
  inflating: ./pharo-vm/generated/64/vm/src/cogitaarch64.c  

  inflating: ./pharo-vm/generated/32/vm/src/gcc3x-cointerp.c  
   creating: ./pharo-vm/generated/64/
  inflating: ./pharo-vm/generated/64/examplePlugins.ext  
   creating: ./pharo-vm/generated/64/plugins/
   creating: ./pharo-vm/generated/64/plugins/src/
   creating: ./pharo-vm/generated/64/plugins/src/FilePlugin/
  inflating: ./pharo-vm/generated/64/vm/src/cointerp.c  
  inflating: ./pharo-vm/generated/64/vm/src/gcc3x-cointerp.c  
   creating: ./pharo-vm/include/
   creating: ./pharo-vm/include/pharovm/
  inflating: ./pharo-vm/include/pharovm/config.h.in  
  inflating: ./pharo-vm/include/pharovm/debug.h  
  inflating: ./pharo-vm/generated/64/plugins/src/FilePlugin/FilePlugin.c  
   creating: ./pharo-vm/generated/64/plugins/src/SurfacePlugin/
  inflating: ./pharo-vm/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c  
   creating: ./pharo-vm/generated/64/vm/
   creating: ./pharo-vm/generated/64/vm/include/
  inflating: ./pharo-vm/generated/64/vm/include/cogit.h  
  inflating: ./pharo-vm/generated/64/vm/include/cogmethod.h  
  inflating: ./pharo-vm/generated/64/vm/include/cointerp.h  
  inflating: ./pharo-vm/generated/64/vm/include/interp.h  
  inflating: ./pharo-vm/generated/64/vm/include/vmCallback.h  
   creating: ./pharo-vm/generated/64/vm/src/
  inflating: ./pharo-vm/generated/64/vm/src/cogit.c  
  inflating: ./pharo-vm/generated/64/vm/src/cogitX64SysV.c  
  inflating: ./pharo-vm/generated/64/vm/src/cogitX64WIN64.c    inflating: ./pharo-vm/include/pharovm/errorCode.h  
  inflating: ./pharo-vm/include/pharovm/exportDefinition.h  
  inflating: ./pharo-vm/include/pharovm/fileDialog.h  
  inflating: ./pharo-vm/include/pharovm/imageAccess.h  
  inflating: ./pharo-vm/include/pharovm/interpreter.h  
   creating: ./pharo-vm/include/pharovm/jit/
  inflating: ./pharo-vm/include/pharovm/jit/jit.h  
  inflating: ./pharo-vm/include/pharovm/macros.h  
  inflating: ./pharo-vm/include/pharovm/parameterVector.h  
  inflating: ./pharo-vm/include/pharovm/parameters.h  
  inflating: ./pharo-vm/include/pharovm/pathUtilities.h  
  inflating: ./pharo-vm/include/pharovm/pharo.h  
  inflating: ./pharo-vm/include/pharovm/pharoClient.h  
   creating: ./pharo-vm/include/pharovm/semaphores/
  inflating: ./pharo-vm/include/pharovm/semaphores/pSemaphore.h  
  inflating: ./pharo-vm/include/pharovm/semaphores/pharoSemaphore.h  
  inflating: ./pharo-vm/include/pharovm/semaphores/platformSemaphore.h  
  inflating: ./pharo-vm/include/pharovm/sigjmp_support.h  
  inflating: ./pharo-vm/include/pharovm/sqNamedPrims.h  
  inflating: ./pharo-vm/generated/64/vm/src/cogitaarch64.c  
  inflating: ./pharo-vm/generated/64/vm/src/cointerp.c  
  inflating: ./pharo-vm/generated/64/vm/src/gcc3x-cointerp.c  
  inflating: ./pharo-vm/include/pharovm/stringUtilities.h  
   creating: ./pharo-vm/include/pharovm/threadSafeQueue/
  inflating: ./pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h  
   creating: ./pharo-vm/include/pharovm/threads/
  inflating: ./pharo-vm/include/pharovm/threads/vmthread.h  
   creating: ./pharo-vm/include/pharovm/win/
  inflating: ./pharo-vm/include/pharovm/win/resources.h  
  inflating: ./pharo-vm/macros.cmake  
   creating: ./pharo-vm/packaging/
   creating: ./pharo-vm/packaging/linux/
   creating: ./pharo-vm/packaging/linux/bin/
  inflating: ./pharo-vm/packaging/linux/bin/launch.sh.in  
  inflating: ./pharo-vm/packaging/linux/launch.sh.in  
   creating: ./pharo-vm/plugins/
  inflating: ./pharo-vm/plugins.cmake  
  inflating: ./pharo-vm/plugins.macros.cmake  
   creating: ./pharo-vm/plugins/UUIDPlugin/
   creating: ./pharo-vm/plugins/UUIDPlugin/common/
  inflating: ./pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c  
   creating: ./pharo-vm/resources/
  inflating: ./pharo-vm/resources/img.image  
   creating: ./pharo-vm/resources/mac/
  inflating: ./pharo-vm/resources/mac/Info.plist.in  
  inflating: ./pharo-vm/resources/mac/Pharo.icns  
   creating: ./pharo-vm/include/
   creating: ./pharo-vm/include/pharovm/
  inflating: ./pharo-vm/include/pharovm/config.h.in  
  inflating: ./pharo-vm/include/pharovm/debug.h  
  inflating: ./pharo-vm/include/pharovm/errorCode.h  
  inflating: ./pharo-vm/include/pharovm/exportDefinition.h  
  inflating: ./pharo-vm/include/pharovm/fileDialog.h  
  inflating: ./pharo-vm/include/pharovm/imageAccess.h  
  inflating: ./pharo-vm/include/pharovm/interpreter.h  
   creating: ./pharo-vm/include/pharovm/jit/
  inflating: ./pharo-vm/include/pharovm/jit/jit.h  
  inflating: ./pharo-vm/include/pharovm/macros.h  
  inflating: ./pharo-vm/include/pharovm/parameterVector.h  
  inflating: ./pharo-vm/include/pharovm/parameters.h  
  inflating: ./pharo-vm/include/pharovm/pathUtilities.h  
  inflating: ./pharo-vm/include/pharovm/pharo.h  
  inflating: ./pharo-vm/include/pharovm/pharoClient.h  
   creating: ./pharo-vm/include/pharovm/semaphores/
  inflating: ./pharo-vm/include/pharovm/semaphores/pSemaphore.h  
  inflating: ./pharo-vm/resources/mac/PharoChanges.icns  
  inflating: ./pharo-vm/resources/mac/PharoImage.icns  
  inflating: ./pharo-vm/resources/mac/PharoSources.icns  
   creating: ./pharo-vm/resources/windows/
  inflating: ./pharo-vm/resources/windows/Pharo.exe.manifest.in  
  inflating: ./pharo-vm/resources/windows/Pharo.ico  
  inflating: ./pharo-vm/resources/windows/Pharo.rc.in  
  inflating: ./pharo-vm/resources/windows/PharoConsole.exe.manifest.in  
  inflating: ./pharo-vm/resources/windows/PharoConsole.rc.in  
  inflating: ./pharo-vm/resources/windows/PharoDLL.rc.in  
  inflating: ./pharo-vm/resources/windows/dialogs.rc  
   creating: ./pharo-vm/scripts/
  inflating: ./pharo-vm/scripts/installCygwin.ps1  
  inflating: ./pharo-vm/scripts/installVMMaker.st  
  inflating: ./pharo-vm/scripts/runScriptInCygwinBash.ps1  
  inflating: ./pharo-vm/scripts/runTests.sh  
   creating: ./pharo-vm/src/
  inflating: ./pharo-vm/src/client.c  
  inflating: ./pharo-vm/src/debug.c  
  inflating: ./pharo-vm/src/debugUnix.c  
  inflating: ./pharo-vm/src/errorCode.c  
  inflating: ./pharo-vm/src/externalPrimitives.c  
  inflating: ./pharo-vm/src/fileDialogCommon.c  
  inflating: ./pharo-vm/src/fileDialogMac.m  
  inflating: ./pharo-vm/src/fileDialogUnix.c  
  inflating: ./pharo-vm/src/fileDialogWin32.c  
  inflating: ./pharo-vm/src/fileUtils.c  
  inflating: ./pharo-vm/src/fileUtilsWin.c  
  inflating: ./pharo-vm/src/imageAccess.c  
  inflating: ./pharo-vm/include/pharovm/semaphores/pharoSemaphore.h  
  inflating: ./pharo-vm/include/pharovm/semaphores/platformSemaphore.h  
  inflating: ./pharo-vm/include/pharovm/sigjmp_support.h  
  inflating: ./pharo-vm/include/pharovm/sqNamedPrims.h  
  inflating: ./pharo-vm/include/pharovm/stringUtilities.h  
   creating: ./pharo-vm/include/pharovm/threadSafeQueue/
  inflating: ./pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h  
   creating: ./pharo-vm/include/pharovm/threads/
  inflating: ./pharo-vm/include/pharovm/threads/vmthread.h  
   creating: ./pharo-vm/include/pharovm/win/
  inflating: ./pharo-vm/include/pharovm/win/resources.h  
  inflating: ./pharo-vm/macros.cmake  
   creating: ./pharo-vm/packaging/
   creating: ./pharo-vm/packaging/linux/
   creating: ./pharo-vm/packaging/linux/bin/
  inflating: ./pharo-vm/packaging/linux/bin/launch.sh.in  
  inflating: ./pharo-vm/packaging/linux/launch.sh.in  
   creating: ./pharo-vm/plugins/
  inflating: ./pharo-vm/plugins.cmake  
  inflating: ./pharo-vm/plugins.macros.cmake  
   creating: ./pharo-vm/plugins/UUIDPlugin/
   creating: ./pharo-vm/plugins/UUIDPlugin/common/
  inflating: ./pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c  
   creating: ./pharo-vm/resources/
  inflating: ./pharo-vm/resources/img.image  
   creating: ./pharo-vm/resources/mac/
  inflating: ./pharo-vm/resources/mac/Info.plist.in  
  inflating: ./pharo-vm/resources/mac/Pharo.icns  
  inflating: ./pharo-vm/resources/mac/PharoChanges.icns  
  inflating: ./pharo-vm/resources/mac/PharoImage.icns  

  inflating: ./pharo-vm/src/macAlias.c  
  inflating: ./pharo-vm/src/memoryUnix.c  
  inflating: ./pharo-vm/src/nullDisplay.c  
  inflating: ./pharo-vm/src/parameterVector.c  
  inflating: ./pharo-vm/src/parameters.c  
  inflating: ./pharo-vm/src/pathUtilities.c  
   creating: ./pharo-vm/src/semaphores/
  inflating: ./pharo-vm/src/semaphores/pharoSemaphore.c  
  inflating: ./pharo-vm/src/semaphores/platformSemaphore.c  
  inflating: ./pharo-vm/src/stringUtilities.c  
   creating: ./pharo-vm/src/threadSafeQueue/
  inflating: ./pharo-vm/src/threadSafeQueue/threadSafeQueue.c  
  inflating: ./pharo-vm/src/unixMain.c  
   creating: ./pharo-vm/src/utils/
  inflating: ./pharo-vm/src/utils.c  
  inflating: ./pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S  
  inflating: ./pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S  
  inflating: ./pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S  
  inflating: ./pharo-vm/src/utilsMac.mm  
   creating: ./pharo-vm/src/win/
  inflating: ./pharo-vm/src/win/winDebug.c  
  inflating: ./pharo-vm/src/win/winDebugMenu.c  
  inflating: ./pharo-vm/src/win/winDebugWindow.c  
  inflating: ./pharo-vm/src/win32Main.c  
  inflating: ./pharo-vm/version.info  
  inflating: ./pharo-vm/resources/mac/PharoSources.icns  
   creating: ./pharo-vm/resources/windows/
  inflating: ./pharo-vm/resources/windows/Pharo.exe.manifest.in  
  inflating: ./pharo-vm/resources/windows/Pharo.ico  
  inflating: ./pharo-vm/resources/windows/Pharo.rc.in  
  inflating: ./pharo-vm/resources/windows/PharoConsole.exe.manifest.in  
  inflating: ./pharo-vm/resources/windows/PharoConsole.rc.in  
  inflating: ./pharo-vm/resources/windows/PharoDLL.rc.in  
  inflating: ./pharo-vm/resources/windows/dialogs.rc  
   creating: ./pharo-vm/scripts/
  inflating: ./pharo-vm/scripts/installCygwin.ps1  
  inflating: ./pharo-vm/scripts/installVMMaker.st  
  inflating: ./pharo-vm/scripts/runScriptInCygwinBash.ps1  
  inflating: ./pharo-vm/scripts/runTests.sh  
   creating: ./pharo-vm/src/
  inflating: ./pharo-vm/src/client.c  
  inflating: ./pharo-vm/src/debug.c  
  inflating: ./pharo-vm/src/debugUnix.c  
  inflating: ./pharo-vm/src/errorCode.c  
  inflating: ./pharo-vm/src/externalPrimitives.c  
  inflating: ./pharo-vm/src/fileDialogCommon.c  
  inflating: ./pharo-vm/src/fileDialogMac.m  
  inflating: ./pharo-vm/src/fileDialogUnix.c  
  inflating: ./pharo-vm/src/fileDialogWin32.c  
  inflating: ./pharo-vm/src/fileUtils.c  
  inflating: ./pharo-vm/src/fileUtilsWin.c  
  inflating: ./pharo-vm/src/imageAccess.c  
  inflating: ./pharo-vm/src/macAlias.c  
  inflating: ./pharo-vm/src/memoryUnix.c  
  inflating: ./pharo-vm/src/nullDisplay.c  
  inflating: ./pharo-vm/src/parameterVector.c  
  inflating: ./pharo-vm/src/parameters.c  
  inflating: ./pharo-vm/src/pathUtilities.c  
   creating: ./pharo-vm/src/semaphores/
  inflating: ./pharo-vm/src/semaphores/pharoSemaphore.c  
  inflating: ./pharo-vm/src/semaphores/platformSemaphore.c  
  inflating: ./pharo-vm/src/stringUtilities.c  
   creating: ./pharo-vm/src/threadSafeQueue/
  inflating: ./pharo-vm/src/threadSafeQueue/threadSafeQueue.c  
  inflating: ./pharo-vm/src/unixMain.c  
   creating: ./pharo-vm/src/utils/
  inflating: ./pharo-vm/src/utils.c  
  inflating: ./pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S  
  inflating: ./pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S  
  inflating: ./pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S  
  inflating: ./pharo-vm/src/utilsMac.mm  
   creating: ./pharo-vm/src/win/
  inflating: ./pharo-vm/src/win/winDebug.c  
  inflating: ./pharo-vm/src/win/winDebugMenu.c  
  inflating: ./pharo-vm/src/win/winDebugWindow.c  
  inflating: ./pharo-vm/src/win32Main.c  
  inflating: ./pharo-vm/version.info  
[Pipeline] sh
[Pipeline] sh
+ mv pharo-vm repository
[Pipeline] }
[Pipeline] // stage
+ mv pharo-vm repository
[Pipeline] stage
[Pipeline] { (Build-Linux-aarch64-CoInterpreter)
[Pipeline] }
[Pipeline] cmakeBuild
[build] $ docker exec --workdir /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** a0bfa810bc79524c549db91b17e689fc69a692d3b4e5aaf41edb87b33f98cc8a /usr/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl -DGENERATE_SOURCES=FALSE -DGENERATED_SOURCE_DIR=../repository/ /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Linux-armv7l-CoInterpreter)
[Pipeline] cmakeBuild
[build] $ docker exec --workdir /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** --env ******** 2ea255f6c16b64c0736449faaadcd59189bf67b496569262db34e185ba1797c6 /usr/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl -DGENERATE_SOURCES=FALSE -DGENERATED_SOURCE_DIR=../repository/ /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository
-- CMAKE_GENERATOR=Unix Makefiles
fatal: not a git repository (or any parent up to mount point /Users/lse/Workspace/workspace)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /Users/lse/Workspace/workspace)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /Users/lse/Workspace/workspace)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
-- I couldn't get version information from git, using the version.info next to the sources
-- Building version 9.0.10-db55890
-- Commit hash db55890 : 2021-11-25 11:12:35 +0100
-- No user build settings.
-- v9.0.10 - Commit: db55890 - Date: 2021-11-25 11:12:35 +0100
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- CMAKE_GENERATOR=Unix Makefiles
fatal: not a git repository (or any parent up to mount point /Users/lse/Workspace/workspace)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /Users/lse/Workspace/workspace)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /Users/lse/Workspace/workspace)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
-- I couldn't get version information from git, using the version.info next to the sources
-- Building version 9.0.10-db55890
-- Commit hash db55890 : 2021-11-25 11:12:35 +0100
-- No user build settings.
-- v9.0.10 - Commit: db55890 - Date: 2021-11-25 11:12:35 +0100
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- The C compiler identification is GNU 8.3.0
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: aarch64
-- Full Platform name: Linux-aarch64
-- Building Pharo with executable named pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- The CXX compiler identification is GNU 8.3.0
-- Check for working C compiler: /usr/bin/cc
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - found
-- Looking for include file unistd.h
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - found
-- C Compiler: /usr/bin/cc
-- C++ Compiler: /usr/bin/c++
-- Resource Compiler: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-download
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: armv7l
Switched to a new branch 'v3.3-cmake'
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: AARCH64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Check size of double
-- Full Platform name: Linux-armv7l
-- Building Pharo with executable named pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Success
-- Looking for alloca.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - found
-- Checking if .eh_frame section is read-only - yes
-- Checking HAVE_AS_X86_PCREL - yes
-- Check size of long - done
-- Check size of long long
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - yes
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Success
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Using uuid library:/usr/lib/aarch64-linux-gnu/libuuid.so
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Found OpenSSL: /usr/lib/aarch64-linux-gnu/libcrypto.so (found version "1.1.1f")  
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Linux-aarch64: openssl-1.1.1k
-- Downloading/updating openssl-1.1.1k
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-download
Scanning dependencies of target openssl-1.1.1k-download
[ 11%] Creating directories for 'openssl-1.1.1k-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.1.1k-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-aarch64/third-party/openssl-1.1.1k.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 15% complete]
-- [download 37% complete]
-- [download 55% complete]
-- [download 71% complete]
-- [download 87% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.1.1k-download'
[ 44%] No update step for 'openssl-1.1.1k-download'
[ 55%] No configure step for 'openssl-1.1.1k-download'
[ 66%] No build step for 'openssl-1.1.1k-download'
[ 77%] No install step for 'openssl-1.1.1k-download'
[ 88%] No test step for 'openssl-1.1.1k-download'
[100%] Completed 'openssl-1.1.1k-download'
[100%] Built target openssl-1.1.1k-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libcrypto.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libcrypto.so.1.1
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libssl.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libssl.so.1.1
Adding third-party libraries for Linux-aarch64: libssh2-1.9.0
-- Downloading/updating libssh2-1.9.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-download
Scanning dependencies of target libssh2-1.9.0-download
[ 11%] Creating directories for 'libssh2-1.9.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-aarch64/third-party/libssh2-1.9.0.zip'
-- [download 0% complete]
-- [download 5% complete]
-- Check size of long long - done
-- Check size of void*
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.9.0-download'
[ 44%] No update step for 'libssh2-1.9.0-download'
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 66%] No build step for 'libssh2-1.9.0-download'
[ 77%] No install step for 'libssh2-1.9.0-download'
[ 88%] No test step for 'libssh2-1.9.0-download'
[100%] Completed 'libssh2-1.9.0-download'
[100%] Built target libssh2-1.9.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.so.1
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.so.1.0.1
Adding third-party libraries for Linux-aarch64: libgit2-1.0.1
-- Downloading/updating libgit2-1.0.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-download
Scanning dependencies of target libgit2-1.0.1-download
[ 11%] Creating directories for 'libgit2-1.0.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.0.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-aarch64/third-party/libgit2-1.0.1.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 25% complete]
-- [download 73% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-1.0.1-download'
[ 44%] No update step for 'libgit2-1.0.1-download'
[ 55%] No configure step for 'libgit2-1.0.1-download'
[ 66%] No build step for 'libgit2-1.0.1-download'
[ 77%] No install step for 'libgit2-1.0.1-download'
[ 88%] No test step for 'libgit2-1.0.1-download'
[100%] Completed 'libgit2-1.0.1-download'
[100%] Built target libgit2-1.0.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src/libgit2.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src/libgit2.so.1.0
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src/libgit2.so.1.0.1
Adding third-party libraries for Linux-aarch64: zlib-1.2.11
-- Downloading/updating zlib-1.2.11
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-download
Scanning dependencies of target zlib-1.2.11-download
[ 11%] Creating directories for 'zlib-1.2.11-download'
[ 22%] Performing download step (download, verify and extract) for 'zlib-1.2.11-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-download/zlib-1.2.11-download-prefix/src/zlib-1.2.11.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-aarch64/third-party/zlib-1.2.11.zip'
-- [download 0% complete]
-- [download 16% complete]
-- [download 65% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-download/zlib-1.2.11-download-prefix/src/zlib-1.2.11.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'zlib-1.2.11-download'
[ 44%] No update step for 'zlib-1.2.11-download'
[ 55%] No configure step for 'zlib-1.2.11-download'
[ 66%] No build step for 'zlib-1.2.11-download'
[ 77%] No install step for 'zlib-1.2.11-download'
[ 88%] No test step for 'zlib-1.2.11-download'
[100%] Completed 'zlib-1.2.11-download'
[100%] Built target zlib-1.2.11-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-src/libz.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-src/libz.so.1
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-src/libz.so.1.2.11
Adding third-party libraries for Linux-aarch64: freetype-2.10.0
-- Downloading/updating freetype-2.10.0
-- Configuring done
-- Check size of void* - done
-- int 4
-- long 4
-- long long 8
-- void* 4
-- Writing libraries to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-download
Scanning dependencies of target freetype-2.10.0-download
[ 11%] Creating directories for 'freetype-2.10.0-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.10.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-aarch64/third-party/freetype-2.10.0.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 63% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.10.0-download'
[ 44%] No update step for 'freetype-2.10.0-download'
[ 55%] No configure step for 'freetype-2.10.0-download'
[ 66%] No build step for 'freetype-2.10.0-download'
[ 77%] No install step for 'freetype-2.10.0-download'
[ 88%] No test step for 'freetype-2.10.0-download'
[100%] Completed 'freetype-2.10.0-download'
[100%] Built target freetype-2.10.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-src/libfreetype.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-src/libfreetype.so.6
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-src/libfreetype.so.6.17.0
Adding third-party libraries for Linux-aarch64: pixman-0.40.0
-- Downloading/updating pixman-0.40.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-download
Scanning dependencies of target pixman-0.40.0-download
[ 11%] Creating directories for 'pixman-0.40.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.40.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-aarch64/third-party/pixman-0.40.0.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 26% complete]
-- [download 49% complete]
-- [download 73% complete]
-- [download 95% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.40.0-download'
[ 44%] No update step for 'pixman-0.40.0-download'
[ 55%] No configure step for 'pixman-0.40.0-download'
[ 66%] No build step for 'pixman-0.40.0-download'
[ 77%] No install step for 'pixman-0.40.0-download'
[ 88%] No test step for 'pixman-0.40.0-download'
[100%] Completed 'pixman-0.40.0-download'
[100%] Built target pixman-0.40.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src/libpixman-1.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src/libpixman-1.so.0
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src/libpixman-1.so.0.40.0
Adding third-party libraries for Linux-aarch64: cairo-1.16.0
-- Downloading/updating cairo-1.16.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-download
Scanning dependencies of target cairo-1.16.0-download
[ 11%] Creating directories for 'cairo-1.16.0-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.16.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-aarch64/third-party/cairo-1.16.0.zip'
-- Looking for include file features.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- [download 1% complete]
-- [download 2% complete]
-- [download 6% complete]
-- [download 60% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.16.0-download'
[ 44%] No update step for 'cairo-1.16.0-download'
[ 55%] No configure step for 'cairo-1.16.0-download'
[ 66%] No build step for 'cairo-1.16.0-download'
[ 77%] No install step for 'cairo-1.16.0-download'
[ 88%] No test step for 'cairo-1.16.0-download'
[100%] Completed 'cairo-1.16.0-download'
[100%] Built target cairo-1.16.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo-script-interpreter.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo-script-interpreter.so.2
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo-script-interpreter.so.2.11600.0
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo.so.2
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo.so.2.11600.0
Adding third-party libraries for Linux-aarch64: libpng-1.6.37
-- Downloading/updating libpng-1.6.37
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-download
Scanning dependencies of target libpng-1.6.37-download
[ 11%] Creating directories for 'libpng-1.6.37-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.37-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-aarch64/third-party/libpng-1.6.37.zip'
-- [download 5% complete]
-- [download 30% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.6.37-download'
[ 44%] No update step for 'libpng-1.6.37-download'
[ 55%] No configure step for 'libpng-1.6.37-download'
[ 66%] No build step for 'libpng-1.6.37-download'
[ 77%] No install step for 'libpng-1.6.37-download'
[ 88%] No test step for 'libpng-1.6.37-download'
[100%] Completed 'libpng-1.6.37-download'
[100%] Built target libpng-1.6.37-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng16.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng16.so.16
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng16.so.16.37.0
-- Downloading SDL2 binary
Adding third-party libraries for Linux-aarch64: SDL2-2.0.14
-- Downloading/updating SDL2-2.0.14
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-download
Scanning dependencies of target SDL2-2.0.14-download
[ 11%] Creating directories for 'SDL2-2.0.14-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.14-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-aarch64/third-party/SDL2-2.0.14.zip'
-- [download 0% complete]
-- [download 2% complete]
-- [download 20% complete]
-- [download 34% complete]
-- [download 46% complete]
-- [download 54% complete]
-- [download 62% complete]
-- [download 69% complete]
-- [download 76% complete]
-- [download 90% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-src'
-- extracting... [tar xfz]
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/time.h
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.14-download'
[ 44%] No update step for 'SDL2-2.0.14-download'
[ 55%] No configure step for 'SDL2-2.0.14-download'
[ 66%] No build step for 'SDL2-2.0.14-download'
[ 77%] No install step for 'SDL2-2.0.14-download'
[ 88%] No test step for 'SDL2-2.0.14-download'
[100%] Completed 'SDL2-2.0.14-download'
[100%] Built target SDL2-2.0.14-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-src/libSDL2-2.0.so.0
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-src/libSDL2-2.0.so.0.7.0
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-src/libSDL2.so
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build
[Pipeline] {
[Pipeline] sh
+ VERBOSE=1 make install package
/usr/bin/cmake -S/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository -B/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
Scanning dependencies of target objlib
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[  0%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/closures.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/closures.c:123: warning: "FFI_MMAP_EXEC_WRIT" redefined
  123 | #  define FFI_MMAP_EXEC_WRIT 1
      | 
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/include/ffi_common.h:17,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/closures.c:36:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include/fficonfig.h:27: note: this is the location of the previous definition
   27 | #define FFI_MMAP_EXEC_WRIT 0
      | 
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c: In function 'ffi_java_raw_call':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:317:3: warning: 'ffi_java_raw_to_ptrarray' is deprecated [-Wdeprecated-declarations]
  317 |   ffi_java_raw_to_ptrarray (cif, raw, avalue);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:76:1: note: declared here
   76 | ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c: In function 'ffi_java_translate_args':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:328:3: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
  328 |   ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
      |   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:45:1: note: declared here
   45 | ffi_java_raw_size (ffi_cif *cif)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
  331 |   ffi_java_ptrarray_to_raw (cif, avalue, raw);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:157:1: note: declared here
  157 | ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c: In function 'ffi_prep_java_raw_closure':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:369:3: warning: 'ffi_prep_java_raw_closure_loc' is deprecated [-Wdeprecated-declarations]
  369 |   return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
      |   ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/java_raw_api.c:337:1: note: declared here
  337 | ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/prep_cif.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/raw_api.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/types.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/types.c
[  4%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/aarch64/sysv.S.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/aarch64/sysv.S.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/aarch64/sysv.S
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/aarch64/ffi.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/aarch64/ffi.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src/src/aarch64/ffi.c
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[  4%] Built target objlib
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-src /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[  4%] Linking C shared library ../build/vm/libffi.so
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build && /usr/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libffi.so -o ../build/vm/libffi.so CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/aarch64/sysv.S.o CMakeFiles/objlib.dir/src/aarch64/ffi.c.o  -Wl,-rpath,@executable_path/Plugins 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[  4%] Built target ffi_shared
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[  5%] Copying libffi binaries to '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/libffi.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[  5%] Built target libffi_copy
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/PharoVMCore.dir/depend.internal".
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - found
-- C Compiler: /usr/bin/cc
-- C++ Compiler: /usr/bin/c++
-- Resource Compiler: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[  6%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debug.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debug.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debug.c: In function 'getVersionInfo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debug.c:145:16: warning: unused variable '__cogitBuildInfo' [-Wunused-variable]
  145 |   extern char *__cogitBuildInfo;
      |                ^~~~~~~~~~~~~~~~
[  6%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utils.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utils.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utils.c: In function 'sqGetFilenameFromString':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utils.c:401:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  401 |                 if (++numLinks > MAXSYMLINKS)
      |                 ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utils.c:404:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  404 |              filenameLength= readlink(aCharBuffer, linkbuf, PATH_MAX);
      |              ^~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/utils.c:496:17: warning: 'max' defined but not used [-Wunused-function]
  496 | static long int max(long int x, long int y) { return (x > y) ? x : y; }
      |                 ^~~
[  7%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/errorCode.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/errorCode.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[  8%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:215:1: warning: 'dropShutdown' defined but not used [-Wunused-function]
  215 | dropShutdown (void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/nullDisplay.c:208:1: warning: 'dropInit' defined but not used [-Wunused-function]
  208 | dropInit (void)
      | ^~~~~~~~
[  8%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/externalPrimitives.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/externalPrimitives.c:33:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[  9%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/client.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/client.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/client.c: In function 'loadPharoImage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/client.c:212:12: warning: variable 'imageSize' set but not used [-Wunused-but-set-variable]
  212 |     size_t imageSize = 0;
      |            ^~~~~~~~~
[ 10%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/pathUtilities.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pathUtilities.h:8,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/pathUtilities.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 10%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/parameterVector.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/parameterVector.h:10,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/parameterVector.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/parameters.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/parameters.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/parameters.c: In function 'vm_parameters_ensure_interactive_image_parameter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/parameters.c:347:14: warning: unused variable 'headlessParameter' [-Wunused-variable]
  347 |  const char* headlessParameter = "--headless";
      |              ^~~~~~~~~~~~~~~~~
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/fileDialogCommon.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/fileDialog.h:4,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/fileDialogCommon.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/stringUtilities.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/stringUtilities.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/stringUtilities.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/imageAccess.c
Checking out files:  46% (190/411)   
Checking out files:  47% (194/411)   
Checking out files:  48% (198/411)   
Checking out files:  49% (202/411)   
Checking out files:  50% (206/411)   
Checking out files:  51% (210/411)   
Checking out files:  52% (214/411)   
Checking out files:  53% (218/411)   
Checking out files:  54% (222/411)   
Checking out files:  55% (227/411)   
Checking out files:  56% (231/411)   
Checking out files:  57% (235/411)   
Checking out files:  58% (239/411)   
Checking out files:  59% (243/411)   
Checking out files:  60% (247/411)   
Checking out files:  61% (251/411)   
Checking out files:  62% (255/411)   
Checking out files:  63% (259/411)   
Checking out files:  64% (264/411)   
Checking out files:  65% (268/411)   
Checking out files:  66% (272/411)   
Checking out files:  67% (276/411)   
Checking out files:  68% (280/411)   
Checking out files:  69% (284/411)   
Checking out files:  70% (288/411)   
Checking out files:  71% (292/411)   
Checking out files:  72% (296/411)   
Checking out files:  73% (301/411)   
Checking out files:  74% (305/411)   
Checking out files:  75% (309/411)   
Checking out files:  76% (313/411)   
Checking out files:  77% (317/411)   
Checking out files:  78% (321/411)   
Checking out files:  79% (325/411)   
Checking out files:  80% (329/411)   
Checking out files:  81% (333/411)   
Checking out files:  82% (338/411)   
Checking out files:  83% (342/411)   
Checking out files:  84% (346/411)   
Checking out files:  85% (350/411)   
Checking out files:  86% (354/411)   
Checking out files:  87% (358/411)   
Checking out files:  88% (362/411)   
Checking out files:  89% (366/411)   
Checking out files:  90% (370/411)   
Checking out files:  91% (375/411)   
Checking out files:  92% (379/411)   
Checking out files:  93% (383/411)   
Checking out files:  94% (387/411)   
Checking out files:  95% (391/411)   
Checking out files:  96% (395/411)   
Checking out files:  97% (399/411)   
Checking out files:  98% (403/411)   
Checking out files:  99% (407/411)   
Checking out files: 100% (411/411)   
Checking out files: 100% (411/411), done.
Switched to a new branch 'v3.3-cmake'
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/imageAccess.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/semaphores/platformSemaphore.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/semaphores/platformSemaphore.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c: In function 'primitiveReleaseParametersForCall':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveCalls.c:102:8: warning: variable 'aReturnAddress' set but not used [-Wunused-but-set-variable]
  102 |  sqInt aReturnAddress;
      |        ^~~~~~~~~~~~~~
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveUtils.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/primitiveUtils.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c: In function 'fillBasicType':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/types.c:112:2: warning: 'address' may be used uninitialized in this function [-Wmaybe-uninitialized]
  112 |  setHandler(aOop, address);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/typesPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/utils.c
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: ARM
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/utils.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c:3:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c: In function 'sameThreadCallbackEnter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
   34 |  sqInt flags;
      |        ^~~~~
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/callbacks.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c: In function 'primitiveRegisterCallback':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
  102 |     void *handler;
      |           ^~~~~~~
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/callbacks.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/callbacks/callbacks.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/semaphores/pharoSemaphore.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/semaphores/pharoSemaphore.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/threadSafeQueue/threadSafeQueue.c
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/threadSafeQueue/threadSafeQueue.c:2:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/pThreadedFFI.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/pThreadedFFI.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/worker.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/worker.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerPrimitives.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerTask.c
-- Performing Test HAVE_MMAP_DEV_ZERO - Success
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/callbacks.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/workerTask.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/src/worker/workerTask.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'computeMaximumSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3553:8: warning: statement with no effect [-Wunused-value]
 3553 |   error("Case not found and no otherwise clause");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3142:11: warning: variable 'twoComplement5' set but not used [-Wunused-but-set-variable]
 3142 |     sqInt twoComplement5;
      |           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3141:11: warning: variable 'twoComplement4' set but not used [-Wunused-but-set-variable]
 3141 |     sqInt twoComplement4;
      |           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3140:11: warning: variable 'twoComplement3' set but not used [-Wunused-but-set-variable]
 3140 |     sqInt twoComplement3;
      |           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3139:11: warning: variable 'twoComplement2' set but not used [-Wunused-but-set-variable]
 3139 |     sqInt twoComplement2;
      |           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3138:11: warning: variable 'twoComplement1' set but not used [-Wunused-but-set-variable]
 3138 |     sqInt twoComplement1;
      |           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3137:11: warning: variable 'twoComplement' set but not used [-Wunused-but-set-variable]
 3137 |     sqInt twoComplement;
      |           ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3123:14: warning: variable 'n2' set but not used [-Wunused-but-set-variable]
 3123 |     uint32_t n2;
      |              ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3122:14: warning: variable 'n1' set but not used [-Wunused-but-set-variable]
 3122 |     uint32_t n1;
      |              ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3115:14: warning: variable 'immr1' set but not used [-Wunused-but-set-variable]
 3115 |     uint32_t immr1;
      |              ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3114:14: warning: variable 'immr' set but not used [-Wunused-but-set-variable]
 3114 |     uint32_t immr;
      |              ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'concretizeCmpCwR':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3681:12: warning: variable 'constant' set but not used [-Wunused-but-set-variable]
 3681 |     usqInt constant;
      |            ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'concretizeXorCwR':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3936:12: warning: variable 'constant' set but not used [-Wunused-but-set-variable]
 3936 |     usqInt constant;
      |            ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'dispatchConcretize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4466:8: warning: statement with no effect [-Wunused-value]
 4466 |   error("ARMv8 / aarch64 does not support conditions encoded in the instruction");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4610:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4610 |   offset3 = (((int) jumpTarget3)) - (((int) (((self_in_dispatchConcretize->address)))));
      |               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4629:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4629 |   offset4 = (((int) jumpTarget4)) - (((int) (((self_in_dispatchConcretize->address)))));
      |               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4648:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4648 |   offset5 = (((int) jumpTarget5)) - (((int) (((self_in_dispatchConcretize->address)))));
      |               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4667:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4667 |   offset6 = (((int) jumpTarget6)) - (((int) (((self_in_dispatchConcretize->address)))));
      |               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4686:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4686 |   offset7 = (((int) jumpTarget7)) - (((int) (((self_in_dispatchConcretize->address)))));
      |               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4705:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4705 |   offset8 = (((int) jumpTarget8)) - (((int) (((self_in_dispatchConcretize->address)))));
      |               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4724:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4724 |   offset9 = (((int) jumpTarget9)) - (((int) (((self_in_dispatchConcretize->address)))));
      |               ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4744:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4744 |   offset10 = (((int) jumpTarget10)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4764:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4764 |   offset11 = (((int) jumpTarget20)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4783:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4783 |   offset12 = (((int) jumpTarget21)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4802:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4802 |   offset13 = (((int) jumpTarget22)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4821:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4821 |   offset14 = (((int) jumpTarget23)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4840:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4840 |   offset15 = (((int) jumpTarget24)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4859:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4859 |   offset16 = (((int) jumpTarget25)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4878:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4878 |   offset17 = (((int) jumpTarget26)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4897:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4897 |   offset18 = (((int) jumpTarget27)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4916:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4916 |   offset19 = (((int) jumpTarget28)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4935:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4935 |   offset20 = (((int) jumpTarget29)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4954:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4954 |   offset21 = (((int) jumpTarget30)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4973:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4973 |   offset22 = (((int) jumpTarget31)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4992:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 4992 |   offset23 = (((int) jumpTarget32)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:5011:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 5011 |   offset24 = (((int) jumpTarget33)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:5030:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 5030 |   offset25 = (((int) jumpTarget34)) - (((int) (((self_in_dispatchConcretize->address)))));
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:5963:31: warning: statement with no effect [-Wunused-value]
 5963 |    (self_in_dispatchConcretize->machineCodeSize);
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:6756:8: warning: statement with no effect [-Wunused-value]
 6756 |   error("Case not found and no otherwise clause");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4462:12: warning: variable 'word4' set but not used [-Wunused-but-set-variable]
 4462 |     usqInt word4;
      |            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4452:11: warning: variable 'u' set but not used [-Wunused-but-set-variable]
 4452 |     sqInt u;
      |           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4451:11: warning: variable 'twoComplement6' set but not used [-Wunused-but-set-variable]
 4451 |     sqInt twoComplement6;
      |           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4450:11: warning: variable 'twoComplement5' set but not used [-Wunused-but-set-variable]
 4450 |     sqInt twoComplement5;
      |           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4446:11: warning: variable 'twoComplement1' set but not used [-Wunused-but-set-variable]
 4446 |     sqInt twoComplement1;
      |           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4445:11: warning: variable 'twoComplement' set but not used [-Wunused-but-set-variable]
 4445 |     sqInt twoComplement;
      |           ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4354:11: warning: variable 'positive' set but not used [-Wunused-but-set-variable]
 4354 |     sqInt positive;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4343:11: warning: variable 'offset37' set but not used [-Wunused-but-set-variable]
 4343 |     sqInt offset37;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4333:11: warning: variable 'offset28' set but not used [-Wunused-but-set-variable]
 4333 |     sqInt offset28;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4268:26: warning: variable 'jumpTarget2' set but not used [-Wunused-but-set-variable]
 4268 |     AbstractInstruction *jumpTarget2;
      |                          ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4241:26: warning: variable 'jumpTarget' set but not used [-Wunused-but-set-variable]
 4241 |     AbstractInstruction *jumpTarget;
      |                          ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:4233:12: warning: variable 'instrOffset2' set but not used [-Wunused-but-set-variable]
 4233 |     usqInt instrOffset2;
      |            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'inverseOpcodeFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7440:8: warning: statement with no effect [-Wunused-value]
 7440 |   error("opcode has no inverse");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'prepareStackToCallCFunctionInSmalltalkStack':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8375:50: warning: left shift count >= width of type [-Wshift-count-overflow]
 8375 |  anInstruction = genoperandoperand(AndCqR, (1ULL << 64) - 16, Extra2Reg);
      |                                                  ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8377:51: warning: left shift count >= width of type [-Wshift-count-overflow]
 8377 |   (anInstruction->dependent = locateLiteral((1ULL << 64) - 16));
      |                                                   ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'rewriteConditionalJumpLongAttarget':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8502:8: warning: statement with no effect [-Wunused-value]
 8502 |   error("linking callsite to invalid address");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'rewriteCPICJumpAttarget':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8529:8: warning: statement with no effect [-Wunused-value]
 8529 |   error("linking callsite to invalid address");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'rewriteTransferAttarget':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8585:8: warning: statement with no effect [-Wunused-value]
 8585 |   error("linking callsite to invalid address");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'addCogMethodsToHeapMap':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:9323:31: note: in expansion of macro 'roundUpLength'
 9323 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'addressIsInInstructions':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:9346:29: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
 9346 |  return !((usqInt)(address) & BytesPerWord-1) \
      |                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'allMachineCodeObjectReferencesValid':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:9408:31: note: in expansion of macro 'roundUpLength'
 9408 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'allMethodsHaveCorrectHeader':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:9426:31: note: in expansion of macro 'roundUpLength'
 9426 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'callCogCodePopReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:9778:7: warning: statement with no effect [-Wunused-value]
 9778 |  error("what??");
      |       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'ceCPICMissreceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:9811:11: warning: variable 'result' set but not used [-Wunused-but-set-variable]
 9811 |     sqInt result;
      |           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'ceSICMiss':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:9921:11: warning: variable 'result' set but not used [-Wunused-but-set-variable]
 9921 |     sqInt result;
      |           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:9913:11: warning: variable 'entryPoint' set but not used [-Wunused-but-set-variable]
 9913 |     sqInt entryPoint;
      |           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'checkAssertsEnabledInCogit':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:10041:11: warning: variable 'assertsAreEnabledInCogit' set but not used [-Wunused-but-set-variable]
10041 |     sqInt assertsAreEnabledInCogit;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'checkIfValidOopRefAndTargetpccogMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:10106:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
10106 |     sqInt *sendTable1;
      |            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'checkIfValidOopRefpccogMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:10224:12: warning: variable 'sendTable' set but not used [-Wunused-but-set-variable]
10224 |     sqInt *sendTable;
      |            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'checkIntegrityOfObjectReferencesInCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:10373:31: note: in expansion of macro 'roundUpLength'
10373 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'cleanUpFailingCogCodeConstituents':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:10442:31: note: in expansion of macro 'roundUpLength'
10442 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'cogCodeConstituents':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:10565:31: note: in expansion of macro 'roundUpLength'
10565 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:10614:31: note: in expansion of macro 'roundUpLength'
10614 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'cogMethodDoesntLookKosher':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:10801:72: warning: passing argument 1 of 'methodFor' makes pointer from integer without a cast [-Wint-conversion]
10801 |      || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
      |                                                              ~~~~~~~~~~^~~~~~~~~~~~~~~
      |                                                                        |
      |                                                                        sqInt {aka long int}
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:941:20: note: expected 'void *' but argument is of type 'sqInt' {aka 'long int'}
  941 | extern CogMethod * methodFor(void *address);
      |                    ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'cogOpenPICSelectornumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:10909:11: warning: variable 'mapSize' set but not used [-Wunused-but-set-variable]
10909 |     sqInt mapSize;
      |           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:10907:11: warning: variable 'end' set but not used [-Wunused-but-set-variable]
10907 |     sqInt end;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:10906:11: warning: variable 'codeSize' set but not used [-Wunused-but-set-variable]
10906 |     sqInt codeSize;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'collectCogConstituentForAnnotationMcpcBcpcMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:11120:36: warning: passing argument 1 of 'positive64BitIntegerFor' makes integer from pointer without a cast [-Wint-conversion]
11120 |  address = positive64BitIntegerFor(mcpc);
      |                                    ^~~~
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include/cointerp.h:93:46: note: expected 'long unsigned int' but argument is of type 'char *'
   93 | extern sqInt positive64BitIntegerFor(usqLong integerValue);
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:11111:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
11111 |     sqInt *sendTable1;
      |            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'compactPICsWithFreedTargets':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:11455:31: note: in expansion of macro 'roundUpLength'
11455 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'compileBlockEntry':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:11581:8: warning: statement with no effect [-Wunused-value]
11581 |   error("Case not found and no otherwise clause");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'compileCallFornumArgsargargargargresultRegregsToSave':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:11675:4: warning: statement with no effect [-Wunused-value]
11675 |   ((AbstractInstruction *) backEnd);
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:11689:4: warning: statement with no effect [-Wunused-value]
11689 |   ((AbstractInstruction *) backEnd);
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:11703:4: warning: statement with no effect [-Wunused-value]
11703 |   ((AbstractInstruction *) backEnd);
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:11717:4: warning: statement with no effect [-Wunused-value]
11717 |   ((AbstractInstruction *) backEnd);
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:11730:3: warning: statement with no effect [-Wunused-value]
11730 |  ((AbstractInstruction *) backEnd);
      |  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'compileEntry':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:11806:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
11806 |     AbstractInstruction * inst;
      |                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'computeEntryOffsets':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:49: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:11995:25: note: in expansion of macro 'roundUpLength'
11995 |  if (entryPointMask >= (roundUpLength(1))) {
      |                         ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:11996:8: warning: statement with no effect [-Wunused-value]
11996 |   error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'enterCogCodePopReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:12507:7: warning: statement with no effect [-Wunused-value]
12507 |  error("what??");
      |       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'fillInMethodHeadersizeselector':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:12701:9: warning: statement with no effect [-Wunused-value]
12701 |    error("too much code for stack check offset");
      |         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:12667:16: warning: variable 'originalMethod' set but not used [-Wunused-but-set-variable]
12667 |     CogMethod *originalMethod;
      |                ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'followForwardedMethods':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:12915:31: note: in expansion of macro 'roundUpLength'
12915 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'freeUnmarkedMachineCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:13017:31: note: in expansion of macro 'roundUpLength'
13017 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genEnilopmartForandandforCallcalled':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:13097:11: warning: variable 'size' set but not used [-Wunused-but-set-variable]
13097 |     sqInt size;
      |           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'generateClosedPICPrototype':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:13319:18: note: in expansion of macro 'roundUpLength'
13319 |  closedPICSize = roundUpLength(closedPICSize);
      |                  ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:13341:16: warning: assignment to 'sqInt' {aka 'long int'} from 'CogMethod *' {aka 'struct <anonymous> *'} makes integer from pointer without a cast [-Wint-conversion]
13341 |  cPICPrototype = cPIC;
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'generateCogFullBlock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:13381:14: note: in expansion of macro 'roundUpLength'
13381 |  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
      |              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'generateCogMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:13455:14: note: in expansion of macro 'roundUpLength'
13455 |  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
      |              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'generateOpenPICPrototype':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:13620:17: note: in expansion of macro 'roundUpLength'
13620 |  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
      |                 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:13620:67: note: in expansion of macro 'roundUpLength'
13620 |  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
      |                                                                   ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'generateVMOwnerLockFunctions':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:13736:11: warning: unused variable 'startAddress' [-Wunused-variable]
13736 |     sqInt startAddress;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:13735:11: warning: unused variable 'opcodeSize' [-Wunused-variable]
13735 |     sqInt opcodeSize;
      |           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:13734:11: warning: unused variable 'fixupSize' [-Wunused-variable]
13734 |     sqInt fixupSize;
      |           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'incrementUsageOfTargetIfLinkedSendmcpcignored':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14239:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
14239 |     sqInt *sendTable1;
      |            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'indexForSelectorinat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14309:7: warning: statement with no effect [-Wunused-value]
14309 |  error("could not find selector in method when unlinking send site");
      |       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'inverseBranchFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14523:8: warning: statement with no effect [-Wunused-value]
14523 |   error("Case not found and no otherwise clause");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14525:7: warning: statement with no effect [-Wunused-value]
14525 |  error("invalid opcode for inverse");
      |       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'mapObjectReferencesInMachineCodeForBecome':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14877:13: warning: statement with no effect [-Wunused-value]
14877 |        error("attempt to become two cogged methods");
      |             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14880:13: warning: statement with no effect [-Wunused-value]
14880 |        error("attempt to become cogged method into different method");
      |             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14936:31: note: in expansion of macro 'roundUpLength'
14936 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14842:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
14842 |     sqInt val;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'mapObjectReferencesInMachineCodeForFullGC':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15024:31: note: in expansion of macro 'roundUpLength'
15024 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'mapObjectReferencesInMachineCodeForYoungGC':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15062:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
15062 |     sqInt val;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'mapObjectReferencesInMachineCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15169:8: warning: statement with no effect [-Wunused-value]
15169 |   error("Case not found and no otherwise clause");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15172:8: warning: statement with no effect [-Wunused-value]
15172 |   error("youngReferrers list overflowed");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'markAndTraceMachineCodeOfMarkedMethods':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15294:31: note: in expansion of macro 'roundUpLength'
15294 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15196:11: warning: variable 'val1' set but not used [-Wunused-but-set-variable]
15196 |     sqInt val1;
      |           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15195:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
15195 |     sqInt val;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'markAndTraceOrFreeCogMethodfirstVisit':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15353:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
15353 |     sqInt val;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'markLiteralsAndUnlinkIfUnmarkedSendpcmethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15519:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
15519 |     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
      |                                                                                                                                            ^~~~
      |                                                                                                                                            |
      |                                                                                                                                            char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14457:78: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
14457 | inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
      |                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15463:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
15463 |     sqInt val;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'markLiteralspcmethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15540:11: warning: variable 'entryPoint1' set but not used [-Wunused-but-set-variable]
15540 |     sqInt entryPoint1;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15539:11: warning: variable 'cacheTag1' set but not used [-Wunused-but-set-variable]
15539 |     sqInt cacheTag1;
      |           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'noCogMethodsMaximallyMarked':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15963:31: note: in expansion of macro 'roundUpLength'
15963 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'outputInstructionsAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15996:39: warning: passing argument 1 of 'uint32AtPointerput' makes pointer from integer without a cast [-Wint-conversion]
15996 |    uint32AtPointerput(absoluteAddress + j, ((abstractInstruction->machineCode))[j / 4]);
      |                       ~~~~~~~~~~~~~~~~^~~
      |                                       |
      |                                       sqInt {aka long int}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:187:55: note: expected 'char *' but argument is of type 'sqInt' {aka 'long int'}
  187 |   static inline unsigned int uint32AtPointerput(char *ptr, unsigned int val) { return (*((unsigned int *)ptr)= val); }
      |                                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'outputInstructionsForGeneratedRuntimeAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16012:11: warning: variable 'size' set but not used [-Wunused-but-set-variable]
16012 |     sqInt size;
      |           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'recordRunTimeObjectReferences':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16209:10: warning: statement with no effect [-Wunused-value]
16209 |     error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
      |          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'relocateIfCallOrMethodReferencemcpcdelta':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16381:126: warning: passing argument 3 of 'indexForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
16381 |   rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
      |                                                                                                                              ^~~~
      |                                                                                                                              |
      |                                                                                                                              char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14287:66: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
14287 | indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
      |                                                            ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'remapIfObjectRefpchasYoung':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16443:6: warning: statement with no effect [-Wunused-value]
16443 |     ((AbstractInstruction *) backEnd);
      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16405:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
16405 |     sqInt *sendTable1;
      |            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'rewriteCPICCaseAttagobjReftarget':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16537:3: warning: statement with no effect [-Wunused-value]
16537 |  ((AbstractInstruction *) backEnd);
      |  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'spanForCleanBlockStartingAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16635:7: warning: statement with no effect [-Wunused-value]
16635 |  error("couldn't locate end of clean block");
      |       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'unlinkAllSends':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16805:31: note: in expansion of macro 'roundUpLength'
16805 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'unlinkIfFreeOrLinkedSendpcof':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16860:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
16860 |     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
      |                                                                                                                                            ^~~~
      |                                                                                                                                            |
      |                                                                                                                                            char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14457:78: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
14457 | inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
      |                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'unlinkIfInvalidClassSendpcignored':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16912:141: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
16912 |      rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
      |                                                                                                                                             ^~~~
      |                                                                                                                                             |
      |                                                                                                                                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14457:78: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
14457 | inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
      |                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'unlinkIfLinkedSendToFreepcignored':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16962:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
16962 |     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
      |                                                                                                                                            ^~~~
      |                                                                                                                                            |
      |                                                                                                                                            char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14457:78: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
14457 | inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
      |                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'unlinkIfLinkedSendpcignored':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17010:139: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
17010 |    rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
      |                                                                                                                                           ^~~~
      |                                                                                                                                           |
      |                                                                                                                                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14457:78: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
14457 | inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
      |                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'unlinkIfLinkedSendpcto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17058:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
17058 |     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
      |                                                                                                                                            ^~~~
      |                                                                                                                                            |
      |                                                                                                                                            char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14457:78: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
14457 | inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
      |                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'unlinkSendsLinkedForInvalidClasses':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17132:31: note: in expansion of macro 'roundUpLength'
17132 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'unlinkSendsOfisMNUSelector':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17198:32: note: in expansion of macro 'roundUpLength'
17198 |    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                                ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17210:32: note: in expansion of macro 'roundUpLength'
17210 |    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                                ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17262:31: note: in expansion of macro 'roundUpLength'
17262 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'unlinkSendsToFree':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17339:31: note: in expansion of macro 'roundUpLength'
17339 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'unlinkSendsToandFreeIf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17427:31: note: in expansion of macro 'roundUpLength'
17427 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'addAllToYoungReferrers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17513:31: note: in expansion of macro 'roundUpLength'
17513 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'addToYoungReferrers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17544:8: warning: statement with no effect [-Wunused-value]
17544 |   error("no room on youngReferrers list");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'clearCogCompiledCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17587:31: note: in expansion of macro 'roundUpLength'
17587 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'compactCompiledCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17623:28: note: in expansion of macro 'roundUpLength'
17623 |   source = ((CogMethod *) (roundUpLength((((sqInt)source)) + ((source->blockSize)))));
      |                            ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'freeOlderMethodsForCompaction':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17745:32: note: in expansion of macro 'roundUpLength'
17745 |    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                                ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'methodFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17801:32: note: in expansion of macro 'roundUpLength'
17801 |   nextMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                                ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'methodsCompiledToMachineCodeInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17829:31: note: in expansion of macro 'roundUpLength'
17829 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'numMethodsOfType':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17855:31: note: in expansion of macro 'roundUpLength'
17855 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'planCompaction':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17930:31: note: in expansion of macro 'roundUpLength'
17930 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'printCogMethods':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17968:31: note: in expansion of macro 'roundUpLength'
17968 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'printCogMethodsOfType':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17999:31: note: in expansion of macro 'roundUpLength'
17999 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'printCogMethodsWithMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:18016:31: note: in expansion of macro 'roundUpLength'
18016 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'printCogMethodsWithPrimitive':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:18033:31: note: in expansion of macro 'roundUpLength'
18033 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'printCogMethodsWithSelector':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:18050:31: note: in expansion of macro 'roundUpLength'
18050 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'relocateMethodsPreCompaction':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2233:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 2233 | #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
      |                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:18197:31: note: in expansion of macro 'roundUpLength'
18197 |   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
      |                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveClass':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:18652:11: warning: variable 'reg1' set but not used [-Wunused-but-set-variable]
18652 |     sqInt reg1;
      |           ^~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveAtSigned':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:21220:27: warning: variable 'first2' set but not used [-Wunused-but-set-variable]
21220 |     AbstractInstruction * first2;
      |                           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:21219:27: warning: variable 'first1' set but not used [-Wunused-but-set-variable]
21219 |     AbstractInstruction * first1;
      |                           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:21218:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
21218 |     AbstractInstruction * first;
      |                           ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveIdentityHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:21611:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
21611 |     AbstractInstruction * inst;
      |                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadInt32FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:21743:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
21743 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadInt32FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:21831:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
21831 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadUInt32FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:22043:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
22043 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadUInt32FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:22131:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
22131 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genEnsureOopInRegNotForwardedscratchReg':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24717:88: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
24717 |  return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
      |                                                                                        ^~~~~~~~~~~
      |                                                                                        |
      |                                                                                        AbstractInstruction * {aka struct _AbstractInstruction *}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1091:125: note: expected 'sqInt' {aka 'long int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 1091 | static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
      |                                                                                                                       ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24765:12: warning: assignment to 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} from 'sqInt' {aka 'long int'} makes pointer from integer without a cast [-Wint-conversion]
24765 |   finished = nonFwdJumpTargetOrZero;
      |            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genGetActiveContextLargeinBlock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24994:8: warning: statement with no effect [-Wunused-value]
24994 |   error("Case not found and no otherwise clause");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24925:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
24925 |     AbstractInstruction * inst;
      |                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genGetActiveContextNumArgslargeinBlock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:25248:9: warning: statement with no effect [-Wunused-value]
25248 |    error("Case not found and no otherwise clause");
      |         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:25268:9: warning: statement with no effect [-Wunused-value]
25268 |    error("Case not found and no otherwise clause");
      |         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveIdenticalOrNotIf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:25955:86: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
25955 |   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
      |                                                                                      ^~~~
      |                                                                                      |
      |                                                                                      AbstractInstruction * {aka struct _AbstractInstruction *}
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24727:98: note: expected 'sqInt' {aka 'long int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
24727 | genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
      |                                                                                            ~~~~~~^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:25984:86: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
25984 |   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
      |                                                                                      ^~~~
      |                                                                                      |
      |                                                                                      AbstractInstruction * {aka struct _AbstractInstruction *}
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24727:98: note: expected 'sqInt' {aka 'long int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
24727 | genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
      |                                                                                            ~~~~~~^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadChar16FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:26222:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
26222 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadChar16FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:26310:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
26310 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadChar32FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:26376:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
26376 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadChar32FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:26464:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
26464 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadInt16FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:26954:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
26954 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadInt16FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:27042:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
27042 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadInt8FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:27107:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
27107 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadInt8FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:27190:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
27190 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadUInt16FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:27420:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
27420 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveLoadUInt16FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:27508:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
27508 |     AbstractInstruction * first;
      |                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimitiveStringReplace':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:30024:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
30024 |     AbstractInstruction * inst;
      |                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genStoreCheckReceiverRegvalueRegscratchReginFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:30450:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
30450 |     AbstractInstruction * inst;
      |                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'rewriteInlineCacheAttagtarget':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31220:8: warning: statement with no effect [-Wunused-value]
31220 |   error("linking callsite to invalid address");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'usesOutOfLineLiteral':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31686:8: warning: statement with no effect [-Wunused-value]
31686 |   error("We should not be here!!!");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31388:11: warning: variable 'twoComplement4' set but not used [-Wunused-but-set-variable]
31388 |     sqInt twoComplement4;
      |           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31387:11: warning: variable 'twoComplement3' set but not used [-Wunused-but-set-variable]
31387 |     sqInt twoComplement3;
      |           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31386:11: warning: variable 'twoComplement2' set but not used [-Wunused-but-set-variable]
31386 |     sqInt twoComplement2;
      |           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31385:11: warning: variable 'twoComplement1' set but not used [-Wunused-but-set-variable]
31385 |     sqInt twoComplement1;
      |           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31384:11: warning: variable 'twoComplement' set but not used [-Wunused-but-set-variable]
31384 |     sqInt twoComplement;
      |           ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31366:14: warning: variable 'n2' set but not used [-Wunused-but-set-variable]
31366 |     uint32_t n2;
      |              ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31365:14: warning: variable 'n1' set but not used [-Wunused-but-set-variable]
31365 |     uint32_t n1;
      |              ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31358:14: warning: variable 'immr1' set but not used [-Wunused-but-set-variable]
31358 |     uint32_t immr1;
      |              ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31357:14: warning: variable 'immr' set but not used [-Wunused-but-set-variable]
31357 |     uint32_t immr;
      |              ^~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'ensureSpilledAtfrom':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2247:25: warning: statement with no effect [-Wunused-value]
 2247 | #define traceSpill(ign) 0
      |                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31712:2: note: in expansion of macro 'traceSpill'
31712 |  traceSpill(self_in_ensureSpilledAtfrom);
      |  ^~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31698:26: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
31698 |     AbstractInstruction *inst;
      |                          ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'popToReg':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31819:9: warning: statement with no effect [-Wunused-value]
31819 |    error("Case not found and no otherwise clause");
      |         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'storeToReg':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31911:8: warning: statement with no effect [-Wunused-value]
31911 |   error("Case not found and no otherwise clause");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'compileInterpreterPrimitiveMayCallBackflags':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32324:3: warning: statement with no effect [-Wunused-value]
32324 |  ((AbstractInstruction *) backEnd);
      |  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32330:3: warning: statement with no effect [-Wunused-value]
32330 |  ((AbstractInstruction *) backEnd);
      |  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32347:13: warning: passing argument 1 of 'jmpTarget' makes pointer from integer without a cast [-Wint-conversion]
32347 |   jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
      |             ^~~~~~~~~~~
      |             |
      |             sqInt {aka long int}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2423:33: note: expected 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} but argument is of type 'sqInt' {aka 'long int'}
 2423 | jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
      |           ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'compileInterpreterPrimitiveflags':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32482:3: warning: statement with no effect [-Wunused-value]
32482 |  ((AbstractInstruction *) backEnd);
      |  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32488:3: warning: statement with no effect [-Wunused-value]
32488 |  ((AbstractInstruction *) backEnd);
      |  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32543:13: warning: passing argument 1 of 'jmpTarget' makes pointer from integer without a cast [-Wint-conversion]
32543 |   jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
      |             ^~~~~~~~~~~
      |             |
      |             sqInt {aka long int}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2423:33: note: expected 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} but argument is of type 'sqInt' {aka 'long int'}
 2423 | jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
      |           ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32552:13: warning: passing argument 1 of 'jmpTarget' makes pointer from integer without a cast [-Wint-conversion]
32552 |   jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
      |             ^~~~~~~~~~~~
      |             |
      |             sqInt {aka long int}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2423:33: note: expected 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} but argument is of type 'sqInt' {aka 'long int'}
 2423 | jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
      |           ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'compileMachineCodeInterpreterPrimitive':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32653:8: warning: statement with no effect [-Wunused-value]
32653 |   error("shouldBeImplemented");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32658:4: warning: statement with no effect [-Wunused-value]
32658 |   ((AbstractInstruction *) backEnd);
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32663:4: warning: statement with no effect [-Wunused-value]
32663 |   ((AbstractInstruction *) backEnd);
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32668:4: warning: statement with no effect [-Wunused-value]
32668 |   ((AbstractInstruction *) backEnd);
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32673:4: warning: statement with no effect [-Wunused-value]
32673 |   ((AbstractInstruction *) backEnd);
      |   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32677:3: warning: statement with no effect [-Wunused-value]
32677 |  ((AbstractInstruction *) backEnd);
      |  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32596:11: warning: variable 'n' set but not used [-Wunused-but-set-variable]
32596 |     sqInt n;
      |           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'compilePrimitive':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32996:49: warning: passing argument 1 of 'compileMachineCodeInterpreterPrimitive' makes pointer from integer without a cast [-Wint-conversion]
32996 |   return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
      |                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                 |
      |                                                 sqInt {aka long int}
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32590:47: note: expected 'void (*)(void)' but argument is of type 'sqInt' {aka 'long int'}
32590 | compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
      |                                        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:32999:24: warning: comparison of distinct pointer types lacks a cast
32999 |   || (primitiveRoutine == primitiveFail)) {
      |                        ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPrimReturnEnterCogCodeEnilopmart':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:33764:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
33764 |     AbstractInstruction * inst;
      |                           ^~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'compileAbstractInstructionsFromthrough':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2246:25: warning: statement with no effect [-Wunused-value]
 2246 | #define traceSimStack() 0
      |                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:35798:2: note: in expansion of macro 'traceSimStack'
35798 |  traceSimStack();
      |  ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2211:30: warning: statement with no effect [-Wunused-value]
 2211 | #define maybeHaltIfDebugPC() 0
      |                              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:35804:3: note: in expansion of macro 'maybeHaltIfDebugPC'
35804 |   maybeHaltIfDebugPC();
      |   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2243:30: warning: statement with no effect [-Wunused-value]
 2243 | #define traceDescriptor(ign) 0
      |                              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:35819:3: note: in expansion of macro 'traceDescriptor'
35819 |   traceDescriptor(descriptor);
      |   ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2246:25: warning: statement with no effect [-Wunused-value]
 2246 | #define traceSimStack() 0
      |                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:35820:3: note: in expansion of macro 'traceSimStack'
35820 |   traceSimStack();
      |   ^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:35855:8: warning: statement with no effect [-Wunused-value]
35855 |   error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'compileBlockBodies':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:35866:11: warning: variable 'initialCounterIndex' set but not used [-Wunused-but-set-variable]
35866 |     sqInt initialCounterIndex;
      |           ^~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'ensureFixupAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2244:34: warning: statement with no effect [-Wunused-value]
 2244 | #define traceFixupmerge(igu,ana) 0
      |                                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:36811:2: note: in expansion of macro 'traceFixupmerge'
36811 |  traceFixupmerge(fixup, 1);
      |  ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'ensureNonMergeFixupAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2244:34: warning: statement with no effect [-Wunused-value]
 2244 | #define traceFixupmerge(igu,ana) 0
      |                                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:36847:2: note: in expansion of macro 'traceFixupmerge'
36847 |  traceFixupmerge(fixup, 1);
      |  ^~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genCallPICEnilopmartNumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37045:11: warning: variable 'size' set but not used [-Wunused-but-set-variable]
37045 |     sqInt size;
      |           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genCallPrimitiveBytecode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37098:11: warning: variable 'primSet' set but not used [-Wunused-but-set-variable]
37098 |     sqInt primSet;
      |           ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'generateInstructionsAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2210:41: warning: statement with no effect [-Wunused-value]
 2210 | #define maybeBreakGeneratingAt(address) 0
      |                                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37308:3: note: in expansion of macro 'maybeBreakGeneratingAt'
37308 |   maybeBreakGeneratingAt(absoluteAddress);
      |   ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2210:41: warning: statement with no effect [-Wunused-value]
 2210 | #define maybeBreakGeneratingAt(address) 0
      |                                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37335:3: note: in expansion of macro 'maybeBreakGeneratingAt'
37335 |   maybeBreakGeneratingAt((abstractInstruction->address));
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'generateSendTrampolines':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37384:47: warning: passing argument 1 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
37384 |   generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
      |                                               ^~~~~~~~~~~~~~~~~~~~
      |                                               |
      |                                               sqInt (*)(sqInt,  sqInt,  sqInt,  sqInt) {aka long int (*)(long int,  long int,  long int,  long int)}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1373:78: note: expected 'sqInt' {aka 'long int'} but argument is of type 'sqInt (*)(sqInt,  sqInt,  sqInt,  sqInt)' {aka 'long int (*)(long int,  long int,  long int,  long int)'}
 1373 | static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
      |                                                                        ~~~~~~^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37384:69: warning: passing argument 2 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
37384 |   generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
      |                                                                     ^~~~~~~~~~~~~~~~~~~~~
      |                                                                     |
      |                                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1373:94: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
 1373 | static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
      |                                                                                        ~~~~~~^~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37385:47: warning: passing argument 1 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
37385 |   generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                               |
      |                                               void (*)(sqInt,  sqInt,  sqInt,  sqInt) {aka void (*)(long int,  long int,  long int,  long int)}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1373:78: note: expected 'sqInt' {aka 'long int'} but argument is of type 'void (*)(sqInt,  sqInt,  sqInt,  sqInt)' {aka 'void (*)(long int,  long int,  long int,  long int)'}
 1373 | static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
      |                                                                        ~~~~~~^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37385:81: warning: passing argument 2 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
37385 |   generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
      |                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                 |
      |                                                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1373:94: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
 1373 | static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
      |                                                                                        ~~~~~~^~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'generateSuperSendTrampolineTonamednumArgsin':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37404:102: warning: passing argument 1 of 'trampolineNamenumArgs' makes pointer from integer without a cast [-Wint-conversion]
37404 |  trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
      |                                                                                                      ^~~~
      |                                                                                                      |
      |                                                                                                      sqInt {aka long int}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16692:29: note: expected 'char *' but argument is of type 'sqInt' {aka 'long int'}
16692 | trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
      |                       ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37404:61: warning: passing argument 1 of 'genSendTrampolineFornumArgscalledargargargarg' makes pointer from integer without a cast [-Wint-conversion]
37404 |  trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
      |                                                             ^~~~~~~~
      |                                                             |
      |                                                             sqInt {aka long int}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1406:80: note: expected 'void *' but argument is of type 'sqInt' {aka 'long int'}
 1406 | static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
      |                                                                          ~~~~~~^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genForwardersInlinedIdenticalOrNotIf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37634:85: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
37634 |   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
      |                                                                                     ^~~~~
      |                                                                                     |
      |                                                                                     AbstractInstruction * {aka struct _AbstractInstruction *}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24727:98: note: expected 'sqInt' {aka 'long int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
24727 | genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
      |                                                                                            ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37638:23: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
37638 |   : argReg), TempReg, label, fixup);
      |                       ^~~~~
      |                       |
      |                       AbstractInstruction * {aka struct _AbstractInstruction *}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24727:98: note: expected 'sqInt' {aka 'long int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
24727 | genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
      |                                                                                            ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37638:30: warning: passing argument 4 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
37638 |   : argReg), TempReg, label, fixup);
      |                              ^~~~~
      |                              |
      |                              BytecodeFixup * {aka struct <anonymous> *}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24727:119: note: expected 'sqInt' {aka 'long int'} but argument is of type 'BytecodeFixup *' {aka 'struct <anonymous> *'}
24727 | genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
      |                                                                                                                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genIdenticalNoBranchArgIsConstantrcvrIsConstantargRegrcvrRegorNotIf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37717:85: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
37717 |   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
      |                                                                                     ^~~~~
      |                                                                                     |
      |                                                                                     AbstractInstruction * {aka struct _AbstractInstruction *}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24727:98: note: expected 'sqInt' {aka 'long int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
24727 | genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
      |                                                                                            ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37721:92: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
37721 |   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
      |                                                                                            ^~~~~
      |                                                                                            |
      |                                                                                            AbstractInstruction * {aka struct _AbstractInstruction *}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24727:98: note: expected 'sqInt' {aka 'long int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
24727 | genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
      |                                                                                            ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genInlinedIdenticalOrNotIf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:37788:25: warning: variable 'primDescriptor' set but not used [-Wunused-but-set-variable]
37788 |     BytecodeDescriptor *primDescriptor;
      |                         ^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genPushLiteralVariable':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:38400:11: warning: variable 'eA' set but not used [-Wunused-but-set-variable]
38400 |     sqInt eA;
      |           ^~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genSpecialSelectorArithmetic':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:38813:9: warning: statement with no effect [-Wunused-value]
38813 |    error("Case not found and no otherwise clause");
      |         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:38960:8: warning: statement with no effect [-Wunused-value]
38960 |   error("Case not found and no otherwise clause");
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genSpecialSelectorComparison':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:39047:11: warning: variable 'nextPC' set but not used [-Wunused-but-set-variable]
39047 |     sqInt nextPC;
      |           ^~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genStaticallyResolvedSpecialSelectorComparison':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:39232:8: warning: statement with no effect [-Wunused-value]
39232 |   error("Case not found and no otherwise clause");
      |        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'mergeWithFixupIfRequired':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2245:25: warning: statement with no effect [-Wunused-value]
 2245 | #define traceMerge(ign) 0
      |                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:39886:2: note: in expansion of macro 'traceMerge'
39886 |  traceMerge(fixup);
      |  ^~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'reinitializeFixupsFromthrough':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:40058:45: warning: assignment to 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} from 'unsigned char' makes pointer from integer without a cast [-Wint-conversion]
40058 |   (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
      |                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'ssAllocateRequiredRegMaskupThrough':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:40329:11: warning: variable 'lastRequiredNative' set but not used [-Wunused-but-set-variable]
40329 |     sqInt lastRequiredNative;
      |           ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:40839:1: warning: 'violatesEnsureSpilledSpillAssert' defined but not used [-Wunused-function]
40839 | violatesEnsureSpilledSpillAssert(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:40738:1: warning: 'tempsValidAndVolatileEntriesSpilled' defined but not used [-Wunused-function]
40738 | tempsValidAndVolatileEntriesSpilled(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:40031:1: warning: 'receiverIsInReceiverResultReg' defined but not used [-Wunused-function]
40031 | receiverIsInReceiverResultReg(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:35492:1: warning: 'v4LongForwardBranchDistance' defined but not used [-Wunused-function]
35492 | v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:34519:1: warning: 'numSpecialSelectors' defined but not used [-Wunused-function]
34519 | numSpecialSelectors(void)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31918:1: warning: 'isMergeFixup' defined but not used [-Wunused-function]
31918 | isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31319:1: warning: 'updateLabel' defined but not used [-Wunused-function]
31319 | updateLabel(AbstractInstruction * self_in_updateLabel, AbstractInstruction *labelInstruction)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31237:1: warning: 'rewriteInlineCacheTagat' defined but not used [-Wunused-function]
31237 | rewriteInlineCacheTagat(AbstractInstruction * self_in_rewriteInlineCacheTagat, sqInt cacheTag, sqInt callSiteReturnAddress)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31120:1: warning: 'loadLiteralByteSize' defined but not used [-Wunused-function]
31120 | loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31108:1: warning: 'literalLoadInstructionBytes' defined but not used [-Wunused-function]
31108 | literalLoadInstructionBytes(AbstractInstruction * self_in_literalLoadInstructionBytes)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:31063:1: warning: 'inlineCacheTagAt' defined but not used [-Wunused-function]
31063 | inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:30997:1: warning: 'cmpC32RTempByteSize' defined but not used [-Wunused-function]
30997 | cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:30789:1: warning: 'inlineCacheTagIsYoung' defined but not used [-Wunused-function]
30789 | inlineCacheTagIsYoung(sqInt cacheTag)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:30778:1: warning: 'getActiveContextAllocatesInMachineCode' defined but not used [-Wunused-function]
30778 | getActiveContextAllocatesInMachineCode(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24528:1: warning: 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' defined but not used [-Wunused-function]
24528 | genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24366:1: warning: 'couldBeDerivedObject' defined but not used [-Wunused-function]
24366 | couldBeDerivedObject(sqInt bodyAddress)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:24351:1: warning: 'checkValidDerivedObjectReference' defined but not used [-Wunused-function]
24351 | checkValidDerivedObjectReference(sqInt bodyAddress)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:18245:1: warning: 'voidYoungReferrersPostTenureAll' defined but not used [-Wunused-function]
18245 | voidYoungReferrersPostTenureAll(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17758:1: warning: 'kosherYoungReferrers' defined but not used [-Wunused-function]
17758 | kosherYoungReferrers(void)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:17490:1: warning: 'counters' defined but not used [-Wunused-function]
17490 | counters(CogMethod * self_in_counters)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16228:1: warning: 'registerMaskForand' defined but not used [-Wunused-function]
16228 | registerMaskForand(sqInt reg1, sqInt reg2)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16221:1: warning: 'registerMaskFor' defined but not used [-Wunused-function]
16221 | registerMaskFor(sqInt reg)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:16110:1: warning: 'picAbortDiscriminatorValue' defined but not used [-Wunused-function]
16110 | picAbortDiscriminatorValue(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15953:1: warning: 'noCogMethodsMaximallyMarked' defined but not used [-Wunused-function]
15953 | noCogMethodsMaximallyMarked(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15941:1: warning: 'noAssertMethodClassAssociationOf' defined but not used [-Wunused-function]
15941 | noAssertMethodClassAssociationOf(sqInt methodPointer)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:15629:1: warning: 'maybeFreeCogMethodDoesntLookKosher' defined but not used [-Wunused-function]
15629 | maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14220:1: warning: 'getOpcodeIndex' defined but not used [-Wunused-function]
14220 | getOpcodeIndex(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:12813:1: warning: 'firstMappedPCFor' defined but not used [-Wunused-function]
12813 | firstMappedPCFor(CogMethod *cogMethod)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:12534:1: warning: 'expectedClosedPICPrototype' defined but not used [-Wunused-function]
12534 | expectedClosedPICPrototype(CogMethod *cPIC)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:9742:1: warning: 'gCall' defined but not used [-Wunused-function]
 9742 | gCall(sqInt callTarget)
      | ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:9415:1: warning: 'allMethodsHaveCorrectHeader' defined but not used [-Wunused-function]
 9415 | allMethodsHaveCorrectHeader(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:9329:1: warning: 'addressIsInCurrentCompilation' defined but not used [-Wunused-function]
 9329 | addressIsInCurrentCompilation(sqInt address)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:9200:1: warning: 'zoneCallsAreRelative' defined but not used [-Wunused-function]
 9200 | zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:9075:1: warning: 'subsSizesourceRegistershiftimmediate12destinationRegister' defined but not used [-Wunused-function]
 9075 | subsSizesourceRegistershiftimmediate12destinationRegister(AbstractInstruction * self_in_subsSizesourceRegistershiftimmediate12destinationRegister, sqInt is64Bits, sqInt sourceRegister, sqInt shift, sqInt immediate12bitValue, sqInt destinationRegister)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8977:1: warning: 'strrnplusimm' defined but not used [-Wunused-function]
 8977 | strrnplusimm(AbstractInstruction * self_in_strrnplusimm, sqInt destinationRegister, sqInt baseReg, sqInt u, sqInt immediate9bitValue)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8915:1: warning: 'strSizeaddressRegisterstoredRegister' defined but not used [-Wunused-function]
 8915 | strSizeaddressRegisterstoredRegister(AbstractInstruction * self_in_strSizeaddressRegisterstoredRegister, sqInt is64Bits, sqInt baseRegister, sqInt storedRegister)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8818:1: warning: 'strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister' defined but not used [-Wunused-function]
 8818 | strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister(AbstractInstruction * self_in_strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister, sqInt baseReg, sqInt immediate12bitValue, sqInt sourceRegister)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8768:1: warning: 'stackPageInterruptHeadroomBytes' defined but not used [-Wunused-function]
 8768 | stackPageInterruptHeadroomBytes(AbstractInstruction * self_in_stackPageInterruptHeadroomBytes)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8705:1: warning: 'shiftSetsConditionCodesFor' defined but not used [-Wunused-function]
 8705 | shiftSetsConditionCodesFor(AbstractInstruction * self_in_shiftSetsConditionCodesFor, sqInt aConditionalJumpOpcode)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8613:1: warning: 'rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister' defined but not used [-Wunused-function]
 8613 | rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister(AbstractInstruction * self_in_rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister, sqInt is64Bits, sqInt sourceRegister, sqInt shiftValue, sqInt shiftType, sqInt destinationRegister)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8551:1: warning: 'rewriteJumpFullAttarget' defined but not used [-Wunused-function]
 8551 | rewriteJumpFullAttarget(AbstractInstruction * self_in_rewriteJumpFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8496:1: warning: 'rewriteConditionalJumpLongAttarget' defined but not used [-Wunused-function]
 8496 | rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, usqInt callSiteReturnAddress, usqInt callTargetAddress)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8482:1: warning: 'rewriteCallFullAttarget' defined but not used [-Wunused-function]
 8482 | rewriteCallFullAttarget(AbstractInstruction * self_in_rewriteCallFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8452:1: warning: 'rewriteBranchwithNewOffset' defined but not used [-Wunused-function]
 8452 | rewriteBranchwithNewOffset(AbstractInstruction * self_in_rewriteBranchwithNewOffset, sqInt conditionalBranch, sqInt newOffset)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8385:1: warning: 'pushLinkRegisterByteSize' defined but not used [-Wunused-function]
 8385 | pushLinkRegisterByteSize(AbstractInstruction * self_in_pushLinkRegisterByteSize)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8283:1: warning: 'numIntRegArgs' defined but not used [-Wunused-function]
 8283 | numIntRegArgs(AbstractInstruction * self_in_numIntRegArgs)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8276:1: warning: 'nop' defined but not used [-Wunused-function]
 8276 | nop(AbstractInstruction * self_in_nop)
      | ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8209:1: warning: 'msr' defined but not used [-Wunused-function]
 8209 | msr(AbstractInstruction * self_in_msr, sqInt flags)
      | ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8188:1: warning: 'movimmror' defined but not used [-Wunused-function]
 8188 | movimmror(AbstractInstruction * self_in_movimmror, sqInt destReg, sqInt immediate16bitValue, sqInt rot)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8110:1: warning: 'machineCodeWords' defined but not used [-Wunused-function]
 8110 | machineCodeWords(AbstractInstruction * self_in_machineCodeWords)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:8093:1: warning: 'machineCodeBytes' defined but not used [-Wunused-function]
 8093 | machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7972:1: warning: 'loadPICLiteralByteSize' defined but not used [-Wunused-function]
 7972 | loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
      | ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7816:1: warning: 'ldrrnplusimm' defined but not used [-Wunused-function]
 7816 | ldrrnplusimm(AbstractInstruction * self_in_ldrrnplusimm, sqInt destReg, sqInt baseReg, sqInt u, sqInt immediate12bitValue)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7809:1: warning: 'ldrswSourceRegisteroffsetRegisterdestinationRegister' defined but not used [-Wunused-function]
 7809 | ldrswSourceRegisteroffsetRegisterdestinationRegister(AbstractInstruction * self_in_ldrswSourceRegisteroffsetRegisterdestinationRegister, sqInt sourceRegister, sqInt offsetRegister, sqInt destinationRegister)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7756:1: warning: 'ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode' defined but not used [-Wunused-function]
 7756 | ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode(AbstractInstruction * self_in_ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode, sqInt size, sqInt indexRegister, sqInt extendShiftOption, sqInt isScaled, sqInt baseRegister, sqInt destinationRegister, sqInt anOpcode)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7671:1: warning: 'ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex' defined but not used [-Wunused-function]
 7671 | ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex(AbstractInstruction * self_in_ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex, sqInt size, sqInt baseReg, sqInt immediate9bitValue, sqInt destinationRegister, sqInt is128BitVariant, sqInt isPreIndex)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7649:1: warning: 'ldrhSourceRegisteroffsetRegisterdestinationRegister' defined but not used [-Wunused-function]
 7649 | ldrhSourceRegisteroffsetRegisterdestinationRegister(AbstractInstruction * self_in_ldrhSourceRegisteroffsetRegisterdestinationRegister, sqInt sourceRegister, sqInt offsetRegister, sqInt destinationRegister)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7538:1: warning: 'jumpLongConditionalByteSize' defined but not used [-Wunused-function]
 7538 | jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7527:1: warning: 'jumpLongByteSize' defined but not used [-Wunused-function]
 7527 | jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7477:1: warning: 'isInImmediateJumpRange' defined but not used [-Wunused-function]
 7477 | isInImmediateJumpRange(AbstractInstruction * self_in_isInImmediateJumpRange, usqIntptr_t operand)
      | ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7414:1: warning: 'inverseOpcodeFor' defined but not used [-Wunused-function]
 7414 | inverseOpcodeFor(AbstractInstruction * self_in_inverseOpcodeFor, sqInt armOpcode)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7402:1: warning: 'instructionSizeAt' defined but not used [-Wunused-function]
 7402 | instructionSizeAt(AbstractInstruction * self_in_instructionSizeAt, sqInt pc)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7381:1: warning: 'instructionIsOR' defined but not used [-Wunused-function]
 7381 | instructionIsOR(AbstractInstruction * self_in_instructionIsOR, sqInt instr)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7364:1: warning: 'instructionIsConditionalBranch' defined but not used [-Wunused-function]
 7364 | instructionIsConditionalBranch(AbstractInstruction * self_in_instructionIsConditionalBranch, sqInt instruction)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7356:1: warning: 'instructionIsCMP' defined but not used [-Wunused-function]
 7356 | instructionIsCMP(AbstractInstruction * self_in_instructionIsCMP, sqInt instr)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7275:1: warning: 'genSubstituteReturnAddress' defined but not used [-Wunused-function]
 7275 | genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:7026:1: warning: 'fullCallsAreRelative' defined but not used [-Wunused-function]
 7026 | fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:6829:1: warning: 'extractOffsetFromConditionalBranch' defined but not used [-Wunused-function]
 6829 | extractOffsetFromConditionalBranch(AbstractInstruction * self_in_extractOffsetFromConditionalBranch, sqInt instruction)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:6788:1: warning: 'exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister' defined but not used [-Wunused-function]
 6788 | exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister(AbstractInstruction * self_in_exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister, sqInt is64Bits, sqInt logicalEncodedImmediate13BitValue, sqInt sourceRegister, sqInt destinationRegister)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3987:1: warning: 'cStackPointer' defined but not used [-Wunused-function]
 3987 | cStackPointer(AbstractInstruction * self_in_cStackPointer)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:3042:1: warning: 'cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister' defined but not used [-Wunused-function]
 3042 | cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister(AbstractInstruction * self_in_cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister, sqInt is64Bits, sqInt leftRegister, sqInt option, sqInt immediate3bitValue, sqInt destinationRegister)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2976:1: warning: 'callInstructionByteSize' defined but not used [-Wunused-function]
 2976 | callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2664:1: warning: 'andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister' defined but not used [-Wunused-function]
 2664 | andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister(AbstractInstruction * self_in_andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister, sqInt is64Bits, sqInt shiftedRegister, sqInt shiftType, sqInt immediate6bitValue, sqInt sourceRegister2, sqInt destinationRegister)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2645:1: warning: 'andSizeimmediate13bitValuesourceRegisterdestinationRegister' defined but not used [-Wunused-function]
 2645 | andSizeimmediate13bitValuesourceRegisterdestinationRegister(AbstractInstruction * self_in_andSizeimmediate13bitValuesourceRegisterdestinationRegister, sqInt is64Bits, sqInt logicalEncodedImmediate13BitValue, sqInt sourceRegister, sqInt destinationRegister)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2480:1: warning: 'wantsNearAddressFor' defined but not used [-Wunused-function]
 2480 | wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2412:1: warning: 'isWithinMwOffsetRange' defined but not used [-Wunused-function]
 2412 | isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2398:1: warning: 'isLiteral' defined but not used [-Wunused-function]
 2398 | isLiteral(AbstractInstruction * self_in_isLiteral)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2328:1: warning: 'genSwapRRScratch' defined but not used [-Wunused-function]
 2328 | genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2275:1: warning: 'availableFloatRegisterOrNoneFor' defined but not used [-Wunused-function]
 2275 | availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2174:15: warning: 'unpairedMethodList' defined but not used [-Wunused-variable]
 2174 | static usqInt unpairedMethodList;
      |               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2160:14: warning: 'simulateFPInUse' defined but not used [-Wunused-variable]
 2160 | static sqInt simulateFPInUse;
      |              ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2138:14: warning: 'percentageToEnsureRelease' defined but not used [-Wunused-variable]
 2138 | static sqInt percentageToEnsureRelease;
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2115:14: warning: 'memoryManager' defined but not used [-Wunused-variable]
 2115 | static sqInt memoryManager;
      |              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2102:14: warning: 'guardPageSize' defined but not used [-Wunused-variable]
 2102 | static sqInt guardPageSize;
      |              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1576:14: warning: 'expectedSPAlignment' defined but not used [-Wunused-variable]
 1576 | static sqInt expectedSPAlignment;
      |              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1575:14: warning: 'expectedFPAlignment' defined but not used [-Wunused-variable]
 1575 | static sqInt expectedFPAlignment;
      |              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1569:14: warning: 'disassemblingMethod' defined but not used [-Wunused-variable]
 1569 | static sqInt disassemblingMethod;
      |              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1565:14: warning: 'debugStackPointers' defined but not used [-Wunused-variable]
 1565 | static sqInt debugStackPointers;
      |              ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1563:14: warning: 'debugOpcodeIndices' defined but not used [-Wunused-variable]
 1563 | static sqInt debugOpcodeIndices;
      |              ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1562:14: warning: 'debugFixupBreaks' defined but not used [-Wunused-variable]
 1562 | static sqInt debugFixupBreaks;
      |              ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1561:14: warning: 'debugBytecodePointers' defined but not used [-Wunused-variable]
 1561 | static sqInt debugBytecodePointers;
      |              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1559:14: warning: 'currentCallCleanUpSize' defined but not used [-Wunused-variable]
 1559 | static sqInt currentCallCleanUpSize;
      |              ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1554:14: warning: 'compilationTrace' defined but not used [-Wunused-variable]
 1554 | static sqInt compilationTrace;
      |              ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1529:14: warning: 'ceSigned64BitValueOfTrampoline' defined but not used [-Wunused-variable]
 1529 | static sqInt ceSigned64BitValueOfTrampoline;
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1528:14: warning: 'ceSigned64BitIntegerTrampoline' defined but not used [-Wunused-variable]
 1528 | static sqInt ceSigned64BitIntegerTrampoline;
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1520:14: warning: 'cePositive64BitValueOfTrampoline' defined but not used [-Wunused-variable]
 1520 | static sqInt cePositive64BitValueOfTrampoline;
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1519:14: warning: 'cePositive64BitIntegerTrampoline' defined but not used [-Wunused-variable]
 1519 | static sqInt cePositive64BitIntegerTrampoline;
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1518:14: warning: 'cePICAbortTrampoline' defined but not used [-Wunused-variable]
 1518 | static sqInt cePICAbortTrampoline;
      |              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1515:14: warning: 'ceMethodAbortTrampoline' defined but not used [-Wunused-variable]
 1515 | static sqInt ceMethodAbortTrampoline;
      |              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1510:14: warning: 'ceInstantiateClassTrampoline' defined but not used [-Wunused-variable]
 1510 | static sqInt ceInstantiateClassTrampoline;
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1509:14: warning: 'ceInstantiateClassIndexableSizeTrampoline' defined but not used [-Wunused-variable]
 1509 | static sqInt ceInstantiateClassIndexableSizeTrampoline;
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1508:14: warning: 'ceInlineNewHashTrampoline' defined but not used [-Wunused-variable]
 1508 | static sqInt ceInlineNewHashTrampoline;
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1504:15: warning: 'ceFlushICache' defined but not used [-Wunused-variable]
 1504 | static void (*ceFlushICache)(usqIntptr_t from, usqIntptr_t to);
      |               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1503:14: warning: 'ceFloatValueOfTrampoline' defined but not used [-Wunused-variable]
 1503 | static sqInt ceFloatValueOfTrampoline;
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1502:14: warning: 'ceFloatObjectOfTrampoline' defined but not used [-Wunused-variable]
 1502 | static sqInt ceFloatObjectOfTrampoline;
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1498:14: warning: 'ceCPICMissTrampoline' defined but not used [-Wunused-variable]
 1498 | static sqInt ceCPICMissTrampoline;
      |              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1496:22: warning: 'ceCheckFeaturesFunction' defined but not used [-Wunused-variable]
 1496 | static usqIntptr_t (*ceCheckFeaturesFunction)(void);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1486:14: warning: 'ceByteSizeOfTrampoline' defined but not used [-Wunused-variable]
 1486 | static sqInt ceByteSizeOfTrampoline;
      |              ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:1472:14: warning: 'breakBlock' defined but not used [-Wunused-variable]
 1472 | static sqInt breakBlock;
      |              ^~~~~~~~~~
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'generateClosedPICPrototype':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:13317:31: warning: 'endCPICCase1' may be used uninitialized in this function [-Wmaybe-uninitialized]
13317 |  cPICCaseSize = ((endCPICCase1->address)) - ((endCPICCase0->address));
      |                 ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genSpecialSelectorComparison':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:39235:9: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
39235 |  return ssPushAnnotatedConstant((result
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39236 |   ? trueObject()
      |   ~~~~~~~~~~~~~~
39237 |   : falseObject()));
      |   ~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:39206:9: note: 'result' was declared here
39206 |     int result;
      |         ^~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:14133:39: warning: 'argInt' may be used uninitialized in this function [-Wmaybe-uninitialized]
14133 |  ((abstractInstruction->operands))[0] = operandOne;
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:39037:11: note: 'argInt' was declared here
39037 |     sqInt argInt;
      |           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c: In function 'genSpecialSelectorArithmetic':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:38889:35: warning: 'rcvrInt' may be used uninitialized in this function [-Wmaybe-uninitialized]
38889 |      (anInstruction2->dependent = locateLiteral(rcvrInt));
      |                                   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:2425:37: warning: 'jumpContinue' may be used uninitialized in this function [-Wmaybe-uninitialized]
 2425 |  ((self_in_jmpTarget->operands))[0] = (((usqInt)anAbstractInstruction));
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:38775:26: note: 'jumpContinue' was declared here
38775 |     AbstractInstruction *jumpContinue;
      |                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:38819:31: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
38819 |     ssPushAnnotatedConstant((((usqInt)result << 3) | 1)));
      |                               ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/cogitaarch64.c:38797:10: warning: 'argInt' may be used uninitialized in this function [-Wmaybe-uninitialized]
38797 |   argInt = (argInt >> 3);
      |   ~~~~~~~^~~~~~~~~~~~~~~
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:48: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
   48 | #pragma auto_inline(off)
      | 
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
   65 | #pragma auto_inline(on)
      | 
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'interpret':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2992:30: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 2992 |  localSP = pointerForOop(GIV(stackPointer));
      |                              ^~~~~~~~~~~~
      |                              |
      |                              char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2993:30: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 2993 |  localFP = pointerForOop(GIV(framePointer));
      |                              ^~~~~~~~~~~~
      |                              |
      |                              char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:88:38: warning: statement with no effect [-Wunused-value]
   88 | # define bytecodeDispatchDebugHook() 0
      |                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2999:3: note: in expansion of macro 'bytecodeDispatchDebugHook'
 2999 |   bytecodeDispatchDebugHook();
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3013:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3013 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3027:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3027 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3041:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3041 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3055:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3055 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3069:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3069 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3083:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3083 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3097:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3097 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3111:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3111 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3125:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3125 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3139:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3139 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3153:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3153 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3167:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3167 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3181:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3181 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3195:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3195 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3209:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3209 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3223:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3223 |     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3238:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3238 |     object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                       |
      |                                                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3239:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3239 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3240:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3240 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3255:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3255 |     object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                       |
      |                                                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3256:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3256 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3257:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3257 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3272:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3272 |     object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                       |
      |                                                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3273:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3273 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3274:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3274 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3289:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3289 |     object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                       |
      |                                                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3290:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3290 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3291:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3291 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3306:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3306 |     object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                       |
      |                                                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3307:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3307 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3308:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3308 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3323:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3323 |     object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                       |
      |                                                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3324:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3324 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3325:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3325 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3340:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3340 |     object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                       |
      |                                                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3341:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3341 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3342:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3342 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3357:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3357 |     object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                       |
      |                                                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3358:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3358 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3359:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3359 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3374:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3374 |     object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                       |
      |                                                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3375:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3375 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3376:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3376 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3391:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3391 |     object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                       |
      |                                                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3392:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3392 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3393:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3393 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3408:104: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3408 |     object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                        |
      |                                                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3409:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3409 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3410:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3410 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3425:104: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3425 |     object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                        |
      |                                                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3426:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3426 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3427:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3427 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3441:104: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3441 |     object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                        |
      |                                                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3442:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3442 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3443:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3443 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3457:104: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3457 |     object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                        |
      |                                                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3458:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3458 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3459:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3459 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3473:104: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3473 |     object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                        |
      |                                                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3474:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3474 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3475:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3475 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3489:104: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 3489 |     object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                        |
      |                                                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3490:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3490 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:3491:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 3491 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4711:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 4711 |     rcvr = longAt(localFP + FoxIFReceiver);
      |                           ^
      |                           |
      |                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4767:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 4767 |     if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                |
      |                                                                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4768:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4768 |      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4771:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4771 |      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4787:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 4787 |     if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                |
      |                                                                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4788:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4788 |      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4791:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4791 |      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4807:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 4807 |     if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                |
      |                                                                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4808:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4808 |      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4811:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4811 |      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4827:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 4827 |     if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                |
      |                                                                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4828:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4828 |      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4831:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4831 |      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4847:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 4847 |     if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                |
      |                                                                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4848:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4848 |      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4851:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4851 |      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4867:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 4867 |     if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                |
      |                                                                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4868:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4868 |      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4871:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4871 |      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4887:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 4887 |     if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                |
      |                                                                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4888:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4888 |      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4891:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4891 |      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4907:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 4907 |     if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                |
      |                                                                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4908:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4908 |      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4911:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 4911 |      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:4927:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 4927 |     object = longAt(localFP + FoxIFReceiver);
      |                             ^
      |                             |
      |                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5020:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5020 |     localReturnValue = longAt(localFP + FoxIFReceiver);
      |                                       ^
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5060:46: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 5060 |     if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5080:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5080 |     closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
      |                      ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5097:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5097 |       if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5098:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5098 |        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                           ^
      |                           |
      |                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5099:45: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 5099 |        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5101:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5101 |        ourContext = longAt(localFP + FoxThisContext);
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5129:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5129 |      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5130:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5130 |       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                          ^
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5131:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 5131 |       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5133:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5133 |       ourContext1 = longAt(localFP + FoxThisContext);
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5150:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5150 |      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5151:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5151 |       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                          ^
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5152:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 5152 |       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5154:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5154 |       ourContext2 = longAt(localFP + FoxThisContext);
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5178:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5178 |      if ((longAt(theFP + FoxSavedFP)) == 0) {
      |                        ^
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5184:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5184 |       callerContextOrNil = longAt((thePage1->baseAddress));
      |                                   ~~~~~~~~~^~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5191:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5191 |       frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                                    ^
      |                                                    |
      |                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5214:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5214 |       if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5215:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5215 |        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                           ^
      |                           |
      |                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5216:45: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 5216 |        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5218:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5218 |        ourContext3 = longAt(localFP + FoxThisContext);
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5245:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5245 |      callerContextOrNil2 = longAt((thePage3->baseAddress));
      |                                   ~~~~~~~~~^~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5270:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5270 |        callerContextOrNil1 = longAt((thePage2->baseAddress));
      |                                     ~~~~~~~~~^~~~~~~~~~~~~~
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5311:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5311 |       localFP = pointerForOop(longAt(localFP + FoxSavedFP));
      |                                              ^
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5313:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5313 |      localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
      |                                              ^
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5327:33: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
 5327 |       longAtPointerput(localSP, localIP);
      |                                 ^~~~~~~
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  142 |   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
      |                                                   ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5338:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5338 |      localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5342:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5342 |     aMethodObj = longAt(localFP + FoxMethod);
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5433:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5433 |     callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
      |                                                    ^
      |                                                    |
      |                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5441:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5441 |      callerContextOrNil = longAt((thePage1->baseAddress));
      |                                  ~~~~~~~~~^~~~~~~~~~~~~~
      |                                           |
      |                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5473:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5473 |        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
      |                                                    ^
      |                                                    |
      |                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5502:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5502 |        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5505:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 5505 |        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
      |                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5508:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 5508 |        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
      |                  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5511:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 5511 |        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |                  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5541:34: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
 5541 |        longAtPointerput(localSP, localIP);
      |                                  ^~~~~~~
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  142 |   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
      |                                                   ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5552:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5552 |       localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
      |                                              ^
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5556:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5556 |      aMethodObj = longAt(localFP + FoxMethod);
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5572:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5572 |     localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5573:87: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5573 |     localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
      |                                                                                       ^
      |                                                                                       |
      |                                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5575:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 5575 |  : byteAt((localFP + FoxIFrameFlags) + 1))));
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5586:33: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
 5586 |       longAtPointerput(localSP, localIP);
      |                                 ^~~~~~~
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  142 |   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
      |                                                   ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5597:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5597 |      localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5600:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5600 |     aMethodObj1 = longAt(localFP + FoxMethod);
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5644:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5644 |     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5645:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5645 |      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5646:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 5646 |      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5648:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5648 |      ourContext = longAt(theFP + FoxThisContext);
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5681:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5681 |      object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5687:83: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 5687 |      object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                   |
      |                                                                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5688:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5688 |       ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5689:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5689 |       : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5736:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5736 |      objOop = longAt(localFP + FoxIFReceiver);
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5779:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 5779 |      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                             |
      |                                                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5780:46: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 5780 |       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5783:60: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 5783 |       longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                            |
      |                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5865:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 5865 |      objOop = longAt(localFP + FoxIFReceiver);
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5908:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 5908 |      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                             |
      |                                                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5909:46: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 5909 |       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:5912:60: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 5912 |       longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                            |
      |                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
   37 | # define sendBreakpointreceiver(sel, len, rcvr) 0
      |                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6041:6: note: in expansion of macro 'sendBreakpointreceiver'
 6041 |      sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), longAtPointer(localSP + (GIV(argumentCount) * BytesPerOop)));
      |      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6195:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 6195 |       localSP = pointerForOop(GIV(stackPointer));
      |                                   ^~~~~~~~~~~~
      |                                   |
      |                                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6196:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 6196 |       localFP = pointerForOop(GIV(framePointer));
      |                                   ^~~~~~~~~~~~
      |                                   |
      |                                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6269:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 6269 |        && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
      |                                                  ^
      |                                                  |
      |                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6284:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 6284 |        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
      |                                                           ^
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 6289 |       localSP = pointerForOop(GIV(stackPointer));
      |                                   ^~~~~~~~~~~~
      |                                   |
      |                                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 6290 |       localFP = pointerForOop(GIV(framePointer));
      |                                   ^~~~~~~~~~~~
      |                                   |
      |                                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6301:25: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 6301 |       longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
      |                         ^
      |                         |
      |                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6312:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 6312 |       localSP = pointerForOop(GIV(stackPointer));
      |                                   ^~~~~~~~~~~~
      |                                   |
      |                                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6313:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 6313 |       localFP = pointerForOop(GIV(framePointer));
      |                                   ^~~~~~~~~~~~
      |                                   |
      |                                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6326:50: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
 6326 |       longAtPointerput((localSP -= BytesPerOop), localIP);
      |                                                  ^~~~~~~
      |                                                  |
      |                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  142 |   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
      |                                                   ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6328:50: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
 6328 |       longAtPointerput((localSP -= BytesPerOop), localFP);
      |                                                  ^~~~~~~
      |                                                  |
      |                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  142 |   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
      |                                                   ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6384:36: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 6384 |        localSP = pointerForOop(GIV(stackPointer));
      |                                    ^~~~~~~~~~~~
      |                                    |
      |                                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6385:36: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 6385 |        localFP = pointerForOop(GIV(framePointer));
      |                                    ^~~~~~~~~~~~
      |                                    |
      |                                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6447:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 6447 |      obj = longAt(localFP + FoxIFReceiver);
      |                           ^
      |                           |
      |                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6478:37: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 6478 |         localSP = pointerForOop(GIV(stackPointer));
      |                                     ^~~~~~~~~~~~
      |                                     |
      |                                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6479:37: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 6479 |         localFP = pointerForOop(GIV(framePointer));
      |                                     ^~~~~~~~~~~~
      |                                     |
      |                                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6495:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 6495 |        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6504:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 6504 |         callerContextOrNil = longAt((thePage->baseAddress));
      |                                     ~~~~~~~~^~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6512:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 6512 |        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6513:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 6513 |         ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                             ^
      |                             |
      |                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6514:47: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 6514 |         : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6516:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 6516 |         object3 = longAt(callerFP + FoxThisContext);
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6628:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 6628 |     obj1 = longAt(localFP + FoxIFReceiver);
      |                           ^
      |                           |
      |                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6723:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 6723 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6724:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 6724 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6921:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 6921 |     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6922:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 6922 |      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6923:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 6923 |      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:6925:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 6925 |      ourContext = longAt(theFP + FoxThisContext);
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7063:88: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 7063 |     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                        |
      |                                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7064:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 7064 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7065:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 7065 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7087:88: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 7087 |     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                        |
      |                                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7088:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 7088 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7089:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 7089 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7124:88: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 7124 |     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                        |
      |                                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7125:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 7125 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7126:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 7126 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7177:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 7177 |     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7178:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 7178 |      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7179:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 7179 |      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7181:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 7181 |      context = longAt(theFP + FoxThisContext);
      |                             ^
      |                             |
      |                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7497:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 7497 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7498:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 7498 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7503:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
 7503 |     backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
      |                                    ~~~~~~~~^~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
 7504 |  ? (FoxIFrameFlags + BytesPerWord) - 1
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      
 7505 |  : FoxIFrameFlags)));
      |  ~~~~~~~~~~~~~~~~~~                         
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7526:23: warning: passing argument 1 of 'byteAtput' makes integer from pointer without a cast [-Wint-conversion]
 7526 |     byteAtput(localFP + ((VMBIGENDIAN
      |               ~~~~~~~~^~~~~~~~~~~~~~~
      |                       |
      |                       char *
 7527 |  ? (FoxIFrameFlags + BytesPerWord) - 1
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 7528 |  : FoxIFrameFlags)), backwardJumpCountByte);
      |  ~~~~~~~~~~~~~~~~~~    
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  159 |   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7740:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 7740 |       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
      |                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7746:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 7746 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7747:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 7747 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7884:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 7884 |       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
      |                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7890:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 7890 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:7891:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 7891 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:8961:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 8961 |       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
      |                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:8967:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 8967 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:8968:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 8968 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9120:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 9120 |       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
      |                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9126:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 9126 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9127:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 9127 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9266:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 9266 |     integerArgument = longAt(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9274:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
 9274 |     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                                ^
      |                                                |
      |                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9312:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
 9312 |      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
      |                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9319:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 9319 |     localSP = pointerForOop(GIV(stackPointer));
      |                                 ^~~~~~~~~~~~
      |                                 |
      |                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9320:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 9320 |     localFP = pointerForOop(GIV(framePointer));
      |                                 ^~~~~~~~~~~~
      |                                 |
      |                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9388:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 9388 |     localSP = pointerForOop(GIV(stackPointer));
      |                                 ^~~~~~~~~~~~
      |                                 |
      |                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9389:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 9389 |     localFP = pointerForOop(GIV(framePointer));
      |                                 ^~~~~~~~~~~~
      |                                 |
      |                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9432:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 9432 |     localSP = pointerForOop(GIV(stackPointer));
      |                                 ^~~~~~~~~~~~
      |                                 |
      |                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9433:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 9433 |     localFP = pointerForOop(GIV(framePointer));
      |                                 ^~~~~~~~~~~~
      |                                 |
      |                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9481:11: warning: variable 'classOop1' set but not used [-Wunused-but-set-variable]
 9481 |     sqInt classOop1;
      |           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9480:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
 9480 |     sqInt classOop;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9763:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 9763 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9764:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 9764 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9730:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
 9730 |     sqInt classOop;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9816:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 9816 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9817:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
 9817 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:9783:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
 9783 |     sqInt classOop;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:10129:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
10129 |      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:10130:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
10130 |       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                          ^
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:10131:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
10131 |       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:10133:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
10133 |       theThingToPush = longAt(localFP + FoxThisContext);
      |                                       ^
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:10183:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
10183 |     localReturnValue = longAt(localFP + FoxIFReceiver);
      |                                       ^
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:10336:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
10336 |       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
      |                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:10342:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
10342 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:10343:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
10343 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:10480:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
10480 |       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
      |                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:10486:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
10486 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:10487:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
10487 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:11556:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
11556 |       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
      |                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:11562:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
11562 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:11563:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
11563 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:11715:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
11715 |       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
      |                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:11721:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
11721 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:11722:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
11722 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:11861:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
11861 |     integerArgument = longAt(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:11869:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
11869 |     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                                ^
      |                                                |
      |                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:11907:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
11907 |      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
      |                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:11914:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
11914 |     localSP = pointerForOop(GIV(stackPointer));
      |                                 ^~~~~~~~~~~~
      |                                 |
      |                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:11915:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
11915 |     localFP = pointerForOop(GIV(framePointer));
      |                                 ^~~~~~~~~~~~
      |                                 |
      |                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:11983:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
11983 |     localSP = pointerForOop(GIV(stackPointer));
      |                                 ^~~~~~~~~~~~
      |                                 |
      |                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:11984:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
11984 |     localFP = pointerForOop(GIV(framePointer));
      |                                 ^~~~~~~~~~~~
      |                                 |
      |                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12027:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
12027 |     localSP = pointerForOop(GIV(stackPointer));
      |                                 ^~~~~~~~~~~~
      |                                 |
      |                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12028:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
12028 |     localFP = pointerForOop(GIV(framePointer));
      |                                 ^~~~~~~~~~~~
      |                                 |
      |                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12048:11: warning: variable 'classOop1' set but not used [-Wunused-but-set-variable]
12048 |     sqInt classOop1;
      |           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12047:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
12047 |     sqInt classOop;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12265:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
12265 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12266:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
12266 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12232:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
12232 |     sqInt classOop;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12318:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
12318 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12319:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
12319 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12285:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
12285 |     sqInt classOop;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12532:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
12532 |     rcvr = longAt(localFP + FoxIFReceiver);
      |                           ^
      |                           |
      |                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12633:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
12633 |     obj = longAt(localFP + FoxIFReceiver);
      |                          ^
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12664:36: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
12664 |        localSP = pointerForOop(GIV(stackPointer));
      |                                    ^~~~~~~~~~~~
      |                                    |
      |                                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12665:36: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
12665 |        localFP = pointerForOop(GIV(framePointer));
      |                                    ^~~~~~~~~~~~
      |                                    |
      |                                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12681:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
12681 |       callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
      |                                                ^
      |                                                |
      |                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12690:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
12690 |        callerContextOrNil = longAt((thePage->baseAddress));
      |                                    ~~~~~~~~^~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12698:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
12698 |       if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
      |                                       ^
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12699:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
12699 |        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                            ^
      |                            |
      |                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12700:46: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
12700 |        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12702:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
12702 |        object = longAt(callerFP + FoxThisContext);
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12784:74: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
12784 |     object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                          |
      |                                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12785:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
12785 |      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12786:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
12786 |      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12961:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
12961 |     top = longAt(localSP);
      |                  ^~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13059:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
13059 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13060:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
13060 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13065:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
13065 |     backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
      |                                    ~~~~~~~~^~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
13066 |  ? (FoxIFrameFlags + BytesPerWord) - 1
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      
13067 |  : FoxIFrameFlags)));
      |  ~~~~~~~~~~~~~~~~~~                         
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13088:23: warning: passing argument 1 of 'byteAtput' makes integer from pointer without a cast [-Wint-conversion]
13088 |     byteAtput(localFP + ((VMBIGENDIAN
      |               ~~~~~~~~^~~~~~~~~~~~~~~
      |                       |
      |                       char *
13089 |  ? (FoxIFrameFlags + BytesPerWord) - 1
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13090 |  : FoxIFrameFlags)), backwardJumpCountByte);
      |  ~~~~~~~~~~~~~~~~~~    
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  159 |   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13198:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
13198 |     obj = longAt(localFP + FoxIFReceiver);
      |                          ^
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13293:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
13293 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13294:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
13294 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13418:68: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
13418 |     if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                    |
      |                                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13419:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
13419 |      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13422:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
13422 |      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13447:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
13447 |     obj = longAt(localFP + FoxIFReceiver);
      |                          ^
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13542:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
13542 |      localSP = pointerForOop(GIV(stackPointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13543:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
13543 |      localFP = pointerForOop(GIV(framePointer));
      |                                  ^~~~~~~~~~~~
      |                                  |
      |                                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13664:68: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
13664 |     if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                    |
      |                                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13665:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
13665 |      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13668:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
13668 |      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13762:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
13762 |      if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13763:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
13763 |       ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                        ^
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13764:42: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
13764 |       : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13766:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
13766 |       context = longAt(theFP + FoxThisContext);
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13830:132: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
13830 |      longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
      |                                                                                                                                    ^
      |                                                                                                                                    |
      |                                                                                                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13880:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
13880 |     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13881:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
13881 |      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13882:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
13882 |      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13884:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
13884 |      context = longAt(theFP + FoxThisContext);
      |                             ^
      |                             |
      |                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:12945:3: warning: label 'directedSuperclassSend' defined but not used [-Wunused-label]
12945 |   directedSuperclassSend:
      |   ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'activateCoggedNewMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14255:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14255 |  rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14257:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14257 |  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14269:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14269 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14272:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14272 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14278:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14278 |  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14278:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14278 |  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |                                                          ^~~~~~~~~~~~
      |                                                          |
      |                                                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14282:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14282 |  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14285:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14285 |  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14288:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14288 |  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14293:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14293 |   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14305:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14305 |   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14308:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14308 |   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'activateNewMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14355:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14355 |  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14359:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14359 |    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
      |                                                       ^
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14363:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14363 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14366:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14366 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14366:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14366 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |                                                          ^~~~~~~~~~~~
      |                                                          |
      |                                                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14370:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14370 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14384:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14384 |  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14390:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14390 |  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14393:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14393 |  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14396:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14396 |  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14400:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14400 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'assertValidExecutionPointersimbarline':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14583:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14583 |  methodField = longAt(lifp + FoxMethod);
      |                            ^
      |                            |
      |                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14594:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14594 |     theIP = longAt(lifp + FoxIFSavedIP);
      |                         ^
      |                         |
      |                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14610:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14610 |    methodField1 = longAt(lifp + FoxMethod);
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14627:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14627 |  if ((longAt(lifp + FoxSavedFP)) == 0) {
      |                   ^
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14574:12: warning: variable 'theIP' set but not used [-Wunused-but-set-variable]
14574 |     usqInt theIP;
      |            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14571:16: warning: variable 'cogMethod' set but not used [-Wunused-but-set-variable]
14571 |     CogMethod *cogMethod;
      |                ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'assertValidMachineCodeFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14642:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14642 |  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
      |                                                             ^
      |                                                             |
      |                                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14638:16: warning: variable 'homeMethod' set but not used [-Wunused-but-set-variable]
14638 |     CogMethod *homeMethod;
      |                ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'assertValidStackedInstructionPointersInline':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14684:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14684 |   theIP = ((usqInt)(longAt((aStackPage->headSP))));
      |                            ~~~~~~~~~~~^~~~~~~~~
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14691:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14691 |   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14693:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14693 |    methodField = longAt(theFP + FoxMethod);
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14710:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14710 |    methodObj = longAt(theFP + FoxMethod);
      |                             ^
      |                             |
      |                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14715:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14715 |     theIP = longAt(theFP + FoxIFSavedIP);
      |                          ^
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14721:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14721 |   theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14722:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14722 |   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14668:16: warning: variable 'theMethod' set but not used [-Wunused-but-set-variable]
14668 |     CogMethod *theMethod;
      |                ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14664:12: warning: variable 'methodObj' set but not used [-Wunused-but-set-variable]
14664 |     usqInt methodObj;
      |            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'attemptToSwitchToMachineCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14778:53: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
14778 |   if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                     |
      |                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14779:123: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14779 |    && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
      |                                                                                                                           ^
      |                                                                                                                           |
      |                                                                                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14781:50: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
14781 |    : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                  |
      |                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14801:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14801 |   if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14802:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14802 |    longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14805:68: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14805 |    if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
      |                                                                    ^
      |                                                                    |
      |                                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14805:84: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14805 |    if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
      |                                                                                    ^
      |                                                                                    |
      |                                                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14807:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14807 |     theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
      |                                                    ^
      |                                                    |
      |                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14809:85: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14809 |     longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
      |                                                                                     ^
      |                                                                                     |
      |                                                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14809:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14809 |     longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
      |                     ^
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14810:33: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14810 |     longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14813:52: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
14813 |   if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                    |
      |                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14814:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14814 |    closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
      |                                       ^
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14835:105: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
14835 |   longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                         |
      |                                                                                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14835:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14835 |   longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14839:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14839 |    longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
      |                                                          ^
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14839:34: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14839 |    longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14846:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14846 |   cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
      |                                                               ^
      |                                                               |
      |                                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14857:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14857 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14860:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14860 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14765:16: warning: variable 'homeMethod' set but not used [-Wunused-but-set-variable]
14765 |     CogMethod *homeMethod;
      |                ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'callbackEnter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14889:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14889 |  wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
      |                                                         ^
      |                                                         |
      |                                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14934:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14934 |    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14879:20: warning: variable 'wasInMachineCode' set but not used [-Wunused-but-set-variable]
14879 |     volatile sqInt wasInMachineCode;
      |                    ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'callRegisterArgCogMethodatreceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14984:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14984 |   longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
      |                                                                ^~~~~~~~~~~~
      |                                                                |
      |                                                                char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14984:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14984 |   longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14986:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14986 |   object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14987:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14987 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14990:78: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14990 |   longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
      |                                                                              ^
      |                                                                              |
      |                                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14990:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14990 |   longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14991:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14991 |   longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14992:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14992 |   longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14997:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14997 |   longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
      |                                                                ^~~~~~~~~~~~
      |                                                                |
      |                                                                char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14997:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
14997 |   longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14999:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
14999 |   object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15000:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15000 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15002:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15002 |   longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15003:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15003 |   longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15008:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15008 |  longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
      |                                                               ^~~~~~~~~~~~
      |                                                               |
      |                                                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15008:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15008 |  longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15009:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15009 |  longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15011:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15011 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceActivateFailingPrimitiveMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15035:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15035 |   result = longAt(GIV(stackPointer));
      |                       ^~~~~~~~~~~~
      |                       |
      |                       char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15038:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15038 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceBaseFrameReturn':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15096:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15096 |  contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
      |                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15125:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15125 |    while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
      |                                                ^
      |                                                |
      |                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15155:65: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15155 |    contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15158:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15158 |    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15161:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15161 |    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15164:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15164 |    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15182:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15182 |  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15184:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15184 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15188:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15188 |  GIV(instructionPointer) = longAt(GIV(stackPointer));
      |                                       ^~~~~~~~~~~~
      |                                       |
      |                                       char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15190:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15190 |   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
      |                                                      ^
      |                                                      |
      |                                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15193:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15193 |  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceCannotAssignTowithIndexvalueToAssign':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15226:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15226 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15230:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15230 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15233:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15233 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15236:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15236 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15239:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15239 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceCannotResume':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15262:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15262 |  resultOop = longAt(GIV(stackPointer));
      |                         ^~~~~~~~~~~~
      |                         |
      |                         char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15264:78: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15264 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
      |                                                                              ^
      |                                                                              |
      |                                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15264:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15264 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15267:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15267 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15271:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15271 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15273:172: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15273 |  return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
      |                                                                                                                                                                            ^
      |                                                                                                                                                                            |
      |                                                                                                                                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceContextinstVar':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15335:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15335 |   top = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15340:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15340 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceContextinstVarvalue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15364:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15364 |   top = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15369:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15369 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceInterpretMethodFromPICreceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15442:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15442 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceMNUFromPICMNUMethodreceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15473:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15473 |   top = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15484:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15484 |    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceNonLocalReturn':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15605:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15605 |  closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15625:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15625 |    if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15626:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15626 |     ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15627:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
15627 |     : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15629:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15629 |     ourContext = longAt(theFP1 + FoxThisContext);
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15635:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15635 |    longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15638:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15638 |    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15641:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15641 |    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15660:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15660 |   if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15661:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15661 |    ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15662:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
15662 |    : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15664:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15664 |    ourContext = longAt(theFP2 + FoxThisContext);
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15670:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15670 |   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15673:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15673 |   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15676:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15676 |   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15684:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15684 |   if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15685:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15685 |    ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15686:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
15686 |    : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15688:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15688 |    ourContext1 = longAt(theFP6 + FoxThisContext);
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15694:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15694 |   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15697:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15697 |   longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15700:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15700 |   longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15703:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15703 |   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15714:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15714 |   if ((longAt(theFP + FoxSavedFP)) == 0) {
      |                     ^
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15720:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15720 |    callerContextOrNil = longAt((thePage1->baseAddress));
      |                                ~~~~~~~~~^~~~~~~~~~~~~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15727:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15727 |    frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15751:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15751 |    if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15752:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15752 |     ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15753:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
15753 |     : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15755:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15755 |     ourContext = longAt(theFP3 + FoxThisContext);
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15761:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15761 |    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15764:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15764 |    longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
      |              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15767:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15767 |    longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15783:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15783 |   callerContextOrNil2 = longAt((thePage3->baseAddress));
      |                                ~~~~~~~~~^~~~~~~~~~~~~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15804:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15804 |     callerContextOrNil1 = longAt((thePage2->baseAddress));
      |                                  ~~~~~~~~~^~~~~~~~~~~~~~
      |                                           |
      |                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15839:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15839 |   top = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15846:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15846 |    GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
      |                                                               ^
      |                                                               |
      |                                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15848:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15848 |   GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
      |                                                                     ^
      |                                                                     |
      |                                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceReturnToInterpreter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15890:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15890 |  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15901:65: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15901 |  assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
      |                                                                 ^
      |                                                                 |
      |                                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15902:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
15902 |  GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
      |                                                     ^
      |                                                     |
      |                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15904:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
15904 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceSendAborttonumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
   37 | # define sendBreakpointreceiver(sel, len, rcvr) 0
      |                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:15940:2: note: in expansion of macro 'sendBreakpointreceiver'
15940 |  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
      |  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16001:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16001 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceSendFromInLineCacheMiss':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16046:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16046 |  rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16118:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16118 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceSendMustBeBooleanTointerpretingAtDelta':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16161:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16161 |  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
      |                                                             ^
      |                                                             |
      |                                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16162:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16162 |  if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16178:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16178 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16187:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16187 |   oop = longAt(p);
      |                ^
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16188:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16188 |   longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
      |                                                       ^
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16188:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
16188 |   longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16192:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
16192 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16195:98: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16195 |   ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                                                                                                  ^
      |                                                                                                  |
      |                                                                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16197:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16197 |  : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16200:75: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16200 |   : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                                                                           ^
      |                                                                           |
      |                                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16202:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16202 |  : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16194:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
16194 |  longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16205:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
16205 |  longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16206:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
16206 |  longAtput(GIV(framePointer) + FoxMethod, methodObj);
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16153:11: warning: variable 'oop' set but not used [-Wunused-but-set-variable]
16153 |     sqInt oop;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceSendMustBeBoolean':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16230:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16230 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16234:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
16234 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16237:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
16237 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceSendabovetonumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
   37 | # define sendBreakpointreceiver(sel, len, rcvr) 0
      |                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16308:2: note: in expansion of macro 'sendBreakpointreceiver'
16308 |  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
      |  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16385:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16385 |     linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
      |                                             ^~~~~~~~~~~~
      |                                             |
      |                                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16414:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16414 |    linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
      |                                            ^~~~~~~~~~~~
      |                                            |
      |                                            char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16417:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16417 |   top = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16424:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16424 |  top1 = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceSendsupertonumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
   37 | # define sendBreakpointreceiver(sel, len, rcvr) 0
      |                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16481:2: note: in expansion of macro 'sendBreakpointreceiver'
16481 |  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
      |  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16493:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16493 |   if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
      |                                           ^
      |                                           |
      |                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16498:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16498 |    methodPointer = longAt(GIV(framePointer) + FoxMethod);
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16600:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16600 |     linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
      |                                             ^~~~~~~~~~~~
      |                                             |
      |                                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16631:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16631 |    linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
      |                                            ^~~~~~~~~~~~
      |                                            |
      |                                            char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16645:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16645 |   top = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16652:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16652 |  top1 = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceStackOverflow':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16677:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16677 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16681:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16681 |  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
      |                                                             ^
      |                                                             |
      |                                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16671:11: warning: variable 'cesoRetAddr' set but not used [-Wunused-but-set-variable]
16671 |     sqInt cesoRetAddr;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceTraceBlockActivation':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16705:148: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16705 |    printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
      |                                                                                                                                                    ^
      |                                                                                                                                                    |
      |                                                                                                                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16707:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16707 |      longAt(GIV(framePointer) + FoxMFReceiver))
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16709:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16709 |      longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ceTraceLinkedSend':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16726:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16726 |  cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
      |                                          ^~~~~~~~~~~~
      |                                          |
      |                                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
   37 | # define sendBreakpointreceiver(sel, len, rcvr) 0
      |                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16747:2: note: in expansion of macro 'sendBreakpointreceiver'
16747 |  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), theReceiver);
      |  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16723:11: warning: variable 'selector1' set but not used [-Wunused-but-set-variable]
16723 |     sqInt selector1;
      |           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkAssertsEnabledInCoInterpreter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16766:11: warning: variable 'assertsAreEnabledInCoInterpreter' set but not used [-Wunused-but-set-variable]
16766 |     sqInt assertsAreEnabledInCoInterpreter;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkStackIntegrity':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16959:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16959 |     frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                                ^
      |                                                |
      |                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16963:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16963 |      oop = longAt(theSP);
      |                   ^~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16971:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16971 |     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16973:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16973 |       ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16975:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
16975 |       (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:16976:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
16976 |      oop = longAt(theFP + FoxThisContext);
      |                         ^
      |                         |
      |                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17000:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17000 |     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17002:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17002 |      methodField = longAt(theFP + FoxMethod);
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17011:39: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
17011 |      if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
      |                                       ^~~~~~~~~
      |                                       |
      |                                       CogMethod * {aka struct <anonymous> *}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'CogMethod *' {aka 'struct <anonymous> *'}
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17017:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17017 |      oop = longAt(theFP + FoxMethod);
      |                         ^
      |                         |
      |                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17024:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17024 |     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
      |                                                   ^
      |                                                   |
      |                                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17030:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17030 |     oop = longAt(theSP);
      |                  ^~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'commenceCogCompiledCodeCompaction':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17101:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17101 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17113:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17113 |   top = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'contextInstructionPointerframe':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17171:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17171 |  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17173:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17173 |   cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
      |                                                  ^
      |                                                  |
      |                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17187:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17187 |  ? longAt(theFP + FoxIFSavedIP)
      |                 ^
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17188:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17188 |  : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
      |                            ^
      |                            |
      |                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'divorceAMachineCodeFrameWithCogMethodin':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17242:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17242 |   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17245:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17245 |    if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17246:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17246 |     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17247:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
17247 |     : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17249:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17249 |     theContext = longAt(theFP + FoxThisContext);
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17258:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17258 |   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'enterSmalltalkExecutiveImplementation':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17399:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17399 |  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17403:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17403 |  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17415:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17415 |   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
      |                                                      ^
      |                                                      |
      |                                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'executeCogMethodfromLinkedSendWithReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17442:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17442 |  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
      |                                                   ^~~~~~~~~~~~
      |                                                   |
      |                                                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17450:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17450 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17453:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17453 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'executeCogMethodfromUnlinkedSendWithReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17478:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17478 |  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
      |                                                   ^~~~~~~~~~~~
      |                                                   |
      |                                                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17486:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17486 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17489:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17489 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'executeCogPICfromLinkedSendWithReceiverandCacheTag':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17516:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17516 |  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
      |                                                   ^~~~~~~~~~~~
      |                                                   |
      |                                                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17519:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17519 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17525:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17525 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17544:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17544 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17547:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17547 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'executeNewMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17600:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17600 |    longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'followForwardedFieldsInCurrentMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17849:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17849 |  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17851:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17851 |   methodField = longAt(GIV(framePointer) + FoxMethod);
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'followForwardingPointersInStackZone':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17963:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17963 |     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17964:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17964 |      oop = longAt(theFP + FoxMFReceiver);
      |                         ^
      |                         |
      |                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17967:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17967 |       longAtput(theFP + FoxMFReceiver, followForwarded(oop));
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17972:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17972 |      oop = longAt(theFP + FoxIFReceiver);
      |                         ^
      |                         |
      |                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17975:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17975 |       longAtput(theFP + FoxIFReceiver, followForwarded(oop));
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17977:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17977 |      oop = longAt(theFP + FoxMethod);
      |                         ^
      |                         |
      |                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17994:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17994 |       longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
      |                                                     ^
      |                                                     |
      |                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17994:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17994 |       longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17995:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
17995 |       longAtput(theFP + FoxMethod, (oop = newOop));
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17998:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
17998 |     if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18000:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18000 |       ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18002:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
18002 |       (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18003:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18003 |      && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18004:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18004 |      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
      |                                                                     ^
      |                                                                     |
      |                                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18004:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18004 |      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18007:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18007 |     numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18009:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
18009 |      : byteAt((theFP + FoxIFrameFlags) + 1));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18011:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18011 |     oop = longAt(theFP + offset);
      |                  ~~~~~~^~~~~~~~
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18014:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18014 |      longAtput(theFP + offset, followForwarded(oop));
      |                ~~~~~~^~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18016:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18016 |     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
      |                                                   ^
      |                                                   |
      |                                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18022:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18022 |     oop = longAt(theSP);
      |                  ^~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18024:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18024 |      longAtput(theSP, followForwarded(oop));
      |                ^~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameCallerContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18088:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18088 |  callerContextOrNil = longAt((thePage->baseAddress));
      |                              ~~~~~~~~^~~~~~~~~~~~~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameHasContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18099:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18099 |  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18100:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18100 |   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18101:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
18101 |   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameIsBlockActivation':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18111:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18111 |  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18112:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18112 |   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18113:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
18113 |   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameMethodObject':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18120:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18120 |  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18122:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18122 |   : longAt(theFP + FoxMethod));
      |                  ^
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameNumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18132:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18132 |  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18134:37: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
18134 |   : byteAt((theFP + FoxIFrameFlags) + 1));
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18148:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18148 |  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18149:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18149 |   ? longAt(theFP + FoxMFReceiver)
      |                  ^
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18150:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18150 |   : longAt(theFP + FoxIFReceiver));
      |                  ^
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'getCurrentBytecode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18249:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18249 |   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())))
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'handleForwardedSendFaultForReceiverstackDelta':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18279:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18279 |  longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18281:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18281 |  if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
      |                                                      ^
      |                                                      |
      |                                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18282:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18282 |   ? longAt(GIV(framePointer) + FoxMFReceiver)
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18283:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18283 |   : longAt(GIV(framePointer) + FoxIFReceiver)))) {
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18284:75: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18284 |   followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
      |                                                                           ^
      |                                                                           |
      |                                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18285:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18285 |    ? longAt(GIV(framePointer) + FoxMFReceiver)
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18286:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18286 |    : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'handleMNUInMachineCodeToclassForMessage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18315:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18315 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18364:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18364 |    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18373:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18373 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'iframeIsBlockActivation':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18388:42: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
18388 |  return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'iframeReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18395:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18395 |  return longAt(theFP + FoxIFReceiver);
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'iframeSavedIP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18402:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18402 |  return longAt(theFP + FoxIFSavedIP);
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'instructionPointerForFramecurrentFPcurrentIP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18462:25: warning: passing argument 1 of 'oopForPointer' makes pointer from integer without a cast [-Wint-conversion]
18462 |   theIP = oopForPointer(instrPtr);
      |                         ^~~~~~~~
      |                         |
      |                         sqInt {aka long int}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: expected 'void *' but argument is of type 'sqInt' {aka 'long int'}
  153 |   static inline sqInt oopForPointer(void *ptr)   { return (sqInt)ptr; }
      |                                     ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18474:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18474 |   while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18485:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18485 |    ? longAt((thePage->headSP))
      |             ~~~~~~~~^~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18486:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18486 |    : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
      |                                                    ^
      |                                                    |
      |                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18490:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18490 |   ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext))
      |                                                               ^
      |                                                               |
      |                                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'interpretMethodFromMachineCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18595:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18595 |     && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18607:4: warning: statement with no effect [-Wunused-value]
18607 |    !GIV(primFailCode);
      |    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'isMachineCodeFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18638:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18638 |  return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'makeBaseFrameFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18772:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18772 |  longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
      |            ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18773:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18773 |  longAtput((pointer -= BytesPerWord), aContext);
      |            ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18790:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18790 |   longAtput((pointer -= BytesPerWord), maybeClosure);
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18813:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18813 |   longAtput((pointer -= BytesPerWord), rcvr);
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18816:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18816 |   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18818:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18818 |  longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
      |            ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18819:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18819 |  longAtput((pointer -= BytesPerWord), 0);
      |            ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18876:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18876 |    longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
      |              ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18883:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18883 |    longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
      |              ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18885:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18885 |   longAtput((pointer -= BytesPerWord), aContext);
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18888:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18888 |   longAtput((pointer -= BytesPerWord), theMethod);
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18889:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18889 |   longAtput((pointer -= BytesPerWord), aContext);
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18890:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18890 |   longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18897:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18897 |   longAtput((pointer -= BytesPerWord), 0);
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18904:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18904 |  longAtput((pointer -= BytesPerWord), rcvr);
      |            ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18911:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18911 |   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18916:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
18916 |  longAtput((pointer -= BytesPerWord), theIP);
      |            ~~~~~~~~~^~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'mapStackPages':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18999:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
18999 |     theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19000:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19000 |      || ((longAt(theFP + FoxIFSavedIP)) == 0)
      |                        ^
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19013:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19013 |     frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                                ^
      |                                                |
      |                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19017:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19017 |      oop = longAt(theSP);
      |                   ^~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19020:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19020 |       longAtput(theSP, remapObj(oop));
      |                 ^~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19024:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19024 |     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19025:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19025 |      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19026:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
19026 |      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19027:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19027 |      if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19028:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19028 |       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
      |                                                               ^
      |                                                               |
      |                                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19028:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19028 |       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19035:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19035 |     if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19036:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19036 |      if (shouldRemapObj(longAt(theFP + FoxMethod))) {
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19038:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19038 |        theIP = longAt(theIPPtr);
      |                       ^~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19042:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19042 |         theIP = longAt(theIPPtr);
      |                        ^~~~~~~~
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19047:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19047 |        theIP -= longAt(theFP + FoxMethod);
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19049:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19049 |       longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
      |                                                          ^
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19049:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19049 |       longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19051:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19051 |        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
      |                                                  ^
      |                                                  |
      |                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19051:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19051 |        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
      |                  ^~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19055:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19055 |     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
      |                                                   ^
      |                                                   |
      |                                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19061:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19061 |     oop = longAt(theSP);
      |                  ^~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19064:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19064 |      longAtput(theSP, remapObj(oop));
      |                ^~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'markAndTraceStackPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19192:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19192 |   frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                              ^
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19196:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19196 |    oop = longAt(theSP);
      |                 ^~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19209:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19209 |     longAtput(theSP, oop);
      |               ^~~~~
      |               |
      |               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19216:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19216 |   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19217:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19217 |    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                     ^
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19218:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
19218 |    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19220:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19220 |    markAndTrace(longAt(theFP + FoxThisContext));
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19222:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19222 |   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19224:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19224 |    aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
      |                                                    ^
      |                                                    |
      |                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19234:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19234 |    markAndTrace(longAt(theFP + FoxMethod));
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19236:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19236 |   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19244:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19244 |   oop = longAt(theSP);
      |                ^~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19257:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19257 |    longAtput(theSP, oop);
      |              ^~~~~
      |              |
      |              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'markCogMethodsAndReferentsOnPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19315:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19315 |   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19318:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19318 |   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'mcprimFunctionForPrimitiveIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19380:10: warning: returning 'sqInt (*)(sqInt)' {aka 'long int (*)(long int)'} from a function with return type 'sqInt' {aka 'long int'} makes integer from pointer without a cast [-Wint-conversion]
19380 |   return mcprimHashMultiply;
      |          ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'mframeCogMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19478:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19478 |  return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'mframeHomeMethodExport':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19488:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19488 |  methodField = longAt(GIV(framePointer) + FoxMethod);
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'mframeHomeMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19511:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19511 |  methodField = longAt(theFP + FoxMethod);
      |                             ^
      |                             |
      |                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'mframeIsBlockActivation':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19527:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19527 |  return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
      |                        ^
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'mframeReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19534:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19534 |  return longAt(theFP + FoxMFReceiver);
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'moveFramesInthroughtoPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19759:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19759 |  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19763:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19763 |  theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19766:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19766 |  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19767:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19767 |   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19768:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
19768 |   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19770:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19770 |   theContext = longAt(theFP + FoxThisContext);
      |                             ^
      |                             |
      |                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19775:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19775 |  longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
      |                                                              ^
      |                                                              |
      |                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19775:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19775 |  longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
      |            ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19776:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19776 |  longAtput((newSP -= BytesPerWord), theContext);
      |            ~~~~~~~^~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19778:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19778 |  numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19780:37: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
19780 |   : byteAt((theFP + FoxIFrameFlags) + 1));
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19784:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19784 |   longAtput(newSP, longAt(source));
      |                           ^~~~~~
      |                           |
      |                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19784:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19784 |   longAtput(newSP, longAt(source));
      |             ^~~~~
      |             |
      |             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19798:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19798 |  callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
      |                                                      ^
      |                                                      |
      |                                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19802:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19802 |   longAtput(callerFP + FoxIFSavedIP, callerIP);
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19805:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19805 |  longAtput(theFP + stackedReceiverOffset, callerIP);
      |            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19810:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19810 |  longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
      |                  ^
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19811:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19811 |  longAtput(newFP + FoxSavedFP, 0);
      |                  ^
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19814:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19814 |   offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
      |                                                     ^
      |                                                     |
      |                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19818:25: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
19818 |   longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
      |                         ^
      |                         |
      |                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19819:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19819 |   if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19820:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19820 |    ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                           ^
      |                           |
      |                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19821:45: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
19821 |    : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19822:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
19822 |    theContext = longAt(fpInNewPage + FoxThisContext);
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameFlagsForFP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20355:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20355 |  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20357:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20357 |   it = (longAt(address)) & 7;
      |                ^~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20361:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20361 |   it = longAt(address);
      |               ^~~~~~~
      |               |
      |               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20365:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20365 |  print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20374:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20374 |  printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20376:37: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
20376 |   : byteAt((theFP + FoxIFrameFlags) + 1)));
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20377:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20377 |  print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20378:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20378 |   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20379:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
20379 |   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20382:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20382 |  print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20383:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20383 |   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20384:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
20384 |   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameMethodFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20402:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20402 |  it = longAt(address);
      |              ^~~~~~~
      |              |
      |              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20409:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20409 |  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20410:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20410 |   && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20412:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20412 |   methodField = longAt(theFP + FoxMethod);
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20426:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20426 |  obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20428:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20428 |   : longAt(theFP + FoxMethod));
      |                  ^
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameThingatextraString':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20440:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20440 |  it = longAt(address);
      |              ^~~~~~~
      |              |
      |              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameThingatextra':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20478:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20478 |  it = longAt(address);
      |              ^~~~~~~
      |              |
      |              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameWithSP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20535:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20535 |  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20537:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20537 |   cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
      |                                                  ^
      |                                                  |
      |                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20539:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20539 |   methodField = longAt(theFP + FoxMethod);
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20554:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20554 |   theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20556:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20556 |    : longAt(theFP + FoxMethod));
      |                   ^
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20559:45: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
20559 |   numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20573:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20573 |  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20574:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20574 |   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20575:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
20575 |   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20576:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20576 |   rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
      |                          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20587:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20587 |  if ((longAt(theFP + FoxSavedFP)) == 0) {
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20588:104: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20588 |   printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                                                                                        ^
      |                                                                                                        |
      |                                                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20590:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
20590 |  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20591:103: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20591 |   printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                                                                                       ^
      |                                                                                                       |
      |                                                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20593:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
20593 |  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20599:85: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20599 |  printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
      |                                                                                     ^
      |                                                                                     |
      |                                                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20604:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20604 |  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20608:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20608 |  if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20611:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20611 |  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20615:75: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20615 |   printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
      |                                                                           ^
      |                                                                           |
      |                                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20617:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20617 |    : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20621:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20621 |  topThing = longAt(theSP);
      |                    ^~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20629:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20629 |     printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20630:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20630 |      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20631:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
20631 |      : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20636:70: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20636 |   printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                                                      ^
      |                                                                      |
      |                                                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20647:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20647 |     printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20648:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
20648 |      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:20649:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
20649 |      : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'returnToExecutivepostContextSwitch':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21041:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21041 |  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21045:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21045 |    cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
      |                                                               ^
      |                                                               |
      |                                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21052:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21052 |     top = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21058:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21058 |     retValue = longAt(GIV(framePointer) + FoxMFReceiver);
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21063:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21063 |    retValue = longAt(GIV(framePointer) + FoxMFReceiver);
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21066:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21066 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21069:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21069 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21074:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21074 |  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21087:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21087 |   GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
      |                                                                ^
      |                                                                |
      |                                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'returntoExecutive':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21114:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21114 |  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21117:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21117 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21120:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21120 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21125:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21125 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21128:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21128 |  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21142:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21142 |   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
      |                                                      ^
      |                                                      |
      |                                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'sendInvokeCallbackContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21298:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21298 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21303:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21303 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21307:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21307 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21311:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21311 |   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21316:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21316 |  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21356:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21356 |  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21362:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21362 |   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21366:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21366 |  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21369:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21369 |  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21369:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21369 |  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |                                                          ^~~~~~~~~~~~
      |                                                          |
      |                                                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21376:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21376 |   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21390:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21390 |   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21396:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21396 |   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21399:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21399 |   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21406:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21406 |   longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21409:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21409 |   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21414:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21414 |  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21418:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21418 |   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21433:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21433 |  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'sendInvokeCallbackStackRegistersJmpbuf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21535:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21535 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21539:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21539 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21543:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21543 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21547:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21547 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21551:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21551 |  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21591:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21591 |  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21597:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21597 |   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21601:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21601 |  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21604:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21604 |  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21604:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21604 |  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |                                                          ^~~~~~~~~~~~
      |                                                          |
      |                                                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21611:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21611 |   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21625:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21625 |   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21631:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21631 |   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21634:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21634 |   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21641:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21641 |   longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21644:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21644 |   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21649:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21649 |  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21653:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
21653 |   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21668:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21668 |  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'shortPrintFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21726:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21726 |  rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21727:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21727 |   ? longAt(theFP + FoxMFReceiver)
      |                  ^
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21728:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21728 |   : longAt(theFP + FoxIFReceiver));
      |                  ^
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21729:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21729 |  mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21731:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21731 |   : longAt(theFP + FoxMethod));
      |                  ^
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21736:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21736 |  printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21741:91: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21741 |  printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                                                                           ^
      |                                                                                           |
      |                                                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21742:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21742 |   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21743:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
21743 |   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21743:76: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21743 |   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                                                            ^
      |                                                                            |
      |                                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21745:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21745 |     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21746:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21746 |     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21748:59: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
21748 |    (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21749:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21749 |      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:21750:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
21750 |      : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                        |
      |                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'slowPrimitiveResponse':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22007:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22007 |   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'transferTofrom':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22306:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
22306 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22322:141: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22322 |  assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                             ^
      |                                                                                                                                             |
      |                                                                                                                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22339:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22339 |  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22340:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22340 |   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22341:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
22341 |   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22343:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22343 |   activeContext = longAt(theFP + FoxThisContext);
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22447:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22447 |  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22449:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22449 |   aMethodObj = longAt(GIV(framePointer) + FoxMethod);
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22462:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22462 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22466:141: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22466 |  assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                             ^
      |                                                                                                                                             |
      |                                                                                                                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'updateStackZoneReferencesToCompiledCodePreCompaction':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22490:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22490 |     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22492:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22492 |      theMethodField = longAt(theFP + FoxMethod);
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22500:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22500 |      theIP = ((usqInt)(longAt(theIPPtr)));
      |                               ^~~~~~~~
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22504:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
22504 |       longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
      |                 ^~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22506:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
22506 |      longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22508:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22508 |     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
      |                                                   ^
      |                                                   |
      |                                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'updateStateOfSpouseContextForFrameWithSP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22533:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22533 |  theContext = longAt(theFP + FoxThisContext);
      |                            ^
      |                            |
      |                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22536:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22536 |  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22542:47: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
22542 |   tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22555:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22555 |    if ((((longAt(argsPointer)) & (tagMask())) == 0)
      |                  ^~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22556:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22556 |     && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
      |                              ^~~~~~~~~~~
      |                              |
      |                              char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2937:49: note: in definition of macro 'oopisLessThan'
 2937 | #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
      |                                                 ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22563:116: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22563 |   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
      |                                                                                                                    ^~~~~~~~~~~
      |                                                                                                                    |
      |                                                                                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22574:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22574 |    if ((((longAt(pointer)) & (tagMask())) == 0)
      |                  ^~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22575:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22575 |     && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
      |                              ^~~~~~~
      |                              |
      |                              char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2937:49: note: in definition of macro 'oopisLessThan'
 2937 | #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
      |                                                 ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22582:124: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22582 |   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
      |                                                                                                                            ^~~~~~~
      |                                                                                                                            |
      |                                                                                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'validInstructionPointerinMethodframePointer':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22606:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22606 |   return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22609:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22609 |   if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
      |                            ^
      |                            |
      |                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22613:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22613 |   theInstrPointer = longAt(fp + FoxIFSavedIP);
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'validStackPageBaseFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22643:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22643 |  senderContextOrNil = longAt((aPage->baseAddress));
      |                              ~~~~~~^~~~~~~~~~~~~~
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22644:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
22644 |  savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'voidVMStateForSnapshotFlushingExternalPrimitivesIf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22712:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
22712 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22711:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
22711 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCollectCogCodeConstituents':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23090:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23090 |   withDetails = longAt(GIV(stackPointer));
      |                            ^~~~~~~~~~~~
      |                            |
      |                            char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23104:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
23104 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveContextXray':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23131:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23131 |  context = longAt(GIV(stackPointer));
      |                       ^~~~~~~~~~~~
      |                       |
      |                       char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23139:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23139 |    if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23164:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
23164 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveEnterCriticalSection':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23193:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23193 |   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                              ^
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23194:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23194 |   activeProc = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23199:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23199 |   criticalSection = longAt(GIV(stackPointer));
      |                                ^~~~~~~~~~~~
      |                                |
      |                                char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23226:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
23226 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23232:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
23232 |   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23237:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
23237 |  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveExitCriticalSection':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23264:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23264 |  criticalSection = longAt(GIV(stackPointer));
      |                               ^~~~~~~~~~~~
      |                               |
      |                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFlushCacheByMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23318:68: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23318 |   if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
      |                                                                    ^~~~~~~~~~~~
      |                                                                    |
      |                                                                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23323:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23323 |  flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
      |                                      ^~~~~~~~~~~~
      |                                      |
      |                                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23324:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23324 |  unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
      |                                    ^~~~~~~~~~~~
      |                                    |
      |                                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFlushCacheBySelector':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23340:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23340 |  selector = longAt(GIV(stackPointer));
      |                        ^~~~~~~~~~~~
      |                        |
      |                        char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLongRunningPrimitiveSemaphore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23378:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23378 |  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23393:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
23393 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMethodPCData':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23428:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23428 |  methodReceiver = longAt(GIV(stackPointer));
      |                              ^~~~~~~~~~~~
      |                              |
      |                              char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23464:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
23464 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMethodXray':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23495:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23495 |  if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
      |                                                               ^~~~~~~~~~~~
      |                                                               |
      |                                                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23497:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23497 |   alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
      |                                 ^~~~~~~~~~~~
      |                                 |
      |                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23498:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23498 |    && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
      |                                        ^~~~~~~~~~~~
      |                                        |
      |                                        char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23499:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23499 |    && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
      |                                                 ^~~~~~~~~~~~
      |                                                 |
      |                                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23502:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23502 |    cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
      |                                       ^~~~~~~~~~~~
      |                                       |
      |                                       char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23506:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23506 |     cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
      |                                        ^~~~~~~~~~~~
      |                                        |
      |                                        char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23525:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23525 |    && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23526:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23526 |    && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
      |                                        ^~~~~~~~~~~~
      |                                        |
      |                                        char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23527:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23527 |    && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
      |                                                 ^~~~~~~~~~~~
      |                                                 |
      |                                                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23529:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23529 |    methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))));
      |                                       ^~~~~~~~~~~~
      |                                       |
      |                                       char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23548:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
23548 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMinimumUnusedHeadroom':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23562:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
23562 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveObjectAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23582:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23582 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23601:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23601 |  thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23619:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
23619 |  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveObjectAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23638:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23638 |  newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23639:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23639 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23645:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23645 |  thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23707:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
23707 |  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveProfileSemaphore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23728:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23728 |  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23747:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
23747 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveResume':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23783:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23783 |  proc = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSignal':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23842:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23842 |  if (synchronousSignal(longAt(GIV(stackPointer)))) {
      |                                   ^~~~~~~~~~~~
      |                                   |
      |                                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSnapshot':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23863:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23863 |  if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSnapshotEmbedded':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23883:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23883 |  if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSuspend':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23915:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
23915 |  process = longAt(GIV(stackPointer));
      |                       ^~~~~~~~~~~~
      |                       |
      |                       char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:23918:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
23918 |   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24084:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24084 |   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveTerminateTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24140:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24140 |  aContextOrNil = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24150:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24150 |  thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24194:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24194 |    if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24196:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24196 |     numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24198:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
24198 |      : byteAt((theFP + FoxIFrameFlags) + 1));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24206:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24206 |     while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24216:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24216 |     contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
      |                                                            ^
      |                                                            |
      |                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24224:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24224 |      longAtput(newSP, longAt(source));
      |                              ^~~~~~
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24224:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24224 |      longAtput(newSP, longAt(source));
      |                ^~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24226:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24226 |     longAtput(newFP + FoxSavedFP, contextsFP);
      |                     ^
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24226:35: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24226 |     longAtput(newFP + FoxSavedFP, contextsFP);
      |                                   ^~~~~~~~~~
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24227:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24227 |     if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24231:27: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24231 |      longAtput(contextsFP + FoxIFSavedIP, contextsIP);
      |                           ^
      |                           |
      |                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24234:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24234 |     longAtput(newFP + FoxCallerSavedIP, contextsIP);
      |                     ^
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24262:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24262 |   callerContextOrNil = longAt((thePage1->baseAddress));
      |                               ~~~~~~~~~^~~~~~~~~~~~~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24307:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24307 |      while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
      |                                                    ^
      |                                                    |
      |                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24348:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24348 |       while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
      |                                                     ^
      |                                                     |
      |                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24361:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24361 |        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
      |                                                              ^
      |                                                              |
      |                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24361:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24361 |        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
      |                  ^~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24361:30: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24361 |        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24382:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24382 |       callerContextOrNil1 = longAt((thePage2->baseAddress));
      |                                    ~~~~~~~~~^~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24421:82: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24421 |   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                                                                  ^
      |                                                                                  |
      |                                                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24423:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
24423 |  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24423:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24421 |   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24422 |  ? ((mframeCogMethod(theFP))->cmNumArgs)
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
24423 |  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveVoidVMState':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24462:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24462 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveVoidVMStateForMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24527:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24527 |   methodObj = longAt(GIV(stackPointer));
      |                          ^~~~~~~~~~~~
      |                          |
      |                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24530:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24530 |   methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24532:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24532 |   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24536:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24536 |   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24569:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24569 |  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24570:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24570 |   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24571:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
24571 |   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24573:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24573 |   activeContext = longAt(theFP + FoxThisContext);
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24584:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24584 |   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24587:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24587 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24598:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24598 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24753:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24753 |   top = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24781:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24781 |  top1 = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24519:11: warning: variable 'top' set but not used [-Wunused-but-set-variable]
24519 |     sqInt top;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24509:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
24509 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24508:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
24508 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'unmarkAllFrames':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24847:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24847 |     methodField = longAt(theFP + FoxMethod);
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24850:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24850 |       longAtput(theFP + FoxMethod, methodField - 4);
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24854:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24854 |      flags = longAt(theFP + FoxIFrameFlags);
      |                           ^
      |                           |
      |                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24856:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
24856 |       longAtput(theFP + FoxIFrameFlags, flags - 2);
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24859:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
24859 |    } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'initializeStacknumSlotspageSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24881:11: warning: variable 'theIndex' set but not used [-Wunused-but-set-variable]
24881 |     sqInt theIndex;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:24880:17: warning: variable 'structStackPageSize' set but not used [-Wunused-but-set-variable]
24880 |     usqIntptr_t structStackPageSize;
      |                 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'cStringOrNullFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25012:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
25012 |     sqInt classOop;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAdd':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25372:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
25372 |    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAddLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25404:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25404 |  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25405:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25405 |  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25439:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
25439 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAdoptInstance':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25467:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25467 |  arg = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25468:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25468 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAllInstances':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25512:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25512 |  result = allInstancesOf(longAt(GIV(stackPointer)));
      |                                     ^~~~~~~~~~~~
      |                                     |
      |                                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25517:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25517 |   result = allInstancesOf(longAt(GIV(stackPointer)));
      |                                      ^~~~~~~~~~~~
      |                                      |
      |                                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25524:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
25524 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAllObjects':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25553:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
25553 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveArctan':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25569:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25569 |  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveArrayBecome':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25589:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25589 |  arg = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25590:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25590 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveArrayBecomeOneWay':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25613:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25613 |  arg = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25614:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25614 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveArrayBecomeOneWayCopyHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25639:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25639 |  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
      |                  ^~~~~~~~~~~~
      |                  |
      |                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25643:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25643 |   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25651:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25651 |  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
      |                                                         ^
      |                                                         |
      |                                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25651:105: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25651 |  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
      |                                                                                                         ^
      |                                                                                                         |
      |                                                                                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveArrayBecomeOneWayNoCopyHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25673:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25673 |  arg = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25674:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25674 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAsCharacter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25694:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25694 |  characterCode = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25707:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
25707 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAsFloat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25722:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25722 |  rcvr = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25725:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
25725 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25753:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25753 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25754:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25754 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25881:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
25881 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25911:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25911 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25912:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25912 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:25913:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
25913 |  value = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26072:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
26072 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBeCursor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26123:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26123 |   cursorObj = longAt(GIV(stackPointer));
      |                          ^~~~~~~~~~~~
      |                          |
      |                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26127:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26127 |   cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26128:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26128 |   maskObj = longAt(GIV(stackPointer));
      |                        ^~~~~~~~~~~~
      |                        |
      |                        char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBeDisplay':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26351:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26351 |  rcvr = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26345:9: warning: variable 'changed' set but not used [-Wunused-but-set-variable]
26345 |     int changed;
      |         ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBehaviorHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26423:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26423 |  hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
      |                                                ^~~~~~~~~~~~
      |                                                |
      |                                                char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26425:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26425 |   : (objCouldBeClassObj(longAt(GIV(stackPointer)))
      |                                    ^~~~~~~~~~~~
      |                                    |
      |                                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26426:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26426 |     ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
      |                                               ^~~~~~~~~~~~
      |                                               |
      |                                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26428:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26428 |       : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
      |                               ^~~~~~~~~~~~
      |                               |
      |                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26432:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
26432 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitAnd':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26468:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26468 |  oop1 = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26530:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26530 |  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26594:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
26594 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitAndLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26611:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26611 |  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                                             ^
      |                                                             |
      |                                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26612:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26612 |  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
      |                                                              ^
      |                                                              |
      |                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26619:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
26619 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitOr':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26652:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26652 |  oop1 = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26714:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26714 |  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26778:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
26778 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitOrLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26795:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26795 |  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                                             ^
      |                                                             |
      |                                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26796:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26796 |  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
      |                                                              ^
      |                                                              |
      |                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26803:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
26803 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitShift':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26821:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26821 |  integerArgument = longAt(GIV(stackPointer));
      |                               ^~~~~~~~~~~~
      |                               |
      |                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26829:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26829 |  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26867:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
26867 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitShiftLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26889:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26889 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26904:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26904 |  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26942:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
26942 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitXor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26970:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26970 |  integerArgument = longAt(GIV(stackPointer));
      |                               ^~~~~~~~~~~~
      |                               |
      |                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26971:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
26971 |  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26978:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
26978 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27107:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27107 |    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBitXorLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27125:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27125 |  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                                             ^
      |                                                             |
      |                                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27126:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27126 |  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
      |                                                              ^
      |                                                              |
      |                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27133:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27133 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveBytesLeft':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27161:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27161 |   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27168:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27168 |   if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27184:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27184 |    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27189:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27189 |   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27193:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27193 |   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27208:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27208 |    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27147:11: warning: variable 'aBool' set but not used [-Wunused-but-set-variable]
27147 |     sqInt aBool;
      |           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveChangeClass':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27277:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27277 |  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27289:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27289 |  oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClass':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27326:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27326 |  instance = longAt(GIV(stackPointer));
      |                        ^~~~~~~~~~~~
      |                        |
      |                        char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27344:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27344 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClipboardText':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27381:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27381 |   s = longAt(GIV(stackPointer));
      |                  ^~~~~~~~~~~~
      |                  |
      |                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27449:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27449 |   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClockLogAddresses':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27494:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27494 |  runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27577:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27577 |  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27472:11: warning: variable 'oop' set but not used [-Wunused-but-set-variable]
27472 |     sqInt oop;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClosureValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27626:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27626 |  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27676:142: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27676 |   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                              ^
      |                                                                                                                                              |
      |                                                                                                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27683:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27683 |    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27686:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27686 |    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27697:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27697 |    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27702:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27702 |   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27705:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27705 |   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27725:145: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27725 |      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                                 ^
      |                                                                                                                                                 |
      |                                                                                                                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27732:35: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27732 |       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27735:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27735 |       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
      |                 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27746:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27746 |       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27751:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27751 |      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27754:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27754 |      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27774:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27774 |    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
      |                                                       ^
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27778:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27778 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27781:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27781 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27781:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27781 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |                                                          ^~~~~~~~~~~~
      |                                                          |
      |                                                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27785:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27785 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27788:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27788 |  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27794:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27794 |  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27797:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27797 |  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27806:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27806 |  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27810:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27810 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClosureValueNoContextSwitch':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27889:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27889 |  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27939:142: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27939 |   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                              ^
      |                                                                                                                                              |
      |                                                                                                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27946:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27946 |    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27949:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27949 |    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27960:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27960 |    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27965:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27965 |   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27968:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27968 |   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27988:145: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
27988 |      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                                 ^
      |                                                                                                                                                 |
      |                                                                                                                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27995:35: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27995 |       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:27998:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
27998 |       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
      |                 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28009:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28009 |       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28014:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28014 |      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28017:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28017 |      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28037:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28037 |    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
      |                                                       ^
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28041:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28041 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28044:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28044 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28044:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28044 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |                                                          ^~~~~~~~~~~~
      |                                                          |
      |                                                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28048:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28048 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28051:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28051 |  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28057:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28057 |  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28060:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28060 |  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28069:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28069 |  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28073:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28073 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClosureValueWithArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28152:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28152 |  argumentArray = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28174:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28174 |  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28207:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28207 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28212:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28212 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28234:142: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28234 |   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                              ^
      |                                                                                                                                              |
      |                                                                                                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28241:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28241 |    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28244:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28244 |    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28255:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28255 |    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28260:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28260 |   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28263:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28263 |   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28283:145: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28283 |      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                                 ^
      |                                                                                                                                                 |
      |                                                                                                                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28290:35: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28290 |       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28293:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28293 |       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
      |                 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28304:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28304 |       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28309:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28309 |      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28312:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28312 |      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28332:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28332 |    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
      |                                                       ^
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28336:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28336 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28339:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28339 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28339:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28339 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |                                                          ^~~~~~~~~~~~
      |                                                          |
      |                                                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28343:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28343 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28346:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28346 |  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28352:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28352 |  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28355:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28355 |  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28364:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28364 |  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28368:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28368 |   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28150:11: warning: variable 'top' set but not used [-Wunused-but-set-variable]
28150 |     sqInt top;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCoarseLocalMicrosecondClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28417:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28417 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCoarseUTCMicrosecondClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28441:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28441 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCompareBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28475:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28475 |  arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28476:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28476 |  arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28489:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28489 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28555:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28555 |   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28562:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28562 |    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28568:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28568 |  longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCompareWith':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28606:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28606 |   order = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28614:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28614 |  string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28617:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28617 |  string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28664:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28664 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveConstantFill':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28684:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28684 |  fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
      |                                              ^~~~~~~~~~~~
      |                                              |
      |                                              char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28685:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28685 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveControlVMProfiling':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28775:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28775 |  if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28790:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28790 |  if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
      |                                ^~~~~~~~~~~~
      |                                |
      |                                char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28805:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
28805 |  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCopyObject':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28836:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28836 |  arg = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28837:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28837 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveCrashVM':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28935:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28935 |  if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28936:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28936 |   crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
      |                                    ^~~~~~~~~~~~
      |                                    |
      |                                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28940:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28940 |   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28944:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28944 |   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDisablePowerManager':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:28980:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
28980 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDiv':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29010:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29010 |  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
      |                                                       ^
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29010:89: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29010 |  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
      |                                                                                         ^~~~~~~~~~~~
      |                                                                                         |
      |                                                                                         char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29015:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29015 |    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDivide':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29040:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29040 |  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29056:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29056 |  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29077:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29077 |     longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
      |               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDivideLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29115:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29115 |  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29116:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29116 |  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29136:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29136 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDivLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29159:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29159 |  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29160:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29160 |  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29190:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29190 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29205:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29205 |  integerArgument = longAt(GIV(stackPointer));
      |                               ^~~~~~~~~~~~
      |                               |
      |                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29206:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29206 |  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29209:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29209 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29218:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29218 |    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveEqualLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29237:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29237 |  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                                           ^
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29238:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29238 |  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
      |                                                            ^
      |                                                            |
      |                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29241:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29241 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveExp':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29268:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29268 |  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveExponent':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29290:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29290 |  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFailForFFIExceptionat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29381:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29381 |   rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29387:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29387 |    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29391:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29391 |   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29394:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29394 |   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29394:59: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29394 |   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |                                                           ^~~~~~~~~~~~
      |                                                           |
      |                                                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29401:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29401 |    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29415:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29415 |    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29421:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29421 |    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29424:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29424 |    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29431:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29431 |    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29434:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29434 |    longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29439:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29439 |   longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29443:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29443 |    longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFetchNextMourner':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29508:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29508 |   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatAdd':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29536:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29536 |  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29537:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29537 |  argOop = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29616:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29616 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29640:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29640 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29641:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29641 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29669:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29669 |  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29693:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29693 |  oopToStore = longAt(GIV(stackPointer));
      |                          ^~~~~~~~~~~~
      |                          |
      |                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29700:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29700 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29701:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29701 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29726:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29726 |   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29737:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29737 |   longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatDivide':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29771:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29771 |  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29772:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29772 |  argOop = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29859:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29859 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29888:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29888 |  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29889:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
29889 |  argOop = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:29969:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
29969 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatGreaterOrEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30000:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30000 |  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30001:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30001 |  argOop = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30081:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
30081 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatGreaterThan':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30112:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30112 |  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30113:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30113 |  argOop = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30193:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
30193 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatLessOrEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30224:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30224 |  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30225:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30225 |  argOop = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30305:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
30305 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatLessThan':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30336:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30336 |  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30337:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30337 |  argOop = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30417:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
30417 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatMultiply':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30447:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30447 |  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30448:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30448 |  argOop = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30527:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
30527 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatNotEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30556:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30556 |  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30557:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30557 |  argOop = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30637:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
30637 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatSubtract':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30667:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30667 |  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30668:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30668 |  argOop = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30747:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
30747 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFlushExternalPrimitives':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30799:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
30799 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30798:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
30798 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFormPrint':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30945:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30945 |  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
      |                  ^~~~~~~~~~~~
      |                  |
      |                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30949:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30949 |  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
      |                  ^~~~~~~~~~~~
      |                  |
      |                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30961:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30961 |  vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30962:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30962 |  hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:30963:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
30963 |  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFractionalPart':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31068:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31068 |  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFullClosureValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31120:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31120 |  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31156:142: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31156 |   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                              ^
      |                                                                                                                                              |
      |                                                                                                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31163:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31163 |    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31166:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31166 |    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31177:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31177 |    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31182:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31182 |   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31185:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31185 |   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31214:145: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31214 |      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                                 ^
      |                                                                                                                                                 |
      |                                                                                                                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31221:35: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31221 |       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31224:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31224 |       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31235:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31235 |       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31240:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31240 |      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31243:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31243 |      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31263:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31263 |    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
      |                                                       ^
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31267:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31267 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31270:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31270 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31270:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31270 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |                                                          ^~~~~~~~~~~~
      |                                                          |
      |                                                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31274:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31274 |  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31277:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31277 |  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31283:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31283 |  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31286:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31286 |  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31295:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31295 |  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31299:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31299 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31318:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31318 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFullClosureValueNoContextSwitch':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31392:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31392 |  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31428:142: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31428 |   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                              ^
      |                                                                                                                                              |
      |                                                                                                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31435:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31435 |    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31438:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31438 |    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31449:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31449 |    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31454:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31454 |   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31457:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31457 |   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31486:145: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31486 |      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                                 ^
      |                                                                                                                                                 |
      |                                                                                                                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31493:35: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31493 |       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31496:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31496 |       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31507:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31507 |       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31512:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31512 |      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31515:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31515 |      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31535:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31535 |    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
      |                                                       ^
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31539:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31539 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31542:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31542 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31542:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31542 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |                                                          ^~~~~~~~~~~~
      |                                                          |
      |                                                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31546:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31546 |  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31549:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31549 |  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31555:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31555 |  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31558:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31558 |  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31567:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31567 |  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31571:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31571 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31590:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31590 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFullClosureValueWithArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31664:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31664 |  argumentArray = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31686:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31686 |  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31708:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31708 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31713:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31713 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31732:142: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31732 |   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                              ^
      |                                                                                                                                              |
      |                                                                                                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31739:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31739 |    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31742:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31742 |    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31753:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31753 |    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31758:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31758 |   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31761:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31761 |   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31790:145: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31790 |      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                                 ^
      |                                                                                                                                                 |
      |                                                                                                                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31797:35: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31797 |       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31800:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31800 |       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31811:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31811 |       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31816:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31816 |      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31819:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31819 |      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31839:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31839 |    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
      |                                                       ^
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31843:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31843 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31846:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31846 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31846:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31846 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |                                                          ^~~~~~~~~~~~
      |                                                          |
      |                                                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31850:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31850 |  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31853:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31853 |  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31859:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31859 |  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31862:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31862 |  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31871:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31871 |  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31875:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31875 |   longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31894:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31894 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31662:11: warning: variable 'top' set but not used [-Wunused-but-set-variable]
31662 |     sqInt top;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetAttribute':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31935:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31935 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31958:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
31958 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetenv':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:31985:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
31985 |  key = cStringOrNullFor(longAt(GIV(stackPointer)));
      |                                    ^~~~~~~~~~~~
      |                                    |
      |                                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32008:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32008 |  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetImmutability':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32022:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32022 |  rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32026:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32026 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetLogDirectory':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32065:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32065 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetNextEvent':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32083:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32083 |  arg = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetWindowLabel':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32225:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32225 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetWindowSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32298:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32298 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGreaterOrEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32311:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32311 |  integerArgument = longAt(GIV(stackPointer));
      |                               ^~~~~~~~~~~~
      |                               |
      |                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32312:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32312 |  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32315:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32315 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGreaterOrEqualLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32339:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32339 |  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                                           ^
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32340:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32340 |  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
      |                                                            ^
      |                                                            |
      |                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32343:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32343 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGreaterThan':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32358:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32358 |  integerArgument = longAt(GIV(stackPointer));
      |                               ^~~~~~~~~~~~
      |                               |
      |                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32359:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32359 |  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32362:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32362 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGreaterThanLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32386:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32386 |  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                                           ^
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32387:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32387 |  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
      |                                                            ^
      |                                                            |
      |                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32390:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32390 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGrowMemoryByAtLeast':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32405:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32405 |  ammount = longAt(GIV(stackPointer));
      |                       ^~~~~~~~~~~~
      |                       |
      |                       char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32418:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32418 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveHashMultiply':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32436:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32436 |  value = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32461:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32461 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveHeartbeatFrequency':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32479:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32479 |   && ((longAt(GIV(stackPointer))) == GIV(trueObj));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32485:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32485 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveHighResClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32509:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32509 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIdentical':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32526:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32526 |  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32527:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32527 |  thisObject = longAt(GIV(stackPointer));
      |                          ^~~~~~~~~~~~
      |                          |
      |                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32538:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32538 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIdentityHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32555:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32555 |  thisReceiver = longAt(GIV(stackPointer));
      |                            ^~~~~~~~~~~~
      |                            |
      |                            char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32581:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32581 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveImageFormatVersion':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32605:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32605 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveImageName':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32642:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32642 |   s = longAt(GIV(stackPointer));
      |                  ^~~~~~~~~~~~
      |                  |
      |                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32673:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32673 |   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveImmediateAsInteger':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32694:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32694 |  oop = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32717:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32717 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveInputSemaphore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32731:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32731 |  arg = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIntegerAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32803:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32803 |  index1 = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32804:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32804 |  rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32833:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32833 |    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32849:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32849 |    longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32863:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32863 |    longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32879:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32879 |    longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32900:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32900 |     longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
      |               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32911:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32911 |    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIntegerAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32949:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32949 |  valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32950:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32950 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32951:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
32951 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32996:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
32996 |    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33014:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33014 |    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33029:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33029 |    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33047:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33047 |    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33083:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33083 |     longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
      |               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33109:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33109 |    longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveInterruptChecksPerMSec':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33146:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33146 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveInterruptSemaphore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33162:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33162 |  arg = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveInvokeObjectAsMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33219:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33219 |   top1 = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33226:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33226 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33230:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33230 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33233:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33233 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33236:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33236 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33239:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33239 |  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIsBigEnder':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33267:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33267 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIsPinned':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33285:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33285 |  obj = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33294:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33294 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIsWindowObscured':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33320:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33320 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLessOrEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33333:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33333 |  integerArgument = longAt(GIV(stackPointer));
      |                               ^~~~~~~~~~~~
      |                               |
      |                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33334:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33334 |  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33337:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33337 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLessOrEqualLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33361:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33361 |  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                                           ^
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33362:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33362 |  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
      |                                                            ^
      |                                                            |
      |                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33365:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33365 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLessThan':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33380:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33380 |  integerArgument = longAt(GIV(stackPointer));
      |                               ^~~~~~~~~~~~
      |                               |
      |                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33381:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33381 |  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33384:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33384 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLessThanLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33408:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33408 |  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                                           ^
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33409:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33409 |  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
      |                                                            ^
      |                                                            |
      |                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33412:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33412 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveListBuiltinModule':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33444:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33444 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33471:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33471 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33484:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33484 |  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveListExternalModule':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33513:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33513 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33540:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33540 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33553:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33553 |  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadImageSegment':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33588:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33588 |  outPointerArray = longAt(GIV(stackPointer));
      |                               ^~~~~~~~~~~~
      |                               |
      |                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33591:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33591 |  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                              ^
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33605:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33605 |   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLocalMicrosecondClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33632:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33632 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLogN':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33649:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33649 |  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLowSpaceSemaphore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33667:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33667 |  arg = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMakePoint':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33710:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33710 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33711:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33711 |  arg = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33762:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33762 |  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMaxIdentityHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33775:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33775 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMillisecondClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33804:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33804 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMillisecondClockMask':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33819:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33819 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33831:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33831 |  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
      |                                                  ^
      |                                                  |
      |                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33831:84: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33831 |  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
      |                                                                                    ^~~~~~~~~~~~
      |                                                                                    |
      |                                                                                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33836:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33836 |    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveModLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33867:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33867 |  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33868:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33868 |  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33893:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33893 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMultiply':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33911:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33911 |  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33927:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33927 |  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33960:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
33960 |    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveMultiplyLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33983:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33983 |  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:33984:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
33984 |  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34005:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34005 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNew':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34021:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34021 |  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
      |                                            ^~~~~~~~~~~~
      |                                            |
      |                                            char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34024:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34024 |   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
      |                                                                     ^~~~~~~~~~~~
      |                                                                     |
      |                                                                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34031:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34031 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNewMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34061:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34061 |  header = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34062:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34062 |  bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                           ^
      |                                           |
      |                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34070:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34070 |  class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34180:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34180 |  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNewPinned':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34193:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34193 |  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
      |                                            ^~~~~~~~~~~~
      |                                            |
      |                                            char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34196:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34196 |   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
      |                                                                     ^~~~~~~~~~~~
      |                                                                     |
      |                                                                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34203:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34203 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNewWithArg':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34230:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34230 |  oop1 = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34298:71: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34298 |  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
      |                                                                       ^
      |                                                                       |
      |                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34301:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34301 |   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
      |                                                     ^
      |                                                     |
      |                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34314:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34314 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNewWithArgPinned':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34338:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34338 |  oop = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34399:71: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34399 |  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
      |                                                                       ^
      |                                                                       |
      |                                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34402:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34402 |   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
      |                                                     ^
      |                                                     |
      |                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34415:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34415 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNextInstance':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34438:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34438 |  object = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34521:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34521 |    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNextObject':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34544:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34544 |  instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
      |                                              ^~~~~~~~~~~~
      |                                              |
      |                                              char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34547:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34547 |   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34553:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34553 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNotEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34568:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34568 |  integerArgument = longAt(GIV(stackPointer));
      |                               ^~~~~~~~~~~~
      |                               |
      |                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34569:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34569 |  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34572:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34572 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34581:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34581 |    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNotEqualLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34600:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34600 |  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                                           ^
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34601:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34601 |  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
      |                                                            ^
      |                                                            |
      |                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34604:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34604 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveNotIdentical':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34626:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34626 |  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34627:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34627 |  thisObject = longAt(GIV(stackPointer));
      |                          ^~~~~~~~~~~~
      |                          |
      |                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34656:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34656 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitivePathToUsing':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34716:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34716 |  if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34717:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34717 |    || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34722:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34722 |  goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34723:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34723 |  stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34724:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34724 |  followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34965:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
34965 |  path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34967:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
34967 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34677:12: warning: variable 'freeStartAtStart' set but not used [-Wunused-but-set-variable]
34677 |     usqInt freeStartAtStart;
      |            ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitivePerformInSuperclass':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35000:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35000 |  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35001:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35001 |  lookupClass = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35033:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35033 |  selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35034:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35034 |  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                           ^
      |                                           |
      |                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35057:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35057 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35060:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35060 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35064:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35064 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
   37 | # define sendBreakpointreceiver(sel, len, rcvr) 0
      |                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35071:2: note: in expansion of macro 'sendBreakpointreceiver'
35071 |  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), rcvr);
      |  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35111:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35111 |   top = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35126:76: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35126 |   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
      |                                                                            ^
      |                                                                            |
      |                                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35126:42: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35126 |   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:34991:11: warning: variable 'selector1' set but not used [-Wunused-but-set-variable]
34991 |     sqInt selector1;
      |           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitivePerformWithArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35159:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35159 |  actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35160:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35160 |  selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35161:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35161 |  argumentArray = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35184:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35184 |  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35187:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35187 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35191:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35191 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
   37 | # define sendBreakpointreceiver(sel, len, rcvr) 0
      |                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35198:2: note: in expansion of macro 'sendBreakpointreceiver'
35198 |  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), actualReceiver);
      |  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35226:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35226 |   top = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35239:76: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35239 |   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
      |                                                                            ^
      |                                                                            |
      |                                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35239:42: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35239 |   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35150:11: warning: variable 'selector1' set but not used [-Wunused-but-set-variable]
35150 |     sqInt selector1;
      |           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveProfilePrimitive':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35266:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35266 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveProfileSample':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35291:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35291 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveProfileStart':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35326:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35326 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveQuit':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35358:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35358 |   ? ((longAt(GIV(stackPointer))) >> 3)
      |                  ^~~~~~~~~~~~
      |                  |
      |                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveQuo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35378:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35378 |  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35394:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35394 |  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35430:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35430 |    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveQuoLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35461:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35461 |  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35462:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35462 |  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35480:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35480 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveRelinquishProcessor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35497:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35497 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveRemLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35542:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35542 |  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35543:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35543 |  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35560:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35560 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveScreenDepth':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35586:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35586 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveScreenScaleFactor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35615:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35615 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveScreenSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35687:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35687 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSecondsClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35707:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35707 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetDisplayMode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35731:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35731 |  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
      |                  ^~~~~~~~~~~~
      |                  |
      |                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35735:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35735 |  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
      |                  ^~~~~~~~~~~~
      |                  |
      |                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35748:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35748 |  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35764:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35764 |  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35780:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35780 |  integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35800:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35800 |   longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetFullScreen':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35817:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35817 |  argOop = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetImmutability':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35847:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35847 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35861:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35861 |  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
      |                  ^~~~~~~~~~~~
      |                  |
      |                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35871:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35871 |   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35882:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
35882 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetInterruptKey':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35901:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35901 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetLogDirectory':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:35937:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
35937 |  stringOop = longAt(GIV(stackPointer));
      |                         ^~~~~~~~~~~~
      |                         |
      |                         char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetOrHasIdentityHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36003:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36003 |   hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36004:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36004 |    && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
      |                              ^~~~~~~~~~~~
      |                              |
      |                              char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36006:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
36006 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36014:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36014 |   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36018:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36018 |   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36039:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36039 |  integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36055:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36055 |  oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36092:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
36092 |   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetWindowLabel':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36110:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36110 |  labelOop = longAt(GIV(stackPointer));
      |                        ^~~~~~~~~~~~
      |                        |
      |                        char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetWindowSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36172:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36172 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36188:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36188 |  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveShortAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36226:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36226 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36232:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36232 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36248:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
36248 |  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveShortAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36268:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36268 |  value = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36269:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36269 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36279:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36279 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36307:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
36307 |  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveShowDisplayRect':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36329:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36329 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36345:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36345 |  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36361:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36361 |  integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36377:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36377 |  integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSignalAtBytesLeft':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36412:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36412 |  bytes = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSine':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36447:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36447 |  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36470:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36470 |  rcvr = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36529:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
36529 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSizeInBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36541:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36541 |  byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
      |                          ^~~~~~~~~~~~
      |                          |
      |                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36543:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36543 |   : bytesInObject(longAt(GIV(stackPointer))));
      |                              ^~~~~~~~~~~~
      |                              |
      |                              char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36546:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
36546 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSizeInBytesOfInstance':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36580:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36580 |   if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
      |                        ^~~~~~~~~~~~
      |                        |
      |                        char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36586:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36586 |   nElements = ((longAt(GIV(stackPointer))) >> 3);
      |                            ^~~~~~~~~~~~
      |                            |
      |                            char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36587:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36587 |   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
      |                                                     ^
      |                                                     |
      |                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36636:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
36636 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36641:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36641 |  classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
      |                                                     ^
      |                                                     |
      |                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36661:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
36661 |  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatAdd':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36685:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36685 |  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36700:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36700 |  floatOrIntOop = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36740:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
36740 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatArctan':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36757:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36757 |  oop = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatDivide':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36796:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36796 |  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36811:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36811 |  floatOrIntOop = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36857:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
36857 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36882:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36882 |  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36897:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36897 |  floatOrIntOop = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36937:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
36937 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatExp':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36955:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36955 |  aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
      |                                                          ^~~~~~~~~~~~
      |                                                          |
      |                                                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatExponent':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36971:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36971 | ((((usqInt)(longAt(GIV(stackPointer))))) <= 15
      |                        ^~~~~~~~~~~~
      |                        |
      |                        char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36973:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36973 |   : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
      |                                             ^~~~~~~~~~~~
      |                                             |
      |                                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatFractionalPart':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:36992:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
36992 |  oop = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatGreaterOrEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37032:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37032 |  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37047:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37047 |  floatOrIntOop = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37087:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
37087 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatGreaterThan':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37114:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37114 |  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37129:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37129 |  floatOrIntOop = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37169:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
37169 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatLessOrEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37196:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37196 |  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37211:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37211 |  floatOrIntOop = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37251:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
37251 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatLessThan':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37278:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37278 |  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37293:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37293 |  floatOrIntOop = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37333:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
37333 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatLogN':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37355:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37355 |  oop = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatMultiply':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37394:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37394 |  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37409:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37409 |  floatOrIntOop = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37449:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
37449 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatNotEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37474:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37474 |  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37489:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37489 |  floatOrIntOop = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37529:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
37529 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatSine':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37548:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37548 |  oop = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatSquareRoot':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37579:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37579 |  oop = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatSubtract':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37626:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37626 |  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37641:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37641 |  floatOrIntOop = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37681:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
37681 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatTimesTwoPower':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37699:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37699 |  arg = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37709:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37709 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37731:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
37731 |  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSmallFloatTruncated':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37747:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37747 |  oop = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSomeInstance':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37782:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37782 |  class = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37792:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
37792 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSomeObject':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37811:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
37811 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSpecialObjectsOop':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37825:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
37825 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSquareRoot':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37841:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37841 |  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreImageSegment':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37896:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37896 |  outPointerArray = longAt(GIV(stackPointer));
      |                               ^~~~~~~~~~~~
      |                               |
      |                               char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37897:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37897 |  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                              ^
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37900:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37900 |  arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37916:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37916 |   outPointerArray = longAt(GIV(stackPointer));
      |                                ^~~~~~~~~~~~
      |                                |
      |                                char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37917:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37917 |   segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37918:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37918 |   arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                           ^
      |                                           |
      |                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStringAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37957:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37957 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:37958:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
37958 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38092:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
38092 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStringAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38123:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38123 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38124:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38124 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38125:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38125 |  value = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38292:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
38292 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStringReplace':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38332:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38332 |  array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38333:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38333 |  start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38334:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38334 |  stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38335:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38335 |  repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38336:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38336 |  replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                       ^
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSubtract':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38602:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
38602 |    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSubtractLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38634:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38634 |  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38635:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38635 |  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38669:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
38669 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveTestAndSetOwnershipOfCriticalSection':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38699:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38699 |   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                              ^
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38700:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38700 |   activeProc = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38705:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38705 |   criticalSection = longAt(GIV(stackPointer));
      |                                ^~~~~~~~~~~~
      |                                |
      |                                char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38732:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
38732 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38738:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
38738 |   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38743:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
38743 |  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveTestDisplayDepth':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38761:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38761 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38781:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
38781 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveTimesTwoPower':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38801:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38801 |  arg = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38817:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38817 |  rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38820:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
38820 |  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveTruncated':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38836:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38836 |  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveUnloadModule':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38889:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
38889 |  moduleName = longAt(GIV(stackPointer));
      |                          ^~~~~~~~~~~~
      |                          |
      |                          char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38880:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
38880 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38879:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
38879 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveUTCMicrosecondClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39045:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
39045 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveUtcAndTimezoneOffset':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39070:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
39070 |   resultArray = longAt(GIV(stackPointer));
      |                            ^~~~~~~~~~~~
      |                            |
      |                            char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39105:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
39105 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveUtcWithOffset':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39132:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
39132 |   resultArray = longAt(GIV(stackPointer));
      |                            ^~~~~~~~~~~~
      |                            |
      |                            char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39166:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
39166 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveVMPath':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39187:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
39187 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveVMProfileSamplesInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39216:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
39216 |   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39227:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
39227 |  sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39237:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
39237 |  longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39208:11: warning: variable 'v' set but not used [-Wunused-but-set-variable]
39208 |     sqInt v;
      |           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveWait':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39254:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
39254 |  sema = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'clearLeakMapAndMapAccessibleObjects':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39535:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
39535 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39534:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
39534 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'allNewSpaceObjectsHaveZeroRTRefCount':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:40882:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
40882 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'allWeakSurvivorsOnWeakList':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:40957:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
40957 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'processEphemerons':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:41673:11: warning: variable 'oldList' set but not used [-Wunused-but-set-variable]
41673 |     sqInt oldList;
      |           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:41672:11: warning: variable 'oldCorpse' set but not used [-Wunused-but-set-variable]
41672 |     sqInt oldCorpse;
      |           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'allInstancesOf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:42888:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
42888 |     sqInt prevPrevObj2;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:42887:11: warning: variable 'prevPrevObj11' set but not used [-Wunused-but-set-variable]
42887 |     sqInt prevPrevObj11;
      |           ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:42886:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
42886 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:42885:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
42885 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'allObjects':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:43316:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
43316 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:43315:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
43315 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'allObjectsUnmarked':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:43498:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
43498 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:43497:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
43497 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'allOldMarkedWeakObjectsOnWeaklingStack':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:43601:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
43601 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkHeapFreeSpaceIntegrity':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:45297:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
45297 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:45296:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
45296 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkHeapIntegrityclassIndicesShouldBeValid':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:45596:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
45596 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:45595:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
45595 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'clearLeakMapAndMapAccessibleFreeSpace':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:46694:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
46694 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'countMarkedAndUnmarkdObjects':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:47172:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
47172 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:47171:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
47171 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'existInstancesInNewSpaceOf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:47721:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
47721 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'findStringBeginningWith':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:47980:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
47980 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:47979:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
47979 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'findString':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:48127:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
48127 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:48126:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
48126 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'initialInstanceOf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:49219:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
49219 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:49218:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
49218 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'initializeObjectMemory':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:49428:11: warning: variable 'freeChunk' set but not used [-Wunused-but-set-variable]
49428 |     sqInt freeChunk;
      |           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'loadImageSegmentFromoutPointers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:51452:5: warning: statement with no effect [-Wunused-value]
51452 |     -classIndex2;
      |     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:51517:3: warning: statement with no effect [-Wunused-value]
51517 |   8 /* allocationUnit */ / BytesPerOop;
      |   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'longPrintInstancesWithClassIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:51601:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
51601 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:51600:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
51600 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'longPrintReferencesTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:51720:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
51720 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:51719:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
51719 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'markObjects':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:52814:13: warning: assignment to 'sqInt' {aka 'long int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
52814 |  allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
      |             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:53029:32: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
53029 |  free((GIV(unscannedEphemerons).start));
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
      |                                |
      |                                usqInt {aka long unsigned int}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:565:25: note: expected 'void *' but argument is of type 'usqInt' {aka 'long unsigned int'}
  565 | extern void free (void *__ptr) __THROW;
      |                   ~~~~~~^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'objectBefore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:53877:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
53877 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:53876:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
53876 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'objectsReachableFromRoots':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:54035:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
54035 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:54034:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
54034 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printActivationsOf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:54846:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
54846 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:54845:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
54845 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printContextReferencesTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:55001:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
55001 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:55000:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
55000 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printForwarders':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:55218:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
55218 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:55217:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
55217 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFreeChunks':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:55336:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
55336 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:55335:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
55335 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printInstancesWithClassIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:55691:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
55691 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:55690:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
55690 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printMethodImplementorsOf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:55864:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
55864 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:55863:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
55863 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printMethodReferencesTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:55997:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
55997 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:55996:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
55996 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printObjectsWithHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:56172:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
56172 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:56171:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
56171 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printOopsExcept':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:56390:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
56390 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:56389:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
56389 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printOopsSuchThat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:56560:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
56560 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:56559:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
56559 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printReferencesTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:56689:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
56689 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:56688:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
56688 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'pushOnUnscannedEphemeronsStack':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:56986:50: warning: passing argument 1 of 'realloc' makes pointer from integer without a cast [-Wint-conversion]
56986 |   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
      |                                                  |
      |                                                  usqInt {aka long unsigned int}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:550:14: note: expected 'void *' but argument is of type 'usqInt' {aka 'long unsigned int'}
  550 | extern void *realloc (void *__ptr, size_t __size)
      |              ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:56986:15: warning: assignment to 'sqInt' {aka 'long int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
56986 |   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
      |               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:8,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'runLeakCheckerFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:57423:41: warning: value computed is not used [-Wunused-value]
57423 |   asserta((checkInterpreterIntegrity()) == 0);
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro 'asserta'
   30 | # define asserta(expr) (expr)
      |                         ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'runLeakCheckerForexcludeUnmarkedObjsclassIndicesShouldBeValid':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:57444:41: warning: value computed is not used [-Wunused-value]
57444 |   asserta((checkInterpreterIntegrity()) == 0);
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro 'asserta'
   30 | # define asserta(expr) (expr)
      |                         ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'setHeapBasememoryLimitendOfMemory':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:57555:11: warning: variable 'oldStart' set but not used [-Wunused-but-set-variable]
57555 |     sqInt oldStart;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:57552:11: warning: variable 'actualEdenBytes' set but not used [-Wunused-but-set-variable]
57552 |     sqInt actualEdenBytes;
      |           ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'validClassTableHashes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:58771:11: warning: variable 'ignored' set but not used [-Wunused-but-set-variable]
58771 |     sqInt ignored;
      |           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'compact':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:58962:11: warning: variable 'prevPrevObj3' set but not used [-Wunused-but-set-variable]
58962 |     sqInt prevPrevObj3;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:58961:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
58961 |     sqInt prevPrevObj2;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:58960:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
58960 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:58959:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
58959 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'copyAndUnmarkMobileObjects':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:59342:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
59342 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'copyAndUnmark':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:59553:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
59553 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'planCompactSavingForwarders':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:59731:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
59731 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'reinitializeScanFrom':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:59863:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
59863 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'scanForFirstFreeAndFirstMobileObjectFrom':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:59986:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
59986 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'unmarkObjectsFromFirstFreeObject':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:60064:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
60064 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'updatePointers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:60223:11: warning: variable 'prevPrevObj3' set but not used [-Wunused-but-set-variable]
60223 |     sqInt prevPrevObj3;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:60222:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
60222 |     sqInt prevPrevObj2;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:60221:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
60221 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:60220:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
60220 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'validRelocationPlanInPass':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:60870:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
60870 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'addSegmentOfSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:60948:109: warning: pointer targets in passing argument 3 of 'sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto' differ in signedness [-Wpointer-sign]
60948 |  segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
      |                                                                                                            ~^~~~~~~~~~~~~~~
      |                                                                                                             |
      |                                                                                                             usqInt * {aka long unsigned int *}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:60:14: note: expected 'sqInt *' {aka 'long int *'} but argument is of type 'usqInt *' {aka 'long unsigned int *'}
   60 | extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'assertValidExecutionPointers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:61960:82: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
61960 |  assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                  ^
      |                                                                                  |
      |                                                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkAllAccessibleObjectsOkay':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62094:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
62094 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62093:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
62093 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkIsStillMarriedContextcurrentFP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62470:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62470 |    && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62472:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62472 |   (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62473:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62473 |    && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62474:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62474 |    ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62475:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
62475 |    : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62482:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62482 |  maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkOkayStackPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62555:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62555 |   frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                              ^
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62559:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62559 |    oop = longAt(theSP);
      |                 ^~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62565:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62565 |   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62566:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62566 |    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                     ^
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62567:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
62567 |    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62569:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62569 |    ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62571:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62571 |   ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                                        ^
      |                                                        |
      |                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62573:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62573 |    : longAt(theFP + FoxMethod))));
      |                   ^
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62574:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62574 |   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62582:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62582 |   oop = longAt(theSP);
      |                ^~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'checkStackPointerIndexForFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62724:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62724 |   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62726:120: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
62726 |    : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
      |                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                                        |
      |                                                                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62739:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62739 |    theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62752:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62752 |   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62765:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
62765 |  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62767:107: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
62767 |   : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
      |                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                           |
      |                                                                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'createActualMessageTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:38:48: warning: statement with no effect [-Wunused-value]
   38 | # define mnuBreakpointreceiver(sel, len, rcvr) 0
      |                                                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62952:2: note: in expansion of macro 'mnuBreakpointreceiver'
62952 |  mnuBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), null);
      |  ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63023:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
63023 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'disownVM':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63079:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63079 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'divorceAllFrames':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63115:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63115 |  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63116:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63116 |   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63117:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
63117 |   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63119:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63119 |   activeContext = longAt(theFP + FoxThisContext);
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'divorceFramesIn':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63157:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63157 |  theIP = longAt(theSP);
      |                 ^~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63164:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63164 |   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63165:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63165 |    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                     ^
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63166:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
63166 |    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63168:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63168 |    theContext = longAt(theFP + FoxThisContext);
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63198:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63198 |   theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63199:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63199 |   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63211:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63211 |  callerContextOrNil = longAt((thePage->baseAddress));
      |                              ~~~~~~~~^~~~~~~~~~~~~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ensureCallerContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63407:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63407 |  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63416:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63416 |   callerContextOrNil = longAt((thePage->baseAddress));
      |                               ~~~~~~~~^~~~~~~~~~~~~~
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63423:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63423 |  if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63424:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63424 |   ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63425:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
63425 |   : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63427:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63427 |   return longAt(callerFP + FoxThisContext);
      |                          ^
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ensureImageFormatIsUpToDate':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63477:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
63477 |     sqInt prevPrevObj2;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63476:11: warning: variable 'prevPrevObj11' set but not used [-Wunused-but-set-variable]
63476 |     sqInt prevPrevObj11;
      |           ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63475:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
63475 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63474:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
63474 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'externalDivorceFrameandContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63837:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63837 |  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63846:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63846 |   callerContextOrNil = longAt((thePage1->baseAddress));
      |                               ~~~~~~~~~^~~~~~~~~~~~~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63854:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63854 |  if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63855:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63855 |   ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                        ^
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63856:42: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
63856 |   : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63858:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63858 |   callerCtx = longAt(callerFP1 + FoxThisContext);
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63867:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63867 |   theIP = longAt((thePage->headSP));
      |                  ~~~~~~~~^~~~~~~~~
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63881:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63881 |   theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
      |                                                         ^
      |                                                         |
      |                                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63919:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63919 |  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63924:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63924 |   callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
      |                                                       ^
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63927:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
63927 |   longAtput(callerSP, callerIP);
      |             ^~~~~~~~
      |             |
      |             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'externalEnsureIsBaseFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:63951:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
63951 |  if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
      |                        ^
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'externalQuickPrimitiveResponse':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64098:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64098 |   oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64099:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
64099 |   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64108:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
64108 |   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64114:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
64114 |   longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64120:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
64120 |   longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64125:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
64125 |  longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'fetchPointerofMarriedContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64242:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64242 |    callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64251:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64251 |     callerContextOrNil = longAt((thePage->baseAddress));
      |                                 ~~~~~~~~^~~~~~~~~~~~~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64258:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64258 |    if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64259:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64259 |     ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                         ^
      |                         |
      |                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64260:43: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
64260 |     : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                           |
      |                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64262:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64262 |     return longAt(callerFP + FoxThisContext);
      |                            ^
      |                            |
      |                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64279:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64279 |   ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64281:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64281 |       ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64282:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64282 |       : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                            |
      |                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64283:94: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
64283 |     : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                              |
      |                                                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64284:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64284 |       ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64285:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64285 |       : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                            |
      |                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'findFrameAboveinPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64460:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64460 |  while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
      |                                              ^
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'findMethodWithPrimitiveFromContextUpToContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64552:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64552 |   if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64553:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64553 |    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                     ^
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64554:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
64554 |    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64555:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64555 |    && (homeContext == (longAt(theFP + FoxThisContext)))) {
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64559:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64559 |     || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64560:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64560 |     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64561:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
64561 |     : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64562:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64562 |    theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64564:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64564 |     : longAt(theFP + FoxMethod));
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64574:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64574 |     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64575:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64575 |      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64576:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
64576 |      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64578:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64578 |      return longAt(theFP + FoxThisContext);
      |                          ^
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64584:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64584 |   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64591:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64591 |  callerContextOrNil = longAt((thePage->baseAddress));
      |                              ~~~~~~~~^~~~~~~~~~~~~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'findSPOfon':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64680:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64680 |    theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64693:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64693 |   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'findUnwindThroughContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64748:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64748 |   if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64749:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64749 |    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                     ^
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64750:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
64750 |    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64751:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64751 |    && (homeContext == (longAt(theFP + FoxThisContext)))) {
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64755:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64755 |   if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64756:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64756 |     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64757:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
64757 |     : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64758:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64758 |    theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64760:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64760 |     : longAt(theFP + FoxMethod));
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64770:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64770 |     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64771:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64771 |      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64772:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
64772 |      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64774:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64774 |      ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64782:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64782 |   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64789:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64789 |  callerContextOrNil = longAt((thePage->baseAddress));
      |                              ~~~~~~~~^~~~~~~~~~~~~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'followForwardedFrameContentsstackPointer':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64835:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64835 |  for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                                           ^
      |                                                           |
      |                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64838:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64838 |   oop = longAt(ptr);
      |                ^~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64841:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
64841 |    longAtput(ptr, followForwarded(oop));
      |              ^~~
      |              |
      |              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64844:140: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64844 |  for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                                                                                                                            ^
      |                                                                                                                                            |
      |                                                                                                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64846:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
64846 |  : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64847:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64847 |   oop = longAt(ptr);
      |                ^~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64860:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
64860 |    longAtput(ptr, oop);
      |              ^~~
      |              |
      |              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64863:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64863 |  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64864:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64864 |   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64865:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
64865 |   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64870:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64870 |  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64871:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64871 |   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64872:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
64872 |   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64911:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64911 |  return longAt(theFP + FoxThisContext);
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameStackedReceiverOffset':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64955:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64955 |  numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64957:37: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
64957 |   : byteAt((theFP + FoxIFrameFlags) + 1));
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'frameStackedReceivernumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64971:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
64971 |  return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'handleForwardedSendFaultForTag':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65315:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65315 |  rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65327:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
65327 |  longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65329:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65329 |  if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
      |                                                      ^
      |                                                      |
      |                                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65330:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65330 |   ? longAt(GIV(framePointer) + FoxMFReceiver)
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65331:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65331 |   : longAt(GIV(framePointer) + FoxIFReceiver)))) {
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65332:75: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65332 |   followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
      |                                                                           ^
      |                                                                           |
      |                                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65333:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65333 |    ? longAt(GIV(framePointer) + FoxMFReceiver)
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65334:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65334 |    : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'handleSpecialSelectorSendFaultForfpsp':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65355:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65355 |  rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65356:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65356 |   ? longAt(theFP + FoxMFReceiver)
      |                  ^
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65357:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65357 |   : longAt(theFP + FoxIFReceiver));
      |                  ^
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'handleStackOverflow':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65397:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65397 |   source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65423:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65423 |    && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65424:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65424 |    && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
      |                           ^
      |                           |
      |                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65433:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65433 |  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65442:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65442 |   callerContextOrNil = longAt((thePage->baseAddress));
      |                               ~~~~~~~~^~~~~~~~~~~~~~
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65449:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65449 |  if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65450:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65450 |   ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                        ^
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65451:42: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
65451 |   : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65453:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65453 |   longAt(callerFP1 + FoxThisContext);
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65382:11: warning: variable 'callerContextOrNil' set but not used [-Wunused-but-set-variable]
65382 |     sqInt callerContextOrNil;
      |           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'iframeMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65605:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65605 |  return longAt(theFP + FoxMethod);
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'isBaseFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65662:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65662 |  return (longAt(theFP + FoxSavedFP)) == 0;
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'isFrameonPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65702:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65702 |   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'isWidowedContextDuringGC':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65928:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65928 |   if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65929:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65929 |    && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65930:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65930 |    ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                          ^
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65931:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
65931 |    : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65933:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
65933 |    maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
      |                                       ^
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65947:26: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
65947 |     longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
      |                          ^
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'isWidowedContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:66008:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
66008 |   if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
      |                                       ^
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:66009:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
66009 |    && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:66010:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
66010 |    ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                        ^
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:66011:42: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
66011 |    : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:66014:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
66014 |    if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
      |                         ^
      |                         |
      |                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'lookupMethodInClass':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
   37 | # define sendBreakpointreceiver(sel, len, rcvr) 0
      |                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:66605:4: note: in expansion of macro 'sendBreakpointreceiver'
66605 |    sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), null);
      |    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
   37 | # define sendBreakpointreceiver(sel, len, rcvr) 0
      |                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:66718:2: note: in expansion of macro 'sendBreakpointreceiver'
66718 |  sendBreakpointreceiver(GIV(messageSelector) + BaseHeaderSize, lengthOfformat(GIV(messageSelector), (((usqInt) (longAt(GIV(messageSelector)))) >> (formatShift())) & (formatMask())), null);
      |  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:66577:11: warning: variable 'selector' set but not used [-Wunused-but-set-variable]
66577 |     sqInt selector;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'markAndTraceStackPages':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67391:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67391 |   callerContextOrNil = longAt((thePage2->baseAddress));
      |                               ~~~~~~~~~^~~~~~~~~~~~~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'marriedContextpointsTostackDeltaForCurrentFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67470:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67470 |   if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                              ^
      |                                              |
      |                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67472:106: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
67472 |  : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1)))
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                          |
      |                                                                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67480:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67480 |   if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67482:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67482 |    : longAt(theFP + FoxMethod)))) {
      |                   ^
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67485:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67485 |   if ((longAt(theFP + FoxSavedFP)) == 0) {
      |                     ^
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67491:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67491 |    if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
      |                                                        ^
      |                                                        |
      |                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67491:72: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67491 |    if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
      |                                                                        ^
      |                                                                        |
      |                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67492:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67492 |     ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67492:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67492 |     ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                                                            ^
      |                                                            |
      |                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67493:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67493 |     : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67493:78: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
67493 |     : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                              |
      |                                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67494:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67494 |     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
      |                                                      ^
      |                                                      |
      |                                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67494:70: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67494 |     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
      |                                                                      ^
      |                                                                      |
      |                                                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67499:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67499 |  rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67503:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67503 |   if (anOop == (longAt(theSP))) {
      |                        ^~~~~
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67511:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67511 |   if (anOop == (longAt(theSP))) {
      |                        ^~~~~
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'marryContextInNewStackPageAndInitializeInterpreterRegisters':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67545:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67545 |  aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67557:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67557 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'marryFrameSP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67590:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67590 |  methodFieldOrObj = longAt(theFP + FoxMethod);
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67592:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
67592 |   longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
      |                   ^
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67597:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67597 |     closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
      |                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67607:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67607 |    closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
      |                          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67613:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67613 |   rcvr = longAt(theFP + FoxMFReceiver);
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67618:38: warning: passing argument 1 of 'byteAtput' makes integer from pointer without a cast [-Wint-conversion]
67618 |   byteAtput((theFP + FoxIFrameFlags) + 2, 1);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  159 |   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67620:45: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
67620 |   numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67624:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
67624 |   if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67625:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67625 |    closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
      |                          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67631:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67631 |   rcvr = longAt(theFP + FoxIFReceiver);
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67636:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
67636 |  longAtput(theFP + FoxThisContext, theContext);
      |                  ^
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67643:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67643 |  valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
      |                                                            ^
      |                                                            |
      |                                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67656:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67656 |   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67658:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67658 |     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67659:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67659 |     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67663:80: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
67663 |    valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                |
      |                                                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67664:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67664 |     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67665:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
67665 |     : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'methodReturnBool':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67860:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
67860 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'methodReturnFloat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67879:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
67879 |  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'methodReturnInteger':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67895:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
67895 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'methodReturnString':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67924:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
67924 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'methodReturnValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67940:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
67940 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'noInlineTemporaryin':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68066:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
68066 |  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68068:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
68068 |     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68069:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
68069 |     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68070:65: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
68070 |   : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                 |
      |                                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68071:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
68071 |     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68072:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
68072 |     : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'noMarkedContextsOnPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68087:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
68087 |   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68088:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
68088 |    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                     ^
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68089:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
68089 |    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68091:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
68091 |    if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68095:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
68095 |  } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ownVM':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68182:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
68182 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'popStack':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68209:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
68209 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'popthenPush':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68234:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
68234 |  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveEventProcessingControl':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68294:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
68294 |   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68301:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
68301 |   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68307:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
68307 |    if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68317:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
68317 |   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStopProfiling':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68392:11: warning: unused variable 'sp' [-Wunused-variable]
68392 |     char *sp;
      |           ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printAllStacks':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68599:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
68599 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68598:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
68598 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printCallStackOfcurrentFP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68864:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
68864 |     callerContextOrNil = longAt((thePage1->baseAddress));
      |                                 ~~~~~~~~~^~~~~~~~~~~~~~
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69009:15: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
69009 |    printHexnp(cogMethodOf(meth));
      |               ^~~~~~~~~~~~~~~~~
      |               |
      |               CogMethod * {aka struct <anonymous> *}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:41:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include/cointerp.h:356:32: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'CogMethod *' {aka 'struct <anonymous> *'}
  356 | extern sqInt printHexnp(usqInt n);
      |                         ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69021:15: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
69021 |    printHexnp(cogMethodOf(meth));
      |               ^~~~~~~~~~~~~~~~~
      |               |
      |               CogMethod * {aka struct <anonymous> *}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:41:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include/cointerp.h:356:32: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'CogMethod *' {aka 'struct <anonymous> *'}
  356 | extern sqInt printHexnp(usqInt n);
      |                         ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameAndCallersSPshort':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69077:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
69077 |  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69078:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
69078 |   printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
      |                                                          ^
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69079:72: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
69079 |   (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                                                        ^
      |                                                                        |
      |                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69081:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
69081 |  : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameOopat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69101:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
69101 |  it = longAt(address);
      |              ^~~~~~~
      |              |
      |              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameOopindexat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69127:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
69127 |  it = longAt(address);
      |              ^~~~~~~
      |              |
      |              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameThingandFrameat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69186:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
69186 |  it = longAt(address);
      |              ^~~~~~~
      |              |
      |              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrameThingat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69222:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
69222 |  it = longAt(address);
      |              ^~~~~~~
      |              |
      |              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69308:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
69308 |     aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69319:85: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
69319 |      (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
      |                                                                                     ^
      |                                                                                     |
      |                                                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69321:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
69321 |  : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69329:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
69329 |   theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printLikelyImplementorsOfSelector':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69412:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
69412 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69411:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
69411 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printStackReferencesTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70754:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
70754 |     while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70757:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
70757 |      if (oop == (longAt(theSP))) {
      |                         ^~~~~
      |                         |
      |                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70759:18: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
70759 |       printHexnp(theFP);
      |                  ^~~~~
      |                  |
      |                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
69355 | printHexnp(usqInt n)
      |            ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70761:18: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
70761 |       printHexnp(theSP);
      |                  ^~~~~
      |                  |
      |                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
69355 | printHexnp(usqInt n)
      |            ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70767:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
70767 |     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70768:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
70768 |      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70769:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
70769 |      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70770:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
70770 |      if (oop == (longAt(theFP + FoxThisContext))) {
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70772:18: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
70772 |       printHexnp(theFP);
      |                  ^~~~~
      |                  |
      |                  char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
69355 | printHexnp(usqInt n)
      |            ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70778:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
70778 |     if (oop == (longAt(theFP + FoxMethod))) {
      |                              ^
      |                              |
      |                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70780:17: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
70780 |      printHexnp(theFP);
      |                 ^~~~~
      |                 |
      |                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
69355 | printHexnp(usqInt n)
      |            ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70785:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
70785 |     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
      |                                                   ^
      |                                                   |
      |                                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70793:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
70793 |     if (oop == (longAt(theSP))) {
      |                        ^~~~~
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70795:17: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
70795 |      printHexnp(theFP);
      |                 ^~~~~
      |                 |
      |                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
69355 | printHexnp(usqInt n)
      |            ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70797:17: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
70797 |      printHexnp(theSP);
      |                 ^~~~~
      |                 |
      |                 char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:69355:19: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'char *'
69355 | printHexnp(usqInt n)
      |            ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'pushBool':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70877:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
70877 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'pushedReceiverOrClosureOfFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70890:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
70890 |  return longAt(theFP + (frameStackedReceiverOffset(theFP)));
      |                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'pushFloat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70902:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
70902 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'pushInteger':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70913:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
70913 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'push':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70927:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
70927 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'readImageFromFileStartingAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:313:30: warning: statement with no effect [-Wunused-value]
  313 | #  define SQ_SWAP_8_BYTES(x) __builtin_bswap64(x)
      |                              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71222:3: note: in expansion of macro 'SQ_SWAP_8_BYTES'
71222 |   SQ_SWAP_8_BYTES(w);
      |   ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71237:33: warning: statement with no effect [-Wunused-value]
71237 |   ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71308:30: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
71308 |  cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                              |
      |                              void *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'long unsigned int'} but argument is of type 'void *'
  152 |   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
      |                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71309:61: warning: comparison between pointer and integer
71309 |  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
      |                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71309:112: warning: pointer/integer type mismatch in conditional expression
71309 |  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
      |                                                                                                                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71309:24: warning: assignment to 'sqInt' {aka 'long int'} from 'char *' makes integer from pointer without a cast [-Wint-conversion]
71309 |  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
      |                        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71465:29: warning: passing argument 1 of 'initializeCodeZoneFromupTo' makes integer from pointer without a cast [-Wint-conversion]
71465 |  initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
      |                             ^~~~~~~~~~~
      |                             |
      |                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:42:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include/cogit.h:56:46: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
   56 | extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
      |                                        ~~~~~~^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71465:54: warning: passing argument 2 of 'initializeCodeZoneFromupTo' makes integer from pointer without a cast [-Wint-conversion]
71465 |  initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
      |                                                      ^
      |                                                      |
      |                                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:42:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include/cogit.h:56:66: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
   56 | extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
      |                                                            ~~~~~~^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'reestablishContextPriorToCallback':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71530:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
71530 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71563:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
71563 |    if ((longAt(theFP + FoxSavedFP)) == 0) {
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71569:80: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
71569 |     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
      |                                                                                ^
      |                                                                                |
      |                                                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71572:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
71572 |     GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
      |                                                                ^
      |                                                                |
      |                                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71611:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
71611 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'retryPrimitiveOnFailure':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71786:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
71786 |       oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71801:37: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
71801 |         longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'returnAsThroughCallbackContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71878:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
71878 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71915:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
71915 |    if (!((longAt(theFP + FoxSavedFP)) == 0)) {
      |                        ^
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71919:68: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
71919 |     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
      |                                                                    ^
      |                                                                    |
      |                                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71922:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
71922 |     GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                                    ^
      |                                                    |
      |                                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71924:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
71924 |     aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
      |                                                       ^
      |                                                       |
      |                                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71926:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
71926 |      : longAt(GIV(framePointer) + FoxMethod));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71942:144: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
71942 |     assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
      |                                                                                                                                                ^
      |                                                                                                                                                |
      |                                                                                                                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:71988:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
71988 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'saneFunctionPointerForFailureOfPrimIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72120:11: warning: variable 'theClass' set but not used [-Wunused-but-set-variable]
72120 |     sqInt theClass;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'shortPrintContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72333:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
72333 |    if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'shortPrintFrameAndCallers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72374:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
72374 |  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72375:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
72375 |   shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
      |                                                        ^
      |                                                        |
      |                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'shortPrintFrameAndNCallers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72422:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
72422 |   shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
      |                                                         ^
      |                                                         |
      |                                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'shortReversePrintFrameAndCallers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72481:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
72481 |   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72490:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
72490 |  callerContextOrNil = longAt((thePage->baseAddress));
      |                              ~~~~~~~~^~~~~~~~~~~~~~
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'snapshot':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72674:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72674 |  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72751:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72751 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72758:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72758 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72770:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
72770 |   rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72776:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72776 |    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72780:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72780 |   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72783:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72783 |   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72783:59: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72783 |   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
      |                                                           ^~~~~~~~~~~~
      |                                                           |
      |                                                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72790:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72790 |    longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
      |              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72804:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72804 |    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72810:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72810 |    longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
      |              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72813:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72813 |    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72820:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72820 |    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72823:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72823 |    longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72828:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72828 |   longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72832:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
72832 |    longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackFloatValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73253:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73253 |  return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackIntegerValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73265:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73265 |  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackObjectValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73302:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73302 |  oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackPointerIndexForFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73383:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73383 |  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73385:107: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
73385 |   : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
      |                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                                           |
      |                                                                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackPositiveMachineIntegerValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73402:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73402 |  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackSignedMachineIntegerValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73467:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73467 |  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackTop':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73475:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73475 |  return longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'stackValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73485:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73485 |  return longAt(GIV(stackPointer) + (offset * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'storeSenderOfFramewithValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73820:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73820 |  if ((longAt(theFP + FoxSavedFP)) == 0) {
      |                    ^
      |                    |
      |                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73827:82: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73827 |   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                                                                  ^
      |                                                                                  |
      |                                                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73829:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
73829 |  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73829:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
73827 |   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73828 |  ? ((mframeCogMethod(theFP))->cmNumArgs)
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
73829 |  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73833:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73833 |  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73842:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73842 |   callerContextOrNil = longAt((thePage1->baseAddress));
      |                               ~~~~~~~~~^~~~~~~~~~~~~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73849:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73849 |  if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73850:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73850 |   ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73851:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
73851 |   : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73853:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73853 |   longAt(callerFP + FoxThisContext);
      |                   ^
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73898:91: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
73898 |  longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
      |                                                                                           ^
      |                                                                                           |
      |                                                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73900:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
73900 |  : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73900:50: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
73898 |  longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73899 |  ? ((mframeCogMethod(theMovedFP))->cmNumArgs)
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
73900 |  : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
      |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
      |                                                  |
      |                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73811:11: warning: variable 'callerContextOrNil' set but not used [-Wunused-but-set-variable]
73811 |     sqInt callerContextOrNil;
      |           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'validInstructionPointerinFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74159:91: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74159 |  return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
      |                                                                                           ^
      |                                                                                           |
      |                                                                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74161:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74161 |   : longAt(fp + FoxMethod)), fp);
      |               ^
      |               |
      |               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'cloneContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74440:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74440 |     valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
      |                                                 ^
      |                                                 |
      |                                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74442:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74442 |        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74443:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74443 |        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                             |
      |                                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74444:66: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
74444 |      : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
      |                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                  |
      |                                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74445:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74445 |        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74446:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74446 |        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                             |
      |                                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'doPrimitiveSameThreadCallout':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74498:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74498 |  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74520:19: warning: assignment to 'void *' from 'sqInt' {aka 'long int'} makes pointer from integer without a cast [-Wint-conversion]
74520 |  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
      |                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74528:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74528 |  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74536:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74536 |  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74560:13: warning: assignment to 'sqInt' {aka 'long int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
74560 |   argHolder = alloca((argType->size));
      |             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74561:17: warning: assignment to 'void *' from 'sqInt' {aka 'long int'} makes pointer from integer without a cast [-Wint-conversion]
74561 |   parameters[i] = argHolder;
      |                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74576:45: warning: passing argument 1 of 'marshallAndPushReturnValueFromofTypepoping' makes integer from pointer without a cast [-Wint-conversion]
74576 |  marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
      |                                             ^~~~~~~~~~~~
      |                                             |
      |                                             void *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:1726:76: note: expected 'sqInt' {aka 'long int'} but argument is of type 'void *'
 1726 | static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
      |                                                                      ~~~~~~^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'doPrimitiveWorkerCallout':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74633:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74633 |  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74655:19: warning: assignment to 'void *' from 'sqInt' {aka 'long int'} makes pointer from integer without a cast [-Wint-conversion]
74655 |  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
      |                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74662:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74662 |  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74669:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74669 |  integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74689:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74689 |  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74698:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74698 |  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
      |                                               ^
      |                                               |
      |                                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74720:13: warning: assignment to 'sqInt' {aka 'long int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
74720 |   argHolder = malloc((argType->size));
      |             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74721:17: warning: assignment to 'void *' from 'sqInt' {aka 'long int'} makes pointer from integer without a cast [-Wint-conversion]
74721 |   parameters[i] = argHolder;
      |                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74726:10: warning: assignment to 'sqInt' {aka 'long int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
74726 |     aPtr = parameters[i1];
      |          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74729:11: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
74729 |      free(aPtr);
      |           ^~~~
      |           |
      |           sqInt {aka long int}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:565:25: note: expected 'void *' but argument is of type 'sqInt' {aka 'long int'}
  565 | extern void free (void *__ptr) __THROW;
      |                   ~~~~~~^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74751:9: warning: assignment to 'void *' from 'long int' makes pointer from integer without a cast [-Wint-conversion]
74751 |  ptr[0] = (((sqIntptr_t)aPointer));
      |         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74753:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
74753 |  longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'doPrimitiveWorkerExtractReturnValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74792:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74792 |  anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74802:14: warning: assignment to 'void *' from 'sqInt' {aka 'long int'} makes pointer from integer without a cast [-Wint-conversion]
74802 |  taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
      |              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74805:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74805 |  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74822:45: warning: passing argument 1 of 'marshallAndPushReturnValueFromofTypepoping' makes integer from pointer without a cast [-Wint-conversion]
74822 |  marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
      |                                             ^~~~~~~~~~~~
      |                                             |
      |                                             void *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:1726:76: note: expected 'sqInt' {aka 'long int'} but argument is of type 'void *'
 1726 | static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
      |                                                                      ~~~~~~^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74828:23: warning: assignment to 'sqInt' {aka 'long int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
74828 |    anParameterAddress = parameters[i];
      |                       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74830:26: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
74830 |     doFreeFromTask(task, anParameterAddress);
      |                          ^~~~~~~~~~~~~~~~~~
      |                          |
      |                          sqInt {aka long int}
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2849:47: note: in definition of macro 'doFreeFromTask'
 2849 | #define doFreeFromTask(aTask,anAddress) (free(anAddress))
      |                                               ^~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:565:25: note: expected 'void *' but argument is of type 'sqInt' {aka 'long int'}
  565 | extern void free (void *__ptr) __THROW;
      |                   ~~~~~~^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74839:24: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
74839 |  doFreeFromTask(task, ((sqInt)task));
      |                       ~^~~~~~~~~~~~
      |                        |
      |                        long int
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2849:47: note: in definition of macro 'doFreeFromTask'
 2849 | #define doFreeFromTask(aTask,anAddress) (free(anAddress))
      |                                               ^~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:19,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:565:25: note: expected 'void *' but argument is of type 'long int'
  565 | extern void free (void *__ptr) __THROW;
      |                   ~~~~~~^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74785:13: warning: variable 'worker' set but not used [-Wunused-but-set-variable]
74785 |     Worker *worker;
      |             ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'fieldofFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74893:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74893 |   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74900:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74900 |     (callerContextOrNil = longAt((thePage->baseAddress))),
      |                                  ~~~~~~~~^~~~~~~~~~~~~~
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74905:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74905 |    : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74906:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74906 |      ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                          ^
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74907:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
74907 |      : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74910:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74910 |       longAt(callerFP + FoxThisContext))
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74918:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74918 |   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74920:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74920 |    : longAt(theFP + FoxMethod));
      |                   ^
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74923:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74923 |   return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74924:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74924 |    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
      |                     ^
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74925:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
74925 |    : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74927:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74927 |     (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74929:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
74929 |       : byteAt((theFP + FoxIFrameFlags) + 1))),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74930:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74930 |     longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
      |            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74934:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74934 |   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74935:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74935 |    ? longAt(theFP + FoxMFReceiver)
      |                   ^
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74936:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74936 |    : longAt(theFP + FoxIFReceiver));
      |                   ^
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74940:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74940 |   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74942:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74942 |      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74943:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74943 |      : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                        |
      |                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74944:88: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
74944 |    : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                                        |
      |                                                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74945:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74945 |      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74946:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
74946 |      : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                        |
      |                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'getHandler':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74976:9: warning: returning 'sqInt' {aka 'long int'} from a function with return type 'void *' makes pointer from integer without a cast [-Wint-conversion]
74976 |  return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'marshallAndPushReturnValueFromofTypepoping':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75040:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75040 |   longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75046:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75046 |   longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75055:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75055 |   longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75061:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75061 |   longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75067:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75067 |   longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75073:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75073 |   longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75082:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75082 |   longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75088:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75088 |   longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75098:10: warning: assignment to 'void *' from 'long int' makes pointer from integer without a cast [-Wint-conversion]
75098 |   ptr[0] = (((sqIntptr_t)aPointer));
      |          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75100:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75100 |   longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75109:25: warning: passing argument 2 of 'memcpy' makes pointer from integer without a cast [-Wint-conversion]
75109 |   memcpy(targetPointer, returnHolder, sizeToCopy);
      |                         ^~~~~~~~~~~~
      |                         |
      |                         sqInt {aka long int}
In file included from /usr/include/features.h:461,
                 from /usr/include/aarch64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdint.h:26,
                 from /usr/lib/gcc/aarch64-linux-gnu/9/include/stdint.h:9,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:31:1: note: expected 'const void * restrict' but argument is of type 'sqInt' {aka 'long int'}
   31 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
      | ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75111:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75111 |   longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75118:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75118 |   longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75125:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75125 |   longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'marshallArgumentFromatIndexintoofTypewithSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75197:12: warning: assignment to 'void *' from 'sqInt' {aka 'long int'} makes pointer from integer without a cast [-Wint-conversion]
75197 |    address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
      |            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75216:10: warning: passing argument 1 of 'memcpy' makes pointer from integer without a cast [-Wint-conversion]
75216 |   memcpy(argHolder, srcPtr, argTypeSize);
      |          ^~~~~~~~~
      |          |
      |          sqInt {aka long int}
In file included from /usr/include/features.h:461,
                 from /usr/include/aarch64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdint.h:26,
                 from /usr/lib/gcc/aarch64-linux-gnu/9/include/stdint.h:9,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:26:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:31:1: note: expected 'void * restrict' but argument is of type 'sqInt' {aka 'long int'}
   31 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
      | ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveAllVMParameters':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75839:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75839 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveClone':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75857:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
75857 |  rcvr = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75881:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
75881 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveContextAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75929:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
75929 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:75937:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
75937 |  aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76056:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76056 |    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76159:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76159 |   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76172:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76172 |  value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76174:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76174 |     ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76175:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76175 |     : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76176:73: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
76176 |   : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                         |
      |                                                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76177:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76177 |     ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76178:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76178 |     : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76180:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76180 |  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveContextAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76216:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76216 |  value = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76218:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76218 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76220:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76220 |  aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76374:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76374 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76387:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76387 |  if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76390:4: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76388 |   longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76389 |    ? (spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord)
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76390 |    : ((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)), value);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |    |
      |    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76393:74: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
76393 |   if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                                                          |
      |                                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76394:44: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76394 |    longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76397:58: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76397 |    longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76401:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76401 |  longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveContextSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76428:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76428 |  rcvr = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76512:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76512 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDeferDisplayUpdates':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76528:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76528 |  flag = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDoNamedPrimitiveWithArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76609:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76609 |  argumentArray = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76611:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76611 |  methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                       ^
      |                                       |
      |                                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76796:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76796 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76802:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76802 |  top1 = longAt(GIV(stackPointer));
      |                    ^~~~~~~~~~~~
      |                    |
      |                    char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76808:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76808 |  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76814:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76814 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76836:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76836 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76840:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76840 |   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76844:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76844 |   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76848:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76848 |   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76598:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
76598 |     sqInt val;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76562:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
76562 |     sqInt classOop;
      |           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveDoPrimitiveWithArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76901:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76901 |  argumentArray = longAt(GIV(stackPointer));
      |                             ^~~~~~~~~~~~
      |                             |
      |                             char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76903:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76903 |  primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76938:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76938 |   GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76940:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
76940 |   rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76957:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76957 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:76969:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
76969 |   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77014:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77014 |   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77026:2: warning: statement with no effect [-Wunused-value]
77026 |  !GIV(primFailCode);
      |  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77034:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77034 |    rcvr = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77038:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
77038 |    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77042:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
77042 |   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77045:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
77045 |   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveExecuteMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77072:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77072 |  methodArgument = longAt(GIV(stackPointer));
      |                              ^~~~~~~~~~~~
      |                              |
      |                              char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77085:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77085 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveExecuteMethodArgsArray':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77142:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77142 |  methodArgument = longAt(GIV(stackPointer));
      |                              ^~~~~~~~~~~~
      |                              |
      |                              char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77144:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77144 |  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                           ^
      |                                           |
      |                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77176:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77176 |   rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77185:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
77185 |   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77192:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
77192 |   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveExternalCall':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77268:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
77268 |     sqInt val;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFFIAllocate':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77479:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77479 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77497:7: warning: assignment to 'sqInt' {aka 'long int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
77497 |  addr = malloc(byteSize);
      |       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77509:9: warning: assignment to 'void *' from 'long int' makes pointer from integer without a cast [-Wint-conversion]
77509 |  ptr[0] = (((sqIntptr_t)addr));
      |         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77512:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
77512 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFFIFree':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77530:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77530 |  oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77551:7: warning: assignment to 'void *' from 'sqInt' {aka 'long int'} makes pointer from integer without a cast [-Wint-conversion]
77551 |  addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
      |       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77558:18: warning: passing argument 1 of 'isInMemory' makes integer from pointer without a cast [-Wint-conversion]
77558 |   || (isInMemory(addr)))) {
      |                  ^~~~
      |                  |
      |                  void *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50277:18: note: expected 'sqInt' {aka 'long int'} but argument is of type 'void *'
50277 | isInMemory(sqInt address)
      |            ~~~~~~^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77591:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
77591 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFFIIntegerAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77619:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77619 |  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77637:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77637 |  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77653:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77653 |  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77669:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77669 |  oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77736:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
77736 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFFIIntegerAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77764:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77764 |  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77782:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77782 |  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77798:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77798 |  valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                      ^
      |                                      |
      |                                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77800:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77800 |  integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
      |                                             ^
      |                                             |
      |                                             char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77816:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77816 |  oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77880:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
77880 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFindHandlerContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77909:85: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77909 |  handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
      |                                                                                     ^~~~~~~~~~~~
      |                                                                                     |
      |                                                                                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77915:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
77915 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFindNextUnwindContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77946:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77946 |  stopContext = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77948:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77948 |  calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                           ^
      |                                           |
      |                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77978:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77978 |   if ((longAt(theFP + FoxSavedFP)) == 0) {
      |                     ^
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77983:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77983 |    startFP = pointerForOop(longAt(theFP + FoxSavedFP));
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77987:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77987 |     if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77988:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77988 |      ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                        ^
      |                        |
      |                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77989:42: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
77989 |      : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77990:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77990 |      && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
      |                                        ^
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77994:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77994 |     if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77995:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77995 |       ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
      |                         ^
      |                         |
      |                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77996:43: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
77996 |       : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                           |
      |                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77997:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77997 |      theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:77999:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
77999 |       : longAt(theFP1 + FoxMethod));
      |                       ^
      |                       |
      |                       char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78009:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78009 |       if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
      |                                     ^
      |                                     |
      |                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78010:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78010 |        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                          ^
      |                          |
      |                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78011:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
78011 |        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78013:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78013 |        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
      |                                           ^
      |                                           |
      |                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78021:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78021 |     theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
      |                                          ^
      |                                          |
      |                                          char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78028:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78028 |    callerContextOrNil = longAt((thePage->baseAddress));
      |                                ~~~~~~~~^~~~~~~~~~~~~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78059:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
78059 |  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveFullGC':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78095:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
78095 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78103:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
78103 |  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveGetCurrentWorkingDirectory':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78125:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
78125 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveIncrementalGC':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78406:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
78406 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveInstVarAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78429:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78429 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78431:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78431 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78529:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
78529 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveInstVarAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78554:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78554 |  newValue = longAt(GIV(stackPointer));
      |                        ^~~~~~~~~~~~
      |                        |
      |                        char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78556:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78556 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78558:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78558 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78708:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
78708 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadBoolean8FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78729:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78729 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78731:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78731 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78789:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
78789 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadBoolean8FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78805:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78805 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78807:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78807 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78826:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
78826 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar16FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78847:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78847 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78849:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78849 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78906:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
78906 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar16FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78922:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78922 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78924:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78924 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78941:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
78941 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar32FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78962:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78962 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:78964:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
78964 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79021:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79021 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar32FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79037:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79037 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79039:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79039 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79056:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79056 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar8FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79077:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79077 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79079:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79079 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79135:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79135 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar8FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79151:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79151 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79153:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79153 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79170:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79170 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadFloat32FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79191:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79191 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79193:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79193 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79250:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79250 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadFloat32FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79266:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79266 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79268:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79268 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79285:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79285 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadFloat64FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79306:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79306 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79308:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79308 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79365:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79365 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadFloat64FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79381:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79381 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79383:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79383 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79400:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79400 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt16FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79420:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79420 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79422:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79422 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79478:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79478 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt16FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79493:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79493 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79495:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79495 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79511:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79511 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt32FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79532:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79532 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79534:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79534 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79593:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79593 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt32FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79609:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79609 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79611:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79611 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79630:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79630 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt64FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79651:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79651 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79653:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79653 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79710:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79710 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt64FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79726:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79726 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79728:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79728 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79745:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79745 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt8FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79765:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79765 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79767:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79767 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79822:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79822 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt8FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79837:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79837 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79839:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79839 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79855:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79855 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadPointerFromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79876:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79876 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79878:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79878 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79937:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79937 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadPointerFromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79953:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79953 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79955:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
79955 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:79974:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
79974 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadSymbolFromModule':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80011:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80011 |  module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80013:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80013 |  symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                    ^
      |                                    |
      |                                    char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80058:50: warning: passing argument 1 of 'ioLoadModuleOfLength' makes integer from pointer without a cast [-Wint-conversion]
80058 |   moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
      |                                                  ^~~~~~~~~~~~~~~~
      |                                                  |
      |                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:558:8: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  558 | void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
      |        ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80094:43: warning: passing argument 1 of 'ioLoadSymbolOfLengthFromModule' makes integer from pointer without a cast [-Wint-conversion]
80094 |  address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
      |                                           ^~~~~~~~~~~~
      |                                           |
      |                                           char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:559:8: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  559 | void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80103:9: warning: assignment to 'void *' from 'long int' makes pointer from integer without a cast [-Wint-conversion]
80103 |  ptr[0] = (((sqIntptr_t)address));
      |         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80106:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80106 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt16FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80127:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80127 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80129:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80129 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80185:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80185 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt16FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80200:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80200 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80202:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80202 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80218:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80218 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt32FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80239:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80239 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80241:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80241 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80300:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80300 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt32FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80316:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80316 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80318:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80318 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80337:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80337 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt64FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80358:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80358 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80360:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80360 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80417:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80417 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt64FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80433:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80433 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80435:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80435 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80452:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80452 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt8FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80472:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80472 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80474:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80474 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80529:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80529 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt8FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80544:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80544 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80546:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80546 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80562:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80562 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveLongRunningPrimitive':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80631:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80631 |  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveObjectPointsTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80664:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80664 |  thang = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80666:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80666 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80669:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80669 |   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80697:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80697 |      longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
      |                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     |
      |                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80718:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80718 |    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80735:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80735 |    longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80746:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80746 |    longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80752:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80752 |  longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
      |            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitivePerform':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80768:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80768 |  GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
      |                                                  ^
      |                                                  |
      |                                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80770:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80770 |  newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
      |                                         ^
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80773:78: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80773 |   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
      |                                                                              ^
      |                                                                              |
      |                                                                              char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80773:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80773 |   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
   37 | # define sendBreakpointreceiver(sel, len, rcvr) 0
      |                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80781:2: note: in expansion of macro 'sendBreakpointreceiver'
80781 |  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), newReceiver);
      |  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80796:85: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80796 |    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
      |                                                                                     ^
      |                                                                                     |
      |                                                                                     char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80796:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80796 |    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
      |                                ^
      |                                |
      |                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80798:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80798 |   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
      |                               ^
      |                               |
      |                               char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitivePin':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80829:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80829 |  obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80837:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80837 |  boolean = longAt(GIV(stackPointer));
      |                       ^~~~~~~~~~~~
      |                       |
      |                       char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80872:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
80872 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSetGCSemaphore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80911:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80911 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSignalAtMilliseconds':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80948:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80948 |  msecsObj = longAt(GIV(stackPointer));
      |                        ^~~~~~~~~~~~
      |                        |
      |                        char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:80950:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
80950 |  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSignalAtUTCMicroseconds':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81019:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81019 |  usecsObj = longAt(GIV(stackPointer));
      |                        ^~~~~~~~~~~~
      |                        |
      |                        char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81021:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81021 |  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSlotAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81107:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81107 |  index = longAt(GIV(stackPointer));
      |                     ^~~~~~~~~~~~
      |                     |
      |                     char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81109:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81109 |  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81158:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81158 |    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81178:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81178 |    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81191:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81191 |    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81204:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81204 |    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81220:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81220 |    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveSlotAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81267:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81267 |  newValue = longAt(GIV(stackPointer));
      |                        ^~~~~~~~~~~~
      |                        |
      |                        char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81269:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81269 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81271:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81271 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81325:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81325 |    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
      |              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81417:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81417 |    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81436:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81436 |    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81450:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81450 |    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81469:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81469 |    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreBoolean8IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81500:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81500 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81502:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81502 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81504:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81504 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81572:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81572 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreBoolean8IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81589:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81589 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81591:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81591 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81593:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81593 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81622:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81622 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar16IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81643:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81643 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81645:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81645 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81647:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81647 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81706:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81706 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar16IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81722:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81722 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81724:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81724 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81726:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81726 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81745:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81745 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar32IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81766:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81766 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81768:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81768 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81770:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81770 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81829:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81829 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar32IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81845:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81845 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81847:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81847 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81849:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81849 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81868:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81868 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar8IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81889:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81889 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81891:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81891 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81893:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81893 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81951:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81951 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar8IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81967:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81967 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81969:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81969 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81971:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
81971 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:81990:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
81990 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreFloat32IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82012:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82012 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82014:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82014 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82016:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82016 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82076:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82076 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreFloat32IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82093:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82093 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82095:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82095 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82097:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82097 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82117:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82117 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreFloat64IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82139:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82139 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82141:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82141 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82143:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82143 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82203:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82203 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreFloat64IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82220:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82220 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82222:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82222 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82224:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82224 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82244:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82244 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt16IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82265:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82265 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82267:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82267 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82269:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82269 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82327:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82327 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt16IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82343:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82343 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82345:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82345 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82347:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82347 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82365:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82365 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt32IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82386:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82386 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82388:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82388 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82390:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82390 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82451:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82451 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt32IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82467:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82467 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82469:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82469 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82471:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82471 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82492:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82492 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt64IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82513:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82513 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82515:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82515 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82517:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82517 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82578:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82578 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt64IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82594:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82594 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82596:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82596 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82598:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82598 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82619:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82619 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt8IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82640:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82640 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82642:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82642 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82644:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82644 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82701:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82701 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt8IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82717:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82717 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82719:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82719 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82721:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82721 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82739:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82739 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStorePointerIntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82761:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82761 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82763:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82763 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82765:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82765 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82835:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82835 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStorePointerIntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82852:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82852 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
-- Looking for mkostemp - found
-- Checking if .eh_frame section is read-only - no
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - yes
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Success
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Using uuid library:/usr/lib/arm-linux-gnueabihf/libuuid.so
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Found OpenSSL: /usr/lib/arm-linux-gnueabihf/libcrypto.so (found version "1.1.1d")  
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Linux-armv7l: openssl-1.1.1k
-- Downloading/updating openssl-1.1.1k
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/openssl-1.1.1k-download
Scanning dependencies of target openssl-1.1.1k-download
[ 11%] Creating directories for 'openssl-1.1.1k-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.1.1k-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur32/Linux-armv7l/third-party/openssl-1.1.1k.zip'
-- [download 1% complete]
-- [download 13% complete]
-- [download 33% complete]
-- [download 53% complete]
-- [download 71% complete]
-- [download 95% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/openssl-1.1.1k-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82854:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82854 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82856:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82856 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82886:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
82886 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreStackp':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82911:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82911 |  ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:82913:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
82913 |  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
      |                                            ^
      |                                            |
      |                                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt16IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83019:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83019 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83021:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83021 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83023:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83023 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83086:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
83086 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt16IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83102:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83102 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83104:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83104 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83106:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83106 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83129:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
83129 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt32IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83150:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83150 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83152:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83152 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83154:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83154 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83215:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
83215 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt32IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83231:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83231 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83233:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83233 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83235:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83235 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83256:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
83256 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt64IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83277:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83277 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83279:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83279 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83281:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83281 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83342:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
83342 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt64IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83358:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83358 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83360:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83360 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83362:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83362 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83383:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
83383 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt8IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83404:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83404 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83406:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83406 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83408:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83408 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83470:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
83470 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt8IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83486:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83486 |  valueObject = longAt(GIV(stackPointer));
      |                           ^~~~~~~~~~~~
      |                           |
      |                           char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83488:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83488 |  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83490:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83490 |  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
      |                                  ^
      |                                  |
      |                                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83513:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
83513 |  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveVMParameter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83655:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83655 |  index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
      |                                   ^
      |                                   |
      |                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83676:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
83676 |   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83681:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83681 |  argOop = longAt(GIV(stackPointer));
      |                      ^~~~~~~~~~~~
      |                      |
      |                      char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83890:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
83890 |   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'primitiveVoidReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83910:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
83910 |  longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
      |                                                        ^
      |                                                        |
      |                                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'pruneStackstackp':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:84031:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
84031 |    while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
      |                                                ^
      |                                                |
      |                                                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:84042:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
84042 |    if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
      |                                 ^
      |                                 |
      |                                 char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:84043:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
84043 |     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
      |                      ^
      |                      |
      |                      char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:84044:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
84044 |     : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                        |
      |                                        char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:84046:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
84046 |     objOrFP = longAt(theFP + FoxThisContext);
      |                            ^
      |                            |
      |                            char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:84050:83: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
84050 |    (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
      |                                                                                   ^
      |                                                                                   |
      |                                                                                   char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:84052:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
84052 |  : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                         |
      |                                         char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  158 |   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:83980:11: warning: variable 'oop1' set but not used [-Wunused-but-set-variable]
83980 |     sqInt oop1;
      |           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ptEnterInterpreterFromCallback':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:84110:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
84110 |  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                |
      |                char *
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  165 |   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
      |                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'ptExitInterpreterToCallback':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:84210:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
84210 |  top = longAt(GIV(stackPointer));
      |                   ^~~~~~~~~~~~
      |                   |
      |                   char *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2070:34: note: in definition of macro 'GIV'
 2070 | # define GIV(interpreterInstVar) interpreterInstVar
      |                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'long int'} but argument is of type 'char *'
  164 |   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
      |                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'readAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:84234:9: warning: returning 'sqInt' {aka 'long int'} from a function with return type 'void *' makes pointer from integer without a cast [-Wint-conversion]
84234 |  return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'unmarkAfterPathTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:84257:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
84257 |     sqInt prevPrevObj1;
      |           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:84256:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
84256 |     sqInt prevPrevObj;
      |           ^~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74170:1: warning: 'validStackPageBaseFrames' defined but not used [-Wunused-function]
74170 | validStackPageBaseFrames(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74157:1: warning: 'validInstructionPointerinFrame' defined but not used [-Wunused-function]
74157 | validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74143:1: warning: 'validBCPCinMethod' defined but not used [-Wunused-function]
74143 | validBCPCinMethod(sqInt thePC, usqInt aMethod)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:73287:1: warning: 'stackLimitBytes' defined but not used [-Wunused-function]
73287 | stackLimitBytes(void)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72853:1: warning: 'space' defined but not used [-Wunused-function]
72853 | space(void)
      | ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:72117:1: warning: 'saneFunctionPointerForFailureOfPrimIndex' defined but not used [-Wunused-function]
72117 | saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:70888:1: warning: 'pushedReceiverOrClosureOfFrame' defined but not used [-Wunused-function]
70888 | pushedReceiverOrClosureOfFrame(char *theFP)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:68080:1: warning: 'noMarkedContextsOnPage' defined but not used [-Wunused-function]
68080 | noMarkedContextsOnPage(StackPage *thePage)
      | ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:67689:1: warning: 'maybeLeakCheckExternalPrimCall' defined but not used [-Wunused-function]
67689 | maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65823:1: warning: 'isPrimitiveFunctionPointerAnIndex' defined but not used [-Wunused-function]
65823 | isPrimitiveFunctionPointerAnIndex(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65798:1: warning: 'isNullExternalPrimitiveCall' defined but not used [-Wunused-function]
65798 | isNullExternalPrimitiveCall(sqInt aMethodObj)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65785:1: warning: 'isMetaPrimitiveIndex' defined but not used [-Wunused-function]
65785 | isMetaPrimitiveIndex(sqInt primIndex)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65766:1: warning: 'isMarriedOrWidowedContext' defined but not used [-Wunused-function]
65766 | isMarriedOrWidowedContext(sqInt aContext)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65660:1: warning: 'isBaseFrame' defined but not used [-Wunused-function]
65660 | isBaseFrame(char *theFP)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65603:1: warning: 'iframeMethod' defined but not used [-Wunused-function]
65603 | iframeMethod(char *theFP)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:65582:1: warning: 'ifCurrentStackPageHasValidHeadPointers' defined but not used [-Wunused-function]
65582 | ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62923:1: warning: 'cr' defined but not used [-Wunused-function]
62923 | cr(void)
      | ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62821:1: warning: 'contexthasValidInversePCMappingOfin' defined but not used [-Wunused-function]
62821 | contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:62666:1: warning: 'checkStackPointerForMaybeMarriedContext' defined but not used [-Wunused-function]
62666 | checkStackPointerForMaybeMarriedContext(sqInt aContext)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:61970:1: warning: 'assertValidStackLimits' defined but not used [-Wunused-function]
61970 | assertValidStackLimits(sqInt ln)
      | ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:61887:1: warning: 'allOnesAsCharStar' defined but not used [-Wunused-function]
61887 | allOnesAsCharStar(void)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:61533:1: warning: 'segmentOverlap' defined but not used [-Wunused-function]
61533 | segmentOverlap(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:61231:1: warning: 'isValidSegmentBridge' defined but not used [-Wunused-function]
61231 | isValidSegmentBridge(sqInt objOop)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:61210:1: warning: 'isInSegments' defined but not used [-Wunused-function]
61210 | isInSegments(usqInt address)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:61087:1: warning: 'bridgeFor' defined but not used [-Wunused-function]
61087 | bridgeFor(SpurSegmentInfo *aSegment)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:61072:1: warning: 'bridgeAt' defined but not used [-Wunused-function]
61072 | bridgeAt(sqInt segIndex)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:61022:1: warning: 'allBridgesMarked' defined but not used [-Wunused-function]
61022 | allBridgesMarked(void)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:60927:1: warning: 'segLimit' defined but not used [-Wunused-function]
60927 | segLimit(SpurSegmentInfo * self_in_segLimit)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:60862:1: warning: 'validRelocationPlanInPass' defined but not used [-Wunused-function]
60862 | validRelocationPlanInPass(sqInt onePass)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:59965:1: warning: 'savedFirstFieldsSpaceWasAllocated' defined but not used [-Wunused-function]
59965 | savedFirstFieldsSpaceWasAllocated(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:59698:1: warning: 'isPostMobile' defined but not used [-Wunused-function]
59698 | isPostMobile(sqInt obj)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:59687:1: warning: 'isMobile' defined but not used [-Wunused-function]
59687 | isMobile(sqInt obj)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:58890:1: warning: 'validObjStacks' defined but not used [-Wunused-function]
58890 | validObjStacks(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:58847:1: warning: 'validFreeTreeChunk' defined but not used [-Wunused-function]
58847 | validFreeTreeChunk(sqInt chunk)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:58766:1: warning: 'validClassTableHashes' defined but not used [-Wunused-function]
58766 | validClassTableHashes(void)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:57758:1: warning: 'startOfObject' defined but not used [-Wunused-function]
57758 | startOfObject(sqInt objOop)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:57690:1: warning: 'slidingCompactionInProgress' defined but not used [-Wunused-function]
57690 | slidingCompactionInProgress(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:53541:1: warning: 'noUnscannedEphemerons' defined but not used [-Wunused-function]
53541 | noUnscannedEphemerons(void)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:53306:1: warning: 'newSpaceIsEmpty' defined but not used [-Wunused-function]
53306 | newSpaceIsEmpty(void)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50964:1: warning: 'lengthOfMaybeImmediate' defined but not used [-Wunused-function]
50964 | lengthOfMaybeImmediate(sqInt oop)
      | ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50835:1: warning: 'lastPointerFormat' defined but not used [-Wunused-function]
50835 | lastPointerFormat(void)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50826:1: warning: 'knownClassAtIndex' defined but not used [-Wunused-function]
50826 | knownClassAtIndex(sqInt classIndex)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50688:1: warning: 'isWeakNonImm' defined but not used [-Wunused-function]
50688 | isWeakNonImm(sqInt objOop)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50541:1: warning: 'isValidObjStackAt' defined but not used [-Wunused-function]
50541 | isValidObjStackAt(sqInt objStackRootIndex)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50481:1: warning: 'isSemaphoreOop' defined but not used [-Wunused-function]
50481 | isSemaphoreOop(sqInt anOop)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50474:1: warning: 'isSegmentBridge' defined but not used [-Wunused-function]
50474 | isSegmentBridge(sqInt objOop)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50464:1: warning: 'isRemembered' defined but not used [-Wunused-function]
50464 | isRemembered(sqInt objOop)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50361:1: warning: 'isObjImmutable' defined but not used [-Wunused-function]
50361 | isObjImmutable(sqInt anOop)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50350:1: warning: 'isObjEphemeron' defined but not used [-Wunused-function]
50350 | isObjEphemeron(sqInt objOop)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50331:1: warning: 'isMaybeFiredEphemeron' defined but not used [-Wunused-function]
50331 | isMaybeFiredEphemeron(sqInt objOop)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50324:1: warning: 'isLargeFreeObject' defined but not used [-Wunused-function]
50324 | isLargeFreeObject(sqInt objOop)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50317:1: warning: 'isInPastSpace' defined but not used [-Wunused-function]
50317 | isInPastSpace(sqInt address)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50302:1: warning: 'isInNewSpace' defined but not used [-Wunused-function]
50302 | isInNewSpace(sqInt objOop)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50267:1: warning: 'isInFutureSpace' defined but not used [-Wunused-function]
50267 | isInFutureSpace(sqInt address)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50260:1: warning: 'isInEden' defined but not used [-Wunused-function]
50260 | isInEden(sqInt objOop)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50237:1: warning: 'isInClassTable' defined but not used [-Wunused-function]
50237 | isInClassTable(sqInt objOop)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50222:1: warning: 'isFreeOop' defined but not used [-Wunused-function]
50222 | isFreeOop(sqInt oop)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50215:1: warning: 'isFreeObject' defined but not used [-Wunused-function]
50215 | isFreeObject(sqInt objOop)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50190:1: warning: 'isForwardedClassTag' defined but not used [-Wunused-function]
50190 | isForwardedClassTag(sqInt classIndex)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50170:1: warning: 'isEphemeron' defined but not used [-Wunused-function]
50170 | isEphemeron(sqInt objOop)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50134:1: warning: 'isEnumerableObjectNoAssert' defined but not used [-Wunused-function]
50134 | isEnumerableObjectNoAssert(sqInt objOop)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50111:1: warning: 'isCopiedIntoSegment' defined but not used [-Wunused-function]
50111 | isCopiedIntoSegment(sqInt anObjectInTheHeap)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50093:1: warning: 'isContextHeader' defined but not used [-Wunused-function]
50093 | isContextHeader(sqInt aHeader)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:50076:1: warning: 'isCompiledMethodHeader' defined but not used [-Wunused-function]
50076 | isCompiledMethodHeader(sqInt objHeader)
      | ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:49017:1: warning: 'hiddenRootsObject' defined but not used [-Wunused-function]
49017 | hiddenRootsObject(void)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:49010:1: warning: 'hiddenRootSlots' defined but not used [-Wunused-function]
49010 | hiddenRootSlots(void)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:48937:1: warning: 'hasSpurMemoryManagerAPI' defined but not used [-Wunused-function]
48937 | hasSpurMemoryManagerAPI(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:48839:1: warning: 'goodContextSize' defined but not used [-Wunused-function]
48839 | goodContextSize(sqInt oop)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:48651:1: warning: 'freeChunkPrevIndex' defined but not used [-Wunused-function]
48651 | freeChunkPrevIndex(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:48640:1: warning: 'freeChunkParentIndex' defined but not used [-Wunused-function]
48640 | freeChunkParentIndex(void)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:48630:1: warning: 'freeChunkNextIndex' defined but not used [-Wunused-function]
48630 | freeChunkNextIndex(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:48604:1: warning: 'forwardersIn' defined but not used [-Wunused-function]
48604 | forwardersIn(sqInt anObject)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:48593:1: warning: 'forwardedFormat' defined but not used [-Wunused-function]
48593 | forwardedFormat(void)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:48583:1: warning: 'formatOf' defined but not used [-Wunused-function]
48583 | formatOf(sqInt objOop)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:48279:1: warning: 'firstFixedFieldOfMaybeImmediate' defined but not used [-Wunused-function]
48279 | firstFixedFieldOfMaybeImmediate(sqInt oop)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:47915:1: warning: 'fetchPointerofFreeChunk' defined but not used [-Wunused-function]
47915 | fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:47707:1: warning: 'existInstancesInNewSpaceOf' defined but not used [-Wunused-function]
47707 | existInstancesInNewSpaceOf(sqInt classObj)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:47700:1: warning: 'ephemeronFormat' defined but not used [-Wunused-function]
47700 | ephemeronFormat(void)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:46647:1: warning: 'classTableRootSlots' defined but not used [-Wunused-function]
46647 | classTableRootSlots(void)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:46510:1: warning: 'classIndexFieldWidth' defined but not used [-Wunused-function]
46510 | classIndexFieldWidth(void)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:45176:1: warning: 'byteFormatMask' defined but not used [-Wunused-function]
45176 | byteFormatMask(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:45169:1: warning: 'bridgeSize' defined but not used [-Wunused-function]
45169 | bridgeSize(void)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:45107:1: warning: 'bitsSetInFreeSpaceMaskForAllFreeLists' defined but not used [-Wunused-function]
45107 | bitsSetInFreeSpaceMaskForAllFreeLists(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:44517:1: warning: 'assertInnerValidFreeObject' defined but not used [-Wunused-function]
44517 | assertInnerValidFreeObject(sqInt objOop)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:44485:1: warning: 'allUnscannedEphemeronsAreActive' defined but not used [-Wunused-function]
44485 | allUnscannedEphemeronsAreActive(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:44459:1: warning: 'allStrongSlotsOfWeaklingAreMarked' defined but not used [-Wunused-function]
44459 | allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:44448:1: warning: 'allocationUnit' defined but not used [-Wunused-function]
44448 | allocationUnit(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:43595:1: warning: 'allOldMarkedWeakObjectsOnWeaklingStack' defined but not used [-Wunused-function]
43595 | allOldMarkedWeakObjectsOnWeaklingStack(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:43480:1: warning: 'allObjectsUnmarked' defined but not used [-Wunused-function]
43480 | allObjectsUnmarked(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:41602:1: warning: 'noUnfiredEphemeronsAtEndOfRememberedSet' defined but not used [-Wunused-function]
41602 | noUnfiredEphemeronsAtEndOfRememberedSet(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:41351:1: warning: 'firstCorpse' defined but not used [-Wunused-function]
41351 | firstCorpse(sqInt headOfCorpseList)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:40948:1: warning: 'allWeakSurvivorsOnWeakList' defined but not used [-Wunused-function]
40948 | allWeakSurvivorsOnWeakList(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:40869:1: warning: 'allNewSpaceObjectsHaveZeroRTRefCount' defined but not used [-Wunused-function]
40869 | allNewSpaceObjectsHaveZeroRTRefCount(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:40808:1: warning: 'wordIndexableFormat' defined but not used [-Wunused-function]
40808 | wordIndexableFormat(void)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:40589:1: warning: 'numFreeLists' defined but not used [-Wunused-function]
40589 | numFreeLists(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:40577:1: warning: 'maxSlotsForAlloc' defined but not used [-Wunused-function]
40577 | maxSlotsForAlloc(void)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:40469:1: warning: 'isImmediateFloat' defined but not used [-Wunused-function]
40469 | isImmediateFloat(sqInt oop)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:39653:1: warning: 'headerWhileForwardingOf' defined but not used [-Wunused-function]
39653 | headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22079:1: warning: 'stackPageHeadroom' defined but not used [-Wunused-function]
22079 | stackPageHeadroom(void)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:22066:1: warning: 'stackLimitOffset' defined but not used [-Wunused-function]
22066 | stackLimitOffset(void)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19947:1: warning: 'newMethodInLookupCacheAtand' defined but not used [-Wunused-function]
19947 | newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19532:1: warning: 'mframeReceiver' defined but not used [-Wunused-function]
19532 | mframeReceiver(char *theFP)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:19525:1: warning: 'mframeIsBlockActivation' defined but not used [-Wunused-function]
19525 | mframeIsBlockActivation(char *theFP)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18636:1: warning: 'isMachineCodeFrame' defined but not used [-Wunused-function]
18636 | isMachineCodeFrame(char *theFP)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18400:1: warning: 'iframeSavedIP' defined but not used [-Wunused-function]
18400 | iframeSavedIP(char *theFP)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18393:1: warning: 'iframeReceiver' defined but not used [-Wunused-function]
18393 | iframeReceiver(char *theFP)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18386:1: warning: 'iframeIsBlockActivation' defined but not used [-Wunused-function]
18386 | iframeIsBlockActivation(char *theFP)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18146:1: warning: 'frameReceiver' defined but not used [-Wunused-function]
18146 | frameReceiver(char *theFP)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18130:1: warning: 'frameNumArgs' defined but not used [-Wunused-function]
18130 | frameNumArgs(char *theFP)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18118:1: warning: 'frameMethodObject' defined but not used [-Wunused-function]
18118 | frameMethodObject(char *theFP)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18109:1: warning: 'frameIsBlockActivation' defined but not used [-Wunused-function]
18109 | frameIsBlockActivation(char *theFP)
      | ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:18097:1: warning: 'frameHasContext' defined but not used [-Wunused-function]
18097 | frameHasContext(char *theFP)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:17207:1: warning: 'deferStackLimitSmashAroundwith' defined but not used [-Wunused-function]
17207 | deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14558:1: warning: 'asCogHomeMethod' defined but not used [-Wunused-function]
14558 | asCogHomeMethod(CogBlockMethod *aCogMethod)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:14139:1: warning: 'pageListIsWellFormed' defined but not used [-Wunused-function]
14139 | pageListIsWellFormed(void)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:13976:1: warning: 'cmHomeMethod' defined but not used [-Wunused-function]
13976 | cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2055:12: warning: 'theUnknownShort' defined but not used [-Wunused-variable]
 2055 | _iss sqInt theUnknownShort;
      |            ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2054:12: warning: 'testWorker' defined but not used [-Wunused-variable]
 2054 | _iss sqInt testWorker;
      |            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2053:14: warning: 'statIncrGCUsecs' defined but not used [-Wunused-variable]
 2053 | _iss usqLong statIncrGCUsecs;
      |              ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2052:14: warning: 'statFGCDeltaUsecs' defined but not used [-Wunused-variable]
 2052 | _iss usqLong statFGCDeltaUsecs;
      |              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2051:12: warning: 'statCoalesces' defined but not used [-Wunused-variable]
 2051 | _iss sqInt statCoalesces;
      |            ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2050:12: warning: 'preferredPinningSegment' defined but not used [-Wunused-variable]
 2050 | _iss sqInt preferredPinningSegment;
      |            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2049:12: warning: 'nextAddress' defined but not used [-Wunused-variable]
 2049 | _iss sqInt nextAddress;
      |            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2048:12: warning: 'memoryManager' defined but not used [-Wunused-variable]
 2048 | _iss sqInt memoryManager;
      |            ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2047:12: warning: 'largeOpaqueMemoryManager' defined but not used [-Wunused-variable]
 2047 | _iss sqInt largeOpaqueMemoryManager;
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2046:12: warning: 'initialMemoryAddress' defined but not used [-Wunused-variable]
 2046 | _iss sqInt initialMemoryAddress;
      |            ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2045:12: warning: 'functions' defined but not used [-Wunused-variable]
 2045 | _iss sqInt functions;
      |            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2044:12: warning: 'codeGeneratorToComputeAccessorDepth' defined but not used [-Wunused-variable]
 2044 | _iss sqInt codeGeneratorToComputeAccessorDepth;
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2043:12: warning: 'cifs' defined but not used [-Wunused-variable]
 2043 | _iss sqInt cifs;
      |            ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2042:13: warning: 'byteCount' defined but not used [-Wunused-variable]
 2042 | _iss usqInt byteCount;
      |             ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:2025:13: warning: 'messageCount' defined but not used [-Wunused-variable]
 2025 | _iss usqInt messageCount;
      |             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'writeImageFileIO':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:74359:2: warning: 'the2ndUnknownShort' may be used uninitialized in this function [-Wmaybe-uninitialized]
74359 |  putShorttoFile(the2ndUnknownShort, f);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/pThreadedFFI.h:20,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:32:
In function 'strncpy',
    inlined from 'stringForCString' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:58222:3:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'stringForCString':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:58185:8: note: length computed here
58185 |  len = strlen(aCString);
      |        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'followForwardedFrameContentsstackPointer':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:64867:3: warning: 'oop' may be used uninitialized in this function [-Wmaybe-uninitialized]
64867 |   followForwardedObjectFieldstoDepth(oop, 0);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c: In function 'printInvalidClassTableEntries':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/vm/src/gcc3x-cointerp.c:55792:11: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized]
55792 |     sqInt hash;
      |           ^~~~
[ 33%] No patch step for 'openssl-1.1.1k-download'
[ 44%] No update step for 'openssl-1.1.1k-download'
[ 55%] No configure step for 'openssl-1.1.1k-download'
[ 66%] No build step for 'openssl-1.1.1k-download'
[ 77%] No install step for 'openssl-1.1.1k-download'
[ 88%] No test step for 'openssl-1.1.1k-download'
[100%] Completed 'openssl-1.1.1k-download'
[100%] Built target openssl-1.1.1k-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/openssl-1.1.1k-src/libcrypto.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/openssl-1.1.1k-src/libcrypto.so.1.1
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/openssl-1.1.1k-src/libssl.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/openssl-1.1.1k-src/libssl.so.1.1
Adding third-party libraries for Linux-armv7l: libssh2-1.9.0
-- Downloading/updating libssh2-1.9.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libssh2-1.9.0-download
Scanning dependencies of target libssh2-1.9.0-download
[ 11%] Creating directories for 'libssh2-1.9.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur32/Linux-armv7l/third-party/libssh2-1.9.0.zip'
-- [download 9% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libssh2-1.9.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.9.0-download'
[ 44%] No update step for 'libssh2-1.9.0-download'
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 66%] No build step for 'libssh2-1.9.0-download'
[ 77%] No install step for 'libssh2-1.9.0-download'
[ 88%] No test step for 'libssh2-1.9.0-download'
[100%] Completed 'libssh2-1.9.0-download'
[100%] Built target libssh2-1.9.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libssh2-1.9.0-src/libssh2.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libssh2-1.9.0-src/libssh2.so.1
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libssh2-1.9.0-src/libssh2.so.1.0.1
Adding third-party libraries for Linux-armv7l: libgit2-1.0.1
-- Downloading/updating libgit2-1.0.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libgit2-1.0.1-download
Scanning dependencies of target libgit2-1.0.1-download
[ 11%] Creating directories for 'libgit2-1.0.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.0.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur32/Linux-armv7l/third-party/libgit2-1.0.1.zip'
-- [download 1% complete]
-- [download 9% complete]
-- [download 19% complete]
-- [download 35% complete]
-- [download 50% complete]
-- [download 59% complete]
-- [download 69% complete]
-- [download 78% complete]
-- [download 87% complete]
-- [download 97% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libgit2-1.0.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-1.0.1-download'
[ 44%] No update step for 'libgit2-1.0.1-download'
[ 55%] No configure step for 'libgit2-1.0.1-download'
[ 66%] No build step for 'libgit2-1.0.1-download'
[ 77%] No install step for 'libgit2-1.0.1-download'
[ 88%] No test step for 'libgit2-1.0.1-download'
[100%] Completed 'libgit2-1.0.1-download'
[100%] Built target libgit2-1.0.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libgit2-1.0.1-src/libgit2.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libgit2-1.0.1-src/libgit2.so.1.0
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libgit2-1.0.1-src/libgit2.so.1.0.1
Adding third-party libraries for Linux-armv7l: zlib-1.2.11
-- Downloading/updating zlib-1.2.11
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/zlib-1.2.11-download
Scanning dependencies of target zlib-1.2.11-download
[ 11%] Creating directories for 'zlib-1.2.11-download'
[ 22%] Performing download step (download, verify and extract) for 'zlib-1.2.11-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/zlib-1.2.11-download/zlib-1.2.11-download-prefix/src/zlib-1.2.11.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur32/Linux-armv7l/third-party/zlib-1.2.11.zip'
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c: In function 'sqGetInterpreterProxy':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: assignment to 'sqInt (*)(sqInt)' {aka 'long int (*)(long int)'} from incompatible pointer type 'void (*)(sqInt)' {aka 'void (*)(long int)'} [-Wincompatible-pointer-types]
  306 |  VM->push = push;
      |           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: assignment to 'sqInt (*)(double)' {aka 'long int (*)(double)'} from incompatible pointer type 'void (*)(double)' [-Wincompatible-pointer-types]
  308 |  VM->pushFloat = pushFloat;
      |                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: assignment to 'void * (*)(sqInt,  sqInt,  sqInt)' {aka 'void * (*)(long int,  long int,  long int)'} from incompatible pointer type 'void * (*)(sqInt,  sqInt,  void *)' {aka 'void * (*)(long int,  long int,  void *)'} [-Wincompatible-pointer-types]
  432 |  VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
      |                                     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: assignment to 'void (*)(void)' from incompatible pointer type 'sqInt (*)(void)' {aka 'long int (*)(void)'} [-Wincompatible-pointer-types]
  459 |  VM->forceInterruptCheck = forceInterruptCheck;
      |                          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: assignment to 'long unsigned int (*)(void)' from incompatible pointer type 'long long unsigned int (*)(void)' [-Wincompatible-pointer-types]
  510 |  VM->utcMicroseconds = ioUTCMicroseconds;
      |                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: assignment to 'sqInt (*)(char *)' {aka 'long int (*)(char *)'} from incompatible pointer type 'sqInt (*)(const char *)' {aka 'long int (*)(const char *)'} [-Wincompatible-pointer-types]
  546 |  VM->stringForCString = stringForCString;
      |                       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: assignment to 'sqInt (*)(struct _VMCallbackContext *)' {aka 'long int (*)(struct _VMCallbackContext *)'} from incompatible pointer type 'sqInt (*)(void *)' {aka 'long int (*)(void *)'} [-Wincompatible-pointer-types]
  557 |  VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
      |                                     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: assignment to 'sqInt (*)(struct _VMCallbackContext *)' {aka 'long int (*)(struct _VMCallbackContext *)'} from incompatible pointer type 'sqInt (*)(void *)' {aka 'long int (*)(void *)'} [-Wincompatible-pointer-types]
  558 |  VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
      |                                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: assignment to 'sqInt (*)(int)' {aka 'long int (*)(int)'} from incompatible pointer type 'Semaphore * (*)(int)' {aka 'struct __Semaphore * (*)(int)'} [-Wincompatible-pointer-types]
  562 |  VM->platformSemaphoreNew = platform_semaphore_new;
      |                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: assignment to 'sqInt (*)(sqInt)' {aka 'long int (*)(long int)'} from incompatible pointer type 'void (*)(sqInt)' {aka 'void (*)(long int)'} [-Wincompatible-pointer-types]
  565 |  VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
      |                                   ^
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function 'signalSemaphoreWithIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable 'v' [-Wunused-variable]
  130 |  int v;
      |      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function 'doSignalExternalSemaphores':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:178:17: warning: variable 'signalled' set but not used [-Wunused-but-set-variable]
  178 |  char switched, signalled = 0;
      |                 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function 'waitOnExternalSemaphoreIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable 'xArray' [-Wunused-variable]
  231 |     sqInt xArray;
      |           ^~~~~~
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/zlib-1.2.11-download/zlib-1.2.11-download-prefix/src/zlib-1.2.11.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/zlib-1.2.11-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'zlib-1.2.11-download'
[ 44%] No update step for 'zlib-1.2.11-download'
[ 55%] No configure step for 'zlib-1.2.11-download'
[ 66%] No build step for 'zlib-1.2.11-download'
[ 77%] No install step for 'zlib-1.2.11-download'
[ 88%] No test step for 'zlib-1.2.11-download'
[100%] Completed 'zlib-1.2.11-download'
[100%] Built target zlib-1.2.11-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/zlib-1.2.11-src/libz.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/zlib-1.2.11-src/libz.so.1
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/zlib-1.2.11-src/libz.so.1.2.11
Adding third-party libraries for Linux-armv7l: freetype-2.10.0
-- Downloading/updating freetype-2.10.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/freetype-2.10.0-download
Scanning dependencies of target freetype-2.10.0-download
[ 11%] Creating directories for 'freetype-2.10.0-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.10.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur32/Linux-armv7l/third-party/freetype-2.10.0.zip'
-- [download 11% complete]
-- [download 24% complete]
-- [download 41% complete]
-- [download 56% complete]
-- [download 67% complete]
-- [download 77% complete]
-- [download 87% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/freetype-2.10.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.10.0-download'
[ 44%] No update step for 'freetype-2.10.0-download'
[ 55%] No configure step for 'freetype-2.10.0-download'
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c:34:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c: In function 'aioInit':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c:124:16: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
  124 |  signal(SIGIO, forceInterruptCheck);
      |                ^~~~~~~~~~~~~~~~~~~
      |                |
      |                sqInt (*)(void) {aka long int (*)(void)}
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/aio.c:45:
/usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'sqInt (*)(void)' {aka 'long int (*)(void)'}
   88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
      |                                          ~~~~~~~~~~~~~~~^~~~~~~~~
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c: In function 'reportStackState':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
  369 |  void *pc;
      |        ^~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/debugUnix.c:77:12: warning: 'inFault' defined but not used [-Wunused-variable]
   77 | static int inFault = 0;
      |            ^~~~~~~
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/memoryUnix.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/memoryUnix.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/fileDialogUnix.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/fileDialog.h:4,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/fileDialogUnix.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 32%] Linking C shared library build/vm/libPharoVMCore.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libPharoVMCore.so -o build/vm/libPharoVMCore.so CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libffi.so -ldl -lm -lpthread 
[ 66%] No build step for 'freetype-2.10.0-download'
[ 77%] No install step for 'freetype-2.10.0-download'
[ 88%] No test step for 'freetype-2.10.0-download'
[100%] Completed 'freetype-2.10.0-download'
[100%] Built target freetype-2.10.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/freetype-2.10.0-src/libfreetype.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/freetype-2.10.0-src/libfreetype.so.6
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/freetype-2.10.0-src/libfreetype.so.6.17.0
Adding third-party libraries for Linux-armv7l: pixman-0.40.0
-- Downloading/updating pixman-0.40.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/pixman-0.40.0-download
Scanning dependencies of target pixman-0.40.0-download
[ 11%] Creating directories for 'pixman-0.40.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.40.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur32/Linux-armv7l/third-party/pixman-0.40.0.zip'
-- [download 10% complete]
-- [download 22% complete]
-- [download 33% complete]
-- [download 44% complete]
-- [download 53% complete]
-- [download 63% complete]
-- [download 73% complete]
-- [download 85% complete]
-- [download 95% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/pixman-0.40.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.40.0-download'
[ 44%] No update step for 'pixman-0.40.0-download'
[ 55%] No configure step for 'pixman-0.40.0-download'
[ 66%] No build step for 'pixman-0.40.0-download'
[ 77%] No install step for 'pixman-0.40.0-download'
[ 88%] No test step for 'pixman-0.40.0-download'
[100%] Completed 'pixman-0.40.0-download'
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 32%] Built target PharoVMCore
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 33%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'copyBitsFallback':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
 1694 |  sqInt t;
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
 1693 |  sqInt sxLowBits;
      |        ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
 1692 |  sqInt startBits1;
      |        ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
 1691 |  sqInt startBits;
      |        ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
 1690 |  sqInt pixPerM11;
      |        ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
 1689 |  sqInt pixPerM1;
      |        ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
 1688 |  unsigned int m1;
      |               ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
 1687 |  sqInt endBits;
      |        ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
 1686 |  sqInt dxLowBits;
      |        ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
 1685 |  sqInt done;
      |        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'loadBitBltDestForm':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3069:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
 3069 |  sqInt v;
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'loadBitBltFromwarping':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3152:8: warning: variable 'v1' set but not used [-Wunused-but-set-variable]
 3152 |  sqInt v1;
      |        ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3151:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
 3151 |  sqInt v;
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'loadBitBltSourceForm':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3558:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
 3558 |  sqInt v;
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'lockSurfaces':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3877:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
 3877 |  sqInt v;
      |        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'primitiveCompareColors':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
 5028 |  sqInt _return_value;
      |        ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5027:8: warning: variable 'val' set but not used [-Wunused-but-set-variable]
 5027 |  sqInt val;
      |        ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5026:8: warning: variable 'testID' set but not used [-Wunused-but-set-variable]
 5026 |  sqInt testID;
      |        ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5025:8: warning: variable 'rcvr' set but not used [-Wunused-but-set-variable]
 5025 |  sqInt rcvr;
      |        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5024:14: warning: variable 'colorB' set but not used [-Wunused-but-set-variable]
 5024 |  usqIntptr_t colorB;
      |              ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5023:14: warning: variable 'colorA' set but not used [-Wunused-but-set-variable]
 5023 |  usqIntptr_t colorA;
      |              ^~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' defined but not used [-Wunused-function]
 8027 | warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: 'warpLoopSetup' defined but not used [-Wunused-function]
 7802 | warpLoopSetup(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: 'warpBits' defined but not used [-Wunused-function]
 7160 | warpBits(void)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: 'tryCopyingBitsQuickly' defined but not used [-Wunused-function]
 7033 | tryCopyingBitsQuickly(void)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 6842 | sqAssert(sqInt aBool)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: 'sourceSkewAndPointerInit' defined but not used [-Wunused-function]
 6780 | sourceSkewAndPointerInit(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: 'showDisplayBits' defined but not used [-Wunused-function]
 6764 | showDisplayBits(void)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: 'rgbMapPixelflags' defined but not used [-Wunused-function]
 6427 | rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: 'rgbMap32To32' defined but not used [-Wunused-function]
 6417 | rgbMap32To32(sqInt sourcePixel)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: 'rgbMap16To32' defined but not used [-Wunused-function]
 6406 | rgbMap16To32(sqInt sourcePixel)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: 'pickWarpPixelAtXy' defined but not used [-Wunused-function]
 4892 | pickWarpPixelAtXy(sqInt xx, sqInt yy)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' defined but not used [-Wunused-function]
 4790 | pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: 'performCopyLoop' defined but not used [-Wunused-function]
 4637 | performCopyLoop(void)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: 'partitionedRgbComponentAlphadestnBitsnPartitions' defined but not used [-Wunused-function]
 4490 | partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: 'mergewith' defined but not used [-Wunused-function]
 4016 | mergewith(unsigned int sourceWord, unsigned int destinationWord)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: 'mapPixelflags' defined but not used [-Wunused-function]
 3986 | mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: 'loadWarpBltFrom' defined but not used [-Wunused-function]
 3821 | loadWarpBltFrom(sqInt bbObj)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: 'loadHalftoneForm' defined but not used [-Wunused-function]
 3773 | loadHalftoneForm(void)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: 'loadColorMapShiftOrMaskFrom' defined but not used [-Wunused-function]
 3755 | loadColorMapShiftOrMaskFrom(sqInt mapOop)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: 'loadColorMap' defined but not used [-Wunused-function]
 3641 | loadColorMap(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: 'loadBitBltSourceForm' defined but not used [-Wunused-function]
 3551 | loadBitBltSourceForm(void)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: 'loadBitBltDestForm' defined but not used [-Wunused-function]
 3066 | loadBitBltDestForm(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: 'ignoreSourceOrHalftone' defined but not used [-Wunused-function]
 2904 | ignoreSourceOrHalftone(sqInt formPointer)
      | ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: 'fetchIntOrFloatofObject' defined but not used [-Wunused-function]
 2819 | fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: 'expensiveDither32To16threshold' defined but not used [-Wunused-function]
 2771 | expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: 'drawLoopXY' defined but not used [-Wunused-function]
 2626 | drawLoopXY(sqInt xDelta, sqInt yDelta)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: 'dither32To16threshold' defined but not used [-Wunused-function]
 2610 | dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: 'destMaskAndPointerInit' defined but not used [-Wunused-function]
 2563 | destMaskAndPointerInit(void)
      | ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: 'deltaFromtonSteps' defined but not used [-Wunused-function]
 2538 | deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: 'default8To32Table' defined but not used [-Wunused-function]
 2494 | default8To32Table(void)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: 'copyBitsFastPathSpecialised' defined but not used [-Wunused-function]
 1271 | copyBitsFastPathSpecialised(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: 'checkSourceOverlap' defined but not used [-Wunused-function]
 1133 | checkSourceOverlap(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: 'affectedTop' defined but not used [-Wunused-function]
  432 | affectedTop(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: 'affectedRight' defined but not used [-Wunused-function]
  425 | affectedRight(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: 'affectedLeft' defined but not used [-Wunused-function]
  418 | affectedLeft(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: 'affectedBottom' defined but not used [-Wunused-function]
  411 | affectedBottom(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
      |             ^~~~~~~~~~~
[ 33%] Linking C shared library build/vm/libBitBltPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libBitBltPlugin.so -o build/vm/libBitBltPlugin.so CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 33%] Built target BitBltPlugin
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 33%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
      |             ^~~~~~~~~~~
[ 34%] Linking C shared library build/vm/libMiscPrimitivePlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libMiscPrimitivePlugin.so -o build/vm/libMiscPrimitivePlugin.so CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 34%] Built target MiscPrimitivePlugin
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 35%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 3797 | sqAssert(sqInt aBool)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: 'normalize' defined but not used [-Wunused-function]
 2326 | normalize(sqInt aLargeInteger)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: 'highBitOfLargeInt' defined but not used [-Wunused-function]
 2100 | highBitOfLargeInt(sqInt anOop)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: 'digitSubLargewith' defined but not used [-Wunused-function]
 1812 | digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: 'digitSizeOfLargeInt' defined but not used [-Wunused-function]
 1802 | digitSizeOfLargeInt(sqInt anOop)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: 'digitSizeOfCSI' defined but not used [-Wunused-function]
 1786 | digitSizeOfCSI(sqInt csi)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: 'digitOfLargeIntat' defined but not used [-Wunused-function]
 1766 | digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: 'digitOfCSIat' defined but not used [-Wunused-function]
 1754 | digitOfCSIat(sqInt csi, sqInt ix)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: 'digitMultiplyLargewithnegative' defined but not used [-Wunused-function]
 1651 | digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: 'digitMontgomerytimesmodulomInvModB' defined but not used [-Wunused-function]
 1538 | digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: 'digitDivLargewithnegative' defined but not used [-Wunused-function]
 1278 | digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: 'digitCompareLargewith' defined but not used [-Wunused-function]
 1254 | digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: 'digitAddLargewith' defined but not used [-Wunused-function]
  994 | digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: 'cDigitSublenwithleninto' defined but not used [-Wunused-function]
  825 | cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: 'cDigitRshiftfromlentolen' defined but not used [-Wunused-function]
  781 | cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: 'cDigitReplacefromtowithstartingAt' defined but not used [-Wunused-function]
  768 | cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: 'cDigitOpshortlenlongleninto' defined but not used [-Wunused-function]
  724 | cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: 'cDigitOfatput' defined but not used [-Wunused-function]
  711 | cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: 'cDigitMultiplylenwithlenintolen' defined but not used [-Wunused-function]
  659 | cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' defined but not used [-Wunused-function]
  586 | cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: 'cDigitLshiftfromlentolen' defined but not used [-Wunused-function]
  541 | cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: 'cDigitDivlenremlenquolen' defined but not used [-Wunused-function]
  389 | cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: 'cDigitCopyFromtolen' defined but not used [-Wunused-function]
  377 | cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: 'cDigitAddlenwithleninto' defined but not used [-Wunused-function]
  332 | cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: 'byteSizeOfCSI' defined but not used [-Wunused-function]
  266 | byteSizeOfCSI(sqInt csi)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
      |             ^~~~~~~~~~~
[ 36%] Linking C shared library build/vm/libLargeIntegers.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLargeIntegers.so -o build/vm/libLargeIntegers.so CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 36%] Built target LargeIntegers
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 37%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
[100%] Built target pixman-0.40.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/pixman-0.40.0-src/libpixman-1.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/pixman-0.40.0-src/libpixman-1.so.0
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/pixman-0.40.0-src/libpixman-1.so.0.40.0
Adding third-party libraries for Linux-armv7l: cairo-1.16.0
-- Downloading/updating cairo-1.16.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-download
Scanning dependencies of target cairo-1.16.0-download
[ 11%] Creating directories for 'cairo-1.16.0-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.16.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur32/Linux-armv7l/third-party/cairo-1.16.0.zip'
-- [download 27% complete]
-- [download 57% complete]
-- [download 87% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.16.0-download'
[ 44%] No update step for 'cairo-1.16.0-download'
[ 55%] No configure step for 'cairo-1.16.0-download'
[ 66%] No build step for 'cairo-1.16.0-download'
[ 77%] No install step for 'cairo-1.16.0-download'
[ 88%] No test step for 'cairo-1.16.0-download'
[100%] Completed 'cairo-1.16.0-download'
[100%] Built target cairo-1.16.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-src/libcairo-script-interpreter.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-src/libcairo-script-interpreter.so.2
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-src/libcairo-script-interpreter.so.2.11600.0
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-src/libcairo.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-src/libcairo.so.2
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-src/libcairo.so.2.11600.0
Adding third-party libraries for Linux-armv7l: libpng-1.6.37
-- Downloading/updating libpng-1.6.37
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libpng-1.6.37-download
Scanning dependencies of target libpng-1.6.37-download
[ 11%] Creating directories for 'libpng-1.6.37-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.37-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur32/Linux-armv7l/third-party/libpng-1.6.37.zip'
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function 'primitiveSocketListenOnPortBacklogInterface':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
 1499 |  sqInt okToListen;
      |        ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function 'socketValueOf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2312:3: warning: pointer/integer type mismatch in conditional expression
 2312 |   : (primitiveFailFor(PrimErrBadArgument),
      |   ^
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 2318 | sqAssert(sqInt aBool)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: 'socketValueOf' defined but not used [-Wunused-function]
 2307 | socketValueOf(sqInt socketOop)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: 'socketRecordSize' defined but not used [-Wunused-function]
 2296 | socketRecordSize(void)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: 'netAddressToInt' defined but not used [-Wunused-function]
  245 | netAddressToInt(unsigned char *ptrToByteArray)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
      |             ^~~~~~~~~~~
[ 38%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:54:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 38%] Linking C shared library build/vm/libSocketPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSocketPlugin.so -o build/vm/libSocketPlugin.so CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 38%] Built target SocketPlugin
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 39%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c: In function 'setInterpreter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
  108 |     sqInt ok;
      |           ^~
[ 39%] Linking C shared library build/vm/libUUIDPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUUIDPlugin.so -o build/vm/libUUIDPlugin.so CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/aarch64-linux-gnu/libuuid.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 39%] Built target UUIDPlugin
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 40%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libpng-1.6.37-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.6.37-download'
[ 44%] No update step for 'libpng-1.6.37-download'
[ 55%] No configure step for 'libpng-1.6.37-download'
[ 66%] No build step for 'libpng-1.6.37-download'
[ 77%] No install step for 'libpng-1.6.37-download'
[ 88%] No test step for 'libpng-1.6.37-download'
[100%] Completed 'libpng-1.6.37-download'
[100%] Built target libpng-1.6.37-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libpng-1.6.37-src/libpng.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libpng-1.6.37-src/libpng16.so
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libpng-1.6.37-src/libpng16.so.16
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libpng-1.6.37-src/libpng16.so.16.37.0
-- Downloading SDL2 binary
Adding third-party libraries for Linux-armv7l: SDL2-2.0.14
-- Downloading/updating SDL2-2.0.14
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/SDL2-2.0.14-download
Scanning dependencies of target SDL2-2.0.14-download
[ 11%] Creating directories for 'SDL2-2.0.14-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.14-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur32/Linux-armv7l/third-party/SDL2-2.0.14.zip'
-- [download 0% complete]
-- [download 10% complete]
-- [download 21% complete]
-- [download 39% complete]
-- [download 56% complete]
-- [download 68% complete]
-- [download 82% complete]
-- [download 93% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/SDL2-2.0.14-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.14-download'
[ 44%] No update step for 'SDL2-2.0.14-download'
[ 55%] No configure step for 'SDL2-2.0.14-download'
[ 66%] No build step for 'SDL2-2.0.14-download'
[ 77%] No install step for 'SDL2-2.0.14-download'
[ 88%] No test step for 'SDL2-2.0.14-download'
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c: In function 'waitForDataonSemaphoreIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: typedef 'aioHandler' locally defined but not used [-Wunused-local-typedefs]
  844 |  typedef void (*aioHandler)(int fd, void *clientData, int flag);
      |                 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control reaches end of non-void function [-Wreturn-type]
  846 | }
      | ^
[ 41%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
In function 'strncpy',
    inlined from 'maybeOpenDir' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:157:5,
    inlined from 'dir_Lookup' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:212:12:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 41%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/src/unix/sqUnixCharConv.c:33:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[100%] Completed 'SDL2-2.0.14-download'
[100%] Built target SDL2-2.0.14-download
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/SDL2-2.0.14-src/libSDL2-2.0.so.0
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/SDL2-2.0.14-src/libSDL2-2.0.so.0.7.0
-- /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/SDL2-2.0.14-src/libSDL2.so
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build
[Pipeline] {
[Pipeline] sh
+ VERBOSE=1 make install package
/usr/bin/cmake -S/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository -B/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/progress.marks
[ 42%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/fileUtils.c
/usr/bin/make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[  0%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/closures.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/fileUtils.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/closures.c:123: warning: "FFI_MMAP_EXEC_WRIT" redefined
 #  define FFI_MMAP_EXEC_WRIT 1
 
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/include/ffi_common.h:17,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/closures.c:36:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include/fficonfig.h:27: note: this is the location of the previous definition
 #define FFI_MMAP_EXEC_WRIT 0
 
[ 43%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'pointerFrom':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: returning 'sqInt' {aka 'long int'} from a function with return type 'void *' makes pointer from integer without a cast [-Wint-conversion]
  504 |   return primitiveFailFor(PrimErrBadArgument);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveDirectoryEntry':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:703:11: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  703 |     sqInt v;
      |           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveDirectoryLookup':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:799:11: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  799 |     sqInt v;
      |           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
  797 |     char *stringPtr;
      |           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
  795 |     sqInt results;
      |           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
  790 |     sqInt nameString;
      |           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
  788 |     sqInt modDateOop;
      |           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
  786 |     sqInt i;
      |           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
  785 |     sqInt fileSizeOop;
      |           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
  780 |     sqInt createDateOop;
      |           ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveFileRead':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
 1141 |     size_t startIndex1;
      |            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
 1138 |     sqInt retryCount;
      |           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
 1137 |     sqInt objectPointer1;
      |           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
 1135 |     SQFile *file1;
      |             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
 1133 |     size_t elementSize1;
      |            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
 1131 |     size_t count1;
      |            ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
 1129 |     sqInt bytesRead1;
      |           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
 1127 |     sqInt array1;
      |           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'setInterpreter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: assignment to 'sqInt (*)(sqInt)' {aka 'long int (*)(long int)'} from incompatible pointer type 'sqInt (*)(int)' {aka 'long int (*)(int)'} [-Wincompatible-pointer-types]
 1629 |   characterObjectOf = interpreterProxy->characterObjectOf;
      |                     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: assignment to 'sqInt (*)(void)' {aka 'long int (*)(void)'} from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
 1643 |   fullGC = interpreterProxy->fullGC;
      |          ^
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: 'primitiveFileReadWithPinning' defined but not used [-Wunused-function]
 1285 | primitiveFileReadWithPinning(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: 'primitiveFileReadWithoutPinning' defined but not used [-Wunused-function]
 1230 | primitiveFileReadWithoutPinning(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' defined but not used [-Wunused-function]
  384 | makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: 'connectToFilewrite' defined but not used [-Wunused-function]
  257 | connectToFilewrite(void *cfile, sqInt writeFlag)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: 'connectToFdwrite' defined but not used [-Wunused-function]
  230 | connectToFdwrite(int fd, sqInt writeFlag)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: a04481ca-fc8d-0d00-a506-9ecd0f452b1c " __DATE__ ;
      |             ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveFileGetPosition':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1071:3: warning: 'position' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1071 |   methodReturnValue(positive64BitIntegerFor(position));
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveFileSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/FilePlugin/FilePlugin.c:1411:3: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized]
 1411 |   methodReturnValue(positive64BitIntegerFor(size));
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 43%] Linking C shared library build/vm/libFilePlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFilePlugin.so -o build/vm/libFilePlugin.so CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 43%] Built target FilePlugin
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:53:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function 'primitiveFileAttributes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:630:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
  630 |     sqInt val;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function 'primitiveLogicalDrives':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
  709 |     unsigned int mask;
      |                  ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function 'processDirectory':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1048:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
 1048 |     sqInt val;
      |           ^~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: 'sizeOfFaPath' defined but not used [-Wunused-function]
 1171 | sizeOfFaPath(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: 'readLinkintomaxLength' defined but not used [-Wunused-function]
 1093 | readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: 'pointerFrom' defined but not used [-Wunused-function]
  424 | pointerFrom(sqInt directoryPointerBytes)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: 'pathOoptoBuffermaxLen' defined but not used [-Wunused-function]
  403 | pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: 'objectFromStructsize' defined but not used [-Wunused-function]
  384 | objectFromStructsize(void *aMachineAddress, sqInt structSize)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: 'faSuccess' defined but not used [-Wunused-function]
  354 | faSuccess(void)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: 'badSessionId' defined but not used [-Wunused-function]
  313 | badSessionId(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: 'addressObjectFor' defined but not used [-Wunused-function]
  183 | addressObjectFor(void *aMachineAddress)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
      |             ^~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:14:
In function 'strncpy',
    inlined from 'stringFromCString' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1203:2,
    inlined from 'primitiveVersionString' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1029:2:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 5 bytes from a string of the same length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 44%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/java_raw_api.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/java_raw_api.c: In function 'ffi_java_raw_call':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/java_raw_api.c:317:3: warning: 'ffi_java_raw_to_ptrarray' is deprecated [-Wdeprecated-declarations]
   ffi_java_raw_to_ptrarray (cif, raw, avalue);
   ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/java_raw_api.c:76:1: note: declared here
 ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/java_raw_api.c: In function 'ffi_java_translate_args':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/java_raw_api.c:328:3: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
   ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/java_raw_api.c:45:1: note: declared here
 ffi_java_raw_size (ffi_cif *cif)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
   ffi_java_ptrarray_to_raw (cif, avalue, raw);
   ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/java_raw_api.c:157:1: note: declared here
 ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/java_raw_api.c: In function 'ffi_prep_java_raw_closure':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/java_raw_api.c:369:3: warning: 'ffi_prep_java_raw_closure_loc' is deprecated [-Wdeprecated-declarations]
   return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
   ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/java_raw_api.c:337:1: note: declared here
 ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 45%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/prep_cif.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c: In function 'faFileStatAttributes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
  468 | int  mode;
      |      ^~~~
[ 45%] Linking C shared library build/vm/libFileAttributesPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFileAttributesPlugin.so -o build/vm/libFileAttributesPlugin.so CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libFilePlugin.so build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 45%] Built target FileAttributesPlugin
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 46%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/raw_api.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: 'storeJPEGStreamOn' defined but not used [-Wunused-function]
 1787 | storeJPEGStreamOn(sqInt streamOop)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: 'stInit' defined but not used [-Wunused-function]
 1780 | stInit(void)
      | ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: 'scaleAndSignExtendinFieldWidth' defined but not used [-Wunused-function]
 1733 | scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: 'nextSampleY' defined but not used [-Wunused-function]
 1048 | nextSampleY(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: 'nextSampleFromblocks' defined but not used [-Wunused-function]
 1012 | nextSampleFromblocks(int *aComponent, int **aBlockArray)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: 'nextSampleCr' defined but not used [-Wunused-function]
  976 | nextSampleCr(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: 'nextSampleCb' defined but not used [-Wunused-function]
  940 | nextSampleCb(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: 'idctBlockIntqt' defined but not used [-Wunused-function]
  662 | idctBlockIntqt(int *anArray, int *qt)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: 'getBits' defined but not used [-Wunused-function]
  610 | getBits(sqInt requestedBits)
      | ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: 'fillBuffer' defined but not used [-Wunused-function]
  582 | fillBuffer(void)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: 'decodeBlockIntocomponent' defined but not used [-Wunused-function]
  442 | decodeBlockIntocomponent(int *anArray, int *aColorComponent)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: 'colorConvertMCU' defined but not used [-Wunused-function]
  300 | colorConvertMCU(void)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: 'colorConvertGrayscaleMCU' defined but not used [-Wunused-function]
  250 | colorConvertGrayscaleMCU(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: 'ySampleStream' defined but not used [-Wunused-variable]
  181 | static sqInt ySampleStream;
      |              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: 'crSampleStream' defined but not used [-Wunused-variable]
  114 | static sqInt crSampleStream;
      |              ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: 'cbSampleStream' defined but not used [-Wunused-variable]
  111 | static sqInt cbSampleStream;
      |              ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
      |             ^~~~~~~~~~~
[ 46%] Linking C shared library build/vm/libJPEGReaderPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReaderPlugin.so -o build/vm/libJPEGReaderPlugin.so CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 46%] Built target JPEGReaderPlugin
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/types.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/types.c
[  4%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/arm/sysv.S.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/arm/sysv.S.o -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/arm/sysv.S
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/arm/ffi.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/arm/ffi.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src/src/arm/ffi.c
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[  4%] Built target objlib
/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-src /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[  4%] Linking C shared library ../build/vm/libffi.so
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build && /usr/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libffi.so -o ../build/vm/libffi.so CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/arm/sysv.S.o CMakeFiles/objlib.dir/src/arm/ffi.c.o -Wl,-rpath,@executable_path/Plugins 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[  4%] Built target ffi_shared
/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[  5%] Copying libffi binaries to '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/libffi.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[  5%] Built target libffi_copy
/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 47%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 48%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: In function 'primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:410:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  410 |  sqInt v;
      |        ^
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: 'sqAssert' defined but not used [-Wunused-function]
  537 | sqAssert(sqInt aBool)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
      |             ^~~~~~~~~~~
[ 48%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 49%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 51%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 52%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 52%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[  6%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/debug.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/debug.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/debug.c: In function 'getVersionInfo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/debug.c:145:16: warning: unused variable '__cogitBuildInfo' [-Wunused-variable]
   extern char *__cogitBuildInfo;
                ^~~~~~~~~~~~~~~~
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[  6%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/utils.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/utils.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/utils.c: In function 'sqGetFilenameFromString':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/utils.c:401:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                 if (++numLinks > MAXSYMLINKS)
                 ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/utils.c:404:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
              filenameLength= readlink(aCharBuffer, linkbuf, PATH_MAX);
              ^~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/utils.c:496:17: warning: 'max' defined but not used [-Wunused-function]
 static long int max(long int x, long int y) { return (x > y) ? x : y; }
                 ^~~
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[  7%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/errorCode.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/errorCode.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[  8%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/nullDisplay.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/nullDisplay.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/nullDisplay.c:215:1: warning: 'dropShutdown' defined but not used [-Wunused-function]
 dropShutdown (void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/nullDisplay.c:208:1: warning: 'dropInit' defined but not used [-Wunused-function]
 dropInit (void)
 ^~~~~~~~
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[  8%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/externalPrimitives.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/externalPrimitives.c:33:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[  9%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/client.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/client.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/client.c: In function 'loadPharoImage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/client.c:212:12: warning: variable 'imageSize' set but not used [-Wunused-but-set-variable]
     size_t imageSize = 0;
            ^~~~~~~~~
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 10%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/pathUtilities.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pathUtilities.h:8,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/pathUtilities.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
[ 10%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/parameterVector.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c: In function 'init_source':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
   41 |   my_src_ptr src = (my_src_ptr) cinfo->src;
      |              ^~~
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/parameterVector.h:10,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/parameterVector.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/parameters.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/parameters.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/parameters.c: In function 'vm_parameters_ensure_interactive_image_parameter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/parameters.c:347:14: warning: unused variable 'headlessParameter' [-Wunused-variable]
  const char* headlessParameter = "--headless";
              ^~~~~~~~~~~~~~~~~
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 81%] Linking C shared library build/vm/libJPEGReadWriter2Plugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReadWriter2Plugin.so -o build/vm/libJPEGReadWriter2Plugin.so CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/fileDialogCommon.c
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 81%] Built target JPEGReadWriter2Plugin
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/B2DPlugin.dir/depend.internal".
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/fileDialog.h:4,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/fileDialogCommon.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 81%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function 'stepToNextLine':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13520:11: warning: variable 'yValue' set but not used [-Wunused-but-set-variable]
13520 |     sqInt yValue;
      |           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function 'stepToNextWideBezierInat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: statement with no effect [-Wunused-value]
13646 |   ((signed)lastX >> 8);
      |   ~~~~~~~~~~~~~~~^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: statement with no effect [-Wunused-value]
13676 |  ((signed)lastX1 >> 8);
      |  ~~~~~~~~~~~~~~~~^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function 'stepToNextWideLine':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13699:11: warning: variable 'yValue' set but not used [-Wunused-but-set-variable]
13699 |     sqInt yValue;
      |           ^~~~~~
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/stringUtilities.c
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: 'workBufferPut' defined but not used [-Wunused-function]
15118 | workBufferPut(sqInt wbOop)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: 'wideLineWidthOfput' defined but not used [-Wunused-function]
15110 | wideLineWidthOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: 'wideLineFillOfput' defined but not used [-Wunused-function]
15094 | wideLineFillOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: 'wideLineExtentOfput' defined but not used [-Wunused-function]
15078 | wideLineExtentOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: 'wideLineExtentOf' defined but not used [-Wunused-function]
15070 | wideLineExtentOf(sqInt line)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: 'wideLineExitOfput' defined but not used [-Wunused-function]
15062 | wideLineExitOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: 'wideLineExitOf' defined but not used [-Wunused-function]
15054 | wideLineExitOf(sqInt line)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: 'wideLineEntryOfput' defined but not used [-Wunused-function]
15046 | wideLineEntryOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: 'wideLineEntryOf' defined but not used [-Wunused-function]
15038 | wideLineEntryOf(sqInt line)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: 'wideBezierWidthOfput' defined but not used [-Wunused-function]
15030 | wideBezierWidthOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: 'wideBezierUpdateDataOf' defined but not used [-Wunused-function]
15015 | wideBezierUpdateDataOf(sqInt bezier)
      | ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: 'wideBezierFillOfput' defined but not used [-Wunused-function]
15007 | wideBezierFillOfput(sqInt bezier, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: 'wideBezierExtentOfput' defined but not used [-Wunused-function]
14991 | wideBezierExtentOfput(sqInt bezier, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: 'wideBezierExtentOf' defined but not used [-Wunused-function]
14983 | wideBezierExtentOf(sqInt bezier)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: 'wideBezierExitOfput' defined but not used [-Wunused-function]
14975 | wideBezierExitOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: 'wideBezierExitOf' defined but not used [-Wunused-function]
14967 | wideBezierExitOf(sqInt line)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: 'wideBezierEntryOfput' defined but not used [-Wunused-function]
14959 | wideBezierEntryOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: 'wideBezierEntryOf' defined but not used [-Wunused-function]
14951 | wideBezierEntryOf(sqInt line)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: 'wbTopPut' defined but not used [-Wunused-function]
14944 | wbTopPut(sqInt value)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: 'wbTopGet' defined but not used [-Wunused-function]
14937 | wbTopGet(void)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: 'wbStackValueput' defined but not used [-Wunused-function]
14930 | wbStackValueput(sqInt index, sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: 'wbStackValue' defined but not used [-Wunused-function]
14923 | wbStackValue(sqInt index)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: 'wbStackSize' defined but not used [-Wunused-function]
14916 | wbStackSize(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: 'wbStackPop' defined but not used [-Wunused-function]
14895 | wbStackPop(sqInt nItems)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: 'wbStackClear' defined but not used [-Wunused-function]
14886 | wbStackClear(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: 'wbSizePut' defined but not used [-Wunused-function]
14879 | wbSizePut(sqInt value)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: 'wbSizeGet' defined but not used [-Wunused-function]
14872 | wbSizeGet(void)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: 'transformPointinto' defined but not used [-Wunused-function]
14658 | transformPointinto(sqInt srcPoint, sqInt dstPoint)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: 'transformPoint' defined but not used [-Wunused-function]
14619 | transformPoint(int *point)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: 'transformPointXyinto' defined but not used [-Wunused-function]
14597 | transformPointXyinto(double xValue, double yValue, int *dstPoint)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: 'transformPoints' defined but not used [-Wunused-function]
14468 | transformPoints(sqInt n)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: 'topFillValuePut' defined but not used [-Wunused-function]
14389 | topFillValuePut(sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: 'topFillValue' defined but not used [-Wunused-function]
14378 | topFillValue(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: 'topFillRightXPut' defined but not used [-Wunused-function]
14367 | topFillRightXPut(sqInt value)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: 'topFillRightX' defined but not used [-Wunused-function]
14356 | topFillRightX(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: 'topFillDepthPut' defined but not used [-Wunused-function]
14345 | topFillDepthPut(sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: 'topFillDepth' defined but not used [-Wunused-function]
14334 | topFillDepth(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: 'storeStopStateIntoEdgefill' defined but not used [-Wunused-function]
13930 | storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: 'storeEngineStateInto' defined but not used [-Wunused-function]
13854 | storeEngineStateInto(sqInt oop)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: 'stopReasonPut' defined but not used [-Wunused-function]
13830 | stopReasonPut(sqInt value)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: 'stopReasonGet' defined but not used [-Wunused-function]
13823 | stopReasonGet(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: 'stopBecauseOf' defined but not used [-Wunused-function]
13814 | stopBecauseOf(sqInt stopReason)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: 'stepToNextWideLine' defined but not used [-Wunused-function]
13686 | stepToNextWideLine(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: 'stepToNextLine' defined but not used [-Wunused-function]
13515 | stepToNextLine(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: 'stepToNextBezierForwardat' defined but not used [-Wunused-function]
13434 | stepToNextBezierForwardat(int *updateData, sqInt yValue)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: 'stepToNextBezier' defined but not used [-Wunused-function]
13388 | stepToNextBezier(void)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: 'stepToFirstWideLine' defined but not used [-Wunused-function]
13244 | stepToFirstWideLine(void)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: 'stepToFirstWideBezier' defined but not used [-Wunused-function]
13140 | stepToFirstWideBezier(void)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: 'stepToFirstLine' defined but not used [-Wunused-function]
13033 | stepToFirstLine(void)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: 'stepToFirstBezier' defined but not used [-Wunused-function]
12894 | stepToFirstBezier(void)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: 'statePut' defined but not used [-Wunused-function]
12882 | statePut(sqInt value)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: 'stateGet' defined but not used [-Wunused-function]
12875 | stateGet(void)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: 'stackFillValueput' defined but not used [-Wunused-function]
12868 | stackFillValueput(sqInt index, sqInt value)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: 'stackFillValue' defined but not used [-Wunused-function]
12861 | stackFillValue(sqInt index)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: 'stackFillSize' defined but not used [-Wunused-function]
12854 | stackFillSize(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: 'stackFillRightXput' defined but not used [-Wunused-function]
12847 | stackFillRightXput(sqInt index, sqInt value)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: 'stackFillRightX' defined but not used [-Wunused-function]
12840 | stackFillRightX(sqInt index)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: 'stackFillEntryLength' defined but not used [-Wunused-function]
12833 | stackFillEntryLength(void)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: 'stackFillDepthput' defined but not used [-Wunused-function]
12826 | stackFillDepthput(sqInt index, sqInt value)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: 'stackFillDepth' defined but not used [-Wunused-function]
12819 | stackFillDepth(sqInt index)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: 'squaredLengthOfwith' defined but not used [-Wunused-function]
12812 | squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: 'spanStartPut' defined but not used [-Wunused-function]
12805 | spanStartPut(sqInt value)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: 'spanStartGet' defined but not used [-Wunused-function]
12798 | spanStartGet(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: 'spanSizePut' defined but not used [-Wunused-function]
12791 | spanSizePut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: 'spanSizeGet' defined but not used [-Wunused-function]
12784 | spanSizeGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: 'spanEndPut' defined but not used [-Wunused-function]
12777 | spanEndPut(sqInt value)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: 'spanEndGet' defined but not used [-Wunused-function]
12770 | spanEndGet(void)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: 'spanEndAAPut' defined but not used [-Wunused-function]
12763 | spanEndAAPut(sqInt value)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: 'spanEndAAGet' defined but not used [-Wunused-function]
12756 | spanEndAAGet(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: 'sortGlobalEdgeTable' defined but not used [-Wunused-function]
12748 | sortGlobalEdgeTable(void)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: 'shortRunValueAtfrom' defined but not used [-Wunused-function]
12680 | shortRunValueAtfrom(sqInt i, sqInt runArray)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: 'shortRunLengthAtfrom' defined but not used [-Wunused-function]
12668 | shortRunLengthAtfrom(sqInt i, sqInt runArray)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: 'returnWideLineWidth' defined but not used [-Wunused-function]
12522 | returnWideLineWidth(void)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: 'returnWideLineFill' defined but not used [-Wunused-function]
12512 | returnWideLineFill(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: 'returnWideBezierWidth' defined but not used [-Wunused-function]
12502 | returnWideBezierWidth(void)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: 'returnWideBezierFill' defined but not used [-Wunused-function]
12495 | returnWideBezierFill(void)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: 'repeatValuemax' defined but not used [-Wunused-function]
12428 | repeatValuemax(sqInt delta, sqInt maxValue)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: 'quickRemoveInvalidFillsAt' defined but not used [-Wunused-function]
12282 | quickRemoveInvalidFillsAt(sqInt leftX)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: 'point4Get' defined but not used [-Wunused-function]
 9206 | point4Get(void)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: 'point3Get' defined but not used [-Wunused-function]
 9199 | point3Get(void)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: 'point2Get' defined but not used [-Wunused-function]
 9192 | point2Get(void)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: 'point1Get' defined but not used [-Wunused-function]
 9185 | point1Get(void)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: 'offsetFromWidth' defined but not used [-Wunused-function]
 9178 | offsetFromWidth(sqInt lineWidth)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: 'objatput' defined but not used [-Wunused-function]
 9167 | objatput(sqInt object, sqInt index, sqInt value)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: 'objat' defined but not used [-Wunused-function]
 9160 | objat(sqInt object, sqInt index)
      | ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: 'objUsedPut' defined but not used [-Wunused-function]
 9153 | objUsedPut(sqInt value)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: 'objUsedGet' defined but not used [-Wunused-function]
 9146 | objUsedGet(void)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: 'objStartPut' defined but not used [-Wunused-function]
 9139 | objStartPut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: 'objStartGet' defined but not used [-Wunused-function]
 9132 | objStartGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: 'objectTypeOfput' defined but not used [-Wunused-function]
 9125 | objectTypeOfput(sqInt obj, sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: 'objectTypeOf' defined but not used [-Wunused-function]
 9118 | objectTypeOf(sqInt obj)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: 'objectLengthOfput' defined but not used [-Wunused-function]
 9111 | objectLengthOfput(sqInt obj, sqInt value)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: 'objectLengthOf' defined but not used [-Wunused-function]
 9104 | objectLengthOf(sqInt obj)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: 'objectIndexOfput' defined but not used [-Wunused-function]
 9097 | objectIndexOfput(sqInt obj, sqInt value)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: 'objectIndexOf' defined but not used [-Wunused-function]
 9090 | objectIndexOf(sqInt obj)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: 'objectHeaderOf' defined but not used [-Wunused-function]
 9079 | objectHeaderOf(sqInt obj)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: 'needsFlushPut' defined but not used [-Wunused-function]
 9072 | needsFlushPut(sqInt value)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: 'needsFlushGet' defined but not used [-Wunused-function]
 9065 | needsFlushGet(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: 'needsFlush' defined but not used [-Wunused-function]
 9058 | needsFlush(void)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: 'makeUnsignedFrom' defined but not used [-Wunused-function]
 8998 | makeUnsignedFrom(sqInt someIntegerValue)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: 'makeRectFromPoints' defined but not used [-Wunused-function]
 8987 | makeRectFromPoints(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: 'magicNumberPut' defined but not used [-Wunused-function]
 8980 | magicNumberPut(sqInt value)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: 'magicNumberGet' defined but not used [-Wunused-function]
 8973 | magicNumberGet(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: 'loadRectanglelineFillleftFillrightFill' defined but not used [-Wunused-function]
 8316 | loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: 'loadPolygonnPointsfilllineWidthlineFillpointsShort' defined but not used [-Wunused-function]
 8147 | loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: 'loadPointShortAtfrom' defined but not used [-Wunused-function]
 8103 | loadPointShortAtfrom(sqInt index, sqInt shortArray)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: 'loadPointIntAtfrom' defined but not used [-Wunused-function]
 8093 | loadPointIntAtfrom(sqInt index, sqInt intArray)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: 'loadLinefromtooffsetleftFillrightFill' defined but not used [-Wunused-function]
 7868 | loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' defined but not used [-Wunused-function]
 6861 | loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: 'loadColorTransformFrom' defined but not used [-Wunused-function]
 6834 | loadColorTransformFrom(sqInt transformOop)
      | ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: 'loadBitmapFillcolormaptilefromalongnormalxIndex' defined but not used [-Wunused-function]
 6691 | loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: 'loadArrayPolygonnPointsfilllineWidthlineFill' defined but not used [-Wunused-function]
 6237 | loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: 'lineYDirectionOfput' defined but not used [-Wunused-function]
 6168 | lineYDirectionOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: 'lineYDirectionOf' defined but not used [-Wunused-function]
 6161 | lineYDirectionOf(sqInt line)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: 'lineXIncrementOfput' defined but not used [-Wunused-function]
 6154 | lineXIncrementOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: 'lineXIncrementOf' defined but not used [-Wunused-function]
 6147 | lineXIncrementOf(sqInt line)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: 'lineXDirectionOfput' defined but not used [-Wunused-function]
 6140 | lineXDirectionOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: 'lineXDirectionOf' defined but not used [-Wunused-function]
 6133 | lineXDirectionOf(sqInt line)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: 'lineErrorOfput' defined but not used [-Wunused-function]
 6126 | lineErrorOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: 'lineErrorOf' defined but not used [-Wunused-function]
 6119 | lineErrorOf(sqInt line)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: 'lineErrorAdjUpOfput' defined but not used [-Wunused-function]
 6112 | lineErrorAdjUpOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: 'lineErrorAdjUpOf' defined but not used [-Wunused-function]
 6105 | lineErrorAdjUpOf(sqInt line)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: 'lineErrorAdjDownOfput' defined but not used [-Wunused-function]
 6098 | lineErrorAdjDownOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: 'lineErrorAdjDownOf' defined but not used [-Wunused-function]
 6091 | lineErrorAdjDownOf(sqInt line)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: 'lineEndYOfput' defined but not used [-Wunused-function]
 6084 | lineEndYOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: 'lineEndYOf' defined but not used [-Wunused-function]
 6077 | lineEndYOf(sqInt line)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: 'lineEndXOfput' defined but not used [-Wunused-function]
 6070 | lineEndXOfput(sqInt line, sqInt value)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: 'lineEndXOf' defined but not used [-Wunused-function]
 6063 | lineEndXOf(sqInt line)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: 'lastExportedRightXPut' defined but not used [-Wunused-function]
 6056 | lastExportedRightXPut(sqInt value)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: 'lastExportedRightXGet' defined but not used [-Wunused-function]
 6049 | lastExportedRightXGet(void)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: 'lastExportedLeftXPut' defined but not used [-Wunused-function]
 6042 | lastExportedLeftXPut(sqInt value)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: 'lastExportedLeftXGet' defined but not used [-Wunused-function]
 6035 | lastExportedLeftXGet(void)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: 'lastExportedFillPut' defined but not used [-Wunused-function]
 6028 | lastExportedFillPut(sqInt value)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: 'lastExportedFillGet' defined but not used [-Wunused-function]
 6021 | lastExportedFillGet(void)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: 'lastExportedEdgePut' defined but not used [-Wunused-function]
 6014 | lastExportedEdgePut(sqInt value)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: 'lastExportedEdgeGet' defined but not used [-Wunused-function]
 6007 | lastExportedEdgeGet(void)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: 'isWide' defined but not used [-Wunused-function]
 6000 | isWide(sqInt object)
      | ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: 'isWideLine' defined but not used [-Wunused-function]
 5992 | isWideLine(sqInt line)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: 'isWideBezier' defined but not used [-Wunused-function]
 5984 | isWideBezier(sqInt bezier)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: 'isStackIndex' defined but not used [-Wunused-function]
 5976 | isStackIndex(sqInt index)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: 'isStackEntry' defined but not used [-Wunused-function]
 5968 | isStackEntry(sqInt entry)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: 'isRealFill' defined but not used [-Wunused-function]
 5961 | isRealFill(sqInt fill)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: 'isObject' defined but not used [-Wunused-function]
 5953 | isObject(sqInt obj)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: 'isLine' defined but not used [-Wunused-function]
 5946 | isLine(sqInt line)
      | ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: 'isFill' defined but not used [-Wunused-function]
 5938 | isFill(sqInt fill)
      | ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: 'isFillColor' defined but not used [-Wunused-function]
 5919 | isFillColor(sqInt fill)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: 'isBezier' defined but not used [-Wunused-function]
 5899 | isBezier(sqInt bezier)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: 'incrementStatby' defined but not used [-Wunused-function]
 5686 | incrementStatby(sqInt statIndex, sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: 'incrementPointby' defined but not used [-Wunused-function]
 5677 | incrementPointby(int *point, sqInt delta)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: 'hasEdgeTransformPut' defined but not used [-Wunused-function]
 5593 | hasEdgeTransformPut(sqInt value)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: 'hasEdgeTransformGet' defined but not used [-Wunused-function]
 5586 | hasEdgeTransformGet(void)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: 'hasEdgeTransform' defined but not used [-Wunused-function]
 5579 | hasEdgeTransform(void)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: 'hasColorTransformPut' defined but not used [-Wunused-function]
 5572 | hasColorTransformPut(sqInt value)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: 'hasColorTransformGet' defined but not used [-Wunused-function]
 5565 | hasColorTransformGet(void)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: 'hasColorTransform' defined but not used [-Wunused-function]
 5558 | hasColorTransform(void)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: 'gradientRampOf' defined but not used [-Wunused-function]
 5551 | gradientRampOf(sqInt fill)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: 'gradientRampLengthOfput' defined but not used [-Wunused-function]
 5544 | gradientRampLengthOfput(sqInt fill, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: 'gradientRampLengthOf' defined but not used [-Wunused-function]
 5537 | gradientRampLengthOf(sqInt fill)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: 'getUsedPut' defined but not used [-Wunused-function]
 5530 | getUsedPut(sqInt value)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: 'getUsedGet' defined but not used [-Wunused-function]
 5523 | getUsedGet(void)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: 'getStartPut' defined but not used [-Wunused-function]
 5516 | getStartPut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: 'getStartGet' defined but not used [-Wunused-function]
 5509 | getStartGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: 'freeStackFillEntry' defined but not used [-Wunused-function]
 5467 | freeStackFillEntry(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: 'firstPointListPut' defined but not used [-Wunused-function]
 5460 | firstPointListPut(sqInt value)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: 'firstPointListGet' defined but not used [-Wunused-function]
 5453 | firstPointListGet(void)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: 'finishedProcessing' defined but not used [-Wunused-function]
 5446 | finishedProcessing(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: 'findNextAETEdgeFrom' defined but not used [-Wunused-function]
 5018 | findNextAETEdgeFrom(sqInt leftEdge)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: 'fillTypeOf' defined but not used [-Wunused-function]
 5011 | fillTypeOf(sqInt fill)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' defined but not used [-Wunused-function]
 4839 | fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: 'fillRadialGradient' defined but not used [-Wunused-function]
 4477 | fillRadialGradient(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' defined but not used [-Wunused-function]
 4431 | fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: 'fillOriginYOfput' defined but not used [-Wunused-function]
 4285 | fillOriginYOfput(sqInt fill, sqInt value)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: 'fillOriginYOf' defined but not used [-Wunused-function]
 4278 | fillOriginYOf(sqInt fill)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: 'fillOriginXOfput' defined but not used [-Wunused-function]
 4271 | fillOriginXOfput(sqInt fill, sqInt value)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: 'fillOriginXOf' defined but not used [-Wunused-function]
 4264 | fillOriginXOf(sqInt fill)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: 'fillOffsetYPut' defined but not used [-Wunused-function]
 4257 | fillOffsetYPut(sqInt value)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: 'fillOffsetYGet' defined but not used [-Wunused-function]
 4250 | fillOffsetYGet(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: 'fillOffsetXPut' defined but not used [-Wunused-function]
 4243 | fillOffsetXPut(sqInt value)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: 'fillOffsetXGet' defined but not used [-Wunused-function]
 4236 | fillOffsetXGet(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: 'fillNormalYOfput' defined but not used [-Wunused-function]
 4229 | fillNormalYOfput(sqInt fill, sqInt value)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: 'fillNormalYOf' defined but not used [-Wunused-function]
 4222 | fillNormalYOf(sqInt fill)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: 'fillNormalXOfput' defined but not used [-Wunused-function]
 4215 | fillNormalXOfput(sqInt fill, sqInt value)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: 'fillNormalXOf' defined but not used [-Wunused-function]
 4208 | fillNormalXOf(sqInt fill)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: 'fillMinYPut' defined but not used [-Wunused-function]
 4201 | fillMinYPut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: 'fillMinYGet' defined but not used [-Wunused-function]
 4194 | fillMinYGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: 'fillMinXPut' defined but not used [-Wunused-function]
 4187 | fillMinXPut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: 'fillMinXGet' defined but not used [-Wunused-function]
 4180 | fillMinXGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: 'fillMaxYPut' defined but not used [-Wunused-function]
 4173 | fillMaxYPut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: 'fillMaxYGet' defined but not used [-Wunused-function]
 4166 | fillMaxYGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: 'fillMaxXPut' defined but not used [-Wunused-function]
 4159 | fillMaxXPut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: 'fillMaxXGet' defined but not used [-Wunused-function]
 4152 | fillMaxXGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: 'fillLinearGradient' defined but not used [-Wunused-function]
 3924 | fillLinearGradient(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: 'fillDirectionYOfput' defined but not used [-Wunused-function]
 3917 | fillDirectionYOfput(sqInt fill, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: 'fillDirectionYOf' defined but not used [-Wunused-function]
 3910 | fillDirectionYOf(sqInt fill)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: 'fillDirectionXOfput' defined but not used [-Wunused-function]
 3903 | fillDirectionXOfput(sqInt fill, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: 'fillDirectionXOf' defined but not used [-Wunused-function]
 3896 | fillDirectionXOf(sqInt fill)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: 'fillColorSpanfromto' defined but not used [-Wunused-function]
 3866 | fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: 'fillBitmapSpan' defined but not used [-Wunused-function]
 3086 | fillBitmapSpan(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: 'fillAllFromto' defined but not used [-Wunused-function]
 2983 | fillAllFromto(sqInt leftX, sqInt rightX)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: 'estimatedLengthOfwith' defined but not used [-Wunused-function]
 2953 | estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: 'edgeZValueOfput' defined but not used [-Wunused-function]
 2929 | edgeZValueOfput(sqInt edge, sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: 'edgeZValueOf' defined but not used [-Wunused-function]
 2922 | edgeZValueOf(sqInt edge)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: 'edgeYValueOfput' defined but not used [-Wunused-function]
 2915 | edgeYValueOfput(sqInt edge, sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: 'edgeYValueOf' defined but not used [-Wunused-function]
 2908 | edgeYValueOf(sqInt edge)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: 'edgeXValueOfput' defined but not used [-Wunused-function]
 2901 | edgeXValueOfput(sqInt edge, sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: 'edgeXValueOf' defined but not used [-Wunused-function]
 2894 | edgeXValueOf(sqInt edge)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: 'edgeTypeOf' defined but not used [-Wunused-function]
 2887 | edgeTypeOf(sqInt edge)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: 'edgeTransform' defined but not used [-Wunused-function]
 2877 | edgeTransform(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: 'edgeRightFillOfput' defined but not used [-Wunused-function]
 2870 | edgeRightFillOfput(sqInt edge, sqInt value)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: 'edgeRightFillOf' defined but not used [-Wunused-function]
 2863 | edgeRightFillOf(sqInt edge)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: 'edgeNumLinesOfput' defined but not used [-Wunused-function]
 2856 | edgeNumLinesOfput(sqInt edge, sqInt value)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: 'edgeNumLinesOf' defined but not used [-Wunused-function]
 2849 | edgeNumLinesOf(sqInt edge)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: 'edgeLeftFillOfput' defined but not used [-Wunused-function]
 2842 | edgeLeftFillOfput(sqInt edge, sqInt value)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: 'edgeLeftFillOf' defined but not used [-Wunused-function]
 2835 | edgeLeftFillOf(sqInt edge)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: 'edgeFillsValidate' defined but not used [-Wunused-function]
 2824 | edgeFillsValidate(sqInt edge)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: 'edgeFillsInvalidate' defined but not used [-Wunused-function]
 2813 | edgeFillsInvalidate(sqInt edge)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: 'drawWideEdgefrom' defined but not used [-Wunused-function]
 2766 | drawWideEdgefrom(sqInt edge, sqInt leftX)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: 'destOffsetYPut' defined but not used [-Wunused-function]
 2721 | destOffsetYPut(sqInt value)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: 'destOffsetYGet' defined but not used [-Wunused-function]
 2714 | destOffsetYGet(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: 'destOffsetXPut' defined but not used [-Wunused-function]
 2707 | destOffsetXPut(sqInt value)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: 'destOffsetXGet' defined but not used [-Wunused-function]
 2700 | destOffsetXGet(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: 'currentZPut' defined but not used [-Wunused-function]
 2693 | currentZPut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: 'currentZGet' defined but not used [-Wunused-function]
 2686 | currentZGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: 'currentYPut' defined but not used [-Wunused-function]
 2679 | currentYPut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: 'currentYGet' defined but not used [-Wunused-function]
 2672 | currentYGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: 'computeSqrt' defined but not used [-Wunused-function]
 2577 | computeSqrt(sqInt length2)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: 'colorTransform' defined but not used [-Wunused-function]
 2295 | colorTransform(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: 'colormapOf' defined but not used [-Wunused-function]
 2288 | colormapOf(sqInt bmFill)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: 'clipMinYPut' defined but not used [-Wunused-function]
 2281 | clipMinYPut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: 'clipMinYGet' defined but not used [-Wunused-function]
 2274 | clipMinYGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: 'clipMinXPut' defined but not used [-Wunused-function]
 2267 | clipMinXPut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: 'clipMinXGet' defined but not used [-Wunused-function]
 2260 | clipMinXGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: 'clipMaxYPut' defined but not used [-Wunused-function]
 2253 | clipMaxYPut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: 'clipMaxYGet' defined but not used [-Wunused-function]
 2246 | clipMaxYGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: 'clipMaxXPut' defined but not used [-Wunused-function]
 2239 | clipMaxXPut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: 'clipMaxXGet' defined but not used [-Wunused-function]
 2232 | clipMaxXGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: 'clearSpanBufferPut' defined but not used [-Wunused-function]
 2225 | clearSpanBufferPut(sqInt value)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: 'clearSpanBufferGet' defined but not used [-Wunused-function]
 2218 | clearSpanBufferGet(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: 'clampValuemax' defined but not used [-Wunused-function]
 2170 | clampValuemax(sqInt value, sqInt maxValue)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: 'checkedAddLineToGET' defined but not used [-Wunused-function]
 2110 | checkedAddLineToGET(sqInt line)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: 'checkedAddEdgeToGET' defined but not used [-Wunused-function]
 2058 | checkedAddEdgeToGET(sqInt edge)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: 'checkedAddBezierToGET' defined but not used [-Wunused-function]
 2030 | checkedAddBezierToGET(sqInt bezier)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: 'bzViaYput' defined but not used [-Wunused-function]
 1875 | bzViaYput(sqInt index, sqInt value)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: 'bzViaY' defined but not used [-Wunused-function]
 1864 | bzViaY(sqInt index)
      | ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: 'bzViaXput' defined but not used [-Wunused-function]
 1853 | bzViaXput(sqInt index, sqInt value)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: 'bzViaX' defined but not used [-Wunused-function]
 1842 | bzViaX(sqInt index)
      | ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: 'bzStartYput' defined but not used [-Wunused-function]
 1831 | bzStartYput(sqInt index, sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: 'bzStartY' defined but not used [-Wunused-function]
 1820 | bzStartY(sqInt index)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: 'bzStartXput' defined but not used [-Wunused-function]
 1809 | bzStartXput(sqInt index, sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: 'bzStartX' defined but not used [-Wunused-function]
 1798 | bzStartX(sqInt index)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: 'bzEndYput' defined but not used [-Wunused-function]
 1787 | bzEndYput(sqInt index, sqInt value)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: 'bzEndY' defined but not used [-Wunused-function]
 1776 | bzEndY(sqInt index)
      | ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: 'bzEndXput' defined but not used [-Wunused-function]
 1765 | bzEndXput(sqInt index, sqInt value)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: 'bzEndX' defined but not used [-Wunused-function]
 1754 | bzEndX(sqInt index)
      | ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: 'bitmapWidthOfput' defined but not used [-Wunused-function]
 1747 | bitmapWidthOfput(sqInt bmFill, sqInt value)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: 'bitmapWidthOf' defined but not used [-Wunused-function]
 1740 | bitmapWidthOf(sqInt bmFill)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: 'bitmapValuebitsatXy' defined but not used [-Wunused-function]
 1677 | bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: 'bitmapTileFlagOfput' defined but not used [-Wunused-function]
 1670 | bitmapTileFlagOfput(sqInt bmFill, sqInt value)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: 'bitmapTileFlagOf' defined but not used [-Wunused-function]
 1663 | bitmapTileFlagOf(sqInt bmFill)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: 'bitmapSizeOfput' defined but not used [-Wunused-function]
 1656 | bitmapSizeOfput(sqInt bmFill, sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: 'bitmapSizeOf' defined but not used [-Wunused-function]
 1649 | bitmapSizeOf(sqInt bmFill)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: 'bitmapRasterOfput' defined but not used [-Wunused-function]
 1642 | bitmapRasterOfput(sqInt bmFill, sqInt value)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: 'bitmapRasterOf' defined but not used [-Wunused-function]
 1635 | bitmapRasterOf(sqInt bmFill)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: 'bitmapHeightOfput' defined but not used [-Wunused-function]
 1628 | bitmapHeightOfput(sqInt bmFill, sqInt value)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: 'bitmapHeightOf' defined but not used [-Wunused-function]
 1621 | bitmapHeightOf(sqInt bmFill)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: 'bitmapDepthOfput' defined but not used [-Wunused-function]
 1614 | bitmapDepthOfput(sqInt bmFill, sqInt value)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: 'bitmapDepthOf' defined but not used [-Wunused-function]
 1607 | bitmapDepthOf(sqInt bmFill)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: 'bitmapCmSizeOfput' defined but not used [-Wunused-function]
 1600 | bitmapCmSizeOfput(sqInt bmFill, sqInt value)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: 'bitmapCmSizeOf' defined but not used [-Wunused-function]
 1593 | bitmapCmSizeOf(sqInt bmFill)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: 'bezierViaYOfput' defined but not used [-Wunused-function]
 1586 | bezierViaYOfput(sqInt bezier, sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: 'bezierViaYOf' defined but not used [-Wunused-function]
 1579 | bezierViaYOf(sqInt bezier)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: 'bezierViaXOfput' defined but not used [-Wunused-function]
 1572 | bezierViaXOfput(sqInt bezier, sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: 'bezierViaXOf' defined but not used [-Wunused-function]
 1565 | bezierViaXOf(sqInt bezier)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: 'bezierUpdateDataOf' defined but not used [-Wunused-function]
 1558 | bezierUpdateDataOf(sqInt bezier)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: 'bezierFinalXOfput' defined but not used [-Wunused-function]
 1551 | bezierFinalXOfput(sqInt bezier, sqInt value)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: 'bezierFinalXOf' defined but not used [-Wunused-function]
 1544 | bezierFinalXOf(sqInt bezier)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: 'bezierEndYOfput' defined but not used [-Wunused-function]
 1537 | bezierEndYOfput(sqInt bezier, sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: 'bezierEndYOf' defined but not used [-Wunused-function]
 1530 | bezierEndYOf(sqInt bezier)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: 'bezierEndXOfput' defined but not used [-Wunused-function]
 1523 | bezierEndXOfput(sqInt bezier, sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: 'bezierEndXOf' defined but not used [-Wunused-function]
 1516 | bezierEndXOf(sqInt bezier)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: 'assureValuebetweenand' defined but not used [-Wunused-function]
 1493 | assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: 'areEdgeFillsValid' defined but not used [-Wunused-function]
 1483 | areEdgeFillsValid(sqInt edge)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: 'allocateWideLine' defined but not used [-Wunused-function]
 1463 | allocateWideLine(void)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: 'allocateWideBezier' defined but not used [-Wunused-function]
 1443 | allocateWideBezier(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: 'allocateStackFillEntry' defined but not used [-Wunused-function]
 1430 | allocateStackFillEntry(void)
      | ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: 'allocateStackEntry' defined but not used [-Wunused-function]
 1416 | allocateStackEntry(sqInt nSlots)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: 'allocateLine' defined but not used [-Wunused-function]
 1364 | allocateLine(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: 'allocateGradientFillrampWidthisRadial' defined but not used [-Wunused-function]
 1321 | allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: 'allocateBitmapFillcolormap' defined but not used [-Wunused-function]
 1254 | allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: 'allocateBezierStackEntry' defined but not used [-Wunused-function]
 1240 | allocateBezierStackEntry(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: 'allocateBezier' defined but not used [-Wunused-function]
 1220 | allocateBezier(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: 'allocateAETEntry' defined but not used [-Wunused-function]
 1206 | allocateAETEntry(sqInt nSlots)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: 'aetUsedPut' defined but not used [-Wunused-function]
 1196 | aetUsedPut(sqInt value)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: 'aetUsedGet' defined but not used [-Wunused-function]
 1189 | aetUsedGet(void)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: 'aetStartPut' defined but not used [-Wunused-function]
 1182 | aetStartPut(sqInt value)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: 'aetStartGet' defined but not used [-Wunused-function]
 1175 | aetStartGet(void)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: 'adjustAALevel' defined but not used [-Wunused-function]
 1036 | adjustAALevel(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: 'absoluteSquared8Dot24' defined but not used [-Wunused-function]
  967 | absoluteSquared8Dot24(sqInt value)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: 'aaShiftPut' defined but not used [-Wunused-function]
  956 | aaShiftPut(sqInt value)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: 'aaShiftGet' defined but not used [-Wunused-function]
  949 | aaShiftGet(void)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: 'aaScanMaskPut' defined but not used [-Wunused-function]
  942 | aaScanMaskPut(sqInt value)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: 'aaScanMaskGet' defined but not used [-Wunused-function]
  935 | aaScanMaskGet(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: 'aaLevelPut' defined but not used [-Wunused-function]
  928 | aaLevelPut(sqInt value)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: 'aaLevelGet' defined but not used [-Wunused-function]
  921 | aaLevelGet(void)
      | ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: 'aaLastPixelFromto' defined but not used [-Wunused-function]
  914 | aaLastPixelFromto(sqInt leftX, sqInt rightX)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: 'aaHalfPixelPut' defined but not used [-Wunused-function]
  904 | aaHalfPixelPut(sqInt value)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: 'aaHalfPixelGet' defined but not used [-Wunused-function]
  897 | aaHalfPixelGet(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: 'aaFirstPixelFromto' defined but not used [-Wunused-function]
  882 | aaFirstPixelFromto(sqInt leftX, sqInt rightX)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: 'aaColorShiftPut' defined but not used [-Wunused-function]
  872 | aaColorShiftPut(sqInt value)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: 'aaColorShiftGet' defined but not used [-Wunused-function]
  865 | aaColorShiftGet(void)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: 'aaColorMaskPut' defined but not used [-Wunused-function]
  858 | aaColorMaskPut(sqInt value)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: 'aaColorMaskGet' defined but not used [-Wunused-function]
  851 | aaColorMaskGet(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
      |             ^~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/stringUtilities.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/stringUtilities.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 82%] Linking C shared library build/vm/libB2DPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libB2DPlugin.so -o build/vm/libB2DPlugin.so CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 82%] Built target B2DPlugin
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/imageAccess.c
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 83%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/imageAccess.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 84%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/semaphores/platformSemaphore.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c: In function 'primitiveRegisterSurface':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: assignment to 'void *' from 'sqInt' {aka 'long int'} makes pointer from integer without a cast [-Wint-conversion]
  492 |  surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
      |                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: passing argument 1 of 'ioRegisterSurface' makes integer from pointer without a cast [-Wint-conversion]
  493 |  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
      |                             ^~~~~~~~~~~~~~~~
      |                             |
      |                             void *
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: expected 'sqIntptr_t' {aka 'long int'} but argument is of type 'void *'
  241 | ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
      |                   ~~~~~~~~~~~^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: passing argument 2 of 'ioRegisterSurface' makes pointer from integer without a cast [-Wint-conversion]
  493 |  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
      |                                               ^~~~~~~~~~~~~~~~~~~~
      |                                               |
      |                                               sqInt {aka long int}
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: expected 'sqSurfaceDispatch *' {aka 'struct sqSurfaceDispatch *'} but argument is of type 'sqInt' {aka 'long int'}
  241 | ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
      |                                             ~~~~~~~~~~~~~~~~~~~^~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: a04481ca-fc8d-0d00-a506-9ecd0f452b1c " __DATE__ ;
      |             ^~~~~~~~~~~
[ 84%] Linking C shared library build/vm/libSurfacePlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSurfacePlugin.so -o build/vm/libSurfacePlugin.so CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 84%] Built target SurfacePlugin
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SqueakSSL.dir/depend.internal".
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/semaphores/platformSemaphore.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 85%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/heartbeat.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
      |             ^~~~~~~~~~~
[ 86%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:3:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function 'sqVerifySAN':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:176:2: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
  176 |  const char* sANData = ASN1_STRING_get0_data(sAN->d.ia5);
      |  ^~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from /usr/include/openssl/ssl.h:15,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:6:
/usr/include/openssl/asn1.h:554:1: note: declared here
  554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:42:32: warning: pointer targets in initialization of 'const char *' from 'unsigned char *' differ in signedness [-Wpointer-sign]
   42 | # define ASN1_STRING_get0_data ASN1_STRING_data
      |                                ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:176:24: note: in expansion of macro 'ASN1_STRING_get0_data'
  176 |  const char* sANData = ASN1_STRING_get0_data(sAN->d.ia5);
      |                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function 'sqConnectSSL':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:29: warning: the address of 'X509_check_ip_asc' will always evaluate as 'true' [-Waddress]
  464 |                         if (X509_check_ip_asc && X509_check_host) {
      |                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:47: warning: the address of 'X509_check_host' will always evaluate as 'true' [-Waddress]
  464 |                         if (X509_check_ip_asc && X509_check_host) {
      |                                               ^~
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/functionDefinitionPrimitives.c
[ 86%] Linking C shared library build/vm/libSqueakSSL.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSqueakSSL.so -o build/vm/libSqueakSSL.so CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/aarch64-linux-gnu/libssl.so /usr/lib/aarch64-linux-gnu/libcrypto.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 86%] Built target SqueakSSL
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
Scanning dependencies of target UnixOSProcessPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 87%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/primitiveCalls.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveFileStat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2055:11: warning: variable 'uid' set but not used [-Wunused-but-set-variable]
 2055 |     sqInt uid;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2049:11: warning: variable 'gid' set but not used [-Wunused-but-set-variable]
 2049 |     sqInt gid;
      |           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveFixPointersInArrayOfStrings':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2095:11: warning: variable 'count' set but not used [-Wunused-but-set-variable]
 2095 |     sqInt count;
      |           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'setSigChldHandler':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: assignment to 'void (*)(int,  siginfo_t *, void *)' {aka 'void (*)(int,  struct <anonymous> *, void *)'} from incompatible pointer type 'void (*)(int)' [-Wincompatible-pointer-types]
 4462 |  sigchldHandlerAction.sa_sigaction = reapChildProcess;
      |                                    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer
 4468 |  if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
      |                                                     ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'setSignalNumberhandler':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer
 4511 |  if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
      |                                                                          ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'sigHoldNumber':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4645:9: warning: returning 'int' from a function with return type 'void *' makes pointer from integer without a cast [-Wint-conversion]
 4645 |  return -1;
      |         ^
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: 'unixFileNumber' defined but not used [-Wunused-function]
 4915 | unixFileNumber(FILEHANDLETYPE fileHandle)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: 'socketValueOf' defined but not used [-Wunused-function]
 4843 | socketValueOf(sqInt anSQSocketRecord)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: 'socketRecordSize' defined but not used [-Wunused-function]
 4829 | socketRecordSize(void)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: 'socketDescriptorFrom' defined but not used [-Wunused-function]
 4810 | socketDescriptorFrom(sqInt sqSocketOop)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: 'sizeOfPointer' defined but not used [-Wunused-function]
 4779 | sizeOfPointer(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: 'sizeOfInt' defined but not used [-Wunused-function]
 4769 | sizeOfInt(void)
      | ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: 'sigUsr2Number' defined but not used [-Wunused-function]
 4759 | sigUsr2Number(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: 'sigUsr1Number' defined but not used [-Wunused-function]
 4748 | sigUsr1Number(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: 'sigTermNumber' defined but not used [-Wunused-function]
 4737 | sigTermNumber(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: 'sigStopNumber' defined but not used [-Wunused-function]
 4725 | sigStopNumber(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: 'sigQuitNumber' defined but not used [-Wunused-function]
 4715 | sigQuitNumber(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: 'sigPipeNumber' defined but not used [-Wunused-function]
 4705 | sigPipeNumber(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: 'sigKillNumber' defined but not used [-Wunused-function]
 4684 | sigKillNumber(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: 'sigIntNumber' defined but not used [-Wunused-function]
 4674 | sigIntNumber(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: 'sigHupNumber' defined but not used [-Wunused-function]
 4654 | sigHupNumber(void)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: 'sigHoldNumber' defined but not used [-Wunused-function]
 4640 | sigHoldNumber(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: 'sigContNumber' defined but not used [-Wunused-function]
 4610 | sigContNumber(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: 'sigChldNumber' defined but not used [-Wunused-function]
 4600 | sigChldNumber(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: 'sigAlrmNumber' defined but not used [-Wunused-function]
 4590 | sigAlrmNumber(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: 'sigAbrtNumber' defined but not used [-Wunused-function]
 4580 | sigAbrtNumber(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: 'setSigPipeIgnore' defined but not used [-Wunused-function]
 4549 | setSigPipeIgnore(void)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: 'setSigPipeHandler' defined but not used [-Wunused-function]
 4535 | setSigPipeHandler(void)
      | ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: 'setSigPipeDefaultHandler' defined but not used [-Wunused-function]
 4519 | setSigPipeDefaultHandler(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: 'setSigIntIgnore' defined but not used [-Wunused-function]
 4488 | setSigIntIgnore(void)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: 'setSigIntDefaultHandler' defined but not used [-Wunused-function]
 4478 | setSigIntDefaultHandler(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: 'sendSignaltoPid' defined but not used [-Wunused-function]
 4365 | sendSignaltoPid(sqInt sig, sqInt pid)
      | ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: 'restoreDefaultSignalHandlers' defined but not used [-Wunused-function]
 4322 | restoreDefaultSignalHandlers(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: 'pointerFrom' defined but not used [-Wunused-function]
 1560 | pointerFrom(sqInt aByteArray)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: 'newSQSocketByteArray' defined but not used [-Wunused-function]
 1536 | newSQSocketByteArray(void)
      | ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: 'newSQFileByteArray' defined but not used [-Wunused-function]
 1526 | newSQFileByteArray(void)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: 'maskForThisThreadAndResend' defined but not used [-Wunused-function]
 1401 | maskForThisThreadAndResend(int sigNum)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: 'isValidFileSession' defined but not used [-Wunused-function]
 1345 | isValidFileSession(sqInt objectPointer)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: 'isSQSocketObject' defined but not used [-Wunused-function]
 1331 | isSQSocketObject(sqInt objectPointer)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: 'isSQFileObject' defined but not used [-Wunused-function]
 1313 | isSQFileObject(sqInt objectPointer)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: 'getThisSessionIdentifier' defined but not used [-Wunused-function]
 1202 | getThisSessionIdentifier(void)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: 'fileValueOf' defined but not used [-Wunused-function]
  732 | fileValueOf(sqInt anSQFileRecord)
      | ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: 'fileRecordSize' defined but not used [-Wunused-function]
  718 | fileRecordSize(void)
      | ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: 'fileDescriptorFrom' defined but not used [-Wunused-function]
  688 | fileDescriptorFrom(sqInt aSQFileByteArray)
      | ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: 'environmentAtSymbolAsType' defined but not used [-Wunused-function]
  663 | environmentAtSymbolAsType(sqInt classIdentifier)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: 'descriptorTableSize' defined but not used [-Wunused-function]
  499 | descriptorTableSize(void)
      | ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: 'copyBytesFromtolength' defined but not used [-Wunused-function]
  410 | copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
      | ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: 'argumentAtAsType' defined but not used [-Wunused-function]
  365 | argumentAtAsType(sqInt classIdentifier)
      | ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
      |             ^~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:17:
In function 'strncpy',
    inlined from 'cStringasCollection' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:480:2:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'cStringasCollection':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:478:8: note: length computed here
  478 |  len = strlen(aCString);
      |        ^~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:17:
In function 'strncpy',
    inlined from 'stringFromCString' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4864:2:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'stringFromCString':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4862:8: note: length computed here
 4862 |  len = strlen(aCString);
      |        ^~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:17:
In function 'strncpy',
    inlined from 'environmentAtAsType' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:650:3:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'environmentAtAsType':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:648:9: note: length computed here
  648 |   len = strlen(sPtr);
      |         ^~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:17:
In function 'strncpy',
    inlined from 'realpathAsType' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4263:3:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'realpathAsType':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4256:8: note: length computed here
 4256 |   if ((strlen(realpathResult)) >= 1024) {
      |       ~^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:17:
In function 'strncpy',
    inlined from 'getCurrentWorkingDirectoryAsType' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1126:3:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'getCurrentWorkingDirectoryAsType':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1124:9: note: length computed here
 1124 |   len = strlen(cwd);
      |         ^~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:17:
In function 'strncpy',
    inlined from 'primitiveArgumentAt' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1610:3:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveArgumentAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1608:9: note: length computed here
 1608 |   len = strlen(sPtr);
      |         ^~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:17:
In function 'strncpy',
    inlined from 'primitiveArgumentAtAsBytes' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1646:3:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveArgumentAtAsBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1644:9: note: length computed here
 1644 |   len = strlen(sPtr);
      |         ^~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:17:
In function 'strncpy',
    inlined from 'primitiveErrorMessageAt' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1967:2:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveErrorMessageAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1965:8: note: length computed here
 1965 |  len = strlen(p);
      |        ^~~~~~~~~
[ 88%] Linking C shared library build/vm/libUnixOSProcessPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUnixOSProcessPlugin.so -o build/vm/libUnixOSProcessPlugin.so CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libFilePlugin.so build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 88%] Built target UnixOSProcessPlugin
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/LocalePlugin.dir/depend.internal".
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/primitiveCalls.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/primitiveCalls.c: In function 'primitiveReleaseParametersForCall':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/primitiveCalls.c:102:8: warning: variable 'aReturnAddress' set but not used [-Wunused-but-set-variable]
  sqInt aReturnAddress;
        ^~~~~~~~~~~~~~
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/primitiveUtils.c
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 88%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: 'sqAssert' defined but not used [-Wunused-function]
  388 | sqAssert(sqInt aBool)
      | ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
      |             ^~~~~~~~~~~
[ 89%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/primitiveUtils.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/types.c
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33:
In function 'strncpy',
    inlined from 'sqLocGetCurrencySymbolInto' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:625:3:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c: In function 'sqLocGetCurrencySymbolInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:617:12: note: length computed here
  617 |  int len = strlen(src); \
      |            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:625:3: note: in expansion of macro 'safestrcpy'
  625 |   safestrcpy(str, localeConv->currency_symbol);
      |   ^~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33:
In function 'strncpy',
    inlined from 'sqLocGetDigitGroupingSymbolInto' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:650:3:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c: In function 'sqLocGetDigitGroupingSymbolInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:617:12: note: length computed here
  617 |  int len = strlen(src); \
      |            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:650:3: note: in expansion of macro 'safestrcpy'
  650 |   safestrcpy(str, localeConv->thousands_sep);
      |   ^~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33:
In function 'strncpy',
    inlined from 'sqLocGetDecimalSymbolInto' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:658:3:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c: In function 'sqLocGetDecimalSymbolInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:617:12: note: length computed here
  617 |  int len = strlen(src); \
      |            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:658:3: note: in expansion of macro 'safestrcpy'
  658 |   safestrcpy(str, localeConv->decimal_point);
      |   ^~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33:
In function 'strncpy',
    inlined from 'sqLocGetLongDateFormatInto' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:711:3:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c: In function 'sqLocGetLongDateFormatInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:617:12: note: length computed here
  617 |  int len = strlen(src); \
      |            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:711:3: note: in expansion of macro 'safestrcpy'
  711 |   safestrcpy(str, nl_langinfo(D_FMT));
      |   ^~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33:
In function 'strncpy',
    inlined from 'sqLocGetTimeFormatInto' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:739:3:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c: In function 'sqLocGetTimeFormatInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:617:12: note: length computed here
  617 |  int len = strlen(src); \
      |            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:739:3: note: in expansion of macro 'safestrcpy'
  739 |   safestrcpy(str, nl_langinfo(T_FMT));
      |   ^~~~~~~~~~
[ 90%] Linking C shared library build/vm/libLocalePlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLocalePlugin.so -o build/vm/libLocalePlugin.so CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 90%] Built target LocalePlugin
make -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.14
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-src/libSDL2-2.0.so.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/types.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-src/libSDL2-2.0.so.0.7.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/types.c: In function 'fillBasicType':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/types.c:112:2: warning: 'address' may be used uninitialized in this function [-Wmaybe-uninitialized]
  setHandler(aOop, address);
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/SDL2-2.0.14-src/libSDL2.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/typesPrimitives.c
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 90%] Built target SDL2-2.0.14
make -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Scanning dependencies of target libpng-1.6.37
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng16.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng16.so.16 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libpng-1.6.37-src/libpng16.so.16.37.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 90%] Built target libpng-1.6.37
make -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Scanning dependencies of target cairo-1.16.0
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo-script-interpreter.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo-script-interpreter.so.2 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo-script-interpreter.so.2.11600.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo.so.2 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/typesPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/cairo-1.16.0-src/libcairo.so.2.11600.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 90%] Built target cairo-1.16.0
make -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Scanning dependencies of target openssl-1.1.1k
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libcrypto.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libcrypto.so.1.1 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libssl.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/openssl-1.1.1k-src/libssl.so.1.1 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 90%] Built target openssl-1.1.1k
make -f CMakeFiles/zlib-1.2.11.dir/build.make CMakeFiles/zlib-1.2.11.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/zlib-1.2.11.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/zlib-1.2.11.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/zlib-1.2.11.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/zlib-1.2.11.dir/depend.internal".
Scanning dependencies of target zlib-1.2.11
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/zlib-1.2.11.dir/build.make CMakeFiles/zlib-1.2.11.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-src/libz.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-src/libz.so.1 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/zlib-1.2.11-src/libz.so.1.2.11 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 90%] Built target zlib-1.2.11
make -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Scanning dependencies of target libgit2-1.0.1
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src/libgit2.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/utils.c
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src/libgit2.so.1.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libgit2-1.0.1-src/libgit2.so.1.0.1 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/utils.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 90%] Built target libgit2-1.0.1
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/DSAPrims.dir/depend.internal".
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/sameThread/sameThread.c
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 91%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: 'subtractDivisorMultipliedByDigitdigitShift' defined but not used [-Wunused-function]
  675 | subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: 'leftRotateby' defined but not used [-Wunused-function]
  265 | leftRotateby(unsigned int anInteger, sqInt bits)
      | ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: 'bigDivideLoop' defined but not used [-Wunused-function]
  144 | bigDivideLoop(void)
      | ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: 'addBackDivisorDigitShift' defined but not used [-Wunused-function]
  106 | addBackDivisorDigitShift(sqInt digitShift)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
    6 | static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
      |             ^~~~~~~~~~~
[ 92%] Linking C shared library build/vm/libDSAPrims.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libDSAPrims.so -o build/vm/libDSAPrims.so CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 92%] Built target DSAPrims
make -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Scanning dependencies of target freetype-2.10.0
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-src/libfreetype.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/sameThread/sameThread.c:3:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/sameThread/sameThread.c: In function 'sameThreadCallbackEnter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
  sqInt flags;
        ^~~~~
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-src/libfreetype.so.6 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/freetype-2.10.0-src/libfreetype.so.6.17.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/callbacks/callbackPrimitives.c
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 92%] Built target freetype-2.10.0
make -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Scanning dependencies of target pixman-0.40.0
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src/libpixman-1.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src/libpixman-1.so.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/callbacks.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/callbacks/callbackPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/callbacks/callbackPrimitives.c: In function 'primitiveRegisterCallback':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
     void *handler;
           ^~~~~~~
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/pixman-0.40.0-src/libpixman-1.so.0.40.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/callbacks/callbacks.c
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 92%] Built target pixman-0.40.0
make -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.9.0
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.so.1 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libssh2-1.9.0-src/libssh2.so.1.0.1 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 92%] Built target libssh2-1.9.0
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pharo.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pharo.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pharo.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles/pharo.dir/depend.internal".
Scanning dependencies of target pharo
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 93%] Building C object CMakeFiles/pharo.dir/src/unixMain.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/../repository/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   -o CMakeFiles/pharo.dir/src/unixMain.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/unixMain.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/callbacks.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/callbacks/callbacks.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/parameterVector.h:10,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/parameters.h:10,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/include/pharovm/pharoClient.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/src/unixMain.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  194 |   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
      |                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  195 |   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
      |                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 94%] Linking C executable build/vm/pharo
/usr/bin/cmake -E cmake_link_script CMakeFiles/pharo.dir/link.txt --verbose=1
/usr/bin/cc  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   CMakeFiles/pharo.dir/src/unixMain.c.o  -o build/vm/pharo  -Wl,-rpath,/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/vm build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 94%] Built target pharo
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/semaphores/pharoSemaphore.c
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[ 95%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/basic_types.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/semaphores/pharoSemaphore.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callback_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/threadSafeQueue/threadSafeQueue.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c: In function 'otherThread':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
   47 | }
      | ^
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/registerCallback.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/threadSafeQueue/threadSafeQueue.c:2:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/libTestLibrary.so
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/ffiTestLibrary && /usr/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libTestLibrary.so -o ../vm/libTestLibrary.so CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o  -Wl,-rpath,@executable_path/Plugins 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
[100%] Built target TestLibrary
make[1]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
/usr/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/./
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//bin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//bin/pharo
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/.//pharo
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libB2DPlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libBitBltPlugin.so
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/pThreadedFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libDSAPrims.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libFileAttributesPlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libFilePlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libJPEGReadWriter2Plugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libJPEGReaderPlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libLargeIntegers.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libLocalePlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libMiscPrimitivePlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libPharoVMCore.so
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/pThreadedFFI.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libSDL2-2.0.so.0
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libSDL2-2.0.so.0.7.0
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/worker/worker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libSDL2.so
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/worker/worker.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libSocketPlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libSqueakSSL.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libSurfacePlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libTestLibrary.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libUUIDPlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libUnixOSProcessPlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libcairo-script-interpreter.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libcairo-script-interpreter.so.2
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libcairo-script-interpreter.so.2.11600.0
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libcairo.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libcairo.so.2
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libcairo.so.2.11600.0
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/worker/workerPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libcrypto.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libcrypto.so.1.1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libffi.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libfreetype.so
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/worker/workerPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libfreetype.so.6
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/worker/workerTask.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libfreetype.so.6.17.0
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libgit2.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libgit2.so.1.0
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/callbacks.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/workerTask.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/src/worker/workerTask.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/generated/32/vm/src/cogit.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/32/vm/src/cogit.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libgit2.so.1.0.1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libpixman-1.so
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'computeMaximumSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2805:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libpixman-1.so.0
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'dispatchConcretize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:5033:30: warning: statement with no effect [-Wunused-value]
   (self_in_dispatchConcretize->machineCodeSize);
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:5856:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3320:26: warning: variable 'jumpTarget2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *jumpTarget2;
                          ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3293:26: warning: variable 'jumpTarget' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *jumpTarget;
                          ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3173:12: warning: variable 'constant9' set but not used [-Wunused-but-set-variable]
     usqInt constant9;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3172:12: warning: variable 'constant8' set but not used [-Wunused-but-set-variable]
     usqInt constant8;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3171:12: warning: variable 'constant7' set but not used [-Wunused-but-set-variable]
     usqInt constant7;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3170:12: warning: variable 'constant6' set but not used [-Wunused-but-set-variable]
     usqInt constant6;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3169:12: warning: variable 'constant5' set but not used [-Wunused-but-set-variable]
     usqInt constant5;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3168:12: warning: variable 'constant4' set but not used [-Wunused-but-set-variable]
     usqInt constant4;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3167:12: warning: variable 'constant3' set but not used [-Wunused-but-set-variable]
     usqInt constant3;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3166:12: warning: variable 'constant2' set but not used [-Wunused-but-set-variable]
     usqInt constant2;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3165:12: warning: variable 'constant14' set but not used [-Wunused-but-set-variable]
     usqInt constant14;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3164:12: warning: variable 'constant13' set but not used [-Wunused-but-set-variable]
     usqInt constant13;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3163:12: warning: variable 'constant12' set but not used [-Wunused-but-set-variable]
     usqInt constant12;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3161:12: warning: variable 'constant10' set but not used [-Wunused-but-set-variable]
     usqInt constant10;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3160:12: warning: variable 'constant1' set but not used [-Wunused-but-set-variable]
     usqInt constant1;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:3159:12: warning: variable 'constant' set but not used [-Wunused-but-set-variable]
     usqInt constant;
            ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genDivRRQuoRem':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:5938:10: warning: statement with no effect [-Wunused-value]
     error("register choices in genDivR:R:Quo:Rem: made life impossible");
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:5960:9: warning: statement with no effect [-Wunused-value]
    error("register choices in genDivR:R:Quo:Rem: made life impossible");
         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:5921:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'inverseOpcodeFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6303:8: warning: statement with no effect [-Wunused-value]
   error("opcode has no inverse");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'rewriteTransferAttarget':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6950:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'addCogMethodsToHeapMap':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7286:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'addressIsInInstructions':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7309:29: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  return !((usqInt)(address) & BytesPerWord-1) \
                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'allMachineCodeObjectReferencesValid':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7371:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'allMethodsHaveCorrectHeader':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7389:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'CallFullRTregistersToBeSavedMask':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7673:26: warning: variable 'lastInst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *lastInst;
                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'CallRTregistersToBeSavedMask':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7697:26: warning: variable 'lastInst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *lastInst;
                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'callCogCodePopReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7748:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'ceCPICMissreceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7781:11: warning: variable 'result' set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'ceSICMiss':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7891:11: warning: variable 'result' set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7883:11: warning: variable 'entryPoint' set but not used [-Wunused-but-set-variable]
     sqInt entryPoint;
           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'checkAssertsEnabledInCogit':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:8011:11: warning: variable 'assertsAreEnabledInCogit' set but not used [-Wunused-but-set-variable]
     sqInt assertsAreEnabledInCogit;
           ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'checkIfValidOopRefAndTargetpccogMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:8076:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'checkIfValidOopRefpccogMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:8180:12: warning: variable 'sendTable' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'checkIntegrityOfObjectReferencesInCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:8337:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'cleanUpFailingCogCodeConstituents':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:8406:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'cogCodeConstituents':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:8529:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:8578:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'cogMethodDoesntLookKosher':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:8767:72: warning: passing argument 1 of 'methodFor' makes pointer from integer without a cast [-Wint-conversion]
      || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                              ~~~~~~~~~~^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:833:20: note: expected 'void *' but argument is of type 'sqInt' {aka 'int'}
 extern CogMethod * methodFor(void *address);
                    ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'cogOpenPICSelectornumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:8875:11: warning: variable 'mapSize' set but not used [-Wunused-but-set-variable]
     sqInt mapSize;
           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:8873:11: warning: variable 'end' set but not used [-Wunused-but-set-variable]
     sqInt end;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:8872:11: warning: variable 'codeSize' set but not used [-Wunused-but-set-variable]
     sqInt codeSize;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'collectCogConstituentForAnnotationMcpcBcpcMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:9086:36: warning: passing argument 1 of 'positive32BitIntegerFor' makes integer from pointer without a cast [-Wint-conversion]
  address = positive32BitIntegerFor(mcpc);
                                    ^~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include/cointerp.h:91:51: note: expected 'unsigned int' but argument is of type 'char *'
 extern sqInt positive32BitIntegerFor(unsigned int integerValue);
                                      ~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:9077:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compactPICsWithFreedTargets':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:9420:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileBlockEntry':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:9546:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileCallFornumArgsargargargargresultRegregsToSave':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:9621:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:9635:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:9649:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:9663:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:9676:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileEntry':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:9742:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'computeEntryOffsets':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:49: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:9930:25: note: in expansion of macro 'roundUpLength'
  if (entryPointMask >= (roundUpLength(1))) {
                         ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:9931:8: warning: statement with no effect [-Wunused-value]
   error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'enterCogCodePopReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:10449:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'fillInMethodHeadersizeselector':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:10643:9: warning: statement with no effect [-Wunused-value]
    error("too much code for stack check offset");
         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:10609:16: warning: variable 'originalMethod' set but not used [-Wunused-but-set-variable]
     CogMethod *originalMethod;
                ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'followForwardedMethods':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:10856:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'freeUnmarkedMachineCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:10958:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genEnilopmartForandandforCallcalled':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:11038:11: warning: variable 'size' set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateClosedPICPrototype':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:11259:18: note: in expansion of macro 'roundUpLength'
  closedPICSize = roundUpLength(closedPICSize);
                  ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:11281:16: warning: assignment to 'sqInt' {aka 'int'} from 'CogMethod *' {aka 'struct <anonymous> *'} makes integer from pointer without a cast [-Wint-conversion]
  cPICPrototype = cPIC;
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateCogFullBlock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:11321:14: note: in expansion of macro 'roundUpLength'
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateCogMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:11395:14: note: in expansion of macro 'roundUpLength'
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateOpenPICPrototype':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:11560:17: note: in expansion of macro 'roundUpLength'
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:11560:67: note: in expansion of macro 'roundUpLength'
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                                                                   ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateVMOwnerLockFunctions':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:11675:11: warning: unused variable 'startAddress' [-Wunused-variable]
     sqInt startAddress;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:11674:11: warning: unused variable 'opcodeSize' [-Wunused-variable]
     sqInt opcodeSize;
           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:11673:11: warning: unused variable 'fixupSize' [-Wunused-variable]
     sqInt fixupSize;
           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'incrementUsageOfTargetIfLinkedSendmcpcignored':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12158:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'indexForSelectorinat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12228:7: warning: statement with no effect [-Wunused-value]
  error("could not find selector in method when unlinking send site");
       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'inverseBranchFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12442:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12444:7: warning: statement with no effect [-Wunused-value]
  error("invalid opcode for inverse");
       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'mapObjectReferencesInMachineCodeForBecome':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12795:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become two cogged methods");
             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12798:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become cogged method into different method");
             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12853:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12760:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'mapObjectReferencesInMachineCodeForFullGC':
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libpixman-1.so.0.40.0
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12940:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'mapObjectReferencesInMachineCodeForYoungGC':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12978:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'mapObjectReferencesInMachineCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:13084:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:13087:8: warning: statement with no effect [-Wunused-value]
   error("youngReferrers list overflowed");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'markAndTraceMachineCodeOfMarkedMethods':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:13207:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:13111:11: warning: variable 'val1' set but not used [-Wunused-but-set-variable]
     sqInt val1;
           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:13110:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'markAndTraceOrFreeCogMethodfirstVisit':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:13266:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'markLiteralsAndUnlinkIfUnmarkedSendpcmethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:13431:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12376:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:13375:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'noCogMethodsMaximallyMarked':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:13881:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'outputInstructionsForGeneratedRuntimeAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:13930:11: warning: variable 'size' set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'recordRunTimeObjectReferences':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14127:10: warning: statement with no effect [-Wunused-value]
     error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'remapIfObjectRefpchasYoung':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14353:6: warning: statement with no effect [-Wunused-value]
     ((AbstractInstruction *) backEnd);
     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14315:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'rewriteCPICCaseAttagobjReftarget':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14447:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'spanForCleanBlockStartingAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14545:7: warning: statement with no effect [-Wunused-value]
  error("couldn't locate end of clean block");
       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkAllSends':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14700:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkIfFreeOrLinkedSendpcof':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14755:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12376:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkIfInvalidClassSendpcignored':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14807:141: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
      rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                             ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12376:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkIfLinkedSendToFreepcignored':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14857:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12376:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkIfLinkedSendpcignored':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14905:139: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
    rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12376:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkIfLinkedSendpcto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14953:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12376:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkSendsLinkedForInvalidClasses':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15026:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkSendsOfisMNUSelector':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15092:32: note: in expansion of macro 'roundUpLength'
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15104:32: note: in expansion of macro 'roundUpLength'
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15155:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkSendsToFree':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15231:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkSendsToandFreeIf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15318:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'addAllToYoungReferrers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15404:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'addToYoungReferrers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15435:8: warning: statement with no effect [-Wunused-value]
   error("no room on youngReferrers list");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'clearCogCompiledCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15478:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compactCompiledCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15514:28: note: in expansion of macro 'roundUpLength'
   source = ((CogMethod *) (roundUpLength((((sqInt)source)) + ((source->blockSize)))));
                            ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'freeOlderMethodsForCompaction':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15636:32: note: in expansion of macro 'roundUpLength'
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'methodFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15692:32: note: in expansion of macro 'roundUpLength'
   nextMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'methodsCompiledToMachineCodeInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15720:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'numMethodsOfType':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15746:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'planCompaction':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15821:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'printCogMethods':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15859:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'printCogMethodsOfType':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15890:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'printCogMethodsWithMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15907:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'printCogMethodsWithPrimitive':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15924:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'printCogMethodsWithSelector':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15941:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'relocateMethodsPreCompaction':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2049:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:16088:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPrimitiveClass':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:16687:11: warning: variable 'reg1' set but not used [-Wunused-but-set-variable]
     sqInt reg1;
           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPrimitiveAtSigned':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:18528:27: warning: variable 'first1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * first1;
                           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:18527:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * first;
                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPrimitiveIdentityHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:18810:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genEnsureOopInRegNotForwardedscratchReg':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20571:88: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
  return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                        ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:947:125: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                                                                                                                       ~~~~~~^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20619:12: warning: assignment to 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} from 'sqInt' {aka 'int'} makes pointer from integer without a cast [-Wint-conversion]
   finished = nonFwdJumpTargetOrZero;
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genGetActiveContextLargeinBlock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20851:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20781:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genGetActiveContextNumArgslargeinBlock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:21117:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:21137:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPrimitiveIdenticalOrNotIf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:21871:86: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                      ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20581:98: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                            ~~~~~~^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:21900:86: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                      ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20581:98: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                            ~~~~~~^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPrimitiveStringReplace':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:22392:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genStoreCheckReceiverRegvalueRegscratchReginFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:22818:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'rewriteInlineCacheAttagtarget':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:23566:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'ensureSpilledAtfrom':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2063:25: warning: statement with no effect [-Wunused-value]
 #define traceSpill(ign) 0
                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:23876:2: note: in expansion of macro 'traceSpill'
  traceSpill(self_in_ensureSpilledAtfrom);
  ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:23862:26: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *inst;
                          ^~~~
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libpng.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libpng16.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libpng16.so.16
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libpng16.so.16.37.0
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libssh2.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libssh2.so.1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libssh2.so.1.0.1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libssl.so
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'popToReg':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:23983:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'storeToReg':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24075:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileInterpreterPrimitiveMayCallBackflags':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24489:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24495:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24512:13: warning: passing argument 1 of 'jmpTarget' makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2292:33: note: expected 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} but argument is of type 'sqInt' {aka 'int'}
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
           ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileInterpreterPrimitiveflags':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24648:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24654:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24710:13: warning: passing argument 1 of 'jmpTarget' makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2292:33: note: expected 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} but argument is of type 'sqInt' {aka 'int'}
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
           ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24719:13: warning: passing argument 1 of 'jmpTarget' makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2292:33: note: expected 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} but argument is of type 'sqInt' {aka 'int'}
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
           ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileMachineCodeInterpreterPrimitive':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24798:8: warning: statement with no effect [-Wunused-value]
   error("shouldBeImplemented");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24803:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24808:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24813:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24818:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24822:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24762:11: warning: variable 'n' set but not used [-Wunused-but-set-variable]
     sqInt n;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compilePrimitive':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:25130:49: warning: passing argument 1 of 'compileMachineCodeInterpreterPrimitive' makes pointer from integer without a cast [-Wint-conversion]
   return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24757:47: note: expected 'void (*)(void)' but argument is of type 'sqInt' {aka 'int'}
 compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:25133:24: warning: comparison of distinct pointer types lacks a cast
   || (primitiveRoutine == primitiveFail)) {
                        ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPrimReturnEnterCogCodeEnilopmart':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:25897:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileAbstractInstructionsFromthrough':
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libssl.so.1.1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libz.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libz.so.1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/libz.so.1.2.11
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2062:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:27491:2: note: in expansion of macro 'traceSimStack'
  traceSimStack();
  ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2027:30: warning: statement with no effect [-Wunused-value]
 #define maybeHaltIfDebugPC() 0
                              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:27497:3: note: in expansion of macro 'maybeHaltIfDebugPC'
   maybeHaltIfDebugPC();
   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2059:30: warning: statement with no effect [-Wunused-value]
 #define traceDescriptor(ign) 0
                              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:27512:3: note: in expansion of macro 'traceDescriptor'
   traceDescriptor(descriptor);
   ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2062:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:27513:3: note: in expansion of macro 'traceSimStack'
   traceSimStack();
   ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:27548:8: warning: statement with no effect [-Wunused-value]
   error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileBlockBodies':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:27559:11: warning: variable 'initialCounterIndex' set but not used [-Wunused-but-set-variable]
     sqInt initialCounterIndex;
           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'ensureFixupAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2060:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:28504:2: note: in expansion of macro 'traceFixupmerge'
  traceFixupmerge(fixup, 1);
  ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'ensureNonMergeFixupAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2060:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:28540:2: note: in expansion of macro 'traceFixupmerge'
  traceFixupmerge(fixup, 1);
  ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genCallPICEnilopmartNumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:28738:11: warning: variable 'size' set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genCallPrimitiveBytecode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:28791:11: warning: variable 'primSet' set but not used [-Wunused-but-set-variable]
     sqInt primSet;
           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateInstructionsAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2026:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29001:3: note: in expansion of macro 'maybeBreakGeneratingAt'
   maybeBreakGeneratingAt(absoluteAddress);
   ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2026:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29028:3: note: in expansion of macro 'maybeBreakGeneratingAt'
   maybeBreakGeneratingAt((abstractInstruction->address));
   ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateSendTrampolines':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29077:47: warning: passing argument 1 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1186:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'sqInt (*)(sqInt,  sqInt,  sqInt,  sqInt)' {aka 'int (*)(int,  int,  int,  int)'}
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                        ~~~~~~^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29077:69: warning: passing argument 2 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                     ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1186:94: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29078:47: warning: passing argument 1 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1186:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'void (*)(sqInt,  sqInt,  sqInt,  sqInt)' {aka 'void (*)(int,  int,  int,  int)'}
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                        ~~~~~~^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29078:81: warning: passing argument 2 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1186:94: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateSuperSendTrampolineTonamednumArgsin':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29097:102: warning: passing argument 1 of 'trampolineNamenumArgs' makes pointer from integer without a cast [-Wint-conversion]
  trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                      ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14588:29: note: expected 'char *' but argument is of type 'sqInt' {aka 'int'}
 trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
                       ~~~~~~^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29097:61: warning: passing argument 1 of 'genSendTrampolineFornumArgscalledargargargarg' makes pointer from integer without a cast [-Wint-conversion]
  trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                             ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1219:80: note: expected 'void *' but argument is of type 'sqInt' {aka 'int'}
 static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                                                                          ~~~~~~^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genForwardersInlinedIdenticalOrNotIf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29327:85: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                     ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20581:98: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                            ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29331:23: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   : argReg), TempReg, label, fixup);
                       ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20581:98: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                            ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29331:30: warning: passing argument 4 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   : argReg), TempReg, label, fixup);
                              ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20581:119: note: expected 'sqInt' {aka 'int'} but argument is of type 'BytecodeFixup *' {aka 'struct <anonymous> *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genIdenticalNoBranchArgIsConstantrcvrIsConstantargRegrcvrRegorNotIf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29410:85: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                     ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20581:98: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                            ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29414:92: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                            ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20581:98: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                            ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genInlinedIdenticalOrNotIf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:29481:25: warning: variable 'primDescriptor' set but not used [-Wunused-but-set-variable]
     BytecodeDescriptor *primDescriptor;
                         ^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPushLiteralVariable':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:30093:11: warning: variable 'eA' set but not used [-Wunused-but-set-variable]
     sqInt eA;
           ^~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genSpecialSelectorArithmetic':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:30505:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:30652:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genSpecialSelectorComparison':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:30739:11: warning: variable 'nextPC' set but not used [-Wunused-but-set-variable]
     sqInt nextPC;
           ^~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genStaticallyResolvedSpecialSelectorComparison':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:30924:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/lib/pharo
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqUnixCharConv.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/config.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pharo.h
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'mergeWithFixupIfRequired':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2061:25: warning: statement with no effect [-Wunused-value]
 #define traceMerge(ign) 0
                         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:31578:2: note: in expansion of macro 'traceMerge'
  traceMerge(fixup);
  ^~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'reinitializeFixupsFromthrough':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:31750:45: warning: assignment to 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} from 'unsigned char' makes pointer from integer without a cast [-Wint-conversion]
   (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'ssAllocateRequiredRegMaskupThrough':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:32021:11: warning: variable 'lastRequiredNative' set but not used [-Wunused-but-set-variable]
     sqInt lastRequiredNative;
           ^~~~~~~~~~~~~~~~~~
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/win/resources.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqMemoryAccess.h
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:32531:1: warning: 'violatesEnsureSpilledSpillAssert' defined but not used [-Wunused-function]
 violatesEnsureSpilledSpillAssert(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:32430:1: warning: 'tempsValidAndVolatileEntriesSpilled' defined but not used [-Wunused-function]
 tempsValidAndVolatileEntriesSpilled(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:31723:1: warning: 'receiverIsInReceiverResultReg' defined but not used [-Wunused-function]
 receiverIsInReceiverResultReg(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:27185:1: warning: 'v4LongForwardBranchDistance' defined but not used [-Wunused-function]
 v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:26649:1: warning: 'numSpecialSelectors' defined but not used [-Wunused-function]
 numSpecialSelectors(void)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:24082:1: warning: 'isMergeFixup' defined but not used [-Wunused-function]
 isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:23665:1: warning: 'updateLabel' defined but not used [-Wunused-function]
 updateLabel(AbstractInstruction * self_in_updateLabel, AbstractInstruction *labelInstruction)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:23583:1: warning: 'rewriteInlineCacheTagat' defined but not used [-Wunused-function]
 rewriteInlineCacheTagat(AbstractInstruction * self_in_rewriteInlineCacheTagat, sqInt cacheTag, sqInt callSiteReturnAddress)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:23468:1: warning: 'loadLiteralByteSize' defined but not used [-Wunused-function]
 loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:23456:1: warning: 'literalLoadInstructionBytes' defined but not used [-Wunused-function]
 literalLoadInstructionBytes(AbstractInstruction * self_in_literalLoadInstructionBytes)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:23411:1: warning: 'inlineCacheTagAt' defined but not used [-Wunused-function]
 inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:23364:1: warning: 'cmpC32RTempByteSize' defined but not used [-Wunused-function]
 cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:23299:1: warning: 'numCharacterBits' defined but not used [-Wunused-function]
 numCharacterBits(void)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:23149:1: warning: 'inlineCacheTagIsYoung' defined but not used [-Wunused-function]
 inlineCacheTagIsYoung(sqInt cacheTag)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:23138:1: warning: 'getActiveContextAllocatesInMachineCode' defined but not used [-Wunused-function]
 getActiveContextAllocatesInMachineCode(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20367:1: warning: 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' defined but not used [-Wunused-function]
 genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20190:1: warning: 'couldBeDerivedObject' defined but not used [-Wunused-function]
 couldBeDerivedObject(sqInt bodyAddress)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20175:1: warning: 'checkValidDerivedObjectReference' defined but not used [-Wunused-function]
 checkValidDerivedObjectReference(sqInt bodyAddress)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:20133:1: warning: 'numSmallIntegerBits' defined but not used [-Wunused-function]
 numSmallIntegerBits(void)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:16136:1: warning: 'voidYoungReferrersPostTenureAll' defined but not used [-Wunused-function]
 voidYoungReferrersPostTenureAll(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15649:1: warning: 'kosherYoungReferrers' defined but not used [-Wunused-function]
 kosherYoungReferrers(void)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:15381:1: warning: 'counters' defined but not used [-Wunused-function]
 counters(CogMethod * self_in_counters)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14139:1: warning: 'registerMaskFor' defined but not used [-Wunused-function]
 registerMaskFor(sqInt reg)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:14028:1: warning: 'picAbortDiscriminatorValue' defined but not used [-Wunused-function]
 picAbortDiscriminatorValue(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:13871:1: warning: 'noCogMethodsMaximallyMarked' defined but not used [-Wunused-function]
 noCogMethodsMaximallyMarked(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:13859:1: warning: 'noAssertMethodClassAssociationOf' defined but not used [-Wunused-function]
 noAssertMethodClassAssociationOf(sqInt methodPointer)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:13548:1: warning: 'maybeFreeCogMethodDoesntLookKosher' defined but not used [-Wunused-function]
 maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12206:1: warning: 'indexForSelectorinat' defined but not used [-Wunused-function]
 indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:12147:1: warning: 'getOpcodeIndex' defined but not used [-Wunused-function]
 getOpcodeIndex(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:10755:1: warning: 'firstMappedPCFor' defined but not used [-Wunused-function]
 firstMappedPCFor(CogMethod *cogMethod)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:10476:1: warning: 'expectedClosedPICPrototype' defined but not used [-Wunused-function]
 expectedClosedPICPrototype(CogMethod *cPIC)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7719:1: warning: 'gCall' defined but not used [-Wunused-function]
 gCall(sqInt callTarget)
 ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7378:1: warning: 'allMethodsHaveCorrectHeader' defined but not used [-Wunused-function]
 allMethodsHaveCorrectHeader(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7292:1: warning: 'addressIsInCurrentCompilation' defined but not used [-Wunused-function]
 addressIsInCurrentCompilation(sqInt address)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7163:1: warning: 'zoneCallsAreRelative' defined but not used [-Wunused-function]
 zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:7026:1: warning: 'stackPageInterruptHeadroomBytes' defined but not used [-Wunused-function]
 stackPageInterruptHeadroomBytes(AbstractInstruction * self_in_stackPageInterruptHeadroomBytes)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6912:1: warning: 'rewriteJumpFullAttarget' defined but not used [-Wunused-function]
 rewriteJumpFullAttarget(AbstractInstruction * self_in_rewriteJumpFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6897:1: warning: 'rewriteCallFullAttarget' defined but not used [-Wunused-function]
 rewriteCallFullAttarget(AbstractInstruction * self_in_rewriteCallFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6829:1: warning: 'pushLinkRegisterByteSize' defined but not used [-Wunused-function]
 pushLinkRegisterByteSize(AbstractInstruction * self_in_pushLinkRegisterByteSize)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6776:1: warning: 'orrimmror' defined but not used [-Wunused-function]
 orrimmror(AbstractInstruction * self_in_orrimmror, sqInt destReg, sqInt immediate8bitValue, sqInt rot)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6764:1: warning: 'numIntRegArgs' defined but not used [-Wunused-function]
 numIntRegArgs(AbstractInstruction * self_in_numIntRegArgs)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6709:1: warning: 'movsrn' defined but not used [-Wunused-function]
 movsrn(AbstractInstruction * self_in_movsrn, sqInt destReg, sqInt srcReg)
 ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6604:1: warning: 'machineCodeWords' defined but not used [-Wunused-function]
 machineCodeWords(AbstractInstruction * self_in_machineCodeWords)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6587:1: warning: 'machineCodeBytes' defined but not used [-Wunused-function]
 machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6570:1: warning: 'loadPICLiteralByteSize' defined but not used [-Wunused-function]
 loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6454:1: warning: 'ldrhrnrm' defined but not used [-Wunused-function]
 ldrhrnrm(AbstractInstruction * self_in_ldrhrnrm, sqInt destReg, sqInt baseReg, sqInt offsetReg)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6375:1: warning: 'jumpLongByteSize' defined but not used [-Wunused-function]
 jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6332:1: warning: 'isInImmediateJumpRange' defined but not used [-Wunused-function]
 isInImmediateJumpRange(AbstractInstruction * self_in_isInImmediateJumpRange, usqIntptr_t operand)
 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6265:1: warning: 'instructionSizeAt' defined but not used [-Wunused-function]
 instructionSizeAt(AbstractInstruction * self_in_instructionSizeAt, sqInt pc)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6243:1: warning: 'instructionIsOR' defined but not used [-Wunused-function]
 instructionIsOR(AbstractInstruction * self_in_instructionIsOR, sqInt instr)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6221:1: warning: 'instructionIsCMP' defined but not used [-Wunused-function]
 instructionIsCMP(AbstractInstruction * self_in_instructionIsCMP, sqInt instr)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6167:1: warning: 'instructionBeforeAddress' defined but not used [-Wunused-function]
 instructionBeforeAddress(AbstractInstruction * self_in_instructionBeforeAddress, sqInt followingAddress)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:6156:1: warning: 'genSubstituteReturnAddress' defined but not used [-Wunused-function]
 genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:5907:1: warning: 'fullCallsAreRelative' defined but not used [-Wunused-function]
 fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2993:1: warning: 'cStackPointer' defined but not used [-Wunused-function]
 cStackPointer(AbstractInstruction * self_in_cStackPointer)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2836:1: warning: 'concreteCallerSavedRegisterMask' defined but not used [-Wunused-function]
 concreteCallerSavedRegisterMask(AbstractInstruction * self_in_concreteCallerSavedRegisterMask)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2819:1: warning: 'concreteCalleeSavedRegisterMask' defined but not used [-Wunused-function]
 concreteCalleeSavedRegisterMask(AbstractInstruction * self_in_concreteCalleeSavedRegisterMask)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2533:1: warning: 'callInstructionByteSize' defined but not used [-Wunused-function]
 callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2522:1: warning: 'b' defined but not used [-Wunused-function]
 b(AbstractInstruction * self_in_b, sqInt offset)
 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2447:1: warning: 'andrnimmror' defined but not used [-Wunused-function]
 andrnimmror(AbstractInstruction * self_in_andrnimmror, sqInt destReg, sqInt srcReg, sqInt immediate, sqInt rot)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2373:1: warning: 'wantsNearAddressFor' defined but not used [-Wunused-function]
 wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2360:1: warning: 'rewriteConditionalJumpLongAttarget' defined but not used [-Wunused-function]
 rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2281:1: warning: 'isWithinMwOffsetRange' defined but not used [-Wunused-function]
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2267:1: warning: 'isLiteral' defined but not used [-Wunused-function]
 isLiteral(AbstractInstruction * self_in_isLiteral)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2252:1: warning: 'isAnInstruction' defined but not used [-Wunused-function]
 isAnInstruction(AbstractInstruction * self_in_isAnInstruction, AbstractInstruction *addressOrInstruction)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2189:1: warning: 'genSwapRRScratch' defined but not used [-Wunused-function]
 genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2091:1: warning: 'availableFloatRegisterOrNoneFor' defined but not used [-Wunused-function]
 availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1990:15: warning: 'unpairedMethodList' defined but not used [-Wunused-variable]
 static usqInt unpairedMethodList;
               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1976:14: warning: 'simulateFPInUse' defined but not used [-Wunused-variable]
 static sqInt simulateFPInUse;
              ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1954:14: warning: 'percentageToEnsureRelease' defined but not used [-Wunused-variable]
 static sqInt percentageToEnsureRelease;
              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1931:14: warning: 'memoryManager' defined but not used [-Wunused-variable]
 static sqInt memoryManager;
              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1918:14: warning: 'guardPageSize' defined but not used [-Wunused-variable]
 static sqInt guardPageSize;
              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1392:14: warning: 'expectedSPAlignment' defined but not used [-Wunused-variable]
 static sqInt expectedSPAlignment;
              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1391:14: warning: 'expectedFPAlignment' defined but not used [-Wunused-variable]
 static sqInt expectedFPAlignment;
              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1385:14: warning: 'disassemblingMethod' defined but not used [-Wunused-variable]
 static sqInt disassemblingMethod;
              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1381:14: warning: 'debugStackPointers' defined but not used [-Wunused-variable]
 static sqInt debugStackPointers;
              ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1379:14: warning: 'debugOpcodeIndices' defined but not used [-Wunused-variable]
 static sqInt debugOpcodeIndices;
              ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1378:14: warning: 'debugFixupBreaks' defined but not used [-Wunused-variable]
 static sqInt debugFixupBreaks;
              ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1377:14: warning: 'debugBytecodePointers' defined but not used [-Wunused-variable]
 static sqInt debugBytecodePointers;
              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1375:14: warning: 'currentCallCleanUpSize' defined but not used [-Wunused-variable]
 static sqInt currentCallCleanUpSize;
              ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1370:14: warning: 'compilationTrace' defined but not used [-Wunused-variable]
 static sqInt compilationTrace;
              ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1345:14: warning: 'ceSigned64BitValueOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitValueOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1344:14: warning: 'ceSigned64BitIntegerTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitIntegerTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1343:14: warning: 'ceSigned32BitValueOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceSigned32BitValueOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1342:14: warning: 'ceSigned32BitIntegerTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceSigned32BitIntegerTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1334:14: warning: 'cePositive64BitValueOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt cePositive64BitValueOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1333:14: warning: 'cePositive64BitIntegerTrampoline' defined but not used [-Wunused-variable]
 static sqInt cePositive64BitIntegerTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1332:14: warning: 'cePositive32BitValueOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt cePositive32BitValueOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1331:14: warning: 'cePositive32BitIntegerTrampoline' defined but not used [-Wunused-variable]
 static sqInt cePositive32BitIntegerTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1330:14: warning: 'cePICAbortTrampoline' defined but not used [-Wunused-variable]
 static sqInt cePICAbortTrampoline;
              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1327:14: warning: 'ceMethodAbortTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceMethodAbortTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1322:14: warning: 'ceInstantiateClassTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1321:14: warning: 'ceInstantiateClassIndexableSizeTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassIndexableSizeTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1320:14: warning: 'ceInlineNewHashTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceInlineNewHashTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1316:15: warning: 'ceFlushICache' defined but not used [-Wunused-variable]
 static void (*ceFlushICache)(usqIntptr_t from, usqIntptr_t to);
               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1315:14: warning: 'ceFloatValueOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceFloatValueOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1314:14: warning: 'ceFloatObjectOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceFloatObjectOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1311:14: warning: 'ceCPICMissTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceCPICMissTrampoline;
              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1309:22: warning: 'ceCheckFeaturesFunction' defined but not used [-Wunused-variable]
 static usqIntptr_t (*ceCheckFeaturesFunction)(void);
                      ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1299:14: warning: 'ceByteSizeOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceByteSizeOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:1285:14: warning: 'breakBlock' defined but not used [-Wunused-variable]
 static sqInt breakBlock;
              ^~~~~~~~~~
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/img.image
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/client.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/debug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/errorCode.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/macAlias.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/parameterVector.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/parameters.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/unixMain.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/src/win32Main.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/version.info
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated/
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cogit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/dist/include/pharovm/vmCallback.h
Run CPack packaging tool...
/usr/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM []
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genSpecialSelectorComparison':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:30927:9: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return ssPushAnnotatedConstant((result
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   ? trueObject()
   ~~~~~~~~~~~~~~
   : falseObject()));
   ~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:30898:9: note: 'result' was declared here
     int result;
         ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:30839:32: warning: 'argInt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    (anInstruction->dependent = locateLiteral(argInt));
                                ^~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genSpecialSelectorArithmetic':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:30581:35: warning: 'rcvrInt' may be used uninitialized in this function [-Wmaybe-uninitialized]
      (anInstruction2->dependent = locateLiteral(rcvrInt));
                                   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:2294:37: warning: 'jumpContinue' may be used uninitialized in this function [-Wmaybe-uninitialized]
  ((self_in_jmpTarget->operands))[0] = (((usqInt)anAbstractInstruction));
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:30467:26: note: 'jumpContinue' was declared here
     AbstractInstruction *jumpContinue;
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:30511:31: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
     ssPushAnnotatedConstant((((usqInt)result << 1) | 1)));
                               ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:30489:10: warning: 'argInt' may be used uninitialized in this function [-Wmaybe-uninitialized]
   argInt = (argInt >> 1);
   ~~~~~~~^~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateClosedPICPrototype':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/cogitARMv5.c:11257:31: warning: 'endCPICCase1' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cPICCaseSize = ((endCPICCase1->address)) - ((endCPICCase0->address));
                 ~~~~~~~~~~~~~~^~~~~~~~~~~
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-Unspecified.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-Unspecified.zip.sha1 generated.
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/generated/32/vm/src/gcc3x-cointerp.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/32/vm/src/gcc3x-cointerp.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(off)
 
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(on)
 
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'interpret':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2966:30: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
  localSP = pointerForOop(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2967:30: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
  localFP = pointerForOop(GIV(framePointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/dispdbg.h:88:38: warning: statement with no effect [-Wunused-value]
 # define bytecodeDispatchDebugHook() 0
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2973:3: note: in expansion of macro 'bytecodeDispatchDebugHook'
   bytecodeDispatchDebugHook();
   ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2987:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3001:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 4 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3015:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3029:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 12 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3043:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3057:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 20 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3071:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3085:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 28 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3099:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3113:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 36 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3127:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3141:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 44 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3155:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3169:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 52 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3183:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3197:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 60 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3212:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3213:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3214:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3229:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3230:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3231:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3246:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3247:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3248:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3263:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3264:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3265:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3280:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3281:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3282:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3297:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3298:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3299:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3314:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3315:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3316:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3331:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3332:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3333:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3348:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3349:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3350:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3365:103: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3366:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3367:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3382:104: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3383:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3384:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3399:104: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3400:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3401:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3415:104: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3416:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3417:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3431:104: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3432:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3433:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3447:104: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3448:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3449:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3463:104: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3464:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:3465:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4685:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     rcvr = longAt(localFP + FoxIFReceiver);
                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4741:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4742:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4745:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4761:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4762:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4765:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4781:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4782:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4785:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4801:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4802:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4805:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4821:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4822:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4825:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4841:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4842:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4845:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4861:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4862:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4865:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4881:96: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4882:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4885:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4901:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(localFP + FoxIFReceiver);
                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:4994:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     localReturnValue = longAt(localFP + FoxIFReceiver);
                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5034:46: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5054:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                      ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5071:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5072:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5073:45: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5075:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ourContext = longAt(localFP + FoxThisContext);
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5103:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5104:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5105:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5107:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ourContext1 = longAt(localFP + FoxThisContext);
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5124:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5125:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5126:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5128:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ourContext2 = longAt(localFP + FoxThisContext);
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5152:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if ((longAt(theFP + FoxSavedFP)) == 0) {
                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5158:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       callerContextOrNil = longAt((thePage1->baseAddress));
                                   ~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5165:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5188:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5189:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5190:45: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5192:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ourContext3 = longAt(localFP + FoxThisContext);
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5219:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      callerContextOrNil2 = longAt((thePage3->baseAddress));
                                   ~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5244:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        callerContextOrNil1 = longAt((thePage2->baseAddress));
                                     ~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5285:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5287:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5301:33: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput(localSP, localIP);
                                 ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                                                   ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5312:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5316:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     aMethodObj = longAt(localFP + FoxMethod);
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5407:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5415:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      callerContextOrNil = longAt((thePage1->baseAddress));
                                  ~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5447:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5476:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5479:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5482:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
                  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5485:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5515:34: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
        longAtPointerput(localSP, localIP);
                                  ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                                                   ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5526:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5530:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      aMethodObj = longAt(localFP + FoxMethod);
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5546:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5547:87: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5549:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((localFP + FoxIFrameFlags) + 1))));
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5560:33: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput(localSP, localIP);
                                 ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                                                   ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5571:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5574:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     aMethodObj1 = longAt(localFP + FoxMethod);
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5618:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5619:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5620:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5622:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ourContext = longAt(theFP + FoxThisContext);
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5655:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5661:83: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5662:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5663:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5710:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      objOop = longAt(localFP + FoxIFReceiver);
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5753:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5754:46: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5757:60: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5839:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      objOop = longAt(localFP + FoxIFReceiver);
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5882:77: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5883:46: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:5886:60: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6017:6: note: in expansion of macro 'sendBreakpointreceiver'
      sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), longAtPointer(localSP + (GIV(argumentCount) * BytesPerOop)));
      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6171:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6172:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6245:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6260:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6265:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6266:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6277:25: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6288:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6289:35: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6302:50: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput((localSP -= BytesPerOop), localIP);
                                                  ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                                                   ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6304:50: warning: passing argument 2 of 'longAtPointerput' makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput((localSP -= BytesPerOop), localFP);
                                                  ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                                                   ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6360:36: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6361:36: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6423:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      obj = longAt(localFP + FoxIFReceiver);
                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6454:37: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
         localSP = pointerForOop(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6455:37: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
         localFP = pointerForOop(GIV(framePointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6471:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6480:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
         callerContextOrNil = longAt((thePage->baseAddress));
                                     ~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6488:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6489:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
         ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-bin.zip generated.
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6490:47: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
         : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6492:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
         object3 = longAt(callerFP + FoxThisContext);
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6604:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     obj1 = longAt(localFP + FoxIFReceiver);
                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6699:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6700:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6900:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6901:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6902:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:6904:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ourContext = longAt(theFP + FoxThisContext);
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7042:88: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7043:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7044:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7066:88: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7067:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7068:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7103:88: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7104:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7105:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7156:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7157:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7158:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7160:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      context = longAt(theFP + FoxThisContext);
                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7476:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7477:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7482:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                    ~~~~~~~~^~~~~~~~~~~~~~~
  ? (FoxIFrameFlags + BytesPerWord) - 1
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      
  : FoxIFrameFlags)));
  ~~~~~~~~~~~~~~~~~~                         
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7505:23: warning: passing argument 1 of 'byteAtput' makes integer from pointer without a cast [-Wint-conversion]
     byteAtput(localFP + ((VMBIGENDIAN
               ~~~~~~~~^~~~~~~~~~~~~~~
  ? (FoxIFrameFlags + BytesPerWord) - 1
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  : FoxIFrameFlags)), backwardJumpCountByte);
  ~~~~~~~~~~~~~~~~~~    
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7673:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7679:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7680:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7771:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7777:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:7778:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8526:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8532:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8533:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8639:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8645:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8646:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8790:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     integerArgument = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8798:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                ^
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-bin.zip.sha1 generated.
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8879:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8886:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8887:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8955:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8956:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:8999:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9000:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9048:11: warning: variable 'classOop1' set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9047:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9330:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9331:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9297:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9383:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9384:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9350:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9702:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9703:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9704:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9706:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       theThingToPush = longAt(localFP + FoxThisContext);
                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9756:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     localReturnValue = longAt(localFP + FoxIFReceiver);
                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9863:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9869:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9870:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9961:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9967:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:9968:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:10715:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:10721:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:10722:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:10828:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:10834:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:10835:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:10979:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     integerArgument = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:10987:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11068:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11075:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11076:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11144:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11145:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11188:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11189:33: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11209:11: warning: variable 'classOop1' set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11208:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11426:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11427:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11393:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11479:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11480:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11446:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11693:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     rcvr = longAt(localFP + FoxIFReceiver);
                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11794:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxIFReceiver);
                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11825:36: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11826:36: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11842:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11851:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11859:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11860:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11861:46: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11863:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        object = longAt(callerFP + FoxThisContext);
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11945:74: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11946:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:11947:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12124:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     top = longAt(localSP);
                  ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12222:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12223:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12228:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                    ~~~~~~~~^~~~~~~~~~~~~~~
  ? (FoxIFrameFlags + BytesPerWord) - 1
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      
  : FoxIFrameFlags)));
  ~~~~~~~~~~~~~~~~~~                         
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12251:23: warning: passing argument 1 of 'byteAtput' makes integer from pointer without a cast [-Wint-conversion]
     byteAtput(localFP + ((VMBIGENDIAN
               ~~~~~~~~^~~~~~~~~~~~~~~
  ? (FoxIFrameFlags + BytesPerWord) - 1
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  : FoxIFrameFlags)), backwardJumpCountByte);
  ~~~~~~~~~~~~~~~~~~    
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12361:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxIFReceiver);
                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12456:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12457:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12581:68: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12582:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12585:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12610:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxIFReceiver);
                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12705:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12706:34: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12827:68: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12828:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12831:59: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12925:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12926:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12927:42: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                 ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12929:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       context = longAt(theFP + FoxThisContext);
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-c-src.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-c-src.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-include.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12993:130: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((newClosure + BaseHeaderSize) + (((int)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
                                                                                                                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13043:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13044:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13045:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13047:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      context = longAt(theFP + FoxThisContext);
                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:12108:3: warning: label 'directedSuperclassSend' defined but not used [-Wunused-label]
   directedSuperclassSend:
   ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'activateCoggedNewMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13418:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13420:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13432:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13435:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13441:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13441:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13445:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13448:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13451:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13456:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13468:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13471:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'activateNewMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13518:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13522:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13526:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13529:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13529:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13533:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13547:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13553:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13556:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13559:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13563:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'assertValidExecutionPointersimbarline':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13747:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodField = longAt(lifp + FoxMethod);
                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13758:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     theIP = longAt(lifp + FoxIFSavedIP);
                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13774:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    methodField1 = longAt(lifp + FoxMethod);
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13791:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(lifp + FoxSavedFP)) == 0) {
                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13738:12: warning: variable 'theIP' set but not used [-Wunused-but-set-variable]
     usqInt theIP;
            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13735:16: warning: variable 'cogMethod' set but not used [-Wunused-but-set-variable]
     CogMethod *cogMethod;
                ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'assertValidMachineCodeFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13806:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13802:16: warning: variable 'homeMethod' set but not used [-Wunused-but-set-variable]
     CogMethod *homeMethod;
                ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'assertValidStackedInstructionPointersInline':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13848:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((usqInt)(longAt((aStackPage->headSP))));
                            ~~~~~~~~~~~^~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13855:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13857:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    methodField = longAt(theFP + FoxMethod);
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13874:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    methodObj = longAt(theFP + FoxMethod);
                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13879:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     theIP = longAt(theFP + FoxIFSavedIP);
                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13885:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13886:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13832:16: warning: variable 'theMethod' set but not used [-Wunused-but-set-variable]
     CogMethod *theMethod;
                ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13828:12: warning: variable 'methodObj' set but not used [-Wunused-but-set-variable]
     usqInt methodObj;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'attemptToSwitchToMachineCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13942:53: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13943:123: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13945:50: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13965:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13966:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13969:68: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13969:84: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13971:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13973:85: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13973:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13974:33: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13977:52: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13978:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13999:105: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13999:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14003:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14003:34: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14010:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14021:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14024:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13929:16: warning: variable 'homeMethod' set but not used [-Wunused-but-set-variable]
     CogMethod *homeMethod;
                ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'callbackEnter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14053:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
                                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14098:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14043:20: warning: variable 'wasInMachineCode' set but not used [-Wunused-but-set-variable]
     volatile sqInt wasInMachineCode;
                    ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'callRegisterArgCogMethodatreceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14148:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14148:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14150:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14151:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14154:78: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14154:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14155:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14156:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14161:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14161:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14163:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14164:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14166:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14167:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14172:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                                                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14172:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14173:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14175:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceActivateFailingPrimitiveMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14199:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   result = longAt(GIV(stackPointer));
                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14202:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceBaseFrameReturn':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14260:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14289:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14319:65: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14322:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14325:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14328:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14346:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14348:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14352:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  GIV(instructionPointer) = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14354:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14357:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceCannotAssignTowithIndexvalueToAssign':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14390:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14394:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14397:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14400:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 1) | 1));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14403:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceCannotResume':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14426:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  resultOop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14428:78: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14428:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14431:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14435:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14437:170: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((int)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
                                                                                                                                                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceContextinstVar':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14499:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14504:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceContextinstVarvalue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14528:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14533:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceInterpretMethodFromPICreceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14607:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceMNUFromPICMNUMethodreceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14638:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14649:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceNonLocalReturn':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14771:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14791:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14792:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14793:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14795:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ourContext = longAt(theFP1 + FoxThisContext);
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14801:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14804:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14807:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14826:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14827:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14828:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
              ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14830:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ourContext = longAt(theFP2 + FoxThisContext);
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14836:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14839:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14842:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14850:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14851:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14852:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
              ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14854:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ourContext1 = longAt(theFP6 + FoxThisContext);
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14860:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14863:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14866:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14869:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14880:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14886:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    callerContextOrNil = longAt((thePage1->baseAddress));
                                ~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14893:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14917:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14918:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14919:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14921:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ourContext = longAt(theFP3 + FoxThisContext);
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14927:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14930:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14933:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14949:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil2 = longAt((thePage3->baseAddress));
                                ~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:14970:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     callerContextOrNil1 = longAt((thePage2->baseAddress));
                                  ~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15005:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15012:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15014:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
                                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceReturnToInterpreter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15056:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15067:65: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
                                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15068:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15070:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceSendAborttonumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15106:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15169:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceSendFromInLineCacheMiss':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15214:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15288:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceSendMustBeBooleanTointerpretingAtDelta':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15331:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15332:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15348:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15357:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(p);
                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15358:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15358:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15362:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15365:98: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15367:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15370:75: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15372:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15364:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15375:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15376:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(framePointer) + FoxMethod, methodObj);
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15323:11: warning: variable 'oop' set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceSendMustBeBoolean':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15400:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15404:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15407:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceSendabovetonumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15478:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15555:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15584:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15587:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15594:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceSendsupertonumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15651:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15665:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15670:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    methodPointer = longAt(GIV(framePointer) + FoxMethod);
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15772:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15803:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15817:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15824:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceStackOverflow':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15849:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15853:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15843:11: warning: variable 'cesoRetAddr' set but not used [-Wunused-but-set-variable]
     sqInt cesoRetAddr;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceTraceBlockActivation':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15877:148: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15879:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      longAt(GIV(framePointer) + FoxMFReceiver))
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15881:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ceTraceLinkedSend':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15898:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15919:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), theReceiver);
  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15895:11: warning: variable 'selector1' set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'checkAssertsEnabledInCoInterpreter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:15938:11: warning: variable 'assertsAreEnabledInCoInterpreter' set but not used [-Wunused-but-set-variable]
     sqInt assertsAreEnabledInCoInterpreter;
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'checkStackIntegrity':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16131:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16135:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theSP);
                   ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16143:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16145:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16147:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16148:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxThisContext);
                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16172:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16174:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      methodField = longAt(theFP + FoxMethod);
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16183:39: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
      if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
                                       ^~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'CogMethod *' {aka 'struct <anonymous> *'}
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16189:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxMethod);
                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16196:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16202:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'commenceCogCompiledCodeCompaction':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16273:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16285:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'contextInstructionPointerframe':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16343:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16345:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16359:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ? longAt(theFP + FoxIFSavedIP)
                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16360:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 1) | 1);
                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'divorceAMachineCodeFrameWithCogMethodin':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16414:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16417:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16418:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16419:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16421:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     theContext = longAt(theFP + FoxThisContext);
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16430:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'enterSmalltalkExecutiveImplementation':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16571:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16575:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16587:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'executeCogMethodfromLinkedSendWithReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16614:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16622:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16625:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'executeCogMethodfromUnlinkedSendWithReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16650:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16658:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16661:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'executeCogPICfromLinkedSendWithReceiverandCacheTag':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16688:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16691:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16697:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16716:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16719:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'executeNewMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16772:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'followForwardedFieldsInCurrentMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17023:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17025:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   methodField = longAt(GIV(framePointer) + FoxMethod);
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'followForwardingPointersInStackZone':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17137:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17138:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxMFReceiver);
                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17141:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMFReceiver, followForwarded(oop));
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17146:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxIFReceiver);
                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17149:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFReceiver, followForwarded(oop));
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17151:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxMethod);
                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17168:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17168:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17169:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, (oop = newOop));
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17172:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17174:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17176:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17177:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17178:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17178:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17181:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17183:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : byteAt((theFP + FoxIFrameFlags) + 1));
               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17185:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theFP + offset);
                  ~~~~~~^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17188:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + offset, followForwarded(oop));
                ~~~~~~^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17190:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17196:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17198:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theSP, followForwarded(oop));
                ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'frameCallerContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17262:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'frameHasContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17273:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17274:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17275:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'frameIsBlockActivation':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17285:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17286:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17287:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'frameMethodObject':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17294:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17296:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxMethod));
                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'frameNumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17306:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17308:37: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1));
            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'frameReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17322:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17323:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(theFP + FoxMFReceiver)
                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17324:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxIFReceiver));
                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'getCurrentBytecode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17423:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())))
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'handleForwardedSendFaultForReceiverstackDelta':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17453:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17455:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17456:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(GIV(framePointer) + FoxMFReceiver)
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17457:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17458:75: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17459:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(GIV(framePointer) + FoxMFReceiver)
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17460:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'handleMNUInMachineCodeToclassForMessage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17489:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17538:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17547:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'iframeIsBlockActivation':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17562:42: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
                 ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'iframeReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17569:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxIFReceiver);
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'iframeSavedIP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17576:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxIFSavedIP);
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'instructionPointerForFramecurrentFPcurrentIP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17636:25: warning: passing argument 1 of 'oopForPointer' makes pointer from integer without a cast [-Wint-conversion]
   theIP = oopForPointer(instrPtr);
                         ^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: expected 'void *' but argument is of type 'sqInt' {aka 'int'}
   static inline sqInt oopForPointer(void *ptr)   { return (sqInt)ptr; }
                                     ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17648:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17659:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? longAt((thePage->headSP))
             ~~~~~~~~^~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17660:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17664:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? mustMapMachineCodePCcontext((value >> 1), longAt(spouseFP + FoxThisContext))
                                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'interpretMethodFromMachineCode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17769:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17781:4: warning: statement with no effect [-Wunused-value]
    !GIV(primFailCode);
    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'isMachineCodeFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17812:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'makeBaseFrameFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17950:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
            ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17951:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), aContext);
            ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17968:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), maybeClosure);
             ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17991:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), rcvr);
             ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17994:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
             ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17996:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
            ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17997:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), 0);
            ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18054:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
              ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18061:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
              ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18063:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), aContext);
             ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18066:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), theMethod);
             ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18067:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), aContext);
             ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18068:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
             ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18075:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), 0);
             ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18082:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), rcvr);
            ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18089:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
             ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18094:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), theIP);
            ~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'mapStackPages':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18177:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18178:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      || ((longAt(theFP + FoxIFSavedIP)) == 0)
                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18191:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18195:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theSP);
                   ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18198:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theSP, remapObj(oop));
                 ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18202:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18203:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18204:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18205:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18206:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18206:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18213:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18214:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18216:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        theIP = longAt(theIPPtr);
                       ^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18220:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
         theIP = longAt(theIPPtr);
                        ^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18225:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        theIP -= longAt(theFP + FoxMethod);
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18227:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18227:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18229:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18229:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                  ^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18233:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18239:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18242:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theSP, remapObj(oop));
                ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'markAndTraceStackPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18370:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18374:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theSP);
                 ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18387:15: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theSP, oop);
               ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18394:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18395:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18396:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18398:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    markAndTrace(longAt(theFP + FoxThisContext));
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18400:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18402:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18412:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    markAndTrace(longAt(theFP + FoxMethod));
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18414:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18422:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(theSP);
                ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18435:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(theSP, oop);
              ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'markCogMethodsAndReferentsOnPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18493:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18496:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'mcprimFunctionForPrimitiveIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18558:10: warning: returning 'sqInt (*)(sqInt)' {aka 'int (*)(int)'} from a function with return type 'sqInt' {aka 'int'} makes integer from pointer without a cast [-Wint-conversion]
   return mcprimHashMultiply;
          ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'mframeCogMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18657:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'mframeHomeMethodExport':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18667:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodField = longAt(GIV(framePointer) + FoxMethod);
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'mframeHomeMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18690:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodField = longAt(theFP + FoxMethod);
                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'mframeIsBlockActivation':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18706:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'mframeReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18713:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMFReceiver);
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'moveFramesInthroughtoPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18941:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18945:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18948:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18949:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18950:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18952:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theContext = longAt(theFP + FoxThisContext);
                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18957:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18957:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
            ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18958:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newSP -= BytesPerWord), theContext);
            ~~~~~~~^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18960:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18962:37: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1));
            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18966:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(newSP, longAt(source));
                           ^~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18966:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(newSP, longAt(source));
             ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18980:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18984:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(callerFP + FoxIFSavedIP, callerIP);
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18987:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theFP + stackedReceiverOffset, callerIP);
            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18992:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18993:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxSavedFP, 0);
                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18996:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19000:25: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19001:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19002:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19003:45: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19004:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theContext = longAt(fpInNewPage + FoxThisContext);
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printFrameFlagsForFP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19680:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19682:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   it = (longAt(address)) & 7;
                ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19686:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   it = longAt(address);
               ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19690:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19699:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19701:37: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1)));
            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19702:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19703:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19704:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19707:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19708:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19709:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printFrameMethodFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19727:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19734:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19735:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19737:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   methodField = longAt(theFP + FoxMethod);
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19751:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19753:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxMethod));
                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printFrameThingatextraString':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19765:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printFrameThingatextra':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19803:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printFrameWithSP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19860:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19862:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19864:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   methodField = longAt(theFP + FoxMethod);
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19879:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19881:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod));
                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19884:45: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19898:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19899:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19900:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19901:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19912:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19913:104: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19915:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19916:103: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19918:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19924:85: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
                                                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19929:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19933:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19936:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19940:75: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
                                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19942:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19946:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  topThing = longAt(theSP);
                    ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19954:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19955:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19956:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19961:70: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19972:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19973:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19974:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'returnToExecutivepostContextSwitch':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20366:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20370:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20377:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     top = longAt(GIV(stackPointer));
                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20383:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20388:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20391:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20394:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20399:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20412:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
                                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'returntoExecutive':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20439:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20442:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20445:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20450:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20453:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20467:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'sendInvokeCallbackContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20622:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20627:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20631:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20635:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20640:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20680:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20686:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20690:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20693:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20693:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20700:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20714:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20720:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20723:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20730:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20733:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20738:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20742:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20757:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'sendInvokeCallbackStackRegistersJmpbuf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20859:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20863:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20867:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20871:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20875:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20915:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20921:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20925:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20928:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20928:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20935:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20949:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20955:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20958:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20965:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20968:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20973:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20977:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:20992:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'shortPrintFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21050:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21051:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(theFP + FoxMFReceiver)
                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21052:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxIFReceiver));
                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21053:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21055:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxMethod));
                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21060:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21065:91: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21066:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21067:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21067:76: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21069:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21070:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21072:59: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21073:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21074:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'slowPrimitiveResponse':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21335:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'transferTofrom':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21635:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21651:141: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21668:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21669:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21670:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21672:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(theFP + FoxThisContext);
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21776:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21778:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21791:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21795:141: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'updateStackZoneReferencesToCompiledCodePreCompaction':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21819:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21821:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      theMethodField = longAt(theFP + FoxMethod);
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21829:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      theIP = ((usqInt)(longAt(theIPPtr)));
                               ^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21833:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
                 ^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21835:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21837:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'updateStateOfSpouseContextForFrameWithSP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21862:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  theContext = longAt(theFP + FoxThisContext);
                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21865:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21871:47: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
                      ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21884:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((longAt(argsPointer)) & (tagMask())) == 0)
                  ^~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21885:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
                              ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2911:49: note: in definition of macro 'oopisLessThan'
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21892:116: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
                                                                                                                    ^~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21903:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((longAt(pointer)) & (tagMask())) == 0)
                  ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21904:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                              ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2911:49: note: in definition of macro 'oopisLessThan'
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21911:122: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((int)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                          ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'validInstructionPointerinMethodframePointer':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21935:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21938:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21942:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theInstrPointer = longAt(fp + FoxIFSavedIP);
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'validStackPageBaseFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21972:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  senderContextOrNil = longAt((aPage->baseAddress));
                              ~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21973:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'voidVMStateForSnapshotFlushingExternalPrimitivesIf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22041:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22040:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveCollectCogCodeConstituents':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22419:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   withDetails = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22433:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveContextXray':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22460:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  context = longAt(GIV(stackPointer));
                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22468:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22493:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveEnterCriticalSection':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22522:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22523:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22528:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22555:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22561:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22566:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveExitCriticalSection':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22593:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  criticalSection = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFlushCacheByMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22647:68: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22652:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22653:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFlushCacheBySelector':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22669:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer));
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLongRunningPrimitiveSemaphore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22707:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22722:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveMethodPCData':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22757:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodReceiver = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22792:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveMethodXray':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22823:63: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
                                                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22825:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22826:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22827:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((int)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22830:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22834:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22853:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22854:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22855:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((int)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22857:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((int)((usqInt)(HeaderIndex) << (shiftForWord())))));
                                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22876:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveMinimumUnusedHeadroom':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22890:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveObjectAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22910:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22929:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22948:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveObjectAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22967:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22968:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:22974:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23039:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveProfileSemaphore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23060:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23079:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveResume':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23115:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  proc = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSignal':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23174:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (synchronousSignal(longAt(GIV(stackPointer)))) {
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSnapshot':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23195:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSnapshotEmbedded':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23215:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSuspend':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23247:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  process = longAt(GIV(stackPointer));
                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23250:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23416:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveTerminateTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23472:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aContextOrNil = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23482:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23526:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23528:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23530:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : byteAt((theFP + FoxIFrameFlags) + 1));
               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23538:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23548:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23556:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(newSP, longAt(source));
                              ^~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23556:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(newSP, longAt(source));
                ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23558:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxSavedFP, contextsFP);
                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23558:35: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxSavedFP, contextsFP);
                                   ^~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23559:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23563:27: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput(contextsFP + FoxIFSavedIP, contextsIP);
                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23566:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxCallerSavedIP, contextsIP);
                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23594:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage1->baseAddress));
                               ~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23639:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23680:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23693:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23693:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                  ^~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23693:30: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23714:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       callerContextOrNil1 = longAt((thePage2->baseAddress));
                                    ~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23753:82: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23755:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23755:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ? ((mframeCogMethod(theFP))->cmNumArgs)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveVoidVMState':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23794:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveVoidVMStateForMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23858:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   methodObj = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23861:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23863:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23867:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23900:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23901:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23902:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23904:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(theFP + FoxThisContext);
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23915:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23918:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23929:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24078:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24106:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23850:11: warning: variable 'top' set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23840:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:23839:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'unmarkAllFrames':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24172:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     methodField = longAt(theFP + FoxMethod);
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24175:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, methodField - 4);
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24179:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      flags = longAt(theFP + FoxIFrameFlags);
                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24181:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFrameFlags, flags - 2);
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24184:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'initializeStacknumSlotspageSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24206:11: warning: variable 'theIndex' set but not used [-Wunused-but-set-variable]
     sqInt theIndex;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24205:17: warning: variable 'structStackPageSize' set but not used [-Wunused-but-set-variable]
     usqIntptr_t structStackPageSize;
                 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'cStringOrNullFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24337:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveAdd':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24789:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 1) | 1));
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveAddLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24821:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24822:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24856:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveAdoptInstance':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24884:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24885:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveAllInstances':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24929:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  result = allInstancesOf(longAt(GIV(stackPointer)));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24934:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   result = allInstancesOf(longAt(GIV(stackPointer)));
                                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24941:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveAllObjects':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24970:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveArctan':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:24989:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveArrayBecome':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25022:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25023:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveArrayBecomeOneWay':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25046:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25047:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveArrayBecomeOneWayCopyHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25072:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25076:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25084:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25084:105: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveArrayBecomeOneWayNoCopyHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25106:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25107:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveAsCharacter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25127:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  characterCode = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25140:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveAsFloat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25155:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25158:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 1)) )));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25191:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25192:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25361:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25391:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25392:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25393:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25552:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveBeCursor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25603:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   cursorObj = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25607:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25608:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   maskObj = longAt(GIV(stackPointer));
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveBeDisplay':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25831:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25825:9: warning: variable 'changed' set but not used [-Wunused-but-set-variable]
     int changed;
         ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveBehaviorHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25903:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25905:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25906:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25908:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25912:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 1) | 1));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveBitAnd':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:25948:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26010:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26074:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveBitAndLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26091:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26092:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26099:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveBitOr':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26132:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26194:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26258:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveBitOrLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26275:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26276:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26283:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveBitShift':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26306:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26314:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26395:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveBitShiftLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26417:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26432:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26470:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveBitXor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26498:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26499:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26506:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26635:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveBitXorLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26653:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26654:62: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26661:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveBytesLeft':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26689:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 1) | 1));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26696:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26712:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 1) | 1));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26717:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26721:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26736:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 1) | 1));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26675:11: warning: variable 'aBool' set but not used [-Wunused-but-set-variable]
     sqInt aBool;
           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveChangeClass':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26805:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26817:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveClass':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26854:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  instance = longAt(GIV(stackPointer));
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26872:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveClipboardText':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26909:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26938:29: warning: right shift count >= width of type [-Wshift-count-overflow]
    if ((((usqInt) numSlots) >> 56) > 0) {
                             ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:26977:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveClockLogAddresses':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27032:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27199:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27008:11: warning: variable 'oop' set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveClosureValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27248:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27298:142: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27305:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27308:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27319:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27324:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27327:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27347:145: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27354:35: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27357:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27368:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27373:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27376:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27396:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27400:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27403:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27403:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27407:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27410:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27416:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27419:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27428:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27432:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveClosureValueNoContextSwitch':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27511:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27561:142: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27568:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27571:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27582:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27587:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27590:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27610:145: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27617:35: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27620:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27631:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27636:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27639:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27659:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27663:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27666:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27666:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27670:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27673:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27679:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27682:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27691:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27695:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveClosureValueWithArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27774:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27796:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27829:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27834:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27856:142: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27863:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27866:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27877:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27882:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27885:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27905:145: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27912:35: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27915:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27926:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27931:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27934:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27954:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27958:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27961:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27961:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27965:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27968:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27974:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27977:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27986:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27990:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:27772:11: warning: variable 'top' set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveCoarseLocalMicrosecondClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28039:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveCoarseUTCMicrosecondClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28063:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveCompareBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28097:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28098:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28111:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28177:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28184:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28190:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveCompareWith':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28228:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   order = longAt(GIV(stackPointer));
                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28236:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28239:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28286:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveConstantFill':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28306:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28307:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveControlVMProfiling':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28397:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28412:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28427:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveCopyObject':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28458:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28459:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveCrashVM':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28557:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((longAt(GIV(stackPointer))) & 1)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28558:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   crashInThisThread = ((longAt(GIV(stackPointer))) >> 1);
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28562:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28566:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveDisablePowerManager':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28602:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveDiv':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28632:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28632:89: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28637:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 1) | 1));
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveDivide':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28662:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28678:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28699:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 1) | 1));
               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveDivideLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28737:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28738:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28758:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveDivLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28781:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28782:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28812:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28827:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28828:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28831:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28840:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveEqualLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28859:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28860:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28863:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveExp':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28893:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveExponent':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:28931:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFailForFFIExceptionat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29035:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29041:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29045:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29048:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29048:59: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29055:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29069:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29075:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29078:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29085:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29088:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29093:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29097:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFetchNextMourner':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29162:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatAdd':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29182:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29183:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29224:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29253:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29254:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29324:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29348:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopToStore = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29355:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29356:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29376:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29387:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatDivide':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29413:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29414:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29463:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29482:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) & 1)) {
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29483:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = ((double) (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) >> 1)) );
                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29487:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  isFloat = (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) & (tagMask())) == 0)
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29488:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(longAt(GIV(stackPointer) + (1 * BytesPerWord)))) & (classIndexMask())) == ClassFloatCompactIndex);
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29490:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   fetchFloatAtinto((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize, result);
                                              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:288:31: note: in definition of macro 'fetchFloatAtPointerinto'
     memcpy(&doubleVar,(char *)intPointerToFloat,sizeof(double));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29490:3: note: in expansion of macro 'fetchFloatAtinto'
   fetchFloatAtinto((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize, result);
   ^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29501:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((longAt(GIV(stackPointer))) & 1)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29502:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   arg = ((double) (((longAt(GIV(stackPointer))) >> 1)) );
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29506:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  isFloat1 = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29507:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(longAt(GIV(stackPointer)))) & (classIndexMask())) == ClassFloatCompactIndex);
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29509:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:288:31: note: in definition of macro 'fetchFloatAtPointerinto'
     memcpy(&doubleVar,(char *)intPointerToFloat,sizeof(double));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29509:3: note: in expansion of macro 'fetchFloatAtinto'
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29509:28: note: in expansion of macro 'GIV'
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
                            ^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29522:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatGreaterOrEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29543:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) & 1)) {
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29544:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = ((double) (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) >> 1)) );
                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29548:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  isFloat = (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) & (tagMask())) == 0)
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29549:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(longAt(GIV(stackPointer) + (1 * BytesPerWord)))) & (classIndexMask())) == ClassFloatCompactIndex);
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29551:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   fetchFloatAtinto((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize, result);
                                              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:288:31: note: in definition of macro 'fetchFloatAtPointerinto'
     memcpy(&doubleVar,(char *)intPointerToFloat,sizeof(double));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29551:3: note: in expansion of macro 'fetchFloatAtinto'
   fetchFloatAtinto((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize, result);
   ^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29562:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((longAt(GIV(stackPointer))) & 1)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29563:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   arg = ((double) (((longAt(GIV(stackPointer))) >> 1)) );
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29567:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  isFloat1 = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29568:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(longAt(GIV(stackPointer)))) & (classIndexMask())) == ClassFloatCompactIndex);
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29570:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:288:31: note: in definition of macro 'fetchFloatAtPointerinto'
     memcpy(&doubleVar,(char *)intPointerToFloat,sizeof(double));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29570:3: note: in expansion of macro 'fetchFloatAtinto'
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29570:28: note: in expansion of macro 'GIV'
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
                            ^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29583:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatGreaterThan':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29604:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) & 1)) {
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29605:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = ((double) (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) >> 1)) );
                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29609:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  isFloat = (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) & (tagMask())) == 0)
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29610:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(longAt(GIV(stackPointer) + (1 * BytesPerWord)))) & (classIndexMask())) == ClassFloatCompactIndex);
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29612:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   fetchFloatAtinto((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize, result);
                                              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:288:31: note: in definition of macro 'fetchFloatAtPointerinto'
     memcpy(&doubleVar,(char *)intPointerToFloat,sizeof(double));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29612:3: note: in expansion of macro 'fetchFloatAtinto'
   fetchFloatAtinto((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize, result);
   ^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29623:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((longAt(GIV(stackPointer))) & 1)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29624:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   arg = ((double) (((longAt(GIV(stackPointer))) >> 1)) );
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29628:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  isFloat1 = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29629:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(longAt(GIV(stackPointer)))) & (classIndexMask())) == ClassFloatCompactIndex);
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29631:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:288:31: note: in definition of macro 'fetchFloatAtPointerinto'
     memcpy(&doubleVar,(char *)intPointerToFloat,sizeof(double));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29631:3: note: in expansion of macro 'fetchFloatAtinto'
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29631:28: note: in expansion of macro 'GIV'
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
                            ^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29644:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatLessOrEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29665:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) & 1)) {
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29666:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = ((double) (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) >> 1)) );
                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29670:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  isFloat = (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) & (tagMask())) == 0)
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29671:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(longAt(GIV(stackPointer) + (1 * BytesPerWord)))) & (classIndexMask())) == ClassFloatCompactIndex);
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29673:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   fetchFloatAtinto((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize, result);
                                              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:288:31: note: in definition of macro 'fetchFloatAtPointerinto'
     memcpy(&doubleVar,(char *)intPointerToFloat,sizeof(double));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29673:3: note: in expansion of macro 'fetchFloatAtinto'
   fetchFloatAtinto((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize, result);
   ^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29684:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((longAt(GIV(stackPointer))) & 1)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29685:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   arg = ((double) (((longAt(GIV(stackPointer))) >> 1)) );
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29689:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  isFloat1 = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29690:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(longAt(GIV(stackPointer)))) & (classIndexMask())) == ClassFloatCompactIndex);
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29692:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:288:31: note: in definition of macro 'fetchFloatAtPointerinto'
     memcpy(&doubleVar,(char *)intPointerToFloat,sizeof(double));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29692:3: note: in expansion of macro 'fetchFloatAtinto'
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29692:28: note: in expansion of macro 'GIV'
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
                            ^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29705:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatLessThan':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29726:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) & 1)) {
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29727:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = ((double) (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) >> 1)) );
                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29731:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  isFloat = (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) & (tagMask())) == 0)
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29732:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(longAt(GIV(stackPointer) + (1 * BytesPerWord)))) & (classIndexMask())) == ClassFloatCompactIndex);
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29734:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   fetchFloatAtinto((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize, result);
                                              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:288:31: note: in definition of macro 'fetchFloatAtPointerinto'
     memcpy(&doubleVar,(char *)intPointerToFloat,sizeof(double));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29734:3: note: in expansion of macro 'fetchFloatAtinto'
   fetchFloatAtinto((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize, result);
   ^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29745:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((longAt(GIV(stackPointer))) & 1)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29746:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   arg = ((double) (((longAt(GIV(stackPointer))) >> 1)) );
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29750:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  isFloat1 = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29751:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(longAt(GIV(stackPointer)))) & (classIndexMask())) == ClassFloatCompactIndex);
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29753:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:288:31: note: in definition of macro 'fetchFloatAtPointerinto'
     memcpy(&doubleVar,(char *)intPointerToFloat,sizeof(double));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29753:3: note: in expansion of macro 'fetchFloatAtinto'
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29753:28: note: in expansion of macro 'GIV'
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
                            ^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29766:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatMultiply':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29788:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29789:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29830:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatNotEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29849:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) & 1)) {
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29850:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = ((double) (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) >> 1)) );
                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29854:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  isFloat = (((longAt(GIV(stackPointer) + (1 * BytesPerWord))) & (tagMask())) == 0)
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29855:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(longAt(GIV(stackPointer) + (1 * BytesPerWord)))) & (classIndexMask())) == ClassFloatCompactIndex);
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29857:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   fetchFloatAtinto((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize, result);
                                              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:288:31: note: in definition of macro 'fetchFloatAtPointerinto'
     memcpy(&doubleVar,(char *)intPointerToFloat,sizeof(double));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29857:3: note: in expansion of macro 'fetchFloatAtinto'
   fetchFloatAtinto((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize, result);
   ^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29868:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((longAt(GIV(stackPointer))) & 1)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29869:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   arg = ((double) (((longAt(GIV(stackPointer))) >> 1)) );
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29873:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  isFloat1 = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29874:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(longAt(GIV(stackPointer)))) & (classIndexMask())) == ClassFloatCompactIndex);
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29876:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:288:31: note: in definition of macro 'fetchFloatAtPointerinto'
     memcpy(&doubleVar,(char *)intPointerToFloat,sizeof(double));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29876:3: note: in expansion of macro 'fetchFloatAtinto'
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29876:28: note: in expansion of macro 'GIV'
   fetchFloatAtinto((longAt(GIV(stackPointer))) + BaseHeaderSize, result1);
                            ^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29889:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFloatSubtract':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29911:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29912:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:29953:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFlushExternalPrimitives':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30005:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30004:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFormPrint':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30157:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30161:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30174:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30189:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30203:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFractionalPart':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30311:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFullClosureValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30376:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30412:142: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30419:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30422:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30433:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30438:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30441:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30470:145: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30477:35: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30480:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30491:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30496:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30499:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30519:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30523:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30526:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30526:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30530:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30533:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30539:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30542:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30551:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30555:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30574:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFullClosureValueNoContextSwitch':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30648:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30684:142: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30691:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30694:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30705:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30710:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30713:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30742:145: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30749:35: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30752:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30763:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30768:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30771:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30791:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30795:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30798:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30798:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30802:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30805:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30811:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30814:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30823:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30827:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30846:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFullClosureValueWithArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30920:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30942:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30964:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30969:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30988:142: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30995:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30998:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31009:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31014:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31017:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31046:145: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31053:35: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31056:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31067:23: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31072:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31075:22: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31095:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31099:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31102:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31102:58: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31106:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31109:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31115:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31118:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31127:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31131:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31150:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:30918:11: warning: variable 'top' set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveGetAttribute':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31191:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31214:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveGetenv':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31241:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31264:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveGetImmutability':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31278:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31282:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveGetLogDirectory':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31321:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveGetNextEvent':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31339:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveGetWindowLabel':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31481:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveGetWindowSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31554:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveGreaterOrEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31567:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31568:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31571:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveGreaterOrEqualLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31595:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31596:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31599:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveGreaterThan':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31614:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31615:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31618:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveGreaterThanLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31642:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31643:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31646:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveGrowMemoryByAtLeast':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31661:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ammount = longAt(GIV(stackPointer));
                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31674:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 1) | 1));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveHashMultiply':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31692:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31717:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((((value * HashMultiplyConstant) & 0xFFFFFFF) << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveHeartbeatFrequency':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31740:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31788:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveHighResClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31812:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveIdentical':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31829:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31830:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31841:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveIdentityHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31858:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31884:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 1) | 1));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveImageFormatVersion':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31955:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveImageName':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:31992:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32023:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveImmediateAsInteger':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32044:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32059:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveInputSemaphore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32073:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveIntegerAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32146:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32147:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32176:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 1) | 1));
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32192:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 1) | 1));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32206:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32226:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32247:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr + BaseHeaderSize) + (((sqInt)((usqInt)(index) << (shiftForWord()))))));
               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32258:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr + BaseHeaderSize) + (((sqInt)((usqInt)((index + numFixed)) << (shiftForWord()))))));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveIntegerAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32296:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32297:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32298:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32343:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32361:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32376:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32394:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32430:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32456:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveInterruptChecksPerMSec':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32493:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveInterruptSemaphore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32509:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveInvokeObjectAsMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32566:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top1 = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32573:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32577:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32580:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32583:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32586:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveIsBigEnder':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32616:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveIsPinned':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32634:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32643:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveIsWindowObscured':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32669:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLessOrEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32682:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32683:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32686:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLessOrEqualLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32710:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32711:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32714:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLessThan':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32729:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32730:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32733:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLessThanLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32757:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32758:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32761:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveListBuiltinModule':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32793:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32820:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32833:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveListExternalModule':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32862:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32889:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32902:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadImageSegment':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32937:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32940:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32954:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLocalMicrosecondClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32981:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLogN':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33001:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLowSpaceSemaphore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33032:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveMakePoint':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33075:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33076:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33127:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveMaxIdentityHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33140:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveMillisecondClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33169:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveMillisecondClockMask':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33184:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveMod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33196:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33196:84: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33201:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 1) | 1));
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveModLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33232:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33233:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33258:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveMultiply':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33276:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33292:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33325:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 1) | 1));
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveMultiplyLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33348:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33349:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33370:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveNew':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33386:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33389:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33396:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveNewMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33426:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  header = longAt(GIV(stackPointer));
                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33427:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33435:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33478:29: warning: right shift count >= width of type [-Wshift-count-overflow]
    if ((((usqInt) numSlots) >> 56) > 0) {
                             ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33547:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveNewPinned':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33560:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33563:69: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33570:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveNewWithArg':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33597:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33665:71: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33668:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((int)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 1);
                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33681:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveNewWithArgPinned':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33705:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33766:71: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33769:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((int)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 1);
                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33782:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveNextInstance':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33805:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  object = longAt(GIV(stackPointer));
                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33888:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveNextObject':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33911:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33914:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 1) | 1));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33920:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveNotEqual':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33935:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33936:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33939:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33948:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveNotEqualLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33967:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33968:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33971:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveNotIdentical':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33993:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:33994:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34023:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitivePathToUsing':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34083:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34084:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34089:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34090:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34091:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34329:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34331:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34044:12: warning: variable 'freeStartAtStart' set but not used [-Wunused-but-set-variable]
     usqInt freeStartAtStart;
            ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitivePerformInSuperclass':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34364:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34365:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  lookupClass = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34397:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34398:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34421:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34424:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34428:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34435:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), rcvr);
  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34477:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34492:76: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34492:42: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34355:11: warning: variable 'selector1' set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitivePerformWithArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34525:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34526:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34527:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34550:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34553:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34557:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34564:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), actualReceiver);
  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34594:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34607:76: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34607:42: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34516:11: warning: variable 'selector1' set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveProfilePrimitive':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34634:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveProfileSample':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34659:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveProfileStart':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34694:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveQuit':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34726:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(GIV(stackPointer))) >> 1)
                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveQuo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34746:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34762:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34798:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 1) | 1));
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveQuoLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34829:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34830:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34848:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveRelinquishProcessor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34865:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveRemLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34910:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34911:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34928:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveScreenDepth':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34954:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveScreenScaleFactor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:34983:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveScreenSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35055:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSecondsClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35122:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSetDisplayMode':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35146:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35150:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35163:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35179:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35195:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35215:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSetFullScreen':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35232:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSetImmutability':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35262:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35276:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35286:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35297:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSetInterruptKey':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35316:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSetLogDirectory':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35352:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  stringOop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSetOrHasIdentityHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35418:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35419:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35421:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35429:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35433:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35454:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35470:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35507:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 1) | 1));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSetWindowLabel':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35525:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  labelOop = longAt(GIV(stackPointer));
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSetWindowSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35587:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35603:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveShortAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35641:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35647:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35663:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveShortAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35683:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35684:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35694:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35722:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveShowDisplayRect':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35744:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35760:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35776:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35792:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSignalAtBytesLeft':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35827:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  bytes = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSine':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35865:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35901:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35960:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSizeInBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35972:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35974:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : bytesInObject(longAt(GIV(stackPointer))));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:35977:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSizeInBytesOfInstance':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36011:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((longAt(GIV(stackPointer))) & 1))) {
                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36017:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   nElements = ((longAt(GIV(stackPointer))) >> 1);
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36018:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((int)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 1);
                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36067:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36072:53: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((int)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 1);
                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36092:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 1) | 1));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSomeInstance':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36104:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  class = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36114:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSomeObject':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36133:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSpecialObjectsOop':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36147:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSquareRoot':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36166:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreImageSegment':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36234:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36235:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36238:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36254:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   outPointerArray = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36255:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36256:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStringAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36300:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36301:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36477:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStringAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36508:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36509:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36510:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36678:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStringReplace':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36718:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36719:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36720:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36721:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36722:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSubtract':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:36988:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 1) | 1));
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSubtractLargeIntegers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37020:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37021:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37055:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveTestAndSetOwnershipOfCriticalSection':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37085:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37086:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37091:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37118:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37124:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37129:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveTestDisplayDepth':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37147:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37167:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveTimesTwoPower':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37189:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37197:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37213:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveTruncated':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37232:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveUnloadModule':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37298:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  moduleName = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37289:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37288:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveUTCMicrosecondClock':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37454:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveUtcAndTimezoneOffset':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37479:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37514:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveUtcWithOffset':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37541:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37575:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveVMPath':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37596:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveVMProfileSamplesInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37625:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37636:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37646:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 1) | 1));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37617:11: warning: variable 'v' set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveWait':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37663:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'clearLeakMapAndMapAccessibleObjects':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37933:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:37932:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'instantiateClassindexableSizeisPinned':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38724:29: warning: right shift count >= width of type [-Wshift-count-overflow]
    if ((((usqInt) numSlots) >> 56) > 0) {
                             ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'shortentoIndexableSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38966:29: warning: right shift count >= width of type [-Wshift-count-overflow]
    if ((((usqInt) numSlots) >> 56) > 0) {
                             ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'allNewSpaceObjectsHaveZeroRTRefCount':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:39184:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'allWeakSurvivorsOnWeakList':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:39259:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'processEphemerons':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:39974:11: warning: variable 'oldList' set but not used [-Wunused-but-set-variable]
     sqInt oldList;
           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:39973:11: warning: variable 'oldCorpse' set but not used [-Wunused-but-set-variable]
     sqInt oldCorpse;
           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'writeScavengeLog':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:40740:28: warning: format '%d' expects argument of type 'int', but argument 7 has type 'long long unsigned int' [-Wformat=]
  fprintf(GIV(scavengeLog), "\tsurvivor bytes: 0x%" PRIxSQINT "/%" PRIdSQINT " rem set: %" PRIdSQINT " tenured: %" PRIdSQINT " usecs: %" PRIdSQINT "\n", (GIV(scavengeLogRecord).eSurvivorBytes), (GIV(scavengeLogRecord).eSurvivorBytes), (GIV(scavengeLogRecord).eRememberedSetSize), ((GIV(scavengeLogRecord).eStatTenures)) - ((GIV(scavengeLogRecord).sStatTenures)), GIV(statSGCDeltaUsecs));
                            ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:61:20: note: format string is defined here
 #define PRIdSQINT "d"
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'allInstancesOf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41525:26: warning: right shift count >= width of type [-Wshift-count-overflow]
    if ((((usqInt) count) >> 56) > 0) {
                          ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41198:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41197:11: warning: variable 'prevPrevObj11' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41196:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41195:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'allObjects':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41629:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41628:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'allObjectsUnmarked':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41811:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41810:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'allOldMarkedWeakObjectsOnWeaklingStack':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41914:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'allocateSlotsformatclassIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:42720:28: warning: right shift count >= width of type [-Wshift-count-overflow]
   if ((((usqInt) numSlots) >> 56) > 0) {
                            ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'checkHeapFreeSpaceIntegrity':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:43603:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:43602:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'checkHeapIntegrityclassIndicesShouldBeValid':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:43900:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:43899:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'clearLeakMapAndMapAccessibleFreeSpace':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:44996:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'clone':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:45184:29: warning: right shift count >= width of type [-Wshift-count-overflow]
    if ((((usqInt) numSlots) >> 56) > 0) {
                             ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'countMarkedAndUnmarkdObjects':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:45472:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:45471:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'existInstancesInNewSpaceOf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46020:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'findStringBeginningWith':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46279:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46278:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'findString':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46426:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46425:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'initialInstanceOf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:47505:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
CPack: - Install project: PharoVM []
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:47504:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'initializeObjectMemory':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:47714:11: warning: variable 'freeChunk' set but not used [-Wunused-but-set-variable]
     sqInt freeChunk;
           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'instantiateClassisPinned':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48184:28: warning: right shift count >= width of type [-Wshift-count-overflow]
   if ((((usqInt) numSlots) >> 56) > 0) {
                            ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'loadImageSegmentFromoutPointers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:49628:36: warning: right shift count >= width of type [-Wshift-count-overflow]
   if ((((usqInt) numLoadedObjects) >> 56) > 0) {
                                    ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:49741:5: warning: statement with no effect [-Wunused-value]
     -classIndex3;
     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'longPrintInstancesWithClassIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:49892:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:49891:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'longPrintReferencesTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:50011:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:50010:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'markObjects':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:51094:13: warning: assignment to 'sqInt' {aka 'int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
  allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:51298:32: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
  free((GIV(unscannedEphemerons).start));
       ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:19,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:563:25: note: expected 'void *' but argument is of type 'usqInt' {aka 'unsigned int'}
 extern void free (void *__ptr) __THROW;
                   ~~~~~~^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'objectBefore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:52147:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:52146:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'objectsReachableFromRoots':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:52305:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:52304:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printActivationsOf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:53098:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:53097:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printContextReferencesTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:53253:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:53252:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printForwarders':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:53470:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:53469:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printFreeChunks':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:53588:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:53587:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printInstancesWithClassIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:53940:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:53939:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printMethodImplementorsOf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:54113:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:54112:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printMethodReferencesTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:54246:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:54245:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printObjectsWithHash':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:54421:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:54420:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printOopsExcept':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:54639:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:54638:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printOopsSuchThat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:54809:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:54808:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printReferencesTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:54938:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:54937:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'pushOnUnscannedEphemeronsStack':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:55238:50: warning: passing argument 1 of 'realloc' makes pointer from integer without a cast [-Wint-conversion]
   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:19,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:549:14: note: expected 'void *' but argument is of type 'usqInt' {aka 'unsigned int'}
 extern void *realloc (void *__ptr, size_t __size)
              ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:55238:15: warning: assignment to 'sqInt' {aka 'int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/dispdbg.h:8,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'runLeakCheckerFor':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:55669:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro 'asserta'
 # define asserta(expr) (expr)
                         ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'runLeakCheckerForexcludeUnmarkedObjsclassIndicesShouldBeValid':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:55690:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro 'asserta'
 # define asserta(expr) (expr)
                         ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'setHeapBasememoryLimitendOfMemory':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:55801:11: warning: variable 'oldStart' set but not used [-Wunused-but-set-variable]
     sqInt oldStart;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:55798:11: warning: variable 'actualEdenBytes' set but not used [-Wunused-but-set-variable]
     sqInt actualEdenBytes;
           ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'storeImageSegmentIntooutPointersroots':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:56243:29: warning: right shift count >= width of type [-Wshift-count-overflow]
   if ((((usqInt) numSlots4) >> 56) > 0) {
                             ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:56280:29: warning: right shift count >= width of type [-Wshift-count-overflow]
   if ((((usqInt) numSlots5) >> 56) > 0) {
                             ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'stringForCString':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:56439:28: warning: right shift count >= width of type [-Wshift-count-overflow]
   if ((((usqInt) numSlots) >> 56) > 0) {
                            ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'validClassTableHashes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:57014:11: warning: variable 'ignored' set but not used [-Wunused-but-set-variable]
     sqInt ignored;
           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'compact':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:57205:11: warning: variable 'prevPrevObj3' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:57204:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:57203:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:57202:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'copyAndUnmarkMobileObjects':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:57577:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'copyAndUnmark':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:57783:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'planCompactSavingForwarders':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:57955:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'reinitializeScanFrom':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:58087:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'scanForFirstFreeAndFirstMobileObjectFrom':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:58208:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'unmarkObjectsFromFirstFreeObject':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:58286:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'updatePointers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:58439:11: warning: variable 'prevPrevObj3' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:58438:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:58437:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:58436:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'validRelocationPlanInPass':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:59091:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'addSegmentOfSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:59169:109: warning: pointer targets in passing argument 3 of 'sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto' differ in signedness [-Wpointer-sign]
  segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                            ~^~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:60:14: note: expected 'sqInt *' {aka 'int *'} but argument is of type 'usqInt *' {aka 'unsigned int *'}
 extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'assertValidExecutionPointers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60181:82: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'checkAllAccessibleObjectsOkay':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60316:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60315:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'checkIsStillMarriedContextcurrentFP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60692:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60694:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((int)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60695:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60696:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60697:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60704:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'checkOkayStackPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60777:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60781:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theSP);
                 ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60787:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60788:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60789:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60791:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60793:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60795:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod))));
                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60796:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60804:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(theSP);
                ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'checkStackPointerIndexForFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60946:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60948:120: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60961:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60974:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60987:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60989:107: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'createActualMessageTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/dispdbg.h:38:48: warning: statement with no effect [-Wunused-value]
 # define mnuBreakpointreceiver(sel, len, rcvr) 0
                                                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61174:2: note: in expansion of macro 'mnuBreakpointreceiver'
  mnuBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), null);
  ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61245:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'disownVM':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61301:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'divorceAllFrames':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61337:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61338:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61339:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61341:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(theFP + FoxThisContext);
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'divorceFramesIn':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61379:17: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  theIP = longAt(theSP);
                 ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61386:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61387:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61388:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61390:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theContext = longAt(theFP + FoxThisContext);
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61420:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61421:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61433:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ensureCallerContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61629:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61638:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage->baseAddress));
                               ~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61645:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61646:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61647:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61649:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return longAt(callerFP + FoxThisContext);
                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ensureImageFormatIsUpToDate':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61699:11: warning: variable 'prevPrevObj2' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61698:11: warning: variable 'prevPrevObj11' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61697:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61696:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'externalDivorceFrameandContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62059:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62068:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage1->baseAddress));
                               ~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62076:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62077:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62078:42: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62080:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerCtx = longAt(callerFP1 + FoxThisContext);
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62089:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theIP = longAt((thePage->headSP));
                  ~~~~~~~~^~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62103:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62141:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62146:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62149:13: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(callerSP, callerIP);
             ^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'externalEnsureIsBaseFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62173:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'externalQuickPrimitiveResponse':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62320:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62321:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62330:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62336:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62342:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62347:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 1) | 1));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'fetchPointerofMarriedContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62477:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62486:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     callerContextOrNil = longAt((thePage->baseAddress));
                                 ~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62493:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62494:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62495:43: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62497:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     return longAt(callerFP + FoxThisContext);
                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62514:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62516:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62517:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62518:94: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62519:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62520:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'findFrameAboveinPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62695:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'findMethodWithPrimitiveFromContextUpToContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62787:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62788:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62789:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62790:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62794:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62795:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62796:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62797:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62799:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(theFP + FoxMethod));
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62809:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62810:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62811:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62813:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      return longAt(theFP + FoxThisContext);
                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62819:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62826:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'findSPOfon':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62915:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62928:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'findUnwindThroughContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62983:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62984:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62985:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62986:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62990:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62991:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62992:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62993:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:62995:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(theFP + FoxMethod));
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63005:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63006:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63007:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63009:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63017:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63024:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'followForwardedFrameContentsstackPointer':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63070:59: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63073:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(ptr);
                ^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63076:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(ptr, followForwarded(oop));
              ^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63079:140: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63081:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63082:16: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(ptr);
                ^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63095:14: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(ptr, oop);
              ^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63098:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63099:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63100:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63105:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63106:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63107:38: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'frameContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63146:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxThisContext);
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'frameStackedReceiverOffset':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63190:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63192:37: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1));
            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'frameStackedReceivernumArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63206:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'handleForwardedSendFaultForTag':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63550:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63562:30: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63564:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63565:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(GIV(framePointer) + FoxMFReceiver)
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63566:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63567:75: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63568:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(GIV(framePointer) + FoxMFReceiver)
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63569:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'handleSpecialSelectorSendFaultForfpsp':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63592:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63593:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(theFP + FoxMFReceiver)
                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63594:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxIFReceiver));
                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'handleStackOverflow':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63634:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63660:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63661:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63670:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63679:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage->baseAddress));
                               ~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63686:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63687:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63688:42: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63690:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAt(callerFP1 + FoxThisContext);
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63619:11: warning: variable 'callerContextOrNil' set but not used [-Wunused-but-set-variable]
     sqInt callerContextOrNil;
           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'iframeMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63842:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMethod);
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'isBaseFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63899:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return (longAt(theFP + FoxSavedFP)) == 0;
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'isFrameonPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63936:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'isWidowedContextDuringGC':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64162:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64163:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64164:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64165:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64167:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64181:26: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
     longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'isWidowedContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64242:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64243:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64244:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64245:42: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64248:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'lookupMethodInClass':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64839:4: note: in expansion of macro 'sendBreakpointreceiver'
    sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), null);
    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64954:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(GIV(messageSelector) + BaseHeaderSize, lengthOfformat(GIV(messageSelector), (((usqInt) (longAt(GIV(messageSelector)))) >> (formatShift())) & (formatMask())), null);
  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64811:11: warning: variable 'selector' set but not used [-Wunused-but-set-variable]
     sqInt selector;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'markAndTraceStackPages':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65633:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage2->baseAddress));
                               ~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'marriedContextpointsTostackDeltaForCurrentFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65712:46: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65714:106: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 1) | 1)))
                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65722:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65724:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod)))) {
                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65727:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65733:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65733:72: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65734:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65734:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65735:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65735:78: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65736:54: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65736:70: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65741:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65745:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theSP))) {
                        ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65753:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theSP))) {
                        ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'marryContextInNewStackPageAndInitializeInterpreterRegisters':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65787:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65799:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'marryFrameSP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65832:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodFieldOrObj = longAt(theFP + FoxMethod);
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65834:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65839:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65849:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65855:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(theFP + FoxMFReceiver);
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65860:38: warning: passing argument 1 of 'byteAtput' makes integer from pointer without a cast [-Wint-conversion]
   byteAtput((theFP + FoxIFrameFlags) + 2, 1);
             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65862:45: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65866:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65867:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65873:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(theFP + FoxIFReceiver);
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65878:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theFP + FoxThisContext, theContext);
                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65885:60: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
                                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65898:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65900:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65901:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65905:80: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65906:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65907:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'methodReturnBool':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66103:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'methodReturnFloat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66122:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'methodReturnInteger':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66138:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'methodReturnString':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66167:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'methodReturnValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66183:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'noInlineTemporaryin':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66376:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66378:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66379:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66380:65: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66381:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66382:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'noMarkedContextsOnPage':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66397:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66398:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66399:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66401:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt) (longAt((longAt(theFP + FoxThisContext)) + 4))) >> (markedBitHalfShift())) & 1) != 0) {
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66405:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ownVM':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66492:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'popStack':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66519:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'popthenPush':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66544:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveEventProcessingControl':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66654:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66661:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66667:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66677:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStopProfiling':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66754:11: warning: unused variable 'sp' [-Wunused-variable]
     char *sp;
           ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printAllStacks':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66961:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66960:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printCallStackOfcurrentFP':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67226:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     callerContextOrNil = longAt((thePage1->baseAddress));
                                 ~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67370:15: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
    printHexnp(cogMethodOf(meth));
               ^~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include/cointerp.h:354:32: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'CogMethod *' {aka 'struct <anonymous> *'}
 extern sqInt printHexnp(usqInt n);
                         ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67381:15: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
    printHexnp(cogMethodOf(meth));
               ^~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include/cointerp.h:354:32: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'CogMethod *' {aka 'struct <anonymous> *'}
 extern sqInt printHexnp(usqInt n);
                         ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printFrameAndCallersSPshort':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67437:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67438:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67439:72: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67441:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printFrameOopat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67461:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printFrameOopindexat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67487:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printFrameThingandFrameat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67546:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printFrameThingat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67582:14: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67668:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67679:85: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
                                                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67681:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67689:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printLikelyImplementorsOfSelector':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67772:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67771:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printStackReferencesTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69080:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69083:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (oop == (longAt(theSP))) {
                         ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69085:18: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67715:19: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
 printHexnp(usqInt n)
            ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69087:18: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theSP);
                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67715:19: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
 printHexnp(usqInt n)
            ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69093:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69094:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69095:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69096:31: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      if (oop == (longAt(theFP + FoxThisContext))) {
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69098:18: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67715:19: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
 printHexnp(usqInt n)
            ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69104:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (oop == (longAt(theFP + FoxMethod))) {
                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69106:17: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67715:19: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
 printHexnp(usqInt n)
            ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69111:51: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69119:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (oop == (longAt(theSP))) {
                        ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69121:17: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67715:19: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
 printHexnp(usqInt n)
            ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69123:17: warning: passing argument 1 of 'printHexnp' makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theSP);
                 ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:67715:19: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'char *'
 printHexnp(usqInt n)
            ~~~~~~~^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'pushBool':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69203:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'pushedReceiverOrClosureOfFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69216:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'pushFloat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69228:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'pushInteger':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69239:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'push':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69253:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'readImageFromFileStartingAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:312:30: warning: statement with no effect [-Wunused-value]
 #  define SQ_SWAP_4_BYTES(x) __builtin_bswap32(x)
                              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69548:3: note: in expansion of macro 'SQ_SWAP_4_BYTES'
   SQ_SWAP_4_BYTES(w);
   ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69563:33: warning: statement with no effect [-Wunused-value]
   ((((usqInt) w1) >> 8) & 0xFF) | (((int)((usqInt)((w1 & 0xFF)) << 8)));
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69634:30: warning: passing argument 1 of 'pointerForOop' makes integer from pointer without a cast [-Wint-conversion]
  cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: expected 'usqInt' {aka 'unsigned int'} but argument is of type 'void *'
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                                     ~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69635:61: warning: comparison between pointer and integer
  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69635:112: warning: pointer/integer type mismatch in conditional expression
  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                                                                                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69635:24: warning: assignment to 'sqInt' {aka 'int'} from 'char *' makes integer from pointer without a cast [-Wint-conversion]
  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69791:29: warning: passing argument 1 of 'initializeCodeZoneFromupTo' makes integer from pointer without a cast [-Wint-conversion]
  initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                             ^~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:42:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include/cogit.h:56:46: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                        ~~~~~~^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69791:54: warning: passing argument 2 of 'initializeCodeZoneFromupTo' makes integer from pointer without a cast [-Wint-conversion]
  initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:42:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include/cogit.h:56:66: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                                            ~~~~~~^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'reestablishContextPriorToCallback':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69856:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69889:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(theFP + FoxSavedFP)) == 0) {
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69895:80: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69898:64: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69937:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'retryPrimitiveOnFailure':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70113:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70128:37: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
         longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'returnAsThroughCallbackContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70205:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70242:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70246:68: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70249:52: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70251:55: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70253:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(GIV(framePointer) + FoxMethod));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70269:144: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70315:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'saneFunctionPointerForFailureOfPrimIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70447:11: warning: variable 'theClass' set but not used [-Wunused-but-set-variable]
     sqInt theClass;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'shortPrintContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70660:32: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'shortPrintFrameAndCallers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70701:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70702:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'shortPrintFrameAndNCallers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70749:57: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'shortReversePrintFrameAndCallers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70805:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70814:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'snapshot':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70998:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71075:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71082:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71094:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71100:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71104:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71107:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71107:59: warning: passing argument 2 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                            ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71114:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71128:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71134:20: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
              ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71137:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71144:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71147:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71152:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71156:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'stackFloatValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71582:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'stackIntegerValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71605:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'stackObjectValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71642:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'stackPointerIndexForFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71723:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71725:107: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'stackPositiveMachineIntegerValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71742:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'stackSignedMachineIntegerValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71807:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'stackTop':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71815:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'stackValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71825:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'storeSenderOfFramewithValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72206:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72213:82: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72215:36: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72215:45: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ? ((mframeCogMethod(theFP))->cmNumArgs)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72219:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72228:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage1->baseAddress));
                               ~~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72235:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72236:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72237:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72239:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAt(callerFP + FoxThisContext);
                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72284:91: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                                                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72286:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72286:50: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ? ((mframeCogMethod(theMovedFP))->cmNumArgs)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
  : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72197:11: warning: variable 'callerContextOrNil' set but not used [-Wunused-but-set-variable]
     sqInt callerContextOrNil;
           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'validInstructionPointerinFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72545:91: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
                                                                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72547:15: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   : longAt(fp + FoxMethod)), fp);
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'cloneContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72823:49: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72825:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72826:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72827:66: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72828:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72829:61: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'doPrimitiveSameThreadCallout':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72881:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72903:19: warning: assignment to 'void *' from 'sqInt' {aka 'int'} makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72911:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72919:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72943:13: warning: assignment to 'sqInt' {aka 'int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
   argHolder = alloca((argType->size));
             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72944:17: warning: assignment to 'void *' from 'sqInt' {aka 'int'} makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72959:45: warning: passing argument 1 of 'marshallAndPushReturnValueFromofTypepoping' makes integer from pointer without a cast [-Wint-conversion]
  marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:1704:76: note: expected 'sqInt' {aka 'int'} but argument is of type 'void *'
 static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                      ~~~~~~^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'doPrimitiveWorkerCallout':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73016:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73038:19: warning: assignment to 'void *' from 'sqInt' {aka 'int'} makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73045:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73052:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73072:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73081:47: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73103:13: warning: assignment to 'sqInt' {aka 'int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
   argHolder = malloc((argType->size));
             ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73104:17: warning: assignment to 'void *' from 'sqInt' {aka 'int'} makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73109:10: warning: assignment to 'sqInt' {aka 'int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
     aPtr = parameters[i1];
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73112:11: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
      free(aPtr);
           ^~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:19,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:563:25: note: expected 'void *' but argument is of type 'sqInt' {aka 'int'}
 extern void free (void *__ptr) __THROW;
                   ~~~~~~^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73134:9: warning: assignment to 'void *' from 'long int' makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)aPointer));
         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73136:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'doPrimitiveWorkerExtractReturnValue':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73175:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73185:14: warning: assignment to 'void *' from 'sqInt' {aka 'int'} makes pointer from integer without a cast [-Wint-conversion]
  taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
              ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73188:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73205:45: warning: passing argument 1 of 'marshallAndPushReturnValueFromofTypepoping' makes integer from pointer without a cast [-Wint-conversion]
  marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:1704:76: note: expected 'sqInt' {aka 'int'} but argument is of type 'void *'
 static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                      ~~~~~~^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73211:23: warning: assignment to 'sqInt' {aka 'int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
    anParameterAddress = parameters[i];
                       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73213:26: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
     doFreeFromTask(task, anParameterAddress);
                          ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2827:47: note: in definition of macro 'doFreeFromTask'
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:19,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:563:25: note: expected 'void *' but argument is of type 'sqInt' {aka 'int'}
 extern void free (void *__ptr) __THROW;
                   ~~~~~~^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73222:24: warning: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion]
  doFreeFromTask(task, ((sqInt)task));
                       ~^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2827:47: note: in definition of macro 'doFreeFromTask'
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:19,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:563:25: note: expected 'void *' but argument is of type 'int'
 extern void free (void *__ptr) __THROW;
                   ~~~~~~^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73168:13: warning: variable 'worker' set but not used [-Wunused-but-set-variable]
     Worker *worker;
             ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'fieldofFrame':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73276:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73283:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     (callerContextOrNil = longAt((thePage->baseAddress))),
                                  ~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73288:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73289:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73290:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73293:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       longAt(callerFP + FoxThisContext))
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73301:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73303:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod));
                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73306:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73307:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73308:39: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73310:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73312:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       : byteAt((theFP + FoxIFrameFlags) + 1))),
                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73313:18: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73317:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73318:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(theFP + FoxMFReceiver)
                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73319:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxIFReceiver));
                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73323:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73325:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73326:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73327:88: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
    : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73328:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73329:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'getHandler':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73359:9: warning: returning 'sqInt' {aka 'int'} from a function with return type 'void *' makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'marshallAndPushReturnValueFromofTypepoping':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73428:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 1) | 1));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73434:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 1) | 1));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73447:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73453:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73459:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 1) | 1));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73465:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 1) | 1));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73516:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73522:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73532:10: warning: assignment to 'void *' from 'long int' makes pointer from integer without a cast [-Wint-conversion]
   ptr[0] = (((sqIntptr_t)aPointer));
          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73534:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73543:25: warning: passing argument 2 of 'memcpy' makes pointer from integer without a cast [-Wint-conversion]
   memcpy(targetPointer, returnHolder, sizeToCopy);
                         ^~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:20,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/usr/include/string.h:42:14: note: expected 'const void * restrict' but argument is of type 'sqInt' {aka 'int'}
 extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
              ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73545:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73552:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73559:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'marshallArgumentFromatIndexintoofTypewithSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73631:12: warning: assignment to 'void *' from 'sqInt' {aka 'int'} makes pointer from integer without a cast [-Wint-conversion]
    address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:73650:10: warning: passing argument 1 of 'memcpy' makes pointer from integer without a cast [-Wint-conversion]
   memcpy(argHolder, srcPtr, argTypeSize);
          ^~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:20,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/usr/include/string.h:42:14: note: expected 'void * restrict' but argument is of type 'sqInt' {aka 'int'}
 extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
              ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveAllVMParameters':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74251:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveClone':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74269:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74293:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveContextAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74351:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74359:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74520:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74665:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74678:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74680:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74681:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74682:73: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74683:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74684:58: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74686:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveContextAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74722:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74724:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74726:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74880:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74893:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74896:4: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ? (spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    : ((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)), value);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74899:74: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74900:44: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74903:58: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74907:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveContextSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:74934:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75018:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveDeferDisplayUpdates':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75034:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  flag = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveDoNamedPrimitiveWithArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75115:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75117:39: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75303:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75309:20: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75315:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75321:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75343:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75347:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75351:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75355:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75104:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75068:11: warning: variable 'classOop' set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveDoPrimitiveWithArgs':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75408:29: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75410:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75445:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75447:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75464:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75476:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75521:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75533:2: warning: statement with no effect [-Wunused-value]
  !GIV(primFailCode);
  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75541:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    rcvr = longAt(GIV(stackPointer));
                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75545:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75549:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 1) | 1));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75552:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveExecuteMethod':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75579:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75592:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveExecuteMethodArgsArray':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75650:30: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75652:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75684:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75693:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75700:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveExternalCall':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75777:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFFIAllocate':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:75988:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76006:7: warning: assignment to 'sqInt' {aka 'int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion]
  addr = malloc(byteSize);
       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76018:9: warning: assignment to 'void *' from 'long int' makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)addr));
         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76021:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFFIFree':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76039:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76060:7: warning: assignment to 'void *' from 'sqInt' {aka 'int'} makes pointer from integer without a cast [-Wint-conversion]
  addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76067:18: warning: passing argument 1 of 'isInMemory' makes integer from pointer without a cast [-Wint-conversion]
   || (isInMemory(addr)))) {
                  ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48563:18: note: expected 'sqInt' {aka 'int'} but argument is of type 'void *'
 isInMemory(sqInt address)
            ~~~~~~^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76100:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFFIIntegerAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76128:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76146:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76162:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76178:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76245:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFFIIntegerAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76273:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76291:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76307:38: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76309:45: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76325:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76389:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFindHandlerContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76418:85: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76424:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFindNextUnwindContext':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76455:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  stopContext = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76457:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76487:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76492:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76496:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76497:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76498:42: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
                ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76499:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76503:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76504:25: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76505:43: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76506:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
      theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76508:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       : longAt(theFP1 + FoxMethod));
                       ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76518:37: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76519:26: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
CPack: -   Install component: c-src
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76520:44: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76522:43: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                           ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76530:42: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                          ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76537:40: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    callerContextOrNil = longAt((thePage->baseAddress));
                                ~~~~~~~~^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76568:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveFullGC':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76604:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76612:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 1) | 1));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveGetCurrentWorkingDirectory':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76634:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveIncrementalGC':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76916:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveInstVarAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76944:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:76946:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77086:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveInstVarAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77111:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77113:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77115:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77265:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadBoolean8FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77286:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77288:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77346:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadBoolean8FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77362:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77364:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77383:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar16FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77404:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77406:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77463:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar16FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77479:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77481:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77498:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar32FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77519:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77521:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77578:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar32FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77594:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77596:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77613:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar8FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77634:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77636:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77692:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadChar8FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77708:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77710:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77727:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadFloat32FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77748:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77750:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77807:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadFloat32FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77823:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77825:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77842:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadFloat64FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77863:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77865:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77922:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadFloat64FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77938:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77940:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77957:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt16FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77977:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:77979:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78035:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt16FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78050:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78052:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78068:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt32FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78089:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78091:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78154:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt32FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78170:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78172:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78195:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt64FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78216:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78218:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78275:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt64FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78291:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78293:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78310:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt8FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78330:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78332:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78387:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadInt8FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78402:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78404:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78420:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadPointerFromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78441:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78443:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78502:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadPointerFromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78518:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78520:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78539:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadSymbolFromModule':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78576:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78578:36: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                    ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78623:50: warning: passing argument 1 of 'ioLoadModuleOfLength' makes integer from pointer without a cast [-Wint-conversion]
   moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                  ^~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:558:8: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
        ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78659:43: warning: passing argument 1 of 'ioLoadSymbolOfLengthFromModule' makes integer from pointer without a cast [-Wint-conversion]
  address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                           ^~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:559:8: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78668:9: warning: assignment to 'void *' from 'long int' makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)address));
         ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78671:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt16FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78692:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78694:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78750:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt16FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78765:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78767:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78783:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt32FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78809:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78811:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78912:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt32FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78933:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78935:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:78996:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt64FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79017:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79019:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79076:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt64FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79092:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79094:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79111:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt8FromBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79131:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79133:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79188:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLoadUInt8FromExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79203:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79205:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79221:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 1) | 1));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveLongRunningPrimitive':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79290:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveObjectPointsTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79323:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  thang = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79325:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79328:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79356:21: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79377:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79394:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79405:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79411:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitivePerform':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79427:50: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79429:41: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                                         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79432:78: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                              ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79432:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79442:2: note: in expansion of macro 'sendBreakpointreceiver'
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), newReceiver);
  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79457:85: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                     ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79457:32: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79459:31: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitivePin':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79490:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79498:23: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  boolean = longAt(GIV(stackPointer));
                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79533:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSetGCSemaphore':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79572:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSignalAtMilliseconds':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79609:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  msecsObj = longAt(GIV(stackPointer));
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79611:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSignalAtUTCMicroseconds':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79680:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  usecsObj = longAt(GIV(stackPointer));
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79682:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSlotAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79774:21: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79776:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79825:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79846:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 1) | 1));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79859:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal1 << 1) | 1));
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79872:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79930:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveSlotAtPut':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79976:24: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79978:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:79980:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80034:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80126:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80145:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80159:19: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreBoolean8IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80190:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80192:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80194:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80262:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreBoolean8IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80279:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80281:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80283:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80312:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar16IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80333:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80335:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80337:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80396:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar16IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80412:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80414:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80416:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80435:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar32IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80456:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80458:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80460:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80519:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar32IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80535:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80537:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80539:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80558:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar8IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80579:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80581:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80583:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80641:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreChar8IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80657:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80659:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80661:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80680:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreFloat32IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80703:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80705:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80707:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80779:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreFloat32IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80797:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80799:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80801:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80833:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreFloat64IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80856:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80858:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80860:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80932:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreFloat64IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80950:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80952:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80954:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:80986:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt16IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81007:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81009:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81011:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81069:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt16IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81085:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81087:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81089:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81107:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt32IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81128:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81130:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81132:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81193:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt32IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81209:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81211:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81213:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81234:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt64IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81255:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81257:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81259:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81320:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt64IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81336:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81338:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81340:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81361:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt8IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81382:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81384:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81386:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81443:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreInt8IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81459:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81461:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81463:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81481:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStorePointerIntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81503:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81505:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81507:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81577:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStorePointerIntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81594:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81596:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81598:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81628:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreStackp':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81653:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81655:44: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt16IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81761:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81763:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81765:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81828:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt16IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81844:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81846:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81848:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81871:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt32IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81892:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81894:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81896:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81957:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt32IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81973:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81975:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81977:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:81998:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt64IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82019:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82021:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82023:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82084:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt64IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82100:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82102:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82104:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82125:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt8IntoBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82146:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82148:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82150:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82212:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveStoreUInt8IntoExternalAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82228:27: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82230:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82232:34: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                  ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82255:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveVMParameter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82396:35: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82417:17: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82422:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82630:18: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'primitiveVoidReceiver':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82650:56: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'pruneStackstackp':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82771:48: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82782:33: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82783:22: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82784:40: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
               ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82786:28: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
     objOrFP = longAt(theFP + FoxThisContext);
                            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82790:83: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
    (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
                                                                                   ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82792:41: warning: passing argument 1 of 'byteAt' makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82720:11: warning: variable 'oop1' set but not used [-Wunused-but-set-variable]
     sqInt oop1;
           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ptEnterInterpreterFromCallback':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82850:16: warning: passing argument 1 of 'longAtput' makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                                 ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'ptExitInterpreterToCallback':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82950:19: warning: passing argument 1 of 'longAt' makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2048:34: note: in definition of macro 'GIV'
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                              ~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'readAddress':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82974:9: warning: returning 'sqInt' {aka 'int'} from a function with return type 'void *' makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'unmarkAfterPathTo':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82997:11: warning: variable 'prevPrevObj1' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:82996:11: warning: variable 'prevPrevObj' set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^~~~~~~~~~~
CPack: -   Install component: include
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72556:1: warning: 'validStackPageBaseFrames' defined but not used [-Wunused-function]
 validStackPageBaseFrames(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72543:1: warning: 'validInstructionPointerinFrame' defined but not used [-Wunused-function]
 validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72529:1: warning: 'validBCPCinMethod' defined but not used [-Wunused-function]
 validBCPCinMethod(sqInt thePC, usqInt aMethod)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71627:1: warning: 'stackLimitBytes' defined but not used [-Wunused-function]
 stackLimitBytes(void)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:71177:1: warning: 'space' defined but not used [-Wunused-function]
 space(void)
 ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:70444:1: warning: 'saneFunctionPointerForFailureOfPrimIndex' defined but not used [-Wunused-function]
 saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:69214:1: warning: 'pushedReceiverOrClosureOfFrame' defined but not used [-Wunused-function]
 pushedReceiverOrClosureOfFrame(char *theFP)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:66390:1: warning: 'noMarkedContextsOnPage' defined but not used [-Wunused-function]
 noMarkedContextsOnPage(StackPage *thePage)
 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:65931:1: warning: 'maybeLeakCheckExternalPrimCall' defined but not used [-Wunused-function]
 maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64057:1: warning: 'isPrimitiveFunctionPointerAnIndex' defined but not used [-Wunused-function]
 isPrimitiveFunctionPointerAnIndex(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CPack: Create package
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64032:1: warning: 'isNullExternalPrimitiveCall' defined but not used [-Wunused-function]
 isNullExternalPrimitiveCall(sqInt aMethodObj)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64019:1: warning: 'isMetaPrimitiveIndex' defined but not used [-Wunused-function]
 isMetaPrimitiveIndex(sqInt primIndex)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:64000:1: warning: 'isMarriedOrWidowedContext' defined but not used [-Wunused-function]
 isMarriedOrWidowedContext(sqInt aContext)
 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63897:1: warning: 'isBaseFrame' defined but not used [-Wunused-function]
 isBaseFrame(char *theFP)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63840:1: warning: 'iframeMethod' defined but not used [-Wunused-function]
 iframeMethod(char *theFP)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63819:1: warning: 'ifCurrentStackPageHasValidHeadPointers' defined but not used [-Wunused-function]
 ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61145:1: warning: 'cr' defined but not used [-Wunused-function]
 cr(void)
 ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:61043:1: warning: 'contexthasValidInversePCMappingOfin' defined but not used [-Wunused-function]
 contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60888:1: warning: 'checkStackPointerForMaybeMarriedContext' defined but not used [-Wunused-function]
 checkStackPointerForMaybeMarriedContext(sqInt aContext)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60191:1: warning: 'assertValidStackLimits' defined but not used [-Wunused-function]
 assertValidStackLimits(sqInt ln)
 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:60108:1: warning: 'allOnesAsCharStar' defined but not used [-Wunused-function]
 allOnesAsCharStar(void)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:59754:1: warning: 'segmentOverlap' defined but not used [-Wunused-function]
 segmentOverlap(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:59452:1: warning: 'isValidSegmentBridge' defined but not used [-Wunused-function]
 isValidSegmentBridge(sqInt objOop)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:59431:1: warning: 'isInSegments' defined but not used [-Wunused-function]
 isInSegments(usqInt address)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:59308:1: warning: 'bridgeFor' defined but not used [-Wunused-function]
 bridgeFor(SpurSegmentInfo *aSegment)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:59243:1: warning: 'allBridgesMarked' defined but not used [-Wunused-function]
 allBridgesMarked(void)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:59148:1: warning: 'segLimit' defined but not used [-Wunused-function]
 segLimit(SpurSegmentInfo * self_in_segLimit)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:59083:1: warning: 'validRelocationPlanInPass' defined but not used [-Wunused-function]
 validRelocationPlanInPass(sqInt onePass)
 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:58187:1: warning: 'savedFirstFieldsSpaceWasAllocated' defined but not used [-Wunused-function]
 savedFirstFieldsSpaceWasAllocated(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:57922:1: warning: 'isPostMobile' defined but not used [-Wunused-function]
 isPostMobile(sqInt obj)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:57911:1: warning: 'isMobile' defined but not used [-Wunused-function]
 isMobile(sqInt obj)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:57133:1: warning: 'validObjStacks' defined but not used [-Wunused-function]
 validObjStacks(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:57090:1: warning: 'validFreeTreeChunk' defined but not used [-Wunused-function]
 validFreeTreeChunk(sqInt chunk)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:57009:1: warning: 'validClassTableHashes' defined but not used [-Wunused-function]
 validClassTableHashes(void)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:56807:1: warning: 'unlinkLilliputianChunkindex' defined but not used [-Wunused-function]
 unlinkLilliputianChunkindex(sqInt freeChunk, sqInt index)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:56004:1: warning: 'startOfObject' defined but not used [-Wunused-function]
 startOfObject(sqInt objOop)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:55936:1: warning: 'slidingCompactionInProgress' defined but not used [-Wunused-function]
 slidingCompactionInProgress(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:51809:1: warning: 'noUnscannedEphemerons' defined but not used [-Wunused-function]
 noUnscannedEphemerons(void)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:51574:1: warning: 'newSpaceIsEmpty' defined but not used [-Wunused-function]
 newSpaceIsEmpty(void)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:49252:1: warning: 'lengthOfMaybeImmediate' defined but not used [-Wunused-function]
 lengthOfMaybeImmediate(sqInt oop)
 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:49121:1: warning: 'lastPointerFormat' defined but not used [-Wunused-function]
 lastPointerFormat(void)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:49112:1: warning: 'knownClassAtIndex' defined but not used [-Wunused-function]
 knownClassAtIndex(sqInt classIndex)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48974:1: warning: 'isWeakNonImm' defined but not used [-Wunused-function]
 isWeakNonImm(sqInt objOop)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48827:1: warning: 'isValidObjStackAt' defined but not used [-Wunused-function]
 isValidObjStackAt(sqInt objStackRootIndex)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48767:1: warning: 'isSemaphoreOop' defined but not used [-Wunused-function]
 isSemaphoreOop(sqInt anOop)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48760:1: warning: 'isSegmentBridge' defined but not used [-Wunused-function]
 isSegmentBridge(sqInt objOop)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48750:1: warning: 'isRemembered' defined but not used [-Wunused-function]
 isRemembered(sqInt objOop)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48647:1: warning: 'isObjImmutable' defined but not used [-Wunused-function]
 isObjImmutable(sqInt anOop)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48636:1: warning: 'isObjEphemeron' defined but not used [-Wunused-function]
 isObjEphemeron(sqInt objOop)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48617:1: warning: 'isMaybeFiredEphemeron' defined but not used [-Wunused-function]
 isMaybeFiredEphemeron(sqInt objOop)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48610:1: warning: 'isLargeFreeObject' defined but not used [-Wunused-function]
 isLargeFreeObject(sqInt objOop)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48603:1: warning: 'isInPastSpace' defined but not used [-Wunused-function]
 isInPastSpace(sqInt address)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48588:1: warning: 'isInNewSpace' defined but not used [-Wunused-function]
 isInNewSpace(sqInt objOop)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48553:1: warning: 'isInFutureSpace' defined but not used [-Wunused-function]
 isInFutureSpace(sqInt address)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48546:1: warning: 'isInEden' defined but not used [-Wunused-function]
 isInEden(sqInt objOop)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48523:1: warning: 'isInClassTable' defined but not used [-Wunused-function]
 isInClassTable(sqInt objOop)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48508:1: warning: 'isFreeOop' defined but not used [-Wunused-function]
 isFreeOop(sqInt oop)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48501:1: warning: 'isFreeObject' defined but not used [-Wunused-function]
 isFreeObject(sqInt objOop)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48476:1: warning: 'isForwardedClassTag' defined but not used [-Wunused-function]
 isForwardedClassTag(sqInt classIndex)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48456:1: warning: 'isEphemeron' defined but not used [-Wunused-function]
 isEphemeron(sqInt objOop)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48420:1: warning: 'isEnumerableObjectNoAssert' defined but not used [-Wunused-function]
 isEnumerableObjectNoAssert(sqInt objOop)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48397:1: warning: 'isCopiedIntoSegment' defined but not used [-Wunused-function]
 isCopiedIntoSegment(sqInt anObjectInTheHeap)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48379:1: warning: 'isContextHeader' defined but not used [-Wunused-function]
 isContextHeader(sqInt aHeader)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:48362:1: warning: 'isCompiledMethodHeader' defined but not used [-Wunused-function]
 isCompiledMethodHeader(sqInt objHeader)
 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:47303:1: warning: 'hiddenRootsObject' defined but not used [-Wunused-function]
 hiddenRootsObject(void)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:47296:1: warning: 'hiddenRootSlots' defined but not used [-Wunused-function]
 hiddenRootSlots(void)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:47285:1: warning: 'headerForSlotshashformatclassIndex' defined but not used [-Wunused-function]
 headerForSlotshashformatclassIndex(sqInt numSlots, sqInt hash, sqInt formatField, sqInt classIndex)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:47223:1: warning: 'hasSpurMemoryManagerAPI' defined but not used [-Wunused-function]
 hasSpurMemoryManagerAPI(void)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:47125:1: warning: 'goodContextSize' defined but not used [-Wunused-function]
 goodContextSize(sqInt oop)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46950:1: warning: 'freeChunkPrevIndex' defined but not used [-Wunused-function]
 freeChunkPrevIndex(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46939:1: warning: 'freeChunkParentIndex' defined but not used [-Wunused-function]
 freeChunkParentIndex(void)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46929:1: warning: 'freeChunkNextIndex' defined but not used [-Wunused-function]
 freeChunkNextIndex(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46903:1: warning: 'forwardersIn' defined but not used [-Wunused-function]
 forwardersIn(sqInt anObject)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46892:1: warning: 'forwardedFormat' defined but not used [-Wunused-function]
 forwardedFormat(void)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46882:1: warning: 'formatOf' defined but not used [-Wunused-function]
 formatOf(sqInt objOop)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46578:1: warning: 'firstFixedFieldOfMaybeImmediate' defined but not used [-Wunused-function]
 firstFixedFieldOfMaybeImmediate(sqInt oop)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46214:1: warning: 'fetchPointerofFreeChunk' defined but not used [-Wunused-function]
 fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:46006:1: warning: 'existInstancesInNewSpaceOf' defined but not used [-Wunused-function]
 existInstancesInNewSpaceOf(sqInt classObj)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:45999:1: warning: 'ephemeronFormat' defined but not used [-Wunused-function]
 ephemeronFormat(void)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:44949:1: warning: 'classTableRootSlots' defined but not used [-Wunused-function]
 classTableRootSlots(void)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:44812:1: warning: 'classIndexFieldWidth' defined but not used [-Wunused-function]
 classIndexFieldWidth(void)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:43482:1: warning: 'byteFormatMask' defined but not used [-Wunused-function]
 byteFormatMask(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:43475:1: warning: 'bridgeSize' defined but not used [-Wunused-function]
 bridgeSize(void)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:43413:1: warning: 'bitsSetInFreeSpaceMaskForAllFreeLists' defined but not used [-Wunused-function]
 bitsSetInFreeSpaceMaskForAllFreeLists(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:42823:1: warning: 'assertInnerValidFreeObject' defined but not used [-Wunused-function]
 assertInnerValidFreeObject(sqInt objOop)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:42791:1: warning: 'allUnscannedEphemeronsAreActive' defined but not used [-Wunused-function]
 allUnscannedEphemeronsAreActive(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:42765:1: warning: 'allStrongSlotsOfWeaklingAreMarked' defined but not used [-Wunused-function]
 allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:42754:1: warning: 'allocationUnit' defined but not used [-Wunused-function]
 allocationUnit(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41908:1: warning: 'allOldMarkedWeakObjectsOnWeaklingStack' defined but not used [-Wunused-function]
 allOldMarkedWeakObjectsOnWeaklingStack(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:41793:1: warning: 'allObjectsUnmarked' defined but not used [-Wunused-function]
 allObjectsUnmarked(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:39903:1: warning: 'noUnfiredEphemeronsAtEndOfRememberedSet' defined but not used [-Wunused-function]
 noUnfiredEphemeronsAtEndOfRememberedSet(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:39653:1: warning: 'firstCorpse' defined but not used [-Wunused-function]
 firstCorpse(sqInt headOfCorpseList)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:39250:1: warning: 'allWeakSurvivorsOnWeakList' defined but not used [-Wunused-function]
 allWeakSurvivorsOnWeakList(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:39171:1: warning: 'allNewSpaceObjectsHaveZeroRTRefCount' defined but not used [-Wunused-function]
 allNewSpaceObjectsHaveZeroRTRefCount(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:39090:1: warning: 'wordIndexableFormat' defined but not used [-Wunused-function]
 wordIndexableFormat(void)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38890:1: warning: 'numFreeLists' defined but not used [-Wunused-function]
 numFreeLists(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38878:1: warning: 'maxSlotsForAlloc' defined but not used [-Wunused-function]
 maxSlotsForAlloc(void)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38820:1: warning: 'isLilliputianSize' defined but not used [-Wunused-function]
 isLilliputianSize(sqInt chunkBytes)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38535:1: warning: 'hasSixtyFourBitImmediates' defined but not used [-Wunused-function]
 hasSixtyFourBitImmediates(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:38051:1: warning: 'headerWhileForwardingOf' defined but not used [-Wunused-function]
 headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21407:1: warning: 'stackPageHeadroom' defined but not used [-Wunused-function]
 stackPageHeadroom(void)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:21394:1: warning: 'stackLimitOffset' defined but not used [-Wunused-function]
 stackLimitOffset(void)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:19129:1: warning: 'newMethodInLookupCacheAtand' defined but not used [-Wunused-function]
 newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18711:1: warning: 'mframeReceiver' defined but not used [-Wunused-function]
 mframeReceiver(char *theFP)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:18704:1: warning: 'mframeIsBlockActivation' defined but not used [-Wunused-function]
 mframeIsBlockActivation(char *theFP)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17810:1: warning: 'isMachineCodeFrame' defined but not used [-Wunused-function]
 isMachineCodeFrame(char *theFP)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17574:1: warning: 'iframeSavedIP' defined but not used [-Wunused-function]
 iframeSavedIP(char *theFP)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17567:1: warning: 'iframeReceiver' defined but not used [-Wunused-function]
 iframeReceiver(char *theFP)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17560:1: warning: 'iframeIsBlockActivation' defined but not used [-Wunused-function]
 iframeIsBlockActivation(char *theFP)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17320:1: warning: 'frameReceiver' defined but not used [-Wunused-function]
 frameReceiver(char *theFP)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17304:1: warning: 'frameNumArgs' defined but not used [-Wunused-function]
 frameNumArgs(char *theFP)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17292:1: warning: 'frameMethodObject' defined but not used [-Wunused-function]
 frameMethodObject(char *theFP)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17283:1: warning: 'frameIsBlockActivation' defined but not used [-Wunused-function]
 frameIsBlockActivation(char *theFP)
 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:17271:1: warning: 'frameHasContext' defined but not used [-Wunused-function]
 frameHasContext(char *theFP)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:16379:1: warning: 'deferStackLimitSmashAroundwith' defined but not used [-Wunused-function]
 deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13722:1: warning: 'asCogHomeMethod' defined but not used [-Wunused-function]
 asCogHomeMethod(CogBlockMethod *aCogMethod)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13302:1: warning: 'pageListIsWellFormed' defined but not used [-Wunused-function]
 pageListIsWellFormed(void)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:13139:1: warning: 'cmHomeMethod' defined but not used [-Wunused-function]
 cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2033:12: warning: 'theUnknownShort' defined but not used [-Wunused-variable]
 _iss sqInt theUnknownShort;
            ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2032:12: warning: 'testWorker' defined but not used [-Wunused-variable]
 _iss sqInt testWorker;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2031:14: warning: 'statIncrGCUsecs' defined but not used [-Wunused-variable]
 _iss usqLong statIncrGCUsecs;
              ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2030:14: warning: 'statFGCDeltaUsecs' defined but not used [-Wunused-variable]
 _iss usqLong statFGCDeltaUsecs;
              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2029:12: warning: 'statCoalesces' defined but not used [-Wunused-variable]
 _iss sqInt statCoalesces;
            ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2028:12: warning: 'preferredPinningSegment' defined but not used [-Wunused-variable]
 _iss sqInt preferredPinningSegment;
            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2027:12: warning: 'nextAddress' defined but not used [-Wunused-variable]
 _iss sqInt nextAddress;
            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2026:12: warning: 'memoryManager' defined but not used [-Wunused-variable]
 _iss sqInt memoryManager;
            ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2025:12: warning: 'largeOpaqueMemoryManager' defined but not used [-Wunused-variable]
 _iss sqInt largeOpaqueMemoryManager;
            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2024:12: warning: 'initialMemoryAddress' defined but not used [-Wunused-variable]
 _iss sqInt initialMemoryAddress;
            ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2023:12: warning: 'functions' defined but not used [-Wunused-variable]
 _iss sqInt functions;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2022:12: warning: 'codeGeneratorToComputeAccessorDepth' defined but not used [-Wunused-variable]
 _iss sqInt codeGeneratorToComputeAccessorDepth;
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2021:12: warning: 'cifs' defined but not used [-Wunused-variable]
 _iss sqInt cifs;
            ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2020:13: warning: 'byteCount' defined but not used [-Wunused-variable]
 _iss usqInt byteCount;
             ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:2003:13: warning: 'messageCount' defined but not used [-Wunused-variable]
 _iss usqInt messageCount;
             ^~~~~~~~~~~~
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-Unspecified.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-bin.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-bin.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-c-src.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-c-src.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-include.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
Stashed 32 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'writeImageFileIO':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:72745:2: warning: 'the2ndUnknownShort' may be used uninitialized in this function [-Wmaybe-uninitialized]
  putShorttoFile(the2ndUnknownShort, f);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
$ docker stop --time=1 a0bfa810bc79524c549db91b17e689fc69a692d3b4e5aaf41edb87b33f98cc8a
$ docker rm -f a0bfa810bc79524c549db91b17e689fc69a692d3b4e5aaf41edb87b33f98cc8a
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] }
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'stringForCString':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:56470:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   strncpy(((char *) (newString + BaseHeaderSize)), aCString, len);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:56433:8: note: length computed here
  len = strlen(aCString);
        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'followForwardedFrameContentsstackPointer':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:63102:3: warning: 'oop' may be used uninitialized in this function [-Wmaybe-uninitialized]
   followForwardedObjectFieldstoDepth(oop, 0);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c: In function 'printInvalidClassTableEntries':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/vm/src/gcc3x-cointerp.c:54041:11: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized]
     sqInt hash;
           ^~~~
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqVirtualMachine.c: In function 'sqGetInterpreterProxy':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: assignment to 'sqInt (*)(sqInt)' {aka 'int (*)(int)'} from incompatible pointer type 'void (*)(sqInt)' {aka 'void (*)(int)'} [-Wincompatible-pointer-types]
  VM->push = push;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: assignment to 'sqInt (*)(double)' {aka 'int (*)(double)'} from incompatible pointer type 'void (*)(double)' [-Wincompatible-pointer-types]
  VM->pushFloat = pushFloat;
                ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: assignment to 'void * (*)(sqInt,  sqInt,  sqInt)' {aka 'void * (*)(int,  int,  int)'} from incompatible pointer type 'void * (*)(sqInt,  sqInt,  void *)' {aka 'void * (*)(int,  int,  void *)'} [-Wincompatible-pointer-types]
  VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: assignment to 'void (*)(void)' from incompatible pointer type 'sqInt (*)(void)' {aka 'int (*)(void)'} [-Wincompatible-pointer-types]
  VM->forceInterruptCheck = forceInterruptCheck;
                          ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: assignment to 'sqInt (*)(char *)' {aka 'int (*)(char *)'} from incompatible pointer type 'sqInt (*)(const char *)' {aka 'int (*)(const char *)'} [-Wincompatible-pointer-types]
  VM->stringForCString = stringForCString;
                       ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: assignment to 'sqInt (*)(struct _VMCallbackContext *)' {aka 'int (*)(struct _VMCallbackContext *)'} from incompatible pointer type 'sqInt (*)(void *)' {aka 'int (*)(void *)'} [-Wincompatible-pointer-types]
  VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                     ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: assignment to 'sqInt (*)(struct _VMCallbackContext *)' {aka 'int (*)(struct _VMCallbackContext *)'} from incompatible pointer type 'sqInt (*)(void *)' {aka 'int (*)(void *)'} [-Wincompatible-pointer-types]
  VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                  ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: assignment to 'sqInt (*)(int)' {aka 'int (*)(int)'} from incompatible pointer type 'Semaphore * (*)(int)' {aka 'struct __Semaphore * (*)(int)'} [-Wincompatible-pointer-types]
  VM->platformSemaphoreNew = platform_semaphore_new;
                           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: assignment to 'sqInt (*)(sqInt)' {aka 'int (*)(int)'} from incompatible pointer type 'void (*)(sqInt)' {aka 'void (*)(int)'} [-Wincompatible-pointer-types]
  VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                   ^
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function 'signalSemaphoreWithIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable 'v' [-Wunused-variable]
  int v;
      ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function 'doSignalExternalSemaphores':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqExternalSemaphores.c:178:17: warning: variable 'signalled' set but not used [-Wunused-but-set-variable]
  char switched, signalled = 0;
                 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function 'waitOnExternalSemaphoreIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable 'xArray' [-Wunused-variable]
     sqInt xArray;
           ^~~~~~
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqTicker.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/unix/aio.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/unix/aio.c:34:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/unix/aio.c: In function 'aioInit':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/unix/aio.c:124:16: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
  signal(SIGIO, forceInterruptCheck);
                ^~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/unix/aio.c:45:
/usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'sqInt (*)(void)' {aka 'int (*)(void)'}
 extern __sighandler_t signal (int __sig, __sighandler_t __handler)
                                          ~~~~~~~~~~~~~~~^~~~~~~~~
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/debugUnix.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/debugUnix.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/debugUnix.c: In function 'printRegisterState':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/debugUnix.c:285:28: warning: initialization of 'struct sigcontext *' from incompatible pointer type 'mcontext_t *' {aka 'struct <anonymous> *'} [-Wincompatible-pointer-types]
  struct sigcontext *regs = &uap->uc_mcontext;
                            ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/debugUnix.c:295:13: warning: returning 'long unsigned int' from a function with return type 'void *' makes pointer from integer without a cast [-Wint-conversion]
  return regs->arm_pc;
         ~~~~^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/debugUnix.c: In function 'reportStackState':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
  void *pc;
        ^~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/debugUnix.c:77:12: warning: 'inFault' defined but not used [-Wunused-variable]
 static int inFault = 0;
            ^~~~~~~
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/memoryUnix.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/memoryUnix.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/fileDialogUnix.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/fileDialog.h:4,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/fileDialogUnix.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 32%] Linking C shared library build/vm/libPharoVMCore.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libPharoVMCore.so -o build/vm/libPharoVMCore.so CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/32/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/32/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 32%] Built target PharoVMCore
/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 33%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c: In function 'waitForDataonSemaphoreIndex':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: typedef 'aioHandler' locally defined but not used [-Wunused-local-typedefs]
  typedef void (*aioHandler)(int fd, void *clientData, int flag);
                 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 34%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
In function 'maybeOpenDir',
    inlined from 'dir_Lookup' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:212:12:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:157:5: warning: 'strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation]
     strncpy(lastPath, unixPath, MAXPATHLEN);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 34%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/unix/sqUnixCharConv.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/src/unix/sqUnixCharConv.c:33:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 35%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/fileUtils.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/fileUtils.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 36%] Building C object CMakeFiles/FilePlugin.dir/generated/32/plugins/src/FilePlugin/FilePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/generated/32/plugins/src/FilePlugin/FilePlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c: In function 'pointerFrom':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: returning 'sqInt' {aka 'int'} from a function with return type 'void *' makes pointer from integer without a cast [-Wint-conversion]
   return primitiveFailFor(PrimErrBadArgument);
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveDirectoryEntry':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:703:11: warning: variable 'v' set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveDirectoryLookup':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:799:11: warning: variable 'v' set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
     char *stringPtr;
           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
     sqInt results;
           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
     sqInt nameString;
           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
     sqInt modDateOop;
           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
     sqInt i;
           ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
     sqInt fileSizeOop;
           ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
     sqInt createDateOop;
           ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveFileRead':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
     size_t startIndex1;
            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
     sqInt retryCount;
           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
     sqInt objectPointer1;
           ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
     SQFile *file1;
             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
     size_t elementSize1;
            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
     size_t count1;
            ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
     sqInt bytesRead1;
           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
     sqInt array1;
           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c: In function 'setInterpreter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: assignment to 'sqInt (*)(void)' {aka 'int (*)(void)'} from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
   fullGC = interpreterProxy->fullGC;
          ^
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: 'primitiveFileReadWithPinning' defined but not used [-Wunused-function]
 primitiveFileReadWithPinning(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: 'primitiveFileReadWithoutPinning' defined but not used [-Wunused-function]
 primitiveFileReadWithoutPinning(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' defined but not used [-Wunused-function]
 makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: 'connectToFilewrite' defined but not used [-Wunused-function]
 connectToFilewrite(void *cfile, sqInt writeFlag)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: 'connectToFdwrite' defined but not used [-Wunused-function]
 connectToFdwrite(int fd, sqInt writeFlag)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: a04481ca-fc8d-0d00-a506-9ecd0f452b1c " __DATE__ ;
             ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveFileGetPosition':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:1071:3: warning: 'position' may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(position));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c: In function 'primitiveFileSize':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/FilePlugin/FilePlugin.c:1411:3: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(size));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 36%] Linking C shared library build/vm/libFilePlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFilePlugin.so -o build/vm/libFilePlugin.so CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/32/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 36%] Built target FilePlugin
/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 37%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:38:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveFileStat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2055:11: warning: variable 'uid' set but not used [-Wunused-but-set-variable]
     sqInt uid;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2049:11: warning: variable 'gid' set but not used [-Wunused-but-set-variable]
     sqInt gid;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveFixPointersInArrayOfStrings':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2095:11: warning: variable 'count' set but not used [-Wunused-but-set-variable]
     sqInt count;
           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'setSigChldHandler':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: assignment to 'void (*)(int,  siginfo_t *, void *)' {aka 'void (*)(int,  struct <anonymous> *, void *)'} from incompatible pointer type 'void (*)(int)' [-Wincompatible-pointer-types]
  sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                    ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer
  if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
                                                     ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'setSignalNumberhandler':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer
  if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
                                                                          ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'sigHoldNumber':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4645:9: warning: returning 'int' from a function with return type 'void *' makes pointer from integer without a cast [-Wint-conversion]
  return -1;
         ^
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: 'unixFileNumber' defined but not used [-Wunused-function]
 unixFileNumber(FILEHANDLETYPE fileHandle)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: 'socketValueOf' defined but not used [-Wunused-function]
 socketValueOf(sqInt anSQSocketRecord)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: 'socketRecordSize' defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: 'socketDescriptorFrom' defined but not used [-Wunused-function]
 socketDescriptorFrom(sqInt sqSocketOop)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: 'sizeOfPointer' defined but not used [-Wunused-function]
 sizeOfPointer(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: 'sizeOfInt' defined but not used [-Wunused-function]
 sizeOfInt(void)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: 'sigUsr2Number' defined but not used [-Wunused-function]
 sigUsr2Number(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: 'sigUsr1Number' defined but not used [-Wunused-function]
 sigUsr1Number(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: 'sigTermNumber' defined but not used [-Wunused-function]
 sigTermNumber(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: 'sigStopNumber' defined but not used [-Wunused-function]
 sigStopNumber(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: 'sigQuitNumber' defined but not used [-Wunused-function]
 sigQuitNumber(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: 'sigPipeNumber' defined but not used [-Wunused-function]
 sigPipeNumber(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: 'sigKillNumber' defined but not used [-Wunused-function]
 sigKillNumber(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: 'sigIntNumber' defined but not used [-Wunused-function]
 sigIntNumber(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: 'sigHupNumber' defined but not used [-Wunused-function]
 sigHupNumber(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: 'sigHoldNumber' defined but not used [-Wunused-function]
 sigHoldNumber(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: 'sigContNumber' defined but not used [-Wunused-function]
 sigContNumber(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: 'sigChldNumber' defined but not used [-Wunused-function]
 sigChldNumber(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: 'sigAlrmNumber' defined but not used [-Wunused-function]
 sigAlrmNumber(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: 'sigAbrtNumber' defined but not used [-Wunused-function]
 sigAbrtNumber(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: 'setSigPipeIgnore' defined but not used [-Wunused-function]
 setSigPipeIgnore(void)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: 'setSigPipeHandler' defined but not used [-Wunused-function]
 setSigPipeHandler(void)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: 'setSigPipeDefaultHandler' defined but not used [-Wunused-function]
 setSigPipeDefaultHandler(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: 'setSigIntIgnore' defined but not used [-Wunused-function]
 setSigIntIgnore(void)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: 'setSigIntDefaultHandler' defined but not used [-Wunused-function]
 setSigIntDefaultHandler(void)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: 'sendSignaltoPid' defined but not used [-Wunused-function]
 sendSignaltoPid(sqInt sig, sqInt pid)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: 'restoreDefaultSignalHandlers' defined but not used [-Wunused-function]
 restoreDefaultSignalHandlers(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: 'pointerFrom' defined but not used [-Wunused-function]
 pointerFrom(sqInt aByteArray)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: 'newSQSocketByteArray' defined but not used [-Wunused-function]
 newSQSocketByteArray(void)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: 'newSQFileByteArray' defined but not used [-Wunused-function]
 newSQFileByteArray(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: 'maskForThisThreadAndResend' defined but not used [-Wunused-function]
 maskForThisThreadAndResend(int sigNum)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: 'isValidFileSession' defined but not used [-Wunused-function]
 isValidFileSession(sqInt objectPointer)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: 'isSQSocketObject' defined but not used [-Wunused-function]
 isSQSocketObject(sqInt objectPointer)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: 'isSQFileObject' defined but not used [-Wunused-function]
 isSQFileObject(sqInt objectPointer)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: 'getThisSessionIdentifier' defined but not used [-Wunused-function]
 getThisSessionIdentifier(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: 'fileValueOf' defined but not used [-Wunused-function]
 fileValueOf(sqInt anSQFileRecord)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: 'fileRecordSize' defined but not used [-Wunused-function]
 fileRecordSize(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: 'fileDescriptorFrom' defined but not used [-Wunused-function]
 fileDescriptorFrom(sqInt aSQFileByteArray)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: 'environmentAtSymbolAsType' defined but not used [-Wunused-function]
 environmentAtSymbolAsType(sqInt classIdentifier)
 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: 'descriptorTableSize' defined but not used [-Wunused-function]
 descriptorTableSize(void)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: 'copyBytesFromtolength' defined but not used [-Wunused-function]
 copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: 'argumentAtAsType' defined but not used [-Wunused-function]
 argumentAtAsType(sqInt classIdentifier)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
             ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'cStringasCollection':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:480:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  strncpy(arrayValueOf(newString), aCString, len);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:478:8: note: length computed here
  len = strlen(aCString);
        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'stringFromCString':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4864:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  strncpy(arrayValueOf(newString), aCString, len);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4862:8: note: length computed here
  len = strlen(aCString);
        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'environmentAtAsType':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:650:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   strncpy(arrayValueOf(newString), sPtr, len);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:648:9: note: length computed here
   len = strlen(sPtr);
         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'realpathAsType':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4263:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   strncpy(arrayValueOf(newString), realpathResult, len);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4256:8: note: length computed here
   if ((strlen(realpathResult)) >= 1024) {
       ~^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'getCurrentWorkingDirectoryAsType':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1126:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   strncpy(arrayValueOf(newString), cwd, len);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1124:9: note: length computed here
   len = strlen(cwd);
         ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveArgumentAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1610:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   strncpy(arrayValueOf(newString), sPtr, len);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1608:9: note: length computed here
   len = strlen(sPtr);
         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveArgumentAtAsBytes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1646:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   strncpy(arrayValueOf(newString), sPtr, len);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1644:9: note: length computed here
   len = strlen(sPtr);
         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function 'primitiveErrorMessageAt':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1967:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  strncpy(arrayValueOf(newString), p, len);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1965:8: note: length computed here
  len = strlen(p);
        ^~~~~~~~~
[ 38%] Linking C shared library build/vm/libUnixOSProcessPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUnixOSProcessPlugin.so -o build/vm/libUnixOSProcessPlugin.so CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 38%] Built target UnixOSProcessPlugin
/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 39%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: 'subtractDivisorMultipliedByDigitdigitShift' defined but not used [-Wunused-function]
 subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: 'leftRotateby' defined but not used [-Wunused-function]
 leftRotateby(unsigned int anInteger, sqInt bits)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: 'bigDivideLoop' defined but not used [-Wunused-function]
 bigDivideLoop(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: 'addBackDivisorDigitShift' defined but not used [-Wunused-function]
 addBackDivisorDigitShift(sqInt digitShift)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
             ^~~~~~~~~~~
[ 40%] Linking C shared library build/vm/libDSAPrims.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libDSAPrims.so -o build/vm/libDSAPrims.so CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 40%] Built target DSAPrims
/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 40%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^~~~~~~~~~~
[ 41%] Linking C shared library build/vm/libMiscPrimitivePlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libMiscPrimitivePlugin.so -o build/vm/libMiscPrimitivePlugin.so CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 41%] Built target MiscPrimitivePlugin
/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 41%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:53:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function 'primitiveFileAttributes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:630:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function 'primitiveLogicalDrives':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
     unsigned int mask;
                  ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function 'processDirectory':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1048:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: 'sizeOfFaPath' defined but not used [-Wunused-function]
 sizeOfFaPath(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: 'readLinkintomaxLength' defined but not used [-Wunused-function]
 readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: 'pointerFrom' defined but not used [-Wunused-function]
 pointerFrom(sqInt directoryPointerBytes)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: 'pathOoptoBuffermaxLen' defined but not used [-Wunused-function]
 pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: 'objectFromStructsize' defined but not used [-Wunused-function]
 objectFromStructsize(void *aMachineAddress, sqInt structSize)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: 'faSuccess' defined but not used [-Wunused-function]
 faSuccess(void)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: 'badSessionId' defined but not used [-Wunused-function]
 badSessionId(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: 'addressObjectFor' defined but not used [-Wunused-function]
 addressObjectFor(void *aMachineAddress)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
             ^~~~~~~~~~~
In function 'stringFromCString.constprop',
    inlined from 'primitiveVersionString' at /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1029:2:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1203:2: warning: 'strncpy' output truncated before terminating nul copying 5 bytes from a string of the same length [-Wstringop-truncation]
  strncpy(arrayValueOf(newString), aCString, len);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 42%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c: In function 'faFileStatAttributes':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
 int  mode;
      ^~~~
[ 43%] Linking C shared library build/vm/libFileAttributesPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFileAttributesPlugin.so -o build/vm/libFileAttributesPlugin.so CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 43%] Built target FileAttributesPlugin
/usr/bin/make -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Scanning dependencies of target libgit2-1.0.1
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libgit2-1.0.1-src/libgit2.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libgit2-1.0.1-src/libgit2.so.1.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libgit2-1.0.1-src/libgit2.so.1.0.1 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 43%] Built target libgit2-1.0.1
/usr/bin/make -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.14
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/SDL2-2.0.14-src/libSDL2-2.0.so.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/SDL2-2.0.14-src/libSDL2-2.0.so.0.7.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/SDL2-2.0.14-src/libSDL2.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 43%] Built target SDL2-2.0.14
/usr/bin/make -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Scanning dependencies of target pixman-0.40.0
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/pixman-0.40.0-src/libpixman-1.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/pixman-0.40.0-src/libpixman-1.so.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/pixman-0.40.0-src/libpixman-1.so.0.40.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 43%] Built target pixman-0.40.0
/usr/bin/make -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Scanning dependencies of target freetype-2.10.0
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/freetype-2.10.0-src/libfreetype.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/freetype-2.10.0-src/libfreetype.so.6 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/freetype-2.10.0-src/libfreetype.so.6.17.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 43%] Built target freetype-2.10.0
/usr/bin/make -f CMakeFiles/zlib-1.2.11.dir/build.make CMakeFiles/zlib-1.2.11.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/zlib-1.2.11.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/zlib-1.2.11.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/zlib-1.2.11.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/zlib-1.2.11.dir/depend.internal".
Scanning dependencies of target zlib-1.2.11
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/zlib-1.2.11.dir/build.make CMakeFiles/zlib-1.2.11.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/zlib-1.2.11-src/libz.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/zlib-1.2.11-src/libz.so.1 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/zlib-1.2.11-src/libz.so.1.2.11 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 43%] Built target zlib-1.2.11
/usr/bin/make -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.9.0
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libssh2-1.9.0-src/libssh2.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libssh2-1.9.0-src/libssh2.so.1 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libssh2-1.9.0-src/libssh2.so.1.0.1 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 43%] Built target libssh2-1.9.0
/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 44%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/plugins/UUIDPlugin/common/UUIDPlugin.c: In function 'setInterpreter':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
     sqInt ok;
           ^~
[ 44%] Linking C shared library build/vm/libUUIDPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUUIDPlugin.so -o build/vm/libUUIDPlugin.so CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/arm-linux-gnueabihf/libuuid.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 44%] Built target UUIDPlugin
/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 45%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 46%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: In function 'primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:410:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
             ^~~~~~~~~~~
[ 46%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 47%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 48%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 48%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 49%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 51%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function 'start_pass_main':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:71:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function 'process_data_simple_main':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:117:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function 'jinit_c_main_controller':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:247:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main;
               ^~~~
[ 52%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 52%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'alloc_funny_pointers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:162:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'make_funny_pointers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:203:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'set_wraparound_pointers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:243:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'set_bottom_pointers':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:272:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'start_pass_main':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:309:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'process_data_simple_main':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:349:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'process_data_context_main':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:389:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function 'jinit_d_main_controller':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:478:15: warning: 'main' is usually a function [-Wmain]
   my_main_ptr main;
               ^~~~
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c: In function 'init_source':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
   my_src_ptr src = (my_src_ptr) cinfo->src;
              ^~~
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 79%] Linking C shared library build/vm/libJPEGReadWriter2Plugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReadWriter2Plugin.so -o build/vm/libJPEGReadWriter2Plugin.so CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 79%] Built target JPEGReadWriter2Plugin
/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 80%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function 'primitiveSocketListenOnPortBacklogInterface':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
  sqInt okToListen;
        ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function 'socketValueOf':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2312:3: warning: pointer/integer type mismatch in conditional expression
   : (primitiveFailFor(PrimErrBadArgument),
   ^
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: 'socketValueOf' defined but not used [-Wunused-function]
 socketValueOf(sqInt socketOop)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: 'socketRecordSize' defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: 'netAddressToInt' defined but not used [-Wunused-function]
 netAddressToInt(unsigned char *ptrToByteArray)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^~~~~~~~~~~
[ 81%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:54:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 81%] Linking C shared library build/vm/libSocketPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSocketPlugin.so -o build/vm/libSocketPlugin.so CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 81%] Built target SocketPlugin
/usr/bin/make -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Scanning dependencies of target openssl-1.1.1k
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/openssl-1.1.1k-src/libcrypto.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/openssl-1.1.1k-src/libcrypto.so.1.1 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/openssl-1.1.1k-src/libssl.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/openssl-1.1.1k-src/libssl.so.1.1 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 81%] Built target openssl-1.1.1k
/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 81%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^~~~~~~~~~~
[ 82%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c: In function 'sqLocGetCurrencySymbolInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:618:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  strncpy(str,src,len); \
  ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:625:3: note: in expansion of macro 'safestrcpy'
   safestrcpy(str, localeConv->currency_symbol);
   ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:617:12: note: length computed here
  int len = strlen(src); \
            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:625:3: note: in expansion of macro 'safestrcpy'
   safestrcpy(str, localeConv->currency_symbol);
   ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c: In function 'sqLocGetDigitGroupingSymbolInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:618:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  strncpy(str,src,len); \
  ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:650:3: note: in expansion of macro 'safestrcpy'
   safestrcpy(str, localeConv->thousands_sep);
   ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:617:12: note: length computed here
  int len = strlen(src); \
            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:650:3: note: in expansion of macro 'safestrcpy'
   safestrcpy(str, localeConv->thousands_sep);
   ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c: In function 'sqLocGetDecimalSymbolInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:618:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  strncpy(str,src,len); \
  ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:658:3: note: in expansion of macro 'safestrcpy'
   safestrcpy(str, localeConv->decimal_point);
   ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:617:12: note: length computed here
  int len = strlen(src); \
            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:658:3: note: in expansion of macro 'safestrcpy'
   safestrcpy(str, localeConv->decimal_point);
   ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c: In function 'sqLocGetLongDateFormatInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:618:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  strncpy(str,src,len); \
  ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:711:3: note: in expansion of macro 'safestrcpy'
   safestrcpy(str, nl_langinfo(D_FMT));
   ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:617:12: note: length computed here
  int len = strlen(src); \
            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:711:3: note: in expansion of macro 'safestrcpy'
   safestrcpy(str, nl_langinfo(D_FMT));
   ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c: In function 'sqLocGetTimeFormatInto':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:618:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  strncpy(str,src,len); \
  ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:739:3: note: in expansion of macro 'safestrcpy'
   safestrcpy(str, nl_langinfo(T_FMT));
   ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:617:12: note: length computed here
  int len = strlen(src); \
            ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:739:3: note: in expansion of macro 'safestrcpy'
   safestrcpy(str, nl_langinfo(T_FMT));
   ^~~~~~~~~~
[ 83%] Linking C shared library build/vm/libLocalePlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLocalePlugin.so -o build/vm/libLocalePlugin.so CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 83%] Built target LocalePlugin
/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 84%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c: In function 'normalizeNegative':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2228:17: warning: left shift count >= width of type [-Wshift-count-overflow]
    val2 = (val2 << 32) + (cDigitOfat(((unsigned int *) (firstIndexableField(aLargeNegativeInteger))), 1 - 1));
                 ^~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: 'normalize' defined but not used [-Wunused-function]
 normalize(sqInt aLargeInteger)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: 'highBitOfLargeInt' defined but not used [-Wunused-function]
 highBitOfLargeInt(sqInt anOop)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: 'digitSubLargewith' defined but not used [-Wunused-function]
 digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: 'digitSizeOfLargeInt' defined but not used [-Wunused-function]
 digitSizeOfLargeInt(sqInt anOop)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: 'digitSizeOfCSI' defined but not used [-Wunused-function]
 digitSizeOfCSI(sqInt csi)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: 'digitOfLargeIntat' defined but not used [-Wunused-function]
 digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: 'digitOfCSIat' defined but not used [-Wunused-function]
 digitOfCSIat(sqInt csi, sqInt ix)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: 'digitMultiplyLargewithnegative' defined but not used [-Wunused-function]
 digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: 'digitMontgomerytimesmodulomInvModB' defined but not used [-Wunused-function]
 digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: 'digitDivLargewithnegative' defined but not used [-Wunused-function]
 digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: 'digitCompareLargewith' defined but not used [-Wunused-function]
 digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: 'digitAddLargewith' defined but not used [-Wunused-function]
 digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: 'cDigitSublenwithleninto' defined but not used [-Wunused-function]
 cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: 'cDigitRshiftfromlentolen' defined but not used [-Wunused-function]
 cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: 'cDigitReplacefromtowithstartingAt' defined but not used [-Wunused-function]
 cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: 'cDigitOpshortlenlongleninto' defined but not used [-Wunused-function]
 cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: 'cDigitOfatput' defined but not used [-Wunused-function]
 cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: 'cDigitMultiplylenwithlenintolen' defined but not used [-Wunused-function]
 cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' defined but not used [-Wunused-function]
 cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: 'cDigitLshiftfromlentolen' defined but not used [-Wunused-function]
 cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: 'cDigitDivlenremlenquolen' defined but not used [-Wunused-function]
 cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: 'cDigitCopyFromtolen' defined but not used [-Wunused-function]
 cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: 'cDigitAddlenwithleninto' defined but not used [-Wunused-function]
 cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: 'byteSizeOfCSI' defined but not used [-Wunused-function]
 byteSizeOfCSI(sqInt csi)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^~~~~~~~~~~
[ 85%] Linking C shared library build/vm/libLargeIntegers.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLargeIntegers.so -o build/vm/libLargeIntegers.so CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 85%] Built target LargeIntegers
/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 86%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: 'storeJPEGStreamOn' defined but not used [-Wunused-function]
 storeJPEGStreamOn(sqInt streamOop)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: 'stInit' defined but not used [-Wunused-function]
 stInit(void)
 ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: 'scaleAndSignExtendinFieldWidth' defined but not used [-Wunused-function]
 scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: 'nextSampleY' defined but not used [-Wunused-function]
 nextSampleY(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: 'nextSampleFromblocks' defined but not used [-Wunused-function]
 nextSampleFromblocks(int *aComponent, int **aBlockArray)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: 'nextSampleCr' defined but not used [-Wunused-function]
 nextSampleCr(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: 'nextSampleCb' defined but not used [-Wunused-function]
 nextSampleCb(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: 'idctBlockIntqt' defined but not used [-Wunused-function]
 idctBlockIntqt(int *anArray, int *qt)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: 'getBits' defined but not used [-Wunused-function]
 getBits(sqInt requestedBits)
 ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: 'fillBuffer' defined but not used [-Wunused-function]
 fillBuffer(void)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: 'decodeBlockIntocomponent' defined but not used [-Wunused-function]
 decodeBlockIntocomponent(int *anArray, int *aColorComponent)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: 'colorConvertMCU' defined but not used [-Wunused-function]
 colorConvertMCU(void)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: 'colorConvertGrayscaleMCU' defined but not used [-Wunused-function]
 colorConvertGrayscaleMCU(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: 'ySampleStream' defined but not used [-Wunused-variable]
 static sqInt ySampleStream;
              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: 'crSampleStream' defined but not used [-Wunused-variable]
 static sqInt crSampleStream;
              ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: 'cbSampleStream' defined but not used [-Wunused-variable]
 static sqInt cbSampleStream;
              ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^~~~~~~~~~~
[ 86%] Linking C shared library build/vm/libJPEGReaderPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReaderPlugin.so -o build/vm/libJPEGReaderPlugin.so CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 86%] Built target JPEGReaderPlugin
/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 87%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 88%] Building C object CMakeFiles/SurfacePlugin.dir/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c: In function 'primitiveRegisterSurface':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: assignment to 'void *' from 'sqInt' {aka 'int'} makes pointer from integer without a cast [-Wint-conversion]
  surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                   ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: passing argument 1 of 'ioRegisterSurface' makes integer from pointer without a cast [-Wint-conversion]
  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                             ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: expected 'sqIntptr_t' {aka 'long int'} but argument is of type 'void *'
 ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                   ~~~~~~~~~~~^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: passing argument 2 of 'ioRegisterSurface' makes pointer from integer without a cast [-Wint-conversion]
  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: expected 'sqSurfaceDispatch *' {aka 'struct sqSurfaceDispatch *'} but argument is of type 'sqInt' {aka 'int'}
 ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                             ~~~~~~~~~~~~~~~~~~~^~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: a04481ca-fc8d-0d00-a506-9ecd0f452b1c " __DATE__ ;
             ^~~~~~~~~~~
[ 88%] Linking C shared library build/vm/libSurfacePlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSurfacePlugin.so -o build/vm/libSurfacePlugin.so CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/32/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 88%] Built target SurfacePlugin
/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 89%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'copyBitsFallback':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
  sqInt t;
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
  sqInt sxLowBits;
        ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
  sqInt startBits1;
        ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
  sqInt startBits;
        ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
  sqInt pixPerM11;
        ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
  sqInt pixPerM1;
        ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
  unsigned int m1;
               ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
  sqInt endBits;
        ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
  sqInt dxLowBits;
        ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
  sqInt done;
        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'loadBitBltDestForm':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3069:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'loadBitBltFromwarping':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3152:8: warning: variable 'v1' set but not used [-Wunused-but-set-variable]
  sqInt v1;
        ^~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3151:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'loadBitBltSourceForm':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3558:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'lockSurfaces':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3877:8: warning: variable 'v' set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function 'primitiveCompareColors':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
  sqInt _return_value;
        ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5027:8: warning: variable 'val' set but not used [-Wunused-but-set-variable]
  sqInt val;
        ^~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5026:8: warning: variable 'testID' set but not used [-Wunused-but-set-variable]
  sqInt testID;
        ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5025:8: warning: variable 'rcvr' set but not used [-Wunused-but-set-variable]
  sqInt rcvr;
        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5024:14: warning: variable 'colorB' set but not used [-Wunused-but-set-variable]
  usqIntptr_t colorB;
              ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5023:14: warning: variable 'colorA' set but not used [-Wunused-but-set-variable]
  usqIntptr_t colorA;
              ^~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' defined but not used [-Wunused-function]
 warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: 'warpLoopSetup' defined but not used [-Wunused-function]
 warpLoopSetup(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: 'warpBits' defined but not used [-Wunused-function]
 warpBits(void)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: 'tryCopyingBitsQuickly' defined but not used [-Wunused-function]
 tryCopyingBitsQuickly(void)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: 'sqAssert' defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: 'sourceSkewAndPointerInit' defined but not used [-Wunused-function]
 sourceSkewAndPointerInit(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: 'showDisplayBits' defined but not used [-Wunused-function]
 showDisplayBits(void)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: 'rgbMapPixelflags' defined but not used [-Wunused-function]
 rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: 'rgbMap32To32' defined but not used [-Wunused-function]
 rgbMap32To32(sqInt sourcePixel)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: 'rgbMap16To32' defined but not used [-Wunused-function]
 rgbMap16To32(sqInt sourcePixel)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: 'pickWarpPixelAtXy' defined but not used [-Wunused-function]
 pickWarpPixelAtXy(sqInt xx, sqInt yy)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' defined but not used [-Wunused-function]
 pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: 'performCopyLoop' defined but not used [-Wunused-function]
 performCopyLoop(void)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: 'partitionedRgbComponentAlphadestnBitsnPartitions' defined but not used [-Wunused-function]
 partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: 'mergewith' defined but not used [-Wunused-function]
 mergewith(unsigned int sourceWord, unsigned int destinationWord)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: 'mapPixelflags' defined but not used [-Wunused-function]
 mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: 'loadWarpBltFrom' defined but not used [-Wunused-function]
 loadWarpBltFrom(sqInt bbObj)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: 'loadHalftoneForm' defined but not used [-Wunused-function]
 loadHalftoneForm(void)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: 'loadColorMapShiftOrMaskFrom' defined but not used [-Wunused-function]
 loadColorMapShiftOrMaskFrom(sqInt mapOop)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: 'loadColorMap' defined but not used [-Wunused-function]
 loadColorMap(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: 'loadBitBltSourceForm' defined but not used [-Wunused-function]
 loadBitBltSourceForm(void)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: 'loadBitBltDestForm' defined but not used [-Wunused-function]
 loadBitBltDestForm(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: 'ignoreSourceOrHalftone' defined but not used [-Wunused-function]
 ignoreSourceOrHalftone(sqInt formPointer)
 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: 'fetchIntOrFloatofObject' defined but not used [-Wunused-function]
 fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: 'expensiveDither32To16threshold' defined but not used [-Wunused-function]
 expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: 'drawLoopXY' defined but not used [-Wunused-function]
 drawLoopXY(sqInt xDelta, sqInt yDelta)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: 'dither32To16threshold' defined but not used [-Wunused-function]
 dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: 'destMaskAndPointerInit' defined but not used [-Wunused-function]
 destMaskAndPointerInit(void)
 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: 'deltaFromtonSteps' defined but not used [-Wunused-function]
 deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: 'default8To32Table' defined but not used [-Wunused-function]
 default8To32Table(void)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: 'copyBitsFastPathSpecialised' defined but not used [-Wunused-function]
 copyBitsFastPathSpecialised(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: 'checkSourceOverlap' defined but not used [-Wunused-function]
 checkSourceOverlap(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: 'affectedTop' defined but not used [-Wunused-function]
 affectedTop(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: 'affectedRight' defined but not used [-Wunused-function]
 affectedRight(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: 'affectedLeft' defined but not used [-Wunused-function]
 affectedLeft(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: 'affectedBottom' defined but not used [-Wunused-function]
 affectedBottom(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
             ^~~~~~~~~~~
[ 89%] Linking C shared library build/vm/libBitBltPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libBitBltPlugin.so -o build/vm/libBitBltPlugin.so CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 89%] Built target BitBltPlugin
/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 89%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function 'stepToNextLine':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13520:11: warning: variable 'yValue' set but not used [-Wunused-but-set-variable]
     sqInt yValue;
           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function 'stepToNextWideBezierInat':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: statement with no effect [-Wunused-value]
   ((signed)lastX >> 8);
   ~~~~~~~~~~~~~~~^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: statement with no effect [-Wunused-value]
  ((signed)lastX1 >> 8);
  ~~~~~~~~~~~~~~~~^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function 'stepToNextWideLine':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13699:11: warning: variable 'yValue' set but not used [-Wunused-but-set-variable]
     sqInt yValue;
           ^~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: 'workBufferPut' defined but not used [-Wunused-function]
 workBufferPut(sqInt wbOop)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: 'wideLineWidthOfput' defined but not used [-Wunused-function]
 wideLineWidthOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: 'wideLineFillOfput' defined but not used [-Wunused-function]
 wideLineFillOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: 'wideLineExtentOfput' defined but not used [-Wunused-function]
 wideLineExtentOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: 'wideLineExtentOf' defined but not used [-Wunused-function]
 wideLineExtentOf(sqInt line)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: 'wideLineExitOfput' defined but not used [-Wunused-function]
 wideLineExitOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: 'wideLineExitOf' defined but not used [-Wunused-function]
 wideLineExitOf(sqInt line)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: 'wideLineEntryOfput' defined but not used [-Wunused-function]
 wideLineEntryOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: 'wideLineEntryOf' defined but not used [-Wunused-function]
 wideLineEntryOf(sqInt line)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: 'wideBezierWidthOfput' defined but not used [-Wunused-function]
 wideBezierWidthOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: 'wideBezierUpdateDataOf' defined but not used [-Wunused-function]
 wideBezierUpdateDataOf(sqInt bezier)
 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: 'wideBezierFillOfput' defined but not used [-Wunused-function]
 wideBezierFillOfput(sqInt bezier, sqInt value)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: 'wideBezierExtentOfput' defined but not used [-Wunused-function]
 wideBezierExtentOfput(sqInt bezier, sqInt value)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: 'wideBezierExtentOf' defined but not used [-Wunused-function]
 wideBezierExtentOf(sqInt bezier)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: 'wideBezierExitOfput' defined but not used [-Wunused-function]
 wideBezierExitOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: 'wideBezierExitOf' defined but not used [-Wunused-function]
 wideBezierExitOf(sqInt line)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: 'wideBezierEntryOfput' defined but not used [-Wunused-function]
 wideBezierEntryOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: 'wideBezierEntryOf' defined but not used [-Wunused-function]
 wideBezierEntryOf(sqInt line)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: 'wbTopPut' defined but not used [-Wunused-function]
 wbTopPut(sqInt value)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: 'wbTopGet' defined but not used [-Wunused-function]
 wbTopGet(void)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: 'wbStackValueput' defined but not used [-Wunused-function]
 wbStackValueput(sqInt index, sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: 'wbStackValue' defined but not used [-Wunused-function]
 wbStackValue(sqInt index)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: 'wbStackSize' defined but not used [-Wunused-function]
 wbStackSize(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: 'wbStackPop' defined but not used [-Wunused-function]
 wbStackPop(sqInt nItems)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: 'wbStackClear' defined but not used [-Wunused-function]
 wbStackClear(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: 'wbSizePut' defined but not used [-Wunused-function]
 wbSizePut(sqInt value)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: 'wbSizeGet' defined but not used [-Wunused-function]
 wbSizeGet(void)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: 'transformPointinto' defined but not used [-Wunused-function]
 transformPointinto(sqInt srcPoint, sqInt dstPoint)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: 'transformPoint' defined but not used [-Wunused-function]
 transformPoint(int *point)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: 'transformPointXyinto' defined but not used [-Wunused-function]
 transformPointXyinto(double xValue, double yValue, int *dstPoint)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: 'transformPoints' defined but not used [-Wunused-function]
 transformPoints(sqInt n)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: 'topFillValuePut' defined but not used [-Wunused-function]
 topFillValuePut(sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: 'topFillValue' defined but not used [-Wunused-function]
 topFillValue(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: 'topFillRightXPut' defined but not used [-Wunused-function]
 topFillRightXPut(sqInt value)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: 'topFillRightX' defined but not used [-Wunused-function]
 topFillRightX(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: 'topFillDepthPut' defined but not used [-Wunused-function]
 topFillDepthPut(sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: 'topFillDepth' defined but not used [-Wunused-function]
 topFillDepth(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: 'storeStopStateIntoEdgefill' defined but not used [-Wunused-function]
 storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: 'storeEngineStateInto' defined but not used [-Wunused-function]
 storeEngineStateInto(sqInt oop)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: 'stopReasonPut' defined but not used [-Wunused-function]
 stopReasonPut(sqInt value)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: 'stopReasonGet' defined but not used [-Wunused-function]
 stopReasonGet(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: 'stopBecauseOf' defined but not used [-Wunused-function]
 stopBecauseOf(sqInt stopReason)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: 'stepToNextWideLine' defined but not used [-Wunused-function]
 stepToNextWideLine(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: 'stepToNextLine' defined but not used [-Wunused-function]
 stepToNextLine(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: 'stepToNextBezierForwardat' defined but not used [-Wunused-function]
 stepToNextBezierForwardat(int *updateData, sqInt yValue)
 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: 'stepToNextBezier' defined but not used [-Wunused-function]
 stepToNextBezier(void)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: 'stepToFirstWideLine' defined but not used [-Wunused-function]
 stepToFirstWideLine(void)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: 'stepToFirstWideBezier' defined but not used [-Wunused-function]
 stepToFirstWideBezier(void)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: 'stepToFirstLine' defined but not used [-Wunused-function]
 stepToFirstLine(void)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: 'stepToFirstBezier' defined but not used [-Wunused-function]
 stepToFirstBezier(void)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: 'statePut' defined but not used [-Wunused-function]
 statePut(sqInt value)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: 'stateGet' defined but not used [-Wunused-function]
 stateGet(void)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: 'stackFillValueput' defined but not used [-Wunused-function]
 stackFillValueput(sqInt index, sqInt value)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: 'stackFillValue' defined but not used [-Wunused-function]
 stackFillValue(sqInt index)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: 'stackFillSize' defined but not used [-Wunused-function]
 stackFillSize(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: 'stackFillRightXput' defined but not used [-Wunused-function]
 stackFillRightXput(sqInt index, sqInt value)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: 'stackFillRightX' defined but not used [-Wunused-function]
 stackFillRightX(sqInt index)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: 'stackFillEntryLength' defined but not used [-Wunused-function]
 stackFillEntryLength(void)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: 'stackFillDepthput' defined but not used [-Wunused-function]
 stackFillDepthput(sqInt index, sqInt value)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: 'stackFillDepth' defined but not used [-Wunused-function]
 stackFillDepth(sqInt index)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: 'squaredLengthOfwith' defined but not used [-Wunused-function]
 squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: 'spanStartPut' defined but not used [-Wunused-function]
 spanStartPut(sqInt value)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: 'spanStartGet' defined but not used [-Wunused-function]
 spanStartGet(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: 'spanSizePut' defined but not used [-Wunused-function]
 spanSizePut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: 'spanSizeGet' defined but not used [-Wunused-function]
 spanSizeGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: 'spanEndPut' defined but not used [-Wunused-function]
 spanEndPut(sqInt value)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: 'spanEndGet' defined but not used [-Wunused-function]
 spanEndGet(void)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: 'spanEndAAPut' defined but not used [-Wunused-function]
 spanEndAAPut(sqInt value)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: 'spanEndAAGet' defined but not used [-Wunused-function]
 spanEndAAGet(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: 'sortGlobalEdgeTable' defined but not used [-Wunused-function]
 sortGlobalEdgeTable(void)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: 'shortRunValueAtfrom' defined but not used [-Wunused-function]
 shortRunValueAtfrom(sqInt i, sqInt runArray)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: 'shortRunLengthAtfrom' defined but not used [-Wunused-function]
 shortRunLengthAtfrom(sqInt i, sqInt runArray)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: 'returnWideLineWidth' defined but not used [-Wunused-function]
 returnWideLineWidth(void)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: 'returnWideLineFill' defined but not used [-Wunused-function]
 returnWideLineFill(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: 'returnWideBezierWidth' defined but not used [-Wunused-function]
 returnWideBezierWidth(void)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: 'returnWideBezierFill' defined but not used [-Wunused-function]
 returnWideBezierFill(void)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: 'repeatValuemax' defined but not used [-Wunused-function]
 repeatValuemax(sqInt delta, sqInt maxValue)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: 'quickRemoveInvalidFillsAt' defined but not used [-Wunused-function]
 quickRemoveInvalidFillsAt(sqInt leftX)
 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: 'point4Get' defined but not used [-Wunused-function]
 point4Get(void)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: 'point3Get' defined but not used [-Wunused-function]
 point3Get(void)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: 'point2Get' defined but not used [-Wunused-function]
 point2Get(void)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: 'point1Get' defined but not used [-Wunused-function]
 point1Get(void)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: 'offsetFromWidth' defined but not used [-Wunused-function]
 offsetFromWidth(sqInt lineWidth)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: 'objatput' defined but not used [-Wunused-function]
 objatput(sqInt object, sqInt index, sqInt value)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: 'objat' defined but not used [-Wunused-function]
 objat(sqInt object, sqInt index)
 ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: 'objUsedPut' defined but not used [-Wunused-function]
 objUsedPut(sqInt value)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: 'objUsedGet' defined but not used [-Wunused-function]
 objUsedGet(void)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: 'objStartPut' defined but not used [-Wunused-function]
 objStartPut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: 'objStartGet' defined but not used [-Wunused-function]
 objStartGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: 'objectTypeOfput' defined but not used [-Wunused-function]
 objectTypeOfput(sqInt obj, sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: 'objectTypeOf' defined but not used [-Wunused-function]
 objectTypeOf(sqInt obj)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: 'objectLengthOfput' defined but not used [-Wunused-function]
 objectLengthOfput(sqInt obj, sqInt value)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: 'objectLengthOf' defined but not used [-Wunused-function]
 objectLengthOf(sqInt obj)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: 'objectIndexOfput' defined but not used [-Wunused-function]
 objectIndexOfput(sqInt obj, sqInt value)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: 'objectIndexOf' defined but not used [-Wunused-function]
 objectIndexOf(sqInt obj)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: 'objectHeaderOf' defined but not used [-Wunused-function]
 objectHeaderOf(sqInt obj)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: 'needsFlushPut' defined but not used [-Wunused-function]
 needsFlushPut(sqInt value)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: 'needsFlushGet' defined but not used [-Wunused-function]
 needsFlushGet(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: 'needsFlush' defined but not used [-Wunused-function]
 needsFlush(void)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: 'makeUnsignedFrom' defined but not used [-Wunused-function]
 makeUnsignedFrom(sqInt someIntegerValue)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: 'makeRectFromPoints' defined but not used [-Wunused-function]
 makeRectFromPoints(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: 'magicNumberPut' defined but not used [-Wunused-function]
 magicNumberPut(sqInt value)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: 'magicNumberGet' defined but not used [-Wunused-function]
 magicNumberGet(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: 'loadRectanglelineFillleftFillrightFill' defined but not used [-Wunused-function]
 loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: 'loadPolygonnPointsfilllineWidthlineFillpointsShort' defined but not used [-Wunused-function]
 loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: 'loadPointShortAtfrom' defined but not used [-Wunused-function]
 loadPointShortAtfrom(sqInt index, sqInt shortArray)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: 'loadPointIntAtfrom' defined but not used [-Wunused-function]
 loadPointIntAtfrom(sqInt index, sqInt intArray)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: 'loadLinefromtooffsetleftFillrightFill' defined but not used [-Wunused-function]
 loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' defined but not used [-Wunused-function]
 loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: 'loadColorTransformFrom' defined but not used [-Wunused-function]
 loadColorTransformFrom(sqInt transformOop)
 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: 'loadBitmapFillcolormaptilefromalongnormalxIndex' defined but not used [-Wunused-function]
 loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: 'loadArrayPolygonnPointsfilllineWidthlineFill' defined but not used [-Wunused-function]
 loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: 'lineYDirectionOfput' defined but not used [-Wunused-function]
 lineYDirectionOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: 'lineYDirectionOf' defined but not used [-Wunused-function]
 lineYDirectionOf(sqInt line)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: 'lineXIncrementOfput' defined but not used [-Wunused-function]
 lineXIncrementOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: 'lineXIncrementOf' defined but not used [-Wunused-function]
 lineXIncrementOf(sqInt line)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: 'lineXDirectionOfput' defined but not used [-Wunused-function]
 lineXDirectionOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: 'lineXDirectionOf' defined but not used [-Wunused-function]
 lineXDirectionOf(sqInt line)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: 'lineErrorOfput' defined but not used [-Wunused-function]
 lineErrorOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: 'lineErrorOf' defined but not used [-Wunused-function]
 lineErrorOf(sqInt line)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: 'lineErrorAdjUpOfput' defined but not used [-Wunused-function]
 lineErrorAdjUpOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: 'lineErrorAdjUpOf' defined but not used [-Wunused-function]
 lineErrorAdjUpOf(sqInt line)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: 'lineErrorAdjDownOfput' defined but not used [-Wunused-function]
 lineErrorAdjDownOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: 'lineErrorAdjDownOf' defined but not used [-Wunused-function]
 lineErrorAdjDownOf(sqInt line)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: 'lineEndYOfput' defined but not used [-Wunused-function]
 lineEndYOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: 'lineEndYOf' defined but not used [-Wunused-function]
 lineEndYOf(sqInt line)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: 'lineEndXOfput' defined but not used [-Wunused-function]
 lineEndXOfput(sqInt line, sqInt value)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: 'lineEndXOf' defined but not used [-Wunused-function]
 lineEndXOf(sqInt line)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: 'lastExportedRightXPut' defined but not used [-Wunused-function]
 lastExportedRightXPut(sqInt value)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: 'lastExportedRightXGet' defined but not used [-Wunused-function]
 lastExportedRightXGet(void)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: 'lastExportedLeftXPut' defined but not used [-Wunused-function]
 lastExportedLeftXPut(sqInt value)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: 'lastExportedLeftXGet' defined but not used [-Wunused-function]
 lastExportedLeftXGet(void)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: 'lastExportedFillPut' defined but not used [-Wunused-function]
 lastExportedFillPut(sqInt value)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: 'lastExportedFillGet' defined but not used [-Wunused-function]
 lastExportedFillGet(void)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: 'lastExportedEdgePut' defined but not used [-Wunused-function]
 lastExportedEdgePut(sqInt value)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: 'lastExportedEdgeGet' defined but not used [-Wunused-function]
 lastExportedEdgeGet(void)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: 'isWide' defined but not used [-Wunused-function]
 isWide(sqInt object)
 ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: 'isWideLine' defined but not used [-Wunused-function]
 isWideLine(sqInt line)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: 'isWideBezier' defined but not used [-Wunused-function]
 isWideBezier(sqInt bezier)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: 'isStackIndex' defined but not used [-Wunused-function]
 isStackIndex(sqInt index)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: 'isStackEntry' defined but not used [-Wunused-function]
 isStackEntry(sqInt entry)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: 'isRealFill' defined but not used [-Wunused-function]
 isRealFill(sqInt fill)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: 'isObject' defined but not used [-Wunused-function]
 isObject(sqInt obj)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: 'isLine' defined but not used [-Wunused-function]
 isLine(sqInt line)
 ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: 'isFill' defined but not used [-Wunused-function]
 isFill(sqInt fill)
 ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: 'isFillColor' defined but not used [-Wunused-function]
 isFillColor(sqInt fill)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: 'isBezier' defined but not used [-Wunused-function]
 isBezier(sqInt bezier)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: 'incrementStatby' defined but not used [-Wunused-function]
 incrementStatby(sqInt statIndex, sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: 'incrementPointby' defined but not used [-Wunused-function]
 incrementPointby(int *point, sqInt delta)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: 'hasEdgeTransformPut' defined but not used [-Wunused-function]
 hasEdgeTransformPut(sqInt value)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: 'hasEdgeTransformGet' defined but not used [-Wunused-function]
 hasEdgeTransformGet(void)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: 'hasEdgeTransform' defined but not used [-Wunused-function]
 hasEdgeTransform(void)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: 'hasColorTransformPut' defined but not used [-Wunused-function]
 hasColorTransformPut(sqInt value)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: 'hasColorTransformGet' defined but not used [-Wunused-function]
 hasColorTransformGet(void)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: 'hasColorTransform' defined but not used [-Wunused-function]
 hasColorTransform(void)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: 'gradientRampOf' defined but not used [-Wunused-function]
 gradientRampOf(sqInt fill)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: 'gradientRampLengthOfput' defined but not used [-Wunused-function]
 gradientRampLengthOfput(sqInt fill, sqInt value)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: 'gradientRampLengthOf' defined but not used [-Wunused-function]
 gradientRampLengthOf(sqInt fill)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: 'getUsedPut' defined but not used [-Wunused-function]
 getUsedPut(sqInt value)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: 'getUsedGet' defined but not used [-Wunused-function]
 getUsedGet(void)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: 'getStartPut' defined but not used [-Wunused-function]
 getStartPut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: 'getStartGet' defined but not used [-Wunused-function]
 getStartGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: 'freeStackFillEntry' defined but not used [-Wunused-function]
 freeStackFillEntry(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: 'firstPointListPut' defined but not used [-Wunused-function]
 firstPointListPut(sqInt value)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: 'firstPointListGet' defined but not used [-Wunused-function]
 firstPointListGet(void)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: 'finishedProcessing' defined but not used [-Wunused-function]
 finishedProcessing(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: 'findNextAETEdgeFrom' defined but not used [-Wunused-function]
 findNextAETEdgeFrom(sqInt leftEdge)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: 'fillTypeOf' defined but not used [-Wunused-function]
 fillTypeOf(sqInt fill)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' defined but not used [-Wunused-function]
 fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: 'fillRadialGradient' defined but not used [-Wunused-function]
 fillRadialGradient(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' defined but not used [-Wunused-function]
 fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: 'fillOriginYOfput' defined but not used [-Wunused-function]
 fillOriginYOfput(sqInt fill, sqInt value)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: 'fillOriginYOf' defined but not used [-Wunused-function]
 fillOriginYOf(sqInt fill)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: 'fillOriginXOfput' defined but not used [-Wunused-function]
 fillOriginXOfput(sqInt fill, sqInt value)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: 'fillOriginXOf' defined but not used [-Wunused-function]
 fillOriginXOf(sqInt fill)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: 'fillOffsetYPut' defined but not used [-Wunused-function]
 fillOffsetYPut(sqInt value)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: 'fillOffsetYGet' defined but not used [-Wunused-function]
 fillOffsetYGet(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: 'fillOffsetXPut' defined but not used [-Wunused-function]
 fillOffsetXPut(sqInt value)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: 'fillOffsetXGet' defined but not used [-Wunused-function]
 fillOffsetXGet(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: 'fillNormalYOfput' defined but not used [-Wunused-function]
 fillNormalYOfput(sqInt fill, sqInt value)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: 'fillNormalYOf' defined but not used [-Wunused-function]
 fillNormalYOf(sqInt fill)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: 'fillNormalXOfput' defined but not used [-Wunused-function]
 fillNormalXOfput(sqInt fill, sqInt value)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: 'fillNormalXOf' defined but not used [-Wunused-function]
 fillNormalXOf(sqInt fill)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: 'fillMinYPut' defined but not used [-Wunused-function]
 fillMinYPut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: 'fillMinYGet' defined but not used [-Wunused-function]
 fillMinYGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: 'fillMinXPut' defined but not used [-Wunused-function]
 fillMinXPut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: 'fillMinXGet' defined but not used [-Wunused-function]
 fillMinXGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: 'fillMaxYPut' defined but not used [-Wunused-function]
 fillMaxYPut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: 'fillMaxYGet' defined but not used [-Wunused-function]
 fillMaxYGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: 'fillMaxXPut' defined but not used [-Wunused-function]
 fillMaxXPut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: 'fillMaxXGet' defined but not used [-Wunused-function]
 fillMaxXGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: 'fillLinearGradient' defined but not used [-Wunused-function]
 fillLinearGradient(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: 'fillDirectionYOfput' defined but not used [-Wunused-function]
 fillDirectionYOfput(sqInt fill, sqInt value)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: 'fillDirectionYOf' defined but not used [-Wunused-function]
 fillDirectionYOf(sqInt fill)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: 'fillDirectionXOfput' defined but not used [-Wunused-function]
 fillDirectionXOfput(sqInt fill, sqInt value)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: 'fillDirectionXOf' defined but not used [-Wunused-function]
 fillDirectionXOf(sqInt fill)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: 'fillColorSpanfromto' defined but not used [-Wunused-function]
 fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: 'fillBitmapSpan' defined but not used [-Wunused-function]
 fillBitmapSpan(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: 'fillAllFromto' defined but not used [-Wunused-function]
 fillAllFromto(sqInt leftX, sqInt rightX)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: 'estimatedLengthOfwith' defined but not used [-Wunused-function]
 estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: 'edgeZValueOfput' defined but not used [-Wunused-function]
 edgeZValueOfput(sqInt edge, sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: 'edgeZValueOf' defined but not used [-Wunused-function]
 edgeZValueOf(sqInt edge)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: 'edgeYValueOfput' defined but not used [-Wunused-function]
 edgeYValueOfput(sqInt edge, sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: 'edgeYValueOf' defined but not used [-Wunused-function]
 edgeYValueOf(sqInt edge)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: 'edgeXValueOfput' defined but not used [-Wunused-function]
 edgeXValueOfput(sqInt edge, sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: 'edgeXValueOf' defined but not used [-Wunused-function]
 edgeXValueOf(sqInt edge)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: 'edgeTypeOf' defined but not used [-Wunused-function]
 edgeTypeOf(sqInt edge)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: 'edgeTransform' defined but not used [-Wunused-function]
 edgeTransform(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: 'edgeRightFillOfput' defined but not used [-Wunused-function]
 edgeRightFillOfput(sqInt edge, sqInt value)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: 'edgeRightFillOf' defined but not used [-Wunused-function]
 edgeRightFillOf(sqInt edge)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: 'edgeNumLinesOfput' defined but not used [-Wunused-function]
 edgeNumLinesOfput(sqInt edge, sqInt value)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: 'edgeNumLinesOf' defined but not used [-Wunused-function]
 edgeNumLinesOf(sqInt edge)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: 'edgeLeftFillOfput' defined but not used [-Wunused-function]
 edgeLeftFillOfput(sqInt edge, sqInt value)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: 'edgeLeftFillOf' defined but not used [-Wunused-function]
 edgeLeftFillOf(sqInt edge)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: 'edgeFillsValidate' defined but not used [-Wunused-function]
 edgeFillsValidate(sqInt edge)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: 'edgeFillsInvalidate' defined but not used [-Wunused-function]
 edgeFillsInvalidate(sqInt edge)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: 'drawWideEdgefrom' defined but not used [-Wunused-function]
 drawWideEdgefrom(sqInt edge, sqInt leftX)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: 'destOffsetYPut' defined but not used [-Wunused-function]
 destOffsetYPut(sqInt value)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: 'destOffsetYGet' defined but not used [-Wunused-function]
 destOffsetYGet(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: 'destOffsetXPut' defined but not used [-Wunused-function]
 destOffsetXPut(sqInt value)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: 'destOffsetXGet' defined but not used [-Wunused-function]
 destOffsetXGet(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: 'currentZPut' defined but not used [-Wunused-function]
 currentZPut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: 'currentZGet' defined but not used [-Wunused-function]
 currentZGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: 'currentYPut' defined but not used [-Wunused-function]
 currentYPut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: 'currentYGet' defined but not used [-Wunused-function]
 currentYGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: 'computeSqrt' defined but not used [-Wunused-function]
 computeSqrt(sqInt length2)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: 'colorTransform' defined but not used [-Wunused-function]
 colorTransform(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: 'colormapOf' defined but not used [-Wunused-function]
 colormapOf(sqInt bmFill)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: 'clipMinYPut' defined but not used [-Wunused-function]
 clipMinYPut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: 'clipMinYGet' defined but not used [-Wunused-function]
 clipMinYGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: 'clipMinXPut' defined but not used [-Wunused-function]
 clipMinXPut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: 'clipMinXGet' defined but not used [-Wunused-function]
 clipMinXGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: 'clipMaxYPut' defined but not used [-Wunused-function]
 clipMaxYPut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: 'clipMaxYGet' defined but not used [-Wunused-function]
 clipMaxYGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: 'clipMaxXPut' defined but not used [-Wunused-function]
 clipMaxXPut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: 'clipMaxXGet' defined but not used [-Wunused-function]
 clipMaxXGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: 'clearSpanBufferPut' defined but not used [-Wunused-function]
 clearSpanBufferPut(sqInt value)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: 'clearSpanBufferGet' defined but not used [-Wunused-function]
 clearSpanBufferGet(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: 'clampValuemax' defined but not used [-Wunused-function]
 clampValuemax(sqInt value, sqInt maxValue)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: 'checkedAddLineToGET' defined but not used [-Wunused-function]
 checkedAddLineToGET(sqInt line)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: 'checkedAddEdgeToGET' defined but not used [-Wunused-function]
 checkedAddEdgeToGET(sqInt edge)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: 'checkedAddBezierToGET' defined but not used [-Wunused-function]
 checkedAddBezierToGET(sqInt bezier)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: 'bzViaYput' defined but not used [-Wunused-function]
 bzViaYput(sqInt index, sqInt value)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: 'bzViaY' defined but not used [-Wunused-function]
 bzViaY(sqInt index)
 ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: 'bzViaXput' defined but not used [-Wunused-function]
 bzViaXput(sqInt index, sqInt value)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: 'bzViaX' defined but not used [-Wunused-function]
 bzViaX(sqInt index)
 ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: 'bzStartYput' defined but not used [-Wunused-function]
 bzStartYput(sqInt index, sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: 'bzStartY' defined but not used [-Wunused-function]
 bzStartY(sqInt index)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: 'bzStartXput' defined but not used [-Wunused-function]
 bzStartXput(sqInt index, sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: 'bzStartX' defined but not used [-Wunused-function]
 bzStartX(sqInt index)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: 'bzEndYput' defined but not used [-Wunused-function]
 bzEndYput(sqInt index, sqInt value)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: 'bzEndY' defined but not used [-Wunused-function]
 bzEndY(sqInt index)
 ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: 'bzEndXput' defined but not used [-Wunused-function]
 bzEndXput(sqInt index, sqInt value)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: 'bzEndX' defined but not used [-Wunused-function]
 bzEndX(sqInt index)
 ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: 'bitmapWidthOfput' defined but not used [-Wunused-function]
 bitmapWidthOfput(sqInt bmFill, sqInt value)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: 'bitmapWidthOf' defined but not used [-Wunused-function]
 bitmapWidthOf(sqInt bmFill)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: 'bitmapValuebitsatXy' defined but not used [-Wunused-function]
 bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: 'bitmapTileFlagOfput' defined but not used [-Wunused-function]
 bitmapTileFlagOfput(sqInt bmFill, sqInt value)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: 'bitmapTileFlagOf' defined but not used [-Wunused-function]
 bitmapTileFlagOf(sqInt bmFill)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: 'bitmapSizeOfput' defined but not used [-Wunused-function]
 bitmapSizeOfput(sqInt bmFill, sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: 'bitmapSizeOf' defined but not used [-Wunused-function]
 bitmapSizeOf(sqInt bmFill)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: 'bitmapRasterOfput' defined but not used [-Wunused-function]
 bitmapRasterOfput(sqInt bmFill, sqInt value)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: 'bitmapRasterOf' defined but not used [-Wunused-function]
 bitmapRasterOf(sqInt bmFill)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: 'bitmapHeightOfput' defined but not used [-Wunused-function]
 bitmapHeightOfput(sqInt bmFill, sqInt value)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: 'bitmapHeightOf' defined but not used [-Wunused-function]
 bitmapHeightOf(sqInt bmFill)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: 'bitmapDepthOfput' defined but not used [-Wunused-function]
 bitmapDepthOfput(sqInt bmFill, sqInt value)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: 'bitmapDepthOf' defined but not used [-Wunused-function]
 bitmapDepthOf(sqInt bmFill)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: 'bitmapCmSizeOfput' defined but not used [-Wunused-function]
 bitmapCmSizeOfput(sqInt bmFill, sqInt value)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: 'bitmapCmSizeOf' defined but not used [-Wunused-function]
 bitmapCmSizeOf(sqInt bmFill)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: 'bezierViaYOfput' defined but not used [-Wunused-function]
 bezierViaYOfput(sqInt bezier, sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: 'bezierViaYOf' defined but not used [-Wunused-function]
 bezierViaYOf(sqInt bezier)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: 'bezierViaXOfput' defined but not used [-Wunused-function]
 bezierViaXOfput(sqInt bezier, sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: 'bezierViaXOf' defined but not used [-Wunused-function]
 bezierViaXOf(sqInt bezier)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: 'bezierUpdateDataOf' defined but not used [-Wunused-function]
 bezierUpdateDataOf(sqInt bezier)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: 'bezierFinalXOfput' defined but not used [-Wunused-function]
 bezierFinalXOfput(sqInt bezier, sqInt value)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: 'bezierFinalXOf' defined but not used [-Wunused-function]
 bezierFinalXOf(sqInt bezier)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: 'bezierEndYOfput' defined but not used [-Wunused-function]
 bezierEndYOfput(sqInt bezier, sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: 'bezierEndYOf' defined but not used [-Wunused-function]
 bezierEndYOf(sqInt bezier)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: 'bezierEndXOfput' defined but not used [-Wunused-function]
 bezierEndXOfput(sqInt bezier, sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: 'bezierEndXOf' defined but not used [-Wunused-function]
 bezierEndXOf(sqInt bezier)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: 'assureValuebetweenand' defined but not used [-Wunused-function]
 assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: 'areEdgeFillsValid' defined but not used [-Wunused-function]
 areEdgeFillsValid(sqInt edge)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: 'allocateWideLine' defined but not used [-Wunused-function]
 allocateWideLine(void)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: 'allocateWideBezier' defined but not used [-Wunused-function]
 allocateWideBezier(void)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: 'allocateStackFillEntry' defined but not used [-Wunused-function]
 allocateStackFillEntry(void)
 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: 'allocateStackEntry' defined but not used [-Wunused-function]
 allocateStackEntry(sqInt nSlots)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: 'allocateLine' defined but not used [-Wunused-function]
 allocateLine(void)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: 'allocateGradientFillrampWidthisRadial' defined but not used [-Wunused-function]
 allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: 'allocateBitmapFillcolormap' defined but not used [-Wunused-function]
 allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: 'allocateBezierStackEntry' defined but not used [-Wunused-function]
 allocateBezierStackEntry(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: 'allocateBezier' defined but not used [-Wunused-function]
 allocateBezier(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: 'allocateAETEntry' defined but not used [-Wunused-function]
 allocateAETEntry(sqInt nSlots)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: 'aetUsedPut' defined but not used [-Wunused-function]
 aetUsedPut(sqInt value)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: 'aetUsedGet' defined but not used [-Wunused-function]
 aetUsedGet(void)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: 'aetStartPut' defined but not used [-Wunused-function]
 aetStartPut(sqInt value)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: 'aetStartGet' defined but not used [-Wunused-function]
 aetStartGet(void)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: 'adjustAALevel' defined but not used [-Wunused-function]
 adjustAALevel(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: 'absoluteSquared8Dot24' defined but not used [-Wunused-function]
 absoluteSquared8Dot24(sqInt value)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: 'aaShiftPut' defined but not used [-Wunused-function]
 aaShiftPut(sqInt value)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: 'aaShiftGet' defined but not used [-Wunused-function]
 aaShiftGet(void)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: 'aaScanMaskPut' defined but not used [-Wunused-function]
 aaScanMaskPut(sqInt value)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: 'aaScanMaskGet' defined but not used [-Wunused-function]
 aaScanMaskGet(void)
 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: 'aaLevelPut' defined but not used [-Wunused-function]
 aaLevelPut(sqInt value)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: 'aaLevelGet' defined but not used [-Wunused-function]
 aaLevelGet(void)
 ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: 'aaLastPixelFromto' defined but not used [-Wunused-function]
 aaLastPixelFromto(sqInt leftX, sqInt rightX)
 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: 'aaHalfPixelPut' defined but not used [-Wunused-function]
 aaHalfPixelPut(sqInt value)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: 'aaHalfPixelGet' defined but not used [-Wunused-function]
 aaHalfPixelGet(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: 'aaFirstPixelFromto' defined but not used [-Wunused-function]
 aaFirstPixelFromto(sqInt leftX, sqInt rightX)
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: 'aaColorShiftPut' defined but not used [-Wunused-function]
 aaColorShiftPut(sqInt value)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: 'aaColorShiftGet' defined but not used [-Wunused-function]
 aaColorShiftGet(void)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: 'aaColorMaskPut' defined but not used [-Wunused-function]
 aaColorMaskPut(sqInt value)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: 'aaColorMaskGet' defined but not used [-Wunused-function]
 aaColorMaskGet(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^~~~~~~~~~~
[ 90%] Linking C shared library build/vm/libB2DPlugin.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libB2DPlugin.so -o build/vm/libB2DPlugin.so CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 90%] Built target B2DPlugin
/usr/bin/make -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Scanning dependencies of target libpng-1.6.37
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libpng-1.6.37-src/libpng.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libpng-1.6.37-src/libpng16.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libpng-1.6.37-src/libpng16.so.16 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libpng-1.6.37-src/libpng16.so.16.37.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 90%] Built target libpng-1.6.37
/usr/bin/make -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Scanning dependencies of target cairo-1.16.0
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-src/libcairo-script-interpreter.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-src/libcairo-script-interpreter.so.2 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-src/libcairo-script-interpreter.so.2.11600.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-src/libcairo.so /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-src/libcairo.so.2 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
/usr/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/cairo-1.16.0-src/libcairo.so.2.11600.0 /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm/
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 90%] Built target cairo-1.16.0
/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 91%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqVirtualMachine.h:30,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:22:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
At top level:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: '__buildInfo' defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^~~~~~~~~~~
[ 92%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:3:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function 'sqVerifySAN':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:176:2: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
  const char* sANData = ASN1_STRING_get0_data(sAN->d.ia5);
  ^~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from /usr/include/openssl/ssl.h:15,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:6:
/usr/include/openssl/asn1.h:554:1: note: declared here
 DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:42:32: warning: pointer targets in initialization of 'const char *' from 'unsigned char *' differ in signedness [-Wpointer-sign]
 # define ASN1_STRING_get0_data ASN1_STRING_data
                                ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:176:24: note: in expansion of macro 'ASN1_STRING_get0_data'
  const char* sANData = ASN1_STRING_get0_data(sAN->d.ia5);
                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function 'sqConnectSSL':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:29: warning: the address of 'X509_check_ip_asc' will always evaluate as 'true' [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:47: warning: the address of 'X509_check_host' will always evaluate as 'true' [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                                               ^~
[ 92%] Linking C shared library build/vm/libSqueakSSL.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSqueakSSL.so -o build/vm/libSqueakSSL.so CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/arm-linux-gnueabihf/libssl.so /usr/lib/arm-linux-gnueabihf/libcrypto.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 92%] Built target SqueakSSL
/usr/bin/make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/pharo.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/pharo.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/pharo.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles/pharo.dir/depend.internal".
Scanning dependencies of target pharo
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 93%] Building C object CMakeFiles/pharo.dir/src/unixMain.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   -o CMakeFiles/pharo.dir/src/unixMain.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/unixMain.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/errorCode.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/parameterVector.h:10,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/parameters.h:10,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/include/pharovm/pharoClient.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/src/unixMain.c:1:
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 94%] Linking C executable build/vm/pharo
/usr/bin/cmake -E cmake_link_script CMakeFiles/pharo.dir/link.txt --verbose=1
/usr/bin/cc  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   CMakeFiles/pharo.dir/src/unixMain.c.o  -o build/vm/pharo -Wl,-rpath,/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/vm build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 94%] Built target pharo
/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[ 95%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/src/callback_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/src/callbacks.c
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/src/callbacks.c: In function 'otherThread':
/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/src/registerCallback.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=61 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/libTestLibrary.so
cd /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/ffiTestLibrary && /usr/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libTestLibrary.so -o ../vm/libTestLibrary.so CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins 
make[2]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
[100%] Built target TestLibrary
make[1]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
/usr/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/CMakeFiles 0
/usr/bin/make -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/./
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/.//bin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/.//bin/pharo
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/.//pharo
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libB2DPlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libBitBltPlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libDSAPrims.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libFileAttributesPlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libFilePlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libJPEGReadWriter2Plugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libJPEGReaderPlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libLargeIntegers.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libLocalePlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libMiscPrimitivePlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libPharoVMCore.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libSDL2-2.0.so.0
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libSDL2-2.0.so.0.7.0
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libSDL2.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libSocketPlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libSqueakSSL.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libSurfacePlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libTestLibrary.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libUUIDPlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libUnixOSProcessPlugin.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libcairo-script-interpreter.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libcairo-script-interpreter.so.2
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libcairo-script-interpreter.so.2.11600.0
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libcairo.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libcairo.so.2
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libcairo.so.2.11600.0
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libcrypto.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libcrypto.so.1.1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libffi.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libfreetype.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libfreetype.so.6
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libfreetype.so.6.17.0
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libgit2.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libgit2.so.1.0
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libgit2.so.1.0.1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libpixman-1.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libpixman-1.so.0
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libpixman-1.so.0.40.0
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libpng.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libpng16.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libpng16.so.16
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libpng16.so.16.37.0
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libssh2.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libssh2.so.1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libssh2.so.1.0.1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libssl.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libssl.so.1.1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libz.so
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libz.so.1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/libz.so.1.2.11
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/lib/pharo
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sqUnixCharConv.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/config.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/pharo.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/win/resources.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/packaging
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/packaging/linux
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/img.image
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/mac
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/windows
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/scripts
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/client.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/debug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/errorCode.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/macAlias.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/parameterVector.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/parameters.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/unixMain.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/utils
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/src/win32Main.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/worker
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/version.info
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/plugins.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated/
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/cogit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/dist/include/pharovm/vmCallback.h
Run CPack packaging tool...
/usr/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-Unspecified.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-Unspecified.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-bin.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-bin.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-c-src.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-c-src.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-include.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-Unspecified.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-Unspecified.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-bin.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-bin.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-c-src.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-c-src.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-include.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
Stashed 32 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
$ docker stop --time=1 2ea255f6c16b64c0736449faaadcd59189bf67b496569262db34e185ba1797c6
$ docker rm -f 2ea255f6c16b64c0736449faaadcd59189bf67b496569262db34e185ba1797c6
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] node
Running on pharo-ci-jenkins2-unix4 in /builds/workspace/pharo-vm_v9.0.10
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Upload)
[Pipeline] unstash
[Pipeline] readFile
[Pipeline] echo
Readed releaseFlag: true
[Pipeline] echo
[DO NO UPLOAD] The branch is not a main Pharo version branch (starts with 'pharo-'): v9.0.10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on pharo-ci-jenkins2-unix4 in /builds/workspace/pharo-vm_v9.0.10
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (build-GTK-bundle)
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
 > git init /builds/workspace/pharo-vm_v9.0.10 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Using shallow fetch with depth 2
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v9.0.10:refs/tags/v9.0.10 # timeout=10
Checking out Revision db5589084ebb0aed7e68d12388f6ef22cf23d893 (v9.0.10)
Commit message: "Updating Changelog, preparing release"

GitHub has been notified of this commit’s build result

[Pipeline] unstash
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db5589084ebb0aed7e68d12388f6ef22cf23d893 # timeout=10
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/build
[Pipeline] {
[Pipeline] sh
+ wget http://files.pharo.org/vm/pharo-spur64/win/third-party/Gtk3.zip
--2021-11-25 12:56:55--  http://files.pharo.org/vm/pharo-spur64/win/third-party/Gtk3.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 25354024 (24M) [application/zip]
Saving to: 'Gtk3.zip'

     0K .......... .......... .......... .......... ..........  0% 3.12M 8s
    50K .......... .......... .......... .......... ..........  0% 6.30M 6s
   100K .......... .......... .......... .......... ..........  0% 21.0M 4s
   150K .......... .......... .......... .......... ..........  0% 23.9M 3s
   200K .......... .......... .......... .......... ..........  1% 9.04M 3s
   250K .......... .......... .......... .......... ..........  1% 23.1M 3s
   300K .......... .......... .......... .......... ..........  1% 14.0M 3s
   350K .......... .......... .......... .......... ..........  1% 17.7M 3s
   400K .......... .......... .......... .......... ..........  1% 23.8M 2s
   450K .......... .......... .......... .......... ..........  2% 24.1M 2s
   500K .......... .......... .......... .......... ..........  2% 13.1M 2s
   550K .......... .......... .......... .......... ..........  2% 23.3M 2s
   600K .......... .......... .......... .......... ..........  2% 24.9M 2s
   650K .......... .......... .......... .......... ..........  2% 14.4M 2s
   700K .......... .......... .......... .......... ..........  3% 22.7M 2s
   750K .......... .......... .......... .......... ..........  3% 23.3M 2s
   800K .......... .......... .......... .......... ..........  3% 18.1M 2s
   850K .......... .......... .......... .......... ..........  3% 18.4M 2s
   900K .......... .......... .......... .......... ..........  3% 22.9M 2s
   950K .......... .......... .......... .......... ..........  4% 21.7M 2s
  1000K .......... .......... .......... .......... ..........  4% 17.5M 2s
  1050K .......... .......... .......... .......... ..........  4% 21.2M 2s
  1100K .......... .......... .......... .......... ..........  4% 25.2M 2s
  1150K .......... .......... .......... .......... ..........  4% 23.6M 2s
  1200K .......... .......... .......... .......... ..........  5% 17.2M 2s
  1250K .......... .......... .......... .......... ..........  5% 22.2M 2s
  1300K .......... .......... .......... .......... ..........  5% 23.0M 2s
  1350K .......... .......... .......... .......... ..........  5% 25.3M 1s
  1400K .......... .......... .......... .......... ..........  5% 26.1M 1s
  1450K .......... .......... .......... .......... ..........  6% 20.2M 1s
  1500K .......... .......... .......... .......... ..........  6% 20.8M 1s
  1550K .......... .......... .......... .......... ..........  6% 23.9M 1s
  1600K .......... .......... .......... .......... ..........  6% 23.9M 1s
  1650K .......... .......... .......... .......... ..........  6% 21.4M 1s
  1700K .......... .......... .......... .......... ..........  7% 33.1M 1s
  1750K .......... .......... .......... .......... ..........  7% 18.2M 1s
  1800K .......... .......... .......... .......... ..........  7% 29.1M 1s
  1850K .......... .......... .......... .......... ..........  7% 26.2M 1s
  1900K .......... .......... .......... .......... ..........  7% 17.2M 1s
  1950K .......... .......... .......... .......... ..........  8% 29.6M 1s
  2000K .......... .......... .......... .......... ..........  8% 29.9M 1s
  2050K .......... .......... .......... .......... ..........  8% 16.1M 1s
  2100K .......... .......... .......... .......... ..........  8% 33.5M 1s
  2150K .......... .......... .......... .......... ..........  8% 20.0M 1s
  2200K .......... .......... .......... .......... ..........  9% 20.6M 1s
  2250K .......... .......... .......... .......... ..........  9% 25.1M 1s
  2300K .......... .......... .......... .......... ..........  9% 24.1M 1s
  2350K .......... .......... .......... .......... ..........  9% 21.5M 1s
  2400K .......... .......... .......... .......... ..........  9% 19.4M 1s
  2450K .......... .......... .......... .......... .......... 10% 33.3M 1s
  2500K .......... .......... .......... .......... .......... 10% 23.6M 1s
  2550K .......... .......... .......... .......... .......... 10% 21.8M 1s
  2600K .......... .......... .......... .......... .......... 10% 21.9M 1s
  2650K .......... .......... .......... .......... .......... 10% 24.6M 1s
  2700K .......... .......... .......... .......... .......... 11% 23.0M 1s
  2750K .......... .......... .......... .......... .......... 11% 26.7M 1s
  2800K .......... .......... .......... .......... .......... 11% 21.6M 1s
  2850K .......... .......... .......... .......... .......... 11% 24.6M 1s
  2900K .......... .......... .......... .......... .......... 11% 21.5M 1s
  2950K .......... .......... .......... .......... .......... 12% 6.83M 1s
  3000K .......... .......... .......... .......... .......... 12% 94.9M 1s
  3050K .......... .......... .......... .......... .......... 12%  129M 1s
  3100K .......... .......... .......... .......... .......... 12%  121M 1s
  3150K .......... .......... .......... .......... .......... 12% 26.7M 1s
  3200K .......... .......... .......... .......... .......... 13% 22.5M 1s
  3250K .......... .......... .......... .......... .......... 13% 12.9M 1s
  3300K .......... .......... .......... .......... .......... 13% 37.9M 1s
  3350K .......... .......... .......... .......... .......... 13% 30.1M 1s
  3400K .......... .......... .......... .......... .......... 13% 15.1M 1s
  3450K .......... .......... .......... .......... .......... 14% 25.1M 1s
  3500K .......... .......... .......... .......... .......... 14% 21.6M 1s
  3550K .......... .......... .......... .......... .......... 14% 28.8M 1s
  3600K .......... .......... .......... .......... .......... 14% 18.6M 1s
  3650K .......... .......... .......... .......... .......... 14% 34.3M 1s
  3700K .......... .......... .......... .......... .......... 15% 18.6M 1s
  3750K .......... .......... .......... .......... .......... 15% 21.8M 1s
  3800K .......... .......... .......... .......... .......... 15% 29.9M 1s
  3850K .......... .......... .......... .......... .......... 15% 19.8M 1s
  3900K .......... .......... .......... .......... .......... 15% 26.3M 1s
  3950K .......... .......... .......... .......... .......... 16% 21.5M 1s
  4000K .......... .......... .......... .......... .......... 16% 32.3M 1s
  4050K .......... .......... .......... .......... .......... 16% 19.5M 1s
  4100K .......... .......... .......... .......... .......... 16% 22.1M 1s
  4150K .......... .......... .......... .......... .......... 16% 23.5M 1s
  4200K .......... .......... .......... .......... .......... 17% 22.6M 1s
  4250K .......... .......... .......... .......... .......... 17% 21.6M 1s
  4300K .......... .......... .......... .......... .......... 17% 24.9M 1s
  4350K .......... .......... .......... .......... .......... 17% 20.3M 1s
  4400K .......... .......... .......... .......... .......... 17% 23.2M 1s
  4450K .......... .......... .......... .......... .......... 18% 19.9M 1s
  4500K .......... .......... .......... .......... .......... 18% 26.1M 1s
  4550K .......... .......... .......... .......... .......... 18% 23.8M 1s
  4600K .......... .......... .......... .......... .......... 18% 29.7M 1s
  4650K .......... .......... .......... .......... .......... 18% 20.5M 1s
  4700K .......... .......... .......... .......... .......... 19% 29.6M 1s
  4750K .......... .......... .......... .......... .......... 19% 18.3M 1s
  4800K .......... .......... .......... .......... .......... 19% 23.3M 1s
  4850K .......... .......... .......... .......... .......... 19% 24.6M 1s
  4900K .......... .......... .......... .......... .......... 19% 21.9M 1s
  4950K .......... .......... .......... .......... .......... 20% 28.3M 1s
  5000K .......... .......... .......... .......... .......... 20% 19.6M 1s
  5050K .......... .......... .......... .......... .......... 20% 32.7M 1s
  5100K .......... .......... .......... .......... .......... 20% 17.3M 1s
  5150K .......... .......... .......... .......... .......... 21% 22.6M 1s
  5200K .......... .......... .......... .......... .......... 21% 27.8M 1s
  5250K .......... .......... .......... .......... .......... 21% 21.9M 1s
  5300K .......... .......... .......... .......... .......... 21% 28.4M 1s
  5350K .......... .......... .......... .......... .......... 21% 20.2M 1s
  5400K .......... .......... .......... .......... .......... 22% 24.3M 1s
  5450K .......... .......... .......... .......... .......... 22% 25.7M 1s
  5500K .......... .......... .......... .......... .......... 22% 20.2M 1s
  5550K .......... .......... .......... .......... .......... 22% 25.7M 1s
  5600K .......... .......... .......... .......... .......... 22% 20.5M 1s
  5650K .......... .......... .......... .......... .......... 23% 34.9M 1s
  5700K .......... .......... .......... .......... .......... 23% 20.9M 1s
  5750K .......... .......... .......... .......... .......... 23% 24.6M 1s
  5800K .......... .......... .......... .......... .......... 23% 20.6M 1s
  5850K .......... .......... .......... .......... .......... 23% 20.5M 1s
  5900K .......... .......... .......... .......... .......... 24% 29.8M 1s
  5950K .......... .......... .......... .......... .......... 24% 19.2M 1s
  6000K .......... .......... .......... .......... .......... 24% 33.6M 1s
  6050K .......... .......... .......... .......... .......... 24% 18.6M 1s
  6100K .......... .......... .......... .......... .......... 24% 36.9M 1s
  6150K .......... .......... .......... .......... .......... 25% 16.9M 1s
  6200K .......... .......... .......... .......... .......... 25% 23.7M 1s
  6250K .......... .......... .......... .......... .......... 25% 27.3M 1s
  6300K .......... .......... .......... .......... .......... 25% 21.2M 1s
  6350K .......... .......... .......... .......... .......... 25% 27.5M 1s
  6400K .......... .......... .......... .......... .......... 26% 20.7M 1s
  6450K .......... .......... .......... .......... .......... 26% 28.3M 1s
  6500K .......... .......... .......... .......... .......... 26% 18.4M 1s
  6550K .......... .......... .......... .......... .......... 26% 22.6M 1s
  6600K .......... .......... .......... .......... .......... 26% 24.1M 1s
  6650K .......... .......... .......... .......... .......... 27% 25.8M 1s
  6700K .......... .......... .......... .......... .......... 27% 22.6M 1s
  6750K .......... .......... .......... .......... .......... 27% 21.9M 1s
  6800K .......... .......... .......... .......... .......... 27% 24.0M 1s
  6850K .......... .......... .......... .......... .......... 27% 27.0M 1s
  6900K .......... .......... .......... .......... .......... 28% 20.9M 1s
  6950K .......... .......... .......... .......... .......... 28% 23.9M 1s
  7000K .......... .......... .......... .......... .......... 28% 23.7M 1s
  7050K .......... .......... .......... .......... .......... 28% 26.2M 1s
  7100K .......... .......... .......... .......... .......... 28% 21.4M 1s
  7150K .......... .......... .......... .......... .......... 29% 21.3M 1s
  7200K .......... .......... .......... .......... .......... 29% 24.6M 1s
  7250K .......... .......... .......... .......... .......... 29% 22.0M 1s
  7300K .......... .......... .......... .......... .......... 29% 20.3M 1s
  7350K .......... .......... .......... .......... .......... 29% 31.5M 1s
  7400K .......... .......... .......... .......... .......... 30% 26.9M 1s
  7450K .......... .......... .......... .......... .......... 30% 20.3M 1s
  7500K .......... .......... .......... .......... .......... 30% 21.7M 1s
  7550K .......... .......... .......... .......... .......... 30% 26.1M 1s
  7600K .......... .......... .......... .......... .......... 30% 22.1M 1s
  7650K .......... .......... .......... .......... .......... 31% 26.2M 1s
  7700K .......... .......... .......... .......... .......... 31% 21.1M 1s
  7750K .......... .......... .......... .......... .......... 31% 30.2M 1s
  7800K .......... .......... .......... .......... .......... 31% 21.5M 1s
  7850K .......... .......... .......... .......... .......... 31% 21.4M 1s
  7900K .......... .......... .......... .......... .......... 32% 22.9M 1s
  7950K .......... .......... .......... .......... .......... 32% 21.4M 1s
  8000K .......... .......... .......... .......... .......... 32% 25.1M 1s
  8050K .......... .......... .......... .......... .......... 32% 23.2M 1s
  8100K .......... .......... .......... .......... .......... 32% 22.5M 1s
  8150K .......... .......... .......... .......... .......... 33% 24.4M 1s
  8200K .......... .......... .......... .......... .......... 33% 27.7M 1s
  8250K .......... .......... .......... .......... .......... 33% 19.1M 1s
  8300K .......... .......... .......... .......... .......... 33% 23.6M 1s
  8350K .......... .......... .......... .......... .......... 33% 23.0M 1s
  8400K .......... .......... .......... .......... .......... 34% 25.5M 1s
  8450K .......... .......... .......... .......... .......... 34% 21.9M 1s
  8500K .......... .......... .......... .......... .......... 34% 26.8M 1s
  8550K .......... .......... .......... .......... .......... 34% 21.5M 1s
  8600K .......... .......... .......... .......... .......... 34% 24.2M 1s
  8650K .......... .......... .......... .......... .......... 35% 21.4M 1s
  8700K .......... .......... .......... .......... .......... 35% 28.1M 1s
  8750K .......... .......... .......... .......... .......... 35% 19.8M 1s
  8800K .......... .......... .......... .......... .......... 35% 25.1M 1s
  8850K .......... .......... .......... .......... .......... 35% 24.4M 1s
  8900K .......... .......... .......... .......... .......... 36% 21.1M 1s
  8950K .......... .......... .......... .......... .......... 36% 33.0M 1s
  9000K .......... .......... .......... .......... .......... 36% 18.9M 1s
  9050K .......... .......... .......... .......... .......... 36% 22.8M 1s
  9100K .......... .......... .......... .......... .......... 36% 25.2M 1s
  9150K .......... .......... .......... .......... .......... 37% 23.6M 1s
  9200K .......... .......... .......... .......... .......... 37% 22.8M 1s
  9250K .......... .......... .......... .......... .......... 37% 21.7M 1s
  9300K .......... .......... .......... .......... .......... 37% 25.0M 1s
  9350K .......... .......... .......... .......... .......... 37% 21.7M 1s
  9400K .......... .......... .......... .......... .......... 38% 23.8M 1s
  9450K .......... .......... .......... .......... .......... 38% 25.6M 1s
  9500K .......... .......... .......... .......... .......... 38% 21.0M 1s
  9550K .......... .......... .......... .......... .......... 38% 24.7M 1s
  9600K .......... .......... .......... .......... .......... 38% 23.9M 1s
  9650K .......... .......... .......... .......... .......... 39% 24.6M 1s
  9700K .......... .......... .......... .......... .......... 39% 23.7M 1s
  9750K .......... .......... .......... .......... .......... 39% 25.9M 1s
  9800K .......... .......... .......... .......... .......... 39% 19.0M 1s
  9850K .......... .......... .......... .......... .......... 39% 27.2M 1s
  9900K .......... .......... .......... .......... .......... 40% 26.9M 1s
  9950K .......... .......... .......... .......... .......... 40% 24.8M 1s
 10000K .......... .......... .......... .......... .......... 40% 19.0M 1s
 10050K .......... .......... .......... .......... .......... 40% 20.8M 1s
 10100K .......... .......... .......... .......... .......... 40% 25.5M 1s
 10150K .......... .......... .......... .......... .......... 41% 21.7M 1s
 10200K .......... .......... .......... .......... .......... 41% 29.7M 1s
 10250K .......... .......... .......... .......... .......... 41% 21.7M 1s
 10300K .......... .......... .......... .......... .......... 41% 20.7M 1s
 10350K .......... .......... .......... .......... .......... 42% 26.8M 1s
 10400K .......... .......... .......... .......... .......... 42% 21.6M 1s
 10450K .......... .......... .......... .......... .......... 42% 26.5M 1s
 10500K .......... .......... .......... .......... .......... 42% 21.0M 1s
 10550K .......... .......... .......... .......... .......... 42% 23.0M 1s
 10600K .......... .......... .......... .......... .......... 43% 23.7M 1s
 10650K .......... .......... .......... .......... .......... 43% 24.8M 1s
 10700K .......... .......... .......... .......... .......... 43% 22.3M 1s
 10750K .......... .......... .......... .......... .......... 43% 20.1M 1s
 10800K .......... .......... .......... .......... .......... 43% 30.6M 1s
 10850K .......... .......... .......... .......... .......... 44% 18.6M 1s
 10900K .......... .......... .......... .......... .......... 44% 30.6M 1s
 10950K .......... .......... .......... .......... .......... 44% 18.5M 1s
 11000K .......... .......... .......... .......... .......... 44% 22.9M 1s
 11050K .......... .......... .......... .......... .......... 44% 26.0M 1s
 11100K .......... .......... .......... .......... .......... 45% 19.9M 1s
 11150K .......... .......... .......... .......... .......... 45% 28.1M 1s
 11200K .......... .......... .......... .......... .......... 45% 20.2M 1s
 11250K .......... .......... .......... .......... .......... 45% 23.7M 1s
 11300K .......... .......... .......... .......... .......... 45% 25.3M 1s
 11350K .......... .......... .......... .......... .......... 46% 21.0M 1s
 11400K .......... .......... .......... .......... .......... 46% 24.5M 1s
 11450K .......... .......... .......... .......... .......... 46% 22.9M 1s
 11500K .......... .......... .......... .......... .......... 46% 22.8M 1s
 11550K .......... .......... .......... .......... .......... 46% 27.0M 1s
 11600K .......... .......... .......... .......... .......... 47% 26.6M 1s
 11650K .......... .......... .......... .......... .......... 47% 20.6M 1s
 11700K .......... .......... .......... .......... .......... 47% 22.1M 1s
 11750K .......... .......... .......... .......... .......... 47% 25.3M 1s
 11800K .......... .......... .......... .......... .......... 47% 23.3M 1s
 11850K .......... .......... .......... .......... .......... 48% 24.5M 1s
 11900K .......... .......... .......... .......... .......... 48% 20.0M 1s
 11950K .......... .......... .......... .......... .......... 48% 35.5M 1s
 12000K .......... .......... .......... .......... .......... 48% 20.6M 1s
 12050K .......... .......... .......... .......... .......... 48% 18.9M 1s
 12100K .......... .......... .......... .......... .......... 49% 30.1M 1s
 12150K .......... .......... .......... .......... .......... 49% 19.7M 1s
 12200K .......... .......... .......... .......... .......... 49% 25.1M 1s
 12250K .......... .......... .......... .......... .......... 49% 22.1M 1s
 12300K .......... .......... .......... .......... .......... 49% 26.6M 1s
 12350K .......... .......... .......... .......... .......... 50% 21.2M 1s
 12400K .......... .......... .......... .......... .......... 50% 22.8M 1s
 12450K .......... .......... .......... .......... .......... 50% 26.0M 1s
 12500K .......... .......... .......... .......... .......... 50% 20.8M 1s
 12550K .......... .......... .......... .......... .......... 50% 28.6M 1s
 12600K .......... .......... .......... .......... .......... 51% 21.3M 1s
 12650K .......... .......... .......... .......... .......... 51% 21.7M 1s
 12700K .......... .......... .......... .......... .......... 51% 25.9M 1s
 12750K .......... .......... .......... .......... .......... 51% 21.1M 1s
 12800K .......... .......... .......... .......... .......... 51% 25.4M 1s
 12850K .......... .......... .......... .......... .......... 52% 21.8M 1s
 12900K .......... .......... .......... .......... .......... 52% 30.7M 1s
 12950K .......... .......... .......... .......... .......... 52% 19.0M 1s
 13000K .......... .......... .......... .......... .......... 52% 29.2M 1s
 13050K .......... .......... .......... .......... .......... 52% 18.9M 1s
 13100K .......... .......... .......... .......... .......... 53% 23.7M 1s
 13150K .......... .......... .......... .......... .......... 53% 30.7M 1s
 13200K .......... .......... .......... .......... .......... 53% 19.7M 1s
 13250K .......... .......... .......... .......... .......... 53% 29.6M 1s
 13300K .......... .......... .......... .......... .......... 53% 19.9M 1s
 13350K .......... .......... .......... .......... .......... 54% 21.0M 1s
 13400K .......... .......... .......... .......... .......... 54% 26.2M 1s
 13450K .......... .......... .......... .......... .......... 54% 20.8M 0s
 13500K .......... .......... .......... .......... .......... 54% 25.3M 0s
 13550K .......... .......... .......... .......... .......... 54% 22.7M 0s
 13600K .......... .......... .......... .......... .......... 55% 29.4M 0s
 13650K .......... .......... .......... .......... .......... 55% 19.7M 0s
 13700K .......... .......... .......... .......... .......... 55% 29.7M 0s
 13750K .......... .......... .......... .......... .......... 55% 20.0M 0s
 13800K .......... .......... .......... .......... .......... 55% 21.4M 0s
 13850K .......... .......... .......... .......... .......... 56% 28.3M 0s
 13900K .......... .......... .......... .......... .......... 56% 20.0M 0s
 13950K .......... .......... .......... .......... .......... 56% 26.3M 0s
 14000K .......... .......... .......... .......... .......... 56% 22.1M 0s
 14050K .......... .......... .......... .......... .......... 56% 25.8M 0s
 14100K .......... .......... .......... .......... .......... 57% 21.6M 0s
 14150K .......... .......... .......... .......... .......... 57% 21.4M 0s
 14200K .......... .......... .......... .......... .......... 57% 27.2M 0s
 14250K .......... .......... .......... .......... .......... 57% 21.1M 0s
 14300K .......... .......... .......... .......... .......... 57% 24.0M 0s
 14350K .......... .......... .......... .......... .......... 58% 23.2M 0s
 14400K .......... .......... .......... .......... .......... 58% 26.9M 0s
 14450K .......... .......... .......... .......... .......... 58% 22.1M 0s
 14500K .......... .......... .......... .......... .......... 58% 22.2M 0s
 14550K .......... .......... .......... .......... .......... 58% 28.7M 0s
 14600K .......... .......... .......... .......... .......... 59% 19.7M 0s
 14650K .......... .......... .......... .......... .......... 59% 26.0M 0s
 14700K .......... .......... .......... .......... .......... 59% 21.2M 0s
 14750K .......... .......... .......... .......... .......... 59% 29.3M 0s
 14800K .......... .......... .......... .......... .......... 59% 20.6M 0s
 14850K .......... .......... .......... .......... .......... 60% 20.2M 0s
 14900K .......... .......... .......... .......... .......... 60% 26.1M 0s
 14950K .......... .......... .......... .......... .......... 60% 22.1M 0s
 15000K .......... .......... .......... .......... .......... 60% 28.7M 0s
 15050K .......... .......... .......... .......... .......... 60% 21.6M 0s
 15100K .......... .......... .......... .......... .......... 61% 24.7M 0s
 15150K .......... .......... .......... .......... .......... 61% 22.0M 0s
 15200K .......... .......... .......... .......... .......... 61% 21.2M 0s
 15250K .......... .......... .......... .......... .......... 61% 26.8M 0s
 15300K .......... .......... .......... .......... .......... 61% 20.5M 0s
 15350K .......... .......... .......... .......... .......... 62% 26.2M 0s
 15400K .......... .......... .......... .......... .......... 62% 22.7M 0s
 15450K .......... .......... .......... .......... .......... 62% 22.8M 0s
 15500K .......... .......... .......... .......... .......... 62% 23.7M 0s
 15550K .......... .......... .......... .......... .......... 63% 21.5M 0s
 15600K .......... .......... .......... .......... .......... 63% 27.9M 0s
 15650K .......... .......... .......... .......... .......... 63% 20.4M 0s
 15700K .......... .......... .......... .......... .......... 63% 32.0M 0s
 15750K .......... .......... .......... .......... .......... 63% 18.4M 0s
 15800K .......... .......... .......... .......... .......... 64% 31.9M 0s
 15850K .......... .......... .......... .......... .......... 64% 19.1M 0s
 15900K .......... .......... .......... .......... .......... 64% 28.9M 0s
 15950K .......... .......... .......... .......... .......... 64% 19.5M 0s
 16000K .......... .......... .......... .......... .......... 64% 22.5M 0s
 16050K .......... .......... .......... .......... .......... 65% 28.7M 0s
 16100K .......... .......... .......... .......... .......... 65% 19.4M 0s
 16150K .......... .......... .......... .......... .......... 65% 32.3M 0s
 16200K .......... .......... .......... .......... .......... 65% 19.0M 0s
 16250K .......... .......... .......... .......... .......... 65% 22.1M 0s
 16300K .......... .......... .......... .......... .......... 66% 29.8M 0s
 16350K .......... .......... .......... .......... .......... 66% 19.7M 0s
 16400K .......... .......... .......... .......... .......... 66% 26.9M 0s
 16450K .......... .......... .......... .......... .......... 66% 22.2M 0s
 16500K .......... .......... .......... .......... .......... 66% 25.8M 0s
 16550K .......... .......... .......... .......... .......... 67% 22.9M 0s
 16600K .......... .......... .......... .......... .......... 67% 20.5M 0s
 16650K .......... .......... .......... .......... .......... 67% 26.2M 0s
 16700K .......... .......... .......... .......... .......... 67% 22.1M 0s
 16750K .......... .......... .......... .......... .......... 67% 22.0M 0s
 16800K .......... .......... .......... .......... .......... 68% 24.8M 0s
 16850K .......... .......... .......... .......... .......... 68% 26.6M 0s
 16900K .......... .......... .......... .......... .......... 68% 23.2M 0s
 16950K .......... .......... .......... .......... .......... 68% 19.4M 0s
 17000K .......... .......... .......... .......... .......... 68% 24.8M 0s
 17050K .......... .......... .......... .......... .......... 69% 21.2M 0s
 17100K .......... .......... .......... .......... .......... 69% 16.3M 0s
 17150K .......... .......... .......... .......... .......... 69% 33.8M 0s
 17200K .......... .......... .......... .......... .......... 69% 25.9M 0s
 17250K .......... .......... .......... .......... .......... 69% 21.1M 0s
 17300K .......... .......... .......... .......... .......... 70% 33.9M 0s
 17350K .......... .......... .......... .......... .......... 70% 18.1M 0s
 17400K .......... .......... .......... .......... .......... 70% 24.0M 0s
 17450K .......... .......... .......... .......... .......... 70% 26.3M 0s
 17500K .......... .......... .......... .......... .......... 70% 20.0M 0s
 17550K .......... .......... .......... .......... .......... 71% 31.4M 0s
 17600K .......... .......... .......... .......... .......... 71% 20.1M 0s
 17650K .......... .......... .......... .......... .......... 71% 27.3M 0s
 17700K .......... .......... .......... .......... .......... 71% 18.9M 0s
 17750K .......... .......... .......... .......... .......... 71% 22.5M 0s
 17800K .......... .......... .......... .......... .......... 72% 25.3M 0s
 17850K .......... .......... .......... .......... .......... 72% 21.8M 0s
 17900K .......... .......... .......... .......... .......... 72% 26.9M 0s
 17950K .......... .......... .......... .......... .......... 72% 20.6M 0s
 18000K .......... .......... .......... .......... .......... 72% 29.5M 0s
 18050K .......... .......... .......... .......... .......... 73% 19.3M 0s
 18100K .......... .......... .......... .......... .......... 73% 23.5M 0s
 18150K .......... .......... .......... .......... .......... 73% 30.6M 0s
 18200K .......... .......... .......... .......... .......... 73% 18.7M 0s
 18250K .......... .......... .......... .......... .......... 73% 29.9M 0s
 18300K .......... .......... .......... .......... .......... 74% 21.1M 0s
 18350K .......... .......... .......... .......... .......... 74% 21.1M 0s
 18400K .......... .......... .......... .......... .......... 74% 27.7M 0s
 18450K .......... .......... .......... .......... .......... 74% 20.5M 0s
 18500K .......... .......... .......... .......... .......... 74% 26.2M 0s
 18550K .......... .......... .......... .......... .......... 75% 21.1M 0s
 18600K .......... .......... .......... .......... .......... 75% 24.3M 0s
 18650K .......... .......... .......... .......... .......... 75% 26.4M 0s
 18700K .......... .......... .......... .......... .......... 75% 23.9M 0s
 18750K .......... .......... .......... .......... .......... 75% 22.7M 0s
 18800K .......... .......... .......... .......... .......... 76% 20.3M 0s
 18850K .......... .......... .......... .......... .......... 76% 30.6M 0s
 18900K .......... .......... .......... .......... .......... 76% 19.6M 0s
 18950K .......... .......... .......... .......... .......... 76% 31.0M 0s
 19000K .......... .......... .......... .......... .......... 76% 18.2M 0s
 19050K .......... .......... .......... .......... .......... 77% 23.2M 0s
 19100K .......... .......... .......... .......... .......... 77% 25.8M 0s
 19150K .......... .......... .......... .......... .......... 77% 21.3M 0s
 19200K .......... .......... .......... .......... .......... 77% 28.3M 0s
 19250K .......... .......... .......... .......... .......... 77% 19.9M 0s
 19300K .......... .......... .......... .......... .......... 78% 31.4M 0s
 19350K .......... .......... .......... .......... .......... 78% 19.4M 0s
 19400K .......... .......... .......... .......... .......... 78% 24.3M 0s
 19450K .......... .......... .......... .......... .......... 78% 21.3M 0s
 19500K .......... .......... .......... .......... .......... 78% 25.8M 0s
 19550K .......... .......... .......... .......... .......... 79% 22.1M 0s
 19600K .......... .......... .......... .......... .......... 79% 24.9M 0s
 19650K .......... .......... .......... .......... .......... 79% 22.1M 0s
 19700K .......... .......... .......... .......... .......... 79% 25.8M 0s
 19750K .......... .......... .......... .......... .......... 79% 20.4M 0s
 19800K .......... .......... .......... .......... .......... 80% 26.9M 0s
 19850K .......... .......... .......... .......... .......... 80% 21.2M 0s
 19900K .......... .......... .......... .......... .......... 80% 28.8M 0s
 19950K .......... .......... .......... .......... .......... 80% 24.0M 0s
 20000K .......... .......... .......... .......... .......... 80% 23.1M 0s
 20050K .......... .......... .......... .......... .......... 81% 21.9M 0s
 20100K .......... .......... .......... .......... .......... 81% 21.9M 0s
 20150K .......... .......... .......... .......... .......... 81% 23.7M 0s
 20200K .......... .......... .......... .......... .......... 81% 21.4M 0s
 20250K .......... .......... .......... .......... .......... 81% 27.9M 0s
 20300K .......... .......... .......... .......... .......... 82% 21.9M 0s
 20350K .......... .......... .......... .......... .......... 82% 27.0M 0s
 20400K .......... .......... .......... .......... .......... 82% 18.5M 0s
 20450K .......... .......... .......... .......... .......... 82% 23.6M 0s
 20500K .......... .......... .......... .......... .......... 82% 25.0M 0s
 20550K .......... .......... .......... .......... .......... 83% 22.3M 0s
 20600K .......... .......... .......... .......... .......... 83% 23.7M 0s
 20650K .......... .......... .......... .......... .......... 83% 24.8M 0s
 20700K .......... .......... .......... .......... .......... 83% 22.6M 0s
 20750K .......... .......... .......... .......... .......... 84% 23.5M 0s
 20800K .......... .......... .......... .......... .......... 84% 23.6M 0s
 20850K .......... .......... .......... .......... .......... 84% 24.0M 0s
 20900K .......... .......... .......... .......... .......... 84% 23.8M 0s
 20950K .......... .......... .......... .......... .......... 84% 25.0M 0s
 21000K .......... .......... .......... .......... .......... 85% 19.6M 0s
 21050K .......... .......... .......... .......... .......... 85% 27.8M 0s
 21100K .......... .......... .......... .......... .......... 85% 20.1M 0s
 21150K .......... .......... .......... .......... .......... 85% 23.3M 0s
 21200K .......... .......... .......... .......... .......... 85% 25.9M 0s
 21250K .......... .......... .......... .......... .......... 86% 21.8M 0s
 21300K .......... .......... .......... .......... .......... 86% 25.1M 0s
 21350K .......... .......... .......... .......... .......... 86% 24.8M 0s
 21400K .......... .......... .......... .......... .......... 86% 27.4M 0s
 21450K .......... .......... .......... .......... .......... 86% 19.4M 0s
 21500K .......... .......... .......... .......... .......... 87% 24.8M 0s
 21550K .......... .......... .......... .......... .......... 87% 20.7M 0s
 21600K .......... .......... .......... .......... .......... 87% 23.6M 0s
 21650K .......... .......... .......... .......... .......... 87% 27.7M 0s
 21700K .......... .......... .......... .......... .......... 87% 20.2M 0s
 21750K .......... .......... .......... .......... .......... 88% 23.6M 0s
 21800K .......... .......... .......... .......... .......... 88% 23.3M 0s
 21850K .......... .......... .......... .......... .......... 88% 23.2M 0s
 21900K .......... .......... .......... .......... .......... 88% 25.6M 0s
 21950K .......... .......... .......... .......... .......... 88% 21.4M 0s
 22000K .......... .......... .......... .......... .......... 89% 36.0M 0s
 22050K .......... .......... .......... .......... .......... 89% 20.6M 0s
 22100K .......... .......... .......... .......... .......... 89% 22.7M 0s
 22150K .......... .......... .......... .......... .......... 89% 19.7M 0s
 22200K .......... .......... .......... .......... .......... 89% 45.5M 0s
 22250K .......... .......... .......... .......... .......... 90% 15.4M 0s
 22300K .......... .......... .......... .......... .......... 90% 25.2M 0s
 22350K .......... .......... .......... .......... .......... 90% 26.4M 0s
 22400K .......... .......... .......... .......... .......... 90% 21.3M 0s
 22450K .......... .......... .......... .......... .......... 90% 22.2M 0s
 22500K .......... .......... .......... .......... .......... 91% 22.9M 0s
 22550K .......... .......... .......... .......... .......... 91% 22.5M 0s
 22600K .......... .......... .......... .......... .......... 91% 27.1M 0s
 22650K .......... .......... .......... .......... .......... 91% 21.1M 0s
 22700K .......... .......... .......... .......... .......... 91% 24.1M 0s
 22750K .......... .......... .......... .......... .......... 92% 22.4M 0s
 22800K .......... .......... .......... .......... .......... 92% 27.0M 0s
 22850K .......... .......... .......... .......... .......... 92% 21.6M 0s
 22900K .......... .......... .......... .......... .......... 92% 22.2M 0s
 22950K .......... .......... .......... .......... .......... 92% 30.9M 0s
 23000K .......... .......... .......... .......... .......... 93% 20.8M 0s
 23050K .......... .......... .......... .......... .......... 93% 25.3M 0s
 23100K .......... .......... .......... .......... .......... 93% 19.8M 0s
 23150K .......... .......... .......... .......... .......... 93% 36.7M 0s
 23200K .......... .......... .......... .......... .......... 93% 19.8M 0s
 23250K .......... .......... .......... .......... .......... 94% 17.0M 0s
 23300K .......... .......... .......... .......... .......... 94% 21.3M 0s
 23350K .......... .......... .......... .......... .......... 94% 24.8M 0s
 23400K .......... .......... .......... .......... .......... 94% 29.9M 0s
 23450K .......... .......... .......... .......... .......... 94% 18.9M 0s
 23500K .......... .......... .......... .......... .......... 95% 34.2M 0s
 23550K .......... .......... .......... .......... .......... 95% 19.7M 0s
 23600K .......... .......... .......... .......... .......... 95% 22.5M 0s
 23650K .......... .......... .......... .......... .......... 95% 24.5M 0s
 23700K .......... .......... .......... .......... .......... 95% 22.2M 0s
 23750K .......... .......... .......... .......... .......... 96% 27.0M 0s
 23800K .......... .......... .......... .......... .......... 96% 19.3M 0s
 23850K .......... .......... .......... .......... .......... 96% 23.6M 0s
 23900K .......... .......... .......... .......... .......... 96% 25.9M 0s
 23950K .......... .......... .......... .......... .......... 96% 23.9M 0s
 24000K .......... .......... .......... .......... .......... 97% 25.2M 0s
 24050K .......... .......... .......... .......... .......... 97% 19.0M 0s
 24100K .......... .......... .......... .......... .......... 97% 31.2M 0s
 24150K .......... .......... .......... .......... .......... 97% 21.6M 0s
 24200K .......... .......... .......... .......... .......... 97% 24.2M 0s
 24250K .......... .......... .......... .......... .......... 98% 19.5M 0s
 24300K .......... .......... .......... .......... .......... 98% 23.1M 0s
 24350K .......... .......... .......... .......... .......... 98% 26.6M 0s
 24400K .......... .......... .......... .......... .......... 98% 21.8M 0s
 24450K .......... .......... .......... .......... .......... 98% 29.5M 0s
 24500K .......... .......... .......... .......... .......... 99% 18.6M 0s
 24550K .......... .......... .......... .......... .......... 99% 32.5M 0s
 24600K .......... .......... .......... .......... .......... 99% 19.8M 0s
 24650K .......... .......... .......... .......... .......... 99% 20.4M 0s
 24700K .......... .......... .......... .......... .......... 99% 27.3M 0s
 24750K .........                                             100% 22.7M=1.1s

2021-11-25 12:56:56 (22.6 MB/s) - 'Gtk3.zip' saved [25354024/25354024]

[Pipeline] sh
+ unzip Gtk3.zip -d ./bundleGTK
Archive:  Gtk3.zip
  inflating: ./bundleGTK/iconv.dll   
   creating: ./bundleGTK/lib/
   creating: ./bundleGTK/lib/gdk-pixbuf-2.0/
   creating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache  
   creating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.dll  
  inflating: ./bundleGTK/libatk-1.0-0.dll  
  inflating: ./bundleGTK/libbz2-1.dll  
  inflating: ./bundleGTK/libcairo-2.dll  
  inflating: ./bundleGTK/libcairo-gobject-2.dll  
  inflating: ./bundleGTK/libcroco-0.6-3.dll  
  inflating: ./bundleGTK/libepoxy-0.dll  
  inflating: ./bundleGTK/libexpat-1.dll  
  inflating: ./bundleGTK/libffi-6.dll  
  inflating: ./bundleGTK/libfontconfig-1.dll  
  inflating: ./bundleGTK/libfreetype-6.dll  
  inflating: ./bundleGTK/libgcc_s_seh-1.dll  
  inflating: ./bundleGTK/libgdk-3-0.dll  
  inflating: ./bundleGTK/libgdk_pixbuf-2.0-0.dll  
  inflating: ./bundleGTK/libgio-2.0-0.dll  
  inflating: ./bundleGTK/libglib-2.0-0.dll  
  inflating: ./bundleGTK/libgmodule-2.0-0.dll  
  inflating: ./bundleGTK/libgobject-2.0-0.dll  
  inflating: ./bundleGTK/libgtk-3-0.dll  
  inflating: ./bundleGTK/libharfbuzz-0.dll  
  inflating: ./bundleGTK/libintl-8.dll  
  inflating: ./bundleGTK/liblzma-5.dll  
  inflating: ./bundleGTK/libpango-1.0-0.dll  
  inflating: ./bundleGTK/libpangocairo-1.0-0.dll  
  inflating: ./bundleGTK/libpangoft2-1.0-0.dll  
  inflating: ./bundleGTK/libpangowin32-1.0-0.dll  
  inflating: ./bundleGTK/libpcre-1.dll  
  inflating: ./bundleGTK/libpixbufloader-ani.dll  
  inflating: ./bundleGTK/libpixbufloader-bmp.dll  
  inflating: ./bundleGTK/libpixbufloader-gif.dll  
  inflating: ./bundleGTK/libpixbufloader-icns.dll  
  inflating: ./bundleGTK/libpixbufloader-ico.dll  
  inflating: ./bundleGTK/libpixbufloader-jasper.dll  
  inflating: ./bundleGTK/libpixbufloader-jpeg.dll  
  inflating: ./bundleGTK/libpixbufloader-pnm.dll  
  inflating: ./bundleGTK/libpixbufloader-qtif.dll  
  inflating: ./bundleGTK/libpixbufloader-svg.dll  
  inflating: ./bundleGTK/libpixbufloader-tga.dll  
  inflating: ./bundleGTK/libpixbufloader-tiff.dll  
  inflating: ./bundleGTK/libpixbufloader-xbm.dll  
  inflating: ./bundleGTK/libpixbufloader-xpm.dll  
  inflating: ./bundleGTK/libpixman-1-0.dll  
  inflating: ./bundleGTK/libpng16-16.dll  
  inflating: ./bundleGTK/librsvg-2-2.dll  
  inflating: ./bundleGTK/libxml2-2.dll  
   creating: ./bundleGTK/share/
   creating: ./bundleGTK/share/Adwaita/
  inflating: ./bundleGTK/share/Adwaita/index.theme  
   creating: ./bundleGTK/share/Adwaita/gtk-3.0/
  inflating: ./bundleGTK/share/Adwaita/gtk-3.0/gtk.css  
   creating: ./bundleGTK/share/Adwaita/gtk-2.0/
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/hacks.rc  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/main.rc  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/apps.rc  
   creating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-unchecked.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/button-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-mixed-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-mixed-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-down.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-unchecked-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-unchecked-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/focus.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-mixed-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-down-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/border.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/frame-inline.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-down.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-up-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-up-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-separator-rtl.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-horz-gap.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-checked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-left.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-mixed.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-checked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-mixed.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-up-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-checked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-checked-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-down.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-down.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-down-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry-background.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-horz-focus.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-right-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-up-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-checked-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/handle-horz.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-left-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-right-semi.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-checked-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-checked-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/handle.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-vert-trough-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-down-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-entry-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-checked.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-right-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-up-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-mixed-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-up-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-right-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-slider-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-right.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-up-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-up-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/handle-vert.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-left-semi.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-up-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry-background-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-down.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-horz-trough.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-left-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-down.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-rtl.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-trough.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-down-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-left-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-right.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-down-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-up-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-unchecked-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-unchecked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/frame-notebook.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-unchecked.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-horz-trough-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button-hover.png  
 extracting: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-mixed.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-right-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-down-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-checked-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-unchecked-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/button-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-left.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/progressbar-horz.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-trough-rtl.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-separator-ltr.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-checked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png  
 extracting: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/frame.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-slider.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-down.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-left-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/progressbar-vert.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menubar-item-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-checked.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-checked.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-mixed-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-up-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/progressbar-vert-trough.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-down-hover.png  
 extracting: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/line.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-up-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-slider-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/progressbar-horz-trough.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-slider-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-vert-trough.png  
 extracting: ./bundleGTK/share/Adwaita/gtk-2.0/assets/button-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-vert-gap.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-unchecked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-entry.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-horz-trough.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-checked-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-right.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-checked.png  
 extracting: ./bundleGTK/share/Adwaita/gtk-2.0/assets/button.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-left.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-border.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/gtkrc  
   creating: ./bundleGTK/share/Adwaita-dark/
   creating: ./bundleGTK/share/Adwaita-dark/xfwm4/
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-4-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-toggled-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/close-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-toggled-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-toggled-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/bottom-right-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/right-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/menu-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-pressed.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-toggled-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-1-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/bottom-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/close-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-toggled-pressed.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/left-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-toggled-pressed.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-prelight.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/themerc~  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/menu-pressed.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-toggled-pressed.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-1-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-toggled-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/close-pressed.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/right-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/top-left-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-3-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/hide-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/hide-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-4-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/top-right-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-3-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/hide-prelight.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-pressed.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-toggled-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-prelight.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-5-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-2-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-5-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/menu-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/bottom-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/bottom-left-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/bottom-left-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/hide-pressed.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-pressed.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/left-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/menu-prelight.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-toggled-prelight.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/top-right-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/themerc  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/close-prelight.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-prelight.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/bottom-right-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-2-active.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/top-left-inactive.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-toggled-prelight.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-toggled-prelight.xpm  
  inflating: ./bundleGTK/share/Adwaita-dark/index.theme  
   creating: ./bundleGTK/share/Adwaita-dark/gtk-3.0/
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-3.0/gtk.css  
   creating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/hacks.rc  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/main.rc  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/hacks-dark.rc  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/apps.rc  
   creating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/button-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-down.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-unchecked-active.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-unchecked-hover.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/focus.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-mixed-hover.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/border.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-up.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/frame-inline.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-up-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-separator-rtl.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-horz-gap.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-checked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-left.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-mixed.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-up-active.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-checked-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-checked-hover.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-down.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-down-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/entry-background.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-horz-focus.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-right-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-up-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-checked-hover.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-slider-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/handle-horz.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-left-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-right-semi.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-checked-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-checked-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/handle.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-mixed-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-vert-trough-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-up.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down-hover.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-entry-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-checked.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-right-hover.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-pan-up-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-mixed-active.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-right-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-slider-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-right.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-pan-up-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-pan-up.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/handle-vert.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-left-semi.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-up.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/entry-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/entry-background-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-pan-down.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-trough.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-entry.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-mixed.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-left-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-down.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-rtl.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-trough.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/entry-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/entry.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-left-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-right.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-hover.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-pan-down-active.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked-active.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-unchecked-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/frame-notebook.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-unchecked.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-horz-trough-active.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-mixed.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-right-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-checked-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/button-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-left.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/progressbar-horz.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-trough-rtl.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-up.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-separator-ltr.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-mixed-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/frame.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-slider.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-down.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-left-hover.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/progressbar-vert.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menubar-item-active.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-checked.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-checked.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-mixed-hover.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up-hover.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-slider.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/progressbar-vert-trough.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-pan-down-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-hover.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/line.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-up-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-slider-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/progressbar-horz-trough.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-slider-hover.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-vert-trough.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/button-hover.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-vert-gap.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-active.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-entry.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-horz-trough.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-checked-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-right.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-entry.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-checked.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/button.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-left.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-border.png  
 extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button-active.png  
  inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/gtkrc  
   creating: ./bundleGTK/share/Windows-10-3.2/
   creating: ./bundleGTK/share/Windows-10-3.2/unity/
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize_focused_pressed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_outline_ltr_37.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_pip_rtl_37.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize_focused_prelight.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/close_focused_pressed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize_unfocused_prelight.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_edge_54.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_outline_ltr_19.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_pip_rtl_19.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_glow_200.svg  
   creating: ./bundleGTK/share/Windows-10-3.2/unity/modes/
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/modes/ubuntu-square.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/modes/launcher_bfb_ns.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/modes/launcher_bfb.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize_unfocused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_shine_54.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize_unfocused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_edge_150.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_pip_ltr_19.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/close_unfocused_prelight.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_outline_rtl_19.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize_unfocused_pressed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/close_focused_prelight.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_shadow_62.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_back_54.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_pip_ltr_37.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_outline_rtl_37.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_selected_back_150.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize_unfocused_prelight.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_back_150.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_selected_back_54.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize_focused_pressed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_ltr_19.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize_unfocused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize_focused_normal.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize_unfocused_prelight.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_glow_62.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_ltr_37.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize_unfocused_pressed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize_unfocused_pressed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize_focused_normal.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_rtl_37.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize_focused_prelight.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_rtl_19.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/close_unfocused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize_focused_normal.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/close_focused_normal.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_bfb.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_shadow_200.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize_focused_pressed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize_focused_prelight.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_shine_150.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/close.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/unity/close_unfocused_pressed.png  
   creating: ./bundleGTK/share/Windows-10-3.2/xfwm4/
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-4-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-toggled-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/close-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/bottom-right-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/right-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/menu-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-1-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/bottom-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/close-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/left-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-toggled-pressed.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-1-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/close-pressed.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/right-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/top-left-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-3-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/hide-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/hide-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-4-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/top-right-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-3-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/hide-prelight.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-toggled-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-5-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-2-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-5-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/menu-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/bottom-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/bottom-left-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/bottom-left-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/hide-pressed.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-pressed.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/left-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/top-right-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/themerc  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/close-prelight.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-prelight.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/bottom-right-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-2-active.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/top-left-inactive.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-toggled-prelight.xpm  
  inflating: ./bundleGTK/share/Windows-10-3.2/index.theme  
  inflating: ./bundleGTK/share/Windows-10-3.2/LICENSE.md  
   creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/gtk.css  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/gtk-dark.css  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/thumbnail.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/settings.ini  
   creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked.png  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-unfocused.png  -> radio-unchecked.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-over.png  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive-unfocused@2.png  -> radio-unchecked-insensitive@2.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-down.svg  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-unfocused.png  -> checkbox-checked.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-hover@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed@2.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/maximize-unfocused.png  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused.png  -> checkbox-mixed-insensitive.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-right-active.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-hover@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-insensitive@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-over@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-hover.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-hover.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-over@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-over@2.png  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-unfocused@2.png  -> checkbox-unchecked@2.png 
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-unfocused.png  -> checkbox-unchecked.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-hover.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left.png  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive-unfocused.png  -> radio-unchecked-insensitive.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked.png  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-unfocused@2.png  -> radio-unchecked@2.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-right.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-insensitive@2.png  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-unfocused@2.png  -> radio-mixed@2.png 
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-unfocused.png  -> radio-mixed.png 
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive-unfocused@2.png  -> radio-checked-insensitive@2.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive@2.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/close-focused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-over@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-hover@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-down-active.svg  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused@2.png  -> checkbox-unchecked-insensitive@2.png 
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused@2.png  -> checkbox-mixed-insensitive@2.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-up-active.svg  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive-unfocused.png  -> radio-mixed-insensitive.png 
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/restore-unfocused.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/restore-focused.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/minimize-unfocused.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/maximize-focused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-over@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked@2.png  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive-unfocused.png  -> checkbox-checked-insensitive.png 
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-unfocused.png  -> radio-checked.png 
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-unfocused@2.png  -> radio-checked@2.png 
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/close-focused-active.png  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive-unfocused.png  -> radio-checked-insensitive.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-over.png  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused.png  -> checkbox-unchecked-insensitive.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-insensitive@2.png  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-unfocused.png  -> checkbox-mixed.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-over.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-up.svg  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-unfocused@2.png  -> checkbox-mixed@2.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-left-active.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked@2.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-over@2.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/close-unfocused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-left.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-hover.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-hover@2.png  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive-unfocused@2.png  -> checkbox-checked-insensitive@2.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/minimize-focused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert@2.png  
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive-unfocused@2.png  -> radio-mixed-insensitive@2.png 
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-unfocused@2.png  -> checkbox-checked@2.png 
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-insensitive@2.png  
   creating: ./bundleGTK/share/Windows-10-3.2/extra-icons/
  inflating: ./bundleGTK/share/Windows-10-3.2/extra-icons/Notifications-normal.svg  
 extracting: ./bundleGTK/share/Windows-10-3.2/extra-icons/expo.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/extra-icons/Cortana.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/extra-icons/Notifications.svg  
   creating: ./bundleGTK/share/Windows-10-3.2/openbox-3/
  inflating: ./bundleGTK/share/Windows-10-3.2/openbox-3/max.xbm  
  inflating: ./bundleGTK/share/Windows-10-3.2/openbox-3/close.xbm  
  inflating: ./bundleGTK/share/Windows-10-3.2/openbox-3/iconify.xbm  
  inflating: ./bundleGTK/share/Windows-10-3.2/openbox-3/bullet.xbm  
  inflating: ./bundleGTK/share/Windows-10-3.2/openbox-3/themerc  
   creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/
    linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/gtk-3.20  -> ../gtk-3.20 
   creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/maximize-unfocused-normal.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/maximize-focused-pressed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/close-focused-pressed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/close-unfocused-normal.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/close-focused-normal.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/restore-focused-active.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/restore-focused-pressed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/minimize-focused-active.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/restore-unfocused-normal.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/maximize-focused-normal.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/close-focused-active.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/minimize-focused-pressed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/restore-focused-normal.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/minimize-focused-normal.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/minimize-unfocused-normal.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/maximize-focused-active.png  
   creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/panel/
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/panel/item-prelight.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/panel/item-active-prelight.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/panel/item-active.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/gtk.css  
   creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/scrollbars/
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/scrollbars/up.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/scrollbars/down.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/scrollbars/left.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/scrollbars/right.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/gtk-widgets-assets.css  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/gtk-widgets.css  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/thumbnail.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/settings.ini  
   creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-selected@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/slider-vert-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/switch-on-disabled.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-mixed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/slider-horiz-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-insensitive.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-selected.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/slider-horiz-hover.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-insensitive@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-insensitive@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-selected-insensitive@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/switch-off-disabled.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/slider-horiz.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-selected-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-unselected@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/switch-off.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-over@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-mixed-insensitive@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/switch-on.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-mixed@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/slider-vert.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-selected-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-over@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed-insensitive@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-selected-over@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-unselected.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked@2.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-over@2.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/slider-vert-hover.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-insensitive.png  
   creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/xfce.css  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/synaptic.css  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/unity.css  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/lightdm-gtk-greeter.css  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/nemo.css  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/gnome-applications.css  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/granite-widgets.css  
   creating: ./bundleGTK/share/Windows-10-3.2/xfce-notify-4.0/
  inflating: ./bundleGTK/share/Windows-10-3.2/xfce-notify-4.0/gtkrc  
  inflating: ./bundleGTK/share/Windows-10-3.2/README.md  
   creating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/panel.rc  
   creating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-unchecked.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/button-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/trough-horizontal.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-unchecked-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-checked-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/slider-vert-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-checked-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-mixed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/slider-horiz-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-mixed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-checked-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/slider-horiz-hover.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-checked.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/slider-horiz.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-checked-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/resize_grip.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/panel-button-inactive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-mixed-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-unchecked-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/null.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-unchecked.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/slider-vert.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/panel.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/button-default.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-mixed-insensitive.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/button-pressed.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-mixed-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-unchecked-over.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-checked.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/trough-vertical.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/slider-vert-hover.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/button-hover.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-unchecked-insensitive.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/panel-button-active.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/panel-button-hover.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/gtkrc  
   creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/
   creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/checkbox-unchecked.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/checkbox-unchecked-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/checkbox-checked-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-left-hover.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/scroll-handle.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/checkbox-checked.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/off.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/radio-checked-over.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/hotcorner-icon.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/on.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/close-hover.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/close.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/radio-unchecked.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/hotcorner-icon-hover.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/radio-unchecked-over.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/radio-checked.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-right-hover.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-right.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-left.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/scroll-handle-hover.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/theme.json  
   creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/button-focused.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/button-insensitive.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/button.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/button-hover.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/button-focused-hover.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/button-pressed.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/metadata.json  
   creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/panel-separator.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-active-hover.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-hover.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-attention-hover.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-active-progress.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-attention.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-open.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-progress.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-active.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/menu.png  
   creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/misc-assets/
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/misc-assets/entry-dark.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/misc-assets/calendar-today.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/misc-assets/corner-ripple.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/misc-assets/entry.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/thumbnail.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/cinnamon.css  
   creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/expo-scale-assets/
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/expo-scale-assets/plus.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/expo-scale-assets/trash.svg  
   creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/buttonbox-bg.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/workspace-close-area-bg.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/keyboard-bg.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/add-workspace-bg-hover.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/add-workspace-bg.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/desklet-body.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/scrollthrough.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/popup.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/desklet-header.svg  
   creating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/gnome-shell.css  
   creating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/toggle-on.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/checkbox-focused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/page-indicator-active.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/page-indicator-hover.svg  
 extracting: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/corner-ripple-rtl.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/toggle-off.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/dash-placeholder.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/checkbox-off.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/page-indicator-inactive.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/no-events.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/close-window.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/noise-texture.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/view-grid-symbolic.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/page-indicator-checked.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/more-results.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/checkbox.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/close-window.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/corner-ripple-ltr.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/no-notifications.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/checkbox-off-focused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/calendar-arrow-right.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/process-working.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/calendar-arrow-left.svg  
   creating: ./bundleGTK/share/Windows-10-3.2/metacity-1/
 extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/maximize-unfocused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/unshade-icon.svg  
 extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/close-focused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/shade-icon.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/stick-icon.svg  
 extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/restore-unfocused.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/restore-focused.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/minimize-unfocused.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/maximize-focused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/thumbnail.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/close-focused-active.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/menu-icon.svg  
 extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/close-unfocused.png  
 extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/minimize-focused.png  
  inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/unstick-icon.svg  
  inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/metacity-theme-3.xml  
  inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/metacity-theme-2.xml  
  inflating: ./bundleGTK/share/Windows-10-3.2/CREDITS  
   creating: ./bundleGTK/share/icons/
   creating: ./bundleGTK/share/icons/hicolor/
  inflating: ./bundleGTK/share/icons/hicolor/index.theme  
  inflating: ./bundleGTK/share/icons/hicolor/icon-theme.cache  
   creating: ./bundleGTK/share/icons/hicolor/16x16/
   creating: ./bundleGTK/share/icons/hicolor/16x16/apps/
  inflating: ./bundleGTK/share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/16x16/apps/gtk3-demo.png  
 extracting: ./bundleGTK/share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/16x16/apps/gtk3-widget-factory.png  
   creating: ./bundleGTK/share/icons/hicolor/32x32/
   creating: ./bundleGTK/share/icons/hicolor/32x32/apps/
 extracting: ./bundleGTK/share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/32x32/apps/gtk3-demo.png  
 extracting: ./bundleGTK/share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/32x32/apps/gtk3-widget-factory.png  
   creating: ./bundleGTK/share/icons/hicolor/24x24/
   creating: ./bundleGTK/share/icons/hicolor/24x24/apps/
 extracting: ./bundleGTK/share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/24x24/apps/gtk3-demo.png  
 extracting: ./bundleGTK/share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/24x24/apps/gtk3-widget-factory.png  
   creating: ./bundleGTK/share/icons/hicolor/256x256/
   creating: ./bundleGTK/share/icons/hicolor/256x256/apps/
  inflating: ./bundleGTK/share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/hicolor/256x256/apps/gtk3-demo.png  
  inflating: ./bundleGTK/share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/hicolor/256x256/apps/gtk3-widget-factory.png  
   creating: ./bundleGTK/share/icons/hicolor/22x22/
   creating: ./bundleGTK/share/icons/hicolor/22x22/apps/
 extracting: ./bundleGTK/share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/22x22/apps/gtk3-demo.png  
 extracting: ./bundleGTK/share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/22x22/apps/gtk3-widget-factory.png  
   creating: ./bundleGTK/share/icons/hicolor/48x48/
   creating: ./bundleGTK/share/icons/hicolor/48x48/apps/
 extracting: ./bundleGTK/share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/48x48/apps/gtk3-demo.png  
 extracting: ./bundleGTK/share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/48x48/apps/gtk3-widget-factory.png  
   creating: ./bundleGTK/share/icons/Adwaita/
   creating: ./bundleGTK/share/icons/Adwaita/scalable-up-to-32/
   creating: ./bundleGTK/share/icons/Adwaita/scalable-up-to-32/status/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable-up-to-32/status/process-working-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/index.theme  
  inflating: ./bundleGTK/share/icons/Adwaita/icon-theme.cache  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/
   creating: ./bundleGTK/share/icons/Adwaita/96x96/places/
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/start-here-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/network-server-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/network-workgroup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-templates-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-saved-search-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/user-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-pictures-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-publicshare-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/user-trash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/user-bookmarks-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-music-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-remote-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/user-home-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-documents-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-documents-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-music-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-favorite-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-photos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-synchronizing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-shared-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-important-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-ok-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/status/
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/touchpad-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/audio-volume-muted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-signal-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-good-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-caution-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-question-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-missing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-vpn-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-repeat-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/bluetooth-active-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/appointment-missed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/checkbox-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/computer-fail-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/radio-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/orientation-portrait-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/task-due-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/content-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/folder-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/changes-prevent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-connected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-weak-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-storm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/checkbox-checked-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wired-disconnected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-signal-weak-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/folder-drag-accept-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-signal-excellent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-consecutive-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/orientation-landscape-inverse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/thunderbolt-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-good-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/mail-unread-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/security-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-low-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/microphone-sensitivity-muted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/user-busy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-transmit-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/software-update-available-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/view-wrapped-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/microphone-sensitivity-medium-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-good-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-clear-night-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/user-invisible-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-shuffle-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/orientation-landscape-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-windy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-empty-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-4g-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/folder-visiting-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/rotation-allowed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-empty-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-error-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-full-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-low-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/mail-attachment-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-excellent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/audio-volume-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-snow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-caution-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/audio-volume-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/orientation-portrait-inverse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-connected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/channel-insecure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-3g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-transmit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/appointment-soon-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-full-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/changes-allow-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/rotation-locked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-not-tracked-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/system-lock-screen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-few-clouds-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-full-charged-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/channel-secure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-showers-scattered-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/non-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-password-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/microphone-sensitivity-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-hspa-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-repeat-song-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/display-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/alarm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/avatar-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/view-wrapped-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/bluetooth-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/audio-volume-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-showers-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-information-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/mail-replied-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-overcast-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/radio-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-gprs-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/security-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/printer-error-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-consecutive-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/semi-starred-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/daytime-sunrise-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-hotspot-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/task-past-due-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/semi-starred-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/checkbox-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/keyboard-brightness-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wired-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-severe-alert-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-few-clouds-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wired-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-signal-none-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-edge-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/night-light-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/software-update-urgent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/security-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-shuffle-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/microphone-sensitivity-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-trash-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/daytime-sunset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/radio-mixed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/printer-printing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-encrypted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/image-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/airplane-mode-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/printer-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-repeat-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-away-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/inode-directory-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-x-addon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-address-book-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-x-firmware-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/image-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-drawing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/font-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-document-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/audio-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/video-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-x-executable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-calendar-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-spreadsheet-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-presentation-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-x-appliance-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-rss+xml-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/text-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/package-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-certificate-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/actions/
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-justify-fill-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/folder-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-mirror-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/color-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-sort-ascending-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/window-minimize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/zoom-original-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/star-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-indent-more-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-home-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-italic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/insert-text-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-select-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-last-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-copy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-top-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-end-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-playback-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-rotate-right-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-first-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/address-book-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/find-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-undo-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-save-as-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/system-run-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-direction-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-flip-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-justify-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-revert-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-seek-backward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-sort-descending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/selection-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-last-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/call-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-delete-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/error-correct-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-open-recent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/bookmark-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-print-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-find-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-app-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/process-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-record-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-underline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-revert-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-justify-right-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-indent-more-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/list-add-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/system-shutdown-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-up-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-paged-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/list-remove-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/application-exit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-dual-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-fullscreen-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-undo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/focus-legacy-systray-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-indent-less-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/zoom-out-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-playback-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/help-about-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-redo-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/focus-top-bar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/mail-send-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/mark-location-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-bottom-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/tools-check-spelling-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/selection-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-rotate-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-previous-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/tab-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-properties-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/insert-object-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-next-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-direction-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-flip-vertical-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-jump-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/zoom-fit-best-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/selection-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-redo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-down-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-indent-less-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-previous-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/zoom-in-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/appointment-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-skip-forward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-playback-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/focus-windows-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/mail-send-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-skip-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-justify-center-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-print-preview-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-cut-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-playback-pause-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-first-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-end-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/font-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/call-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-grid-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-bold-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-more-horizontal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-find-replace-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/insert-link-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/open-menu-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/contact-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/system-switch-user-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/selection-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-view-subtitles-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-paste-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/window-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-save-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-seek-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/window-close-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-next-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-seek-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/insert-image-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/mail-mark-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-page-setup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-list-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-skip-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-continuous-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/window-maximize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-seek-forward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-clear-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-strikethrough-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-skip-backward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-refresh-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-pin-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/list-remove-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/action-unavailable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-eject-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/apps/
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/bluetooth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/gnome-power-manager-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/utilities-system-monitor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-color-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/accessories-character-map-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/accessories-text-editor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/multimedia-volume-control-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/system-file-manager-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-search-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/system-software-install-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/help-faq-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-locale-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/help-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-font-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-network-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/applets-screenshooter-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-details-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/user-info-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-time-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-wallpaper-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/goa-panel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-network-proxy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/accessories-calculator-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-accessibility-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/web-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-devices-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/help-contents-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/utilities-terminal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-privacy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/accessories-dictionary-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-sharing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-screensaver-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/system-users-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/categories/
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-games-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-graphics-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-engineering-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/preferences-other-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-multimedia-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/system-help-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-utilities-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/preferences-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-science-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/emotes/
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-raspberry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-kiss-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-sad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-angry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-uncertain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-sick-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-wink-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-smirk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-surprise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-devilish-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-glasses-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-shutmouth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-worried-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-crying-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-cool-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-laugh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-tired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-smile-big-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-smile-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/emote-love-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-confused-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-monkey-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-angel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-yawn-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-embarrassed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-plain-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/devices/
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-multidisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-speakers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-tape-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/battery-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/multimedia-player-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/ac-adapter-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/scanner-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/network-wireless-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-gaming-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/thunderbolt-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/video-single-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/camera-web-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-keyboard-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-card-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-headset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-dialpad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/display-projector-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/tv-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-zip-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/colorimeter-colorhug-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/printer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-mouse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/phone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-touchpad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-floppy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/computer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/video-joined-displays-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/camera-photo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/modem-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/computer-apple-ipad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/uninterruptible-power-supply-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-usb-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-input-microphone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/video-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/camera-video-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-removable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/printer-network-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-removable-media-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/phone-apple-iphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-optical-bd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-optical-cd-audio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/pda-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-optical-dvd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-ieee1394-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/network-wired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-flash-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-solidstate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-headphones-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/
   creating: ./bundleGTK/share/icons/Adwaita/16x16/places/
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-documents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/start-here-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/network-server-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/network-workgroup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-music.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-pictures.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/network-workgroup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-templates-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-trash.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-home.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-saved-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-videos.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-publicshare.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/user-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-remote.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-pictures-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-publicshare-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/start-here.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-bookmarks.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/user-trash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-templates.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-saved-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-bookmarks-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-music-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-remote-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-home-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-download.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/network-server.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-documents-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-symbolic-link.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-documents-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-music-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-default.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-documents.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-favorite-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-web.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-photos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-synchronizing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-synchronizing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-shared.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-favorite.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-package.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-shared-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-downloads.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-photos.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-important.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-readonly.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-mail.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-unreadable.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/status/
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-information.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/touchpad-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-muted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-caution-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-overcast.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/call-missed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-question-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-missing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-vpn-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/appointment-missed.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/bluetooth-active-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-showers-scattered.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-transmit.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/appointment-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-available.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/checkbox-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/computer-fail-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-signed-verified.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/radio-checked-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/orientation-portrait-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/task-due-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/content-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-encrypted.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/changes-prevent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-warning.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-caution.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-connected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-offline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-storm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-storm.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/checkbox-checked-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-disconnected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-weak-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-open.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-replied.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-away.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-high.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-drag-accept-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-excellent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-consecutive-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/orientation-landscape-inverse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/task-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-connected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-low.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/software-update-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-showers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/thunderbolt-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/image-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-medium.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/software-update-available.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-good-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-unread-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-fog.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-low-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-muted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/image-loading.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-busy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-password.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-transmit-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/software-update-available-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/view-wrapped-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-good-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/non-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-clear-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-invisible-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-shuffle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/orientation-landscape-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-windy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-empty-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-drag-accept.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-status-pending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/semi-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-4g-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-visiting-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/rotation-allowed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-empty-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-attachment-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-severe-alert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-excellent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/changes-allow.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-snow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-caution-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/trophy-bronze.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-medium-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/orientation-portrait-inverse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-connected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/channel-insecure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-3g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-transmit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/appointment-soon-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-charged.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-clear.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/changes-allow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-read-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/rotation-locked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-not-tracked-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/system-lock-screen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-few-clouds-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-charged-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/channel-secure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-showers-scattered-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/non-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-password-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-hspa-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat-song-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/display-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/alarm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-clear-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/avatar-default-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/view-wrapped-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/bluetooth-disabled-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-read.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-showers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-information-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/computer-fail.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-signed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-replied-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/task-past-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-disconnected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-few-clouds-night.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-overcast-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-shuffle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/trophy-silver.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/radio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-gprs-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-snow.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-high.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-consecutive-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/semi-starred-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/daytime-sunrise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-idle.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-hotspot-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/task-past-due-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-few-clouds.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/semi-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/checkbox-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/trophy-gold.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/keyboard-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-invisible.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-missing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-severe-alert-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-few-clouds-night-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-caution-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-low-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-none-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-edge-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/night-light-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-visiting.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-trash-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/software-update-urgent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/appointment-soon.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-shuffle-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-attachment.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-unread.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/avatar-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/semi-starred-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-trash-full-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-empty.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/daytime-sunset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-error.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/radio-mixed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-printing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-encrypted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-busy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/image-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/airplane-mode-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-muted.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-printing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-transmit-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-good.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-question.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-idle-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-error.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-away-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/changes-prevent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-medium.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/inode-directory-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/font-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-addon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-address-book-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-package-repository.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-drawing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-firmware-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-presentation.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/image-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-drawing-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-document.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-drawing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/image-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/font-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-script.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-document-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-html.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-certificate.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/audio-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/video-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/video-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-executable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-generic-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-calendar-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-document-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-presentation-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-appliance-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-rss+xml-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-addon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-executable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-calendar.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-address-book.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-firmware.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/package-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-presentation-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/package-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-certificate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/audio-x-generic.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/actions/
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-fill-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-strikethrough.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/folder-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-mirror-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-italic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/color-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-sort-ascending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-home.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-minimize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-original-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-cut.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-flip-horizontal.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/star-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-message-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-next-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-restore.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-home-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/address-book-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/call-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-italic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-text-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-select-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-shutdown.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-last-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/folder-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-copy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-top-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-redo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-first-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-end-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/help-faq.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-underline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-rotate-right-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-undo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-bold.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-first-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-rotate-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/address-book-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/bookmark-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-properties.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/find-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-down.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-undo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-save-as-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-run-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-direction-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-start.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-start-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-flip-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-center.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-copy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-flip-vertical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-lock-screen.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-find-replace.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-revert-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-backward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-sort-descending-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/selection-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-rotate-right.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-last-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-direction-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/call-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-find.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-delete-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-original.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/error-correct-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-open-recent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/bookmark-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/contact-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-print-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-backward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-find-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-open-recent.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-pause.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-refresh.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-app-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-revert.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-reply-sender.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/process-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-forward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-send-receive.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-record-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-run.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-underline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-image.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-less-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-revert-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/application-exit.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-read.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-right-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-more-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-undo.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-select-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-add-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-shutdown-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-redo-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-up-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-right.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-paged-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-forward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-remove-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/application-exit-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-dual-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-fullscreen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-object.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-undo-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/focus-legacy-systray-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-jump.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-less-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/appointment-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-notjunk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-out-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/help-about-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-previous.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/help-contents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-redo-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/focus-top-bar-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-send-receive-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-remove.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-top.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mark-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-reply-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-bottom-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/tools-check-spelling-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-sort-ascending.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/selection-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-rotate-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-previous-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/tab-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-properties-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-object-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-delete.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-next-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-direction-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-flip-vertical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-more.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-revert-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-jump-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-fit-best-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-save-as.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-backward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-backward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/selection-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-next.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-redo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-down-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-less-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-previous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-log-out.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/help-about.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-in-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/appointment-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-forward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-forward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/focus-windows-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-send-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-center-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-print-preview-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-cut-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-first.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-pause-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-close.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-eject.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-first-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-end-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-previous-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/font-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/call-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-unread.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-important.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-bold-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-more-horizontal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-find-replace-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-link-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-fill.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-add.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-bottom.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/open-menu-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/contact-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-switch-user-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/selection-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-print.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-view-subtitles-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-paste-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-record.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-restore-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mark-location.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-last.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/process-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-open.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-save-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-forward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/call-start.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-close-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-junk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-direction-ltr.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-save.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-next-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/tools-check-spelling.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-out.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-fullscreen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-backward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-more-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-fit-best.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-image-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-less.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-last-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-page-setup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-list-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-send.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-continuous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-paste.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-backward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-maximize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-forward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-strikethrough-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-backward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-up.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-sort-descending.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-print-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-refresh-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-in.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-pin-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-text.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-page-setup.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-remove-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/action-unavailable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-eject-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/tab-new.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/apps/
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/bluetooth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/gnome-power-manager-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/utilities-system-monitor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/help-browser.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-color-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-character-map-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-text-editor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-windows.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-calculator.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-sharing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/user-info.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/multimedia-volume-control-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-accessibility.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-file-manager-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-users.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-font.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/applets-screenshooter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-search-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-software-install-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-software-update.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/help-faq-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-locale-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/help-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/multimedia-volume-control.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-font-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-notifications-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-network-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/applets-screenshooter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-file-manager.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-details-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/web-browser.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/user-info-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-time-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-wallpaper-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/goa-panel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-locale.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-privacy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-network-proxy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-software-install.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-calculator-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-accessibility-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-dictionary.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/web-browser-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-devices-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/help-contents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-theme.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-character-map.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/utilities-terminal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/utilities-system-monitor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-wallpaper.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-privacy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-dictionary-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-screensaver.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/utilities-terminal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-remote-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-sharing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-text-editor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-screensaver-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-notifications.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-users-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/categories/
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-engineering.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-accessories.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-games-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-graphics-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/system-help.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-office.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-other-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-system-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-development.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-desktop-personal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-utilities.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-multimedia-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-science.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-internet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/system-help-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-games.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-desktop-peripherals.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-utilities-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-science-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-system.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-multimedia.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-graphics.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-monkey.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-uncertain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-raspberry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-kiss-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-sad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-angry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-uncertain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-sick-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-devilish.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-wink-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smirk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smile-big.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-sad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/emote-love.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-angel.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-surprise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-devilish-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-laugh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-glasses-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-shutmouth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-worried-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-crying-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-cool-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-laugh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smirk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-raspberry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-tired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smile-big-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-angry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-kiss.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-wink.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smile-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-plain.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/emote-love-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-cool.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-confused-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-tired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-monkey-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-surprise.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-angel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-yawn-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-embarrassed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-worried.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-sick.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-crying.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-embarrassed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smile.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-plain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-glasses.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/devices/
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-multidisk-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/ac-adapter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-speakers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-tape-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/battery-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/multimedia-player-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/ac-adapter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/scanner-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-wireless-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/multimedia-player.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-gaming-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/battery.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-headphones.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/thunderbolt-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-tape.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/video-single-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-web-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-multidisk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-card-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-headset.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/printer-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-headset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-wired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/modem.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-dialpad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/display-projector-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-vpn.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-tablet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/tv-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-zip-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/colorimeter-colorhug-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/printer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-card.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-dialpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-mouse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/phone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/scanner.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-touchpad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-mouse.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-floppy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/computer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/video-joined-displays-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-photo-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-gaming.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-input-microphone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/phone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-speakers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-removable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-photo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/computer.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/computer-apple-ipad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/uninterruptible-power-supply-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/video-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-usb-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-web.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-floppy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-input-microphone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-removable-media.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/video-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-wireless.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-video-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-removable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/printer-network-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-removable-media-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/phone-apple-iphone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/printer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical-bd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/uninterruptible-power-supply.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/ebook-reader.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical-cd-audio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-video.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/pda-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/pda.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical-dvd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-touchpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-ieee1394-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-wired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-flash.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-flash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-solidstate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-headphones-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/
   creating: ./bundleGTK/share/icons/Adwaita/64x64/places/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/start-here-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/network-server-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/network-workgroup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-templates-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-saved-search-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/user-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-pictures-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-publicshare-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/user-trash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/user-bookmarks-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-remote-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/user-home-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-documents-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-documents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-favorite-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-photos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-synchronizing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-shared-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-ok-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/status/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/touchpad-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/audio-volume-muted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-signal-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-caution-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/call-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-question-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-missing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-vpn-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-repeat-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/bluetooth-active-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/appointment-missed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/checkbox-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/computer-fail-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/radio-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/orientation-portrait-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/task-due-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/content-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/folder-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/changes-prevent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-connected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-weak-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-storm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/checkbox-checked-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wired-disconnected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-signal-weak-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/folder-drag-accept-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-signal-excellent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-consecutive-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/orientation-landscape-inverse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/thunderbolt-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/mail-unread-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/security-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-low-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/microphone-sensitivity-muted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-busy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-transmit-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/software-update-available-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/view-wrapped-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/microphone-sensitivity-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-good-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-clear-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-invisible-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-shuffle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/orientation-landscape-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-windy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-empty-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-4g-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/folder-visiting-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/rotation-allowed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-empty-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-full-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/mail-attachment-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-excellent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/audio-volume-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-snow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-caution-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/audio-volume-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/orientation-portrait-inverse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-connected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/channel-insecure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-3g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-transmit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/appointment-soon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-full-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/changes-allow-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/rotation-locked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-not-tracked-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/system-lock-screen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-few-clouds-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-full-charged-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/channel-secure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-showers-scattered-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/non-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-password-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/microphone-sensitivity-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-hspa-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-repeat-song-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/display-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/alarm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/avatar-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/view-wrapped-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/bluetooth-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/audio-volume-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-showers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-information-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/mail-replied-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-overcast-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/radio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-gprs-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/security-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/printer-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-consecutive-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/semi-starred-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/daytime-sunrise-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-hotspot-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/task-past-due-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/semi-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/checkbox-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/keyboard-brightness-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wired-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-severe-alert-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-few-clouds-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wired-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-signal-none-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-edge-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/night-light-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/software-update-urgent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/security-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-shuffle-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/microphone-sensitivity-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-trash-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/daytime-sunset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/radio-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/printer-printing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-encrypted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/image-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/airplane-mode-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/printer-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-clear-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-repeat-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-away-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/inode-directory-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-x-addon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-address-book-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-x-firmware-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/image-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-drawing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/font-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-document-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/audio-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/video-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-x-executable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-calendar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-spreadsheet-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-presentation-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-rss+xml-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/text-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/package-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-certificate-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/actions/
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-justify-fill-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/folder-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-mirror-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/color-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-sort-ascending-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/window-minimize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/zoom-original-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/star-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-indent-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-home-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-italic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/insert-text-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-select-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-last-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-copy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-top-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-end-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-playback-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-rotate-right-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-first-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/address-book-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/find-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-undo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-save-as-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/system-run-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-direction-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-flip-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-justify-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-revert-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-seek-backward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-sort-descending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/selection-end-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-last-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/call-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-delete-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/error-correct-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-open-recent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/bookmark-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-print-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-find-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-app-grid-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/process-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-record-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-underline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-revert-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-justify-right-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-indent-more-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/list-add-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/system-shutdown-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-up-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-paged-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/list-remove-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/application-exit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-dual-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-fullscreen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-undo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/focus-legacy-systray-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-indent-less-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/zoom-out-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-playback-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/help-about-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-redo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/focus-top-bar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/mail-send-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/mark-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-bottom-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/tools-check-spelling-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/selection-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-rotate-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-previous-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/tab-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-properties-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/insert-object-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-next-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-direction-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-flip-vertical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-jump-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/zoom-fit-best-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/selection-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-redo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-down-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-indent-less-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-previous-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/zoom-in-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/appointment-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-skip-forward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-playback-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/focus-windows-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/mail-send-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-skip-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-justify-center-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-print-preview-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-cut-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-playback-pause-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-first-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-end-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/font-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/call-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-grid-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-bold-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-more-horizontal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-find-replace-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/insert-link-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/open-menu-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/contact-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/system-switch-user-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/selection-end-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-view-subtitles-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-paste-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/window-restore-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-save-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-seek-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/window-close-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-next-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-seek-backward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/insert-image-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/mail-mark-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-page-setup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-list-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-skip-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-continuous-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/window-maximize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-seek-forward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-clear-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-strikethrough-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-skip-backward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-open-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-refresh-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-pin-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/list-remove-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/action-unavailable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-eject-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/apps/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/bluetooth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/gnome-power-manager-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/utilities-system-monitor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-color-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/accessories-character-map-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/accessories-text-editor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/multimedia-volume-control-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/system-file-manager-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-search-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/system-software-install-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/help-faq-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-locale-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/help-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-font-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-notifications-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-network-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/applets-screenshooter-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-details-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/user-info-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-time-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-wallpaper-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/goa-panel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-network-proxy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/accessories-calculator-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-accessibility-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/web-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-devices-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/help-contents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/utilities-terminal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-privacy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/accessories-dictionary-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-sharing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-screensaver-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/system-users-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/categories/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-games-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-graphics-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-engineering-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/preferences-other-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-multimedia-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/system-help-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-utilities-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/preferences-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-science-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/emotes/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-raspberry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-kiss-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-sad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-angry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-uncertain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-sick-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-wink-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-smirk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-surprise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-devilish-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-glasses-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-shutmouth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-worried-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-crying-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-cool-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-laugh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-tired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-smile-big-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-smile-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/emote-love-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-confused-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-monkey-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-angel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-yawn-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-embarrassed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-plain-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/devices/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-multidisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-speakers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-tape-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/battery-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/multimedia-player-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/ac-adapter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/scanner-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/network-wireless-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-gaming-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/thunderbolt-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/video-single-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/camera-web-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-card-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-headset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-dialpad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/display-projector-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/tv-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-zip-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/colorimeter-colorhug-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/printer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-mouse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/phone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-touchpad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-floppy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/computer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/video-joined-displays-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/camera-photo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/modem-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/computer-apple-ipad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/uninterruptible-power-supply-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-usb-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-input-microphone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/video-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/camera-video-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-removable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/printer-network-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-removable-media-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/phone-apple-iphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-optical-bd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-optical-cd-audio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/pda-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-optical-dvd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-ieee1394-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/network-wired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-flash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-solidstate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-headphones-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/8x8/
   creating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/
  inflating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-symbolic-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-default.png  
  inflating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-synchronizing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-readonly.png  
  inflating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-unreadable.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/
   creating: ./bundleGTK/share/icons/Adwaita/32x32/places/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-documents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/start-here-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/network-server-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/network-workgroup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-music.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-pictures.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/network-workgroup-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-templates-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-trash.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-home.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-saved-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-videos.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-publicshare.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/user-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-remote.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-pictures-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-publicshare-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/start-here.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-bookmarks.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/user-trash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-templates.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-saved-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-bookmarks-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-music-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-remote-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-home-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-download.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/network-server.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-documents-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-symbolic-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-documents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-music-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-documents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-favorite-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-web.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-photos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-synchronizing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-synchronizing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-shared.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-favorite.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-package.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-shared-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-downloads.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-photos.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-important.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-readonly.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-mail.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-unreadable.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/status/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-information.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/touchpad-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-muted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-caution-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-overcast.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/call-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-question-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-missing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-vpn-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/appointment-missed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/bluetooth-active-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-showers-scattered.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-transmit.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/appointment-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-available.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/checkbox-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/computer-fail-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/radio-checked-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/orientation-portrait-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/task-due-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/content-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/changes-prevent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-warning.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-caution.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-connected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-storm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-storm.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/checkbox-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-disconnected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-open.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-replied.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-away.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-drag-accept-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-excellent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-consecutive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/orientation-landscape-inverse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/task-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-connected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/software-update-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-showers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/thunderbolt-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/image-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/software-update-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-good-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-unread-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-fog.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-low-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-muted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/image-loading.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-busy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-password.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-transmit-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/software-update-available-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/view-wrapped-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-good-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/non-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-clear-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-invisible-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-shuffle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/orientation-landscape-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-windy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-empty-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-drag-accept.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-status-pending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/semi-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-4g-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-visiting-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/rotation-allowed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-empty-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-attachment-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-severe-alert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-excellent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/changes-allow.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-snow-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-caution-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/trophy-bronze.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/orientation-portrait-inverse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-connected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/channel-insecure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-3g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-transmit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/appointment-soon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-charged.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-clear.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/changes-allow-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/rotation-locked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-not-tracked-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/system-lock-screen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-few-clouds-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-charged-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/channel-secure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-showers-scattered-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/non-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-password-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-hspa-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat-song-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/display-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/alarm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-clear-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/avatar-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/view-wrapped-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/bluetooth-disabled-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-read.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-showers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-information-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/computer-fail.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-replied-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/task-past-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-disconnected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-few-clouds-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-overcast-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-shuffle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/trophy-silver.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/radio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-gprs-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-snow.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-high.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-consecutive-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/semi-starred-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/daytime-sunrise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-hotspot-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/task-past-due-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-few-clouds.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/semi-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/checkbox-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/trophy-gold.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/keyboard-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-invisible.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-severe-alert-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-few-clouds-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-caution-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-low-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-edge-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/night-light-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-visiting.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-trash-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/software-update-urgent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/appointment-soon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-shuffle-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-attachment.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-unread.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/avatar-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/semi-starred-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-trash-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-empty.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/daytime-sunset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/radio-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-printing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-encrypted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-busy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/image-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/airplane-mode-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-printing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-transmit-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-clear-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-good.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-question.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-away-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/changes-prevent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-medium.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/inode-directory-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/font-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-addon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-address-book-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-package-repository.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-drawing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-firmware-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-presentation.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/image-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-drawing-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-preview.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-document.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-drawing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/image-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/font-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-script.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-document-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-html.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-certificate.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/audio-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/video-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/video-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-executable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-generic-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-calendar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-document-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-presentation-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-rss+xml-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-addon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-executable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-calendar.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-address-book.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-firmware.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/package-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-presentation-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/package-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-certificate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/audio-x-generic.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/actions/
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-fill-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-strikethrough.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/folder-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-mirror-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-italic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/color-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-sort-ascending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-home.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-minimize-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-original-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-cut.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-flip-horizontal.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/star-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-message-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-next-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-restore.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-home-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/address-book-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/call-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-italic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-text-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-select-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-shutdown.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-last-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/folder-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-copy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-top-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-redo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-first-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-end-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/help-faq.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-underline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-rotate-right-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-undo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-bold.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-first-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-rotate-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/address-book-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/bookmark-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-properties.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/find-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-down.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-undo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-save-as-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-run-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-direction-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-start.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-start-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-flip-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-left-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-center.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-copy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-flip-vertical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-lock-screen.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-find-replace.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-revert-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-backward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-sort-descending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/selection-end-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-rotate-right.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-last-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-direction-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/call-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-find.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-delete-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-original.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/error-correct-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-open-recent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/bookmark-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/contact-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-print-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-backward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-find-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-open-recent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-pause.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-refresh.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-app-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-revert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-reply-sender.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/process-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-forward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-send-receive.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-record-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-run.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-underline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-image.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-less-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-revert-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/application-exit.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-read.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-right-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-more-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-undo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-select-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-add-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-shutdown-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-redo-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-up-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-right.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-paged-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-forward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-remove-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/application-exit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-edit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-dual-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-fullscreen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-object.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-undo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/focus-legacy-systray-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-jump.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-less-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/appointment-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-notjunk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-out-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/help-about-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-previous.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/help-contents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-all.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-redo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/focus-top-bar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-send-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-remove.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-top.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mark-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-reply-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-bottom-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/tools-check-spelling-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-sort-ascending.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/selection-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-rotate-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-previous-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/tab-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-properties-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-object-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-delete.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-next-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-direction-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-flip-vertical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-more.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-revert-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-jump-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-fit-best-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-save-as.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-backward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-backward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/selection-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-next.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-redo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-down-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-less-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-previous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-log-out.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/help-about.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-in-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/appointment-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-forward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-forward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/focus-windows-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-send-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-center-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-print-preview-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-cut-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-first.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-pause-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-close.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-eject.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-first-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-end-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-previous-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/font-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/call-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-unread.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-important.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-grid-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-bold-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-more-horizontal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-find-replace-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-link-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-fill.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-add.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-bottom.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/open-menu-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/contact-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-switch-user-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/selection-end-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-print.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-view-subtitles-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-paste-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-record.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-restore-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mark-location.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-last.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/process-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-open.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-save-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-forward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/call-start.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-close-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-junk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-direction-ltr.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-save.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-next-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/tools-check-spelling.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-out.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-fullscreen.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-backward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-more-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-fit-best.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-image-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-less.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-last-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-page-setup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-list-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-send.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-continuous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-paste.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-backward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-maximize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-forward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-strikethrough-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-backward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-up.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-sort-descending.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-open-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-print-preview.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-refresh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-in.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-pin-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-text.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-page-setup.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-remove-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/action-unavailable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-eject-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/apps/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/bluetooth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/gnome-power-manager-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/utilities-system-monitor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/help-browser.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-color-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-character-map-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-text-editor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-windows.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-calculator.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-sharing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/user-info.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/multimedia-volume-control-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-accessibility.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-file-manager-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-users.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-font.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/applets-screenshooter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-software-install-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-software-update.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/help-faq-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-locale-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/help-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/multimedia-volume-control.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-font-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-notifications-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-network-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/applets-screenshooter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-file-manager.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-details-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/web-browser.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/user-info-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-time-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-wallpaper-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/goa-panel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-locale.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-privacy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-network-proxy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-software-install.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-calculator-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-accessibility-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-dictionary.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/web-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-devices-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/help-contents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-shortcuts.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-theme.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-character-map.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/utilities-terminal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/utilities-system-monitor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-wallpaper.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-privacy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-dictionary-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-screensaver.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/utilities-terminal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-remote-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-sharing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-text-editor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-screensaver-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-notifications.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-users-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/categories/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-engineering.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-accessories.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-games-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-graphics-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/system-help.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-engineering-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-office.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-other-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-system-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-development.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-desktop-personal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-utilities.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-multimedia-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-science.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-internet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/system-help-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-games.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-desktop-peripherals.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-utilities-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-science-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-multimedia.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-graphics.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/emotes/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-monkey.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-uncertain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-raspberry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-kiss-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-sad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-angry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-uncertain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-sick-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-devilish.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-wink-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smirk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smile-big.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-sad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/emote-love.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-angel.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-surprise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-devilish-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-laugh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-glasses-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-shutmouth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-worried-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-crying-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-cool-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-laugh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smirk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-raspberry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-tired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smile-big-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-angry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-kiss.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-wink.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smile-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-plain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/emote-love-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-cool.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-confused-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-tired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-monkey-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-surprise.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-angel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-yawn-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-embarrassed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-worried.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-sick.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-crying.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-embarrassed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smile.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-plain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-glasses.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/devices/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-multidisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/ac-adapter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-speakers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-tape-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/battery-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/multimedia-player-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/ac-adapter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/scanner-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-wireless-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/multimedia-player.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-gaming-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/battery.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-headphones.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/thunderbolt-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-tape.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/video-single-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-web-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-multidisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-card-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-headset.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/printer-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-headset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-wired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/modem.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-dialpad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/display-projector-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-vpn.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-tablet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/tv-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-zip-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/colorimeter-colorhug-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/printer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-card.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-dialpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-mouse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/phone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/scanner.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-touchpad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-mouse.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-floppy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/computer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/video-joined-displays-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-photo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-gaming.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-input-microphone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/phone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-speakers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-removable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-photo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/computer.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/computer-apple-ipad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/uninterruptible-power-supply-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/video-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-usb-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-web.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-floppy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-input-microphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-removable-media.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/video-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-wireless.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-video-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-removable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/printer-network-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-removable-media-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/phone-apple-iphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/printer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical-bd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/uninterruptible-power-supply.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/ebook-reader.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical-cd-audio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-video.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/pda-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/pda.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical-dvd-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-touchpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-ieee1394-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-wired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-flash.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-flash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-solidstate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-headphones-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/
   creating: ./bundleGTK/share/icons/Adwaita/24x24/places/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-documents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/start-here-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/network-server-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/network-workgroup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-music.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-pictures.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/network-workgroup-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-templates-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-trash.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-home.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-saved-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-videos.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-publicshare.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-remote.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-pictures-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-publicshare-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/start-here.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-bookmarks.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-trash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-templates.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-saved-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-bookmarks-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-music-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-remote-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-home-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-download.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/network-server.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-documents-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-symbolic-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-documents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-music-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-default.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-documents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-favorite-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-web.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-photos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-synchronizing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-synchronizing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-shared.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-favorite.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-package.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-shared-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-downloads.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-photos.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-important.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-readonly.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-mail.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-unreadable.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/status/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-information.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/touchpad-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-muted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-caution-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-overcast.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-question-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-missing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-vpn-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/security-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/appointment-missed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/bluetooth-active-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-showers-scattered.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-transmit.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/appointment-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/checkbox-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/computer-fail-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-signed-verified.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/radio-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/orientation-portrait-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/task-due-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/content-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-encrypted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-open-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/changes-prevent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-warning.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-caution.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-connected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-weak-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/user-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-storm-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-storm.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/checkbox-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-disconnected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-weak-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-open.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-replied.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-away.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-drag-accept-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-excellent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-consecutive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/orientation-landscape-inverse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-receive.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/task-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-connected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-low.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/software-update-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-showers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/thunderbolt-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/image-missing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/software-update-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-good-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-unread-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/security-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-fog.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-low-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-muted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/image-loading.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-busy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-password.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-transmit-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/software-update-available-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/view-wrapped-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-good-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/non-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-clear-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-invisible-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-shuffle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/orientation-landscape-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-windy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-empty-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-drag-accept.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-status-pending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/semi-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-4g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-visiting-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/rotation-allowed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-empty-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-attachment-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-severe-alert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-excellent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/changes-allow.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-snow-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-caution-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/trophy-bronze.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/orientation-portrait-inverse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-connected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/channel-insecure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-3g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-transmit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/appointment-soon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-charged.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-clear.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/changes-allow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-read-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/rotation-locked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-not-tracked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/system-lock-screen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-few-clouds-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-charged-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/channel-secure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-showers-scattered-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/non-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-password-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-hspa-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat-song-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/display-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/alarm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-clear-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/avatar-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/view-wrapped-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-read.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-showers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-information-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/computer-fail.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-signed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-replied-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/task-past-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-disconnected.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-few-clouds-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-overcast-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-shuffle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/trophy-silver.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/radio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-gprs-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/security-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-snow.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-error-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-high.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-consecutive-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/semi-starred-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/daytime-sunrise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-hotspot-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/task-past-due-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-few-clouds.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/semi-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/checkbox-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/trophy-gold.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/keyboard-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-invisible.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-severe-alert-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-few-clouds-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-caution-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-low-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-edge-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/night-light-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-visiting.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-trash-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/software-update-urgent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/security-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/appointment-soon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-shuffle-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-attachment.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-fog-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/security-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-unread.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/avatar-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/semi-starred-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-trash-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-empty.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/daytime-sunset-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/radio-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-printing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-encrypted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-busy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/image-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/airplane-mode-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-printing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-transmit-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-clear-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/security-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-good.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-question.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-away-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/changes-prevent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-medium.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/inode-directory-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/font-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-addon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-address-book-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-package-repository.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-drawing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-firmware-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-presentation.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/image-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-drawing-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-preview.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-document.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-drawing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/image-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/font-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-script.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-document-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-html.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-certificate.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/audio-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/video-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/video-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-executable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-generic-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-calendar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-document-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-presentation-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-appliance-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-rss+xml-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-addon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-executable.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-calendar.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-address-book.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-firmware.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/package-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-presentation-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/package-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-certificate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/audio-x-generic.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/actions/
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-fill-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-strikethrough.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/folder-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-mirror-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-italic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/color-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-sort-ascending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-home.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-minimize-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-original-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-cut.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-flip-horizontal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/star-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-message-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-next-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-restore.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-home-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/address-book-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/call-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-italic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-text-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-select-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-shutdown.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-last-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/folder-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-copy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-top-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-redo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-first-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-end-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/help-faq.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-underline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-rotate-right-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-undo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-bold.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-first-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-rotate-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/address-book-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/bookmark-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-properties.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/find-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-down.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-undo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-save-as-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-run-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-direction-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-start.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-start-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-flip-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-left-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-center.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-copy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-flip-vertical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-lock-screen.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-find-replace.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-revert-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-backward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-sort-descending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/selection-end-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-rotate-right.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-last-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/call-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-find.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-delete-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-original.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/error-correct-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-open-recent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/bookmark-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/contact-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-print-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-backward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-find-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-open-recent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-pause.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-refresh.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-app-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-revert.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-reply-sender.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/process-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-forward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-send-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-record-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-run.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-underline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-image.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-less-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-revert-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/application-exit.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-read.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-right-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-more-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-undo.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-select-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-add-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-shutdown-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-redo-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-up-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-right.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-paged-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-forward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-remove-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/application-exit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-edit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-dual-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-fullscreen-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-object.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-undo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/focus-legacy-systray-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-jump.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-less-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/appointment-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-notjunk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-out-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/help-about-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-previous.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/help-contents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-redo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/focus-top-bar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-send-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-remove.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-top.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mark-location-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-reply-all.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-bottom-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/tools-check-spelling-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-sort-ascending.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/selection-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-rotate-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-previous-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/tab-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-properties-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-object-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-delete.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-next-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-direction-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-flip-vertical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-more.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-revert-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-jump-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-fit-best-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-save-as.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-backward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-backward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/selection-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-next.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-redo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-down-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-less-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-previous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-log-out.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/help-about.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-in-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/appointment-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-forward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-forward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/focus-windows-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-center-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-print-preview-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-cut-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-first.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-pause-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-close.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-eject.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-first-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-end-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-previous-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/font-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/call-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-unread.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-important.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-grid-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-bold-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-more-horizontal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-find-replace-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-link-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-fill.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-add.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-bottom.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/open-menu-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/contact-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-switch-user-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/selection-end-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-print.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-view-subtitles-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-paste-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-record.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-restore-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-last.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/process-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-open.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-save-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/call-start.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-close-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-junk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-save.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-next-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/tools-check-spelling.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-out.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-fullscreen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-backward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-more-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-fit-best.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-image-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-less.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-last-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-page-setup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-list-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-continuous-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-paste.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-backward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-maximize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-forward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-clear-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-strikethrough-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-backward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-up.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-sort-descending.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-open-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-print-preview.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-refresh-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-in.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-pin-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-text.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-page-setup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-remove-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/action-unavailable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-eject-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/tab-new.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/apps/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/bluetooth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/gnome-power-manager-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/utilities-system-monitor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/help-browser.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-color-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-character-map-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-text-editor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-windows.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-calculator.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/user-info.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/multimedia-volume-control-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-accessibility.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-file-manager-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-users.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-font.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/applets-screenshooter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-software-install-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-software-update.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/help-faq-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-locale-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/help-browser-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/multimedia-volume-control.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-font-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-notifications-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-network-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/applets-screenshooter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-file-manager.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-details-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/web-browser.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/user-info-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-time-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-wallpaper-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/goa-panel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-locale.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-privacy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-network-proxy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-software-install.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-calculator-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-accessibility-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-dictionary.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/web-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-devices-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/help-contents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-shortcuts.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-theme.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-character-map.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/utilities-terminal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/utilities-system-monitor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-wallpaper.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-privacy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-dictionary-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-screensaver.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/utilities-terminal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-remote-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-sharing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-text-editor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-screensaver-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-users-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/categories/
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-engineering.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-accessories.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-games-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-graphics-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/system-help.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-engineering-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-office.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-other-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-system-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-other.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-development.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-desktop-personal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-utilities.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-multimedia-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-science.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-internet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/system-help-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-games.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-system.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-desktop-peripherals.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-utilities-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-science-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-system.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-multimedia.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-graphics.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-monkey.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-uncertain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-raspberry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-kiss-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-sad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-angry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-uncertain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-sick-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-devilish.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-wink-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smirk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smile-big.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-sad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-angel.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-surprise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-devilish-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-laugh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-glasses-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-shutmouth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-worried-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-crying-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-cool-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-laugh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smirk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-raspberry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-tired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smile-big-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-angry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-kiss.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-wink.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smile-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-plain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/emote-love-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-cool.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-confused-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-tired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-monkey-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-surprise.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-angel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-yawn-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-embarrassed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-worried.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-sick.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-crying.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-embarrassed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smile.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-plain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-glasses.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/devices/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-multidisk-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/ac-adapter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-speakers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-tape-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/battery-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/multimedia-player-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/ac-adapter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/scanner-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-wireless-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/multimedia-player.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-gaming-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/battery.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-headphones.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/thunderbolt-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-tape.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/video-single-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-web-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-multidisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-card-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-headset.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/printer-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-headset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-wired.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/modem.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-dialpad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/display-projector-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-vpn.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-tablet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/tv-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-zip-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/colorimeter-colorhug-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/printer-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-card.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-dialpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-mouse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/phone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/scanner.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-touchpad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-mouse.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-floppy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/computer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/video-joined-displays-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-photo-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-gaming.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-input-microphone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/phone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-speakers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-removable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-photo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/computer.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/computer-apple-ipad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/uninterruptible-power-supply-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/video-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-usb-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-web.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-floppy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-input-microphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-removable-media.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/video-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-wireless.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-video-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-removable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/printer-network-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-removable-media-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/phone-apple-iphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/printer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical-bd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/uninterruptible-power-supply.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/ebook-reader.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical-cd-audio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-video.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/pda-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/pda.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical-dvd-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-touchpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-ieee1394-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-wired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-flash.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-flash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-solidstate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-headphones-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/
   creating: ./bundleGTK/share/icons/Adwaita/256x256/places/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/places/network-workgroup.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/places/user-trash.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/places/network-server.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/emblems/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emblems/emblem-synchronizing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emblems/emblem-mail.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/status/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-information.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-full.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/security-high.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-error.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/appointment-missed.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-transmit.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-available.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-offline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/starred.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-warning.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-caution.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/audio-volume-muted.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-offline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-away.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-receive.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-cellular-connected.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/software-update-urgent.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/audio-volume-medium.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/software-update-available.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-good-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-full-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-password.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/non-starred.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-idle.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/semi-starred.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/trophy-bronze.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-full-charged.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/audio-volume-low.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/mail-read.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/computer-fail.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-wired-disconnected.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/trophy-silver.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/audio-volume-high.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-idle.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/trophy-gold.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-invisible.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-missing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-caution-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-low-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-trash-full.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/appointment-soon.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/security-low.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/avatar-default.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/semi-starred-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-empty.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-error.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-low.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-busy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/printer-printing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-transmit-receive.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/security-medium.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-good.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-question.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/printer-error.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/x-package-repository.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/video-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/application-x-addon.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/application-x-firmware.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/actions/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/mail-message-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-next-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/address-book-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-shutdown.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-first-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-lock-screen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/edit-find-replace.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/edit-find.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/document-open-recent.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/view-refresh.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-run.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-jump.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/appointment-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-previous.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/edit-delete.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-next.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-log-out.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-first.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-previous-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/document-print.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-last.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/process-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-last-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/document-print-preview.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/apps/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/help-browser.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/accessories-calculator.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-system-sharing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/user-info.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-accessibility.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/system-users.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-font.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/applets-screenshooter.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/system-software-update.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/multimedia-volume-control.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-display.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/system-file-manager.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/web-browser.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-locale.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-system-privacy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/system-software-install.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-system-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/accessories-dictionary.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-keyboard-shortcuts.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-theme.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-keyboard.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-wallpaper.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-screensaver.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-remote-desktop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-system-notifications.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/categories/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/categories/applications-office.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/categories/preferences-system-network.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/categories/applications-development.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/categories/preferences-system.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/categories/applications-graphics.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-uncertain.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-devilish.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-smile-big.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-sad.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/emote-love.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-angel.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-laugh.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-smirk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-angry.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-wink.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-plain.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-cool.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-tired.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-surprise.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-embarrassed.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-sick.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-crying.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-smile.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-glasses.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/devices/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/ac-adapter.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/battery.png  
 extracting: ./bundleGTK/share/icons/Adwaita/256x256/devices/audio-headphones.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/input-keyboard.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/drive-multidisk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/audio-headset.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/printer-network.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/input-tablet.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/media-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/scanner.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/input-mouse.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/input-gaming.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/audio-input-microphone.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/phone.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/audio-speakers.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/drive-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/media-removable.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/camera-photo.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/computer.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/video-display.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/camera-web.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/media-floppy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/drive-removable-media.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/printer.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/uninterruptible-power-supply.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/ebook-reader.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/media-flash.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/
   creating: ./bundleGTK/share/icons/Adwaita/22x22/places/
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-documents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/network-workgroup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-music.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-pictures.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/user-trash.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/user-home.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-videos.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-publicshare.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/user-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-remote.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/start-here.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/user-bookmarks.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-templates.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-saved-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-download.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/network-server.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-symbolic-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-documents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-web.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-synchronizing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-shared.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-favorite.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-package.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-downloads.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-photos.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-important.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-readonly.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-mail.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-unreadable.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/status/
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-information.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-overcast.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/security-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/appointment-missed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-showers-scattered.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-transmit.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-signed-verified.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-wireless-encrypted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-warning.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-caution.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/audio-volume-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-offline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-storm.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/folder-open.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-replied.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-away.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/microphone-sensitivity-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/task-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-cellular-connected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/microphone-sensitivity-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/software-update-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-showers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/image-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/audio-volume-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/software-update-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-good-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-full-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-fog.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/image-loading.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-password.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/non-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/folder-drag-accept.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/semi-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-severe-alert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/changes-allow.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/trophy-bronze.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-full-charged.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-clear.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/audio-volume-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-clear-night.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-read.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/computer-fail.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-signed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/task-past-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-wired-disconnected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-few-clouds-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/media-playlist-shuffle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/trophy-silver.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-snow.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/audio-volume-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-few-clouds.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/trophy-gold.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-invisible.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-caution-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-low-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/folder-visiting.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-trash-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/media-playlist-repeat.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/appointment-soon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-attachment.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/security-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-unread.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/avatar-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/semi-starred-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-empty.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-busy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/microphone-sensitivity-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/printer-printing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-transmit-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/security-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-good.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-question.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/printer-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/changes-prevent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/microphone-sensitivity-medium.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-spreadsheet-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/font-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-spreadsheet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-package-repository.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-drawing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-presentation.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-drawing-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-x-preview.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-document.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/image-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-x-script.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-html.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/application-certificate.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/video-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-x-generic-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-document-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/application-x-addon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/application-x-executable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-calendar.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-address-book.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/application-x-firmware.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/package-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-presentation-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/audio-x-generic.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/actions/
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-strikethrough.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-italic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-home.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-cut.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/object-flip-horizontal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-message-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-next-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-restore.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-skip-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/address-book-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/call-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-shutdown.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/folder-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-redo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-first-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/help-faq.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-underline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-undo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-bold.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/object-rotate-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/bookmark-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-properties.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-down.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-playback-start.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/insert-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-playback-start-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-justify-center.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-copy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/object-flip-vertical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-lock-screen.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-find-replace.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/object-rotate-right.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-direction-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-find.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/zoom-original.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/contact-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-skip-backward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/window-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-open-recent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-playback-pause.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-refresh.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-revert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-reply-sender.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-seek-forward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-send-receive.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-run.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/insert-image.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-indent-less-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-clear-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/application-exit.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-clear.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-read.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-undo.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-select-all.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-redo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-justify-right.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-skip-forward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-playback-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/insert-object.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-jump.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/appointment-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-notjunk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-previous.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/help-contents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-clear-all.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/list-remove.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-top.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-reply-all.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-sort-ascending.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-delete.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-indent-more.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-revert-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-save-as.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-seek-backward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-seek-backward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-next.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-log-out.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/help-about.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-seek-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-first.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/window-close.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-eject.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-previous-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-unread.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-important.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-justify-fill.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-justify-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/list-add.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-bottom.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-print.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-record.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mark-location.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-last.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/process-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-open.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/call-start.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-junk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-direction-ltr.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-save.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/tools-check-spelling.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/zoom-out.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-fullscreen.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-indent-more-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/zoom-fit-best.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-indent-less.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-last-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-paste.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-skip-backward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-up.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-sort-descending.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-print-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/zoom-in.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/insert-text.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-page-setup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/tab-new.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/apps/
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/help-browser.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-windows.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/accessories-calculator.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-sharing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/user-info.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-accessibility.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/system-users.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-font.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/applets-screenshooter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/system-software-update.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/multimedia-volume-control.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/system-file-manager.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/web-browser.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-locale.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-privacy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/system-software-install.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/accessories-dictionary.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-keyboard-shortcuts.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-theme.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/accessories-character-map.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/utilities-system-monitor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-wallpaper.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-screensaver.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/utilities-terminal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-remote-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/accessories-text-editor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-notifications.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/categories/
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-engineering.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-accessories.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/system-help.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-office.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-system-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-development.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-desktop-personal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-utilities.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-science.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-internet.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-games.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-desktop-peripherals.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-system.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-multimedia.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-graphics.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-monkey.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-uncertain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-devilish.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-smile-big.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-sad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/emote-love.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-angel.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-laugh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-smirk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-raspberry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-angry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-kiss.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-wink.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-plain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-cool.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-tired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-surprise.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-embarrassed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-worried.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-sick.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-crying.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-smile.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-glasses.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/devices/
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/ac-adapter.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/multimedia-player.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/battery.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-headphones.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-tape.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/drive-multidisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-headset.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/printer-network.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/network-wired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/modem.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/network-vpn.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-tablet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-card.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-dialpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-optical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/scanner.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-mouse.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-gaming.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-input-microphone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/phone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-speakers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/drive-optical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-removable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/camera-photo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/computer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/video-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/camera-web.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-floppy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/drive-removable-media.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/network-wireless.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/printer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/uninterruptible-power-supply.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/ebook-reader.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/camera-video.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/pda.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-touchpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-flash.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/drive-harddisk.png  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/
   creating: ./bundleGTK/share/icons/Adwaita/scalable/places/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/network-workgroup-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-music-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-saved-search-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/user-bookmarks-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/user-desktop-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-pictures-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/user-trash-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-documents-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-templates-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/start-here-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-remote-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-publicshare-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/user-home-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/network-server-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-videos-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-favorite-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-shared-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-synchronizing-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-documents-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-music-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-default-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-important-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-ok-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-videos-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-system-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-photos-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/status/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/radio-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/radio-mixed-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/daytime-sunset-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-no-route-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/audio-volume-low-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-question-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/image-loading-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-hotspot-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/checkbox-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-invisible-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-missing-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/avatar-default-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-good-charging-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-good-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-clear-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-excellent-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/orientation-portrait-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/appointment-missed-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-windy-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-none-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-idle-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/changes-prevent-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/orientation-landscape-inverse-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/mail-replied-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/keyboard-brightness-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-snow-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-offline-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-low-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/semi-starred-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-caution-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/mail-read-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-empty-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-repeat-song-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-ok-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-excellent-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-repeat-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/microphone-sensitivity-low-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/rotation-locked-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-error-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/mail-attachment-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-gprs-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-4g-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-weak-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/task-past-due-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/folder-drag-accept-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/microphone-sensitivity-high-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/display-brightness-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-storm-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-full-charging-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/radio-checked-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-consecutive-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/security-medium-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-trash-full-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/folder-open-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-transmit-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/security-high-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-encrypted-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-caution-charging-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-3g-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-consecutive-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-few-clouds-night-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/airplane-mode-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-status-pending-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-low-charging-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-away-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-shuffle-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-empty-charging-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-repeat-song-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-busy-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-overcast-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-connected-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-severe-alert-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/view-wrapped-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/channel-secure-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-information-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-offline-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-idle-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/audio-volume-medium-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/orientation-portrait-inverse-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-no-route-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/software-update-urgent-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/microphone-sensitivity-medium-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/semi-starred-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/task-due-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-vpn-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-good-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-none-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/changes-allow-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-offline-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/channel-insecure-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-full-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/software-update-available-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-hspa-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-good-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/orientation-landscape-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/starred-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-receive-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-password-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/audio-volume-muted-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-clear-night-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-few-clouds-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-showers-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-shuffle-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-showers-scattered-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/folder-visiting-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-error-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/printer-printing-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/rotation-allowed-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-fog-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-warning-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/view-wrapped-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/bluetooth-active-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/night-light-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/checkbox-mixed-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-edge-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-transmit-receive-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-weak-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-available-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/content-loading-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/alarm-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/system-lock-screen-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-no-route-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-full-charged-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/appointment-soon-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-repeat-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/mail-unread-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/computer-fail-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-offline-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/audio-volume-high-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/printer-warning-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/daytime-sunrise-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/microphone-sensitivity-muted-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-ok-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/security-low-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/touchpad-disabled-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-acquiring-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/printer-error-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/checkbox-checked-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/thunderbolt-acquiring-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/text-x-generic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/image-x-generic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-document-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/package-x-generic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-rss+xml-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-presentation-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-certificate-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-address-book-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-spreadsheet-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/video-x-generic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-x-firmware-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-calendar-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/audio-x-generic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-drawing-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/inode-directory-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-x-appliance-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-x-executable-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/actions/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-view-subtitles-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/focus-legacy-systray-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/error-correct-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-clear-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/find-location-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-flip-vertical-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-open-recent-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-seek-forward-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-undo-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-first-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/system-search-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-pin-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/selection-start-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-select-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/mail-mark-important-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-print-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-fullscreen-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/application-exit-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-delete-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-flip-horizontal-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-seek-backward-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-justify-fill-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-paste-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/process-stop-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-justify-center-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-revert-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-direction-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-playback-stop-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-next-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-last-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-seek-backward-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-paged-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-dual-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/zoom-original-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-skip-forward-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-rotate-right-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-properties-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/insert-image-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-strikethrough-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/insert-text-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/help-about-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-skip-backward-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/window-maximize-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-sort-descending-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-bold-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-previous-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-bottom-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-mirror-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/window-restore-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-restore-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/system-switch-user-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-eject-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-indent-more-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-down-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/bookmark-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/focus-windows-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/focus-top-bar-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-seek-forward-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/system-run-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-record-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-redo-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/selection-end-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-indent-less-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-find-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-start-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-playback-start-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/tools-check-spelling-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-direction-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-select-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/list-remove-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-send-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-last-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-next-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/action-unavailable-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-sort-ascending-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-italic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-save-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-home-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-refresh-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-rotate-left-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-justify-right-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-undo-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-save-as-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-first-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/font-select-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-indent-less-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-continuous-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-previous-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-start-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-end-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/selection-end-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/mail-send-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-underline-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-print-preview-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-page-setup-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/insert-object-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-clear-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-find-replace-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-playback-start-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-skip-forward-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/system-shutdown-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/contact-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/selection-start-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-jump-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-more-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/zoom-fit-best-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-copy-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/window-minimize-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-playback-pause-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/zoom-in-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-end-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-open-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-revert-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/appointment-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-up-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/mail-send-receive-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/open-menu-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-indent-more-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/star-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/zoom-out-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-redo-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-justify-left-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-skip-backward-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/insert-link-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-top-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/color-select-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/window-close-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/list-remove-all-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/list-add-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/apps/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-details-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/utilities-system-monitor-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-time-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/system-file-manager-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-wallpaper-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-notifications-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-network-proxy-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-keyboard-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-accessibility-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-sharing-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/gnome-power-manager-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-color-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/applets-screenshooter-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/user-info-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-privacy-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-locale-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-search-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/multimedia-volume-control-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/system-users-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/accessories-calculator-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-font-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-network-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-devices-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/accessories-character-map-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/help-faq-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/web-browser-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/help-browser-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-screensaver-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/help-contents-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/accessories-text-editor-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/goa-panel-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/system-software-install-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/accessories-dictionary-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/utilities-terminal-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-display-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/bluetooth-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/categories/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-engineering-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-graphics-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/preferences-system-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/system-help-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-games-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-utilities-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-multimedia-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-system-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-science-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/preferences-other-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-shutmouth-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-surprise-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-sad-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-worried-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-cool-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-confused-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-glasses-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-angry-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-smile-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-crying-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-plain-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-kiss-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-sick-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-smirk-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-monkey-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-smile-big-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-yawn-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-angel-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-uncertain-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-tired-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-wink-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/emote-love-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-devilish-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-raspberry-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-laugh-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-embarrassed-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/devices/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/phone-apple-iphone-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-gaming-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/video-single-display-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/ac-adapter-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-removable-media-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-optical-dvd-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-optical-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-headphones-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-input-microphone-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/modem-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/uninterruptible-power-supply-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/network-wireless-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/display-projector-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/pda-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-floppy-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/scanner-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/camera-photo-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-card-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-speakers-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-solidstate-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-optical-cd-audio-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-mouse-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-flash-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/computer-apple-ipad-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-optical-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/computer-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-dialpad-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/thunderbolt-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/tv-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-tape-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/printer-network-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/phone-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-touchpad-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-removable-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/video-joined-displays-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/battery-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-zip-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/camera-video-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/camera-web-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-keyboard-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/colorimeter-colorhug-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/video-display-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-optical-bd-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-headset-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/printer-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/multimedia-player-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/
   creating: ./bundleGTK/share/icons/Adwaita/48x48/places/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-documents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/start-here-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/network-server-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/network-workgroup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-music.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-pictures.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/network-workgroup-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-templates-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-trash.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-home.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-saved-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-videos.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-publicshare.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-remote.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-pictures-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-publicshare-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/start-here.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-bookmarks.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/user-trash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-templates.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-saved-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-bookmarks-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-music-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-remote-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-home-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-download.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/network-server.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-documents-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-symbolic-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-documents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-music-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-documents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-favorite-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-web.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-photos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-synchronizing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-synchronizing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-shared.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-favorite.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-package.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-shared-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-downloads.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-photos.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-important.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-readonly.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-mail.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-unreadable.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/status/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-information.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/touchpad-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-muted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-caution-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-overcast.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/call-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-question-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-missing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-vpn-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/appointment-missed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/bluetooth-active-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-showers-scattered.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-transmit.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/appointment-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/checkbox-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/computer-fail-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/radio-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/orientation-portrait-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/task-due-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/content-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-open-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/changes-prevent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-warning.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-caution.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-connected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-offline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-storm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-storm.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/checkbox-checked-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-disconnected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-open.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-replied.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-away.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-drag-accept-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-excellent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-consecutive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/orientation-landscape-inverse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/task-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-connected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/software-update-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-showers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/thunderbolt-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/image-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/software-update-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-good-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-unread-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-fog.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-low-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-muted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/image-loading.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-busy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-password.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-transmit-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/software-update-available-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/view-wrapped-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-good-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/non-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-clear-night-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/user-invisible-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-shuffle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/orientation-landscape-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-windy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-empty-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-drag-accept.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/semi-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-4g-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-visiting-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/rotation-allowed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-empty-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-attachment-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-severe-alert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-excellent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/changes-allow.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-snow-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-caution-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/trophy-bronze.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/orientation-portrait-inverse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-connected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/channel-insecure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-3g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-transmit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/appointment-soon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-charged.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-clear.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/changes-allow-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-read-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/rotation-locked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-not-tracked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/system-lock-screen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-few-clouds-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-charged-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/channel-secure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-showers-scattered-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/non-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-password-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-hspa-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat-song-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/display-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/alarm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-clear-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/avatar-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/view-wrapped-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/bluetooth-disabled-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-read.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-showers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-information-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/computer-fail.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-replied-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/task-past-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-disconnected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-few-clouds-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-overcast-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-shuffle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/trophy-silver.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/radio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-gprs-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-snow.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-high.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-consecutive-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/semi-starred-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/daytime-sunrise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-idle.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-hotspot-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/task-past-due-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-few-clouds.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/semi-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/checkbox-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/trophy-gold.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/keyboard-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-invisible.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-missing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-severe-alert-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-few-clouds-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-caution-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-low-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-edge-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/night-light-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-visiting.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-trash-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/software-update-urgent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/appointment-soon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-shuffle-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-attachment.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-unread.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/avatar-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/semi-starred-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-trash-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-empty.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/daytime-sunset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/radio-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-printing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-encrypted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-busy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/image-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/airplane-mode-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-printing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-transmit-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-clear-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-good.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-question.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-away-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/changes-prevent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-medium.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/inode-directory-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/font-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-addon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-address-book-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-package-repository.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-drawing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-firmware-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-presentation.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/image-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-drawing-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-preview.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-document.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-drawing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/image-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/font-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-script.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-document-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-html.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-certificate.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/audio-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/video-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/video-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-executable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-generic-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-calendar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-document-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-presentation-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-appliance-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-rss+xml-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-addon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-executable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-calendar.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-address-book.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-firmware.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/package-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-presentation-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/package-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-certificate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/audio-x-generic.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/actions/
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-fill-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-strikethrough.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/folder-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-mirror-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-italic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/color-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-sort-ascending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-home.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-minimize-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-original-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-cut.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-flip-horizontal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/star-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-message-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-next-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-restore.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-home-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/address-book-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/call-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-italic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-text-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-select-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-shutdown.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-last-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/folder-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-copy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-top-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-redo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-first-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-end-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/help-faq.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-underline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-rotate-right-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-undo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-bold.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-first-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-rotate-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/address-book-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/bookmark-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-properties.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/find-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-down.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-undo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-save-as-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-run-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-direction-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-start.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-start-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-flip-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-left-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-center.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-copy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-flip-vertical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-lock-screen.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-find-replace.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-revert-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-backward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-sort-descending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/selection-end-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-rotate-right.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-last-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-direction-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/call-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-find.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-delete-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-original.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/error-correct-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-open-recent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/bookmark-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/contact-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-print-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-backward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-find-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-open-recent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-pause.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-refresh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-app-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-revert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-reply-sender.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/process-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-forward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-send-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-record-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-run.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-underline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-image.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-less-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-revert-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/application-exit.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-read.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-right-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-more-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-undo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-select-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-add-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-shutdown-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-redo-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-up-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-right.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-paged-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-forward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-remove-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/application-exit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-dual-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-fullscreen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-object.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-undo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/focus-legacy-systray-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-jump.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-less-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/appointment-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-notjunk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-out-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/help-about-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-previous.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/help-contents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-all.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-redo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/focus-top-bar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-send-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-remove.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-top.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mark-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-reply-all.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-bottom-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/tools-check-spelling-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-sort-ascending.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/selection-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-rotate-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-previous-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/tab-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-properties-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-object-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-delete.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-next-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-direction-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-flip-vertical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-more.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-revert-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-jump-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-fit-best-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-save-as.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-backward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-backward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/selection-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-next.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-redo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-down-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-less-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-previous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-log-out.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/help-about.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-in-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/appointment-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-forward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-forward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/focus-windows-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-send-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-center-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-print-preview-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-cut-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-first.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-pause-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-close.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-eject.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-first-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-restore-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-end-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-previous-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/font-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/call-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-unread.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-important.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-grid-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-bold-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-more-horizontal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-find-replace-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-link-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-fill.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-add.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-bottom.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/open-menu-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/contact-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-switch-user-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/selection-end-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-print.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-view-subtitles-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-paste-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-record.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-restore-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mark-location.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-last.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/process-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-open.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-save-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-forward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/call-start.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-close-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-junk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-direction-ltr.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-save.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-next-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/tools-check-spelling.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-out.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-fullscreen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-backward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-more-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-fit-best.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-image-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-less.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-last-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-page-setup-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-list-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-send.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-continuous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-paste.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-backward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-maximize-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-forward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-strikethrough-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-backward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-up.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-sort-descending.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-open-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-print-preview.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-refresh-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-in.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-pin-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-text.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-page-setup.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-remove-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/action-unavailable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-eject-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/apps/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/bluetooth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/gnome-power-manager-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/utilities-system-monitor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/help-browser.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-color-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-character-map-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-text-editor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-windows.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-calculator.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-sharing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/user-info.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/multimedia-volume-control-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-accessibility.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-file-manager-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-users.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-font.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/applets-screenshooter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-software-install-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-software-update.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/help-faq-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-locale-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/help-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/multimedia-volume-control.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-font-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-notifications-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-network-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/applets-screenshooter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-file-manager.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-details-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/web-browser.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/user-info-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-time-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-wallpaper-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/goa-panel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-locale.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-privacy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-network-proxy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-software-install.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-calculator-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-accessibility-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-dictionary.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/web-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-devices-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/help-contents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-shortcuts.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-theme.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-character-map.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/utilities-terminal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/utilities-system-monitor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-wallpaper.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-privacy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-dictionary-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-screensaver.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/utilities-terminal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-remote-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-sharing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-text-editor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-screensaver-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-notifications.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-users-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/categories/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-engineering.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-accessories.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-games-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-graphics-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/system-help.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-engineering-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-office.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-other-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-system-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-development.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-desktop-personal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-utilities.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-multimedia-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-science.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-internet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/system-help-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-games.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-desktop-peripherals.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-utilities-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-science-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-multimedia.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-graphics.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/emotes/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-monkey.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-uncertain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-raspberry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-kiss-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-sad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-angry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-uncertain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-sick-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-devilish.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-wink-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smirk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smile-big.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-sad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/emote-love.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-angel.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-surprise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-devilish-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-laugh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-glasses-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-shutmouth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-worried-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-crying-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-cool-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-laugh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smirk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-raspberry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-tired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smile-big-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-angry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-kiss.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-wink.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smile-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-plain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/emote-love-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-cool.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-confused-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-tired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-monkey-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-surprise.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-angel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-yawn-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-embarrassed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-worried.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-sick.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-crying.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-embarrassed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smile.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-plain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-glasses.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/devices/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-multidisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/ac-adapter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-speakers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-tape-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/battery-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/multimedia-player-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/ac-adapter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/scanner-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-wireless-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/multimedia-player.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-gaming-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/battery.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-headphones.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/thunderbolt-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-tape.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/video-single-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-web-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-multidisk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-card-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-headset.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/printer-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-headset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-wired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/modem.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-dialpad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/display-projector-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-vpn.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-tablet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/tv-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-zip-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/colorimeter-colorhug-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/printer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-card.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-dialpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-mouse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/phone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/scanner.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-touchpad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-mouse.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-floppy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/computer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/video-joined-displays-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-photo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-gaming.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-input-microphone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/phone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-speakers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-removable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-photo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/computer.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/computer-apple-ipad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/uninterruptible-power-supply-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/video-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-usb-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-web.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-floppy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-input-microphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-removable-media.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/video-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-wireless.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-video-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-removable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/printer-network-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-removable-media-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/phone-apple-iphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/printer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical-bd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/uninterruptible-power-supply.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/ebook-reader.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical-cd-audio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-video.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/pda-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/pda.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical-dvd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-touchpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-ieee1394-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-wired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-flash.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-flash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-solidstate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-headphones-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/cursors/
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/top_side.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/pencil.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/h_double_arrow.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/grab.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/alias.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/context-menu.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-move.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/default.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/n-resize.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_up_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-ask.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/zoom-out.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/text.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/se-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/zoom-in.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/copy.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/fd_double_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/cell.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dotbox.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/diamond_cross.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/nw-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/fleur.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/row-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/cross_reverse.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/00008160000006810000408080010102.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/left_ptr_help.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/nesw-resize.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/hand2.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/w-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/draft_small.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_hor.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/v_double_arrow.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/help.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/question_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/hand1.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/cross.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/watch.ani  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd.ani  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/grabbing.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/top_tee.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/all-scroll.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/right_ptr.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/draft_large.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-link.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/bd_double_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/left_ptr.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/bottom_left_corner.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/bottom_tee.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/progress.ani  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_ver.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_fdiag.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/move.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/no-drop.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/top_left_arrow.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/sw-resize.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/ll_angle.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/top_right_corner.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/xterm.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-none.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/wait.ani  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_right_arrow.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/ew-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/nwse-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-copy.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/circle.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/left_ptr_watch.ani  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/pointer.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_h_double_arrow.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/crosshair.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/target.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/top_left_corner.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_bdiag.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/bottom_side.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/hand.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/lr_angle.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/s-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/vertical-text.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-no-drop.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/X_cursor.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/tcross.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/draped_box.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/ur_angle.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_down_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/plus.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/right_tee.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/col-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/icon.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/not-allowed.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/pointer-move.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/pirate.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/ns-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/left_tee.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/crossed_circle.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/bottom_right_corner.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/dot_box_mask.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/left_side.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/double_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_v_double_arrow.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/e-resize.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/right_side.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_all.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/link.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/ne-resize.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/ul_angle.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599.ani  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_left_arrow.cur  
   creating: ./bundleGTK/share/icons/Adwaita/512x512/
   creating: ./bundleGTK/share/icons/Adwaita/512x512/places/
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-documents.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-music.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-pictures.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/user-home.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-videos.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-publicshare.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/user-desktop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-remote.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/user-bookmarks.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-templates.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-saved-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-download.png  
   creating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/emblem-symbolic-link.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/emblem-shared.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/emblem-package.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/emblem-readonly.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/emblem-unreadable.png  
   creating: ./bundleGTK/share/icons/Adwaita/512x512/status/
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/folder-open.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/image-missing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/image-loading.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/folder-drag-accept.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/folder-visiting.png  
   creating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-spreadsheet-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/font-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-spreadsheet.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-drawing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-presentation.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-drawing-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/text-x-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-document.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/image-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/text-x-script.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/text-html.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/text-x-generic-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-document-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/text-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/application-x-executable.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-address-book.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/package-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-presentation-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/audio-x-generic.png  
   creating: ./bundleGTK/share/icons/Adwaita/512x512/actions/
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/address-book-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/folder-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-properties.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-revert.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/edit-select-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-revert-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-save-as.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-open.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-save.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-page-setup.png  
   creating: ./bundleGTK/share/icons/Adwaita/512x512/apps/
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/apps/accessories-calculator.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/apps/accessories-character-map.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/apps/utilities-system-monitor.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/apps/utilities-terminal.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/apps/accessories-text-editor.png  
   creating: ./bundleGTK/share/icons/Adwaita/512x512/categories/
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/categories/applications-internet.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/categories/applications-system.png  
   creating: ./bundleGTK/share/icons/Adwaita/512x512/devices/
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/devices/multimedia-player.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/devices/input-dialpad.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/devices/drive-harddisk.png  
   creating: ./bundleGTK/share/glib-2.0/
   creating: ./bundleGTK/share/glib-2.0/schemas/
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.thumbnail-cache.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.privacy.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.input-sources.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.peripherals.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.system.locale.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.media-handling.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.a11y.applications.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.sound.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.a11y.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.session.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.enums.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.wm.keybindings.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.a11y.mouse.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.datetime.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.calendar.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/gschema.dtd  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.notifications.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.search-providers.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.system.location.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/gschemas.compiled  
finishing deferred symbolic links:
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-unfocused.png -> radio-unchecked.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive-unfocused@2.png -> radio-unchecked-insensitive@2.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-unfocused.png -> checkbox-checked.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused.png -> checkbox-mixed-insensitive.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-unfocused@2.png -> checkbox-unchecked@2.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-unfocused.png -> checkbox-unchecked.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive-unfocused.png -> radio-unchecked-insensitive.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-unfocused@2.png -> radio-unchecked@2.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-unfocused@2.png -> radio-mixed@2.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-unfocused.png -> radio-mixed.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive-unfocused@2.png -> radio-checked-insensitive@2.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused@2.png -> checkbox-unchecked-insensitive@2.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused@2.png -> checkbox-mixed-insensitive@2.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive-unfocused.png -> radio-mixed-insensitive.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive-unfocused.png -> checkbox-checked-insensitive.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-unfocused.png -> radio-checked.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-unfocused@2.png -> radio-checked@2.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive-unfocused.png -> radio-checked-insensitive.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused.png -> checkbox-unchecked-insensitive.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-unfocused.png -> checkbox-mixed.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-unfocused@2.png -> checkbox-mixed@2.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive-unfocused@2.png -> checkbox-checked-insensitive@2.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive-unfocused@2.png -> radio-mixed-insensitive@2.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-unfocused@2.png -> checkbox-checked@2.png
  ./bundleGTK/share/Windows-10-3.2/gtk-3.0/gtk-3.20 -> ../gtk-3.20
[Pipeline] sh
+ unzip -n build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.zip -d ./bundleGTK
Archive:  build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.zip
  inflating: ./bundleGTK/B2DPlugin.dll  
  inflating: ./bundleGTK/BitBltPlugin.dll  
  inflating: ./bundleGTK/DSAPrims.dll  
  inflating: ./bundleGTK/FileAttributesPlugin.dll  
  inflating: ./bundleGTK/FilePlugin.dll  
  inflating: ./bundleGTK/JPEGReadWriter2Plugin.dll  
  inflating: ./bundleGTK/JPEGReaderPlugin.dll  
  inflating: ./bundleGTK/LargeIntegers.dll  
  inflating: ./bundleGTK/LocalePlugin.dll  
  inflating: ./bundleGTK/MiscPrimitivePlugin.dll  
  inflating: ./bundleGTK/Pharo.exe   
  inflating: ./bundleGTK/Pharo.exe.manifest  
  inflating: ./bundleGTK/PharoConsole.exe  
  inflating: ./bundleGTK/PharoConsole.exe.manifest  
  inflating: ./bundleGTK/PharoVMCore.dll  
  inflating: ./bundleGTK/SDL2.dll    
  inflating: ./bundleGTK/SocketPlugin.dll  
  inflating: ./bundleGTK/SqueakSSL.dll  
  inflating: ./bundleGTK/SurfacePlugin.dll  
  inflating: ./bundleGTK/TestLibrary.dll  
  inflating: ./bundleGTK/UUIDPlugin.dll  
  inflating: ./bundleGTK/ffi.dll     
  inflating: ./bundleGTK/libB2DPlugin.dll.a  
  inflating: ./bundleGTK/libBitBltPlugin.dll.a  
  inflating: ./bundleGTK/libDSAPrims.dll.a  
  inflating: ./bundleGTK/libFileAttributesPlugin.dll.a  
  inflating: ./bundleGTK/libFilePlugin.dll.a  
  inflating: ./bundleGTK/libJPEGReadWriter2Plugin.dll.a  
  inflating: ./bundleGTK/libJPEGReaderPlugin.dll.a  
  inflating: ./bundleGTK/libLargeIntegers.dll.a  
  inflating: ./bundleGTK/libLocalePlugin.dll.a  
  inflating: ./bundleGTK/libMiscPrimitivePlugin.dll.a  
  inflating: ./bundleGTK/libPharoVMCore.dll.a  
  inflating: ./bundleGTK/libSocketPlugin.dll.a  
  inflating: ./bundleGTK/libSqueakSSL.dll.a  
  inflating: ./bundleGTK/libSurfacePlugin.dll.a  
  inflating: ./bundleGTK/libTestLibrary.dll.a  
  inflating: ./bundleGTK/libUUIDPlugin.dll.a  
  inflating: ./bundleGTK/libeay32.dll  
  inflating: ./bundleGTK/libffi.dll.a  
  inflating: ./bundleGTK/libgit2-1-0-0.dll  
  inflating: ./bundleGTK/libgit2.dll  
  inflating: ./bundleGTK/libssh2-1.dll  
  inflating: ./bundleGTK/libssh2.dll  
  inflating: ./bundleGTK/libwinpthread-1.dll  
  inflating: ./bundleGTK/ssleay32.dll  
  inflating: ./bundleGTK/zlib1.dll   
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/build/bundleGTK
[Pipeline] {
[Pipeline] sh
+ zip -r -9 ../PharoVM-8.1.0-GTK-db558908-win64-bin.zip B2DPlugin.dll BitBltPlugin.dll DSAPrims.dll FileAttributesPlugin.dll FilePlugin.dll JPEGReadWriter2Plugin.dll JPEGReaderPlugin.dll LargeIntegers.dll LocalePlugin.dll MiscPrimitivePlugin.dll Pharo.exe Pharo.exe.manifest PharoConsole.exe PharoConsole.exe.manifest PharoVMCore.dll SDL2.dll SocketPlugin.dll SqueakSSL.dll SurfacePlugin.dll TestLibrary.dll UUIDPlugin.dll ffi.dll iconv.dll lib libB2DPlugin.dll.a libBitBltPlugin.dll.a libDSAPrims.dll.a libFileAttributesPlugin.dll.a libFilePlugin.dll.a libJPEGReadWriter2Plugin.dll.a libJPEGReaderPlugin.dll.a libLargeIntegers.dll.a libLocalePlugin.dll.a libMiscPrimitivePlugin.dll.a libPharoVMCore.dll.a libSocketPlugin.dll.a libSqueakSSL.dll.a libSurfacePlugin.dll.a libTestLibrary.dll.a libUUIDPlugin.dll.a libatk-1.0-0.dll libbz2-1.dll libcairo-2.dll libcairo-gobject-2.dll libcroco-0.6-3.dll libeay32.dll libepoxy-0.dll libexpat-1.dll libffi-6.dll libffi.dll.a libfontconfig-1.dll libfreetype-6.dll libgcc_s_seh-1.dll libgdk-3-0.dll libgdk_pixbuf-2.0-0.dll libgio-2.0-0.dll libgit2-1-0-0.dll libgit2.dll libglib-2.0-0.dll libgmodule-2.0-0.dll libgobject-2.0-0.dll libgtk-3-0.dll libharfbuzz-0.dll libintl-8.dll liblzma-5.dll libpango-1.0-0.dll libpangocairo-1.0-0.dll libpangoft2-1.0-0.dll libpangowin32-1.0-0.dll libpcre-1.dll libpixbufloader-ani.dll libpixbufloader-bmp.dll libpixbufloader-gif.dll libpixbufloader-icns.dll libpixbufloader-ico.dll libpixbufloader-jasper.dll libpixbufloader-jpeg.dll libpixbufloader-pnm.dll libpixbufloader-qtif.dll libpixbufloader-svg.dll libpixbufloader-tga.dll libpixbufloader-tiff.dll libpixbufloader-xbm.dll libpixbufloader-xpm.dll libpixman-1-0.dll libpng16-16.dll librsvg-2-2.dll libssh2-1.dll libssh2.dll libwinpthread-1.dll libxml2-2.dll share ssleay32.dll zlib1.dll
  adding: B2DPlugin.dll (deflated 67%)
  adding: BitBltPlugin.dll (deflated 67%)
  adding: DSAPrims.dll (deflated 72%)
  adding: FileAttributesPlugin.dll (deflated 70%)
  adding: FilePlugin.dll (deflated 69%)
  adding: JPEGReadWriter2Plugin.dll (deflated 68%)
  adding: JPEGReaderPlugin.dll (deflated 71%)
  adding: LargeIntegers.dll (deflated 69%)
  adding: LocalePlugin.dll (deflated 72%)
  adding: MiscPrimitivePlugin.dll (deflated 71%)
  adding: Pharo.exe (deflated 74%)
  adding: Pharo.exe.manifest (deflated 52%)
  adding: PharoConsole.exe (deflated 74%)
  adding: PharoConsole.exe.manifest (deflated 52%)
  adding: PharoVMCore.dll (deflated 71%)
  adding: SDL2.dll (deflated 76%)
  adding: SocketPlugin.dll (deflated 70%)
  adding: SqueakSSL.dll (deflated 69%)
  adding: SurfacePlugin.dll (deflated 71%)
  adding: TestLibrary.dll (deflated 70%)
  adding: UUIDPlugin.dll (deflated 72%)
  adding: ffi.dll (deflated 69%)
  adding: iconv.dll (deflated 57%)
  adding: lib/ (stored 0%)
  adding: lib/gdk-pixbuf-2.0/ (stored 0%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/ (stored 0%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/ (stored 0%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll (deflated 60%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.dll (deflated 59%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.dll (deflated 57%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.dll (deflated 56%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.dll (deflated 54%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.dll (deflated 57%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.dll (deflated 60%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.dll (deflated 59%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.dll (deflated 55%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.dll (deflated 59%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.dll (deflated 58%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.dll (deflated 54%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.dll (deflated 55%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.dll (deflated 58%)
  adding: lib/gdk-pixbuf-2.0/2.10.0/loaders.cache (deflated 67%)
  adding: libB2DPlugin.dll.a (deflated 93%)
  adding: libBitBltPlugin.dll.a (deflated 90%)
  adding: libDSAPrims.dll.a (deflated 89%)
  adding: libFileAttributesPlugin.dll.a (deflated 92%)
  adding: libFilePlugin.dll.a (deflated 93%)
  adding: libJPEGReadWriter2Plugin.dll.a (deflated 88%)
  adding: libJPEGReaderPlugin.dll.a (deflated 86%)
  adding: libLargeIntegers.dll.a (deflated 91%)
  adding: libLocalePlugin.dll.a (deflated 89%)
  adding: libMiscPrimitivePlugin.dll.a (deflated 90%)
  adding: libPharoVMCore.dll.a (deflated 92%)
  adding: libSocketPlugin.dll.a (deflated 94%)
  adding: libSqueakSSL.dll.a (deflated 91%)
  adding: libSurfacePlugin.dll.a (deflated 90%)
  adding: libTestLibrary.dll.a (deflated 94%)
  adding: libUUIDPlugin.dll.a (deflated 84%)
  adding: libatk-1.0-0.dll (deflated 66%)
  adding: libbz2-1.dll (deflated 55%)
  adding: libcairo-2.dll (deflated 52%)
  adding: libcairo-gobject-2.dll (deflated 63%)
  adding: libcroco-0.6-3.dll (deflated 63%)
  adding: libeay32.dll (deflated 61%)
  adding: libepoxy-0.dll (deflated 75%)
  adding: libexpat-1.dll (deflated 61%)
  adding: libffi-6.dll (deflated 53%)
  adding: libffi.dll.a (deflated 92%)
  adding: libfontconfig-1.dll (deflated 52%)
  adding: libfreetype-6.dll (deflated 47%)
  adding: libgcc_s_seh-1.dll (deflated 56%)
  adding: libgdk-3-0.dll (deflated 68%)
  adding: libgdk_pixbuf-2.0-0.dll (deflated 57%)
  adding: libgio-2.0-0.dll (deflated 62%)
  adding: libgit2-1-0-0.dll (deflated 66%)
  adding: libgit2.dll (deflated 61%)
  adding: libglib-2.0-0.dll (deflated 59%)
  adding: libgmodule-2.0-0.dll (deflated 58%)
  adding: libgobject-2.0-0.dll (deflated 59%)
  adding: libgtk-3-0.dll (deflated 64%)
  adding: libharfbuzz-0.dll (deflated 55%)
  adding: libintl-8.dll (deflated 54%)
  adding: liblzma-5.dll (deflated 48%)
  adding: libpango-1.0-0.dll (deflated 59%)
  adding: libpangocairo-1.0-0.dll (deflated 59%)
  adding: libpangoft2-1.0-0.dll (deflated 58%)
  adding: libpangowin32-1.0-0.dll (deflated 54%)
  adding: libpcre-1.dll (deflated 66%)
  adding: libpixbufloader-ani.dll (deflated 58%)
  adding: libpixbufloader-bmp.dll (deflated 55%)
  adding: libpixbufloader-gif.dll (deflated 55%)
  adding: libpixbufloader-icns.dll (deflated 59%)
  adding: libpixbufloader-ico.dll (deflated 56%)
  adding: libpixbufloader-jasper.dll (deflated 59%)
  adding: libpixbufloader-jpeg.dll (deflated 54%)
  adding: libpixbufloader-pnm.dll (deflated 57%)
  adding: libpixbufloader-qtif.dll (deflated 60%)
  adding: libpixbufloader-svg.dll (deflated 60%)
  adding: libpixbufloader-tga.dll (deflated 58%)
  adding: libpixbufloader-tiff.dll (deflated 57%)
  adding: libpixbufloader-xbm.dll (deflated 59%)
  adding: libpixbufloader-xpm.dll (deflated 54%)
  adding: libpixman-1-0.dll (deflated 59%)
  adding: libpng16-16.dll (deflated 49%)
  adding: librsvg-2-2.dll (deflated 56%)
  adding: libssh2-1.dll (deflated 72%)
  adding: libssh2.dll (deflated 72%)
  adding: libwinpthread-1.dll (deflated 55%)
  adding: libxml2-2.dll (deflated 54%)
  adding: share/ (stored 0%)
  adding: share/Adwaita/ (stored 0%)
  adding: share/Adwaita/index.theme (deflated 53%)
  adding: share/Adwaita/gtk-2.0/ (stored 0%)
  adding: share/Adwaita/gtk-2.0/apps.rc (deflated 75%)
  adding: share/Adwaita/gtk-2.0/main.rc (deflated 89%)
  adding: share/Adwaita/gtk-2.0/hacks.rc (deflated 46%)
  adding: share/Adwaita/gtk-2.0/assets/ (stored 0%)
  adding: share/Adwaita/gtk-2.0/assets/spin-rtl-up-active.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png (deflated 8%)
  adding: share/Adwaita/gtk-2.0/assets/menu-pan-down.png (deflated 10%)
  adding: share/Adwaita/gtk-2.0/assets/menu-pan-right-hover.png (deflated 6%)
  adding: share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/radio-checked-hover.png (deflated 3%)
  adding: share/Adwaita/gtk-2.0/assets/scale-slider-hover.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/tab-right.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/spin-down.png (deflated 7%)
  adding: share/Adwaita/gtk-2.0/assets/scale-slider-insensitive.png (deflated 6%)
  adding: share/Adwaita/gtk-2.0/assets/treeview-pan-up-hover.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/spin-rtl-up-insensitive.png (deflated 6%)
  adding: share/Adwaita/gtk-2.0/assets/checkbox-unchecked-hover.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider.png (deflated 11%)
  adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed-hover.png (deflated 1%)
  adding: share/Adwaita/gtk-2.0/assets/menu-pan-up-insensitive.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/radio-checked-insensitive.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-trough.png (deflated 8%)
  adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png (deflated 11%)
  adding: share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/pan-right.png (deflated 8%)
  adding: share/Adwaita/gtk-2.0/assets/radio-unchecked-active.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/treeview-separator-ltr.png (deflated 8%)
  adding: share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/pan-right-semi.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/menubar-item-active.png (deflated 10%)
  adding: share/Adwaita/gtk-2.0/assets/menu-pan-left-insensitive.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-checked-insensitive.png (deflated 10%)
  adding: share/Adwaita/gtk-2.0/assets/checkbox-unchecked-insensitive.png (deflated 3%)
  adding: share/Adwaita/gtk-2.0/assets/scale-slider-active.png (deflated 0%)
  adding: share/Adwaita/gtk-2.0/assets/checkbox-unchecked-active.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/spin-up.png (deflated 6%)
  adding: share/Adwaita/gtk-2.0/assets/menu-pan-left.png (deflated 7%)
  adding: share/Adwaita/gtk-2.0/assets/notebook-entry-insensitive.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/checkbox-mixed-active.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/spin-ltr-up.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/frame-inline.png (deflated 7%)
  adding: share/Adwaita/gtk-2.0/assets/tab-down-active.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/radio-mixed-insensitive.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/radio-mixed-hover.png (deflated 3%)
  adding: share/Adwaita/gtk-2.0/assets/menu-radio-insensitive.png (deflated 14%)
  adding: share/Adwaita/gtk-2.0/assets/checkbox-mixed-hover.png (deflated 0%)
  adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed.png (deflated 12%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-active.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/spin-rtl-down-active.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/treeview-pan-up-active.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/notebook-entry-active.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/tab-up.png (deflated 3%)
  adding: share/Adwaita/gtk-2.0/assets/radio-unchecked.png (deflated 3%)
  adding: share/Adwaita/gtk-2.0/assets/spin-rtl-up.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/menu-pan-up.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/treeview-pan-up.png (deflated 6%)
  adding: share/Adwaita/gtk-2.0/assets/handle-vert.png (deflated 9%)
  adding: share/Adwaita/gtk-2.0/assets/border.png (deflated 8%)
  adding: share/Adwaita/gtk-2.0/assets/scale-horz-trough.png (deflated 6%)
  adding: share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png (deflated 3%)
  adding: share/Adwaita/gtk-2.0/assets/spin-ltr-up-hover.png (deflated 6%)
  adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-checked-hover.png (deflated 1%)
  adding: share/Adwaita/gtk-2.0/assets/radio-mixed.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/pan-down-insensitive.png (deflated 7%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/entry.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-rtl.png (deflated 11%)
  adding: share/Adwaita/gtk-2.0/assets/spin-ltr-down-insensitive.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider-active.png (deflated 8%)
  adding: share/Adwaita/gtk-2.0/assets/entry-insensitive.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/spin-down-insensitive.png (deflated 6%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button.png (deflated 0%)
  adding: share/Adwaita/gtk-2.0/assets/line.png (deflated 9%)
  adding: share/Adwaita/gtk-2.0/assets/checkbox-mixed.png (deflated 1%)
  adding: share/Adwaita/gtk-2.0/assets/scale-horz-focus.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/entry-background.png (deflated 9%)
  adding: share/Adwaita/gtk-2.0/assets/spin-ltr-down-hover.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/button-hover.png (stored 0%)
  adding: share/Adwaita/gtk-2.0/assets/spin-rtl-down.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/frame-notebook.png (deflated 9%)
  adding: share/Adwaita/gtk-2.0/assets/pan-up-insensitive.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button-hover.png (deflated 1%)
  adding: share/Adwaita/gtk-2.0/assets/menu-border.png (deflated 9%)
  adding: share/Adwaita/gtk-2.0/assets/entry-active.png (deflated 1%)
  adding: share/Adwaita/gtk-2.0/assets/pan-left-insensitive.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-hover.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/handle-horz.png (deflated 9%)
  adding: share/Adwaita/gtk-2.0/assets/radio-unchecked-insensitive.png (deflated 6%)
  adding: share/Adwaita/gtk-2.0/assets/menu-pan-down-insensitive.png (deflated 7%)
  adding: share/Adwaita/gtk-2.0/assets/checkbox-mixed-insensitive.png (deflated 3%)
  adding: share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png (deflated 3%)
  adding: share/Adwaita/gtk-2.0/assets/spin-rtl-up-hover.png (deflated 6%)
  adding: share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-hover.png (deflated 1%)
  adding: share/Adwaita/gtk-2.0/assets/tab-left-active.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button.png (deflated 1%)
  adding: share/Adwaita/gtk-2.0/assets/menu-pan-right-insensitive.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/checkbox-checked-insensitive.png (deflated 1%)
  adding: share/Adwaita/gtk-2.0/assets/pan-left.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/button-insensitive.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/menu-pan-left-hover.png (deflated 6%)
  adding: share/Adwaita/gtk-2.0/assets/treeview-pan-down.png (deflated 6%)
  adding: share/Adwaita/gtk-2.0/assets/radio-unchecked-hover.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/menu-radio-mixed.png (stored 0%)
  adding: share/Adwaita/gtk-2.0/assets/button-active.png (deflated 3%)
  adding: share/Adwaita/gtk-2.0/assets/treeview-pan-down-active.png (deflated 10%)
  adding: share/Adwaita/gtk-2.0/assets/tab-right-active.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/focus.png (deflated 10%)
  adding: share/Adwaita/gtk-2.0/assets/pan-right-insensitive.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/radio-mixed-active.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/spin-rtl-down-hover.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/handle.png (deflated 7%)
  adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-active.png (deflated 8%)
  adding: share/Adwaita/gtk-2.0/assets/menu-radio.png (deflated 10%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry-active.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/progressbar-horz-trough.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-hover.png (deflated 9%)
  adding: share/Adwaita/gtk-2.0/assets/tab-up-active.png (deflated 3%)
  adding: share/Adwaita/gtk-2.0/assets/scale-vert-trough-active.png (deflated 7%)
  adding: share/Adwaita/gtk-2.0/assets/menu-radio-checked-insensitive.png (deflated 14%)
  adding: share/Adwaita/gtk-2.0/assets/scale-horz-trough-active.png (deflated 6%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/checkbox-checked-hover.png (deflated 1%)
  adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-trough-rtl.png (deflated 8%)
  adding: share/Adwaita/gtk-2.0/assets/menu-pan-right.png (deflated 9%)
  adding: share/Adwaita/gtk-2.0/assets/spin-rtl-down-insensitive.png (deflated 3%)
  adding: share/Adwaita/gtk-2.0/assets/treeview-pan-down-hover.png (deflated 7%)
  adding: share/Adwaita/gtk-2.0/assets/tab-vert-gap.png (deflated 8%)
  adding: share/Adwaita/gtk-2.0/assets/menu-radio-hover.png (stored 0%)
  adding: share/Adwaita/gtk-2.0/assets/radio-checked-active.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/scale-slider.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/spin-ltr-up-active.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/spin-ltr-down.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/entry-background-insensitive.png (deflated 8%)
  adding: share/Adwaita/gtk-2.0/assets/progressbar-vert.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/button.png (stored 0%)
  adding: share/Adwaita/gtk-2.0/assets/checkbox-checked-active.png (deflated 1%)
  adding: share/Adwaita/gtk-2.0/assets/tab-down.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/notebook-entry.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/radio-checked.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button-active.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-insensitive.png (deflated 11%)
  adding: share/Adwaita/gtk-2.0/assets/tab-left.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/tab-horz-gap.png (deflated 8%)
  adding: share/Adwaita/gtk-2.0/assets/menu-radio-checked-hover.png (deflated 0%)
  adding: share/Adwaita/gtk-2.0/assets/pan-left-semi.png (deflated 7%)
  adding: share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider-hover.png (deflated 10%)
  adding: share/Adwaita/gtk-2.0/assets/pan-up.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/spin-up-insensitive.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/menu-radio-mixed-hover.png (deflated 0%)
  adding: share/Adwaita/gtk-2.0/assets/progressbar-horz.png (deflated 5%)
  adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider.png (deflated 11%)
  adding: share/Adwaita/gtk-2.0/assets/checkbox-checked.png (deflated 2%)
  adding: share/Adwaita/gtk-2.0/assets/menu-radio-mixed-insensitive.png (stored 0%)
  adding: share/Adwaita/gtk-2.0/assets/pan-down.png (deflated 10%)
  adding: share/Adwaita/gtk-2.0/assets/progressbar-vert-trough.png (deflated 7%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry-active.png (deflated 3%)
  adding: share/Adwaita/gtk-2.0/assets/menu-checkbox.png (deflated 12%)
  adding: share/Adwaita/gtk-2.0/assets/menu-radio-checked.png (deflated 16%)
  adding: share/Adwaita/gtk-2.0/assets/spin-ltr-up-insensitive.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/treeview-separator-rtl.png (deflated 8%)
  adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/scale-vert-trough.png (deflated 7%)
  adding: share/Adwaita/gtk-2.0/assets/checkbox-unchecked.png (deflated 3%)
  adding: share/Adwaita/gtk-2.0/assets/spin-ltr-down-active.png (deflated 4%)
  adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png (deflated 9%)
  adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-checked.png (deflated 10%)
  adding: share/Adwaita/gtk-2.0/assets/scrollbar-horz-trough.png (deflated 8%)
  adding: share/Adwaita/gtk-2.0/assets/frame.png (deflated 9%)
  adding: share/Adwaita/gtk-2.0/gtkrc (deflated 53%)
  adding: share/Adwaita/gtk-3.0/ (stored 0%)
  adding: share/Adwaita/gtk-3.0/gtk.css (deflated 7%)
  adding: share/glib-2.0/ (stored 0%)
  adding: share/glib-2.0/schemas/ (stored 0%)
  adding: share/glib-2.0/schemas/gschemas.compiled (deflated 62%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml (deflated 77%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.a11y.gschema.xml (deflated 60%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.a11y.applications.gschema.xml (deflated 68%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml (deflated 67%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.a11y.mouse.gschema.xml (deflated 79%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.xml (deflated 75%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.peripherals.gschema.xml (deflated 80%)
  adding: share/glib-2.0/schemas/org.gtk.Demo.gschema.xml (deflated 58%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml (deflated 81%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml (deflated 75%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml (deflated 82%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml (deflated 78%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.notifications.gschema.xml (deflated 78%)
  adding: share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml (deflated 56%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.sound.gschema.xml (deflated 62%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.datetime.gschema.xml (deflated 45%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml (deflated 58%)
  adding: share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml (deflated 44%)
  adding: share/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml (deflated 77%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.media-handling.gschema.xml (deflated 72%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.privacy.gschema.xml (deflated 73%)
  adding: share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml (deflated 56%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.input-sources.gschema.xml (deflated 66%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.enums.xml (deflated 82%)
  adding: share/glib-2.0/schemas/org.gnome.system.locale.gschema.xml (deflated 44%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.session.gschema.xml (deflated 54%)
  adding: share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml (deflated 71%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.wm.keybindings.gschema.xml (deflated 89%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml (deflated 69%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.search-providers.gschema.xml (deflated 71%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.thumbnail-cache.gschema.xml (deflated 55%)
  adding: share/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml (deflated 59%)
  adding: share/glib-2.0/schemas/org.gnome.system.location.gschema.xml (deflated 53%)
  adding: share/glib-2.0/schemas/gschema.dtd (deflated 68%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.calendar.gschema.xml (deflated 43%)
  adding: share/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml (deflated 79%)
  adding: share/icons/ (stored 0%)
  adding: share/icons/hicolor/ (stored 0%)
  adding: share/icons/hicolor/256x256/ (stored 0%)
  adding: share/icons/hicolor/256x256/apps/ (stored 0%)
  adding: share/icons/hicolor/256x256/apps/gtk3-demo.png (deflated 1%)
  adding: share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png (deflated 8%)
  adding: share/icons/hicolor/256x256/apps/gtk3-widget-factory.png (deflated 2%)
  adding: share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png (deflated 12%)
  adding: share/icons/hicolor/24x24/ (stored 0%)
  adding: share/icons/hicolor/24x24/apps/ (stored 0%)
  adding: share/icons/hicolor/24x24/apps/gtk3-demo.png (stored 0%)
  adding: share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/hicolor/24x24/apps/gtk3-widget-factory.png (stored 0%)
  adding: share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png (stored 0%)
  adding: share/icons/hicolor/index.theme (deflated 88%)
  adding: share/icons/hicolor/48x48/ (stored 0%)
  adding: share/icons/hicolor/48x48/apps/ (stored 0%)
  adding: share/icons/hicolor/48x48/apps/gtk3-demo.png (stored 0%)
  adding: share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/hicolor/48x48/apps/gtk3-widget-factory.png (stored 0%)
  adding: share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png (stored 0%)
  adding: share/icons/hicolor/16x16/ (stored 0%)
  adding: share/icons/hicolor/16x16/apps/ (stored 0%)
  adding: share/icons/hicolor/16x16/apps/gtk3-demo.png (stored 0%)
  adding: share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/hicolor/16x16/apps/gtk3-widget-factory.png (stored 0%)
  adding: share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/hicolor/icon-theme.cache (deflated 64%)
  adding: share/icons/hicolor/22x22/ (stored 0%)
  adding: share/icons/hicolor/22x22/apps/ (stored 0%)
  adding: share/icons/hicolor/22x22/apps/gtk3-demo.png (stored 0%)
  adding: share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/hicolor/22x22/apps/gtk3-widget-factory.png (stored 0%)
  adding: share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png (stored 0%)
  adding: share/icons/hicolor/32x32/ (stored 0%)
  adding: share/icons/hicolor/32x32/apps/ (stored 0%)
  adding: share/icons/hicolor/32x32/apps/gtk3-demo.png (stored 0%)
  adding: share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/hicolor/32x32/apps/gtk3-widget-factory.png (stored 0%)
  adding: share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/ (stored 0%)
  adding: share/icons/Adwaita/scalable/ (stored 0%)
  adding: share/icons/Adwaita/scalable/status/ (stored 0%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-signal-weak-symbolic.svg (deflated 76%)
  adding: share/icons/Adwaita/scalable/status/battery-full-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/status/media-playlist-repeat-song-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/status/network-wireless-no-route-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/rotation-locked-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-gprs-symbolic.svg (deflated 60%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-no-route-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/changes-allow-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/battery-good-charging-symbolic.svg (deflated 76%)
  adding: share/icons/Adwaita/scalable/status/display-brightness-symbolic.svg (deflated 75%)
  adding: share/icons/Adwaita/scalable/status/call-missed-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/status/weather-overcast-symbolic.svg (deflated 62%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-signal-none-symbolic.svg (deflated 75%)
  adding: share/icons/Adwaita/scalable/status/battery-good-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/dialog-information-symbolic.svg (deflated 73%)
  adding: share/icons/Adwaita/scalable/status/rotation-allowed-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/status/audio-volume-medium-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/weather-fog-symbolic.svg (deflated 81%)
  adding: share/icons/Adwaita/scalable/status/channel-secure-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/dialog-password-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/dialog-error-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/network-wireless-signal-weak-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/weather-clear-night-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/starred-symbolic.svg (deflated 62%)
  adding: share/icons/Adwaita/scalable/status/network-no-route-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/network-idle-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/printer-error-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/network-wireless-signal-none-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/microphone-sensitivity-low-symbolic.svg (deflated 74%)
  adding: share/icons/Adwaita/scalable/status/security-low-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/status/content-loading-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/status/network-wireless-signal-good-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/folder-open-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/status/weather-severe-alert-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/network-receive-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/weather-few-clouds-night-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/radio-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/status/task-past-due-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/view-wrapped-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/status/weather-showers-symbolic.svg (deflated 78%)
  adding: share/icons/Adwaita/scalable/status/daytime-sunrise-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/battery-empty-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/network-offline-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/microphone-sensitivity-muted-symbolic.svg (deflated 76%)
  adding: share/icons/Adwaita/scalable/status/weather-snow-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/printer-printing-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/night-light-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/status/battery-missing-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/status/avatar-default-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg (deflated 80%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-signal-good-symbolic.svg (deflated 76%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-hspa-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/folder-drag-accept-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg (deflated 62%)
  adding: share/icons/Adwaita/scalable/status/changes-prevent-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/orientation-portrait-inverse-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/status/weather-windy-symbolic.svg (deflated 79%)
  adding: share/icons/Adwaita/scalable/status/user-status-pending-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/status/checkbox-mixed-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/audio-volume-low-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/non-starred-symbolic.svg (deflated 59%)
  adding: share/icons/Adwaita/scalable/status/media-playlist-shuffle-symbolic.svg (deflated 76%)
  adding: share/icons/Adwaita/scalable/status/semi-starred-symbolic.svg (deflated 59%)
  adding: share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/media-playlist-repeat-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/status/network-wireless-encrypted-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/battery-low-charging-symbolic.svg (deflated 76%)
  adding: share/icons/Adwaita/scalable/status/channel-insecure-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/user-invisible-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-acquiring-symbolic.svg (deflated 77%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-offline-symbolic.svg (deflated 75%)
  adding: share/icons/Adwaita/scalable/status/orientation-portrait-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/status/mail-read-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-signal-ok-symbolic.svg (deflated 76%)
  adding: share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/user-trash-full-symbolic.svg (deflated 62%)
  adding: share/icons/Adwaita/scalable/status/user-away-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/orientation-landscape-inverse-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/status/appointment-missed-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/media-playlist-consecutive-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/status/security-medium-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/status/task-due-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/network-vpn-symbolic.svg (deflated 72%)
  adding: share/icons/Adwaita/scalable/status/network-transmit-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-4g-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/status/user-busy-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/radio-checked-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/network-wireless-offline-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/alarm-symbolic.svg (deflated 74%)
  adding: share/icons/Adwaita/scalable/status/software-update-available-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/mail-replied-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/software-update-urgent-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/weather-clear-symbolic.svg (deflated 80%)
  adding: share/icons/Adwaita/scalable/status/radio-mixed-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/network-transmit-receive-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/thunderbolt-acquiring-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/status/weather-showers-scattered-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/status/network-wireless-signal-excellent-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/daytime-sunset-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/media-playlist-consecutive-symbolic-rtl.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/status/user-offline-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/media-playlist-repeat-song-symbolic-rtl.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/status/checkbox-checked-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-edge-symbolic.svg (deflated 59%)
  adding: share/icons/Adwaita/scalable/status/printer-warning-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg (deflated 75%)
  adding: share/icons/Adwaita/scalable/status/appointment-soon-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/touchpad-disabled-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/user-idle-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/microphone-sensitivity-medium-symbolic.svg (deflated 74%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-connected-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/status/dialog-question-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/status/mail-unread-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/user-available-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/status/battery-caution-charging-symbolic.svg (deflated 76%)
  adding: share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/semi-starred-symbolic-rtl.svg (deflated 59%)
  adding: share/icons/Adwaita/scalable/status/mail-attachment-symbolic.svg (deflated 78%)
  adding: share/icons/Adwaita/scalable/status/folder-visiting-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/status/battery-empty-charging-symbolic.svg (deflated 76%)
  adding: share/icons/Adwaita/scalable/status/keyboard-brightness-symbolic.svg (deflated 72%)
  adding: share/icons/Adwaita/scalable/status/media-playlist-repeat-symbolic-rtl.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/status/battery-full-charged-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/weather-storm-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/computer-fail-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/view-wrapped-symbolic-rtl.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/status/battery-full-charging-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/battery-caution-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/checkbox-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/microphone-sensitivity-high-symbolic.svg (deflated 75%)
  adding: share/icons/Adwaita/scalable/status/system-lock-screen-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/network-wireless-hotspot-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/network-wireless-signal-ok-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-3g-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/status/dialog-warning-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/network-error-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/audio-volume-muted-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/status/network-cellular-signal-excellent-symbolic.svg (deflated 76%)
  adding: share/icons/Adwaita/scalable/status/media-playlist-shuffle-symbolic-rtl.svg (deflated 76%)
  adding: share/icons/Adwaita/scalable/status/audio-volume-high-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/status/image-loading-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/status/battery-low-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/status/bluetooth-active-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/status/airplane-mode-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/status/weather-few-clouds-symbolic.svg (deflated 76%)
  adding: share/icons/Adwaita/scalable/status/security-high-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/status/orientation-landscape-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/emblems/ (stored 0%)
  adding: share/icons/Adwaita/scalable/emblems/emblem-system-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/emblems/emblem-important-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/emblems/emblem-documents-symbolic.svg (deflated 74%)
  adding: share/icons/Adwaita/scalable/emblems/emblem-videos-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/emblems/emblem-ok-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/emblems/emblem-photos-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/emblems/emblem-synchronizing-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/emblems/emblem-favorite-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/emblems/emblem-default-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/emblems/emblem-shared-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/emblems/emblem-music-symbolic.svg (deflated 73%)
  adding: share/icons/Adwaita/scalable/apps/ (stored 0%)
  adding: share/icons/Adwaita/scalable/apps/utilities-terminal-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/apps/applets-screenshooter-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/apps/preferences-desktop-screensaver-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/apps/preferences-desktop-locale-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/apps/help-browser-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/apps/accessories-dictionary-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/apps/preferences-system-devices-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/apps/system-file-manager-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/apps/preferences-system-sharing-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/apps/preferences-system-network-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/apps/preferences-desktop-wallpaper-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/apps/multimedia-volume-control-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/apps/preferences-system-time-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/apps/preferences-desktop-display-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/apps/system-software-install-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/apps/gnome-power-manager-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/apps/bluetooth-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/apps/preferences-system-details-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/apps/accessories-character-map-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/apps/accessories-text-editor-symbolic.svg (deflated 83%)
  adding: share/icons/Adwaita/scalable/apps/goa-panel-symbolic.svg (deflated 61%)
  adding: share/icons/Adwaita/scalable/apps/preferences-color-symbolic.svg (deflated 73%)
  adding: share/icons/Adwaita/scalable/apps/user-info-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/apps/preferences-desktop-accessibility-symbolic.svg (deflated 59%)
  adding: share/icons/Adwaita/scalable/apps/preferences-system-network-proxy-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/apps/system-users-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/apps/web-browser-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/apps/preferences-system-search-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/apps/preferences-system-privacy-symbolic.svg (deflated 80%)
  adding: share/icons/Adwaita/scalable/apps/accessories-calculator-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/apps/preferences-system-notifications-symbolic.svg (deflated 74%)
  adding: share/icons/Adwaita/scalable/apps/preferences-desktop-font-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/apps/help-contents-symbolic.svg (deflated 72%)
  adding: share/icons/Adwaita/scalable/apps/help-faq-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/apps/preferences-desktop-keyboard-symbolic.svg (deflated 74%)
  adding: share/icons/Adwaita/scalable/apps/utilities-system-monitor-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/emotes/ (stored 0%)
  adding: share/icons/Adwaita/scalable/emotes/face-wink-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/emotes/face-tired-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/emotes/face-uncertain-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/emotes/face-kiss-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/emotes/face-shutmouth-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/emotes/face-crying-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/emotes/face-plain-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/emotes/face-devilish-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/emotes/face-smile-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/emotes/face-yawn-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/emotes/face-embarrassed-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/emotes/face-sick-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/emotes/face-raspberry-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/emotes/face-confused-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/emotes/face-glasses-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/emotes/face-cool-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/emotes/face-laugh-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/emotes/face-angel-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/emotes/face-sad-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/emotes/face-surprise-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/emotes/face-worried-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/emotes/face-monkey-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/emotes/face-smile-big-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/emotes/face-smirk-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/emotes/face-angry-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/emotes/emote-love-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/categories/ (stored 0%)
  adding: share/icons/Adwaita/scalable/categories/applications-science-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/categories/applications-multimedia-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/categories/applications-utilities-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/categories/preferences-other-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/categories/applications-system-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/categories/applications-engineering-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/categories/applications-games-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/categories/preferences-system-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/categories/applications-graphics-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/categories/system-help-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/mimetypes/ (stored 0%)
  adding: share/icons/Adwaita/scalable/mimetypes/application-x-firmware-symbolic.svg (deflated 89%)
  adding: share/icons/Adwaita/scalable/mimetypes/audio-x-generic-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/mimetypes/application-x-executable-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/mimetypes/application-rss+xml-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/mimetypes/x-office-drawing-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/mimetypes/x-office-spreadsheet-symbolic.svg (deflated 74%)
  adding: share/icons/Adwaita/scalable/mimetypes/inode-directory-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/mimetypes/text-x-generic-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/mimetypes/x-office-presentation-symbolic.svg (deflated 72%)
  adding: share/icons/Adwaita/scalable/mimetypes/x-office-document-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/mimetypes/package-x-generic-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/mimetypes/video-x-generic-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/mimetypes/application-x-appliance-symbolic.svg (deflated 83%)
  adding: share/icons/Adwaita/scalable/mimetypes/image-x-generic-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/mimetypes/x-office-address-book-symbolic.svg (deflated 73%)
  adding: share/icons/Adwaita/scalable/mimetypes/application-certificate-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/mimetypes/x-office-calendar-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/devices/ (stored 0%)
  adding: share/icons/Adwaita/scalable/devices/computer-apple-ipad-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/devices/media-optical-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/devices/camera-video-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/devices/input-gaming-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/devices/media-optical-bd-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg (deflated 73%)
  adding: share/icons/Adwaita/scalable/devices/audio-input-microphone-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/devices/input-mouse-symbolic.svg (deflated 62%)
  adding: share/icons/Adwaita/scalable/devices/printer-network-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/devices/tv-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/devices/drive-optical-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/devices/media-tape-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/devices/media-floppy-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/devices/display-projector-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/devices/pda-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/devices/audio-card-symbolic.svg (deflated 74%)
  adding: share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/devices/input-keyboard-symbolic.svg (deflated 74%)
  adding: share/icons/Adwaita/scalable/devices/printer-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/devices/audio-speakers-symbolic.svg (deflated 74%)
  adding: share/icons/Adwaita/scalable/devices/phone-apple-iphone-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/devices/network-wireless-symbolic.svg (deflated 73%)
  adding: share/icons/Adwaita/scalable/devices/thunderbolt-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/devices/drive-removable-media-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/devices/drive-harddisk-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/devices/media-zip-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/devices/media-flash-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/devices/multimedia-player-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/devices/video-single-display-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/devices/media-removable-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/devices/phone-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/devices/modem-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/devices/uninterruptible-power-supply-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/devices/computer-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/devices/battery-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/devices/camera-photo-symbolic.svg (deflated 59%)
  adding: share/icons/Adwaita/scalable/devices/scanner-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/devices/camera-web-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/devices/audio-headset-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/devices/media-optical-dvd-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/devices/colorimeter-colorhug-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/devices/audio-headphones-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/devices/input-dialpad-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/devices/video-joined-displays-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/devices/video-display-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/devices/drive-harddisk-solidstate-symbolic.svg (deflated 79%)
  adding: share/icons/Adwaita/scalable/devices/ac-adapter-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/devices/media-optical-cd-audio-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/devices/input-touchpad-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/places/ (stored 0%)
  adding: share/icons/Adwaita/scalable/places/user-desktop-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/places/folder-download-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/places/user-trash-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/places/folder-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/places/user-bookmarks-symbolic.svg (deflated 61%)
  adding: share/icons/Adwaita/scalable/places/network-server-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/places/network-workgroup-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/places/user-home-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/places/start-here-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/places/folder-videos-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/places/folder-music-symbolic.svg (deflated 73%)
  adding: share/icons/Adwaita/scalable/places/folder-documents-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/places/folder-saved-search-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/places/folder-templates-symbolic.svg (deflated 80%)
  adding: share/icons/Adwaita/scalable/places/folder-publicshare-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/places/folder-pictures-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/places/folder-remote-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/ (stored 0%)
  adding: share/icons/Adwaita/scalable/actions/edit-paste-symbolic.svg (deflated 60%)
  adding: share/icons/Adwaita/scalable/actions/media-playback-stop-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/actions/format-text-direction-symbolic-rtl.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/go-last-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/mail-send-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/view-mirror-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/format-justify-fill-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/actions/zoom-out-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/edit-copy-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/find-location-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/appointment-new-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/go-first-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/list-remove-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/go-up-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/document-new-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/insert-link-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/actions/media-skip-forward-symbolic-rtl.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/actions/font-select-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/object-rotate-left-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/star-new-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/window-close-symbolic.svg (deflated 56%)
  adding: share/icons/Adwaita/scalable/actions/edit-clear-symbolic.svg (deflated 62%)
  adding: share/icons/Adwaita/scalable/actions/media-playback-start-symbolic-rtl.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/selection-start-symbolic-rtl.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/view-sort-descending-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/actions/system-run-symbolic.svg (deflated 62%)
  adding: share/icons/Adwaita/scalable/actions/document-properties-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/insert-image-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/list-add-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/go-next-symbolic-rtl.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/mail-send-receive-symbolic.svg (deflated 74%)
  adding: share/icons/Adwaita/scalable/actions/object-flip-horizontal-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/actions/media-seek-backward-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/process-stop-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/go-down-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/focus-windows-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/actions/list-remove-all-symbolic.svg (deflated 72%)
  adding: share/icons/Adwaita/scalable/actions/format-justify-center-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/media-eject-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/edit-find-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/pan-down-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/pan-end-symbolic-rtl.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/go-previous-symbolic-rtl.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/media-playback-pause-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/document-revert-symbolic-rtl.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg (deflated 92%)
  adding: share/icons/Adwaita/scalable/actions/format-text-italic-symbolic.svg (deflated 61%)
  adding: share/icons/Adwaita/scalable/actions/help-about-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/pan-start-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/bookmark-new-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/actions/tools-check-spelling-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/actions/format-indent-less-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/edit-redo-symbolic-rtl.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/object-flip-vertical-symbolic.svg (deflated 72%)
  adding: share/icons/Adwaita/scalable/actions/pan-end-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/media-record-symbolic.svg (deflated 59%)
  adding: share/icons/Adwaita/scalable/actions/system-search-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/format-indent-more-symbolic-rtl.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/color-select-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/document-open-recent-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/edit-delete-symbolic.svg (deflated 56%)
  adding: share/icons/Adwaita/scalable/actions/media-view-subtitles-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/mail-mark-important-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/pan-start-symbolic-rtl.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/format-justify-left-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/pan-up-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/document-revert-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/window-restore-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/go-bottom-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/go-jump-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/edit-clear-symbolic-rtl.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/error-correct-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/actions/object-select-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/focus-legacy-systray-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/actions/application-exit-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/media-playback-start-symbolic.svg (deflated 61%)
  adding: share/icons/Adwaita/scalable/actions/insert-object-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/selection-end-symbolic-rtl.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/media-seek-backward-symbolic-rtl.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/edit-redo-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/format-text-direction-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/view-dual-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/view-more-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/actions/media-seek-forward-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/document-open-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/format-indent-less-symbolic-rtl.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/view-continuous-symbolic.svg (deflated 73%)
  adding: share/icons/Adwaita/scalable/actions/system-shutdown-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/document-save-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/media-skip-backward-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/actions/system-switch-user-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/document-page-setup-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/view-pin-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/edit-undo-symbolic-rtl.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/view-sort-ascending-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/actions/format-indent-more-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/view-refresh-symbolic.svg (deflated 63%)
  adding: share/icons/Adwaita/scalable/actions/contact-new-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/format-text-underline-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/edit-undo-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/format-text-strikethrough-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/go-last-symbolic-rtl.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg (deflated 76%)
  adding: share/icons/Adwaita/scalable/actions/format-text-bold-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/focus-top-bar-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/open-menu-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/actions/insert-text-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/selection-start-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/actions/action-unavailable-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/actions/media-seek-forward-symbolic-rtl.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/media-skip-forward-symbolic.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/actions/go-next-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/actions/document-send-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/document-print-symbolic.svg (deflated 68%)
  adding: share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/view-list-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/go-first-symbolic-rtl.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/window-minimize-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/media-skip-backward-symbolic-rtl.svg (deflated 71%)
  adding: share/icons/Adwaita/scalable/actions/window-maximize-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/view-restore-symbolic.svg (deflated 78%)
  adding: share/icons/Adwaita/scalable/actions/zoom-fit-best-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg (deflated 77%)
  adding: share/icons/Adwaita/scalable/actions/format-justify-right-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/document-print-preview-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/document-save-as-symbolic.svg (deflated 73%)
  adding: share/icons/Adwaita/scalable/actions/edit-select-symbolic.svg (deflated 69%)
  adding: share/icons/Adwaita/scalable/actions/zoom-original-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/selection-end-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/go-top-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/call-start-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/go-previous-symbolic.svg (deflated 65%)
  adding: share/icons/Adwaita/scalable/actions/object-rotate-right-symbolic.svg (deflated 67%)
  adding: share/icons/Adwaita/scalable/actions/go-home-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/actions/view-paged-symbolic.svg (deflated 70%)
  adding: share/icons/Adwaita/scalable/actions/send-to-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/edit-find-replace-symbolic.svg (deflated 64%)
  adding: share/icons/Adwaita/scalable/actions/zoom-in-symbolic.svg (deflated 66%)
  adding: share/icons/Adwaita/scalable/actions/view-fullscreen-symbolic.svg (deflated 78%)
  adding: share/icons/Adwaita/256x256/ (stored 0%)
  adding: share/icons/Adwaita/256x256/status/ (stored 0%)
  adding: share/icons/Adwaita/256x256/status/printer-error.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/status/audio-volume-muted.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/appointment-soon.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/software-update-urgent.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/software-update-available.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/network-receive.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/printer-printing.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/status/computer-fail.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/trophy-bronze.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/avatar-default.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/battery-empty.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/status/dialog-warning.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/battery-low.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/battery-full.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/battery-good-charging.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/user-trash-full.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/audio-volume-high.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/battery-low-charging.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/dialog-information.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/semi-starred-rtl.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/dialog-error.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/network-cellular-connected.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/audio-volume-low.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/user-offline.png (deflated 3%)
  adding: share/icons/Adwaita/256x256/status/battery-caution.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/user-away.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/user-busy.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/status/dialog-question.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/user-available.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/trophy-gold.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/battery-missing.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/status/non-starred.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/network-transmit-receive.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/starred.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/network-offline.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/dialog-password.png (deflated 3%)
  adding: share/icons/Adwaita/256x256/status/battery-caution-charging.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/trophy-silver.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/status/security-high.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/network-error.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/user-idle.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/audio-volume-medium.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/battery-full-charged.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/user-invisible.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/security-medium.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/appointment-missed.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/network-idle.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/semi-starred.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/battery-full-charging.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/network-transmit.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/mail-read.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/security-low.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/status/battery-good.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/status/network-wired-disconnected.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/emblems/ (stored 0%)
  adding: share/icons/Adwaita/256x256/emblems/emblem-synchronizing.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/emblems/emblem-mail.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/apps/ (stored 0%)
  adding: share/icons/Adwaita/256x256/apps/preferences-desktop-accessibility.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/apps/preferences-desktop-keyboard.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/apps/system-software-update.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/apps/preferences-desktop-font.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/apps/preferences-desktop-locale.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/apps/preferences-desktop-screensaver.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/apps/multimedia-volume-control.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/apps/system-users.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/apps/applets-screenshooter.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/apps/help-browser.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/apps/preferences-desktop-remote-desktop.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/apps/preferences-system-privacy.png (deflated 3%)
  adding: share/icons/Adwaita/256x256/apps/web-browser.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/apps/accessories-calculator.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/apps/preferences-desktop-theme.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/apps/user-info.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/apps/preferences-desktop-wallpaper.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/apps/accessories-dictionary.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/apps/system-software-install.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/apps/preferences-desktop-display.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/apps/preferences-system-search.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/apps/preferences-system-sharing.png (deflated 3%)
  adding: share/icons/Adwaita/256x256/apps/system-file-manager.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/apps/preferences-desktop-keyboard-shortcuts.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/apps/preferences-system-notifications.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/ (stored 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-smile-big.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-laugh.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-cool.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-sick.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-crying.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-tired.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-embarrassed.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-angel.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-surprise.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/emote-love.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/emotes/face-angry.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-sad.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-glasses.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-uncertain.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-smirk.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-plain.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-devilish.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-wink.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/emotes/face-smile.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/categories/ (stored 0%)
  adding: share/icons/Adwaita/256x256/categories/applications-office.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/categories/preferences-system-network.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/categories/applications-development.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/categories/applications-graphics.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/categories/preferences-system.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/mimetypes/ (stored 0%)
  adding: share/icons/Adwaita/256x256/mimetypes/video-x-generic.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/mimetypes/application-x-addon.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/mimetypes/x-package-repository.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/mimetypes/application-x-firmware.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/devices/ (stored 0%)
  adding: share/icons/Adwaita/256x256/devices/ac-adapter.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/devices/camera-photo.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/devices/audio-headphones.png (stored 0%)
  adding: share/icons/Adwaita/256x256/devices/media-floppy.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/devices/video-display.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/devices/drive-multidisk.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/devices/audio-speakers.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/devices/ebook-reader.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/devices/phone.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/devices/media-optical.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/devices/uninterruptible-power-supply.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/devices/computer.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/devices/drive-removable-media.png (deflated 4%)
  adding: share/icons/Adwaita/256x256/devices/camera-web.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/devices/input-tablet.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/devices/printer-network.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/devices/media-removable.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/devices/audio-input-microphone.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/devices/printer.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/devices/audio-headset.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/devices/battery.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/devices/scanner.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/devices/media-flash.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/devices/drive-optical.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/devices/input-gaming.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/devices/input-mouse.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/devices/input-keyboard.png (deflated 4%)
  adding: share/icons/Adwaita/256x256/places/ (stored 0%)
  adding: share/icons/Adwaita/256x256/places/network-workgroup.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/places/user-trash.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/places/network-server.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/actions/ (stored 0%)
  adding: share/icons/Adwaita/256x256/actions/mail-message-new.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/actions/document-open-recent.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/actions/edit-find-replace.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/actions/edit-delete.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/actions/go-next-rtl.png (deflated 3%)
  adding: share/icons/Adwaita/256x256/actions/document-print-preview.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/actions/system-shutdown.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/actions/process-stop.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/actions/system-lock-screen.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/actions/go-jump.png (deflated 4%)
  adding: share/icons/Adwaita/256x256/actions/go-previous.png (deflated 3%)
  adding: share/icons/Adwaita/256x256/actions/view-refresh.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/actions/go-first.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/actions/edit-find.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/actions/go-first-rtl.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/actions/address-book-new.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/actions/go-next.png (deflated 3%)
  adding: share/icons/Adwaita/256x256/actions/system-run.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/actions/appointment-new.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/actions/system-search.png (deflated 1%)
  adding: share/icons/Adwaita/256x256/actions/go-previous-rtl.png (deflated 3%)
  adding: share/icons/Adwaita/256x256/actions/system-log-out.png (deflated 0%)
  adding: share/icons/Adwaita/256x256/actions/go-last.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/actions/go-last-rtl.png (deflated 2%)
  adding: share/icons/Adwaita/256x256/actions/document-print.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/ (stored 0%)
  adding: share/icons/Adwaita/512x512/status/ (stored 0%)
  adding: share/icons/Adwaita/512x512/status/folder-drag-accept.png (deflated 6%)
  adding: share/icons/Adwaita/512x512/status/image-missing.png (deflated 11%)
  adding: share/icons/Adwaita/512x512/status/folder-open.png (deflated 4%)
  adding: share/icons/Adwaita/512x512/status/image-loading.png (deflated 14%)
  adding: share/icons/Adwaita/512x512/status/folder-visiting.png (deflated 4%)
  adding: share/icons/Adwaita/512x512/emblems/ (stored 0%)
  adding: share/icons/Adwaita/512x512/emblems/emblem-readonly.png (deflated 3%)
  adding: share/icons/Adwaita/512x512/emblems/emblem-shared.png (deflated 4%)
  adding: share/icons/Adwaita/512x512/emblems/emblem-package.png (deflated 1%)
  adding: share/icons/Adwaita/512x512/emblems/emblem-unreadable.png (deflated 4%)
  adding: share/icons/Adwaita/512x512/emblems/emblem-symbolic-link.png (deflated 4%)
  adding: share/icons/Adwaita/512x512/apps/ (stored 0%)
  adding: share/icons/Adwaita/512x512/apps/utilities-terminal.png (deflated 4%)
  adding: share/icons/Adwaita/512x512/apps/utilities-system-monitor.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/apps/accessories-calculator.png (deflated 0%)
  adding: share/icons/Adwaita/512x512/apps/accessories-text-editor.png (deflated 1%)
  adding: share/icons/Adwaita/512x512/apps/accessories-character-map.png (deflated 3%)
  adding: share/icons/Adwaita/512x512/categories/ (stored 0%)
  adding: share/icons/Adwaita/512x512/categories/applications-internet.png (deflated 1%)
  adding: share/icons/Adwaita/512x512/categories/applications-system.png (deflated 0%)
  adding: share/icons/Adwaita/512x512/mimetypes/ (stored 0%)
  adding: share/icons/Adwaita/512x512/mimetypes/text-html.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/mimetypes/text-x-preview.png (deflated 19%)
  adding: share/icons/Adwaita/512x512/mimetypes/font-x-generic.png (deflated 11%)
  adding: share/icons/Adwaita/512x512/mimetypes/x-office-spreadsheet-template.png (deflated 4%)
  adding: share/icons/Adwaita/512x512/mimetypes/image-x-generic.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/mimetypes/x-office-document-template.png (deflated 3%)
  adding: share/icons/Adwaita/512x512/mimetypes/application-x-executable.png (deflated 3%)
  adding: share/icons/Adwaita/512x512/mimetypes/x-office-address-book.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/mimetypes/x-office-presentation-template.png (deflated 1%)
  adding: share/icons/Adwaita/512x512/mimetypes/x-office-drawing.png (deflated 8%)
  adding: share/icons/Adwaita/512x512/mimetypes/x-office-spreadsheet.png (deflated 8%)
  adding: share/icons/Adwaita/512x512/mimetypes/x-office-document.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/mimetypes/x-office-drawing-template.png (deflated 3%)
  adding: share/icons/Adwaita/512x512/mimetypes/text-x-generic.png (deflated 7%)
  adding: share/icons/Adwaita/512x512/mimetypes/audio-x-generic.png (deflated 1%)
  adding: share/icons/Adwaita/512x512/mimetypes/text-x-generic-template.png (deflated 9%)
  adding: share/icons/Adwaita/512x512/mimetypes/text-x-script.png (deflated 7%)
  adding: share/icons/Adwaita/512x512/mimetypes/x-office-presentation.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/mimetypes/package-x-generic.png (deflated 1%)
  adding: share/icons/Adwaita/512x512/devices/ (stored 0%)
  adding: share/icons/Adwaita/512x512/devices/input-dialpad.png (deflated 8%)
  adding: share/icons/Adwaita/512x512/devices/multimedia-player.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/devices/drive-harddisk.png (deflated 5%)
  adding: share/icons/Adwaita/512x512/places/ (stored 0%)
  adding: share/icons/Adwaita/512x512/places/folder-videos.png (deflated 3%)
  adding: share/icons/Adwaita/512x512/places/folder.png (deflated 4%)
  adding: share/icons/Adwaita/512x512/places/user-home.png (deflated 3%)
  adding: share/icons/Adwaita/512x512/places/folder-download.png (deflated 3%)
  adding: share/icons/Adwaita/512x512/places/folder-pictures.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/places/folder-music.png (deflated 4%)
  adding: share/icons/Adwaita/512x512/places/folder-templates.png (deflated 3%)
  adding: share/icons/Adwaita/512x512/places/folder-saved-search.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/places/folder-documents.png (deflated 3%)
  adding: share/icons/Adwaita/512x512/places/folder-publicshare.png (deflated 3%)
  adding: share/icons/Adwaita/512x512/places/user-bookmarks.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/places/user-desktop.png (deflated 3%)
  adding: share/icons/Adwaita/512x512/places/folder-remote.png (deflated 3%)
  adding: share/icons/Adwaita/512x512/actions/ (stored 0%)
  adding: share/icons/Adwaita/512x512/actions/edit-select-all.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/actions/folder-new.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/actions/document-open.png (deflated 6%)
  adding: share/icons/Adwaita/512x512/actions/document-page-setup.png (deflated 6%)
  adding: share/icons/Adwaita/512x512/actions/document-save.png (deflated 1%)
  adding: share/icons/Adwaita/512x512/actions/address-book-new.png (deflated 2%)
  adding: share/icons/Adwaita/512x512/actions/document-new.png (deflated 10%)
  adding: share/icons/Adwaita/512x512/actions/document-properties.png (deflated 6%)
  adding: share/icons/Adwaita/512x512/actions/document-save-as.png (deflated 1%)
  adding: share/icons/Adwaita/512x512/actions/document-revert-rtl.png (deflated 8%)
  adding: share/icons/Adwaita/512x512/actions/document-revert.png (deflated 8%)
  adding: share/icons/Adwaita/24x24/ (stored 0%)
  adding: share/icons/Adwaita/24x24/status/ (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wireless-encrypted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/media-playlist-repeat-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/media-playlist-repeat-song-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-storm-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/changes-prevent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/printer-error.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/alarm-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/audio-volume-muted.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/status/task-past-due.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/status/weather-clear-night-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/appointment-soon.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/folder-visiting-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/mail-signed-verified.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/avatar-default-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/printer-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/non-starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/software-update-urgent.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/audio-volume-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-few-clouds-night.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/mail-unread-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-empty-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/status/software-update-available.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wireless-signal-excellent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-receive.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/software-update-urgent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/checkbox-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-trash-full-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/thunderbolt-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/computer-fail-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/view-wrapped-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/media-playlist-consecutive-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-idle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-showers-scattered-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/image-loading-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/printer-printing.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-idle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-3g-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/changes-prevent.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/computer-fail.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-few-clouds-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-fog-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wired-disconnected-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/media-playlist-repeat-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/channel-secure-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-muted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wireless-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/semi-starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-busy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/security-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-caution-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/trophy-bronze.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/avatar-default.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/status/night-light-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-empty.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/dialog-warning.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/folder-drag-accept.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-caution-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-full-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/network-wireless-signal-none-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-low.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/media-playlist-consecutive-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/battery-full.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-medium.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-low-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-fog.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/printer-warning-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-showers-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wired-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-good-charging.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/folder-drag-accept-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/media-playlist-shuffle-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-trash-full.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wireless-hotspot-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-low.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/audio-volume-high.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/orientation-landscape-inverse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/security-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-low-charging.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/status/semi-starred-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/orientation-portrait-inverse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/dialog-password-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-connected-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-few-clouds.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-muted.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/dialog-information.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/task-due.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/status/view-wrapped-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/rotation-allowed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/semi-starred-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/dialog-error.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-connected.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-gprs-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/audio-volume-low.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/status/checkbox-checked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-offline.png (deflated 11%)
  adding: share/icons/Adwaita/24x24/status/battery-caution.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-away.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-windy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-busy.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/dialog-question.png (deflated 11%)
  adding: share/icons/Adwaita/24x24/status/appointment-missed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/orientation-landscape-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/checkbox-mixed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-available.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/image-missing.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/trophy-gold.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-hspa-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/orientation-portrait-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-missing.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-clear-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/non-starred.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-empty-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/content-loading-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/mail-signed.png (deflated 7%)
  adding: share/icons/Adwaita/24x24/status/printer-printing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/media-playlist-repeat.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-transmit-receive.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/starred.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/display-brightness-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/dialog-question-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-showers-scattered.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-good-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/airplane-mode-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-offline.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/dialog-password.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-caution-charging.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/folder-open.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/user-away-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/radio-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/changes-allow-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-not-tracked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/dialog-warning-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/trophy-silver.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-storm.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/status/audio-volume-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/security-high.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/battery-good-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wireless-encrypted.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-error.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/daytime-sunrise-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/audio-volume-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/media-playlist-shuffle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/task-past-due-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-status-pending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-showers.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-signal-weak-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/status/mail-unread.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-clear.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/image-loading.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/status/network-vpn-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-missing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/mail-replied.png (deflated 10%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-signal-ok-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/status/user-idle.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/daytime-sunset-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/dialog-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wired-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-clear-night.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-overcast.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/status/mail-attachment-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/system-lock-screen-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/audio-volume-medium.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/status/battery-full-charged.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-signal-excellent-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-signal-good-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/status/network-transmit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/appointment-soon-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wireless-connected-symbolic.symbolic.png (deflated 12%)
  adding: share/icons/Adwaita/24x24/status/weather-severe-alert-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/mail-attachment.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/status/task-due-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-high.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/status/keyboard-brightness-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-invisible-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-few-clouds-night-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/touchpad-disabled-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/channel-insecure-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-invisible.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/security-medium.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/appointment-missed.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/rotation-locked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-edge-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wireless-signal-weak-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-transmit-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/folder-visiting.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/security-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-4g-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/media-playlist-shuffle.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/mail-replied-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-idle.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wireless-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wireless-signal-good-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/semi-starred.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/dialog-information-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/radio-mixed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-full-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-full-charging.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-signal-none-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/status/network-wireless-signal-ok-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-overcast-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/bluetooth-active-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/folder-open-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-transmit.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/audio-volume-muted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/changes-allow.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-full-charged-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-snow-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/mail-read.png (deflated 11%)
  adding: share/icons/Adwaita/24x24/status/radio-checked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/security-low.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-cellular-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-severe-alert.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/software-update-available-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/battery-good.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/weather-snow.png (deflated 9%)
  adding: share/icons/Adwaita/24x24/status/mail-read-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/status/network-wired-disconnected.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/ (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-photos-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-documents-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-synchronizing.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-documents.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-system.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-videos-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-favorite.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-readonly.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-shared.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-ok-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-photos.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-package.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-important-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-web.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-default-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-urgent.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-unreadable.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-symbolic-link.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-downloads.png (deflated 11%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-mail.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-shared-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-favorite-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-synchronizing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-default.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-important.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-new.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-generic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emblems/emblem-music-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/ (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-accessibility.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/apps/system-software-update.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/apps/gnome-power-manager-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-system-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/applets-screenshooter-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-system-network-proxy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-font.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-locale.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-wallpaper-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-screensaver.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-system-windows.png (deflated 7%)
  adding: share/icons/Adwaita/24x24/apps/multimedia-volume-control.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/apps/utilities-terminal.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/apps/system-users.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/apps/applets-screenshooter.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/help-browser.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-remote-desktop.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/goa-panel-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/system-software-install-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-accessibility-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-system-privacy.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-system-details-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-screensaver-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-system-devices-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/utilities-system-monitor.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-system-time-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/web-browser.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/accessories-calculator.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/apps/user-info-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-system-sharing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/help-faq-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-system-privacy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/help-contents-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/utilities-terminal-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-locale-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/accessories-calculator-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-theme.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/user-info.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/accessories-text-editor.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-wallpaper.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/accessories-dictionary.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-display-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-system-network-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/accessories-character-map-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/accessories-character-map.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/system-software-install.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/apps/accessories-text-editor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-display.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/system-file-manager-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/web-browser-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/system-file-manager.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/system-users-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-font-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-color-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-system-notifications-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/help-browser-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/multimedia-volume-control-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/accessories-dictionary-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-shortcuts.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/bluetooth-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/utilities-system-monitor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/ (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-devilish-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-smile-big.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-confused-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-angel-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-worried-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-yawn-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-laugh.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-sad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-plain-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-smirk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-cool.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-uncertain-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-sick.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-kiss-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-raspberry-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-crying.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-monkey-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-glasses-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/emote-love-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-monkey.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-smile-big-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-tired.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-sick-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-embarrassed.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-raspberry.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-angel.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-shutmouth-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-surprise-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-wink-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-surprise.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-crying-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-tired-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-angry.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-cool-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-sad.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-laugh-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-worried.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-smile-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-kiss.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-glasses.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-angry-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-uncertain.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-smirk.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-plain.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-devilish.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-embarrassed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-wink.png (stored 0%)
  adding: share/icons/Adwaita/24x24/emotes/face-smile.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/ (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-internet.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/preferences-desktop.png (deflated 9%)
  adding: share/icons/Adwaita/24x24/categories/applications-games.png (deflated 9%)
  adding: share/icons/Adwaita/24x24/categories/applications-office.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-system.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/preferences-other-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-accessories.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-science.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-engineering-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-utilities.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/preferences-other.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-graphics-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/system-help-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-multimedia.png (deflated 8%)
  adding: share/icons/Adwaita/24x24/categories/applications-games-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/preferences-system-network.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/system-help.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-development.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/categories/applications-utilities-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/preferences-desktop-personal.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/categories/preferences-desktop-peripherals.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/categories/preferences-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-multimedia-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-graphics.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-science-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-engineering.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/categories/preferences-system.png (stored 0%)
  adding: share/icons/Adwaita/24x24/categories/applications-other.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/ (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/text-html.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/text-x-preview.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/image-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-calendar.png (deflated 5%)
  adding: share/icons/Adwaita/24x24/mimetypes/application-x-addon-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/font-x-generic.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-presentation-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/video-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet-template.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/image-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/video-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-document-template.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-calendar-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/application-x-executable.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/application-certificate-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-address-book.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/inode-directory-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-drawing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-address-book-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-presentation-template.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/application-x-addon.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-drawing.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-document-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-document.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-drawing-template.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/application-x-appliance-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/application-certificate.png (deflated 5%)
  adding: share/icons/Adwaita/24x24/mimetypes/text-x-generic.png (deflated 5%)
  adding: share/icons/Adwaita/24x24/mimetypes/application-x-executable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/package-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/audio-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/text-x-generic-template.png (deflated 5%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-package-repository.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/application-rss+xml-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/text-x-script.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/text-x-generic-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/mimetypes/font-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/x-office-presentation.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/audio-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/application-x-firmware-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/package-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/mimetypes/application-x-firmware.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/ (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/ac-adapter.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/devices/media-zip-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/input-dialpad.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/devices/camera-photo.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/phone-apple-iphone-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/devices/multimedia-player.png (deflated 7%)
  adding: share/icons/Adwaita/24x24/devices/video-display-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/audio-headphones.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/drive-removable-media-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/media-tape-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/media-floppy.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/input-gaming-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/network-wireless-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/media-tape.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/devices/video-display.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/audio-card.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/devices/camera-video.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/drive-multidisk.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/audio-speakers.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/ebook-reader.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/audio-input-microphone-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/media-optical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/phone.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/network-wired.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/devices/drive-harddisk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/input-mouse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/video-joined-displays-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/colorimeter-colorhug-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/multimedia-player-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/input-touchpad.png (deflated 5%)
  adding: share/icons/Adwaita/24x24/devices/scanner-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/media-optical-dvd-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/display-projector-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/media-optical.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/devices/modem.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/devices/audio-headphones-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/network-wired-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/devices/drive-harddisk-usb-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/drive-harddisk-solidstate-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/uninterruptible-power-supply.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/media-optical-cd-audio-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/computer.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/media-floppy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/camera-video-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/pda-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/thunderbolt-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/drive-harddisk-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/drive-removable-media.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/camera-web.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/phone-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/audio-card-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/input-tablet.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/audio-headset-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/printer-network.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/ac-adapter-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/drive-optical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/camera-photo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/media-removable.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/audio-input-microphone.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/video-single-display-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/printer.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/tv-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/audio-headset.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/devices/battery.png (deflated 6%)
  adding: share/icons/Adwaita/24x24/devices/pda.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/devices/computer-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/media-removable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/computer-apple-ipad-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/devices/scanner.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/media-flash.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/devices/media-optical-bd-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/network-wireless.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/uninterruptible-power-supply-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/drive-optical.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/input-gaming.png (deflated 7%)
  adding: share/icons/Adwaita/24x24/devices/drive-multidisk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/input-mouse.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/input-touchpad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/input-dialpad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/printer-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/camera-web-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/drive-harddisk.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/printer-network-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/input-keyboard-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/drive-harddisk-ieee1394-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/battery-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/devices/network-vpn.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/media-flash-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/devices/input-keyboard.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/devices/audio-speakers-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/ (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-pictures-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-videos.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/user-home-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/start-here.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/network-workgroup-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/network-workgroup.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-documents-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/places/user-home.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/user-trash.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-download.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/network-server.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-remote-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-templates-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/start-here-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-pictures.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/user-trash-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-music.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-templates.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/user-desktop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/user-bookmarks-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-music-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-saved-search.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-saved-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-publicshare-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-documents.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/network-server-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-publicshare.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/user-bookmarks.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/user-desktop.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-videos-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/places/folder-remote.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/ (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-seek-forward-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/actions/media-seek-forward-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/actions/list-add-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/media-skip-backward-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/mail-message-new.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-justify-left.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-save-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-sort-descending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-open-recent.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/pan-down-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/actions/insert-image.png (deflated 7%)
  adding: share/icons/Adwaita/24x24/actions/format-justify-right-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/appointment-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/mail-mark-notjunk.png (deflated 8%)
  adding: share/icons/Adwaita/24x24/actions/edit-find-replace.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-continuous-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/mail-mark-important-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/call-stop.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/insert-text-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-clear-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-bottom.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/help-about-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/mail-send-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-delete.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/object-rotate-left-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-edit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/action-unavailable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-text-strikethrough-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-restore-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/mail-reply-all.png (deflated 7%)
  adding: share/icons/Adwaita/24x24/actions/object-flip-horizontal-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-restore.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/actions/format-text-bold.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-redo-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-skip-forward.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-select-all-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/selection-end-symbolic-rtl.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/actions/focus-legacy-systray-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/help-faq.png (deflated 10%)
  adding: share/icons/Adwaita/24x24/actions/edit-undo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-app-grid-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/actions/tab-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/object-rotate-right-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-clear-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/mail-forward.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-select-all.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/media-playback-pause-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/24x24/actions/format-indent-less.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/folder-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-print-preview-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-find-replace-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-justify-right.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/actions/view-grid-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/media-seek-forward.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-redo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/list-remove-all-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-justify-center.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-next-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/find-location-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-print-preview.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-send.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/actions/object-flip-vertical.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-text-bold-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/mail-send-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-sort-ascending.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/system-run-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-indent-less-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/focus-windows-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-list-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/edit-undo-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-text-direction-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-playback-start-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-text-strikethrough.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-text-direction-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/list-add.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/zoom-fit-best-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/actions/help-contents.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/application-exit.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/tab-new.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/actions/help-about.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/window-close-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-page-setup-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-top-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/actions/focus-top-bar-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-eject.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/system-shutdown.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/folder-new.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/zoom-fit-best.png (deflated 6%)
  adding: share/icons/Adwaita/24x24/actions/media-skip-forward-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-undo.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-indent-less-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/pan-start-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/system-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/mail-reply-sender.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/actions/mail-mark-important.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/go-top.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/list-remove.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-indent-more-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/mark-location-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-text-italic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/open-menu-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/actions/selection-start-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/actions/insert-object-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-open.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-paste-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/process-stop.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/system-lock-screen.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/mail-mark-unread.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/view-paged-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-jump.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-previous.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-previous-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/insert-link.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/insert-object.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/actions/pan-end-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/document-open-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-skip-forward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/tools-check-spelling-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-justify-fill-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/actions/go-down.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/system-shutdown-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-fullscreen-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-up.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-more-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/actions/selection-end-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/go-bottom-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-refresh.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/window-restore-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/go-home.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-sort-ascending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-page-setup.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/object-flip-horizontal.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/zoom-original.png (deflated 5%)
  adding: share/icons/Adwaita/24x24/actions/mail-send.png (deflated 6%)
  adding: share/icons/Adwaita/24x24/actions/window-new.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/tools-check-spelling.png (deflated 10%)
  adding: share/icons/Adwaita/24x24/actions/format-justify-center-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/edit-cut-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-seek-backward-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/actions/go-first.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/error-correct-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/zoom-in.png (deflated 5%)
  adding: share/icons/Adwaita/24x24/actions/format-indent-more-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/zoom-out.png (deflated 5%)
  adding: share/icons/Adwaita/24x24/actions/window-minimize-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/24x24/actions/edit-redo.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-more-horizontal-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/24x24/actions/media-record-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/window-close.png (deflated 14%)
  adding: share/icons/Adwaita/24x24/actions/document-save.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-last-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/mail-mark-junk.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/font-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-refresh-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-find.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-first-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/system-switch-user-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-revert-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-first-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-redo-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/insert-link-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-playback-stop.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-seek-backward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-indent-more.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/insert-image-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/selection-start-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/view-dual-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/star-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/pan-up-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/24x24/actions/mail-mark-read.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/address-book-new.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/process-stop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-view-subtitles-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-text-underline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-find-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/call-stop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-new.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/actions/media-record.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-playback-pause.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-home-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/list-remove-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/24x24/actions/pan-start-symbolic-rtl.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/actions/media-skip-backward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-justify-left-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/go-next.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-print-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/media-playback-start-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-open-recent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/system-run.png (deflated 6%)
  adding: share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/call-start.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/media-skip-forward-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-eject-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/object-rotate-left.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/contact-new.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/format-indent-less-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-mirror-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-properties.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/actions/window-maximize-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/actions/go-next-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/view-sort-descending.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/object-select-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/object-flip-vertical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/view-fullscreen.png (deflated 5%)
  adding: share/icons/Adwaita/24x24/actions/media-seek-backward.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/object-rotate-right.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/color-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-last-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-save-as.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-text-underline.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/appointment-new.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-undo-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-skip-backward.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/contact-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/format-indent-more-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-seek-forward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/system-search.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/mail-send-receive.png (deflated 12%)
  adding: share/icons/Adwaita/24x24/actions/go-previous-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-playback-start.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-copy.png (deflated 4%)
  adding: share/icons/Adwaita/24x24/actions/address-book-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/system-log-out.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-last.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-revert-rtl.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/actions/go-next-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/call-start-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/zoom-out-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/24x24/actions/view-pin-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-skip-backward-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/actions/format-justify-fill.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/pan-end-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/actions/edit-copy-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/application-exit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-seek-backward-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/actions/format-text-italic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/bookmark-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-delete-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-previous-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/zoom-in-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-revert-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-jump-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-revert.png (deflated 3%)
  adding: share/icons/Adwaita/24x24/actions/document-properties-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-send-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/go-last-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/document-print.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/insert-text.png (deflated 10%)
  adding: share/icons/Adwaita/24x24/actions/media-playback-stop-symbolic.symbolic.png (deflated 9%)
  adding: share/icons/Adwaita/24x24/actions/go-first-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/media-playback-start-rtl.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-cut.png (deflated 0%)
  adding: share/icons/Adwaita/24x24/actions/edit-paste.png (deflated 2%)
  adding: share/icons/Adwaita/24x24/actions/document-save-as-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/bookmark-new.png (stored 0%)
  adding: share/icons/Adwaita/24x24/actions/zoom-original-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/ (stored 0%)
  adding: share/icons/Adwaita/96x96/status/ (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-wireless-encrypted-symbolic.symbolic.png (deflated 11%)
  adding: share/icons/Adwaita/96x96/status/media-playlist-repeat-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/status/media-playlist-repeat-song-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/weather-storm-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/changes-prevent-symbolic.symbolic.png (deflated 11%)
  adding: share/icons/Adwaita/96x96/status/alarm-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/weather-clear-night-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/folder-visiting-symbolic.symbolic.png (deflated 12%)
  adding: share/icons/Adwaita/96x96/status/avatar-default-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/printer-error-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/status/non-starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/audio-volume-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-offline-symbolic.symbolic.png (deflated 13%)
  adding: share/icons/Adwaita/96x96/status/mail-unread-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/96x96/status/battery-empty-symbolic.symbolic.png (deflated 29%)
  adding: share/icons/Adwaita/96x96/status/network-wireless-signal-excellent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/software-update-urgent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/checkbox-symbolic.symbolic.png (deflated 12%)
  adding: share/icons/Adwaita/96x96/status/user-trash-full-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/thunderbolt-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/computer-fail-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/view-wrapped-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/media-playlist-consecutive-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/status/starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/status/weather-showers-scattered-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/microphone-sensitivity-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/image-loading-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/user-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-3g-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/weather-few-clouds-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/status/network-wired-disconnected-symbolic.symbolic.png (deflated 11%)
  adding: share/icons/Adwaita/96x96/status/media-playlist-repeat-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/status/channel-secure-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/96x96/status/microphone-sensitivity-muted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-wireless-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/semi-starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/user-busy-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/status/security-low-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/96x96/status/battery-caution-symbolic.symbolic.png (deflated 13%)
  adding: share/icons/Adwaita/96x96/status/night-light-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-acquiring-symbolic.symbolic.png (deflated 14%)
  adding: share/icons/Adwaita/96x96/status/battery-caution-charging-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/status/battery-full-symbolic.symbolic.png (deflated 21%)
  adding: share/icons/Adwaita/96x96/status/network-wireless-signal-none-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/media-playlist-consecutive-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/status/battery-low-charging-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/status/printer-warning-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/96x96/status/weather-showers-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-wired-offline-symbolic.symbolic.png (deflated 11%)
  adding: share/icons/Adwaita/96x96/status/folder-drag-accept-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/status/media-playlist-shuffle-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-wireless-hotspot-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/orientation-landscape-inverse-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/status/security-medium-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/status/semi-starred-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/orientation-portrait-inverse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/dialog-password-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-connected-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/view-wrapped-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/96x96/status/rotation-allowed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-gprs-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/status/checkbox-checked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/weather-windy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/appointment-missed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/orientation-landscape-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/status/checkbox-mixed-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-hspa-symbolic.symbolic.png (deflated 14%)
  adding: share/icons/Adwaita/96x96/status/orientation-portrait-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/weather-clear-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/battery-empty-charging-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/status/content-loading-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/status/printer-printing-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/status/display-brightness-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/dialog-question-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/battery-good-symbolic.symbolic.png (deflated 23%)
  adding: share/icons/Adwaita/96x96/status/airplane-mode-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/user-away-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/radio-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/changes-allow-symbolic.symbolic.png (deflated 15%)
  adding: share/icons/Adwaita/96x96/status/user-not-tracked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/dialog-warning-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/audio-volume-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/battery-good-charging-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/status/microphone-sensitivity-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/daytime-sunrise-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/audio-volume-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/media-playlist-shuffle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/task-past-due-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-signal-weak-symbolic.symbolic.png (deflated 44%)
  adding: share/icons/Adwaita/96x96/status/network-vpn-symbolic.symbolic.png (deflated 15%)
  adding: share/icons/Adwaita/96x96/status/battery-missing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-signal-ok-symbolic.symbolic.png (deflated 45%)
  adding: share/icons/Adwaita/96x96/status/daytime-sunset-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/dialog-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-wired-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/mail-attachment-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/96x96/status/system-lock-screen-symbolic.symbolic.png (deflated 11%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-signal-excellent-symbolic.symbolic.png (deflated 45%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-signal-good-symbolic.symbolic.png (deflated 45%)
  adding: share/icons/Adwaita/96x96/status/network-transmit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/appointment-soon-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png (deflated 11%)
  adding: share/icons/Adwaita/96x96/status/network-wireless-connected-symbolic.symbolic.png (deflated 60%)
  adding: share/icons/Adwaita/96x96/status/weather-severe-alert-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/96x96/status/task-due-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/status/keyboard-brightness-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/user-invisible-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/status/weather-few-clouds-night-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/touchpad-disabled-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/96x96/status/network-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/channel-insecure-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/status/rotation-locked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-edge-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/status/network-wireless-signal-weak-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-transmit-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/security-high-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-4g-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/96x96/status/mail-replied-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/status/network-wireless-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-wireless-signal-good-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/dialog-information-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/96x96/status/radio-mixed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/battery-full-charging-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/status/battery-low-symbolic.symbolic.png (deflated 28%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-signal-none-symbolic.symbolic.png (deflated 46%)
  adding: share/icons/Adwaita/96x96/status/network-wireless-signal-ok-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/weather-overcast-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/bluetooth-active-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/microphone-sensitivity-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/folder-open-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/audio-volume-muted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/battery-full-charged-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/status/weather-snow-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/radio-checked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/status/network-cellular-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/bluetooth-disabled-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/software-update-available-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/status/network-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emblems/ (stored 0%)
  adding: share/icons/Adwaita/96x96/emblems/emblem-photos-symbolic.symbolic.png (deflated 14%)
  adding: share/icons/Adwaita/96x96/emblems/emblem-documents-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emblems/emblem-videos-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/emblems/emblem-ok-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/emblems/emblem-important-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emblems/emblem-default-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emblems/emblem-shared-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emblems/emblem-favorite-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emblems/emblem-synchronizing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emblems/emblem-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emblems/emblem-music-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/apps/ (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/gnome-power-manager-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-system-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/applets-screenshooter-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-system-network-proxy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-desktop-wallpaper-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/goa-panel-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/system-software-install-symbolic.symbolic.png (deflated 8%)
  adding: share/icons/Adwaita/96x96/apps/preferences-desktop-accessibility-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-system-details-symbolic.symbolic.png (deflated 12%)
  adding: share/icons/Adwaita/96x96/apps/preferences-desktop-screensaver-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-system-devices-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-system-time-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/user-info-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-system-sharing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/help-faq-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-system-privacy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/help-contents-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/utilities-terminal-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/apps/preferences-desktop-locale-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/accessories-calculator-symbolic.symbolic.png (deflated 16%)
  adding: share/icons/Adwaita/96x96/apps/preferences-desktop-display-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-system-network-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/accessories-character-map-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/accessories-text-editor-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/apps/system-file-manager-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/apps/web-browser-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/system-users-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-desktop-font-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-color-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/help-browser-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/multimedia-volume-control-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/accessories-dictionary-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/96x96/apps/bluetooth-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/utilities-system-monitor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/apps/preferences-desktop-keyboard-symbolic.symbolic.png (deflated 9%)
  adding: share/icons/Adwaita/96x96/emotes/ (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-devilish-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-confused-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-angel-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-worried-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-yawn-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-sad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-plain-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-smirk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-uncertain-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-kiss-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-raspberry-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-monkey-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-glasses-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/emote-love-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-smile-big-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-sick-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-shutmouth-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-surprise-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-wink-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-crying-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-tired-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-cool-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-laugh-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-smile-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-angry-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/emotes/face-embarrassed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/categories/ (stored 0%)
  adding: share/icons/Adwaita/96x96/categories/preferences-other-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/categories/applications-engineering-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/categories/applications-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/categories/applications-graphics-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/categories/system-help-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/categories/applications-games-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/categories/applications-utilities-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/categories/preferences-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/categories/applications-multimedia-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/categories/applications-science-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/mimetypes/ (stored 0%)
  adding: share/icons/Adwaita/96x96/mimetypes/image-x-generic-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/mimetypes/application-x-addon-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/mimetypes/x-office-presentation-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/mimetypes/video-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/mimetypes/x-office-spreadsheet-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/mimetypes/x-office-calendar-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/96x96/mimetypes/application-certificate-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/mimetypes/inode-directory-symbolic.symbolic.png (deflated 16%)
  adding: share/icons/Adwaita/96x96/mimetypes/x-office-drawing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/mimetypes/x-office-address-book-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/mimetypes/x-office-document-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/mimetypes/application-x-appliance-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/mimetypes/application-x-executable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/mimetypes/package-x-generic-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/96x96/mimetypes/application-rss+xml-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/mimetypes/text-x-generic-symbolic.symbolic.png (deflated 17%)
  adding: share/icons/Adwaita/96x96/mimetypes/font-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/mimetypes/audio-x-generic-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/96x96/mimetypes/application-x-firmware-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/ (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/media-zip-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/phone-apple-iphone-symbolic.symbolic.png (deflated 21%)
  adding: share/icons/Adwaita/96x96/devices/video-display-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/96x96/devices/drive-removable-media-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/96x96/devices/media-tape-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/input-gaming-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/network-wireless-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/audio-input-microphone-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/devices/media-optical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/drive-harddisk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/input-mouse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/video-joined-displays-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/colorimeter-colorhug-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/devices/multimedia-player-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/devices/scanner-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/devices/media-optical-dvd-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/display-projector-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/audio-headphones-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/network-wired-symbolic.symbolic.png (deflated 39%)
  adding: share/icons/Adwaita/96x96/devices/drive-harddisk-usb-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/drive-harddisk-solidstate-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/96x96/devices/media-optical-cd-audio-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/media-floppy-symbolic.symbolic.png (deflated 8%)
  adding: share/icons/Adwaita/96x96/devices/camera-video-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/pda-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/thunderbolt-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/drive-harddisk-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/phone-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/96x96/devices/audio-card-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/devices/audio-headset-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/ac-adapter-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/devices/drive-optical-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/devices/camera-photo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/video-single-display-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/devices/tv-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png (deflated 21%)
  adding: share/icons/Adwaita/96x96/devices/computer-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/96x96/devices/media-removable-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/96x96/devices/computer-apple-ipad-symbolic.symbolic.png (deflated 22%)
  adding: share/icons/Adwaita/96x96/devices/media-optical-bd-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/uninterruptible-power-supply-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/drive-multidisk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/modem-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/input-touchpad-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/96x96/devices/input-dialpad-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/96x96/devices/printer-symbolic.symbolic.png (deflated 13%)
  adding: share/icons/Adwaita/96x96/devices/camera-web-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/printer-network-symbolic.symbolic.png (deflated 13%)
  adding: share/icons/Adwaita/96x96/devices/input-keyboard-symbolic.symbolic.png (deflated 8%)
  adding: share/icons/Adwaita/96x96/devices/drive-harddisk-ieee1394-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/devices/battery-symbolic.symbolic.png (deflated 21%)
  adding: share/icons/Adwaita/96x96/devices/media-flash-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/devices/audio-speakers-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/places/ (stored 0%)
  adding: share/icons/Adwaita/96x96/places/folder-pictures-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/places/user-home-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/places/network-workgroup-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/places/folder-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/places/folder-documents-symbolic.symbolic.png (deflated 17%)
  adding: share/icons/Adwaita/96x96/places/folder-remote-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/places/folder-templates-symbolic.symbolic.png (deflated 16%)
  adding: share/icons/Adwaita/96x96/places/start-here-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/places/user-trash-symbolic.symbolic.png (deflated 14%)
  adding: share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/places/user-desktop-symbolic.symbolic.png (deflated 16%)
  adding: share/icons/Adwaita/96x96/places/user-bookmarks-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/places/folder-music-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/places/folder-saved-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/places/folder-publicshare-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/places/network-server-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/96x96/places/folder-videos-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/ (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/media-seek-forward-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/actions/media-seek-forward-symbolic-rtl.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/96x96/actions/list-add-symbolic.symbolic.png (deflated 37%)
  adding: share/icons/Adwaita/96x96/actions/media-skip-backward-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/actions/document-save-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/actions/view-sort-descending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/pan-down-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/96x96/actions/format-justify-right-symbolic.symbolic.png (deflated 24%)
  adding: share/icons/Adwaita/96x96/actions/appointment-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/view-continuous-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/96x96/actions/mail-mark-important-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/insert-text-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/edit-clear-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/help-about-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/mail-send-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/object-rotate-left-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/action-unavailable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/format-text-strikethrough-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/view-restore-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/actions/object-flip-horizontal-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/edit-redo-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/edit-select-all-symbolic.symbolic.png (deflated 15%)
  adding: share/icons/Adwaita/96x96/actions/selection-end-symbolic-rtl.symbolic.png (deflated 18%)
  adding: share/icons/Adwaita/96x96/actions/focus-legacy-systray-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/edit-undo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/view-app-grid-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/actions/tab-new-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/96x96/actions/object-rotate-right-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/edit-clear-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/actions/media-playback-pause-symbolic.symbolic.png (deflated 40%)
  adding: share/icons/Adwaita/96x96/actions/folder-new-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/actions/document-print-preview-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/edit-find-replace-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/view-grid-symbolic.symbolic.png (deflated 19%)
  adding: share/icons/Adwaita/96x96/actions/edit-redo-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/list-remove-all-symbolic.symbolic.png (deflated 18%)
  adding: share/icons/Adwaita/96x96/actions/find-location-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/format-text-bold-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/mail-send-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/system-run-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/format-indent-less-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/focus-windows-symbolic.symbolic.png (deflated 12%)
  adding: share/icons/Adwaita/96x96/actions/view-list-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/96x96/actions/edit-undo-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/format-text-direction-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/media-playback-start-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/actions/format-text-direction-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/zoom-fit-best-symbolic.symbolic.png (deflated 11%)
  adding: share/icons/Adwaita/96x96/actions/window-close-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/96x96/actions/document-page-setup-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/go-top-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/actions/focus-top-bar-symbolic.symbolic.png (deflated 8%)
  adding: share/icons/Adwaita/96x96/actions/media-skip-forward-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/96x96/actions/pan-start-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/actions/system-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/document-new-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/actions/mark-location-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/format-text-italic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/open-menu-symbolic.symbolic.png (deflated 23%)
  adding: share/icons/Adwaita/96x96/actions/selection-start-symbolic.symbolic.png (deflated 18%)
  adding: share/icons/Adwaita/96x96/actions/insert-object-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/edit-paste-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/view-paged-symbolic.symbolic.png (deflated 22%)
  adding: share/icons/Adwaita/96x96/actions/go-previous-symbolic.symbolic.png (deflated 16%)
  adding: share/icons/Adwaita/96x96/actions/pan-end-symbolic-rtl.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/actions/document-open-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/tools-check-spelling-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/format-justify-fill-symbolic.symbolic.png (deflated 23%)
  adding: share/icons/Adwaita/96x96/actions/system-shutdown-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/actions/view-fullscreen-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/view-more-symbolic.symbolic.png (deflated 21%)
  adding: share/icons/Adwaita/96x96/actions/selection-end-symbolic.symbolic.png (deflated 15%)
  adding: share/icons/Adwaita/96x96/actions/go-bottom-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/actions/window-restore-symbolic.symbolic.png (deflated 26%)
  adding: share/icons/Adwaita/96x96/actions/view-sort-ascending-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/format-justify-center-symbolic.symbolic.png (deflated 23%)
  adding: share/icons/Adwaita/96x96/actions/edit-cut-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/media-seek-backward-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/96x96/actions/error-correct-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/format-indent-more-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/window-minimize-symbolic.symbolic.png (deflated 21%)
  adding: share/icons/Adwaita/96x96/actions/view-more-horizontal-symbolic.symbolic.png (deflated 12%)
  adding: share/icons/Adwaita/96x96/actions/media-record-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/96x96/actions/edit-select-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/go-last-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/font-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/view-refresh-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/system-switch-user-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/document-revert-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/go-first-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/insert-link-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/insert-image-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/96x96/actions/selection-start-symbolic-rtl.symbolic.png (deflated 15%)
  adding: share/icons/Adwaita/96x96/actions/view-dual-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/actions/star-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/pan-up-symbolic.symbolic.png (deflated 14%)
  adding: share/icons/Adwaita/96x96/actions/process-stop-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/96x96/actions/media-view-subtitles-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/96x96/actions/format-text-underline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/edit-find-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/call-stop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/go-home-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/actions/list-remove-symbolic.symbolic.png (deflated 19%)
  adding: share/icons/Adwaita/96x96/actions/pan-start-symbolic-rtl.symbolic.png (deflated 15%)
  adding: share/icons/Adwaita/96x96/actions/format-justify-left-symbolic.symbolic.png (deflated 23%)
  adding: share/icons/Adwaita/96x96/actions/document-print-symbolic.symbolic.png (deflated 16%)
  adding: share/icons/Adwaita/96x96/actions/media-playback-start-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/document-open-recent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/media-skip-forward-symbolic-rtl.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/actions/media-eject-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/actions/format-indent-less-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/view-mirror-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/actions/window-maximize-symbolic.symbolic.png (deflated 31%)
  adding: share/icons/Adwaita/96x96/actions/go-next-symbolic-rtl.symbolic.png (deflated 16%)
  adding: share/icons/Adwaita/96x96/actions/object-select-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/actions/object-flip-vertical-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/96x96/actions/color-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/go-last-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/actions/contact-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/format-indent-more-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/address-book-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/go-next-symbolic.symbolic.png (deflated 20%)
  adding: share/icons/Adwaita/96x96/actions/call-start-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/zoom-out-symbolic.symbolic.png (deflated 16%)
  adding: share/icons/Adwaita/96x96/actions/view-pin-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/96x96/actions/media-skip-backward-symbolic-rtl.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/96x96/actions/pan-end-symbolic.symbolic.png (deflated 15%)
  adding: share/icons/Adwaita/96x96/actions/edit-copy-symbolic.symbolic.png (deflated 21%)
  adding: share/icons/Adwaita/96x96/actions/application-exit-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/96x96/actions/media-seek-backward-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/actions/bookmark-new-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/96x96/actions/edit-delete-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/go-previous-symbolic-rtl.symbolic.png (deflated 20%)
  adding: share/icons/Adwaita/96x96/actions/zoom-in-symbolic.symbolic.png (deflated 13%)
  adding: share/icons/Adwaita/96x96/actions/document-revert-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/go-jump-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/96x96/actions/document-properties-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/96x96/actions/document-send-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/96x96/actions/media-playback-stop-symbolic.symbolic.png (deflated 40%)
  adding: share/icons/Adwaita/96x96/actions/go-first-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/96x96/actions/document-save-as-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/96x96/actions/zoom-original-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/scalable-up-to-32/ (stored 0%)
  adding: share/icons/Adwaita/scalable-up-to-32/status/ (stored 0%)
  adding: share/icons/Adwaita/scalable-up-to-32/status/process-working-symbolic.svg (deflated 59%)
  adding: share/icons/Adwaita/index.theme (deflated 85%)
  adding: share/icons/Adwaita/8x8/ (stored 0%)
  adding: share/icons/Adwaita/8x8/emblems/ (stored 0%)
  adding: share/icons/Adwaita/8x8/emblems/emblem-synchronizing.png (deflated 3%)
  adding: share/icons/Adwaita/8x8/emblems/emblem-readonly.png (deflated 5%)
  adding: share/icons/Adwaita/8x8/emblems/emblem-unreadable.png (deflated 5%)
  adding: share/icons/Adwaita/8x8/emblems/emblem-symbolic-link.png (deflated 5%)
  adding: share/icons/Adwaita/8x8/emblems/emblem-default.png (stored 0%)
  adding: share/icons/Adwaita/8x8/emblems/emblem-new.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/ (stored 0%)
  adding: share/icons/Adwaita/48x48/status/ (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-wireless-encrypted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/media-playlist-repeat-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/media-playlist-repeat-song-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-storm-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/changes-prevent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/printer-error.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/alarm-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/audio-volume-muted.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/task-past-due.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-clear-night-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/appointment-soon.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/folder-visiting-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/48x48/status/avatar-default-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/printer-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/non-starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/software-update-urgent.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/audio-volume-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-few-clouds-night.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-offline-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/status/mail-unread-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-empty-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/48x48/status/software-update-available.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-wireless-signal-excellent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-receive.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/software-update-urgent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/checkbox-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/user-trash-full-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/thunderbolt-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/computer-fail-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/view-wrapped-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/media-playlist-consecutive-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/status/starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-showers-scattered-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/image-loading-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/status/printer-printing.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/user-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-3g-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/changes-prevent.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/computer-fail.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-few-clouds-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-wired-disconnected-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/status/media-playlist-repeat-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/channel-secure-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-muted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-wireless-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/semi-starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/user-busy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/security-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-caution-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/trophy-bronze.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/avatar-default.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/night-light-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-empty.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/dialog-warning.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/folder-drag-accept.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-caution-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-full-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/status/network-wireless-signal-none-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-low.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/media-playlist-consecutive-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/48x48/status/battery-full.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-medium.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-low-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-fog.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/printer-warning-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-showers-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-wired-offline-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/status/battery-good-charging.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/folder-drag-accept-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/media-playlist-shuffle-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/user-trash-full.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-wireless-hotspot-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-low.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/audio-volume-high.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/orientation-landscape-inverse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/security-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-low-charging.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/semi-starred-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/call-missed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/orientation-portrait-inverse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/dialog-password-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-connected-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-few-clouds.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-muted.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/dialog-information.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/task-due.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/view-wrapped-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/rotation-allowed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/semi-starred-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/dialog-error.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-connected.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-gprs-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/audio-volume-low.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/checkbox-checked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/user-offline.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-caution.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/user-away.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-windy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/user-busy.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/dialog-question.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/appointment-missed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/orientation-landscape-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/checkbox-mixed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/user-available.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/image-missing.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/trophy-gold.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-hspa-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/orientation-portrait-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-missing.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-clear-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/non-starred.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-empty-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/content-loading-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/status/printer-printing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/media-playlist-repeat.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-transmit-receive.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/starred.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/display-brightness-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/dialog-question-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-showers-scattered.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-good-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/48x48/status/airplane-mode-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-offline.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/dialog-password.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-caution-charging.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/folder-open.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/user-away-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/radio-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/changes-allow-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/status/user-not-tracked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/dialog-warning-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/trophy-silver.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-storm.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/audio-volume-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/security-high.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-good-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-error.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/daytime-sunrise-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/audio-volume-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/media-playlist-shuffle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/task-past-due-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-showers.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-signal-weak-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/48x48/status/mail-unread.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-clear.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/image-loading.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-vpn-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-missing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/mail-replied.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-signal-ok-symbolic.symbolic.png (deflated 9%)
  adding: share/icons/Adwaita/48x48/status/user-idle.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/daytime-sunset-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/dialog-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-wired-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-clear-night.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-overcast.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/mail-attachment-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/system-lock-screen-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/audio-volume-medium.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-full-charged.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-signal-excellent-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-signal-good-symbolic.symbolic.png (deflated 9%)
  adding: share/icons/Adwaita/48x48/status/network-transmit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/appointment-soon-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/status/network-wireless-connected-symbolic.symbolic.png (deflated 31%)
  adding: share/icons/Adwaita/48x48/status/weather-severe-alert-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/mail-attachment.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/task-due-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-high.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/keyboard-brightness-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/user-invisible-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/status/weather-few-clouds-night-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/touchpad-disabled-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/channel-insecure-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/user-invisible.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/security-medium.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/appointment-missed.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/rotation-locked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-edge-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-wireless-signal-weak-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-transmit-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/folder-visiting.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/security-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-4g-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/media-playlist-shuffle.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/mail-replied-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-idle.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-wireless-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-wireless-signal-good-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/semi-starred.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/dialog-information-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/radio-mixed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-full-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-low-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/48x48/status/battery-full-charging.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-signal-none-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/48x48/status/network-wireless-signal-ok-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-overcast-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/bluetooth-active-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/folder-open-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-transmit.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/audio-volume-muted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/changes-allow.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-full-charged-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-snow-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/mail-read.png (deflated 10%)
  adding: share/icons/Adwaita/48x48/status/radio-checked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/security-low.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/48x48/status/network-cellular-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/bluetooth-disabled-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-severe-alert.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/software-update-available-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/battery-good.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/weather-snow.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/mail-read-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/status/network-wired-disconnected.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/ (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-photos-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-documents-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-synchronizing.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-documents.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-system.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-videos-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-favorite.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-readonly.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-shared.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-ok-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-photos.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-package.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-important-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-web.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-default-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-urgent.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-unreadable.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-symbolic-link.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-downloads.png (deflated 4%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-mail.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-shared-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-favorite-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-desktop.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-synchronizing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-default.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-important.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-new.png (deflated 11%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-generic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emblems/emblem-music-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/ (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-accessibility.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/system-software-update.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/gnome-power-manager-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/applets-screenshooter-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-network-proxy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-font.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-locale.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-wallpaper-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-screensaver.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-windows.png (deflated 3%)
  adding: share/icons/Adwaita/48x48/apps/multimedia-volume-control.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/utilities-terminal.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/system-users.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/applets-screenshooter.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/help-browser.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-remote-desktop.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/goa-panel-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/system-software-install-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-accessibility-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-privacy.png (deflated 1%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-details-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-screensaver-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-devices-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/utilities-system-monitor.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-time-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/web-browser.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/accessories-calculator.png (deflated 3%)
  adding: share/icons/Adwaita/48x48/apps/user-info-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-sharing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/help-faq-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-privacy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/help-contents-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/utilities-terminal-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-locale-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/accessories-calculator-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-theme.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/user-info.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/accessories-text-editor.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-wallpaper.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/accessories-dictionary.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-display-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-network-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/accessories-character-map-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/accessories-character-map.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/system-software-install.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/accessories-text-editor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-display.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-search.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/system-file-manager-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/web-browser-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-sharing.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/system-file-manager.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/system-users-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-font-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-color-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-notifications-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/help-browser-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/multimedia-volume-control-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/accessories-dictionary-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-shortcuts.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/bluetooth-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/utilities-system-monitor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-system-notifications.png (stored 0%)
  adding: share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/ (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-devilish-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-smile-big.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-confused-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-angel-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-worried-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-yawn-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-laugh.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-sad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-plain-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-smirk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-cool.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-uncertain-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-sick.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-kiss-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-raspberry-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-crying.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-monkey-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-glasses-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/emote-love-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-monkey.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-smile-big-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-tired.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-sick-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-embarrassed.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-raspberry.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-angel.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-shutmouth-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-surprise-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-wink-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-surprise.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/emote-love.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-crying-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-tired-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-angry.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-cool-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-sad.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-laugh-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-worried.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-smile-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-kiss.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-glasses.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-angry-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-uncertain.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-smirk.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-plain.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-devilish.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-embarrassed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-wink.png (stored 0%)
  adding: share/icons/Adwaita/48x48/emotes/face-smile.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/ (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-internet.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/preferences-desktop.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-games.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-office.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-system.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/preferences-other-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-accessories.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-science.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-engineering-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-utilities.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/preferences-other.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-graphics-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/system-help-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-multimedia.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-games-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/preferences-system-network.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/system-help.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-development.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-utilities-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/preferences-desktop-personal.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/preferences-desktop-peripherals.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/preferences-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-multimedia-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-graphics.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-science-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-engineering.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/preferences-system.png (stored 0%)
  adding: share/icons/Adwaita/48x48/categories/applications-other.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/ (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/text-html.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/text-x-preview.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/image-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-calendar.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/application-x-addon-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/font-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-presentation-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/video-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet-template.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/image-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/video-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-document-template.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-calendar-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/application-x-executable.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/application-certificate-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-address-book.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/inode-directory-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-drawing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-address-book-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-presentation-template.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/application-x-addon.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-drawing.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-document-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-document.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-drawing-template.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/application-x-appliance-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/application-certificate.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/text-x-generic.png (deflated 8%)
  adding: share/icons/Adwaita/48x48/mimetypes/application-x-executable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/package-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/audio-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/text-x-generic-template.png (deflated 9%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-package-repository.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/application-rss+xml-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/text-x-script.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/text-x-generic-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/48x48/mimetypes/font-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/x-office-presentation.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/audio-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/application-x-firmware-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/package-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/mimetypes/application-x-firmware.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/ (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/ac-adapter.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-zip-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/input-dialpad.png (deflated 6%)
  adding: share/icons/Adwaita/48x48/devices/camera-photo.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/phone-apple-iphone-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/48x48/devices/multimedia-player.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/video-display-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/devices/audio-headphones.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/drive-removable-media-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-tape-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-floppy.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/input-gaming-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/network-wireless-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-tape.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/video-display.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/audio-card.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/camera-video.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/drive-multidisk.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/audio-speakers.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/ebook-reader.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/audio-input-microphone-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-optical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/phone.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/network-wired.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/drive-harddisk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/input-mouse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/video-joined-displays-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/colorimeter-colorhug-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/multimedia-player-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/input-touchpad.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/scanner-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-optical-dvd-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/display-projector-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-optical.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/modem.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/audio-headphones-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/network-wired-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/48x48/devices/drive-harddisk-usb-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/drive-harddisk-solidstate-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/uninterruptible-power-supply.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-optical-cd-audio-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/computer.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-floppy-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/48x48/devices/camera-video-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/pda-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/thunderbolt-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/drive-harddisk-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/drive-removable-media.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/camera-web.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/phone-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/audio-card-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/input-tablet.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/audio-headset-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/printer-network.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/ac-adapter-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/drive-optical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/camera-photo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-removable.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/audio-input-microphone.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/video-single-display-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/printer.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/tv-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/audio-headset.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/48x48/devices/battery.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/pda.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/computer-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-removable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/computer-apple-ipad-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/48x48/devices/scanner.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-flash.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-optical-bd-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/network-wireless.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/uninterruptible-power-supply-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/drive-optical.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/input-gaming.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/drive-multidisk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/input-mouse.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/input-touchpad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/input-dialpad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/printer-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/camera-web-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/drive-harddisk.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/printer-network-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/input-keyboard-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/devices/drive-harddisk-ieee1394-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/battery-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/devices/network-vpn.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/media-flash-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/input-keyboard.png (stored 0%)
  adding: share/icons/Adwaita/48x48/devices/audio-speakers-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/ (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-pictures-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-videos.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/user-home-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/start-here.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/network-workgroup-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/network-workgroup.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-documents-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/48x48/places/user-home.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/user-trash.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-download.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/network-server.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-remote-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-templates-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/start-here-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-pictures.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/user-trash-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/places/folder-music.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-templates.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/user-desktop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/user-bookmarks-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-music-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-saved-search.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-saved-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-publicshare-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-documents.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/network-server-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/48x48/places/folder-publicshare.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/user-bookmarks.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/user-desktop.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-videos-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/places/folder-remote.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/ (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-seek-forward-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-seek-forward-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/actions/list-add-symbolic.symbolic.png (deflated 11%)
  adding: share/icons/Adwaita/48x48/actions/media-skip-backward-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/actions/mail-message-new.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-justify-left.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-save-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-sort-descending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-open-recent.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/pan-down-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/actions/insert-image.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-justify-right-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/actions/appointment-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/mail-mark-notjunk.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-find-replace.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-continuous-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/actions/mail-mark-important-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/call-stop.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/insert-text-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-clear-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-bottom.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/help-about-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/mail-send-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-delete.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/object-rotate-left-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/action-unavailable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-text-strikethrough-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-restore-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/mail-reply-all.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/object-flip-horizontal-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-restore.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/actions/format-text-bold.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-redo-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-skip-forward.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-select-all-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/selection-end-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/actions/focus-legacy-systray-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/help-faq.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-undo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-app-grid-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/tab-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/object-rotate-right-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-clear-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/mail-forward.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-select-all.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-playback-pause-symbolic.symbolic.png (deflated 16%)
  adding: share/icons/Adwaita/48x48/actions/format-indent-less.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/folder-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-print-preview-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-find-replace-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-justify-right.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-grid-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/48x48/actions/media-seek-forward.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-redo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/list-remove-all-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/48x48/actions/format-justify-center.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-next-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/find-location-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-print-preview.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-send.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/object-flip-vertical.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-text-bold-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/mail-send-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-sort-ascending.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/system-run-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-indent-less-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/focus-windows-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-list-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-text-direction-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-undo-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-text-direction-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-playback-start-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-text-strikethrough.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-text-direction-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/list-add.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/zoom-fit-best-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/help-contents.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/application-exit.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/help-about.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/window-close-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-page-setup-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-top-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/focus-top-bar-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-eject.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/system-shutdown.png (deflated 5%)
  adding: share/icons/Adwaita/48x48/actions/folder-new.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/zoom-fit-best.png (deflated 7%)
  adding: share/icons/Adwaita/48x48/actions/media-skip-forward-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-undo.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-indent-less-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/pan-start-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/system-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/mail-reply-sender.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/mail-mark-important.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-top.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/list-remove.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-indent-more-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/mark-location-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/mark-location.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-text-italic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/open-menu-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/48x48/actions/selection-start-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/actions/insert-object-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-open.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-paste-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/process-stop.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/system-lock-screen.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/mail-mark-unread.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-paged-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-jump.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-text-direction-ltr.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-previous.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-previous-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/actions/insert-link.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/insert-object.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/pan-end-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-open-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-skip-forward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/tools-check-spelling-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-justify-fill-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/48x48/actions/go-down.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/system-shutdown-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-fullscreen-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-up.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-more-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/48x48/actions/selection-end-symbolic.symbolic.png (deflated 8%)
  adding: share/icons/Adwaita/48x48/actions/go-bottom-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-refresh.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/window-restore-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/48x48/actions/go-home.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-sort-ascending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-page-setup.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/object-flip-horizontal.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/zoom-original.png (deflated 8%)
  adding: share/icons/Adwaita/48x48/actions/mail-send.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/window-new.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/tools-check-spelling.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-justify-center-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/actions/edit-cut-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-seek-backward-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/actions/go-first.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/error-correct-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/zoom-in.png (deflated 8%)
  adding: share/icons/Adwaita/48x48/actions/format-indent-more-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/zoom-out.png (deflated 8%)
  adding: share/icons/Adwaita/48x48/actions/window-minimize-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/48x48/actions/edit-redo.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-more-horizontal-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/48x48/actions/media-record-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/window-close.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-save.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-last-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/mail-mark-junk.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-clear.png (deflated 1%)
  adding: share/icons/Adwaita/48x48/actions/font-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-refresh-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-find.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-first-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/system-switch-user-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-revert-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-first-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-redo-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/insert-link-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-playback-stop.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-seek-backward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-indent-more.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/insert-image-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/selection-start-symbolic-rtl.symbolic.png (deflated 8%)
  adding: share/icons/Adwaita/48x48/actions/view-dual-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/star-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/pan-up-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/48x48/actions/mail-mark-read.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/address-book-new.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/process-stop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-view-subtitles-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-text-underline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-find-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/call-stop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-new.png (deflated 7%)
  adding: share/icons/Adwaita/48x48/actions/media-record.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-playback-pause.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-home-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/list-remove-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/48x48/actions/pan-start-symbolic-rtl.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/48x48/actions/media-skip-backward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-justify-left-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/48x48/actions/go-next.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-print-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-playback-start-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-open-recent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/system-run.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/call-start.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-skip-forward-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/actions/media-eject-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/object-rotate-left.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/contact-new.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-indent-less-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-mirror-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-clear-rtl.png (deflated 1%)
  adding: share/icons/Adwaita/48x48/actions/document-properties.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/window-maximize-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/48x48/actions/go-next-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/48x48/actions/view-sort-descending.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/object-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/object-flip-vertical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/view-fullscreen.png (deflated 4%)
  adding: share/icons/Adwaita/48x48/actions/media-seek-backward.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/object-rotate-right.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/color-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-last-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-save-as.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-clear-all.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-text-underline.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/appointment-new.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-undo-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-skip-backward.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/contact-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-indent-more-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-seek-forward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/system-search.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/mail-send-receive.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-previous-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-playback-start.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-copy.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/address-book-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/system-log-out.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-last.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-revert-rtl.png (deflated 5%)
  adding: share/icons/Adwaita/48x48/actions/go-next-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/actions/call-start-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/zoom-out-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/48x48/actions/view-pin-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-skip-backward-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/actions/format-justify-fill.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/pan-end-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/48x48/actions/edit-copy-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/actions/application-exit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-seek-backward-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/format-text-italic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/bookmark-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-delete-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-previous-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/48x48/actions/zoom-in-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-revert-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-jump-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-revert.png (deflated 6%)
  adding: share/icons/Adwaita/48x48/actions/document-properties-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-send-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/go-last-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-print.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/insert-text.png (deflated 5%)
  adding: share/icons/Adwaita/48x48/actions/media-playback-stop-symbolic.symbolic.png (deflated 17%)
  adding: share/icons/Adwaita/48x48/actions/go-first-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/media-playback-start-rtl.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-cut.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/edit-paste.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/document-save-as-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/bookmark-new.png (stored 0%)
  adding: share/icons/Adwaita/48x48/actions/zoom-original-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/ (stored 0%)
  adding: share/icons/Adwaita/16x16/status/ (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-wireless-encrypted-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/status/media-playlist-repeat-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/media-playlist-repeat-song-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-storm-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/changes-prevent-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/status/printer-error.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/alarm-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/audio-volume-muted.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/task-past-due.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-clear-night-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/appointment-soon.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/folder-visiting-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/status/mail-signed-verified.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/avatar-default-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/printer-error-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/non-starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/software-update-urgent.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/status/audio-volume-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-few-clouds-night.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-offline-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/mail-unread-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/battery-empty-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/status/software-update-available.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/network-wireless-signal-excellent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-receive.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/software-update-urgent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/checkbox-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/user-trash-full-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/thunderbolt-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/computer-fail-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/view-wrapped-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/media-playlist-consecutive-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/status/starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/user-idle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-showers-scattered-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/image-loading-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/status/printer-printing.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/status/network-idle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/user-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-3g-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/changes-prevent.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/computer-fail.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-few-clouds-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/network-wired-disconnected-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/media-playlist-repeat-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/channel-secure-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-muted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-wireless-no-route-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/semi-starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/user-busy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/security-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-caution-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/trophy-bronze.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/avatar-default.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/night-light-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-empty.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/status/dialog-warning.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/folder-drag-accept.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/battery-caution-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-full-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/status/network-wireless-signal-none-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-low.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/status/media-playlist-consecutive-symbolic-rtl.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/status/battery-full.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-medium.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-low-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-fog.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/printer-warning-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/weather-showers-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-wired-offline-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/battery-good-charging.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/folder-drag-accept-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/media-playlist-shuffle-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/user-trash-full.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-wireless-hotspot-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-low.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/audio-volume-high.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/orientation-landscape-inverse-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/security-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-low-charging.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/semi-starred-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/call-missed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/orientation-portrait-inverse-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/status/dialog-password-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-connected-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/weather-few-clouds.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-muted.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/dialog-information.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/task-due.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/view-wrapped-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/rotation-allowed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/semi-starred-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/dialog-error.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-connected.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-gprs-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/audio-volume-low.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/checkbox-checked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/user-offline.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-caution.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/user-away.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-windy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/user-busy.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/dialog-question.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/appointment-missed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/orientation-landscape-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/checkbox-mixed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/user-available.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/image-missing.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/trophy-gold.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-hspa-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/status/orientation-portrait-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/status/battery-missing.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/status/weather-clear-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/non-starred.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-empty-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/content-loading-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/status/mail-signed.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/printer-printing-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/status/media-playlist-repeat.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-transmit-receive.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/starred.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/display-brightness-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/dialog-question-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-showers-scattered.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/battery-good-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/status/airplane-mode-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-offline.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/dialog-password.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-caution-charging.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/folder-open.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/user-away-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/radio-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/changes-allow-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/status/user-not-tracked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/dialog-warning-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/trophy-silver.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-storm.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/audio-volume-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/security-high.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-good-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-wireless-encrypted.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-error.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/daytime-sunrise-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/audio-volume-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/media-playlist-shuffle-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/task-past-due-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/user-status-pending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-showers.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-signal-weak-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/status/mail-unread.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-clear.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/image-loading.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/network-vpn-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/status/battery-missing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/mail-replied.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-signal-ok-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/status/user-idle.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/daytime-sunset-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/dialog-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-wired-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-clear-night.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-overcast.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/mail-attachment-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/system-lock-screen-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/status/audio-volume-medium.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-full-charged.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-signal-excellent-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-signal-good-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/status/network-transmit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/appointment-soon-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/network-wireless-connected-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/16x16/status/weather-severe-alert-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/mail-attachment.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/status/task-due-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-high.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/keyboard-brightness-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/user-invisible-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-few-clouds-night-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/touchpad-disabled-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/channel-insecure-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/user-invisible.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/security-medium.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/appointment-missed.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/rotation-locked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-edge-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/status/network-wireless-signal-weak-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-transmit-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/folder-visiting.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/security-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-4g-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/media-playlist-shuffle.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/mail-replied-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/status/network-idle.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-wireless-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-wireless-signal-good-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/semi-starred.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/dialog-information-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/radio-mixed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-full-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-low-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/status/battery-full-charging.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-signal-none-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/16x16/status/network-wireless-signal-ok-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-overcast-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/bluetooth-active-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/folder-open-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/status/network-transmit.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/audio-volume-muted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/changes-allow.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-full-charged-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-snow-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/mail-read.png (deflated 9%)
  adding: share/icons/Adwaita/16x16/status/radio-checked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/security-low.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/status/network-cellular-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/bluetooth-disabled-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/weather-severe-alert.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/software-update-available-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/battery-good.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/status/weather-snow.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/status/mail-read-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/status/network-wired-disconnected.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/ (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-photos-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-documents-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-synchronizing.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-documents.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-system.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-videos-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-favorite.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-readonly.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-shared.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-ok-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-photos.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-package.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-important-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-web.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-default-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-urgent.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-unreadable.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-symbolic-link.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-downloads.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-mail.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-shared-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-favorite-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-synchronizing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-default.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-important.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-new.png (deflated 11%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-generic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emblems/emblem-music-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/apps/ (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-accessibility.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/system-software-update.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/gnome-power-manager-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/applets-screenshooter-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-network-proxy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-font.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-locale.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-wallpaper-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-screensaver.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-windows.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/apps/multimedia-volume-control.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/utilities-terminal.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/apps/system-users.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/applets-screenshooter.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/help-browser.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-remote-desktop.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/goa-panel-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/system-software-install-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-accessibility-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-privacy.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-details-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-screensaver-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-devices-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/apps/utilities-system-monitor.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-time-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/web-browser.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/accessories-calculator.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/apps/user-info-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-sharing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/help-faq-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-privacy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/help-contents-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/utilities-terminal-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-locale-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/accessories-calculator-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-theme.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/user-info.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/accessories-text-editor.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-wallpaper.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/accessories-dictionary.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-display-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-network-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/accessories-character-map-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/accessories-character-map.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/system-software-install.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/apps/accessories-text-editor-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-display.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-search.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/system-file-manager-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/apps/web-browser-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-sharing.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/system-file-manager.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/system-users-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-font-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-color-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-notifications-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/help-browser-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/multimedia-volume-control-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/apps/accessories-dictionary-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/bluetooth-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/apps/utilities-system-monitor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-system-notifications.png (stored 0%)
  adding: share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/emotes/ (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-devilish-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-smile-big.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-confused-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-angel-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-worried-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-yawn-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-laugh.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-sad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-plain-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-smirk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-cool.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-uncertain-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-sick.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-kiss-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-raspberry-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-crying.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-monkey-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-glasses-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/emote-love-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-monkey.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-smile-big-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-tired.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-sick-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-embarrassed.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-raspberry.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-angel.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-shutmouth-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-surprise-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-wink-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-surprise.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/emote-love.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-crying-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-tired-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-angry.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-cool-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-sad.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-laugh-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-worried.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-smile-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-kiss.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-glasses.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-angry-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-uncertain.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-smirk.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-plain.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-devilish.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-embarrassed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-wink.png (stored 0%)
  adding: share/icons/Adwaita/16x16/emotes/face-smile.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/ (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-internet.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/preferences-desktop.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-games.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/categories/applications-office.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-system.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/preferences-other-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-accessories.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-science.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-utilities.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/preferences-other.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-graphics-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/system-help-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-multimedia.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-games-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/preferences-system-network.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/system-help.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-development.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-utilities-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/preferences-desktop-personal.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/preferences-desktop-peripherals.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/preferences-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-multimedia-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-graphics.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-science-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-engineering.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/preferences-system.png (stored 0%)
  adding: share/icons/Adwaita/16x16/categories/applications-other.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/ (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/text-html.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/text-x-preview.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/mimetypes/image-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-calendar.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/application-x-addon-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/font-x-generic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-presentation-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/mimetypes/video-x-generic-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet-template.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/image-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/video-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-document-template.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-calendar-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/mimetypes/application-x-executable.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/application-certificate-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-address-book.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/inode-directory-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-drawing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-address-book-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-presentation-template.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/application-x-addon.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-drawing.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-document-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-document.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-drawing-template.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/application-x-appliance-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/application-certificate.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/text-x-generic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/mimetypes/application-x-executable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/package-x-generic-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/audio-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/text-x-generic-template.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-package-repository.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/application-rss+xml-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/text-x-script.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/text-x-generic-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/mimetypes/font-x-generic-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/x-office-presentation.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/audio-x-generic-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/mimetypes/application-x-firmware-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/package-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/mimetypes/application-x-firmware.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/ (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/ac-adapter.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/devices/media-zip-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/input-dialpad.png (deflated 9%)
  adding: share/icons/Adwaita/16x16/devices/camera-photo.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/phone-apple-iphone-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/devices/multimedia-player.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/devices/video-display-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/devices/audio-headphones.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/devices/drive-removable-media-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/devices/media-tape-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/media-floppy.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/input-gaming-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/devices/network-wireless-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/media-tape.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/video-display.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/audio-card.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/camera-video.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/drive-multidisk.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/audio-speakers.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/ebook-reader.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/audio-input-microphone-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/media-optical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/phone.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/devices/network-wired.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/drive-harddisk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/input-mouse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/video-joined-displays-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/colorimeter-colorhug-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/multimedia-player-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/input-touchpad.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/scanner-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/media-optical-dvd-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/display-projector-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/media-optical.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/modem.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/audio-headphones-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/network-wired-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/devices/drive-harddisk-usb-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/drive-harddisk-solidstate-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/devices/uninterruptible-power-supply.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/media-optical-cd-audio-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/computer.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/media-floppy-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/devices/camera-video-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/pda-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/thunderbolt-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/drive-harddisk-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/drive-removable-media.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/devices/camera-web.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/phone-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/devices/audio-card-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/input-tablet.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/audio-headset-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/printer-network.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/ac-adapter-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/drive-optical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/camera-photo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/media-removable.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/audio-input-microphone.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/video-single-display-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/devices/printer.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/devices/tv-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/audio-headset.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/devices/battery.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/devices/pda.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/computer-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/devices/media-removable-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/devices/computer-apple-ipad-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/devices/scanner.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/media-flash.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/media-optical-bd-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/network-wireless.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/uninterruptible-power-supply-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/drive-optical.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/input-gaming.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/devices/drive-multidisk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/input-mouse.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/input-touchpad-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/devices/input-dialpad-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/devices/printer-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/devices/camera-web-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/devices/drive-harddisk.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/printer-network-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/devices/input-keyboard-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/devices/drive-harddisk-ieee1394-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/battery-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/devices/network-vpn.png (stored 0%)
  adding: share/icons/Adwaita/16x16/devices/media-flash-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/devices/input-keyboard.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/devices/audio-speakers-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/ (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder-pictures-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder-videos.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/places/user-home-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/start-here.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/network-workgroup-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/network-workgroup.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/places/folder-documents-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/places/user-home.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/user-trash.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder-download.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/places/network-server.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder-remote-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/places/folder-templates-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/places/start-here-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder-pictures.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/user-trash-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/places/folder-music.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder-templates.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/user-desktop-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/places/user-bookmarks-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder-music-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/places/folder-saved-search.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder-saved-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder-publicshare-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder-documents.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/network-server-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/places/folder-publicshare.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/places/user-bookmarks.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/user-desktop.png (stored 0%)
  adding: share/icons/Adwaita/16x16/places/folder-videos-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/places/folder-remote.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/ (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/media-seek-forward-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/media-seek-forward-symbolic-rtl.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/actions/list-add-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/actions/media-skip-backward-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/actions/mail-message-new.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-justify-left.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/document-save-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/view-sort-descending-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/document-open-recent.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/pan-down-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/actions/insert-image.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-justify-right-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/16x16/actions/appointment-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/mail-mark-notjunk.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/edit-find-replace.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/view-continuous-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/mail-mark-important-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/call-stop.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/insert-text-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-clear-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/go-bottom.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/help-about-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/mail-send-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-delete.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/object-rotate-left-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/action-unavailable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-text-strikethrough-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/view-restore-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/mail-reply-all.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/object-flip-horizontal-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/view-restore.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/format-text-bold.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-redo-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/media-skip-forward.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-select-all-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/selection-end-symbolic-rtl.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/focus-legacy-systray-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/help-faq.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/actions/edit-undo-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/view-app-grid-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/actions/tab-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/object-rotate-right-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/edit-clear-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/mail-forward.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/edit-select-all.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/media-playback-pause-symbolic.symbolic.png (deflated 8%)
  adding: share/icons/Adwaita/16x16/actions/format-indent-less.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/folder-new-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/document-print-preview-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-find-replace-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-justify-right.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/view-grid-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/actions/media-seek-forward.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-redo-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/list-remove-all-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/format-justify-center.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/go-next-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/find-location-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/document-print-preview.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/document-send.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/object-flip-vertical.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/actions/format-text-bold-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/mail-send-receive-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/view-sort-ascending.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/system-run-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-indent-less-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/focus-windows-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/view-list-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/format-text-direction-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-undo-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/format-text-direction-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/media-playback-start-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/actions/format-text-strikethrough.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-text-direction-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/list-add.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/zoom-fit-best-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/help-contents.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/application-exit.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/tab-new.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/help-about.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/window-close-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/document-page-setup-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/go-top-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/focus-top-bar-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/media-eject.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/system-shutdown.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/folder-new.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/zoom-fit-best.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/media-skip-forward-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/edit-undo.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-indent-less-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/pan-start-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/system-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/mail-reply-sender.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/mail-mark-important.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/go-top.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/document-new-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/list-remove.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/format-indent-more-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/mark-location-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/mark-location.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-text-italic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/open-menu-symbolic.symbolic.png (deflated 8%)
  adding: share/icons/Adwaita/16x16/actions/selection-start-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/insert-object-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/document-open.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-paste-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/process-stop.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/system-lock-screen.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/mail-mark-unread.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/view-paged-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/go-jump.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-text-direction-ltr.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/go-previous.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/go-previous-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/insert-link.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/insert-object.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/pan-end-symbolic-rtl.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/document-open-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/media-skip-forward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/tools-check-spelling-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-justify-fill-symbolic.symbolic.png (deflated 8%)
  adding: share/icons/Adwaita/16x16/actions/go-down.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/system-shutdown-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/view-fullscreen-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/go-up.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/view-more-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/actions/selection-end-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/actions/go-bottom-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/view-refresh.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/window-restore-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/actions/go-home.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/view-sort-ascending-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/document-page-setup.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/object-flip-horizontal.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/zoom-original.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/mail-send.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/window-new.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/tools-check-spelling.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/format-justify-center-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/actions/edit-cut-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/media-seek-backward-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/actions/go-first.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/error-correct-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/zoom-in.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/format-indent-more-symbolic-rtl.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/zoom-out.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/window-minimize-symbolic.symbolic.png (deflated 8%)
  adding: share/icons/Adwaita/16x16/actions/edit-redo.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/view-more-horizontal-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/actions/media-record-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/window-close.png (deflated 8%)
  adding: share/icons/Adwaita/16x16/actions/document-save.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-select-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/go-last-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/mail-mark-junk.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-clear.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/font-select-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/view-refresh-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-find.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/go-first-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/system-switch-user-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/document-revert-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/go-first-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/edit-redo-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/insert-link-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/media-playback-stop.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/media-seek-backward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-indent-more.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/insert-image-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/selection-start-symbolic-rtl.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/actions/view-dual-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/star-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/pan-up-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/actions/mail-mark-read.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/address-book-new.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/process-stop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/media-view-subtitles-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/format-text-underline-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/edit-find-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/call-stop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/document-new.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/media-record.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/media-playback-pause.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/go-home-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/list-remove-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/16x16/actions/pan-start-symbolic-rtl.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/media-skip-backward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-justify-left-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/actions/go-next.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/document-print-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/media-playback-start-symbolic-rtl.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/document-open-recent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/system-run.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/call-start.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/media-skip-forward-symbolic-rtl.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/actions/media-eject-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/object-rotate-left.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/contact-new.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-indent-less-symbolic-rtl.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/view-mirror-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-clear-rtl.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/document-properties.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/window-maximize-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/16x16/actions/go-next-symbolic-rtl.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/view-sort-descending.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/object-select-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/object-flip-vertical-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/view-fullscreen.png (deflated 5%)
  adding: share/icons/Adwaita/16x16/actions/media-seek-backward.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/object-rotate-right.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/color-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/go-last-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/document-save-as.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-clear-all.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-text-underline.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/appointment-new.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-undo-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/media-skip-backward.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/contact-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/format-indent-more-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/media-seek-forward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/system-search.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/mail-send-receive.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/go-previous-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/media-playback-start.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-copy.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/address-book-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/system-log-out.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/go-last.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/document-revert-rtl.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/go-next-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/call-start-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/zoom-out-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/view-pin-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/media-skip-backward-symbolic-rtl.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/format-justify-fill.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/pan-end-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/edit-copy-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/application-exit-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/16x16/actions/media-seek-backward-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/format-text-italic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/bookmark-new-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/edit-delete-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/go-previous-symbolic-rtl.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/16x16/actions/zoom-in-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/16x16/actions/document-revert-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/go-jump-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/document-revert.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/document-properties-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/document-send-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/go-last-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/document-print.png (deflated 0%)
  adding: share/icons/Adwaita/16x16/actions/insert-text.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/media-playback-stop-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/16x16/actions/go-first-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/16x16/actions/media-playback-start-rtl.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-cut.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/edit-paste.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/document-save-as-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/bookmark-new.png (stored 0%)
  adding: share/icons/Adwaita/16x16/actions/zoom-original-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/64x64/ (stored 0%)
  adding: share/icons/Adwaita/64x64/status/ (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-wireless-encrypted-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/status/media-playlist-repeat-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/media-playlist-repeat-song-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/weather-storm-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/changes-prevent-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/status/alarm-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/weather-clear-night-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/folder-visiting-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/64x64/status/avatar-default-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/printer-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/non-starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/audio-volume-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-offline-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/status/mail-unread-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/battery-empty-symbolic.symbolic.png (deflated 21%)
  adding: share/icons/Adwaita/64x64/status/network-wireless-signal-excellent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/software-update-urgent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/checkbox-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/64x64/status/user-trash-full-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/thunderbolt-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/computer-fail-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/view-wrapped-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/media-playlist-consecutive-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/status/starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/user-idle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/weather-showers-scattered-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/microphone-sensitivity-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/image-loading-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/user-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-3g-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/weather-few-clouds-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-wired-disconnected-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/64x64/status/media-playlist-repeat-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/channel-secure-symbolic.symbolic.png (deflated 8%)
  adding: share/icons/Adwaita/64x64/status/microphone-sensitivity-muted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-wireless-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/semi-starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/user-busy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/security-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/battery-caution-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/64x64/status/night-light-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-acquiring-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/status/battery-caution-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/battery-full-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/64x64/status/network-wireless-signal-none-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/media-playlist-consecutive-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/battery-low-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/printer-warning-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/64x64/status/weather-showers-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-wired-offline-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/64x64/status/folder-drag-accept-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/status/media-playlist-shuffle-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-wireless-hotspot-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/orientation-landscape-inverse-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/64x64/status/security-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/semi-starred-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/call-missed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/orientation-portrait-inverse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/dialog-password-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-connected-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/view-wrapped-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/rotation-allowed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-gprs-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/checkbox-checked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/weather-windy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/appointment-missed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/orientation-landscape-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/checkbox-mixed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-hspa-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/64x64/status/orientation-portrait-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/weather-clear-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/battery-empty-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/content-loading-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/64x64/status/printer-printing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/display-brightness-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/dialog-question-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/battery-good-symbolic.symbolic.png (deflated 13%)
  adding: share/icons/Adwaita/64x64/status/airplane-mode-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/user-away-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/radio-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/changes-allow-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/64x64/status/user-not-tracked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/dialog-warning-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/audio-volume-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/battery-good-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/microphone-sensitivity-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/daytime-sunrise-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/audio-volume-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/media-playlist-shuffle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/task-past-due-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-signal-weak-symbolic.symbolic.png (deflated 23%)
  adding: share/icons/Adwaita/64x64/status/network-vpn-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/64x64/status/battery-missing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-signal-ok-symbolic.symbolic.png (deflated 23%)
  adding: share/icons/Adwaita/64x64/status/daytime-sunset-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/dialog-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-wired-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/mail-attachment-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/system-lock-screen-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-signal-excellent-symbolic.symbolic.png (deflated 24%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-signal-good-symbolic.symbolic.png (deflated 22%)
  adding: share/icons/Adwaita/64x64/status/network-transmit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/appointment-soon-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/status/network-wireless-connected-symbolic.symbolic.png (deflated 48%)
  adding: share/icons/Adwaita/64x64/status/weather-severe-alert-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/task-due-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/keyboard-brightness-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/user-invisible-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/weather-few-clouds-night-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/touchpad-disabled-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/channel-insecure-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/64x64/status/rotation-locked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-edge-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/status/network-wireless-signal-weak-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-transmit-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/security-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-4g-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/mail-replied-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-wireless-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-wireless-signal-good-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/dialog-information-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/radio-mixed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/battery-full-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/battery-low-symbolic.symbolic.png (deflated 14%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-signal-none-symbolic.symbolic.png (deflated 23%)
  adding: share/icons/Adwaita/64x64/status/network-wireless-signal-ok-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/weather-overcast-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/bluetooth-active-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/microphone-sensitivity-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/folder-open-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/audio-volume-muted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/battery-full-charged-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/weather-snow-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/radio-checked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-cellular-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/bluetooth-disabled-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/software-update-available-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/status/network-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emblems/ (stored 0%)
  adding: share/icons/Adwaita/64x64/emblems/emblem-photos-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/64x64/emblems/emblem-documents-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emblems/emblem-videos-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emblems/emblem-ok-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emblems/emblem-important-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emblems/emblem-default-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emblems/emblem-shared-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emblems/emblem-favorite-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emblems/emblem-synchronizing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emblems/emblem-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/ (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/gnome-power-manager-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-system-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/applets-screenshooter-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-system-network-proxy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-desktop-wallpaper-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/goa-panel-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/system-software-install-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/apps/preferences-desktop-accessibility-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-system-details-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/apps/preferences-desktop-screensaver-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-system-devices-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-system-time-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/user-info-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-system-sharing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/help-faq-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-system-privacy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/help-contents-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/utilities-terminal-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-desktop-locale-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/accessories-calculator-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/apps/preferences-desktop-display-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-system-network-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/accessories-character-map-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/accessories-text-editor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/system-file-manager-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/web-browser-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/system-users-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-desktop-font-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-color-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-system-notifications-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/help-browser-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/multimedia-volume-control-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/accessories-dictionary-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/apps/bluetooth-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/utilities-system-monitor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/apps/preferences-desktop-keyboard-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/64x64/emotes/ (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-devilish-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-confused-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-angel-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-worried-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-yawn-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-sad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-plain-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-smirk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-uncertain-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-kiss-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-raspberry-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-monkey-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-glasses-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/emote-love-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-smile-big-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-sick-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-shutmouth-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-surprise-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-wink-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-crying-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-tired-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-cool-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-laugh-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-smile-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-angry-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/emotes/face-embarrassed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/categories/ (stored 0%)
  adding: share/icons/Adwaita/64x64/categories/preferences-other-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/categories/applications-engineering-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/categories/applications-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/categories/applications-graphics-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/categories/system-help-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/categories/applications-games-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/categories/applications-utilities-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/categories/preferences-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/categories/applications-multimedia-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/categories/applications-science-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/ (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/image-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/application-x-addon-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/x-office-presentation-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/video-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/x-office-spreadsheet-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/x-office-calendar-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/mimetypes/application-certificate-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/inode-directory-symbolic.symbolic.png (deflated 9%)
  adding: share/icons/Adwaita/64x64/mimetypes/x-office-drawing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/x-office-address-book-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/x-office-document-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/application-x-executable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/package-x-generic-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/mimetypes/application-rss+xml-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/text-x-generic-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/64x64/mimetypes/font-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/mimetypes/audio-x-generic-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/mimetypes/application-x-firmware-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/ (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/media-zip-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/phone-apple-iphone-symbolic.symbolic.png (deflated 18%)
  adding: share/icons/Adwaita/64x64/devices/video-display-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/devices/drive-removable-media-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/devices/media-tape-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/input-gaming-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/network-wireless-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/audio-input-microphone-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/media-optical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/drive-harddisk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/input-mouse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/video-joined-displays-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/colorimeter-colorhug-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/devices/multimedia-player-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/scanner-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/media-optical-dvd-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/display-projector-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/audio-headphones-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/network-wired-symbolic.symbolic.png (deflated 25%)
  adding: share/icons/Adwaita/64x64/devices/drive-harddisk-usb-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/drive-harddisk-solidstate-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/media-optical-cd-audio-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/media-floppy-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/devices/camera-video-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/pda-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/thunderbolt-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/drive-harddisk-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/phone-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/devices/audio-card-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/audio-headset-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/ac-adapter-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/drive-optical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/camera-photo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/video-single-display-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/tv-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png (deflated 18%)
  adding: share/icons/Adwaita/64x64/devices/computer-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/devices/media-removable-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/devices/computer-apple-ipad-symbolic.symbolic.png (deflated 15%)
  adding: share/icons/Adwaita/64x64/devices/media-optical-bd-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/uninterruptible-power-supply-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/drive-multidisk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/modem-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/input-touchpad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/input-dialpad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/printer-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/64x64/devices/camera-web-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/printer-network-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/64x64/devices/input-keyboard-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/64x64/devices/drive-harddisk-ieee1394-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/battery-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/64x64/devices/media-flash-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/devices/audio-speakers-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/places/ (stored 0%)
  adding: share/icons/Adwaita/64x64/places/folder-pictures-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/places/user-home-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/places/network-workgroup-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/places/folder-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/places/folder-documents-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/64x64/places/folder-remote-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/places/folder-templates-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/64x64/places/start-here-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/places/user-trash-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/places/user-desktop-symbolic.symbolic.png (deflated 9%)
  adding: share/icons/Adwaita/64x64/places/user-bookmarks-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/places/folder-saved-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/places/folder-publicshare-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/places/network-server-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/64x64/places/folder-videos-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/ (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/media-seek-forward-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/64x64/actions/media-seek-forward-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/64x64/actions/list-add-symbolic.symbolic.png (deflated 26%)
  adding: share/icons/Adwaita/64x64/actions/media-skip-backward-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/actions/document-save-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/view-sort-descending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/pan-down-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/64x64/actions/format-justify-right-symbolic.symbolic.png (deflated 14%)
  adding: share/icons/Adwaita/64x64/actions/appointment-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/view-continuous-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/64x64/actions/mail-mark-important-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/insert-text-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/edit-clear-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/help-about-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/mail-send-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/object-rotate-left-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/action-unavailable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/format-text-strikethrough-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/64x64/actions/view-restore-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/object-flip-horizontal-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/edit-redo-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/edit-select-all-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/actions/selection-end-symbolic-rtl.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/64x64/actions/focus-legacy-systray-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/edit-undo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/view-app-grid-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/64x64/actions/tab-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/object-rotate-right-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/64x64/actions/edit-clear-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/actions/media-playback-pause-symbolic.symbolic.png (deflated 33%)
  adding: share/icons/Adwaita/64x64/actions/folder-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/document-print-preview-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/edit-find-replace-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/view-grid-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/actions/edit-redo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/list-remove-all-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/64x64/actions/find-location-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/format-text-bold-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/mail-send-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/system-run-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/format-indent-less-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/focus-windows-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/actions/view-list-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/64x64/actions/edit-undo-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/format-text-direction-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/media-playback-start-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/64x64/actions/format-text-direction-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/zoom-fit-best-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/64x64/actions/window-close-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/document-page-setup-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/go-top-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/actions/focus-top-bar-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/media-skip-forward-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/actions/pan-start-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/actions/system-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/document-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/mark-location-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/format-text-italic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/open-menu-symbolic.symbolic.png (deflated 17%)
  adding: share/icons/Adwaita/64x64/actions/selection-start-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/64x64/actions/insert-object-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/edit-paste-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/view-paged-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/64x64/actions/go-previous-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/64x64/actions/pan-end-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/actions/document-open-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/tools-check-spelling-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/format-justify-fill-symbolic.symbolic.png (deflated 17%)
  adding: share/icons/Adwaita/64x64/actions/system-shutdown-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/64x64/actions/view-fullscreen-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/view-more-symbolic.symbolic.png (deflated 9%)
  adding: share/icons/Adwaita/64x64/actions/selection-end-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/64x64/actions/go-bottom-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/window-restore-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/64x64/actions/view-sort-ascending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/format-justify-center-symbolic.symbolic.png (deflated 14%)
  adding: share/icons/Adwaita/64x64/actions/edit-cut-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/media-seek-backward-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/64x64/actions/error-correct-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/format-indent-more-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/window-minimize-symbolic.symbolic.png (deflated 9%)
  adding: share/icons/Adwaita/64x64/actions/view-more-horizontal-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/64x64/actions/media-record-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/edit-select-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/64x64/actions/go-last-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/font-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/view-refresh-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/system-switch-user-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/document-revert-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/go-first-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/insert-link-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/insert-image-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/selection-start-symbolic-rtl.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/64x64/actions/view-dual-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/star-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/pan-up-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/64x64/actions/process-stop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/media-view-subtitles-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/format-text-underline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/edit-find-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/call-stop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/go-home-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/list-remove-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/64x64/actions/pan-start-symbolic-rtl.symbolic.png (deflated 14%)
  adding: share/icons/Adwaita/64x64/actions/format-justify-left-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/64x64/actions/document-print-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/64x64/actions/media-playback-start-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/document-open-recent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/media-skip-forward-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/actions/media-eject-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/64x64/actions/format-indent-less-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/view-mirror-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/64x64/actions/window-maximize-symbolic.symbolic.png (deflated 19%)
  adding: share/icons/Adwaita/64x64/actions/go-next-symbolic-rtl.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/64x64/actions/object-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/object-flip-vertical-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/actions/color-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/go-last-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/contact-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/format-indent-more-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/address-book-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/go-next-symbolic.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/64x64/actions/call-start-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/zoom-out-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/64x64/actions/view-pin-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/64x64/actions/media-skip-backward-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/actions/pan-end-symbolic.symbolic.png (deflated 14%)
  adding: share/icons/Adwaita/64x64/actions/edit-copy-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/64x64/actions/application-exit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/media-seek-backward-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/64x64/actions/bookmark-new-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/64x64/actions/edit-delete-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/go-previous-symbolic-rtl.symbolic.png (deflated 10%)
  adding: share/icons/Adwaita/64x64/actions/zoom-in-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/64x64/actions/document-revert-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/go-jump-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/document-properties-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/document-send-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/media-playback-stop-symbolic.symbolic.png (deflated 33%)
  adding: share/icons/Adwaita/64x64/actions/go-first-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/document-save-as-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/64x64/actions/zoom-original-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/icon-theme.cache (deflated 78%)
  adding: share/icons/Adwaita/22x22/ (stored 0%)
  adding: share/icons/Adwaita/22x22/status/ (stored 0%)
  adding: share/icons/Adwaita/22x22/status/printer-error.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/audio-volume-muted.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/task-past-due.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/appointment-soon.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/mail-signed-verified.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/software-update-urgent.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/weather-few-clouds-night.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/software-update-available.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/network-receive.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/printer-printing.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/changes-prevent.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/computer-fail.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/trophy-bronze.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/avatar-default.png (deflated 3%)
  adding: share/icons/Adwaita/22x22/status/battery-empty.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/dialog-warning.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/folder-drag-accept.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/battery-low.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/battery-full.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/microphone-sensitivity-medium.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/weather-fog.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/battery-good-charging.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/user-trash-full.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/microphone-sensitivity-low.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/audio-volume-high.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/battery-low-charging.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/weather-few-clouds.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/microphone-sensitivity-muted.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/dialog-information.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/task-due.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/semi-starred-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/dialog-error.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/network-cellular-connected.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/audio-volume-low.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/user-offline.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/battery-caution.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/user-away.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/user-busy.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/dialog-question.png (deflated 4%)
  adding: share/icons/Adwaita/22x22/status/user-available.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/image-missing.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/trophy-gold.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/battery-missing.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/non-starred.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/mail-signed.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/media-playlist-repeat.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/network-transmit-receive.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/starred.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/weather-showers-scattered.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/network-offline.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/dialog-password.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/battery-caution-charging.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/folder-open.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/trophy-silver.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/weather-storm.png (deflated 0%)
  adding: share/icons/Adwaita/22x22/status/security-high.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/network-wireless-encrypted.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/network-error.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/weather-showers.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/mail-unread.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/weather-clear.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/image-loading.png (deflated 0%)
  adding: share/icons/Adwaita/22x22/status/mail-replied.png (deflated 7%)
  adding: share/icons/Adwaita/22x22/status/user-idle.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/weather-clear-night.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/weather-overcast.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/audio-volume-medium.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/battery-full-charged.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/mail-attachment.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/microphone-sensitivity-high.png (deflated 1%)
  adding: share/icons/Adwaita/22x22/status/user-invisible.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/security-medium.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/appointment-missed.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/folder-visiting.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/media-playlist-shuffle.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/network-idle.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/semi-starred.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/battery-full-charging.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/network-transmit.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/changes-allow.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/mail-read.png (deflated 11%)
  adding: share/icons/Adwaita/22x22/status/security-low.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/weather-severe-alert.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/battery-good.png (stored 0%)
  adding: share/icons/Adwaita/22x22/status/weather-snow.png (deflated 6%)
  adding: share/icons/Adwaita/22x22/status/network-wired-disconnected.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/ (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-synchronizing.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-documents.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-system.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-favorite.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-readonly.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-shared.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-photos.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-package.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-web.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-urgent.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-unreadable.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-symbolic-link.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-downloads.png (deflated 6%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-mail.png (deflated 3%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-default.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-important.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-new.png (deflated 1%)
  adding: share/icons/Adwaita/22x22/emblems/emblem-generic.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/ (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/preferences-desktop-accessibility.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/preferences-desktop-keyboard.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/system-software-update.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/preferences-desktop-font.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/preferences-desktop-locale.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/preferences-desktop-screensaver.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/preferences-system-windows.png (deflated 2%)
  adding: share/icons/Adwaita/22x22/apps/multimedia-volume-control.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/utilities-terminal.png (deflated 1%)
  adding: share/icons/Adwaita/22x22/apps/system-users.png (deflated 2%)
  adding: share/icons/Adwaita/22x22/apps/applets-screenshooter.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/help-browser.png (deflated 1%)
  adding: share/icons/Adwaita/22x22/apps/preferences-desktop-remote-desktop.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/preferences-system-privacy.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/utilities-system-monitor.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/web-browser.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/accessories-calculator.png (deflated 1%)
  adding: share/icons/Adwaita/22x22/apps/preferences-desktop-theme.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/user-info.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/accessories-text-editor.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/preferences-desktop-wallpaper.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/accessories-dictionary.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/accessories-character-map.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/system-software-install.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/preferences-desktop-display.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/preferences-system-search.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/preferences-system-sharing.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/system-file-manager.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/preferences-desktop-keyboard-shortcuts.png (stored 0%)
  adding: share/icons/Adwaita/22x22/apps/preferences-system-notifications.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/ (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-smile-big.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-laugh.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-cool.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-sick.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-crying.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-monkey.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-tired.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-embarrassed.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-raspberry.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-angel.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-surprise.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/emote-love.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-angry.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-sad.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-worried.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-kiss.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-glasses.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-uncertain.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-smirk.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-plain.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-devilish.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-wink.png (stored 0%)
  adding: share/icons/Adwaita/22x22/emotes/face-smile.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/ (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/applications-internet.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/preferences-desktop.png (deflated 4%)
  adding: share/icons/Adwaita/22x22/categories/applications-games.png (deflated 3%)
  adding: share/icons/Adwaita/22x22/categories/applications-office.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/applications-system.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/applications-accessories.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/applications-science.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/applications-utilities.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/preferences-other.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/applications-multimedia.png (deflated 4%)
  adding: share/icons/Adwaita/22x22/categories/preferences-system-network.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/system-help.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/applications-development.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/preferences-desktop-personal.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/preferences-desktop-peripherals.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/applications-graphics.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/applications-engineering.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/preferences-system.png (stored 0%)
  adding: share/icons/Adwaita/22x22/categories/applications-other.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/ (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/text-html.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/text-x-preview.png (deflated 1%)
  adding: share/icons/Adwaita/22x22/mimetypes/x-office-calendar.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/font-x-generic.png (deflated 3%)
  adding: share/icons/Adwaita/22x22/mimetypes/x-office-spreadsheet-template.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/image-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/video-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/x-office-document-template.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/application-x-executable.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/x-office-address-book.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/x-office-presentation-template.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/application-x-addon.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/x-office-drawing.png (deflated 1%)
  adding: share/icons/Adwaita/22x22/mimetypes/x-office-spreadsheet.png (deflated 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/x-office-document.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/x-office-drawing-template.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/application-certificate.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/text-x-generic.png (deflated 3%)
  adding: share/icons/Adwaita/22x22/mimetypes/audio-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/text-x-generic-template.png (deflated 4%)
  adding: share/icons/Adwaita/22x22/mimetypes/x-package-repository.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/text-x-script.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/x-office-presentation.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/package-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/22x22/mimetypes/application-x-firmware.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/ (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/ac-adapter.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/input-dialpad.png (deflated 3%)
  adding: share/icons/Adwaita/22x22/devices/camera-photo.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/multimedia-player.png (deflated 7%)
  adding: share/icons/Adwaita/22x22/devices/audio-headphones.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/media-floppy.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/media-tape.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/video-display.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/audio-card.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/camera-video.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/drive-multidisk.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/audio-speakers.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/ebook-reader.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/phone.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/network-wired.png (deflated 2%)
  adding: share/icons/Adwaita/22x22/devices/input-touchpad.png (deflated 1%)
  adding: share/icons/Adwaita/22x22/devices/media-optical.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/modem.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/uninterruptible-power-supply.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/computer.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/drive-removable-media.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/camera-web.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/input-tablet.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/printer-network.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/media-removable.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/audio-input-microphone.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/printer.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/audio-headset.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/battery.png (deflated 7%)
  adding: share/icons/Adwaita/22x22/devices/pda.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/scanner.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/media-flash.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/network-wireless.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/drive-optical.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/input-gaming.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/input-mouse.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/drive-harddisk.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/network-vpn.png (stored 0%)
  adding: share/icons/Adwaita/22x22/devices/input-keyboard.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/ (stored 0%)
  adding: share/icons/Adwaita/22x22/places/folder-videos.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/folder.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/start-here.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/network-workgroup.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/user-home.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/user-trash.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/folder-download.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/network-server.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/folder-pictures.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/folder-music.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/folder-templates.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/folder-saved-search.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/folder-documents.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/folder-publicshare.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/user-bookmarks.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/user-desktop.png (stored 0%)
  adding: share/icons/Adwaita/22x22/places/folder-remote.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/ (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/mail-message-new.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/format-justify-left.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/document-open-recent.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/insert-image.png (deflated 3%)
  adding: share/icons/Adwaita/22x22/actions/mail-mark-notjunk.png (deflated 8%)
  adding: share/icons/Adwaita/22x22/actions/edit-find-replace.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/call-stop.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/go-bottom.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/edit-delete.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/mail-reply-all.png (deflated 4%)
  adding: share/icons/Adwaita/22x22/actions/view-restore.png (deflated 4%)
  adding: share/icons/Adwaita/22x22/actions/format-text-bold.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/media-skip-forward.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/help-faq.png (deflated 7%)
  adding: share/icons/Adwaita/22x22/actions/mail-forward.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/edit-select-all.png (deflated 2%)
  adding: share/icons/Adwaita/22x22/actions/format-indent-less.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/format-justify-right.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/media-seek-forward.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/format-justify-center.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/go-next-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/document-print-preview.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/document-send.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/object-flip-vertical.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/view-sort-ascending.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/format-text-direction-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/format-text-strikethrough.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/list-add.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/help-contents.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/application-exit.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/tab-new.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/help-about.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/media-eject.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/system-shutdown.png (deflated 2%)
  adding: share/icons/Adwaita/22x22/actions/folder-new.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/zoom-fit-best.png (deflated 6%)
  adding: share/icons/Adwaita/22x22/actions/edit-undo.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/format-indent-less-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/mail-reply-sender.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/mail-mark-important.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/go-top.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/list-remove.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/format-indent-more-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/mark-location.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/document-open.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/process-stop.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/system-lock-screen.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/mail-mark-unread.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/go-jump.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/format-text-direction-ltr.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/go-previous.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/insert-link.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/insert-object.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/media-skip-forward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/go-down.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/go-up.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/view-refresh.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/go-home.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/document-page-setup.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/object-flip-horizontal.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/zoom-original.png (deflated 5%)
  adding: share/icons/Adwaita/22x22/actions/mail-send.png (deflated 3%)
  adding: share/icons/Adwaita/22x22/actions/window-new.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/tools-check-spelling.png (deflated 6%)
  adding: share/icons/Adwaita/22x22/actions/go-first.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/zoom-in.png (deflated 5%)
  adding: share/icons/Adwaita/22x22/actions/zoom-out.png (deflated 5%)
  adding: share/icons/Adwaita/22x22/actions/edit-redo.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/window-close.png (deflated 12%)
  adding: share/icons/Adwaita/22x22/actions/document-save.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/mail-mark-junk.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/edit-clear.png (deflated 4%)
  adding: share/icons/Adwaita/22x22/actions/edit-find.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/go-first-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/edit-redo-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/media-playback-stop.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/media-seek-backward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/format-indent-more.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/mail-mark-read.png (deflated 3%)
  adding: share/icons/Adwaita/22x22/actions/address-book-new.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/document-new.png (deflated 4%)
  adding: share/icons/Adwaita/22x22/actions/media-record.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/media-playback-pause.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/media-skip-backward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/go-next.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/system-run.png (deflated 6%)
  adding: share/icons/Adwaita/22x22/actions/call-start.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/object-rotate-left.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/contact-new.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/edit-clear-rtl.png (deflated 4%)
  adding: share/icons/Adwaita/22x22/actions/document-properties.png (deflated 1%)
  adding: share/icons/Adwaita/22x22/actions/view-sort-descending.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/view-fullscreen.png (deflated 5%)
  adding: share/icons/Adwaita/22x22/actions/media-seek-backward.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/object-rotate-right.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/document-save-as.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/edit-clear-all.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/format-text-underline.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/appointment-new.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/edit-undo-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/media-skip-backward.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/media-seek-forward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/system-search.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/mail-send-receive.png (deflated 9%)
  adding: share/icons/Adwaita/22x22/actions/go-previous-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/media-playback-start.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/edit-copy.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/system-log-out.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/go-last.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/document-revert-rtl.png (deflated 2%)
  adding: share/icons/Adwaita/22x22/actions/format-justify-fill.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/format-text-italic.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/document-revert.png (deflated 3%)
  adding: share/icons/Adwaita/22x22/actions/go-last-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/document-print.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/insert-text.png (deflated 5%)
  adding: share/icons/Adwaita/22x22/actions/media-playback-start-rtl.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/edit-cut.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/edit-paste.png (stored 0%)
  adding: share/icons/Adwaita/22x22/actions/bookmark-new.png (stored 0%)
  adding: share/icons/Adwaita/cursors/ (stored 0%)
  adding: share/icons/Adwaita/cursors/X_cursor.cur (deflated 96%)
  adding: share/icons/Adwaita/cursors/00008160000006810000408080010102.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/zoom-out.cur (deflated 94%)
  adding: share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/ul_angle.cur (deflated 99%)
  adding: share/icons/Adwaita/cursors/question_arrow.cur (deflated 96%)
  adding: share/icons/Adwaita/cursors/right_side.cur (deflated 98%)
  adding: share/icons/Adwaita/cursors/all-scroll.cur (deflated 96%)
  adding: share/icons/Adwaita/cursors/watch.ani (deflated 7%)
  adding: share/icons/Adwaita/cursors/alias.cur (deflated 4%)
  adding: share/icons/Adwaita/cursors/grab.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/arrow.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/size_all.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/circle.cur (deflated 94%)
  adding: share/icons/Adwaita/cursors/link.cur (deflated 94%)
  adding: share/icons/Adwaita/cursors/dotbox.cur (deflated 99%)
  adding: share/icons/Adwaita/cursors/hand2.cur (deflated 96%)
  adding: share/icons/Adwaita/cursors/copy.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/top_left_corner.cur (deflated 97%)
  adding: share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd.ani (stored 0%)
  adding: share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/cross.cur (deflated 99%)
  adding: share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599.ani (stored 0%)
  adding: share/icons/Adwaita/cursors/cell.cur (deflated 99%)
  adding: share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f.cur (deflated 5%)
  adding: share/icons/Adwaita/cursors/target.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/default.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/pointer.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/ew-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/w-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/ll_angle.cur (deflated 99%)
  adding: share/icons/Adwaita/cursors/bottom_side.cur (deflated 98%)
  adding: share/icons/Adwaita/cursors/zoom-in.cur (deflated 94%)
  adding: share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/top_right_corner.cur (deflated 97%)
  adding: share/icons/Adwaita/cursors/nesw-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/bd_double_arrow.cur (deflated 97%)
  adding: share/icons/Adwaita/cursors/sw-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/dnd-none.cur (deflated 97%)
  adding: share/icons/Adwaita/cursors/lr_angle.cur (deflated 99%)
  adding: share/icons/Adwaita/cursors/not-allowed.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/size_hor.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/dot_box_mask.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/draped_box.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/dnd-move.cur (deflated 96%)
  adding: share/icons/Adwaita/cursors/sb_down_arrow.cur (deflated 97%)
  adding: share/icons/Adwaita/cursors/sb_left_arrow.cur (deflated 97%)
  adding: share/icons/Adwaita/cursors/sb_right_arrow.cur (deflated 97%)
  adding: share/icons/Adwaita/cursors/dnd-no-drop.cur (deflated 95%)
  adding: share/icons/Adwaita/cursors/vertical-text.cur (deflated 99%)
  adding: share/icons/Adwaita/cursors/bottom_tee.cur (deflated 99%)
  adding: share/icons/Adwaita/cursors/s-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/pirate.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/14fef782d02440884392942c11205230.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/top_side.cur (deflated 98%)
  adding: share/icons/Adwaita/cursors/dnd-copy.cur (deflated 96%)
  adding: share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/e-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/pencil.cur (deflated 94%)
  adding: share/icons/Adwaita/cursors/se-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/hand1.cur (deflated 96%)
  adding: share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/bottom_right_corner.cur (deflated 97%)
  adding: share/icons/Adwaita/cursors/icon.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/move.cur (deflated 96%)
  adding: share/icons/Adwaita/cursors/size_bdiag.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/pointer-move.cur (deflated 95%)
  adding: share/icons/Adwaita/cursors/fd_double_arrow.cur (deflated 97%)
  adding: share/icons/Adwaita/cursors/left_tee.cur (deflated 99%)
  adding: share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df.cur (deflated 5%)
  adding: share/icons/Adwaita/cursors/no-drop.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/crosshair.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/progress.ani (stored 0%)
  adding: share/icons/Adwaita/cursors/grabbing.cur (deflated 97%)
  adding: share/icons/Adwaita/cursors/xterm.cur (deflated 99%)
  adding: share/icons/Adwaita/cursors/ne-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/h_double_arrow.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/left_ptr.cur (deflated 96%)
  adding: share/icons/Adwaita/cursors/nw-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/draft_small.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/row-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/right_tee.cur (deflated 99%)
  adding: share/icons/Adwaita/cursors/sb_v_double_arrow.cur (deflated 97%)
  adding: share/icons/Adwaita/cursors/ns-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/top_left_arrow.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/help.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/size_ver.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/left_ptr_watch.ani (deflated 8%)
  adding: share/icons/Adwaita/cursors/col-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/double_arrow.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/context-menu.cur (deflated 95%)
  adding: share/icons/Adwaita/cursors/diamond_cross.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/sb_up_arrow.cur (deflated 98%)
  adding: share/icons/Adwaita/cursors/plus.cur (deflated 98%)
  adding: share/icons/Adwaita/cursors/cross_reverse.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/hand.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/draft_large.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/size_fdiag.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/n-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/nwse-resize.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/v_double_arrow.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/dnd-link.cur (deflated 95%)
  adding: share/icons/Adwaita/cursors/wait.ani (stored 0%)
  adding: share/icons/Adwaita/cursors/tcross.cur (deflated 98%)
  adding: share/icons/Adwaita/cursors/left_ptr_help.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/sb_h_double_arrow.cur (deflated 96%)
  adding: share/icons/Adwaita/cursors/ur_angle.cur (deflated 99%)
  adding: share/icons/Adwaita/cursors/dnd-ask.cur (deflated 96%)
  adding: share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/text.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/fleur.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/left_side.cur (deflated 98%)
  adding: share/icons/Adwaita/cursors/crossed_circle.cur (deflated 92%)
  adding: share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f.cur (stored 0%)
  adding: share/icons/Adwaita/cursors/right_ptr.cur (deflated 96%)
  adding: share/icons/Adwaita/cursors/bottom_left_corner.cur (deflated 97%)
  adding: share/icons/Adwaita/cursors/top_tee.cur (deflated 99%)
  adding: share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000.cur (stored 0%)
  adding: share/icons/Adwaita/32x32/ (stored 0%)
  adding: share/icons/Adwaita/32x32/status/ (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wireless-encrypted-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/status/media-playlist-repeat-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/media-playlist-repeat-song-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-storm-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/changes-prevent-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/status/printer-error.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/alarm-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/audio-volume-muted.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/task-past-due.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-clear-night-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/appointment-soon.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/folder-visiting-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/status/avatar-default-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/printer-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/non-starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/software-update-urgent.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/audio-volume-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-few-clouds-night.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/mail-unread-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-empty-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/32x32/status/software-update-available.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wireless-signal-excellent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-receive.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/software-update-urgent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/checkbox-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/status/user-trash-full-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/thunderbolt-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/computer-fail-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/view-wrapped-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/media-playlist-consecutive-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/status/starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/user-idle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-showers-scattered-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/image-loading-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/status/printer-printing.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-idle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/user-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-3g-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/changes-prevent.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/computer-fail.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-few-clouds-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wired-disconnected-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/media-playlist-repeat-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/channel-secure-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-muted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wireless-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/semi-starred-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/user-busy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/security-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-caution-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/trophy-bronze.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/avatar-default.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/night-light-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-empty.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/dialog-warning.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/folder-drag-accept.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-caution-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-full-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/status/network-wireless-signal-none-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-low.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/media-playlist-consecutive-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/status/battery-full.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-medium.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-low-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-fog.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/printer-warning-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-showers-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wired-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-good-charging.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/folder-drag-accept-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/media-playlist-shuffle-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/user-trash-full.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wireless-hotspot-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-low.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/audio-volume-high.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/orientation-landscape-inverse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/security-medium-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-low-charging.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/semi-starred-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/call-missed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/orientation-portrait-inverse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/dialog-password-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-connected-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-few-clouds.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-muted.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/dialog-information.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/task-due.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/view-wrapped-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/rotation-allowed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/semi-starred-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/dialog-error.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-connected.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-gprs-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/audio-volume-low.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/checkbox-checked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/user-offline.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-caution.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/user-away.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-windy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/user-busy.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/dialog-question.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/appointment-missed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/orientation-landscape-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/checkbox-mixed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/user-available.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/image-missing.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/trophy-gold.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-hspa-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/orientation-portrait-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/status/battery-missing.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-clear-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/non-starred.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-empty-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/content-loading-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/status/printer-printing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/media-playlist-repeat.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-transmit-receive.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/starred.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/display-brightness-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/dialog-question-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-showers-scattered.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-good-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/status/airplane-mode-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-offline.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/dialog-password.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-caution-charging.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/folder-open.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/user-away-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/radio-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/changes-allow-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/status/user-not-tracked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/dialog-warning-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/trophy-silver.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-storm.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/audio-volume-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/security-high.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-good-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-error.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/daytime-sunrise-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/audio-volume-low-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/media-playlist-shuffle-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/task-past-due-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/user-status-pending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-showers.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-signal-weak-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/32x32/status/mail-unread.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-clear.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/image-loading.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-vpn-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-missing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/mail-replied.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-signal-ok-symbolic.symbolic.png (deflated 9%)
  adding: share/icons/Adwaita/32x32/status/user-idle.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/daytime-sunset-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/dialog-error-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wired-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-clear-night.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-overcast.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/mail-attachment-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/system-lock-screen-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/status/audio-volume-medium.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-full-charged.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-signal-excellent-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-signal-good-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/32x32/status/network-transmit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/appointment-soon-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wireless-connected-symbolic.symbolic.png (deflated 17%)
  adding: share/icons/Adwaita/32x32/status/weather-severe-alert-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/mail-attachment.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/task-due-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-high.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/keyboard-brightness-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/user-invisible-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-few-clouds-night-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/touchpad-disabled-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/channel-insecure-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/user-invisible.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/security-medium.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/appointment-missed.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/rotation-locked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-edge-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wireless-signal-weak-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-transmit-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/folder-visiting.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/security-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-4g-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/media-playlist-shuffle.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/mail-replied-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-idle.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wireless-offline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wireless-signal-good-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/semi-starred.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/dialog-information-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/radio-mixed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-full-charging-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-low-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/status/battery-full-charging.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-signal-none-symbolic.symbolic.png (deflated 7%)
  adding: share/icons/Adwaita/32x32/status/network-wireless-signal-ok-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-overcast-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/bluetooth-active-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-high-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/folder-open-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-transmit.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/audio-volume-muted-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/changes-allow.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-full-charged-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-snow-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/mail-read.png (deflated 12%)
  adding: share/icons/Adwaita/32x32/status/radio-checked-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/security-low.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-cellular-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/bluetooth-disabled-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-severe-alert.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/software-update-available-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/battery-good.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/weather-snow.png (deflated 11%)
  adding: share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-no-route-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/status/network-wired-disconnected.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/ (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-photos-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-documents-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-synchronizing.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-documents.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-system.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-videos-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-favorite.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-readonly.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-shared.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-ok-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-photos.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-package.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-important-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-web.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-default-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-urgent.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-unreadable.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-symbolic-link.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-downloads.png (deflated 4%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-mail.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-shared-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-favorite-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-synchronizing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-default.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-important.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-new.png (deflated 12%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-generic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emblems/emblem-music-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/ (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-accessibility.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/system-software-update.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/gnome-power-manager-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/applets-screenshooter-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-network-proxy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-font.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-locale.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-wallpaper-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-screensaver.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-windows.png (deflated 3%)
  adding: share/icons/Adwaita/32x32/apps/multimedia-volume-control.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/utilities-terminal.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/system-users.png (deflated 3%)
  adding: share/icons/Adwaita/32x32/apps/applets-screenshooter.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/help-browser.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-remote-desktop.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/goa-panel-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/system-software-install-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-accessibility-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-privacy.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-details-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-screensaver-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-devices-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/utilities-system-monitor.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-time-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/web-browser.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/accessories-calculator.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/user-info-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-sharing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/help-faq-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-privacy-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/help-contents-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/utilities-terminal-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-locale-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/accessories-calculator-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-theme.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/user-info.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/accessories-text-editor.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-wallpaper.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/accessories-dictionary.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-display-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-network-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/accessories-character-map-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/accessories-character-map.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/system-software-install.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/accessories-text-editor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-display.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-search.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/system-file-manager-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/web-browser-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-sharing.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/system-file-manager.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/system-users-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-font-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-color-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-notifications-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/help-browser-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/multimedia-volume-control-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/accessories-dictionary-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-shortcuts.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/bluetooth-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/utilities-system-monitor-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-system-notifications.png (stored 0%)
  adding: share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/ (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-devilish-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-smile-big.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-confused-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-angel-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-worried-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-yawn-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-laugh.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-sad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-plain-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-smirk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-cool.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-uncertain-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-sick.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-kiss-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-raspberry-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-crying.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-monkey-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-glasses-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/emote-love-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-monkey.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-smile-big-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-tired.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-sick-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-embarrassed.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-raspberry.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-angel.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-shutmouth-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-surprise-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-wink-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-surprise.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/emote-love.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-crying-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-tired-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-angry.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-cool-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-sad.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-laugh-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-worried.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-smile-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-kiss.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-glasses.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-angry-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-uncertain.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-smirk.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-plain.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-devilish.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-embarrassed-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-wink.png (stored 0%)
  adding: share/icons/Adwaita/32x32/emotes/face-smile.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/ (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-internet.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/preferences-desktop.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-games.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-office.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-system.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/preferences-other-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-accessories.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-science.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-engineering-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-utilities.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/preferences-other.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-graphics-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/system-help-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-multimedia.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-games-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/preferences-system-network.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/system-help.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-development.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-utilities-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/preferences-desktop-personal.png (deflated 5%)
  adding: share/icons/Adwaita/32x32/categories/preferences-desktop-peripherals.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/preferences-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-multimedia-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-graphics.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-science-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-engineering.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/preferences-system.png (stored 0%)
  adding: share/icons/Adwaita/32x32/categories/applications-other.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/ (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/text-html.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/text-x-preview.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/image-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-calendar.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/application-x-addon-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/font-x-generic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-presentation-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/video-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet-template.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/image-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/video-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-document-template.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-calendar-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/application-x-executable.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/application-certificate-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-address-book.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/inode-directory-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-drawing-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-address-book-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-presentation-template.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/application-x-addon.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-drawing.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-document-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-document.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-drawing-template.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/application-certificate.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/mimetypes/text-x-generic.png (deflated 6%)
  adding: share/icons/Adwaita/32x32/mimetypes/application-x-executable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/package-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/audio-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/text-x-generic-template.png (deflated 5%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-package-repository.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/application-rss+xml-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/text-x-script.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/text-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/font-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/x-office-presentation.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/audio-x-generic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/application-x-firmware-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/package-x-generic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/mimetypes/application-x-firmware.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/ (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/ac-adapter.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/media-zip-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/input-dialpad.png (deflated 10%)
  adding: share/icons/Adwaita/32x32/devices/camera-photo.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/phone-apple-iphone-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/devices/multimedia-player.png (deflated 9%)
  adding: share/icons/Adwaita/32x32/devices/video-display-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/audio-headphones.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/drive-removable-media-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/devices/media-tape-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/media-floppy.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/input-gaming-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/network-wireless-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/media-tape.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/video-display.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/audio-card.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/camera-video.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/drive-multidisk.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/audio-speakers.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/ebook-reader.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/audio-input-microphone-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/media-optical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/phone.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/network-wired.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/drive-harddisk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/input-mouse-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/video-joined-displays-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/colorimeter-colorhug-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/multimedia-player-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/input-touchpad.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/devices/scanner-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/media-optical-dvd-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/display-projector-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/media-optical.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/modem.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/audio-headphones-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/network-wired-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/devices/drive-harddisk-usb-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/drive-harddisk-solidstate-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/uninterruptible-power-supply.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/media-optical-cd-audio-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/computer.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/media-floppy-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/devices/camera-video-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/pda-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/thunderbolt-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/drive-harddisk-system-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/drive-removable-media.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/camera-web.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/phone-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/audio-card-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/input-tablet.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/audio-headset-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/printer-network.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/ac-adapter-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/drive-optical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/camera-photo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/media-removable.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/audio-input-microphone.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/video-single-display-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/printer.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/tv-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/audio-headset.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/devices/battery.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/pda.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/computer-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/media-removable-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/devices/computer-apple-ipad-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/32x32/devices/scanner.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/media-flash.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/media-optical-bd-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/network-wireless.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/uninterruptible-power-supply-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/drive-optical.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/input-gaming.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/drive-multidisk-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/input-mouse.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/input-touchpad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/input-dialpad-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/printer-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/devices/camera-web-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/drive-harddisk.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/printer-network-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/input-keyboard-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/drive-harddisk-ieee1394-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/battery-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/devices/network-vpn.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/media-flash-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/input-keyboard.png (stored 0%)
  adding: share/icons/Adwaita/32x32/devices/audio-speakers-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/ (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-pictures-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-videos.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/user-home-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/start-here.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/network-workgroup-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/network-workgroup.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-documents-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/user-home.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/user-trash.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-download.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/network-server.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-remote-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-templates-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/start-here-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-pictures.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/user-trash-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/places/folder-music.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-templates.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/user-desktop-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/places/user-bookmarks-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-music-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-saved-search.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-saved-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-publicshare-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-documents.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/network-server-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-publicshare.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/user-bookmarks.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/user-desktop.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-videos-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/places/folder-remote.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/ (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-seek-forward-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/media-seek-forward-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/list-add-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/32x32/actions/media-skip-backward-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/mail-message-new.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-justify-left.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-save-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-sort-descending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-open-recent.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/pan-down-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/insert-image.png (deflated 4%)
  adding: share/icons/Adwaita/32x32/actions/format-justify-right-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/32x32/actions/appointment-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/mail-mark-notjunk.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-find-replace.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-continuous-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/mail-mark-important-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/call-stop.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/insert-text-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-clear-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-bottom.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/help-about-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/mail-send-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-delete.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/object-rotate-left-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-edit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/action-unavailable-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-text-strikethrough-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-restore-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/mail-reply-all.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/object-flip-horizontal-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-restore.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/format-text-bold.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-redo-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-skip-forward.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-select-all-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/selection-end-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/focus-legacy-systray-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/help-faq.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-undo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-app-grid-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/32x32/actions/tab-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/object-rotate-right-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-clear-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/mail-forward.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-select-all.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/media-playback-pause-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/32x32/actions/format-indent-less.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/folder-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-print-preview-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-find-replace-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-justify-right.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-grid-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/32x32/actions/media-seek-forward.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-redo-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/list-remove-all-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/format-justify-center.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-next-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/find-location-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-print-preview.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-send.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/object-flip-vertical.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-text-bold-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/mail-send-receive-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-sort-ascending.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/system-run-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-indent-less-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/focus-windows-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-list-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/format-text-direction-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-undo-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-text-direction-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-playback-start-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-text-strikethrough.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-text-direction-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/list-add.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/zoom-fit-best-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/help-contents.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/application-exit.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/help-about.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/window-close-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-page-setup-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-top-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/focus-top-bar-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-eject.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/system-shutdown.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/folder-new.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/zoom-fit-best.png (deflated 7%)
  adding: share/icons/Adwaita/32x32/actions/media-skip-forward-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/edit-undo.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-indent-less-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/pan-start-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/system-search-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/mail-reply-sender.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/mail-mark-important.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-top.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/list-remove.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-indent-more-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/mark-location-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/mark-location.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-text-italic-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/open-menu-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/32x32/actions/selection-start-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/insert-object-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-open.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-paste-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/process-stop.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/system-lock-screen.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/mail-mark-unread.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-paged-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/go-jump.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-text-direction-ltr.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-previous.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-previous-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/insert-link.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/insert-object.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/pan-end-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/document-open-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-skip-forward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/tools-check-spelling-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-justify-fill-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/32x32/actions/go-down.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/system-shutdown-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/view-fullscreen-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-up.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-more-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/32x32/actions/selection-end-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/32x32/actions/go-bottom-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/view-refresh.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/window-restore-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/32x32/actions/go-home.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-sort-ascending-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-page-setup.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/object-flip-horizontal.png (deflated 3%)
  adding: share/icons/Adwaita/32x32/actions/zoom-original.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/mail-send.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/window-new.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/tools-check-spelling.png (deflated 4%)
  adding: share/icons/Adwaita/32x32/actions/format-justify-center-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/32x32/actions/edit-cut-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-seek-backward-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-first.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/error-correct-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/zoom-in.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-indent-more-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/zoom-out.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/window-minimize-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/32x32/actions/edit-redo.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-more-horizontal-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/32x32/actions/media-record-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/window-close.png (deflated 12%)
  adding: share/icons/Adwaita/32x32/actions/document-save.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-select-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/go-last-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/mail-mark-junk.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-clear.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/font-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-refresh-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-find.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-first-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/system-switch-user-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-revert-symbolic-rtl.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-first-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/edit-redo-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/insert-link-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-playback-stop.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-seek-backward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-indent-more.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/insert-image-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/selection-start-symbolic-rtl.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/32x32/actions/view-dual-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/star-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/pan-up-symbolic.symbolic.png (deflated 3%)
  adding: share/icons/Adwaita/32x32/actions/mail-mark-read.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/address-book-new.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/process-stop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-view-subtitles-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-text-underline-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-find-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/call-stop-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-new.png (deflated 4%)
  adding: share/icons/Adwaita/32x32/actions/media-record.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-playback-pause.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-home-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/list-remove-symbolic.symbolic.png (deflated 6%)
  adding: share/icons/Adwaita/32x32/actions/pan-start-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/media-skip-backward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-justify-left-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/32x32/actions/go-next.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-print-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/media-playback-start-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/document-open-recent-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/system-run.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/call-start.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-skip-forward-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/media-eject-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/object-rotate-left.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/contact-new.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-indent-less-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/view-mirror-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-clear-rtl.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/document-properties.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/window-maximize-symbolic.symbolic.png (deflated 4%)
  adding: share/icons/Adwaita/32x32/actions/go-next-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/view-sort-descending.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/object-select-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/object-flip-vertical-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/view-fullscreen.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/media-seek-backward.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/object-rotate-right.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/color-select-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-last-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/document-save-as.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-clear-all.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-text-underline.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/appointment-new.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-undo-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-skip-backward.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/contact-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/format-indent-more-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/media-seek-forward-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/system-search.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/mail-send-receive.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-previous-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-playback-start.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-copy.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/address-book-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/system-log-out.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-last.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-revert-rtl.png (deflated 3%)
  adding: share/icons/Adwaita/32x32/actions/go-next-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/call-start-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/zoom-out-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/view-pin-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-skip-backward-symbolic-rtl.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/format-justify-fill.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/pan-end-symbolic.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/edit-copy-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/application-exit-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/media-seek-backward-symbolic-rtl.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/format-text-italic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/bookmark-new-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-delete-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-previous-symbolic-rtl.symbolic.png (deflated 2%)
  adding: share/icons/Adwaita/32x32/actions/zoom-in-symbolic.symbolic.png (deflated 0%)
  adding: share/icons/Adwaita/32x32/actions/document-revert-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-jump-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-revert.png (deflated 3%)
  adding: share/icons/Adwaita/32x32/actions/document-properties-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-send-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/go-last-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-print.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/insert-text.png (deflated 4%)
  adding: share/icons/Adwaita/32x32/actions/media-playback-stop-symbolic.symbolic.png (deflated 5%)
  adding: share/icons/Adwaita/32x32/actions/go-first-symbolic.symbolic.png (deflated 1%)
  adding: share/icons/Adwaita/32x32/actions/media-playback-start-rtl.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-cut.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/edit-paste.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/document-save-as-symbolic.symbolic.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/bookmark-new.png (stored 0%)
  adding: share/icons/Adwaita/32x32/actions/zoom-original-symbolic.symbolic.png (stored 0%)
  adding: share/Windows-10-3.2/ (stored 0%)
  adding: share/Windows-10-3.2/metacity-1/ (stored 0%)
  adding: share/Windows-10-3.2/metacity-1/minimize-focused.png (stored 0%)
  adding: share/Windows-10-3.2/metacity-1/maximize-focused.png (stored 0%)
  adding: share/Windows-10-3.2/metacity-1/restore-focused.png (stored 0%)
  adding: share/Windows-10-3.2/metacity-1/menu-icon.svg (deflated 60%)
  adding: share/Windows-10-3.2/metacity-1/thumbnail.png (deflated 4%)
  adding: share/Windows-10-3.2/metacity-1/close-focused-active.png (stored 0%)
  adding: share/Windows-10-3.2/metacity-1/close-focused.png (stored 0%)
  adding: share/Windows-10-3.2/metacity-1/maximize-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/metacity-1/metacity-theme-3.xml (deflated 95%)
  adding: share/Windows-10-3.2/metacity-1/metacity-theme-2.xml (deflated 95%)
  adding: share/Windows-10-3.2/metacity-1/stick-icon.svg (deflated 61%)
  adding: share/Windows-10-3.2/metacity-1/close-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/metacity-1/unstick-icon.svg (deflated 63%)
  adding: share/Windows-10-3.2/metacity-1/minimize-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/metacity-1/unshade-icon.svg (deflated 60%)
  adding: share/Windows-10-3.2/metacity-1/shade-icon.svg (deflated 63%)
  adding: share/Windows-10-3.2/metacity-1/restore-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/README.md (deflated 46%)
  adding: share/Windows-10-3.2/gnome-shell/ (stored 0%)
  adding: share/Windows-10-3.2/gnome-shell/assets/ (stored 0%)
  adding: share/Windows-10-3.2/gnome-shell/assets/noise-texture.png (deflated 1%)
  adding: share/Windows-10-3.2/gnome-shell/assets/checkbox-focused.png (deflated 3%)
  adding: share/Windows-10-3.2/gnome-shell/assets/page-indicator-checked.svg (deflated 57%)
  adding: share/Windows-10-3.2/gnome-shell/assets/process-working.svg (deflated 79%)
  adding: share/Windows-10-3.2/gnome-shell/assets/corner-ripple-rtl.png (stored 0%)
  adding: share/Windows-10-3.2/gnome-shell/assets/checkbox-off-focused.png (deflated 6%)
  adding: share/Windows-10-3.2/gnome-shell/assets/calendar-arrow-left.svg (deflated 59%)
  adding: share/Windows-10-3.2/gnome-shell/assets/calendar-arrow-right.svg (deflated 59%)
  adding: share/Windows-10-3.2/gnome-shell/assets/page-indicator-inactive.svg (deflated 60%)
  adding: share/Windows-10-3.2/gnome-shell/assets/checkbox.png (deflated 1%)
  adding: share/Windows-10-3.2/gnome-shell/assets/page-indicator-active.svg (deflated 58%)
  adding: share/Windows-10-3.2/gnome-shell/assets/no-events.svg (deflated 69%)
  adding: share/Windows-10-3.2/gnome-shell/assets/corner-ripple-ltr.png (stored 0%)
  adding: share/Windows-10-3.2/gnome-shell/assets/close-window.svg (deflated 72%)
  adding: share/Windows-10-3.2/gnome-shell/assets/checkbox-off.png (deflated 4%)
  adding: share/Windows-10-3.2/gnome-shell/assets/more-results.svg (deflated 71%)
  adding: share/Windows-10-3.2/gnome-shell/assets/dash-placeholder.svg (deflated 74%)
  adding: share/Windows-10-3.2/gnome-shell/assets/close-window.png (deflated 4%)
  adding: share/Windows-10-3.2/gnome-shell/assets/toggle-off.svg (deflated 59%)
  adding: share/Windows-10-3.2/gnome-shell/assets/view-grid-symbolic.svg (deflated 53%)
  adding: share/Windows-10-3.2/gnome-shell/assets/toggle-on.svg (deflated 59%)
  adding: share/Windows-10-3.2/gnome-shell/assets/no-notifications.svg (deflated 68%)
  adding: share/Windows-10-3.2/gnome-shell/assets/page-indicator-hover.svg (deflated 58%)
  adding: share/Windows-10-3.2/gnome-shell/gnome-shell.css (deflated 79%)
  adding: share/Windows-10-3.2/cinnamon/ (stored 0%)
  adding: share/Windows-10-3.2/cinnamon/panel-assets/ (stored 0%)
  adding: share/Windows-10-3.2/cinnamon/panel-assets/item-attention.svg (deflated 59%)
  adding: share/Windows-10-3.2/cinnamon/panel-assets/panel-separator.svg (deflated 68%)
  adding: share/Windows-10-3.2/cinnamon/panel-assets/item-open.svg (deflated 57%)
  adding: share/Windows-10-3.2/cinnamon/panel-assets/item-active-hover.svg (deflated 58%)
  adding: share/Windows-10-3.2/cinnamon/panel-assets/item-hover.svg (deflated 57%)
  adding: share/Windows-10-3.2/cinnamon/panel-assets/item-active.svg (deflated 59%)
  adding: share/Windows-10-3.2/cinnamon/panel-assets/item-active-progress.svg (deflated 58%)
  adding: share/Windows-10-3.2/cinnamon/panel-assets/item-attention-hover.svg (deflated 59%)
  adding: share/Windows-10-3.2/cinnamon/panel-assets/item-progress.svg (deflated 59%)
  adding: share/Windows-10-3.2/cinnamon/cinnamon.css (deflated 86%)
  adding: share/Windows-10-3.2/cinnamon/thumbnail.png (deflated 0%)
  adding: share/Windows-10-3.2/cinnamon/buttons/ (stored 0%)
  adding: share/Windows-10-3.2/cinnamon/buttons/button-insensitive.svg (deflated 57%)
  adding: share/Windows-10-3.2/cinnamon/buttons/button.svg (deflated 57%)
  adding: share/Windows-10-3.2/cinnamon/buttons/button-pressed.svg (deflated 57%)
  adding: share/Windows-10-3.2/cinnamon/buttons/button-focused.svg (deflated 60%)
  adding: share/Windows-10-3.2/cinnamon/buttons/button-hover.svg (deflated 60%)
  adding: share/Windows-10-3.2/cinnamon/buttons/button-focused-hover.svg (deflated 62%)
  adding: share/Windows-10-3.2/cinnamon/theme.json (deflated 33%)
  adding: share/Windows-10-3.2/cinnamon/menu.png (deflated 26%)
  adding: share/Windows-10-3.2/cinnamon/expo-scale-assets/ (stored 0%)
  adding: share/Windows-10-3.2/cinnamon/expo-scale-assets/trash.svg (deflated 68%)
  adding: share/Windows-10-3.2/cinnamon/expo-scale-assets/plus.svg (deflated 69%)
  adding: share/Windows-10-3.2/cinnamon/metadata.json (deflated 13%)
  adding: share/Windows-10-3.2/cinnamon/background-assets/ (stored 0%)
  adding: share/Windows-10-3.2/cinnamon/background-assets/add-workspace-bg-hover.svg (deflated 69%)
  adding: share/Windows-10-3.2/cinnamon/background-assets/desklet-header.svg (deflated 69%)
  adding: share/Windows-10-3.2/cinnamon/background-assets/buttonbox-bg.svg (deflated 67%)
  adding: share/Windows-10-3.2/cinnamon/background-assets/keyboard-bg.svg (deflated 68%)
  adding: share/Windows-10-3.2/cinnamon/background-assets/add-workspace-bg.svg (deflated 68%)
  adding: share/Windows-10-3.2/cinnamon/background-assets/popup.svg (deflated 58%)
  adding: share/Windows-10-3.2/cinnamon/background-assets/desklet-body.svg (deflated 69%)
  adding: share/Windows-10-3.2/cinnamon/background-assets/workspace-close-area-bg.svg (deflated 69%)
  adding: share/Windows-10-3.2/cinnamon/background-assets/scrollthrough.png (deflated 69%)
  adding: share/Windows-10-3.2/cinnamon/misc-assets/ (stored 0%)
  adding: share/Windows-10-3.2/cinnamon/misc-assets/entry.svg (deflated 67%)
  adding: share/Windows-10-3.2/cinnamon/misc-assets/corner-ripple.svg (deflated 68%)
  adding: share/Windows-10-3.2/cinnamon/misc-assets/entry-dark.svg (deflated 67%)
  adding: share/Windows-10-3.2/cinnamon/misc-assets/calendar-today.svg (deflated 57%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/ (stored 0%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-right-hover.svg (deflated 68%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/hotcorner-icon-hover.svg (deflated 69%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-left-hover.svg (deflated 67%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-left.svg (deflated 67%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/close.svg (deflated 61%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/checkbox-checked-over.png (deflated 1%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/radio-unchecked.png (deflated 6%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/radio-checked-over.png (deflated 1%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-right.svg (deflated 67%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/close-hover.svg (deflated 64%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/off.svg (deflated 59%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/on.svg (deflated 59%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/radio-unchecked-over.png (deflated 4%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/scroll-handle.png (deflated 7%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/checkbox-unchecked-over.png (deflated 7%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/hotcorner-icon.svg (deflated 71%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/radio-checked.png (stored 0%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/checkbox-checked.png (deflated 4%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/checkbox-unchecked.png (deflated 7%)
  adding: share/Windows-10-3.2/cinnamon/control-assets/scroll-handle-hover.png (deflated 7%)
  adding: share/Windows-10-3.2/index.theme (deflated 34%)
  adding: share/Windows-10-3.2/gtk-2.0/ (stored 0%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/ (stored 0%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/slider-vert-hover.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/button-pressed.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/radio-checked-insensitive.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-unchecked-insensitive.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/slider-horiz.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/radio-mixed-insensitive.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-checked-over.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/panel.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/radio-mixed-over.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/radio-unchecked.png (deflated 6%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/radio-checked-over.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/radio-mixed.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/slider-vert-insensitive.png (deflated 6%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-mixed.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/button-hover.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/radio-unchecked-insensitive.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-mixed-insensitive.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-checked-insensitive.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/button-insensitive.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/button-default.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/trough-horizontal.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/slider-vert.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/radio-unchecked-over.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/resize_grip.png (deflated 9%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-unchecked-over.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/panel-button-hover.png (deflated 14%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/slider-horiz-insensitive.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/slider-horiz-hover.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-mixed-over.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/panel-button-inactive.png (deflated 12%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/radio-checked.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/trough-vertical.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/null.png (deflated 9%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-checked.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/panel-button-active.png (deflated 12%)
  adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-unchecked.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-2.0/panel.rc (deflated 82%)
  adding: share/Windows-10-3.2/gtk-2.0/gtkrc (deflated 81%)
  adding: share/Windows-10-3.2/CREDITS (deflated 35%)
  adding: share/Windows-10-3.2/unity/ (stored 0%)
  adding: share/Windows-10-3.2/unity/unmaximize_unfocused.png (deflated 2%)
  adding: share/Windows-10-3.2/unity/launcher_arrow_ltr_37.svg (deflated 62%)
  adding: share/Windows-10-3.2/unity/maximize_unfocused.png (deflated 2%)
  adding: share/Windows-10-3.2/unity/launcher_icon_shadow_200.svg (deflated 51%)
  adding: share/Windows-10-3.2/unity/launcher_icon_edge_150.svg (deflated 60%)
  adding: share/Windows-10-3.2/unity/close.png (deflated 3%)
  adding: share/Windows-10-3.2/unity/launcher_icon_shine_150.svg (deflated 58%)
  adding: share/Windows-10-3.2/unity/maximize_focused_normal.png (deflated 2%)
  adding: share/Windows-10-3.2/unity/maximize.png (deflated 2%)
  adding: share/Windows-10-3.2/unity/launcher_icon_back_54.svg (deflated 58%)
  adding: share/Windows-10-3.2/unity/maximize_focused_prelight.png (deflated 5%)
  adding: share/Windows-10-3.2/unity/close_focused_pressed.png (deflated 2%)
  adding: share/Windows-10-3.2/unity/close_unfocused_pressed.png (deflated 2%)
  adding: share/Windows-10-3.2/unity/unmaximize_focused_pressed.png (deflated 3%)
  adding: share/Windows-10-3.2/unity/launcher_pip_rtl_37.svg (deflated 62%)
  adding: share/Windows-10-3.2/unity/launcher_arrow_rtl_37.svg (deflated 62%)
  adding: share/Windows-10-3.2/unity/close_focused_prelight.png (deflated 1%)
  adding: share/Windows-10-3.2/unity/close_unfocused_prelight.png (deflated 1%)
  adding: share/Windows-10-3.2/unity/minimize_unfocused_pressed.png (deflated 9%)
  adding: share/Windows-10-3.2/unity/modes/ (stored 0%)
  adding: share/Windows-10-3.2/unity/modes/launcher_bfb.png (deflated 7%)
  adding: share/Windows-10-3.2/unity/modes/ubuntu-square.svg (deflated 68%)
  adding: share/Windows-10-3.2/unity/modes/launcher_bfb_ns.png (deflated 7%)
  adding: share/Windows-10-3.2/unity/minimize_unfocused_prelight.png (deflated 9%)
  adding: share/Windows-10-3.2/unity/launcher_arrow_outline_rtl_37.svg (deflated 62%)
  adding: share/Windows-10-3.2/unity/unmaximize_unfocused_prelight.png (deflated 3%)
  adding: share/Windows-10-3.2/unity/launcher_icon_glow_62.svg (deflated 34%)
  adding: share/Windows-10-3.2/unity/launcher_icon_glow_200.svg (deflated 51%)
  adding: share/Windows-10-3.2/unity/maximize_focused_pressed.png (deflated 4%)
  adding: share/Windows-10-3.2/unity/minimize_focused_pressed.png (deflated 9%)
  adding: share/Windows-10-3.2/unity/launcher_icon_shine_54.svg (deflated 61%)
  adding: share/Windows-10-3.2/unity/unmaximize.png (deflated 2%)
  adding: share/Windows-10-3.2/unity/launcher_arrow_rtl_19.svg (deflated 62%)
  adding: share/Windows-10-3.2/unity/launcher_arrow_outline_ltr_37.svg (deflated 62%)
  adding: share/Windows-10-3.2/unity/launcher_pip_ltr_19.svg (deflated 62%)
  adding: share/Windows-10-3.2/unity/unmaximize_focused_normal.png (deflated 2%)
  adding: share/Windows-10-3.2/unity/launcher_icon_edge_54.svg (deflated 59%)
  adding: share/Windows-10-3.2/unity/close_unfocused.png (deflated 3%)
  adding: share/Windows-10-3.2/unity/close_focused_normal.png (deflated 3%)
  adding: share/Windows-10-3.2/unity/minimize.png (deflated 4%)
  adding: share/Windows-10-3.2/unity/launcher_arrow_outline_ltr_19.svg (deflated 62%)
  adding: share/Windows-10-3.2/unity/launcher_icon_shadow_62.svg (deflated 58%)
  adding: share/Windows-10-3.2/unity/minimize_focused_prelight.png (deflated 9%)
  adding: share/Windows-10-3.2/unity/unmaximize_focused_prelight.png (deflated 3%)
  adding: share/Windows-10-3.2/unity/launcher_pip_ltr_37.svg (deflated 62%)
  adding: share/Windows-10-3.2/unity/launcher_icon_selected_back_54.svg (deflated 60%)
  adding: share/Windows-10-3.2/unity/launcher_bfb.png (deflated 7%)
  adding: share/Windows-10-3.2/unity/launcher_icon_selected_back_150.svg (deflated 60%)
  adding: share/Windows-10-3.2/unity/launcher_arrow_ltr_19.svg (deflated 62%)
  adding: share/Windows-10-3.2/unity/launcher_arrow_outline_rtl_19.svg (deflated 63%)
  adding: share/Windows-10-3.2/unity/maximize_unfocused_pressed.png (deflated 4%)
  adding: share/Windows-10-3.2/unity/maximize_unfocused_prelight.png (deflated 5%)
  adding: share/Windows-10-3.2/unity/launcher_icon_back_150.svg (deflated 58%)
  adding: share/Windows-10-3.2/unity/minimize_unfocused.png (deflated 4%)
  adding: share/Windows-10-3.2/unity/unmaximize_unfocused_pressed.png (deflated 3%)
  adding: share/Windows-10-3.2/unity/minimize_focused_normal.png (deflated 4%)
  adding: share/Windows-10-3.2/unity/launcher_pip_rtl_19.svg (deflated 62%)
  adding: share/Windows-10-3.2/extra-icons/ (stored 0%)
  adding: share/Windows-10-3.2/extra-icons/Notifications-normal.svg (deflated 53%)
  adding: share/Windows-10-3.2/extra-icons/expo.png (stored 0%)
  adding: share/Windows-10-3.2/extra-icons/Notifications.svg (deflated 52%)
  adding: share/Windows-10-3.2/extra-icons/Cortana.png (deflated 2%)
  adding: share/Windows-10-3.2/xfce-notify-4.0/ (stored 0%)
  adding: share/Windows-10-3.2/xfce-notify-4.0/gtkrc (deflated 73%)
  adding: share/Windows-10-3.2/openbox-3/ (stored 0%)
  adding: share/Windows-10-3.2/openbox-3/themerc (deflated 80%)
  adding: share/Windows-10-3.2/openbox-3/max.xbm (deflated 54%)
  adding: share/Windows-10-3.2/openbox-3/close.xbm (deflated 48%)
  adding: share/Windows-10-3.2/openbox-3/iconify.xbm (deflated 57%)
  adding: share/Windows-10-3.2/openbox-3/bullet.xbm (deflated 29%)
  adding: share/Windows-10-3.2/xfwm4/ (stored 0%)
  adding: share/Windows-10-3.2/xfwm4/bottom-inactive.xpm (deflated 24%)
  adding: share/Windows-10-3.2/xfwm4/hide-pressed.xpm (deflated 90%)
  adding: share/Windows-10-3.2/xfwm4/themerc (deflated 50%)
  adding: share/Windows-10-3.2/xfwm4/maximize-toggled-prelight.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/hide-inactive.xpm (deflated 90%)
  adding: share/Windows-10-3.2/xfwm4/right-active.xpm (deflated 59%)
  adding: share/Windows-10-3.2/xfwm4/top-left-inactive.xpm (deflated 58%)
  adding: share/Windows-10-3.2/xfwm4/bottom-right-active.xpm (deflated 10%)
  adding: share/Windows-10-3.2/xfwm4/maximize-toggled-inactive.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/left-inactive.xpm (deflated 59%)
  adding: share/Windows-10-3.2/xfwm4/maximize-inactive.xpm (deflated 89%)
  adding: share/Windows-10-3.2/xfwm4/title-2-inactive.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/bottom-left-inactive.xpm (deflated 10%)
  adding: share/Windows-10-3.2/xfwm4/menu-inactive.xpm (deflated 87%)
  adding: share/Windows-10-3.2/xfwm4/hide-active.xpm (deflated 90%)
  adding: share/Windows-10-3.2/xfwm4/right-inactive.xpm (deflated 59%)
  adding: share/Windows-10-3.2/xfwm4/close-prelight.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/title-4-active.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/top-right-inactive.xpm (deflated 58%)
  adding: share/Windows-10-3.2/xfwm4/top-right-active.xpm (deflated 58%)
  adding: share/Windows-10-3.2/xfwm4/hide-prelight.xpm (deflated 90%)
  adding: share/Windows-10-3.2/xfwm4/title-5-active.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/maximize-toggled-pressed.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/title-2-active.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/title-1-active.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/maximize-pressed.xpm (deflated 89%)
  adding: share/Windows-10-3.2/xfwm4/bottom-left-active.xpm (deflated 10%)
  adding: share/Windows-10-3.2/xfwm4/title-3-active.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/top-left-active.xpm (deflated 58%)
  adding: share/Windows-10-3.2/xfwm4/close-active.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/title-5-inactive.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/title-1-inactive.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/left-active.xpm (deflated 59%)
  adding: share/Windows-10-3.2/xfwm4/maximize-prelight.xpm (deflated 89%)
  adding: share/Windows-10-3.2/xfwm4/maximize-active.xpm (deflated 90%)
  adding: share/Windows-10-3.2/xfwm4/bottom-active.xpm (deflated 24%)
  adding: share/Windows-10-3.2/xfwm4/title-3-inactive.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/bottom-right-inactive.xpm (deflated 10%)
  adding: share/Windows-10-3.2/xfwm4/menu-active.xpm (deflated 87%)
  adding: share/Windows-10-3.2/xfwm4/close-inactive.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/close-pressed.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/title-4-inactive.xpm (deflated 88%)
  adding: share/Windows-10-3.2/xfwm4/maximize-toggled-active.xpm (deflated 89%)
  adding: share/Windows-10-3.2/gtk-3.0/ (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk.css (deflated 76%)
  adding: share/Windows-10-3.2/gtk-3.0/apps/ (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/apps/nemo.css (deflated 76%)
  adding: share/Windows-10-3.2/gtk-3.0/apps/gnome-applications.css (deflated 82%)
  adding: share/Windows-10-3.2/gtk-3.0/apps/unity.css (deflated 80%)
  adding: share/Windows-10-3.2/gtk-3.0/apps/lightdm-gtk-greeter.css (deflated 84%)
  adding: share/Windows-10-3.2/gtk-3.0/apps/granite-widgets.css (deflated 87%)
  adding: share/Windows-10-3.2/gtk-3.0/apps/xfce.css (deflated 68%)
  adding: share/Windows-10-3.2/gtk-3.0/apps/synaptic.css (deflated 46%)
  adding: share/Windows-10-3.2/gtk-3.0/thumbnail.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/ (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/minimize-focused-active.png (deflated 9%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/close-unfocused-normal.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/maximize-focused-pressed.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/maximize-focused-active.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/minimize-focused-pressed.png (deflated 9%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/close-focused-pressed.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/close-focused-active.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/minimize-unfocused-normal.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/restore-focused-active.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/maximize-unfocused-normal.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/maximize-focused-normal.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/close-focused-normal.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/restore-unfocused-normal.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/restore-focused-pressed.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/restore-focused-normal.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.0/buttons/minimize-focused-normal.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/panel/ (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/panel/item-active.svg (deflated 54%)
  adding: share/Windows-10-3.2/gtk-3.0/panel/item-active-prelight.svg (deflated 54%)
  adding: share/Windows-10-3.2/gtk-3.0/panel/item-prelight.svg (deflated 57%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-widgets.css (deflated 88%)
  adding: share/Windows-10-3.2/gtk-3.0/scrollbars/ (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/scrollbars/down.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/scrollbars/up.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/scrollbars/left.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/scrollbars/right.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/settings.ini (deflated 9%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/ (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-selected-insensitive.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-unselected.png (deflated 6%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/slider-vert-hover.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-mixed@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked@2.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-selected-over@2.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-insensitive.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-over@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/slider-horiz.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-mixed-insensitive.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-over.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed-insensitive@2.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-over.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-insensitive@2.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-insensitive.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-mixed.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/slider-vert-insensitive.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-insensitive@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-over@2.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-selected-insensitive@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed-insensitive.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-selected@2.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-insensitive.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-selected-over.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-mixed-insensitive@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/slider-vert.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-over@2.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/switch-on-disabled.svg (deflated 44%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/switch-off.svg (deflated 44%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-over.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/slider-horiz-insensitive.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/slider-horiz-hover.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-selected.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/switch-off-disabled.svg (deflated 43%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/radio-unselected@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked@2.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.0/assets/switch-on.svg (deflated 44%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/ (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/gtk.css (deflated 88%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/thumbnail.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/gtk-dark.css (deflated 88%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/settings.ini (deflated 9%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/ (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-top-hover@2.png (deflated 12%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-up.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/minimize-focused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-hover.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-left@2.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-unfocused.png (deflated 6%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/maximize-focused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-unfocused@2.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-over@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked@2.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-over@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/restore-focused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-insensitive-unfocused@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-insensitive.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert@2.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-unfocused@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-insensitive-unfocused@2.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-insensitive.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-insensitive-unfocused@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-left.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-unfocused@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-insensitive.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-unfocused.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-insensitive@2.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-hover@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-insensitive-unfocused.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-over.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-insensitive@2.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-over.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-top-hover.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked.png (deflated 6%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-over.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/close-focused-active.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-insensitive.png (deflated 6%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-insensitive-unfocused.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/close-focused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-left-active.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/maximize-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-unfocused.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-over@2.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-insensitive.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-insensitive.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-over@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-over@2.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-right-active.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-insensitive-unfocused.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-insensitive.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-top-insensitive.png (deflated 6%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-top.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-insensitive@2.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-unfocused.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-hover@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-insensitive@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-insensitive@2.png (deflated 12%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-over@2.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-insensitive@2.png (deflated 9%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused@2.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/close-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-down.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-insensitive-unfocused@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-over.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-over.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-left-hover.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-left-insensitive@2.png (deflated 12%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-insensitive.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-hover.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-over.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-unfocused@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/minimize-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked@2.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-down-active.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-unfocused@2.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-left.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-insensitive-unfocused.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-left-hover@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/restore-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked@2.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-unfocused@2.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-right.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-insensitive@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-up-active.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused@2.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-top-insensitive@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-left-insensitive.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-unfocused.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-insensitive@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-top@2.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.0/gtk-widgets-assets.css (deflated 88%)
  adding: share/Windows-10-3.2/gtk-3.20/ (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/gtk.css (deflated 88%)
  adding: share/Windows-10-3.2/gtk-3.20/thumbnail.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/gtk-dark.css (deflated 88%)
  adding: share/Windows-10-3.2/gtk-3.20/settings.ini (deflated 9%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/ (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-hover@2.png (deflated 12%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-up.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/minimize-focused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-hover.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left@2.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-unfocused.png (deflated 6%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/maximize-focused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-unfocused@2.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-over@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked@2.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-over@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/restore-focused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive-unfocused@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert@2.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-unfocused@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive-unfocused@2.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive-unfocused@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-left.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-unfocused@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-unfocused.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive@2.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-hover@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive-unfocused.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-over.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive@2.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-over.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-hover.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked.png (deflated 6%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-over.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/close-focused-active.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-insensitive.png (deflated 6%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive-unfocused.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/close-focused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-left-active.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/maximize-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-unfocused.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-over@2.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-over@2.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-over@2.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-right-active.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive-unfocused.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-insensitive.png (deflated 6%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive@2.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-unfocused.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-hover@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-insensitive@2.png (deflated 12%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-over@2.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-insensitive@2.png (deflated 9%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused@2.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/close-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-down.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive-unfocused@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-over.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-over.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-hover.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-insensitive@2.png (deflated 12%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-insensitive.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-hover.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-over.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-unfocused@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/minimize-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked@2.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-down-active.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-unfocused@2.png (deflated 5%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left.png (deflated 1%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive-unfocused.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-hover@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/restore-unfocused.png (stored 0%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked.png (deflated 4%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked@2.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-unfocused@2.png (deflated 2%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-right.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-up-active.svg (deflated 61%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused@2.png (deflated 3%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-insensitive@2.png (deflated 10%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-insensitive.png (deflated 8%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-unfocused.png (deflated 7%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive@2.png (deflated 11%)
  adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top@2.png (deflated 3%)
  adding: share/Windows-10-3.2/LICENSE.md (deflated 66%)
  adding: share/Adwaita-dark/ (stored 0%)
  adding: share/Adwaita-dark/index.theme (deflated 51%)
  adding: share/Adwaita-dark/gtk-2.0/ (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/apps.rc (deflated 75%)
  adding: share/Adwaita-dark/gtk-2.0/main.rc (deflated 89%)
  adding: share/Adwaita-dark/gtk-2.0/hacks.rc (deflated 46%)
  adding: share/Adwaita-dark/gtk-2.0/assets/ (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up-active.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-down.png (deflated 4%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-right-hover.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/radio-checked-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scale-slider-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/tab-right.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-down.png (deflated 5%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scale-slider-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/treeview-pan-up-hover.png (deflated 5%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up-insensitive.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-slider.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-mixed-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-up-insensitive.png (deflated 4%)
  adding: share/Adwaita-dark/gtk-2.0/assets/radio-checked-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-trough.png (deflated 7%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/pan-right.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/radio-unchecked-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/treeview-separator-ltr.png (deflated 8%)
  adding: share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/pan-right-semi.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menubar-item-active.png (deflated 9%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-left-insensitive.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scale-slider-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-up.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-left.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/notebook-entry-insensitive.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/frame-inline.png (deflated 5%)
  adding: share/Adwaita-dark/gtk-2.0/assets/tab-down-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/radio-mixed-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/radio-mixed-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-mixed.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down-active.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/treeview-pan-up-active.png (deflated 5%)
  adding: share/Adwaita-dark/gtk-2.0/assets/notebook-entry-active.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/tab-up.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/radio-unchecked.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-up.png (deflated 4%)
  adding: share/Adwaita-dark/gtk-2.0/assets/treeview-pan-up.png (deflated 5%)
  adding: share/Adwaita-dark/gtk-2.0/assets/handle-vert.png (deflated 11%)
  adding: share/Adwaita-dark/gtk-2.0/assets/border.png (deflated 9%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scale-horz-trough.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up-hover.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-checked-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/radio-mixed.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/pan-down-insensitive.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-entry.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/entry.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-rtl.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down-insensitive.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-slider-active.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/entry-insensitive.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-down-insensitive.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/line.png (deflated 10%)
  adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scale-horz-focus.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/entry-background.png (deflated 7%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down-hover.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/button-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/frame-notebook.png (deflated 8%)
  adding: share/Adwaita-dark/gtk-2.0/assets/pan-up-insensitive.png (deflated 4%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-border.png (deflated 11%)
  adding: share/Adwaita-dark/gtk-2.0/assets/entry-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/pan-left-insensitive.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/handle-horz.png (deflated 11%)
  adding: share/Adwaita-dark/gtk-2.0/assets/radio-unchecked-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-down-insensitive.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up-hover.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/tab-left-active.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-right-insensitive.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-checked-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/pan-left.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/button-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-left-hover.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/treeview-pan-down.png (deflated 4%)
  adding: share/Adwaita-dark/gtk-2.0/assets/radio-unchecked-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-mixed.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/button-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/treeview-pan-down-active.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/tab-right-active.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/focus.png (deflated 6%)
  adding: share/Adwaita-dark/gtk-2.0/assets/pan-right-insensitive.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/radio-mixed-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down-hover.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/handle.png (deflated 10%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-active.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-entry-active.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/progressbar-horz-trough.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-hover.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/tab-up-active.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scale-vert-trough-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scale-horz-trough-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-entry.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-checked-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-trough-rtl.png (deflated 7%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-right.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down-insensitive.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/treeview-pan-down-hover.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/tab-vert-gap.png (deflated 5%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/radio-checked-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scale-slider.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/entry-background-insensitive.png (deflated 7%)
  adding: share/Adwaita-dark/gtk-2.0/assets/progressbar-vert.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/button.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-checked-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/tab-down.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/notebook-entry.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/radio-checked.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/tab-left.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/tab-horz-gap.png (deflated 5%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-checked-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/pan-left-semi.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/pan-up.png (deflated 4%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-up-insensitive.png (deflated 3%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-mixed-hover.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/progressbar-horz.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-checked.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-mixed-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/pan-down.png (deflated 4%)
  adding: share/Adwaita-dark/gtk-2.0/assets/progressbar-vert-trough.png (deflated 2%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-entry-active.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-checked.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/treeview-separator-rtl.png (deflated 8%)
  adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scale-vert-trough.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down-active.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png (deflated 1%)
  adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-checked.png (stored 0%)
  adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-trough.png (deflated 5%)
  adding: share/Adwaita-dark/gtk-2.0/assets/frame.png (deflated 11%)
  adding: share/Adwaita-dark/gtk-2.0/hacks-dark.rc (deflated 53%)
  adding: share/Adwaita-dark/gtk-2.0/gtkrc (deflated 53%)
  adding: share/Adwaita-dark/xfwm4/ (stored 0%)
  adding: share/Adwaita-dark/xfwm4/bottom-inactive.xpm (deflated 9%)
  adding: share/Adwaita-dark/xfwm4/hide-pressed.xpm (deflated 87%)
  adding: share/Adwaita-dark/xfwm4/themerc (deflated 56%)
  adding: share/Adwaita-dark/xfwm4/menu-prelight.xpm (deflated 86%)
  adding: share/Adwaita-dark/xfwm4/maximize-toggled-prelight.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/hide-inactive.xpm (deflated 91%)
  adding: share/Adwaita-dark/xfwm4/right-active.xpm (deflated 57%)
  adding: share/Adwaita-dark/xfwm4/top-left-inactive.xpm (deflated 76%)
  adding: share/Adwaita-dark/xfwm4/bottom-right-active.xpm (deflated 5%)
  adding: share/Adwaita-dark/xfwm4/maximize-toggled-inactive.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/left-inactive.xpm (deflated 57%)
  adding: share/Adwaita-dark/xfwm4/maximize-inactive.xpm (deflated 91%)
  adding: share/Adwaita-dark/xfwm4/stick-prelight.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/title-2-inactive.xpm (deflated 83%)
  adding: share/Adwaita-dark/xfwm4/stick-pressed.xpm (deflated 84%)
  adding: share/Adwaita-dark/xfwm4/shade-toggled-active.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/shade-toggled-pressed.xpm (deflated 85%)
  adding: share/Adwaita-dark/xfwm4/shade-inactive.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/shade-active.xpm (deflated 90%)
  adding: share/Adwaita-dark/xfwm4/menu-pressed.xpm (deflated 86%)
  adding: share/Adwaita-dark/xfwm4/bottom-left-inactive.xpm (deflated 5%)
  adding: share/Adwaita-dark/xfwm4/menu-inactive.xpm (deflated 86%)
  adding: share/Adwaita-dark/xfwm4/hide-active.xpm (deflated 91%)
  adding: share/Adwaita-dark/xfwm4/stick-inactive.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/right-inactive.xpm (deflated 57%)
  adding: share/Adwaita-dark/xfwm4/close-prelight.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/title-4-active.xpm (deflated 84%)
  adding: share/Adwaita-dark/xfwm4/top-right-inactive.xpm (deflated 76%)
  adding: share/Adwaita-dark/xfwm4/top-right-active.xpm (deflated 77%)
  adding: share/Adwaita-dark/xfwm4/stick-toggled-inactive.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/stick-toggled-active.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/hide-prelight.xpm (deflated 91%)
  adding: share/Adwaita-dark/xfwm4/title-5-active.xpm (deflated 84%)
  adding: share/Adwaita-dark/xfwm4/maximize-toggled-pressed.xpm (deflated 85%)
  adding: share/Adwaita-dark/xfwm4/title-2-active.xpm (deflated 84%)
  adding: share/Adwaita-dark/xfwm4/title-1-active.xpm (deflated 84%)
  adding: share/Adwaita-dark/xfwm4/maximize-pressed.xpm (deflated 87%)
  adding: share/Adwaita-dark/xfwm4/bottom-left-active.xpm (deflated 5%)
  adding: share/Adwaita-dark/xfwm4/title-3-active.xpm (deflated 84%)
  adding: share/Adwaita-dark/xfwm4/top-left-active.xpm (deflated 77%)
  adding: share/Adwaita-dark/xfwm4/shade-prelight.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/close-active.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/title-5-inactive.xpm (deflated 83%)
  adding: share/Adwaita-dark/xfwm4/title-1-inactive.xpm (deflated 83%)
  adding: share/Adwaita-dark/xfwm4/left-active.xpm (deflated 58%)
  adding: share/Adwaita-dark/xfwm4/themerc~ (deflated 56%)
  adding: share/Adwaita-dark/xfwm4/maximize-prelight.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/maximize-active.xpm (deflated 91%)
  adding: share/Adwaita-dark/xfwm4/bottom-active.xpm (deflated 9%)
  adding: share/Adwaita-dark/xfwm4/shade-toggled-prelight.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/title-3-inactive.xpm (deflated 83%)
  adding: share/Adwaita-dark/xfwm4/bottom-right-inactive.xpm (deflated 5%)
  adding: share/Adwaita-dark/xfwm4/shade-pressed.xpm (deflated 86%)
  adding: share/Adwaita-dark/xfwm4/shade-toggled-inactive.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/menu-active.xpm (deflated 86%)
  adding: share/Adwaita-dark/xfwm4/close-inactive.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/stick-toggled-pressed.xpm (deflated 85%)
  adding: share/Adwaita-dark/xfwm4/close-pressed.xpm (deflated 84%)
  adding: share/Adwaita-dark/xfwm4/stick-toggled-prelight.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/title-4-inactive.xpm (deflated 83%)
  adding: share/Adwaita-dark/xfwm4/maximize-toggled-active.xpm (deflated 89%)
  adding: share/Adwaita-dark/xfwm4/stick-active.xpm (deflated 89%)
  adding: share/Adwaita-dark/gtk-3.0/ (stored 0%)
  adding: share/Adwaita-dark/gtk-3.0/gtk.css (deflated 4%)
  adding: ssleay32.dll (deflated 66%)
  adding: zlib1.dll (deflated 50%)
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
Stashed 1 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: Linux-x86_64)
[Pipeline] { (Branch: Darwin-x86_64)
[Pipeline] { (Branch: Windows-x86_64)
[Pipeline] { (Branch: Darwin-arm64)
[Pipeline] { (Branch: Linux-aarch64)
[Pipeline] { (Branch: Linux-armv7l)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on pharo-ci-jenkins2-unix-3 in /builds/workspace/pharo-vm_v9.0.10
[Pipeline] node
Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_v9.0.10
Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\pharo-vm_v9.0.10
Running on lse-mac-mini in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10
[Pipeline] node
[Pipeline] node
Running on lse-mac-mini in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2
Running on lse-mac-mini in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@3
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] cleanWs
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[WS-CLEANUP] done
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] cleanWs
[WS-CLEANUP] done
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (Build Image Linux-aarch64)
[Pipeline] stage
[Pipeline] { (Build Image Linux-armv7l)
[Pipeline] stage
[Pipeline] { (Tests-Linux-x86_64-CoInterpreter)
[Pipeline] stage
[Pipeline] { (Tests-Darwin-x86_64-CoInterpreter)
[Pipeline] stage
[Pipeline] { (Tests-Windows-x86_64-CoInterpreter)
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] stage
[Pipeline] { (Tests-Darwin-arm64-CoInterpreter)
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] isUnix
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] sh
+ docker build -t pharo-ubuntu-arm64 ./docker/ubuntu-arm64/
+ docker build -t pharo-debian10-armv7 ./docker/debian10-armv7/
#1 [internal] load build definition from Dockerfile
#1 sha256:d62e32fc3c6b3e667b933e10dad078926436712c7c7a2e7c24fb7976c3db8512
#1 transferring dockerfile: 37B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:756f6115f8b438ff02d17fe6f8baa8581749866c809709ff8d21e52e94d01761
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/arm64v8/ubuntu:latest
#3 sha256:db9c7e8f1624db7d6df37099580eb9347bde60c26cc9d6649159efe50174523e
#1 [internal] load build definition from Dockerfile
#1 sha256:b2d5821c7d96caf161e8a8e4305bab201c25cd034ddd7907298b4535d4b626f8
#1 transferring dockerfile: 37B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:d5ebc90a56f1bc6642f9153c6ee06a22d9c6952fb578e0c4cd248b60b55bd1f1
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/arm32v7/debian:buster
#3 sha256:36fbbc86a91d23ba6af7c64b43c49e8873d22ba4e6a223fb7eaaacbb94be126d
#3 DONE 1.1s

#7 [base 1/3] FROM docker.io/arm64v8/ubuntu@sha256:26c3bd3ae441c873a210200bcbb975ffd2bbf0c0841a4584f4476c8a5b8f3d99
#7 sha256:735248cce426f40fccee49412b948db69c27eedc16bc47705ea0520372e95684
#7 DONE 0.0s

#5 [base 3/3] RUN set -eu;   ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime;   echo Europe/Paris > /etc/timezone;   apt-get update;   apt-get install -q --assume-yes --no-install-recommends     ca-certificates     libcurl3-gnutls     build-essential     gcc     g++     binutils     cmake     git     wget     unzip     uuid-dev     libssl-dev     libtool     automake     ;   apt-get clean;   addgroup --gid 1000 ci;   useradd --uid 7431 --gid 1000 --home-dir /opt/pharo --no-create-home --no-user-group pharo;   chown 7431:100 /opt/pharo -R;   chmod 755 /opt/pharo -R;   rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*;   true
#5 sha256:065b3a51b488e0e6ed369fa660ab0991a5c23a28c29a40da5edf3b1b1342b598
#5 CACHED

#4 [base 2/3] WORKDIR /opt/pharo
#4 sha256:af5410e54ed69e817cedfb142cd6937a5dffeb068a1a57d65e16904c8a995431
#4 CACHED

#6 [final 1/1] WORKDIR /opt/pharo
#6 sha256:19e52e31e00d54afddac98aacc38d32dafd0c85ec4f9418b24df4b9fb4e19644
#6 CACHED

#8 exporting to image
#8 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#8 exporting layers done
#8 writing image sha256:0c774f0b23a7cdae78228a5218762ab85dfb97c6b3d5465567823f2f16e58004 done
#8 naming to docker.io/library/pharo-ubuntu-arm64 done
#8 DONE 0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
#3 DONE 1.0s

#7 [base 1/3] FROM docker.io/arm32v7/debian:buster@sha256:8b0544ec886aacd2cc8ebd70695d01bb7b292e899da3e3d5ce4a5f174a29e4d2
#7 sha256:4bdeea132a8789b9e21112ccbf13c9150ee998b4778202ea4c5c967fb7384ee6
#7 DONE 0.0s

#4 [base 2/3] WORKDIR /opt/pharo
#4 sha256:8fd1f4291fbafa358dbda5de086776d47b2a84c92cc856045ad120eb3a0c5e7b
#4 CACHED

#5 [base 3/3] RUN set -eu;   ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime;   echo Europe/Paris > /etc/timezone;   apt-get update;   apt-get install -q --assume-yes --no-install-recommends     ca-certificates     libcurl3-gnutls     build-essential     gcc     g++     binutils     cmake     git     wget     unzip     uuid-dev     libssl-dev     libtool     automake     ;   apt-get clean;   addgroup --gid 1000 ci;   useradd --uid 7431 --gid 1000 --home-dir /opt/pharo --no-create-home --no-user-group pharo;   chown 7431:100 /opt/pharo -R;   chmod 755 /opt/pharo -R;   rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*;   true
#5 sha256:02ec91a53762018a2abaab66c801dd92beac103d7f486e952263680d8a4f823a
#5 CACHED

#6 [final 1/1] WORKDIR /opt/pharo
#6 sha256:a25180c04f3164f2972493187b60e25bc76a9efde760dec59b53ae84de69dc12
#6 CACHED

#8 exporting to image
#8 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#8 exporting layers done
#8 writing image sha256:40da01d77720bf869289b1bb1e596d22b65969bb9ff3227d5bb47abbb15e3590 done
#8 naming to docker.io/library/pharo-debian10-armv7 done
#8 DONE 0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Building using workspace /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Building using workspace /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@3
[Pipeline] isUnix
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] sh
+ docker inspect -f . pharo-ubuntu-arm64
.
[Pipeline] withDockerContainer
lse-mac-mini does not seem to be running inside a container
+ docker inspect -f . pharo-debian10-armv7
.
$ docker run -t -d -u 501:20 -v /tmp:/tmp -e HOME=/opt/pharo -u pharo -w /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2 -v /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2:/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2:rw,z -v /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2@tmp:/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** pharo-ubuntu-arm64 cat
$ docker top c4604a1124c9057c3136601d1e8d964112c85b3aec3cc4a61f1427ce22649f83 -eo pid,comm
[Pipeline] {
[Pipeline] withDockerContainer
lse-mac-mini does not seem to be running inside a container
$ docker run -t -d -u 501:20 -v /tmp:/tmp -e HOME=/opt/pharo -u pharo -w /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@3 -v /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@3:/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@3:rw,z -v /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@3@tmp:/Users/lse/Workspace/workspace/pharo-vm_v9.0.10@3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** pharo-debian10-armv7 cat
$ docker top a21c730fd840c206b13d5736620b0d03c61950c70fb9fa2b0e6861a3f9f34360 -eo pid,comm
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] sh
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[WS-CLEANUP] done
[Pipeline] sh
+ mkdir runTests
[Pipeline] stage
[Pipeline] { (Tests-Linux-aarch64-CoInterpreter)
[Pipeline] stage
+ mkdir runTests
[Pipeline] { (Tests-Linux-armv7l-CoInterpreter)
[Pipeline] unstash
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/runTests
[Pipeline] {
[Pipeline] unstash
[Pipeline] sh
[Pipeline] sh
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/runTests
[Pipeline] {
+ mkdir runTests
[Pipeline] sh
[Pipeline] bat
+ bash
+ wget -O - get.pharo.org/64/90
--2021-11-25 12:57:21--  http://get.pharo.org/64/90
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3444 (3.4K)
Saving to: 'STDOUT'

     0K ...                                                   100%  493M=0s

2021-11-25 12:57:21 (493 MB/s) - written to stdout [3444/3444]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharoImage-x86_64.zip
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/runTests
[Pipeline] {
[Pipeline] sh
+ bash
+ wget -O - get.pharo.org/64/90
--2021-11-25 12:57:21--  http://get.pharo.org/64/90
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3444 (3.4K)
Saving to: ‘STDOUT’

     0K ...                                                   100% 80.1M=0s

2021-11-25 12:57:21 (80.1 MB/s) - written to stdout [3444/3444]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharoImage-x86_64.zip

ci@WIN10-CI C:\builds\workspace\pharo-vm_v9.0.10>mkdir runTests 
[Pipeline] dir
Running in C:\builds\workspace\pharo-vm_v9.0.10\runTests
[Pipeline] {
[Pipeline] bat
+ wget -O - get.pharo.org/64/90
+ bash
--2021-11-25 12:57:21--  http://get.pharo.org/64/90
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3444 (3,4K)
Saving to: ‘STDOUT’

     0K ...                                                   100%  821M=0s

2021-11-25 12:57:21 (821 MB/s) - written to stdout [3444/3444]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharoImage-arm64.zip

ci@WIN10-CI C:\builds\workspace\pharo-vm_v9.0.10\runTests>wget -O - get.pharo.org/64/90   | bash  
--2021-11-25 03:57:22--  http://get.pharo.org/64/90
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3444 (3.4K)
Saving to: 'STDOUT'

     0K ...                                                   100% 72.6M=0s

2021-11-25 03:57:22 (72.6 MB/s) - written to stdout [3444/3444]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharoImage-x86_64.zip
Pharo.image
[Pipeline] sh
+ echo 90
[Pipeline] sh
+ unzip ../build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-bin.zip
   creating: ./Pharo.app/
   creating: ./Pharo.app/Contents/
  inflating: ./Pharo.app/Contents/Info.plist  
   creating: ./Pharo.app/Contents/MacOS/
  inflating: ./Pharo.app/Contents/MacOS/Pharo  
   creating: ./Pharo.app/Contents/MacOS/Plugins/
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcrypto.1.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcrypto.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libfontconfig.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libfontconfig.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.40.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng16.16.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng16.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.1.0.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.1.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.dylib  
   creating: ./Pharo.app/Contents/Resources/
  inflating: ./Pharo.app/Contents/Resources/Pharo.icns  
  inflating: ./Pharo.app/Contents/Resources/PharoChanges.icns  
  inflating: ./Pharo.app/Contents/Resources/PharoImage.icns  
  inflating: ./Pharo.app/Contents/Resources/PharoSources.icns  
[Pipeline] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true
+ ./Pharo.app/Contents/MacOS/Pharo --logLevel=4 Pharo.image test --junit-xml-output --stage-name=Tests-Darwin-arm64-CoInterpreter '.*'
[DEBUG] 2021-11-25 12:57:24.000 logParameters (src/parameters.c:335):Image file name: Pharo.image
[DEBUG] 2021-11-25 12:57:24.000 logParameters (src/parameters.c:336):Is default Image: no
[DEBUG] 2021-11-25 12:57:24.000 logParameters (src/parameters.c:337):Is interactive session: no
[DEBUG] 2021-11-25 12:57:24.000 logParameterVector (src/parameters.c:325):vmParameters [count = 3]:
[DEBUG] 2021-11-25 12:57:24.000 logParameterVector (src/parameters.c:328): ./Pharo.app/Contents/MacOS/Pharo
[DEBUG] 2021-11-25 12:57:24.000 logParameterVector (src/parameters.c:328): --logLevel=4
[DEBUG] 2021-11-25 12:57:24.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2021-11-25 12:57:24.000 logParameterVector (src/parameters.c:325):imageParameters [count = 4]:
[DEBUG] 2021-11-25 12:57:24.000 logParameterVector (src/parameters.c:328): test
[DEBUG] 2021-11-25 12:57:24.000 logParameterVector (src/parameters.c:328): --junit-xml-output
[DEBUG] 2021-11-25 12:57:24.000 logParameterVector (src/parameters.c:328): --stage-name=Tests-Darwin-arm64-CoInterpreter
[DEBUG] 2021-11-25 12:57:24.000 logParameterVector (src/parameters.c:328): .*
[INFO ] 2021-11-25 12:57:24.000 vm_main_with_parameters (src/client.c:113):Opening Image: Pharo.image
[DEBUG] 2021-11-25 12:57:24.000 vm_main_with_parameters (src/client.c:135):Working Directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/runTests
[DEBUG] 2021-11-25 12:57:24.000 vm_main_with_parameters (src/client.c:137):sizeof(int): 4
[DEBUG] 2021-11-25 12:57:24.000 vm_main_with_parameters (src/client.c:138):sizeof(long): 8
[DEBUG] 2021-11-25 12:57:24.000 vm_main_with_parameters (src/client.c:139):sizeof(long long): 8
[DEBUG] 2021-11-25 12:57:24.000 vm_main_with_parameters (src/client.c:140):sizeof(void*): 8
[DEBUG] 2021-11-25 12:57:24.000 vm_main_with_parameters (src/client.c:141):sizeof(sqInt): 8
[DEBUG] 2021-11-25 12:57:24.000 vm_main_with_parameters (src/client.c:142):sizeof(sqLong): 8
[DEBUG] 2021-11-25 12:57:24.000 vm_main_with_parameters (src/client.c:143):sizeof(float): 4
[DEBUG] 2021-11-25 12:57:24.000 vm_main_with_parameters (src/client.c:144):sizeof(double): 8
[DEBUG] 2021-11-25 12:57:24.000 runOnMainThread (src/client.c:260):Running VM on main thread
[DEBUG] 2021-11-25 12:57:24.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x2714000
[DEBUG] 2021-11-25 12:57:24.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x102e14000
[DEBUG] 2021-11-25 12:57:24.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x102e14000
[WARN ] 2021-11-25 12:57:24.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2021-11-25 12:57:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
Pharo.image
[WARN ] 2021-11-25 12:57:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-11-25 12:57:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2021-11-25 12:57:24.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin
[WARN ] 2021-11-25 12:57:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-11-25 12:57:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-11-25 12:57:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-11-25 12:57:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2021-11-25 12:57:24.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2021-11-25 12:57:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2021-11-25 12:57:24.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
Running tests in 786 Packages
[WARN ] 2021-11-25 12:57:24.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[Pipeline] sh
Pharo.image
[Pipeline] sh
+ echo 90
[Pipeline] sh
+ echo 90
[Pipeline] sh
+ unzip ../build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-bin.zip
   creating: ./bin/
  inflating: ./bin/pharo             
   creating: ./lib/
  inflating: ./lib/libB2DPlugin.so   
  inflating: ./lib/libBitBltPlugin.so  
  inflating: ./lib/libDSAPrims.so    
  inflating: ./lib/libFileAttributesPlugin.so  
  inflating: ./lib/libFilePlugin.so  
  inflating: ./lib/libJPEGReadWriter2Plugin.so  
  inflating: ./lib/libJPEGReaderPlugin.so  
  inflating: ./lib/libLargeIntegers.so  
  inflating: ./lib/libLocalePlugin.so  
  inflating: ./lib/libMiscPrimitivePlugin.so  
  inflating: ./lib/libPharoVMCore.so  
  inflating: ./lib/libSDL2-2.0.so.0  
  inflating: ./lib/libSDL2-2.0.so.0.7.0  
  inflating: ./lib/libSDL2.so        
  inflating: ./lib/libSocketPlugin.so  
  inflating: ./lib/libSqueakSSL.so   
  inflating: ./lib/libSurfacePlugin.so  
  inflating: ./lib/libTestLibrary.so  
  inflating: ./lib/libUUIDPlugin.so  
  inflating: ./lib/libUnixOSProcessPlugin.so  
  inflating: ./lib/libcrypto.so.1.0.0  
  inflating: ./lib/libffi.so         
  inflating: ./lib/libgit2.1.0.0.so  
  inflating: ./lib/libgit2.so        
  inflating: ./lib/libgit2.so.0.25.1  
  inflating: ./lib/libgit2.so.25     
  inflating: ./lib/libssh2.so        
  inflating: ./lib/libssh2.so.1      
  inflating: ./lib/libssh2.so.1.0.1  
  inflating: ./lib/libssl.so         
  inflating: ./lib/libssl.so.1.0.0   
  inflating: ./lib/pharo             
  inflating: ./pharo                 
[Pipeline] sh
+ unzip ../build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-bin.zip
   creating: ./Pharo.app/
   creating: ./Pharo.app/Contents/
  inflating: ./Pharo.app/Contents/Info.plist  
   creating: ./Pharo.app/Contents/MacOS/
  inflating: ./Pharo.app/Contents/MacOS/Pharo  
   creating: ./Pharo.app/Contents/MacOS/Plugins/
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libffi.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.0.25.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.0.dylib  + PHARO_CI_TESTING_ENVIRONMENT=true ./pharo --logLevel=4 Pharo.image test --junit-xml-output --stage-name=Tests-Linux-x86_64-CoInterpreter .*
[DEBUG] 2021-11-25 12:57:25.000 logParameters (src/parameters.c:335):Image file name: Pharo.image
[DEBUG] 2021-11-25 12:57:25.000 logParameters (src/parameters.c:336):Is default Image: no
[DEBUG] 2021-11-25 12:57:25.000 logParameters (src/parameters.c:337):Is interactive session: no
[DEBUG] 2021-11-25 12:57:25.000 logParameterVector (src/parameters.c:325):vmParameters [count = 3]:
[DEBUG] 2021-11-25 12:57:25.000 logParameterVector (src/parameters.c:328): ./lib/pharo
[DEBUG] 2021-11-25 12:57:25.000 logParameterVector (src/parameters.c:328): --logLevel=4
[DEBUG] 2021-11-25 12:57:25.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2021-11-25 12:57:25.000 logParameterVector (src/parameters.c:325):imageParameters [count = 4]:
[DEBUG] 2021-11-25 12:57:25.000 logParameterVector (src/parameters.c:328): test
[DEBUG] 2021-11-25 12:57:25.000 logParameterVector (src/parameters.c:328): --junit-xml-output
[DEBUG] 2021-11-25 12:57:25.000 logParameterVector (src/parameters.c:328): --stage-name=Tests-Linux-x86_64-CoInterpreter
[DEBUG] 2021-11-25 12:57:25.000 logParameterVector (src/parameters.c:328): .*
[INFO ] 2021-11-25 12:57:25.000 vm_main_with_parameters (src/client.c:113):Opening Image: Pharo.image
[DEBUG] 2021-11-25 12:57:25.000 vm_main_with_parameters (src/client.c:135):Working Directory /builds/workspace/pharo-vm_v9.0.10/runTests
[DEBUG] 2021-11-25 12:57:25.000 vm_main_with_parameters (src/client.c:137):sizeof(int): 4
[DEBUG] 2021-11-25 12:57:25.000 vm_main_with_parameters (src/client.c:138):sizeof(long): 8
[DEBUG] 2021-11-25 12:57:25.000 vm_main_with_parameters (src/client.c:139):sizeof(long long): 8
[DEBUG] 2021-11-25 12:57:25.000 vm_main_with_parameters (src/client.c:140):sizeof(void*): 8
[DEBUG] 2021-11-25 12:57:25.000 vm_main_with_parameters (src/client.c:141):sizeof(sqInt): 8
[DEBUG] 2021-11-25 12:57:25.000 vm_main_with_parameters (src/client.c:142):sizeof(sqLong): 8
[DEBUG] 2021-11-25 12:57:25.000 vm_main_with_parameters (src/client.c:143):sizeof(float): 4
[DEBUG] 2021-11-25 12:57:25.000 vm_main_with_parameters (src/client.c:144):sizeof(double): 8
[DEBUG] 2021-11-25 12:57:25.000 runOnMainThread (src/client.c:260):Running VM on main thread
[DEBUG] 2021-11-25 12:57:25.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x26f7000
[DEBUG] 2021-11-25 12:57:25.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x2855000
[DEBUG] 2021-11-25 12:57:25.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x2855000
[WARN ] 2021-11-25 12:57:25.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2021-11-25 12:57:25.000 beatStateMachine (extracted/vm/src/common/heartbeat.c:376):pthread_setschedparam failed: Operation not permitted
[WARN ] 2021-11-25 12:57:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2021-11-25 12:57:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-11-25 12:57:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2021-11-25 12:57:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-11-25 12:57:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-11-25 12:57:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-11-25 12:57:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2021-11-25 12:57:25.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2021-11-25 12:57:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles

  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.25.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng12.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.dylib  
   creating: ./Pharo.app/Contents/Resources/
  inflating: ./Pharo.app/Contents/Resources/Pharo.icns  
  inflating: ./Pharo.app/Contents/Resources/PharoChanges.icns  
  inflating: ./Pharo.app/Contents/Resources/PharoImage.icns  
  inflating: ./Pharo.app/Contents/Resources/PharoSources.icns  
[Pipeline] sh
[WARN ] 2021-11-25 12:57:26.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
Running tests in 786 Packages
[WARN ] 2021-11-25 12:57:26.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
+ PHARO_CI_TESTING_ENVIRONMENT=true
+ ./Pharo.app/Contents/MacOS/Pharo --logLevel=4 Pharo.image test --junit-xml-output --stage-name=Tests-Darwin-x86_64-CoInterpreter '.*'
[DEBUG] 2021-11-25 12:57:27.000 logParameters (src/parameters.c:335):Image file name: Pharo.image
[DEBUG] 2021-11-25 12:57:27.000 logParameters (src/parameters.c:336):Is default Image: no
[DEBUG] 2021-11-25 12:57:27.000 logParameters (src/parameters.c:337):Is interactive session: no
[DEBUG] 2021-11-25 12:57:27.000 logParameterVector (src/parameters.c:325):vmParameters [count = 3]:
[DEBUG] 2021-11-25 12:57:27.000 logParameterVector (src/parameters.c:328): ./Pharo.app/Contents/MacOS/Pharo
[DEBUG] 2021-11-25 12:57:27.000 logParameterVector (src/parameters.c:328): --logLevel=4
[DEBUG] 2021-11-25 12:57:27.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2021-11-25 12:57:27.000 logParameterVector (src/parameters.c:325):imageParameters [count = 4]:
[DEBUG] 2021-11-25 12:57:27.000 logParameterVector (src/parameters.c:328): test
[DEBUG] 2021-11-25 12:57:27.000 logParameterVector (src/parameters.c:328): --junit-xml-output
[DEBUG] 2021-11-25 12:57:27.000 logParameterVector (src/parameters.c:328): --stage-name=Tests-Darwin-x86_64-CoInterpreter
[DEBUG] 2021-11-25 12:57:27.000 logParameterVector (src/parameters.c:328): .*
[INFO ] 2021-11-25 12:57:27.000 vm_main_with_parameters (src/client.c:113):Opening Image: Pharo.image
[DEBUG] 2021-11-25 12:57:27.000 vm_main_with_parameters (src/client.c:135):Working Directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests
[DEBUG] 2021-11-25 12:57:27.000 vm_main_with_parameters (src/client.c:137):sizeof(int): 4
[DEBUG] 2021-11-25 12:57:27.000 vm_main_with_parameters (src/client.c:138):sizeof(long): 8
[DEBUG] 2021-11-25 12:57:27.000 vm_main_with_parameters (src/client.c:139):sizeof(long long): 8
[DEBUG] 2021-11-25 12:57:27.000 vm_main_with_parameters (src/client.c:140):sizeof(void*): 8
[DEBUG] 2021-11-25 12:57:27.000 vm_main_with_parameters (src/client.c:141):sizeof(sqInt): 8
[DEBUG] 2021-11-25 12:57:27.000 vm_main_with_parameters (src/client.c:142):sizeof(sqLong): 8
[DEBUG] 2021-11-25 12:57:27.000 vm_main_with_parameters (src/client.c:143):sizeof(float): 4
[DEBUG] 2021-11-25 12:57:27.000 vm_main_with_parameters (src/client.c:144):sizeof(double): 8
[DEBUG] 2021-11-25 12:57:27.000 runOnMainThread (src/client.c:260):Running VM on main thread
[DEBUG] 2021-11-25 12:57:27.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x26f7000
[DEBUG] 2021-11-25 12:57:27.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x1046f3000
[DEBUG] 2021-11-25 12:57:27.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x1046f3000
[WARN ] 2021-11-25 12:57:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2021-11-25 12:57:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2021-11-25 12:57:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-11-25 12:57:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2021-11-25 12:57:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin
[WARN ] 2021-11-25 12:57:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-11-25 12:57:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-11-25 12:57:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-11-25 12:57:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2021-11-25 12:57:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2021-11-25 12:57:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2021-11-25 12:57:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
Running tests in 786 Packages
[WARN ] 2021-11-25 12:57:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
Pharo.image
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_v9.0.10\runTests>echo 90  1>pharo.version 
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v9.0.10"`
    set -ex
    cd runTests && unzip ../build/build/packages/PharoVM-*-Windows-x86_64-bin.zip -d .
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd runTests
+ unzip ../build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.zip
  inflating: ./B2DPlugin.dll         
  inflating: ./BitBltPlugin.dll      
  inflating: ./DSAPrims.dll          
  inflating: ./FileAttributesPlugin.dll  
  inflating: ./FilePlugin.dll        
  inflating: ./JPEGReadWriter2Plugin.dll  
  inflating: ./JPEGReaderPlugin.dll  
  inflating: ./LargeIntegers.dll     
  inflating: ./LocalePlugin.dll      
  inflating: ./MiscPrimitivePlugin.dll  
  inflating: ./Pharo.exe             
  inflating: ./Pharo.exe.manifest    
  inflating: ./PharoConsole.exe      
  inflating: ./PharoConsole.exe.manifest  
  inflating: ./PharoVMCore.dll       
  inflating: ./SDL2.dll              
  inflating: ./SocketPlugin.dll      
  inflating: ./SqueakSSL.dll         
  inflating: ./SurfacePlugin.dll     
  inflating: ./TestLibrary.dll       
  inflating: ./UUIDPlugin.dll        
  inflating: ./ffi.dll               
  inflating: ./iconv.dll             
  inflating: ./libB2DPlugin.dll.a    
  inflating: ./libBitBltPlugin.dll.a  
  inflating: ./libDSAPrims.dll.a     
  inflating: ./libFileAttributesPlugin.dll.a  
  inflating: ./libFilePlugin.dll.a   
  inflating: ./libJPEGReadWriter2Plugin.dll.a  
  inflating: ./libJPEGReaderPlugin.dll.a  
  inflating: ./libLargeIntegers.dll.a  
  inflating: ./libLocalePlugin.dll.a  
  inflating: ./libMiscPrimitivePlugin.dll.a  
  inflating: ./libPharoVMCore.dll.a  
  inflating: ./libSocketPlugin.dll.a  
  inflating: ./libSqueakSSL.dll.a    
  inflating: ./libSurfacePlugin.dll.a  
  inflating: ./libTestLibrary.dll.a  
  inflating: ./libUUIDPlugin.dll.a   
  inflating: ./libbz2-1.dll          
  inflating: ./libcairo-2.dll        
  inflating: ./libeay32.dll          
  inflating: ./libexpat-1.dll        
  inflating: ./libffi.dll.a          
  inflating: ./libfontconfig-1.dll   
  inflating: ./libfreetype-6.dll     
  inflating: ./libgcc_s_seh-1.dll    
  inflating: ./libgit2-1-0-0.dll     
  inflating: ./libgit2.dll           
  inflating: ./libpcre-1.dll         
  inflating: ./libpixman-1-0.dll     
  inflating: ./libpng16-16.dll       
  inflating: ./libssh2-1.dll         
  inflating: ./libssh2.dll           
  inflating: ./libwinpthread-1.dll   
  inflating: ./ssleay32.dll          
  inflating: ./zlib1.dll             
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v9.0.10"`
    set -ex
    PHARO_CI_TESTING_ENVIRONMENT=true cd runTests && ./PharoConsole.exe  --logLevel=4  Pharo.image  test --junit-xml-output --stage-name=Tests-Windows-x86_64-CoInterpreter '.*'
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
+ mkdir runTests
+ mkdir runTests
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/runTests
[Pipeline] {
[Pipeline] sh
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@3/runTests
[Pipeline] {
+ PHARO_CI_TESTING_ENVIRONMENT=true
+ cd runTests
+ ./PharoConsole.exe --logLevel=4 Pharo.image test --junit-xml-output --stage-name=Tests-Windows-x86_64-CoInterpreter '.*'
[Pipeline] sh
+ + wgetbash
 -O - get.pharo.org/64/90
--2021-11-25 12:57:31--  http://get.pharo.org/64/90
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... [DEBUG] 2021-11-25 11:57:31.000 logParameters (src/parameters.c:335):Image file name: Pharo.image
[DEBUG] 2021-11-25 11:57:31.000 logParameters (src/parameters.c:336):Is default Image: no
[DEBUG] 2021-11-25 11:57:31.000 logParameters (src/parameters.c:337):Is interactive session: no
[DEBUG] 2021-11-25 11:57:31.000 logParameterVector (src/parameters.c:325):vmParameters [count = 3]:
[DEBUG] 2021-11-25 11:57:31.000 logParameterVector (src/parameters.c:328): C:\builds\workspace\pharo-vm_v9.0.10\runTests\PharoConsole.exe
[DEBUG] 2021-11-25 11:57:31.000 logParameterVector (src/parameters.c:328): --logLevel=4
[DEBUG] 2021-11-25 11:57:31.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2021-11-25 11:57:31.000 logParameterVector (src/parameters.c:325):imageParameters [count = 4]:
[DEBUG] 2021-11-25 11:57:31.000 logParameterVector (src/parameters.c:328): test
[DEBUG] 2021-11-25 11:57:31.000 logParameterVector (src/parameters.c:328): --junit-xml-output
[DEBUG] 2021-11-25 11:57:31.000 logParameterVector (src/parameters.c:328): --stage-name=Tests-Windows-x86_64-CoInterpreter
[DEBUG] 2021-11-25 11:57:31.000 logParameterVector (src/parameters.c:328): .*
[INFO ] 2021-11-25 11:57:31.000 vm_main_with_parameters (src/client.c:113):Opening Image: Pharo.image
[DEBUG] 2021-11-25 11:57:31.000 vm_main_with_parameters (src/client.c:135):Working Directory C:\builds\workspace\pharo-vm_v9.0.10\runTests
[DEBUG] 2021-11-25 11:57:31.000 vm_main_with_parameters (src/client.c:137):sizeof(int): 4
[DEBUG] 2021-11-25 11:57:31.000 vm_main_with_parameters (src/client.c:138):sizeof(long): 4
[DEBUG] 2021-11-25 11:57:31.000 vm_main_with_parameters (src/client.c:139):sizeof(long long): 8
[DEBUG] 2021-11-25 11:57:31.000 vm_main_with_parameters (src/client.c:140):sizeof(void*): 8
[DEBUG] 2021-11-25 11:57:31.000 vm_main_with_parameters (src/client.c:141):sizeof(sqInt): 8
[DEBUG] 2021-11-25 11:57:31.000 vm_main_with_parameters (src/client.c:142):sizeof(sqLong): 8
[DEBUG] 2021-11-25 11:57:31.000 vm_main_with_parameters (src/client.c:143):sizeof(float): 4
[DEBUG] 2021-11-25 11:57:31.000 vm_main_with_parameters (src/client.c:144):sizeof(double): 8
[DEBUG] 2021-11-25 11:57:31.000 runOnMainThread (src/client.c:260):Running VM on main thread
+ + wget -Obash
 - get.pharo.org/64/90
200 OK
Length: 3444 (3.4K)
Saving to: 'STDOUT'

     0K ...                                                   100%  249M=0s

2021-11-25 12:57:31 (249 MB/s) - written to stdout [3444/3444]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharoImage-aarch64.zip
[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SecurityPlugin
[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SecurityPlugin.dll
[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libSecurityPlugin.dll
[WARN ] 2021-11-25 11:57:31.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  LargeIntegers
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol initialiseModule: The specified procedure could not be found.


[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  LocalePlugin
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveTimezoneOffsetAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  MiscPrimitivePlugin
--2021-11-25 12:57:31--  http://get.pharo.org/64/90
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3444 (3.4K)
Saving to: 'STDOUT'

     0K ...                                                   100% 29.4M=0s

2021-11-25 12:57:31 (29.4 MB/s) - written to stdout [3444/3444]

[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol initialiseModule: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveInitilizeCallbacks: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveInitilizeCallbacksAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FileAttributesPlugin
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFileMasksAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveInterpreterSourceVersion: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveInterpreterSourceVersion: The specified procedure could not be found.


[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FilePlugin
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveDirectoryDelimitorAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SocketPlugin
Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharoImage-armv7l.zip
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveResolverStatusAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveResolverLocalAddressAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveResolverHostNameSizeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveResolverHostNameResultAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  MD5Plugin
[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  MD5Plugin.dll
[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libMD5Plugin.dll
[WARN ] 2021-11-25 11:57:31.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveGetAddressOfOOP: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveGetAddressOfOOPAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFillBasicType: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFillBasicTypeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveTypeByteSize: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveTypeByteSizeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveDefineFunction: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveDefineFunctionAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  Kernel32
[DEBUG] 2021-11-25 11:57:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  C:\builds\workspace\pharo-vm_v9.0.10\runTests\libgit2-1-0-0.dll
[WARN ] 2021-11-25 11:57:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFileStdioHandlesAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:32.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[DEBUG] 2021-11-25 11:57:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SDL2DisplayPlugin
[DEBUG] 2021-11-25 11:57:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SDL2DisplayPlugin.dll
[DEBUG] 2021-11-25 11:57:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libSDL2DisplayPlugin.dll
[WARN ] 2021-11-25 11:57:32.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
[WARN ] 2021-11-25 11:57:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 11:57:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SDL2
Running tests in 786 Packages
[DEBUG] 2021-11-25 11:57:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  BitBltPlugin
[DEBUG] 2021-11-25 11:57:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  B2DPlugin
[DEBUG] 2021-11-25 11:57:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 11:57:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 11:57:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 11:57:32.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 11:57:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 11:57:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 11:57:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 11:57:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libfreetype-6.dll
[DEBUG] 2021-11-25 11:57:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  msvcrt.dll
Pharo.image
[Pipeline] sh
+ echo 90
[Pipeline] sh
Pharo.image
[Pipeline] sh
+ unzip ../build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-9.0.10-db55890-Linux-aarch64-bin.zip
   creating: ./bin/
  inflating: ./bin/pharo             
   creating: ./lib/
  inflating: ./lib/libB2DPlugin.so   + echo 90
[Pipeline] sh

  inflating: ./lib/libBitBltPlugin.so  
  inflating: ./lib/libDSAPrims.so    
  inflating: ./lib/libFileAttributesPlugin.so  
  inflating: ./lib/libFilePlugin.so  
  inflating: ./lib/libJPEGReadWriter2Plugin.so  
  inflating: ./lib/libJPEGReaderPlugin.so  
  inflating: ./lib/libLargeIntegers.so  
  inflating: ./lib/libLocalePlugin.so  
  inflating: ./lib/libMiscPrimitivePlugin.so  
  inflating: ./lib/libPharoVMCore.so  + unzip ../build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-9.0.10-db55890-Linux-armv7l-bin.zip
   creating: ./bin/
  inflating: ./bin/pharo             
   creating: ./lib/
  inflating: ./lib/libB2DPlugin.so   
  inflating: ./lib/libBitBltPlugin.so  
  inflating: ./lib/libDSAPrims.so    
  inflating: ./lib/libFileAttributesPlugin.so  
  inflating: ./lib/libSDL2-2.0.so.0  
  inflating: ./lib/libFilePlugin.so  
  inflating: ./lib/libJPEGReadWriter2Plugin.so  
  inflating: ./lib/libJPEGReaderPlugin.so  
  inflating: ./lib/libLargeIntegers.so  
  inflating: ./lib/libLocalePlugin.so  
  inflating: ./lib/libMiscPrimitivePlugin.so  
  inflating: ./lib/libPharoVMCore.so  
  inflating: ./lib/libSDL2-2.0.so.0.7.0  
  inflating: ./lib/libSDL2-2.0.so.0  

  inflating: ./lib/libSDL2-2.0.so.0.7.0    inflating: ./lib/libSDL2.so        
  inflating: ./lib/libSocketPlugin.so  
  inflating: ./lib/libSqueakSSL.so   
  inflating: ./lib/libSurfacePlugin.so  
  inflating: ./lib/libTestLibrary.so  
  inflating: ./lib/libUUIDPlugin.so  
  inflating: ./lib/libUnixOSProcessPlugin.so  
  inflating: ./lib/libcairo-script-interpreter.so  
  inflating: ./lib/libcairo-script-interpreter.so.2  
  inflating: ./lib/libcairo-script-interpreter.so.2.11600.0  
  inflating: ./lib/libcairo.so       
  inflating: ./lib/libSDL2.so        
  inflating: ./lib/libcairo.so.2     
  inflating: ./lib/libcairo.so.2.11600.0  
  inflating: ./lib/libcrypto.so      SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)

  inflating: ./lib/libSocketPlugin.so  
  inflating: ./lib/libSqueakSSL.so   
  inflating: ./lib/libSurfacePlugin.so  
  inflating: ./lib/libTestLibrary.so  
  inflating: ./lib/libUUIDPlugin.so  
  inflating: ./lib/libUnixOSProcessPlugin.so  
  inflating: ./lib/libcairo-script-interpreter.so  
  inflating: ./lib/libcairo-script-interpreter.so.2  
  inflating: ./lib/libcairo-script-interpreter.so.2.11600.0  
  inflating: ./lib/libcrypto.so.1.1  
  inflating: ./lib/libcairo.so       
  inflating: ./lib/libcairo.so.2     
  inflating: ./lib/libffi.so         
  inflating: ./lib/libfreetype.so    
  inflating: ./lib/libcairo.so.2.11600.0  
  inflating: ./lib/libcrypto.so      
  inflating: ./lib/libfreetype.so.6  
  inflating: ./lib/libcrypto.so.1.1  
  inflating: ./lib/libfreetype.so.6.17.0  
  inflating: ./lib/libffi.so         
  inflating: ./lib/libfreetype.so    
  inflating: ./lib/libgit2.so        
  inflating: ./lib/libfreetype.so.6  
  inflating: ./lib/libfreetype.so.6.17.0  
  inflating: ./lib/libgit2.so.1.0    
  inflating: ./lib/libgit2.so        
  inflating: ./lib/libgit2.so.1.0.1  
  inflating: ./lib/libgit2.so.1.0    
  inflating: ./lib/libpixman-1.so    
  inflating: ./lib/libpixman-1.so.0  
  inflating: ./lib/libpixman-1.so.0.40.0  
  inflating: ./lib/libgit2.so.1.0.1  
  inflating: ./lib/libpixman-1.so    
  inflating: ./lib/libpng.so         
  inflating: ./lib/libpng16.so       
  inflating: ./lib/libpng16.so.16    
  inflating: ./lib/libpng16.so.16.37.0  
  inflating: ./lib/libssh2.so        
  inflating: ./lib/libssh2.so.1      
  inflating: ./lib/libssh2.so.1.0.1  
  inflating: ./lib/libssl.so         
  inflating: ./lib/libssl.so.1.1     
  inflating: ./lib/libz.so           
  inflating: ./lib/libz.so.1         
  inflating: ./lib/libz.so.1.2.11    

  inflating: ./lib/libpixman-1.so.0    inflating: ./lib/pharo             
  inflating: ./pharo                 

  inflating: ./lib/libpixman-1.so.0.40.0  [Pipeline] sh

  inflating: ./lib/libpng.so         
  inflating: ./lib/libpng16.so       
  inflating: ./lib/libpng16.so.16    + PHARO_CI_TESTING_ENVIRONMENT=true ./pharo --logLevel=4 Pharo.image --no-default-preferences test --junit-xml-output --stage-name=Tests-Linux-aarch64-CoInterpreter Kernel.*|Zinc.*

  inflating: ./lib/libpng16.so.16.37.0  
  inflating: ./lib/libssh2.so        
  inflating: ./lib/libssh2.so.1      
  inflating: ./lib/libssh2.so.1.0.1  
  inflating: ./lib/libssl.so         
  inflating: ./lib/libssl.so.1.1     [DEBUG] 2021-11-25 12:58:02.000 logParameters (src/parameters.c:335):Image file name: Pharo.image
[DEBUG] 2021-11-25 12:58:02.000 logParameters (src/parameters.c:336):Is default Image: no
[DEBUG] 2021-11-25 12:58:02.000 logParameters (src/parameters.c:337):Is interactive session: no
[DEBUG] 2021-11-25 12:58:02.000 logParameterVector (src/parameters.c:325):vmParameters [count = 3]:
[DEBUG] 2021-11-25 12:58:02.000 logParameterVector (src/parameters.c:328): ./lib/pharo
[DEBUG] 2021-11-25 12:58:02.000 logParameterVector (src/parameters.c:328): --logLevel=4
[DEBUG] 2021-11-25 12:58:02.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2021-11-25 12:58:02.000 logParameterVector (src/parameters.c:325):imageParameters [count = 5]:
[DEBUG] 2021-11-25 12:58:02.000 logParameterVector (src/parameters.c:328): --no-default-preferences
[DEBUG] 2021-11-25 12:58:02.000 logParameterVector (src/parameters.c:328): test
[DEBUG] 2021-11-25 12:58:02.000 logParameterVector (src/parameters.c:328): --junit-xml-output
[DEBUG] 2021-11-25 12:58:02.000 logParameterVector (src/parameters.c:328): --stage-name=Tests-Linux-aarch64-CoInterpreter
[DEBUG] 2021-11-25 12:58:02.000 logParameterVector (src/parameters.c:328): Kernel.*|Zinc.*
[INFO ] 2021-11-25 12:58:02.000 vm_main_with_parameters (src/client.c:113):Opening Image: Pharo.image
[DEBUG] 2021-11-25 12:58:02.000 vm_main_with_parameters (src/client.c:135):Working Directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@2/runTests
[DEBUG] 2021-11-25 12:58:02.000 vm_main_with_parameters (src/client.c:137):sizeof(int): 4
[DEBUG] 2021-11-25 12:58:02.000 vm_main_with_parameters (src/client.c:138):sizeof(long): 8
[DEBUG] 2021-11-25 12:58:02.000 vm_main_with_parameters (src/client.c:139):sizeof(long long): 8
[DEBUG] 2021-11-25 12:58:02.000 vm_main_with_parameters (src/client.c:140):sizeof(void*): 8
[DEBUG] 2021-11-25 12:58:02.000 vm_main_with_parameters (src/client.c:141):sizeof(sqInt): 8
[DEBUG] 2021-11-25 12:58:02.000 vm_main_with_parameters (src/client.c:142):sizeof(sqLong): 8
[DEBUG] 2021-11-25 12:58:02.000 vm_main_with_parameters (src/client.c:143):sizeof(float): 4
[DEBUG] 2021-11-25 12:58:02.000 vm_main_with_parameters (src/client.c:144):sizeof(double): 8
[DEBUG] 2021-11-25 12:58:02.000 runOnMainThread (src/client.c:260):Running VM on main thread
[DEBUG] 2021-11-25 12:58:02.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x2715000
[DEBUG] 2021-11-25 12:58:02.000 sqAllocateMemory (src/memoryUnix.c:138):Trying to load the image in 0x2855000
[DEBUG] 2021-11-25 12:58:02.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x2855000
[WARN ] 2021-11-25 12:58:02.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2021-11-25 12:58:02.000 beatStateMachine (extracted/vm/src/common/heartbeat.c:376):pthread_setschedparam failed: Operation not permitted

  inflating: ./lib/libz.so           
  inflating: ./lib/libz.so.1         
  inflating: ./lib/libz.so.1.2.11    
  inflating: ./lib/pharo             
  inflating: ./pharo                 
[Pipeline] sh
[WARN ] 2021-11-25 12:58:02.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2021-11-25 12:58:02.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-11-25 12:58:02.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2021-11-25 12:58:02.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-11-25 12:58:02.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-11-25 12:58:02.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-11-25 12:58:02.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2021-11-25 12:58:02.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2021-11-25 12:58:02.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
+ PHARO_CI_TESTING_ENVIRONMENT=true ./pharo --logLevel=4 Pharo.image --no-default-preferences test --junit-xml-output --stage-name=Tests-Linux-armv7l-CoInterpreter Kernel.*|Zinc.*
Running tests in 20 Packages
[WARN ] 2021-11-25 12:58:03.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2021-11-25 12:58:03.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult
[DEBUG] 2021-11-25 12:58:03.000 logParameters (src/parameters.c:335):Image file name: Pharo.image
[DEBUG] 2021-11-25 12:58:03.000 logParameters (src/parameters.c:336):Is default Image: no
[DEBUG] 2021-11-25 12:58:03.000 logParameters (src/parameters.c:337):Is interactive session: no
[DEBUG] 2021-11-25 12:58:03.000 logParameterVector (src/parameters.c:325):vmParameters [count = 3]:
[DEBUG] 2021-11-25 12:58:03.000 logParameterVector (src/parameters.c:328): ./lib/pharo
[DEBUG] 2021-11-25 12:58:03.000 logParameterVector (src/parameters.c:328): --logLevel=4
[DEBUG] 2021-11-25 12:58:03.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2021-11-25 12:58:03.000 logParameterVector (src/parameters.c:325):imageParameters [count = 5]:
[DEBUG] 2021-11-25 12:58:03.000 logParameterVector (src/parameters.c:328): --no-default-preferences
[DEBUG] 2021-11-25 12:58:03.000 logParameterVector (src/parameters.c:328): test
[DEBUG] 2021-11-25 12:58:03.000 logParameterVector (src/parameters.c:328): --junit-xml-output
[DEBUG] 2021-11-25 12:58:03.000 logParameterVector (src/parameters.c:328): --stage-name=Tests-Linux-armv7l-CoInterpreter
[DEBUG] 2021-11-25 12:58:03.000 logParameterVector (src/parameters.c:328): Kernel.*|Zinc.*
[INFO ] 2021-11-25 12:58:03.000 vm_main_with_parameters (src/client.c:113):Opening Image: Pharo.image
[DEBUG] 2021-11-25 12:58:03.000 vm_main_with_parameters (src/client.c:135):Working Directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10@3/runTests
[DEBUG] 2021-11-25 12:58:03.000 vm_main_with_parameters (src/client.c:137):sizeof(int): 4
[DEBUG] 2021-11-25 12:58:03.000 vm_main_with_parameters (src/client.c:138):sizeof(long): 4
[DEBUG] 2021-11-25 12:58:03.000 vm_main_with_parameters (src/client.c:139):sizeof(long long): 8
[DEBUG] 2021-11-25 12:58:03.000 vm_main_with_parameters (src/client.c:140):sizeof(void*): 4
[DEBUG] 2021-11-25 12:58:03.000 vm_main_with_parameters (src/client.c:141):sizeof(sqInt): 4
[DEBUG] 2021-11-25 12:58:03.000 vm_main_with_parameters (src/client.c:142):sizeof(sqLong): 8
[DEBUG] 2021-11-25 12:58:03.000 vm_main_with_parameters (src/client.c:143):sizeof(float): 4
[DEBUG] 2021-11-25 12:58:03.000 vm_main_with_parameters (src/client.c:144):sizeof(double): 8
[DEBUG] 2021-11-25 12:58:03.000 runOnMainThread (src/client.c:260):Running VM on main thread
[DEBUG] 2021-11-25 12:58:03.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0xab29000
[DEBUG] 2021-11-25 12:58:03.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0xac69000
[DEBUG] 2021-11-25 12:58:03.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0xac69000
[WARN ] 2021-11-25 12:58:03.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[ERROR] 2021-11-25 12:58:03.000 ioInitHeartbeat (extracted/vm/src/common/heartbeat.c:428):pthread_getschedparam failed: Operation not permitted
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
$ docker stop --time=1 a21c730fd840c206b13d5736620b0d03c61950c70fb9fa2b0e6861a3f9f34360
$ docker rm -f a21c730fd840c206b13d5736620b0d03c61950c70fb9fa2b0e6861a3f9f34360
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch Linux-armv7l
Killed
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
+ mv progress.log progress-Tests-Linux-aarch64-CoInterpreter.log
[Pipeline] sh
+ cat progress-Tests-Linux-aarch64-CoInterpreter.log
running suite: Kernel-Tests
starting testcase: AllocationTest>>testOneGBAllocation ... finished
starting testcase: AllocationTest>>testOneGWordAllocation ... 
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
$ docker stop --time=1 c4604a1124c9057c3136601d1e8d964112c85b3aec3cc4a61f1427ce22649f83
$ docker rm -f c4604a1124c9057c3136601d1e8d964112c85b3aec3cc4a61f1427ce22649f83
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch Linux-aarch64
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[WARN ] 2021-11-25 12:58:34.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:58:34.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:58:34.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:58:34.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
\\[WARN ] 2021-11-25 12:58:38.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2021-11-25 12:58:38.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
[WARN ] 2021-11-25 12:58:45.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength
[ERROR] 2021-11-25 12:58:45.000 growOldSpaceByAtLeast (ated/64/vm/src/gcc3x-cointerp.c:48900):Required space is bigger than the headroom. Could not allocate
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
.Pharo writing to the standard error
Pharo writing to the standard output
somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared)
NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared)
EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".
NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared)
[WARN ] 2021-11-25 12:59:23.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ClipboardExtendedPlugin
[WARN ] 2021-11-25 12:59:23.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2021-11-25 12:59:23.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2021-11-25 12:59:23.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
[WARN ] 2021-11-25 12:59:24.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:118):dir_Create: Error creating /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/runTests/griffle�(
[WARN ] 2021-11-25 12:59:24.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:119):dir_Create: File exists
[WARN ] 2021-11-25 12:59:24.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:118):dir_Create: Error creating /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/runTests/griffle/nurp
[WARN ] 2021-11-25 12:59:24.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:119):dir_Create: No such file or directory
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
[WARN ] 2021-11-25 12:59:55.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:59:55.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:59:55.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:59:55.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
\[WARN ] 2021-11-25 13:00:01.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2021-11-25 13:00:01.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult
[WARN ] 2021-11-25 13:00:04.000 sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto (src/memoryUnix.c:226):sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto mmap: Cannot allocate memory
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
[WARN ] 2021-11-25 13:00:03.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:00:03.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:00:03.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:00:03.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
\\\[WARN ] 2021-11-25 13:00:09.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength
[WARN ] 2021-11-25 13:00:10.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2021-11-25 13:00:10.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult
[ERROR] 2021-11-25 13:00:10.000 growOldSpaceByAtLeast (ated/64/vm/src/gcc3x-cointerp.c:48900):Required space is bigger than the headroom. Could not allocate
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
[WARN ] 2021-11-25 13:00:44.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength
[ERROR] 2021-11-25 13:00:45.000 growOldSpaceByAtLeast (_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48900):Required space is bigger than the headroom. Could not allocate
[WARN ] 2021-11-25 13:00:56.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 13:00:56.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray
[WARN ] 2021-11-25 13:00:56.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2021-11-25 13:00:57.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:00:57.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 13:00:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent
[WARN ] 2021-11-25 13:00:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize
[WARN ] 2021-11-25 13:00:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize
[WARN ] 2021-11-25 13:00:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize
[WARN ] 2021-11-25 13:00:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr
[WARN ] 2021-11-25 13:00:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth
[WARN ] 2021-11-25 13:00:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight
[WARN ] 2021-11-25 13:00:57.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[WARN ] 2021-11-25 13:00:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared)
NewUndeclaredWarning: Point>>tt (Object is Undeclared)
MetacelloNotification: testFileTreeRepository: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/runTests/temp/repo
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)

fred is number 1
charlie is number 2
elmer is number 3NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
[DEBUG] 2021-11-25 12:00:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-11-25 12:00:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-11-25 12:00:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-11-25 12:00:59.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:00:59.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:00:59.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:00:59.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:00:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-11-25 12:00:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-11-25 12:00:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-11-25 12:00:59.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:00:59.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:00:59.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:00:59.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:00:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-11-25 12:00:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-11-25 12:00:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-11-25 12:00:59.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:00:59.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:00:59.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:00:59.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:01:00.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-11-25 12:01:00.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-11-25 12:01:00.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-11-25 12:01:00.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:01:00.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:01:00.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:01:00.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


\\[WARN ] 2021-11-25 13:01:12.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive
[DEBUG] 2021-11-25 12:01:15.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  C:\builds\workspace\pharo-vm_v9.0.10\runTests\libcairo-2.dll
[WARN ] 2021-11-25 12:01:15.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveGetSameThreadRunnerAddress: The specified procedure could not be found.


[WARN ] 2021-11-25 12:01:15.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:01:15.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveGetSameThreadRunnerAddressAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:01:15.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:01:15.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveRegisterCallback: The specified procedure could not be found.


[WARN ] 2021-11-25 12:01:15.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:01:15.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveRegisterCallbackAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:01:15.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[DEBUG] 2021-11-25 12:01:15.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SurfacePlugin
.Pharo writing to the standard error
Pharo writing to the standard output
somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared)
NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared)
EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".
NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared)
[WARN ] 2021-11-25 13:01:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2021-11-25 13:01:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2021-11-25 13:01:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
[WARN ] 2021-11-25 13:01:19.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:118):dir_Create: Error creating /builds/workspace/pharo-vm_v9.0.10/runTests/griffle
[WARN ] 2021-11-25 13:01:19.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:119):dir_Create: File exists
[WARN ] 2021-11-25 13:01:19.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:118):dir_Create: Error creating /builds/workspace/pharo-vm_v9.0.10/runTests/griffle/nurp$
[WARN ] 2021-11-25 13:01:19.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:119):dir_Create: No such file or directory
[WARN ] 2021-11-25 12:01:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveResolverStartNameLookupAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:01:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2021-11-25 12:01:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveResolverNameLookupResultAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:01:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult
.Pharo writing to the standard error
Pharo writing to the standard output
somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared)
NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared)
[WARN ] 2021-11-25 12:01:41.000 sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto (extracted/vm/src/win/sqWin32SpurAlloc.c:173):Unable to VirtualAlloc committed memory at desired address (17179869184 bytes requested at 0000000080000000, above 0000000009d00000), Error: 1455
EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".
NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
[WARN ] 2021-11-25 13:01:46.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ClipboardExtendedPlugin
[WARN ] 2021-11-25 13:01:46.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2021-11-25 13:01:46.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2021-11-25 13:01:46.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
[WARN ] 2021-11-25 13:01:46.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:118):dir_Create: Error creating /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/griffle
[WARN ] 2021-11-25 13:01:46.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:119):dir_Create: File exists
[WARN ] 2021-11-25 13:01:46.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:118):dir_Create: Error creating /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/griffle/nurp
[WARN ] 2021-11-25 13:01:46.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:119):dir_Create: No such file or directory
[WARN ] 2021-11-25 12:01:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primMontgomeryDigitLengthAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:01:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength
[ERROR] 2021-11-25 12:01:56.000 growOldSpaceByAtLeast (ated/64/vm/src/gcc3x-cointerp.c:48900):Required space is bigger than the headroom. Could not allocate
2021-11-25T13:02:25.052523+01:00
WARNING:  Had to GC to make room for more external objects.
If this happens often, it would be a good idea to either:
- Raise the maxExternalSemaphores size.
- Write your code to explicitly release them rather than wait for finalization.

Returning an object but pool is full[WARN ] 2021-11-25 13:02:25.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:25.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:25.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:25.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:25.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:25.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 2 from 0
Finishing Nested run: 2 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:25.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:25.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:25.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:25.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:25.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 2 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:25.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 13:02:26.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 13:02:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:02:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0
DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
SystemNotification: TD
SystemNotification: TB
SystemNotification: TC
SystemNotification: TA
SystemNotification: CA
SystemNotification: CB
SystemNotification: TA
SystemNotification: TB
SystemNotification: TC
SystemNotification: TD
SystemNotification: T6
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
[WARN ] 2021-11-25 13:03:09.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 13:03:09.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray
[WARN ] 2021-11-25 13:03:09.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2021-11-25 13:03:10.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:03:10.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 13:03:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent
[WARN ] 2021-11-25 13:03:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize
[WARN ] 2021-11-25 13:03:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize
[WARN ] 2021-11-25 13:03:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize
[WARN ] 2021-11-25 13:03:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr
[WARN ] 2021-11-25 13:03:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth
[WARN ] 2021-11-25 13:03:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight
[WARN ] 2021-11-25 13:03:11.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[WARN ] 2021-11-25 13:03:14.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared)
NewUndeclaredWarning: Point>>tt (Object is Undeclared)
MetacelloNotification: testFileTreeRepository: /builds/workspace/pharo-vm_v9.0.10/runTests/temp/repo
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)

fred is number 1
charlie is number 2
elmer is number 3[WARN ] 2021-11-25 13:03:34.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive
[WARN ] 2021-11-25 13:03:28.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 13:03:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray
[WARN ] 2021-11-25 13:03:28.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2021-11-25 13:03:29.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:03:29.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 13:03:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent
[WARN ] 2021-11-25 13:03:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize
[WARN ] 2021-11-25 13:03:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize
[WARN ] 2021-11-25 13:03:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize
[WARN ] 2021-11-25 13:03:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr
[WARN ] 2021-11-25 13:03:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth
[WARN ] 2021-11-25 13:03:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight
[WARN ] 2021-11-25 13:03:29.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[WARN ] 2021-11-25 13:03:32.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared)
NewUndeclaredWarning: Point>>tt (Object is Undeclared)
MetacelloNotification: testFileTreeRepository: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/temp/repo
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[DEBUG] 2021-11-25 12:03:52.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  TestLibrary.dll
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveReadNextCallback: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveReadNextCallbackAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCallbackReturn: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCallbackReturnAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCreateWorker: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCreateWorkerAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveUnregisterCallback: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveUnregisterCallbackAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFreeDefinition: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFreeDefinitionAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:52.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveGetObjectFromAddress: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveGetObjectFromAddressAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:54.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveInitializeStructType: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveInitializeStructTypeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveStructByteSize: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveStructByteSizeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:55.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)

fred is number 1
charlie is number 2
elmer is number 3.Pharo writing to the standard error
Pharo writing to the standard output
[WARN ] 2021-11-25 12:03:59.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFreeStruct: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:59.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:03:59.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFreeStructAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:03:59.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared)
NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared)

a DebugSession
Original error: test session.
Debugger error: a UndefinedObject

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Exception
Exception

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
[WARN ] 2021-11-25 13:04:01.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:04:01.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:04:01.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".
NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared)
[WARN ] 2021-11-25 13:04:14.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:04:14.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:04:14.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:04:14.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:04:14.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:04:16.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate
[WARN ] 2021-11-25 13:04:14.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive
[WARN ] 2021-11-25 12:04:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2021-11-25 12:04:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2021-11-25 12:04:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
2021-11-25T13:04:40.678342+01:00
WARNING:  Had to GC to make room for more external objects.
If this happens often, it would be a good idea to either:
- Raise the maxExternalSemaphores size.
- Write your code to explicitly release them rather than wait for finalization.

Returning an object but pool is full[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:04:46.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:04:46.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0
DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
SystemNotification: TD
SystemNotification: TB
SystemNotification: TC
SystemNotification: TA
SystemNotification: CA
SystemNotification: CB
SystemNotification: TA
SystemNotification: TB
SystemNotification: TC
SystemNotification: TD
SystemNotification: T6
[WARN ] 2021-11-25 13:04:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[WARN ] 2021-11-25 13:04:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage
[WARN ] 2021-11-25 13:04:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry

[ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runStartup:
TestWorkingSession>>start:
[ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
FullBlockClosure(BlockClosure)>>ensure:
UIManager class>>nonInteractiveDuring:
SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:

[ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ]
TestSessionHandler>>shutdown:
[ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runShutdown:
TestWorkingSession(WorkingSession)>>stop:
[ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:
TestExecutionEnvironment>>runTestCase:
CurrentExecutionEnvironment class>>runTestCase:
SessionErrorHandlingTest(TestCase)>>runCaseManaged

Returning an object but pool is full[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:05:31.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:05:31.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0
DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
SystemNotification: TD
SystemNotification: TB
SystemNotification: TC
SystemNotification: TA
SystemNotification: CA
SystemNotification: CB
SystemNotification: TA
SystemNotification: TB
SystemNotification: TC
SystemNotification: TD
SystemNotification: T6
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
[WARN ] 2021-11-25 13:06:09.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax
1
1
2
2
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
[DEBUG] 2021-11-25 12:06:30.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  BMPReadWriterPlugin
[DEBUG] 2021-11-25 12:06:30.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  BMPReadWriterPlugin.dll
[DEBUG] 2021-11-25 12:06:30.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libBMPReadWriterPlugin.dll
[WARN ] 2021-11-25 12:06:30.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 12:06:30.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:30.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:06:30.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:30.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCompressToByteArrayAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:30.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray
[WARN ] 2021-11-25 12:06:30.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[DEBUG] 2021-11-25 12:06:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-11-25 12:06:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-11-25 12:06:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-11-25 12:06:32.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:06:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  BMPReadWriterPlugin
[DEBUG] 2021-11-25 12:06:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  BMPReadWriterPlugin.dll
[DEBUG] 2021-11-25 12:06:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libBMPReadWriterPlugin.dll
[WARN ] 2021-11-25 12:06:32.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:06:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  JPEGReadWriter2Plugin
[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol initialiseModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGPluginIsPresentAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:32.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent
[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGCompressStructSizeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:32.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize
[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGErrorMgr2StructSizeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:32.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize
[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:32.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr
[DEBUG] 2021-11-25 12:06:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  JPEGReaderPlugin
[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol initialiseModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGDecompressStructSizeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:32.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize
[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGReadHeaderfromByteArrayerrorMgrAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:32.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr
[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primImageWidthAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:32.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth
[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primImageHeightAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:32.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight
[WARN ] 2021-11-25 12:06:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:32.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgr
[DEBUG] 2021-11-25 12:06:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-11-25 12:06:32.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-11-25 12:06:33.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-11-25 12:06:33.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:06:33.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:33.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:06:33.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[WARN ] 2021-11-25 12:06:40.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveDirectoryDelimitorAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:06:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
an Object29444 run, 29439 passes, 4 failures, 1 errors.
[DEBUG] 2021-11-25 13:06:45.000 primitiveQuit (ated/64/vm/src/gcc3x-cointerp.c:35354):Quit requested by the image
Process        0x1034bb5a8 priority 79
       0x16d4cc500 I SessionManager>launchSnapshot:andQuit: 0x10449e440: a(n) SessionManager
       0x16d4cc570 I [] in SessionManager>snapshot:andQuit: 0x10449e440: a(n) SessionManager
       0x16d4cc5b0 I [] in FullBlockClosure>newProcess 0x1034bb3c8: a(n) FullBlockClosure

processes at priority 40
Process        0x10722ec28 priority 40
       0x16d4d05a8 M MorphicRenderLoop>doOneCycleWhile: 0x10722fdb8: a(n) MorphicRenderLoop
       0x10722fdf0 s [] in MorphicUIManager>spawnNewProcess
       0x10722ea08 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x1082359e0 priority 40
       0x16d4dc360 I Process>resume 0x1034bb5a8: a(n) Process
       0x16d4dc3a0 I FullBlockClosure(BlockClosure)>forkAt: 0x1034bb3c8: a(n) FullBlockClosure
       0x16d4dc3f8 I SessionManager>snapshot:andQuit: 0x10449e440: a(n) SessionManager
       0x16d4dc448 M [] in SmalltalkImage>snapshot:andQuit: 0x10442f0f8: a(n) SmalltalkImage
       0x16d4dc480 M CurrentExecutionEnvironment class>activate:for: 0x104427160: a(n) CurrentExecutionEnvironment class
       0x16d4dc4c0 M DefaultExecutionEnvironment(ExecutionEnvironment)>beActiveDuring: 0x10441c040: a(n) DefaultExecutionEnvironment
       0x16d4dc508 I DefaultExecutionEnvironment class>beActiveDuring: 0x1044276d0: a(n) DefaultExecutionEnvironment class
       0x16d4dc550 I SmalltalkImage>snapshot:andQuit: 0x10442f0f8: a(n) SmalltalkImage
       0x16d4dc5b0 I TestCommandLineHandler>runPackages 0x10826fb00: a(n) TestCommandLineHandler
       0x10826fa48 s TestCommandLineHandler>activate
       0x10826fbb0 s TestCommandLineHandler class(CommandLineHandler class)>activateWith:
       0x108272000 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
       0x108272278 s FullBlockClosure(BlockClosure)>on:do:
       0x108272550 s PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
       0x108272948 s PharoCommandLineHandler(BasicCommandLineHandler)>handleSubcommand
       0x108272ce0 s PharoCommandLineHandler(BasicCommandLineHandler)>handleArgument:
       0x108272f58 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
       0x108273208 s FullBlockClosure(BlockClosure)>on:do:
       0x1082734f8 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
       0x1082736f8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x102e2d958 priority 40
       0x16d4e0478 M [] in Delay>wait 0x102e33000: a(n) Delay
       0x16d4e04b8 M FullBlockClosure(BlockClosure)>ifCurtailed: 0x102e499f0: a(n) FullBlockClosure
       0x16d4e04f0 M Delay>wait 0x102e33000: a(n) Delay
       0x16d4e0530 I Duration>wait 0x108238da8: a(n) Duration
       0x16d4e0570 I [] in OmDeferrer>runMessageProcess 0x1082379d8: a(n) OmDeferrer
       0x16d4e05b0 I [] in FullBlockClosure>newProcess 0x102e49af8: a(n) FullBlockClosure

processes at priority 10
Process        0x108233668 priority 10
       0x16d4ca5b0 M ProcessorScheduler class>idleProcess 0x104420df8: a(n) ProcessorScheduler class
       0x10840d298 s [] in ProcessorScheduler class>startUp
       0x108236948 s [] in FullBlockClosure(BlockClosure)>newProcess

suspended processes
Process        0x108235b18 priority 50
       0x16d4d25b0 M WeakArray class>finalizationProcess 0x104421bb8: a(n) WeakArray class
       0x108236810 s [] in WeakArray class>restartFinalizationProcess
       0x108237ef8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x1048d3a18 priority 60
       0x1048df138 s InputEventFetcher>waitForInput
       0x1048ee568 s InputEventFetcher>eventLoop
       0x1048f63c8 s [] in InputEventFetcher>installEventLoop
       0x1048fb230 s [] in BlockClosure>newProcess

Process        0x10722ec78 priority 80
       0x16d4bc578 I DelaySemaphoreScheduler(DelayBasicScheduler)>suspendAtTimingPriority 0x104723be8: a(n) DelaySemaphoreScheduler
       0x16d4bc5b0 M [] in DelaySemaphoreScheduler>runBackendLoopAtTimingPriority 0x104723be8: a(n) DelaySemaphoreScheduler
       0x108233580 s FullBlockClosure(BlockClosure)>ensure:
       0x10722fc88 s DelaySemaphoreScheduler(DelayBasicScheduler)>runBackendLoopAtTimingPriority
       0x108233400 s [] in DelaySemaphoreScheduler(DelayBasicScheduler)>startTimerEventLoopPriority:
       0x10722fb98 s [] in FullBlockClosure(BlockClosure)>newProcess
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] fileExists
[Pipeline] sh
+ mv PharoDebug.log PharoDebug-Tests-Darwin-arm64-CoInterpreter.log
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-Darwin-arm64-CoInterpreter.log
[Pipeline] sh
+ cat progress-Tests-Darwin-arm64-CoInterpreter.log
running suite: Reflectivity-Tests
starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished
starting testcase: CoverageDemoTest>>testCoverageAST ... finished
starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished
starting testcase: CoverageDemoTest>>testCoverageMethod ... finished
starting testcase: LinkInstallerTest>>testCallToSuper ... finished
starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished
starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished
starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished
starting testcase: LinkInstallerTest>>testMethodModified ... finished
starting testcase: LinkInstallerTest>>testMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished
starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished
starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished
starting testcase: LinkInstallerTest>>testRemovingNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished
starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished
starting testcase: LinkInstallerTest>>testUninstallLink ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished
starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished
starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished
starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished
starting testcase: MetaLinkTest>>testAvailableReifications ... finished
starting testcase: MetaLinkTest>>testBlockLink ... finished
starting testcase: MetaLinkTest>>testConditionLink ... finished
starting testcase: MetaLinkTest>>testControlInstead ... finished
starting testcase: MetaLinkTest>>testControlLink ... finished
starting testcase: MetaLinkTest>>testDefintionString ... finished
starting testcase: MetaLinkTest>>testLinkOption ... finished
starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished
starting testcase: MetaLinkTest>>testOptionFor ... finished
starting testcase: MetaLinkTest>>testReificationError ... finished
starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished
starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished
starting testcase: ReflectiveMethodTest>>testSetLink ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished
starting testcase: ReflectivityControlTest>>testAfterArray ... finished
starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished
starting testcase: ReflectivityControlTest>>testAfterBlock ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterCascade ... finished
starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished
starting testcase: ReflectivityControlTest>>testAfterSend ... finished
starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished
starting testcase: ReflectivityControlTest>>testAfterSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterSlot ... finished
starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished
starting testcase: ReflectivityControlTest>>testBeforeArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished
starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished
starting testcase: ReflectivityControlTest>>testBeforeSend ... finished
starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished
starting testcase: ReflectivityControlTest>>testInsteadArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished
starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadSend ... finished
starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished
starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished
starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished
starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished
starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished
starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished
starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyNode ... finished
starting testcase: ReflectivityReificationTest>>testReifyObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished
starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished
starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished
starting testcase: ReflectivityTest>>testDisableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished
starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished
starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished
starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished
starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished
starting testcase: VariableBreakpointTest>>testInitialize ... finished
starting testcase: VariableBreakpointTest>>testInstall ... finished
starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished
starting testcase: VariableBreakpointTest>>testIsInstalled ... finished
starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished
starting testcase: VariableBreakpointTest>>testNewForClass ... finished
starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testRemove ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished
starting testcase: VariableBreakpointTest>>testScopeTo ... finished
starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished
finished running suite: Reflectivity-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (Tests-Darwin-arm64-CoInterpreter-worker)
[Pipeline] unstash

a DebugSession
Original error: test session.
Debugger error: a UndefinedObject

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Exception
Exception

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
[WARN ] 2021-11-25 13:06:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:06:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:06:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[Pipeline] sh
+ mkdir runTests
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/runTests
[Pipeline] {
[Pipeline] sh
+ wget -O - get.pharo.org/64/90
+ bash
--2021-11-25 13:06:54--  http://get.pharo.org/64/90
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3444 (3,4K)
Saving to: ‘STDOUT’

     0K ...                                                   100%  205M=0s

2021-11-25 13:06:54 (205 MB/s) - written to stdout [3444/3444]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharoImage-arm64.zip
Pharo.image
[Pipeline] sh
+ echo 90
[Pipeline] sh
+ unzip ../build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-9.0.10-db558908-Darwin-arm64-bin.zip
   creating: ./Pharo.app/
   creating: ./Pharo.app/Contents/
  inflating: ./Pharo.app/Contents/Info.plist  
   creating: ./Pharo.app/Contents/MacOS/
  inflating: ./Pharo.app/Contents/MacOS/Pharo  
   creating: ./Pharo.app/Contents/MacOS/Plugins/
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcrypto.1.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcrypto.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libfontconfig.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libfontconfig.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.40.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng16.16.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng16.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.1.0.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.1.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.dylib  
   creating: ./Pharo.app/Contents/Resources/
  inflating: ./Pharo.app/Contents/Resources/Pharo.icns  
  inflating: ./Pharo.app/Contents/Resources/PharoChanges.icns  
  inflating: ./Pharo.app/Contents/Resources/PharoImage.icns  
  inflating: ./Pharo.app/Contents/Resources/PharoSources.icns  
[Pipeline] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true
+ ./Pharo.app/Contents/MacOS/Pharo --logLevel=4 --worker Pharo.image test --junit-xml-output --stage-name=Tests-Darwin-arm64-CoInterpreter-worker '.*'
[DEBUG] 2021-11-25 13:06:57.000 logParameters (src/parameters.c:335):Image file name: Pharo.image
[DEBUG] 2021-11-25 13:06:57.000 logParameters (src/parameters.c:336):Is default Image: no
[DEBUG] 2021-11-25 13:06:57.000 logParameters (src/parameters.c:337):Is interactive session: no
[DEBUG] 2021-11-25 13:06:57.000 logParameterVector (src/parameters.c:325):vmParameters [count = 4]:
[DEBUG] 2021-11-25 13:06:57.000 logParameterVector (src/parameters.c:328): ./Pharo.app/Contents/MacOS/Pharo
[DEBUG] 2021-11-25 13:06:57.000 logParameterVector (src/parameters.c:328): --logLevel=4
[DEBUG] 2021-11-25 13:06:57.000 logParameterVector (src/parameters.c:328): --worker
[DEBUG] 2021-11-25 13:06:57.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2021-11-25 13:06:57.000 logParameterVector (src/parameters.c:325):imageParameters [count = 4]:
[DEBUG] 2021-11-25 13:06:57.000 logParameterVector (src/parameters.c:328): test
[DEBUG] 2021-11-25 13:06:57.000 logParameterVector (src/parameters.c:328): --junit-xml-output
[DEBUG] 2021-11-25 13:06:57.000 logParameterVector (src/parameters.c:328): --stage-name=Tests-Darwin-arm64-CoInterpreter-worker
[DEBUG] 2021-11-25 13:06:57.000 logParameterVector (src/parameters.c:328): .*
[INFO ] 2021-11-25 13:06:57.000 vm_main_with_parameters (src/client.c:113):Opening Image: Pharo.image
[DEBUG] 2021-11-25 13:06:57.000 vm_main_with_parameters (src/client.c:135):Working Directory /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/runTests
[DEBUG] 2021-11-25 13:06:57.000 vm_main_with_parameters (src/client.c:137):sizeof(int): 4
[DEBUG] 2021-11-25 13:06:57.000 vm_main_with_parameters (src/client.c:138):sizeof(long): 8
[DEBUG] 2021-11-25 13:06:57.000 vm_main_with_parameters (src/client.c:139):sizeof(long long): 8
[DEBUG] 2021-11-25 13:06:57.000 vm_main_with_parameters (src/client.c:140):sizeof(void*): 8
[DEBUG] 2021-11-25 13:06:57.000 vm_main_with_parameters (src/client.c:141):sizeof(sqInt): 8
[DEBUG] 2021-11-25 13:06:57.000 vm_main_with_parameters (src/client.c:142):sizeof(sqLong): 8
[DEBUG] 2021-11-25 13:06:57.000 vm_main_with_parameters (src/client.c:143):sizeof(float): 4
[DEBUG] 2021-11-25 13:06:57.000 vm_main_with_parameters (src/client.c:144):sizeof(double): 8
[DEBUG] 2021-11-25 13:06:57.000 runOnWorkerThread (src/client.c:273):Running VM on worker thread
[DEBUG] 2021-11-25 13:06:57.000 runOnWorkerThread (src/client.c:284):Stack size: 524288
[DEBUG] 2021-11-25 13:06:57.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x2714000
[DEBUG] 2021-11-25 13:06:57.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x102610000
[DEBUG] 2021-11-25 13:06:57.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x102610000
[WARN ] 2021-11-25 13:06:57.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2021-11-25 13:06:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2021-11-25 13:06:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-11-25 13:06:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2021-11-25 13:06:57.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin
[WARN ] 2021-11-25 13:06:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-11-25 13:06:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-11-25 13:06:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-11-25 13:06:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2021-11-25 13:06:57.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2021-11-25 13:06:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2021-11-25 13:06:57.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared)
NewUndeclaredWarning: Point>>tt (Object is Undeclared)
MetacelloNotification: testFileTreeRepository: C:\builds\workspace\pharo-vm_v9.0.10\runTests\temp\repo
Running tests in 786 Packages
[WARN ] 2021-11-25 13:06:57.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:07:15.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:07:15.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:07:15.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:07:15.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:07:15.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin

fred is number 1
charlie is number 2
elmer is number 3[WARN ] 2021-11-25 13:07:19.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[DEBUG] 2021-11-25 12:07:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  DSAPrims
[WARN ] 2021-11-25 12:07:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol initialiseModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:07:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveHasSecureHashPrimitiveAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:07:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive

a DebugSession
Original error: test session.
Debugger error: a UndefinedObject

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Exception
Exception

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
[WARN ] 2021-11-25 13:07:34.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:07:34.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:07:34.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
[WARN ] 2021-11-25 12:07:45.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveDefineVariadicFunction: The specified procedure could not be found.


[WARN ] 2021-11-25 12:07:45.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:07:45.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveDefineVariadicFunctionAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:07:45.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 13:07:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:07:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:07:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:07:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:07:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:07:56.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate
[WARN ] 2021-11-25 13:08:01.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:08:01.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:08:01.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:08:01.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
\\[WARN ] 2021-11-25 13:08:05.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2021-11-25 13:08:05.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
[WARN ] 2021-11-25 13:08:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength
[ERROR] 2021-11-25 13:08:12.000 growOldSpaceByAtLeast (ated/64/vm/src/gcc3x-cointerp.c:48900):Required space is bigger than the headroom. Could not allocate
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
[WARN ] 2021-11-25 13:08:24.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[WARN ] 2021-11-25 13:08:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage
[WARN ] 2021-11-25 13:08:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry

[ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runStartup:
TestWorkingSession>>start:
[ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
FullBlockClosure(BlockClosure)>>ensure:
UIManager class>>nonInteractiveDuring:
SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:

[ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ]
TestSessionHandler>>shutdown:
[ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runShutdown:
TestWorkingSession(WorkingSession)>>stop:
[ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:
TestExecutionEnvironment>>runTestCase:
CurrentExecutionEnvironment class>>runTestCase:
SessionErrorHandlingTest(TestCase)>>runCaseManaged
.Pharo writing to the standard error
Pharo writing to the standard output
somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared)
NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared)
EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".
NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared)
[WARN ] 2021-11-25 13:08:50.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ClipboardExtendedPlugin
[WARN ] 2021-11-25 13:08:50.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2021-11-25 13:08:50.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2021-11-25 13:08:50.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
[WARN ] 2021-11-25 13:08:50.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:118):dir_Create: Error creating /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/runTests/griffle3
[WARN ] 2021-11-25 13:08:50.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:119):dir_Create: File exists
[WARN ] 2021-11-25 13:08:50.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:118):dir_Create: Error creating /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/runTests/griffle/nurp
[WARN ] 2021-11-25 13:08:50.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:119):dir_Create: No such file or directory
[WARN ] 2021-11-25 13:09:19.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[WARN ] 2021-11-25 13:09:19.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage
[WARN ] 2021-11-25 13:09:19.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry

[ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runStartup:
TestWorkingSession>>start:
[ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
FullBlockClosure(BlockClosure)>>ensure:
UIManager class>>nonInteractiveDuring:
SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:

[ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ]
TestSessionHandler>>shutdown:
[ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runShutdown:
TestWorkingSession(WorkingSession)>>stop:
[ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:
TestExecutionEnvironment>>runTestCase:
CurrentExecutionEnvironment class>>runTestCase:
SessionErrorHandlingTest(TestCase)>>runCaseManaged
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:27.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveReleaseWorker: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveReleaseWorkerAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
2021-11-25T04:09:28.947-08:00
WARNING:  Had to GC to make room for more external objects.[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0

If this happens often, it would be a good idea to either:[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0

[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
- Raise the maxExternalSemaphores size.[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0

[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
- Write your code to explicitly release them rather than wait for finalization.[WARN ] 2021-11-25 12:09:28.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0

[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL

Returning an object but pool is full[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:09:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:29.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:09:42.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:09:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 43 from 0
DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
[WARN ] 2021-11-25 13:09:49.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax
1
1
2
2
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
SystemNotification: TD
SystemNotification: TB
SystemNotification: TC
SystemNotification: TA
SystemNotification: CA
SystemNotification: CB
SystemNotification: TA
SystemNotification: TB
SystemNotification: TC
SystemNotification: TD
SystemNotification: T6
[WARN ] 2021-11-25 13:10:22.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 13:10:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray
[WARN ] 2021-11-25 13:10:22.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2021-11-25 13:10:23.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:10:23.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 13:10:23.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent
[WARN ] 2021-11-25 13:10:23.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize
[WARN ] 2021-11-25 13:10:23.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize
[WARN ] 2021-11-25 13:10:23.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize
[WARN ] 2021-11-25 13:10:23.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr
[WARN ] 2021-11-25 13:10:23.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth
[WARN ] 2021-11-25 13:10:23.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight
[WARN ] 2021-11-25 13:10:23.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[WARN ] 2021-11-25 13:10:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared)
NewUndeclaredWarning: Point>>tt (Object is Undeclared)
MetacelloNotification: testFileTreeRepository: /Users/lse/Workspace/workspace/pharo-vm_v9.0.10/runTests/temp/repo
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)

fred is number 1
charlie is number 2
elmer is number 3[WARN ] 2021-11-25 13:10:37.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive
an Object29444 run, 29444 passes, 0 failures, 0 errors.
[DEBUG] 2021-11-25 13:10:44.000 primitiveQuit (ated/64/vm/src/gcc3x-cointerp.c:35354):Quit requested by the image
Process          0x2b889c8 priority 79
    0x7ffddc262710 I SessionManager>launchSnapshot:andQuit: 0x3edf440: a(n) SessionManager
    0x7ffddc262780 I [] in SessionManager>snapshot:andQuit: 0x3edf440: a(n) SessionManager
    0x7ffddc2627c0 I [] in FullBlockClosure>newProcess 0x2b88a90: a(n) FullBlockClosure

processes at priority 50
Process          0x7c44a38 priority 50
    0x7ffddc2727c0 M WeakArray class>finalizationProcess 0x3e62bb8: a(n) WeakArray class
         0x7c45348 s [] in WeakArray class>restartFinalizationProcess
         0x7c46300 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 40
Process          0x6c3fb08 priority 40
    0x7ffddc24a7b8 M MorphicRenderLoop>doOneCycleWhile: 0x6c40c98: a(n) MorphicRenderLoop
         0x6c40cd0 s [] in MorphicUIManager>spawnNewProcess
         0x6c3f8e8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process          0x7c44920 priority 40
    0x7ffddc248570 I Process>resume 0x2b889c8: a(n) Process
    0x7ffddc2485b0 I FullBlockClosure(BlockClosure)>forkAt: 0x2b88a90: a(n) FullBlockClosure
    0x7ffddc248608 I SessionManager>snapshot:andQuit: 0x3edf440: a(n) SessionManager
    0x7ffddc248658 M [] in SmalltalkImage>snapshot:andQuit: 0x3e700f8: a(n) SmalltalkImage
    0x7ffddc248690 M CurrentExecutionEnvironment class>activate:for: 0x3e68160: a(n) CurrentExecutionEnvironment class
    0x7ffddc2486d0 M DefaultExecutionEnvironment(ExecutionEnvironment)>beActiveDuring: 0x3e5d040: a(n) DefaultExecutionEnvironment
    0x7ffddc248718 I DefaultExecutionEnvironment class>beActiveDuring: 0x3e686d0: a(n) DefaultExecutionEnvironment class
    0x7ffddc248760 I SmalltalkImage>snapshot:andQuit: 0x3e700f8: a(n) SmalltalkImage
    0x7ffddc2487c0 I TestCommandLineHandler>runPackages 0x7c7d838: a(n) TestCommandLineHandler
         0x7c7d780 s TestCommandLineHandler>activate
         0x7c7d8e8 s TestCommandLineHandler class(CommandLineHandler class)>activateWith:
         0x7c7fd38 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
         0x7c7ffb0 s FullBlockClosure(BlockClosure)>on:do:
         0x7c80288 s PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
         0x7c80680 s PharoCommandLineHandler(BasicCommandLineHandler)>handleSubcommand
         0x7c80a18 s PharoCommandLineHandler(BasicCommandLineHandler)>handleArgument:
         0x7c80c90 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
         0x7c80f40 s FullBlockClosure(BlockClosure)>on:do:
         0x7c81230 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
         0x7c81430 s [] in FullBlockClosure(BlockClosure)>newProcess

Process          0x2b6e0a0 priority 40
    0x7ffddc256688 M [] in Delay>wait 0x2b88ef8: a(n) Delay
    0x7ffddc2566c8 M FullBlockClosure(BlockClosure)>ifCurtailed: 0x2b88fe0: a(n) FullBlockClosure
    0x7ffddc256700 M Delay>wait 0x2b88ef8: a(n) Delay
    0x7ffddc256740 I Duration>wait 0x7c46910: a(n) Duration
    0x7ffddc256780 I [] in OmDeferrer>runMessageProcess 0x7c459e0: a(n) OmDeferrer
    0x7ffddc2567c0 I [] in FullBlockClosure>newProcess 0x2b890e8: a(n) FullBlockClosure

processes at priority 10
Process          0x7c44518 priority 10
    0x7ffddc2647c0 M ProcessorScheduler class>idleProcess 0x3e61df8: a(n) ProcessorScheduler class
         0x7d73d80 s [] in ProcessorScheduler class>startUp
         0x7c45480 s [] in FullBlockClosure(BlockClosure)>newProcess

suspended processes
Process          0x4314a38 priority 60
         0x4320158 s InputEventFetcher>waitForInput
         0x432f588 s InputEventFetcher>eventLoop
         0x43373e8 s [] in InputEventFetcher>installEventLoop
         0x433c250 s [] in BlockClosure>newProcess

Process          0x6c3fb58 priority 80
    0x7ffddc23a788 I DelaySemaphoreScheduler(DelayBasicScheduler)>suspendAtTimingPriority 0x4164bf8: a(n) DelaySemaphoreScheduler
    0x7ffddc23a7c0 M [] in DelaySemaphoreScheduler>runBackendLoopAtTimingPriority 0x4164bf8: a(n) DelaySemaphoreScheduler
         0x7c44430 s FullBlockClosure(BlockClosure)>ensure:
         0x6c40b68 s DelaySemaphoreScheduler(DelayBasicScheduler)>runBackendLoopAtTimingPriority
         0x7c442b0 s [] in DelaySemaphoreScheduler(DelayBasicScheduler)>startTimerEventLoopPriority:
         0x6c40a78 s [] in FullBlockClosure(BlockClosure)>newProcess
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] fileExists
[Pipeline] sh
+ mv PharoDebug.log PharoDebug-Tests-Linux-x86_64-CoInterpreter.log
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-Linux-x86_64-CoInterpreter.log
[Pipeline] sh
+ cat progress-Tests-Linux-x86_64-CoInterpreter.log
running suite: Reflectivity-Tests
starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished
starting testcase: CoverageDemoTest>>testCoverageAST ... finished
starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished
starting testcase: CoverageDemoTest>>testCoverageMethod ... finished
starting testcase: LinkInstallerTest>>testCallToSuper ... finished
starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished
starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished
starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished
starting testcase: LinkInstallerTest>>testMethodModified ... finished
starting testcase: LinkInstallerTest>>testMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished
starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished
starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished
starting testcase: LinkInstallerTest>>testRemovingNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished
starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished
starting testcase: LinkInstallerTest>>testUninstallLink ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished
starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished
starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished
starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished
starting testcase: MetaLinkTest>>testAvailableReifications ... finished
starting testcase: MetaLinkTest>>testBlockLink ... finished
starting testcase: MetaLinkTest>>testConditionLink ... finished
starting testcase: MetaLinkTest>>testControlInstead ... finished
starting testcase: MetaLinkTest>>testControlLink ... finished
starting testcase: MetaLinkTest>>testDefintionString ... finished
starting testcase: MetaLinkTest>>testLinkOption ... finished
starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished
starting testcase: MetaLinkTest>>testOptionFor ... finished
starting testcase: MetaLinkTest>>testReificationError ... finished
starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished
starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished
starting testcase: ReflectiveMethodTest>>testSetLink ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished
starting testcase: ReflectivityControlTest>>testAfterArray ... finished
starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished
starting testcase: ReflectivityControlTest>>testAfterBlock ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterCascade ... finished
starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished
starting testcase: ReflectivityControlTest>>testAfterSend ... finished
starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished
starting testcase: ReflectivityControlTest>>testAfterSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterSlot ... finished
starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished
starting testcase: ReflectivityControlTest>>testBeforeArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished
starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished
starting testcase: ReflectivityControlTest>>testBeforeSend ... finished
starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished
starting testcase: ReflectivityControlTest>>testInsteadArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished
starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadSend ... finished
starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished
starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished
starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished
starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished
starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished
starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished
starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyNode ... finished
starting testcase: ReflectivityReificationTest>>testReifyObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished
starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished
starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished
starting testcase: ReflectivityTest>>testDisableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished
starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished
starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished
starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished
starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished
starting testcase: VariableBreakpointTest>>testInitialize ... finished
starting testcase: VariableBreakpointTest>>testInstall ... finished
starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished
starting testcase: VariableBreakpointTest>>testIsInstalled ... finished
starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished
starting testcase: VariableBreakpointTest>>testNewForClass ... finished
starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testRemove ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished
starting testcase: VariableBreakpointTest>>testScopeTo ... finished
starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished
finished running suite: Reflectivity-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (Tests-Linux-x86_64-CoInterpreter-worker)
[Pipeline] unstash
[Pipeline] sh
+ mkdir runTests
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/runTests
[Pipeline] {
[Pipeline] sh
+ wget -O - get.pharo.org/64/90
+ bash
--2021-11-25 13:10:51--  http://get.pharo.org/64/90
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3444 (3.4K)
Saving to: 'STDOUT'

     0K ...                                                   100%  585M=0s

2021-11-25 13:10:51 (585 MB/s) - written to stdout [3444/3444]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharoImage-x86_64.zip
Pharo.image
[Pipeline] sh
+ echo 90
[Pipeline] sh
+ unzip ../build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-9.0.10-db55890-Linux-x86_64-bin.zip
   creating: ./bin/
  inflating: ./bin/pharo             
   creating: ./lib/
  inflating: ./lib/libB2DPlugin.so   
  inflating: ./lib/libBitBltPlugin.so  
  inflating: ./lib/libDSAPrims.so    
  inflating: ./lib/libFileAttributesPlugin.so  
  inflating: ./lib/libFilePlugin.so  
  inflating: ./lib/libJPEGReadWriter2Plugin.so  
  inflating: ./lib/libJPEGReaderPlugin.so  
  inflating: ./lib/libLargeIntegers.so  
  inflating: ./lib/libLocalePlugin.so  
  inflating: ./lib/libMiscPrimitivePlugin.so  
  inflating: ./lib/libPharoVMCore.so  
  inflating: ./lib/libSDL2-2.0.so.0  
  inflating: ./lib/libSDL2-2.0.so.0.7.0  
  inflating: ./lib/libSDL2.so        
  inflating: ./lib/libSocketPlugin.so  
  inflating: ./lib/libSqueakSSL.so   
  inflating: ./lib/libSurfacePlugin.so  
  inflating: ./lib/libTestLibrary.so  
  inflating: ./lib/libUUIDPlugin.so  
  inflating: ./lib/libUnixOSProcessPlugin.so  
  inflating: ./lib/libcrypto.so.1.0.0  
  inflating: ./lib/libffi.so         
  inflating: ./lib/libgit2.1.0.0.so  
  inflating: ./lib/libgit2.so        
  inflating: ./lib/libgit2.so.0.25.1  
  inflating: ./lib/libgit2.so.25     
  inflating: ./lib/libssh2.so        
  inflating: ./lib/libssh2.so.1      
  inflating: ./lib/libssh2.so.1.0.1  
  inflating: ./lib/libssl.so         
  inflating: ./lib/libssl.so.1.0.0   
  inflating: ./lib/pharo             
  inflating: ./pharo                 
[Pipeline] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true ./pharo --logLevel=4 --worker Pharo.image test --junit-xml-output --stage-name=Tests-Linux-x86_64-CoInterpreter-worker .*
[DEBUG] 2021-11-25 13:10:54.000 logParameters (src/parameters.c:335):Image file name: Pharo.image
[DEBUG] 2021-11-25 13:10:54.000 logParameters (src/parameters.c:336):Is default Image: no
[DEBUG] 2021-11-25 13:10:54.000 logParameters (src/parameters.c:337):Is interactive session: no
[DEBUG] 2021-11-25 13:10:54.000 logParameterVector (src/parameters.c:325):vmParameters [count = 4]:
[DEBUG] 2021-11-25 13:10:54.000 logParameterVector (src/parameters.c:328): ./lib/pharo
[DEBUG] 2021-11-25 13:10:54.000 logParameterVector (src/parameters.c:328): --logLevel=4
[DEBUG] 2021-11-25 13:10:54.000 logParameterVector (src/parameters.c:328): --worker
[DEBUG] 2021-11-25 13:10:54.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2021-11-25 13:10:54.000 logParameterVector (src/parameters.c:325):imageParameters [count = 4]:
[DEBUG] 2021-11-25 13:10:54.000 logParameterVector (src/parameters.c:328): test
[DEBUG] 2021-11-25 13:10:54.000 logParameterVector (src/parameters.c:328): --junit-xml-output
[DEBUG] 2021-11-25 13:10:54.000 logParameterVector (src/parameters.c:328): --stage-name=Tests-Linux-x86_64-CoInterpreter-worker
[DEBUG] 2021-11-25 13:10:54.000 logParameterVector (src/parameters.c:328): .*
[INFO ] 2021-11-25 13:10:54.000 vm_main_with_parameters (src/client.c:113):Opening Image: Pharo.image
[DEBUG] 2021-11-25 13:10:54.000 vm_main_with_parameters (src/client.c:135):Working Directory /builds/workspace/pharo-vm_v9.0.10/runTests
[DEBUG] 2021-11-25 13:10:54.000 vm_main_with_parameters (src/client.c:137):sizeof(int): 4
[DEBUG] 2021-11-25 13:10:54.000 vm_main_with_parameters (src/client.c:138):sizeof(long): 8
[DEBUG] 2021-11-25 13:10:54.000 vm_main_with_parameters (src/client.c:139):sizeof(long long): 8
[DEBUG] 2021-11-25 13:10:54.000 vm_main_with_parameters (src/client.c:140):sizeof(void*): 8
[DEBUG] 2021-11-25 13:10:54.000 vm_main_with_parameters (src/client.c:141):sizeof(sqInt): 8
[DEBUG] 2021-11-25 13:10:54.000 vm_main_with_parameters (src/client.c:142):sizeof(sqLong): 8
[DEBUG] 2021-11-25 13:10:54.000 vm_main_with_parameters (src/client.c:143):sizeof(float): 4
[DEBUG] 2021-11-25 13:10:54.000 vm_main_with_parameters (src/client.c:144):sizeof(double): 8
[DEBUG] 2021-11-25 13:10:54.000 runOnWorkerThread (src/client.c:273):Running VM on worker thread
[DEBUG] 2021-11-25 13:10:54.000 runOnWorkerThread (src/client.c:284):Stack size: 8388608
[DEBUG] 2021-11-25 13:10:54.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x26f7000
[DEBUG] 2021-11-25 13:10:54.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x2855000
[DEBUG] 2021-11-25 13:10:54.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x2855000
[WARN ] 2021-11-25 13:10:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2021-11-25 13:10:54.000 beatStateMachine (extracted/vm/src/common/heartbeat.c:376):pthread_setschedparam failed: Operation not permitted
[WARN ] 2021-11-25 13:10:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2021-11-25 13:10:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-11-25 13:10:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2021-11-25 13:10:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-11-25 13:10:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-11-25 13:10:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-11-25 13:10:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2021-11-25 13:10:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2021-11-25 13:10:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2021-11-25 13:10:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
Running tests in 786 Packages
[WARN ] 2021-11-25 13:10:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:10:51.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax
1
1
2
2
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
an Object29444 run, 29444 passes, 0 failures, 0 errors.
[DEBUG] 2021-11-25 13:11:44.000 primitiveQuit (_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35354):Quit requested by the image
Process        0x104a26988 priority 79
    0x7ffeeb8596e0 I SessionManager>launchSnapshot:andQuit: 0x105d7d440: a(n) SessionManager
    0x7ffeeb859750 I [] in SessionManager>snapshot:andQuit: 0x105d7d440: a(n) SessionManager
    0x7ffeeb859790 I [] in FullBlockClosure>newProcess 0x104a26a50: a(n) FullBlockClosure

processes at priority 50
Process        0x109b147f8 priority 50
    0x7ffeeb831790 M WeakArray class>finalizationProcess 0x105d00bb8: a(n) WeakArray class
       0x109b15500 s [] in WeakArray class>restartFinalizationProcess
       0x109b16bf0 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 40
Process        0x108b0d8f8 priority 40
    0x7ffeeb847580 M [] in Delay>wait 0x104a26ca8: a(n) Delay
    0x7ffeeb8475c0 M FullBlockClosure(BlockClosure)>ifCurtailed: 0x104a26cd8: a(n) FullBlockClosure
    0x7ffeeb8475f8 M Delay>wait 0x104a26ca8: a(n) Delay
    0x7ffeeb847648 M WorldState class>doInterCycleWait 0x1061ac688: a(n) WorldState class
    0x7ffeeb847678 M [] in WorldState class>doDrawCycleWith: 0x1061ac688: a(n) WorldState class
    0x7ffeeb8476b8 M FullBlockClosure(BlockClosure)>ensure: 0x104a26e08: a(n) FullBlockClosure
    0x7ffeeb8476f0 M WorldState class>doDrawCycleWith: 0x1061ac688: a(n) WorldState class
    0x7ffeeb847728 M WorldMorph class>doOneCycle 0x1061abdf8: a(n) WorldMorph class
    0x7ffeeb847758 M MorphicRenderLoop>doOneCycle 0x108b0ea88: a(n) MorphicRenderLoop
    0x7ffeeb847788 M MorphicRenderLoop>doOneCycleWhile: 0x108b0ea88: a(n) MorphicRenderLoop
       0x108b0eac0 s [] in MorphicUIManager>spawnNewProcess
       0x108b0d6d8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x109b146b0 priority 40
    0x7ffeeb82f540 I Process>resume 0x104a26988: a(n) Process
    0x7ffeeb82f580 I FullBlockClosure(BlockClosure)>forkAt: 0x104a26a50: a(n) FullBlockClosure
    0x7ffeeb82f5d8 I SessionManager>snapshot:andQuit: 0x105d7d440: a(n) SessionManager
    0x7ffeeb82f628 M [] in SmalltalkImage>snapshot:andQuit: 0x105d0e0f8: a(n) SmalltalkImage
    0x7ffeeb82f660 M CurrentExecutionEnvironment class>activate:for: 0x105d06160: a(n) CurrentExecutionEnvironment class
    0x7ffeeb82f6a0 M DefaultExecutionEnvironment(ExecutionEnvironment)>beActiveDuring: 0x105cfb040: a(n) DefaultExecutionEnvironment
    0x7ffeeb82f6e8 I DefaultExecutionEnvironment class>beActiveDuring: 0x105d066d0: a(n) DefaultExecutionEnvironment class
    0x7ffeeb82f730 I SmalltalkImage>snapshot:andQuit: 0x105d0e0f8: a(n) SmalltalkImage
    0x7ffeeb82f790 I TestCommandLineHandler>runPackages 0x109b4e860: a(n) TestCommandLineHandler
       0x109b4e7a8 s TestCommandLineHandler>activate
       0x109b4e910 s TestCommandLineHandler class(CommandLineHandler class)>activateWith:
       0x109b50d60 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
       0x109b50fd8 s FullBlockClosure(BlockClosure)>on:do:
       0x109b512b0 s PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
       0x109b516a8 s PharoCommandLineHandler(BasicCommandLineHandler)>handleSubcommand
       0x109b51a40 s PharoCommandLineHandler(BasicCommandLineHandler)>handleArgument:
       0x109b51cb8 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
       0x109b51f68 s FullBlockClosure(BlockClosure)>on:do:
       0x109b52258 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
       0x109b52458 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x104a090c8 priority 40
    0x7ffeeb849658 M [] in Delay>wait 0x104a115c0: a(n) Delay
    0x7ffeeb849698 M FullBlockClosure(BlockClosure)>ifCurtailed: 0x104a27078: a(n) FullBlockClosure
    0x7ffeeb8496d0 M Delay>wait 0x104a115c0: a(n) Delay
    0x7ffeeb849710 I Duration>wait 0x109b17ab8: a(n) Duration
    0x7ffeeb849750 I [] in OmDeferrer>runMessageProcess 0x109b166d0: a(n) OmDeferrer
    0x7ffeeb849790 I [] in FullBlockClosure>newProcess 0x104a27180: a(n) FullBlockClosure

processes at priority 10
Process        0x109b12338 priority 10
    0x7ffeeb86b790 M ProcessorScheduler class>idleProcess 0x105cffdf8: a(n) ProcessorScheduler class
       0x109d6be88 s [] in ProcessorScheduler class>startUp
       0x109b15638 s [] in FullBlockClosure(BlockClosure)>newProcess

suspended processes
Process        0x1061b2a18 priority 60
       0x1061be138 s InputEventFetcher>waitForInput
       0x1061cd568 s InputEventFetcher>eventLoop
       0x1061d53c8 s [] in InputEventFetcher>installEventLoop
       0x1061da230 s [] in BlockClosure>newProcess

Process        0x108b0d948 priority 80
    0x7ffeeb84b758 I DelaySemaphoreScheduler(DelayBasicScheduler)>suspendAtTimingPriority 0x106002be8: a(n) DelaySemaphoreScheduler
    0x7ffeeb84b790 M [] in DelaySemaphoreScheduler>runBackendLoopAtTimingPriority 0x106002be8: a(n) DelaySemaphoreScheduler
       0x109b12250 s FullBlockClosure(BlockClosure)>ensure:
       0x108b0e958 s DelaySemaphoreScheduler(DelayBasicScheduler)>runBackendLoopAtTimingPriority
       0x109b120d0 s [] in DelaySemaphoreScheduler(DelayBasicScheduler)>startTimerEventLoopPriority:
       0x108b0e868 s [] in FullBlockClosure(BlockClosure)>newProcess
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] fileExists
[Pipeline] sh
+ mv PharoDebug.log PharoDebug-Tests-Darwin-x86_64-CoInterpreter.log
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-Darwin-x86_64-CoInterpreter.log
[Pipeline] sh
+ cat progress-Tests-Darwin-x86_64-CoInterpreter.log
running suite: Reflectivity-Tests
starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished
starting testcase: CoverageDemoTest>>testCoverageAST ... finished
starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished
starting testcase: CoverageDemoTest>>testCoverageMethod ... finished
starting testcase: LinkInstallerTest>>testCallToSuper ... finished
starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished
starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished
starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished
starting testcase: LinkInstallerTest>>testMethodModified ... finished
starting testcase: LinkInstallerTest>>testMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished
starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished
starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished
starting testcase: LinkInstallerTest>>testRemovingNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished
starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished
starting testcase: LinkInstallerTest>>testUninstallLink ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished
starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished
starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished
starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished
starting testcase: MetaLinkTest>>testAvailableReifications ... finished
starting testcase: MetaLinkTest>>testBlockLink ... finished
starting testcase: MetaLinkTest>>testConditionLink ... finished
starting testcase: MetaLinkTest>>testControlInstead ... finished
starting testcase: MetaLinkTest>>testControlLink ... finished
starting testcase: MetaLinkTest>>testDefintionString ... finished
starting testcase: MetaLinkTest>>testLinkOption ... finished
starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished
starting testcase: MetaLinkTest>>testOptionFor ... finished
starting testcase: MetaLinkTest>>testReificationError ... finished
starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished
starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished
starting testcase: ReflectiveMethodTest>>testSetLink ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished
starting testcase: ReflectivityControlTest>>testAfterArray ... finished
starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished
starting testcase: ReflectivityControlTest>>testAfterBlock ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterCascade ... finished
starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished
starting testcase: ReflectivityControlTest>>testAfterSend ... finished
starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished
starting testcase: ReflectivityControlTest>>testAfterSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterSlot ... finished
starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished
starting testcase: ReflectivityControlTest>>testBeforeArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished
starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished
starting testcase: ReflectivityControlTest>>testBeforeSend ... finished
starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished
starting testcase: ReflectivityControlTest>>testInsteadArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished
starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadSend ... finished
starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished
starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished
starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished
starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished
starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished
starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished
starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyNode ... finished
starting testcase: ReflectivityReificationTest>>testReifyObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished
starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished
starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished
starting testcase: ReflectivityTest>>testDisableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished
starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished
starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished
starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished
starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished
starting testcase: VariableBreakpointTest>>testInitialize ... finished
starting testcase: VariableBreakpointTest>>testInstall ... finished
starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished
starting testcase: VariableBreakpointTest>>testIsInstalled ... finished
starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished
starting testcase: VariableBreakpointTest>>testNewForClass ... finished
starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testRemove ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished
starting testcase: VariableBreakpointTest>>testScopeTo ... finished
starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished
finished running suite: Reflectivity-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (Tests-Darwin-x86_64-CoInterpreter-worker)
[Pipeline] unstash
[Pipeline] sh
+ mkdir runTests
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v9.0.10/runTests
[Pipeline] {
[Pipeline] sh
+ wget -O - get.pharo.org/64/90
+ bash
--2021-11-25 13:11:56--  http://get.pharo.org/64/90
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3444 (3.4K)
Saving to: ‘STDOUT’

     0K ...                                                   100% 60.8M=0s

2021-11-25 13:11:56 (60.8 MB/s) - written to stdout [3444/3444]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharoImage-x86_64.zip
Pharo.image
[Pipeline] sh

Returning an object but pool is full[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:11:51.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:54.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:11:54.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0
DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
SystemNotification: TD
SystemNotification: TB
SystemNotification: TC
SystemNotification: TA
SystemNotification: CA
SystemNotification: CB
SystemNotification: TA
SystemNotification: TB
SystemNotification: TC
SystemNotification: TD
SystemNotification: T6
+ echo 90
[Pipeline] sh
+ unzip ../build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-9.0.10-db558908-Darwin-x86_64-bin.zip
   creating: ./Pharo.app/
   creating: ./Pharo.app/Contents/
  inflating: ./Pharo.app/Contents/Info.plist  
   creating: ./Pharo.app/Contents/MacOS/
  inflating: ./Pharo.app/Contents/MacOS/Pharo  
   creating: ./Pharo.app/Contents/MacOS/Plugins/
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libffi.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.0.25.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.25.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng12.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.dylib  
   creating: ./Pharo.app/Contents/Resources/
  inflating: ./Pharo.app/Contents/Resources/Pharo.icns  
  inflating: ./Pharo.app/Contents/Resources/PharoChanges.icns  
  inflating: ./Pharo.app/Contents/Resources/PharoImage.icns  
  inflating: ./Pharo.app/Contents/Resources/PharoSources.icns  
[Pipeline] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true
+ ./Pharo.app/Contents/MacOS/Pharo --logLevel=4 --worker Pharo.image test --junit-xml-output --stage-name=Tests-Darwin-x86_64-CoInterpreter-worker '.*'
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[DEBUG] 2021-11-25 13:12:03.000 logParameters (src/parameters.c:335):Image file name: Pharo.image
[DEBUG] 2021-11-25 13:12:03.000 logParameters (src/parameters.c:336):Is default Image: no
[DEBUG] 2021-11-25 13:12:03.000 logParameters (src/parameters.c:337):Is interactive session: no
[DEBUG] 2021-11-25 13:12:03.000 logParameterVector (src/parameters.c:325):vmParameters [count = 4]:
[DEBUG] 2021-11-25 13:12:03.000 logParameterVector (src/parameters.c:328): ./Pharo.app/Contents/MacOS/Pharo
[DEBUG] 2021-11-25 13:12:03.000 logParameterVector (src/parameters.c:328): --logLevel=4
[DEBUG] 2021-11-25 13:12:03.000 logParameterVector (src/parameters.c:328): --worker
[DEBUG] 2021-11-25 13:12:03.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2021-11-25 13:12:03.000 logParameterVector (src/parameters.c:325):imageParameters [count = 4]:
[DEBUG] 2021-11-25 13:12:03.000 logParameterVector (src/parameters.c:328): test
[DEBUG] 2021-11-25 13:12:03.000 logParameterVector (src/parameters.c:328): --junit-xml-output
[DEBUG] 2021-11-25 13:12:03.000 logParameterVector (src/parameters.c:328): --stage-name=Tests-Darwin-x86_64-CoInterpreter-worker
[DEBUG] 2021-11-25 13:12:03.000 logParameterVector (src/parameters.c:328): .*
[INFO ] 2021-11-25 13:12:03.000 vm_main_with_parameters (src/client.c:113):Opening Image: Pharo.image
[DEBUG] 2021-11-25 13:12:03.000 vm_main_with_parameters (src/client.c:135):Working Directory /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests
[DEBUG] 2021-11-25 13:12:03.000 vm_main_with_parameters (src/client.c:137):sizeof(int): 4
[DEBUG] 2021-11-25 13:12:03.000 vm_main_with_parameters (src/client.c:138):sizeof(long): 8
[DEBUG] 2021-11-25 13:12:03.000 vm_main_with_parameters (src/client.c:139):sizeof(long long): 8
[DEBUG] 2021-11-25 13:12:03.000 vm_main_with_parameters (src/client.c:140):sizeof(void*): 8
[DEBUG] 2021-11-25 13:12:03.000 vm_main_with_parameters (src/client.c:141):sizeof(sqInt): 8
[DEBUG] 2021-11-25 13:12:03.000 vm_main_with_parameters (src/client.c:142):sizeof(sqLong): 8
[DEBUG] 2021-11-25 13:12:03.000 vm_main_with_parameters (src/client.c:143):sizeof(float): 4
[DEBUG] 2021-11-25 13:12:03.000 vm_main_with_parameters (src/client.c:144):sizeof(double): 8
[DEBUG] 2021-11-25 13:12:03.000 runOnWorkerThread (src/client.c:273):Running VM on worker thread
[DEBUG] 2021-11-25 13:12:03.000 runOnWorkerThread (src/client.c:284):Stack size: 524288
[DEBUG] 2021-11-25 13:12:03.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x26f7000
[DEBUG] 2021-11-25 13:12:03.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x108ae2000
[DEBUG] 2021-11-25 13:12:03.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x108ae2000
[WARN ] 2021-11-25 13:12:03.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2021-11-25 13:12:03.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
[WARN ] 2021-11-25 13:12:03.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-11-25 13:12:03.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2021-11-25 13:12:03.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin
[WARN ] 2021-11-25 13:12:03.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-11-25 13:12:03.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-11-25 13:12:03.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-11-25 13:12:03.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2021-11-25 13:12:03.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2021-11-25 13:12:03.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
[WARN ] 2021-11-25 13:12:03.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
Running tests in 786 Packages
[WARN ] 2021-11-25 13:12:03.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)

a DebugSession
Original error: test session.
Debugger error: a UndefinedObject

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Exception
Exception

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
[DEBUG] 2021-11-25 12:12:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:12:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:12:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:12:28.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:12:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:12:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:12:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:12:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:12:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:12:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:12:29.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:12:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:12:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:12:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:12:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:12:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:12:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:12:29.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:12:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:12:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:12:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:13:04.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:13:04.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:13:04.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:13:04.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:13:04.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:13:04.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:13:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:13:10.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SqueakSSL
[WARN ] 2021-11-25 12:13:10.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol initialiseModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:13:10.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCreateAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:13:10.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)

a DebugSession
Original error: test session.
Debugger error: a UndefinedObject

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Exception
Exception

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
[WARN ] 2021-11-25 13:13:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:13:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:13:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:13:33.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:13:33.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:13:33.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:13:33.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
\\[WARN ] 2021-11-25 13:13:39.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2021-11-25 13:13:39.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult
[WARN ] 2021-11-25 13:13:39.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:13:39.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:13:39.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:13:39.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:13:39.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:13:41.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate
[WARN ] 2021-11-25 13:13:43.000 sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto (src/memoryUnix.c:226):sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto mmap: Cannot allocate memory
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
[WARN ] 2021-11-25 13:13:48.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength
[ERROR] 2021-11-25 13:13:49.000 growOldSpaceByAtLeast (ated/64/vm/src/gcc3x-cointerp.c:48900):Required space is bigger than the headroom. Could not allocate
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
[DEBUG] 2021-11-25 12:14:15.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  HostWindowPlugin
[DEBUG] 2021-11-25 12:14:15.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  HostWindowPlugin.dll
[DEBUG] 2021-11-25 12:14:15.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libHostWindowPlugin.dll
[WARN ] 2021-11-25 12:14:15.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin
[WARN ] 2021-11-25 12:14:15.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:14:15.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:14:15.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[WARN ] 2021-11-25 12:14:16.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLanguageAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:14:16.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage
[WARN ] 2021-11-25 12:14:16.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCountryAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:14:16.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry
[WARN ] 2021-11-25 13:14:19.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[WARN ] 2021-11-25 13:14:20.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage
[WARN ] 2021-11-25 13:14:20.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry
[WARN ] 2021-11-25 13:14:24.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:14:24.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:14:24.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:14:24.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
\\
[ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runStartup:
TestWorkingSession>>start:
[ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
FullBlockClosure(BlockClosure)>>ensure:
UIManager class>>nonInteractiveDuring:
SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:

[ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ]
TestSessionHandler>>shutdown:
[ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runShutdown:
TestWorkingSession(WorkingSession)>>stop:
[ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:
TestExecutionEnvironment>>runTestCase:
CurrentExecutionEnvironment class>>runTestCase:
SessionErrorHandlingTest(TestCase)>>runCaseManaged
[WARN ] 2021-11-25 13:14:30.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2021-11-25 13:14:30.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult

[ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runStartup:
TestWorkingSession>>start:
[ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
FullBlockClosure(BlockClosure)>>ensure:
UIManager class>>nonInteractiveDuring:
SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:

[ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ]
TestSessionHandler>>shutdown:
[ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runShutdown:
TestWorkingSession(WorkingSession)>>stop:
[ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:
TestExecutionEnvironment>>runTestCase:
CurrentExecutionEnvironment class>>runTestCase:
SessionErrorHandlingTest(TestCase)>>runCaseManaged
.Pharo writing to the standard error
Pharo writing to the standard output
somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared)
NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared)
EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".
NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared)
[WARN ] 2021-11-25 13:14:59.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2021-11-25 13:14:59.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2021-11-25 13:14:59.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
[WARN ] 2021-11-25 13:14:59.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:118):dir_Create: Error creating /builds/workspace/pharo-vm_v9.0.10/runTests/griffle
[WARN ] 2021-11-25 13:14:59.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:119):dir_Create: File exists
[WARN ] 2021-11-25 13:14:59.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:118):dir_Create: Error creating /builds/workspace/pharo-vm_v9.0.10/runTests/griffle/nurpa_GZ¼
[WARN ] 2021-11-25 13:14:59.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:119):dir_Create: No such file or directory
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
[WARN ] 2021-11-25 13:15:23.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength
[ERROR] 2021-11-25 13:15:24.000 growOldSpaceByAtLeast (_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:48894):Could not allocate more memory. MaxOldSpaceSize reached.
[WARN ] 2021-11-25 13:15:35.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax
1
1
2
2
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
an Object29444 run, 29439 passes, 5 failures, 0 errors.
[DEBUG] 2021-11-25 13:16:11.000 primitiveQuit (ated/64/vm/src/gcc3x-cointerp.c:35354):Quit requested by the image
Process        0x102d27b78 priority 79
       0x16df30430 I SessionManager>launchSnapshot:andQuit: 0x103c9a440: a(n) SessionManager
       0x16df304a0 I [] in SessionManager>snapshot:andQuit: 0x103c9a440: a(n) SessionManager
       0x16df304e0 I [] in FullBlockClosure>newProcess 0x102d27998: a(n) FullBlockClosure

processes at priority 40
Process        0x106a2a6d8 priority 40
       0x16df204d8 M MorphicRenderLoop>doOneCycleWhile: 0x106a2b868: a(n) MorphicRenderLoop
       0x106a2b8a0 s [] in MorphicUIManager>spawnNewProcess
       0x106a2a4b8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x107a31490 priority 40
       0x16df24290 I Process>resume 0x102d27b78: a(n) Process
       0x16df242d0 I FullBlockClosure(BlockClosure)>forkAt: 0x102d27998: a(n) FullBlockClosure
       0x16df24328 I SessionManager>snapshot:andQuit: 0x103c9a440: a(n) SessionManager
       0x16df24378 M [] in SmalltalkImage>snapshot:andQuit: 0x103c2b0f8: a(n) SmalltalkImage
       0x16df243b0 M CurrentExecutionEnvironment class>activate:for: 0x103c23160: a(n) CurrentExecutionEnvironment class
       0x16df243f0 M DefaultExecutionEnvironment(ExecutionEnvironment)>beActiveDuring: 0x103c18040: a(n) DefaultExecutionEnvironment
       0x16df24438 I DefaultExecutionEnvironment class>beActiveDuring: 0x103c236d0: a(n) DefaultExecutionEnvironment class
       0x16df24480 I SmalltalkImage>snapshot:andQuit: 0x103c2b0f8: a(n) SmalltalkImage
       0x16df244e0 I TestCommandLineHandler>runPackages 0x107a6b5c0: a(n) TestCommandLineHandler
       0x107a6b508 s TestCommandLineHandler>activate
       0x107a6b670 s TestCommandLineHandler class(CommandLineHandler class)>activateWith:
       0x107a6dac0 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
       0x107a6dd38 s FullBlockClosure(BlockClosure)>on:do:
       0x107a6e018 s PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
       0x107a6e418 s PharoCommandLineHandler(BasicCommandLineHandler)>handleSubcommand
       0x107a6e7b0 s PharoCommandLineHandler(BasicCommandLineHandler)>handleArgument:
       0x107a6ea28 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
       0x107a6ecd8 s FullBlockClosure(BlockClosure)>on:do:
       0x107a6efc8 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
       0x107a6f1c8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x1029285d0 priority 40
       0x16df0e3a8 M [] in Delay>wait 0x102943500: a(n) Delay
       0x16df0e3e8 M FullBlockClosure(BlockClosure)>ifCurtailed: 0x102943658: a(n) FullBlockClosure
       0x16df0e420 M Delay>wait 0x102943500: a(n) Delay
       0x16df0e460 I Duration>wait 0x107a34860: a(n) Duration
       0x16df0e4a0 I [] in OmDeferrer>runMessageProcess 0x107a33490: a(n) OmDeferrer
       0x16df0e4e0 I [] in FullBlockClosure>newProcess 0x102943760: a(n) FullBlockClosure

processes at priority 10
Process        0x107a2f118 priority 10
       0x16df2a4e0 M ProcessorScheduler class>idleProcess 0x103c1cdf8: a(n) ProcessorScheduler class
       0x107c0ad80 s [] in ProcessorScheduler class>startUp
       0x107a32400 s [] in FullBlockClosure(BlockClosure)>newProcess

suspended processes
Process        0x107a315c8 priority 50
       0x16df2c4e0 M WeakArray class>finalizationProcess 0x103c1dbb8: a(n) WeakArray class
       0x107a322c8 s [] in WeakArray class>restartFinalizationProcess
       0x107a339b0 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x1040cfa18 priority 60
       0x1040db138 s InputEventFetcher>waitForInput
       0x1040ea568 s InputEventFetcher>eventLoop
       0x1040f23c8 s [] in InputEventFetcher>installEventLoop
       0x1040f7230 s [] in BlockClosure>newProcess

Process        0x106a2a728 priority 80
       0x16df064a8 I DelaySemaphoreScheduler(DelayBasicScheduler)>suspendAtTimingPriority 0x103f1fbe8: a(n) DelaySemaphoreScheduler
       0x16df064e0 M [] in DelaySemaphoreScheduler>runBackendLoopAtTimingPriority 0x103f1fbe8: a(n) DelaySemaphoreScheduler
       0x107a2f030 s FullBlockClosure(BlockClosure)>ensure:
       0x106a2b738 s DelaySemaphoreScheduler(DelayBasicScheduler)>runBackendLoopAtTimingPriority
       0x107a2eeb0 s [] in DelaySemaphoreScheduler(DelayBasicScheduler)>startTimerEventLoopPriority:
       0x106a2b648 s [] in FullBlockClosure(BlockClosure)>newProcess
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] fileExists
[Pipeline] sh
+ mv PharoDebug.log PharoDebug-Tests-Darwin-arm64-CoInterpreter-worker.log
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-Darwin-arm64-CoInterpreter-worker.log
[Pipeline] sh
+ cat progress-Tests-Darwin-arm64-CoInterpreter-worker.log
running suite: Reflectivity-Tests
starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished
starting testcase: CoverageDemoTest>>testCoverageAST ... finished
starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished
starting testcase: CoverageDemoTest>>testCoverageMethod ... finished
starting testcase: LinkInstallerTest>>testCallToSuper ... finished
starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished
starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished
starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished
starting testcase: LinkInstallerTest>>testMethodModified ... finished
starting testcase: LinkInstallerTest>>testMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished
starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished
starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished
starting testcase: LinkInstallerTest>>testRemovingNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished
starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished
starting testcase: LinkInstallerTest>>testUninstallLink ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished
starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished
starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished
starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished
starting testcase: MetaLinkTest>>testAvailableReifications ... finished
starting testcase: MetaLinkTest>>testBlockLink ... finished
starting testcase: MetaLinkTest>>testConditionLink ... finished
starting testcase: MetaLinkTest>>testControlInstead ... finished
starting testcase: MetaLinkTest>>testControlLink ... finished
starting testcase: MetaLinkTest>>testDefintionString ... finished
starting testcase: MetaLinkTest>>testLinkOption ... finished
starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished
starting testcase: MetaLinkTest>>testOptionFor ... finished
starting testcase: MetaLinkTest>>testReificationError ... finished
starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished
starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished
starting testcase: ReflectiveMethodTest>>testSetLink ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished
starting testcase: ReflectivityControlTest>>testAfterArray ... finished
starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished
starting testcase: ReflectivityControlTest>>testAfterBlock ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterCascade ... finished
starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished
starting testcase: ReflectivityControlTest>>testAfterSend ... finished
starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished
starting testcase: ReflectivityControlTest>>testAfterSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterSlot ... finished
starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished
starting testcase: ReflectivityControlTest>>testBeforeArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished
starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished
starting testcase: ReflectivityControlTest>>testBeforeSend ... finished
starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished
starting testcase: ReflectivityControlTest>>testInsteadArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished
starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadSend ... finished
starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished
starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished
starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished
starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished
starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished
starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished
starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyNode ... finished
starting testcase: ReflectivityReificationTest>>testReifyObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished
starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished
starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished
starting testcase: ReflectivityTest>>testDisableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished
starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished
starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished
starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished
starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished
starting testcase: VariableBreakpointTest>>testInitialize ... finished
starting testcase: VariableBreakpointTest>>testInstall ... finished
starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished
starting testcase: VariableBreakpointTest>>testIsInstalled ... finished
starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished
starting testcase: VariableBreakpointTest>>testNewForClass ... finished
starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testRemove ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished
starting testcase: VariableBreakpointTest>>testScopeTo ... finished
starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished
finished running suite: Reflectivity-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[WARN ] 2021-11-25 12:16:23.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitivePathMaxAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:16:23.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax
1
1
2
2
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[WARN ] 2021-11-25 13:16:50.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 13:16:50.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray
[WARN ] 2021-11-25 13:16:50.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2021-11-25 13:16:52.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:16:52.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 13:16:52.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent
[WARN ] 2021-11-25 13:16:52.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize
[WARN ] 2021-11-25 13:16:52.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize
[WARN ] 2021-11-25 13:16:52.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize
[WARN ] 2021-11-25 13:16:52.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr
[WARN ] 2021-11-25 13:16:52.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth
[WARN ] 2021-11-25 13:16:52.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight
[WARN ] 2021-11-25 13:16:52.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
.Pharo writing to the standard error
Pharo writing to the standard output
somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared)
NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[WARN ] 2021-11-25 13:16:55.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared)
NewUndeclaredWarning: Point>>tt (Object is Undeclared)
MetacelloNotification: testFileTreeRepository: /builds/workspace/pharo-vm_v9.0.10/runTests/temp/repo
EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".
NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared)
[WARN ] 2021-11-25 13:17:01.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ClipboardExtendedPlugin
[WARN ] 2021-11-25 13:17:01.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2021-11-25 13:17:01.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2021-11-25 13:17:01.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
[WARN ] 2021-11-25 13:17:01.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:118):dir_Create: Error creating /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/griffle
[WARN ] 2021-11-25 13:17:01.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:119):dir_Create: File exists
[WARN ] 2021-11-25 13:17:01.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:118):dir_Create: Error creating /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/griffle/nurp
[WARN ] 2021-11-25 13:17:01.000 dir_Create (extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:119):dir_Create: No such file or directory

fred is number 1
charlie is number 2
elmer is number 3[WARN ] 2021-11-25 13:17:15.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
an Object29444 run, 29443 passes, 0 failures, 1 errors.
[DEBUG] 2021-11-25 12:18:06.000 primitiveQuit (ated/64/vm/src/gcc3x-cointerp.c:35354):Quit requested by the image
Process          0x29343e0 priority 79
          0x6ac110 I SessionManager>launchSnapshot:andQuit: 0x3f8a440: a(n) SessionManager
          0x6ac180 I [] in SessionManager>snapshot:andQuit: 0x3f8a440: a(n) SessionManager
          0x6ac1c0 I [] in FullBlockClosure>newProcess 0x2935410: a(n) FullBlockClosure

processes at priority 50
Process          0x7cf1870 priority 50
          0x6a61c0 M WeakArray class>finalizationProcess 0x3f0dbb8: a(n) WeakArray class
         0x7cf2370 s [] in WeakArray class>restartFinalizationProcess
         0x7cf3960 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 40
Process          0x6cea8f0 priority 40
          0x6a3fb0 M [] in Delay>wait 0x2934a00: a(n) Delay
          0x6a3ff0 M FullBlockClosure(BlockClosure)>ifCurtailed: 0x2934a30: a(n) FullBlockClosure
          0x6a4028 M Delay>wait 0x2934a00: a(n) Delay
          0x6a4078 M WorldState class>doInterCycleWait 0x43b96b8: a(n) WorldState class
          0x6a40a8 M [] in WorldState class>doDrawCycleWith: 0x43b96b8: a(n) WorldState class
          0x6a40e8 M FullBlockClosure(BlockClosure)>ensure: 0x2934b60: a(n) FullBlockClosure
          0x6a4120 M WorldState class>doDrawCycleWith: 0x43b96b8: a(n) WorldState class
          0x6a4158 M WorldMorph class>doOneCycle 0x43b8e28: a(n) WorldMorph class
          0x6a4188 M MorphicRenderLoop>doOneCycle 0x6ceba80: a(n) MorphicRenderLoop
          0x6a41b8 M MorphicRenderLoop>doOneCycleWhile: 0x6ceba80: a(n) MorphicRenderLoop
         0x6cebab8 s [] in MorphicUIManager>spawnNewProcess
         0x6cea6d0 s [] in FullBlockClosure(BlockClosure)>newProcess

Process          0x7cf1748 priority 40
          0x6acf70 I Process>resume 0x29343e0: a(n) Process
          0x6acfb0 I FullBlockClosure(BlockClosure)>forkAt: 0x2935410: a(n) FullBlockClosure
          0x6ad008 I SessionManager>snapshot:andQuit: 0x3f8a440: a(n) SessionManager
          0x6ad058 M [] in SmalltalkImage>snapshot:andQuit: 0x3f1b0f8: a(n) SmalltalkImage
          0x6ad090 M CurrentExecutionEnvironment class>activate:for: 0x3f13160: a(n) CurrentExecutionEnvironment class
          0x6ad0d0 M DefaultExecutionEnvironment(ExecutionEnvironment)>beActiveDuring: 0x3f08040: a(n) DefaultExecutionEnvironment
          0x6ad118 I DefaultExecutionEnvironment class>beActiveDuring: 0x3f136d0: a(n) DefaultExecutionEnvironment class
          0x6ad160 I SmalltalkImage>snapshot:andQuit: 0x3f1b0f8: a(n) SmalltalkImage
          0x6ad1c0 I TestCommandLineHandler>runPackages 0x7d2b468: a(n) TestCommandLineHandler
         0x7d2b3b0 s TestCommandLineHandler>activate
         0x7d2b518 s TestCommandLineHandler class(CommandLineHandler class)>activateWith:
         0x7d2d968 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
         0x7d2dbe0 s FullBlockClosure(BlockClosure)>on:do:
         0x7d2deb8 s PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
         0x7d2e2b0 s PharoCommandLineHandler(BasicCommandLineHandler)>handleSubcommand
         0x7d2e648 s PharoCommandLineHandler(BasicCommandLineHandler)>handleArgument:
         0x7d2e8c0 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
         0x7d2eb70 s FullBlockClosure(BlockClosure)>on:do:
         0x7d2ee60 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
         0x7d2f060 s [] in FullBlockClosure(BlockClosure)>newProcess

Process          0x2916f08 priority 40
          0x6a0088 M [] in Delay>wait 0x29000f0: a(n) Delay
          0x6a00c8 M FullBlockClosure(BlockClosure)>ifCurtailed: 0x29347d0: a(n) FullBlockClosure
          0x6a0100 M Delay>wait 0x29000f0: a(n) Delay
          0x6a0140 I Duration>wait 0x7cf3f70: a(n) Duration
          0x6a0180 I [] in OmDeferrer>runMessageProcess 0x7cf2de0: a(n) OmDeferrer
          0x6a01c0 I [] in FullBlockClosure>newProcess 0x29348d8: a(n) FullBlockClosure

processes at priority 10
Process          0x7cef3b0 priority 10
          0x6a11c0 M ProcessorScheduler class>idleProcess 0x3f0cdf8: a(n) ProcessorScheduler class
         0x7f46318 s [] in ProcessorScheduler class>startUp
         0x7cf24a8 s [] in FullBlockClosure(BlockClosure)>newProcess

suspended processes
Process          0x43bfa48 priority 60
         0x43cb168 s InputEventFetcher>waitForInput
         0x43da598 s InputEventFetcher>eventLoop
         0x43e23f8 s [] in InputEventFetcher>installEventLoop
         0x43e7260 s [] in BlockClosure>newProcess

Process          0x6cea940 priority 80
          0x6a9188 I DelaySemaphoreScheduler(DelayBasicScheduler)>suspendAtTimingPriority 0x420fc18: a(n) DelaySemaphoreScheduler
          0x6a91c0 M [] in DelaySemaphoreScheduler>runBackendLoopAtTimingPriority 0x420fc18: a(n) DelaySemaphoreScheduler
         0x7cef2c8 s FullBlockClosure(BlockClosure)>ensure:
         0x6ceb950 s DelaySemaphoreScheduler(DelayBasicScheduler)>runBackendLoopAtTimingPriority
         0x7cef148 s [] in DelaySemaphoreScheduler(DelayBasicScheduler)>startTimerEventLoopPriority:
         0x6ceb860 s [] in FullBlockClosure(BlockClosure)>newProcess
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] fileExists
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_v9.0.10\runTests>mv PharoDebug.log PharoDebug-Tests-Windows-x86_64-CoInterpreter.log 
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_v9.0.10\runTests>mv progress.log progress-Tests-Windows-x86_64-CoInterpreter.log 
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_v9.0.10\runTests>cat progress-Tests-Windows-x86_64-CoInterpreter.log 
running suite: Reflectivity-Tests
starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished
starting testcase: CoverageDemoTest>>testCoverageAST ... finished
starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished
starting testcase: CoverageDemoTest>>testCoverageMethod ... finished
starting testcase: LinkInstallerTest>>testCallToSuper ... finished
starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished
starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished
starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished
starting testcase: LinkInstallerTest>>testMethodModified ... finished
starting testcase: LinkInstallerTest>>testMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished
starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished
starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished
starting testcase: LinkInstallerTest>>testRemovingNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished
starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished
starting testcase: LinkInstallerTest>>testUninstallLink ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished
starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished
starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished
starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished
starting testcase: MetaLinkTest>>testAvailableReifications ... finished
starting testcase: MetaLinkTest>>testBlockLink ... finished
starting testcase: MetaLinkTest>>testConditionLink ... finished
starting testcase: MetaLinkTest>>testControlInstead ... finished
starting testcase: MetaLinkTest>>testControlLink ... finished
starting testcase: MetaLinkTest>>testDefintionString ... finished
starting testcase: MetaLinkTest>>testLinkOption ... finished
starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished
starting testcase: MetaLinkTest>>testOptionFor ... finished
starting testcase: MetaLinkTest>>testReificationError ... finished
starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished
starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished
starting testcase: ReflectiveMethodTest>>testSetLink ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished
starting testcase: ReflectivityControlTest>>testAfterArray ... finished
starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished
starting testcase: ReflectivityControlTest>>testAfterBlock ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterCascade ... finished
starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished
starting testcase: ReflectivityControlTest>>testAfterSend ... finished
starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished
starting testcase: ReflectivityControlTest>>testAfterSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterSlot ... finished
starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished
starting testcase: ReflectivityControlTest>>testBeforeArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished
starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished
starting testcase: ReflectivityControlTest>>testBeforeSend ... finished
starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished
starting testcase: ReflectivityControlTest>>testInsteadArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished
starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadSend ... finished
starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished
starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished
starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished
starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished
starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished
starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished
starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyNode ... finished
starting testcase: ReflectivityReificationTest>>testReifyObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished
starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished
starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished
starting testcase: ReflectivityTest>>testDisableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished
starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished
starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished
starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished
starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished
starting testcase: VariableBreakpointTest>>testInitialize ... finished
starting testcase: VariableBreakpointTest>>testInstall ... finished
starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished
starting testcase: VariableBreakpointTest>>testIsInstalled ... finished
starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished
starting testcase: VariableBreakpointTest>>testNewForClass ... finished
starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testRemove ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished
starting testcase: VariableBreakpointTest>>testScopeTo ... finished
starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished
finished running suite: Reflectivity-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (Tests-Windows-x86_64-CoInterpreter-worker)
[Pipeline] unstash
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_v9.0.10>mkdir runTests 
[Pipeline] dir
Running in C:\builds\workspace\pharo-vm_v9.0.10\runTests
[Pipeline] {
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_v9.0.10\runTests>wget -O - get.pharo.org/64/90   | bash  
--2021-11-25 04:18:20--  http://get.pharo.org/64/90
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3444 (3.4K)
Saving to: 'STDOUT'

     0K ...                                                   100% 14.8M=0s

2021-11-25 04:18:20 (14.8 MB/s) - written to stdout [3444/3444]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharoImage-x86_64.zip
Pharo.image
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_v9.0.10\runTests>echo 90  1>pharo.version 
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v9.0.10"`
    set -ex
    cd runTests && unzip ../build/build/packages/PharoVM-*-Windows-x86_64-bin.zip -d .
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd runTests
+ unzip ../build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-9.0.10-db558908-Windows-x86_64-bin.zip
  inflating: ./B2DPlugin.dll         
  inflating: ./BitBltPlugin.dll      
  inflating: ./DSAPrims.dll          
  inflating: ./FileAttributesPlugin.dll  
  inflating: ./FilePlugin.dll        
  inflating: ./JPEGReadWriter2Plugin.dll  
  inflating: ./JPEGReaderPlugin.dll  
  inflating: ./LargeIntegers.dll     
  inflating: ./LocalePlugin.dll      
  inflating: ./MiscPrimitivePlugin.dll  
  inflating: ./Pharo.exe             
  inflating: ./Pharo.exe.manifest    
  inflating: ./PharoConsole.exe      
  inflating: ./PharoConsole.exe.manifest  
  inflating: ./PharoVMCore.dll       
  inflating: ./SDL2.dll              
  inflating: ./SocketPlugin.dll      
  inflating: ./SqueakSSL.dll         
  inflating: ./SurfacePlugin.dll     
  inflating: ./TestLibrary.dll       
  inflating: ./UUIDPlugin.dll        
  inflating: ./ffi.dll               
  inflating: ./iconv.dll             
  inflating: ./libB2DPlugin.dll.a    
  inflating: ./libBitBltPlugin.dll.a  
  inflating: ./libDSAPrims.dll.a     
  inflating: ./libFileAttributesPlugin.dll.a  
  inflating: ./libFilePlugin.dll.a   
  inflating: ./libJPEGReadWriter2Plugin.dll.a  
  inflating: ./libJPEGReaderPlugin.dll.a  
  inflating: ./libLargeIntegers.dll.a  
  inflating: ./libLocalePlugin.dll.a  
  inflating: ./libMiscPrimitivePlugin.dll.a  
  inflating: ./libPharoVMCore.dll.a  
  inflating: ./libSocketPlugin.dll.a  
  inflating: ./libSqueakSSL.dll.a    
  inflating: ./libSurfacePlugin.dll.a  
  inflating: ./libTestLibrary.dll.a  
  inflating: ./libUUIDPlugin.dll.a   
  inflating: ./libbz2-1.dll          
  inflating: ./libcairo-2.dll        
  inflating: ./libeay32.dll          
  inflating: ./libexpat-1.dll        
  inflating: ./libffi.dll.a          
  inflating: ./libfontconfig-1.dll   
  inflating: ./libfreetype-6.dll     
  inflating: ./libgcc_s_seh-1.dll    
  inflating: ./libgit2-1-0-0.dll     
  inflating: ./libgit2.dll           
  inflating: ./libpcre-1.dll         
  inflating: ./libpixman-1-0.dll     
  inflating: ./libpng16-16.dll       
  inflating: ./libssh2-1.dll         
  inflating: ./libssh2.dll           
  inflating: ./libwinpthread-1.dll   
  inflating: ./ssleay32.dll          
  inflating: ./zlib1.dll             
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v9.0.10"`
    set -ex
    PHARO_CI_TESTING_ENVIRONMENT=true cd runTests && ./PharoConsole.exe  --logLevel=4 --worker Pharo.image  test --junit-xml-output --stage-name=Tests-Windows-x86_64-CoInterpreter-worker '.*'
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true
+ cd runTests
+ ./PharoConsole.exe --logLevel=4 --worker Pharo.image test --junit-xml-output --stage-name=Tests-Windows-x86_64-CoInterpreter-worker '.*'
[DEBUG] 2021-11-25 12:18:28.000 logParameters (src/parameters.c:335):Image file name: Pharo.image
[DEBUG] 2021-11-25 12:18:28.000 logParameters (src/parameters.c:336):Is default Image: no
[DEBUG] 2021-11-25 12:18:28.000 logParameters (src/parameters.c:337):Is interactive session: no
[DEBUG] 2021-11-25 12:18:28.000 logParameterVector (src/parameters.c:325):vmParameters [count = 4]:
[DEBUG] 2021-11-25 12:18:28.000 logParameterVector (src/parameters.c:328): C:\builds\workspace\pharo-vm_v9.0.10\runTests\PharoConsole.exe
[DEBUG] 2021-11-25 12:18:28.000 logParameterVector (src/parameters.c:328): --logLevel=4
[DEBUG] 2021-11-25 12:18:28.000 logParameterVector (src/parameters.c:328): --worker
[DEBUG] 2021-11-25 12:18:28.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2021-11-25 12:18:28.000 logParameterVector (src/parameters.c:325):imageParameters [count = 4]:
[DEBUG] 2021-11-25 12:18:28.000 logParameterVector (src/parameters.c:328): test
[DEBUG] 2021-11-25 12:18:28.000 logParameterVector (src/parameters.c:328): --junit-xml-output
[DEBUG] 2021-11-25 12:18:28.000 logParameterVector (src/parameters.c:328): --stage-name=Tests-Windows-x86_64-CoInterpreter-worker
[DEBUG] 2021-11-25 12:18:28.000 logParameterVector (src/parameters.c:328): .*
[INFO ] 2021-11-25 12:18:28.000 vm_main_with_parameters (src/client.c:113):Opening Image: Pharo.image
[DEBUG] 2021-11-25 12:18:28.000 vm_main_with_parameters (src/client.c:135):Working Directory C:\builds\workspace\pharo-vm_v9.0.10\runTests
[DEBUG] 2021-11-25 12:18:28.000 vm_main_with_parameters (src/client.c:137):sizeof(int): 4
[DEBUG] 2021-11-25 12:18:28.000 vm_main_with_parameters (src/client.c:138):sizeof(long): 4
[DEBUG] 2021-11-25 12:18:28.000 vm_main_with_parameters (src/client.c:139):sizeof(long long): 8
[DEBUG] 2021-11-25 12:18:28.000 vm_main_with_parameters (src/client.c:140):sizeof(void*): 8
[DEBUG] 2021-11-25 12:18:28.000 vm_main_with_parameters (src/client.c:141):sizeof(sqInt): 8
[DEBUG] 2021-11-25 12:18:28.000 vm_main_with_parameters (src/client.c:142):sizeof(sqLong): 8
[DEBUG] 2021-11-25 12:18:28.000 vm_main_with_parameters (src/client.c:143):sizeof(float): 4
[DEBUG] 2021-11-25 12:18:28.000 vm_main_with_parameters (src/client.c:144):sizeof(double): 8
[DEBUG] 2021-11-25 12:18:28.000 runOnWorkerThread (src/client.c:273):Running VM on worker thread
[DEBUG] 2021-11-25 12:18:28.000 runOnWorkerThread (src/client.c:284):Stack size: 0
[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SecurityPlugin
[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SecurityPlugin.dll
[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libSecurityPlugin.dll
[WARN ] 2021-11-25 12:18:28.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  LargeIntegers
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol initialiseModule: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  LocalePlugin
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveTimezoneOffsetAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  MiscPrimitivePlugin
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol initialiseModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveInitilizeCallbacks: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveInitilizeCallbacksAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FileAttributesPlugin
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFileMasksAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveInterpreterSourceVersion: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveInterpreterSourceVersion: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FilePlugin
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveDirectoryDelimitorAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SocketPlugin
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveResolverStatusAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveResolverLocalAddressAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveResolverHostNameSizeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveResolverHostNameResultAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  MD5Plugin
[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  MD5Plugin.dll
[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libMD5Plugin.dll
[WARN ] 2021-11-25 12:18:28.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveGetAddressOfOOP: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveGetAddressOfOOPAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFillBasicType: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFillBasicTypeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveTypeByteSize: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveTypeByteSizeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveDefineFunction: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveDefineFunctionAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:28.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  Kernel32
[DEBUG] 2021-11-25 12:18:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  C:\builds\workspace\pharo-vm_v9.0.10\runTests\libgit2-1-0-0.dll
[WARN ] 2021-11-25 12:18:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFileStdioHandlesAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[DEBUG] 2021-11-25 12:18:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SDL2DisplayPlugin
[DEBUG] 2021-11-25 12:18:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SDL2DisplayPlugin.dll
[DEBUG] 2021-11-25 12:18:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libSDL2DisplayPlugin.dll
[WARN ] 2021-11-25 12:18:29.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
[WARN ] 2021-11-25 12:18:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:18:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SDL2
Running tests in 786 Packages
[DEBUG] 2021-11-25 12:18:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  BitBltPlugin
[DEBUG] 2021-11-25 12:18:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  B2DPlugin
[DEBUG] 2021-11-25 12:18:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:18:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:18:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:18:29.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:18:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:18:29.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:18:29.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:18:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libfreetype-6.dll
[DEBUG] 2021-11-25 12:18:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  msvcrt.dll
2021-11-25T13:18:40.986541+01:00
WARNING:  Had to GC to make room for more external objects.
If this happens often, it would be a good idea to either:
- Raise the maxExternalSemaphores size.
- Write your code to explicitly release them rather than wait for finalization.

Returning an object but pool is full[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:18:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:18:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0
DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
[WARN ] 2021-11-25 13:18:52.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 13:18:52.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray
[WARN ] 2021-11-25 13:18:52.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2021-11-25 13:18:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 13:18:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 13:18:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent
[WARN ] 2021-11-25 13:18:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize
[WARN ] 2021-11-25 13:18:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize
[WARN ] 2021-11-25 13:18:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize
[WARN ] 2021-11-25 13:18:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr
[WARN ] 2021-11-25 13:18:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth
[WARN ] 2021-11-25 13:18:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight
[WARN ] 2021-11-25 13:18:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
SystemNotification: TD
SystemNotification: TB
SystemNotification: TC
SystemNotification: TA
SystemNotification: CA
SystemNotification: CB
SystemNotification: TA
SystemNotification: TB
SystemNotification: TC
SystemNotification: TD
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: T6
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[WARN ] 2021-11-25 13:18:57.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared)
NewUndeclaredWarning: Point>>tt (Object is Undeclared)
MetacelloNotification: testFileTreeRepository: /System/Volumes/Data/builds/workspace/pharo-vm_v9.0.10/runTests/temp/repo

fred is number 1
charlie is number 2
elmer is number 3[WARN ] 2021-11-25 13:19:12.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
2021-11-25T13:20:44.686546+01:00
WARNING:  Had to GC to make room for more external objects.
If this happens often, it would be a good idea to either:
- Raise the maxExternalSemaphores size.
- Write your code to explicitly release them rather than wait for finalization.

Returning an object but pool is full[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 13:20:45.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0

a DebugSession
Original error: test session.
Debugger error: a UndefinedObject

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Exception
Exception

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
[WARN ] 2021-11-25 13:20:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:20:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:20:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:20:55.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 13:20:55.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0
DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
SystemNotification: TD
SystemNotification: TB
SystemNotification: TC
SystemNotification: TA
SystemNotification: CA
SystemNotification: CB
SystemNotification: TA
SystemNotification: TB
SystemNotification: TC
SystemNotification: TD
SystemNotification: T6
[WARN ] 2021-11-25 13:21:19.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:21:19.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:21:19.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:21:19.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:21:19.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:21:23.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate
[DEBUG] 2021-11-25 12:21:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-11-25 12:21:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-11-25 12:21:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-11-25 12:21:46.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:21:46.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:21:46.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:21:46.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:21:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-11-25 12:21:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-11-25 12:21:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-11-25 12:21:46.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:21:46.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:21:46.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:21:46.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:21:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-11-25 12:21:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-11-25 12:21:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-11-25 12:21:46.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:21:46.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:21:46.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:21:46.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:21:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-11-25 12:21:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-11-25 12:21:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-11-25 12:21:46.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:21:46.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:21:46.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:21:46.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


\[DEBUG] 2021-11-25 12:21:57.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  C:\builds\workspace\pharo-vm_v9.0.10\runTests\libcairo-2.dll
[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveGetSameThreadRunnerAddress: The specified procedure could not be found.


[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveGetSameThreadRunnerAddressAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveRegisterCallback: The specified procedure could not be found.


[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveRegisterCallbackAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[DEBUG] 2021-11-25 12:21:57.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SurfacePlugin
[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveReadNextCallback: The specified procedure could not be found.


[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveReadNextCallbackAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCallbackReturn: The specified procedure could not be found.


[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCallbackReturnAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:21:57.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
[WARN ] 2021-11-25 12:22:07.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveResolverStartNameLookupAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:22:07.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2021-11-25 12:22:07.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveResolverNameLookupResultAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:22:07.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult
[WARN ] 2021-11-25 12:22:20.000 sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto (extracted/vm/src/win/sqWin32SpurAlloc.c:173):Unable to VirtualAlloc committed memory at desired address (17179869184 bytes requested at 0000000080000000, above 0000000009d00000), Error: 1455
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
[WARN ] 2021-11-25 13:22:28.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[WARN ] 2021-11-25 13:22:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage
[WARN ] 2021-11-25 13:22:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry
[WARN ] 2021-11-25 12:22:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primMontgomeryDigitLengthAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:22:32.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength
[ERROR] 2021-11-25 12:22:34.000 growOldSpaceByAtLeast (ated/64/vm/src/gcc3x-cointerp.c:48900):Required space is bigger than the headroom. Could not allocate

[ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runStartup:
TestWorkingSession>>start:
[ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
FullBlockClosure(BlockClosure)>>ensure:
UIManager class>>nonInteractiveDuring:
SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:

[ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ]
TestSessionHandler>>shutdown:
[ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runShutdown:
TestWorkingSession(WorkingSession)>>stop:
[ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:
TestExecutionEnvironment>>runTestCase:
CurrentExecutionEnvironment class>>runTestCase:
SessionErrorHandlingTest(TestCase)>>runCaseManaged
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)

a DebugSession
Original error: test session.
Debugger error: a UndefinedObject

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Exception
Exception

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
[WARN ] 2021-11-25 13:23:06.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:23:06.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:23:06.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:23:25.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:23:25.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:23:25.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:23:25.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:23:25.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 13:23:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>getValues2 (f is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (f is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared)
[WARN ] 2021-11-25 13:23:51.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax
1
1
2
2
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
Halt
FullBlockClosure(Object)>>halt
FullBlockClosure(BlockClosure)>>printOn:
Context>>printOn:
Context>>printDebugOn:
[ :item | 
			item printDebugOn: aStream.
			aStream cr ] in Context>>debugStack:on: in Block: [ :item | ...
OrderedCollection>>do:
Context>>debugStack:on:
Context>>shortDebugStackOn:
[ :stderr|
		"install the line end conversion and force initialize the converter"
		stderr
			nextPutAll: errMsg; cr;
			"reset the color"
			nextPut: Character escape; nextPutAll: '[0m'.
		aContext shortDebugStackOn: stderr.] in SmalltalkImage>>logError:inContext: in Block: [ :stderr|...
[
		"install the line end conversion and force initialize the converter"
		stderr := ZnNewLineWriterStream on: (ZnCharacterWriteStream
			on: Stdio stderr
			encoding: 'utf8').
		
		"log in red"
		stderr nextPut: Character escape; nextPutAll: '[31m'.
		"rund the loggin block"
		aBlock value: stderr.
		"reset the coloring"
		stderr nextPut: Character escape; nextPutAll: '[0m'.
	] in SmalltalkImage>>logStdErrorDuring: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
SmalltalkImage>>logStdErrorDuring:
SmalltalkImage>>logError:inContext:
[ Smalltalk 
		logError: aString
		inContext: aContext.
		
	" Print stacks of all current processes "

	Smalltalk logDuring: [:logger | 
		logger nextPutAll: 'Processes and their stacks: ';cr.
		
		Process allInstances do: [:each | | ctx |
			logger nextPutAll: 'Process: '; print: each; cr; nextPutAll: '  stack:'; cr; cr.
		
			ctx := each isActiveProcess ifTrue: [ thisContext sender ] ifFalse: [ each suspendedContext ].
			ctx ifNotNil: [
				(ctx stackOfSize: 20) do: [:s | logger print: s; cr ]].
			logger nextPutAll: '------------------------------'; cr; cr.	
		]].
	] in NonInteractiveUIManager(CommandLineUIManager)>>quitFrom:withMessage: in Block: [ Smalltalk ...
FullBlockClosure(BlockClosure)>>ensure:
NonInteractiveUIManager(CommandLineUIManager)>>quitFrom:withMessage:
NonInteractiveUIManager(CommandLineUIManager)>>unhandledErrorDefaultAction:
Halt(Exception)>>unhandledErrorAction
Halt(UnhandledException)>>defaultAction
UndefinedObject>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
[DEBUG] 2021-11-25 13:24:29.000 primitiveQuit (ated/64/vm/src/gcc3x-cointerp.c:35354):Quit requested by the image
Process          0x6c41110 priority 40
    0x7fbc5a459e60 I SmalltalkImage>exitFailure 0x3e700f8: a(n) SmalltalkImage
    0x7fbc5a459e90 M [] in NonInteractiveUIManager>exitFailure 0x7c46e20: a(n) NonInteractiveUIManager
    0x7fbc5a459ed0 M FullBlockClosure(BlockClosure)>ensure: 0x3805570: a(n) FullBlockClosure
    0x7fbc5a459f18 I NonInteractiveUIManager(CommandLineUIManager)>exitFailure 0x7c46e20: a(n) NonInteractiveUIManager
    0x7fbc5a459f48 M [] in NonInteractiveUIManager>quitFrom:withMessage: 0x7c46e20: a(n) NonInteractiveUIManager
    0x7fbc5a459f88 M FullBlockClosure(BlockClosure)>ensure: 0x2b58108: a(n) FullBlockClosure
    0x7fbc5a459fc0 M NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage: 0x7c46e20: a(n) NonInteractiveUIManager
    0x7fbc5a45a000 M NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction: 0x7c46e20: a(n) NonInteractiveUIManager
    0x7fbc5a45a038 M Halt(Exception)>unhandledErrorAction 0x2b54b88: a(n) Halt
    0x7fbc5a45a068 M Halt(UnhandledException)>defaultAction 0x2b54b88: a(n) Halt
    0x7fbc5a45a0a0 M UndefinedObject>handleSignal: 0x3e4cc00: a(n) UndefinedObject
    0x7fbc5a45a0d8 M Context>handleSignal: 0xb1b8fe0: a(n) Context
    0x7fbc5a45a110 M Context>handleSignal: 0xb1b91c0: a(n) Context
    0x7fbc5a45a148 M Context>handleSignal: 0xb1b9278: a(n) Context
    0x7fbc5a45a180 M Context>handleSignal: 0xb1b9330: a(n) Context
    0x7fbc5a45a1b8 M Context>handleSignal: 0xb1b93e8: a(n) Context
    0x7fbc5a45a1f0 M Context>handleSignal: 0xb1b94a0: a(n) Context
    0x7fbc5a45a228 M Context>handleSignal: 0xb1b9558: a(n) Context
    0x7fbc5a45a260 M Context>handleSignal: 0xb1b9610: a(n) Context
    0x7fbc5a45a298 M Context>handleSignal: 0xb1b96c8: a(n) Context
    0x7fbc5a45a2d0 M Context>handleSignal: 0xb1b9780: a(n) Context
    0x7fbc5a45a308 M Context>handleSignal: 0xb1c4a40: a(n) Context
    0x7fbc5a45a340 M Context>handleSignal: 0xb1c4ef0: a(n) Context
    0x7fbc5a45a378 M Context>handleSignal: 0xb1c4e00: a(n) Context
    0x7fbc5a45a3b0 M Context>handleSignal: 0xb1c4d10: a(n) Context
    0x7fbc5a45a3e8 M Context>handleSignal: 0xb1c4c20: a(n) Context
    0x7fbc5a45a420 M Context>handleSignal: 0xb1c4b30: a(n) Context
    0x7fbc5a45a458 M Context>handleSignal: 0xb1c6ef8: a(n) Context
    0x7fbc5a46bdc8 M Context>handleSignal: 0xb1c5018: a(n) Context
    0x7fbc5a46be00 M Context>handleSignal: 0xb1c6fb0: a(n) Context
    0x7fbc5a46be38 M Context>handleSignal: 0xb1c7ef8: a(n) Context
    0x7fbc5a46be70 M Context>handleSignal: 0xb1c8d40: a(n) Context
    0x7fbc5a46bea8 M Context>handleSignal: 0xb1c9ba8: a(n) Context
    0x7fbc5a46bee0 M Context>handleSignal: 0xb1c9ea0: a(n) Context
    0x7fbc5a46bf18 M Context>handleSignal: 0xb1ca300: a(n) Context
    0x7fbc5a46bf50 M Context>handleSignal: 0xb1ca600: a(n) Context
    0x7fbc5a46bf88 M Context>handleSignal: 0xb1ca8a0: a(n) Context
    0x7fbc5a46bfc0 M Context>handleSignal: 0xb1cac70: a(n) Context
    0x7fbc5a46bff8 M Context>handleSignal: 0xb1caea8: a(n) Context
    0x7fbc5a46c030 M Context>handleSignal: 0xb1cb0f8: a(n) Context
    0x7fbc5a46c068 M Context>handleSignal: 0xb1cb320: a(n) Context
    0x7fbc5a46c0a0 M Context>handleSignal: 0xb1cb548: a(n) Context
    0x7fbc5a46c0d8 M Context>handleSignal: 0xb1cb788: a(n) Context
    0x7fbc5a46c110 M Context>handleSignal: 0xb1cb9b0: a(n) Context
    0x7fbc5a46c148 M Context>handleSignal: 0xb1c4950: a(n) Context
    0x7fbc5a46c180 M Context>handleSignal: 0xb1c6e40: a(n) Context
    0x7fbc5a46c1b8 M Context>handleSignal: 0xb1c7e40: a(n) Context
    0x7fbc5a46c1f0 M Context>handleSignal: 0xb1c8c88: a(n) Context
    0x7fbc5a46c228 M Context>handleSignal: 0xb1c9af0: a(n) Context
    0x7fbc5a46c260 M Context>handleSignal: 0xb1c9de8: a(n) Context
    0x7fbc5a46c298 M Context>handleSignal: 0xb1ca248: a(n) Context
    0x7fbc5a46c2d0 M Context>handleSignal: 0xb1ca548: a(n) Context
    0x7fbc5a46c308 M Context>handleSignal: 0xb1ca7e8: a(n) Context
    0x7fbc5a46c340 M Context>handleSignal: 0xb1cabb8: a(n) Context
    0x7fbc5a46c378 M Context>handleSignal: 0xb1cadf0: a(n) Context
    0x7fbc5a46c3b0 M Context>handleSignal: 0xb1cb040: a(n) Context
    0x7fbc5a46c3e8 M Context>handleSignal: 0xb1cb268: a(n) Context
    0x7fbc5a46c420 M Context>handleSignal: 0xb1cb490: a(n) Context
    0x7fbc5a46c458 M Context>handleSignal: 0xb1cb6d0: a(n) Context
    0x7fbc5a449dc8 M Context>handleSignal: 0xb1cb8f8: a(n) Context
    0x7fbc5a449e00 M Context>handleSignal: 0xb1cbb20: a(n) Context
    0x7fbc5a449e38 M Context>handleSignal: 0xb1cbcc0: a(n) Context
    0x7fbc5a449e70 M Context>handleSignal: 0xb1cbe30: a(n) Context
    0x7fbc5a449ea8 M Context>handleSignal: 0xb1cbfa0: a(n) Context
    0x7fbc5a449ee0 M Context>handleSignal: 0xb1cc110: a(n) Context
    0x7fbc5a449f18 M Context>handleSignal: 0xb1cc280: a(n) Context
    0x7fbc5a449f50 M Context>handleSignal: 0xb1cc3f0: a(n) Context
    0x7fbc5a449f88 M Context>handleSignal: 0xb1cc560: a(n) Context
    0x7fbc5a449fc0 M Context>handleSignal: 0xb1cc700: a(n) Context
    0x7fbc5a449ff8 M Context>handleSignal: 0xb1cc870: a(n) Context
    0x7fbc5a44a030 M Context>handleSignal: 0xb1cc9e0: a(n) Context
    0x7fbc5a44a068 M Context>handleSignal: 0xb1ccb50: a(n) Context
    0x7fbc5a44a0a0 M Context>handleSignal: 0xb1cccc0: a(n) Context
    0x7fbc5a44a0d8 M Context>handleSignal: 0xb1cce30: a(n) Context
    0x7fbc5a44a110 M Context>handleSignal: 0xb1ccfa0: a(n) Context
    0x7fbc5a44a148 M Context>handleSignal: 0xb1cd1c8: a(n) Context
    0x7fbc5a44a180 M Context>handleSignal: 0xb1cd338: a(n) Context
    0x7fbc5a44a1b8 M Context>handleSignal: 0xb1cd4a8: a(n) Context
    0x7fbc5a44a1f0 M Context>handleSignal: 0xb1cd618: a(n) Context
    0x7fbc5a44a228 M Context>handleSignal: 0xb1cd788: a(n) Context
    0x7fbc5a44a260 M Context>handleSignal: 0xb1cd8f8: a(n) Context
    0x7fbc5a44a298 M Context>handleSignal: 0xb1cda68: a(n) Context
    0x7fbc5a44a2d0 M Context>handleSignal: 0xb1cdbd8: a(n) Context
    0x7fbc5a44a308 M Context>handleSignal: 0xb1cdd48: a(n) Context
    0x7fbc5a44a340 M Context>handleSignal: 0xb1cdeb8: a(n) Context
    0x7fbc5a44a378 M Context>handleSignal: 0xb1ce028: a(n) Context
    0x7fbc5a44a3b0 M Context>handleSignal: 0xb1ce198: a(n) Context
    0x7fbc5a44a3e8 M Context>handleSignal: 0xb1ce308: a(n) Context
    0x7fbc5a44a420 M Context>handleSignal: 0xb1ce478: a(n) Context
    0x7fbc5a44a458 M Context>handleSignal: 0xb1ce5e8: a(n) Context
    0x7fbc5a443dc8 M Context>handleSignal: 0xb1ce758: a(n) Context
    0x7fbc5a443e00 M Context>handleSignal: 0xb1ce8c8: a(n) Context
    0x7fbc5a443e38 M Context>handleSignal: 0xb1cea38: a(n) Context
    0x7fbc5a443e70 M Context>handleSignal: 0xb1ceba8: a(n) Context
    0x7fbc5a443ea8 M Context>handleSignal: 0xb1ced18: a(n) Context
    0x7fbc5a443ee0 M Context>handleSignal: 0xb1cee88: a(n) Context
    0x7fbc5a443f18 M Context>handleSignal: 0xb1ceff8: a(n) Context
    0x7fbc5a443f50 M Context>handleSignal: 0xb1cf168: a(n) Context
    0x7fbc5a443f88 M Context>handleSignal: 0xb1cf2d8: a(n) Context
    0x7fbc5a443fc0 M Context>handleSignal: 0xb1cf448: a(n) Context
    0x7fbc5a443ff8 M Context>handleSignal: 0xb1cf5b8: a(n) Context
    0x7fbc5a444030 M Context>handleSignal: 0xb1cf728: a(n) Context
    0x7fbc5a444068 M Context>handleSignal: 0xb1cf898: a(n) Context
    0x7fbc5a4440a0 M Context>handleSignal: 0xb1cfa08: a(n) Context
    0x7fbc5a4440d8 M Context>handleSignal: 0xb1cfb78: a(n) Context
    0x7fbc5a444110 M Context>handleSignal: 0xb1cfce8: a(n) Context
    0x7fbc5a444148 M Context>handleSignal: 0xb1cfe58: a(n) Context
    0x7fbc5a444180 M Context>handleSignal: 0xb1cffc8: a(n) Context
    0x7fbc5a4441b8 M Context>handleSignal: 0xb1d0138: a(n) Context
    0x7fbc5a4441f0 M Context>handleSignal: 0xb1d02a8: a(n) Context
    0x7fbc5a444228 M Context>handleSignal: 0xb1d0418: a(n) Context
    0x7fbc5a444260 M Context>handleSignal: 0xb1d0588: a(n) Context
    0x7fbc5a444298 M Context>handleSignal: 0xb1d06f8: a(n) Context
    0x7fbc5a4442d0 M Context>handleSignal: 0xb1d0868: a(n) Context
    0x7fbc5a444308 M Context>handleSignal: 0xb1d09d8: a(n) Context
    0x7fbc5a444340 M Context>handleSignal: 0xb1d0b48: a(n) Context
    0x7fbc5a444378 M Context>handleSignal: 0xb1d0cb8: a(n) Context
    0x7fbc5a4443b0 M Context>handleSignal: 0xb1d0e28: a(n) Context
    0x7fbc5a4443e8 M Context>handleSignal: 0xb1d0f98: a(n) Context
    0x7fbc5a444420 M Context>handleSignal: 0xb1d1108: a(n) Context
    0x7fbc5a444458 M Context>handleSignal: 0xb1d1278: a(n) Context
    0x7fbc5a439dc8 M Context>handleSignal: 0xb1d13e8: a(n) Context
    0x7fbc5a439e00 M Context>handleSignal: 0xb1d1558: a(n) Context
    0x7fbc5a439e38 M Context>handleSignal: 0xb1d16c8: a(n) Context
    0x7fbc5a439e70 M Context>handleSignal: 0xb1d1838: a(n) Context
    0x7fbc5a439ea8 M Context>handleSignal: 0xb1d19a8: a(n) Context
    0x7fbc5a439ee0 M Context>handleSignal: 0xb1d1b18: a(n) Context
    0x7fbc5a439f18 M Context>handleSignal: 0xb1d1c88: a(n) Context
    0x7fbc5a439f50 M Context>handleSignal: 0xb1d1df8: a(n) Context
    0x7fbc5a439f88 M Context>handleSignal: 0xb1d1f68: a(n) Context
    0x7fbc5a439fc0 M Context>handleSignal: 0xb1d20d8: a(n) Context
    0x7fbc5a439ff8 M Context>handleSignal: 0xb1d2248: a(n) Context
    0x7fbc5a43a030 M Context>handleSignal: 0xb1d23b8: a(n) Context
    0x7fbc5a43a068 M Context>handleSignal: 0xb1d2528: a(n) Context
    0x7fbc5a43a0a0 M Context>handleSignal: 0xb1d2698: a(n) Context
    0x7fbc5a43a0d8 M Context>handleSignal: 0xb1d2808: a(n) Context
    0x7fbc5a43a110 M Context>handleSignal: 0xb1d2978: a(n) Context
    0x7fbc5a43a148 M Context>handleSignal: 0xb1d2ae8: a(n) Context
    0x7fbc5a43a180 M Context>handleSignal: 0xb1d2c58: a(n) Context
    0x7fbc5a43a1b8 M Context>handleSignal: 0xb1d2dc8: a(n) Context
    0x7fbc5a43a1f0 M Context>handleSignal: 0xb1d2f38: a(n) Context
    0x7fbc5a43a228 M Context>handleSignal: 0xb1d30a8: a(n) Context
    0x7fbc5a43a260 M Context>handleSignal: 0xb1d3218: a(n) Context
    0x7fbc5a43a298 M Context>handleSignal: 0xb1d3388: a(n) Context
    0x7fbc5a43a2d0 M Context>handleSignal: 0xb1d34f8: a(n) Context
    0x7fbc5a43a308 M Context>handleSignal: 0xb1d3668: a(n) Context
    0x7fbc5a43a340 M Context>handleSignal: 0xb1d37d8: a(n) Context
    0x7fbc5a43a378 M Context>handleSignal: 0xb1d3948: a(n) Context
    0x7fbc5a43a3b0 M Context>handleSignal: 0xb1d3ab8: a(n) Context
    0x7fbc5a43a3e8 M Context>handleSignal: 0xb1d3c28: a(n) Context
    0x7fbc5a43a420 M Context>handleSignal: 0xb1d3d98: a(n) Context
    0x7fbc5a43a458 M Context>handleSignal: 0xb1d3f08: a(n) Context
    0x7fbc5a457dc8 M Context>handleSignal: 0xb1d4078: a(n) Context
    0x7fbc5a457e00 M Context>handleSignal: 0xb1d41e8: a(n) Context
    0x7fbc5a457e38 M Context>handleSignal: 0xb1d4358: a(n) Context
    0x7fbc5a457e70 M Context>handleSignal: 0xb1d44c8: a(n) Context
    0x7fbc5a457ea8 M Context>handleSignal: 0xb1d4638: a(n) Context
    0x7fbc5a457ee0 M Context>handleSignal: 0xb1d47a8: a(n) Context
    0x7fbc5a457f18 M Context>handleSignal: 0xb1d4918: a(n) Context
    0x7fbc5a457f50 M Context>handleSignal: 0xb1d4a88: a(n) Context
    0x7fbc5a457f88 M Context>handleSignal: 0xb1d4bf8: a(n) Context
    0x7fbc5a457fc0 M Context>handleSignal: 0xb1d4d68: a(n) Context
    0x7fbc5a457ff8 M Context>handleSignal: 0xb1d4ed8: a(n) Context
    0x7fbc5a458030 M Context>handleSignal: 0xb1d5048: a(n) Context
    0x7fbc5a458068 M Context>handleSignal: 0xb1d51b8: a(n) Context
    0x7fbc5a4580a0 M Context>handleSignal: 0xb1d5328: a(n) Context
    0x7fbc5a4580d8 M Context>handleSignal: 0xb1d5498: a(n) Context
    0x7fbc5a458110 M Context>handleSignal: 0xb1d5608: a(n) Context
    0x7fbc5a458148 M Context>handleSignal: 0xb1d5778: a(n) Context
    0x7fbc5a458180 M Context>handleSignal: 0xb1d58e8: a(n) Context
    0x7fbc5a4581b8 M Context>handleSignal: 0xb1d5a58: a(n) Context
    0x7fbc5a4581f0 M Context>handleSignal: 0xb1d5bc8: a(n) Context
    0x7fbc5a458228 M Context>handleSignal: 0xb1d5d38: a(n) Context
    0x7fbc5a458260 M Context>handleSignal: 0xb1d5ea8: a(n) Context
    0x7fbc5a458298 M Context>handleSignal: 0xb1d6018: a(n) Context
    0x7fbc5a4582d0 M Context>handleSignal: 0xb1d6188: a(n) Context
    0x7fbc5a458308 M Context>handleSignal: 0xb1d62f8: a(n) Context
    0x7fbc5a458340 M Context>handleSignal: 0xb1d6468: a(n) Context
    0x7fbc5a458378 M Context>handleSignal: 0xb1d65d8: a(n) Context
    0x7fbc5a4583b0 M Context>handleSignal: 0xb1d6748: a(n) Context
    0x7fbc5a4583e8 M Context>handleSignal: 0xb1d68b8: a(n) Context
    0x7fbc5a458420 M Context>handleSignal: 0xb1d6a28: a(n) Context
    0x7fbc5a458458 M Context>handleSignal: 0xb1d6b98: a(n) Context
    0x7fbc5a43ddc8 M Context>handleSignal: 0xb1d6d08: a(n) Context
    0x7fbc5a43de00 M Context>handleSignal: 0xb1d6e78: a(n) Context
    0x7fbc5a43de38 M Context>handleSignal: 0xb1d6fe8: a(n) Context
    0x7fbc5a43de70 M Context>handleSignal: 0xb1d7158: a(n) Context
    0x7fbc5a43dea8 M Context>handleSignal: 0xb1d72c8: a(n) Context
    0x7fbc5a43dee0 M Context>handleSignal: 0xb1d7438: a(n) Context
    0x7fbc5a43df18 M Context>handleSignal: 0xb1d75a8: a(n) Context
    0x7fbc5a43df50 M Context>handleSignal: 0xb1d7718: a(n) Context
    0x7fbc5a43df88 M Context>handleSignal: 0xb1d7888: a(n) Context
    0x7fbc5a43dfc0 M Context>handleSignal: 0xb1d79f8: a(n) Context
    0x7fbc5a43dff8 M Context>handleSignal: 0xb1d7b68: a(n) Context
    0x7fbc5a43e030 M Context>handleSignal: 0xb1d7cd8: a(n) Context
    0x7fbc5a43e068 M Context>handleSignal: 0xb1ca958: a(n) Context
    0x7fbc5a43e0a0 M Context>handleSignal: 0xb1c9810: a(n) Context
    0x7fbc5a43e0d8 M Context>handleSignal: 0xb1c7c60: a(n) Context
    0x7fbc5a43e110 M Context>handleSignal: 0xb1c8838: a(n) Context
    0x7fbc5a43e148 M Context>handleSignal: 0xb1c89a8: a(n) Context
    0x7fbc5a43e180 M Context>handleSignal: 0xb1c8b18: a(n) Context
    0x7fbc5a43e1b8 M Context>handleSignal: 0xb1c9530: a(n) Context
    0x7fbc5a43e1f0 M Context>handleSignal: 0xb1c96a0: a(n) Context
    0x7fbc5a43e228 M Context>handleSignal: 0xb1c9980: a(n) Context
    0x7fbc5a43e260 M Context>handleSignal: 0xb1d8578: a(n) Context
    0x7fbc5a43e298 M Context>handleSignal: 0xb4154f8: a(n) Context
    0x7fbc5a43e2d0 M Context>handleSignal: 0xb4155b0: a(n) Context
    0x7fbc5a43e308 M Context>handleSignal: 0xb415668: a(n) Context
    0x7fbc5a43e340 M Context>handleSignal: 0xb415720: a(n) Context
    0x7fbc5a43e378 M Context>handleSignal: 0xb4157d8: a(n) Context
    0x7fbc5a43e3b0 M Context>handleSignal: 0xbf77150: a(n) Context
    0x7fbc5a43e3e8 M Context>handleSignal: 0xbf77208: a(n) Context
    0x7fbc5a43e420 M Context>handleSignal: 0xbf772c0: a(n) Context
    0x7fbc5a43e458 M Context>handleSignal: 0xbf77378: a(n) Context
    0x7fbc5a441dc8 M Context>handleSignal: 0xbf77430: a(n) Context
    0x7fbc5a441e00 M Context>handleSignal: 0xbf774e8: a(n) Context
    0x7fbc5a441e38 M Context>handleSignal: 0xbf775a0: a(n) Context
    0x7fbc5a441e70 M Context>handleSignal: 0xbf77658: a(n) Context
    0x7fbc5a441ea8 M Context>handleSignal: 0xbf77710: a(n) Context
    0x7fbc5a441ee0 M Context>handleSignal: 0xbf777c8: a(n) Context
    0x7fbc5a441f18 M Context>handleSignal: 0xbf77880: a(n) Context
    0x7fbc5a441f50 M Context>handleSignal: 0xbf77938: a(n) Context
    0x7fbc5a441f88 M Context>handleSignal: 0xbf779f0: a(n) Context
    0x7fbc5a441fc0 M Context>handleSignal: 0xbf77aa8: a(n) Context
    0x7fbc5a441ff8 M Context>handleSignal: 0xbf77b60: a(n) Context
    0x7fbc5a442030 M Context>handleSignal: 0xbf77c18: a(n) Context
    0x7fbc5a442068 M Context>handleSignal: 0xbf77cd0: a(n) Context
    0x7fbc5a4420a0 M Context>handleSignal: 0xbf77d88: a(n) Context
    0x7fbc5a4420d8 M Context>handleSignal: 0xbf77e40: a(n) Context
    0x7fbc5a442110 M Context>handleSignal: 0xbf77ef8: a(n) Context
    0x7fbc5a442148 M Context>handleSignal: 0xbf77fb0: a(n) Context
    0x7fbc5a442180 M Context>handleSignal: 0xbf78068: a(n) Context
    0x7fbc5a4421b8 M Context>handleSignal: 0xbf78120: a(n) Context
    0x7fbc5a4421f0 M Context>handleSignal: 0xbf781d8: a(n) Context
    0x7fbc5a442228 M Context>handleSignal: 0xbf78290: a(n) Context
    0x7fbc5a442260 M Context>handleSignal: 0xbf78348: a(n) Context
    0x7fbc5a442298 M Context>handleSignal: 0xbf78400: a(n) Context
    0x7fbc5a4422d0 M Context>handleSignal: 0xbf784b8: a(n) Context
    0x7fbc5a442308 M Context>handleSignal: 0xbf78570: a(n) Context
    0x7fbc5a442340 M Context>handleSignal: 0xbf78628: a(n) Context
    0x7fbc5a442378 M Context>handleSignal: 0xbf786e0: a(n) Context
    0x7fbc5a4423b0 M Context>handleSignal: 0xbf78798: a(n) Context
    0x7fbc5a4423e8 M Context>handleSignal: 0xbf78850: a(n) Context
    0x7fbc5a442420 M Context>handleSignal: 0xbf78908: a(n) Context
    0x7fbc5a442458 M Context>handleSignal: 0xbf789c0: a(n) Context
    0x7fbc5a445dc8 M Context>handleSignal: 0xbf78a78: a(n) Context
    0x7fbc5a445e00 M Context>handleSignal: 0xbf78b30: a(n) Context
    0x7fbc5a445e38 M Context>handleSignal: 0xbf78be8: a(n) Context
    0x7fbc5a445e70 M Context>handleSignal: 0xbf78ca0: a(n) Context
    0x7fbc5a445ea8 M Context>handleSignal: 0xbf78d58: a(n) Context
    0x7fbc5a445ee0 M Context>handleSignal: 0xbf78e10: a(n) Context
    0x7fbc5a445f18 M Context>handleSignal: 0xbf78ec8: a(n) Context
    0x7fbc5a445f50 M Context>handleSignal: 0xbf78f80: a(n) Context
    0x7fbc5a445f88 M Context>handleSignal: 0xbf79038: a(n) Context
    0x7fbc5a445fc0 M Context>handleSignal: 0xbf790f0: a(n) Context
    0x7fbc5a445ff8 M Context>handleSignal: 0xbf791a8: a(n) Context
    0x7fbc5a446030 M Context>handleSignal: 0xbf79260: a(n) Context
    0x7fbc5a446068 M Context>handleSignal: 0xbf79318: a(n) Context
    0x7fbc5a4460a0 M Context>handleSignal: 0xbf793d0: a(n) Context
    0x7fbc5a4460d8 M Context>handleSignal: 0xbf79488: a(n) Context
    0x7fbc5a446110 M Context>handleSignal: 0xbf79540: a(n) Context
    0x7fbc5a446148 M Context>handleSignal: 0xbf795f8: a(n) Context
    0x7fbc5a446180 M Context>handleSignal: 0xbf796b0: a(n) Context
    0x7fbc5a4461b8 M Context>handleSignal: 0xbf79768: a(n) Context
    0x7fbc5a4461f0 M Context>handleSignal: 0xbf79820: a(n) Context
    0x7fbc5a446228 M Context>handleSignal: 0xbf798d8: a(n) Context
    0x7fbc5a446260 M Context>handleSignal: 0xbf79990: a(n) Context
    0x7fbc5a446298 M Context>handleSignal: 0xbf79a48: a(n) Context
    0x7fbc5a4462d0 M Context>handleSignal: 0xbf79b00: a(n) Context
    0x7fbc5a446308 M Context>handleSignal: 0xbf79bb8: a(n) Context
    0x7fbc5a446340 M Context>handleSignal: 0xbf79c70: a(n) Context
    0x7fbc5a446378 M Context>handleSignal: 0xbf79d28: a(n) Context
    0x7fbc5a4463b0 M Context>handleSignal: 0xbf79de0: a(n) Context
    0x7fbc5a4463e8 M Context>handleSignal: 0xbf79e98: a(n) Context
    0x7fbc5a446420 M Context>handleSignal: 0xbf79f50: a(n) Context
    0x7fbc5a446458 M Context>handleSignal: 0xbf7a008: a(n) Context
    0x7fbc5a447dc8 M Context>handleSignal: 0xbf7a0c0: a(n) Context
    0x7fbc5a447e00 M Context>handleSignal: 0xbf7a178: a(n) Context
    0x7fbc5a447e38 M Context>handleSignal: 0xbf7a230: a(n) Context
    0x7fbc5a447e70 M Context>handleSignal: 0xbf7a2e8: a(n) Context
    0x7fbc5a447ea8 M Context>handleSignal: 0xbf7a458: a(n) Context
    0x7fbc5a447ee0 M Context>handleSignal: 0xbf7a5c8: a(n) Context
    0x7fbc5a447f18 M Context>handleSignal: 0xbf7a738: a(n) Context
    0x7fbc5a447f50 M Context>handleSignal: 0xbf7a8a8: a(n) Context
    0x7fbc5a447f88 M Context>handleSignal: 0xbf7aa18: a(n) Context
    0x7fbc5a447fc0 M Context>handleSignal: 0xbf7ab88: a(n) Context
    0x7fbc5a447ff8 M Context>handleSignal: 0xbf7acf8: a(n) Context
    0x7fbc5a448030 M Context>handleSignal: 0xbf7ae68: a(n) Context
    0x7fbc5a448068 M Context>handleSignal: 0xbf7afd8: a(n) Context
    0x7fbc5a4480a0 M Context>handleSignal: 0xbf7b148: a(n) Context
    0x7fbc5a4480d8 M Context>handleSignal: 0xbf7b2b8: a(n) Context
    0x7fbc5a448110 M Context>handleSignal: 0xbf7b428: a(n) Context
    0x7fbc5a448148 M Context>handleSignal: 0xbf7b598: a(n) Context
    0x7fbc5a448180 M Context>handleSignal: 0xbf7b708: a(n) Context
    0x7fbc5a4481b8 M Context>handleSignal: 0xbf7b878: a(n) Context
    0x7fbc5a4481f0 M Context>handleSignal: 0xbf7b9e8: a(n) Context
    0x7fbc5a448228 M Context>handleSignal: 0xbf7bb58: a(n) Context
    0x7fbc5a448260 M Context>handleSignal: 0xbf7bcc8: a(n) Context
    0x7fbc5a448298 M Context>handleSignal: 0xbf7be38: a(n) Context
    0x7fbc5a4482d0 M Context>handleSignal: 0xbf7bfa8: a(n) Context
    0x7fbc5a448308 M Context>handleSignal: 0xbf7c118: a(n) Context
    0x7fbc5a448340 M Context>handleSignal: 0xbf7c288: a(n) Context
    0x7fbc5a448378 M Context>handleSignal: 0xbf7c3f8: a(n) Context
    0x7fbc5a4483b0 M Context>handleSignal: 0xbf7c568: a(n) Context
    0x7fbc5a4483e8 M Context>handleSignal: 0xbf7c6d8: a(n) Context
    0x7fbc5a448420 M Context>handleSignal: 0xbf7c848: a(n) Context
    0x7fbc5a448458 M Context>handleSignal: 0xbf7c9b8: a(n) Context
    0x7fbc5a44ddc8 M Context>handleSignal: 0xbf7cb28: a(n) Context
    0x7fbc5a44de00 M Context>handleSignal: 0xbf7cc98: a(n) Context
    0x7fbc5a44de38 M Context>handleSignal: 0xbf7ce08: a(n) Context
    0x7fbc5a44de70 M Context>handleSignal: 0xbf7cf78: a(n) Context
    0x7fbc5a44dea8 M Context>handleSignal: 0xbf7d0e8: a(n) Context
    0x7fbc5a44dee0 M Context>handleSignal: 0xbf7d258: a(n) Context
    0x7fbc5a44df18 M Context>handleSignal: 0xbf7d3c8: a(n) Context
    0x7fbc5a44df50 M Context>handleSignal: 0xbf7d538: a(n) Context
    0x7fbc5a44df88 M Context>handleSignal: 0xbf75650: a(n) Context
    0x7fbc5a44dfc0 M Context>handleSignal: 0xbf754a8: a(n) Context
    0x7fbc5a44dff8 M Context>handleSignal: 0xbf75300: a(n) Context
    0x7fbc5a44e030 M Context>handleSignal: 0xbf75158: a(n) Context
    0x7fbc5a44e068 M Context>handleSignal: 0xbf74fb0: a(n) Context
    0x7fbc5a44e0a0 M Context>handleSignal: 0xbf74e08: a(n) Context
    0x7fbc5a44e0d8 M Context>handleSignal: 0xbf74c60: a(n) Context
    0x7fbc5a44e110 M Context>handleSignal: 0xbf74ab8: a(n) Context
    0x7fbc5a44e148 M Context>handleSignal: 0xbf74910: a(n) Context
    0x7fbc5a44e180 M Context>handleSignal: 0xbf74768: a(n) Context
    0x7fbc5a44e1b8 M Context>handleSignal: 0xbf745c0: a(n) Context
    0x7fbc5a44e1f0 M Context>handleSignal: 0xbf74418: a(n) Context
    0x7fbc5a44e228 M Context>handleSignal: 0xbf74270: a(n) Context
    0x7fbc5a44e260 M Context>handleSignal: 0xbf740c8: a(n) Context
    0x7fbc5a44e298 M Context>handleSignal: 0xbf73e30: a(n) Context
    0x7fbc5a44e2d0 M Context>handleSignal: 0xbf734e8: a(n) Context
    0x7fbc5a44e308 M Context>handleSignal: 0xbf73658: a(n) Context
    0x7fbc5a44e340 M Context>handleSignal: 0xbf737c8: a(n) Context
    0x7fbc5a44e378 M Context>handleSignal: 0xbf73938: a(n) Context
    0x7fbc5a44e3b0 M Context>handleSignal: 0xbf73ae0: a(n) Context
    0x7fbc5a44e3e8 M Context>handleSignal: 0xbf73c88: a(n) Context
    0x7fbc5a44e420 M Context>handleSignal: 0xbf73fd8: a(n) Context
    0x7fbc5a44e458 M Context>handleSignal: 0xbf7e730: a(n) Context
    0x7fbc5a451dc8 M Context>handleSignal: 0xbf82198: a(n) Context
    0x7fbc5a451e00 M Context>handleSignal: 0xbf82250: a(n) Context
    0x7fbc5a451e38 M Context>handleSignal: 0xbf82308: a(n) Context
    0x7fbc5a451e70 M Context>handleSignal: 0xbf823c0: a(n) Context
    0x7fbc5a451ea8 M Context>handleSignal: 0xbf82478: a(n) Context
    0x7fbc5a451ee0 M Context>handleSignal: 0xbf82530: a(n) Context
    0x7fbc5a451f18 M Context>handleSignal: 0xbf825e8: a(n) Context
    0x7fbc5a451f50 M Context>handleSignal: 0xbf826a0: a(n) Context
    0x7fbc5a451f88 M Context>handleSignal: 0xbf82810: a(n) Context
    0x7fbc5a451fc0 M Context>handleSignal: 0xbf82980: a(n) Context
    0x7fbc5a451ff8 M Context>handleSignal: 0xbf82af0: a(n) Context
    0x7fbc5a452030 M Context>handleSignal: 0xbf82c60: a(n) Context
    0x7fbc5a452068 M Context>handleSignal: 0xbf82dd0: a(n) Context
    0x7fbc5a4520a0 M Context>handleSignal: 0xbf82f40: a(n) Context
    0x7fbc5a4520d8 M Context>handleSignal: 0xbf830b0: a(n) Context
    0x7fbc5a452110 M Context>handleSignal: 0xbf83220: a(n) Context
    0x7fbc5a452148 M Context>handleSignal: 0xbf83390: a(n) Context
    0x7fbc5a452180 M Context>handleSignal: 0xbf83500: a(n) Context
    0x7fbc5a4521b8 M Context>handleSignal: 0xbf83670: a(n) Context
    0x7fbc5a4521f0 M Context>handleSignal: 0xbf837e0: a(n) Context
    0x7fbc5a452228 M Context>handleSignal: 0xbf83950: a(n) Context
    0x7fbc5a452260 M Context>handleSignal: 0xbf83ac0: a(n) Context
    0x7fbc5a452298 M Context>handleSignal: 0xbf83c30: a(n) Context
    0x7fbc5a4522d0 M Context>handleSignal: 0xbf83da0: a(n) Context
    0x7fbc5a452308 M Context>handleSignal: 0xbf83f10: a(n) Context
    0x7fbc5a452340 M Context>handleSignal: 0xbf84080: a(n) Context
    0x7fbc5a452378 M Context>handleSignal: 0xbf841f0: a(n) Context
    0x7fbc5a4523b0 M Context>handleSignal: 0xbf84360: a(n) Context
    0x7fbc5a4523e8 M Context>handleSignal: 0xbf844d0: a(n) Context
    0x7fbc5a452420 M Context>handleSignal: 0xbf84640: a(n) Context
    0x7fbc5a452458 M Context>handleSignal: 0xbf847b0: a(n) Context
    0x7fbc5a45fdc8 M Context>handleSignal: 0xbf84920: a(n) Context
    0x7fbc5a45fe00 M Context>handleSignal: 0xbf84a90: a(n) Context
    0x7fbc5a45fe38 M Context>handleSignal: 0xbf84c00: a(n) Context
    0x7fbc5a45fe70 M Context>handleSignal: 0xbf84d70: a(n) Context
    0x7fbc5a45fea8 M Context>handleSignal: 0xbf84ee0: a(n) Context
    0x7fbc5a45fee0 M Context>handleSignal: 0xbf85050: a(n) Context
    0x7fbc5a45ff18 M Context>handleSignal: 0xbf851c0: a(n) Context
    0x7fbc5a45ff50 M Context>handleSignal: 0xbf85330: a(n) Context
    0x7fbc5a45ff88 M Context>handleSignal: 0xbf854a0: a(n) Context
    0x7fbc5a45ffc0 M Context>handleSignal: 0xbf85610: a(n) Context
    0x7fbc5a45fff8 M Context>handleSignal: 0xbf85780: a(n) Context
    0x7fbc5a460030 M Context>handleSignal: 0xbf858f0: a(n) Context
    0x7fbc5a460068 M Context>handleSignal: 0xbf85a60: a(n) Context
    0x7fbc5a4600a0 M Context>handleSignal: 0xbf85bd0: a(n) Context
    0x7fbc5a4600d8 M Context>handleSignal: 0xbf85d40: a(n) Context
    0x7fbc5a460110 M Context>handleSignal: 0xbf85eb0: a(n) Context
    0x7fbc5a460148 M Context>handleSignal: 0xbf86020: a(n) Context
    0x7fbc5a460180 M Context>handleSignal: 0xbf86190: a(n) Context
    0x7fbc5a4601b8 M Context>handleSignal: 0xbf86300: a(n) Context
    0x7fbc5a4601f0 M Context>handleSignal: 0xbf86470: a(n) Context
    0x7fbc5a460228 M Context>handleSignal: 0xbf865e0: a(n) Context
    0x7fbc5a460260 M Context>handleSignal: 0xbf86750: a(n) Context
    0x7fbc5a460298 M Context>handleSignal: 0xbf868c0: a(n) Context
    0x7fbc5a4602d0 M Context>handleSignal: 0xbf86a30: a(n) Context
    0x7fbc5a460308 M Context>handleSignal: 0xbf86ba0: a(n) Context
    0x7fbc5a460340 M Context>handleSignal: 0xbf86d10: a(n) Context
    0x7fbc5a460378 M Context>handleSignal: 0xbf86e80: a(n) Context
    0x7fbc5a4603b0 M Context>handleSignal: 0xbf86ff0: a(n) Context
    0x7fbc5a4603e8 M Context>handleSignal: 0xbf87160: a(n) Context
    0x7fbc5a460420 M Context>handleSignal: 0xbf872d0: a(n) Context
    0x7fbc5a460458 M Context>handleSignal: 0xbf87440: a(n) Context
    0x7fbc5a45ddc8 M Context>handleSignal: 0xbf875b0: a(n) Context
    0x7fbc5a45de00 M Context>handleSignal: 0xbf87720: a(n) Context
    0x7fbc5a45de38 M Context>handleSignal: 0xbf87890: a(n) Context
    0x7fbc5a45de70 M Context>handleSignal: 0xbf87a00: a(n) Context
    0x7fbc5a45dea8 M Context>handleSignal: 0xbf87b70: a(n) Context
    0x7fbc5a45dee0 M Context>handleSignal: 0xbf87ce0: a(n) Context
    0x7fbc5a45df18 M Context>handleSignal: 0xbf87e50: a(n) Context
    0x7fbc5a45df50 M Context>handleSignal: 0xbf87fc0: a(n) Context
    0x7fbc5a45df88 M Context>handleSignal: 0xbf88130: a(n) Context
    0x7fbc5a45dfc0 M Context>handleSignal: 0xbf882a0: a(n) Context
    0x7fbc5a45dff8 M Context>handleSignal: 0xbf88410: a(n) Context
    0x7fbc5a45e030 M Context>handleSignal: 0xbf88580: a(n) Context
    0x7fbc5a45e068 M Context>handleSignal: 0xbf886f0: a(n) Context
    0x7fbc5a45e0a0 M Context>handleSignal: 0xbf88860: a(n) Context
    0x7fbc5a45e0d8 M Context>handleSignal: 0xbf889d0: a(n) Context
    0x7fbc5a45e110 M Context>handleSignal: 0xbf88b40: a(n) Context
    0x7fbc5a45e148 M Context>handleSignal: 0xbf88cb0: a(n) Context
    0x7fbc5a45e180 M Context>handleSignal: 0xbf88e20: a(n) Context
    0x7fbc5a45e1b8 M Context>handleSignal: 0xbf88f90: a(n) Context
    0x7fbc5a45e1f0 M Context>handleSignal: 0xbf89100: a(n) Context
    0x7fbc5a45e228 M Context>handleSignal: 0xbf89270: a(n) Context
    0x7fbc5a45e260 M Context>handleSignal: 0xbf893e0: a(n) Context
    0x7fbc5a45e298 M Context>handleSignal: 0xbf89550: a(n) Context
    0x7fbc5a45e2d0 M Context>handleSignal: 0xbf896c0: a(n) Context
    0x7fbc5a45e308 M Context>handleSignal: 0xbf89830: a(n) Context
    0x7fbc5a45e340 M Context>handleSignal: 0xbf899a0: a(n) Context
    0x7fbc5a45e378 M Context>handleSignal: 0xbf89b10: a(n) Context
    0x7fbc5a45e3b0 M Context>handleSignal: 0xbf89c80: a(n) Context
    0x7fbc5a45e3e8 M Context>handleSignal: 0xbf89df0: a(n) Context
    0x7fbc5a45e420 M Context>handleSignal: 0xbf89f60: a(n) Context
    0x7fbc5a45e458 M Context>handleSignal: 0xbf8a0d0: a(n) Context
    0x7fbc5a43bdf8 M Context>handleSignal: 0xbf8a240: a(n) Context
    0x7fbc5a43be30 M Context>handleSignal: 0xbf8a3b0: a(n) Context
    0x7fbc5a43be68 M Context>handleSignal: 0xbf8a5d8: a(n) Context
    0x7fbc5a43bea0 M Context>handleSignal: 0xbf8a690: a(n) Context
    0x7fbc5a43bed8 M Context>handleSignal: 0xbf8a800: a(n) Context
    0x7fbc5a43bf10 M Context>handleSignal: 0xbf8a970: a(n) Context
    0x7fbc5a43bf48 M Context>handleSignal: 0xbf8aae0: a(n) Context
    0x7fbc5a43bf80 M Context>handleSignal: 0xbf8ac50: a(n) Context
    0x7fbc5a43bfb8 M Context>handleSignal: 0xbf8adc0: a(n) Context
    0x7fbc5a43bff0 M Context>handleSignal: 0xbf8af30: a(n) Context
    0x7fbc5a43c028 M Context>handleSignal: 0xbf8b0a0: a(n) Context
    0x7fbc5a43c060 M Context>handleSignal: 0xbf8b210: a(n) Context
    0x7fbc5a43c098 M Context>handleSignal: 0xbf8b4f0: a(n) Context
    0x7fbc5a43c0d0 M Context>handleSignal: 0xc269ff0: a(n) Context
    0x7fbc5a43c108 M Context>handleSignal: 0xc26a0a8: a(n) Context
    0x7fbc5a43c140 M Context>handleSignal: 0xc26a160: a(n) Context
    0x7fbc5a43c178 M Context>handleSignal: 0x2b54de8: a(n) Context
    0x7fbc5a43c1b0 M Halt(Exception)>signal 0x2b54b88: a(n) Halt
    0x7fbc5a43c1e0 M Halt class(Exception class)>signal 0x3e6c008: a(n) Halt class
    0x7fbc5a43c210 M Halt class>now 0x3e6c008: a(n) Halt class
    0x7fbc5a43c240 M FullBlockClosure(Object)>halt 0xc26a218: a(n) FullBlockClosure
    0x7fbc5a43c270 M FullBlockClosure>printOn: 0xc26a218: a(n) FullBlockClosure
    0x7fbc5a43c2c8 M Context>printOn: 0x2b55288: a(n) Context
    0x7fbc5a43c310 M Context>printDebugOn: 0x2b55288: a(n) Context
    0x7fbc5a43c350 M [] in Context>debugStack:on: 0xc26a300: a(n) Context
    0x7fbc5a43c398 M OrderedCollection>do: 0x2b55598: a(n) OrderedCollection
    0x7fbc5a43c3d0 M Context>debugStack:on: 0xc26a300: a(n) Context
    0x7fbc5a43c410 M Context>shortDebugStackOn: 0xc26a300: a(n) Context
    0x7fbc5a43c458 M [] in SmalltalkImage>logError:inContext: 0x3e700f8: a(n) SmalltalkImage
    0x7fbc5a461e80 M [] in SmalltalkImage>logStdErrorDuring: 0x3e700f8: a(n) SmalltalkImage
    0x7fbc5a461eb0 M FullBlockClosure(BlockClosure)>on:do: 0x2b59cc8: a(n) FullBlockClosure
    0x7fbc5a461ef8 M SmalltalkImage>logStdErrorDuring: 0x3e700f8: a(n) SmalltalkImage
    0x7fbc5a461f30 M SmalltalkImage>logError:inContext: 0x3e700f8: a(n) SmalltalkImage
    0x7fbc5a461f80 M [] in NonInteractiveUIManager>quitFrom:withMessage: 0x7c46e20: a(n) NonInteractiveUIManager
    0x7fbc5a461fc0 M FullBlockClosure(BlockClosure)>ensure: 0x2b59f50: a(n) FullBlockClosure
    0x7fbc5a461ff8 M NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage: 0x7c46e20: a(n) NonInteractiveUIManager
    0x7fbc5a462038 M NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction: 0x7c46e20: a(n) NonInteractiveUIManager
    0x7fbc5a462070 M Halt(Exception)>unhandledErrorAction 0xc26a3b8: a(n) Halt
    0x7fbc5a4620a0 M Halt(UnhandledException)>defaultAction 0xc26a3b8: a(n) Halt
    0x7fbc5a4620d8 M UndefinedObject>handleSignal: 0x3e4cc00: a(n) UndefinedObject
    0x7fbc5a462110 M Context>handleSignal: 0xb1b8fe0: a(n) Context
    0x7fbc5a462148 M Context>handleSignal: 0xb1b91c0: a(n) Context
    0x7fbc5a462180 M Context>handleSignal: 0xb1b9278: a(n) Context
    0x7fbc5a4621b8 M Context>handleSignal: 0xb1b9330: a(n) Context
    0x7fbc5a4621f0 M Context>handleSignal: 0xb1b93e8: a(n) Context
    0x7fbc5a462228 M Context>handleSignal: 0xb1b94a0: a(n) Context
    0x7fbc5a462260 M Context>handleSignal: 0xb1b9558: a(n) Context
    0x7fbc5a462298 M Context>handleSignal: 0xb1b9610: a(n) Context
    0x7fbc5a4622d0 M Context>handleSignal: 0xb1b96c8: a(n) Context
    0x7fbc5a462308 M Context>handleSignal: 0xb1b9780: a(n) Context
    0x7fbc5a462340 M Context>handleSignal: 0xb1c4a40: a(n) Context
    0x7fbc5a462378 M Context>handleSignal: 0xb1c4ef0: a(n) Context
    0x7fbc5a4623b0 M Context>handleSignal: 0xb1c4e00: a(n) Context
    0x7fbc5a4623e8 M Context>handleSignal: 0xb1c4d10: a(n) Context
    0x7fbc5a462420 M Context>handleSignal: 0xb1c4c20: a(n) Context
    0x7fbc5a462458 M Context>handleSignal: 0xb1c4b30: a(n) Context
    0x7fbc5a465dc8 M Context>handleSignal: 0xb1c6ef8: a(n) Context
    0x7fbc5a465e00 M Context>handleSignal: 0xb1c5018: a(n) Context
    0x7fbc5a465e38 M Context>handleSignal: 0xb1c6fb0: a(n) Context
    0x7fbc5a465e70 M Context>handleSignal: 0xb1c7ef8: a(n) Context
    0x7fbc5a465ea8 M Context>handleSignal: 0xb1c8d40: a(n) Context
    0x7fbc5a465ee0 M Context>handleSignal: 0xb1c9ba8: a(n) Context
    0x7fbc5a465f18 M Context>handleSignal: 0xb1c9ea0: a(n) Context
    0x7fbc5a465f50 M Context>handleSignal: 0xb1ca300: a(n) Context
    0x7fbc5a465f88 M Context>handleSignal: 0xb1ca600: a(n) Context
    0x7fbc5a465fc0 M Context>handleSignal: 0xb1ca8a0: a(n) Context
    0x7fbc5a465ff8 M Context>handleSignal: 0xb1cac70: a(n) Context
    0x7fbc5a466030 M Context>handleSignal: 0xb1caea8: a(n) Context
    0x7fbc5a466068 M Context>handleSignal: 0xb1cb0f8: a(n) Context
    0x7fbc5a4660a0 M Context>handleSignal: 0xb1cb320: a(n) Context
    0x7fbc5a4660d8 M Context>handleSignal: 0xb1cb548: a(n) Context
    0x7fbc5a466110 M Context>handleSignal: 0xb1cb788: a(n) Context
    0x7fbc5a466148 M Context>handleSignal: 0xb1cb9b0: a(n) Context
    0x7fbc5a466180 M Context>handleSignal: 0xb1c4950: a(n) Context
    0x7fbc5a4661b8 M Context>handleSignal: 0xb1c6e40: a(n) Context
    0x7fbc5a4661f0 M Context>handleSignal: 0xb1c7e40: a(n) Context
    0x7fbc5a466228 M Context>handleSignal: 0xb1c8c88: a(n) Context
    0x7fbc5a466260 M Context>handleSignal: 0xb1c9af0: a(n) Context
    0x7fbc5a466298 M Context>handleSignal: 0xb1c9de8: a(n) Context
    0x7fbc5a4662d0 M Context>handleSignal: 0xb1ca248: a(n) Context
    0x7fbc5a466308 M Context>handleSignal: 0xb1ca548: a(n) Context
    0x7fbc5a466340 M Context>handleSignal: 0xb1ca7e8: a(n) Context
    0x7fbc5a466378 M Context>handleSignal: 0xb1cabb8: a(n) Context
    0x7fbc5a4663b0 M Context>handleSignal: 0xb1cadf0: a(n) Context
    0x7fbc5a4663e8 M Context>handleSignal: 0xb1cb040: a(n) Context
    0x7fbc5a466420 M Context>handleSignal: 0xb1cb268: a(n) Context
    0x7fbc5a466458 M Context>handleSignal: 0xb1cb490: a(n) Context
    0x7fbc5a44fdc8 M Context>handleSignal: 0xb1cb6d0: a(n) Context
    0x7fbc5a44fe00 M Context>handleSignal: 0xb1cb8f8: a(n) Context
    0x7fbc5a44fe38 M Context>handleSignal: 0xb1cbb20: a(n) Context
    0x7fbc5a44fe70 M Context>handleSignal: 0xb1cbcc0: a(n) Context
    0x7fbc5a44fea8 M Context>handleSignal: 0xb1cbe30: a(n) Context
    0x7fbc5a44fee0 M Context>handleSignal: 0xb1cbfa0: a(n) Context
    0x7fbc5a44ff18 M Context>handleSignal: 0xb1cc110: a(n) Context
    0x7fbc5a44ff50 M Context>handleSignal: 0xb1cc280: a(n) Context
    0x7fbc5a44ff88 M Context>handleSignal: 0xb1cc3f0: a(n) Context
    0x7fbc5a44ffc0 M Context>handleSignal: 0xb1cc560: a(n) Context
    0x7fbc5a44fff8 M Context>handleSignal: 0xb1cc700: a(n) Context
    0x7fbc5a450030 M Context>handleSignal: 0xb1cc870: a(n) Context
    0x7fbc5a450068 M Context>handleSignal: 0xb1cc9e0: a(n) Context
    0x7fbc5a4500a0 M Context>handleSignal: 0xb1ccb50: a(n) Context
    0x7fbc5a4500d8 M Context>handleSignal: 0xb1cccc0: a(n) Context
    0x7fbc5a450110 M Context>handleSignal: 0xb1cce30: a(n) Context
    0x7fbc5a450148 M Context>handleSignal: 0xb1ccfa0: a(n) Context
    0x7fbc5a450180 M Context>handleSignal: 0xb1cd1c8: a(n) Context
    0x7fbc5a4501b8 M Context>handleSignal: 0xb1cd338: a(n) Context
    0x7fbc5a4501f0 M Context>handleSignal: 0xb1cd4a8: a(n) Context
    0x7fbc5a450228 M Context>handleSignal: 0xb1cd618: a(n) Context
    0x7fbc5a450260 M Context>handleSignal: 0xb1cd788: a(n) Context
    0x7fbc5a450298 M Context>handleSignal: 0xb1cd8f8: a(n) Context
    0x7fbc5a4502d0 M Context>handleSignal: 0xb1cda68: a(n) Context
    0x7fbc5a450308 M Context>handleSignal: 0xb1cdbd8: a(n) Context
    0x7fbc5a450340 M Context>handleSignal: 0xb1cdd48: a(n) Context
    0x7fbc5a450378 M Context>handleSignal: 0xb1cdeb8: a(n) Context
    0x7fbc5a4503b0 M Context>handleSignal: 0xb1ce028: a(n) Context
    0x7fbc5a4503e8 M Context>handleSignal: 0xb1ce198: a(n) Context
    0x7fbc5a450420 M Context>handleSignal: 0xb1ce308: a(n) Context
    0x7fbc5a450458 M Context>handleSignal: 0xb1ce478: a(n) Context
    0x7fbc5a463dc8 M Context>handleSignal: 0xb1ce5e8: a(n) Context
    0x7fbc5a463e00 M Context>handleSignal: 0xb1ce758: a(n) Context
    0x7fbc5a463e38 M Context>handleSignal: 0xb1ce8c8: a(n) Context
    0x7fbc5a463e70 M Context>handleSignal: 0xb1cea38: a(n) Context
    0x7fbc5a463ea8 M Context>handleSignal: 0xb1ceba8: a(n) Context
    0x7fbc5a463ee0 M Context>handleSignal: 0xb1ced18: a(n) Context
    0x7fbc5a463f18 M Context>handleSignal: 0xb1cee88: a(n) Context
    0x7fbc5a463f50 M Context>handleSignal: 0xb1ceff8: a(n) Context
    0x7fbc5a463f88 M Context>handleSignal: 0xb1cf168: a(n) Context
    0x7fbc5a463fc0 M Context>handleSignal: 0xb1cf2d8: a(n) Context
    0x7fbc5a463ff8 M Context>handleSignal: 0xb1cf448: a(n) Context
    0x7fbc5a464030 M Context>handleSignal: 0xb1cf5b8: a(n) Context
    0x7fbc5a464068 M Context>handleSignal: 0xb1cf728: a(n) Context
    0x7fbc5a4640a0 M Context>handleSignal: 0xb1cf898: a(n) Context
    0x7fbc5a4640d8 M Context>handleSignal: 0xb1cfa08: a(n) Context
    0x7fbc5a464110 M Context>handleSignal: 0xb1cfb78: a(n) Context
    0x7fbc5a464148 M Context>handleSignal: 0xb1cfce8: a(n) Context
    0x7fbc5a464180 M Context>handleSignal: 0xb1cfe58: a(n) Context
    0x7fbc5a4641b8 M Context>handleSignal: 0xb1cffc8: a(n) Context
    0x7fbc5a4641f0 M Context>handleSignal: 0xb1d0138: a(n) Context
    0x7fbc5a464228 M Context>handleSignal: 0xb1d02a8: a(n) Context
    0x7fbc5a464260 M Context>handleSignal: 0xb1d0418: a(n) Context
    0x7fbc5a464298 M Context>handleSignal: 0xb1d0588: a(n) Context
    0x7fbc5a4642d0 M Context>handleSignal: 0xb1d06f8: a(n) Context
    0x7fbc5a464308 M Context>handleSignal: 0xb1d0868: a(n) Context
    0x7fbc5a464340 M Context>handleSignal: 0xb1d09d8: a(n) Context
    0x7fbc5a464378 M Context>handleSignal: 0xb1d0b48: a(n) Context
    0x7fbc5a4643b0 M Context>handleSignal: 0xb1d0cb8: a(n) Context
    0x7fbc5a4643e8 M Context>handleSignal: 0xb1d0e28: a(n) Context
    0x7fbc5a464420 M Context>handleSignal: 0xb1d0f98: a(n) Context
    0x7fbc5a464458 M Context>handleSignal: 0xb1d1108: a(n) Context
    0x7fbc5a45bdc8 M Context>handleSignal: 0xb1d1278: a(n) Context
    0x7fbc5a45be00 M Context>handleSignal: 0xb1d13e8: a(n) Context
    0x7fbc5a45be38 M Context>handleSignal: 0xb1d1558: a(n) Context
    0x7fbc5a45be70 M Context>handleSignal: 0xb1d16c8: a(n) Context
    0x7fbc5a45bea8 M Context>handleSignal: 0xb1d1838: a(n) Context
    0x7fbc5a45bee0 M Context>handleSignal: 0xb1d19a8: a(n) Context
    0x7fbc5a45bf18 M Context>handleSignal: 0xb1d1b18: a(n) Context
    0x7fbc5a45bf50 M Context>handleSignal: 0xb1d1c88: a(n) Context
    0x7fbc5a45bf88 M Context>handleSignal: 0xb1d1df8: a(n) Context
    0x7fbc5a45bfc0 M Context>handleSignal: 0xb1d1f68: a(n) Context
    0x7fbc5a45bff8 M Context>handleSignal: 0xb1d20d8: a(n) Context
    0x7fbc5a45c030 M Context>handleSignal: 0xb1d2248: a(n) Context
    0x7fbc5a45c068 M Context>handleSignal: 0xb1d23b8: a(n) Context
    0x7fbc5a45c0a0 M Context>handleSignal: 0xb1d2528: a(n) Context
    0x7fbc5a45c0d8 M Context>handleSignal: 0xb1d2698: a(n) Context
    0x7fbc5a45c110 M Context>handleSignal: 0xb1d2808: a(n) Context
    0x7fbc5a45c148 M Context>handleSignal: 0xb1d2978: a(n) Context
    0x7fbc5a45c180 M Context>handleSignal: 0xb1d2ae8: a(n) Context
    0x7fbc5a45c1b8 M Context>handleSignal: 0xb1d2c58: a(n) Context
    0x7fbc5a45c1f0 M Context>handleSignal: 0xb1d2dc8: a(n) Context
    0x7fbc5a45c228 M Context>handleSignal: 0xb1d2f38: a(n) Context
    0x7fbc5a45c260 M Context>handleSignal: 0xb1d30a8: a(n) Context
    0x7fbc5a45c298 M Context>handleSignal: 0xb1d3218: a(n) Context
    0x7fbc5a45c2d0 M Context>handleSignal: 0xb1d3388: a(n) Context
    0x7fbc5a45c308 M Context>handleSignal: 0xb1d34f8: a(n) Context
    0x7fbc5a45c340 M Context>handleSignal: 0xb1d3668: a(n) Context
    0x7fbc5a45c378 M Context>handleSignal: 0xb1d37d8: a(n) Context
    0x7fbc5a45c3b0 M Context>handleSignal: 0xb1d3948: a(n) Context
    0x7fbc5a45c3e8 M Context>handleSignal: 0xb1d3ab8: a(n) Context
    0x7fbc5a45c420 M Context>handleSignal: 0xb1d3c28: a(n) Context
    0x7fbc5a45c458 M Context>handleSignal: 0xb1d3d98: a(n) Context
    0x7fbc5a467dc8 M Context>handleSignal: 0xb1d3f08: a(n) Context
    0x7fbc5a467e00 M Context>handleSignal: 0xb1d4078: a(n) Context
    0x7fbc5a467e38 M Context>handleSignal: 0xb1d41e8: a(n) Context
    0x7fbc5a467e70 M Context>handleSignal: 0xb1d4358: a(n) Context
    0x7fbc5a467ea8 M Context>handleSignal: 0xb1d44c8: a(n) Context
    0x7fbc5a467ee0 M Context>handleSignal: 0xb1d4638: a(n) Context
    0x7fbc5a467f18 M Context>handleSignal: 0xb1d47a8: a(n) Context
    0x7fbc5a467f50 M Context>handleSignal: 0xb1d4918: a(n) Context
    0x7fbc5a467f88 M Context>handleSignal: 0xb1d4a88: a(n) Context
    0x7fbc5a467fc0 M Context>handleSignal: 0xb1d4bf8: a(n) Context
    0x7fbc5a467ff8 M Context>handleSignal: 0xb1d4d68: a(n) Context
    0x7fbc5a468030 M Context>handleSignal: 0xb1d4ed8: a(n) Context
    0x7fbc5a468068 M Context>handleSignal: 0xb1d5048: a(n) Context
    0x7fbc5a4680a0 M Context>handleSignal: 0xb1d51b8: a(n) Context
    0x7fbc5a4680d8 M Context>handleSignal: 0xb1d5328: a(n) Context
    0x7fbc5a468110 M Context>handleSignal: 0xb1d5498: a(n) Context
    0x7fbc5a468148 M Context>handleSignal: 0xb1d5608: a(n) Context
    0x7fbc5a468180 M Context>handleSignal: 0xb1d5778: a(n) Context
    0x7fbc5a4681b8 M Context>handleSignal: 0xb1d58e8: a(n) Context
    0x7fbc5a4681f0 M Context>handleSignal: 0xb1d5a58: a(n) Context
    0x7fbc5a468228 M Context>handleSignal: 0xb1d5bc8: a(n) Context
    0x7fbc5a468260 M Context>handleSignal: 0xb1d5d38: a(n) Context
    0x7fbc5a468298 M Context>handleSignal: 0xb1d5ea8: a(n) Context
    0x7fbc5a4682d0 M Context>handleSignal: 0xb1d6018: a(n) Context
    0x7fbc5a468308 M Context>handleSignal: 0xb1d6188: a(n) Context
    0x7fbc5a468340 M Context>handleSignal: 0xb1d62f8: a(n) Context
    0x7fbc5a468378 M Context>handleSignal: 0xb1d6468: a(n) Context
    0x7fbc5a4683b0 M Context>handleSignal: 0xb1d65d8: a(n) Context
    0x7fbc5a4683e8 M Context>handleSignal: 0xb1d6748: a(n) Context
    0x7fbc5a468420 M Context>handleSignal: 0xb1d68b8: a(n) Context
    0x7fbc5a468458 M Context>handleSignal: 0xb1d6a28: a(n) Context
    0x7fbc5a475dc8 M Context>handleSignal: 0xb1d6b98: a(n) Context
    0x7fbc5a475e00 M Context>handleSignal: 0xb1d6d08: a(n) Context
    0x7fbc5a475e38 M Context>handleSignal: 0xb1d6e78: a(n) Context
    0x7fbc5a475e70 M Context>handleSignal: 0xb1d6fe8: a(n) Context
    0x7fbc5a475ea8 M Context>handleSignal: 0xb1d7158: a(n) Context
    0x7fbc5a475ee0 M Context>handleSignal: 0xb1d72c8: a(n) Context
    0x7fbc5a475f18 M Context>handleSignal: 0xb1d7438: a(n) Context
    0x7fbc5a475f50 M Context>handleSignal: 0xb1d75a8: a(n) Context
    0x7fbc5a475f88 M Context>handleSignal: 0xb1d7718: a(n) Context
    0x7fbc5a475fc0 M Context>handleSignal: 0xb1d7888: a(n) Context
    0x7fbc5a475ff8 M Context>handleSignal: 0xb1d79f8: a(n) Context
    0x7fbc5a476030 M Context>handleSignal: 0xb1d7b68: a(n) Context
    0x7fbc5a476068 M Context>handleSignal: 0xb1d7cd8: a(n) Context
    0x7fbc5a4760a0 M Context>handleSignal: 0xb1ca958: a(n) Context
    0x7fbc5a4760d8 M Context>handleSignal: 0xb1c9810: a(n) Context
    0x7fbc5a476110 M Context>handleSignal: 0xb1c7c60: a(n) Context
    0x7fbc5a476148 M Context>handleSignal: 0xb1c8838: a(n) Context
    0x7fbc5a476180 M Context>handleSignal: 0xb1c89a8: a(n) Context
    0x7fbc5a4761b8 M Context>handleSignal: 0xb1c8b18: a(n) Context
    0x7fbc5a4761f0 M Context>handleSignal: 0xb1c9530: a(n) Context
    0x7fbc5a476228 M Context>handleSignal: 0xb1c96a0: a(n) Context
    0x7fbc5a476260 M Context>handleSignal: 0xb1c9980: a(n) Context
    0x7fbc5a476298 M Context>handleSignal: 0xb1d8578: a(n) Context
    0x7fbc5a4762d0 M Context>handleSignal: 0xb4154f8: a(n) Context
    0x7fbc5a476308 M Context>handleSignal: 0xb4155b0: a(n) Context
    0x7fbc5a476340 M Context>handleSignal: 0xb415668: a(n) Context
    0x7fbc5a476378 M Context>handleSignal: 0xb415720: a(n) Context
    0x7fbc5a4763b0 M Context>handleSignal: 0xb4157d8: a(n) Context
    0x7fbc5a4763e8 M Context>handleSignal: 0xbf77150: a(n) Context
    0x7fbc5a476420 M Context>handleSignal: 0xbf77208: a(n) Context
    0x7fbc5a476458 M Context>handleSignal: 0xbf772c0: a(n) Context
    0x7fbc5a471dc8 M Context>handleSignal: 0xbf77378: a(n) Context
    0x7fbc5a471e00 M Context>handleSignal: 0xbf77430: a(n) Context
    0x7fbc5a471e38 M Context>handleSignal: 0xbf774e8: a(n) Context
    0x7fbc5a471e70 M Context>handleSignal: 0xbf775a0: a(n) Context
    0x7fbc5a471ea8 M Context>handleSignal: 0xbf77658: a(n) Context
    0x7fbc5a471ee0 M Context>handleSignal: 0xbf77710: a(n) Context
    0x7fbc5a471f18 M Context>handleSignal: 0xbf777c8: a(n) Context
    0x7fbc5a471f50 M Context>handleSignal: 0xbf77880: a(n) Context
    0x7fbc5a471f88 M Context>handleSignal: 0xbf77938: a(n) Context
    0x7fbc5a471fc0 M Context>handleSignal: 0xbf779f0: a(n) Context
    0x7fbc5a471ff8 M Context>handleSignal: 0xbf77aa8: a(n) Context
    0x7fbc5a472030 M Context>handleSignal: 0xbf77b60: a(n) Context
    0x7fbc5a472068 M Context>handleSignal: 0xbf77c18: a(n) Context
    0x7fbc5a4720a0 M Context>handleSignal: 0xbf77cd0: a(n) Context
    0x7fbc5a4720d8 M Context>handleSignal: 0xbf77d88: a(n) Context
    0x7fbc5a472110 M Context>handleSignal: 0xbf77e40: a(n) Context
    0x7fbc5a472148 M Context>handleSignal: 0xbf77ef8: a(n) Context
    0x7fbc5a472180 M Context>handleSignal: 0xbf77fb0: a(n) Context
    0x7fbc5a4721b8 M Context>handleSignal: 0xbf78068: a(n) Context
    0x7fbc5a4721f0 M Context>handleSignal: 0xbf78120: a(n) Context
    0x7fbc5a472228 M Context>handleSignal: 0xbf781d8: a(n) Context
    0x7fbc5a472260 M Context>handleSignal: 0xbf78290: a(n) Context
    0x7fbc5a472298 M Context>handleSignal: 0xbf78348: a(n) Context
    0x7fbc5a4722d0 M Context>handleSignal: 0xbf78400: a(n) Context
    0x7fbc5a472308 M Context>handleSignal: 0xbf784b8: a(n) Context
    0x7fbc5a472340 M Context>handleSignal: 0xbf78570: a(n) Context
    0x7fbc5a472378 M Context>handleSignal: 0xbf78628: a(n) Context
    0x7fbc5a4723b0 M Context>handleSignal: 0xbf786e0: a(n) Context
    0x7fbc5a4723e8 M Context>handleSignal: 0xbf78798: a(n) Context
    0x7fbc5a472420 M Context>handleSignal: 0xbf78850: a(n) Context
    0x7fbc5a472458 M Context>handleSignal: 0xbf78908: a(n) Context
         0x2b5f670 s Context>handleSignal:
         0x2b60808 s Context>handleSignal:
         0x2b648d8 s Context>handleSignal:
         0x2b66918 s Context>handleSignal:
         0x2b6bb30 s Context>handleSignal:
         0x2b70470 s Context>handleSignal:
         0x2b74be8 s Context>handleSignal:
         0x2b77ca0 s Context>handleSignal:
         0x2b7aab0 s Context>handleSignal:
         0x2b7dec8 s Context>handleSignal:
         0x2b804b8 s Context>handleSignal:
         0x2b83188 s Context>handleSignal:
         0x2b85aa0 s Context>handleSignal:
         0x2b86a10 s Context>handleSignal:
         0x2b87328 s Context>handleSignal:
         0x2b87c50 s Context>handleSignal:
         0x2b885c8 s Context>handleSignal:
         0x2b88c68 s Context>handleSignal:
         0x2b89308 s Context>handleSignal:
         0x2b89b30 s Context>handleSignal:
         0x2b8a4a0 s Context>handleSignal:
         0x2b8af20 s Context>handleSignal:
         0x2b8b888 s Context>handleSignal:
         0x2b8c048 s Context>handleSignal:
         0x2b8ce48 s Context>handleSignal:
         0x2b8d8f8 s Context>handleSignal:
         0x2b8e3c0 s Context>handleSignal:
         0x2b8ecf0 s Context>handleSignal:
         0x2b8f6a8 s Context>handleSignal:
         0x2b8ffa8 s Context>handleSignal:
         0x2b90608 s Context>handleSignal:
         0x2b909d0 s Context>handleSignal:
         0x2b90f08 s Context>handleSignal:
         0x2b913b8 s Context>handleSignal:
         0x2b91648 s Context>handleSignal:
         0x2b91bb8 s Context>handleSignal:
         0x2b924a8 s Context>handleSignal:
         0x2b92ba8 s Context>handleSignal:
         0x2b92e10 s Context>handleSignal:
         0x2b931c0 s Context>handleSignal:
         0x2b936a8 s Context>handleSignal:
         0x2b93948 s Context>handleSignal:
         0x2b93a98 s Context>handleSignal:
         0x2b93b70 s Context>handleSignal:
         0x2b93c80 s Context>handleSignal:
         0x2b93d38 s Context>handleSignal:
         0x2b93df0 s Context>handleSignal:
         0x2b93ea8 s Context>handleSignal:
         0x2b93f60 s Context>handleSignal:
         0x2b94018 s Context>handleSignal:
         0x2b940d0 s Context>handleSignal:
         0x2b94188 s Context>handleSignal:
         0x2b94240 s Context>handleSignal:
         0x2b942f8 s Context>handleSignal:
         0x2b943b0 s Context>handleSignal:
         0x2b94468 s Context>handleSignal:
         0x2b94520 s Context>handleSignal:
         0x2b945d8 s Context>handleSignal:
         0x2b94690 s Context>handleSignal:
         0x2b94748 s Context>handleSignal:
         0x2b94800 s Context>handleSignal:
         0x2b948b8 s Context>handleSignal:
         0x2b94970 s Context>handleSignal:
         0x2b94a28 s Context>handleSignal:
         0x2b94ae0 s Context>handleSignal:
         0x2b94b98 s Context>handleSignal:
         0x2b94c50 s Context>handleSignal:
         0x2b94d08 s Context>handleSignal:
         0x2b94dc0 s Context>handleSignal:
         0x2b94e78 s Context>handleSignal:
         0x2b94f30 s Context>handleSignal:
         0x2b94fe8 s Context>handleSignal:
         0x2b950a0 s Context>handleSignal:
         0x2b95158 s Context>handleSignal:
         0x2b95210 s Context>handleSignal:
         0x2b952c8 s Context>handleSignal:
         0x2b95380 s Context>handleSignal:
         0x2b95438 s Context>handleSignal:
         0x2b954f0 s Context>handleSignal:
         0x2b955a8 s Context>handleSignal:
         0x2b95660 s Context>handleSignal:
         0x2b95718 s Context>handleSignal:
         0x2b957d0 s Context>handleSignal:
         0x2b95888 s Context>handleSignal:
         0x2b95940 s Context>handleSignal:
         0x2b959f8 s Context>handleSignal:
         0x2b95ab0 s Context>handleSignal:
         0x2b95b68 s Context>handleSignal:
         0x2b95c20 s Context>handleSignal:
         0x2b95cd8 s Context>handleSignal:
         0x2b95d90 s Context>handleSignal:
         0x2b95e48 s Context>handleSignal:
         0x2b95f00 s Context>handleSignal:
         0x2b95fb8 s Context>handleSignal:
         0x2b96070 s Context>handleSignal:
         0x2b96128 s Context>handleSignal:
         0x2b961e0 s Context>handleSignal:
         0x2b96298 s Context>handleSignal:
         0x2b96350 s Context>handleSignal:
         0x2b96408 s Context>handleSignal:
         0x2b964c0 s Context>handleSignal:
         0x2b96578 s Context>handleSignal:
         0x2b96630 s Context>handleSignal:
         0x2b966e8 s Context>handleSignal:
         0x2b967a0 s Context>handleSignal:
         0x2b96858 s Context>handleSignal:
         0x2b96910 s Context>handleSignal:
         0x2b969c8 s Context>handleSignal:
         0x2b96a80 s Context>handleSignal:
         0x2b96b38 s Context>handleSignal:
         0x2b96bf0 s Context>handleSignal:
         0x2b96ca8 s Context>handleSignal:
         0x2b96d60 s Context>handleSignal:
         0x2b96e18 s Context>handleSignal:
         0x2b96ed0 s Context>handleSignal:
         0x2b96f88 s Context>handleSignal:
         0x2b97040 s Context>handleSignal:
         0x2b970f8 s Context>handleSignal:
         0x2b971b0 s Context>handleSignal:
         0x2b97268 s Context>handleSignal:
         0x2b97320 s Context>handleSignal:
         0x2b973d8 s Context>handleSignal:
         0x2b97490 s Context>handleSignal:
         0x2b97548 s Context>handleSignal:
         0x2b97600 s Context>handleSignal:
         0x2b976b8 s Context>handleSignal:
         0x2b97770 s Context>handleSignal:
         0x2b97828 s Context>handleSignal:
         0x2b978e0 s Context>handleSignal:
         0x2b97998 s Context>handleSignal:
         0x2b97a50 s Context>handleSignal:
         0x2b97b08 s Context>handleSignal:
         0x2b97bc0 s Context>handleSignal:
         0x2b97c78 s Context>handleSignal:
         0x2b97d30 s Context>handleSignal:
         0x2b97de8 s Context>handleSignal:
         0x2b97ea0 s Context>handleSignal:
         0x2b97f58 s Context>handleSignal:
         0x2b98010 s Context>handleSignal:
         0x2b980c8 s Context>handleSignal:
         0x2b98180 s Context>handleSignal:
         0x2b98238 s Context>handleSignal:
         0x2b982f0 s Context>handleSignal:
         0x2b983a8 s Context>handleSignal:
         0x2b98460 s Context>handleSignal:
         0x2b98518 s Context>handleSignal:
         0x2b985d0 s Context>handleSignal:
         0x2b98688 s Context>handleSignal:
         0x2b98740 s Context>handleSignal:
         0x2b987f8 s Context>handleSignal:
         0x2b988b0 s Context>handleSignal:
         0x2b98968 s Context>handleSignal:
         0x2b98a20 s Context>handleSignal:
         0x2b98ad8 s Context>handleSignal:
         0x2b98b90 s Context>handleSignal:
         0x2b98c48 s Context>handleSignal:
         0x2b98d00 s Context>handleSignal:
         0x2b98db8 s Context>handleSignal:
         0x2b98e70 s Context>handleSignal:
         0x2b98f28 s Context>handleSignal:
         0x2b98fe0 s Context>handleSignal:
         0x2b99098 s Context>handleSignal:
         0x2b99150 s Context>handleSignal:
         0x2b99208 s Context>handleSignal:
         0x2b992c0 s Context>handleSignal:
         0x2b99378 s Context>handleSignal:
         0x2b99430 s Context>handleSignal:
         0x2b994e8 s Context>handleSignal:
         0x2b995a0 s Context>handleSignal:
         0x2b99658 s Context>handleSignal:
         0x2b99710 s Context>handleSignal:
         0x2b997c8 s Context>handleSignal:
         0x2b99880 s Context>handleSignal:
         0x2b99938 s Context>handleSignal:
         0x2b999f0 s Context>handleSignal:
         0x2b99aa8 s Context>handleSignal:
         0x2b99b60 s Context>handleSignal:
         0x2b99c18 s Context>handleSignal:
         0x2b99cd0 s Context>handleSignal:
         0x2b99d88 s Context>handleSignal:
         0x2b99e40 s Context>handleSignal:
         0x2b99ef8 s Context>handleSignal:
         0x2b99fb0 s Context>handleSignal:
         0x2b9a068 s Context>handleSignal:
         0x2b9a120 s Context>handleSignal:
         0x2b9a1d8 s Context>handleSignal:
         0x2b9a290 s Context>handleSignal:
         0x2b9a348 s Context>handleSignal:
         0x2b9a400 s Context>handleSignal:
         0x2b9a4b8 s Context>handleSignal:
         0x2b9a570 s Context>handleSignal:
         0x2b9a628 s Context>handleSignal:
         0x2b9a6e0 s Context>handleSignal:
         0x2b9a798 s Context>handleSignal:
         0x2b9a850 s Context>handleSignal:
         0x2b9a908 s Context>handleSignal:
         0x2b9a9c0 s Context>handleSignal:
         0x2b9aa78 s Context>handleSignal:
         0x2b9ab30 s Context>handleSignal:
         0x2b9abe8 s Context>handleSignal:
         0x2b9aca0 s Context>handleSignal:
         0x2b9ad58 s Context>handleSignal:
         0x2b9ae10 s Context>handleSignal:
         0xc26abb0 s Halt(Exception)>signal
         0xc26b638 s Halt class(Exception class)>signal
         0xc26cb90 s Halt class>now
         0xc26a300 s FullBlockClosure(Object)>halt
         0x2b63a78 s FullBlockClosure>printOn:
         0x2b63b30 s Context>printOn:
         0x2b63be8 s Context>printDebugOn:
         0x2b55288 s [] in Context>debugStack:on:
         0x2b605b8 s OrderedCollection>do:
         0xc26a248 s Context>debugStack:on:
         0x2b63ca0 s Context>shortDebugStackOn:
         0xc26a5d0 s [] in SmalltalkImage>logError:inContext:
         0xc26a688 s [] in SmalltalkImage>logStdErrorDuring:
         0xc26a160 s FullBlockClosure(BlockClosure)>on:do:
         0xc26a740 s SmalltalkImage>logStdErrorDuring:
         0xc26a7f8 s SmalltalkImage>logError:inContext:
         0x2b63d58 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0x2b63e10 s FullBlockClosure(BlockClosure)>ensure:
         0xc26a8b0 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0x2b63ec8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0x2b63f80 s Halt(Exception)>unhandledErrorAction
         0x2b64038 s Halt(UnhandledException)>defaultAction
         0x2b640f0 s UndefinedObject>handleSignal:
         0x2b641a8 s Context>handleSignal:
         0x2b64260 s Context>handleSignal:
         0x2b64318 s Context>handleSignal:
         0x2b643d0 s Context>handleSignal:
         0x2b64488 s Context>handleSignal:
         0x2b64540 s Context>handleSignal:
         0x2b645f8 s Context>handleSignal:
         0x2b646b0 s Context>handleSignal:
         0x2b64768 s Context>handleSignal:
         0x2b64820 s Context>handleSignal:
         0x2b66860 s Context>handleSignal:
         0x2b6ba78 s Context>handleSignal:
         0x2b703b8 s Context>handleSignal:
         0x2b74b30 s Context>handleSignal:
         0xc26aaf8 s Context>handleSignal:
         0xc26b580 s Context>handleSignal:
         0x2b9aec8 s Context>handleSignal:
         0x2b9b038 s Context>handleSignal:
         0x2b9b1a8 s Context>handleSignal:
         0x2b9b318 s Context>handleSignal:
         0x2b9b488 s Context>handleSignal:
         0x2b9b5f8 s Context>handleSignal:
         0x2b9b768 s Context>handleSignal:
         0x2b9b8d8 s Context>handleSignal:
         0x2b9ba48 s Context>handleSignal:
         0x2b9bbb8 s Context>handleSignal:
         0x2b9bd28 s Context>handleSignal:
         0x2b9be98 s Context>handleSignal:
         0x2b9c008 s Context>handleSignal:
         0x2b9c178 s Context>handleSignal:
         0x2b9c2e8 s Context>handleSignal:
         0x2b9c458 s Context>handleSignal:
         0x2b9c5c8 s Context>handleSignal:
         0x2b9c738 s Context>handleSignal:
         0x2b9c8a8 s Context>handleSignal:
         0x2b9ca18 s Context>handleSignal:
         0x2b9cb88 s Context>handleSignal:
         0x2b9ccf8 s Context>handleSignal:
         0x2b9ce68 s Context>handleSignal:
         0x2b9cfd8 s Context>handleSignal:
         0x2b9d148 s Context>handleSignal:
         0x2b9d2b8 s Context>handleSignal:
         0x2b9d428 s Context>handleSignal:
         0x2b9d598 s Context>handleSignal:
         0x2b9d708 s Context>handleSignal:
         0xc2702a8 s Context>handleSignal:
         0xc270418 s Context>handleSignal:
         0x2b9d878 s Context>handleSignal:
         0x2b9d9e8 s Context>handleSignal:
         0x2b9db58 s Context>handleSignal:
         0x2b9dcc8 s Context>handleSignal:
         0x2b9de38 s Context>handleSignal:
         0x2b9dfa8 s Context>handleSignal:
         0x2b9e118 s Context>handleSignal:
         0x2b9e288 s Context>handleSignal:
         0x2b9e3f8 s Context>handleSignal:
         0x2b9e568 s Context>handleSignal:
         0x2b9e6d8 s Context>handleSignal:
         0x2b9e848 s Context>handleSignal:
         0x2b9e9b8 s Context>handleSignal:
         0x2b9eb28 s Context>handleSignal:
         0x2b9ec98 s Context>handleSignal:
         0x2b9ee08 s Context>handleSignal:
         0x2b9ef78 s Context>handleSignal:
         0x2b9f0e8 s Context>handleSignal:
         0x2b9f258 s Context>handleSignal:
         0x2b9f3c8 s Context>handleSignal:
         0x2b9f538 s Context>handleSignal:
         0x2b9f6a8 s Context>handleSignal:
         0x2b9f818 s Context>handleSignal:
         0x2b9f988 s Context>handleSignal:
         0x2b9faf8 s Context>handleSignal:
         0x2b9fc68 s Context>handleSignal:
         0x2b9fdd8 s Context>handleSignal:
         0x2b9ff48 s Context>handleSignal:
         0x2ba00b8 s Context>handleSignal:
         0xc270588 s Context>handleSignal:
         0xc2706f8 s Context>handleSignal:
         0x2ba0228 s Context>handleSignal:
         0x2ba0398 s Context>handleSignal:
         0x2ba0508 s Context>handleSignal:
         0x2ba0678 s Context>handleSignal:
         0x2ba07e8 s Context>handleSignal:
         0x2ba0958 s Context>handleSignal:
         0x2ba0ac8 s Context>handleSignal:
         0x2ba0c38 s Context>handleSignal:
         0x2ba0da8 s Context>handleSignal:
         0x2ba0f18 s Context>handleSignal:
         0x2ba1088 s Context>handleSignal:
         0x2ba11f8 s Context>handleSignal:
         0x2ba1368 s Context>handleSignal:
         0x2ba14d8 s Context>handleSignal:
         0x2ba1648 s Context>handleSignal:
         0x2ba17b8 s Context>handleSignal:
         0x2ba1928 s Context>handleSignal:
         0x2ba1a98 s Context>handleSignal:
         0x2ba1c08 s Context>handleSignal:
         0x2ba1d78 s Context>handleSignal:
         0x2ba1ee8 s Context>handleSignal:
         0x2ba2058 s Context>handleSignal:
         0x2ba21c8 s Context>handleSignal:
         0x2ba2338 s Context>handleSignal:
         0x2ba24a8 s Context>handleSignal:
         0x2ba2618 s Context>handleSignal:
         0x2ba2788 s Context>handleSignal:
         0x2ba28f8 s Context>handleSignal:
         0x2ba2a68 s Context>handleSignal:
         0xc270868 s Context>handleSignal:
         0xc2709d8 s Context>handleSignal:
         0x2ba2bd8 s Context>handleSignal:
         0x2ba2d48 s Context>handleSignal:
         0x2ba2eb8 s Context>handleSignal:
         0x2ba3028 s Context>handleSignal:
         0x2ba3198 s Context>handleSignal:
         0x2ba3308 s Context>handleSignal:
         0x2ba3478 s Context>handleSignal:
         0x2ba35e8 s Context>handleSignal:
         0x2ba3758 s Context>handleSignal:
         0x2ba38c8 s Context>handleSignal:
         0x2ba3a38 s Context>handleSignal:
         0x2ba3ba8 s Context>handleSignal:
         0x2ba3d18 s Context>handleSignal:
         0x2ba3e88 s Context>handleSignal:
         0x2ba3ff8 s Context>handleSignal:
         0x2ba4168 s Context>handleSignal:
         0x2ba42d8 s Context>handleSignal:
         0x2ba4448 s Context>handleSignal:
         0x2ba45b8 s Context>handleSignal:
         0x2ba4728 s Context>handleSignal:
         0x2ba4898 s Context>handleSignal:
         0x2ba4a08 s Context>handleSignal:
         0x2ba4b78 s Context>handleSignal:
         0x2ba4ce8 s Context>handleSignal:
         0x2ba4e58 s Context>handleSignal:
         0x2ba4fc8 s Context>handleSignal:
         0x2ba5138 s Context>handleSignal:
         0x2ba52a8 s Context>handleSignal:
         0x2ba5418 s Context>handleSignal:
         0xc270b48 s Context>handleSignal:
         0xc270cb8 s Context>handleSignal:
         0x2ba5588 s Context>handleSignal:
         0x2ba56f8 s Context>handleSignal:
         0x2ba5868 s Context>handleSignal:
         0x2ba59d8 s Context>handleSignal:
         0x2ba5b48 s Context>handleSignal:
         0x2ba5cb8 s Context>handleSignal:
         0x2ba5e28 s Context>handleSignal:
         0x2ba5f98 s Context>handleSignal:
         0x2ba6108 s Context>handleSignal:
         0x2ba6278 s Context>handleSignal:
         0x2ba63e8 s Context>handleSignal:
         0x2ba6558 s Context>handleSignal:
         0x2ba66c8 s Context>handleSignal:
         0x2ba6838 s Context>handleSignal:
         0x2ba69a8 s Context>handleSignal:
         0x2ba6b18 s Context>handleSignal:
         0x2ba6c88 s Context>handleSignal:
         0x2ba6df8 s Context>handleSignal:
         0x2ba6f68 s Context>handleSignal:
         0x2ba70d8 s Context>handleSignal:
         0x2ba7248 s Context>handleSignal:
         0x2ba73b8 s Context>handleSignal:
         0x2ba7528 s Context>handleSignal:
         0x2ba7698 s Context>handleSignal:
         0x2ba7808 s Context>handleSignal:
         0x2ba7978 s Context>handleSignal:
         0x2ba7ae8 s Context>handleSignal:
         0x2ba7c58 s Context>handleSignal:
         0x2ba7dc8 s Context>handleSignal:
         0xc270e28 s Context>handleSignal:
         0xc270f98 s Context>handleSignal:
         0x2ba7f38 s Context>handleSignal:
         0x2ba80a8 s Context>handleSignal:
         0x2ba8218 s Context>handleSignal:
         0x2ba8388 s Context>handleSignal:
         0x2ba84f8 s Context>handleSignal:
         0x2ba8668 s Context>handleSignal:
         0x2ba87d8 s Context>handleSignal:
         0x2ba8948 s Context>handleSignal:
         0x2ba8ab8 s Context>handleSignal:
         0x2ba8c28 s Context>handleSignal:
         0x2ba8d98 s Context>handleSignal:
         0x2ba8f08 s Context>handleSignal:
         0x2ba9078 s Context>handleSignal:
         0x2ba91e8 s Context>handleSignal:
         0x2ba9358 s Context>handleSignal:
         0x2ba94c8 s Context>handleSignal:
         0x2ba9638 s Context>handleSignal:
         0x2ba97a8 s Context>handleSignal:
         0x2ba9918 s Context>handleSignal:
         0x2ba9a88 s Context>handleSignal:
         0x2ba9bf8 s Context>handleSignal:
         0x2ba9d68 s Context>handleSignal:
         0x2ba9ed8 s Context>handleSignal:
         0x2baa048 s Context>handleSignal:
         0x2baa1b8 s Context>handleSignal:
         0x2baa328 s Context>handleSignal:
         0x2baa498 s Context>handleSignal:
         0x2baa608 s Context>handleSignal:
         0x2baa778 s Context>handleSignal:
         0xc271108 s Context>handleSignal:
         0xc271278 s Context>handleSignal:
         0x2baa8e8 s Context>handleSignal:
         0x2baaa58 s Context>handleSignal:
         0x2baabc8 s Context>handleSignal:
         0x2baad38 s Context>handleSignal:
         0x2baaea8 s Context>handleSignal:
         0x2bab018 s Context>handleSignal:
         0x2bab188 s Context>handleSignal:
         0x2bab2f8 s Context>handleSignal:
         0x2bab468 s Context>handleSignal:
         0x2bab5d8 s Context>handleSignal:
         0x2bab748 s Context>handleSignal:
         0x2bab8b8 s Context>handleSignal:
         0x2baba28 s Context>handleSignal:
         0x2babb98 s Context>handleSignal:
         0x2babd08 s Context>handleSignal:
         0x2babe78 s Context>handleSignal:
         0x2babfe8 s Context>handleSignal:
         0x2bac158 s Context>handleSignal:
         0x2bac2c8 s Context>handleSignal:
         0x2bac438 s Context>handleSignal:
         0x2bac5a8 s Context>handleSignal:
         0x2bac718 s Context>handleSignal:
         0x2bac888 s Context>handleSignal:
         0x2bac9f8 s Context>handleSignal:
         0x2bacb68 s Context>handleSignal:
         0x2baccd8 s Context>handleSignal:
         0x2bace48 s Context>handleSignal:
         0x2bacfb8 s Context>handleSignal:
         0x2bad128 s Context>handleSignal:
         0xc2713e8 s Context>handleSignal:
         0xc271558 s Context>handleSignal:
         0x2bad298 s Context>handleSignal:
         0x2bad408 s Context>handleSignal:
         0x2bad578 s Context>handleSignal:
         0x2bad6e8 s Context>handleSignal:
         0x2bad858 s Context>handleSignal:
         0x2bad9c8 s Context>handleSignal:
         0x2badb38 s Context>handleSignal:
         0x2badca8 s Context>handleSignal:
         0x2bade18 s Context>handleSignal:
         0x2badf88 s Context>handleSignal:
         0x2bae0f8 s Context>handleSignal:
         0x2bae268 s Context>handleSignal:
         0x2bae3d8 s Context>handleSignal:
         0x2bae548 s Context>handleSignal:
         0x2bae6b8 s Context>handleSignal:
         0x2bae828 s Context>handleSignal:
         0x2bae998 s Context>handleSignal:
         0x2baeb08 s Context>handleSignal:
         0x2baec78 s Context>handleSignal:
         0x2baede8 s Context>handleSignal:
         0x2baef58 s Context>handleSignal:
         0x2baf0c8 s Context>handleSignal:
         0x2baf238 s Context>handleSignal:
         0x2baf3a8 s Context>handleSignal:
         0x2baf518 s Context>handleSignal:
         0x2baf688 s Context>handleSignal:
         0x2baf7f8 s Context>handleSignal:
         0x2baf968 s Context>handleSignal:
         0x2bafad8 s Context>handleSignal:
         0xc2716c8 s Context>handleSignal:
         0xc271838 s Context>handleSignal:
         0x2bafc48 s Context>handleSignal:
         0x2bafdb8 s Context>handleSignal:
         0x2baff28 s Context>handleSignal:
         0x2bb0098 s Context>handleSignal:
         0x2bb0208 s Context>handleSignal:
         0x2bb0378 s Context>handleSignal:
         0x2bb04e8 s Context>handleSignal:
         0x2bb0658 s Context>handleSignal:
         0x2bb07c8 s Context>handleSignal:
         0x2bb0938 s Context>handleSignal:
         0x2bb0aa8 s Context>handleSignal:
         0x2bb0c18 s Context>handleSignal:
         0x2bb0d88 s Context>handleSignal:
         0x2bb0ef8 s Context>handleSignal:
         0x2bb1068 s Context>handleSignal:
         0x2bb11d8 s Context>handleSignal:
         0x2bb1348 s Context>handleSignal:
         0x2bb14b8 s Context>handleSignal:
         0x2bb1628 s Context>handleSignal:
         0x2bb1798 s Context>handleSignal:
         0x2bb1908 s Context>handleSignal:
         0x2bb1a78 s Context>handleSignal:
         0x2bb1be8 s Context>handleSignal:
         0x2bb1d58 s Context>handleSignal:
         0x2bb1ec8 s Context>handleSignal:
         0x2bb2038 s Context>handleSignal:
         0x2bb21a8 s Context>handleSignal:
         0x2bb2318 s Context>handleSignal:
         0x2bb2488 s Context>handleSignal:
         0xc2719a8 s Context>handleSignal:
         0xc271b18 s Context>handleSignal:
         0x2bb25f8 s Context>handleSignal:
         0x2bb2768 s Context>handleSignal:
         0x2bb28d8 s Context>handleSignal:
         0x2bb2a48 s Context>handleSignal:
         0x2bb2bb8 s Context>handleSignal:
         0x2bb2d28 s Context>handleSignal:
         0x2bb2e98 s Context>handleSignal:
         0x2bb3008 s Context>handleSignal:
         0x2bb3178 s Context>handleSignal:
         0x2bb32e8 s Context>handleSignal:
         0x2bb3458 s Context>handleSignal:
         0x2bb35c8 s Context>handleSignal:
         0x2bb3738 s Context>handleSignal:
         0x2bb38a8 s Context>handleSignal:
         0x2bb3a18 s Context>handleSignal:
         0x2bb3b88 s Context>handleSignal:
         0x2bb3cf8 s Context>handleSignal:
         0x2bb3e68 s Context>handleSignal:
         0x2bb3fd8 s Context>handleSignal:
         0x2bb4148 s Context>handleSignal:
         0x2bb42b8 s Context>handleSignal:
         0x2bb4428 s Context>handleSignal:
         0x2bb4598 s Context>handleSignal:
         0x2bb4708 s Context>handleSignal:
         0x2bb4878 s Context>handleSignal:
         0x2bb49e8 s Context>handleSignal:
         0x2bb4b58 s Context>handleSignal:
         0x2bb4cc8 s Context>handleSignal:
         0x2bb4e38 s Context>handleSignal:
         0xc271c88 s Context>handleSignal:
         0xc271df8 s Context>handleSignal:
         0x2bb4fa8 s Context>handleSignal:
         0x2bb5118 s Context>handleSignal:
         0x2bb5288 s Context>handleSignal:
         0x2bb53f8 s Context>handleSignal:
         0x2bb5568 s Context>handleSignal:
         0x2bb56d8 s Context>handleSignal:
         0x2bb5848 s Context>handleSignal:
         0x2bb59b8 s Context>handleSignal:
         0x2bb5b28 s Context>handleSignal:
         0x2bb5c98 s Context>handleSignal:
         0x2bb5e08 s Context>handleSignal:
         0x2bb5f78 s Context>handleSignal:
         0x2bb60e8 s Context>handleSignal:
         0x2bb6258 s Context>handleSignal:
         0x2bb63c8 s Context>handleSignal:
         0x2bb6538 s Context>handleSignal:
         0x2bb66a8 s Context>handleSignal:
         0x2bb6818 s Context>handleSignal:
         0x2bb6988 s Context>handleSignal:
         0x2bb6af8 s Context>handleSignal:
         0x2bb6c68 s Context>handleSignal:
         0x2bb6dd8 s Context>handleSignal:
         0x2bb6f48 s Context>handleSignal:
         0x2bb70b8 s Context>handleSignal:
         0x2bb7228 s Context>handleSignal:
         0x2bb7398 s Context>handleSignal:
         0x2bb7508 s Context>handleSignal:
         0x2bb7678 s Context>handleSignal:
         0x2bb77e8 s Context>handleSignal:
         0xc271f68 s Context>handleSignal:
         0xc2720d8 s Context>handleSignal:
         0x2bb7958 s Context>handleSignal:
         0x2bb7ac8 s Context>handleSignal:
         0x2bb7c38 s Context>handleSignal:
         0x2bb7da8 s Context>handleSignal:
         0x2bb7f18 s Context>handleSignal:
         0x2bb8088 s Context>handleSignal:
         0x2bb81f8 s Context>handleSignal:
         0x2bb8368 s Context>handleSignal:
         0x2bb84d8 s Context>handleSignal:
         0x2bb8648 s Context>handleSignal:
         0x2bb87b8 s Context>handleSignal:
         0x2bb8928 s Context>handleSignal:
         0x2bb8a98 s Context>handleSignal:
         0x2bb8c08 s Context>handleSignal:
         0x2bb8d78 s Context>handleSignal:
         0x2bb8ee8 s Context>handleSignal:
         0x2bb9058 s Context>handleSignal:
         0x2bb91c8 s Context>handleSignal:
         0x2bb9338 s Context>handleSignal:
         0x2bb94a8 s Context>handleSignal:
         0x2bb9618 s Context>handleSignal:
         0x2bb9788 s Context>handleSignal:
         0x2bb98f8 s Context>handleSignal:
         0x2bb9a68 s Context>handleSignal:
         0x2bb9bd8 s Context>handleSignal:
         0x2bb9d48 s Context>handleSignal:
         0x2bb9eb8 s Context>handleSignal:
         0x2bba028 s Context>handleSignal:
         0x2bba198 s Context>handleSignal:
         0xc272248 s Context>handleSignal:
         0xc2723b8 s Context>handleSignal:
         0x2bba308 s Context>handleSignal:
         0x2bba478 s Context>handleSignal:
         0x2bba5e8 s Context>handleSignal:
         0x2bba758 s Context>handleSignal:
         0x2bba8c8 s Context>handleSignal:
         0x2bbaa38 s Context>handleSignal:
         0x2bbaba8 s Context>handleSignal:
         0x2bbad18 s Context>handleSignal:
         0x2bbae88 s Context>handleSignal:
         0x2bbaff8 s Context>handleSignal:
         0x2bbb168 s Context>handleSignal:
         0x2bbb2d8 s Context>handleSignal:
         0x2bbb448 s Context>handleSignal:
         0x2bbb5b8 s Context>handleSignal:
         0x2bbb728 s Context>handleSignal:
         0x2bbb898 s Context>handleSignal:
         0x2bbba08 s Context>handleSignal:
         0x2bbbb78 s Context>handleSignal:
         0x2bbbce8 s Context>handleSignal:
         0x2bbbe58 s Context>handleSignal:
         0x2bbbfc8 s Context>handleSignal:
         0x2bbc138 s Context>handleSignal:
         0x2bbc2a8 s Context>handleSignal:
         0x2bbc418 s Context>handleSignal:
         0x2bbc588 s Context>handleSignal:
         0x2bbc6f8 s Context>handleSignal:
         0x2bbc868 s Context>handleSignal:
         0x2bbc9d8 s Context>handleSignal:
         0x2bbcb48 s Context>handleSignal:
         0xc272528 s Context>handleSignal:
         0xc272698 s Context>handleSignal:
         0x2bbccb8 s Context>handleSignal:
         0x2bbce28 s Context>handleSignal:
         0x2bbcf98 s Context>handleSignal:
         0x2bbd108 s Context>handleSignal:
         0x2bbd278 s Context>handleSignal:
         0x2bbd3e8 s Context>handleSignal:
         0x2bbd558 s Context>handleSignal:
         0x2bbd6c8 s Context>handleSignal:
         0x2bbd838 s Context>handleSignal:
         0x2bbd9a8 s Context>handleSignal:
         0x2bbdb18 s Context>handleSignal:
         0x2bbdc88 s Context>handleSignal:
         0x2bbddf8 s Context>handleSignal:
         0x2bbdf68 s Context>handleSignal:
         0x2bbe0d8 s Context>handleSignal:
         0x2bbe248 s Context>handleSignal:
         0xc26b4c8 s Halt(Exception)>signal
         0xc26cad8 s Halt class(Exception class)>signal
         0xc26d180 s Halt class>now
         0xc26a3f0 s FullBlockClosure(Object)>halt
         0xc26aef8 s FullBlockClosure>printOn:
         0xc26b8f0 s Context>printOn:
         0xc26bc78 s Context>printDebugOn:
         0xc26a4a8 s [] in Context>debugStack:on:
         0xc26afe0 s OrderedCollection>do:
         0xc26a998 s Context>debugStack:on:
         0xc26b410 s Context>shortDebugStackOn:
         0xc26bd30 s [] in SmalltalkImage>logError:inContext:
         0xc26bde8 s [] in SmalltalkImage>logStdErrorDuring:
         0xc26a0a8 s FullBlockClosure(BlockClosure)>on:do:
         0xc26ad80 s SmalltalkImage>logStdErrorDuring:
         0xc26b7f0 s SmalltalkImage>logError:inContext:
         0xc26bea0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc26bf58 s FullBlockClosure(BlockClosure)>ensure:
         0xc26c010 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc26c0c8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc26c180 s Halt(Exception)>unhandledErrorAction
         0xc26c238 s Halt(UnhandledException)>defaultAction
         0xc26c2f0 s UndefinedObject>handleSignal:
         0xc26c3a8 s Context>handleSignal:
         0xc26c460 s Context>handleSignal:
         0xc26c518 s Context>handleSignal:
         0xc26c5d0 s Context>handleSignal:
         0xc26c688 s Context>handleSignal:
         0xc26c740 s Context>handleSignal:
         0xc26c7f8 s Context>handleSignal:
         0xc26c8b0 s Context>handleSignal:
         0xc26c968 s Context>handleSignal:
         0xc26ca20 s Context>handleSignal:
         0xc26d0c8 s Context>handleSignal:
         0xc26e228 s Context>handleSignal:
         0xc26e478 s Context>handleSignal:
         0x2b9af80 s Context>handleSignal:
         0x2b9b0f0 s Context>handleSignal:
         0x2b9b260 s Context>handleSignal:
         0x2b9b3d0 s Context>handleSignal:
         0x2b9b540 s Context>handleSignal:
         0x2b9b6b0 s Context>handleSignal:
         0x2b9b820 s Context>handleSignal:
         0x2b9b990 s Context>handleSignal:
         0x2b9bb00 s Context>handleSignal:
         0x2b9bc70 s Context>handleSignal:
         0x2b9bde0 s Context>handleSignal:
         0x2b9bf50 s Context>handleSignal:
         0x2b9c0c0 s Context>handleSignal:
         0x2b9c230 s Context>handleSignal:
         0x2b9c3a0 s Context>handleSignal:
         0x2b9c510 s Context>handleSignal:
         0x2b9c680 s Context>handleSignal:
         0x2b9c7f0 s Context>handleSignal:
         0x2b9c960 s Context>handleSignal:
         0x2b9cad0 s Context>handleSignal:
         0x2b9cc40 s Context>handleSignal:
         0x2b9cdb0 s Context>handleSignal:
         0x2b9cf20 s Context>handleSignal:
         0x2b9d090 s Context>handleSignal:
         0x2b9d200 s Context>handleSignal:
         0x2b9d370 s Context>handleSignal:
         0x2b9d4e0 s Context>handleSignal:
         0x2b9d650 s Context>handleSignal:
         0x2b9d7c0 s Context>handleSignal:
         0xc270360 s Context>handleSignal:
         0xc2704d0 s Context>handleSignal:
         0x2b9d930 s Context>handleSignal:
         0x2b9daa0 s Context>handleSignal:
         0x2b9dc10 s Context>handleSignal:
         0x2b9dd80 s Context>handleSignal:
         0x2b9def0 s Context>handleSignal:
         0x2b9e060 s Context>handleSignal:
         0x2b9e1d0 s Context>handleSignal:
         0x2b9e340 s Context>handleSignal:
         0x2b9e4b0 s Context>handleSignal:
         0x2b9e620 s Context>handleSignal:
         0x2b9e790 s Context>handleSignal:
         0x2b9e900 s Context>handleSignal:
         0x2b9ea70 s Context>handleSignal:
         0x2b9ebe0 s Context>handleSignal:
         0x2b9ed50 s Context>handleSignal:
         0x2b9eec0 s Context>handleSignal:
         0x2b9f030 s Context>handleSignal:
         0x2b9f1a0 s Context>handleSignal:
         0x2b9f310 s Context>handleSignal:
         0x2b9f480 s Context>handleSignal:
         0x2b9f5f0 s Context>handleSignal:
         0x2b9f760 s Context>handleSignal:
         0x2b9f8d0 s Context>handleSignal:
         0x2b9fa40 s Context>handleSignal:
         0x2b9fbb0 s Context>handleSignal:
         0x2b9fd20 s Context>handleSignal:
         0x2b9fe90 s Context>handleSignal:
         0x2ba0000 s Context>handleSignal:
         0x2ba0170 s Context>handleSignal:
         0xc270640 s Context>handleSignal:
         0xc2707b0 s Context>handleSignal:
         0x2ba02e0 s Context>handleSignal:
         0x2ba0450 s Context>handleSignal:
         0x2ba05c0 s Context>handleSignal:
         0x2ba0730 s Context>handleSignal:
         0x2ba08a0 s Context>handleSignal:
         0x2ba0a10 s Context>handleSignal:
         0x2ba0b80 s Context>handleSignal:
         0x2ba0cf0 s Context>handleSignal:
         0x2ba0e60 s Context>handleSignal:
         0x2ba0fd0 s Context>handleSignal:
         0x2ba1140 s Context>handleSignal:
         0x2ba12b0 s Context>handleSignal:
         0x2ba1420 s Context>handleSignal:
         0x2ba1590 s Context>handleSignal:
         0x2ba1700 s Context>handleSignal:
         0x2ba1870 s Context>handleSignal:
         0x2ba19e0 s Context>handleSignal:
         0x2ba1b50 s Context>handleSignal:
         0x2ba1cc0 s Context>handleSignal:
         0x2ba1e30 s Context>handleSignal:
         0x2ba1fa0 s Context>handleSignal:
         0x2ba2110 s Context>handleSignal:
         0x2ba2280 s Context>handleSignal:
         0x2ba23f0 s Context>handleSignal:
         0x2ba2560 s Context>handleSignal:
         0x2ba26d0 s Context>handleSignal:
         0x2ba2840 s Context>handleSignal:
         0x2ba29b0 s Context>handleSignal:
         0x2ba2b20 s Context>handleSignal:
         0xc270920 s Context>handleSignal:
         0xc270a90 s Context>handleSignal:
         0x2ba2c90 s Context>handleSignal:
         0x2ba2e00 s Context>handleSignal:
         0x2ba2f70 s Context>handleSignal:
         0x2ba30e0 s Context>handleSignal:
         0x2ba3250 s Context>handleSignal:
         0x2ba33c0 s Context>handleSignal:
         0x2ba3530 s Context>handleSignal:
         0x2ba36a0 s Context>handleSignal:
         0x2ba3810 s Context>handleSignal:
         0x2ba3980 s Context>handleSignal:
         0x2ba3af0 s Context>handleSignal:
         0x2ba3c60 s Context>handleSignal:
         0x2ba3dd0 s Context>handleSignal:
         0x2ba3f40 s Context>handleSignal:
         0x2ba40b0 s Context>handleSignal:
         0x2ba4220 s Context>handleSignal:
         0x2ba4390 s Context>handleSignal:
         0x2ba4500 s Context>handleSignal:
         0x2ba4670 s Context>handleSignal:
         0x2ba47e0 s Context>handleSignal:
         0x2ba4950 s Context>handleSignal:
         0x2ba4ac0 s Context>handleSignal:
         0x2ba4c30 s Context>handleSignal:
         0x2ba4da0 s Context>handleSignal:
         0x2ba4f10 s Context>handleSignal:
         0x2ba5080 s Context>handleSignal:
         0x2ba51f0 s Context>handleSignal:
         0x2ba5360 s Context>handleSignal:
         0x2ba54d0 s Context>handleSignal:
         0xc270c00 s Context>handleSignal:
         0xc270d70 s Context>handleSignal:
         0x2ba5640 s Context>handleSignal:
         0x2ba57b0 s Context>handleSignal:
         0x2ba5920 s Context>handleSignal:
         0x2ba5a90 s Context>handleSignal:
         0x2ba5c00 s Context>handleSignal:
         0x2ba5d70 s Context>handleSignal:
         0x2ba5ee0 s Context>handleSignal:
         0x2ba6050 s Context>handleSignal:
         0x2ba61c0 s Context>handleSignal:
         0x2ba6330 s Context>handleSignal:
         0x2ba64a0 s Context>handleSignal:
         0x2ba6610 s Context>handleSignal:
         0x2ba6780 s Context>handleSignal:
         0x2ba68f0 s Context>handleSignal:
         0x2ba6a60 s Context>handleSignal:
         0x2ba6bd0 s Context>handleSignal:
         0x2ba6d40 s Context>handleSignal:
         0x2ba6eb0 s Context>handleSignal:
         0x2ba7020 s Context>handleSignal:
         0x2ba7190 s Context>handleSignal:
         0x2ba7300 s Context>handleSignal:
         0x2ba7470 s Context>handleSignal:
         0x2ba75e0 s Context>handleSignal:
         0x2ba7750 s Context>handleSignal:
         0x2ba78c0 s Context>handleSignal:
         0x2ba7a30 s Context>handleSignal:
         0x2ba7ba0 s Context>handleSignal:
         0x2ba7d10 s Context>handleSignal:
         0x2ba7e80 s Context>handleSignal:
         0xc270ee0 s Context>handleSignal:
         0xc271050 s Context>handleSignal:
         0x2ba7ff0 s Context>handleSignal:
         0x2ba8160 s Context>handleSignal:
         0x2ba82d0 s Context>handleSignal:
         0x2ba8440 s Context>handleSignal:
         0x2ba85b0 s Context>handleSignal:
         0x2ba8720 s Context>handleSignal:
         0x2ba8890 s Context>handleSignal:
         0x2ba8a00 s Context>handleSignal:
         0x2ba8b70 s Context>handleSignal:
         0x2ba8ce0 s Context>handleSignal:
         0x2ba8e50 s Context>handleSignal:
         0x2ba8fc0 s Context>handleSignal:
         0x2ba9130 s Context>handleSignal:
         0x2ba92a0 s Context>handleSignal:
         0x2ba9410 s Context>handleSignal:
         0x2ba9580 s Context>handleSignal:
         0x2ba96f0 s Context>handleSignal:
         0x2ba9860 s Context>handleSignal:
         0x2ba99d0 s Context>handleSignal:
         0x2ba9b40 s Context>handleSignal:
         0x2ba9cb0 s Context>handleSignal:
         0x2ba9e20 s Context>handleSignal:
         0x2ba9f90 s Context>handleSignal:
         0x2baa100 s Context>handleSignal:
         0x2baa270 s Context>handleSignal:
         0x2baa3e0 s Context>handleSignal:
         0x2baa550 s Context>handleSignal:
         0x2baa6c0 s Context>handleSignal:
         0x2baa830 s Context>handleSignal:
         0xc2711c0 s Context>handleSignal:
         0xc271330 s Context>handleSignal:
         0x2baa9a0 s Context>handleSignal:
         0x2baab10 s Context>handleSignal:
         0x2baac80 s Context>handleSignal:
         0x2baadf0 s Context>handleSignal:
         0x2baaf60 s Context>handleSignal:
         0x2bab0d0 s Context>handleSignal:
         0x2bab240 s Context>handleSignal:
         0x2bab3b0 s Context>handleSignal:
         0x2bab520 s Context>handleSignal:
         0x2bab690 s Context>handleSignal:
         0x2bab800 s Context>handleSignal:
         0x2bab970 s Context>handleSignal:
         0x2babae0 s Context>handleSignal:
         0x2babc50 s Context>handleSignal:
         0x2babdc0 s Context>handleSignal:
         0x2babf30 s Context>handleSignal:
         0x2bac0a0 s Context>handleSignal:
         0x2bac210 s Context>handleSignal:
         0x2bac380 s Context>handleSignal:
         0x2bac4f0 s Context>handleSignal:
         0x2bac660 s Context>handleSignal:
         0x2bac7d0 s Context>handleSignal:
         0x2bac940 s Context>handleSignal:
         0x2bacab0 s Context>handleSignal:
         0x2bacc20 s Context>handleSignal:
         0x2bacd90 s Context>handleSignal:
         0x2bacf00 s Context>handleSignal:
         0x2bad070 s Context>handleSignal:
         0x2bad1e0 s Context>handleSignal:
         0xc2714a0 s Context>handleSignal:
         0xc271610 s Context>handleSignal:
         0x2bad350 s Context>handleSignal:
         0x2bad4c0 s Context>handleSignal:
         0x2bad630 s Context>handleSignal:
         0x2bad7a0 s Context>handleSignal:
         0x2bad910 s Context>handleSignal:
         0x2bada80 s Context>handleSignal:
         0x2badbf0 s Context>handleSignal:
         0x2badd60 s Context>handleSignal:
         0x2baded0 s Context>handleSignal:
         0x2bae040 s Context>handleSignal:
         0x2bae1b0 s Context>handleSignal:
         0x2bae320 s Context>handleSignal:
         0x2bae490 s Context>handleSignal:
         0x2bae600 s Context>handleSignal:
         0x2bae770 s Context>handleSignal:
         0x2bae8e0 s Context>handleSignal:
         0x2baea50 s Context>handleSignal:
         0x2baebc0 s Context>handleSignal:
         0x2baed30 s Context>handleSignal:
         0x2baeea0 s Context>handleSignal:
         0x2baf010 s Context>handleSignal:
         0x2baf180 s Context>handleSignal:
         0x2baf2f0 s Context>handleSignal:
         0x2baf460 s Context>handleSignal:
         0x2baf5d0 s Context>handleSignal:
         0x2baf740 s Context>handleSignal:
         0x2baf8b0 s Context>handleSignal:
         0x2bafa20 s Context>handleSignal:
         0x2bafb90 s Context>handleSignal:
         0xc271780 s Context>handleSignal:
         0xc2718f0 s Context>handleSignal:
         0x2bafd00 s Context>handleSignal:
         0x2bafe70 s Context>handleSignal:
         0x2baffe0 s Context>handleSignal:
         0x2bb0150 s Context>handleSignal:
         0x2bb02c0 s Context>handleSignal:
         0x2bb0430 s Context>handleSignal:
         0x2bb05a0 s Context>handleSignal:
         0x2bb0710 s Context>handleSignal:
         0x2bb0880 s Context>handleSignal:
         0x2bb09f0 s Context>handleSignal:
         0x2bb0b60 s Context>handleSignal:
         0x2bb0cd0 s Context>handleSignal:
         0x2bb0e40 s Context>handleSignal:
         0x2bb0fb0 s Context>handleSignal:
         0x2bb1120 s Context>handleSignal:
         0x2bb1290 s Context>handleSignal:
         0x2bb1400 s Context>handleSignal:
         0x2bb1570 s Context>handleSignal:
         0x2bb16e0 s Context>handleSignal:
         0x2bb1850 s Context>handleSignal:
         0x2bb19c0 s Context>handleSignal:
         0x2bb1b30 s Context>handleSignal:
         0x2bb1ca0 s Context>handleSignal:
         0x2bb1e10 s Context>handleSignal:
         0x2bb1f80 s Context>handleSignal:
         0x2bb20f0 s Context>handleSignal:
         0x2bb2260 s Context>handleSignal:
         0x2bb23d0 s Context>handleSignal:
         0x2bb2540 s Context>handleSignal:
         0xc271a60 s Context>handleSignal:
         0xc271bd0 s Context>handleSignal:
         0x2bb26b0 s Context>handleSignal:
         0x2bb2820 s Context>handleSignal:
         0x2bb2990 s Context>handleSignal:
         0x2bb2b00 s Context>handleSignal:
         0x2bb2c70 s Context>handleSignal:
         0x2bb2de0 s Context>handleSignal:
         0x2bb2f50 s Context>handleSignal:
         0x2bb30c0 s Context>handleSignal:
         0x2bb3230 s Context>handleSignal:
         0x2bb33a0 s Context>handleSignal:
         0x2bb3510 s Context>handleSignal:
         0x2bb3680 s Context>handleSignal:
         0x2bb37f0 s Context>handleSignal:
         0x2bb3960 s Context>handleSignal:
         0x2bb3ad0 s Context>handleSignal:
         0x2bb3c40 s Context>handleSignal:
         0x2bb3db0 s Context>handleSignal:
         0x2bb3f20 s Context>handleSignal:
         0x2bb4090 s Context>handleSignal:
         0x2bb4200 s Context>handleSignal:
         0x2bb4370 s Context>handleSignal:
         0x2bb44e0 s Context>handleSignal:
         0x2bb4650 s Context>handleSignal:
         0x2bb47c0 s Context>handleSignal:
         0x2bb4930 s Context>handleSignal:
         0x2bb4aa0 s Context>handleSignal:
         0x2bb4c10 s Context>handleSignal:
         0x2bb4d80 s Context>handleSignal:
         0x2bb4ef0 s Context>handleSignal:
         0xc271d40 s Context>handleSignal:
         0xc271eb0 s Context>handleSignal:
         0x2bb5060 s Context>handleSignal:
         0x2bb51d0 s Context>handleSignal:
         0x2bb5340 s Context>handleSignal:
         0x2bb54b0 s Context>handleSignal:
         0x2bb5620 s Context>handleSignal:
         0x2bb5790 s Context>handleSignal:
         0x2bb5900 s Context>handleSignal:
         0x2bb5a70 s Context>handleSignal:
         0x2bb5be0 s Context>handleSignal:
         0x2bb5d50 s Context>handleSignal:
         0x2bb5ec0 s Context>handleSignal:
         0x2bb6030 s Context>handleSignal:
         0x2bb61a0 s Context>handleSignal:
         0x2bb6310 s Context>handleSignal:
         0x2bb6480 s Context>handleSignal:
         0x2bb65f0 s Context>handleSignal:
         0x2bb6760 s Context>handleSignal:
         0x2bb68d0 s Context>handleSignal:
         0x2bb6a40 s Context>handleSignal:
         0x2bb6bb0 s Context>handleSignal:
         0x2bb6d20 s Context>handleSignal:
         0x2bb6e90 s Context>handleSignal:
         0x2bb7000 s Context>handleSignal:
         0x2bb7170 s Context>handleSignal:
         0x2bb72e0 s Context>handleSignal:
         0x2bb7450 s Context>handleSignal:
         0x2bb75c0 s Context>handleSignal:
         0x2bb7730 s Context>handleSignal:
         0x2bb78a0 s Context>handleSignal:
         0xc272020 s Context>handleSignal:
         0xc272190 s Context>handleSignal:
         0x2bb7a10 s Context>handleSignal:
         0x2bb7b80 s Context>handleSignal:
         0x2bb7cf0 s Context>handleSignal:
         0x2bb7e60 s Context>handleSignal:
         0x2bb7fd0 s Context>handleSignal:
         0x2bb8140 s Context>handleSignal:
         0x2bb82b0 s Context>handleSignal:
         0x2bb8420 s Context>handleSignal:
         0x2bb8590 s Context>handleSignal:
         0x2bb8700 s Context>handleSignal:
         0x2bb8870 s Context>handleSignal:
         0x2bb89e0 s Context>handleSignal:
         0x2bb8b50 s Context>handleSignal:
         0x2bb8cc0 s Context>handleSignal:
         0x2bb8e30 s Context>handleSignal:
         0x2bb8fa0 s Context>handleSignal:
         0x2bb9110 s Context>handleSignal:
         0x2bb9280 s Context>handleSignal:
         0x2bb93f0 s Context>handleSignal:
         0x2bb9560 s Context>handleSignal:
         0x2bb96d0 s Context>handleSignal:
         0x2bb9840 s Context>handleSignal:
         0x2bb99b0 s Context>handleSignal:
         0x2bb9b20 s Context>handleSignal:
         0x2bb9c90 s Context>handleSignal:
         0x2bb9e00 s Context>handleSignal:
         0x2bb9f70 s Context>handleSignal:
         0x2bba0e0 s Context>handleSignal:
         0x2bba250 s Context>handleSignal:
         0xc272300 s Context>handleSignal:
         0xc272470 s Context>handleSignal:
         0x2bba3c0 s Context>handleSignal:
         0x2bba530 s Context>handleSignal:
         0x2bba6a0 s Context>handleSignal:
         0x2bba810 s Context>handleSignal:
         0x2bba980 s Context>handleSignal:
         0x2bbaaf0 s Context>handleSignal:
         0x2bbac60 s Context>handleSignal:
         0x2bbadd0 s Context>handleSignal:
         0x2bbaf40 s Context>handleSignal:
         0x2bbb0b0 s Context>handleSignal:
         0x2bbb220 s Context>handleSignal:
         0x2bbb390 s Context>handleSignal:
         0x2bbb500 s Context>handleSignal:
         0x2bbb670 s Context>handleSignal:
         0x2bbb7e0 s Context>handleSignal:
         0x2bbb950 s Context>handleSignal:
         0x2bbbac0 s Context>handleSignal:
         0x2bbbc30 s Context>handleSignal:
         0x2bbbda0 s Context>handleSignal:
         0x2bbbf10 s Context>handleSignal:
         0x2bbc080 s Context>handleSignal:
         0x2bbc1f0 s Context>handleSignal:
         0x2bbc360 s Context>handleSignal:
         0x2bbc4d0 s Context>handleSignal:
         0x2bbc640 s Context>handleSignal:
         0x2bbc7b0 s Context>handleSignal:
         0x2bbc920 s Context>handleSignal:
         0x2bbca90 s Context>handleSignal:
         0x2bbcc00 s Context>handleSignal:
         0xc2725e0 s Context>handleSignal:
         0xc272750 s Context>handleSignal:
         0x2bbcd70 s Context>handleSignal:
         0x2bbcee0 s Context>handleSignal:
         0x2bbd050 s Context>handleSignal:
         0x2bbd1c0 s Context>handleSignal:
         0x2bbd330 s Context>handleSignal:
         0x2bbd4a0 s Context>handleSignal:
         0x2bbd610 s Context>handleSignal:
         0x2bbd780 s Context>handleSignal:
         0x2bbd8f0 s Context>handleSignal:
         0x2bbda60 s Context>handleSignal:
         0x2bbdbd0 s Context>handleSignal:
         0x2bbdd40 s Context>handleSignal:
         0x2bbdeb0 s Context>handleSignal:
         0x2bbe020 s Context>handleSignal:
         0x2bbe190 s Context>handleSignal:
         0x2bbe300 s Context>handleSignal:
         0x2bbe3b8 s Context>handleSignal:
         0x2bbe470 s Context>handleSignal:
         0xc26e170 s Halt(Exception)>signal
         0xc26e3c0 s Halt class(Exception class)>signal
         0xc26e5e8 s Halt class>now
         0xc26b098 s FullBlockClosure(Object)>halt
         0xc26bad0 s FullBlockClosure>printOn:
         0xc26cf48 s Context>printOn:
         0xc26d3f0 s Context>printDebugOn:
         0xc26b150 s [] in Context>debugStack:on:
         0xc26bb88 s OrderedCollection>do:
         0xc26b9a8 s Context>debugStack:on:
         0xc26cd20 s Context>shortDebugStackOn:
         0xc26d328 s [] in SmalltalkImage>logError:inContext:
         0xc26d4a8 s [] in SmalltalkImage>logStdErrorDuring:
         0xc269ff0 s FullBlockClosure(BlockClosure)>on:do:
         0xc26ac68 s SmalltalkImage>logStdErrorDuring:
         0xc26b6f0 s SmalltalkImage>logError:inContext:
         0xc26cc48 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc26d238 s FullBlockClosure(BlockClosure)>ensure:
         0xc26d560 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc26d618 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc26d6d0 s Halt(Exception)>unhandledErrorAction
         0xc26d788 s Halt(UnhandledException)>defaultAction
         0xc26d840 s UndefinedObject>handleSignal:
         0xc26d8f8 s Context>handleSignal:
         0xc26d9b0 s Context>handleSignal:
         0xc26da68 s Context>handleSignal:
         0xc26db20 s Context>handleSignal:
         0xc26dbd8 s Context>handleSignal:
         0xc26dc90 s Context>handleSignal:
         0xc26dd48 s Context>handleSignal:
         0xc26de00 s Context>handleSignal:
         0xc26deb8 s Context>handleSignal:
         0xc26df70 s Context>handleSignal:
         0xc26e308 s Context>handleSignal:
         0xc26e530 s Context>handleSignal:
         0xc26e6a0 s Context>handleSignal:
         0xc26e758 s Context>handleSignal:
         0xc26e810 s Context>handleSignal:
         0xc26e8c8 s Context>handleSignal:
         0xc26e980 s Context>handleSignal:
         0xc26ea38 s Context>handleSignal:
         0xc26eaf0 s Context>handleSignal:
         0xc26eba8 s Context>handleSignal:
         0xc26ec60 s Context>handleSignal:
         0xc26ed18 s Context>handleSignal:
         0xc26edd0 s Context>handleSignal:
         0xc26ee88 s Context>handleSignal:
         0xc26ef40 s Context>handleSignal:
         0xc26eff8 s Context>handleSignal:
         0xc26f0b0 s Context>handleSignal:
         0xc26f168 s Context>handleSignal:
         0xc26f220 s Context>handleSignal:
         0xc26f2d8 s Context>handleSignal:
         0xc26f390 s Context>handleSignal:
         0xc26f448 s Context>handleSignal:
         0xc26f500 s Context>handleSignal:
         0xc26f5b8 s Context>handleSignal:
         0xc26f670 s Context>handleSignal:
         0xc26f728 s Context>handleSignal:
         0xc26f7e0 s Context>handleSignal:
         0xc26f898 s Context>handleSignal:
         0xc26f950 s Context>handleSignal:
         0xc26fa08 s Context>handleSignal:
         0xc26fac0 s Context>handleSignal:
         0xc26fb78 s Context>handleSignal:
         0xc26fc30 s Context>handleSignal:
         0xc26fce8 s Context>handleSignal:
         0xc26fda0 s Context>handleSignal:
         0xc26fe58 s Context>handleSignal:
         0xc26ff10 s Context>handleSignal:
         0xc26ffc8 s Context>handleSignal:
         0xc270080 s Context>handleSignal:
         0xc270138 s Context>handleSignal:
         0xc2701f0 s Context>handleSignal:
         0xb7db9f0 s Context>handleSignal:
         0xb7e62d8 s Context>handleSignal:
         0xb7f0bc0 s Context>handleSignal:
         0xb7fb4a8 s Context>handleSignal:
         0xb805d90 s Context>handleSignal:
         0xb810678 s Context>handleSignal:
         0xb81af60 s Context>handleSignal:
         0xb825848 s Context>handleSignal:
         0xb830130 s Context>handleSignal:
         0xb83aa18 s Context>handleSignal:
         0xb845300 s Context>handleSignal:
         0xb84fbe8 s Context>handleSignal:
         0xb85a4d0 s Context>handleSignal:
         0xb864db8 s Context>handleSignal:
         0xb86f6a0 s Context>handleSignal:
         0xb879f88 s Context>handleSignal:
         0xb884870 s Context>handleSignal:
         0xb88f158 s Context>handleSignal:
         0xb899a40 s Context>handleSignal:
         0xb8a4328 s Context>handleSignal:
         0xb8aec10 s Context>handleSignal:
         0xb8b94f8 s Context>handleSignal:
         0xb8c3de0 s Context>handleSignal:
         0xb8ce6c8 s Context>handleSignal:
         0xb8d8fb0 s Context>handleSignal:
         0xb8e3898 s Context>handleSignal:
         0xb8ee180 s Context>handleSignal:
         0xb8f8a68 s Context>handleSignal:
         0xb903350 s Context>handleSignal:
         0xb90dc38 s Context>handleSignal:
         0xb918520 s Context>handleSignal:
         0xb922e08 s Context>handleSignal:
         0xb92d6f0 s Context>handleSignal:
         0xb937fd8 s Context>handleSignal:
         0xb9428c0 s Context>handleSignal:
         0xb94d1a8 s Context>handleSignal:
         0xb957a90 s Context>handleSignal:
         0xb962378 s Context>handleSignal:
         0xb96cc60 s Context>handleSignal:
         0xb977548 s Context>handleSignal:
         0xb981e30 s Context>handleSignal:
         0xb98c718 s Context>handleSignal:
         0xb997000 s Context>handleSignal:
         0xb9a18e8 s Context>handleSignal:
         0xb9ac1d0 s Context>handleSignal:
         0xb9b6ab8 s Context>handleSignal:
         0xb9c13a0 s Context>handleSignal:
         0xb9cbc88 s Context>handleSignal:
         0xb9d6570 s Context>handleSignal:
         0xb9e0e58 s Context>handleSignal:
         0xb9eb740 s Context>handleSignal:
         0xb9f6028 s Context>handleSignal:
         0xba00910 s Context>handleSignal:
         0xba0b1f8 s Context>handleSignal:
         0xba15ae0 s Context>handleSignal:
         0xba203c8 s Context>handleSignal:
         0xba2acb0 s Context>handleSignal:
         0xba35598 s Context>handleSignal:
         0xba3fe80 s Context>handleSignal:
         0xba46de8 s Context>handleSignal:
         0xba4bf20 s Context>handleSignal:
         0xba50fa0 s Context>handleSignal:
         0xba55f68 s Context>handleSignal:
         0xba5af30 s Context>handleSignal:
         0xba5fe40 s Context>handleSignal:
         0xba64c98 s Context>handleSignal:
         0xba69a38 s Context>handleSignal:
         0xba6e7d8 s Context>handleSignal:
         0xba734c0 s Context>handleSignal:
         0xba781a8 s Context>handleSignal:
         0xba7ce90 s Context>handleSignal:
         0xba81b78 s Context>handleSignal:
         0xba86860 s Context>handleSignal:
         0xba8b548 s Context>handleSignal:
         0xba90230 s Context>handleSignal:
         0xba94f18 s Context>handleSignal:
         0xba99c00 s Context>handleSignal:
         0xba9e8e8 s Context>handleSignal:
         0xbaa35d0 s Context>handleSignal:
         0xbaa82b8 s Context>handleSignal:
         0xbaacfa0 s Context>handleSignal:
         0xbab1c88 s Context>handleSignal:
         0xbab6970 s Context>handleSignal:
         0xbabb658 s Context>handleSignal:
         0xbac0340 s Context>handleSignal:
         0xbac5028 s Context>handleSignal:
         0xbac9d10 s Context>handleSignal:
         0xbace9f8 s Context>handleSignal:
         0xbad36e0 s Context>handleSignal:
         0xbad83c8 s Context>handleSignal:
         0xbadd0b0 s Context>handleSignal:
         0xbae1d98 s Context>handleSignal:
         0xbae6a80 s Context>handleSignal:
         0xbaeb768 s Context>handleSignal:
         0xbaf0450 s Context>handleSignal:
         0xbaf5138 s Context>handleSignal:
         0xbaf9e20 s Context>handleSignal:
         0xbafeb08 s Context>handleSignal:
         0xbb037f0 s Context>handleSignal:
         0xbb084d8 s Context>handleSignal:
         0xbb0d1c0 s Context>handleSignal:
         0xbb11ea8 s Context>handleSignal:
         0xbb16b90 s Context>handleSignal:
         0xbb1b878 s Context>handleSignal:
         0xbb20560 s Context>handleSignal:
         0xbb25248 s Context>handleSignal:
         0xbb29f30 s Context>handleSignal:
         0xbb2ec18 s Context>handleSignal:
         0xbb33900 s Context>handleSignal:
         0xbb385e8 s Context>handleSignal:
         0xbb3d2d0 s Context>handleSignal:
         0xbb41fb8 s Context>handleSignal:
         0xbb46ca0 s Context>handleSignal:
         0xbb4b988 s Context>handleSignal:
         0xbb50670 s Context>handleSignal:
         0xbb55358 s Context>handleSignal:
         0xbb5a040 s Context>handleSignal:
         0xbb5ed28 s Context>handleSignal:
         0xbb63a10 s Context>handleSignal:
         0xbb686f8 s Context>handleSignal:
         0xbb6d3e0 s Context>handleSignal:
         0xbb720c8 s Context>handleSignal:
         0xbb76db0 s Context>handleSignal:
         0xbb7ba98 s Context>handleSignal:
         0xbb80780 s Context>handleSignal:
         0xbb85468 s Context>handleSignal:
         0xbb8a150 s Context>handleSignal:
         0xbb8ee38 s Context>handleSignal:
         0xbb93b20 s Context>handleSignal:
         0xbb98808 s Context>handleSignal:
         0xbb9d438 s Context>handleSignal:
         0xbba2068 s Context>handleSignal:
         0xbba6c98 s Context>handleSignal:
         0xbbab8c8 s Context>handleSignal:
         0xbbb04f8 s Context>handleSignal:
         0xbbb5128 s Context>handleSignal:
         0xbbb9d58 s Context>handleSignal:
         0xbbbe988 s Context>handleSignal:
         0xbbc35b8 s Context>handleSignal:
         0xbbc81e8 s Context>handleSignal:
         0xbbcce18 s Context>handleSignal:
         0xbbd1a48 s Context>handleSignal:
         0xbbd6678 s Context>handleSignal:
         0xbbdb2a8 s Context>handleSignal:
         0xbbdfed8 s Context>handleSignal:
         0xbbe4b08 s Context>handleSignal:
         0xbbe9738 s Context>handleSignal:
         0xbbee368 s Context>handleSignal:
         0xbbf2f98 s Context>handleSignal:
         0xbbf7bc8 s Context>handleSignal:
         0xbbfc7f8 s Context>handleSignal:
         0xbc01428 s Context>handleSignal:
         0xbc06058 s Context>handleSignal:
         0xbc0ac88 s Context>handleSignal:
         0xbc0f8b8 s Context>handleSignal:
         0xbc144e8 s Context>handleSignal:
         0xbc19118 s Context>handleSignal:
         0xbc1dd48 s Context>handleSignal:
         0xbc22978 s Context>handleSignal:
         0xbc275a8 s Context>handleSignal:
         0xbc2c1d8 s Context>handleSignal:
         0xbc30e08 s Context>handleSignal:
         0xbc35a38 s Context>handleSignal:
         0xbc3a668 s Context>handleSignal:
         0xbc3f298 s Context>handleSignal:
         0xbc43ec8 s Context>handleSignal:
         0xbc48af8 s Context>handleSignal:
         0xbc4d728 s Context>handleSignal:
         0xbc52358 s Context>handleSignal:
         0xbc57058 s Context>handleSignal:
         0xbc5bc88 s Context>handleSignal:
         0xbc608b8 s Context>handleSignal:
         0xbc654e8 s Context>handleSignal:
         0xbc6a118 s Context>handleSignal:
         0xbc6ed48 s Context>handleSignal:
         0xbc73978 s Context>handleSignal:
         0xbc785a8 s Context>handleSignal:
         0xbc7d1d8 s Context>handleSignal:
         0xbc81e08 s Context>handleSignal:
         0xbc86a38 s Context>handleSignal:
         0xbc8b668 s Context>handleSignal:
         0xbc90298 s Context>handleSignal:
         0xbc94ec8 s Context>handleSignal:
         0xbc99af8 s Context>handleSignal:
         0xbc9e728 s Context>handleSignal:
         0xbca3358 s Context>handleSignal:
         0xbca7f88 s Context>handleSignal:
         0xbcacbb8 s Context>handleSignal:
         0xbcb17e8 s Context>handleSignal:
         0xbcb6418 s Context>handleSignal:
         0xbcbb048 s Context>handleSignal:
         0xbcbfc78 s Context>handleSignal:
         0xbcc48a8 s Context>handleSignal:
         0xbcc94d8 s Context>handleSignal:
         0xbcce108 s Context>handleSignal:
         0xbcd2d38 s Context>handleSignal:
         0xbcd7968 s Context>handleSignal:
         0xbcdc598 s Context>handleSignal:
         0xbce11c8 s Context>handleSignal:
         0xbce5df8 s Context>handleSignal:
         0xbceaa28 s Context>handleSignal:
         0xbcef658 s Context>handleSignal:
         0xbcf4288 s Context>handleSignal:
         0xbcf8eb8 s Context>handleSignal:
         0xbcfdae8 s Context>handleSignal:
         0xbd02718 s Context>handleSignal:
         0xbd07348 s Context>handleSignal:
         0xbd0bf78 s Context>handleSignal:
         0xbd10ba8 s Context>handleSignal:
         0xbd157d8 s Context>handleSignal:
         0xbd1a408 s Context>handleSignal:
         0xbd1f038 s Context>handleSignal:
         0xbd23c68 s Context>handleSignal:
         0xbd28898 s Context>handleSignal:
         0xbd2d4c8 s Context>handleSignal:
         0xbd320f8 s Context>handleSignal:
         0xbd36d28 s Context>handleSignal:
         0xbd3b958 s Context>handleSignal:
         0xbd40588 s Context>handleSignal:
         0xbd451b8 s Context>handleSignal:
         0xbd49de8 s Context>handleSignal:
         0xbd4ea18 s Context>handleSignal:
         0xbd53648 s Context>handleSignal:
         0xbd58278 s Context>handleSignal:
         0xbd5cea8 s Context>handleSignal:
         0xbd61ad8 s Context>handleSignal:
         0xbd66708 s Context>handleSignal:
         0xbd6b338 s Context>handleSignal:
         0xbd6ff68 s Context>handleSignal:
         0xbd74b98 s Context>handleSignal:
         0xbd797c8 s Context>handleSignal:
         0xbd7e3f8 s Context>handleSignal:
         0xbd83028 s Context>handleSignal:
         0xbd87c58 s Context>handleSignal:
         0xbd8c888 s Context>handleSignal:
         0xbd914b8 s Context>handleSignal:
         0xbd960e8 s Context>handleSignal:
         0xbd9ad18 s Context>handleSignal:
         0xbd9f948 s Context>handleSignal:
         0xbda4578 s Context>handleSignal:
         0xbda91a8 s Context>handleSignal:
         0xbdaddd8 s Context>handleSignal:
         0xbdb2a08 s Context>handleSignal:
         0xbdb7638 s Context>handleSignal:
         0xbdbc268 s Context>handleSignal:
         0xbdc0e98 s Context>handleSignal:
         0xbdc5ac8 s Context>handleSignal:
         0xbdca6f8 s Context>handleSignal:
         0xbdcf328 s Context>handleSignal:
         0xbdd3f58 s Context>handleSignal:
         0xbdd8b88 s Context>handleSignal:
         0xbddd7b8 s Context>handleSignal:
         0xbde23e8 s Context>handleSignal:
         0xbde7018 s Context>handleSignal:
         0xbdebc48 s Context>handleSignal:
         0xbdf0878 s Context>handleSignal:
         0xbdf54a8 s Context>handleSignal:
         0xbdfa0d8 s Context>handleSignal:
         0xbdfed08 s Context>handleSignal:
         0xbe03938 s Context>handleSignal:
         0xbe08568 s Context>handleSignal:
         0xbe0d198 s Context>handleSignal:
         0xbe11dc8 s Context>handleSignal:
         0xbe169f8 s Context>handleSignal:
         0xbe1b628 s Context>handleSignal:
         0xbe20258 s Context>handleSignal:
         0xbe24e88 s Context>handleSignal:
         0xbe29ab8 s Context>handleSignal:
         0xbe2e6e8 s Context>handleSignal:
         0xbe33318 s Context>handleSignal:
         0xbe37f48 s Context>handleSignal:
         0xbe3cb78 s Context>handleSignal:
         0xbe417a8 s Context>handleSignal:
         0xbe463d8 s Context>handleSignal:
         0xbe4b008 s Context>handleSignal:
         0xbe4fc38 s Context>handleSignal:
         0xbe54868 s Context>handleSignal:
         0xbe59498 s Context>handleSignal:
         0xbe5e0c8 s Context>handleSignal:
         0xbe62cf8 s Context>handleSignal:
         0xbe67928 s Context>handleSignal:
         0xbe6c558 s Context>handleSignal:
         0xbe71188 s Context>handleSignal:
         0xbe75db8 s Context>handleSignal:
         0xbe7a9e8 s Context>handleSignal:
         0xbe7f560 s Context>handleSignal:
         0xbe84020 s Context>handleSignal:
         0xbe88a28 s Context>handleSignal:
         0xbe8d378 s Context>handleSignal:
         0xbe91c10 s Context>handleSignal:
         0xbe963f0 s Context>handleSignal:
         0xbe9ab18 s Context>handleSignal:
         0xbe9f188 s Context>handleSignal:
         0xbea3740 s Context>handleSignal:
         0xbea7c40 s Context>handleSignal:
         0xbeac088 s Context>handleSignal:
         0xbeb0418 s Context>handleSignal:
         0xbeb46f0 s Context>handleSignal:
         0xbeb8910 s Context>handleSignal:
         0xbebca78 s Context>handleSignal:
         0xbec0b28 s Context>handleSignal:
         0xbec4b20 s Context>handleSignal:
         0xbec8a60 s Context>handleSignal:
         0xbecc8e8 s Context>handleSignal:
         0xbed06b8 s Context>handleSignal:
         0xbed43d0 s Context>handleSignal:
         0xbed8030 s Context>handleSignal:
         0xbedbbd8 s Context>handleSignal:
         0xbedf6c8 s Context>handleSignal:
         0xbee3100 s Context>handleSignal:
         0xbee6a80 s Context>handleSignal:
         0xbeea348 s Context>handleSignal:
         0xbeedb58 s Context>handleSignal:
         0xbef12b0 s Context>handleSignal:
         0xbef4950 s Context>handleSignal:
         0xbef7f38 s Context>handleSignal:
         0xbefb468 s Context>handleSignal:
         0xbefe8e0 s Context>handleSignal:
         0xbf01ca0 s Context>handleSignal:
         0xbf04fa8 s Context>handleSignal:
         0xbf081f8 s Context>handleSignal:
         0xbf0b390 s Context>handleSignal:
         0xbf0e470 s Context>handleSignal:
         0xbf11498 s Context>handleSignal:
         0xbf14408 s Context>handleSignal:
         0xbf172c0 s Context>handleSignal:
         0xbf1a0c0 s Context>handleSignal:
         0xbf1ce08 s Context>handleSignal:
         0xbf1fa98 s Context>handleSignal:
         0xbf22670 s Context>handleSignal:
         0xbf25190 s Context>handleSignal:
         0xbf27bf8 s Context>handleSignal:
         0xbf2a5a8 s Context>handleSignal:
         0xbf2cea0 s Context>handleSignal:
         0xbf2f6e0 s Context>handleSignal:
         0xbf31e68 s Context>handleSignal:
         0xbf34538 s Context>handleSignal:
         0xbf36b50 s Context>handleSignal:
         0xbf390b0 s Context>handleSignal:
         0xbf3b558 s Context>handleSignal:
         0xbf3d948 s Context>handleSignal:
         0xbf3fc80 s Context>handleSignal:
         0xbf41f00 s Context>handleSignal:
         0xbf440c8 s Context>handleSignal:
         0xbf461d8 s Context>handleSignal:
         0xbf48230 s Context>handleSignal:
         0xbf4a1d0 s Context>handleSignal:
         0xbf4c0b8 s Context>handleSignal:
         0xbf4dee8 s Context>handleSignal:
         0xbf4fc60 s Context>handleSignal:
         0xbf51920 s Context>handleSignal:
         0xbf53528 s Context>handleSignal:
         0xbf55078 s Context>handleSignal:
         0xbf56b10 s Context>handleSignal:
         0xbf584f0 s Context>handleSignal:
         0xbf59e18 s Context>handleSignal:
         0xbf5b688 s Context>handleSignal:
         0xbf5ce40 s Context>handleSignal:
         0xbf5e540 s Context>handleSignal:
         0xbf5fb88 s Context>handleSignal:
         0xbf61118 s Context>handleSignal:
         0xbf625f0 s Context>handleSignal:
         0xbf63a10 s Context>handleSignal:
         0xbf64d78 s Context>handleSignal:
         0xbf66028 s Context>handleSignal:
         0xbf67220 s Context>handleSignal:
         0xbf68360 s Context>handleSignal:
         0xbf693e8 s Context>handleSignal:
         0xbf6a3b8 s Context>handleSignal:
         0xbf6b2d0 s Context>handleSignal:
         0xbf6c130 s Context>handleSignal:
         0xbf6ced8 s Context>handleSignal:
         0xbf6db10 s Context>handleSignal:
         0xbf6e748 s Context>handleSignal:
         0xbf6f2c8 s Context>handleSignal:
         0xbf6fd90 s Context>handleSignal:
         0xbf707a0 s Context>handleSignal:
         0xbf710f8 s Context>handleSignal:
         0xbf71998 s Context>handleSignal:
         0xbf72180 s Context>handleSignal:
         0xbf728b0 s Context>handleSignal:
         0xbf72f28 s Context>handleSignal:
         0xbf8b438 s Halt(Exception)>signal
         0xbfa89d0 s Halt class(Exception class)>signal
         0xbfdb490 s Halt class>now
         0xbffe550 s FullBlockClosure(Object)>halt
         0xc022080 s FullBlockClosure>printOn:
         0xc04e3e0 s Context>printOn:
         0xc063530 s Context>printDebugOn:
         0xc06fd20 s [] in Context>debugStack:on:
         0xc08cf90 s OrderedCollection>do:
         0xc0ff158 s Context>debugStack:on:
         0xc10a220 s Context>shortDebugStackOn:
         0xc115210 s [] in SmalltalkImage>logError:inContext:
         0xc120000 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8b4f0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa8a88 s SmalltalkImage>logStdErrorDuring:
         0xbfdb548 s SmalltalkImage>logError:inContext:
         0xbffe608 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc022138 s FullBlockClosure(BlockClosure)>ensure:
         0xc04e498 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0636a0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06fe90 s Halt(Exception)>unhandledErrorAction
         0xc08d098 s Halt(UnhandledException)>defaultAction
         0xc0ff378 s UndefinedObject>handleSignal:
         0xc10aa98 s Context>handleSignal:
         0xc115940 s Context>handleSignal:
         0xc120228 s Context>handleSignal:
         0xc12aa58 s Context>handleSignal:
         0xc135288 s Context>handleSignal:
         0xc13fab8 s Context>handleSignal:
         0xc14a2e8 s Context>handleSignal:
         0xc154b18 s Context>handleSignal:
         0xc15f348 s Context>handleSignal:
         0xc169b78 s Context>handleSignal:
         0xc1743a8 s Context>handleSignal:
         0xc17ebd8 s Context>handleSignal:
         0xc189408 s Context>handleSignal:
         0xc193c38 s Context>handleSignal:
         0xc19e468 s Context>handleSignal:
         0xc1a8c98 s Context>handleSignal:
         0xc1b34c8 s Context>handleSignal:
         0xc1bdcf8 s Context>handleSignal:
         0xc1c8528 s Context>handleSignal:
         0xc1d2d58 s Context>handleSignal:
         0xc1dd588 s Context>handleSignal:
         0xc1e7db8 s Context>handleSignal:
         0xc1f25e8 s Context>handleSignal:
         0xc1fce18 s Context>handleSignal:
         0xc207648 s Context>handleSignal:
         0xc211e78 s Context>handleSignal:
         0xc21c6a8 s Context>handleSignal:
         0xc226ed8 s Context>handleSignal:
         0xc231708 s Context>handleSignal:
         0xc23bf38 s Context>handleSignal:
         0xc246768 s Context>handleSignal:
         0xc250f98 s Context>handleSignal:
         0xc25b7c8 s Context>handleSignal:
         0xc262c38 s Context>handleSignal:
         0xc2689a8 s Context>handleSignal:
         0xc268d40 s Context>handleSignal:
         0xc269020 s Context>handleSignal:
         0xc269300 s Context>handleSignal:
         0xc269528 s Context>handleSignal:
         0xc269698 s Context>handleSignal:
         0xc269808 s Context>handleSignal:
         0xc2698c0 s Context>handleSignal:
         0xc269978 s Context>handleSignal:
         0xc269a30 s Context>handleSignal:
         0xc269ae8 s Context>handleSignal:
         0xc269ba0 s Context>handleSignal:
         0xc269c58 s Context>handleSignal:
         0xc269d10 s Context>handleSignal:
         0xc269dc8 s Context>handleSignal:
         0xc269e80 s Context>handleSignal:
         0xc269f38 s Context>handleSignal:
         0xb7dbef8 s Context>handleSignal:
         0xb7e67e0 s Context>handleSignal:
         0xb7f10c8 s Context>handleSignal:
         0xb7fb9b0 s Context>handleSignal:
         0xb806298 s Context>handleSignal:
         0xb810b80 s Context>handleSignal:
         0xb81b468 s Context>handleSignal:
         0xb825d50 s Context>handleSignal:
         0xb830638 s Context>handleSignal:
         0xb83af20 s Context>handleSignal:
         0xb845808 s Context>handleSignal:
         0xb8500f0 s Context>handleSignal:
         0xb85a9d8 s Context>handleSignal:
         0xb8652c0 s Context>handleSignal:
         0xb86fba8 s Context>handleSignal:
         0xb87a490 s Context>handleSignal:
         0xb884d78 s Context>handleSignal:
         0xb88f660 s Context>handleSignal:
         0xb899f48 s Context>handleSignal:
         0xb8a4830 s Context>handleSignal:
         0xb8af118 s Context>handleSignal:
         0xb8b9a00 s Context>handleSignal:
         0xb8c42e8 s Context>handleSignal:
         0xb8cebd0 s Context>handleSignal:
         0xb8d94b8 s Context>handleSignal:
         0xb8e3da0 s Context>handleSignal:
         0xb8ee688 s Context>handleSignal:
         0xb8f8f70 s Context>handleSignal:
         0xb903858 s Context>handleSignal:
         0xb90e140 s Context>handleSignal:
         0xb918a28 s Context>handleSignal:
         0xb923310 s Context>handleSignal:
         0xb92dbf8 s Context>handleSignal:
         0xb9384e0 s Context>handleSignal:
         0xb942dc8 s Context>handleSignal:
         0xb94d6b0 s Context>handleSignal:
         0xb957f98 s Context>handleSignal:
         0xb962880 s Context>handleSignal:
         0xb96d168 s Context>handleSignal:
         0xb977a50 s Context>handleSignal:
         0xb982338 s Context>handleSignal:
         0xb98cc20 s Context>handleSignal:
         0xb997508 s Context>handleSignal:
         0xb9a1df0 s Context>handleSignal:
         0xb9ac6d8 s Context>handleSignal:
         0xb9b6fc0 s Context>handleSignal:
         0xb9c18a8 s Context>handleSignal:
         0xb9cc190 s Context>handleSignal:
         0xb9d6a78 s Context>handleSignal:
         0xb9e1360 s Context>handleSignal:
         0xb9ebc48 s Context>handleSignal:
         0xb9f6530 s Context>handleSignal:
         0xba00e18 s Context>handleSignal:
         0xba0b700 s Context>handleSignal:
         0xba15fe8 s Context>handleSignal:
         0xba208d0 s Context>handleSignal:
         0xba2b1b8 s Context>handleSignal:
         0xba35aa0 s Context>handleSignal:
         0xba40388 s Context>handleSignal:
         0xba472f0 s Context>handleSignal:
         0xba4c428 s Context>handleSignal:
         0xba514a8 s Context>handleSignal:
         0xba56470 s Context>handleSignal:
         0xba5b438 s Context>handleSignal:
         0xba60348 s Context>handleSignal:
         0xba651a0 s Context>handleSignal:
         0xba69f40 s Context>handleSignal:
         0xba6ece0 s Context>handleSignal:
         0xba739c8 s Context>handleSignal:
         0xba786b0 s Context>handleSignal:
         0xba7d398 s Context>handleSignal:
         0xba82080 s Context>handleSignal:
         0xba86d68 s Context>handleSignal:
         0xba8ba50 s Context>handleSignal:
         0xba90738 s Context>handleSignal:
         0xba95420 s Context>handleSignal:
         0xba9a108 s Context>handleSignal:
         0xba9edf0 s Context>handleSignal:
         0xbaa3ad8 s Context>handleSignal:
         0xbaa87c0 s Context>handleSignal:
         0xbaad4a8 s Context>handleSignal:
         0xbab2190 s Context>handleSignal:
         0xbab6e78 s Context>handleSignal:
         0xbabbb60 s Context>handleSignal:
         0xbac0848 s Context>handleSignal:
         0xbac5530 s Context>handleSignal:
         0xbaca218 s Context>handleSignal:
         0xbacef00 s Context>handleSignal:
         0xbad3be8 s Context>handleSignal:
         0xbad88d0 s Context>handleSignal:
         0xbadd5b8 s Context>handleSignal:
         0xbae22a0 s Context>handleSignal:
         0xbae6f88 s Context>handleSignal:
         0xbaebc70 s Context>handleSignal:
         0xbaf0958 s Context>handleSignal:
         0xbaf5640 s Context>handleSignal:
         0xbafa328 s Context>handleSignal:
         0xbaff010 s Context>handleSignal:
         0xbb03cf8 s Context>handleSignal:
         0xbb089e0 s Context>handleSignal:
         0xbb0d6c8 s Context>handleSignal:
         0xbb123b0 s Context>handleSignal:
         0xbb17098 s Context>handleSignal:
         0xbb1bd80 s Context>handleSignal:
         0xbb20a68 s Context>handleSignal:
         0xbb25750 s Context>handleSignal:
         0xbb2a438 s Context>handleSignal:
         0xbb2f120 s Context>handleSignal:
         0xbb33e08 s Context>handleSignal:
         0xbb38af0 s Context>handleSignal:
         0xbb3d7d8 s Context>handleSignal:
         0xbb424c0 s Context>handleSignal:
         0xbb471a8 s Context>handleSignal:
         0xbb4be90 s Context>handleSignal:
         0xbb50b78 s Context>handleSignal:
         0xbb55860 s Context>handleSignal:
         0xbb5a548 s Context>handleSignal:
         0xbb5f230 s Context>handleSignal:
         0xbb63f18 s Context>handleSignal:
         0xbb68c00 s Context>handleSignal:
         0xbb6d8e8 s Context>handleSignal:
         0xbb725d0 s Context>handleSignal:
         0xbb772b8 s Context>handleSignal:
         0xbb7bfa0 s Context>handleSignal:
         0xbb80c88 s Context>handleSignal:
         0xbb85970 s Context>handleSignal:
         0xbb8a658 s Context>handleSignal:
         0xbb8f340 s Context>handleSignal:
         0xbb94028 s Context>handleSignal:
         0xbb98d10 s Context>handleSignal:
         0xbb9d940 s Context>handleSignal:
         0xbba2570 s Context>handleSignal:
         0xbba71a0 s Context>handleSignal:
         0xbbabdd0 s Context>handleSignal:
         0xbbb0a00 s Context>handleSignal:
         0xbbb5630 s Context>handleSignal:
         0xbbba260 s Context>handleSignal:
         0xbbbee90 s Context>handleSignal:
         0xbbc3ac0 s Context>handleSignal:
         0xbbc86f0 s Context>handleSignal:
         0xbbcd320 s Context>handleSignal:
         0xbbd1f50 s Context>handleSignal:
         0xbbd6b80 s Context>handleSignal:
         0xbbdb7b0 s Context>handleSignal:
         0xbbe03e0 s Context>handleSignal:
         0xbbe5010 s Context>handleSignal:
         0xbbe9c40 s Context>handleSignal:
         0xbbee870 s Context>handleSignal:
         0xbbf34a0 s Context>handleSignal:
         0xbbf80d0 s Context>handleSignal:
         0xbbfcd00 s Context>handleSignal:
         0xbc01930 s Context>handleSignal:
         0xbc06560 s Context>handleSignal:
         0xbc0b190 s Context>handleSignal:
         0xbc0fdc0 s Context>handleSignal:
         0xbc149f0 s Context>handleSignal:
         0xbc19620 s Context>handleSignal:
         0xbc1e250 s Context>handleSignal:
         0xbc22e80 s Context>handleSignal:
         0xbc27ab0 s Context>handleSignal:
         0xbc2c6e0 s Context>handleSignal:
         0xbc31310 s Context>handleSignal:
         0xbc35f40 s Context>handleSignal:
         0xbc3ab70 s Context>handleSignal:
         0xbc3f7a0 s Context>handleSignal:
         0xbc443d0 s Context>handleSignal:
         0xbc49000 s Context>handleSignal:
         0xbc4dc30 s Context>handleSignal:
         0xbc52860 s Context>handleSignal:
         0xbc57560 s Context>handleSignal:
         0xbc5c190 s Context>handleSignal:
         0xbc60dc0 s Context>handleSignal:
         0xbc659f0 s Context>handleSignal:
         0xbc6a620 s Context>handleSignal:
         0xbc6f250 s Context>handleSignal:
         0xbc73e80 s Context>handleSignal:
         0xbc78ab0 s Context>handleSignal:
         0xbc7d6e0 s Context>handleSignal:
         0xbc82310 s Context>handleSignal:
         0xbc86f40 s Context>handleSignal:
         0xbc8bb70 s Context>handleSignal:
         0xbc907a0 s Context>handleSignal:
         0xbc953d0 s Context>handleSignal:
         0xbc9a000 s Context>handleSignal:
         0xbc9ec30 s Context>handleSignal:
         0xbca3860 s Context>handleSignal:
         0xbca8490 s Context>handleSignal:
         0xbcad0c0 s Context>handleSignal:
         0xbcb1cf0 s Context>handleSignal:
         0xbcb6920 s Context>handleSignal:
         0xbcbb550 s Context>handleSignal:
         0xbcc0180 s Context>handleSignal:
         0xbcc4db0 s Context>handleSignal:
         0xbcc99e0 s Context>handleSignal:
         0xbcce610 s Context>handleSignal:
         0xbcd3240 s Context>handleSignal:
         0xbcd7e70 s Context>handleSignal:
         0xbcdcaa0 s Context>handleSignal:
         0xbce16d0 s Context>handleSignal:
         0xbce6300 s Context>handleSignal:
         0xbceaf30 s Context>handleSignal:
         0xbcefb60 s Context>handleSignal:
         0xbcf4790 s Context>handleSignal:
         0xbcf93c0 s Context>handleSignal:
         0xbcfdff0 s Context>handleSignal:
         0xbd02c20 s Context>handleSignal:
         0xbd07850 s Context>handleSignal:
         0xbd0c480 s Context>handleSignal:
         0xbd110b0 s Context>handleSignal:
         0xbd15ce0 s Context>handleSignal:
         0xbd1a910 s Context>handleSignal:
         0xbd1f540 s Context>handleSignal:
         0xbd24170 s Context>handleSignal:
         0xbd28da0 s Context>handleSignal:
         0xbd2d9d0 s Context>handleSignal:
         0xbd32600 s Context>handleSignal:
         0xbd37230 s Context>handleSignal:
         0xbd3be60 s Context>handleSignal:
         0xbd40a90 s Context>handleSignal:
         0xbd456c0 s Context>handleSignal:
         0xbd4a2f0 s Context>handleSignal:
         0xbd4ef20 s Context>handleSignal:
         0xbd53b50 s Context>handleSignal:
         0xbd58780 s Context>handleSignal:
         0xbd5d3b0 s Context>handleSignal:
         0xbd61fe0 s Context>handleSignal:
         0xbd66c10 s Context>handleSignal:
         0xbd6b840 s Context>handleSignal:
         0xbd70470 s Context>handleSignal:
         0xbd750a0 s Context>handleSignal:
         0xbd79cd0 s Context>handleSignal:
         0xbd7e900 s Context>handleSignal:
         0xbd83530 s Context>handleSignal:
         0xbd88160 s Context>handleSignal:
         0xbd8cd90 s Context>handleSignal:
         0xbd919c0 s Context>handleSignal:
         0xbd965f0 s Context>handleSignal:
         0xbd9b220 s Context>handleSignal:
         0xbd9fe50 s Context>handleSignal:
         0xbda4a80 s Context>handleSignal:
         0xbda96b0 s Context>handleSignal:
         0xbdae2e0 s Context>handleSignal:
         0xbdb2f10 s Context>handleSignal:
         0xbdb7b40 s Context>handleSignal:
         0xbdbc770 s Context>handleSignal:
         0xbdc13a0 s Context>handleSignal:
         0xbdc5fd0 s Context>handleSignal:
         0xbdcac00 s Context>handleSignal:
         0xbdcf830 s Context>handleSignal:
         0xbdd4460 s Context>handleSignal:
         0xbdd9090 s Context>handleSignal:
         0xbdddcc0 s Context>handleSignal:
         0xbde28f0 s Context>handleSignal:
         0xbde7520 s Context>handleSignal:
         0xbdec150 s Context>handleSignal:
         0xbdf0d80 s Context>handleSignal:
         0xbdf59b0 s Context>handleSignal:
         0xbdfa5e0 s Context>handleSignal:
         0xbdff210 s Context>handleSignal:
         0xbe03e40 s Context>handleSignal:
         0xbe08a70 s Context>handleSignal:
         0xbe0d6a0 s Context>handleSignal:
         0xbe122d0 s Context>handleSignal:
         0xbe16f00 s Context>handleSignal:
         0xbe1bb30 s Context>handleSignal:
         0xbe20760 s Context>handleSignal:
         0xbe25390 s Context>handleSignal:
         0xbe29fc0 s Context>handleSignal:
         0xbe2ebf0 s Context>handleSignal:
         0xbe33820 s Context>handleSignal:
         0xbe38450 s Context>handleSignal:
         0xbe3d080 s Context>handleSignal:
         0xbe41cb0 s Context>handleSignal:
         0xbe468e0 s Context>handleSignal:
         0xbe4b510 s Context>handleSignal:
         0xbe50140 s Context>handleSignal:
         0xbe54d70 s Context>handleSignal:
         0xbe599a0 s Context>handleSignal:
         0xbe5e5d0 s Context>handleSignal:
         0xbe63200 s Context>handleSignal:
         0xbe67e30 s Context>handleSignal:
         0xbe6ca60 s Context>handleSignal:
         0xbe71690 s Context>handleSignal:
         0xbe762c0 s Context>handleSignal:
         0xbe7aef0 s Context>handleSignal:
         0xbe7fa68 s Context>handleSignal:
         0xbe84528 s Context>handleSignal:
         0xbe88f30 s Context>handleSignal:
         0xbe8d880 s Context>handleSignal:
         0xbe92118 s Context>handleSignal:
         0xbe968f8 s Context>handleSignal:
         0xbe9b020 s Context>handleSignal:
         0xbe9f690 s Context>handleSignal:
         0xbea3c48 s Context>handleSignal:
         0xbea8148 s Context>handleSignal:
         0xbeac590 s Context>handleSignal:
         0xbeb0920 s Context>handleSignal:
         0xbeb4bf8 s Context>handleSignal:
         0xbeb8e18 s Context>handleSignal:
         0xbebcf80 s Context>handleSignal:
         0xbec1030 s Context>handleSignal:
         0xbec5028 s Context>handleSignal:
         0xbec8f68 s Context>handleSignal:
         0xbeccdf0 s Context>handleSignal:
         0xbed0bc0 s Context>handleSignal:
         0xbed48d8 s Context>handleSignal:
         0xbed8538 s Context>handleSignal:
         0xbedc0e0 s Context>handleSignal:
         0xbedfbd0 s Context>handleSignal:
         0xbee3608 s Context>handleSignal:
         0xbee6f88 s Context>handleSignal:
         0xbeea850 s Context>handleSignal:
         0xbeee060 s Context>handleSignal:
         0xbef17b8 s Context>handleSignal:
         0xbef4e58 s Context>handleSignal:
         0xbef8440 s Context>handleSignal:
         0xbefb970 s Context>handleSignal:
         0xbefede8 s Context>handleSignal:
         0xbf021a8 s Context>handleSignal:
         0xbf054b0 s Context>handleSignal:
         0xbf08700 s Context>handleSignal:
         0xbf0b898 s Context>handleSignal:
         0xbf0e978 s Context>handleSignal:
         0xbf119a0 s Context>handleSignal:
         0xbf14910 s Context>handleSignal:
         0xbf177c8 s Context>handleSignal:
         0xbf1a5c8 s Context>handleSignal:
         0xbf1d310 s Context>handleSignal:
         0xbf1ffa0 s Context>handleSignal:
         0xbf22b78 s Context>handleSignal:
         0xbf25698 s Context>handleSignal:
         0xbf28100 s Context>handleSignal:
         0xbf2aab0 s Context>handleSignal:
         0xbf2d3a8 s Context>handleSignal:
         0xbf2fbe8 s Context>handleSignal:
         0xbf32370 s Context>handleSignal:
         0xbf34a40 s Context>handleSignal:
         0xbf37058 s Context>handleSignal:
         0xbf395b8 s Context>handleSignal:
         0xbf3ba60 s Context>handleSignal:
         0xbf3de50 s Context>handleSignal:
         0xbf40188 s Context>handleSignal:
         0xbf42408 s Context>handleSignal:
         0xbf445d0 s Context>handleSignal:
         0xbf466e0 s Context>handleSignal:
         0xbf48738 s Context>handleSignal:
         0xbf4a6d8 s Context>handleSignal:
         0xbf4c5c0 s Context>handleSignal:
         0xbf4e3f0 s Context>handleSignal:
         0xbf50168 s Context>handleSignal:
         0xbf51e28 s Context>handleSignal:
         0xbf53a30 s Context>handleSignal:
         0xbf55580 s Context>handleSignal:
         0xbf57018 s Context>handleSignal:
         0xbf589f8 s Context>handleSignal:
         0xbf5a320 s Context>handleSignal:
         0xbf5bb90 s Context>handleSignal:
         0xbf5d348 s Context>handleSignal:
         0xbf5ea48 s Context>handleSignal:
         0xbf60090 s Context>handleSignal:
         0xbf61620 s Context>handleSignal:
         0xbf62af8 s Context>handleSignal:
         0xbf63f18 s Context>handleSignal:
         0xbf65280 s Context>handleSignal:
         0xbf66530 s Context>handleSignal:
         0xbf67728 s Context>handleSignal:
         0xbf68868 s Context>handleSignal:
         0xbf698f0 s Context>handleSignal:
         0xbf6a8c0 s Context>handleSignal:
         0xbf6b7d8 s Context>handleSignal:
         0xbf6c638 s Context>handleSignal:
         0xbf6d3e0 s Context>handleSignal:
         0xbf6e018 s Context>handleSignal:
         0xbf6ec50 s Context>handleSignal:
         0xbf6f7d0 s Context>handleSignal:
         0xbf70298 s Context>handleSignal:
         0xbf70ca8 s Context>handleSignal:
         0xbf71600 s Context>handleSignal:
         0xbf71ea0 s Context>handleSignal:
         0xbf72688 s Context>handleSignal:
         0xbf72db8 s Context>handleSignal:
         0xbf8b2c8 s Halt(Exception)>signal
         0xbfa8860 s Halt class(Exception class)>signal
         0xbfdb320 s Halt class>now
         0xbffe498 s FullBlockClosure(Object)>halt
         0xc021fc8 s FullBlockClosure>printOn:
         0xc04e328 s Context>printOn:
         0xc063478 s Context>printDebugOn:
         0xc0635e8 s [] in Context>debugStack:on:
         0xc06fdd8 s OrderedCollection>do:
         0xbfcc568 s Context>debugStack:on:
         0xbff5930 s Context>shortDebugStackOn:
         0xc018758 s [] in SmalltalkImage>logError:inContext:
         0xc0439a8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8b210 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa8748 s SmalltalkImage>logStdErrorDuring:
         0xbfdb220 s SmalltalkImage>logError:inContext:
         0xbffe3d0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc021ed8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04e248 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0633c0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06fc68 s Halt(Exception)>unhandledErrorAction
         0xc08ced8 s Halt(UnhandledException)>defaultAction
         0xc0ff0a0 s UndefinedObject>handleSignal:
         0xc10a168 s Context>handleSignal:
         0xc115158 s Context>handleSignal:
         0xc1152c8 s Context>handleSignal:
         0xc115380 s Context>handleSignal:
         0xc115438 s Context>handleSignal:
         0xc1154f0 s Context>handleSignal:
         0xc1155a8 s Context>handleSignal:
         0xc115660 s Context>handleSignal:
         0xc115718 s Context>handleSignal:
         0xc1157d0 s Context>handleSignal:
         0xc1200b8 s Context>handleSignal:
         0xc12a8e8 s Context>handleSignal:
         0xc135118 s Context>handleSignal:
         0xc13f948 s Context>handleSignal:
         0xc14a178 s Context>handleSignal:
         0xc1549a8 s Context>handleSignal:
         0xc15f1d8 s Context>handleSignal:
         0xc169a08 s Context>handleSignal:
         0xc174238 s Context>handleSignal:
         0xc17ea68 s Context>handleSignal:
         0xc189298 s Context>handleSignal:
         0xc193ac8 s Context>handleSignal:
         0xc19e2f8 s Context>handleSignal:
         0xc1a8b28 s Context>handleSignal:
         0xc1b3358 s Context>handleSignal:
         0xc1bdb88 s Context>handleSignal:
         0xc1c83b8 s Context>handleSignal:
         0xc1d2be8 s Context>handleSignal:
         0xc1dd418 s Context>handleSignal:
         0xc1e7c48 s Context>handleSignal:
         0xc1f2478 s Context>handleSignal:
         0xc1fcca8 s Context>handleSignal:
         0xc2074d8 s Context>handleSignal:
         0xc211d08 s Context>handleSignal:
         0xc21c538 s Context>handleSignal:
         0xc226d68 s Context>handleSignal:
         0xc231598 s Context>handleSignal:
         0xc23bdc8 s Context>handleSignal:
         0xc2465f8 s Context>handleSignal:
         0xc250e28 s Context>handleSignal:
         0xc25b658 s Context>handleSignal:
         0xc262ac8 s Context>handleSignal:
         0xc268838 s Context>handleSignal:
         0xc268bd0 s Context>handleSignal:
         0xc268eb0 s Context>handleSignal:
         0xc269190 s Context>handleSignal:
         0xc2693b8 s Context>handleSignal:
         0xc2695e0 s Context>handleSignal:
         0xc269750 s Context>handleSignal:
         0xb7dbaa8 s Context>handleSignal:
         0xb7e6390 s Context>handleSignal:
         0xb7f0c78 s Context>handleSignal:
         0xb7fb560 s Context>handleSignal:
         0xb805e48 s Context>handleSignal:
         0xb810730 s Context>handleSignal:
         0xb81b018 s Context>handleSignal:
         0xb825900 s Context>handleSignal:
         0xb8301e8 s Context>handleSignal:
         0xb83aad0 s Context>handleSignal:
         0xb8453b8 s Context>handleSignal:
         0xb84fca0 s Context>handleSignal:
         0xb85a588 s Context>handleSignal:
         0xb864e70 s Context>handleSignal:
         0xb86f758 s Context>handleSignal:
         0xb87a040 s Context>handleSignal:
         0xb884928 s Context>handleSignal:
         0xb88f210 s Context>handleSignal:
         0xb899af8 s Context>handleSignal:
         0xb8a43e0 s Context>handleSignal:
         0xb8aecc8 s Context>handleSignal:
         0xb8b95b0 s Context>handleSignal:
         0xb8c3e98 s Context>handleSignal:
         0xb8ce780 s Context>handleSignal:
         0xb8d9068 s Context>handleSignal:
         0xb8e3950 s Context>handleSignal:
         0xb8ee238 s Context>handleSignal:
         0xb8f8b20 s Context>handleSignal:
         0xb903408 s Context>handleSignal:
         0xb90dcf0 s Context>handleSignal:
         0xb9185d8 s Context>handleSignal:
         0xb922ec0 s Context>handleSignal:
         0xb92d7a8 s Context>handleSignal:
         0xb938090 s Context>handleSignal:
         0xb942978 s Context>handleSignal:
         0xb94d260 s Context>handleSignal:
         0xb957b48 s Context>handleSignal:
         0xb962430 s Context>handleSignal:
         0xb96cd18 s Context>handleSignal:
         0xb977600 s Context>handleSignal:
         0xb981ee8 s Context>handleSignal:
         0xb98c7d0 s Context>handleSignal:
         0xb9970b8 s Context>handleSignal:
         0xb9a19a0 s Context>handleSignal:
         0xb9ac288 s Context>handleSignal:
         0xb9b6b70 s Context>handleSignal:
         0xb9c1458 s Context>handleSignal:
         0xb9cbd40 s Context>handleSignal:
         0xb9d6628 s Context>handleSignal:
         0xb9e0f10 s Context>handleSignal:
         0xb9eb7f8 s Context>handleSignal:
         0xb9f60e0 s Context>handleSignal:
         0xba009c8 s Context>handleSignal:
         0xba0b2b0 s Context>handleSignal:
         0xba15b98 s Context>handleSignal:
         0xba20480 s Context>handleSignal:
         0xba2ad68 s Context>handleSignal:
         0xba35650 s Context>handleSignal:
         0xba3ff38 s Context>handleSignal:
         0xba46ea0 s Context>handleSignal:
         0xba4bfd8 s Context>handleSignal:
         0xba51058 s Context>handleSignal:
         0xba56020 s Context>handleSignal:
         0xba5afe8 s Context>handleSignal:
         0xba5fef8 s Context>handleSignal:
         0xba64d50 s Context>handleSignal:
         0xba69af0 s Context>handleSignal:
         0xba6e890 s Context>handleSignal:
         0xba73578 s Context>handleSignal:
         0xba78260 s Context>handleSignal:
         0xba7cf48 s Context>handleSignal:
         0xba81c30 s Context>handleSignal:
         0xba86918 s Context>handleSignal:
         0xba8b600 s Context>handleSignal:
         0xba902e8 s Context>handleSignal:
         0xba94fd0 s Context>handleSignal:
         0xba99cb8 s Context>handleSignal:
         0xba9e9a0 s Context>handleSignal:
         0xbaa3688 s Context>handleSignal:
         0xbaa8370 s Context>handleSignal:
         0xbaad058 s Context>handleSignal:
         0xbab1d40 s Context>handleSignal:
         0xbab6a28 s Context>handleSignal:
         0xbabb710 s Context>handleSignal:
         0xbac03f8 s Context>handleSignal:
         0xbac50e0 s Context>handleSignal:
         0xbac9dc8 s Context>handleSignal:
         0xbaceab0 s Context>handleSignal:
         0xbad3798 s Context>handleSignal:
         0xbad8480 s Context>handleSignal:
         0xbadd168 s Context>handleSignal:
         0xbae1e50 s Context>handleSignal:
         0xbae6b38 s Context>handleSignal:
         0xbaeb820 s Context>handleSignal:
         0xbaf0508 s Context>handleSignal:
         0xbaf51f0 s Context>handleSignal:
         0xbaf9ed8 s Context>handleSignal:
         0xbafebc0 s Context>handleSignal:
         0xbb038a8 s Context>handleSignal:
         0xbb08590 s Context>handleSignal:
         0xbb0d278 s Context>handleSignal:
         0xbb11f60 s Context>handleSignal:
         0xbb16c48 s Context>handleSignal:
         0xbb1b930 s Context>handleSignal:
         0xbb20618 s Context>handleSignal:
         0xbb25300 s Context>handleSignal:
         0xbb29fe8 s Context>handleSignal:
         0xbb2ecd0 s Context>handleSignal:
         0xbb339b8 s Context>handleSignal:
         0xbb386a0 s Context>handleSignal:
         0xbb3d388 s Context>handleSignal:
         0xbb42070 s Context>handleSignal:
         0xbb46d58 s Context>handleSignal:
         0xbb4ba40 s Context>handleSignal:
         0xbb50728 s Context>handleSignal:
         0xbb55410 s Context>handleSignal:
         0xbb5a0f8 s Context>handleSignal:
         0xbb5ede0 s Context>handleSignal:
         0xbb63ac8 s Context>handleSignal:
         0xbb687b0 s Context>handleSignal:
         0xbb6d498 s Context>handleSignal:
         0xbb72180 s Context>handleSignal:
         0xbb76e68 s Context>handleSignal:
         0xbb7bb50 s Context>handleSignal:
         0xbb80838 s Context>handleSignal:
         0xbb85520 s Context>handleSignal:
         0xbb8a208 s Context>handleSignal:
         0xbb8eef0 s Context>handleSignal:
         0xbb93bd8 s Context>handleSignal:
         0xbb988c0 s Context>handleSignal:
         0xbb9d4f0 s Context>handleSignal:
         0xbba2120 s Context>handleSignal:
         0xbba6d50 s Context>handleSignal:
         0xbbab980 s Context>handleSignal:
         0xbbb05b0 s Context>handleSignal:
         0xbbb51e0 s Context>handleSignal:
         0xbbb9e10 s Context>handleSignal:
         0xbbbea40 s Context>handleSignal:
         0xbbc3670 s Context>handleSignal:
         0xbbc82a0 s Context>handleSignal:
         0xbbcced0 s Context>handleSignal:
         0xbbd1b00 s Context>handleSignal:
         0xbbd6730 s Context>handleSignal:
         0xbbdb360 s Context>handleSignal:
         0xbbdff90 s Context>handleSignal:
         0xbbe4bc0 s Context>handleSignal:
         0xbbe97f0 s Context>handleSignal:
         0xbbee420 s Context>handleSignal:
         0xbbf3050 s Context>handleSignal:
         0xbbf7c80 s Context>handleSignal:
         0xbbfc8b0 s Context>handleSignal:
         0xbc014e0 s Context>handleSignal:
         0xbc06110 s Context>handleSignal:
         0xbc0ad40 s Context>handleSignal:
         0xbc0f970 s Context>handleSignal:
         0xbc145a0 s Context>handleSignal:
         0xbc191d0 s Context>handleSignal:
         0xbc1de00 s Context>handleSignal:
         0xbc22a30 s Context>handleSignal:
         0xbc27660 s Context>handleSignal:
         0xbc2c290 s Context>handleSignal:
         0xbc30ec0 s Context>handleSignal:
         0xbc35af0 s Context>handleSignal:
         0xbc3a720 s Context>handleSignal:
         0xbc3f350 s Context>handleSignal:
         0xbc43f80 s Context>handleSignal:
         0xbc48bb0 s Context>handleSignal:
         0xbc4d7e0 s Context>handleSignal:
         0xbc52410 s Context>handleSignal:
         0xbc57110 s Context>handleSignal:
         0xbc5bd40 s Context>handleSignal:
         0xbc60970 s Context>handleSignal:
         0xbc655a0 s Context>handleSignal:
         0xbc6a1d0 s Context>handleSignal:
         0xbc6ee00 s Context>handleSignal:
         0xbc73a30 s Context>handleSignal:
         0xbc78660 s Context>handleSignal:
         0xbc7d290 s Context>handleSignal:
         0xbc81ec0 s Context>handleSignal:
         0xbc86af0 s Context>handleSignal:
         0xbc8b720 s Context>handleSignal:
         0xbc90350 s Context>handleSignal:
         0xbc94f80 s Context>handleSignal:
         0xbc99bb0 s Context>handleSignal:
         0xbc9e7e0 s Context>handleSignal:
         0xbca3410 s Context>handleSignal:
         0xbca8040 s Context>handleSignal:
         0xbcacc70 s Context>handleSignal:
         0xbcb18a0 s Context>handleSignal:
         0xbcb64d0 s Context>handleSignal:
         0xbcbb100 s Context>handleSignal:
         0xbcbfd30 s Context>handleSignal:
         0xbcc4960 s Context>handleSignal:
         0xbcc9590 s Context>handleSignal:
         0xbcce1c0 s Context>handleSignal:
         0xbcd2df0 s Context>handleSignal:
         0xbcd7a20 s Context>handleSignal:
         0xbcdc650 s Context>handleSignal:
         0xbce1280 s Context>handleSignal:
         0xbce5eb0 s Context>handleSignal:
         0xbceaae0 s Context>handleSignal:
         0xbcef710 s Context>handleSignal:
         0xbcf4340 s Context>handleSignal:
         0xbcf8f70 s Context>handleSignal:
         0xbcfdba0 s Context>handleSignal:
         0xbd027d0 s Context>handleSignal:
         0xbd07400 s Context>handleSignal:
         0xbd0c030 s Context>handleSignal:
         0xbd10c60 s Context>handleSignal:
         0xbd15890 s Context>handleSignal:
         0xbd1a4c0 s Context>handleSignal:
         0xbd1f0f0 s Context>handleSignal:
         0xbd23d20 s Context>handleSignal:
         0xbd28950 s Context>handleSignal:
         0xbd2d580 s Context>handleSignal:
         0xbd321b0 s Context>handleSignal:
         0xbd36de0 s Context>handleSignal:
         0xbd3ba10 s Context>handleSignal:
         0xbd40640 s Context>handleSignal:
         0xbd45270 s Context>handleSignal:
         0xbd49ea0 s Context>handleSignal:
         0xbd4ead0 s Context>handleSignal:
         0xbd53700 s Context>handleSignal:
         0xbd58330 s Context>handleSignal:
         0xbd5cf60 s Context>handleSignal:
         0xbd61b90 s Context>handleSignal:
         0xbd667c0 s Context>handleSignal:
         0xbd6b3f0 s Context>handleSignal:
         0xbd70020 s Context>handleSignal:
         0xbd74c50 s Context>handleSignal:
         0xbd79880 s Context>handleSignal:
         0xbd7e4b0 s Context>handleSignal:
         0xbd830e0 s Context>handleSignal:
         0xbd87d10 s Context>handleSignal:
         0xbd8c940 s Context>handleSignal:
         0xbd91570 s Context>handleSignal:
         0xbd961a0 s Context>handleSignal:
         0xbd9add0 s Context>handleSignal:
         0xbd9fa00 s Context>handleSignal:
         0xbda4630 s Context>handleSignal:
         0xbda9260 s Context>handleSignal:
         0xbdade90 s Context>handleSignal:
         0xbdb2ac0 s Context>handleSignal:
         0xbdb76f0 s Context>handleSignal:
         0xbdbc320 s Context>handleSignal:
         0xbdc0f50 s Context>handleSignal:
         0xbdc5b80 s Context>handleSignal:
         0xbdca7b0 s Context>handleSignal:
         0xbdcf3e0 s Context>handleSignal:
         0xbdd4010 s Context>handleSignal:
         0xbdd8c40 s Context>handleSignal:
         0xbddd870 s Context>handleSignal:
         0xbde24a0 s Context>handleSignal:
         0xbde70d0 s Context>handleSignal:
         0xbdebd00 s Context>handleSignal:
         0xbdf0930 s Context>handleSignal:
         0xbdf5560 s Context>handleSignal:
         0xbdfa190 s Context>handleSignal:
         0xbdfedc0 s Context>handleSignal:
         0xbe039f0 s Context>handleSignal:
         0xbe08620 s Context>handleSignal:
         0xbe0d250 s Context>handleSignal:
         0xbe11e80 s Context>handleSignal:
         0xbe16ab0 s Context>handleSignal:
         0xbe1b6e0 s Context>handleSignal:
         0xbe20310 s Context>handleSignal:
         0xbe24f40 s Context>handleSignal:
         0xbe29b70 s Context>handleSignal:
         0xbe2e7a0 s Context>handleSignal:
         0xbe333d0 s Context>handleSignal:
         0xbe38000 s Context>handleSignal:
         0xbe3cc30 s Context>handleSignal:
         0xbe41860 s Context>handleSignal:
         0xbe46490 s Context>handleSignal:
         0xbe4b0c0 s Context>handleSignal:
         0xbe4fcf0 s Context>handleSignal:
         0xbe54920 s Context>handleSignal:
         0xbe59550 s Context>handleSignal:
         0xbe5e180 s Context>handleSignal:
         0xbe62db0 s Context>handleSignal:
         0xbe679e0 s Context>handleSignal:
         0xbe6c610 s Context>handleSignal:
         0xbe71240 s Context>handleSignal:
         0xbe75e70 s Context>handleSignal:
         0xbe7aaa0 s Context>handleSignal:
         0xbe7f618 s Context>handleSignal:
         0xbe840d8 s Context>handleSignal:
         0xbe88ae0 s Context>handleSignal:
         0xbe8d430 s Context>handleSignal:
         0xbe91cc8 s Context>handleSignal:
         0xbe964a8 s Context>handleSignal:
         0xbe9abd0 s Context>handleSignal:
         0xbe9f240 s Context>handleSignal:
         0xbea37f8 s Context>handleSignal:
         0xbea7cf8 s Context>handleSignal:
         0xbeac140 s Context>handleSignal:
         0xbeb04d0 s Context>handleSignal:
         0xbeb47a8 s Context>handleSignal:
         0xbeb89c8 s Context>handleSignal:
         0xbebcb30 s Context>handleSignal:
         0xbec0be0 s Context>handleSignal:
         0xbec4bd8 s Context>handleSignal:
         0xbec8b18 s Context>handleSignal:
         0xbecc9a0 s Context>handleSignal:
         0xbed0770 s Context>handleSignal:
         0xbed4488 s Context>handleSignal:
         0xbed80e8 s Context>handleSignal:
         0xbedbc90 s Context>handleSignal:
         0xbedf780 s Context>handleSignal:
         0xbee31b8 s Context>handleSignal:
         0xbee6b38 s Context>handleSignal:
         0xbeea400 s Context>handleSignal:
         0xbeedc10 s Context>handleSignal:
         0xbef1368 s Context>handleSignal:
         0xbef4a08 s Context>handleSignal:
         0xbef7ff0 s Context>handleSignal:
         0xbefb520 s Context>handleSignal:
         0xbefe998 s Context>handleSignal:
         0xbf01d58 s Context>handleSignal:
         0xbf05060 s Context>handleSignal:
         0xbf082b0 s Context>handleSignal:
         0xbf0b448 s Context>handleSignal:
         0xbf0e528 s Context>handleSignal:
         0xbf11550 s Context>handleSignal:
         0xbf144c0 s Context>handleSignal:
         0xbf17378 s Context>handleSignal:
         0xbf1a178 s Context>handleSignal:
         0xbf1cec0 s Context>handleSignal:
         0xbf1fb50 s Context>handleSignal:
         0xbf22728 s Context>handleSignal:
         0xbf25248 s Context>handleSignal:
         0xbf27cb0 s Context>handleSignal:
         0xbf2a660 s Context>handleSignal:
         0xbf2cf58 s Context>handleSignal:
         0xbf2f798 s Context>handleSignal:
         0xbf31f20 s Context>handleSignal:
         0xbf345f0 s Context>handleSignal:
         0xbf36c08 s Context>handleSignal:
         0xbf39168 s Context>handleSignal:
         0xbf3b610 s Context>handleSignal:
         0xbf3da00 s Context>handleSignal:
         0xbf3fd38 s Context>handleSignal:
         0xbf41fb8 s Context>handleSignal:
         0xbf44180 s Context>handleSignal:
         0xbf46290 s Context>handleSignal:
         0xbf482e8 s Context>handleSignal:
         0xbf4a288 s Context>handleSignal:
         0xbf4c170 s Context>handleSignal:
         0xbf4dfa0 s Context>handleSignal:
         0xbf4fd18 s Context>handleSignal:
         0xbf519d8 s Context>handleSignal:
         0xbf535e0 s Context>handleSignal:
         0xbf55130 s Context>handleSignal:
         0xbf56bc8 s Context>handleSignal:
         0xbf585a8 s Context>handleSignal:
         0xbf59ed0 s Context>handleSignal:
         0xbf5b740 s Context>handleSignal:
         0xbf5cef8 s Context>handleSignal:
         0xbf5e5f8 s Context>handleSignal:
         0xbf5fc40 s Context>handleSignal:
         0xbf611d0 s Context>handleSignal:
         0xbf626a8 s Context>handleSignal:
         0xbf63ac8 s Context>handleSignal:
         0xbf64e30 s Context>handleSignal:
         0xbf660e0 s Context>handleSignal:
         0xbf672d8 s Context>handleSignal:
         0xbf68418 s Context>handleSignal:
         0xbf694a0 s Context>handleSignal:
         0xbf6a470 s Context>handleSignal:
         0xbf6b388 s Context>handleSignal:
         0xbf6c1e8 s Context>handleSignal:
         0xbf6cf90 s Context>handleSignal:
         0xbf6dbc8 s Context>handleSignal:
         0xbf6e800 s Context>handleSignal:
         0xbf6f380 s Context>handleSignal:
         0xbf6fe48 s Context>handleSignal:
         0xbf70858 s Context>handleSignal:
         0xbf711b0 s Context>handleSignal:
         0xbf71a50 s Context>handleSignal:
         0xbf72238 s Context>handleSignal:
         0xbf72968 s Context>handleSignal:
         0xbf72fe0 s Context>handleSignal:
         0xbf8b5a8 s Halt(Exception)>signal
         0xbfa8ba0 s Halt class(Exception class)>signal
         0xbfdb648 s Halt class>now
         0xbfcc620 s FullBlockClosure(Object)>halt
         0xbff59e8 s FullBlockClosure>printOn:
         0xc018810 s Context>printOn:
         0xc043a60 s Context>printDebugOn:
         0xc05ce68 s [] in Context>debugStack:on:
         0xc06ac70 s OrderedCollection>do:
         0xbfcd1a8 s Context>debugStack:on:
         0xbff6458 s Context>shortDebugStackOn:
         0xc0191d8 s [] in SmalltalkImage>logError:inContext:
         0xc0448c0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8b0a0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa8578 s SmalltalkImage>logStdErrorDuring:
         0xbfdb068 s SmalltalkImage>logError:inContext:
         0xbffe308 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc021de8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04e168 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc063308 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06fbb0 s Halt(Exception)>unhandledErrorAction
         0xc08ce20 s Halt(UnhandledException)>defaultAction
         0xc0fefe8 s UndefinedObject>handleSignal:
         0xc10a0b0 s Context>handleSignal:
         0xc10a420 s Context>handleSignal:
         0xc10a4d8 s Context>handleSignal:
         0xc10a590 s Context>handleSignal:
         0xc10a648 s Context>handleSignal:
         0xc10a700 s Context>handleSignal:
         0xc10a7b8 s Context>handleSignal:
         0xc10a870 s Context>handleSignal:
         0xc10a928 s Context>handleSignal:
         0xc10a9e0 s Context>handleSignal:
         0xc115888 s Context>handleSignal:
         0xc120170 s Context>handleSignal:
         0xc12a9a0 s Context>handleSignal:
         0xc1351d0 s Context>handleSignal:
         0xc13fa00 s Context>handleSignal:
         0xc14a230 s Context>handleSignal:
         0xc154a60 s Context>handleSignal:
         0xc15f290 s Context>handleSignal:
         0xc169ac0 s Context>handleSignal:
         0xc1742f0 s Context>handleSignal:
         0xc17eb20 s Context>handleSignal:
         0xc189350 s Context>handleSignal:
         0xc193b80 s Context>handleSignal:
         0xc19e3b0 s Context>handleSignal:
         0xc1a8be0 s Context>handleSignal:
         0xc1b3410 s Context>handleSignal:
         0xc1bdc40 s Context>handleSignal:
         0xc1c8470 s Context>handleSignal:
         0xc1d2ca0 s Context>handleSignal:
         0xc1dd4d0 s Context>handleSignal:
         0xc1e7d00 s Context>handleSignal:
         0xc1f2530 s Context>handleSignal:
         0xc1fcd60 s Context>handleSignal:
         0xc207590 s Context>handleSignal:
         0xc211dc0 s Context>handleSignal:
         0xc21c5f0 s Context>handleSignal:
         0xc226e20 s Context>handleSignal:
         0xc231650 s Context>handleSignal:
         0xc23be80 s Context>handleSignal:
         0xc2466b0 s Context>handleSignal:
         0xc250ee0 s Context>handleSignal:
         0xc25b710 s Context>handleSignal:
         0xc262b80 s Context>handleSignal:
         0xc2688f0 s Context>handleSignal:
         0xc268c88 s Context>handleSignal:
         0xc268f68 s Context>handleSignal:
         0xc269248 s Context>handleSignal:
         0xc269470 s Context>handleSignal:
         0xb7dbb60 s Context>handleSignal:
         0xb7e6448 s Context>handleSignal:
         0xb7f0d30 s Context>handleSignal:
         0xb7fb618 s Context>handleSignal:
         0xb805f00 s Context>handleSignal:
         0xb8107e8 s Context>handleSignal:
         0xb81b0d0 s Context>handleSignal:
         0xb8259b8 s Context>handleSignal:
         0xb8302a0 s Context>handleSignal:
         0xb83ab88 s Context>handleSignal:
         0xb845470 s Context>handleSignal:
         0xb84fd58 s Context>handleSignal:
         0xb85a640 s Context>handleSignal:
         0xb864f28 s Context>handleSignal:
         0xb86f810 s Context>handleSignal:
         0xb87a0f8 s Context>handleSignal:
         0xb8849e0 s Context>handleSignal:
         0xb88f2c8 s Context>handleSignal:
         0xb899bb0 s Context>handleSignal:
         0xb8a4498 s Context>handleSignal:
         0xb8aed80 s Context>handleSignal:
         0xb8b9668 s Context>handleSignal:
         0xb8c3f50 s Context>handleSignal:
         0xb8ce838 s Context>handleSignal:
         0xb8d9120 s Context>handleSignal:
         0xb8e3a08 s Context>handleSignal:
         0xb8ee2f0 s Context>handleSignal:
         0xb8f8bd8 s Context>handleSignal:
         0xb9034c0 s Context>handleSignal:
         0xb90dda8 s Context>handleSignal:
         0xb918690 s Context>handleSignal:
         0xb922f78 s Context>handleSignal:
         0xb92d860 s Context>handleSignal:
         0xb938148 s Context>handleSignal:
         0xb942a30 s Context>handleSignal:
         0xb94d318 s Context>handleSignal:
         0xb957c00 s Context>handleSignal:
         0xb9624e8 s Context>handleSignal:
         0xb96cdd0 s Context>handleSignal:
         0xb9776b8 s Context>handleSignal:
         0xb981fa0 s Context>handleSignal:
         0xb98c888 s Context>handleSignal:
         0xb997170 s Context>handleSignal:
         0xb9a1a58 s Context>handleSignal:
         0xb9ac340 s Context>handleSignal:
         0xb9b6c28 s Context>handleSignal:
         0xb9c1510 s Context>handleSignal:
         0xb9cbdf8 s Context>handleSignal:
         0xb9d66e0 s Context>handleSignal:
         0xb9e0fc8 s Context>handleSignal:
         0xb9eb8b0 s Context>handleSignal:
         0xb9f6198 s Context>handleSignal:
         0xba00a80 s Context>handleSignal:
         0xba0b368 s Context>handleSignal:
         0xba15c50 s Context>handleSignal:
         0xba20538 s Context>handleSignal:
         0xba2ae20 s Context>handleSignal:
         0xba35708 s Context>handleSignal:
         0xba3fff0 s Context>handleSignal:
         0xba46f58 s Context>handleSignal:
         0xba4c090 s Context>handleSignal:
         0xba51110 s Context>handleSignal:
         0xba560d8 s Context>handleSignal:
         0xba5b0a0 s Context>handleSignal:
         0xba5ffb0 s Context>handleSignal:
         0xba64e08 s Context>handleSignal:
         0xba69ba8 s Context>handleSignal:
         0xba6e948 s Context>handleSignal:
         0xba73630 s Context>handleSignal:
         0xba78318 s Context>handleSignal:
         0xba7d000 s Context>handleSignal:
         0xba81ce8 s Context>handleSignal:
         0xba869d0 s Context>handleSignal:
         0xba8b6b8 s Context>handleSignal:
         0xba903a0 s Context>handleSignal:
         0xba95088 s Context>handleSignal:
         0xba99d70 s Context>handleSignal:
         0xba9ea58 s Context>handleSignal:
         0xbaa3740 s Context>handleSignal:
         0xbaa8428 s Context>handleSignal:
         0xbaad110 s Context>handleSignal:
         0xbab1df8 s Context>handleSignal:
         0xbab6ae0 s Context>handleSignal:
         0xbabb7c8 s Context>handleSignal:
         0xbac04b0 s Context>handleSignal:
         0xbac5198 s Context>handleSignal:
         0xbac9e80 s Context>handleSignal:
         0xbaceb68 s Context>handleSignal:
         0xbad3850 s Context>handleSignal:
         0xbad8538 s Context>handleSignal:
         0xbadd220 s Context>handleSignal:
         0xbae1f08 s Context>handleSignal:
         0xbae6bf0 s Context>handleSignal:
         0xbaeb8d8 s Context>handleSignal:
         0xbaf05c0 s Context>handleSignal:
         0xbaf52a8 s Context>handleSignal:
         0xbaf9f90 s Context>handleSignal:
         0xbafec78 s Context>handleSignal:
         0xbb03960 s Context>handleSignal:
         0xbb08648 s Context>handleSignal:
         0xbb0d330 s Context>handleSignal:
         0xbb12018 s Context>handleSignal:
         0xbb16d00 s Context>handleSignal:
         0xbb1b9e8 s Context>handleSignal:
         0xbb206d0 s Context>handleSignal:
         0xbb253b8 s Context>handleSignal:
         0xbb2a0a0 s Context>handleSignal:
         0xbb2ed88 s Context>handleSignal:
         0xbb33a70 s Context>handleSignal:
         0xbb38758 s Context>handleSignal:
         0xbb3d440 s Context>handleSignal:
         0xbb42128 s Context>handleSignal:
         0xbb46e10 s Context>handleSignal:
         0xbb4baf8 s Context>handleSignal:
         0xbb507e0 s Context>handleSignal:
         0xbb554c8 s Context>handleSignal:
         0xbb5a1b0 s Context>handleSignal:
         0xbb5ee98 s Context>handleSignal:
         0xbb63b80 s Context>handleSignal:
         0xbb68868 s Context>handleSignal:
         0xbb6d550 s Context>handleSignal:
         0xbb72238 s Context>handleSignal:
         0xbb76f20 s Context>handleSignal:
         0xbb7bc08 s Context>handleSignal:
         0xbb808f0 s Context>handleSignal:
         0xbb855d8 s Context>handleSignal:
         0xbb8a2c0 s Context>handleSignal:
         0xbb8efa8 s Context>handleSignal:
         0xbb93c90 s Context>handleSignal:
         0xbb98978 s Context>handleSignal:
         0xbb9d5a8 s Context>handleSignal:
         0xbba21d8 s Context>handleSignal:
         0xbba6e08 s Context>handleSignal:
         0xbbaba38 s Context>handleSignal:
         0xbbb0668 s Context>handleSignal:
         0xbbb5298 s Context>handleSignal:
         0xbbb9ec8 s Context>handleSignal:
         0xbbbeaf8 s Context>handleSignal:
         0xbbc3728 s Context>handleSignal:
         0xbbc8358 s Context>handleSignal:
         0xbbccf88 s Context>handleSignal:
         0xbbd1bb8 s Context>handleSignal:
         0xbbd67e8 s Context>handleSignal:
         0xbbdb418 s Context>handleSignal:
         0xbbe0048 s Context>handleSignal:
         0xbbe4c78 s Context>handleSignal:
         0xbbe98a8 s Context>handleSignal:
         0xbbee4d8 s Context>handleSignal:
         0xbbf3108 s Context>handleSignal:
         0xbbf7d38 s Context>handleSignal:
         0xbbfc968 s Context>handleSignal:
         0xbc01598 s Context>handleSignal:
         0xbc061c8 s Context>handleSignal:
         0xbc0adf8 s Context>handleSignal:
         0xbc0fa28 s Context>handleSignal:
         0xbc14658 s Context>handleSignal:
         0xbc19288 s Context>handleSignal:
         0xbc1deb8 s Context>handleSignal:
         0xbc22ae8 s Context>handleSignal:
         0xbc27718 s Context>handleSignal:
         0xbc2c348 s Context>handleSignal:
         0xbc30f78 s Context>handleSignal:
         0xbc35ba8 s Context>handleSignal:
         0xbc3a7d8 s Context>handleSignal:
         0xbc3f408 s Context>handleSignal:
         0xbc44038 s Context>handleSignal:
         0xbc48c68 s Context>handleSignal:
         0xbc4d898 s Context>handleSignal:
         0xbc524c8 s Context>handleSignal:
         0xbc571c8 s Context>handleSignal:
         0xbc5bdf8 s Context>handleSignal:
         0xbc60a28 s Context>handleSignal:
         0xbc65658 s Context>handleSignal:
         0xbc6a288 s Context>handleSignal:
         0xbc6eeb8 s Context>handleSignal:
         0xbc73ae8 s Context>handleSignal:
         0xbc78718 s Context>handleSignal:
         0xbc7d348 s Context>handleSignal:
         0xbc81f78 s Context>handleSignal:
         0xbc86ba8 s Context>handleSignal:
         0xbc8b7d8 s Context>handleSignal:
         0xbc90408 s Context>handleSignal:
         0xbc95038 s Context>handleSignal:
         0xbc99c68 s Context>handleSignal:
         0xbc9e898 s Context>handleSignal:
         0xbca34c8 s Context>handleSignal:
         0xbca80f8 s Context>handleSignal:
         0xbcacd28 s Context>handleSignal:
         0xbcb1958 s Context>handleSignal:
         0xbcb6588 s Context>handleSignal:
         0xbcbb1b8 s Context>handleSignal:
         0xbcbfde8 s Context>handleSignal:
         0xbcc4a18 s Context>handleSignal:
         0xbcc9648 s Context>handleSignal:
         0xbcce278 s Context>handleSignal:
         0xbcd2ea8 s Context>handleSignal:
         0xbcd7ad8 s Context>handleSignal:
         0xbcdc708 s Context>handleSignal:
         0xbce1338 s Context>handleSignal:
         0xbce5f68 s Context>handleSignal:
         0xbceab98 s Context>handleSignal:
         0xbcef7c8 s Context>handleSignal:
         0xbcf43f8 s Context>handleSignal:
         0xbcf9028 s Context>handleSignal:
         0xbcfdc58 s Context>handleSignal:
         0xbd02888 s Context>handleSignal:
         0xbd074b8 s Context>handleSignal:
         0xbd0c0e8 s Context>handleSignal:
         0xbd10d18 s Context>handleSignal:
         0xbd15948 s Context>handleSignal:
         0xbd1a578 s Context>handleSignal:
         0xbd1f1a8 s Context>handleSignal:
         0xbd23dd8 s Context>handleSignal:
         0xbd28a08 s Context>handleSignal:
         0xbd2d638 s Context>handleSignal:
         0xbd32268 s Context>handleSignal:
         0xbd36e98 s Context>handleSignal:
         0xbd3bac8 s Context>handleSignal:
         0xbd406f8 s Context>handleSignal:
         0xbd45328 s Context>handleSignal:
         0xbd49f58 s Context>handleSignal:
         0xbd4eb88 s Context>handleSignal:
         0xbd537b8 s Context>handleSignal:
         0xbd583e8 s Context>handleSignal:
         0xbd5d018 s Context>handleSignal:
         0xbd61c48 s Context>handleSignal:
         0xbd66878 s Context>handleSignal:
         0xbd6b4a8 s Context>handleSignal:
         0xbd700d8 s Context>handleSignal:
         0xbd74d08 s Context>handleSignal:
         0xbd79938 s Context>handleSignal:
         0xbd7e568 s Context>handleSignal:
         0xbd83198 s Context>handleSignal:
         0xbd87dc8 s Context>handleSignal:
         0xbd8c9f8 s Context>handleSignal:
         0xbd91628 s Context>handleSignal:
         0xbd96258 s Context>handleSignal:
         0xbd9ae88 s Context>handleSignal:
         0xbd9fab8 s Context>handleSignal:
         0xbda46e8 s Context>handleSignal:
         0xbda9318 s Context>handleSignal:
         0xbdadf48 s Context>handleSignal:
         0xbdb2b78 s Context>handleSignal:
         0xbdb77a8 s Context>handleSignal:
         0xbdbc3d8 s Context>handleSignal:
         0xbdc1008 s Context>handleSignal:
         0xbdc5c38 s Context>handleSignal:
         0xbdca868 s Context>handleSignal:
         0xbdcf498 s Context>handleSignal:
         0xbdd40c8 s Context>handleSignal:
         0xbdd8cf8 s Context>handleSignal:
         0xbddd928 s Context>handleSignal:
         0xbde2558 s Context>handleSignal:
         0xbde7188 s Context>handleSignal:
         0xbdebdb8 s Context>handleSignal:
         0xbdf09e8 s Context>handleSignal:
         0xbdf5618 s Context>handleSignal:
         0xbdfa248 s Context>handleSignal:
         0xbdfee78 s Context>handleSignal:
         0xbe03aa8 s Context>handleSignal:
         0xbe086d8 s Context>handleSignal:
         0xbe0d308 s Context>handleSignal:
         0xbe11f38 s Context>handleSignal:
         0xbe16b68 s Context>handleSignal:
         0xbe1b798 s Context>handleSignal:
         0xbe203c8 s Context>handleSignal:
         0xbe24ff8 s Context>handleSignal:
         0xbe29c28 s Context>handleSignal:
         0xbe2e858 s Context>handleSignal:
         0xbe33488 s Context>handleSignal:
         0xbe380b8 s Context>handleSignal:
         0xbe3cce8 s Context>handleSignal:
         0xbe41918 s Context>handleSignal:
         0xbe46548 s Context>handleSignal:
         0xbe4b178 s Context>handleSignal:
         0xbe4fda8 s Context>handleSignal:
         0xbe549d8 s Context>handleSignal:
         0xbe59608 s Context>handleSignal:
         0xbe5e238 s Context>handleSignal:
         0xbe62e68 s Context>handleSignal:
         0xbe67a98 s Context>handleSignal:
         0xbe6c6c8 s Context>handleSignal:
         0xbe712f8 s Context>handleSignal:
         0xbe75f28 s Context>handleSignal:
         0xbe7ab58 s Context>handleSignal:
         0xbe7f6d0 s Context>handleSignal:
         0xbe84190 s Context>handleSignal:
         0xbe88b98 s Context>handleSignal:
         0xbe8d4e8 s Context>handleSignal:
         0xbe91d80 s Context>handleSignal:
         0xbe96560 s Context>handleSignal:
         0xbe9ac88 s Context>handleSignal:
         0xbe9f2f8 s Context>handleSignal:
         0xbea38b0 s Context>handleSignal:
         0xbea7db0 s Context>handleSignal:
         0xbeac1f8 s Context>handleSignal:
         0xbeb0588 s Context>handleSignal:
         0xbeb4860 s Context>handleSignal:
         0xbeb8a80 s Context>handleSignal:
         0xbebcbe8 s Context>handleSignal:
         0xbec0c98 s Context>handleSignal:
         0xbec4c90 s Context>handleSignal:
         0xbec8bd0 s Context>handleSignal:
         0xbecca58 s Context>handleSignal:
         0xbed0828 s Context>handleSignal:
         0xbed4540 s Context>handleSignal:
         0xbed81a0 s Context>handleSignal:
         0xbedbd48 s Context>handleSignal:
         0xbedf838 s Context>handleSignal:
         0xbee3270 s Context>handleSignal:
         0xbee6bf0 s Context>handleSignal:
         0xbeea4b8 s Context>handleSignal:
         0xbeedcc8 s Context>handleSignal:
         0xbef1420 s Context>handleSignal:
         0xbef4ac0 s Context>handleSignal:
         0xbef80a8 s Context>handleSignal:
         0xbefb5d8 s Context>handleSignal:
         0xbefea50 s Context>handleSignal:
         0xbf01e10 s Context>handleSignal:
         0xbf05118 s Context>handleSignal:
         0xbf08368 s Context>handleSignal:
         0xbf0b500 s Context>handleSignal:
         0xbf0e5e0 s Context>handleSignal:
         0xbf11608 s Context>handleSignal:
         0xbf14578 s Context>handleSignal:
         0xbf17430 s Context>handleSignal:
         0xbf1a230 s Context>handleSignal:
         0xbf1cf78 s Context>handleSignal:
         0xbf1fc08 s Context>handleSignal:
         0xbf227e0 s Context>handleSignal:
         0xbf25300 s Context>handleSignal:
         0xbf27d68 s Context>handleSignal:
         0xbf2a718 s Context>handleSignal:
         0xbf2d010 s Context>handleSignal:
         0xbf2f850 s Context>handleSignal:
         0xbf31fd8 s Context>handleSignal:
         0xbf346a8 s Context>handleSignal:
         0xbf36cc0 s Context>handleSignal:
         0xbf39220 s Context>handleSignal:
         0xbf3b6c8 s Context>handleSignal:
         0xbf3dab8 s Context>handleSignal:
         0xbf3fdf0 s Context>handleSignal:
         0xbf42070 s Context>handleSignal:
         0xbf44238 s Context>handleSignal:
         0xbf46348 s Context>handleSignal:
         0xbf483a0 s Context>handleSignal:
         0xbf4a340 s Context>handleSignal:
         0xbf4c228 s Context>handleSignal:
         0xbf4e058 s Context>handleSignal:
         0xbf4fdd0 s Context>handleSignal:
         0xbf51a90 s Context>handleSignal:
         0xbf53698 s Context>handleSignal:
         0xbf551e8 s Context>handleSignal:
         0xbf56c80 s Context>handleSignal:
         0xbf58660 s Context>handleSignal:
         0xbf59f88 s Context>handleSignal:
         0xbf5b7f8 s Context>handleSignal:
         0xbf5cfb0 s Context>handleSignal:
         0xbf5e6b0 s Context>handleSignal:
         0xbf5fcf8 s Context>handleSignal:
         0xbf61288 s Context>handleSignal:
         0xbf62760 s Context>handleSignal:
         0xbf63b80 s Context>handleSignal:
         0xbf64ee8 s Context>handleSignal:
         0xbf66198 s Context>handleSignal:
         0xbf67390 s Context>handleSignal:
         0xbf684d0 s Context>handleSignal:
         0xbf69558 s Context>handleSignal:
         0xbf6a528 s Context>handleSignal:
         0xbf6b440 s Context>handleSignal:
         0xbf6c2a0 s Context>handleSignal:
         0xbf6d048 s Context>handleSignal:
         0xbf6dc80 s Context>handleSignal:
         0xbf6e8b8 s Context>handleSignal:
         0xbf6f438 s Context>handleSignal:
         0xbf6ff00 s Context>handleSignal:
         0xbf70910 s Context>handleSignal:
         0xbf71268 s Context>handleSignal:
         0xbf71b08 s Context>handleSignal:
         0xbf722f0 s Context>handleSignal:
         0xbf72a20 s Context>handleSignal:
         0xbf73098 s Context>handleSignal:
         0xbf8b660 s Halt(Exception)>signal
         0xbfa8c58 s Halt class(Exception class)>signal
         0xbfdb700 s Halt class>now
         0xbfcd260 s FullBlockClosure(Object)>halt
         0xbff6510 s FullBlockClosure>printOn:
         0xc019290 s Context>printOn:
         0xc044978 s Context>printDebugOn:
         0xc043b18 s [] in Context>debugStack:on:
         0xc05cf20 s OrderedCollection>do:
         0xbfcc728 s Context>debugStack:on:
         0xbff5ac8 s Context>shortDebugStackOn:
         0xc0188d8 s [] in SmalltalkImage>logError:inContext:
         0xc043bd0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8af30 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa83a8 s SmalltalkImage>logStdErrorDuring:
         0xbfdaeb0 s SmalltalkImage>logError:inContext:
         0xbffe240 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc021cf8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04e088 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc063250 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06faf8 s Halt(Exception)>unhandledErrorAction
         0xc08cd68 s Halt(UnhandledException)>defaultAction
         0xc0fef30 s UndefinedObject>handleSignal:
         0xc107fa0 s Context>handleSignal:
         0xc108058 s Context>handleSignal:
         0xc108110 s Context>handleSignal:
         0xc1081c8 s Context>handleSignal:
         0xc108280 s Context>handleSignal:
         0xc108338 s Context>handleSignal:
         0xc1083f0 s Context>handleSignal:
         0xc1084a8 s Context>handleSignal:
         0xc108560 s Context>handleSignal:
         0xc108618 s Context>handleSignal:
         0xc1136c0 s Context>handleSignal:
         0xc11e568 s Context>handleSignal:
         0xc128e50 s Context>handleSignal:
         0xc133680 s Context>handleSignal:
         0xc13deb0 s Context>handleSignal:
         0xc1486e0 s Context>handleSignal:
         0xc152f10 s Context>handleSignal:
         0xc15d740 s Context>handleSignal:
         0xc167f70 s Context>handleSignal:
         0xc1727a0 s Context>handleSignal:
         0xc17cfd0 s Context>handleSignal:
         0xc187800 s Context>handleSignal:
         0xc192030 s Context>handleSignal:
         0xc19c860 s Context>handleSignal:
         0xc1a7090 s Context>handleSignal:
         0xc1b18c0 s Context>handleSignal:
         0xc1bc0f0 s Context>handleSignal:
         0xc1c6920 s Context>handleSignal:
         0xc1d1150 s Context>handleSignal:
         0xc1db980 s Context>handleSignal:
         0xc1e61b0 s Context>handleSignal:
         0xc1f09e0 s Context>handleSignal:
         0xc1fb210 s Context>handleSignal:
         0xc205a40 s Context>handleSignal:
         0xc210270 s Context>handleSignal:
         0xc21aaa0 s Context>handleSignal:
         0xc2252d0 s Context>handleSignal:
         0xc22fb00 s Context>handleSignal:
         0xc23a330 s Context>handleSignal:
         0xc244b60 s Context>handleSignal:
         0xc24f390 s Context>handleSignal:
         0xc259bc0 s Context>handleSignal:
         0xc261760 s Context>handleSignal:
         0xc268610 s Context>handleSignal:
         0xc268a60 s Context>handleSignal:
         0xc268df8 s Context>handleSignal:
         0xc2690d8 s Context>handleSignal:
         0xb7dbc18 s Context>handleSignal:
         0xb7e6500 s Context>handleSignal:
         0xb7f0de8 s Context>handleSignal:
         0xb7fb6d0 s Context>handleSignal:
         0xb805fb8 s Context>handleSignal:
         0xb8108a0 s Context>handleSignal:
         0xb81b188 s Context>handleSignal:
         0xb825a70 s Context>handleSignal:
         0xb830358 s Context>handleSignal:
         0xb83ac40 s Context>handleSignal:
         0xb845528 s Context>handleSignal:
         0xb84fe10 s Context>handleSignal:
         0xb85a6f8 s Context>handleSignal:
         0xb864fe0 s Context>handleSignal:
         0xb86f8c8 s Context>handleSignal:
         0xb87a1b0 s Context>handleSignal:
         0xb884a98 s Context>handleSignal:
         0xb88f380 s Context>handleSignal:
         0xb899c68 s Context>handleSignal:
         0xb8a4550 s Context>handleSignal:
         0xb8aee38 s Context>handleSignal:
         0xb8b9720 s Context>handleSignal:
         0xb8c4008 s Context>handleSignal:
         0xb8ce8f0 s Context>handleSignal:
         0xb8d91d8 s Context>handleSignal:
         0xb8e3ac0 s Context>handleSignal:
         0xb8ee3a8 s Context>handleSignal:
         0xb8f8c90 s Context>handleSignal:
         0xb903578 s Context>handleSignal:
         0xb90de60 s Context>handleSignal:
         0xb918748 s Context>handleSignal:
         0xb923030 s Context>handleSignal:
         0xb92d918 s Context>handleSignal:
         0xb938200 s Context>handleSignal:
         0xb942ae8 s Context>handleSignal:
         0xb94d3d0 s Context>handleSignal:
         0xb957cb8 s Context>handleSignal:
         0xb9625a0 s Context>handleSignal:
         0xb96ce88 s Context>handleSignal:
         0xb977770 s Context>handleSignal:
         0xb982058 s Context>handleSignal:
         0xb98c940 s Context>handleSignal:
         0xb997228 s Context>handleSignal:
         0xb9a1b10 s Context>handleSignal:
         0xb9ac3f8 s Context>handleSignal:
         0xb9b6ce0 s Context>handleSignal:
         0xb9c15c8 s Context>handleSignal:
         0xb9cbeb0 s Context>handleSignal:
         0xb9d6798 s Context>handleSignal:
         0xb9e1080 s Context>handleSignal:
         0xb9eb968 s Context>handleSignal:
         0xb9f6250 s Context>handleSignal:
         0xba00b38 s Context>handleSignal:
         0xba0b420 s Context>handleSignal:
         0xba15d08 s Context>handleSignal:
         0xba205f0 s Context>handleSignal:
         0xba2aed8 s Context>handleSignal:
         0xba357c0 s Context>handleSignal:
         0xba400a8 s Context>handleSignal:
         0xba47010 s Context>handleSignal:
         0xba4c148 s Context>handleSignal:
         0xba511c8 s Context>handleSignal:
         0xba56190 s Context>handleSignal:
         0xba5b158 s Context>handleSignal:
         0xba60068 s Context>handleSignal:
         0xba64ec0 s Context>handleSignal:
         0xba69c60 s Context>handleSignal:
         0xba6ea00 s Context>handleSignal:
         0xba736e8 s Context>handleSignal:
         0xba783d0 s Context>handleSignal:
         0xba7d0b8 s Context>handleSignal:
         0xba81da0 s Context>handleSignal:
         0xba86a88 s Context>handleSignal:
         0xba8b770 s Context>handleSignal:
         0xba90458 s Context>handleSignal:
         0xba95140 s Context>handleSignal:
         0xba99e28 s Context>handleSignal:
         0xba9eb10 s Context>handleSignal:
         0xbaa37f8 s Context>handleSignal:
         0xbaa84e0 s Context>handleSignal:
         0xbaad1c8 s Context>handleSignal:
         0xbab1eb0 s Context>handleSignal:
         0xbab6b98 s Context>handleSignal:
         0xbabb880 s Context>handleSignal:
         0xbac0568 s Context>handleSignal:
         0xbac5250 s Context>handleSignal:
         0xbac9f38 s Context>handleSignal:
         0xbacec20 s Context>handleSignal:
         0xbad3908 s Context>handleSignal:
         0xbad85f0 s Context>handleSignal:
         0xbadd2d8 s Context>handleSignal:
         0xbae1fc0 s Context>handleSignal:
         0xbae6ca8 s Context>handleSignal:
         0xbaeb990 s Context>handleSignal:
         0xbaf0678 s Context>handleSignal:
         0xbaf5360 s Context>handleSignal:
         0xbafa048 s Context>handleSignal:
         0xbafed30 s Context>handleSignal:
         0xbb03a18 s Context>handleSignal:
         0xbb08700 s Context>handleSignal:
         0xbb0d3e8 s Context>handleSignal:
         0xbb120d0 s Context>handleSignal:
         0xbb16db8 s Context>handleSignal:
         0xbb1baa0 s Context>handleSignal:
         0xbb20788 s Context>handleSignal:
         0xbb25470 s Context>handleSignal:
         0xbb2a158 s Context>handleSignal:
         0xbb2ee40 s Context>handleSignal:
         0xbb33b28 s Context>handleSignal:
         0xbb38810 s Context>handleSignal:
         0xbb3d4f8 s Context>handleSignal:
         0xbb421e0 s Context>handleSignal:
         0xbb46ec8 s Context>handleSignal:
         0xbb4bbb0 s Context>handleSignal:
         0xbb50898 s Context>handleSignal:
         0xbb55580 s Context>handleSignal:
         0xbb5a268 s Context>handleSignal:
         0xbb5ef50 s Context>handleSignal:
         0xbb63c38 s Context>handleSignal:
         0xbb68920 s Context>handleSignal:
         0xbb6d608 s Context>handleSignal:
         0xbb722f0 s Context>handleSignal:
         0xbb76fd8 s Context>handleSignal:
         0xbb7bcc0 s Context>handleSignal:
         0xbb809a8 s Context>handleSignal:
         0xbb85690 s Context>handleSignal:
         0xbb8a378 s Context>handleSignal:
         0xbb8f060 s Context>handleSignal:
         0xbb93d48 s Context>handleSignal:
         0xbb98a30 s Context>handleSignal:
         0xbb9d660 s Context>handleSignal:
         0xbba2290 s Context>handleSignal:
         0xbba6ec0 s Context>handleSignal:
         0xbbabaf0 s Context>handleSignal:
         0xbbb0720 s Context>handleSignal:
         0xbbb5350 s Context>handleSignal:
         0xbbb9f80 s Context>handleSignal:
         0xbbbebb0 s Context>handleSignal:
         0xbbc37e0 s Context>handleSignal:
         0xbbc8410 s Context>handleSignal:
         0xbbcd040 s Context>handleSignal:
         0xbbd1c70 s Context>handleSignal:
         0xbbd68a0 s Context>handleSignal:
         0xbbdb4d0 s Context>handleSignal:
         0xbbe0100 s Context>handleSignal:
         0xbbe4d30 s Context>handleSignal:
         0xbbe9960 s Context>handleSignal:
         0xbbee590 s Context>handleSignal:
         0xbbf31c0 s Context>handleSignal:
         0xbbf7df0 s Context>handleSignal:
         0xbbfca20 s Context>handleSignal:
         0xbc01650 s Context>handleSignal:
         0xbc06280 s Context>handleSignal:
         0xbc0aeb0 s Context>handleSignal:
         0xbc0fae0 s Context>handleSignal:
         0xbc14710 s Context>handleSignal:
         0xbc19340 s Context>handleSignal:
         0xbc1df70 s Context>handleSignal:
         0xbc22ba0 s Context>handleSignal:
         0xbc277d0 s Context>handleSignal:
         0xbc2c400 s Context>handleSignal:
         0xbc31030 s Context>handleSignal:
         0xbc35c60 s Context>handleSignal:
         0xbc3a890 s Context>handleSignal:
         0xbc3f4c0 s Context>handleSignal:
         0xbc440f0 s Context>handleSignal:
         0xbc48d20 s Context>handleSignal:
         0xbc4d950 s Context>handleSignal:
         0xbc52580 s Context>handleSignal:
         0xbc57280 s Context>handleSignal:
         0xbc5beb0 s Context>handleSignal:
         0xbc60ae0 s Context>handleSignal:
         0xbc65710 s Context>handleSignal:
         0xbc6a340 s Context>handleSignal:
         0xbc6ef70 s Context>handleSignal:
         0xbc73ba0 s Context>handleSignal:
         0xbc787d0 s Context>handleSignal:
         0xbc7d400 s Context>handleSignal:
         0xbc82030 s Context>handleSignal:
         0xbc86c60 s Context>handleSignal:
         0xbc8b890 s Context>handleSignal:
         0xbc904c0 s Context>handleSignal:
         0xbc950f0 s Context>handleSignal:
         0xbc99d20 s Context>handleSignal:
         0xbc9e950 s Context>handleSignal:
         0xbca3580 s Context>handleSignal:
         0xbca81b0 s Context>handleSignal:
         0xbcacde0 s Context>handleSignal:
         0xbcb1a10 s Context>handleSignal:
         0xbcb6640 s Context>handleSignal:
         0xbcbb270 s Context>handleSignal:
         0xbcbfea0 s Context>handleSignal:
         0xbcc4ad0 s Context>handleSignal:
         0xbcc9700 s Context>handleSignal:
         0xbcce330 s Context>handleSignal:
         0xbcd2f60 s Context>handleSignal:
         0xbcd7b90 s Context>handleSignal:
         0xbcdc7c0 s Context>handleSignal:
         0xbce13f0 s Context>handleSignal:
         0xbce6020 s Context>handleSignal:
         0xbceac50 s Context>handleSignal:
         0xbcef880 s Context>handleSignal:
         0xbcf44b0 s Context>handleSignal:
         0xbcf90e0 s Context>handleSignal:
         0xbcfdd10 s Context>handleSignal:
         0xbd02940 s Context>handleSignal:
         0xbd07570 s Context>handleSignal:
         0xbd0c1a0 s Context>handleSignal:
         0xbd10dd0 s Context>handleSignal:
         0xbd15a00 s Context>handleSignal:
         0xbd1a630 s Context>handleSignal:
         0xbd1f260 s Context>handleSignal:
         0xbd23e90 s Context>handleSignal:
         0xbd28ac0 s Context>handleSignal:
         0xbd2d6f0 s Context>handleSignal:
         0xbd32320 s Context>handleSignal:
         0xbd36f50 s Context>handleSignal:
         0xbd3bb80 s Context>handleSignal:
         0xbd407b0 s Context>handleSignal:
         0xbd453e0 s Context>handleSignal:
         0xbd4a010 s Context>handleSignal:
         0xbd4ec40 s Context>handleSignal:
         0xbd53870 s Context>handleSignal:
         0xbd584a0 s Context>handleSignal:
         0xbd5d0d0 s Context>handleSignal:
         0xbd61d00 s Context>handleSignal:
         0xbd66930 s Context>handleSignal:
         0xbd6b560 s Context>handleSignal:
         0xbd70190 s Context>handleSignal:
         0xbd74dc0 s Context>handleSignal:
         0xbd799f0 s Context>handleSignal:
         0xbd7e620 s Context>handleSignal:
         0xbd83250 s Context>handleSignal:
         0xbd87e80 s Context>handleSignal:
         0xbd8cab0 s Context>handleSignal:
         0xbd916e0 s Context>handleSignal:
         0xbd96310 s Context>handleSignal:
         0xbd9af40 s Context>handleSignal:
         0xbd9fb70 s Context>handleSignal:
         0xbda47a0 s Context>handleSignal:
         0xbda93d0 s Context>handleSignal:
         0xbdae000 s Context>handleSignal:
         0xbdb2c30 s Context>handleSignal:
         0xbdb7860 s Context>handleSignal:
         0xbdbc490 s Context>handleSignal:
         0xbdc10c0 s Context>handleSignal:
         0xbdc5cf0 s Context>handleSignal:
         0xbdca920 s Context>handleSignal:
         0xbdcf550 s Context>handleSignal:
         0xbdd4180 s Context>handleSignal:
         0xbdd8db0 s Context>handleSignal:
         0xbddd9e0 s Context>handleSignal:
         0xbde2610 s Context>handleSignal:
         0xbde7240 s Context>handleSignal:
         0xbdebe70 s Context>handleSignal:
         0xbdf0aa0 s Context>handleSignal:
         0xbdf56d0 s Context>handleSignal:
         0xbdfa300 s Context>handleSignal:
         0xbdfef30 s Context>handleSignal:
         0xbe03b60 s Context>handleSignal:
         0xbe08790 s Context>handleSignal:
         0xbe0d3c0 s Context>handleSignal:
         0xbe11ff0 s Context>handleSignal:
         0xbe16c20 s Context>handleSignal:
         0xbe1b850 s Context>handleSignal:
         0xbe20480 s Context>handleSignal:
         0xbe250b0 s Context>handleSignal:
         0xbe29ce0 s Context>handleSignal:
         0xbe2e910 s Context>handleSignal:
         0xbe33540 s Context>handleSignal:
         0xbe38170 s Context>handleSignal:
         0xbe3cda0 s Context>handleSignal:
         0xbe419d0 s Context>handleSignal:
         0xbe46600 s Context>handleSignal:
         0xbe4b230 s Context>handleSignal:
         0xbe4fe60 s Context>handleSignal:
         0xbe54a90 s Context>handleSignal:
         0xbe596c0 s Context>handleSignal:
         0xbe5e2f0 s Context>handleSignal:
         0xbe62f20 s Context>handleSignal:
         0xbe67b50 s Context>handleSignal:
         0xbe6c780 s Context>handleSignal:
         0xbe713b0 s Context>handleSignal:
         0xbe75fe0 s Context>handleSignal:
         0xbe7ac10 s Context>handleSignal:
         0xbe7f788 s Context>handleSignal:
         0xbe84248 s Context>handleSignal:
         0xbe88c50 s Context>handleSignal:
         0xbe8d5a0 s Context>handleSignal:
         0xbe91e38 s Context>handleSignal:
         0xbe96618 s Context>handleSignal:
         0xbe9ad40 s Context>handleSignal:
         0xbe9f3b0 s Context>handleSignal:
         0xbea3968 s Context>handleSignal:
         0xbea7e68 s Context>handleSignal:
         0xbeac2b0 s Context>handleSignal:
         0xbeb0640 s Context>handleSignal:
         0xbeb4918 s Context>handleSignal:
         0xbeb8b38 s Context>handleSignal:
         0xbebcca0 s Context>handleSignal:
         0xbec0d50 s Context>handleSignal:
         0xbec4d48 s Context>handleSignal:
         0xbec8c88 s Context>handleSignal:
         0xbeccb10 s Context>handleSignal:
         0xbed08e0 s Context>handleSignal:
         0xbed45f8 s Context>handleSignal:
         0xbed8258 s Context>handleSignal:
         0xbedbe00 s Context>handleSignal:
         0xbedf8f0 s Context>handleSignal:
         0xbee3328 s Context>handleSignal:
         0xbee6ca8 s Context>handleSignal:
         0xbeea570 s Context>handleSignal:
         0xbeedd80 s Context>handleSignal:
         0xbef14d8 s Context>handleSignal:
         0xbef4b78 s Context>handleSignal:
         0xbef8160 s Context>handleSignal:
         0xbefb690 s Context>handleSignal:
         0xbefeb08 s Context>handleSignal:
         0xbf01ec8 s Context>handleSignal:
         0xbf051d0 s Context>handleSignal:
         0xbf08420 s Context>handleSignal:
         0xbf0b5b8 s Context>handleSignal:
         0xbf0e698 s Context>handleSignal:
         0xbf116c0 s Context>handleSignal:
         0xbf14630 s Context>handleSignal:
         0xbf174e8 s Context>handleSignal:
         0xbf1a2e8 s Context>handleSignal:
         0xbf1d030 s Context>handleSignal:
         0xbf1fcc0 s Context>handleSignal:
         0xbf22898 s Context>handleSignal:
         0xbf253b8 s Context>handleSignal:
         0xbf27e20 s Context>handleSignal:
         0xbf2a7d0 s Context>handleSignal:
         0xbf2d0c8 s Context>handleSignal:
         0xbf2f908 s Context>handleSignal:
         0xbf32090 s Context>handleSignal:
         0xbf34760 s Context>handleSignal:
         0xbf36d78 s Context>handleSignal:
         0xbf392d8 s Context>handleSignal:
         0xbf3b780 s Context>handleSignal:
         0xbf3db70 s Context>handleSignal:
         0xbf3fea8 s Context>handleSignal:
         0xbf42128 s Context>handleSignal:
         0xbf442f0 s Context>handleSignal:
         0xbf46400 s Context>handleSignal:
         0xbf48458 s Context>handleSignal:
         0xbf4a3f8 s Context>handleSignal:
         0xbf4c2e0 s Context>handleSignal:
         0xbf4e110 s Context>handleSignal:
         0xbf4fe88 s Context>handleSignal:
         0xbf51b48 s Context>handleSignal:
         0xbf53750 s Context>handleSignal:
         0xbf552a0 s Context>handleSignal:
         0xbf56d38 s Context>handleSignal:
         0xbf58718 s Context>handleSignal:
         0xbf5a040 s Context>handleSignal:
         0xbf5b8b0 s Context>handleSignal:
         0xbf5d068 s Context>handleSignal:
         0xbf5e768 s Context>handleSignal:
         0xbf5fdb0 s Context>handleSignal:
         0xbf61340 s Context>handleSignal:
         0xbf62818 s Context>handleSignal:
         0xbf63c38 s Context>handleSignal:
         0xbf64fa0 s Context>handleSignal:
         0xbf66250 s Context>handleSignal:
         0xbf67448 s Context>handleSignal:
         0xbf68588 s Context>handleSignal:
         0xbf69610 s Context>handleSignal:
         0xbf6a5e0 s Context>handleSignal:
         0xbf6b4f8 s Context>handleSignal:
         0xbf6c358 s Context>handleSignal:
         0xbf6d100 s Context>handleSignal:
         0xbf6dd38 s Context>handleSignal:
         0xbf6e970 s Context>handleSignal:
         0xbf6f4f0 s Context>handleSignal:
         0xbf6ffb8 s Context>handleSignal:
         0xbf709c8 s Context>handleSignal:
         0xbf71320 s Context>handleSignal:
         0xbf71bc0 s Context>handleSignal:
         0xbf723a8 s Context>handleSignal:
         0xbf72ad8 s Context>handleSignal:
         0xbf73150 s Context>handleSignal:
         0xbf8b718 s Halt(Exception)>signal
         0xbfa8d10 s Halt class(Exception class)>signal
         0xbfdb7b8 s Halt class>now
         0xbfcc7e0 s FullBlockClosure(Object)>halt
         0xbff5b80 s FullBlockClosure>printOn:
         0xc018990 s Context>printOn:
         0xc043c88 s Context>printDebugOn:
         0xc044a30 s [] in Context>debugStack:on:
         0xc05d428 s OrderedCollection>do:
         0xbfcc8e8 s Context>debugStack:on:
         0xbff5c60 s Context>shortDebugStackOn:
         0xc018a58 s [] in SmalltalkImage>logError:inContext:
         0xc043df8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8adc0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa81d8 s SmalltalkImage>logStdErrorDuring:
         0xbfdacf8 s SmalltalkImage>logError:inContext:
         0xbffe178 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc021c08 s FullBlockClosure(BlockClosure)>ensure:
         0xc04dfa8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc063198 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06fa40 s Halt(Exception)>unhandledErrorAction
         0xc08ccb0 s Halt(UnhandledException)>defaultAction
         0xc0ed290 s UndefinedObject>handleSignal:
         0xc0ed348 s Context>handleSignal:
         0xc0ed400 s Context>handleSignal:
         0xc0ed4b8 s Context>handleSignal:
         0xc0ed570 s Context>handleSignal:
         0xc0ed628 s Context>handleSignal:
         0xc0ed6e0 s Context>handleSignal:
         0xc0ed798 s Context>handleSignal:
         0xc0ed850 s Context>handleSignal:
         0xc0ed908 s Context>handleSignal:
         0xc0ed9c0 s Context>handleSignal:
         0xc1086d0 s Context>handleSignal:
         0xc113778 s Context>handleSignal:
         0xc11e620 s Context>handleSignal:
         0xc128f08 s Context>handleSignal:
         0xc133738 s Context>handleSignal:
         0xc13df68 s Context>handleSignal:
         0xc148798 s Context>handleSignal:
         0xc152fc8 s Context>handleSignal:
         0xc15d7f8 s Context>handleSignal:
         0xc168028 s Context>handleSignal:
         0xc172858 s Context>handleSignal:
         0xc17d088 s Context>handleSignal:
         0xc1878b8 s Context>handleSignal:
         0xc1920e8 s Context>handleSignal:
         0xc19c918 s Context>handleSignal:
         0xc1a7148 s Context>handleSignal:
         0xc1b1978 s Context>handleSignal:
         0xc1bc1a8 s Context>handleSignal:
         0xc1c69d8 s Context>handleSignal:
         0xc1d1208 s Context>handleSignal:
         0xc1dba38 s Context>handleSignal:
         0xc1e6268 s Context>handleSignal:
         0xc1f0a98 s Context>handleSignal:
         0xc1fb2c8 s Context>handleSignal:
         0xc205af8 s Context>handleSignal:
         0xc210328 s Context>handleSignal:
         0xc21ab58 s Context>handleSignal:
         0xc225388 s Context>handleSignal:
         0xc22fbb8 s Context>handleSignal:
         0xc23a3e8 s Context>handleSignal:
         0xc244c18 s Context>handleSignal:
         0xc24f448 s Context>handleSignal:
         0xc259c78 s Context>handleSignal:
         0xc261818 s Context>handleSignal:
         0xc2686c8 s Context>handleSignal:
         0xc268b18 s Context>handleSignal:
         0xb7dbcd0 s Context>handleSignal:
         0xb7e65b8 s Context>handleSignal:
         0xb7f0ea0 s Context>handleSignal:
         0xb7fb788 s Context>handleSignal:
         0xb806070 s Context>handleSignal:
         0xb810958 s Context>handleSignal:
         0xb81b240 s Context>handleSignal:
         0xb825b28 s Context>handleSignal:
         0xb830410 s Context>handleSignal:
         0xb83acf8 s Context>handleSignal:
         0xb8455e0 s Context>handleSignal:
         0xb84fec8 s Context>handleSignal:
         0xb85a7b0 s Context>handleSignal:
         0xb865098 s Context>handleSignal:
         0xb86f980 s Context>handleSignal:
         0xb87a268 s Context>handleSignal:
         0xb884b50 s Context>handleSignal:
         0xb88f438 s Context>handleSignal:
         0xb899d20 s Context>handleSignal:
         0xb8a4608 s Context>handleSignal:
         0xb8aeef0 s Context>handleSignal:
         0xb8b97d8 s Context>handleSignal:
         0xb8c40c0 s Context>handleSignal:
         0xb8ce9a8 s Context>handleSignal:
         0xb8d9290 s Context>handleSignal:
         0xb8e3b78 s Context>handleSignal:
         0xb8ee460 s Context>handleSignal:
         0xb8f8d48 s Context>handleSignal:
         0xb903630 s Context>handleSignal:
         0xb90df18 s Context>handleSignal:
         0xb918800 s Context>handleSignal:
         0xb9230e8 s Context>handleSignal:
         0xb92d9d0 s Context>handleSignal:
         0xb9382b8 s Context>handleSignal:
         0xb942ba0 s Context>handleSignal:
         0xb94d488 s Context>handleSignal:
         0xb957d70 s Context>handleSignal:
         0xb962658 s Context>handleSignal:
         0xb96cf40 s Context>handleSignal:
         0xb977828 s Context>handleSignal:
         0xb982110 s Context>handleSignal:
         0xb98c9f8 s Context>handleSignal:
         0xb9972e0 s Context>handleSignal:
         0xb9a1bc8 s Context>handleSignal:
         0xb9ac4b0 s Context>handleSignal:
         0xb9b6d98 s Context>handleSignal:
         0xb9c1680 s Context>handleSignal:
         0xb9cbf68 s Context>handleSignal:
         0xb9d6850 s Context>handleSignal:
         0xb9e1138 s Context>handleSignal:
         0xb9eba20 s Context>handleSignal:
         0xb9f6308 s Context>handleSignal:
         0xba00bf0 s Context>handleSignal:
         0xba0b4d8 s Context>handleSignal:
         0xba15dc0 s Context>handleSignal:
         0xba206a8 s Context>handleSignal:
         0xba2af90 s Context>handleSignal:
         0xba35878 s Context>handleSignal:
         0xba40160 s Context>handleSignal:
         0xba470c8 s Context>handleSignal:
         0xba4c200 s Context>handleSignal:
         0xba51280 s Context>handleSignal:
         0xba56248 s Context>handleSignal:
         0xba5b210 s Context>handleSignal:
         0xba60120 s Context>handleSignal:
         0xba64f78 s Context>handleSignal:
         0xba69d18 s Context>handleSignal:
         0xba6eab8 s Context>handleSignal:
         0xba737a0 s Context>handleSignal:
         0xba78488 s Context>handleSignal:
         0xba7d170 s Context>handleSignal:
         0xba81e58 s Context>handleSignal:
         0xba86b40 s Context>handleSignal:
         0xba8b828 s Context>handleSignal:
         0xba90510 s Context>handleSignal:
         0xba951f8 s Context>handleSignal:
         0xba99ee0 s Context>handleSignal:
         0xba9ebc8 s Context>handleSignal:
         0xbaa38b0 s Context>handleSignal:
         0xbaa8598 s Context>handleSignal:
         0xbaad280 s Context>handleSignal:
         0xbab1f68 s Context>handleSignal:
         0xbab6c50 s Context>handleSignal:
         0xbabb938 s Context>handleSignal:
         0xbac0620 s Context>handleSignal:
         0xbac5308 s Context>handleSignal:
         0xbac9ff0 s Context>handleSignal:
         0xbacecd8 s Context>handleSignal:
         0xbad39c0 s Context>handleSignal:
         0xbad86a8 s Context>handleSignal:
         0xbadd390 s Context>handleSignal:
         0xbae2078 s Context>handleSignal:
         0xbae6d60 s Context>handleSignal:
         0xbaeba48 s Context>handleSignal:
         0xbaf0730 s Context>handleSignal:
         0xbaf5418 s Context>handleSignal:
         0xbafa100 s Context>handleSignal:
         0xbafede8 s Context>handleSignal:
         0xbb03ad0 s Context>handleSignal:
         0xbb087b8 s Context>handleSignal:
         0xbb0d4a0 s Context>handleSignal:
         0xbb12188 s Context>handleSignal:
         0xbb16e70 s Context>handleSignal:
         0xbb1bb58 s Context>handleSignal:
         0xbb20840 s Context>handleSignal:
         0xbb25528 s Context>handleSignal:
         0xbb2a210 s Context>handleSignal:
         0xbb2eef8 s Context>handleSignal:
         0xbb33be0 s Context>handleSignal:
         0xbb388c8 s Context>handleSignal:
         0xbb3d5b0 s Context>handleSignal:
         0xbb42298 s Context>handleSignal:
         0xbb46f80 s Context>handleSignal:
         0xbb4bc68 s Context>handleSignal:
         0xbb50950 s Context>handleSignal:
         0xbb55638 s Context>handleSignal:
         0xbb5a320 s Context>handleSignal:
         0xbb5f008 s Context>handleSignal:
         0xbb63cf0 s Context>handleSignal:
         0xbb689d8 s Context>handleSignal:
         0xbb6d6c0 s Context>handleSignal:
         0xbb723a8 s Context>handleSignal:
         0xbb77090 s Context>handleSignal:
         0xbb7bd78 s Context>handleSignal:
         0xbb80a60 s Context>handleSignal:
         0xbb85748 s Context>handleSignal:
         0xbb8a430 s Context>handleSignal:
         0xbb8f118 s Context>handleSignal:
         0xbb93e00 s Context>handleSignal:
         0xbb98ae8 s Context>handleSignal:
         0xbb9d718 s Context>handleSignal:
         0xbba2348 s Context>handleSignal:
         0xbba6f78 s Context>handleSignal:
         0xbbabba8 s Context>handleSignal:
         0xbbb07d8 s Context>handleSignal:
         0xbbb5408 s Context>handleSignal:
         0xbbba038 s Context>handleSignal:
         0xbbbec68 s Context>handleSignal:
         0xbbc3898 s Context>handleSignal:
         0xbbc84c8 s Context>handleSignal:
         0xbbcd0f8 s Context>handleSignal:
         0xbbd1d28 s Context>handleSignal:
         0xbbd6958 s Context>handleSignal:
         0xbbdb588 s Context>handleSignal:
         0xbbe01b8 s Context>handleSignal:
         0xbbe4de8 s Context>handleSignal:
         0xbbe9a18 s Context>handleSignal:
         0xbbee648 s Context>handleSignal:
         0xbbf3278 s Context>handleSignal:
         0xbbf7ea8 s Context>handleSignal:
         0xbbfcad8 s Context>handleSignal:
         0xbc01708 s Context>handleSignal:
         0xbc06338 s Context>handleSignal:
         0xbc0af68 s Context>handleSignal:
         0xbc0fb98 s Context>handleSignal:
         0xbc147c8 s Context>handleSignal:
         0xbc193f8 s Context>handleSignal:
         0xbc1e028 s Context>handleSignal:
         0xbc22c58 s Context>handleSignal:
         0xbc27888 s Context>handleSignal:
         0xbc2c4b8 s Context>handleSignal:
         0xbc310e8 s Context>handleSignal:
         0xbc35d18 s Context>handleSignal:
         0xbc3a948 s Context>handleSignal:
         0xbc3f578 s Context>handleSignal:
         0xbc441a8 s Context>handleSignal:
         0xbc48dd8 s Context>handleSignal:
         0xbc4da08 s Context>handleSignal:
         0xbc52638 s Context>handleSignal:
         0xbc57338 s Context>handleSignal:
         0xbc5bf68 s Context>handleSignal:
         0xbc60b98 s Context>handleSignal:
         0xbc657c8 s Context>handleSignal:
         0xbc6a3f8 s Context>handleSignal:
         0xbc6f028 s Context>handleSignal:
         0xbc73c58 s Context>handleSignal:
         0xbc78888 s Context>handleSignal:
         0xbc7d4b8 s Context>handleSignal:
         0xbc820e8 s Context>handleSignal:
         0xbc86d18 s Context>handleSignal:
         0xbc8b948 s Context>handleSignal:
         0xbc90578 s Context>handleSignal:
         0xbc951a8 s Context>handleSignal:
         0xbc99dd8 s Context>handleSignal:
         0xbc9ea08 s Context>handleSignal:
         0xbca3638 s Context>handleSignal:
         0xbca8268 s Context>handleSignal:
         0xbcace98 s Context>handleSignal:
         0xbcb1ac8 s Context>handleSignal:
         0xbcb66f8 s Context>handleSignal:
         0xbcbb328 s Context>handleSignal:
         0xbcbff58 s Context>handleSignal:
         0xbcc4b88 s Context>handleSignal:
         0xbcc97b8 s Context>handleSignal:
         0xbcce3e8 s Context>handleSignal:
         0xbcd3018 s Context>handleSignal:
         0xbcd7c48 s Context>handleSignal:
         0xbcdc878 s Context>handleSignal:
         0xbce14a8 s Context>handleSignal:
         0xbce60d8 s Context>handleSignal:
         0xbcead08 s Context>handleSignal:
         0xbcef938 s Context>handleSignal:
         0xbcf4568 s Context>handleSignal:
         0xbcf9198 s Context>handleSignal:
         0xbcfddc8 s Context>handleSignal:
         0xbd029f8 s Context>handleSignal:
         0xbd07628 s Context>handleSignal:
         0xbd0c258 s Context>handleSignal:
         0xbd10e88 s Context>handleSignal:
         0xbd15ab8 s Context>handleSignal:
         0xbd1a6e8 s Context>handleSignal:
         0xbd1f318 s Context>handleSignal:
         0xbd23f48 s Context>handleSignal:
         0xbd28b78 s Context>handleSignal:
         0xbd2d7a8 s Context>handleSignal:
         0xbd323d8 s Context>handleSignal:
         0xbd37008 s Context>handleSignal:
         0xbd3bc38 s Context>handleSignal:
         0xbd40868 s Context>handleSignal:
         0xbd45498 s Context>handleSignal:
         0xbd4a0c8 s Context>handleSignal:
         0xbd4ecf8 s Context>handleSignal:
         0xbd53928 s Context>handleSignal:
         0xbd58558 s Context>handleSignal:
         0xbd5d188 s Context>handleSignal:
         0xbd61db8 s Context>handleSignal:
         0xbd669e8 s Context>handleSignal:
         0xbd6b618 s Context>handleSignal:
         0xbd70248 s Context>handleSignal:
         0xbd74e78 s Context>handleSignal:
         0xbd79aa8 s Context>handleSignal:
         0xbd7e6d8 s Context>handleSignal:
         0xbd83308 s Context>handleSignal:
         0xbd87f38 s Context>handleSignal:
         0xbd8cb68 s Context>handleSignal:
         0xbd91798 s Context>handleSignal:
         0xbd963c8 s Context>handleSignal:
         0xbd9aff8 s Context>handleSignal:
         0xbd9fc28 s Context>handleSignal:
         0xbda4858 s Context>handleSignal:
         0xbda9488 s Context>handleSignal:
         0xbdae0b8 s Context>handleSignal:
         0xbdb2ce8 s Context>handleSignal:
         0xbdb7918 s Context>handleSignal:
         0xbdbc548 s Context>handleSignal:
         0xbdc1178 s Context>handleSignal:
         0xbdc5da8 s Context>handleSignal:
         0xbdca9d8 s Context>handleSignal:
         0xbdcf608 s Context>handleSignal:
         0xbdd4238 s Context>handleSignal:
         0xbdd8e68 s Context>handleSignal:
         0xbddda98 s Context>handleSignal:
         0xbde26c8 s Context>handleSignal:
         0xbde72f8 s Context>handleSignal:
         0xbdebf28 s Context>handleSignal:
         0xbdf0b58 s Context>handleSignal:
         0xbdf5788 s Context>handleSignal:
         0xbdfa3b8 s Context>handleSignal:
         0xbdfefe8 s Context>handleSignal:
         0xbe03c18 s Context>handleSignal:
         0xbe08848 s Context>handleSignal:
         0xbe0d478 s Context>handleSignal:
         0xbe120a8 s Context>handleSignal:
         0xbe16cd8 s Context>handleSignal:
         0xbe1b908 s Context>handleSignal:
         0xbe20538 s Context>handleSignal:
         0xbe25168 s Context>handleSignal:
         0xbe29d98 s Context>handleSignal:
         0xbe2e9c8 s Context>handleSignal:
         0xbe335f8 s Context>handleSignal:
         0xbe38228 s Context>handleSignal:
         0xbe3ce58 s Context>handleSignal:
         0xbe41a88 s Context>handleSignal:
         0xbe466b8 s Context>handleSignal:
         0xbe4b2e8 s Context>handleSignal:
         0xbe4ff18 s Context>handleSignal:
         0xbe54b48 s Context>handleSignal:
         0xbe59778 s Context>handleSignal:
         0xbe5e3a8 s Context>handleSignal:
         0xbe62fd8 s Context>handleSignal:
         0xbe67c08 s Context>handleSignal:
         0xbe6c838 s Context>handleSignal:
         0xbe71468 s Context>handleSignal:
         0xbe76098 s Context>handleSignal:
         0xbe7acc8 s Context>handleSignal:
         0xbe7f840 s Context>handleSignal:
         0xbe84300 s Context>handleSignal:
         0xbe88d08 s Context>handleSignal:
         0xbe8d658 s Context>handleSignal:
         0xbe91ef0 s Context>handleSignal:
         0xbe966d0 s Context>handleSignal:
         0xbe9adf8 s Context>handleSignal:
         0xbe9f468 s Context>handleSignal:
         0xbea3a20 s Context>handleSignal:
         0xbea7f20 s Context>handleSignal:
         0xbeac368 s Context>handleSignal:
         0xbeb06f8 s Context>handleSignal:
         0xbeb49d0 s Context>handleSignal:
         0xbeb8bf0 s Context>handleSignal:
         0xbebcd58 s Context>handleSignal:
         0xbec0e08 s Context>handleSignal:
         0xbec4e00 s Context>handleSignal:
         0xbec8d40 s Context>handleSignal:
         0xbeccbc8 s Context>handleSignal:
         0xbed0998 s Context>handleSignal:
         0xbed46b0 s Context>handleSignal:
         0xbed8310 s Context>handleSignal:
         0xbedbeb8 s Context>handleSignal:
         0xbedf9a8 s Context>handleSignal:
         0xbee33e0 s Context>handleSignal:
         0xbee6d60 s Context>handleSignal:
         0xbeea628 s Context>handleSignal:
         0xbeede38 s Context>handleSignal:
         0xbef1590 s Context>handleSignal:
         0xbef4c30 s Context>handleSignal:
         0xbef8218 s Context>handleSignal:
         0xbefb748 s Context>handleSignal:
         0xbefebc0 s Context>handleSignal:
         0xbf01f80 s Context>handleSignal:
         0xbf05288 s Context>handleSignal:
         0xbf084d8 s Context>handleSignal:
         0xbf0b670 s Context>handleSignal:
         0xbf0e750 s Context>handleSignal:
         0xbf11778 s Context>handleSignal:
         0xbf146e8 s Context>handleSignal:
         0xbf175a0 s Context>handleSignal:
         0xbf1a3a0 s Context>handleSignal:
         0xbf1d0e8 s Context>handleSignal:
         0xbf1fd78 s Context>handleSignal:
         0xbf22950 s Context>handleSignal:
         0xbf25470 s Context>handleSignal:
         0xbf27ed8 s Context>handleSignal:
         0xbf2a888 s Context>handleSignal:
         0xbf2d180 s Context>handleSignal:
         0xbf2f9c0 s Context>handleSignal:
         0xbf32148 s Context>handleSignal:
         0xbf34818 s Context>handleSignal:
         0xbf36e30 s Context>handleSignal:
         0xbf39390 s Context>handleSignal:
         0xbf3b838 s Context>handleSignal:
         0xbf3dc28 s Context>handleSignal:
         0xbf3ff60 s Context>handleSignal:
         0xbf421e0 s Context>handleSignal:
         0xbf443a8 s Context>handleSignal:
         0xbf464b8 s Context>handleSignal:
         0xbf48510 s Context>handleSignal:
         0xbf4a4b0 s Context>handleSignal:
         0xbf4c398 s Context>handleSignal:
         0xbf4e1c8 s Context>handleSignal:
         0xbf4ff40 s Context>handleSignal:
         0xbf51c00 s Context>handleSignal:
         0xbf53808 s Context>handleSignal:
         0xbf55358 s Context>handleSignal:
         0xbf56df0 s Context>handleSignal:
         0xbf587d0 s Context>handleSignal:
         0xbf5a0f8 s Context>handleSignal:
         0xbf5b968 s Context>handleSignal:
         0xbf5d120 s Context>handleSignal:
         0xbf5e820 s Context>handleSignal:
         0xbf5fe68 s Context>handleSignal:
         0xbf613f8 s Context>handleSignal:
         0xbf628d0 s Context>handleSignal:
         0xbf63cf0 s Context>handleSignal:
         0xbf65058 s Context>handleSignal:
         0xbf66308 s Context>handleSignal:
         0xbf67500 s Context>handleSignal:
         0xbf68640 s Context>handleSignal:
         0xbf696c8 s Context>handleSignal:
         0xbf6a698 s Context>handleSignal:
         0xbf6b5b0 s Context>handleSignal:
         0xbf6c410 s Context>handleSignal:
         0xbf6d1b8 s Context>handleSignal:
         0xbf6ddf0 s Context>handleSignal:
         0xbf6ea28 s Context>handleSignal:
         0xbf6f5a8 s Context>handleSignal:
         0xbf70070 s Context>handleSignal:
         0xbf70a80 s Context>handleSignal:
         0xbf713d8 s Context>handleSignal:
         0xbf71c78 s Context>handleSignal:
         0xbf72460 s Context>handleSignal:
         0xbf72b90 s Context>handleSignal:
         0xbf73208 s Context>handleSignal:
         0xbf8b7d0 s Halt(Exception)>signal
         0xbfa8dc8 s Halt class(Exception class)>signal
         0xbfdb870 s Halt class>now
         0xbfcc9a0 s FullBlockClosure(Object)>halt
         0xbff5d18 s FullBlockClosure>printOn:
         0xc018b10 s Context>printOn:
         0xc043eb0 s Context>printDebugOn:
         0xc043d40 s [] in Context>debugStack:on:
         0xc05cfd8 s OrderedCollection>do:
         0xbfccaa8 s Context>debugStack:on:
         0xbff5df8 s Context>shortDebugStackOn:
         0xc018bd8 s [] in SmalltalkImage>logError:inContext:
         0xc044020 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8ac50 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa8008 s SmalltalkImage>logStdErrorDuring:
         0xbfdab40 s SmalltalkImage>logError:inContext:
         0xbffe0b0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc021b18 s FullBlockClosure(BlockClosure)>ensure:
         0xc04dec8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0630e0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f988 s Halt(Exception)>unhandledErrorAction
         0xc08cbf8 s Halt(UnhandledException)>defaultAction
         0xc0f09e8 s UndefinedObject>handleSignal:
         0xc0f0aa0 s Context>handleSignal:
         0xc0f0b58 s Context>handleSignal:
         0xc0f0c10 s Context>handleSignal:
         0xc0f0cc8 s Context>handleSignal:
         0xc0f0d80 s Context>handleSignal:
         0xc0f0e38 s Context>handleSignal:
         0xc0f0ef0 s Context>handleSignal:
         0xc0f0fa8 s Context>handleSignal:
         0xc0f1060 s Context>handleSignal:
         0xc0f1118 s Context>handleSignal:
         0xc108bd8 s Context>handleSignal:
         0xc113c80 s Context>handleSignal:
         0xc11eb28 s Context>handleSignal:
         0xc129410 s Context>handleSignal:
         0xc133c40 s Context>handleSignal:
         0xc13e470 s Context>handleSignal:
         0xc148ca0 s Context>handleSignal:
         0xc1534d0 s Context>handleSignal:
         0xc15dd00 s Context>handleSignal:
         0xc168530 s Context>handleSignal:
         0xc172d60 s Context>handleSignal:
         0xc17d590 s Context>handleSignal:
         0xc187dc0 s Context>handleSignal:
         0xc1925f0 s Context>handleSignal:
         0xc19ce20 s Context>handleSignal:
         0xc1a7650 s Context>handleSignal:
         0xc1b1e80 s Context>handleSignal:
         0xc1bc6b0 s Context>handleSignal:
         0xc1c6ee0 s Context>handleSignal:
         0xc1d1710 s Context>handleSignal:
         0xc1dbf40 s Context>handleSignal:
         0xc1e6770 s Context>handleSignal:
         0xc1f0fa0 s Context>handleSignal:
         0xc1fb7d0 s Context>handleSignal:
         0xc206000 s Context>handleSignal:
         0xc210830 s Context>handleSignal:
         0xc21b060 s Context>handleSignal:
         0xc225890 s Context>handleSignal:
         0xc2300c0 s Context>handleSignal:
         0xc23a8f0 s Context>handleSignal:
         0xc245120 s Context>handleSignal:
         0xc24f950 s Context>handleSignal:
         0xc25a180 s Context>handleSignal:
         0xc261988 s Context>handleSignal:
         0xc268780 s Context>handleSignal:
         0xb7dbd88 s Context>handleSignal:
         0xb7e6670 s Context>handleSignal:
         0xb7f0f58 s Context>handleSignal:
         0xb7fb840 s Context>handleSignal:
         0xb806128 s Context>handleSignal:
         0xb810a10 s Context>handleSignal:
         0xb81b2f8 s Context>handleSignal:
         0xb825be0 s Context>handleSignal:
         0xb8304c8 s Context>handleSignal:
         0xb83adb0 s Context>handleSignal:
         0xb845698 s Context>handleSignal:
         0xb84ff80 s Context>handleSignal:
         0xb85a868 s Context>handleSignal:
         0xb865150 s Context>handleSignal:
         0xb86fa38 s Context>handleSignal:
         0xb87a320 s Context>handleSignal:
         0xb884c08 s Context>handleSignal:
         0xb88f4f0 s Context>handleSignal:
         0xb899dd8 s Context>handleSignal:
         0xb8a46c0 s Context>handleSignal:
         0xb8aefa8 s Context>handleSignal:
         0xb8b9890 s Context>handleSignal:
         0xb8c4178 s Context>handleSignal:
         0xb8cea60 s Context>handleSignal:
         0xb8d9348 s Context>handleSignal:
         0xb8e3c30 s Context>handleSignal:
         0xb8ee518 s Context>handleSignal:
         0xb8f8e00 s Context>handleSignal:
         0xb9036e8 s Context>handleSignal:
         0xb90dfd0 s Context>handleSignal:
         0xb9188b8 s Context>handleSignal:
         0xb9231a0 s Context>handleSignal:
         0xb92da88 s Context>handleSignal:
         0xb938370 s Context>handleSignal:
         0xb942c58 s Context>handleSignal:
         0xb94d540 s Context>handleSignal:
         0xb957e28 s Context>handleSignal:
         0xb962710 s Context>handleSignal:
         0xb96cff8 s Context>handleSignal:
         0xb9778e0 s Context>handleSignal:
         0xb9821c8 s Context>handleSignal:
         0xb98cab0 s Context>handleSignal:
         0xb997398 s Context>handleSignal:
         0xb9a1c80 s Context>handleSignal:
         0xb9ac568 s Context>handleSignal:
         0xb9b6e50 s Context>handleSignal:
         0xb9c1738 s Context>handleSignal:
         0xb9cc020 s Context>handleSignal:
         0xb9d6908 s Context>handleSignal:
         0xb9e11f0 s Context>handleSignal:
         0xb9ebad8 s Context>handleSignal:
         0xb9f63c0 s Context>handleSignal:
         0xba00ca8 s Context>handleSignal:
         0xba0b590 s Context>handleSignal:
         0xba15e78 s Context>handleSignal:
         0xba20760 s Context>handleSignal:
         0xba2b048 s Context>handleSignal:
         0xba35930 s Context>handleSignal:
         0xba40218 s Context>handleSignal:
         0xba47180 s Context>handleSignal:
         0xba4c2b8 s Context>handleSignal:
         0xba51338 s Context>handleSignal:
         0xba56300 s Context>handleSignal:
         0xba5b2c8 s Context>handleSignal:
         0xba601d8 s Context>handleSignal:
         0xba65030 s Context>handleSignal:
         0xba69dd0 s Context>handleSignal:
         0xba6eb70 s Context>handleSignal:
         0xba73858 s Context>handleSignal:
         0xba78540 s Context>handleSignal:
         0xba7d228 s Context>handleSignal:
         0xba81f10 s Context>handleSignal:
         0xba86bf8 s Context>handleSignal:
         0xba8b8e0 s Context>handleSignal:
         0xba905c8 s Context>handleSignal:
         0xba952b0 s Context>handleSignal:
         0xba99f98 s Context>handleSignal:
         0xba9ec80 s Context>handleSignal:
         0xbaa3968 s Context>handleSignal:
         0xbaa8650 s Context>handleSignal:
         0xbaad338 s Context>handleSignal:
         0xbab2020 s Context>handleSignal:
         0xbab6d08 s Context>handleSignal:
         0xbabb9f0 s Context>handleSignal:
         0xbac06d8 s Context>handleSignal:
         0xbac53c0 s Context>handleSignal:
         0xbaca0a8 s Context>handleSignal:
         0xbaced90 s Context>handleSignal:
         0xbad3a78 s Context>handleSignal:
         0xbad8760 s Context>handleSignal:
         0xbadd448 s Context>handleSignal:
         0xbae2130 s Context>handleSignal:
         0xbae6e18 s Context>handleSignal:
         0xbaebb00 s Context>handleSignal:
         0xbaf07e8 s Context>handleSignal:
         0xbaf54d0 s Context>handleSignal:
         0xbafa1b8 s Context>handleSignal:
         0xbafeea0 s Context>handleSignal:
         0xbb03b88 s Context>handleSignal:
         0xbb08870 s Context>handleSignal:
         0xbb0d558 s Context>handleSignal:
         0xbb12240 s Context>handleSignal:
         0xbb16f28 s Context>handleSignal:
         0xbb1bc10 s Context>handleSignal:
         0xbb208f8 s Context>handleSignal:
         0xbb255e0 s Context>handleSignal:
         0xbb2a2c8 s Context>handleSignal:
         0xbb2efb0 s Context>handleSignal:
         0xbb33c98 s Context>handleSignal:
         0xbb38980 s Context>handleSignal:
         0xbb3d668 s Context>handleSignal:
         0xbb42350 s Context>handleSignal:
         0xbb47038 s Context>handleSignal:
         0xbb4bd20 s Context>handleSignal:
         0xbb50a08 s Context>handleSignal:
         0xbb556f0 s Context>handleSignal:
         0xbb5a3d8 s Context>handleSignal:
         0xbb5f0c0 s Context>handleSignal:
         0xbb63da8 s Context>handleSignal:
         0xbb68a90 s Context>handleSignal:
         0xbb6d778 s Context>handleSignal:
         0xbb72460 s Context>handleSignal:
         0xbb77148 s Context>handleSignal:
         0xbb7be30 s Context>handleSignal:
         0xbb80b18 s Context>handleSignal:
         0xbb85800 s Context>handleSignal:
         0xbb8a4e8 s Context>handleSignal:
         0xbb8f1d0 s Context>handleSignal:
         0xbb93eb8 s Context>handleSignal:
         0xbb98ba0 s Context>handleSignal:
         0xbb9d7d0 s Context>handleSignal:
         0xbba2400 s Context>handleSignal:
         0xbba7030 s Context>handleSignal:
         0xbbabc60 s Context>handleSignal:
         0xbbb0890 s Context>handleSignal:
         0xbbb54c0 s Context>handleSignal:
         0xbbba0f0 s Context>handleSignal:
         0xbbbed20 s Context>handleSignal:
         0xbbc3950 s Context>handleSignal:
         0xbbc8580 s Context>handleSignal:
         0xbbcd1b0 s Context>handleSignal:
         0xbbd1de0 s Context>handleSignal:
         0xbbd6a10 s Context>handleSignal:
         0xbbdb640 s Context>handleSignal:
         0xbbe0270 s Context>handleSignal:
         0xbbe4ea0 s Context>handleSignal:
         0xbbe9ad0 s Context>handleSignal:
         0xbbee700 s Context>handleSignal:
         0xbbf3330 s Context>handleSignal:
         0xbbf7f60 s Context>handleSignal:
         0xbbfcb90 s Context>handleSignal:
         0xbc017c0 s Context>handleSignal:
         0xbc063f0 s Context>handleSignal:
         0xbc0b020 s Context>handleSignal:
         0xbc0fc50 s Context>handleSignal:
         0xbc14880 s Context>handleSignal:
         0xbc194b0 s Context>handleSignal:
         0xbc1e0e0 s Context>handleSignal:
         0xbc22d10 s Context>handleSignal:
         0xbc27940 s Context>handleSignal:
         0xbc2c570 s Context>handleSignal:
         0xbc311a0 s Context>handleSignal:
         0xbc35dd0 s Context>handleSignal:
         0xbc3aa00 s Context>handleSignal:
         0xbc3f630 s Context>handleSignal:
         0xbc44260 s Context>handleSignal:
         0xbc48e90 s Context>handleSignal:
         0xbc4dac0 s Context>handleSignal:
         0xbc526f0 s Context>handleSignal:
         0xbc573f0 s Context>handleSignal:
         0xbc5c020 s Context>handleSignal:
         0xbc60c50 s Context>handleSignal:
         0xbc65880 s Context>handleSignal:
         0xbc6a4b0 s Context>handleSignal:
         0xbc6f0e0 s Context>handleSignal:
         0xbc73d10 s Context>handleSignal:
         0xbc78940 s Context>handleSignal:
         0xbc7d570 s Context>handleSignal:
         0xbc821a0 s Context>handleSignal:
         0xbc86dd0 s Context>handleSignal:
         0xbc8ba00 s Context>handleSignal:
         0xbc90630 s Context>handleSignal:
         0xbc95260 s Context>handleSignal:
         0xbc99e90 s Context>handleSignal:
         0xbc9eac0 s Context>handleSignal:
         0xbca36f0 s Context>handleSignal:
         0xbca8320 s Context>handleSignal:
         0xbcacf50 s Context>handleSignal:
         0xbcb1b80 s Context>handleSignal:
         0xbcb67b0 s Context>handleSignal:
         0xbcbb3e0 s Context>handleSignal:
         0xbcc0010 s Context>handleSignal:
         0xbcc4c40 s Context>handleSignal:
         0xbcc9870 s Context>handleSignal:
         0xbcce4a0 s Context>handleSignal:
         0xbcd30d0 s Context>handleSignal:
         0xbcd7d00 s Context>handleSignal:
         0xbcdc930 s Context>handleSignal:
         0xbce1560 s Context>handleSignal:
         0xbce6190 s Context>handleSignal:
         0xbceadc0 s Context>handleSignal:
         0xbcef9f0 s Context>handleSignal:
         0xbcf4620 s Context>handleSignal:
         0xbcf9250 s Context>handleSignal:
         0xbcfde80 s Context>handleSignal:
         0xbd02ab0 s Context>handleSignal:
         0xbd076e0 s Context>handleSignal:
         0xbd0c310 s Context>handleSignal:
         0xbd10f40 s Context>handleSignal:
         0xbd15b70 s Context>handleSignal:
         0xbd1a7a0 s Context>handleSignal:
         0xbd1f3d0 s Context>handleSignal:
         0xbd24000 s Context>handleSignal:
         0xbd28c30 s Context>handleSignal:
         0xbd2d860 s Context>handleSignal:
         0xbd32490 s Context>handleSignal:
         0xbd370c0 s Context>handleSignal:
         0xbd3bcf0 s Context>handleSignal:
         0xbd40920 s Context>handleSignal:
         0xbd45550 s Context>handleSignal:
         0xbd4a180 s Context>handleSignal:
         0xbd4edb0 s Context>handleSignal:
         0xbd539e0 s Context>handleSignal:
         0xbd58610 s Context>handleSignal:
         0xbd5d240 s Context>handleSignal:
         0xbd61e70 s Context>handleSignal:
         0xbd66aa0 s Context>handleSignal:
         0xbd6b6d0 s Context>handleSignal:
         0xbd70300 s Context>handleSignal:
         0xbd74f30 s Context>handleSignal:
         0xbd79b60 s Context>handleSignal:
         0xbd7e790 s Context>handleSignal:
         0xbd833c0 s Context>handleSignal:
         0xbd87ff0 s Context>handleSignal:
         0xbd8cc20 s Context>handleSignal:
         0xbd91850 s Context>handleSignal:
         0xbd96480 s Context>handleSignal:
         0xbd9b0b0 s Context>handleSignal:
         0xbd9fce0 s Context>handleSignal:
         0xbda4910 s Context>handleSignal:
         0xbda9540 s Context>handleSignal:
         0xbdae170 s Context>handleSignal:
         0xbdb2da0 s Context>handleSignal:
         0xbdb79d0 s Context>handleSignal:
         0xbdbc600 s Context>handleSignal:
         0xbdc1230 s Context>handleSignal:
         0xbdc5e60 s Context>handleSignal:
         0xbdcaa90 s Context>handleSignal:
         0xbdcf6c0 s Context>handleSignal:
         0xbdd42f0 s Context>handleSignal:
         0xbdd8f20 s Context>handleSignal:
         0xbdddb50 s Context>handleSignal:
         0xbde2780 s Context>handleSignal:
         0xbde73b0 s Context>handleSignal:
         0xbdebfe0 s Context>handleSignal:
         0xbdf0c10 s Context>handleSignal:
         0xbdf5840 s Context>handleSignal:
         0xbdfa470 s Context>handleSignal:
         0xbdff0a0 s Context>handleSignal:
         0xbe03cd0 s Context>handleSignal:
         0xbe08900 s Context>handleSignal:
         0xbe0d530 s Context>handleSignal:
         0xbe12160 s Context>handleSignal:
         0xbe16d90 s Context>handleSignal:
         0xbe1b9c0 s Context>handleSignal:
         0xbe205f0 s Context>handleSignal:
         0xbe25220 s Context>handleSignal:
         0xbe29e50 s Context>handleSignal:
         0xbe2ea80 s Context>handleSignal:
         0xbe336b0 s Context>handleSignal:
         0xbe382e0 s Context>handleSignal:
         0xbe3cf10 s Context>handleSignal:
         0xbe41b40 s Context>handleSignal:
         0xbe46770 s Context>handleSignal:
         0xbe4b3a0 s Context>handleSignal:
         0xbe4ffd0 s Context>handleSignal:
         0xbe54c00 s Context>handleSignal:
         0xbe59830 s Context>handleSignal:
         0xbe5e460 s Context>handleSignal:
         0xbe63090 s Context>handleSignal:
         0xbe67cc0 s Context>handleSignal:
         0xbe6c8f0 s Context>handleSignal:
         0xbe71520 s Context>handleSignal:
         0xbe76150 s Context>handleSignal:
         0xbe7ad80 s Context>handleSignal:
         0xbe7f8f8 s Context>handleSignal:
         0xbe843b8 s Context>handleSignal:
         0xbe88dc0 s Context>handleSignal:
         0xbe8d710 s Context>handleSignal:
         0xbe91fa8 s Context>handleSignal:
         0xbe96788 s Context>handleSignal:
         0xbe9aeb0 s Context>handleSignal:
         0xbe9f520 s Context>handleSignal:
         0xbea3ad8 s Context>handleSignal:
         0xbea7fd8 s Context>handleSignal:
         0xbeac420 s Context>handleSignal:
         0xbeb07b0 s Context>handleSignal:
         0xbeb4a88 s Context>handleSignal:
         0xbeb8ca8 s Context>handleSignal:
         0xbebce10 s Context>handleSignal:
         0xbec0ec0 s Context>handleSignal:
         0xbec4eb8 s Context>handleSignal:
         0xbec8df8 s Context>handleSignal:
         0xbeccc80 s Context>handleSignal:
         0xbed0a50 s Context>handleSignal:
         0xbed4768 s Context>handleSignal:
         0xbed83c8 s Context>handleSignal:
         0xbedbf70 s Context>handleSignal:
         0xbedfa60 s Context>handleSignal:
         0xbee3498 s Context>handleSignal:
         0xbee6e18 s Context>handleSignal:
         0xbeea6e0 s Context>handleSignal:
         0xbeedef0 s Context>handleSignal:
         0xbef1648 s Context>handleSignal:
         0xbef4ce8 s Context>handleSignal:
         0xbef82d0 s Context>handleSignal:
         0xbefb800 s Context>handleSignal:
         0xbefec78 s Context>handleSignal:
         0xbf02038 s Context>handleSignal:
         0xbf05340 s Context>handleSignal:
         0xbf08590 s Context>handleSignal:
         0xbf0b728 s Context>handleSignal:
         0xbf0e808 s Context>handleSignal:
         0xbf11830 s Context>handleSignal:
         0xbf147a0 s Context>handleSignal:
         0xbf17658 s Context>handleSignal:
         0xbf1a458 s Context>handleSignal:
         0xbf1d1a0 s Context>handleSignal:
         0xbf1fe30 s Context>handleSignal:
         0xbf22a08 s Context>handleSignal:
         0xbf25528 s Context>handleSignal:
         0xbf27f90 s Context>handleSignal:
         0xbf2a940 s Context>handleSignal:
         0xbf2d238 s Context>handleSignal:
         0xbf2fa78 s Context>handleSignal:
         0xbf32200 s Context>handleSignal:
         0xbf348d0 s Context>handleSignal:
         0xbf36ee8 s Context>handleSignal:
         0xbf39448 s Context>handleSignal:
         0xbf3b8f0 s Context>handleSignal:
         0xbf3dce0 s Context>handleSignal:
         0xbf40018 s Context>handleSignal:
         0xbf42298 s Context>handleSignal:
         0xbf44460 s Context>handleSignal:
         0xbf46570 s Context>handleSignal:
         0xbf485c8 s Context>handleSignal:
         0xbf4a568 s Context>handleSignal:
         0xbf4c450 s Context>handleSignal:
         0xbf4e280 s Context>handleSignal:
         0xbf4fff8 s Context>handleSignal:
         0xbf51cb8 s Context>handleSignal:
         0xbf538c0 s Context>handleSignal:
         0xbf55410 s Context>handleSignal:
         0xbf56ea8 s Context>handleSignal:
         0xbf58888 s Context>handleSignal:
         0xbf5a1b0 s Context>handleSignal:
         0xbf5ba20 s Context>handleSignal:
         0xbf5d1d8 s Context>handleSignal:
         0xbf5e8d8 s Context>handleSignal:
         0xbf5ff20 s Context>handleSignal:
         0xbf614b0 s Context>handleSignal:
         0xbf62988 s Context>handleSignal:
         0xbf63da8 s Context>handleSignal:
         0xbf65110 s Context>handleSignal:
         0xbf663c0 s Context>handleSignal:
         0xbf675b8 s Context>handleSignal:
         0xbf686f8 s Context>handleSignal:
         0xbf69780 s Context>handleSignal:
         0xbf6a750 s Context>handleSignal:
         0xbf6b668 s Context>handleSignal:
         0xbf6c4c8 s Context>handleSignal:
         0xbf6d270 s Context>handleSignal:
         0xbf6dea8 s Context>handleSignal:
         0xbf6eae0 s Context>handleSignal:
         0xbf6f660 s Context>handleSignal:
         0xbf70128 s Context>handleSignal:
         0xbf70b38 s Context>handleSignal:
         0xbf71490 s Context>handleSignal:
         0xbf71d30 s Context>handleSignal:
         0xbf72518 s Context>handleSignal:
         0xbf72c48 s Context>handleSignal:
         0xbf732c0 s Context>handleSignal:
         0xbf8b888 s Halt(Exception)>signal
         0xbfa8e80 s Halt class(Exception class)>signal
         0xbfdb928 s Halt class>now
         0xbfccb60 s FullBlockClosure(Object)>halt
         0xbff5eb0 s FullBlockClosure>printOn:
         0xc018c90 s Context>printOn:
         0xc0440d8 s Context>printDebugOn:
         0xc043f68 s [] in Context>debugStack:on:
         0xc05d090 s OrderedCollection>do:
         0xbfccc68 s Context>debugStack:on:
         0xbff5f90 s Context>shortDebugStackOn:
         0xc018d58 s [] in SmalltalkImage>logError:inContext:
         0xc044248 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8aae0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa7e38 s SmalltalkImage>logStdErrorDuring:
         0xbfda988 s SmalltalkImage>logError:inContext:
         0xbffdfe8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc021a28 s FullBlockClosure(BlockClosure)>ensure:
         0xc04dde8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc063028 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f8d0 s Halt(Exception)>unhandledErrorAction
         0xc08cb40 s Halt(UnhandledException)>defaultAction
         0xc0eda78 s UndefinedObject>handleSignal:
         0xc0edb30 s Context>handleSignal:
         0xc0edbe8 s Context>handleSignal:
         0xc0edca0 s Context>handleSignal:
         0xc0edd58 s Context>handleSignal:
         0xc0ede10 s Context>handleSignal:
         0xc0edec8 s Context>handleSignal:
         0xc0edf80 s Context>handleSignal:
         0xc0ee038 s Context>handleSignal:
         0xc0ee0f0 s Context>handleSignal:
         0xc0ee1a8 s Context>handleSignal:
         0xc108788 s Context>handleSignal:
         0xc113830 s Context>handleSignal:
         0xc11e6d8 s Context>handleSignal:
         0xc128fc0 s Context>handleSignal:
         0xc1337f0 s Context>handleSignal:
         0xc13e020 s Context>handleSignal:
         0xc148850 s Context>handleSignal:
         0xc153080 s Context>handleSignal:
         0xc15d8b0 s Context>handleSignal:
         0xc1680e0 s Context>handleSignal:
         0xc172910 s Context>handleSignal:
         0xc17d140 s Context>handleSignal:
         0xc187970 s Context>handleSignal:
         0xc1921a0 s Context>handleSignal:
         0xc19c9d0 s Context>handleSignal:
         0xc1a7200 s Context>handleSignal:
         0xc1b1a30 s Context>handleSignal:
         0xc1bc260 s Context>handleSignal:
         0xc1c6a90 s Context>handleSignal:
         0xc1d12c0 s Context>handleSignal:
         0xc1dbaf0 s Context>handleSignal:
         0xc1e6320 s Context>handleSignal:
         0xc1f0b50 s Context>handleSignal:
         0xc1fb380 s Context>handleSignal:
         0xc205bb0 s Context>handleSignal:
         0xc2103e0 s Context>handleSignal:
         0xc21ac10 s Context>handleSignal:
         0xc225440 s Context>handleSignal:
         0xc22fc70 s Context>handleSignal:
         0xc23a4a0 s Context>handleSignal:
         0xc244cd0 s Context>handleSignal:
         0xc24f500 s Context>handleSignal:
         0xc259d30 s Context>handleSignal:
         0xc2618d0 s Context>handleSignal:
         0xb7dbe40 s Context>handleSignal:
         0xb7e6728 s Context>handleSignal:
         0xb7f1010 s Context>handleSignal:
         0xb7fb8f8 s Context>handleSignal:
         0xb8061e0 s Context>handleSignal:
         0xb810ac8 s Context>handleSignal:
         0xb81b3b0 s Context>handleSignal:
         0xb825c98 s Context>handleSignal:
         0xb830580 s Context>handleSignal:
         0xb83ae68 s Context>handleSignal:
         0xb845750 s Context>handleSignal:
         0xb850038 s Context>handleSignal:
         0xb85a920 s Context>handleSignal:
         0xb865208 s Context>handleSignal:
         0xb86faf0 s Context>handleSignal:
         0xb87a3d8 s Context>handleSignal:
         0xb884cc0 s Context>handleSignal:
         0xb88f5a8 s Context>handleSignal:
         0xb899e90 s Context>handleSignal:
         0xb8a4778 s Context>handleSignal:
         0xb8af060 s Context>handleSignal:
         0xb8b9948 s Context>handleSignal:
         0xb8c4230 s Context>handleSignal:
         0xb8ceb18 s Context>handleSignal:
         0xb8d9400 s Context>handleSignal:
         0xb8e3ce8 s Context>handleSignal:
         0xb8ee5d0 s Context>handleSignal:
         0xb8f8eb8 s Context>handleSignal:
         0xb9037a0 s Context>handleSignal:
         0xb90e088 s Context>handleSignal:
         0xb918970 s Context>handleSignal:
         0xb923258 s Context>handleSignal:
         0xb92db40 s Context>handleSignal:
         0xb938428 s Context>handleSignal:
         0xb942d10 s Context>handleSignal:
         0xb94d5f8 s Context>handleSignal:
         0xb957ee0 s Context>handleSignal:
         0xb9627c8 s Context>handleSignal:
         0xb96d0b0 s Context>handleSignal:
         0xb977998 s Context>handleSignal:
         0xb982280 s Context>handleSignal:
         0xb98cb68 s Context>handleSignal:
         0xb997450 s Context>handleSignal:
         0xb9a1d38 s Context>handleSignal:
         0xb9ac620 s Context>handleSignal:
         0xb9b6f08 s Context>handleSignal:
         0xb9c17f0 s Context>handleSignal:
         0xb9cc0d8 s Context>handleSignal:
         0xb9d69c0 s Context>handleSignal:
         0xb9e12a8 s Context>handleSignal:
         0xb9ebb90 s Context>handleSignal:
         0xb9f6478 s Context>handleSignal:
         0xba00d60 s Context>handleSignal:
         0xba0b648 s Context>handleSignal:
         0xba15f30 s Context>handleSignal:
         0xba20818 s Context>handleSignal:
         0xba2b100 s Context>handleSignal:
         0xba359e8 s Context>handleSignal:
         0xba402d0 s Context>handleSignal:
         0xba47238 s Context>handleSignal:
         0xba4c370 s Context>handleSignal:
         0xba513f0 s Context>handleSignal:
         0xba563b8 s Context>handleSignal:
         0xba5b380 s Context>handleSignal:
         0xba60290 s Context>handleSignal:
         0xba650e8 s Context>handleSignal:
         0xba69e88 s Context>handleSignal:
         0xba6ec28 s Context>handleSignal:
         0xba73910 s Context>handleSignal:
         0xba785f8 s Context>handleSignal:
         0xba7d2e0 s Context>handleSignal:
         0xba81fc8 s Context>handleSignal:
         0xba86cb0 s Context>handleSignal:
         0xba8b998 s Context>handleSignal:
         0xba90680 s Context>handleSignal:
         0xba95368 s Context>handleSignal:
         0xba9a050 s Context>handleSignal:
         0xba9ed38 s Context>handleSignal:
         0xbaa3a20 s Context>handleSignal:
         0xbaa8708 s Context>handleSignal:
         0xbaad3f0 s Context>handleSignal:
         0xbab20d8 s Context>handleSignal:
         0xbab6dc0 s Context>handleSignal:
         0xbabbaa8 s Context>handleSignal:
         0xbac0790 s Context>handleSignal:
         0xbac5478 s Context>handleSignal:
         0xbaca160 s Context>handleSignal:
         0xbacee48 s Context>handleSignal:
         0xbad3b30 s Context>handleSignal:
         0xbad8818 s Context>handleSignal:
         0xbadd500 s Context>handleSignal:
         0xbae21e8 s Context>handleSignal:
         0xbae6ed0 s Context>handleSignal:
         0xbaebbb8 s Context>handleSignal:
         0xbaf08a0 s Context>handleSignal:
         0xbaf5588 s Context>handleSignal:
         0xbafa270 s Context>handleSignal:
         0xbafef58 s Context>handleSignal:
         0xbb03c40 s Context>handleSignal:
         0xbb08928 s Context>handleSignal:
         0xbb0d610 s Context>handleSignal:
         0xbb122f8 s Context>handleSignal:
         0xbb16fe0 s Context>handleSignal:
         0xbb1bcc8 s Context>handleSignal:
         0xbb209b0 s Context>handleSignal:
         0xbb25698 s Context>handleSignal:
         0xbb2a380 s Context>handleSignal:
         0xbb2f068 s Context>handleSignal:
         0xbb33d50 s Context>handleSignal:
         0xbb38a38 s Context>handleSignal:
         0xbb3d720 s Context>handleSignal:
         0xbb42408 s Context>handleSignal:
         0xbb470f0 s Context>handleSignal:
         0xbb4bdd8 s Context>handleSignal:
         0xbb50ac0 s Context>handleSignal:
         0xbb557a8 s Context>handleSignal:
         0xbb5a490 s Context>handleSignal:
         0xbb5f178 s Context>handleSignal:
         0xbb63e60 s Context>handleSignal:
         0xbb68b48 s Context>handleSignal:
         0xbb6d830 s Context>handleSignal:
         0xbb72518 s Context>handleSignal:
         0xbb77200 s Context>handleSignal:
         0xbb7bee8 s Context>handleSignal:
         0xbb80bd0 s Context>handleSignal:
         0xbb858b8 s Context>handleSignal:
         0xbb8a5a0 s Context>handleSignal:
         0xbb8f288 s Context>handleSignal:
         0xbb93f70 s Context>handleSignal:
         0xbb98c58 s Context>handleSignal:
         0xbb9d888 s Context>handleSignal:
         0xbba24b8 s Context>handleSignal:
         0xbba70e8 s Context>handleSignal:
         0xbbabd18 s Context>handleSignal:
         0xbbb0948 s Context>handleSignal:
         0xbbb5578 s Context>handleSignal:
         0xbbba1a8 s Context>handleSignal:
         0xbbbedd8 s Context>handleSignal:
         0xbbc3a08 s Context>handleSignal:
         0xbbc8638 s Context>handleSignal:
         0xbbcd268 s Context>handleSignal:
         0xbbd1e98 s Context>handleSignal:
         0xbbd6ac8 s Context>handleSignal:
         0xbbdb6f8 s Context>handleSignal:
         0xbbe0328 s Context>handleSignal:
         0xbbe4f58 s Context>handleSignal:
         0xbbe9b88 s Context>handleSignal:
         0xbbee7b8 s Context>handleSignal:
         0xbbf33e8 s Context>handleSignal:
         0xbbf8018 s Context>handleSignal:
         0xbbfcc48 s Context>handleSignal:
         0xbc01878 s Context>handleSignal:
         0xbc064a8 s Context>handleSignal:
         0xbc0b0d8 s Context>handleSignal:
         0xbc0fd08 s Context>handleSignal:
         0xbc14938 s Context>handleSignal:
         0xbc19568 s Context>handleSignal:
         0xbc1e198 s Context>handleSignal:
         0xbc22dc8 s Context>handleSignal:
         0xbc279f8 s Context>handleSignal:
         0xbc2c628 s Context>handleSignal:
         0xbc31258 s Context>handleSignal:
         0xbc35e88 s Context>handleSignal:
         0xbc3aab8 s Context>handleSignal:
         0xbc3f6e8 s Context>handleSignal:
         0xbc44318 s Context>handleSignal:
         0xbc48f48 s Context>handleSignal:
         0xbc4db78 s Context>handleSignal:
         0xbc527a8 s Context>handleSignal:
         0xbc574a8 s Context>handleSignal:
         0xbc5c0d8 s Context>handleSignal:
         0xbc60d08 s Context>handleSignal:
         0xbc65938 s Context>handleSignal:
         0xbc6a568 s Context>handleSignal:
         0xbc6f198 s Context>handleSignal:
         0xbc73dc8 s Context>handleSignal:
         0xbc789f8 s Context>handleSignal:
         0xbc7d628 s Context>handleSignal:
         0xbc82258 s Context>handleSignal:
         0xbc86e88 s Context>handleSignal:
         0xbc8bab8 s Context>handleSignal:
         0xbc906e8 s Context>handleSignal:
         0xbc95318 s Context>handleSignal:
         0xbc99f48 s Context>handleSignal:
         0xbc9eb78 s Context>handleSignal:
         0xbca37a8 s Context>handleSignal:
         0xbca83d8 s Context>handleSignal:
         0xbcad008 s Context>handleSignal:
         0xbcb1c38 s Context>handleSignal:
         0xbcb6868 s Context>handleSignal:
         0xbcbb498 s Context>handleSignal:
         0xbcc00c8 s Context>handleSignal:
         0xbcc4cf8 s Context>handleSignal:
         0xbcc9928 s Context>handleSignal:
         0xbcce558 s Context>handleSignal:
         0xbcd3188 s Context>handleSignal:
         0xbcd7db8 s Context>handleSignal:
         0xbcdc9e8 s Context>handleSignal:
         0xbce1618 s Context>handleSignal:
         0xbce6248 s Context>handleSignal:
         0xbceae78 s Context>handleSignal:
         0xbcefaa8 s Context>handleSignal:
         0xbcf46d8 s Context>handleSignal:
         0xbcf9308 s Context>handleSignal:
         0xbcfdf38 s Context>handleSignal:
         0xbd02b68 s Context>handleSignal:
         0xbd07798 s Context>handleSignal:
         0xbd0c3c8 s Context>handleSignal:
         0xbd10ff8 s Context>handleSignal:
         0xbd15c28 s Context>handleSignal:
         0xbd1a858 s Context>handleSignal:
         0xbd1f488 s Context>handleSignal:
         0xbd240b8 s Context>handleSignal:
         0xbd28ce8 s Context>handleSignal:
         0xbd2d918 s Context>handleSignal:
         0xbd32548 s Context>handleSignal:
         0xbd37178 s Context>handleSignal:
         0xbd3bda8 s Context>handleSignal:
         0xbd409d8 s Context>handleSignal:
         0xbd45608 s Context>handleSignal:
         0xbd4a238 s Context>handleSignal:
         0xbd4ee68 s Context>handleSignal:
         0xbd53a98 s Context>handleSignal:
         0xbd586c8 s Context>handleSignal:
         0xbd5d2f8 s Context>handleSignal:
         0xbd61f28 s Context>handleSignal:
         0xbd66b58 s Context>handleSignal:
         0xbd6b788 s Context>handleSignal:
         0xbd703b8 s Context>handleSignal:
         0xbd74fe8 s Context>handleSignal:
         0xbd79c18 s Context>handleSignal:
         0xbd7e848 s Context>handleSignal:
         0xbd83478 s Context>handleSignal:
         0xbd880a8 s Context>handleSignal:
         0xbd8ccd8 s Context>handleSignal:
         0xbd91908 s Context>handleSignal:
         0xbd96538 s Context>handleSignal:
         0xbd9b168 s Context>handleSignal:
         0xbd9fd98 s Context>handleSignal:
         0xbda49c8 s Context>handleSignal:
         0xbda95f8 s Context>handleSignal:
         0xbdae228 s Context>handleSignal:
         0xbdb2e58 s Context>handleSignal:
         0xbdb7a88 s Context>handleSignal:
         0xbdbc6b8 s Context>handleSignal:
         0xbdc12e8 s Context>handleSignal:
         0xbdc5f18 s Context>handleSignal:
         0xbdcab48 s Context>handleSignal:
         0xbdcf778 s Context>handleSignal:
         0xbdd43a8 s Context>handleSignal:
         0xbdd8fd8 s Context>handleSignal:
         0xbdddc08 s Context>handleSignal:
         0xbde2838 s Context>handleSignal:
         0xbde7468 s Context>handleSignal:
         0xbdec098 s Context>handleSignal:
         0xbdf0cc8 s Context>handleSignal:
         0xbdf58f8 s Context>handleSignal:
         0xbdfa528 s Context>handleSignal:
         0xbdff158 s Context>handleSignal:
         0xbe03d88 s Context>handleSignal:
         0xbe089b8 s Context>handleSignal:
         0xbe0d5e8 s Context>handleSignal:
         0xbe12218 s Context>handleSignal:
         0xbe16e48 s Context>handleSignal:
         0xbe1ba78 s Context>handleSignal:
         0xbe206a8 s Context>handleSignal:
         0xbe252d8 s Context>handleSignal:
         0xbe29f08 s Context>handleSignal:
         0xbe2eb38 s Context>handleSignal:
         0xbe33768 s Context>handleSignal:
         0xbe38398 s Context>handleSignal:
         0xbe3cfc8 s Context>handleSignal:
         0xbe41bf8 s Context>handleSignal:
         0xbe46828 s Context>handleSignal:
         0xbe4b458 s Context>handleSignal:
         0xbe50088 s Context>handleSignal:
         0xbe54cb8 s Context>handleSignal:
         0xbe598e8 s Context>handleSignal:
         0xbe5e518 s Context>handleSignal:
         0xbe63148 s Context>handleSignal:
         0xbe67d78 s Context>handleSignal:
         0xbe6c9a8 s Context>handleSignal:
         0xbe715d8 s Context>handleSignal:
         0xbe76208 s Context>handleSignal:
         0xbe7ae38 s Context>handleSignal:
         0xbe7f9b0 s Context>handleSignal:
         0xbe84470 s Context>handleSignal:
         0xbe88e78 s Context>handleSignal:
         0xbe8d7c8 s Context>handleSignal:
         0xbe92060 s Context>handleSignal:
         0xbe96840 s Context>handleSignal:
         0xbe9af68 s Context>handleSignal:
         0xbe9f5d8 s Context>handleSignal:
         0xbea3b90 s Context>handleSignal:
         0xbea8090 s Context>handleSignal:
         0xbeac4d8 s Context>handleSignal:
         0xbeb0868 s Context>handleSignal:
         0xbeb4b40 s Context>handleSignal:
         0xbeb8d60 s Context>handleSignal:
         0xbebcec8 s Context>handleSignal:
         0xbec0f78 s Context>handleSignal:
         0xbec4f70 s Context>handleSignal:
         0xbec8eb0 s Context>handleSignal:
         0xbeccd38 s Context>handleSignal:
         0xbed0b08 s Context>handleSignal:
         0xbed4820 s Context>handleSignal:
         0xbed8480 s Context>handleSignal:
         0xbedc028 s Context>handleSignal:
         0xbedfb18 s Context>handleSignal:
         0xbee3550 s Context>handleSignal:
         0xbee6ed0 s Context>handleSignal:
         0xbeea798 s Context>handleSignal:
         0xbeedfa8 s Context>handleSignal:
         0xbef1700 s Context>handleSignal:
         0xbef4da0 s Context>handleSignal:
         0xbef8388 s Context>handleSignal:
         0xbefb8b8 s Context>handleSignal:
         0xbefed30 s Context>handleSignal:
         0xbf020f0 s Context>handleSignal:
         0xbf053f8 s Context>handleSignal:
         0xbf08648 s Context>handleSignal:
         0xbf0b7e0 s Context>handleSignal:
         0xbf0e8c0 s Context>handleSignal:
         0xbf118e8 s Context>handleSignal:
         0xbf14858 s Context>handleSignal:
         0xbf17710 s Context>handleSignal:
         0xbf1a510 s Context>handleSignal:
         0xbf1d258 s Context>handleSignal:
         0xbf1fee8 s Context>handleSignal:
         0xbf22ac0 s Context>handleSignal:
         0xbf255e0 s Context>handleSignal:
         0xbf28048 s Context>handleSignal:
         0xbf2a9f8 s Context>handleSignal:
         0xbf2d2f0 s Context>handleSignal:
         0xbf2fb30 s Context>handleSignal:
         0xbf322b8 s Context>handleSignal:
         0xbf34988 s Context>handleSignal:
         0xbf36fa0 s Context>handleSignal:
         0xbf39500 s Context>handleSignal:
         0xbf3b9a8 s Context>handleSignal:
         0xbf3dd98 s Context>handleSignal:
         0xbf400d0 s Context>handleSignal:
         0xbf42350 s Context>handleSignal:
         0xbf44518 s Context>handleSignal:
         0xbf46628 s Context>handleSignal:
         0xbf48680 s Context>handleSignal:
         0xbf4a620 s Context>handleSignal:
         0xbf4c508 s Context>handleSignal:
         0xbf4e338 s Context>handleSignal:
         0xbf500b0 s Context>handleSignal:
         0xbf51d70 s Context>handleSignal:
         0xbf53978 s Context>handleSignal:
         0xbf554c8 s Context>handleSignal:
         0xbf56f60 s Context>handleSignal:
         0xbf58940 s Context>handleSignal:
         0xbf5a268 s Context>handleSignal:
         0xbf5bad8 s Context>handleSignal:
         0xbf5d290 s Context>handleSignal:
         0xbf5e990 s Context>handleSignal:
         0xbf5ffd8 s Context>handleSignal:
         0xbf61568 s Context>handleSignal:
         0xbf62a40 s Context>handleSignal:
         0xbf63e60 s Context>handleSignal:
         0xbf651c8 s Context>handleSignal:
         0xbf66478 s Context>handleSignal:
         0xbf67670 s Context>handleSignal:
         0xbf687b0 s Context>handleSignal:
         0xbf69838 s Context>handleSignal:
         0xbf6a808 s Context>handleSignal:
         0xbf6b720 s Context>handleSignal:
         0xbf6c580 s Context>handleSignal:
         0xbf6d328 s Context>handleSignal:
         0xbf6df60 s Context>handleSignal:
         0xbf6eb98 s Context>handleSignal:
         0xbf6f718 s Context>handleSignal:
         0xbf701e0 s Context>handleSignal:
         0xbf70bf0 s Context>handleSignal:
         0xbf71548 s Context>handleSignal:
         0xbf71de8 s Context>handleSignal:
         0xbf725d0 s Context>handleSignal:
         0xbf72d00 s Context>handleSignal:
         0xbf73378 s Context>handleSignal:
         0xbf8b940 s Halt(Exception)>signal
         0xbfa8f38 s Halt class(Exception class)>signal
         0xbfdb9e0 s Halt class>now
         0xbfccd20 s FullBlockClosure(Object)>halt
         0xbff6048 s FullBlockClosure>printOn:
         0xc018e10 s Context>printOn:
         0xc044300 s Context>printDebugOn:
         0xc044190 s [] in Context>debugStack:on:
         0xc05d148 s OrderedCollection>do:
         0xbfcce28 s Context>debugStack:on:
         0xbff6128 s Context>shortDebugStackOn:
         0xc018ed8 s [] in SmalltalkImage>logError:inContext:
         0xc044470 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8a970 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa7c68 s SmalltalkImage>logStdErrorDuring:
         0xbfda7d0 s SmalltalkImage>logError:inContext:
         0xbffdf20 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc021938 s FullBlockClosure(BlockClosure)>ensure:
         0xc04dd08 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062f70 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f818 s Halt(Exception)>unhandledErrorAction
         0xc08ca88 s Halt(UnhandledException)>defaultAction
         0xc0ee260 s UndefinedObject>handleSignal:
         0xc0ee318 s Context>handleSignal:
         0xc0ee3d0 s Context>handleSignal:
         0xc0ee488 s Context>handleSignal:
         0xc0ee540 s Context>handleSignal:
         0xc0ee5f8 s Context>handleSignal:
         0xc0ee6b0 s Context>handleSignal:
         0xc0ee768 s Context>handleSignal:
         0xc0ee820 s Context>handleSignal:
         0xc0ee8d8 s Context>handleSignal:
         0xc0ee990 s Context>handleSignal:
         0xc108840 s Context>handleSignal:
         0xc1138e8 s Context>handleSignal:
         0xc11e790 s Context>handleSignal:
         0xc129078 s Context>handleSignal:
         0xc1338a8 s Context>handleSignal:
         0xc13e0d8 s Context>handleSignal:
         0xc148908 s Context>handleSignal:
         0xc153138 s Context>handleSignal:
         0xc15d968 s Context>handleSignal:
         0xc168198 s Context>handleSignal:
         0xc1729c8 s Context>handleSignal:
         0xc17d1f8 s Context>handleSignal:
         0xc187a28 s Context>handleSignal:
         0xc192258 s Context>handleSignal:
         0xc19ca88 s Context>handleSignal:
         0xc1a72b8 s Context>handleSignal:
         0xc1b1ae8 s Context>handleSignal:
         0xc1bc318 s Context>handleSignal:
         0xc1c6b48 s Context>handleSignal:
         0xc1d1378 s Context>handleSignal:
         0xc1dbba8 s Context>handleSignal:
         0xc1e63d8 s Context>handleSignal:
         0xc1f0c08 s Context>handleSignal:
         0xc1fb438 s Context>handleSignal:
         0xc205c68 s Context>handleSignal:
         0xc210498 s Context>handleSignal:
         0xc21acc8 s Context>handleSignal:
         0xc2254f8 s Context>handleSignal:
         0xc22fd28 s Context>handleSignal:
         0xc23a558 s Context>handleSignal:
         0xc244d88 s Context>handleSignal:
         0xc24f5b8 s Context>handleSignal:
         0xc259de8 s Context>handleSignal:
         0xb7db938 s Context>handleSignal:
         0xb7e6220 s Context>handleSignal:
         0xb7f0b08 s Context>handleSignal:
         0xb7fb3f0 s Context>handleSignal:
         0xb805cd8 s Context>handleSignal:
         0xb8105c0 s Context>handleSignal:
         0xb81aea8 s Context>handleSignal:
         0xb825790 s Context>handleSignal:
         0xb830078 s Context>handleSignal:
         0xb83a960 s Context>handleSignal:
         0xb845248 s Context>handleSignal:
         0xb84fb30 s Context>handleSignal:
         0xb85a418 s Context>handleSignal:
         0xb864d00 s Context>handleSignal:
         0xb86f5e8 s Context>handleSignal:
         0xb879ed0 s Context>handleSignal:
         0xb8847b8 s Context>handleSignal:
         0xb88f0a0 s Context>handleSignal:
         0xb899988 s Context>handleSignal:
         0xb8a4270 s Context>handleSignal:
         0xb8aeb58 s Context>handleSignal:
         0xb8b9440 s Context>handleSignal:
         0xb8c3d28 s Context>handleSignal:
         0xb8ce610 s Context>handleSignal:
         0xb8d8ef8 s Context>handleSignal:
         0xb8e37e0 s Context>handleSignal:
         0xb8ee0c8 s Context>handleSignal:
         0xb8f89b0 s Context>handleSignal:
         0xb903298 s Context>handleSignal:
         0xb90db80 s Context>handleSignal:
         0xb918468 s Context>handleSignal:
         0xb922d50 s Context>handleSignal:
         0xb92d638 s Context>handleSignal:
         0xb937f20 s Context>handleSignal:
         0xb942808 s Context>handleSignal:
         0xb94d0f0 s Context>handleSignal:
         0xb9579d8 s Context>handleSignal:
         0xb9622c0 s Context>handleSignal:
         0xb96cba8 s Context>handleSignal:
         0xb977490 s Context>handleSignal:
         0xb981d78 s Context>handleSignal:
         0xb98c660 s Context>handleSignal:
         0xb996f48 s Context>handleSignal:
         0xb9a1830 s Context>handleSignal:
         0xb9ac118 s Context>handleSignal:
         0xb9b6a00 s Context>handleSignal:
         0xb9c12e8 s Context>handleSignal:
         0xb9cbbd0 s Context>handleSignal:
         0xb9d64b8 s Context>handleSignal:
         0xb9e0da0 s Context>handleSignal:
         0xb9eb688 s Context>handleSignal:
         0xb9f5f70 s Context>handleSignal:
         0xba00858 s Context>handleSignal:
         0xba0b140 s Context>handleSignal:
         0xba15a28 s Context>handleSignal:
         0xba20310 s Context>handleSignal:
         0xba2abf8 s Context>handleSignal:
         0xba354e0 s Context>handleSignal:
         0xba3fdc8 s Context>handleSignal:
         0xba46d30 s Context>handleSignal:
         0xba4be68 s Context>handleSignal:
         0xba50ee8 s Context>handleSignal:
         0xba55eb0 s Context>handleSignal:
         0xba5ae78 s Context>handleSignal:
         0xba5fd88 s Context>handleSignal:
         0xba64be0 s Context>handleSignal:
         0xba69980 s Context>handleSignal:
         0xba6e720 s Context>handleSignal:
         0xba73408 s Context>handleSignal:
         0xba780f0 s Context>handleSignal:
         0xba7cdd8 s Context>handleSignal:
         0xba81ac0 s Context>handleSignal:
         0xba867a8 s Context>handleSignal:
         0xba8b490 s Context>handleSignal:
         0xba90178 s Context>handleSignal:
         0xba94e60 s Context>handleSignal:
         0xba99b48 s Context>handleSignal:
         0xba9e830 s Context>handleSignal:
         0xbaa3518 s Context>handleSignal:
         0xbaa8200 s Context>handleSignal:
         0xbaacee8 s Context>handleSignal:
         0xbab1bd0 s Context>handleSignal:
         0xbab68b8 s Context>handleSignal:
         0xbabb5a0 s Context>handleSignal:
         0xbac0288 s Context>handleSignal:
         0xbac4f70 s Context>handleSignal:
         0xbac9c58 s Context>handleSignal:
         0xbace940 s Context>handleSignal:
         0xbad3628 s Context>handleSignal:
         0xbad8310 s Context>handleSignal:
         0xbadcff8 s Context>handleSignal:
         0xbae1ce0 s Context>handleSignal:
         0xbae69c8 s Context>handleSignal:
         0xbaeb6b0 s Context>handleSignal:
         0xbaf0398 s Context>handleSignal:
         0xbaf5080 s Context>handleSignal:
         0xbaf9d68 s Context>handleSignal:
         0xbafea50 s Context>handleSignal:
         0xbb03738 s Context>handleSignal:
         0xbb08420 s Context>handleSignal:
         0xbb0d108 s Context>handleSignal:
         0xbb11df0 s Context>handleSignal:
         0xbb16ad8 s Context>handleSignal:
         0xbb1b7c0 s Context>handleSignal:
         0xbb204a8 s Context>handleSignal:
         0xbb25190 s Context>handleSignal:
         0xbb29e78 s Context>handleSignal:
         0xbb2eb60 s Context>handleSignal:
         0xbb33848 s Context>handleSignal:
         0xbb38530 s Context>handleSignal:
         0xbb3d218 s Context>handleSignal:
         0xbb41f00 s Context>handleSignal:
         0xbb46be8 s Context>handleSignal:
         0xbb4b8d0 s Context>handleSignal:
         0xbb505b8 s Context>handleSignal:
         0xbb552a0 s Context>handleSignal:
         0xbb59f88 s Context>handleSignal:
         0xbb5ec70 s Context>handleSignal:
         0xbb63958 s Context>handleSignal:
         0xbb68640 s Context>handleSignal:
         0xbb6d328 s Context>handleSignal:
         0xbb72010 s Context>handleSignal:
         0xbb76cf8 s Context>handleSignal:
         0xbb7b9e0 s Context>handleSignal:
         0xbb806c8 s Context>handleSignal:
         0xbb853b0 s Context>handleSignal:
         0xbb8a098 s Context>handleSignal:
         0xbb8ed80 s Context>handleSignal:
         0xbb93a68 s Context>handleSignal:
         0xbb98750 s Context>handleSignal:
         0xbb9d380 s Context>handleSignal:
         0xbba1fb0 s Context>handleSignal:
         0xbba6be0 s Context>handleSignal:
         0xbbab810 s Context>handleSignal:
         0xbbb0440 s Context>handleSignal:
         0xbbb5070 s Context>handleSignal:
         0xbbb9ca0 s Context>handleSignal:
         0xbbbe8d0 s Context>handleSignal:
         0xbbc3500 s Context>handleSignal:
         0xbbc8130 s Context>handleSignal:
         0xbbccd60 s Context>handleSignal:
         0xbbd1990 s Context>handleSignal:
         0xbbd65c0 s Context>handleSignal:
         0xbbdb1f0 s Context>handleSignal:
         0xbbdfe20 s Context>handleSignal:
         0xbbe4a50 s Context>handleSignal:
         0xbbe9680 s Context>handleSignal:
         0xbbee2b0 s Context>handleSignal:
         0xbbf2ee0 s Context>handleSignal:
         0xbbf7b10 s Context>handleSignal:
         0xbbfc740 s Context>handleSignal:
         0xbc01370 s Context>handleSignal:
         0xbc05fa0 s Context>handleSignal:
         0xbc0abd0 s Context>handleSignal:
         0xbc0f800 s Context>handleSignal:
         0xbc14430 s Context>handleSignal:
         0xbc19060 s Context>handleSignal:
         0xbc1dc90 s Context>handleSignal:
         0xbc228c0 s Context>handleSignal:
         0xbc274f0 s Context>handleSignal:
         0xbc2c120 s Context>handleSignal:
         0xbc30d50 s Context>handleSignal:
         0xbc35980 s Context>handleSignal:
         0xbc3a5b0 s Context>handleSignal:
         0xbc3f1e0 s Context>handleSignal:
         0xbc43e10 s Context>handleSignal:
         0xbc48a40 s Context>handleSignal:
         0xbc4d670 s Context>handleSignal:
         0xbc522a0 s Context>handleSignal:
         0xbc56fa0 s Context>handleSignal:
         0xbc5bbd0 s Context>handleSignal:
         0xbc60800 s Context>handleSignal:
         0xbc65430 s Context>handleSignal:
         0xbc6a060 s Context>handleSignal:
         0xbc6ec90 s Context>handleSignal:
         0xbc738c0 s Context>handleSignal:
         0xbc784f0 s Context>handleSignal:
         0xbc7d120 s Context>handleSignal:
         0xbc81d50 s Context>handleSignal:
         0xbc86980 s Context>handleSignal:
         0xbc8b5b0 s Context>handleSignal:
         0xbc901e0 s Context>handleSignal:
         0xbc94e10 s Context>handleSignal:
         0xbc99a40 s Context>handleSignal:
         0xbc9e670 s Context>handleSignal:
         0xbca32a0 s Context>handleSignal:
         0xbca7ed0 s Context>handleSignal:
         0xbcacb00 s Context>handleSignal:
         0xbcb1730 s Context>handleSignal:
         0xbcb6360 s Context>handleSignal:
         0xbcbaf90 s Context>handleSignal:
         0xbcbfbc0 s Context>handleSignal:
         0xbcc47f0 s Context>handleSignal:
         0xbcc9420 s Context>handleSignal:
         0xbcce050 s Context>handleSignal:
         0xbcd2c80 s Context>handleSignal:
         0xbcd78b0 s Context>handleSignal:
         0xbcdc4e0 s Context>handleSignal:
         0xbce1110 s Context>handleSignal:
         0xbce5d40 s Context>handleSignal:
         0xbcea970 s Context>handleSignal:
         0xbcef5a0 s Context>handleSignal:
         0xbcf41d0 s Context>handleSignal:
         0xbcf8e00 s Context>handleSignal:
         0xbcfda30 s Context>handleSignal:
         0xbd02660 s Context>handleSignal:
         0xbd07290 s Context>handleSignal:
         0xbd0bec0 s Context>handleSignal:
         0xbd10af0 s Context>handleSignal:
         0xbd15720 s Context>handleSignal:
         0xbd1a350 s Context>handleSignal:
         0xbd1ef80 s Context>handleSignal:
         0xbd23bb0 s Context>handleSignal:
         0xbd287e0 s Context>handleSignal:
         0xbd2d410 s Context>handleSignal:
         0xbd32040 s Context>handleSignal:
         0xbd36c70 s Context>handleSignal:
         0xbd3b8a0 s Context>handleSignal:
         0xbd404d0 s Context>handleSignal:
         0xbd45100 s Context>handleSignal:
         0xbd49d30 s Context>handleSignal:
         0xbd4e960 s Context>handleSignal:
         0xbd53590 s Context>handleSignal:
         0xbd581c0 s Context>handleSignal:
         0xbd5cdf0 s Context>handleSignal:
         0xbd61a20 s Context>handleSignal:
         0xbd66650 s Context>handleSignal:
         0xbd6b280 s Context>handleSignal:
         0xbd6feb0 s Context>handleSignal:
         0xbd74ae0 s Context>handleSignal:
         0xbd79710 s Context>handleSignal:
         0xbd7e340 s Context>handleSignal:
         0xbd82f70 s Context>handleSignal:
         0xbd87ba0 s Context>handleSignal:
         0xbd8c7d0 s Context>handleSignal:
         0xbd91400 s Context>handleSignal:
         0xbd96030 s Context>handleSignal:
         0xbd9ac60 s Context>handleSignal:
         0xbd9f890 s Context>handleSignal:
         0xbda44c0 s Context>handleSignal:
         0xbda90f0 s Context>handleSignal:
         0xbdadd20 s Context>handleSignal:
         0xbdb2950 s Context>handleSignal:
         0xbdb7580 s Context>handleSignal:
         0xbdbc1b0 s Context>handleSignal:
         0xbdc0de0 s Context>handleSignal:
         0xbdc5a10 s Context>handleSignal:
         0xbdca640 s Context>handleSignal:
         0xbdcf270 s Context>handleSignal:
         0xbdd3ea0 s Context>handleSignal:
         0xbdd8ad0 s Context>handleSignal:
         0xbddd700 s Context>handleSignal:
         0xbde2330 s Context>handleSignal:
         0xbde6f60 s Context>handleSignal:
         0xbdebb90 s Context>handleSignal:
         0xbdf07c0 s Context>handleSignal:
         0xbdf53f0 s Context>handleSignal:
         0xbdfa020 s Context>handleSignal:
         0xbdfec50 s Context>handleSignal:
         0xbe03880 s Context>handleSignal:
         0xbe084b0 s Context>handleSignal:
         0xbe0d0e0 s Context>handleSignal:
         0xbe11d10 s Context>handleSignal:
         0xbe16940 s Context>handleSignal:
         0xbe1b570 s Context>handleSignal:
         0xbe201a0 s Context>handleSignal:
         0xbe24dd0 s Context>handleSignal:
         0xbe29a00 s Context>handleSignal:
         0xbe2e630 s Context>handleSignal:
         0xbe33260 s Context>handleSignal:
         0xbe37e90 s Context>handleSignal:
         0xbe3cac0 s Context>handleSignal:
         0xbe416f0 s Context>handleSignal:
         0xbe46320 s Context>handleSignal:
         0xbe4af50 s Context>handleSignal:
         0xbe4fb80 s Context>handleSignal:
         0xbe547b0 s Context>handleSignal:
         0xbe593e0 s Context>handleSignal:
         0xbe5e010 s Context>handleSignal:
         0xbe62c40 s Context>handleSignal:
         0xbe67870 s Context>handleSignal:
         0xbe6c4a0 s Context>handleSignal:
         0xbe710d0 s Context>handleSignal:
         0xbe75d00 s Context>handleSignal:
         0xbe7a930 s Context>handleSignal:
         0xbe7f4a8 s Context>handleSignal:
         0xbe83f68 s Context>handleSignal:
         0xbe88970 s Context>handleSignal:
         0xbe8d2c0 s Context>handleSignal:
         0xbe91b58 s Context>handleSignal:
         0xbe96338 s Context>handleSignal:
         0xbe9aa60 s Context>handleSignal:
         0xbe9f0d0 s Context>handleSignal:
         0xbea3688 s Context>handleSignal:
         0xbea7b88 s Context>handleSignal:
         0xbeabfd0 s Context>handleSignal:
         0xbeb0360 s Context>handleSignal:
         0xbeb4638 s Context>handleSignal:
         0xbeb8858 s Context>handleSignal:
         0xbebc9c0 s Context>handleSignal:
         0xbec0a70 s Context>handleSignal:
         0xbec4a68 s Context>handleSignal:
         0xbec89a8 s Context>handleSignal:
         0xbecc830 s Context>handleSignal:
         0xbed0600 s Context>handleSignal:
         0xbed4318 s Context>handleSignal:
         0xbed7f78 s Context>handleSignal:
         0xbedbb20 s Context>handleSignal:
         0xbedf610 s Context>handleSignal:
         0xbee3048 s Context>handleSignal:
         0xbee69c8 s Context>handleSignal:
         0xbeea290 s Context>handleSignal:
         0xbeedaa0 s Context>handleSignal:
         0xbef11f8 s Context>handleSignal:
         0xbef4898 s Context>handleSignal:
         0xbef7e80 s Context>handleSignal:
         0xbefb3b0 s Context>handleSignal:
         0xbefe828 s Context>handleSignal:
         0xbf01be8 s Context>handleSignal:
         0xbf04ef0 s Context>handleSignal:
         0xbf08140 s Context>handleSignal:
         0xbf0b2d8 s Context>handleSignal:
         0xbf0e3b8 s Context>handleSignal:
         0xbf113e0 s Context>handleSignal:
         0xbf14350 s Context>handleSignal:
         0xbf17208 s Context>handleSignal:
         0xbf1a008 s Context>handleSignal:
         0xbf1cd50 s Context>handleSignal:
         0xbf1f9e0 s Context>handleSignal:
         0xbf225b8 s Context>handleSignal:
         0xbf250d8 s Context>handleSignal:
         0xbf27b40 s Context>handleSignal:
         0xbf2a4f0 s Context>handleSignal:
         0xbf2cde8 s Context>handleSignal:
         0xbf2f628 s Context>handleSignal:
         0xbf31db0 s Context>handleSignal:
         0xbf34480 s Context>handleSignal:
         0xbf36a98 s Context>handleSignal:
         0xbf38ff8 s Context>handleSignal:
         0xbf3b4a0 s Context>handleSignal:
         0xbf3d890 s Context>handleSignal:
         0xbf3fbc8 s Context>handleSignal:
         0xbf41e48 s Context>handleSignal:
         0xbf44010 s Context>handleSignal:
         0xbf46120 s Context>handleSignal:
         0xbf48178 s Context>handleSignal:
         0xbf4a118 s Context>handleSignal:
         0xbf4c000 s Context>handleSignal:
         0xbf4de30 s Context>handleSignal:
         0xbf4fba8 s Context>handleSignal:
         0xbf51868 s Context>handleSignal:
         0xbf53470 s Context>handleSignal:
         0xbf54fc0 s Context>handleSignal:
         0xbf56a58 s Context>handleSignal:
         0xbf58438 s Context>handleSignal:
         0xbf59d60 s Context>handleSignal:
         0xbf5b5d0 s Context>handleSignal:
         0xbf5cd88 s Context>handleSignal:
         0xbf5e488 s Context>handleSignal:
         0xbf5fad0 s Context>handleSignal:
         0xbf61060 s Context>handleSignal:
         0xbf62538 s Context>handleSignal:
         0xbf63958 s Context>handleSignal:
         0xbf64cc0 s Context>handleSignal:
         0xbf65f70 s Context>handleSignal:
         0xbf67168 s Context>handleSignal:
         0xbf682a8 s Context>handleSignal:
         0xbf69330 s Context>handleSignal:
         0xbf6a300 s Context>handleSignal:
         0xbf6b218 s Context>handleSignal:
         0xbf6c078 s Context>handleSignal:
         0xbf6ce20 s Context>handleSignal:
         0xbf6da58 s Context>handleSignal:
         0xbf6e690 s Context>handleSignal:
         0xbf6f210 s Context>handleSignal:
         0xbf6fcd8 s Context>handleSignal:
         0xbf706e8 s Context>handleSignal:
         0xbf71040 s Context>handleSignal:
         0xbf718e0 s Context>handleSignal:
         0xbf720c8 s Context>handleSignal:
         0xbf727f8 s Context>handleSignal:
         0xbf72e70 s Context>handleSignal:
         0xbf8b380 s Halt(Exception)>signal
         0xbfa8918 s Halt class(Exception class)>signal
         0xbfdb3d8 s Halt class>now
         0xbfccee0 s FullBlockClosure(Object)>halt
         0xbff61e0 s FullBlockClosure>printOn:
         0xc018f90 s Context>printOn:
         0xc044528 s Context>printDebugOn:
         0xc0443b8 s [] in Context>debugStack:on:
         0xc05d200 s OrderedCollection>do:
         0xbfccfe8 s Context>debugStack:on:
         0xbff62c0 s Context>shortDebugStackOn:
         0xc019058 s [] in SmalltalkImage>logError:inContext:
         0xc044698 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8a800 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa7a98 s SmalltalkImage>logStdErrorDuring:
         0xbfda618 s SmalltalkImage>logError:inContext:
         0xbffde58 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc021848 s FullBlockClosure(BlockClosure)>ensure:
         0xc04dc28 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062eb8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f760 s Halt(Exception)>unhandledErrorAction
         0xc08c9d0 s Halt(UnhandledException)>defaultAction
         0xc0eea48 s UndefinedObject>handleSignal:
         0xc0eeb00 s Context>handleSignal:
         0xc0eebb8 s Context>handleSignal:
         0xc0eec70 s Context>handleSignal:
         0xc0eed28 s Context>handleSignal:
         0xc0eede0 s Context>handleSignal:
         0xc0eee98 s Context>handleSignal:
         0xc0eef50 s Context>handleSignal:
         0xc0ef008 s Context>handleSignal:
         0xc0ef0c0 s Context>handleSignal:
         0xc0ef178 s Context>handleSignal:
         0xc1088f8 s Context>handleSignal:
         0xc1139a0 s Context>handleSignal:
         0xc11e848 s Context>handleSignal:
         0xc129130 s Context>handleSignal:
         0xc133960 s Context>handleSignal:
         0xc13e190 s Context>handleSignal:
         0xc1489c0 s Context>handleSignal:
         0xc1531f0 s Context>handleSignal:
         0xc15da20 s Context>handleSignal:
         0xc168250 s Context>handleSignal:
         0xc172a80 s Context>handleSignal:
         0xc17d2b0 s Context>handleSignal:
         0xc187ae0 s Context>handleSignal:
         0xc192310 s Context>handleSignal:
         0xc19cb40 s Context>handleSignal:
         0xc1a7370 s Context>handleSignal:
         0xc1b1ba0 s Context>handleSignal:
         0xc1bc3d0 s Context>handleSignal:
         0xc1c6c00 s Context>handleSignal:
         0xc1d1430 s Context>handleSignal:
         0xc1dbc60 s Context>handleSignal:
         0xc1e6490 s Context>handleSignal:
         0xc1f0cc0 s Context>handleSignal:
         0xc1fb4f0 s Context>handleSignal:
         0xc205d20 s Context>handleSignal:
         0xc210550 s Context>handleSignal:
         0xc21ad80 s Context>handleSignal:
         0xc2255b0 s Context>handleSignal:
         0xc22fde0 s Context>handleSignal:
         0xc23a610 s Context>handleSignal:
         0xc244e40 s Context>handleSignal:
         0xc24f670 s Context>handleSignal:
         0xc259ea0 s Context>handleSignal:
         0xb7db880 s Context>handleSignal:
         0xb7e6168 s Context>handleSignal:
         0xb7f0a50 s Context>handleSignal:
         0xb7fb338 s Context>handleSignal:
         0xb805c20 s Context>handleSignal:
         0xb810508 s Context>handleSignal:
         0xb81adf0 s Context>handleSignal:
         0xb8256d8 s Context>handleSignal:
         0xb82ffc0 s Context>handleSignal:
         0xb83a8a8 s Context>handleSignal:
         0xb845190 s Context>handleSignal:
         0xb84fa78 s Context>handleSignal:
         0xb85a360 s Context>handleSignal:
         0xb864c48 s Context>handleSignal:
         0xb86f530 s Context>handleSignal:
         0xb879e18 s Context>handleSignal:
         0xb884700 s Context>handleSignal:
         0xb88efe8 s Context>handleSignal:
         0xb8998d0 s Context>handleSignal:
         0xb8a41b8 s Context>handleSignal:
         0xb8aeaa0 s Context>handleSignal:
         0xb8b9388 s Context>handleSignal:
         0xb8c3c70 s Context>handleSignal:
         0xb8ce558 s Context>handleSignal:
         0xb8d8e40 s Context>handleSignal:
         0xb8e3728 s Context>handleSignal:
         0xb8ee010 s Context>handleSignal:
         0xb8f88f8 s Context>handleSignal:
         0xb9031e0 s Context>handleSignal:
         0xb90dac8 s Context>handleSignal:
         0xb9183b0 s Context>handleSignal:
         0xb922c98 s Context>handleSignal:
         0xb92d580 s Context>handleSignal:
         0xb937e68 s Context>handleSignal:
         0xb942750 s Context>handleSignal:
         0xb94d038 s Context>handleSignal:
         0xb957920 s Context>handleSignal:
         0xb962208 s Context>handleSignal:
         0xb96caf0 s Context>handleSignal:
         0xb9773d8 s Context>handleSignal:
         0xb981cc0 s Context>handleSignal:
         0xb98c5a8 s Context>handleSignal:
         0xb996e90 s Context>handleSignal:
         0xb9a1778 s Context>handleSignal:
         0xb9ac060 s Context>handleSignal:
         0xb9b6948 s Context>handleSignal:
         0xb9c1230 s Context>handleSignal:
         0xb9cbb18 s Context>handleSignal:
         0xb9d6400 s Context>handleSignal:
         0xb9e0ce8 s Context>handleSignal:
         0xb9eb5d0 s Context>handleSignal:
         0xb9f5eb8 s Context>handleSignal:
         0xba007a0 s Context>handleSignal:
         0xba0b088 s Context>handleSignal:
         0xba15970 s Context>handleSignal:
         0xba20258 s Context>handleSignal:
         0xba2ab40 s Context>handleSignal:
         0xba35428 s Context>handleSignal:
         0xba3fd10 s Context>handleSignal:
         0xba46c78 s Context>handleSignal:
         0xba4bdb0 s Context>handleSignal:
         0xba50e30 s Context>handleSignal:
         0xba55df8 s Context>handleSignal:
         0xba5adc0 s Context>handleSignal:
         0xba5fcd0 s Context>handleSignal:
         0xba64b28 s Context>handleSignal:
         0xba698c8 s Context>handleSignal:
         0xba6e668 s Context>handleSignal:
         0xba73350 s Context>handleSignal:
         0xba78038 s Context>handleSignal:
         0xba7cd20 s Context>handleSignal:
         0xba81a08 s Context>handleSignal:
         0xba866f0 s Context>handleSignal:
         0xba8b3d8 s Context>handleSignal:
         0xba900c0 s Context>handleSignal:
         0xba94da8 s Context>handleSignal:
         0xba99a90 s Context>handleSignal:
         0xba9e778 s Context>handleSignal:
         0xbaa3460 s Context>handleSignal:
         0xbaa8148 s Context>handleSignal:
         0xbaace30 s Context>handleSignal:
         0xbab1b18 s Context>handleSignal:
         0xbab6800 s Context>handleSignal:
         0xbabb4e8 s Context>handleSignal:
         0xbac01d0 s Context>handleSignal:
         0xbac4eb8 s Context>handleSignal:
         0xbac9ba0 s Context>handleSignal:
         0xbace888 s Context>handleSignal:
         0xbad3570 s Context>handleSignal:
         0xbad8258 s Context>handleSignal:
         0xbadcf40 s Context>handleSignal:
         0xbae1c28 s Context>handleSignal:
         0xbae6910 s Context>handleSignal:
         0xbaeb5f8 s Context>handleSignal:
         0xbaf02e0 s Context>handleSignal:
         0xbaf4fc8 s Context>handleSignal:
         0xbaf9cb0 s Context>handleSignal:
         0xbafe998 s Context>handleSignal:
         0xbb03680 s Context>handleSignal:
         0xbb08368 s Context>handleSignal:
         0xbb0d050 s Context>handleSignal:
         0xbb11d38 s Context>handleSignal:
         0xbb16a20 s Context>handleSignal:
         0xbb1b708 s Context>handleSignal:
         0xbb203f0 s Context>handleSignal:
         0xbb250d8 s Context>handleSignal:
         0xbb29dc0 s Context>handleSignal:
         0xbb2eaa8 s Context>handleSignal:
         0xbb33790 s Context>handleSignal:
         0xbb38478 s Context>handleSignal:
         0xbb3d160 s Context>handleSignal:
         0xbb41e48 s Context>handleSignal:
         0xbb46b30 s Context>handleSignal:
         0xbb4b818 s Context>handleSignal:
         0xbb50500 s Context>handleSignal:
         0xbb551e8 s Context>handleSignal:
         0xbb59ed0 s Context>handleSignal:
         0xbb5ebb8 s Context>handleSignal:
         0xbb638a0 s Context>handleSignal:
         0xbb68588 s Context>handleSignal:
         0xbb6d270 s Context>handleSignal:
         0xbb71f58 s Context>handleSignal:
         0xbb76c40 s Context>handleSignal:
         0xbb7b928 s Context>handleSignal:
         0xbb80610 s Context>handleSignal:
         0xbb852f8 s Context>handleSignal:
         0xbb89fe0 s Context>handleSignal:
         0xbb8ecc8 s Context>handleSignal:
         0xbb939b0 s Context>handleSignal:
         0xbb98698 s Context>handleSignal:
         0xbb9d2c8 s Context>handleSignal:
         0xbba1ef8 s Context>handleSignal:
         0xbba6b28 s Context>handleSignal:
         0xbbab758 s Context>handleSignal:
         0xbbb0388 s Context>handleSignal:
         0xbbb4fb8 s Context>handleSignal:
         0xbbb9be8 s Context>handleSignal:
         0xbbbe818 s Context>handleSignal:
         0xbbc3448 s Context>handleSignal:
         0xbbc8078 s Context>handleSignal:
         0xbbccca8 s Context>handleSignal:
         0xbbd18d8 s Context>handleSignal:
         0xbbd6508 s Context>handleSignal:
         0xbbdb138 s Context>handleSignal:
         0xbbdfd68 s Context>handleSignal:
         0xbbe4998 s Context>handleSignal:
         0xbbe95c8 s Context>handleSignal:
         0xbbee1f8 s Context>handleSignal:
         0xbbf2e28 s Context>handleSignal:
         0xbbf7a58 s Context>handleSignal:
         0xbbfc688 s Context>handleSignal:
         0xbc012b8 s Context>handleSignal:
         0xbc05ee8 s Context>handleSignal:
         0xbc0ab18 s Context>handleSignal:
         0xbc0f748 s Context>handleSignal:
         0xbc14378 s Context>handleSignal:
         0xbc18fa8 s Context>handleSignal:
         0xbc1dbd8 s Context>handleSignal:
         0xbc22808 s Context>handleSignal:
         0xbc27438 s Context>handleSignal:
         0xbc2c068 s Context>handleSignal:
         0xbc30c98 s Context>handleSignal:
         0xbc358c8 s Context>handleSignal:
         0xbc3a4f8 s Context>handleSignal:
         0xbc3f128 s Context>handleSignal:
         0xbc43d58 s Context>handleSignal:
         0xbc48988 s Context>handleSignal:
         0xbc4d5b8 s Context>handleSignal:
         0xbc521e8 s Context>handleSignal:
         0xbc56ee8 s Context>handleSignal:
         0xbc5bb18 s Context>handleSignal:
         0xbc60748 s Context>handleSignal:
         0xbc65378 s Context>handleSignal:
         0xbc69fa8 s Context>handleSignal:
         0xbc6ebd8 s Context>handleSignal:
         0xbc73808 s Context>handleSignal:
         0xbc78438 s Context>handleSignal:
         0xbc7d068 s Context>handleSignal:
         0xbc81c98 s Context>handleSignal:
         0xbc868c8 s Context>handleSignal:
         0xbc8b4f8 s Context>handleSignal:
         0xbc90128 s Context>handleSignal:
         0xbc94d58 s Context>handleSignal:
         0xbc99988 s Context>handleSignal:
         0xbc9e5b8 s Context>handleSignal:
         0xbca31e8 s Context>handleSignal:
         0xbca7e18 s Context>handleSignal:
         0xbcaca48 s Context>handleSignal:
         0xbcb1678 s Context>handleSignal:
         0xbcb62a8 s Context>handleSignal:
         0xbcbaed8 s Context>handleSignal:
         0xbcbfb08 s Context>handleSignal:
         0xbcc4738 s Context>handleSignal:
         0xbcc9368 s Context>handleSignal:
         0xbccdf98 s Context>handleSignal:
         0xbcd2bc8 s Context>handleSignal:
         0xbcd77f8 s Context>handleSignal:
         0xbcdc428 s Context>handleSignal:
         0xbce1058 s Context>handleSignal:
         0xbce5c88 s Context>handleSignal:
         0xbcea8b8 s Context>handleSignal:
         0xbcef4e8 s Context>handleSignal:
         0xbcf4118 s Context>handleSignal:
         0xbcf8d48 s Context>handleSignal:
         0xbcfd978 s Context>handleSignal:
         0xbd025a8 s Context>handleSignal:
         0xbd071d8 s Context>handleSignal:
         0xbd0be08 s Context>handleSignal:
         0xbd10a38 s Context>handleSignal:
         0xbd15668 s Context>handleSignal:
         0xbd1a298 s Context>handleSignal:
         0xbd1eec8 s Context>handleSignal:
         0xbd23af8 s Context>handleSignal:
         0xbd28728 s Context>handleSignal:
         0xbd2d358 s Context>handleSignal:
         0xbd31f88 s Context>handleSignal:
         0xbd36bb8 s Context>handleSignal:
         0xbd3b7e8 s Context>handleSignal:
         0xbd40418 s Context>handleSignal:
         0xbd45048 s Context>handleSignal:
         0xbd49c78 s Context>handleSignal:
         0xbd4e8a8 s Context>handleSignal:
         0xbd534d8 s Context>handleSignal:
         0xbd58108 s Context>handleSignal:
         0xbd5cd38 s Context>handleSignal:
         0xbd61968 s Context>handleSignal:
         0xbd66598 s Context>handleSignal:
         0xbd6b1c8 s Context>handleSignal:
         0xbd6fdf8 s Context>handleSignal:
         0xbd74a28 s Context>handleSignal:
         0xbd79658 s Context>handleSignal:
         0xbd7e288 s Context>handleSignal:
         0xbd82eb8 s Context>handleSignal:
         0xbd87ae8 s Context>handleSignal:
         0xbd8c718 s Context>handleSignal:
         0xbd91348 s Context>handleSignal:
         0xbd95f78 s Context>handleSignal:
         0xbd9aba8 s Context>handleSignal:
         0xbd9f7d8 s Context>handleSignal:
         0xbda4408 s Context>handleSignal:
         0xbda9038 s Context>handleSignal:
         0xbdadc68 s Context>handleSignal:
         0xbdb2898 s Context>handleSignal:
         0xbdb74c8 s Context>handleSignal:
         0xbdbc0f8 s Context>handleSignal:
         0xbdc0d28 s Context>handleSignal:
         0xbdc5958 s Context>handleSignal:
         0xbdca588 s Context>handleSignal:
         0xbdcf1b8 s Context>handleSignal:
         0xbdd3de8 s Context>handleSignal:
         0xbdd8a18 s Context>handleSignal:
         0xbddd648 s Context>handleSignal:
         0xbde2278 s Context>handleSignal:
         0xbde6ea8 s Context>handleSignal:
         0xbdebad8 s Context>handleSignal:
         0xbdf0708 s Context>handleSignal:
         0xbdf5338 s Context>handleSignal:
         0xbdf9f68 s Context>handleSignal:
         0xbdfeb98 s Context>handleSignal:
         0xbe037c8 s Context>handleSignal:
         0xbe083f8 s Context>handleSignal:
         0xbe0d028 s Context>handleSignal:
         0xbe11c58 s Context>handleSignal:
         0xbe16888 s Context>handleSignal:
         0xbe1b4b8 s Context>handleSignal:
         0xbe200e8 s Context>handleSignal:
         0xbe24d18 s Context>handleSignal:
         0xbe29948 s Context>handleSignal:
         0xbe2e578 s Context>handleSignal:
         0xbe331a8 s Context>handleSignal:
         0xbe37dd8 s Context>handleSignal:
         0xbe3ca08 s Context>handleSignal:
         0xbe41638 s Context>handleSignal:
         0xbe46268 s Context>handleSignal:
         0xbe4ae98 s Context>handleSignal:
         0xbe4fac8 s Context>handleSignal:
         0xbe546f8 s Context>handleSignal:
         0xbe59328 s Context>handleSignal:
         0xbe5df58 s Context>handleSignal:
         0xbe62b88 s Context>handleSignal:
         0xbe677b8 s Context>handleSignal:
         0xbe6c3e8 s Context>handleSignal:
         0xbe71018 s Context>handleSignal:
         0xbe75c48 s Context>handleSignal:
         0xbe7a878 s Context>handleSignal:
         0xbe7f3f0 s Context>handleSignal:
         0xbe83eb0 s Context>handleSignal:
         0xbe888b8 s Context>handleSignal:
         0xbe8d208 s Context>handleSignal:
         0xbe91aa0 s Context>handleSignal:
         0xbe96280 s Context>handleSignal:
         0xbe9a9a8 s Context>handleSignal:
         0xbe9f018 s Context>handleSignal:
         0xbea35d0 s Context>handleSignal:
         0xbea7ad0 s Context>handleSignal:
         0xbeabf18 s Context>handleSignal:
         0xbeb02a8 s Context>handleSignal:
         0xbeb4580 s Context>handleSignal:
         0xbeb87a0 s Context>handleSignal:
         0xbebc908 s Context>handleSignal:
         0xbec09b8 s Context>handleSignal:
         0xbec49b0 s Context>handleSignal:
         0xbec88f0 s Context>handleSignal:
         0xbecc778 s Context>handleSignal:
         0xbed0548 s Context>handleSignal:
         0xbed4260 s Context>handleSignal:
         0xbed7ec0 s Context>handleSignal:
         0xbedba68 s Context>handleSignal:
         0xbedf558 s Context>handleSignal:
         0xbee2f90 s Context>handleSignal:
         0xbee6910 s Context>handleSignal:
         0xbeea1d8 s Context>handleSignal:
         0xbeed9e8 s Context>handleSignal:
         0xbef1140 s Context>handleSignal:
         0xbef47e0 s Context>handleSignal:
         0xbef7dc8 s Context>handleSignal:
         0xbefb2f8 s Context>handleSignal:
         0xbefe770 s Context>handleSignal:
         0xbf01b30 s Context>handleSignal:
         0xbf04e38 s Context>handleSignal:
         0xbf08088 s Context>handleSignal:
         0xbf0b220 s Context>handleSignal:
         0xbf0e300 s Context>handleSignal:
         0xbf11328 s Context>handleSignal:
         0xbf14298 s Context>handleSignal:
         0xbf17150 s Context>handleSignal:
         0xbf19f50 s Context>handleSignal:
         0xbf1cc98 s Context>handleSignal:
         0xbf1f928 s Context>handleSignal:
         0xbf22500 s Context>handleSignal:
         0xbf25020 s Context>handleSignal:
         0xbf27a88 s Context>handleSignal:
         0xbf2a438 s Context>handleSignal:
         0xbf2cd30 s Context>handleSignal:
         0xbf2f570 s Context>handleSignal:
         0xbf31cf8 s Context>handleSignal:
         0xbf343c8 s Context>handleSignal:
         0xbf369e0 s Context>handleSignal:
         0xbf38f40 s Context>handleSignal:
         0xbf3b3e8 s Context>handleSignal:
         0xbf3d7d8 s Context>handleSignal:
         0xbf3fb10 s Context>handleSignal:
         0xbf41d90 s Context>handleSignal:
         0xbf43f58 s Context>handleSignal:
         0xbf46068 s Context>handleSignal:
         0xbf480c0 s Context>handleSignal:
         0xbf4a060 s Context>handleSignal:
         0xbf4bf48 s Context>handleSignal:
         0xbf4dd78 s Context>handleSignal:
         0xbf4faf0 s Context>handleSignal:
         0xbf517b0 s Context>handleSignal:
         0xbf533b8 s Context>handleSignal:
         0xbf54f08 s Context>handleSignal:
         0xbf569a0 s Context>handleSignal:
         0xbf58380 s Context>handleSignal:
         0xbf59ca8 s Context>handleSignal:
         0xbf5b518 s Context>handleSignal:
         0xbf5ccd0 s Context>handleSignal:
         0xbf5e3d0 s Context>handleSignal:
         0xbf5fa18 s Context>handleSignal:
         0xbf60fa8 s Context>handleSignal:
         0xbf62480 s Context>handleSignal:
         0xbf638a0 s Context>handleSignal:
         0xbf64c08 s Context>handleSignal:
         0xbf65eb8 s Context>handleSignal:
         0xbf670b0 s Context>handleSignal:
         0xbf681f0 s Context>handleSignal:
         0xbf69278 s Context>handleSignal:
         0xbf6a248 s Context>handleSignal:
         0xbf6b160 s Context>handleSignal:
         0xbf6bfc0 s Context>handleSignal:
         0xbf6cd68 s Context>handleSignal:
         0xbf6d9a0 s Context>handleSignal:
         0xbf6e5d8 s Context>handleSignal:
         0xbf6f158 s Context>handleSignal:
         0xbf6fc20 s Context>handleSignal:
         0xbf70630 s Context>handleSignal:
         0xbf70f88 s Context>handleSignal:
         0xbf71828 s Context>handleSignal:
         0xbf72010 s Context>handleSignal:
         0xbf72740 s Context>handleSignal:
         0xbf8b158 s Halt(Exception)>signal
         0xbfa8690 s Halt class(Exception class)>signal
         0xbfdb168 s Halt class>now
         0xbfcd0a0 s FullBlockClosure(Object)>halt
         0xbff6378 s FullBlockClosure>printOn:
         0xc019110 s Context>printOn:
         0xc044750 s Context>printDebugOn:
         0xc0445e0 s [] in Context>debugStack:on:
         0xc05d2b8 s OrderedCollection>do:
         0xbfcc3a8 s Context>debugStack:on:
         0xbff5798 s Context>shortDebugStackOn:
         0xc0185d8 s [] in SmalltalkImage>logError:inContext:
         0xc043780 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8a690 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa78c8 s SmalltalkImage>logStdErrorDuring:
         0xbfda460 s SmalltalkImage>logError:inContext:
         0xbffdd90 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc021758 s FullBlockClosure(BlockClosure)>ensure:
         0xc04db48 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062e00 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f6a8 s Halt(Exception)>unhandledErrorAction
         0xc08c918 s Halt(UnhandledException)>defaultAction
         0xc0ef230 s UndefinedObject>handleSignal:
         0xc0ef2e8 s Context>handleSignal:
         0xc0ef3a0 s Context>handleSignal:
         0xc0ef458 s Context>handleSignal:
         0xc0ef510 s Context>handleSignal:
         0xc0ef5c8 s Context>handleSignal:
         0xc0ef680 s Context>handleSignal:
         0xc0ef738 s Context>handleSignal:
         0xc0ef7f0 s Context>handleSignal:
         0xc0ef8a8 s Context>handleSignal:
         0xc0ef960 s Context>handleSignal:
         0xc1089b0 s Context>handleSignal:
         0xc113a58 s Context>handleSignal:
         0xc11e900 s Context>handleSignal:
         0xc1291e8 s Context>handleSignal:
         0xc133a18 s Context>handleSignal:
         0xc13e248 s Context>handleSignal:
         0xc148a78 s Context>handleSignal:
         0xc1532a8 s Context>handleSignal:
         0xc15dad8 s Context>handleSignal:
         0xc168308 s Context>handleSignal:
         0xc172b38 s Context>handleSignal:
         0xc17d368 s Context>handleSignal:
         0xc187b98 s Context>handleSignal:
         0xc1923c8 s Context>handleSignal:
         0xc19cbf8 s Context>handleSignal:
         0xc1a7428 s Context>handleSignal:
         0xc1b1c58 s Context>handleSignal:
         0xc1bc488 s Context>handleSignal:
         0xc1c6cb8 s Context>handleSignal:
         0xc1d14e8 s Context>handleSignal:
         0xc1dbd18 s Context>handleSignal:
         0xc1e6548 s Context>handleSignal:
         0xc1f0d78 s Context>handleSignal:
         0xc1fb5a8 s Context>handleSignal:
         0xc205dd8 s Context>handleSignal:
         0xc210608 s Context>handleSignal:
         0xc21ae38 s Context>handleSignal:
         0xc225668 s Context>handleSignal:
         0xc22fe98 s Context>handleSignal:
         0xc23a6c8 s Context>handleSignal:
         0xc244ef8 s Context>handleSignal:
         0xc24f728 s Context>handleSignal:
         0xc259f58 s Context>handleSignal:
         0xb7db7c8 s Context>handleSignal:
         0xb7e60b0 s Context>handleSignal:
         0xb7f0998 s Context>handleSignal:
         0xb7fb280 s Context>handleSignal:
         0xb805b68 s Context>handleSignal:
         0xb810450 s Context>handleSignal:
         0xb81ad38 s Context>handleSignal:
         0xb825620 s Context>handleSignal:
         0xb82ff08 s Context>handleSignal:
         0xb83a7f0 s Context>handleSignal:
         0xb8450d8 s Context>handleSignal:
         0xb84f9c0 s Context>handleSignal:
         0xb85a2a8 s Context>handleSignal:
         0xb864b90 s Context>handleSignal:
         0xb86f478 s Context>handleSignal:
         0xb879d60 s Context>handleSignal:
         0xb884648 s Context>handleSignal:
         0xb88ef30 s Context>handleSignal:
         0xb899818 s Context>handleSignal:
         0xb8a4100 s Context>handleSignal:
         0xb8ae9e8 s Context>handleSignal:
         0xb8b92d0 s Context>handleSignal:
         0xb8c3bb8 s Context>handleSignal:
         0xb8ce4a0 s Context>handleSignal:
         0xb8d8d88 s Context>handleSignal:
         0xb8e3670 s Context>handleSignal:
         0xb8edf58 s Context>handleSignal:
         0xb8f8840 s Context>handleSignal:
         0xb903128 s Context>handleSignal:
         0xb90da10 s Context>handleSignal:
         0xb9182f8 s Context>handleSignal:
         0xb922be0 s Context>handleSignal:
         0xb92d4c8 s Context>handleSignal:
         0xb937db0 s Context>handleSignal:
         0xb942698 s Context>handleSignal:
         0xb94cf80 s Context>handleSignal:
         0xb957868 s Context>handleSignal:
         0xb962150 s Context>handleSignal:
         0xb96ca38 s Context>handleSignal:
         0xb977320 s Context>handleSignal:
         0xb981c08 s Context>handleSignal:
         0xb98c4f0 s Context>handleSignal:
         0xb996dd8 s Context>handleSignal:
         0xb9a16c0 s Context>handleSignal:
         0xb9abfa8 s Context>handleSignal:
         0xb9b6890 s Context>handleSignal:
         0xb9c1178 s Context>handleSignal:
         0xb9cba60 s Context>handleSignal:
         0xb9d6348 s Context>handleSignal:
         0xb9e0c30 s Context>handleSignal:
         0xb9eb518 s Context>handleSignal:
         0xb9f5e00 s Context>handleSignal:
         0xba006e8 s Context>handleSignal:
         0xba0afd0 s Context>handleSignal:
         0xba158b8 s Context>handleSignal:
         0xba201a0 s Context>handleSignal:
         0xba2aa88 s Context>handleSignal:
         0xba35370 s Context>handleSignal:
         0xba3fc58 s Context>handleSignal:
         0xba46bc0 s Context>handleSignal:
         0xba4bcf8 s Context>handleSignal:
         0xba50d78 s Context>handleSignal:
         0xba55d40 s Context>handleSignal:
         0xba5ad08 s Context>handleSignal:
         0xba5fc18 s Context>handleSignal:
         0xba64a70 s Context>handleSignal:
         0xba69810 s Context>handleSignal:
         0xba6e5b0 s Context>handleSignal:
         0xba73298 s Context>handleSignal:
         0xba77f80 s Context>handleSignal:
         0xba7cc68 s Context>handleSignal:
         0xba81950 s Context>handleSignal:
         0xba86638 s Context>handleSignal:
         0xba8b320 s Context>handleSignal:
         0xba90008 s Context>handleSignal:
         0xba94cf0 s Context>handleSignal:
         0xba999d8 s Context>handleSignal:
         0xba9e6c0 s Context>handleSignal:
         0xbaa33a8 s Context>handleSignal:
         0xbaa8090 s Context>handleSignal:
         0xbaacd78 s Context>handleSignal:
         0xbab1a60 s Context>handleSignal:
         0xbab6748 s Context>handleSignal:
         0xbabb430 s Context>handleSignal:
         0xbac0118 s Context>handleSignal:
         0xbac4e00 s Context>handleSignal:
         0xbac9ae8 s Context>handleSignal:
         0xbace7d0 s Context>handleSignal:
         0xbad34b8 s Context>handleSignal:
         0xbad81a0 s Context>handleSignal:
         0xbadce88 s Context>handleSignal:
         0xbae1b70 s Context>handleSignal:
         0xbae6858 s Context>handleSignal:
         0xbaeb540 s Context>handleSignal:
         0xbaf0228 s Context>handleSignal:
         0xbaf4f10 s Context>handleSignal:
         0xbaf9bf8 s Context>handleSignal:
         0xbafe8e0 s Context>handleSignal:
         0xbb035c8 s Context>handleSignal:
         0xbb082b0 s Context>handleSignal:
         0xbb0cf98 s Context>handleSignal:
         0xbb11c80 s Context>handleSignal:
         0xbb16968 s Context>handleSignal:
         0xbb1b650 s Context>handleSignal:
         0xbb20338 s Context>handleSignal:
         0xbb25020 s Context>handleSignal:
         0xbb29d08 s Context>handleSignal:
         0xbb2e9f0 s Context>handleSignal:
         0xbb336d8 s Context>handleSignal:
         0xbb383c0 s Context>handleSignal:
         0xbb3d0a8 s Context>handleSignal:
         0xbb41d90 s Context>handleSignal:
         0xbb46a78 s Context>handleSignal:
         0xbb4b760 s Context>handleSignal:
         0xbb50448 s Context>handleSignal:
         0xbb55130 s Context>handleSignal:
         0xbb59e18 s Context>handleSignal:
         0xbb5eb00 s Context>handleSignal:
         0xbb637e8 s Context>handleSignal:
         0xbb684d0 s Context>handleSignal:
         0xbb6d1b8 s Context>handleSignal:
         0xbb71ea0 s Context>handleSignal:
         0xbb76b88 s Context>handleSignal:
         0xbb7b870 s Context>handleSignal:
         0xbb80558 s Context>handleSignal:
         0xbb85240 s Context>handleSignal:
         0xbb89f28 s Context>handleSignal:
         0xbb8ec10 s Context>handleSignal:
         0xbb938f8 s Context>handleSignal:
         0xbb985e0 s Context>handleSignal:
         0xbb9d210 s Context>handleSignal:
         0xbba1e40 s Context>handleSignal:
         0xbba6a70 s Context>handleSignal:
         0xbbab6a0 s Context>handleSignal:
         0xbbb02d0 s Context>handleSignal:
         0xbbb4f00 s Context>handleSignal:
         0xbbb9b30 s Context>handleSignal:
         0xbbbe760 s Context>handleSignal:
         0xbbc3390 s Context>handleSignal:
         0xbbc7fc0 s Context>handleSignal:
         0xbbccbf0 s Context>handleSignal:
         0xbbd1820 s Context>handleSignal:
         0xbbd6450 s Context>handleSignal:
         0xbbdb080 s Context>handleSignal:
         0xbbdfcb0 s Context>handleSignal:
         0xbbe48e0 s Context>handleSignal:
         0xbbe9510 s Context>handleSignal:
         0xbbee140 s Context>handleSignal:
         0xbbf2d70 s Context>handleSignal:
         0xbbf79a0 s Context>handleSignal:
         0xbbfc5d0 s Context>handleSignal:
         0xbc01200 s Context>handleSignal:
         0xbc05e30 s Context>handleSignal:
         0xbc0aa60 s Context>handleSignal:
         0xbc0f690 s Context>handleSignal:
         0xbc142c0 s Context>handleSignal:
         0xbc18ef0 s Context>handleSignal:
         0xbc1db20 s Context>handleSignal:
         0xbc22750 s Context>handleSignal:
         0xbc27380 s Context>handleSignal:
         0xbc2bfb0 s Context>handleSignal:
         0xbc30be0 s Context>handleSignal:
         0xbc35810 s Context>handleSignal:
         0xbc3a440 s Context>handleSignal:
         0xbc3f070 s Context>handleSignal:
         0xbc43ca0 s Context>handleSignal:
         0xbc488d0 s Context>handleSignal:
         0xbc4d500 s Context>handleSignal:
         0xbc52130 s Context>handleSignal:
         0xbc56e30 s Context>handleSignal:
         0xbc5ba60 s Context>handleSignal:
         0xbc60690 s Context>handleSignal:
         0xbc652c0 s Context>handleSignal:
         0xbc69ef0 s Context>handleSignal:
         0xbc6eb20 s Context>handleSignal:
         0xbc73750 s Context>handleSignal:
         0xbc78380 s Context>handleSignal:
         0xbc7cfb0 s Context>handleSignal:
         0xbc81be0 s Context>handleSignal:
         0xbc86810 s Context>handleSignal:
         0xbc8b440 s Context>handleSignal:
         0xbc90070 s Context>handleSignal:
         0xbc94ca0 s Context>handleSignal:
         0xbc998d0 s Context>handleSignal:
         0xbc9e500 s Context>handleSignal:
         0xbca3130 s Context>handleSignal:
         0xbca7d60 s Context>handleSignal:
         0xbcac990 s Context>handleSignal:
         0xbcb15c0 s Context>handleSignal:
         0xbcb61f0 s Context>handleSignal:
         0xbcbae20 s Context>handleSignal:
         0xbcbfa50 s Context>handleSignal:
         0xbcc4680 s Context>handleSignal:
         0xbcc92b0 s Context>handleSignal:
         0xbccdee0 s Context>handleSignal:
         0xbcd2b10 s Context>handleSignal:
         0xbcd7740 s Context>handleSignal:
         0xbcdc370 s Context>handleSignal:
         0xbce0fa0 s Context>handleSignal:
         0xbce5bd0 s Context>handleSignal:
         0xbcea800 s Context>handleSignal:
         0xbcef430 s Context>handleSignal:
         0xbcf4060 s Context>handleSignal:
         0xbcf8c90 s Context>handleSignal:
         0xbcfd8c0 s Context>handleSignal:
         0xbd024f0 s Context>handleSignal:
         0xbd07120 s Context>handleSignal:
         0xbd0bd50 s Context>handleSignal:
         0xbd10980 s Context>handleSignal:
         0xbd155b0 s Context>handleSignal:
         0xbd1a1e0 s Context>handleSignal:
         0xbd1ee10 s Context>handleSignal:
         0xbd23a40 s Context>handleSignal:
         0xbd28670 s Context>handleSignal:
         0xbd2d2a0 s Context>handleSignal:
         0xbd31ed0 s Context>handleSignal:
         0xbd36b00 s Context>handleSignal:
         0xbd3b730 s Context>handleSignal:
         0xbd40360 s Context>handleSignal:
         0xbd44f90 s Context>handleSignal:
         0xbd49bc0 s Context>handleSignal:
         0xbd4e7f0 s Context>handleSignal:
         0xbd53420 s Context>handleSignal:
         0xbd58050 s Context>handleSignal:
         0xbd5cc80 s Context>handleSignal:
         0xbd618b0 s Context>handleSignal:
         0xbd664e0 s Context>handleSignal:
         0xbd6b110 s Context>handleSignal:
         0xbd6fd40 s Context>handleSignal:
         0xbd74970 s Context>handleSignal:
         0xbd795a0 s Context>handleSignal:
         0xbd7e1d0 s Context>handleSignal:
         0xbd82e00 s Context>handleSignal:
         0xbd87a30 s Context>handleSignal:
         0xbd8c660 s Context>handleSignal:
         0xbd91290 s Context>handleSignal:
         0xbd95ec0 s Context>handleSignal:
         0xbd9aaf0 s Context>handleSignal:
         0xbd9f720 s Context>handleSignal:
         0xbda4350 s Context>handleSignal:
         0xbda8f80 s Context>handleSignal:
         0xbdadbb0 s Context>handleSignal:
         0xbdb27e0 s Context>handleSignal:
         0xbdb7410 s Context>handleSignal:
         0xbdbc040 s Context>handleSignal:
         0xbdc0c70 s Context>handleSignal:
         0xbdc58a0 s Context>handleSignal:
         0xbdca4d0 s Context>handleSignal:
         0xbdcf100 s Context>handleSignal:
         0xbdd3d30 s Context>handleSignal:
         0xbdd8960 s Context>handleSignal:
         0xbddd590 s Context>handleSignal:
         0xbde21c0 s Context>handleSignal:
         0xbde6df0 s Context>handleSignal:
         0xbdeba20 s Context>handleSignal:
         0xbdf0650 s Context>handleSignal:
         0xbdf5280 s Context>handleSignal:
         0xbdf9eb0 s Context>handleSignal:
         0xbdfeae0 s Context>handleSignal:
         0xbe03710 s Context>handleSignal:
         0xbe08340 s Context>handleSignal:
         0xbe0cf70 s Context>handleSignal:
         0xbe11ba0 s Context>handleSignal:
         0xbe167d0 s Context>handleSignal:
         0xbe1b400 s Context>handleSignal:
         0xbe20030 s Context>handleSignal:
         0xbe24c60 s Context>handleSignal:
         0xbe29890 s Context>handleSignal:
         0xbe2e4c0 s Context>handleSignal:
         0xbe330f0 s Context>handleSignal:
         0xbe37d20 s Context>handleSignal:
         0xbe3c950 s Context>handleSignal:
         0xbe41580 s Context>handleSignal:
         0xbe461b0 s Context>handleSignal:
         0xbe4ade0 s Context>handleSignal:
         0xbe4fa10 s Context>handleSignal:
         0xbe54640 s Context>handleSignal:
         0xbe59270 s Context>handleSignal:
         0xbe5dea0 s Context>handleSignal:
         0xbe62ad0 s Context>handleSignal:
         0xbe67700 s Context>handleSignal:
         0xbe6c330 s Context>handleSignal:
         0xbe70f60 s Context>handleSignal:
         0xbe75b90 s Context>handleSignal:
         0xbe7a7c0 s Context>handleSignal:
         0xbe7f338 s Context>handleSignal:
         0xbe83df8 s Context>handleSignal:
         0xbe88800 s Context>handleSignal:
         0xbe8d150 s Context>handleSignal:
         0xbe919e8 s Context>handleSignal:
         0xbe961c8 s Context>handleSignal:
         0xbe9a8f0 s Context>handleSignal:
         0xbe9ef60 s Context>handleSignal:
         0xbea3518 s Context>handleSignal:
         0xbea7a18 s Context>handleSignal:
         0xbeabe60 s Context>handleSignal:
         0xbeb01f0 s Context>handleSignal:
         0xbeb44c8 s Context>handleSignal:
         0xbeb86e8 s Context>handleSignal:
         0xbebc850 s Context>handleSignal:
         0xbec0900 s Context>handleSignal:
         0xbec48f8 s Context>handleSignal:
         0xbec8838 s Context>handleSignal:
         0xbecc6c0 s Context>handleSignal:
         0xbed0490 s Context>handleSignal:
         0xbed41a8 s Context>handleSignal:
         0xbed7e08 s Context>handleSignal:
         0xbedb9b0 s Context>handleSignal:
         0xbedf4a0 s Context>handleSignal:
         0xbee2ed8 s Context>handleSignal:
         0xbee6858 s Context>handleSignal:
         0xbeea120 s Context>handleSignal:
         0xbeed930 s Context>handleSignal:
         0xbef1088 s Context>handleSignal:
         0xbef4728 s Context>handleSignal:
         0xbef7d10 s Context>handleSignal:
         0xbefb240 s Context>handleSignal:
         0xbefe6b8 s Context>handleSignal:
         0xbf01a78 s Context>handleSignal:
         0xbf04d80 s Context>handleSignal:
         0xbf07fd0 s Context>handleSignal:
         0xbf0b168 s Context>handleSignal:
         0xbf0e248 s Context>handleSignal:
         0xbf11270 s Context>handleSignal:
         0xbf141e0 s Context>handleSignal:
         0xbf17098 s Context>handleSignal:
         0xbf19e98 s Context>handleSignal:
         0xbf1cbe0 s Context>handleSignal:
         0xbf1f870 s Context>handleSignal:
         0xbf22448 s Context>handleSignal:
         0xbf24f68 s Context>handleSignal:
         0xbf279d0 s Context>handleSignal:
         0xbf2a380 s Context>handleSignal:
         0xbf2cc78 s Context>handleSignal:
         0xbf2f4b8 s Context>handleSignal:
         0xbf31c40 s Context>handleSignal:
         0xbf34310 s Context>handleSignal:
         0xbf36928 s Context>handleSignal:
         0xbf38e88 s Context>handleSignal:
         0xbf3b330 s Context>handleSignal:
         0xbf3d720 s Context>handleSignal:
         0xbf3fa58 s Context>handleSignal:
         0xbf41cd8 s Context>handleSignal:
         0xbf43ea0 s Context>handleSignal:
         0xbf45fb0 s Context>handleSignal:
         0xbf48008 s Context>handleSignal:
         0xbf49fa8 s Context>handleSignal:
         0xbf4be90 s Context>handleSignal:
         0xbf4dcc0 s Context>handleSignal:
         0xbf4fa38 s Context>handleSignal:
         0xbf516f8 s Context>handleSignal:
         0xbf53300 s Context>handleSignal:
         0xbf54e50 s Context>handleSignal:
         0xbf568e8 s Context>handleSignal:
         0xbf582c8 s Context>handleSignal:
         0xbf59bf0 s Context>handleSignal:
         0xbf5b460 s Context>handleSignal:
         0xbf5cc18 s Context>handleSignal:
         0xbf5e318 s Context>handleSignal:
         0xbf5f960 s Context>handleSignal:
         0xbf60ef0 s Context>handleSignal:
         0xbf623c8 s Context>handleSignal:
         0xbf637e8 s Context>handleSignal:
         0xbf64b50 s Context>handleSignal:
         0xbf65e00 s Context>handleSignal:
         0xbf66ff8 s Context>handleSignal:
         0xbf68138 s Context>handleSignal:
         0xbf691c0 s Context>handleSignal:
         0xbf6a190 s Context>handleSignal:
         0xbf6b0a8 s Context>handleSignal:
         0xbf6bf08 s Context>handleSignal:
         0xbf6ccb0 s Context>handleSignal:
         0xbf6d8e8 s Context>handleSignal:
         0xbf6e520 s Context>handleSignal:
         0xbf6f0a0 s Context>handleSignal:
         0xbf6fb68 s Context>handleSignal:
         0xbf70578 s Context>handleSignal:
         0xbf70ed0 s Context>handleSignal:
         0xbf71770 s Context>handleSignal:
         0xbf71f58 s Context>handleSignal:
         0xbf8afe8 s Halt(Exception)>signal
         0xbfa84c0 s Halt class(Exception class)>signal
         0xbfdafb0 s Halt class>now
         0xbfcc460 s FullBlockClosure(Object)>halt
         0xbff5850 s FullBlockClosure>printOn:
         0xc018690 s Context>printOn:
         0xc043838 s Context>printDebugOn:
         0xc044808 s [] in Context>debugStack:on:
         0xc05d370 s OrderedCollection>do:
         0xbfcc1e8 s Context>debugStack:on:
         0xbff5600 s Context>shortDebugStackOn:
         0xc018458 s [] in SmalltalkImage>logError:inContext:
         0xc043558 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8a5d8 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa77b0 s SmalltalkImage>logStdErrorDuring:
         0xbfda360 s SmalltalkImage>logError:inContext:
         0xbffdcc8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc021668 s FullBlockClosure(BlockClosure)>ensure:
         0xc04da68 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062d48 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f5f0 s Halt(Exception)>unhandledErrorAction
         0xc08c860 s Halt(UnhandledException)>defaultAction
         0xc0efa18 s UndefinedObject>handleSignal:
         0xc0efad0 s Context>handleSignal:
         0xc0efb88 s Context>handleSignal:
         0xc0efc40 s Context>handleSignal:
         0xc0efcf8 s Context>handleSignal:
         0xc0efdb0 s Context>handleSignal:
         0xc0efe68 s Context>handleSignal:
         0xc0eff20 s Context>handleSignal:
         0xc0effd8 s Context>handleSignal:
         0xc0f0090 s Context>handleSignal:
         0xc0f0148 s Context>handleSignal:
         0xc108a68 s Context>handleSignal:
         0xc113b10 s Context>handleSignal:
         0xc11e9b8 s Context>handleSignal:
         0xc1292a0 s Context>handleSignal:
         0xc133ad0 s Context>handleSignal:
         0xc13e300 s Context>handleSignal:
         0xc148b30 s Context>handleSignal:
         0xc153360 s Context>handleSignal:
         0xc15db90 s Context>handleSignal:
         0xc1683c0 s Context>handleSignal:
         0xc172bf0 s Context>handleSignal:
         0xc17d420 s Context>handleSignal:
         0xc187c50 s Context>handleSignal:
         0xc192480 s Context>handleSignal:
         0xc19ccb0 s Context>handleSignal:
         0xc1a74e0 s Context>handleSignal:
         0xc1b1d10 s Context>handleSignal:
         0xc1bc540 s Context>handleSignal:
         0xc1c6d70 s Context>handleSignal:
         0xc1d15a0 s Context>handleSignal:
         0xc1dbdd0 s Context>handleSignal:
         0xc1e6600 s Context>handleSignal:
         0xc1f0e30 s Context>handleSignal:
         0xc1fb660 s Context>handleSignal:
         0xc205e90 s Context>handleSignal:
         0xc2106c0 s Context>handleSignal:
         0xc21aef0 s Context>handleSignal:
         0xc225720 s Context>handleSignal:
         0xc22ff50 s Context>handleSignal:
         0xc23a780 s Context>handleSignal:
         0xc244fb0 s Context>handleSignal:
         0xc24f7e0 s Context>handleSignal:
         0xc25a010 s Context>handleSignal:
         0xb7db710 s Context>handleSignal:
         0xb7e5ff8 s Context>handleSignal:
         0xb7f08e0 s Context>handleSignal:
         0xb7fb1c8 s Context>handleSignal:
         0xb805ab0 s Context>handleSignal:
         0xb810398 s Context>handleSignal:
         0xb81ac80 s Context>handleSignal:
         0xb825568 s Context>handleSignal:
         0xb82fe50 s Context>handleSignal:
         0xb83a738 s Context>handleSignal:
         0xb845020 s Context>handleSignal:
         0xb84f908 s Context>handleSignal:
         0xb85a1f0 s Context>handleSignal:
         0xb864ad8 s Context>handleSignal:
         0xb86f3c0 s Context>handleSignal:
         0xb879ca8 s Context>handleSignal:
         0xb884590 s Context>handleSignal:
         0xb88ee78 s Context>handleSignal:
         0xb899760 s Context>handleSignal:
         0xb8a4048 s Context>handleSignal:
         0xb8ae930 s Context>handleSignal:
         0xb8b9218 s Context>handleSignal:
         0xb8c3b00 s Context>handleSignal:
         0xb8ce3e8 s Context>handleSignal:
         0xb8d8cd0 s Context>handleSignal:
         0xb8e35b8 s Context>handleSignal:
         0xb8edea0 s Context>handleSignal:
         0xb8f8788 s Context>handleSignal:
         0xb903070 s Context>handleSignal:
         0xb90d958 s Context>handleSignal:
         0xb918240 s Context>handleSignal:
         0xb922b28 s Context>handleSignal:
         0xb92d410 s Context>handleSignal:
         0xb937cf8 s Context>handleSignal:
         0xb9425e0 s Context>handleSignal:
         0xb94cec8 s Context>handleSignal:
         0xb9577b0 s Context>handleSignal:
         0xb962098 s Context>handleSignal:
         0xb96c980 s Context>handleSignal:
         0xb977268 s Context>handleSignal:
         0xb981b50 s Context>handleSignal:
         0xb98c438 s Context>handleSignal:
         0xb996d20 s Context>handleSignal:
         0xb9a1608 s Context>handleSignal:
         0xb9abef0 s Context>handleSignal:
         0xb9b67d8 s Context>handleSignal:
         0xb9c10c0 s Context>handleSignal:
         0xb9cb9a8 s Context>handleSignal:
         0xb9d6290 s Context>handleSignal:
         0xb9e0b78 s Context>handleSignal:
         0xb9eb460 s Context>handleSignal:
         0xb9f5d48 s Context>handleSignal:
         0xba00630 s Context>handleSignal:
         0xba0af18 s Context>handleSignal:
         0xba15800 s Context>handleSignal:
         0xba200e8 s Context>handleSignal:
         0xba2a9d0 s Context>handleSignal:
         0xba352b8 s Context>handleSignal:
         0xba3fba0 s Context>handleSignal:
         0xba46b08 s Context>handleSignal:
         0xba4bc40 s Context>handleSignal:
         0xba50cc0 s Context>handleSignal:
         0xba55c88 s Context>handleSignal:
         0xba5ac50 s Context>handleSignal:
         0xba5fb60 s Context>handleSignal:
         0xba649b8 s Context>handleSignal:
         0xba69758 s Context>handleSignal:
         0xba6e4f8 s Context>handleSignal:
         0xba731e0 s Context>handleSignal:
         0xba77ec8 s Context>handleSignal:
         0xba7cbb0 s Context>handleSignal:
         0xba81898 s Context>handleSignal:
         0xba86580 s Context>handleSignal:
         0xba8b268 s Context>handleSignal:
         0xba8ff50 s Context>handleSignal:
         0xba94c38 s Context>handleSignal:
         0xba99920 s Context>handleSignal:
         0xba9e608 s Context>handleSignal:
         0xbaa32f0 s Context>handleSignal:
         0xbaa7fd8 s Context>handleSignal:
         0xbaaccc0 s Context>handleSignal:
         0xbab19a8 s Context>handleSignal:
         0xbab6690 s Context>handleSignal:
         0xbabb378 s Context>handleSignal:
         0xbac0060 s Context>handleSignal:
         0xbac4d48 s Context>handleSignal:
         0xbac9a30 s Context>handleSignal:
         0xbace718 s Context>handleSignal:
         0xbad3400 s Context>handleSignal:
         0xbad80e8 s Context>handleSignal:
         0xbadcdd0 s Context>handleSignal:
         0xbae1ab8 s Context>handleSignal:
         0xbae67a0 s Context>handleSignal:
         0xbaeb488 s Context>handleSignal:
         0xbaf0170 s Context>handleSignal:
         0xbaf4e58 s Context>handleSignal:
         0xbaf9b40 s Context>handleSignal:
         0xbafe828 s Context>handleSignal:
         0xbb03510 s Context>handleSignal:
         0xbb081f8 s Context>handleSignal:
         0xbb0cee0 s Context>handleSignal:
         0xbb11bc8 s Context>handleSignal:
         0xbb168b0 s Context>handleSignal:
         0xbb1b598 s Context>handleSignal:
         0xbb20280 s Context>handleSignal:
         0xbb24f68 s Context>handleSignal:
         0xbb29c50 s Context>handleSignal:
         0xbb2e938 s Context>handleSignal:
         0xbb33620 s Context>handleSignal:
         0xbb38308 s Context>handleSignal:
         0xbb3cff0 s Context>handleSignal:
         0xbb41cd8 s Context>handleSignal:
         0xbb469c0 s Context>handleSignal:
         0xbb4b6a8 s Context>handleSignal:
         0xbb50390 s Context>handleSignal:
         0xbb55078 s Context>handleSignal:
         0xbb59d60 s Context>handleSignal:
         0xbb5ea48 s Context>handleSignal:
         0xbb63730 s Context>handleSignal:
         0xbb68418 s Context>handleSignal:
         0xbb6d100 s Context>handleSignal:
         0xbb71de8 s Context>handleSignal:
         0xbb76ad0 s Context>handleSignal:
         0xbb7b7b8 s Context>handleSignal:
         0xbb804a0 s Context>handleSignal:
         0xbb85188 s Context>handleSignal:
         0xbb89e70 s Context>handleSignal:
         0xbb8eb58 s Context>handleSignal:
         0xbb93840 s Context>handleSignal:
         0xbb98528 s Context>handleSignal:
         0xbb9d158 s Context>handleSignal:
         0xbba1d88 s Context>handleSignal:
         0xbba69b8 s Context>handleSignal:
         0xbbab5e8 s Context>handleSignal:
         0xbbb0218 s Context>handleSignal:
         0xbbb4e48 s Context>handleSignal:
         0xbbb9a78 s Context>handleSignal:
         0xbbbe6a8 s Context>handleSignal:
         0xbbc32d8 s Context>handleSignal:
         0xbbc7f08 s Context>handleSignal:
         0xbbccb38 s Context>handleSignal:
         0xbbd1768 s Context>handleSignal:
         0xbbd6398 s Context>handleSignal:
         0xbbdafc8 s Context>handleSignal:
         0xbbdfbf8 s Context>handleSignal:
         0xbbe4828 s Context>handleSignal:
         0xbbe9458 s Context>handleSignal:
         0xbbee088 s Context>handleSignal:
         0xbbf2cb8 s Context>handleSignal:
         0xbbf78e8 s Context>handleSignal:
         0xbbfc518 s Context>handleSignal:
         0xbc01148 s Context>handleSignal:
         0xbc05d78 s Context>handleSignal:
         0xbc0a9a8 s Context>handleSignal:
         0xbc0f5d8 s Context>handleSignal:
         0xbc14208 s Context>handleSignal:
         0xbc18e38 s Context>handleSignal:
         0xbc1da68 s Context>handleSignal:
         0xbc22698 s Context>handleSignal:
         0xbc272c8 s Context>handleSignal:
         0xbc2bef8 s Context>handleSignal:
         0xbc30b28 s Context>handleSignal:
         0xbc35758 s Context>handleSignal:
         0xbc3a388 s Context>handleSignal:
         0xbc3efb8 s Context>handleSignal:
         0xbc43be8 s Context>handleSignal:
         0xbc48818 s Context>handleSignal:
         0xbc4d448 s Context>handleSignal:
         0xbc52078 s Context>handleSignal:
         0xbc56d78 s Context>handleSignal:
         0xbc5b9a8 s Context>handleSignal:
         0xbc605d8 s Context>handleSignal:
         0xbc65208 s Context>handleSignal:
         0xbc69e38 s Context>handleSignal:
         0xbc6ea68 s Context>handleSignal:
         0xbc73698 s Context>handleSignal:
         0xbc782c8 s Context>handleSignal:
         0xbc7cef8 s Context>handleSignal:
         0xbc81b28 s Context>handleSignal:
         0xbc86758 s Context>handleSignal:
         0xbc8b388 s Context>handleSignal:
         0xbc8ffb8 s Context>handleSignal:
         0xbc94be8 s Context>handleSignal:
         0xbc99818 s Context>handleSignal:
         0xbc9e448 s Context>handleSignal:
         0xbca3078 s Context>handleSignal:
         0xbca7ca8 s Context>handleSignal:
         0xbcac8d8 s Context>handleSignal:
         0xbcb1508 s Context>handleSignal:
         0xbcb6138 s Context>handleSignal:
         0xbcbad68 s Context>handleSignal:
         0xbcbf998 s Context>handleSignal:
         0xbcc45c8 s Context>handleSignal:
         0xbcc91f8 s Context>handleSignal:
         0xbccde28 s Context>handleSignal:
         0xbcd2a58 s Context>handleSignal:
         0xbcd7688 s Context>handleSignal:
         0xbcdc2b8 s Context>handleSignal:
         0xbce0ee8 s Context>handleSignal:
         0xbce5b18 s Context>handleSignal:
         0xbcea748 s Context>handleSignal:
         0xbcef378 s Context>handleSignal:
         0xbcf3fa8 s Context>handleSignal:
         0xbcf8bd8 s Context>handleSignal:
         0xbcfd808 s Context>handleSignal:
         0xbd02438 s Context>handleSignal:
         0xbd07068 s Context>handleSignal:
         0xbd0bc98 s Context>handleSignal:
         0xbd108c8 s Context>handleSignal:
         0xbd154f8 s Context>handleSignal:
         0xbd1a128 s Context>handleSignal:
         0xbd1ed58 s Context>handleSignal:
         0xbd23988 s Context>handleSignal:
         0xbd285b8 s Context>handleSignal:
         0xbd2d1e8 s Context>handleSignal:
         0xbd31e18 s Context>handleSignal:
         0xbd36a48 s Context>handleSignal:
         0xbd3b678 s Context>handleSignal:
         0xbd402a8 s Context>handleSignal:
         0xbd44ed8 s Context>handleSignal:
         0xbd49b08 s Context>handleSignal:
         0xbd4e738 s Context>handleSignal:
         0xbd53368 s Context>handleSignal:
         0xbd57f98 s Context>handleSignal:
         0xbd5cbc8 s Context>handleSignal:
         0xbd617f8 s Context>handleSignal:
         0xbd66428 s Context>handleSignal:
         0xbd6b058 s Context>handleSignal:
         0xbd6fc88 s Context>handleSignal:
         0xbd748b8 s Context>handleSignal:
         0xbd794e8 s Context>handleSignal:
         0xbd7e118 s Context>handleSignal:
         0xbd82d48 s Context>handleSignal:
         0xbd87978 s Context>handleSignal:
         0xbd8c5a8 s Context>handleSignal:
         0xbd911d8 s Context>handleSignal:
         0xbd95e08 s Context>handleSignal:
         0xbd9aa38 s Context>handleSignal:
         0xbd9f668 s Context>handleSignal:
         0xbda4298 s Context>handleSignal:
         0xbda8ec8 s Context>handleSignal:
         0xbdadaf8 s Context>handleSignal:
         0xbdb2728 s Context>handleSignal:
         0xbdb7358 s Context>handleSignal:
         0xbdbbf88 s Context>handleSignal:
         0xbdc0bb8 s Context>handleSignal:
         0xbdc57e8 s Context>handleSignal:
         0xbdca418 s Context>handleSignal:
         0xbdcf048 s Context>handleSignal:
         0xbdd3c78 s Context>handleSignal:
         0xbdd88a8 s Context>handleSignal:
         0xbddd4d8 s Context>handleSignal:
         0xbde2108 s Context>handleSignal:
         0xbde6d38 s Context>handleSignal:
         0xbdeb968 s Context>handleSignal:
         0xbdf0598 s Context>handleSignal:
         0xbdf51c8 s Context>handleSignal:
         0xbdf9df8 s Context>handleSignal:
         0xbdfea28 s Context>handleSignal:
         0xbe03658 s Context>handleSignal:
         0xbe08288 s Context>handleSignal:
         0xbe0ceb8 s Context>handleSignal:
         0xbe11ae8 s Context>handleSignal:
         0xbe16718 s Context>handleSignal:
         0xbe1b348 s Context>handleSignal:
         0xbe1ff78 s Context>handleSignal:
         0xbe24ba8 s Context>handleSignal:
         0xbe297d8 s Context>handleSignal:
         0xbe2e408 s Context>handleSignal:
         0xbe33038 s Context>handleSignal:
         0xbe37c68 s Context>handleSignal:
         0xbe3c898 s Context>handleSignal:
         0xbe414c8 s Context>handleSignal:
         0xbe460f8 s Context>handleSignal:
         0xbe4ad28 s Context>handleSignal:
         0xbe4f958 s Context>handleSignal:
         0xbe54588 s Context>handleSignal:
         0xbe591b8 s Context>handleSignal:
         0xbe5dde8 s Context>handleSignal:
         0xbe62a18 s Context>handleSignal:
         0xbe67648 s Context>handleSignal:
         0xbe6c278 s Context>handleSignal:
         0xbe70ea8 s Context>handleSignal:
         0xbe75ad8 s Context>handleSignal:
         0xbe7a708 s Context>handleSignal:
         0xbe7f280 s Context>handleSignal:
         0xbe83d40 s Context>handleSignal:
         0xbe88748 s Context>handleSignal:
         0xbe8d098 s Context>handleSignal:
         0xbe91930 s Context>handleSignal:
         0xbe96110 s Context>handleSignal:
         0xbe9a838 s Context>handleSignal:
         0xbe9eea8 s Context>handleSignal:
         0xbea3460 s Context>handleSignal:
         0xbea7960 s Context>handleSignal:
         0xbeabda8 s Context>handleSignal:
         0xbeb0138 s Context>handleSignal:
         0xbeb4410 s Context>handleSignal:
         0xbeb8630 s Context>handleSignal:
         0xbebc798 s Context>handleSignal:
         0xbec0848 s Context>handleSignal:
         0xbec4840 s Context>handleSignal:
         0xbec8780 s Context>handleSignal:
         0xbecc608 s Context>handleSignal:
         0xbed03d8 s Context>handleSignal:
         0xbed40f0 s Context>handleSignal:
         0xbed7d50 s Context>handleSignal:
         0xbedb8f8 s Context>handleSignal:
         0xbedf3e8 s Context>handleSignal:
         0xbee2e20 s Context>handleSignal:
         0xbee67a0 s Context>handleSignal:
         0xbeea068 s Context>handleSignal:
         0xbeed878 s Context>handleSignal:
         0xbef0fd0 s Context>handleSignal:
         0xbef4670 s Context>handleSignal:
         0xbef7c58 s Context>handleSignal:
         0xbefb188 s Context>handleSignal:
         0xbefe600 s Context>handleSignal:
         0xbf019c0 s Context>handleSignal:
         0xbf04cc8 s Context>handleSignal:
         0xbf07f18 s Context>handleSignal:
         0xbf0b0b0 s Context>handleSignal:
         0xbf0e190 s Context>handleSignal:
         0xbf111b8 s Context>handleSignal:
         0xbf14128 s Context>handleSignal:
         0xbf16fe0 s Context>handleSignal:
         0xbf19de0 s Context>handleSignal:
         0xbf1cb28 s Context>handleSignal:
         0xbf1f7b8 s Context>handleSignal:
         0xbf22390 s Context>handleSignal:
         0xbf24eb0 s Context>handleSignal:
         0xbf27918 s Context>handleSignal:
         0xbf2a2c8 s Context>handleSignal:
         0xbf2cbc0 s Context>handleSignal:
         0xbf2f400 s Context>handleSignal:
         0xbf31b88 s Context>handleSignal:
         0xbf34258 s Context>handleSignal:
         0xbf36870 s Context>handleSignal:
         0xbf38dd0 s Context>handleSignal:
         0xbf3b278 s Context>handleSignal:
         0xbf3d668 s Context>handleSignal:
         0xbf3f9a0 s Context>handleSignal:
         0xbf41c20 s Context>handleSignal:
         0xbf43de8 s Context>handleSignal:
         0xbf45ef8 s Context>handleSignal:
         0xbf47f50 s Context>handleSignal:
         0xbf49ef0 s Context>handleSignal:
         0xbf4bdd8 s Context>handleSignal:
         0xbf4dc08 s Context>handleSignal:
         0xbf4f980 s Context>handleSignal:
         0xbf51640 s Context>handleSignal:
         0xbf53248 s Context>handleSignal:
         0xbf54d98 s Context>handleSignal:
         0xbf56830 s Context>handleSignal:
         0xbf58210 s Context>handleSignal:
         0xbf59b38 s Context>handleSignal:
         0xbf5b3a8 s Context>handleSignal:
         0xbf5cb60 s Context>handleSignal:
         0xbf5e260 s Context>handleSignal:
         0xbf5f8a8 s Context>handleSignal:
         0xbf60e38 s Context>handleSignal:
         0xbf62310 s Context>handleSignal:
         0xbf63730 s Context>handleSignal:
         0xbf64a98 s Context>handleSignal:
         0xbf65d48 s Context>handleSignal:
         0xbf66f40 s Context>handleSignal:
         0xbf68080 s Context>handleSignal:
         0xbf69108 s Context>handleSignal:
         0xbf6a0d8 s Context>handleSignal:
         0xbf6aff0 s Context>handleSignal:
         0xbf6be50 s Context>handleSignal:
         0xbf6cbf8 s Context>handleSignal:
         0xbf6d830 s Context>handleSignal:
         0xbf6e468 s Context>handleSignal:
         0xbf6efe8 s Context>handleSignal:
         0xbf6fab0 s Context>handleSignal:
         0xbf704c0 s Context>handleSignal:
         0xbf70e18 s Context>handleSignal:
         0xbf716b8 s Context>handleSignal:
         0xbf8ae78 s Halt(Exception)>signal
         0xbfa82f0 s Halt class(Exception class)>signal
         0xbfdadf8 s Halt class>now
         0xbfcc2a0 s FullBlockClosure(Object)>halt
         0xbff56b8 s FullBlockClosure>printOn:
         0xc018510 s Context>printOn:
         0xc043610 s Context>printDebugOn:
         0xc0438f0 s [] in Context>debugStack:on:
         0xc05cdb0 s OrderedCollection>do:
         0xbfcc028 s Context>debugStack:on:
         0xbff5468 s Context>shortDebugStackOn:
         0xc0182d8 s [] in SmalltalkImage>logError:inContext:
         0xc043330 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8a3b0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa7528 s SmalltalkImage>logStdErrorDuring:
         0xbfda0f0 s SmalltalkImage>logError:inContext:
         0xbffdc00 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc021578 s FullBlockClosure(BlockClosure)>ensure:
         0xc04d988 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062c90 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f538 s Halt(Exception)>unhandledErrorAction
         0xc08c7a8 s Halt(UnhandledException)>defaultAction
         0xc0f0200 s UndefinedObject>handleSignal:
         0xc0f02b8 s Context>handleSignal:
         0xc0f0370 s Context>handleSignal:
         0xc0f0428 s Context>handleSignal:
         0xc0f04e0 s Context>handleSignal:
         0xc0f0598 s Context>handleSignal:
         0xc0f0650 s Context>handleSignal:
         0xc0f0708 s Context>handleSignal:
         0xc0f07c0 s Context>handleSignal:
         0xc0f0878 s Context>handleSignal:
         0xc0f0930 s Context>handleSignal:
         0xc108b20 s Context>handleSignal:
         0xc113bc8 s Context>handleSignal:
         0xc11ea70 s Context>handleSignal:
         0xc129358 s Context>handleSignal:
         0xc133b88 s Context>handleSignal:
         0xc13e3b8 s Context>handleSignal:
         0xc148be8 s Context>handleSignal:
         0xc153418 s Context>handleSignal:
         0xc15dc48 s Context>handleSignal:
         0xc168478 s Context>handleSignal:
         0xc172ca8 s Context>handleSignal:
         0xc17d4d8 s Context>handleSignal:
         0xc187d08 s Context>handleSignal:
         0xc192538 s Context>handleSignal:
         0xc19cd68 s Context>handleSignal:
         0xc1a7598 s Context>handleSignal:
         0xc1b1dc8 s Context>handleSignal:
         0xc1bc5f8 s Context>handleSignal:
         0xc1c6e28 s Context>handleSignal:
         0xc1d1658 s Context>handleSignal:
         0xc1dbe88 s Context>handleSignal:
         0xc1e66b8 s Context>handleSignal:
         0xc1f0ee8 s Context>handleSignal:
         0xc1fb718 s Context>handleSignal:
         0xc205f48 s Context>handleSignal:
         0xc210778 s Context>handleSignal:
         0xc21afa8 s Context>handleSignal:
         0xc2257d8 s Context>handleSignal:
         0xc230008 s Context>handleSignal:
         0xc23a838 s Context>handleSignal:
         0xc245068 s Context>handleSignal:
         0xc24f898 s Context>handleSignal:
         0xc25a0c8 s Context>handleSignal:
         0xb7db658 s Context>handleSignal:
         0xb7e5f40 s Context>handleSignal:
         0xb7f0828 s Context>handleSignal:
         0xb7fb110 s Context>handleSignal:
         0xb8059f8 s Context>handleSignal:
         0xb8102e0 s Context>handleSignal:
         0xb81abc8 s Context>handleSignal:
         0xb8254b0 s Context>handleSignal:
         0xb82fd98 s Context>handleSignal:
         0xb83a680 s Context>handleSignal:
         0xb844f68 s Context>handleSignal:
         0xb84f850 s Context>handleSignal:
         0xb85a138 s Context>handleSignal:
         0xb864a20 s Context>handleSignal:
         0xb86f308 s Context>handleSignal:
         0xb879bf0 s Context>handleSignal:
         0xb8844d8 s Context>handleSignal:
         0xb88edc0 s Context>handleSignal:
         0xb8996a8 s Context>handleSignal:
         0xb8a3f90 s Context>handleSignal:
         0xb8ae878 s Context>handleSignal:
         0xb8b9160 s Context>handleSignal:
         0xb8c3a48 s Context>handleSignal:
         0xb8ce330 s Context>handleSignal:
         0xb8d8c18 s Context>handleSignal:
         0xb8e3500 s Context>handleSignal:
         0xb8edde8 s Context>handleSignal:
         0xb8f86d0 s Context>handleSignal:
         0xb902fb8 s Context>handleSignal:
         0xb90d8a0 s Context>handleSignal:
         0xb918188 s Context>handleSignal:
         0xb922a70 s Context>handleSignal:
         0xb92d358 s Context>handleSignal:
         0xb937c40 s Context>handleSignal:
         0xb942528 s Context>handleSignal:
         0xb94ce10 s Context>handleSignal:
         0xb9576f8 s Context>handleSignal:
         0xb961fe0 s Context>handleSignal:
         0xb96c8c8 s Context>handleSignal:
         0xb9771b0 s Context>handleSignal:
         0xb981a98 s Context>handleSignal:
         0xb98c380 s Context>handleSignal:
         0xb996c68 s Context>handleSignal:
         0xb9a1550 s Context>handleSignal:
         0xb9abe38 s Context>handleSignal:
         0xb9b6720 s Context>handleSignal:
         0xb9c1008 s Context>handleSignal:
         0xb9cb8f0 s Context>handleSignal:
         0xb9d61d8 s Context>handleSignal:
         0xb9e0ac0 s Context>handleSignal:
         0xb9eb3a8 s Context>handleSignal:
         0xb9f5c90 s Context>handleSignal:
         0xba00578 s Context>handleSignal:
         0xba0ae60 s Context>handleSignal:
         0xba15748 s Context>handleSignal:
         0xba20030 s Context>handleSignal:
         0xba2a918 s Context>handleSignal:
         0xba35200 s Context>handleSignal:
         0xba3fae8 s Context>handleSignal:
         0xba46a50 s Context>handleSignal:
         0xba4bb88 s Context>handleSignal:
         0xba50c08 s Context>handleSignal:
         0xba55bd0 s Context>handleSignal:
         0xba5ab98 s Context>handleSignal:
         0xba5faa8 s Context>handleSignal:
         0xba64900 s Context>handleSignal:
         0xba696a0 s Context>handleSignal:
         0xba6e440 s Context>handleSignal:
         0xba73128 s Context>handleSignal:
         0xba77e10 s Context>handleSignal:
         0xba7caf8 s Context>handleSignal:
         0xba817e0 s Context>handleSignal:
         0xba864c8 s Context>handleSignal:
         0xba8b1b0 s Context>handleSignal:
         0xba8fe98 s Context>handleSignal:
         0xba94b80 s Context>handleSignal:
         0xba99868 s Context>handleSignal:
         0xba9e550 s Context>handleSignal:
         0xbaa3238 s Context>handleSignal:
         0xbaa7f20 s Context>handleSignal:
         0xbaacc08 s Context>handleSignal:
         0xbab18f0 s Context>handleSignal:
         0xbab65d8 s Context>handleSignal:
         0xbabb2c0 s Context>handleSignal:
         0xbabffa8 s Context>handleSignal:
         0xbac4c90 s Context>handleSignal:
         0xbac9978 s Context>handleSignal:
         0xbace660 s Context>handleSignal:
         0xbad3348 s Context>handleSignal:
         0xbad8030 s Context>handleSignal:
         0xbadcd18 s Context>handleSignal:
         0xbae1a00 s Context>handleSignal:
         0xbae66e8 s Context>handleSignal:
         0xbaeb3d0 s Context>handleSignal:
         0xbaf00b8 s Context>handleSignal:
         0xbaf4da0 s Context>handleSignal:
         0xbaf9a88 s Context>handleSignal:
         0xbafe770 s Context>handleSignal:
         0xbb03458 s Context>handleSignal:
         0xbb08140 s Context>handleSignal:
         0xbb0ce28 s Context>handleSignal:
         0xbb11b10 s Context>handleSignal:
         0xbb167f8 s Context>handleSignal:
         0xbb1b4e0 s Context>handleSignal:
         0xbb201c8 s Context>handleSignal:
         0xbb24eb0 s Context>handleSignal:
         0xbb29b98 s Context>handleSignal:
         0xbb2e880 s Context>handleSignal:
         0xbb33568 s Context>handleSignal:
         0xbb38250 s Context>handleSignal:
         0xbb3cf38 s Context>handleSignal:
         0xbb41c20 s Context>handleSignal:
         0xbb46908 s Context>handleSignal:
         0xbb4b5f0 s Context>handleSignal:
         0xbb502d8 s Context>handleSignal:
         0xbb54fc0 s Context>handleSignal:
         0xbb59ca8 s Context>handleSignal:
         0xbb5e990 s Context>handleSignal:
         0xbb63678 s Context>handleSignal:
         0xbb68360 s Context>handleSignal:
         0xbb6d048 s Context>handleSignal:
         0xbb71d30 s Context>handleSignal:
         0xbb76a18 s Context>handleSignal:
         0xbb7b700 s Context>handleSignal:
         0xbb803e8 s Context>handleSignal:
         0xbb850d0 s Context>handleSignal:
         0xbb89db8 s Context>handleSignal:
         0xbb8eaa0 s Context>handleSignal:
         0xbb93788 s Context>handleSignal:
         0xbb98470 s Context>handleSignal:
         0xbb9d0a0 s Context>handleSignal:
         0xbba1cd0 s Context>handleSignal:
         0xbba6900 s Context>handleSignal:
         0xbbab530 s Context>handleSignal:
         0xbbb0160 s Context>handleSignal:
         0xbbb4d90 s Context>handleSignal:
         0xbbb99c0 s Context>handleSignal:
         0xbbbe5f0 s Context>handleSignal:
         0xbbc3220 s Context>handleSignal:
         0xbbc7e50 s Context>handleSignal:
         0xbbcca80 s Context>handleSignal:
         0xbbd16b0 s Context>handleSignal:
         0xbbd62e0 s Context>handleSignal:
         0xbbdaf10 s Context>handleSignal:
         0xbbdfb40 s Context>handleSignal:
         0xbbe4770 s Context>handleSignal:
         0xbbe93a0 s Context>handleSignal:
         0xbbedfd0 s Context>handleSignal:
         0xbbf2c00 s Context>handleSignal:
         0xbbf7830 s Context>handleSignal:
         0xbbfc460 s Context>handleSignal:
         0xbc01090 s Context>handleSignal:
         0xbc05cc0 s Context>handleSignal:
         0xbc0a8f0 s Context>handleSignal:
         0xbc0f520 s Context>handleSignal:
         0xbc14150 s Context>handleSignal:
         0xbc18d80 s Context>handleSignal:
         0xbc1d9b0 s Context>handleSignal:
         0xbc225e0 s Context>handleSignal:
         0xbc27210 s Context>handleSignal:
         0xbc2be40 s Context>handleSignal:
         0xbc30a70 s Context>handleSignal:
         0xbc356a0 s Context>handleSignal:
         0xbc3a2d0 s Context>handleSignal:
         0xbc3ef00 s Context>handleSignal:
         0xbc43b30 s Context>handleSignal:
         0xbc48760 s Context>handleSignal:
         0xbc4d390 s Context>handleSignal:
         0xbc51fc0 s Context>handleSignal:
         0xbc56cc0 s Context>handleSignal:
         0xbc5b8f0 s Context>handleSignal:
         0xbc60520 s Context>handleSignal:
         0xbc65150 s Context>handleSignal:
         0xbc69d80 s Context>handleSignal:
         0xbc6e9b0 s Context>handleSignal:
         0xbc735e0 s Context>handleSignal:
         0xbc78210 s Context>handleSignal:
         0xbc7ce40 s Context>handleSignal:
         0xbc81a70 s Context>handleSignal:
         0xbc866a0 s Context>handleSignal:
         0xbc8b2d0 s Context>handleSignal:
         0xbc8ff00 s Context>handleSignal:
         0xbc94b30 s Context>handleSignal:
         0xbc99760 s Context>handleSignal:
         0xbc9e390 s Context>handleSignal:
         0xbca2fc0 s Context>handleSignal:
         0xbca7bf0 s Context>handleSignal:
         0xbcac820 s Context>handleSignal:
         0xbcb1450 s Context>handleSignal:
         0xbcb6080 s Context>handleSignal:
         0xbcbacb0 s Context>handleSignal:
         0xbcbf8e0 s Context>handleSignal:
         0xbcc4510 s Context>handleSignal:
         0xbcc9140 s Context>handleSignal:
         0xbccdd70 s Context>handleSignal:
         0xbcd29a0 s Context>handleSignal:
         0xbcd75d0 s Context>handleSignal:
         0xbcdc200 s Context>handleSignal:
         0xbce0e30 s Context>handleSignal:
         0xbce5a60 s Context>handleSignal:
         0xbcea690 s Context>handleSignal:
         0xbcef2c0 s Context>handleSignal:
         0xbcf3ef0 s Context>handleSignal:
         0xbcf8b20 s Context>handleSignal:
         0xbcfd750 s Context>handleSignal:
         0xbd02380 s Context>handleSignal:
         0xbd06fb0 s Context>handleSignal:
         0xbd0bbe0 s Context>handleSignal:
         0xbd10810 s Context>handleSignal:
         0xbd15440 s Context>handleSignal:
         0xbd1a070 s Context>handleSignal:
         0xbd1eca0 s Context>handleSignal:
         0xbd238d0 s Context>handleSignal:
         0xbd28500 s Context>handleSignal:
         0xbd2d130 s Context>handleSignal:
         0xbd31d60 s Context>handleSignal:
         0xbd36990 s Context>handleSignal:
         0xbd3b5c0 s Context>handleSignal:
         0xbd401f0 s Context>handleSignal:
         0xbd44e20 s Context>handleSignal:
         0xbd49a50 s Context>handleSignal:
         0xbd4e680 s Context>handleSignal:
         0xbd532b0 s Context>handleSignal:
         0xbd57ee0 s Context>handleSignal:
         0xbd5cb10 s Context>handleSignal:
         0xbd61740 s Context>handleSignal:
         0xbd66370 s Context>handleSignal:
         0xbd6afa0 s Context>handleSignal:
         0xbd6fbd0 s Context>handleSignal:
         0xbd74800 s Context>handleSignal:
         0xbd79430 s Context>handleSignal:
         0xbd7e060 s Context>handleSignal:
         0xbd82c90 s Context>handleSignal:
         0xbd878c0 s Context>handleSignal:
         0xbd8c4f0 s Context>handleSignal:
         0xbd91120 s Context>handleSignal:
         0xbd95d50 s Context>handleSignal:
         0xbd9a980 s Context>handleSignal:
         0xbd9f5b0 s Context>handleSignal:
         0xbda41e0 s Context>handleSignal:
         0xbda8e10 s Context>handleSignal:
         0xbdada40 s Context>handleSignal:
         0xbdb2670 s Context>handleSignal:
         0xbdb72a0 s Context>handleSignal:
         0xbdbbed0 s Context>handleSignal:
         0xbdc0b00 s Context>handleSignal:
         0xbdc5730 s Context>handleSignal:
         0xbdca360 s Context>handleSignal:
         0xbdcef90 s Context>handleSignal:
         0xbdd3bc0 s Context>handleSignal:
         0xbdd87f0 s Context>handleSignal:
         0xbddd420 s Context>handleSignal:
         0xbde2050 s Context>handleSignal:
         0xbde6c80 s Context>handleSignal:
         0xbdeb8b0 s Context>handleSignal:
         0xbdf04e0 s Context>handleSignal:
         0xbdf5110 s Context>handleSignal:
         0xbdf9d40 s Context>handleSignal:
         0xbdfe970 s Context>handleSignal:
         0xbe035a0 s Context>handleSignal:
         0xbe081d0 s Context>handleSignal:
         0xbe0ce00 s Context>handleSignal:
         0xbe11a30 s Context>handleSignal:
         0xbe16660 s Context>handleSignal:
         0xbe1b290 s Context>handleSignal:
         0xbe1fec0 s Context>handleSignal:
         0xbe24af0 s Context>handleSignal:
         0xbe29720 s Context>handleSignal:
         0xbe2e350 s Context>handleSignal:
         0xbe32f80 s Context>handleSignal:
         0xbe37bb0 s Context>handleSignal:
         0xbe3c7e0 s Context>handleSignal:
         0xbe41410 s Context>handleSignal:
         0xbe46040 s Context>handleSignal:
         0xbe4ac70 s Context>handleSignal:
         0xbe4f8a0 s Context>handleSignal:
         0xbe544d0 s Context>handleSignal:
         0xbe59100 s Context>handleSignal:
         0xbe5dd30 s Context>handleSignal:
         0xbe62960 s Context>handleSignal:
         0xbe67590 s Context>handleSignal:
         0xbe6c1c0 s Context>handleSignal:
         0xbe70df0 s Context>handleSignal:
         0xbe75a20 s Context>handleSignal:
         0xbe7a650 s Context>handleSignal:
         0xbe7f1c8 s Context>handleSignal:
         0xbe83c88 s Context>handleSignal:
         0xbe88690 s Context>handleSignal:
         0xbe8cfe0 s Context>handleSignal:
         0xbe91878 s Context>handleSignal:
         0xbe96058 s Context>handleSignal:
         0xbe9a780 s Context>handleSignal:
         0xbe9edf0 s Context>handleSignal:
         0xbea33a8 s Context>handleSignal:
         0xbea78a8 s Context>handleSignal:
         0xbeabcf0 s Context>handleSignal:
         0xbeb0080 s Context>handleSignal:
         0xbeb4358 s Context>handleSignal:
         0xbeb8578 s Context>handleSignal:
         0xbebc6e0 s Context>handleSignal:
         0xbec0790 s Context>handleSignal:
         0xbec4788 s Context>handleSignal:
         0xbec86c8 s Context>handleSignal:
         0xbecc550 s Context>handleSignal:
         0xbed0320 s Context>handleSignal:
         0xbed4038 s Context>handleSignal:
         0xbed7c98 s Context>handleSignal:
         0xbedb840 s Context>handleSignal:
         0xbedf330 s Context>handleSignal:
         0xbee2d68 s Context>handleSignal:
         0xbee66e8 s Context>handleSignal:
         0xbee9fb0 s Context>handleSignal:
         0xbeed7c0 s Context>handleSignal:
         0xbef0f18 s Context>handleSignal:
         0xbef45b8 s Context>handleSignal:
         0xbef7ba0 s Context>handleSignal:
         0xbefb0d0 s Context>handleSignal:
         0xbefe548 s Context>handleSignal:
         0xbf01908 s Context>handleSignal:
         0xbf04c10 s Context>handleSignal:
         0xbf07e60 s Context>handleSignal:
         0xbf0aff8 s Context>handleSignal:
         0xbf0e0d8 s Context>handleSignal:
         0xbf11100 s Context>handleSignal:
         0xbf14070 s Context>handleSignal:
         0xbf16f28 s Context>handleSignal:
         0xbf19d28 s Context>handleSignal:
         0xbf1ca70 s Context>handleSignal:
         0xbf1f700 s Context>handleSignal:
         0xbf222d8 s Context>handleSignal:
         0xbf24df8 s Context>handleSignal:
         0xbf27860 s Context>handleSignal:
         0xbf2a210 s Context>handleSignal:
         0xbf2cb08 s Context>handleSignal:
         0xbf2f348 s Context>handleSignal:
         0xbf31ad0 s Context>handleSignal:
         0xbf341a0 s Context>handleSignal:
         0xbf367b8 s Context>handleSignal:
         0xbf38d18 s Context>handleSignal:
         0xbf3b1c0 s Context>handleSignal:
         0xbf3d5b0 s Context>handleSignal:
         0xbf3f8e8 s Context>handleSignal:
         0xbf41b68 s Context>handleSignal:
         0xbf43d30 s Context>handleSignal:
         0xbf45e40 s Context>handleSignal:
         0xbf47e98 s Context>handleSignal:
         0xbf49e38 s Context>handleSignal:
         0xbf4bd20 s Context>handleSignal:
         0xbf4db50 s Context>handleSignal:
         0xbf4f8c8 s Context>handleSignal:
         0xbf51588 s Context>handleSignal:
         0xbf53190 s Context>handleSignal:
         0xbf54ce0 s Context>handleSignal:
         0xbf56778 s Context>handleSignal:
         0xbf58158 s Context>handleSignal:
         0xbf59a80 s Context>handleSignal:
         0xbf5b2f0 s Context>handleSignal:
         0xbf5caa8 s Context>handleSignal:
         0xbf5e1a8 s Context>handleSignal:
         0xbf5f7f0 s Context>handleSignal:
         0xbf60d80 s Context>handleSignal:
         0xbf62258 s Context>handleSignal:
         0xbf63678 s Context>handleSignal:
         0xbf649e0 s Context>handleSignal:
         0xbf65c90 s Context>handleSignal:
         0xbf66e88 s Context>handleSignal:
         0xbf67fc8 s Context>handleSignal:
         0xbf69050 s Context>handleSignal:
         0xbf6a020 s Context>handleSignal:
         0xbf6af38 s Context>handleSignal:
         0xbf6bd98 s Context>handleSignal:
         0xbf6cb40 s Context>handleSignal:
         0xbf6d778 s Context>handleSignal:
         0xbf6e3b0 s Context>handleSignal:
         0xbf6ef30 s Context>handleSignal:
         0xbf6f9f8 s Context>handleSignal:
         0xbf70408 s Context>handleSignal:
         0xbf70d60 s Context>handleSignal:
         0xbf8ad08 s Halt(Exception)>signal
         0xbfa8120 s Halt class(Exception class)>signal
         0xbfdac40 s Halt class>now
         0xbfcc0e0 s FullBlockClosure(Object)>halt
         0xbff5520 s FullBlockClosure>printOn:
         0xc018390 s Context>printOn:
         0xc0433e8 s Context>printDebugOn:
         0xc0436c8 s [] in Context>debugStack:on:
         0xc05ccf8 s OrderedCollection>do:
         0xbfcbe68 s Context>debugStack:on:
         0xbff52d0 s Context>shortDebugStackOn:
         0xc018158 s [] in SmalltalkImage>logError:inContext:
         0xc043108 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8a240 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa7358 s SmalltalkImage>logStdErrorDuring:
         0xbfd9f38 s SmalltalkImage>logError:inContext:
         0xbffdb38 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc021488 s FullBlockClosure(BlockClosure)>ensure:
         0xc04d8a8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062bd8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f480 s Halt(Exception)>unhandledErrorAction
         0xc08c6f0 s Halt(UnhandledException)>defaultAction
         0xc0ec960 s UndefinedObject>handleSignal:
         0xc0eca18 s Context>handleSignal:
         0xc0ecad0 s Context>handleSignal:
         0xc0ecb88 s Context>handleSignal:
         0xc0ecc40 s Context>handleSignal:
         0xc0eccf8 s Context>handleSignal:
         0xc0ecdb0 s Context>handleSignal:
         0xc0ece68 s Context>handleSignal:
         0xc0ecf20 s Context>handleSignal:
         0xc0ecfd8 s Context>handleSignal:
         0xc0ed090 s Context>handleSignal:
         0xc107ee8 s Context>handleSignal:
         0xc113608 s Context>handleSignal:
         0xc11e4b0 s Context>handleSignal:
         0xc128d98 s Context>handleSignal:
         0xc1335c8 s Context>handleSignal:
         0xc13ddf8 s Context>handleSignal:
         0xc148628 s Context>handleSignal:
         0xc152e58 s Context>handleSignal:
         0xc15d688 s Context>handleSignal:
         0xc167eb8 s Context>handleSignal:
         0xc1726e8 s Context>handleSignal:
         0xc17cf18 s Context>handleSignal:
         0xc187748 s Context>handleSignal:
         0xc191f78 s Context>handleSignal:
         0xc19c7a8 s Context>handleSignal:
         0xc1a6fd8 s Context>handleSignal:
         0xc1b1808 s Context>handleSignal:
         0xc1bc038 s Context>handleSignal:
         0xc1c6868 s Context>handleSignal:
         0xc1d1098 s Context>handleSignal:
         0xc1db8c8 s Context>handleSignal:
         0xc1e60f8 s Context>handleSignal:
         0xc1f0928 s Context>handleSignal:
         0xc1fb158 s Context>handleSignal:
         0xc205988 s Context>handleSignal:
         0xc2101b8 s Context>handleSignal:
         0xc21a9e8 s Context>handleSignal:
         0xc225218 s Context>handleSignal:
         0xc22fa48 s Context>handleSignal:
         0xc23a278 s Context>handleSignal:
         0xc244aa8 s Context>handleSignal:
         0xc24f2d8 s Context>handleSignal:
         0xc259b08 s Context>handleSignal:
         0xb7db5a0 s Context>handleSignal:
         0xb7e5e88 s Context>handleSignal:
         0xb7f0770 s Context>handleSignal:
         0xb7fb058 s Context>handleSignal:
         0xb805940 s Context>handleSignal:
         0xb810228 s Context>handleSignal:
         0xb81ab10 s Context>handleSignal:
         0xb8253f8 s Context>handleSignal:
         0xb82fce0 s Context>handleSignal:
         0xb83a5c8 s Context>handleSignal:
         0xb844eb0 s Context>handleSignal:
         0xb84f798 s Context>handleSignal:
         0xb85a080 s Context>handleSignal:
         0xb864968 s Context>handleSignal:
         0xb86f250 s Context>handleSignal:
         0xb879b38 s Context>handleSignal:
         0xb884420 s Context>handleSignal:
         0xb88ed08 s Context>handleSignal:
         0xb8995f0 s Context>handleSignal:
         0xb8a3ed8 s Context>handleSignal:
         0xb8ae7c0 s Context>handleSignal:
         0xb8b90a8 s Context>handleSignal:
         0xb8c3990 s Context>handleSignal:
         0xb8ce278 s Context>handleSignal:
         0xb8d8b60 s Context>handleSignal:
         0xb8e3448 s Context>handleSignal:
         0xb8edd30 s Context>handleSignal:
         0xb8f8618 s Context>handleSignal:
         0xb902f00 s Context>handleSignal:
         0xb90d7e8 s Context>handleSignal:
         0xb9180d0 s Context>handleSignal:
         0xb9229b8 s Context>handleSignal:
         0xb92d2a0 s Context>handleSignal:
         0xb937b88 s Context>handleSignal:
         0xb942470 s Context>handleSignal:
         0xb94cd58 s Context>handleSignal:
         0xb957640 s Context>handleSignal:
         0xb961f28 s Context>handleSignal:
         0xb96c810 s Context>handleSignal:
         0xb9770f8 s Context>handleSignal:
         0xb9819e0 s Context>handleSignal:
         0xb98c2c8 s Context>handleSignal:
         0xb996bb0 s Context>handleSignal:
         0xb9a1498 s Context>handleSignal:
         0xb9abd80 s Context>handleSignal:
         0xb9b6668 s Context>handleSignal:
         0xb9c0f50 s Context>handleSignal:
         0xb9cb838 s Context>handleSignal:
         0xb9d6120 s Context>handleSignal:
         0xb9e0a08 s Context>handleSignal:
         0xb9eb2f0 s Context>handleSignal:
         0xb9f5bd8 s Context>handleSignal:
         0xba004c0 s Context>handleSignal:
         0xba0ada8 s Context>handleSignal:
         0xba15690 s Context>handleSignal:
         0xba1ff78 s Context>handleSignal:
         0xba2a860 s Context>handleSignal:
         0xba35148 s Context>handleSignal:
         0xba3fa30 s Context>handleSignal:
         0xba46998 s Context>handleSignal:
         0xba4bad0 s Context>handleSignal:
         0xba50b50 s Context>handleSignal:
         0xba55b18 s Context>handleSignal:
         0xba5aae0 s Context>handleSignal:
         0xba5f9f0 s Context>handleSignal:
         0xba64848 s Context>handleSignal:
         0xba695e8 s Context>handleSignal:
         0xba6e388 s Context>handleSignal:
         0xba73070 s Context>handleSignal:
         0xba77d58 s Context>handleSignal:
         0xba7ca40 s Context>handleSignal:
         0xba81728 s Context>handleSignal:
         0xba86410 s Context>handleSignal:
         0xba8b0f8 s Context>handleSignal:
         0xba8fde0 s Context>handleSignal:
         0xba94ac8 s Context>handleSignal:
         0xba997b0 s Context>handleSignal:
         0xba9e498 s Context>handleSignal:
         0xbaa3180 s Context>handleSignal:
         0xbaa7e68 s Context>handleSignal:
         0xbaacb50 s Context>handleSignal:
         0xbab1838 s Context>handleSignal:
         0xbab6520 s Context>handleSignal:
         0xbabb208 s Context>handleSignal:
         0xbabfef0 s Context>handleSignal:
         0xbac4bd8 s Context>handleSignal:
         0xbac98c0 s Context>handleSignal:
         0xbace5a8 s Context>handleSignal:
         0xbad3290 s Context>handleSignal:
         0xbad7f78 s Context>handleSignal:
         0xbadcc60 s Context>handleSignal:
         0xbae1948 s Context>handleSignal:
         0xbae6630 s Context>handleSignal:
         0xbaeb318 s Context>handleSignal:
         0xbaf0000 s Context>handleSignal:
         0xbaf4ce8 s Context>handleSignal:
         0xbaf99d0 s Context>handleSignal:
         0xbafe6b8 s Context>handleSignal:
         0xbb033a0 s Context>handleSignal:
         0xbb08088 s Context>handleSignal:
         0xbb0cd70 s Context>handleSignal:
         0xbb11a58 s Context>handleSignal:
         0xbb16740 s Context>handleSignal:
         0xbb1b428 s Context>handleSignal:
         0xbb20110 s Context>handleSignal:
         0xbb24df8 s Context>handleSignal:
         0xbb29ae0 s Context>handleSignal:
         0xbb2e7c8 s Context>handleSignal:
         0xbb334b0 s Context>handleSignal:
         0xbb38198 s Context>handleSignal:
         0xbb3ce80 s Context>handleSignal:
         0xbb41b68 s Context>handleSignal:
         0xbb46850 s Context>handleSignal:
         0xbb4b538 s Context>handleSignal:
         0xbb50220 s Context>handleSignal:
         0xbb54f08 s Context>handleSignal:
         0xbb59bf0 s Context>handleSignal:
         0xbb5e8d8 s Context>handleSignal:
         0xbb635c0 s Context>handleSignal:
         0xbb682a8 s Context>handleSignal:
         0xbb6cf90 s Context>handleSignal:
         0xbb71c78 s Context>handleSignal:
         0xbb76960 s Context>handleSignal:
         0xbb7b648 s Context>handleSignal:
         0xbb80330 s Context>handleSignal:
         0xbb85018 s Context>handleSignal:
         0xbb89d00 s Context>handleSignal:
         0xbb8e9e8 s Context>handleSignal:
         0xbb936d0 s Context>handleSignal:
         0xbb983b8 s Context>handleSignal:
         0xbb9cfe8 s Context>handleSignal:
         0xbba1c18 s Context>handleSignal:
         0xbba6848 s Context>handleSignal:
         0xbbab478 s Context>handleSignal:
         0xbbb00a8 s Context>handleSignal:
         0xbbb4cd8 s Context>handleSignal:
         0xbbb9908 s Context>handleSignal:
         0xbbbe538 s Context>handleSignal:
         0xbbc3168 s Context>handleSignal:
         0xbbc7d98 s Context>handleSignal:
         0xbbcc9c8 s Context>handleSignal:
         0xbbd15f8 s Context>handleSignal:
         0xbbd6228 s Context>handleSignal:
         0xbbdae58 s Context>handleSignal:
         0xbbdfa88 s Context>handleSignal:
         0xbbe46b8 s Context>handleSignal:
         0xbbe92e8 s Context>handleSignal:
         0xbbedf18 s Context>handleSignal:
         0xbbf2b48 s Context>handleSignal:
         0xbbf7778 s Context>handleSignal:
         0xbbfc3a8 s Context>handleSignal:
         0xbc00fd8 s Context>handleSignal:
         0xbc05c08 s Context>handleSignal:
         0xbc0a838 s Context>handleSignal:
         0xbc0f468 s Context>handleSignal:
         0xbc14098 s Context>handleSignal:
         0xbc18cc8 s Context>handleSignal:
         0xbc1d8f8 s Context>handleSignal:
         0xbc22528 s Context>handleSignal:
         0xbc27158 s Context>handleSignal:
         0xbc2bd88 s Context>handleSignal:
         0xbc309b8 s Context>handleSignal:
         0xbc355e8 s Context>handleSignal:
         0xbc3a218 s Context>handleSignal:
         0xbc3ee48 s Context>handleSignal:
         0xbc43a78 s Context>handleSignal:
         0xbc486a8 s Context>handleSignal:
         0xbc4d2d8 s Context>handleSignal:
         0xbc51f08 s Context>handleSignal:
         0xbc56c08 s Context>handleSignal:
         0xbc5b838 s Context>handleSignal:
         0xbc60468 s Context>handleSignal:
         0xbc65098 s Context>handleSignal:
         0xbc69cc8 s Context>handleSignal:
         0xbc6e8f8 s Context>handleSignal:
         0xbc73528 s Context>handleSignal:
         0xbc78158 s Context>handleSignal:
         0xbc7cd88 s Context>handleSignal:
         0xbc819b8 s Context>handleSignal:
         0xbc865e8 s Context>handleSignal:
         0xbc8b218 s Context>handleSignal:
         0xbc8fe48 s Context>handleSignal:
         0xbc94a78 s Context>handleSignal:
         0xbc996a8 s Context>handleSignal:
         0xbc9e2d8 s Context>handleSignal:
         0xbca2f08 s Context>handleSignal:
         0xbca7b38 s Context>handleSignal:
         0xbcac768 s Context>handleSignal:
         0xbcb1398 s Context>handleSignal:
         0xbcb5fc8 s Context>handleSignal:
         0xbcbabf8 s Context>handleSignal:
         0xbcbf828 s Context>handleSignal:
         0xbcc4458 s Context>handleSignal:
         0xbcc9088 s Context>handleSignal:
         0xbccdcb8 s Context>handleSignal:
         0xbcd28e8 s Context>handleSignal:
         0xbcd7518 s Context>handleSignal:
         0xbcdc148 s Context>handleSignal:
         0xbce0d78 s Context>handleSignal:
         0xbce59a8 s Context>handleSignal:
         0xbcea5d8 s Context>handleSignal:
         0xbcef208 s Context>handleSignal:
         0xbcf3e38 s Context>handleSignal:
         0xbcf8a68 s Context>handleSignal:
         0xbcfd698 s Context>handleSignal:
         0xbd022c8 s Context>handleSignal:
         0xbd06ef8 s Context>handleSignal:
         0xbd0bb28 s Context>handleSignal:
         0xbd10758 s Context>handleSignal:
         0xbd15388 s Context>handleSignal:
         0xbd19fb8 s Context>handleSignal:
         0xbd1ebe8 s Context>handleSignal:
         0xbd23818 s Context>handleSignal:
         0xbd28448 s Context>handleSignal:
         0xbd2d078 s Context>handleSignal:
         0xbd31ca8 s Context>handleSignal:
         0xbd368d8 s Context>handleSignal:
         0xbd3b508 s Context>handleSignal:
         0xbd40138 s Context>handleSignal:
         0xbd44d68 s Context>handleSignal:
         0xbd49998 s Context>handleSignal:
         0xbd4e5c8 s Context>handleSignal:
         0xbd531f8 s Context>handleSignal:
         0xbd57e28 s Context>handleSignal:
         0xbd5ca58 s Context>handleSignal:
         0xbd61688 s Context>handleSignal:
         0xbd662b8 s Context>handleSignal:
         0xbd6aee8 s Context>handleSignal:
         0xbd6fb18 s Context>handleSignal:
         0xbd74748 s Context>handleSignal:
         0xbd79378 s Context>handleSignal:
         0xbd7dfa8 s Context>handleSignal:
         0xbd82bd8 s Context>handleSignal:
         0xbd87808 s Context>handleSignal:
         0xbd8c438 s Context>handleSignal:
         0xbd91068 s Context>handleSignal:
         0xbd95c98 s Context>handleSignal:
         0xbd9a8c8 s Context>handleSignal:
         0xbd9f4f8 s Context>handleSignal:
         0xbda4128 s Context>handleSignal:
         0xbda8d58 s Context>handleSignal:
         0xbdad988 s Context>handleSignal:
         0xbdb25b8 s Context>handleSignal:
         0xbdb71e8 s Context>handleSignal:
         0xbdbbe18 s Context>handleSignal:
         0xbdc0a48 s Context>handleSignal:
         0xbdc5678 s Context>handleSignal:
         0xbdca2a8 s Context>handleSignal:
         0xbdceed8 s Context>handleSignal:
         0xbdd3b08 s Context>handleSignal:
         0xbdd8738 s Context>handleSignal:
         0xbddd368 s Context>handleSignal:
         0xbde1f98 s Context>handleSignal:
         0xbde6bc8 s Context>handleSignal:
         0xbdeb7f8 s Context>handleSignal:
         0xbdf0428 s Context>handleSignal:
         0xbdf5058 s Context>handleSignal:
         0xbdf9c88 s Context>handleSignal:
         0xbdfe8b8 s Context>handleSignal:
         0xbe034e8 s Context>handleSignal:
         0xbe08118 s Context>handleSignal:
         0xbe0cd48 s Context>handleSignal:
         0xbe11978 s Context>handleSignal:
         0xbe165a8 s Context>handleSignal:
         0xbe1b1d8 s Context>handleSignal:
         0xbe1fe08 s Context>handleSignal:
         0xbe24a38 s Context>handleSignal:
         0xbe29668 s Context>handleSignal:
         0xbe2e298 s Context>handleSignal:
         0xbe32ec8 s Context>handleSignal:
         0xbe37af8 s Context>handleSignal:
         0xbe3c728 s Context>handleSignal:
         0xbe41358 s Context>handleSignal:
         0xbe45f88 s Context>handleSignal:
         0xbe4abb8 s Context>handleSignal:
         0xbe4f7e8 s Context>handleSignal:
         0xbe54418 s Context>handleSignal:
         0xbe59048 s Context>handleSignal:
         0xbe5dc78 s Context>handleSignal:
         0xbe628a8 s Context>handleSignal:
         0xbe674d8 s Context>handleSignal:
         0xbe6c108 s Context>handleSignal:
         0xbe70d38 s Context>handleSignal:
         0xbe75968 s Context>handleSignal:
         0xbe7a598 s Context>handleSignal:
         0xbe7f110 s Context>handleSignal:
         0xbe83bd0 s Context>handleSignal:
         0xbe885d8 s Context>handleSignal:
         0xbe8cf28 s Context>handleSignal:
         0xbe917c0 s Context>handleSignal:
         0xbe95fa0 s Context>handleSignal:
         0xbe9a6c8 s Context>handleSignal:
         0xbe9ed38 s Context>handleSignal:
         0xbea32f0 s Context>handleSignal:
         0xbea77f0 s Context>handleSignal:
         0xbeabc38 s Context>handleSignal:
         0xbeaffc8 s Context>handleSignal:
         0xbeb42a0 s Context>handleSignal:
         0xbeb84c0 s Context>handleSignal:
         0xbebc628 s Context>handleSignal:
         0xbec06d8 s Context>handleSignal:
         0xbec46d0 s Context>handleSignal:
         0xbec8610 s Context>handleSignal:
         0xbecc498 s Context>handleSignal:
         0xbed0268 s Context>handleSignal:
         0xbed3f80 s Context>handleSignal:
         0xbed7be0 s Context>handleSignal:
         0xbedb788 s Context>handleSignal:
         0xbedf278 s Context>handleSignal:
         0xbee2cb0 s Context>handleSignal:
         0xbee6630 s Context>handleSignal:
         0xbee9ef8 s Context>handleSignal:
         0xbeed708 s Context>handleSignal:
         0xbef0e60 s Context>handleSignal:
         0xbef4500 s Context>handleSignal:
         0xbef7ae8 s Context>handleSignal:
         0xbefb018 s Context>handleSignal:
         0xbefe490 s Context>handleSignal:
         0xbf01850 s Context>handleSignal:
         0xbf04b58 s Context>handleSignal:
         0xbf07da8 s Context>handleSignal:
         0xbf0af40 s Context>handleSignal:
         0xbf0e020 s Context>handleSignal:
         0xbf11048 s Context>handleSignal:
         0xbf13fb8 s Context>handleSignal:
         0xbf16e70 s Context>handleSignal:
         0xbf19c70 s Context>handleSignal:
         0xbf1c9b8 s Context>handleSignal:
         0xbf1f648 s Context>handleSignal:
         0xbf22220 s Context>handleSignal:
         0xbf24d40 s Context>handleSignal:
         0xbf277a8 s Context>handleSignal:
         0xbf2a158 s Context>handleSignal:
         0xbf2ca50 s Context>handleSignal:
         0xbf2f290 s Context>handleSignal:
         0xbf31a18 s Context>handleSignal:
         0xbf340e8 s Context>handleSignal:
         0xbf36700 s Context>handleSignal:
         0xbf38c60 s Context>handleSignal:
         0xbf3b108 s Context>handleSignal:
         0xbf3d4f8 s Context>handleSignal:
         0xbf3f830 s Context>handleSignal:
         0xbf41ab0 s Context>handleSignal:
         0xbf43c78 s Context>handleSignal:
         0xbf45d88 s Context>handleSignal:
         0xbf47de0 s Context>handleSignal:
         0xbf49d80 s Context>handleSignal:
         0xbf4bc68 s Context>handleSignal:
         0xbf4da98 s Context>handleSignal:
         0xbf4f810 s Context>handleSignal:
         0xbf514d0 s Context>handleSignal:
         0xbf530d8 s Context>handleSignal:
         0xbf54c28 s Context>handleSignal:
         0xbf566c0 s Context>handleSignal:
         0xbf580a0 s Context>handleSignal:
         0xbf599c8 s Context>handleSignal:
         0xbf5b238 s Context>handleSignal:
         0xbf5c9f0 s Context>handleSignal:
         0xbf5e0f0 s Context>handleSignal:
         0xbf5f738 s Context>handleSignal:
         0xbf60cc8 s Context>handleSignal:
         0xbf621a0 s Context>handleSignal:
         0xbf635c0 s Context>handleSignal:
         0xbf64928 s Context>handleSignal:
         0xbf65bd8 s Context>handleSignal:
         0xbf66dd0 s Context>handleSignal:
         0xbf67f10 s Context>handleSignal:
         0xbf68f98 s Context>handleSignal:
         0xbf69f68 s Context>handleSignal:
         0xbf6ae80 s Context>handleSignal:
         0xbf6bce0 s Context>handleSignal:
         0xbf6ca88 s Context>handleSignal:
         0xbf6d6c0 s Context>handleSignal:
         0xbf6e2f8 s Context>handleSignal:
         0xbf6ee78 s Context>handleSignal:
         0xbf6f940 s Context>handleSignal:
         0xbf70350 s Context>handleSignal:
         0xbf8ab98 s Halt(Exception)>signal
         0xbfa7f50 s Halt class(Exception class)>signal
         0xbfdaa88 s Halt class>now
         0xbfcbf20 s FullBlockClosure(Object)>halt
         0xbff5388 s FullBlockClosure>printOn:
         0xc018210 s Context>printOn:
         0xc0431c0 s Context>printDebugOn:
         0xc0434a0 s [] in Context>debugStack:on:
         0xc05cc40 s OrderedCollection>do:
         0xbfcbca8 s Context>debugStack:on:
         0xbff5138 s Context>shortDebugStackOn:
         0xc017fd8 s [] in SmalltalkImage>logError:inContext:
         0xc042ee0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf8a0d0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa7188 s SmalltalkImage>logStdErrorDuring:
         0xbfd9d80 s SmalltalkImage>logError:inContext:
         0xbffda70 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc021398 s FullBlockClosure(BlockClosure)>ensure:
         0xc04d7c8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062b20 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f3c8 s Halt(Exception)>unhandledErrorAction
         0xc08c638 s Halt(UnhandledException)>defaultAction
         0xc0ec178 s UndefinedObject>handleSignal:
         0xc0ec230 s Context>handleSignal:
         0xc0ec2e8 s Context>handleSignal:
         0xc0ec3a0 s Context>handleSignal:
         0xc0ec458 s Context>handleSignal:
         0xc0ec510 s Context>handleSignal:
         0xc0ec5c8 s Context>handleSignal:
         0xc0ec680 s Context>handleSignal:
         0xc0ec738 s Context>handleSignal:
         0xc0ec7f0 s Context>handleSignal:
         0xc0ec8a8 s Context>handleSignal:
         0xc107e30 s Context>handleSignal:
         0xc113550 s Context>handleSignal:
         0xc11e3f8 s Context>handleSignal:
         0xc128ce0 s Context>handleSignal:
         0xc133510 s Context>handleSignal:
         0xc13dd40 s Context>handleSignal:
         0xc148570 s Context>handleSignal:
         0xc152da0 s Context>handleSignal:
         0xc15d5d0 s Context>handleSignal:
         0xc167e00 s Context>handleSignal:
         0xc172630 s Context>handleSignal:
         0xc17ce60 s Context>handleSignal:
         0xc187690 s Context>handleSignal:
         0xc191ec0 s Context>handleSignal:
         0xc19c6f0 s Context>handleSignal:
         0xc1a6f20 s Context>handleSignal:
         0xc1b1750 s Context>handleSignal:
         0xc1bbf80 s Context>handleSignal:
         0xc1c67b0 s Context>handleSignal:
         0xc1d0fe0 s Context>handleSignal:
         0xc1db810 s Context>handleSignal:
         0xc1e6040 s Context>handleSignal:
         0xc1f0870 s Context>handleSignal:
         0xc1fb0a0 s Context>handleSignal:
         0xc2058d0 s Context>handleSignal:
         0xc210100 s Context>handleSignal:
         0xc21a930 s Context>handleSignal:
         0xc225160 s Context>handleSignal:
         0xc22f990 s Context>handleSignal:
         0xc23a1c0 s Context>handleSignal:
         0xc2449f0 s Context>handleSignal:
         0xc24f220 s Context>handleSignal:
         0xc259a50 s Context>handleSignal:
         0xb7db4e8 s Context>handleSignal:
         0xb7e5dd0 s Context>handleSignal:
         0xb7f06b8 s Context>handleSignal:
         0xb7fafa0 s Context>handleSignal:
         0xb805888 s Context>handleSignal:
         0xb810170 s Context>handleSignal:
         0xb81aa58 s Context>handleSignal:
         0xb825340 s Context>handleSignal:
         0xb82fc28 s Context>handleSignal:
         0xb83a510 s Context>handleSignal:
         0xb844df8 s Context>handleSignal:
         0xb84f6e0 s Context>handleSignal:
         0xb859fc8 s Context>handleSignal:
         0xb8648b0 s Context>handleSignal:
         0xb86f198 s Context>handleSignal:
         0xb879a80 s Context>handleSignal:
         0xb884368 s Context>handleSignal:
         0xb88ec50 s Context>handleSignal:
         0xb899538 s Context>handleSignal:
         0xb8a3e20 s Context>handleSignal:
         0xb8ae708 s Context>handleSignal:
         0xb8b8ff0 s Context>handleSignal:
         0xb8c38d8 s Context>handleSignal:
         0xb8ce1c0 s Context>handleSignal:
         0xb8d8aa8 s Context>handleSignal:
         0xb8e3390 s Context>handleSignal:
         0xb8edc78 s Context>handleSignal:
         0xb8f8560 s Context>handleSignal:
         0xb902e48 s Context>handleSignal:
         0xb90d730 s Context>handleSignal:
         0xb918018 s Context>handleSignal:
         0xb922900 s Context>handleSignal:
         0xb92d1e8 s Context>handleSignal:
         0xb937ad0 s Context>handleSignal:
         0xb9423b8 s Context>handleSignal:
         0xb94cca0 s Context>handleSignal:
         0xb957588 s Context>handleSignal:
         0xb961e70 s Context>handleSignal:
         0xb96c758 s Context>handleSignal:
         0xb977040 s Context>handleSignal:
         0xb981928 s Context>handleSignal:
         0xb98c210 s Context>handleSignal:
         0xb996af8 s Context>handleSignal:
         0xb9a13e0 s Context>handleSignal:
         0xb9abcc8 s Context>handleSignal:
         0xb9b65b0 s Context>handleSignal:
         0xb9c0e98 s Context>handleSignal:
         0xb9cb780 s Context>handleSignal:
         0xb9d6068 s Context>handleSignal:
         0xb9e0950 s Context>handleSignal:
         0xb9eb238 s Context>handleSignal:
         0xb9f5b20 s Context>handleSignal:
         0xba00408 s Context>handleSignal:
         0xba0acf0 s Context>handleSignal:
         0xba155d8 s Context>handleSignal:
         0xba1fec0 s Context>handleSignal:
         0xba2a7a8 s Context>handleSignal:
         0xba35090 s Context>handleSignal:
         0xba3f978 s Context>handleSignal:
         0xba468e0 s Context>handleSignal:
         0xba4ba18 s Context>handleSignal:
         0xba50a98 s Context>handleSignal:
         0xba55a60 s Context>handleSignal:
         0xba5aa28 s Context>handleSignal:
         0xba5f938 s Context>handleSignal:
         0xba64790 s Context>handleSignal:
         0xba69530 s Context>handleSignal:
         0xba6e2d0 s Context>handleSignal:
         0xba72fb8 s Context>handleSignal:
         0xba77ca0 s Context>handleSignal:
         0xba7c988 s Context>handleSignal:
         0xba81670 s Context>handleSignal:
         0xba86358 s Context>handleSignal:
         0xba8b040 s Context>handleSignal:
         0xba8fd28 s Context>handleSignal:
         0xba94a10 s Context>handleSignal:
         0xba996f8 s Context>handleSignal:
         0xba9e3e0 s Context>handleSignal:
         0xbaa30c8 s Context>handleSignal:
         0xbaa7db0 s Context>handleSignal:
         0xbaaca98 s Context>handleSignal:
         0xbab1780 s Context>handleSignal:
         0xbab6468 s Context>handleSignal:
         0xbabb150 s Context>handleSignal:
         0xbabfe38 s Context>handleSignal:
         0xbac4b20 s Context>handleSignal:
         0xbac9808 s Context>handleSignal:
         0xbace4f0 s Context>handleSignal:
         0xbad31d8 s Context>handleSignal:
         0xbad7ec0 s Context>handleSignal:
         0xbadcba8 s Context>handleSignal:
         0xbae1890 s Context>handleSignal:
         0xbae6578 s Context>handleSignal:
         0xbaeb260 s Context>handleSignal:
         0xbaeff48 s Context>handleSignal:
         0xbaf4c30 s Context>handleSignal:
         0xbaf9918 s Context>handleSignal:
         0xbafe600 s Context>handleSignal:
         0xbb032e8 s Context>handleSignal:
         0xbb07fd0 s Context>handleSignal:
         0xbb0ccb8 s Context>handleSignal:
         0xbb119a0 s Context>handleSignal:
         0xbb16688 s Context>handleSignal:
         0xbb1b370 s Context>handleSignal:
         0xbb20058 s Context>handleSignal:
         0xbb24d40 s Context>handleSignal:
         0xbb29a28 s Context>handleSignal:
         0xbb2e710 s Context>handleSignal:
         0xbb333f8 s Context>handleSignal:
         0xbb380e0 s Context>handleSignal:
         0xbb3cdc8 s Context>handleSignal:
         0xbb41ab0 s Context>handleSignal:
         0xbb46798 s Context>handleSignal:
         0xbb4b480 s Context>handleSignal:
         0xbb50168 s Context>handleSignal:
         0xbb54e50 s Context>handleSignal:
         0xbb59b38 s Context>handleSignal:
         0xbb5e820 s Context>handleSignal:
         0xbb63508 s Context>handleSignal:
         0xbb681f0 s Context>handleSignal:
         0xbb6ced8 s Context>handleSignal:
         0xbb71bc0 s Context>handleSignal:
         0xbb768a8 s Context>handleSignal:
         0xbb7b590 s Context>handleSignal:
         0xbb80278 s Context>handleSignal:
         0xbb84f60 s Context>handleSignal:
         0xbb89c48 s Context>handleSignal:
         0xbb8e930 s Context>handleSignal:
         0xbb93618 s Context>handleSignal:
         0xbb98300 s Context>handleSignal:
         0xbb9cf30 s Context>handleSignal:
         0xbba1b60 s Context>handleSignal:
         0xbba6790 s Context>handleSignal:
         0xbbab3c0 s Context>handleSignal:
         0xbbafff0 s Context>handleSignal:
         0xbbb4c20 s Context>handleSignal:
         0xbbb9850 s Context>handleSignal:
         0xbbbe480 s Context>handleSignal:
         0xbbc30b0 s Context>handleSignal:
         0xbbc7ce0 s Context>handleSignal:
         0xbbcc910 s Context>handleSignal:
         0xbbd1540 s Context>handleSignal:
         0xbbd6170 s Context>handleSignal:
         0xbbdada0 s Context>handleSignal:
         0xbbdf9d0 s Context>handleSignal:
         0xbbe4600 s Context>handleSignal:
         0xbbe9230 s Context>handleSignal:
         0xbbede60 s Context>handleSignal:
         0xbbf2a90 s Context>handleSignal:
         0xbbf76c0 s Context>handleSignal:
         0xbbfc2f0 s Context>handleSignal:
         0xbc00f20 s Context>handleSignal:
         0xbc05b50 s Context>handleSignal:
         0xbc0a780 s Context>handleSignal:
         0xbc0f3b0 s Context>handleSignal:
         0xbc13fe0 s Context>handleSignal:
         0xbc18c10 s Context>handleSignal:
         0xbc1d840 s Context>handleSignal:
         0xbc22470 s Context>handleSignal:
         0xbc270a0 s Context>handleSignal:
         0xbc2bcd0 s Context>handleSignal:
         0xbc30900 s Context>handleSignal:
         0xbc35530 s Context>handleSignal:
         0xbc3a160 s Context>handleSignal:
         0xbc3ed90 s Context>handleSignal:
         0xbc439c0 s Context>handleSignal:
         0xbc485f0 s Context>handleSignal:
         0xbc4d220 s Context>handleSignal:
         0xbc51e50 s Context>handleSignal:
         0xbc56b50 s Context>handleSignal:
         0xbc5b780 s Context>handleSignal:
         0xbc603b0 s Context>handleSignal:
         0xbc64fe0 s Context>handleSignal:
         0xbc69c10 s Context>handleSignal:
         0xbc6e840 s Context>handleSignal:
         0xbc73470 s Context>handleSignal:
         0xbc780a0 s Context>handleSignal:
         0xbc7ccd0 s Context>handleSignal:
         0xbc81900 s Context>handleSignal:
         0xbc86530 s Context>handleSignal:
         0xbc8b160 s Context>handleSignal:
         0xbc8fd90 s Context>handleSignal:
         0xbc949c0 s Context>handleSignal:
         0xbc995f0 s Context>handleSignal:
         0xbc9e220 s Context>handleSignal:
         0xbca2e50 s Context>handleSignal:
         0xbca7a80 s Context>handleSignal:
         0xbcac6b0 s Context>handleSignal:
         0xbcb12e0 s Context>handleSignal:
         0xbcb5f10 s Context>handleSignal:
         0xbcbab40 s Context>handleSignal:
         0xbcbf770 s Context>handleSignal:
         0xbcc43a0 s Context>handleSignal:
         0xbcc8fd0 s Context>handleSignal:
         0xbccdc00 s Context>handleSignal:
         0xbcd2830 s Context>handleSignal:
         0xbcd7460 s Context>handleSignal:
         0xbcdc090 s Context>handleSignal:
         0xbce0cc0 s Context>handleSignal:
         0xbce58f0 s Context>handleSignal:
         0xbcea520 s Context>handleSignal:
         0xbcef150 s Context>handleSignal:
         0xbcf3d80 s Context>handleSignal:
         0xbcf89b0 s Context>handleSignal:
         0xbcfd5e0 s Context>handleSignal:
         0xbd02210 s Context>handleSignal:
         0xbd06e40 s Context>handleSignal:
         0xbd0ba70 s Context>handleSignal:
         0xbd106a0 s Context>handleSignal:
         0xbd152d0 s Context>handleSignal:
         0xbd19f00 s Context>handleSignal:
         0xbd1eb30 s Context>handleSignal:
         0xbd23760 s Context>handleSignal:
         0xbd28390 s Context>handleSignal:
         0xbd2cfc0 s Context>handleSignal:
         0xbd31bf0 s Context>handleSignal:
         0xbd36820 s Context>handleSignal:
         0xbd3b450 s Context>handleSignal:
         0xbd40080 s Context>handleSignal:
         0xbd44cb0 s Context>handleSignal:
         0xbd498e0 s Context>handleSignal:
         0xbd4e510 s Context>handleSignal:
         0xbd53140 s Context>handleSignal:
         0xbd57d70 s Context>handleSignal:
         0xbd5c9a0 s Context>handleSignal:
         0xbd615d0 s Context>handleSignal:
         0xbd66200 s Context>handleSignal:
         0xbd6ae30 s Context>handleSignal:
         0xbd6fa60 s Context>handleSignal:
         0xbd74690 s Context>handleSignal:
         0xbd792c0 s Context>handleSignal:
         0xbd7def0 s Context>handleSignal:
         0xbd82b20 s Context>handleSignal:
         0xbd87750 s Context>handleSignal:
         0xbd8c380 s Context>handleSignal:
         0xbd90fb0 s Context>handleSignal:
         0xbd95be0 s Context>handleSignal:
         0xbd9a810 s Context>handleSignal:
         0xbd9f440 s Context>handleSignal:
         0xbda4070 s Context>handleSignal:
         0xbda8ca0 s Context>handleSignal:
         0xbdad8d0 s Context>handleSignal:
         0xbdb2500 s Context>handleSignal:
         0xbdb7130 s Context>handleSignal:
         0xbdbbd60 s Context>handleSignal:
         0xbdc0990 s Context>handleSignal:
         0xbdc55c0 s Context>handleSignal:
         0xbdca1f0 s Context>handleSignal:
         0xbdcee20 s Context>handleSignal:
         0xbdd3a50 s Context>handleSignal:
         0xbdd8680 s Context>handleSignal:
         0xbddd2b0 s Context>handleSignal:
         0xbde1ee0 s Context>handleSignal:
         0xbde6b10 s Context>handleSignal:
         0xbdeb740 s Context>handleSignal:
         0xbdf0370 s Context>handleSignal:
         0xbdf4fa0 s Context>handleSignal:
         0xbdf9bd0 s Context>handleSignal:
         0xbdfe800 s Context>handleSignal:
         0xbe03430 s Context>handleSignal:
         0xbe08060 s Context>handleSignal:
         0xbe0cc90 s Context>handleSignal:
         0xbe118c0 s Context>handleSignal:
         0xbe164f0 s Context>handleSignal:
         0xbe1b120 s Context>handleSignal:
         0xbe1fd50 s Context>handleSignal:
         0xbe24980 s Context>handleSignal:
         0xbe295b0 s Context>handleSignal:
         0xbe2e1e0 s Context>handleSignal:
         0xbe32e10 s Context>handleSignal:
         0xbe37a40 s Context>handleSignal:
         0xbe3c670 s Context>handleSignal:
         0xbe412a0 s Context>handleSignal:
         0xbe45ed0 s Context>handleSignal:
         0xbe4ab00 s Context>handleSignal:
         0xbe4f730 s Context>handleSignal:
         0xbe54360 s Context>handleSignal:
         0xbe58f90 s Context>handleSignal:
         0xbe5dbc0 s Context>handleSignal:
         0xbe627f0 s Context>handleSignal:
         0xbe67420 s Context>handleSignal:
         0xbe6c050 s Context>handleSignal:
         0xbe70c80 s Context>handleSignal:
         0xbe758b0 s Context>handleSignal:
         0xbe7a4e0 s Context>handleSignal:
         0xbe7f058 s Context>handleSignal:
         0xbe83b18 s Context>handleSignal:
         0xbe88520 s Context>handleSignal:
         0xbe8ce70 s Context>handleSignal:
         0xbe91708 s Context>handleSignal:
         0xbe95ee8 s Context>handleSignal:
         0xbe9a610 s Context>handleSignal:
         0xbe9ec80 s Context>handleSignal:
         0xbea3238 s Context>handleSignal:
         0xbea7738 s Context>handleSignal:
         0xbeabb80 s Context>handleSignal:
         0xbeaff10 s Context>handleSignal:
         0xbeb41e8 s Context>handleSignal:
         0xbeb8408 s Context>handleSignal:
         0xbebc570 s Context>handleSignal:
         0xbec0620 s Context>handleSignal:
         0xbec4618 s Context>handleSignal:
         0xbec8558 s Context>handleSignal:
         0xbecc3e0 s Context>handleSignal:
         0xbed01b0 s Context>handleSignal:
         0xbed3ec8 s Context>handleSignal:
         0xbed7b28 s Context>handleSignal:
         0xbedb6d0 s Context>handleSignal:
         0xbedf1c0 s Context>handleSignal:
         0xbee2bf8 s Context>handleSignal:
         0xbee6578 s Context>handleSignal:
         0xbee9e40 s Context>handleSignal:
         0xbeed650 s Context>handleSignal:
         0xbef0da8 s Context>handleSignal:
         0xbef4448 s Context>handleSignal:
         0xbef7a30 s Context>handleSignal:
         0xbefaf60 s Context>handleSignal:
         0xbefe3d8 s Context>handleSignal:
         0xbf01798 s Context>handleSignal:
         0xbf04aa0 s Context>handleSignal:
         0xbf07cf0 s Context>handleSignal:
         0xbf0ae88 s Context>handleSignal:
         0xbf0df68 s Context>handleSignal:
         0xbf10f90 s Context>handleSignal:
         0xbf13f00 s Context>handleSignal:
         0xbf16db8 s Context>handleSignal:
         0xbf19bb8 s Context>handleSignal:
         0xbf1c900 s Context>handleSignal:
         0xbf1f590 s Context>handleSignal:
         0xbf22168 s Context>handleSignal:
         0xbf24c88 s Context>handleSignal:
         0xbf276f0 s Context>handleSignal:
         0xbf2a0a0 s Context>handleSignal:
         0xbf2c998 s Context>handleSignal:
         0xbf2f1d8 s Context>handleSignal:
         0xbf31960 s Context>handleSignal:
         0xbf34030 s Context>handleSignal:
         0xbf36648 s Context>handleSignal:
         0xbf38ba8 s Context>handleSignal:
         0xbf3b050 s Context>handleSignal:
         0xbf3d440 s Context>handleSignal:
         0xbf3f778 s Context>handleSignal:
         0xbf419f8 s Context>handleSignal:
         0xbf43bc0 s Context>handleSignal:
         0xbf45cd0 s Context>handleSignal:
         0xbf47d28 s Context>handleSignal:
         0xbf49cc8 s Context>handleSignal:
         0xbf4bbb0 s Context>handleSignal:
         0xbf4d9e0 s Context>handleSignal:
         0xbf4f758 s Context>handleSignal:
         0xbf51418 s Context>handleSignal:
         0xbf53020 s Context>handleSignal:
         0xbf54b70 s Context>handleSignal:
         0xbf56608 s Context>handleSignal:
         0xbf57fe8 s Context>handleSignal:
         0xbf59910 s Context>handleSignal:
         0xbf5b180 s Context>handleSignal:
         0xbf5c938 s Context>handleSignal:
         0xbf5e038 s Context>handleSignal:
         0xbf5f680 s Context>handleSignal:
         0xbf60c10 s Context>handleSignal:
         0xbf620e8 s Context>handleSignal:
         0xbf63508 s Context>handleSignal:
         0xbf64870 s Context>handleSignal:
         0xbf65b20 s Context>handleSignal:
         0xbf66d18 s Context>handleSignal:
         0xbf67e58 s Context>handleSignal:
         0xbf68ee0 s Context>handleSignal:
         0xbf69eb0 s Context>handleSignal:
         0xbf6adc8 s Context>handleSignal:
         0xbf6bc28 s Context>handleSignal:
         0xbf6c9d0 s Context>handleSignal:
         0xbf6d608 s Context>handleSignal:
         0xbf6e240 s Context>handleSignal:
         0xbf6edc0 s Context>handleSignal:
         0xbf6f888 s Context>handleSignal:
         0xbf8aa28 s Halt(Exception)>signal
         0xbfa7d80 s Halt class(Exception class)>signal
         0xbfda8d0 s Halt class>now
         0xbfcbd60 s FullBlockClosure(Object)>halt
         0xbff51f0 s FullBlockClosure>printOn:
         0xc018090 s Context>printOn:
         0xc042f98 s Context>printDebugOn:
         0xc043278 s [] in Context>debugStack:on:
         0xc05cb88 s OrderedCollection>do:
         0xbfcbae8 s Context>debugStack:on:
         0xbff4fa0 s Context>shortDebugStackOn:
         0xc017e58 s [] in SmalltalkImage>logError:inContext:
         0xc042cb8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf89f60 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa6fb8 s SmalltalkImage>logStdErrorDuring:
         0xbfd9bc8 s SmalltalkImage>logError:inContext:
         0xbffd9a8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0212a8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04d6e8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062a68 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f310 s Halt(Exception)>unhandledErrorAction
         0xc08c580 s Halt(UnhandledException)>defaultAction
         0xc0eb990 s UndefinedObject>handleSignal:
         0xc0eba48 s Context>handleSignal:
         0xc0ebb00 s Context>handleSignal:
         0xc0ebbb8 s Context>handleSignal:
         0xc0ebc70 s Context>handleSignal:
         0xc0ebd28 s Context>handleSignal:
         0xc0ebde0 s Context>handleSignal:
         0xc0ebe98 s Context>handleSignal:
         0xc0ebf50 s Context>handleSignal:
         0xc0ec008 s Context>handleSignal:
         0xc0ec0c0 s Context>handleSignal:
         0xc107d78 s Context>handleSignal:
         0xc113498 s Context>handleSignal:
         0xc11e340 s Context>handleSignal:
         0xc128c28 s Context>handleSignal:
         0xc133458 s Context>handleSignal:
         0xc13dc88 s Context>handleSignal:
         0xc1484b8 s Context>handleSignal:
         0xc152ce8 s Context>handleSignal:
         0xc15d518 s Context>handleSignal:
         0xc167d48 s Context>handleSignal:
         0xc172578 s Context>handleSignal:
         0xc17cda8 s Context>handleSignal:
         0xc1875d8 s Context>handleSignal:
         0xc191e08 s Context>handleSignal:
         0xc19c638 s Context>handleSignal:
         0xc1a6e68 s Context>handleSignal:
         0xc1b1698 s Context>handleSignal:
         0xc1bbec8 s Context>handleSignal:
         0xc1c66f8 s Context>handleSignal:
         0xc1d0f28 s Context>handleSignal:
         0xc1db758 s Context>handleSignal:
         0xc1e5f88 s Context>handleSignal:
         0xc1f07b8 s Context>handleSignal:
         0xc1fafe8 s Context>handleSignal:
         0xc205818 s Context>handleSignal:
         0xc210048 s Context>handleSignal:
         0xc21a878 s Context>handleSignal:
         0xc2250a8 s Context>handleSignal:
         0xc22f8d8 s Context>handleSignal:
         0xc23a108 s Context>handleSignal:
         0xc244938 s Context>handleSignal:
         0xc24f168 s Context>handleSignal:
         0xc259998 s Context>handleSignal:
         0xb7db430 s Context>handleSignal:
         0xb7e5d18 s Context>handleSignal:
         0xb7f0600 s Context>handleSignal:
         0xb7faee8 s Context>handleSignal:
         0xb8057d0 s Context>handleSignal:
         0xb8100b8 s Context>handleSignal:
         0xb81a9a0 s Context>handleSignal:
         0xb825288 s Context>handleSignal:
         0xb82fb70 s Context>handleSignal:
         0xb83a458 s Context>handleSignal:
         0xb844d40 s Context>handleSignal:
         0xb84f628 s Context>handleSignal:
         0xb859f10 s Context>handleSignal:
         0xb8647f8 s Context>handleSignal:
         0xb86f0e0 s Context>handleSignal:
         0xb8799c8 s Context>handleSignal:
         0xb8842b0 s Context>handleSignal:
         0xb88eb98 s Context>handleSignal:
         0xb899480 s Context>handleSignal:
         0xb8a3d68 s Context>handleSignal:
         0xb8ae650 s Context>handleSignal:
         0xb8b8f38 s Context>handleSignal:
         0xb8c3820 s Context>handleSignal:
         0xb8ce108 s Context>handleSignal:
         0xb8d89f0 s Context>handleSignal:
         0xb8e32d8 s Context>handleSignal:
         0xb8edbc0 s Context>handleSignal:
         0xb8f84a8 s Context>handleSignal:
         0xb902d90 s Context>handleSignal:
         0xb90d678 s Context>handleSignal:
         0xb917f60 s Context>handleSignal:
         0xb922848 s Context>handleSignal:
         0xb92d130 s Context>handleSignal:
         0xb937a18 s Context>handleSignal:
         0xb942300 s Context>handleSignal:
         0xb94cbe8 s Context>handleSignal:
         0xb9574d0 s Context>handleSignal:
         0xb961db8 s Context>handleSignal:
         0xb96c6a0 s Context>handleSignal:
         0xb976f88 s Context>handleSignal:
         0xb981870 s Context>handleSignal:
         0xb98c158 s Context>handleSignal:
         0xb996a40 s Context>handleSignal:
         0xb9a1328 s Context>handleSignal:
         0xb9abc10 s Context>handleSignal:
         0xb9b64f8 s Context>handleSignal:
         0xb9c0de0 s Context>handleSignal:
         0xb9cb6c8 s Context>handleSignal:
         0xb9d5fb0 s Context>handleSignal:
         0xb9e0898 s Context>handleSignal:
         0xb9eb180 s Context>handleSignal:
         0xb9f5a68 s Context>handleSignal:
         0xba00350 s Context>handleSignal:
         0xba0ac38 s Context>handleSignal:
         0xba15520 s Context>handleSignal:
         0xba1fe08 s Context>handleSignal:
         0xba2a6f0 s Context>handleSignal:
         0xba34fd8 s Context>handleSignal:
         0xba3f8c0 s Context>handleSignal:
         0xba46828 s Context>handleSignal:
         0xba4b960 s Context>handleSignal:
         0xba509e0 s Context>handleSignal:
         0xba559a8 s Context>handleSignal:
         0xba5a970 s Context>handleSignal:
         0xba5f880 s Context>handleSignal:
         0xba646d8 s Context>handleSignal:
         0xba69478 s Context>handleSignal:
         0xba6e218 s Context>handleSignal:
         0xba72f00 s Context>handleSignal:
         0xba77be8 s Context>handleSignal:
         0xba7c8d0 s Context>handleSignal:
         0xba815b8 s Context>handleSignal:
         0xba862a0 s Context>handleSignal:
         0xba8af88 s Context>handleSignal:
         0xba8fc70 s Context>handleSignal:
         0xba94958 s Context>handleSignal:
         0xba99640 s Context>handleSignal:
         0xba9e328 s Context>handleSignal:
         0xbaa3010 s Context>handleSignal:
         0xbaa7cf8 s Context>handleSignal:
         0xbaac9e0 s Context>handleSignal:
         0xbab16c8 s Context>handleSignal:
         0xbab63b0 s Context>handleSignal:
         0xbabb098 s Context>handleSignal:
         0xbabfd80 s Context>handleSignal:
         0xbac4a68 s Context>handleSignal:
         0xbac9750 s Context>handleSignal:
         0xbace438 s Context>handleSignal:
         0xbad3120 s Context>handleSignal:
         0xbad7e08 s Context>handleSignal:
         0xbadcaf0 s Context>handleSignal:
         0xbae17d8 s Context>handleSignal:
         0xbae64c0 s Context>handleSignal:
         0xbaeb1a8 s Context>handleSignal:
         0xbaefe90 s Context>handleSignal:
         0xbaf4b78 s Context>handleSignal:
         0xbaf9860 s Context>handleSignal:
         0xbafe548 s Context>handleSignal:
         0xbb03230 s Context>handleSignal:
         0xbb07f18 s Context>handleSignal:
         0xbb0cc00 s Context>handleSignal:
         0xbb118e8 s Context>handleSignal:
         0xbb165d0 s Context>handleSignal:
         0xbb1b2b8 s Context>handleSignal:
         0xbb1ffa0 s Context>handleSignal:
         0xbb24c88 s Context>handleSignal:
         0xbb29970 s Context>handleSignal:
         0xbb2e658 s Context>handleSignal:
         0xbb33340 s Context>handleSignal:
         0xbb38028 s Context>handleSignal:
         0xbb3cd10 s Context>handleSignal:
         0xbb419f8 s Context>handleSignal:
         0xbb466e0 s Context>handleSignal:
         0xbb4b3c8 s Context>handleSignal:
         0xbb500b0 s Context>handleSignal:
         0xbb54d98 s Context>handleSignal:
         0xbb59a80 s Context>handleSignal:
         0xbb5e768 s Context>handleSignal:
         0xbb63450 s Context>handleSignal:
         0xbb68138 s Context>handleSignal:
         0xbb6ce20 s Context>handleSignal:
         0xbb71b08 s Context>handleSignal:
         0xbb767f0 s Context>handleSignal:
         0xbb7b4d8 s Context>handleSignal:
         0xbb801c0 s Context>handleSignal:
         0xbb84ea8 s Context>handleSignal:
         0xbb89b90 s Context>handleSignal:
         0xbb8e878 s Context>handleSignal:
         0xbb93560 s Context>handleSignal:
         0xbb98248 s Context>handleSignal:
         0xbb9ce78 s Context>handleSignal:
         0xbba1aa8 s Context>handleSignal:
         0xbba66d8 s Context>handleSignal:
         0xbbab308 s Context>handleSignal:
         0xbbaff38 s Context>handleSignal:
         0xbbb4b68 s Context>handleSignal:
         0xbbb9798 s Context>handleSignal:
         0xbbbe3c8 s Context>handleSignal:
         0xbbc2ff8 s Context>handleSignal:
         0xbbc7c28 s Context>handleSignal:
         0xbbcc858 s Context>handleSignal:
         0xbbd1488 s Context>handleSignal:
         0xbbd60b8 s Context>handleSignal:
         0xbbdace8 s Context>handleSignal:
         0xbbdf918 s Context>handleSignal:
         0xbbe4548 s Context>handleSignal:
         0xbbe9178 s Context>handleSignal:
         0xbbedda8 s Context>handleSignal:
         0xbbf29d8 s Context>handleSignal:
         0xbbf7608 s Context>handleSignal:
         0xbbfc238 s Context>handleSignal:
         0xbc00e68 s Context>handleSignal:
         0xbc05a98 s Context>handleSignal:
         0xbc0a6c8 s Context>handleSignal:
         0xbc0f2f8 s Context>handleSignal:
         0xbc13f28 s Context>handleSignal:
         0xbc18b58 s Context>handleSignal:
         0xbc1d788 s Context>handleSignal:
         0xbc223b8 s Context>handleSignal:
         0xbc26fe8 s Context>handleSignal:
         0xbc2bc18 s Context>handleSignal:
         0xbc30848 s Context>handleSignal:
         0xbc35478 s Context>handleSignal:
         0xbc3a0a8 s Context>handleSignal:
         0xbc3ecd8 s Context>handleSignal:
         0xbc43908 s Context>handleSignal:
         0xbc48538 s Context>handleSignal:
         0xbc4d168 s Context>handleSignal:
         0xbc51d98 s Context>handleSignal:
         0xbc56a98 s Context>handleSignal:
         0xbc5b6c8 s Context>handleSignal:
         0xbc602f8 s Context>handleSignal:
         0xbc64f28 s Context>handleSignal:
         0xbc69b58 s Context>handleSignal:
         0xbc6e788 s Context>handleSignal:
         0xbc733b8 s Context>handleSignal:
         0xbc77fe8 s Context>handleSignal:
         0xbc7cc18 s Context>handleSignal:
         0xbc81848 s Context>handleSignal:
         0xbc86478 s Context>handleSignal:
         0xbc8b0a8 s Context>handleSignal:
         0xbc8fcd8 s Context>handleSignal:
         0xbc94908 s Context>handleSignal:
         0xbc99538 s Context>handleSignal:
         0xbc9e168 s Context>handleSignal:
         0xbca2d98 s Context>handleSignal:
         0xbca79c8 s Context>handleSignal:
         0xbcac5f8 s Context>handleSignal:
         0xbcb1228 s Context>handleSignal:
         0xbcb5e58 s Context>handleSignal:
         0xbcbaa88 s Context>handleSignal:
         0xbcbf6b8 s Context>handleSignal:
         0xbcc42e8 s Context>handleSignal:
         0xbcc8f18 s Context>handleSignal:
         0xbccdb48 s Context>handleSignal:
         0xbcd2778 s Context>handleSignal:
         0xbcd73a8 s Context>handleSignal:
         0xbcdbfd8 s Context>handleSignal:
         0xbce0c08 s Context>handleSignal:
         0xbce5838 s Context>handleSignal:
         0xbcea468 s Context>handleSignal:
         0xbcef098 s Context>handleSignal:
         0xbcf3cc8 s Context>handleSignal:
         0xbcf88f8 s Context>handleSignal:
         0xbcfd528 s Context>handleSignal:
         0xbd02158 s Context>handleSignal:
         0xbd06d88 s Context>handleSignal:
         0xbd0b9b8 s Context>handleSignal:
         0xbd105e8 s Context>handleSignal:
         0xbd15218 s Context>handleSignal:
         0xbd19e48 s Context>handleSignal:
         0xbd1ea78 s Context>handleSignal:
         0xbd236a8 s Context>handleSignal:
         0xbd282d8 s Context>handleSignal:
         0xbd2cf08 s Context>handleSignal:
         0xbd31b38 s Context>handleSignal:
         0xbd36768 s Context>handleSignal:
         0xbd3b398 s Context>handleSignal:
         0xbd3ffc8 s Context>handleSignal:
         0xbd44bf8 s Context>handleSignal:
         0xbd49828 s Context>handleSignal:
         0xbd4e458 s Context>handleSignal:
         0xbd53088 s Context>handleSignal:
         0xbd57cb8 s Context>handleSignal:
         0xbd5c8e8 s Context>handleSignal:
         0xbd61518 s Context>handleSignal:
         0xbd66148 s Context>handleSignal:
         0xbd6ad78 s Context>handleSignal:
         0xbd6f9a8 s Context>handleSignal:
         0xbd745d8 s Context>handleSignal:
         0xbd79208 s Context>handleSignal:
         0xbd7de38 s Context>handleSignal:
         0xbd82a68 s Context>handleSignal:
         0xbd87698 s Context>handleSignal:
         0xbd8c2c8 s Context>handleSignal:
         0xbd90ef8 s Context>handleSignal:
         0xbd95b28 s Context>handleSignal:
         0xbd9a758 s Context>handleSignal:
         0xbd9f388 s Context>handleSignal:
         0xbda3fb8 s Context>handleSignal:
         0xbda8be8 s Context>handleSignal:
         0xbdad818 s Context>handleSignal:
         0xbdb2448 s Context>handleSignal:
         0xbdb7078 s Context>handleSignal:
         0xbdbbca8 s Context>handleSignal:
         0xbdc08d8 s Context>handleSignal:
         0xbdc5508 s Context>handleSignal:
         0xbdca138 s Context>handleSignal:
         0xbdced68 s Context>handleSignal:
         0xbdd3998 s Context>handleSignal:
         0xbdd85c8 s Context>handleSignal:
         0xbddd1f8 s Context>handleSignal:
         0xbde1e28 s Context>handleSignal:
         0xbde6a58 s Context>handleSignal:
         0xbdeb688 s Context>handleSignal:
         0xbdf02b8 s Context>handleSignal:
         0xbdf4ee8 s Context>handleSignal:
         0xbdf9b18 s Context>handleSignal:
         0xbdfe748 s Context>handleSignal:
         0xbe03378 s Context>handleSignal:
         0xbe07fa8 s Context>handleSignal:
         0xbe0cbd8 s Context>handleSignal:
         0xbe11808 s Context>handleSignal:
         0xbe16438 s Context>handleSignal:
         0xbe1b068 s Context>handleSignal:
         0xbe1fc98 s Context>handleSignal:
         0xbe248c8 s Context>handleSignal:
         0xbe294f8 s Context>handleSignal:
         0xbe2e128 s Context>handleSignal:
         0xbe32d58 s Context>handleSignal:
         0xbe37988 s Context>handleSignal:
         0xbe3c5b8 s Context>handleSignal:
         0xbe411e8 s Context>handleSignal:
         0xbe45e18 s Context>handleSignal:
         0xbe4aa48 s Context>handleSignal:
         0xbe4f678 s Context>handleSignal:
         0xbe542a8 s Context>handleSignal:
         0xbe58ed8 s Context>handleSignal:
         0xbe5db08 s Context>handleSignal:
         0xbe62738 s Context>handleSignal:
         0xbe67368 s Context>handleSignal:
         0xbe6bf98 s Context>handleSignal:
         0xbe70bc8 s Context>handleSignal:
         0xbe757f8 s Context>handleSignal:
         0xbe7a428 s Context>handleSignal:
         0xbe7efa0 s Context>handleSignal:
         0xbe83a60 s Context>handleSignal:
         0xbe88468 s Context>handleSignal:
         0xbe8cdb8 s Context>handleSignal:
         0xbe91650 s Context>handleSignal:
         0xbe95e30 s Context>handleSignal:
         0xbe9a558 s Context>handleSignal:
         0xbe9ebc8 s Context>handleSignal:
         0xbea3180 s Context>handleSignal:
         0xbea7680 s Context>handleSignal:
         0xbeabac8 s Context>handleSignal:
         0xbeafe58 s Context>handleSignal:
         0xbeb4130 s Context>handleSignal:
         0xbeb8350 s Context>handleSignal:
         0xbebc4b8 s Context>handleSignal:
         0xbec0568 s Context>handleSignal:
         0xbec4560 s Context>handleSignal:
         0xbec84a0 s Context>handleSignal:
         0xbecc328 s Context>handleSignal:
         0xbed00f8 s Context>handleSignal:
         0xbed3e10 s Context>handleSignal:
         0xbed7a70 s Context>handleSignal:
         0xbedb618 s Context>handleSignal:
         0xbedf108 s Context>handleSignal:
         0xbee2b40 s Context>handleSignal:
         0xbee64c0 s Context>handleSignal:
         0xbee9d88 s Context>handleSignal:
         0xbeed598 s Context>handleSignal:
         0xbef0cf0 s Context>handleSignal:
         0xbef4390 s Context>handleSignal:
         0xbef7978 s Context>handleSignal:
         0xbefaea8 s Context>handleSignal:
         0xbefe320 s Context>handleSignal:
         0xbf016e0 s Context>handleSignal:
         0xbf049e8 s Context>handleSignal:
         0xbf07c38 s Context>handleSignal:
         0xbf0add0 s Context>handleSignal:
         0xbf0deb0 s Context>handleSignal:
         0xbf10ed8 s Context>handleSignal:
         0xbf13e48 s Context>handleSignal:
         0xbf16d00 s Context>handleSignal:
         0xbf19b00 s Context>handleSignal:
         0xbf1c848 s Context>handleSignal:
         0xbf1f4d8 s Context>handleSignal:
         0xbf220b0 s Context>handleSignal:
         0xbf24bd0 s Context>handleSignal:
         0xbf27638 s Context>handleSignal:
         0xbf29fe8 s Context>handleSignal:
         0xbf2c8e0 s Context>handleSignal:
         0xbf2f120 s Context>handleSignal:
         0xbf318a8 s Context>handleSignal:
         0xbf33f78 s Context>handleSignal:
         0xbf36590 s Context>handleSignal:
         0xbf38af0 s Context>handleSignal:
         0xbf3af98 s Context>handleSignal:
         0xbf3d388 s Context>handleSignal:
         0xbf3f6c0 s Context>handleSignal:
         0xbf41940 s Context>handleSignal:
         0xbf43b08 s Context>handleSignal:
         0xbf45c18 s Context>handleSignal:
         0xbf47c70 s Context>handleSignal:
         0xbf49c10 s Context>handleSignal:
         0xbf4baf8 s Context>handleSignal:
         0xbf4d928 s Context>handleSignal:
         0xbf4f6a0 s Context>handleSignal:
         0xbf51360 s Context>handleSignal:
         0xbf52f68 s Context>handleSignal:
         0xbf54ab8 s Context>handleSignal:
         0xbf56550 s Context>handleSignal:
         0xbf57f30 s Context>handleSignal:
         0xbf59858 s Context>handleSignal:
         0xbf5b0c8 s Context>handleSignal:
         0xbf5c880 s Context>handleSignal:
         0xbf5df80 s Context>handleSignal:
         0xbf5f5c8 s Context>handleSignal:
         0xbf60b58 s Context>handleSignal:
         0xbf62030 s Context>handleSignal:
         0xbf63450 s Context>handleSignal:
         0xbf647b8 s Context>handleSignal:
         0xbf65a68 s Context>handleSignal:
         0xbf66c60 s Context>handleSignal:
         0xbf67da0 s Context>handleSignal:
         0xbf68e28 s Context>handleSignal:
         0xbf69df8 s Context>handleSignal:
         0xbf6ad10 s Context>handleSignal:
         0xbf6bb70 s Context>handleSignal:
         0xbf6c918 s Context>handleSignal:
         0xbf6d550 s Context>handleSignal:
         0xbf6e188 s Context>handleSignal:
         0xbf6ed08 s Context>handleSignal:
         0xbf8a8b8 s Halt(Exception)>signal
         0xbfa7bb0 s Halt class(Exception class)>signal
         0xbfda718 s Halt class>now
         0xbfcbba0 s FullBlockClosure(Object)>halt
         0xbff5058 s FullBlockClosure>printOn:
         0xc017f10 s Context>printOn:
         0xc042d70 s Context>printDebugOn:
         0xc043050 s [] in Context>debugStack:on:
         0xc05cad0 s OrderedCollection>do:
         0xbfcb928 s Context>debugStack:on:
         0xbff4e08 s Context>shortDebugStackOn:
         0xc017cd8 s [] in SmalltalkImage>logError:inContext:
         0xc042a90 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf89df0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa6de8 s SmalltalkImage>logStdErrorDuring:
         0xbfd9a10 s SmalltalkImage>logError:inContext:
         0xbffd8e0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0211b8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04d608 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0629b0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f258 s Halt(Exception)>unhandledErrorAction
         0xc08c4c8 s Halt(UnhandledException)>defaultAction
         0xc0eb1a8 s UndefinedObject>handleSignal:
         0xc0eb260 s Context>handleSignal:
         0xc0eb318 s Context>handleSignal:
         0xc0eb3d0 s Context>handleSignal:
         0xc0eb488 s Context>handleSignal:
         0xc0eb540 s Context>handleSignal:
         0xc0eb5f8 s Context>handleSignal:
         0xc0eb6b0 s Context>handleSignal:
         0xc0eb768 s Context>handleSignal:
         0xc0eb820 s Context>handleSignal:
         0xc0eb8d8 s Context>handleSignal:
         0xc107cc0 s Context>handleSignal:
         0xc1133e0 s Context>handleSignal:
         0xc11e288 s Context>handleSignal:
         0xc128b70 s Context>handleSignal:
         0xc1333a0 s Context>handleSignal:
         0xc13dbd0 s Context>handleSignal:
         0xc148400 s Context>handleSignal:
         0xc152c30 s Context>handleSignal:
         0xc15d460 s Context>handleSignal:
         0xc167c90 s Context>handleSignal:
         0xc1724c0 s Context>handleSignal:
         0xc17ccf0 s Context>handleSignal:
         0xc187520 s Context>handleSignal:
         0xc191d50 s Context>handleSignal:
         0xc19c580 s Context>handleSignal:
         0xc1a6db0 s Context>handleSignal:
         0xc1b15e0 s Context>handleSignal:
         0xc1bbe10 s Context>handleSignal:
         0xc1c6640 s Context>handleSignal:
         0xc1d0e70 s Context>handleSignal:
         0xc1db6a0 s Context>handleSignal:
         0xc1e5ed0 s Context>handleSignal:
         0xc1f0700 s Context>handleSignal:
         0xc1faf30 s Context>handleSignal:
         0xc205760 s Context>handleSignal:
         0xc20ff90 s Context>handleSignal:
         0xc21a7c0 s Context>handleSignal:
         0xc224ff0 s Context>handleSignal:
         0xc22f820 s Context>handleSignal:
         0xc23a050 s Context>handleSignal:
         0xc244880 s Context>handleSignal:
         0xc24f0b0 s Context>handleSignal:
         0xc2598e0 s Context>handleSignal:
         0xb7db2c0 s Context>handleSignal:
         0xb7e5ba8 s Context>handleSignal:
         0xb7f0490 s Context>handleSignal:
         0xb7fad78 s Context>handleSignal:
         0xb805660 s Context>handleSignal:
         0xb80ff48 s Context>handleSignal:
         0xb81a830 s Context>handleSignal:
         0xb825118 s Context>handleSignal:
         0xb82fa00 s Context>handleSignal:
         0xb83a2e8 s Context>handleSignal:
         0xb844bd0 s Context>handleSignal:
         0xb84f4b8 s Context>handleSignal:
         0xb859da0 s Context>handleSignal:
         0xb864688 s Context>handleSignal:
         0xb86ef70 s Context>handleSignal:
         0xb879858 s Context>handleSignal:
         0xb884140 s Context>handleSignal:
         0xb88ea28 s Context>handleSignal:
         0xb899310 s Context>handleSignal:
         0xb8a3bf8 s Context>handleSignal:
         0xb8ae4e0 s Context>handleSignal:
         0xb8b8dc8 s Context>handleSignal:
         0xb8c36b0 s Context>handleSignal:
         0xb8cdf98 s Context>handleSignal:
         0xb8d8880 s Context>handleSignal:
         0xb8e3168 s Context>handleSignal:
         0xb8eda50 s Context>handleSignal:
         0xb8f8338 s Context>handleSignal:
         0xb902c20 s Context>handleSignal:
         0xb90d508 s Context>handleSignal:
         0xb917df0 s Context>handleSignal:
         0xb9226d8 s Context>handleSignal:
         0xb92cfc0 s Context>handleSignal:
         0xb9378a8 s Context>handleSignal:
         0xb942190 s Context>handleSignal:
         0xb94ca78 s Context>handleSignal:
         0xb957360 s Context>handleSignal:
         0xb961c48 s Context>handleSignal:
         0xb96c530 s Context>handleSignal:
         0xb976e18 s Context>handleSignal:
         0xb981700 s Context>handleSignal:
         0xb98bfe8 s Context>handleSignal:
         0xb9968d0 s Context>handleSignal:
         0xb9a11b8 s Context>handleSignal:
         0xb9abaa0 s Context>handleSignal:
         0xb9b6388 s Context>handleSignal:
         0xb9c0c70 s Context>handleSignal:
         0xb9cb558 s Context>handleSignal:
         0xb9d5e40 s Context>handleSignal:
         0xb9e0728 s Context>handleSignal:
         0xb9eb010 s Context>handleSignal:
         0xb9f58f8 s Context>handleSignal:
         0xba001e0 s Context>handleSignal:
         0xba0aac8 s Context>handleSignal:
         0xba153b0 s Context>handleSignal:
         0xba1fc98 s Context>handleSignal:
         0xba2a580 s Context>handleSignal:
         0xba34e68 s Context>handleSignal:
         0xba3f750 s Context>handleSignal:
         0xba466b8 s Context>handleSignal:
         0xba4b7f0 s Context>handleSignal:
         0xba50870 s Context>handleSignal:
         0xba55838 s Context>handleSignal:
         0xba5a800 s Context>handleSignal:
         0xba5f710 s Context>handleSignal:
         0xba64568 s Context>handleSignal:
         0xba69308 s Context>handleSignal:
         0xba6e0a8 s Context>handleSignal:
         0xba72d90 s Context>handleSignal:
         0xba77a78 s Context>handleSignal:
         0xba7c760 s Context>handleSignal:
         0xba81448 s Context>handleSignal:
         0xba86130 s Context>handleSignal:
         0xba8ae18 s Context>handleSignal:
         0xba8fb00 s Context>handleSignal:
         0xba947e8 s Context>handleSignal:
         0xba994d0 s Context>handleSignal:
         0xba9e1b8 s Context>handleSignal:
         0xbaa2ea0 s Context>handleSignal:
         0xbaa7b88 s Context>handleSignal:
         0xbaac870 s Context>handleSignal:
         0xbab1558 s Context>handleSignal:
         0xbab6240 s Context>handleSignal:
         0xbabaf28 s Context>handleSignal:
         0xbabfc10 s Context>handleSignal:
         0xbac48f8 s Context>handleSignal:
         0xbac95e0 s Context>handleSignal:
         0xbace2c8 s Context>handleSignal:
         0xbad2fb0 s Context>handleSignal:
         0xbad7c98 s Context>handleSignal:
         0xbadc980 s Context>handleSignal:
         0xbae1668 s Context>handleSignal:
         0xbae6350 s Context>handleSignal:
         0xbaeb038 s Context>handleSignal:
         0xbaefd20 s Context>handleSignal:
         0xbaf4a08 s Context>handleSignal:
         0xbaf96f0 s Context>handleSignal:
         0xbafe3d8 s Context>handleSignal:
         0xbb030c0 s Context>handleSignal:
         0xbb07da8 s Context>handleSignal:
         0xbb0ca90 s Context>handleSignal:
         0xbb11778 s Context>handleSignal:
         0xbb16460 s Context>handleSignal:
         0xbb1b148 s Context>handleSignal:
         0xbb1fe30 s Context>handleSignal:
         0xbb24b18 s Context>handleSignal:
         0xbb29800 s Context>handleSignal:
         0xbb2e4e8 s Context>handleSignal:
         0xbb331d0 s Context>handleSignal:
         0xbb37eb8 s Context>handleSignal:
         0xbb3cba0 s Context>handleSignal:
         0xbb41888 s Context>handleSignal:
         0xbb46570 s Context>handleSignal:
         0xbb4b258 s Context>handleSignal:
         0xbb4ff40 s Context>handleSignal:
         0xbb54c28 s Context>handleSignal:
         0xbb59910 s Context>handleSignal:
         0xbb5e5f8 s Context>handleSignal:
         0xbb632e0 s Context>handleSignal:
         0xbb67fc8 s Context>handleSignal:
         0xbb6ccb0 s Context>handleSignal:
         0xbb71998 s Context>handleSignal:
         0xbb76680 s Context>handleSignal:
         0xbb7b368 s Context>handleSignal:
         0xbb80050 s Context>handleSignal:
         0xbb84d38 s Context>handleSignal:
         0xbb89a20 s Context>handleSignal:
         0xbb8e708 s Context>handleSignal:
         0xbb933f0 s Context>handleSignal:
         0xbb980d8 s Context>handleSignal:
         0xbb9cd08 s Context>handleSignal:
         0xbba1938 s Context>handleSignal:
         0xbba6568 s Context>handleSignal:
         0xbbab198 s Context>handleSignal:
         0xbbafdc8 s Context>handleSignal:
         0xbbb49f8 s Context>handleSignal:
         0xbbb9628 s Context>handleSignal:
         0xbbbe258 s Context>handleSignal:
         0xbbc2e88 s Context>handleSignal:
         0xbbc7ab8 s Context>handleSignal:
         0xbbcc6e8 s Context>handleSignal:
         0xbbd1318 s Context>handleSignal:
         0xbbd5f48 s Context>handleSignal:
         0xbbdab78 s Context>handleSignal:
         0xbbdf7a8 s Context>handleSignal:
         0xbbe43d8 s Context>handleSignal:
         0xbbe9008 s Context>handleSignal:
         0xbbedc38 s Context>handleSignal:
         0xbbf2868 s Context>handleSignal:
         0xbbf7498 s Context>handleSignal:
         0xbbfc0c8 s Context>handleSignal:
         0xbc00cf8 s Context>handleSignal:
         0xbc05928 s Context>handleSignal:
         0xbc0a558 s Context>handleSignal:
         0xbc0f188 s Context>handleSignal:
         0xbc13db8 s Context>handleSignal:
         0xbc189e8 s Context>handleSignal:
         0xbc1d618 s Context>handleSignal:
         0xbc22248 s Context>handleSignal:
         0xbc26e78 s Context>handleSignal:
         0xbc2baa8 s Context>handleSignal:
         0xbc306d8 s Context>handleSignal:
         0xbc35308 s Context>handleSignal:
         0xbc39f38 s Context>handleSignal:
         0xbc3eb68 s Context>handleSignal:
         0xbc43798 s Context>handleSignal:
         0xbc483c8 s Context>handleSignal:
         0xbc4cff8 s Context>handleSignal:
         0xbc51c28 s Context>handleSignal:
         0xbc56928 s Context>handleSignal:
         0xbc5b558 s Context>handleSignal:
         0xbc60188 s Context>handleSignal:
         0xbc64db8 s Context>handleSignal:
         0xbc699e8 s Context>handleSignal:
         0xbc6e618 s Context>handleSignal:
         0xbc73248 s Context>handleSignal:
         0xbc77e78 s Context>handleSignal:
         0xbc7caa8 s Context>handleSignal:
         0xbc816d8 s Context>handleSignal:
         0xbc86308 s Context>handleSignal:
         0xbc8af38 s Context>handleSignal:
         0xbc8fb68 s Context>handleSignal:
         0xbc94798 s Context>handleSignal:
         0xbc993c8 s Context>handleSignal:
         0xbc9dff8 s Context>handleSignal:
         0xbca2c28 s Context>handleSignal:
         0xbca7858 s Context>handleSignal:
         0xbcac488 s Context>handleSignal:
         0xbcb10b8 s Context>handleSignal:
         0xbcb5ce8 s Context>handleSignal:
         0xbcba918 s Context>handleSignal:
         0xbcbf548 s Context>handleSignal:
         0xbcc4178 s Context>handleSignal:
         0xbcc8da8 s Context>handleSignal:
         0xbccd9d8 s Context>handleSignal:
         0xbcd2608 s Context>handleSignal:
         0xbcd7238 s Context>handleSignal:
         0xbcdbe68 s Context>handleSignal:
         0xbce0a98 s Context>handleSignal:
         0xbce56c8 s Context>handleSignal:
         0xbcea2f8 s Context>handleSignal:
         0xbceef28 s Context>handleSignal:
         0xbcf3b58 s Context>handleSignal:
         0xbcf8788 s Context>handleSignal:
         0xbcfd3b8 s Context>handleSignal:
         0xbd01fe8 s Context>handleSignal:
         0xbd06c18 s Context>handleSignal:
         0xbd0b848 s Context>handleSignal:
         0xbd10478 s Context>handleSignal:
         0xbd150a8 s Context>handleSignal:
         0xbd19cd8 s Context>handleSignal:
         0xbd1e908 s Context>handleSignal:
         0xbd23538 s Context>handleSignal:
         0xbd28168 s Context>handleSignal:
         0xbd2cd98 s Context>handleSignal:
         0xbd319c8 s Context>handleSignal:
         0xbd365f8 s Context>handleSignal:
         0xbd3b228 s Context>handleSignal:
         0xbd3fe58 s Context>handleSignal:
         0xbd44a88 s Context>handleSignal:
         0xbd496b8 s Context>handleSignal:
         0xbd4e2e8 s Context>handleSignal:
         0xbd52f18 s Context>handleSignal:
         0xbd57b48 s Context>handleSignal:
         0xbd5c778 s Context>handleSignal:
         0xbd613a8 s Context>handleSignal:
         0xbd65fd8 s Context>handleSignal:
         0xbd6ac08 s Context>handleSignal:
         0xbd6f838 s Context>handleSignal:
         0xbd74468 s Context>handleSignal:
         0xbd79098 s Context>handleSignal:
         0xbd7dcc8 s Context>handleSignal:
         0xbd828f8 s Context>handleSignal:
         0xbd87528 s Context>handleSignal:
         0xbd8c158 s Context>handleSignal:
         0xbd90d88 s Context>handleSignal:
         0xbd959b8 s Context>handleSignal:
         0xbd9a5e8 s Context>handleSignal:
         0xbd9f218 s Context>handleSignal:
         0xbda3e48 s Context>handleSignal:
         0xbda8a78 s Context>handleSignal:
         0xbdad6a8 s Context>handleSignal:
         0xbdb22d8 s Context>handleSignal:
         0xbdb6f08 s Context>handleSignal:
         0xbdbbb38 s Context>handleSignal:
         0xbdc0768 s Context>handleSignal:
         0xbdc5398 s Context>handleSignal:
         0xbdc9fc8 s Context>handleSignal:
         0xbdcebf8 s Context>handleSignal:
         0xbdd3828 s Context>handleSignal:
         0xbdd8458 s Context>handleSignal:
         0xbddd088 s Context>handleSignal:
         0xbde1cb8 s Context>handleSignal:
         0xbde68e8 s Context>handleSignal:
         0xbdeb518 s Context>handleSignal:
         0xbdf0148 s Context>handleSignal:
         0xbdf4d78 s Context>handleSignal:
         0xbdf99a8 s Context>handleSignal:
         0xbdfe5d8 s Context>handleSignal:
         0xbe03208 s Context>handleSignal:
         0xbe07e38 s Context>handleSignal:
         0xbe0ca68 s Context>handleSignal:
         0xbe11698 s Context>handleSignal:
         0xbe162c8 s Context>handleSignal:
         0xbe1aef8 s Context>handleSignal:
         0xbe1fb28 s Context>handleSignal:
         0xbe24758 s Context>handleSignal:
         0xbe29388 s Context>handleSignal:
         0xbe2dfb8 s Context>handleSignal:
         0xbe32be8 s Context>handleSignal:
         0xbe37818 s Context>handleSignal:
         0xbe3c448 s Context>handleSignal:
         0xbe41078 s Context>handleSignal:
         0xbe45ca8 s Context>handleSignal:
         0xbe4a8d8 s Context>handleSignal:
         0xbe4f508 s Context>handleSignal:
         0xbe54138 s Context>handleSignal:
         0xbe58d68 s Context>handleSignal:
         0xbe5d998 s Context>handleSignal:
         0xbe625c8 s Context>handleSignal:
         0xbe671f8 s Context>handleSignal:
         0xbe6be28 s Context>handleSignal:
         0xbe70a58 s Context>handleSignal:
         0xbe75688 s Context>handleSignal:
         0xbe7a2b8 s Context>handleSignal:
         0xbe7ee30 s Context>handleSignal:
         0xbe838f0 s Context>handleSignal:
         0xbe882f8 s Context>handleSignal:
         0xbe8cc48 s Context>handleSignal:
         0xbe914e0 s Context>handleSignal:
         0xbe95cc0 s Context>handleSignal:
         0xbe9a3e8 s Context>handleSignal:
         0xbe9ea58 s Context>handleSignal:
         0xbea3010 s Context>handleSignal:
         0xbea7510 s Context>handleSignal:
         0xbeab958 s Context>handleSignal:
         0xbeafce8 s Context>handleSignal:
         0xbeb3fc0 s Context>handleSignal:
         0xbeb81e0 s Context>handleSignal:
         0xbebc348 s Context>handleSignal:
         0xbec03f8 s Context>handleSignal:
         0xbec43f0 s Context>handleSignal:
         0xbec8330 s Context>handleSignal:
         0xbecc1b8 s Context>handleSignal:
         0xbecff88 s Context>handleSignal:
         0xbed3ca0 s Context>handleSignal:
         0xbed7900 s Context>handleSignal:
         0xbedb4a8 s Context>handleSignal:
         0xbedef98 s Context>handleSignal:
         0xbee29d0 s Context>handleSignal:
         0xbee6350 s Context>handleSignal:
         0xbee9c18 s Context>handleSignal:
         0xbeed428 s Context>handleSignal:
         0xbef0b80 s Context>handleSignal:
         0xbef4220 s Context>handleSignal:
         0xbef7808 s Context>handleSignal:
         0xbefad38 s Context>handleSignal:
         0xbefe1b0 s Context>handleSignal:
         0xbf01570 s Context>handleSignal:
         0xbf04878 s Context>handleSignal:
         0xbf07ac8 s Context>handleSignal:
         0xbf0ac60 s Context>handleSignal:
         0xbf0dd40 s Context>handleSignal:
         0xbf10d68 s Context>handleSignal:
         0xbf13cd8 s Context>handleSignal:
         0xbf16b90 s Context>handleSignal:
         0xbf19990 s Context>handleSignal:
         0xbf1c6d8 s Context>handleSignal:
         0xbf1f368 s Context>handleSignal:
         0xbf21f40 s Context>handleSignal:
         0xbf24a60 s Context>handleSignal:
         0xbf274c8 s Context>handleSignal:
         0xbf29e78 s Context>handleSignal:
         0xbf2c770 s Context>handleSignal:
         0xbf2efb0 s Context>handleSignal:
         0xbf31738 s Context>handleSignal:
         0xbf33e08 s Context>handleSignal:
         0xbf36420 s Context>handleSignal:
         0xbf38980 s Context>handleSignal:
         0xbf3ae28 s Context>handleSignal:
         0xbf3d218 s Context>handleSignal:
         0xbf3f550 s Context>handleSignal:
         0xbf417d0 s Context>handleSignal:
         0xbf43998 s Context>handleSignal:
         0xbf45aa8 s Context>handleSignal:
         0xbf47b00 s Context>handleSignal:
         0xbf49aa0 s Context>handleSignal:
         0xbf4b988 s Context>handleSignal:
         0xbf4d7b8 s Context>handleSignal:
         0xbf4f530 s Context>handleSignal:
         0xbf511f0 s Context>handleSignal:
         0xbf52df8 s Context>handleSignal:
         0xbf54948 s Context>handleSignal:
         0xbf563e0 s Context>handleSignal:
         0xbf57dc0 s Context>handleSignal:
         0xbf596e8 s Context>handleSignal:
         0xbf5af58 s Context>handleSignal:
         0xbf5c710 s Context>handleSignal:
         0xbf5de10 s Context>handleSignal:
         0xbf5f458 s Context>handleSignal:
         0xbf609e8 s Context>handleSignal:
         0xbf61ec0 s Context>handleSignal:
         0xbf632e0 s Context>handleSignal:
         0xbf64648 s Context>handleSignal:
         0xbf658f8 s Context>handleSignal:
         0xbf66af0 s Context>handleSignal:
         0xbf67c30 s Context>handleSignal:
         0xbf68cb8 s Context>handleSignal:
         0xbf69c88 s Context>handleSignal:
         0xbf6aba0 s Context>handleSignal:
         0xbf6ba00 s Context>handleSignal:
         0xbf6c7a8 s Context>handleSignal:
         0xbf6d498 s Context>handleSignal:
         0xbf6e0d0 s Context>handleSignal:
         0xbf8a748 s Halt(Exception)>signal
         0xbfa79e0 s Halt class(Exception class)>signal
         0xbfda560 s Halt class>now
         0xbfcb9e0 s FullBlockClosure(Object)>halt
         0xbff4ec0 s FullBlockClosure>printOn:
         0xc017d90 s Context>printOn:
         0xc042b48 s Context>printDebugOn:
         0xc042e28 s [] in Context>debugStack:on:
         0xc05ca18 s OrderedCollection>do:
         0xbfcb768 s Context>debugStack:on:
         0xbff4c70 s Context>shortDebugStackOn:
         0xc017b58 s [] in SmalltalkImage>logError:inContext:
         0xc042868 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf89c80 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa6c18 s SmalltalkImage>logStdErrorDuring:
         0xbfd9858 s SmalltalkImage>logError:inContext:
         0xbffd818 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0210c8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04d528 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0628f8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f1a0 s Halt(Exception)>unhandledErrorAction
         0xc08c410 s Halt(UnhandledException)>defaultAction
         0xc0ea9c0 s UndefinedObject>handleSignal:
         0xc0eaa78 s Context>handleSignal:
         0xc0eab30 s Context>handleSignal:
         0xc0eabe8 s Context>handleSignal:
         0xc0eaca0 s Context>handleSignal:
         0xc0ead58 s Context>handleSignal:
         0xc0eae10 s Context>handleSignal:
         0xc0eaec8 s Context>handleSignal:
         0xc0eaf80 s Context>handleSignal:
         0xc0eb038 s Context>handleSignal:
         0xc0eb0f0 s Context>handleSignal:
         0xc107c08 s Context>handleSignal:
         0xc113328 s Context>handleSignal:
         0xc11e1d0 s Context>handleSignal:
         0xc128ab8 s Context>handleSignal:
         0xc1332e8 s Context>handleSignal:
         0xc13db18 s Context>handleSignal:
         0xc148348 s Context>handleSignal:
         0xc152b78 s Context>handleSignal:
         0xc15d3a8 s Context>handleSignal:
         0xc167bd8 s Context>handleSignal:
         0xc172408 s Context>handleSignal:
         0xc17cc38 s Context>handleSignal:
         0xc187468 s Context>handleSignal:
         0xc191c98 s Context>handleSignal:
         0xc19c4c8 s Context>handleSignal:
         0xc1a6cf8 s Context>handleSignal:
         0xc1b1528 s Context>handleSignal:
         0xc1bbd58 s Context>handleSignal:
         0xc1c6588 s Context>handleSignal:
         0xc1d0db8 s Context>handleSignal:
         0xc1db5e8 s Context>handleSignal:
         0xc1e5e18 s Context>handleSignal:
         0xc1f0648 s Context>handleSignal:
         0xc1fae78 s Context>handleSignal:
         0xc2056a8 s Context>handleSignal:
         0xc20fed8 s Context>handleSignal:
         0xc21a708 s Context>handleSignal:
         0xc224f38 s Context>handleSignal:
         0xc22f768 s Context>handleSignal:
         0xc239f98 s Context>handleSignal:
         0xc2447c8 s Context>handleSignal:
         0xc24eff8 s Context>handleSignal:
         0xc259828 s Context>handleSignal:
         0xc2616a8 s Context>handleSignal:
         0xb7db378 s Context>handleSignal:
         0xb7e5c60 s Context>handleSignal:
         0xb7f0548 s Context>handleSignal:
         0xb7fae30 s Context>handleSignal:
         0xb805718 s Context>handleSignal:
         0xb810000 s Context>handleSignal:
         0xb81a8e8 s Context>handleSignal:
         0xb8251d0 s Context>handleSignal:
         0xb82fab8 s Context>handleSignal:
         0xb83a3a0 s Context>handleSignal:
         0xb844c88 s Context>handleSignal:
         0xb84f570 s Context>handleSignal:
         0xb859e58 s Context>handleSignal:
         0xb864740 s Context>handleSignal:
         0xb86f028 s Context>handleSignal:
         0xb879910 s Context>handleSignal:
         0xb8841f8 s Context>handleSignal:
         0xb88eae0 s Context>handleSignal:
         0xb8993c8 s Context>handleSignal:
         0xb8a3cb0 s Context>handleSignal:
         0xb8ae598 s Context>handleSignal:
         0xb8b8e80 s Context>handleSignal:
         0xb8c3768 s Context>handleSignal:
         0xb8ce050 s Context>handleSignal:
         0xb8d8938 s Context>handleSignal:
         0xb8e3220 s Context>handleSignal:
         0xb8edb08 s Context>handleSignal:
         0xb8f83f0 s Context>handleSignal:
         0xb902cd8 s Context>handleSignal:
         0xb90d5c0 s Context>handleSignal:
         0xb917ea8 s Context>handleSignal:
         0xb922790 s Context>handleSignal:
         0xb92d078 s Context>handleSignal:
         0xb937960 s Context>handleSignal:
         0xb942248 s Context>handleSignal:
         0xb94cb30 s Context>handleSignal:
         0xb957418 s Context>handleSignal:
         0xb961d00 s Context>handleSignal:
         0xb96c5e8 s Context>handleSignal:
         0xb976ed0 s Context>handleSignal:
         0xb9817b8 s Context>handleSignal:
         0xb98c0a0 s Context>handleSignal:
         0xb996988 s Context>handleSignal:
         0xb9a1270 s Context>handleSignal:
         0xb9abb58 s Context>handleSignal:
         0xb9b6440 s Context>handleSignal:
         0xb9c0d28 s Context>handleSignal:
         0xb9cb610 s Context>handleSignal:
         0xb9d5ef8 s Context>handleSignal:
         0xb9e07e0 s Context>handleSignal:
         0xb9eb0c8 s Context>handleSignal:
         0xb9f59b0 s Context>handleSignal:
         0xba00298 s Context>handleSignal:
         0xba0ab80 s Context>handleSignal:
         0xba15468 s Context>handleSignal:
         0xba1fd50 s Context>handleSignal:
         0xba2a638 s Context>handleSignal:
         0xba34f20 s Context>handleSignal:
         0xba3f808 s Context>handleSignal:
         0xba46770 s Context>handleSignal:
         0xba4b8a8 s Context>handleSignal:
         0xba50928 s Context>handleSignal:
         0xba558f0 s Context>handleSignal:
         0xba5a8b8 s Context>handleSignal:
         0xba5f7c8 s Context>handleSignal:
         0xba64620 s Context>handleSignal:
         0xba693c0 s Context>handleSignal:
         0xba6e160 s Context>handleSignal:
         0xba72e48 s Context>handleSignal:
         0xba77b30 s Context>handleSignal:
         0xba7c818 s Context>handleSignal:
         0xba81500 s Context>handleSignal:
         0xba861e8 s Context>handleSignal:
         0xba8aed0 s Context>handleSignal:
         0xba8fbb8 s Context>handleSignal:
         0xba948a0 s Context>handleSignal:
         0xba99588 s Context>handleSignal:
         0xba9e270 s Context>handleSignal:
         0xbaa2f58 s Context>handleSignal:
         0xbaa7c40 s Context>handleSignal:
         0xbaac928 s Context>handleSignal:
         0xbab1610 s Context>handleSignal:
         0xbab62f8 s Context>handleSignal:
         0xbabafe0 s Context>handleSignal:
         0xbabfcc8 s Context>handleSignal:
         0xbac49b0 s Context>handleSignal:
         0xbac9698 s Context>handleSignal:
         0xbace380 s Context>handleSignal:
         0xbad3068 s Context>handleSignal:
         0xbad7d50 s Context>handleSignal:
         0xbadca38 s Context>handleSignal:
         0xbae1720 s Context>handleSignal:
         0xbae6408 s Context>handleSignal:
         0xbaeb0f0 s Context>handleSignal:
         0xbaefdd8 s Context>handleSignal:
         0xbaf4ac0 s Context>handleSignal:
         0xbaf97a8 s Context>handleSignal:
         0xbafe490 s Context>handleSignal:
         0xbb03178 s Context>handleSignal:
         0xbb07e60 s Context>handleSignal:
         0xbb0cb48 s Context>handleSignal:
         0xbb11830 s Context>handleSignal:
         0xbb16518 s Context>handleSignal:
         0xbb1b200 s Context>handleSignal:
         0xbb1fee8 s Context>handleSignal:
         0xbb24bd0 s Context>handleSignal:
         0xbb298b8 s Context>handleSignal:
         0xbb2e5a0 s Context>handleSignal:
         0xbb33288 s Context>handleSignal:
         0xbb37f70 s Context>handleSignal:
         0xbb3cc58 s Context>handleSignal:
         0xbb41940 s Context>handleSignal:
         0xbb46628 s Context>handleSignal:
         0xbb4b310 s Context>handleSignal:
         0xbb4fff8 s Context>handleSignal:
         0xbb54ce0 s Context>handleSignal:
         0xbb599c8 s Context>handleSignal:
         0xbb5e6b0 s Context>handleSignal:
         0xbb63398 s Context>handleSignal:
         0xbb68080 s Context>handleSignal:
         0xbb6cd68 s Context>handleSignal:
         0xbb71a50 s Context>handleSignal:
         0xbb76738 s Context>handleSignal:
         0xbb7b420 s Context>handleSignal:
         0xbb80108 s Context>handleSignal:
         0xbb84df0 s Context>handleSignal:
         0xbb89ad8 s Context>handleSignal:
         0xbb8e7c0 s Context>handleSignal:
         0xbb934a8 s Context>handleSignal:
         0xbb98190 s Context>handleSignal:
         0xbb9cdc0 s Context>handleSignal:
         0xbba19f0 s Context>handleSignal:
         0xbba6620 s Context>handleSignal:
         0xbbab250 s Context>handleSignal:
         0xbbafe80 s Context>handleSignal:
         0xbbb4ab0 s Context>handleSignal:
         0xbbb96e0 s Context>handleSignal:
         0xbbbe310 s Context>handleSignal:
         0xbbc2f40 s Context>handleSignal:
         0xbbc7b70 s Context>handleSignal:
         0xbbcc7a0 s Context>handleSignal:
         0xbbd13d0 s Context>handleSignal:
         0xbbd6000 s Context>handleSignal:
         0xbbdac30 s Context>handleSignal:
         0xbbdf860 s Context>handleSignal:
         0xbbe4490 s Context>handleSignal:
         0xbbe90c0 s Context>handleSignal:
         0xbbedcf0 s Context>handleSignal:
         0xbbf2920 s Context>handleSignal:
         0xbbf7550 s Context>handleSignal:
         0xbbfc180 s Context>handleSignal:
         0xbc00db0 s Context>handleSignal:
         0xbc059e0 s Context>handleSignal:
         0xbc0a610 s Context>handleSignal:
         0xbc0f240 s Context>handleSignal:
         0xbc13e70 s Context>handleSignal:
         0xbc18aa0 s Context>handleSignal:
         0xbc1d6d0 s Context>handleSignal:
         0xbc22300 s Context>handleSignal:
         0xbc26f30 s Context>handleSignal:
         0xbc2bb60 s Context>handleSignal:
         0xbc30790 s Context>handleSignal:
         0xbc353c0 s Context>handleSignal:
         0xbc39ff0 s Context>handleSignal:
         0xbc3ec20 s Context>handleSignal:
         0xbc43850 s Context>handleSignal:
         0xbc48480 s Context>handleSignal:
         0xbc4d0b0 s Context>handleSignal:
         0xbc51ce0 s Context>handleSignal:
         0xbc569e0 s Context>handleSignal:
         0xbc5b610 s Context>handleSignal:
         0xbc60240 s Context>handleSignal:
         0xbc64e70 s Context>handleSignal:
         0xbc69aa0 s Context>handleSignal:
         0xbc6e6d0 s Context>handleSignal:
         0xbc73300 s Context>handleSignal:
         0xbc77f30 s Context>handleSignal:
         0xbc7cb60 s Context>handleSignal:
         0xbc81790 s Context>handleSignal:
         0xbc863c0 s Context>handleSignal:
         0xbc8aff0 s Context>handleSignal:
         0xbc8fc20 s Context>handleSignal:
         0xbc94850 s Context>handleSignal:
         0xbc99480 s Context>handleSignal:
         0xbc9e0b0 s Context>handleSignal:
         0xbca2ce0 s Context>handleSignal:
         0xbca7910 s Context>handleSignal:
         0xbcac540 s Context>handleSignal:
         0xbcb1170 s Context>handleSignal:
         0xbcb5da0 s Context>handleSignal:
         0xbcba9d0 s Context>handleSignal:
         0xbcbf600 s Context>handleSignal:
         0xbcc4230 s Context>handleSignal:
         0xbcc8e60 s Context>handleSignal:
         0xbccda90 s Context>handleSignal:
         0xbcd26c0 s Context>handleSignal:
         0xbcd72f0 s Context>handleSignal:
         0xbcdbf20 s Context>handleSignal:
         0xbce0b50 s Context>handleSignal:
         0xbce5780 s Context>handleSignal:
         0xbcea3b0 s Context>handleSignal:
         0xbceefe0 s Context>handleSignal:
         0xbcf3c10 s Context>handleSignal:
         0xbcf8840 s Context>handleSignal:
         0xbcfd470 s Context>handleSignal:
         0xbd020a0 s Context>handleSignal:
         0xbd06cd0 s Context>handleSignal:
         0xbd0b900 s Context>handleSignal:
         0xbd10530 s Context>handleSignal:
         0xbd15160 s Context>handleSignal:
         0xbd19d90 s Context>handleSignal:
         0xbd1e9c0 s Context>handleSignal:
         0xbd235f0 s Context>handleSignal:
         0xbd28220 s Context>handleSignal:
         0xbd2ce50 s Context>handleSignal:
         0xbd31a80 s Context>handleSignal:
         0xbd366b0 s Context>handleSignal:
         0xbd3b2e0 s Context>handleSignal:
         0xbd3ff10 s Context>handleSignal:
         0xbd44b40 s Context>handleSignal:
         0xbd49770 s Context>handleSignal:
         0xbd4e3a0 s Context>handleSignal:
         0xbd52fd0 s Context>handleSignal:
         0xbd57c00 s Context>handleSignal:
         0xbd5c830 s Context>handleSignal:
         0xbd61460 s Context>handleSignal:
         0xbd66090 s Context>handleSignal:
         0xbd6acc0 s Context>handleSignal:
         0xbd6f8f0 s Context>handleSignal:
         0xbd74520 s Context>handleSignal:
         0xbd79150 s Context>handleSignal:
         0xbd7dd80 s Context>handleSignal:
         0xbd829b0 s Context>handleSignal:
         0xbd875e0 s Context>handleSignal:
         0xbd8c210 s Context>handleSignal:
         0xbd90e40 s Context>handleSignal:
         0xbd95a70 s Context>handleSignal:
         0xbd9a6a0 s Context>handleSignal:
         0xbd9f2d0 s Context>handleSignal:
         0xbda3f00 s Context>handleSignal:
         0xbda8b30 s Context>handleSignal:
         0xbdad760 s Context>handleSignal:
         0xbdb2390 s Context>handleSignal:
         0xbdb6fc0 s Context>handleSignal:
         0xbdbbbf0 s Context>handleSignal:
         0xbdc0820 s Context>handleSignal:
         0xbdc5450 s Context>handleSignal:
         0xbdca080 s Context>handleSignal:
         0xbdcecb0 s Context>handleSignal:
         0xbdd38e0 s Context>handleSignal:
         0xbdd8510 s Context>handleSignal:
         0xbddd140 s Context>handleSignal:
         0xbde1d70 s Context>handleSignal:
         0xbde69a0 s Context>handleSignal:
         0xbdeb5d0 s Context>handleSignal:
         0xbdf0200 s Context>handleSignal:
         0xbdf4e30 s Context>handleSignal:
         0xbdf9a60 s Context>handleSignal:
         0xbdfe690 s Context>handleSignal:
         0xbe032c0 s Context>handleSignal:
         0xbe07ef0 s Context>handleSignal:
         0xbe0cb20 s Context>handleSignal:
         0xbe11750 s Context>handleSignal:
         0xbe16380 s Context>handleSignal:
         0xbe1afb0 s Context>handleSignal:
         0xbe1fbe0 s Context>handleSignal:
         0xbe24810 s Context>handleSignal:
         0xbe29440 s Context>handleSignal:
         0xbe2e070 s Context>handleSignal:
         0xbe32ca0 s Context>handleSignal:
         0xbe378d0 s Context>handleSignal:
         0xbe3c500 s Context>handleSignal:
         0xbe41130 s Context>handleSignal:
         0xbe45d60 s Context>handleSignal:
         0xbe4a990 s Context>handleSignal:
         0xbe4f5c0 s Context>handleSignal:
         0xbe541f0 s Context>handleSignal:
         0xbe58e20 s Context>handleSignal:
         0xbe5da50 s Context>handleSignal:
         0xbe62680 s Context>handleSignal:
         0xbe672b0 s Context>handleSignal:
         0xbe6bee0 s Context>handleSignal:
         0xbe70b10 s Context>handleSignal:
         0xbe75740 s Context>handleSignal:
         0xbe7a370 s Context>handleSignal:
         0xbe7eee8 s Context>handleSignal:
         0xbe839a8 s Context>handleSignal:
         0xbe883b0 s Context>handleSignal:
         0xbe8cd00 s Context>handleSignal:
         0xbe91598 s Context>handleSignal:
         0xbe95d78 s Context>handleSignal:
         0xbe9a4a0 s Context>handleSignal:
         0xbe9eb10 s Context>handleSignal:
         0xbea30c8 s Context>handleSignal:
         0xbea75c8 s Context>handleSignal:
         0xbeaba10 s Context>handleSignal:
         0xbeafda0 s Context>handleSignal:
         0xbeb4078 s Context>handleSignal:
         0xbeb8298 s Context>handleSignal:
         0xbebc400 s Context>handleSignal:
         0xbec04b0 s Context>handleSignal:
         0xbec44a8 s Context>handleSignal:
         0xbec83e8 s Context>handleSignal:
         0xbecc270 s Context>handleSignal:
         0xbed0040 s Context>handleSignal:
         0xbed3d58 s Context>handleSignal:
         0xbed79b8 s Context>handleSignal:
         0xbedb560 s Context>handleSignal:
         0xbedf050 s Context>handleSignal:
         0xbee2a88 s Context>handleSignal:
         0xbee6408 s Context>handleSignal:
         0xbee9cd0 s Context>handleSignal:
         0xbeed4e0 s Context>handleSignal:
         0xbef0c38 s Context>handleSignal:
         0xbef42d8 s Context>handleSignal:
         0xbef78c0 s Context>handleSignal:
         0xbefadf0 s Context>handleSignal:
         0xbefe268 s Context>handleSignal:
         0xbf01628 s Context>handleSignal:
         0xbf04930 s Context>handleSignal:
         0xbf07b80 s Context>handleSignal:
         0xbf0ad18 s Context>handleSignal:
         0xbf0ddf8 s Context>handleSignal:
         0xbf10e20 s Context>handleSignal:
         0xbf13d90 s Context>handleSignal:
         0xbf16c48 s Context>handleSignal:
         0xbf19a48 s Context>handleSignal:
         0xbf1c790 s Context>handleSignal:
         0xbf1f420 s Context>handleSignal:
         0xbf21ff8 s Context>handleSignal:
         0xbf24b18 s Context>handleSignal:
         0xbf27580 s Context>handleSignal:
         0xbf29f30 s Context>handleSignal:
         0xbf2c828 s Context>handleSignal:
         0xbf2f068 s Context>handleSignal:
         0xbf317f0 s Context>handleSignal:
         0xbf33ec0 s Context>handleSignal:
         0xbf364d8 s Context>handleSignal:
         0xbf38a38 s Context>handleSignal:
         0xbf3aee0 s Context>handleSignal:
         0xbf3d2d0 s Context>handleSignal:
         0xbf3f608 s Context>handleSignal:
         0xbf41888 s Context>handleSignal:
         0xbf43a50 s Context>handleSignal:
         0xbf45b60 s Context>handleSignal:
         0xbf47bb8 s Context>handleSignal:
         0xbf49b58 s Context>handleSignal:
         0xbf4ba40 s Context>handleSignal:
         0xbf4d870 s Context>handleSignal:
         0xbf4f5e8 s Context>handleSignal:
         0xbf512a8 s Context>handleSignal:
         0xbf52eb0 s Context>handleSignal:
         0xbf54a00 s Context>handleSignal:
         0xbf56498 s Context>handleSignal:
         0xbf57e78 s Context>handleSignal:
         0xbf597a0 s Context>handleSignal:
         0xbf5b010 s Context>handleSignal:
         0xbf5c7c8 s Context>handleSignal:
         0xbf5dec8 s Context>handleSignal:
         0xbf5f510 s Context>handleSignal:
         0xbf60aa0 s Context>handleSignal:
         0xbf61f78 s Context>handleSignal:
         0xbf63398 s Context>handleSignal:
         0xbf64700 s Context>handleSignal:
         0xbf659b0 s Context>handleSignal:
         0xbf66ba8 s Context>handleSignal:
         0xbf67ce8 s Context>handleSignal:
         0xbf68d70 s Context>handleSignal:
         0xbf69d40 s Context>handleSignal:
         0xbf6ac58 s Context>handleSignal:
         0xbf6bab8 s Context>handleSignal:
         0xbf6c860 s Context>handleSignal:
         0xbf8a520 s Halt(Exception)>signal
         0xbfa76f8 s Halt class(Exception class)>signal
         0xbfda2a8 s Halt class>now
         0xbfcb820 s FullBlockClosure(Object)>halt
         0xbff4d28 s FullBlockClosure>printOn:
         0xc017c10 s Context>printOn:
         0xc042920 s Context>printDebugOn:
         0xc042c00 s [] in Context>debugStack:on:
         0xc05c960 s OrderedCollection>do:
         0xbfcb3e8 s Context>debugStack:on:
         0xbff4940 s Context>shortDebugStackOn:
         0xc017858 s [] in SmalltalkImage>logError:inContext:
         0xc042418 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf89b10 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa6a48 s SmalltalkImage>logStdErrorDuring:
         0xbfd96a0 s SmalltalkImage>logError:inContext:
         0xbffd750 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc020fd8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04d448 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062840 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f0e8 s Halt(Exception)>unhandledErrorAction
         0xc08c358 s Halt(UnhandledException)>defaultAction
         0xc0ea1d8 s UndefinedObject>handleSignal:
         0xc0ea290 s Context>handleSignal:
         0xc0ea348 s Context>handleSignal:
         0xc0ea400 s Context>handleSignal:
         0xc0ea4b8 s Context>handleSignal:
         0xc0ea570 s Context>handleSignal:
         0xc0ea628 s Context>handleSignal:
         0xc0ea6e0 s Context>handleSignal:
         0xc0ea798 s Context>handleSignal:
         0xc0ea850 s Context>handleSignal:
         0xc0ea908 s Context>handleSignal:
         0xc107b50 s Context>handleSignal:
         0xc113270 s Context>handleSignal:
         0xc11e118 s Context>handleSignal:
         0xc128a00 s Context>handleSignal:
         0xc133230 s Context>handleSignal:
         0xc13da60 s Context>handleSignal:
         0xc148290 s Context>handleSignal:
         0xc152ac0 s Context>handleSignal:
         0xc15d2f0 s Context>handleSignal:
         0xc167b20 s Context>handleSignal:
         0xc172350 s Context>handleSignal:
         0xc17cb80 s Context>handleSignal:
         0xc1873b0 s Context>handleSignal:
         0xc191be0 s Context>handleSignal:
         0xc19c410 s Context>handleSignal:
         0xc1a6c40 s Context>handleSignal:
         0xc1b1470 s Context>handleSignal:
         0xc1bbca0 s Context>handleSignal:
         0xc1c64d0 s Context>handleSignal:
         0xc1d0d00 s Context>handleSignal:
         0xc1db530 s Context>handleSignal:
         0xc1e5d60 s Context>handleSignal:
         0xc1f0590 s Context>handleSignal:
         0xc1fadc0 s Context>handleSignal:
         0xc2055f0 s Context>handleSignal:
         0xc20fe20 s Context>handleSignal:
         0xc21a650 s Context>handleSignal:
         0xc224e80 s Context>handleSignal:
         0xc22f6b0 s Context>handleSignal:
         0xc239ee0 s Context>handleSignal:
         0xc244710 s Context>handleSignal:
         0xc24ef40 s Context>handleSignal:
         0xc259770 s Context>handleSignal:
         0xb7db208 s Context>handleSignal:
         0xb7e5af0 s Context>handleSignal:
         0xb7f03d8 s Context>handleSignal:
         0xb7facc0 s Context>handleSignal:
         0xb8055a8 s Context>handleSignal:
         0xb80fe90 s Context>handleSignal:
         0xb81a778 s Context>handleSignal:
         0xb825060 s Context>handleSignal:
         0xb82f948 s Context>handleSignal:
         0xb83a230 s Context>handleSignal:
         0xb844b18 s Context>handleSignal:
         0xb84f400 s Context>handleSignal:
         0xb859ce8 s Context>handleSignal:
         0xb8645d0 s Context>handleSignal:
         0xb86eeb8 s Context>handleSignal:
         0xb8797a0 s Context>handleSignal:
         0xb884088 s Context>handleSignal:
         0xb88e970 s Context>handleSignal:
         0xb899258 s Context>handleSignal:
         0xb8a3b40 s Context>handleSignal:
         0xb8ae428 s Context>handleSignal:
         0xb8b8d10 s Context>handleSignal:
         0xb8c35f8 s Context>handleSignal:
         0xb8cdee0 s Context>handleSignal:
         0xb8d87c8 s Context>handleSignal:
         0xb8e30b0 s Context>handleSignal:
         0xb8ed998 s Context>handleSignal:
         0xb8f8280 s Context>handleSignal:
         0xb902b68 s Context>handleSignal:
         0xb90d450 s Context>handleSignal:
         0xb917d38 s Context>handleSignal:
         0xb922620 s Context>handleSignal:
         0xb92cf08 s Context>handleSignal:
         0xb9377f0 s Context>handleSignal:
         0xb9420d8 s Context>handleSignal:
         0xb94c9c0 s Context>handleSignal:
         0xb9572a8 s Context>handleSignal:
         0xb961b90 s Context>handleSignal:
         0xb96c478 s Context>handleSignal:
         0xb976d60 s Context>handleSignal:
         0xb981648 s Context>handleSignal:
         0xb98bf30 s Context>handleSignal:
         0xb996818 s Context>handleSignal:
         0xb9a1100 s Context>handleSignal:
         0xb9ab9e8 s Context>handleSignal:
         0xb9b62d0 s Context>handleSignal:
         0xb9c0bb8 s Context>handleSignal:
         0xb9cb4a0 s Context>handleSignal:
         0xb9d5d88 s Context>handleSignal:
         0xb9e0670 s Context>handleSignal:
         0xb9eaf58 s Context>handleSignal:
         0xb9f5840 s Context>handleSignal:
         0xba00128 s Context>handleSignal:
         0xba0aa10 s Context>handleSignal:
         0xba152f8 s Context>handleSignal:
         0xba1fbe0 s Context>handleSignal:
         0xba2a4c8 s Context>handleSignal:
         0xba34db0 s Context>handleSignal:
         0xba3f698 s Context>handleSignal:
         0xba46600 s Context>handleSignal:
         0xba4b738 s Context>handleSignal:
         0xba507b8 s Context>handleSignal:
         0xba55780 s Context>handleSignal:
         0xba5a748 s Context>handleSignal:
         0xba5f658 s Context>handleSignal:
         0xba644b0 s Context>handleSignal:
         0xba69250 s Context>handleSignal:
         0xba6dff0 s Context>handleSignal:
         0xba72cd8 s Context>handleSignal:
         0xba779c0 s Context>handleSignal:
         0xba7c6a8 s Context>handleSignal:
         0xba81390 s Context>handleSignal:
         0xba86078 s Context>handleSignal:
         0xba8ad60 s Context>handleSignal:
         0xba8fa48 s Context>handleSignal:
         0xba94730 s Context>handleSignal:
         0xba99418 s Context>handleSignal:
         0xba9e100 s Context>handleSignal:
         0xbaa2de8 s Context>handleSignal:
         0xbaa7ad0 s Context>handleSignal:
         0xbaac7b8 s Context>handleSignal:
         0xbab14a0 s Context>handleSignal:
         0xbab6188 s Context>handleSignal:
         0xbabae70 s Context>handleSignal:
         0xbabfb58 s Context>handleSignal:
         0xbac4840 s Context>handleSignal:
         0xbac9528 s Context>handleSignal:
         0xbace210 s Context>handleSignal:
         0xbad2ef8 s Context>handleSignal:
         0xbad7be0 s Context>handleSignal:
         0xbadc8c8 s Context>handleSignal:
         0xbae15b0 s Context>handleSignal:
         0xbae6298 s Context>handleSignal:
         0xbaeaf80 s Context>handleSignal:
         0xbaefc68 s Context>handleSignal:
         0xbaf4950 s Context>handleSignal:
         0xbaf9638 s Context>handleSignal:
         0xbafe320 s Context>handleSignal:
         0xbb03008 s Context>handleSignal:
         0xbb07cf0 s Context>handleSignal:
         0xbb0c9d8 s Context>handleSignal:
         0xbb116c0 s Context>handleSignal:
         0xbb163a8 s Context>handleSignal:
         0xbb1b090 s Context>handleSignal:
         0xbb1fd78 s Context>handleSignal:
         0xbb24a60 s Context>handleSignal:
         0xbb29748 s Context>handleSignal:
         0xbb2e430 s Context>handleSignal:
         0xbb33118 s Context>handleSignal:
         0xbb37e00 s Context>handleSignal:
         0xbb3cae8 s Context>handleSignal:
         0xbb417d0 s Context>handleSignal:
         0xbb464b8 s Context>handleSignal:
         0xbb4b1a0 s Context>handleSignal:
         0xbb4fe88 s Context>handleSignal:
         0xbb54b70 s Context>handleSignal:
         0xbb59858 s Context>handleSignal:
         0xbb5e540 s Context>handleSignal:
         0xbb63228 s Context>handleSignal:
         0xbb67f10 s Context>handleSignal:
         0xbb6cbf8 s Context>handleSignal:
         0xbb718e0 s Context>handleSignal:
         0xbb765c8 s Context>handleSignal:
         0xbb7b2b0 s Context>handleSignal:
         0xbb7ff98 s Context>handleSignal:
         0xbb84c80 s Context>handleSignal:
         0xbb89968 s Context>handleSignal:
         0xbb8e650 s Context>handleSignal:
         0xbb93338 s Context>handleSignal:
         0xbb98020 s Context>handleSignal:
         0xbb9cc50 s Context>handleSignal:
         0xbba1880 s Context>handleSignal:
         0xbba64b0 s Context>handleSignal:
         0xbbab0e0 s Context>handleSignal:
         0xbbafd10 s Context>handleSignal:
         0xbbb4940 s Context>handleSignal:
         0xbbb9570 s Context>handleSignal:
         0xbbbe1a0 s Context>handleSignal:
         0xbbc2dd0 s Context>handleSignal:
         0xbbc7a00 s Context>handleSignal:
         0xbbcc630 s Context>handleSignal:
         0xbbd1260 s Context>handleSignal:
         0xbbd5e90 s Context>handleSignal:
         0xbbdaac0 s Context>handleSignal:
         0xbbdf6f0 s Context>handleSignal:
         0xbbe4320 s Context>handleSignal:
         0xbbe8f50 s Context>handleSignal:
         0xbbedb80 s Context>handleSignal:
         0xbbf27b0 s Context>handleSignal:
         0xbbf73e0 s Context>handleSignal:
         0xbbfc010 s Context>handleSignal:
         0xbc00c40 s Context>handleSignal:
         0xbc05870 s Context>handleSignal:
         0xbc0a4a0 s Context>handleSignal:
         0xbc0f0d0 s Context>handleSignal:
         0xbc13d00 s Context>handleSignal:
         0xbc18930 s Context>handleSignal:
         0xbc1d560 s Context>handleSignal:
         0xbc22190 s Context>handleSignal:
         0xbc26dc0 s Context>handleSignal:
         0xbc2b9f0 s Context>handleSignal:
         0xbc30620 s Context>handleSignal:
         0xbc35250 s Context>handleSignal:
         0xbc39e80 s Context>handleSignal:
         0xbc3eab0 s Context>handleSignal:
         0xbc436e0 s Context>handleSignal:
         0xbc48310 s Context>handleSignal:
         0xbc4cf40 s Context>handleSignal:
         0xbc51b70 s Context>handleSignal:
         0xbc56870 s Context>handleSignal:
         0xbc5b4a0 s Context>handleSignal:
         0xbc600d0 s Context>handleSignal:
         0xbc64d00 s Context>handleSignal:
         0xbc69930 s Context>handleSignal:
         0xbc6e560 s Context>handleSignal:
         0xbc73190 s Context>handleSignal:
         0xbc77dc0 s Context>handleSignal:
         0xbc7c9f0 s Context>handleSignal:
         0xbc81620 s Context>handleSignal:
         0xbc86250 s Context>handleSignal:
         0xbc8ae80 s Context>handleSignal:
         0xbc8fab0 s Context>handleSignal:
         0xbc946e0 s Context>handleSignal:
         0xbc99310 s Context>handleSignal:
         0xbc9df40 s Context>handleSignal:
         0xbca2b70 s Context>handleSignal:
         0xbca77a0 s Context>handleSignal:
         0xbcac3d0 s Context>handleSignal:
         0xbcb1000 s Context>handleSignal:
         0xbcb5c30 s Context>handleSignal:
         0xbcba860 s Context>handleSignal:
         0xbcbf490 s Context>handleSignal:
         0xbcc40c0 s Context>handleSignal:
         0xbcc8cf0 s Context>handleSignal:
         0xbccd920 s Context>handleSignal:
         0xbcd2550 s Context>handleSignal:
         0xbcd7180 s Context>handleSignal:
         0xbcdbdb0 s Context>handleSignal:
         0xbce09e0 s Context>handleSignal:
         0xbce5610 s Context>handleSignal:
         0xbcea240 s Context>handleSignal:
         0xbceee70 s Context>handleSignal:
         0xbcf3aa0 s Context>handleSignal:
         0xbcf86d0 s Context>handleSignal:
         0xbcfd300 s Context>handleSignal:
         0xbd01f30 s Context>handleSignal:
         0xbd06b60 s Context>handleSignal:
         0xbd0b790 s Context>handleSignal:
         0xbd103c0 s Context>handleSignal:
         0xbd14ff0 s Context>handleSignal:
         0xbd19c20 s Context>handleSignal:
         0xbd1e850 s Context>handleSignal:
         0xbd23480 s Context>handleSignal:
         0xbd280b0 s Context>handleSignal:
         0xbd2cce0 s Context>handleSignal:
         0xbd31910 s Context>handleSignal:
         0xbd36540 s Context>handleSignal:
         0xbd3b170 s Context>handleSignal:
         0xbd3fda0 s Context>handleSignal:
         0xbd449d0 s Context>handleSignal:
         0xbd49600 s Context>handleSignal:
         0xbd4e230 s Context>handleSignal:
         0xbd52e60 s Context>handleSignal:
         0xbd57a90 s Context>handleSignal:
         0xbd5c6c0 s Context>handleSignal:
         0xbd612f0 s Context>handleSignal:
         0xbd65f20 s Context>handleSignal:
         0xbd6ab50 s Context>handleSignal:
         0xbd6f780 s Context>handleSignal:
         0xbd743b0 s Context>handleSignal:
         0xbd78fe0 s Context>handleSignal:
         0xbd7dc10 s Context>handleSignal:
         0xbd82840 s Context>handleSignal:
         0xbd87470 s Context>handleSignal:
         0xbd8c0a0 s Context>handleSignal:
         0xbd90cd0 s Context>handleSignal:
         0xbd95900 s Context>handleSignal:
         0xbd9a530 s Context>handleSignal:
         0xbd9f160 s Context>handleSignal:
         0xbda3d90 s Context>handleSignal:
         0xbda89c0 s Context>handleSignal:
         0xbdad5f0 s Context>handleSignal:
         0xbdb2220 s Context>handleSignal:
         0xbdb6e50 s Context>handleSignal:
         0xbdbba80 s Context>handleSignal:
         0xbdc06b0 s Context>handleSignal:
         0xbdc52e0 s Context>handleSignal:
         0xbdc9f10 s Context>handleSignal:
         0xbdceb40 s Context>handleSignal:
         0xbdd3770 s Context>handleSignal:
         0xbdd83a0 s Context>handleSignal:
         0xbddcfd0 s Context>handleSignal:
         0xbde1c00 s Context>handleSignal:
         0xbde6830 s Context>handleSignal:
         0xbdeb460 s Context>handleSignal:
         0xbdf0090 s Context>handleSignal:
         0xbdf4cc0 s Context>handleSignal:
         0xbdf98f0 s Context>handleSignal:
         0xbdfe520 s Context>handleSignal:
         0xbe03150 s Context>handleSignal:
         0xbe07d80 s Context>handleSignal:
         0xbe0c9b0 s Context>handleSignal:
         0xbe115e0 s Context>handleSignal:
         0xbe16210 s Context>handleSignal:
         0xbe1ae40 s Context>handleSignal:
         0xbe1fa70 s Context>handleSignal:
         0xbe246a0 s Context>handleSignal:
         0xbe292d0 s Context>handleSignal:
         0xbe2df00 s Context>handleSignal:
         0xbe32b30 s Context>handleSignal:
         0xbe37760 s Context>handleSignal:
         0xbe3c390 s Context>handleSignal:
         0xbe40fc0 s Context>handleSignal:
         0xbe45bf0 s Context>handleSignal:
         0xbe4a820 s Context>handleSignal:
         0xbe4f450 s Context>handleSignal:
         0xbe54080 s Context>handleSignal:
         0xbe58cb0 s Context>handleSignal:
         0xbe5d8e0 s Context>handleSignal:
         0xbe62510 s Context>handleSignal:
         0xbe67140 s Context>handleSignal:
         0xbe6bd70 s Context>handleSignal:
         0xbe709a0 s Context>handleSignal:
         0xbe755d0 s Context>handleSignal:
         0xbe7a200 s Context>handleSignal:
         0xbe7ed78 s Context>handleSignal:
         0xbe83838 s Context>handleSignal:
         0xbe88240 s Context>handleSignal:
         0xbe8cb90 s Context>handleSignal:
         0xbe91428 s Context>handleSignal:
         0xbe95c08 s Context>handleSignal:
         0xbe9a330 s Context>handleSignal:
         0xbe9e9a0 s Context>handleSignal:
         0xbea2f58 s Context>handleSignal:
         0xbea7458 s Context>handleSignal:
         0xbeab8a0 s Context>handleSignal:
         0xbeafc30 s Context>handleSignal:
         0xbeb3f08 s Context>handleSignal:
         0xbeb8128 s Context>handleSignal:
         0xbebc290 s Context>handleSignal:
         0xbec0340 s Context>handleSignal:
         0xbec4338 s Context>handleSignal:
         0xbec8278 s Context>handleSignal:
         0xbecc100 s Context>handleSignal:
         0xbecfed0 s Context>handleSignal:
         0xbed3be8 s Context>handleSignal:
         0xbed7848 s Context>handleSignal:
         0xbedb3f0 s Context>handleSignal:
         0xbedeee0 s Context>handleSignal:
         0xbee2918 s Context>handleSignal:
         0xbee6298 s Context>handleSignal:
         0xbee9b60 s Context>handleSignal:
         0xbeed370 s Context>handleSignal:
         0xbef0ac8 s Context>handleSignal:
         0xbef4168 s Context>handleSignal:
         0xbef7750 s Context>handleSignal:
         0xbefac80 s Context>handleSignal:
         0xbefe0f8 s Context>handleSignal:
         0xbf014b8 s Context>handleSignal:
         0xbf047c0 s Context>handleSignal:
         0xbf07a10 s Context>handleSignal:
         0xbf0aba8 s Context>handleSignal:
         0xbf0dc88 s Context>handleSignal:
         0xbf10cb0 s Context>handleSignal:
         0xbf13c20 s Context>handleSignal:
         0xbf16ad8 s Context>handleSignal:
         0xbf198d8 s Context>handleSignal:
         0xbf1c620 s Context>handleSignal:
         0xbf1f2b0 s Context>handleSignal:
         0xbf21e88 s Context>handleSignal:
         0xbf249a8 s Context>handleSignal:
         0xbf27410 s Context>handleSignal:
         0xbf29dc0 s Context>handleSignal:
         0xbf2c6b8 s Context>handleSignal:
         0xbf2eef8 s Context>handleSignal:
         0xbf31680 s Context>handleSignal:
         0xbf33d50 s Context>handleSignal:
         0xbf36368 s Context>handleSignal:
         0xbf388c8 s Context>handleSignal:
         0xbf3ad70 s Context>handleSignal:
         0xbf3d160 s Context>handleSignal:
         0xbf3f498 s Context>handleSignal:
         0xbf41718 s Context>handleSignal:
         0xbf438e0 s Context>handleSignal:
         0xbf459f0 s Context>handleSignal:
         0xbf47a48 s Context>handleSignal:
         0xbf499e8 s Context>handleSignal:
         0xbf4b8d0 s Context>handleSignal:
         0xbf4d700 s Context>handleSignal:
         0xbf4f478 s Context>handleSignal:
         0xbf51138 s Context>handleSignal:
         0xbf52d40 s Context>handleSignal:
         0xbf54890 s Context>handleSignal:
         0xbf56328 s Context>handleSignal:
         0xbf57d08 s Context>handleSignal:
         0xbf59630 s Context>handleSignal:
         0xbf5aea0 s Context>handleSignal:
         0xbf5c658 s Context>handleSignal:
         0xbf5dd58 s Context>handleSignal:
         0xbf5f3a0 s Context>handleSignal:
         0xbf60930 s Context>handleSignal:
         0xbf61e08 s Context>handleSignal:
         0xbf63228 s Context>handleSignal:
         0xbf64590 s Context>handleSignal:
         0xbf65840 s Context>handleSignal:
         0xbf66a38 s Context>handleSignal:
         0xbf67b78 s Context>handleSignal:
         0xbf68c00 s Context>handleSignal:
         0xbf69bd0 s Context>handleSignal:
         0xbf6aae8 s Context>handleSignal:
         0xbf6b948 s Context>handleSignal:
         0xbf6c6f0 s Context>handleSignal:
         0xbf8a468 s Halt(Exception)>signal
         0xbfa7640 s Halt class(Exception class)>signal
         0xbfda1f0 s Halt class>now
         0xbfcb4a0 s FullBlockClosure(Object)>halt
         0xbff49f8 s FullBlockClosure>printOn:
         0xc017910 s Context>printOn:
         0xc0424d0 s Context>printDebugOn:
         0xc0429d8 s [] in Context>debugStack:on:
         0xc05c8a8 s OrderedCollection>do:
         0xbfcb5a8 s Context>debugStack:on:
         0xbff4ad8 s Context>shortDebugStackOn:
         0xc0179d8 s [] in SmalltalkImage>logError:inContext:
         0xc042640 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf899a0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa6878 s SmalltalkImage>logStdErrorDuring:
         0xbfd94e8 s SmalltalkImage>logError:inContext:
         0xbffd688 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc020ee8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04d368 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062788 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06f030 s Halt(Exception)>unhandledErrorAction
         0xc08c2a0 s Halt(UnhandledException)>defaultAction
         0xc0e99f0 s UndefinedObject>handleSignal:
         0xc0e9aa8 s Context>handleSignal:
         0xc0e9b60 s Context>handleSignal:
         0xc0e9c18 s Context>handleSignal:
         0xc0e9cd0 s Context>handleSignal:
         0xc0e9d88 s Context>handleSignal:
         0xc0e9e40 s Context>handleSignal:
         0xc0e9ef8 s Context>handleSignal:
         0xc0e9fb0 s Context>handleSignal:
         0xc0ea068 s Context>handleSignal:
         0xc0ea120 s Context>handleSignal:
         0xc107a98 s Context>handleSignal:
         0xc1131b8 s Context>handleSignal:
         0xc11e060 s Context>handleSignal:
         0xc128948 s Context>handleSignal:
         0xc133178 s Context>handleSignal:
         0xc13d9a8 s Context>handleSignal:
         0xc1481d8 s Context>handleSignal:
         0xc152a08 s Context>handleSignal:
         0xc15d238 s Context>handleSignal:
         0xc167a68 s Context>handleSignal:
         0xc172298 s Context>handleSignal:
         0xc17cac8 s Context>handleSignal:
         0xc1872f8 s Context>handleSignal:
         0xc191b28 s Context>handleSignal:
         0xc19c358 s Context>handleSignal:
         0xc1a6b88 s Context>handleSignal:
         0xc1b13b8 s Context>handleSignal:
         0xc1bbbe8 s Context>handleSignal:
         0xc1c6418 s Context>handleSignal:
         0xc1d0c48 s Context>handleSignal:
         0xc1db478 s Context>handleSignal:
         0xc1e5ca8 s Context>handleSignal:
         0xc1f04d8 s Context>handleSignal:
         0xc1fad08 s Context>handleSignal:
         0xc205538 s Context>handleSignal:
         0xc20fd68 s Context>handleSignal:
         0xc21a598 s Context>handleSignal:
         0xc224dc8 s Context>handleSignal:
         0xc22f5f8 s Context>handleSignal:
         0xc239e28 s Context>handleSignal:
         0xc244658 s Context>handleSignal:
         0xc24ee88 s Context>handleSignal:
         0xc2596b8 s Context>handleSignal:
         0xb7d9d30 s Context>handleSignal:
         0xb7e4618 s Context>handleSignal:
         0xb7eef00 s Context>handleSignal:
         0xb7f97e8 s Context>handleSignal:
         0xb8040d0 s Context>handleSignal:
         0xb80e9b8 s Context>handleSignal:
         0xb8192a0 s Context>handleSignal:
         0xb823b88 s Context>handleSignal:
         0xb82e470 s Context>handleSignal:
         0xb838d58 s Context>handleSignal:
         0xb843640 s Context>handleSignal:
         0xb84df28 s Context>handleSignal:
         0xb858810 s Context>handleSignal:
         0xb8630f8 s Context>handleSignal:
         0xb86d9e0 s Context>handleSignal:
         0xb8782c8 s Context>handleSignal:
         0xb882bb0 s Context>handleSignal:
         0xb88d498 s Context>handleSignal:
         0xb897d80 s Context>handleSignal:
         0xb8a2668 s Context>handleSignal:
         0xb8acf50 s Context>handleSignal:
         0xb8b7838 s Context>handleSignal:
         0xb8c2120 s Context>handleSignal:
         0xb8cca08 s Context>handleSignal:
         0xb8d72f0 s Context>handleSignal:
         0xb8e1bd8 s Context>handleSignal:
         0xb8ec4c0 s Context>handleSignal:
         0xb8f6da8 s Context>handleSignal:
         0xb901690 s Context>handleSignal:
         0xb90bf78 s Context>handleSignal:
         0xb916860 s Context>handleSignal:
         0xb921148 s Context>handleSignal:
         0xb92ba30 s Context>handleSignal:
         0xb936318 s Context>handleSignal:
         0xb940c00 s Context>handleSignal:
         0xb94b4e8 s Context>handleSignal:
         0xb955dd0 s Context>handleSignal:
         0xb9606b8 s Context>handleSignal:
         0xb96afa0 s Context>handleSignal:
         0xb975888 s Context>handleSignal:
         0xb980170 s Context>handleSignal:
         0xb98aa58 s Context>handleSignal:
         0xb995340 s Context>handleSignal:
         0xb99fc28 s Context>handleSignal:
         0xb9aa510 s Context>handleSignal:
         0xb9b4df8 s Context>handleSignal:
         0xb9bf6e0 s Context>handleSignal:
         0xb9c9fc8 s Context>handleSignal:
         0xb9d48b0 s Context>handleSignal:
         0xb9df198 s Context>handleSignal:
         0xb9e9a80 s Context>handleSignal:
         0xb9f4368 s Context>handleSignal:
         0xb9fec50 s Context>handleSignal:
         0xba09538 s Context>handleSignal:
         0xba13e20 s Context>handleSignal:
         0xba1e708 s Context>handleSignal:
         0xba28ff0 s Context>handleSignal:
         0xba338d8 s Context>handleSignal:
         0xba3e1c0 s Context>handleSignal:
         0xba45128 s Context>handleSignal:
         0xba4a260 s Context>handleSignal:
         0xba4f2e0 s Context>handleSignal:
         0xba542a8 s Context>handleSignal:
         0xba59270 s Context>handleSignal:
         0xba5e180 s Context>handleSignal:
         0xba62fd8 s Context>handleSignal:
         0xba67e30 s Context>handleSignal:
         0xba6cbd0 s Context>handleSignal:
         0xba71970 s Context>handleSignal:
         0xba76658 s Context>handleSignal:
         0xba7b340 s Context>handleSignal:
         0xba80028 s Context>handleSignal:
         0xba84d10 s Context>handleSignal:
         0xba899f8 s Context>handleSignal:
         0xba8e6e0 s Context>handleSignal:
         0xba933c8 s Context>handleSignal:
         0xba980b0 s Context>handleSignal:
         0xba9cd98 s Context>handleSignal:
         0xbaa1a80 s Context>handleSignal:
         0xbaa6768 s Context>handleSignal:
         0xbaab450 s Context>handleSignal:
         0xbab0138 s Context>handleSignal:
         0xbab4e20 s Context>handleSignal:
         0xbab9b08 s Context>handleSignal:
         0xbabe7f0 s Context>handleSignal:
         0xbac34d8 s Context>handleSignal:
         0xbac81c0 s Context>handleSignal:
         0xbaccea8 s Context>handleSignal:
         0xbad1b90 s Context>handleSignal:
         0xbad6878 s Context>handleSignal:
         0xbadb560 s Context>handleSignal:
         0xbae0248 s Context>handleSignal:
         0xbae4f30 s Context>handleSignal:
         0xbae9c18 s Context>handleSignal:
         0xbaee900 s Context>handleSignal:
         0xbaf35e8 s Context>handleSignal:
         0xbaf82d0 s Context>handleSignal:
         0xbafcfb8 s Context>handleSignal:
         0xbb01ca0 s Context>handleSignal:
         0xbb06988 s Context>handleSignal:
         0xbb0b670 s Context>handleSignal:
         0xbb10358 s Context>handleSignal:
         0xbb15040 s Context>handleSignal:
         0xbb19d28 s Context>handleSignal:
         0xbb1ea10 s Context>handleSignal:
         0xbb236f8 s Context>handleSignal:
         0xbb283e0 s Context>handleSignal:
         0xbb2d0c8 s Context>handleSignal:
         0xbb31db0 s Context>handleSignal:
         0xbb36a98 s Context>handleSignal:
         0xbb3b780 s Context>handleSignal:
         0xbb40468 s Context>handleSignal:
         0xbb45150 s Context>handleSignal:
         0xbb49e38 s Context>handleSignal:
         0xbb4eb20 s Context>handleSignal:
         0xbb53808 s Context>handleSignal:
         0xbb584f0 s Context>handleSignal:
         0xbb5d1d8 s Context>handleSignal:
         0xbb61ec0 s Context>handleSignal:
         0xbb66ba8 s Context>handleSignal:
         0xbb6b890 s Context>handleSignal:
         0xbb70578 s Context>handleSignal:
         0xbb75260 s Context>handleSignal:
         0xbb79f48 s Context>handleSignal:
         0xbb7ec30 s Context>handleSignal:
         0xbb83918 s Context>handleSignal:
         0xbb88600 s Context>handleSignal:
         0xbb8d2e8 s Context>handleSignal:
         0xbb91fd0 s Context>handleSignal:
         0xbb96cb8 s Context>handleSignal:
         0xbb9b9a0 s Context>handleSignal:
         0xbba05d0 s Context>handleSignal:
         0xbba5200 s Context>handleSignal:
         0xbba9e30 s Context>handleSignal:
         0xbbaea60 s Context>handleSignal:
         0xbbb3690 s Context>handleSignal:
         0xbbb82c0 s Context>handleSignal:
         0xbbbcef0 s Context>handleSignal:
         0xbbc1b20 s Context>handleSignal:
         0xbbc6750 s Context>handleSignal:
         0xbbcb380 s Context>handleSignal:
         0xbbcffb0 s Context>handleSignal:
         0xbbd4be0 s Context>handleSignal:
         0xbbd9810 s Context>handleSignal:
         0xbbde440 s Context>handleSignal:
         0xbbe3070 s Context>handleSignal:
         0xbbe7ca0 s Context>handleSignal:
         0xbbec8d0 s Context>handleSignal:
         0xbbf1500 s Context>handleSignal:
         0xbbf6130 s Context>handleSignal:
         0xbbfad60 s Context>handleSignal:
         0xbbff990 s Context>handleSignal:
         0xbc045c0 s Context>handleSignal:
         0xbc091f0 s Context>handleSignal:
         0xbc0de20 s Context>handleSignal:
         0xbc12a50 s Context>handleSignal:
         0xbc17680 s Context>handleSignal:
         0xbc1c2b0 s Context>handleSignal:
         0xbc20ee0 s Context>handleSignal:
         0xbc25b10 s Context>handleSignal:
         0xbc2a740 s Context>handleSignal:
         0xbc2f370 s Context>handleSignal:
         0xbc33fa0 s Context>handleSignal:
         0xbc38bd0 s Context>handleSignal:
         0xbc3d800 s Context>handleSignal:
         0xbc42430 s Context>handleSignal:
         0xbc47060 s Context>handleSignal:
         0xbc4bc90 s Context>handleSignal:
         0xbc508c0 s Context>handleSignal:
         0xbc555c0 s Context>handleSignal:
         0xbc5a1f0 s Context>handleSignal:
         0xbc5ee20 s Context>handleSignal:
         0xbc63a50 s Context>handleSignal:
         0xbc68680 s Context>handleSignal:
         0xbc6d2b0 s Context>handleSignal:
         0xbc71ee0 s Context>handleSignal:
         0xbc76b10 s Context>handleSignal:
         0xbc7b740 s Context>handleSignal:
         0xbc80370 s Context>handleSignal:
         0xbc84fa0 s Context>handleSignal:
         0xbc89bd0 s Context>handleSignal:
         0xbc8e800 s Context>handleSignal:
         0xbc93430 s Context>handleSignal:
         0xbc98060 s Context>handleSignal:
         0xbc9cc90 s Context>handleSignal:
         0xbca18c0 s Context>handleSignal:
         0xbca64f0 s Context>handleSignal:
         0xbcab120 s Context>handleSignal:
         0xbcafd50 s Context>handleSignal:
         0xbcb4980 s Context>handleSignal:
         0xbcb95b0 s Context>handleSignal:
         0xbcbe1e0 s Context>handleSignal:
         0xbcc2e10 s Context>handleSignal:
         0xbcc7a40 s Context>handleSignal:
         0xbccc670 s Context>handleSignal:
         0xbcd12a0 s Context>handleSignal:
         0xbcd5ed0 s Context>handleSignal:
         0xbcdab00 s Context>handleSignal:
         0xbcdf730 s Context>handleSignal:
         0xbce4360 s Context>handleSignal:
         0xbce8f90 s Context>handleSignal:
         0xbcedbc0 s Context>handleSignal:
         0xbcf27f0 s Context>handleSignal:
         0xbcf7420 s Context>handleSignal:
         0xbcfc050 s Context>handleSignal:
         0xbd00c80 s Context>handleSignal:
         0xbd058b0 s Context>handleSignal:
         0xbd0a4e0 s Context>handleSignal:
         0xbd0f110 s Context>handleSignal:
         0xbd13d40 s Context>handleSignal:
         0xbd18970 s Context>handleSignal:
         0xbd1d5a0 s Context>handleSignal:
         0xbd221d0 s Context>handleSignal:
         0xbd26e00 s Context>handleSignal:
         0xbd2ba30 s Context>handleSignal:
         0xbd30660 s Context>handleSignal:
         0xbd35290 s Context>handleSignal:
         0xbd39ec0 s Context>handleSignal:
         0xbd3eaf0 s Context>handleSignal:
         0xbd43720 s Context>handleSignal:
         0xbd48350 s Context>handleSignal:
         0xbd4cf80 s Context>handleSignal:
         0xbd51bb0 s Context>handleSignal:
         0xbd567e0 s Context>handleSignal:
         0xbd5b410 s Context>handleSignal:
         0xbd60040 s Context>handleSignal:
         0xbd64c70 s Context>handleSignal:
         0xbd698a0 s Context>handleSignal:
         0xbd6e4d0 s Context>handleSignal:
         0xbd73100 s Context>handleSignal:
         0xbd77d30 s Context>handleSignal:
         0xbd7c960 s Context>handleSignal:
         0xbd81590 s Context>handleSignal:
         0xbd861c0 s Context>handleSignal:
         0xbd8adf0 s Context>handleSignal:
         0xbd8fa20 s Context>handleSignal:
         0xbd94650 s Context>handleSignal:
         0xbd99280 s Context>handleSignal:
         0xbd9deb0 s Context>handleSignal:
         0xbda2ae0 s Context>handleSignal:
         0xbda7710 s Context>handleSignal:
         0xbdac340 s Context>handleSignal:
         0xbdb0f70 s Context>handleSignal:
         0xbdb5ba0 s Context>handleSignal:
         0xbdba7d0 s Context>handleSignal:
         0xbdbf400 s Context>handleSignal:
         0xbdc4030 s Context>handleSignal:
         0xbdc8c60 s Context>handleSignal:
         0xbdcd890 s Context>handleSignal:
         0xbdd24c0 s Context>handleSignal:
         0xbdd70f0 s Context>handleSignal:
         0xbddbd20 s Context>handleSignal:
         0xbde0950 s Context>handleSignal:
         0xbde5580 s Context>handleSignal:
         0xbdea1b0 s Context>handleSignal:
         0xbdeede0 s Context>handleSignal:
         0xbdf3a10 s Context>handleSignal:
         0xbdf8640 s Context>handleSignal:
         0xbdfd270 s Context>handleSignal:
         0xbe01ea0 s Context>handleSignal:
         0xbe06ad0 s Context>handleSignal:
         0xbe0b700 s Context>handleSignal:
         0xbe10330 s Context>handleSignal:
         0xbe14f60 s Context>handleSignal:
         0xbe19b90 s Context>handleSignal:
         0xbe1e7c0 s Context>handleSignal:
         0xbe233f0 s Context>handleSignal:
         0xbe28020 s Context>handleSignal:
         0xbe2cc50 s Context>handleSignal:
         0xbe31880 s Context>handleSignal:
         0xbe364b0 s Context>handleSignal:
         0xbe3b0e0 s Context>handleSignal:
         0xbe3fd10 s Context>handleSignal:
         0xbe44940 s Context>handleSignal:
         0xbe49570 s Context>handleSignal:
         0xbe4e1a0 s Context>handleSignal:
         0xbe52dd0 s Context>handleSignal:
         0xbe57a00 s Context>handleSignal:
         0xbe5c630 s Context>handleSignal:
         0xbe61260 s Context>handleSignal:
         0xbe65e90 s Context>handleSignal:
         0xbe6aac0 s Context>handleSignal:
         0xbe6f6f0 s Context>handleSignal:
         0xbe74320 s Context>handleSignal:
         0xbe78f50 s Context>handleSignal:
         0xbe7db80 s Context>handleSignal:
         0xbe826f8 s Context>handleSignal:
         0xbe871b8 s Context>handleSignal:
         0xbe8bbc0 s Context>handleSignal:
         0xbe90510 s Context>handleSignal:
         0xbe94da8 s Context>handleSignal:
         0xbe99588 s Context>handleSignal:
         0xbe9dcb0 s Context>handleSignal:
         0xbea2320 s Context>handleSignal:
         0xbea68d8 s Context>handleSignal:
         0xbeaadd8 s Context>handleSignal:
         0xbeaf220 s Context>handleSignal:
         0xbeb35b0 s Context>handleSignal:
         0xbeb7888 s Context>handleSignal:
         0xbebbaa8 s Context>handleSignal:
         0xbebfc10 s Context>handleSignal:
         0xbec3cc0 s Context>handleSignal:
         0xbec7cb8 s Context>handleSignal:
         0xbecbbf8 s Context>handleSignal:
         0xbecfa80 s Context>handleSignal:
         0xbed3850 s Context>handleSignal:
         0xbed7568 s Context>handleSignal:
         0xbedb1c8 s Context>handleSignal:
         0xbeded70 s Context>handleSignal:
         0xbee2860 s Context>handleSignal:
         0xbee61e0 s Context>handleSignal:
         0xbee9aa8 s Context>handleSignal:
         0xbeed2b8 s Context>handleSignal:
         0xbef0a10 s Context>handleSignal:
         0xbef40b0 s Context>handleSignal:
         0xbef7698 s Context>handleSignal:
         0xbefabc8 s Context>handleSignal:
         0xbefe040 s Context>handleSignal:
         0xbf01400 s Context>handleSignal:
         0xbf04708 s Context>handleSignal:
         0xbf07958 s Context>handleSignal:
         0xbf0aaf0 s Context>handleSignal:
         0xbf0dbd0 s Context>handleSignal:
         0xbf10bf8 s Context>handleSignal:
         0xbf13b68 s Context>handleSignal:
         0xbf16a20 s Context>handleSignal:
         0xbf19820 s Context>handleSignal:
         0xbf1c568 s Context>handleSignal:
         0xbf1f1f8 s Context>handleSignal:
         0xbf21dd0 s Context>handleSignal:
         0xbf248f0 s Context>handleSignal:
         0xbf27358 s Context>handleSignal:
         0xbf29d08 s Context>handleSignal:
         0xbf2c600 s Context>handleSignal:
         0xbf2ee40 s Context>handleSignal:
         0xbf315c8 s Context>handleSignal:
         0xbf33c98 s Context>handleSignal:
         0xbf362b0 s Context>handleSignal:
         0xbf38810 s Context>handleSignal:
         0xbf3acb8 s Context>handleSignal:
         0xbf3d0a8 s Context>handleSignal:
         0xbf3f3e0 s Context>handleSignal:
         0xbf41660 s Context>handleSignal:
         0xbf43828 s Context>handleSignal:
         0xbf45938 s Context>handleSignal:
         0xbf47990 s Context>handleSignal:
         0xbf49930 s Context>handleSignal:
         0xbf4b818 s Context>handleSignal:
         0xbf4d648 s Context>handleSignal:
         0xbf4f3c0 s Context>handleSignal:
         0xbf51080 s Context>handleSignal:
         0xbf52c88 s Context>handleSignal:
         0xbf547d8 s Context>handleSignal:
         0xbf56270 s Context>handleSignal:
         0xbf57c50 s Context>handleSignal:
         0xbf59578 s Context>handleSignal:
         0xbf5ade8 s Context>handleSignal:
         0xbf5c5a0 s Context>handleSignal:
         0xbf5dca0 s Context>handleSignal:
         0xbf5f2e8 s Context>handleSignal:
         0xbf60878 s Context>handleSignal:
         0xbf61d50 s Context>handleSignal:
         0xbf63170 s Context>handleSignal:
         0xbf644d8 s Context>handleSignal:
         0xbf65788 s Context>handleSignal:
         0xbf66980 s Context>handleSignal:
         0xbf67ac0 s Context>handleSignal:
         0xbf68b48 s Context>handleSignal:
         0xbf69b18 s Context>handleSignal:
         0xbf6aa30 s Context>handleSignal:
         0xbf6b890 s Context>handleSignal:
         0xbf8a2f8 s Halt(Exception)>signal
         0xbfa7470 s Halt class(Exception class)>signal
         0xbfda038 s Halt class>now
         0xbfcb660 s FullBlockClosure(Object)>halt
         0xbff4b90 s FullBlockClosure>printOn:
         0xc017a90 s Context>printOn:
         0xc0426f8 s Context>printDebugOn:
         0xc042588 s [] in Context>debugStack:on:
         0xc05c738 s OrderedCollection>do:
         0xbfcb228 s Context>debugStack:on:
         0xbff47a8 s Context>shortDebugStackOn:
         0xc0176d8 s [] in SmalltalkImage>logError:inContext:
         0xc0421f0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf89830 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa66a8 s SmalltalkImage>logStdErrorDuring:
         0xbfd9330 s SmalltalkImage>logError:inContext:
         0xbffd5c0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc020df8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04d288 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0626d0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06ef78 s Halt(Exception)>unhandledErrorAction
         0xc08c1e8 s Halt(UnhandledException)>defaultAction
         0xc0e9208 s UndefinedObject>handleSignal:
         0xc0e92c0 s Context>handleSignal:
         0xc0e9378 s Context>handleSignal:
         0xc0e9430 s Context>handleSignal:
         0xc0e94e8 s Context>handleSignal:
         0xc0e95a0 s Context>handleSignal:
         0xc0e9658 s Context>handleSignal:
         0xc0e9710 s Context>handleSignal:
         0xc0e97c8 s Context>handleSignal:
         0xc0e9880 s Context>handleSignal:
         0xc0e9938 s Context>handleSignal:
         0xc1079e0 s Context>handleSignal:
         0xc113100 s Context>handleSignal:
         0xc11dfa8 s Context>handleSignal:
         0xc128890 s Context>handleSignal:
         0xc1330c0 s Context>handleSignal:
         0xc13d8f0 s Context>handleSignal:
         0xc148120 s Context>handleSignal:
         0xc152950 s Context>handleSignal:
         0xc15d180 s Context>handleSignal:
         0xc1679b0 s Context>handleSignal:
         0xc1721e0 s Context>handleSignal:
         0xc17ca10 s Context>handleSignal:
         0xc187240 s Context>handleSignal:
         0xc191a70 s Context>handleSignal:
         0xc19c2a0 s Context>handleSignal:
         0xc1a6ad0 s Context>handleSignal:
         0xc1b1300 s Context>handleSignal:
         0xc1bbb30 s Context>handleSignal:
         0xc1c6360 s Context>handleSignal:
         0xc1d0b90 s Context>handleSignal:
         0xc1db3c0 s Context>handleSignal:
         0xc1e5bf0 s Context>handleSignal:
         0xc1f0420 s Context>handleSignal:
         0xc1fac50 s Context>handleSignal:
         0xc205480 s Context>handleSignal:
         0xc20fcb0 s Context>handleSignal:
         0xc21a4e0 s Context>handleSignal:
         0xc224d10 s Context>handleSignal:
         0xc22f540 s Context>handleSignal:
         0xc239d70 s Context>handleSignal:
         0xc2445a0 s Context>handleSignal:
         0xc24edd0 s Context>handleSignal:
         0xc259600 s Context>handleSignal:
         0xb7d9c78 s Context>handleSignal:
         0xb7e4560 s Context>handleSignal:
         0xb7eee48 s Context>handleSignal:
         0xb7f9730 s Context>handleSignal:
         0xb804018 s Context>handleSignal:
         0xb80e900 s Context>handleSignal:
         0xb8191e8 s Context>handleSignal:
         0xb823ad0 s Context>handleSignal:
         0xb82e3b8 s Context>handleSignal:
         0xb838ca0 s Context>handleSignal:
         0xb843588 s Context>handleSignal:
         0xb84de70 s Context>handleSignal:
         0xb858758 s Context>handleSignal:
         0xb863040 s Context>handleSignal:
         0xb86d928 s Context>handleSignal:
         0xb878210 s Context>handleSignal:
         0xb882af8 s Context>handleSignal:
         0xb88d3e0 s Context>handleSignal:
         0xb897cc8 s Context>handleSignal:
         0xb8a25b0 s Context>handleSignal:
         0xb8ace98 s Context>handleSignal:
         0xb8b7780 s Context>handleSignal:
         0xb8c2068 s Context>handleSignal:
         0xb8cc950 s Context>handleSignal:
         0xb8d7238 s Context>handleSignal:
         0xb8e1b20 s Context>handleSignal:
         0xb8ec408 s Context>handleSignal:
         0xb8f6cf0 s Context>handleSignal:
         0xb9015d8 s Context>handleSignal:
         0xb90bec0 s Context>handleSignal:
         0xb9167a8 s Context>handleSignal:
         0xb921090 s Context>handleSignal:
         0xb92b978 s Context>handleSignal:
         0xb936260 s Context>handleSignal:
         0xb940b48 s Context>handleSignal:
         0xb94b430 s Context>handleSignal:
         0xb955d18 s Context>handleSignal:
         0xb960600 s Context>handleSignal:
         0xb96aee8 s Context>handleSignal:
         0xb9757d0 s Context>handleSignal:
         0xb9800b8 s Context>handleSignal:
         0xb98a9a0 s Context>handleSignal:
         0xb995288 s Context>handleSignal:
         0xb99fb70 s Context>handleSignal:
         0xb9aa458 s Context>handleSignal:
         0xb9b4d40 s Context>handleSignal:
         0xb9bf628 s Context>handleSignal:
         0xb9c9f10 s Context>handleSignal:
         0xb9d47f8 s Context>handleSignal:
         0xb9df0e0 s Context>handleSignal:
         0xb9e99c8 s Context>handleSignal:
         0xb9f42b0 s Context>handleSignal:
         0xb9feb98 s Context>handleSignal:
         0xba09480 s Context>handleSignal:
         0xba13d68 s Context>handleSignal:
         0xba1e650 s Context>handleSignal:
         0xba28f38 s Context>handleSignal:
         0xba33820 s Context>handleSignal:
         0xba3e108 s Context>handleSignal:
         0xba45070 s Context>handleSignal:
         0xba4a1a8 s Context>handleSignal:
         0xba4f228 s Context>handleSignal:
         0xba541f0 s Context>handleSignal:
         0xba591b8 s Context>handleSignal:
         0xba5e0c8 s Context>handleSignal:
         0xba62f20 s Context>handleSignal:
         0xba67d78 s Context>handleSignal:
         0xba6cb18 s Context>handleSignal:
         0xba718b8 s Context>handleSignal:
         0xba765a0 s Context>handleSignal:
         0xba7b288 s Context>handleSignal:
         0xba7ff70 s Context>handleSignal:
         0xba84c58 s Context>handleSignal:
         0xba89940 s Context>handleSignal:
         0xba8e628 s Context>handleSignal:
         0xba93310 s Context>handleSignal:
         0xba97ff8 s Context>handleSignal:
         0xba9cce0 s Context>handleSignal:
         0xbaa19c8 s Context>handleSignal:
         0xbaa66b0 s Context>handleSignal:
         0xbaab398 s Context>handleSignal:
         0xbab0080 s Context>handleSignal:
         0xbab4d68 s Context>handleSignal:
         0xbab9a50 s Context>handleSignal:
         0xbabe738 s Context>handleSignal:
         0xbac3420 s Context>handleSignal:
         0xbac8108 s Context>handleSignal:
         0xbaccdf0 s Context>handleSignal:
         0xbad1ad8 s Context>handleSignal:
         0xbad67c0 s Context>handleSignal:
         0xbadb4a8 s Context>handleSignal:
         0xbae0190 s Context>handleSignal:
         0xbae4e78 s Context>handleSignal:
         0xbae9b60 s Context>handleSignal:
         0xbaee848 s Context>handleSignal:
         0xbaf3530 s Context>handleSignal:
         0xbaf8218 s Context>handleSignal:
         0xbafcf00 s Context>handleSignal:
         0xbb01be8 s Context>handleSignal:
         0xbb068d0 s Context>handleSignal:
         0xbb0b5b8 s Context>handleSignal:
         0xbb102a0 s Context>handleSignal:
         0xbb14f88 s Context>handleSignal:
         0xbb19c70 s Context>handleSignal:
         0xbb1e958 s Context>handleSignal:
         0xbb23640 s Context>handleSignal:
         0xbb28328 s Context>handleSignal:
         0xbb2d010 s Context>handleSignal:
         0xbb31cf8 s Context>handleSignal:
         0xbb369e0 s Context>handleSignal:
         0xbb3b6c8 s Context>handleSignal:
         0xbb403b0 s Context>handleSignal:
         0xbb45098 s Context>handleSignal:
         0xbb49d80 s Context>handleSignal:
         0xbb4ea68 s Context>handleSignal:
         0xbb53750 s Context>handleSignal:
         0xbb58438 s Context>handleSignal:
         0xbb5d120 s Context>handleSignal:
         0xbb61e08 s Context>handleSignal:
         0xbb66af0 s Context>handleSignal:
         0xbb6b7d8 s Context>handleSignal:
         0xbb704c0 s Context>handleSignal:
         0xbb751a8 s Context>handleSignal:
         0xbb79e90 s Context>handleSignal:
         0xbb7eb78 s Context>handleSignal:
         0xbb83860 s Context>handleSignal:
         0xbb88548 s Context>handleSignal:
         0xbb8d230 s Context>handleSignal:
         0xbb91f18 s Context>handleSignal:
         0xbb96c00 s Context>handleSignal:
         0xbb9b8e8 s Context>handleSignal:
         0xbba0518 s Context>handleSignal:
         0xbba5148 s Context>handleSignal:
         0xbba9d78 s Context>handleSignal:
         0xbbae9a8 s Context>handleSignal:
         0xbbb35d8 s Context>handleSignal:
         0xbbb8208 s Context>handleSignal:
         0xbbbce38 s Context>handleSignal:
         0xbbc1a68 s Context>handleSignal:
         0xbbc6698 s Context>handleSignal:
         0xbbcb2c8 s Context>handleSignal:
         0xbbcfef8 s Context>handleSignal:
         0xbbd4b28 s Context>handleSignal:
         0xbbd9758 s Context>handleSignal:
         0xbbde388 s Context>handleSignal:
         0xbbe2fb8 s Context>handleSignal:
         0xbbe7be8 s Context>handleSignal:
         0xbbec818 s Context>handleSignal:
         0xbbf1448 s Context>handleSignal:
         0xbbf6078 s Context>handleSignal:
         0xbbfaca8 s Context>handleSignal:
         0xbbff8d8 s Context>handleSignal:
         0xbc04508 s Context>handleSignal:
         0xbc09138 s Context>handleSignal:
         0xbc0dd68 s Context>handleSignal:
         0xbc12998 s Context>handleSignal:
         0xbc175c8 s Context>handleSignal:
         0xbc1c1f8 s Context>handleSignal:
         0xbc20e28 s Context>handleSignal:
         0xbc25a58 s Context>handleSignal:
         0xbc2a688 s Context>handleSignal:
         0xbc2f2b8 s Context>handleSignal:
         0xbc33ee8 s Context>handleSignal:
         0xbc38b18 s Context>handleSignal:
         0xbc3d748 s Context>handleSignal:
         0xbc42378 s Context>handleSignal:
         0xbc46fa8 s Context>handleSignal:
         0xbc4bbd8 s Context>handleSignal:
         0xbc50808 s Context>handleSignal:
         0xbc55508 s Context>handleSignal:
         0xbc5a138 s Context>handleSignal:
         0xbc5ed68 s Context>handleSignal:
         0xbc63998 s Context>handleSignal:
         0xbc685c8 s Context>handleSignal:
         0xbc6d1f8 s Context>handleSignal:
         0xbc71e28 s Context>handleSignal:
         0xbc76a58 s Context>handleSignal:
         0xbc7b688 s Context>handleSignal:
         0xbc802b8 s Context>handleSignal:
         0xbc84ee8 s Context>handleSignal:
         0xbc89b18 s Context>handleSignal:
         0xbc8e748 s Context>handleSignal:
         0xbc93378 s Context>handleSignal:
         0xbc97fa8 s Context>handleSignal:
         0xbc9cbd8 s Context>handleSignal:
         0xbca1808 s Context>handleSignal:
         0xbca6438 s Context>handleSignal:
         0xbcab068 s Context>handleSignal:
         0xbcafc98 s Context>handleSignal:
         0xbcb48c8 s Context>handleSignal:
         0xbcb94f8 s Context>handleSignal:
         0xbcbe128 s Context>handleSignal:
         0xbcc2d58 s Context>handleSignal:
         0xbcc7988 s Context>handleSignal:
         0xbccc5b8 s Context>handleSignal:
         0xbcd11e8 s Context>handleSignal:
         0xbcd5e18 s Context>handleSignal:
         0xbcdaa48 s Context>handleSignal:
         0xbcdf678 s Context>handleSignal:
         0xbce42a8 s Context>handleSignal:
         0xbce8ed8 s Context>handleSignal:
         0xbcedb08 s Context>handleSignal:
         0xbcf2738 s Context>handleSignal:
         0xbcf7368 s Context>handleSignal:
         0xbcfbf98 s Context>handleSignal:
         0xbd00bc8 s Context>handleSignal:
         0xbd057f8 s Context>handleSignal:
         0xbd0a428 s Context>handleSignal:
         0xbd0f058 s Context>handleSignal:
         0xbd13c88 s Context>handleSignal:
         0xbd188b8 s Context>handleSignal:
         0xbd1d4e8 s Context>handleSignal:
         0xbd22118 s Context>handleSignal:
         0xbd26d48 s Context>handleSignal:
         0xbd2b978 s Context>handleSignal:
         0xbd305a8 s Context>handleSignal:
         0xbd351d8 s Context>handleSignal:
         0xbd39e08 s Context>handleSignal:
         0xbd3ea38 s Context>handleSignal:
         0xbd43668 s Context>handleSignal:
         0xbd48298 s Context>handleSignal:
         0xbd4cec8 s Context>handleSignal:
         0xbd51af8 s Context>handleSignal:
         0xbd56728 s Context>handleSignal:
         0xbd5b358 s Context>handleSignal:
         0xbd5ff88 s Context>handleSignal:
         0xbd64bb8 s Context>handleSignal:
         0xbd697e8 s Context>handleSignal:
         0xbd6e418 s Context>handleSignal:
         0xbd73048 s Context>handleSignal:
         0xbd77c78 s Context>handleSignal:
         0xbd7c8a8 s Context>handleSignal:
         0xbd814d8 s Context>handleSignal:
         0xbd86108 s Context>handleSignal:
         0xbd8ad38 s Context>handleSignal:
         0xbd8f968 s Context>handleSignal:
         0xbd94598 s Context>handleSignal:
         0xbd991c8 s Context>handleSignal:
         0xbd9ddf8 s Context>handleSignal:
         0xbda2a28 s Context>handleSignal:
         0xbda7658 s Context>handleSignal:
         0xbdac288 s Context>handleSignal:
         0xbdb0eb8 s Context>handleSignal:
         0xbdb5ae8 s Context>handleSignal:
         0xbdba718 s Context>handleSignal:
         0xbdbf348 s Context>handleSignal:
         0xbdc3f78 s Context>handleSignal:
         0xbdc8ba8 s Context>handleSignal:
         0xbdcd7d8 s Context>handleSignal:
         0xbdd2408 s Context>handleSignal:
         0xbdd7038 s Context>handleSignal:
         0xbddbc68 s Context>handleSignal:
         0xbde0898 s Context>handleSignal:
         0xbde54c8 s Context>handleSignal:
         0xbdea0f8 s Context>handleSignal:
         0xbdeed28 s Context>handleSignal:
         0xbdf3958 s Context>handleSignal:
         0xbdf8588 s Context>handleSignal:
         0xbdfd1b8 s Context>handleSignal:
         0xbe01de8 s Context>handleSignal:
         0xbe06a18 s Context>handleSignal:
         0xbe0b648 s Context>handleSignal:
         0xbe10278 s Context>handleSignal:
         0xbe14ea8 s Context>handleSignal:
         0xbe19ad8 s Context>handleSignal:
         0xbe1e708 s Context>handleSignal:
         0xbe23338 s Context>handleSignal:
         0xbe27f68 s Context>handleSignal:
         0xbe2cb98 s Context>handleSignal:
         0xbe317c8 s Context>handleSignal:
         0xbe363f8 s Context>handleSignal:
         0xbe3b028 s Context>handleSignal:
         0xbe3fc58 s Context>handleSignal:
         0xbe44888 s Context>handleSignal:
         0xbe494b8 s Context>handleSignal:
         0xbe4e0e8 s Context>handleSignal:
         0xbe52d18 s Context>handleSignal:
         0xbe57948 s Context>handleSignal:
         0xbe5c578 s Context>handleSignal:
         0xbe611a8 s Context>handleSignal:
         0xbe65dd8 s Context>handleSignal:
         0xbe6aa08 s Context>handleSignal:
         0xbe6f638 s Context>handleSignal:
         0xbe74268 s Context>handleSignal:
         0xbe78e98 s Context>handleSignal:
         0xbe7dac8 s Context>handleSignal:
         0xbe82640 s Context>handleSignal:
         0xbe87100 s Context>handleSignal:
         0xbe8bb08 s Context>handleSignal:
         0xbe90458 s Context>handleSignal:
         0xbe94cf0 s Context>handleSignal:
         0xbe994d0 s Context>handleSignal:
         0xbe9dbf8 s Context>handleSignal:
         0xbea2268 s Context>handleSignal:
         0xbea6820 s Context>handleSignal:
         0xbeaad20 s Context>handleSignal:
         0xbeaf168 s Context>handleSignal:
         0xbeb34f8 s Context>handleSignal:
         0xbeb77d0 s Context>handleSignal:
         0xbebb9f0 s Context>handleSignal:
         0xbebfb58 s Context>handleSignal:
         0xbec3c08 s Context>handleSignal:
         0xbec7c00 s Context>handleSignal:
         0xbecbb40 s Context>handleSignal:
         0xbecf9c8 s Context>handleSignal:
         0xbed3798 s Context>handleSignal:
         0xbed74b0 s Context>handleSignal:
         0xbedb110 s Context>handleSignal:
         0xbedecb8 s Context>handleSignal:
         0xbee27a8 s Context>handleSignal:
         0xbee6128 s Context>handleSignal:
         0xbee99f0 s Context>handleSignal:
         0xbeed200 s Context>handleSignal:
         0xbef0958 s Context>handleSignal:
         0xbef3ff8 s Context>handleSignal:
         0xbef75e0 s Context>handleSignal:
         0xbefab10 s Context>handleSignal:
         0xbefdf88 s Context>handleSignal:
         0xbf01348 s Context>handleSignal:
         0xbf04650 s Context>handleSignal:
         0xbf078a0 s Context>handleSignal:
         0xbf0aa38 s Context>handleSignal:
         0xbf0db18 s Context>handleSignal:
         0xbf10b40 s Context>handleSignal:
         0xbf13ab0 s Context>handleSignal:
         0xbf16968 s Context>handleSignal:
         0xbf19768 s Context>handleSignal:
         0xbf1c4b0 s Context>handleSignal:
         0xbf1f140 s Context>handleSignal:
         0xbf21d18 s Context>handleSignal:
         0xbf24838 s Context>handleSignal:
         0xbf272a0 s Context>handleSignal:
         0xbf29c50 s Context>handleSignal:
         0xbf2c548 s Context>handleSignal:
         0xbf2ed88 s Context>handleSignal:
         0xbf31510 s Context>handleSignal:
         0xbf33be0 s Context>handleSignal:
         0xbf361f8 s Context>handleSignal:
         0xbf38758 s Context>handleSignal:
         0xbf3ac00 s Context>handleSignal:
         0xbf3cff0 s Context>handleSignal:
         0xbf3f328 s Context>handleSignal:
         0xbf415a8 s Context>handleSignal:
         0xbf43770 s Context>handleSignal:
         0xbf45880 s Context>handleSignal:
         0xbf478d8 s Context>handleSignal:
         0xbf49878 s Context>handleSignal:
         0xbf4b760 s Context>handleSignal:
         0xbf4d590 s Context>handleSignal:
         0xbf4f308 s Context>handleSignal:
         0xbf50fc8 s Context>handleSignal:
         0xbf52bd0 s Context>handleSignal:
         0xbf54720 s Context>handleSignal:
         0xbf561b8 s Context>handleSignal:
         0xbf57b98 s Context>handleSignal:
         0xbf594c0 s Context>handleSignal:
         0xbf5ad30 s Context>handleSignal:
         0xbf5c4e8 s Context>handleSignal:
         0xbf5dbe8 s Context>handleSignal:
         0xbf5f230 s Context>handleSignal:
         0xbf607c0 s Context>handleSignal:
         0xbf61c98 s Context>handleSignal:
         0xbf630b8 s Context>handleSignal:
         0xbf64420 s Context>handleSignal:
         0xbf656d0 s Context>handleSignal:
         0xbf668c8 s Context>handleSignal:
         0xbf67a08 s Context>handleSignal:
         0xbf68a90 s Context>handleSignal:
         0xbf69a60 s Context>handleSignal:
         0xbf6a978 s Context>handleSignal:
         0xbf8a188 s Halt(Exception)>signal
         0xbfa72a0 s Halt class(Exception class)>signal
         0xbfd9e80 s Halt class>now
         0xbfcb2e0 s FullBlockClosure(Object)>halt
         0xbff4860 s FullBlockClosure>printOn:
         0xc017790 s Context>printOn:
         0xc0422a8 s Context>printDebugOn:
         0xc0427b0 s [] in Context>debugStack:on:
         0xc05c7f0 s OrderedCollection>do:
         0xbfc84a8 s Context>debugStack:on:
         0xbff1e38 s Context>shortDebugStackOn:
         0xc014fd8 s [] in SmalltalkImage>logError:inContext:
         0xc03e9e0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf896c0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa64d8 s SmalltalkImage>logStdErrorDuring:
         0xbfd9178 s SmalltalkImage>logError:inContext:
         0xbffd4f8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc020d08 s FullBlockClosure(BlockClosure)>ensure:
         0xc04d1a8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062618 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06eec0 s Halt(Exception)>unhandledErrorAction
         0xc08c130 s Halt(UnhandledException)>defaultAction
         0xc0e8238 s UndefinedObject>handleSignal:
         0xc0e82f0 s Context>handleSignal:
         0xc0e83a8 s Context>handleSignal:
         0xc0e8460 s Context>handleSignal:
         0xc0e8518 s Context>handleSignal:
         0xc0e85d0 s Context>handleSignal:
         0xc0e8688 s Context>handleSignal:
         0xc0e8740 s Context>handleSignal:
         0xc0e87f8 s Context>handleSignal:
         0xc0e88b0 s Context>handleSignal:
         0xc0e8968 s Context>handleSignal:
         0xc107870 s Context>handleSignal:
         0xc112f90 s Context>handleSignal:
         0xc11de38 s Context>handleSignal:
         0xc128720 s Context>handleSignal:
         0xc132f50 s Context>handleSignal:
         0xc13d780 s Context>handleSignal:
         0xc147fb0 s Context>handleSignal:
         0xc1527e0 s Context>handleSignal:
         0xc15d010 s Context>handleSignal:
         0xc167840 s Context>handleSignal:
         0xc172070 s Context>handleSignal:
         0xc17c8a0 s Context>handleSignal:
         0xc1870d0 s Context>handleSignal:
         0xc191900 s Context>handleSignal:
         0xc19c130 s Context>handleSignal:
         0xc1a6960 s Context>handleSignal:
         0xc1b1190 s Context>handleSignal:
         0xc1bb9c0 s Context>handleSignal:
         0xc1c61f0 s Context>handleSignal:
         0xc1d0a20 s Context>handleSignal:
         0xc1db250 s Context>handleSignal:
         0xc1e5a80 s Context>handleSignal:
         0xc1f02b0 s Context>handleSignal:
         0xc1faae0 s Context>handleSignal:
         0xc205310 s Context>handleSignal:
         0xc20fb40 s Context>handleSignal:
         0xc21a370 s Context>handleSignal:
         0xc224ba0 s Context>handleSignal:
         0xc22f3d0 s Context>handleSignal:
         0xc239c00 s Context>handleSignal:
         0xc244430 s Context>handleSignal:
         0xc24ec60 s Context>handleSignal:
         0xc259490 s Context>handleSignal:
         0xb7d9bc0 s Context>handleSignal:
         0xb7e44a8 s Context>handleSignal:
         0xb7eed90 s Context>handleSignal:
         0xb7f9678 s Context>handleSignal:
         0xb803f60 s Context>handleSignal:
         0xb80e848 s Context>handleSignal:
         0xb819130 s Context>handleSignal:
         0xb823a18 s Context>handleSignal:
         0xb82e300 s Context>handleSignal:
         0xb838be8 s Context>handleSignal:
         0xb8434d0 s Context>handleSignal:
         0xb84ddb8 s Context>handleSignal:
         0xb8586a0 s Context>handleSignal:
         0xb862f88 s Context>handleSignal:
         0xb86d870 s Context>handleSignal:
         0xb878158 s Context>handleSignal:
         0xb882a40 s Context>handleSignal:
         0xb88d328 s Context>handleSignal:
         0xb897c10 s Context>handleSignal:
         0xb8a24f8 s Context>handleSignal:
         0xb8acde0 s Context>handleSignal:
         0xb8b76c8 s Context>handleSignal:
         0xb8c1fb0 s Context>handleSignal:
         0xb8cc898 s Context>handleSignal:
         0xb8d7180 s Context>handleSignal:
         0xb8e1a68 s Context>handleSignal:
         0xb8ec350 s Context>handleSignal:
         0xb8f6c38 s Context>handleSignal:
         0xb901520 s Context>handleSignal:
         0xb90be08 s Context>handleSignal:
         0xb9166f0 s Context>handleSignal:
         0xb920fd8 s Context>handleSignal:
         0xb92b8c0 s Context>handleSignal:
         0xb9361a8 s Context>handleSignal:
         0xb940a90 s Context>handleSignal:
         0xb94b378 s Context>handleSignal:
         0xb955c60 s Context>handleSignal:
         0xb960548 s Context>handleSignal:
         0xb96ae30 s Context>handleSignal:
         0xb975718 s Context>handleSignal:
         0xb980000 s Context>handleSignal:
         0xb98a8e8 s Context>handleSignal:
         0xb9951d0 s Context>handleSignal:
         0xb99fab8 s Context>handleSignal:
         0xb9aa3a0 s Context>handleSignal:
         0xb9b4c88 s Context>handleSignal:
         0xb9bf570 s Context>handleSignal:
         0xb9c9e58 s Context>handleSignal:
         0xb9d4740 s Context>handleSignal:
         0xb9df028 s Context>handleSignal:
         0xb9e9910 s Context>handleSignal:
         0xb9f41f8 s Context>handleSignal:
         0xb9feae0 s Context>handleSignal:
         0xba093c8 s Context>handleSignal:
         0xba13cb0 s Context>handleSignal:
         0xba1e598 s Context>handleSignal:
         0xba28e80 s Context>handleSignal:
         0xba33768 s Context>handleSignal:
         0xba3e050 s Context>handleSignal:
         0xba44fb8 s Context>handleSignal:
         0xba4a0f0 s Context>handleSignal:
         0xba4f170 s Context>handleSignal:
         0xba54138 s Context>handleSignal:
         0xba59100 s Context>handleSignal:
         0xba5e010 s Context>handleSignal:
         0xba62e68 s Context>handleSignal:
         0xba67cc0 s Context>handleSignal:
         0xba6ca60 s Context>handleSignal:
         0xba71800 s Context>handleSignal:
         0xba764e8 s Context>handleSignal:
         0xba7b1d0 s Context>handleSignal:
         0xba7feb8 s Context>handleSignal:
         0xba84ba0 s Context>handleSignal:
         0xba89888 s Context>handleSignal:
         0xba8e570 s Context>handleSignal:
         0xba93258 s Context>handleSignal:
         0xba97f40 s Context>handleSignal:
         0xba9cc28 s Context>handleSignal:
         0xbaa1910 s Context>handleSignal:
         0xbaa65f8 s Context>handleSignal:
         0xbaab2e0 s Context>handleSignal:
         0xbaaffc8 s Context>handleSignal:
         0xbab4cb0 s Context>handleSignal:
         0xbab9998 s Context>handleSignal:
         0xbabe680 s Context>handleSignal:
         0xbac3368 s Context>handleSignal:
         0xbac8050 s Context>handleSignal:
         0xbaccd38 s Context>handleSignal:
         0xbad1a20 s Context>handleSignal:
         0xbad6708 s Context>handleSignal:
         0xbadb3f0 s Context>handleSignal:
         0xbae00d8 s Context>handleSignal:
         0xbae4dc0 s Context>handleSignal:
         0xbae9aa8 s Context>handleSignal:
         0xbaee790 s Context>handleSignal:
         0xbaf3478 s Context>handleSignal:
         0xbaf8160 s Context>handleSignal:
         0xbafce48 s Context>handleSignal:
         0xbb01b30 s Context>handleSignal:
         0xbb06818 s Context>handleSignal:
         0xbb0b500 s Context>handleSignal:
         0xbb101e8 s Context>handleSignal:
         0xbb14ed0 s Context>handleSignal:
         0xbb19bb8 s Context>handleSignal:
         0xbb1e8a0 s Context>handleSignal:
         0xbb23588 s Context>handleSignal:
         0xbb28270 s Context>handleSignal:
         0xbb2cf58 s Context>handleSignal:
         0xbb31c40 s Context>handleSignal:
         0xbb36928 s Context>handleSignal:
         0xbb3b610 s Context>handleSignal:
         0xbb402f8 s Context>handleSignal:
         0xbb44fe0 s Context>handleSignal:
         0xbb49cc8 s Context>handleSignal:
         0xbb4e9b0 s Context>handleSignal:
         0xbb53698 s Context>handleSignal:
         0xbb58380 s Context>handleSignal:
         0xbb5d068 s Context>handleSignal:
         0xbb61d50 s Context>handleSignal:
         0xbb66a38 s Context>handleSignal:
         0xbb6b720 s Context>handleSignal:
         0xbb70408 s Context>handleSignal:
         0xbb750f0 s Context>handleSignal:
         0xbb79dd8 s Context>handleSignal:
         0xbb7eac0 s Context>handleSignal:
         0xbb837a8 s Context>handleSignal:
         0xbb88490 s Context>handleSignal:
         0xbb8d178 s Context>handleSignal:
         0xbb91e60 s Context>handleSignal:
         0xbb96b48 s Context>handleSignal:
         0xbb9b830 s Context>handleSignal:
         0xbba0460 s Context>handleSignal:
         0xbba5090 s Context>handleSignal:
         0xbba9cc0 s Context>handleSignal:
         0xbbae8f0 s Context>handleSignal:
         0xbbb3520 s Context>handleSignal:
         0xbbb8150 s Context>handleSignal:
         0xbbbcd80 s Context>handleSignal:
         0xbbc19b0 s Context>handleSignal:
         0xbbc65e0 s Context>handleSignal:
         0xbbcb210 s Context>handleSignal:
         0xbbcfe40 s Context>handleSignal:
         0xbbd4a70 s Context>handleSignal:
         0xbbd96a0 s Context>handleSignal:
         0xbbde2d0 s Context>handleSignal:
         0xbbe2f00 s Context>handleSignal:
         0xbbe7b30 s Context>handleSignal:
         0xbbec760 s Context>handleSignal:
         0xbbf1390 s Context>handleSignal:
         0xbbf5fc0 s Context>handleSignal:
         0xbbfabf0 s Context>handleSignal:
         0xbbff820 s Context>handleSignal:
         0xbc04450 s Context>handleSignal:
         0xbc09080 s Context>handleSignal:
         0xbc0dcb0 s Context>handleSignal:
         0xbc128e0 s Context>handleSignal:
         0xbc17510 s Context>handleSignal:
         0xbc1c140 s Context>handleSignal:
         0xbc20d70 s Context>handleSignal:
         0xbc259a0 s Context>handleSignal:
         0xbc2a5d0 s Context>handleSignal:
         0xbc2f200 s Context>handleSignal:
         0xbc33e30 s Context>handleSignal:
         0xbc38a60 s Context>handleSignal:
         0xbc3d690 s Context>handleSignal:
         0xbc422c0 s Context>handleSignal:
         0xbc46ef0 s Context>handleSignal:
         0xbc4bb20 s Context>handleSignal:
         0xbc50750 s Context>handleSignal:
         0xbc55450 s Context>handleSignal:
         0xbc5a080 s Context>handleSignal:
         0xbc5ecb0 s Context>handleSignal:
         0xbc638e0 s Context>handleSignal:
         0xbc68510 s Context>handleSignal:
         0xbc6d140 s Context>handleSignal:
         0xbc71d70 s Context>handleSignal:
         0xbc769a0 s Context>handleSignal:
         0xbc7b5d0 s Context>handleSignal:
         0xbc80200 s Context>handleSignal:
         0xbc84e30 s Context>handleSignal:
         0xbc89a60 s Context>handleSignal:
         0xbc8e690 s Context>handleSignal:
         0xbc932c0 s Context>handleSignal:
         0xbc97ef0 s Context>handleSignal:
         0xbc9cb20 s Context>handleSignal:
         0xbca1750 s Context>handleSignal:
         0xbca6380 s Context>handleSignal:
         0xbcaafb0 s Context>handleSignal:
         0xbcafbe0 s Context>handleSignal:
         0xbcb4810 s Context>handleSignal:
         0xbcb9440 s Context>handleSignal:
         0xbcbe070 s Context>handleSignal:
         0xbcc2ca0 s Context>handleSignal:
         0xbcc78d0 s Context>handleSignal:
         0xbccc500 s Context>handleSignal:
         0xbcd1130 s Context>handleSignal:
         0xbcd5d60 s Context>handleSignal:
         0xbcda990 s Context>handleSignal:
         0xbcdf5c0 s Context>handleSignal:
         0xbce41f0 s Context>handleSignal:
         0xbce8e20 s Context>handleSignal:
         0xbceda50 s Context>handleSignal:
         0xbcf2680 s Context>handleSignal:
         0xbcf72b0 s Context>handleSignal:
         0xbcfbee0 s Context>handleSignal:
         0xbd00b10 s Context>handleSignal:
         0xbd05740 s Context>handleSignal:
         0xbd0a370 s Context>handleSignal:
         0xbd0efa0 s Context>handleSignal:
         0xbd13bd0 s Context>handleSignal:
         0xbd18800 s Context>handleSignal:
         0xbd1d430 s Context>handleSignal:
         0xbd22060 s Context>handleSignal:
         0xbd26c90 s Context>handleSignal:
         0xbd2b8c0 s Context>handleSignal:
         0xbd304f0 s Context>handleSignal:
         0xbd35120 s Context>handleSignal:
         0xbd39d50 s Context>handleSignal:
         0xbd3e980 s Context>handleSignal:
         0xbd435b0 s Context>handleSignal:
         0xbd481e0 s Context>handleSignal:
         0xbd4ce10 s Context>handleSignal:
         0xbd51a40 s Context>handleSignal:
         0xbd56670 s Context>handleSignal:
         0xbd5b2a0 s Context>handleSignal:
         0xbd5fed0 s Context>handleSignal:
         0xbd64b00 s Context>handleSignal:
         0xbd69730 s Context>handleSignal:
         0xbd6e360 s Context>handleSignal:
         0xbd72f90 s Context>handleSignal:
         0xbd77bc0 s Context>handleSignal:
         0xbd7c7f0 s Context>handleSignal:
         0xbd81420 s Context>handleSignal:
         0xbd86050 s Context>handleSignal:
         0xbd8ac80 s Context>handleSignal:
         0xbd8f8b0 s Context>handleSignal:
         0xbd944e0 s Context>handleSignal:
         0xbd99110 s Context>handleSignal:
         0xbd9dd40 s Context>handleSignal:
         0xbda2970 s Context>handleSignal:
         0xbda75a0 s Context>handleSignal:
         0xbdac1d0 s Context>handleSignal:
         0xbdb0e00 s Context>handleSignal:
         0xbdb5a30 s Context>handleSignal:
         0xbdba660 s Context>handleSignal:
         0xbdbf290 s Context>handleSignal:
         0xbdc3ec0 s Context>handleSignal:
         0xbdc8af0 s Context>handleSignal:
         0xbdcd720 s Context>handleSignal:
         0xbdd2350 s Context>handleSignal:
         0xbdd6f80 s Context>handleSignal:
         0xbddbbb0 s Context>handleSignal:
         0xbde07e0 s Context>handleSignal:
         0xbde5410 s Context>handleSignal:
         0xbdea040 s Context>handleSignal:
         0xbdeec70 s Context>handleSignal:
         0xbdf38a0 s Context>handleSignal:
         0xbdf84d0 s Context>handleSignal:
         0xbdfd100 s Context>handleSignal:
         0xbe01d30 s Context>handleSignal:
         0xbe06960 s Context>handleSignal:
         0xbe0b590 s Context>handleSignal:
         0xbe101c0 s Context>handleSignal:
         0xbe14df0 s Context>handleSignal:
         0xbe19a20 s Context>handleSignal:
         0xbe1e650 s Context>handleSignal:
         0xbe23280 s Context>handleSignal:
         0xbe27eb0 s Context>handleSignal:
         0xbe2cae0 s Context>handleSignal:
         0xbe31710 s Context>handleSignal:
         0xbe36340 s Context>handleSignal:
         0xbe3af70 s Context>handleSignal:
         0xbe3fba0 s Context>handleSignal:
         0xbe447d0 s Context>handleSignal:
         0xbe49400 s Context>handleSignal:
         0xbe4e030 s Context>handleSignal:
         0xbe52c60 s Context>handleSignal:
         0xbe57890 s Context>handleSignal:
         0xbe5c4c0 s Context>handleSignal:
         0xbe610f0 s Context>handleSignal:
         0xbe65d20 s Context>handleSignal:
         0xbe6a950 s Context>handleSignal:
         0xbe6f580 s Context>handleSignal:
         0xbe741b0 s Context>handleSignal:
         0xbe78de0 s Context>handleSignal:
         0xbe7da10 s Context>handleSignal:
         0xbe82588 s Context>handleSignal:
         0xbe87048 s Context>handleSignal:
         0xbe8ba50 s Context>handleSignal:
         0xbe903a0 s Context>handleSignal:
         0xbe94c38 s Context>handleSignal:
         0xbe99418 s Context>handleSignal:
         0xbe9db40 s Context>handleSignal:
         0xbea21b0 s Context>handleSignal:
         0xbea6768 s Context>handleSignal:
         0xbeaac68 s Context>handleSignal:
         0xbeaf0b0 s Context>handleSignal:
         0xbeb3440 s Context>handleSignal:
         0xbeb7718 s Context>handleSignal:
         0xbebb938 s Context>handleSignal:
         0xbebfaa0 s Context>handleSignal:
         0xbec3b50 s Context>handleSignal:
         0xbec7b48 s Context>handleSignal:
         0xbecba88 s Context>handleSignal:
         0xbecf910 s Context>handleSignal:
         0xbed36e0 s Context>handleSignal:
         0xbed73f8 s Context>handleSignal:
         0xbedb058 s Context>handleSignal:
         0xbedec00 s Context>handleSignal:
         0xbee26f0 s Context>handleSignal:
         0xbee6070 s Context>handleSignal:
         0xbee9938 s Context>handleSignal:
         0xbeed148 s Context>handleSignal:
         0xbef08a0 s Context>handleSignal:
         0xbef3f40 s Context>handleSignal:
         0xbef7528 s Context>handleSignal:
         0xbefaa58 s Context>handleSignal:
         0xbefded0 s Context>handleSignal:
         0xbf01290 s Context>handleSignal:
         0xbf04598 s Context>handleSignal:
         0xbf077e8 s Context>handleSignal:
         0xbf0a980 s Context>handleSignal:
         0xbf0da60 s Context>handleSignal:
         0xbf10a88 s Context>handleSignal:
         0xbf139f8 s Context>handleSignal:
         0xbf168b0 s Context>handleSignal:
         0xbf196b0 s Context>handleSignal:
         0xbf1c3f8 s Context>handleSignal:
         0xbf1f088 s Context>handleSignal:
         0xbf21c60 s Context>handleSignal:
         0xbf24780 s Context>handleSignal:
         0xbf271e8 s Context>handleSignal:
         0xbf29b98 s Context>handleSignal:
         0xbf2c490 s Context>handleSignal:
         0xbf2ecd0 s Context>handleSignal:
         0xbf31458 s Context>handleSignal:
         0xbf33b28 s Context>handleSignal:
         0xbf36140 s Context>handleSignal:
         0xbf386a0 s Context>handleSignal:
         0xbf3ab48 s Context>handleSignal:
         0xbf3cf38 s Context>handleSignal:
         0xbf3f270 s Context>handleSignal:
         0xbf414f0 s Context>handleSignal:
         0xbf436b8 s Context>handleSignal:
         0xbf457c8 s Context>handleSignal:
         0xbf47820 s Context>handleSignal:
         0xbf497c0 s Context>handleSignal:
         0xbf4b6a8 s Context>handleSignal:
         0xbf4d4d8 s Context>handleSignal:
         0xbf4f250 s Context>handleSignal:
         0xbf50f10 s Context>handleSignal:
         0xbf52b18 s Context>handleSignal:
         0xbf54668 s Context>handleSignal:
         0xbf56100 s Context>handleSignal:
         0xbf57ae0 s Context>handleSignal:
         0xbf59408 s Context>handleSignal:
         0xbf5ac78 s Context>handleSignal:
         0xbf5c430 s Context>handleSignal:
         0xbf5db30 s Context>handleSignal:
         0xbf5f178 s Context>handleSignal:
         0xbf60708 s Context>handleSignal:
         0xbf61be0 s Context>handleSignal:
         0xbf63000 s Context>handleSignal:
         0xbf64368 s Context>handleSignal:
         0xbf65618 s Context>handleSignal:
         0xbf66810 s Context>handleSignal:
         0xbf67950 s Context>handleSignal:
         0xbf689d8 s Context>handleSignal:
         0xbf699a8 s Context>handleSignal:
         0xbf8a018 s Halt(Exception)>signal
         0xbfa70d0 s Halt class(Exception class)>signal
         0xbfd9cc8 s Halt class>now
         0xbfc8560 s FullBlockClosure(Object)>halt
         0xbff1ef0 s FullBlockClosure>printOn:
         0xc015090 s Context>printOn:
         0xc03ea98 s Context>printDebugOn:
         0xc042360 s [] in Context>debugStack:on:
         0xc05c680 s OrderedCollection>do:
         0xbfc82e8 s Context>debugStack:on:
         0xbff1ca0 s Context>shortDebugStackOn:
         0xc014e58 s [] in SmalltalkImage>logError:inContext:
         0xc03e7b8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf89550 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa6308 s SmalltalkImage>logStdErrorDuring:
         0xbfd8fc0 s SmalltalkImage>logError:inContext:
         0xbffd430 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc020c18 s FullBlockClosure(BlockClosure)>ensure:
         0xc04d0c8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062560 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06ee08 s Halt(Exception)>unhandledErrorAction
         0xc08c078 s Halt(UnhandledException)>defaultAction
         0xc0e8a20 s UndefinedObject>handleSignal:
         0xc0e8ad8 s Context>handleSignal:
         0xc0e8b90 s Context>handleSignal:
         0xc0e8c48 s Context>handleSignal:
         0xc0e8d00 s Context>handleSignal:
         0xc0e8db8 s Context>handleSignal:
         0xc0e8e70 s Context>handleSignal:
         0xc0e8f28 s Context>handleSignal:
         0xc0e8fe0 s Context>handleSignal:
         0xc0e9098 s Context>handleSignal:
         0xc0e9150 s Context>handleSignal:
         0xc107928 s Context>handleSignal:
         0xc113048 s Context>handleSignal:
         0xc11def0 s Context>handleSignal:
         0xc1287d8 s Context>handleSignal:
         0xc133008 s Context>handleSignal:
         0xc13d838 s Context>handleSignal:
         0xc148068 s Context>handleSignal:
         0xc152898 s Context>handleSignal:
         0xc15d0c8 s Context>handleSignal:
         0xc1678f8 s Context>handleSignal:
         0xc172128 s Context>handleSignal:
         0xc17c958 s Context>handleSignal:
         0xc187188 s Context>handleSignal:
         0xc1919b8 s Context>handleSignal:
         0xc19c1e8 s Context>handleSignal:
         0xc1a6a18 s Context>handleSignal:
         0xc1b1248 s Context>handleSignal:
         0xc1bba78 s Context>handleSignal:
         0xc1c62a8 s Context>handleSignal:
         0xc1d0ad8 s Context>handleSignal:
         0xc1db308 s Context>handleSignal:
         0xc1e5b38 s Context>handleSignal:
         0xc1f0368 s Context>handleSignal:
         0xc1fab98 s Context>handleSignal:
         0xc2053c8 s Context>handleSignal:
         0xc20fbf8 s Context>handleSignal:
         0xc21a428 s Context>handleSignal:
         0xc224c58 s Context>handleSignal:
         0xc22f488 s Context>handleSignal:
         0xc239cb8 s Context>handleSignal:
         0xc2444e8 s Context>handleSignal:
         0xc24ed18 s Context>handleSignal:
         0xc259548 s Context>handleSignal:
         0xb7d86e8 s Context>handleSignal:
         0xb7e2fd0 s Context>handleSignal:
         0xb7ed8b8 s Context>handleSignal:
         0xb7f81a0 s Context>handleSignal:
         0xb802a88 s Context>handleSignal:
         0xb80d370 s Context>handleSignal:
         0xb817c58 s Context>handleSignal:
         0xb822540 s Context>handleSignal:
         0xb82ce28 s Context>handleSignal:
         0xb837710 s Context>handleSignal:
         0xb841ff8 s Context>handleSignal:
         0xb84c8e0 s Context>handleSignal:
         0xb8571c8 s Context>handleSignal:
         0xb861ab0 s Context>handleSignal:
         0xb86c398 s Context>handleSignal:
         0xb876c80 s Context>handleSignal:
         0xb881568 s Context>handleSignal:
         0xb88be50 s Context>handleSignal:
         0xb896738 s Context>handleSignal:
         0xb8a1020 s Context>handleSignal:
         0xb8ab908 s Context>handleSignal:
         0xb8b61f0 s Context>handleSignal:
         0xb8c0ad8 s Context>handleSignal:
         0xb8cb3c0 s Context>handleSignal:
         0xb8d5ca8 s Context>handleSignal:
         0xb8e0590 s Context>handleSignal:
         0xb8eae78 s Context>handleSignal:
         0xb8f5760 s Context>handleSignal:
         0xb900048 s Context>handleSignal:
         0xb90a930 s Context>handleSignal:
         0xb915218 s Context>handleSignal:
         0xb91fb00 s Context>handleSignal:
         0xb92a3e8 s Context>handleSignal:
         0xb934cd0 s Context>handleSignal:
         0xb93f5b8 s Context>handleSignal:
         0xb949ea0 s Context>handleSignal:
         0xb954788 s Context>handleSignal:
         0xb95f070 s Context>handleSignal:
         0xb969958 s Context>handleSignal:
         0xb974240 s Context>handleSignal:
         0xb97eb28 s Context>handleSignal:
         0xb989410 s Context>handleSignal:
         0xb993cf8 s Context>handleSignal:
         0xb99e5e0 s Context>handleSignal:
         0xb9a8ec8 s Context>handleSignal:
         0xb9b37b0 s Context>handleSignal:
         0xb9be098 s Context>handleSignal:
         0xb9c8980 s Context>handleSignal:
         0xb9d3268 s Context>handleSignal:
         0xb9ddb50 s Context>handleSignal:
         0xb9e8438 s Context>handleSignal:
         0xb9f2d20 s Context>handleSignal:
         0xb9fd608 s Context>handleSignal:
         0xba07ef0 s Context>handleSignal:
         0xba127d8 s Context>handleSignal:
         0xba1d0c0 s Context>handleSignal:
         0xba279a8 s Context>handleSignal:
         0xba32290 s Context>handleSignal:
         0xba3cb78 s Context>handleSignal:
         0xba43ae0 s Context>handleSignal:
         0xba48c18 s Context>handleSignal:
         0xba4dc98 s Context>handleSignal:
         0xba52c60 s Context>handleSignal:
         0xba57c28 s Context>handleSignal:
         0xba5cb38 s Context>handleSignal:
         0xba61990 s Context>handleSignal:
         0xba667e8 s Context>handleSignal:
         0xba6b588 s Context>handleSignal:
         0xba70328 s Context>handleSignal:
         0xba75010 s Context>handleSignal:
         0xba79cf8 s Context>handleSignal:
         0xba7e9e0 s Context>handleSignal:
         0xba836c8 s Context>handleSignal:
         0xba883b0 s Context>handleSignal:
         0xba8d098 s Context>handleSignal:
         0xba91d80 s Context>handleSignal:
         0xba96a68 s Context>handleSignal:
         0xba9b750 s Context>handleSignal:
         0xbaa0438 s Context>handleSignal:
         0xbaa5120 s Context>handleSignal:
         0xbaa9e08 s Context>handleSignal:
         0xbaaeaf0 s Context>handleSignal:
         0xbab37d8 s Context>handleSignal:
         0xbab84c0 s Context>handleSignal:
         0xbabd1a8 s Context>handleSignal:
         0xbac1e90 s Context>handleSignal:
         0xbac6b78 s Context>handleSignal:
         0xbacb860 s Context>handleSignal:
         0xbad0548 s Context>handleSignal:
         0xbad5230 s Context>handleSignal:
         0xbad9f18 s Context>handleSignal:
         0xbadec00 s Context>handleSignal:
         0xbae38e8 s Context>handleSignal:
         0xbae85d0 s Context>handleSignal:
         0xbaed2b8 s Context>handleSignal:
         0xbaf1fa0 s Context>handleSignal:
         0xbaf6c88 s Context>handleSignal:
         0xbafb970 s Context>handleSignal:
         0xbb00658 s Context>handleSignal:
         0xbb05340 s Context>handleSignal:
         0xbb0a028 s Context>handleSignal:
         0xbb0ed10 s Context>handleSignal:
         0xbb139f8 s Context>handleSignal:
         0xbb186e0 s Context>handleSignal:
         0xbb1d3c8 s Context>handleSignal:
         0xbb220b0 s Context>handleSignal:
         0xbb26d98 s Context>handleSignal:
         0xbb2ba80 s Context>handleSignal:
         0xbb30768 s Context>handleSignal:
         0xbb35450 s Context>handleSignal:
         0xbb3a138 s Context>handleSignal:
         0xbb3ee20 s Context>handleSignal:
         0xbb43b08 s Context>handleSignal:
         0xbb487f0 s Context>handleSignal:
         0xbb4d4d8 s Context>handleSignal:
         0xbb521c0 s Context>handleSignal:
         0xbb56ea8 s Context>handleSignal:
         0xbb5bb90 s Context>handleSignal:
         0xbb60878 s Context>handleSignal:
         0xbb65560 s Context>handleSignal:
         0xbb6a248 s Context>handleSignal:
         0xbb6ef30 s Context>handleSignal:
         0xbb73c18 s Context>handleSignal:
         0xbb78900 s Context>handleSignal:
         0xbb7d5e8 s Context>handleSignal:
         0xbb822d0 s Context>handleSignal:
         0xbb86fb8 s Context>handleSignal:
         0xbb8bca0 s Context>handleSignal:
         0xbb90988 s Context>handleSignal:
         0xbb95670 s Context>handleSignal:
         0xbb9a358 s Context>handleSignal:
         0xbb9ef88 s Context>handleSignal:
         0xbba3bb8 s Context>handleSignal:
         0xbba87e8 s Context>handleSignal:
         0xbbad418 s Context>handleSignal:
         0xbbb2048 s Context>handleSignal:
         0xbbb6c78 s Context>handleSignal:
         0xbbbb8a8 s Context>handleSignal:
         0xbbc04d8 s Context>handleSignal:
         0xbbc5108 s Context>handleSignal:
         0xbbc9d38 s Context>handleSignal:
         0xbbce968 s Context>handleSignal:
         0xbbd3598 s Context>handleSignal:
         0xbbd81c8 s Context>handleSignal:
         0xbbdcdf8 s Context>handleSignal:
         0xbbe1a28 s Context>handleSignal:
         0xbbe6658 s Context>handleSignal:
         0xbbeb288 s Context>handleSignal:
         0xbbefeb8 s Context>handleSignal:
         0xbbf4ae8 s Context>handleSignal:
         0xbbf9718 s Context>handleSignal:
         0xbbfe348 s Context>handleSignal:
         0xbc02f78 s Context>handleSignal:
         0xbc07ba8 s Context>handleSignal:
         0xbc0c7d8 s Context>handleSignal:
         0xbc11408 s Context>handleSignal:
         0xbc16038 s Context>handleSignal:
         0xbc1ac68 s Context>handleSignal:
         0xbc1f898 s Context>handleSignal:
         0xbc244c8 s Context>handleSignal:
         0xbc290f8 s Context>handleSignal:
         0xbc2dd28 s Context>handleSignal:
         0xbc32958 s Context>handleSignal:
         0xbc37588 s Context>handleSignal:
         0xbc3c1b8 s Context>handleSignal:
         0xbc40de8 s Context>handleSignal:
         0xbc45a18 s Context>handleSignal:
         0xbc4a648 s Context>handleSignal:
         0xbc4f278 s Context>handleSignal:
         0xbc53ea8 s Context>handleSignal:
         0xbc58ba8 s Context>handleSignal:
         0xbc5d7d8 s Context>handleSignal:
         0xbc62408 s Context>handleSignal:
         0xbc67038 s Context>handleSignal:
         0xbc6bc68 s Context>handleSignal:
         0xbc70898 s Context>handleSignal:
         0xbc754c8 s Context>handleSignal:
         0xbc7a0f8 s Context>handleSignal:
         0xbc7ed28 s Context>handleSignal:
         0xbc83958 s Context>handleSignal:
         0xbc88588 s Context>handleSignal:
         0xbc8d1b8 s Context>handleSignal:
         0xbc91de8 s Context>handleSignal:
         0xbc96a18 s Context>handleSignal:
         0xbc9b648 s Context>handleSignal:
         0xbca0278 s Context>handleSignal:
         0xbca4ea8 s Context>handleSignal:
         0xbca9ad8 s Context>handleSignal:
         0xbcae708 s Context>handleSignal:
         0xbcb3338 s Context>handleSignal:
         0xbcb7f68 s Context>handleSignal:
         0xbcbcb98 s Context>handleSignal:
         0xbcc17c8 s Context>handleSignal:
         0xbcc63f8 s Context>handleSignal:
         0xbccb028 s Context>handleSignal:
         0xbccfc58 s Context>handleSignal:
         0xbcd4888 s Context>handleSignal:
         0xbcd94b8 s Context>handleSignal:
         0xbcde0e8 s Context>handleSignal:
         0xbce2d18 s Context>handleSignal:
         0xbce7948 s Context>handleSignal:
         0xbcec578 s Context>handleSignal:
         0xbcf11a8 s Context>handleSignal:
         0xbcf5dd8 s Context>handleSignal:
         0xbcfaa08 s Context>handleSignal:
         0xbcff638 s Context>handleSignal:
         0xbd04268 s Context>handleSignal:
         0xbd08e98 s Context>handleSignal:
         0xbd0dac8 s Context>handleSignal:
         0xbd126f8 s Context>handleSignal:
         0xbd17328 s Context>handleSignal:
         0xbd1bf58 s Context>handleSignal:
         0xbd20b88 s Context>handleSignal:
         0xbd257b8 s Context>handleSignal:
         0xbd2a3e8 s Context>handleSignal:
         0xbd2f018 s Context>handleSignal:
         0xbd33c48 s Context>handleSignal:
         0xbd38878 s Context>handleSignal:
         0xbd3d4a8 s Context>handleSignal:
         0xbd420d8 s Context>handleSignal:
         0xbd46d08 s Context>handleSignal:
         0xbd4b938 s Context>handleSignal:
         0xbd50568 s Context>handleSignal:
         0xbd55198 s Context>handleSignal:
         0xbd59dc8 s Context>handleSignal:
         0xbd5e9f8 s Context>handleSignal:
         0xbd63628 s Context>handleSignal:
         0xbd68258 s Context>handleSignal:
         0xbd6ce88 s Context>handleSignal:
         0xbd71ab8 s Context>handleSignal:
         0xbd766e8 s Context>handleSignal:
         0xbd7b318 s Context>handleSignal:
         0xbd7ff48 s Context>handleSignal:
         0xbd84b78 s Context>handleSignal:
         0xbd897a8 s Context>handleSignal:
         0xbd8e3d8 s Context>handleSignal:
         0xbd93008 s Context>handleSignal:
         0xbd97c38 s Context>handleSignal:
         0xbd9c868 s Context>handleSignal:
         0xbda1498 s Context>handleSignal:
         0xbda60c8 s Context>handleSignal:
         0xbdaacf8 s Context>handleSignal:
         0xbdaf928 s Context>handleSignal:
         0xbdb4558 s Context>handleSignal:
         0xbdb9188 s Context>handleSignal:
         0xbdbddb8 s Context>handleSignal:
         0xbdc29e8 s Context>handleSignal:
         0xbdc7618 s Context>handleSignal:
         0xbdcc248 s Context>handleSignal:
         0xbdd0e78 s Context>handleSignal:
         0xbdd5aa8 s Context>handleSignal:
         0xbdda6d8 s Context>handleSignal:
         0xbddf308 s Context>handleSignal:
         0xbde3f38 s Context>handleSignal:
         0xbde8b68 s Context>handleSignal:
         0xbded798 s Context>handleSignal:
         0xbdf23c8 s Context>handleSignal:
         0xbdf6ff8 s Context>handleSignal:
         0xbdfbc28 s Context>handleSignal:
         0xbe00858 s Context>handleSignal:
         0xbe05488 s Context>handleSignal:
         0xbe0a0b8 s Context>handleSignal:
         0xbe0ece8 s Context>handleSignal:
         0xbe13918 s Context>handleSignal:
         0xbe18548 s Context>handleSignal:
         0xbe1d178 s Context>handleSignal:
         0xbe21da8 s Context>handleSignal:
         0xbe269d8 s Context>handleSignal:
         0xbe2b608 s Context>handleSignal:
         0xbe30238 s Context>handleSignal:
         0xbe34e68 s Context>handleSignal:
         0xbe39a98 s Context>handleSignal:
         0xbe3e6c8 s Context>handleSignal:
         0xbe432f8 s Context>handleSignal:
         0xbe47f28 s Context>handleSignal:
         0xbe4cb58 s Context>handleSignal:
         0xbe51788 s Context>handleSignal:
         0xbe563b8 s Context>handleSignal:
         0xbe5afe8 s Context>handleSignal:
         0xbe5fc18 s Context>handleSignal:
         0xbe64848 s Context>handleSignal:
         0xbe69478 s Context>handleSignal:
         0xbe6e0a8 s Context>handleSignal:
         0xbe72cd8 s Context>handleSignal:
         0xbe77908 s Context>handleSignal:
         0xbe7c538 s Context>handleSignal:
         0xbe810b0 s Context>handleSignal:
         0xbe85b70 s Context>handleSignal:
         0xbe8a578 s Context>handleSignal:
         0xbe8eec8 s Context>handleSignal:
         0xbe93760 s Context>handleSignal:
         0xbe97f40 s Context>handleSignal:
         0xbe9c668 s Context>handleSignal:
         0xbea0cd8 s Context>handleSignal:
         0xbea5290 s Context>handleSignal:
         0xbea9790 s Context>handleSignal:
         0xbeadbd8 s Context>handleSignal:
         0xbeb1f68 s Context>handleSignal:
         0xbeb6240 s Context>handleSignal:
         0xbeba460 s Context>handleSignal:
         0xbebe5c8 s Context>handleSignal:
         0xbec2678 s Context>handleSignal:
         0xbec6670 s Context>handleSignal:
         0xbeca5b0 s Context>handleSignal:
         0xbece438 s Context>handleSignal:
         0xbed2208 s Context>handleSignal:
         0xbed5f20 s Context>handleSignal:
         0xbed9b80 s Context>handleSignal:
         0xbedd728 s Context>handleSignal:
         0xbee1218 s Context>handleSignal:
         0xbee4c50 s Context>handleSignal:
         0xbee85d0 s Context>handleSignal:
         0xbeebe98 s Context>handleSignal:
         0xbeef6a8 s Context>handleSignal:
         0xbef2e00 s Context>handleSignal:
         0xbef64a0 s Context>handleSignal:
         0xbef9a88 s Context>handleSignal:
         0xbefcfb8 s Context>handleSignal:
         0xbf00430 s Context>handleSignal:
         0xbf037f0 s Context>handleSignal:
         0xbf06af8 s Context>handleSignal:
         0xbf09d48 s Context>handleSignal:
         0xbf0cee0 s Context>handleSignal:
         0xbf0ffc0 s Context>handleSignal:
         0xbf12fe8 s Context>handleSignal:
         0xbf15f58 s Context>handleSignal:
         0xbf18e10 s Context>handleSignal:
         0xbf1bc10 s Context>handleSignal:
         0xbf1e958 s Context>handleSignal:
         0xbf215e8 s Context>handleSignal:
         0xbf241c0 s Context>handleSignal:
         0xbf26ce0 s Context>handleSignal:
         0xbf29748 s Context>handleSignal:
         0xbf2c0f8 s Context>handleSignal:
         0xbf2e9f0 s Context>handleSignal:
         0xbf31230 s Context>handleSignal:
         0xbf339b8 s Context>handleSignal:
         0xbf36088 s Context>handleSignal:
         0xbf385e8 s Context>handleSignal:
         0xbf3aa90 s Context>handleSignal:
         0xbf3ce80 s Context>handleSignal:
         0xbf3f1b8 s Context>handleSignal:
         0xbf41438 s Context>handleSignal:
         0xbf43600 s Context>handleSignal:
         0xbf45710 s Context>handleSignal:
         0xbf47768 s Context>handleSignal:
         0xbf49708 s Context>handleSignal:
         0xbf4b5f0 s Context>handleSignal:
         0xbf4d420 s Context>handleSignal:
         0xbf4f198 s Context>handleSignal:
         0xbf50e58 s Context>handleSignal:
         0xbf52a60 s Context>handleSignal:
         0xbf545b0 s Context>handleSignal:
         0xbf56048 s Context>handleSignal:
         0xbf57a28 s Context>handleSignal:
         0xbf59350 s Context>handleSignal:
         0xbf5abc0 s Context>handleSignal:
         0xbf5c378 s Context>handleSignal:
         0xbf5da78 s Context>handleSignal:
         0xbf5f0c0 s Context>handleSignal:
         0xbf60650 s Context>handleSignal:
         0xbf61b28 s Context>handleSignal:
         0xbf62f48 s Context>handleSignal:
         0xbf642b0 s Context>handleSignal:
         0xbf65560 s Context>handleSignal:
         0xbf66758 s Context>handleSignal:
         0xbf67898 s Context>handleSignal:
         0xbf68920 s Context>handleSignal:
         0xbf89ea8 s Halt(Exception)>signal
         0xbfa6f00 s Halt class(Exception class)>signal
         0xbfd9b10 s Halt class>now
         0xbfc83a0 s FullBlockClosure(Object)>halt
         0xbff1d58 s FullBlockClosure>printOn:
         0xc014f10 s Context>printOn:
         0xc03e870 s Context>printDebugOn:
         0xc03eb50 s [] in Context>debugStack:on:
         0xc05b3d0 s OrderedCollection>do:
         0xbfc8128 s Context>debugStack:on:
         0xbff1b08 s Context>shortDebugStackOn:
         0xc014cd8 s [] in SmalltalkImage>logError:inContext:
         0xc03e590 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf893e0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa6138 s SmalltalkImage>logStdErrorDuring:
         0xbfd8e08 s SmalltalkImage>logError:inContext:
         0xbffd368 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc020b28 s FullBlockClosure(BlockClosure)>ensure:
         0xc04cfe8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0624a8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06ed50 s Halt(Exception)>unhandledErrorAction
         0xc08bfc0 s Halt(UnhandledException)>defaultAction
         0xc0e7a50 s UndefinedObject>handleSignal:
         0xc0e7b08 s Context>handleSignal:
         0xc0e7bc0 s Context>handleSignal:
         0xc0e7c78 s Context>handleSignal:
         0xc0e7d30 s Context>handleSignal:
         0xc0e7de8 s Context>handleSignal:
         0xc0e7ea0 s Context>handleSignal:
         0xc0e7f58 s Context>handleSignal:
         0xc0e8010 s Context>handleSignal:
         0xc0e80c8 s Context>handleSignal:
         0xc0e8180 s Context>handleSignal:
         0xc1077b8 s Context>handleSignal:
         0xc112ed8 s Context>handleSignal:
         0xc11dd80 s Context>handleSignal:
         0xc128668 s Context>handleSignal:
         0xc132e98 s Context>handleSignal:
         0xc13d6c8 s Context>handleSignal:
         0xc147ef8 s Context>handleSignal:
         0xc152728 s Context>handleSignal:
         0xc15cf58 s Context>handleSignal:
         0xc167788 s Context>handleSignal:
         0xc171fb8 s Context>handleSignal:
         0xc17c7e8 s Context>handleSignal:
         0xc187018 s Context>handleSignal:
         0xc191848 s Context>handleSignal:
         0xc19c078 s Context>handleSignal:
         0xc1a68a8 s Context>handleSignal:
         0xc1b10d8 s Context>handleSignal:
         0xc1bb908 s Context>handleSignal:
         0xc1c6138 s Context>handleSignal:
         0xc1d0968 s Context>handleSignal:
         0xc1db198 s Context>handleSignal:
         0xc1e59c8 s Context>handleSignal:
         0xc1f01f8 s Context>handleSignal:
         0xc1faa28 s Context>handleSignal:
         0xc205258 s Context>handleSignal:
         0xc20fa88 s Context>handleSignal:
         0xc21a2b8 s Context>handleSignal:
         0xc224ae8 s Context>handleSignal:
         0xc22f318 s Context>handleSignal:
         0xc239b48 s Context>handleSignal:
         0xc244378 s Context>handleSignal:
         0xc24eba8 s Context>handleSignal:
         0xc2593d8 s Context>handleSignal:
         0xb7d8630 s Context>handleSignal:
         0xb7e2f18 s Context>handleSignal:
         0xb7ed800 s Context>handleSignal:
         0xb7f80e8 s Context>handleSignal:
         0xb8029d0 s Context>handleSignal:
         0xb80d2b8 s Context>handleSignal:
         0xb817ba0 s Context>handleSignal:
         0xb822488 s Context>handleSignal:
         0xb82cd70 s Context>handleSignal:
         0xb837658 s Context>handleSignal:
         0xb841f40 s Context>handleSignal:
         0xb84c828 s Context>handleSignal:
         0xb857110 s Context>handleSignal:
         0xb8619f8 s Context>handleSignal:
         0xb86c2e0 s Context>handleSignal:
         0xb876bc8 s Context>handleSignal:
         0xb8814b0 s Context>handleSignal:
         0xb88bd98 s Context>handleSignal:
         0xb896680 s Context>handleSignal:
         0xb8a0f68 s Context>handleSignal:
         0xb8ab850 s Context>handleSignal:
         0xb8b6138 s Context>handleSignal:
         0xb8c0a20 s Context>handleSignal:
         0xb8cb308 s Context>handleSignal:
         0xb8d5bf0 s Context>handleSignal:
         0xb8e04d8 s Context>handleSignal:
         0xb8eadc0 s Context>handleSignal:
         0xb8f56a8 s Context>handleSignal:
         0xb8fff90 s Context>handleSignal:
         0xb90a878 s Context>handleSignal:
         0xb915160 s Context>handleSignal:
         0xb91fa48 s Context>handleSignal:
         0xb92a330 s Context>handleSignal:
         0xb934c18 s Context>handleSignal:
         0xb93f500 s Context>handleSignal:
         0xb949de8 s Context>handleSignal:
         0xb9546d0 s Context>handleSignal:
         0xb95efb8 s Context>handleSignal:
         0xb9698a0 s Context>handleSignal:
         0xb974188 s Context>handleSignal:
         0xb97ea70 s Context>handleSignal:
         0xb989358 s Context>handleSignal:
         0xb993c40 s Context>handleSignal:
         0xb99e528 s Context>handleSignal:
         0xb9a8e10 s Context>handleSignal:
         0xb9b36f8 s Context>handleSignal:
         0xb9bdfe0 s Context>handleSignal:
         0xb9c88c8 s Context>handleSignal:
         0xb9d31b0 s Context>handleSignal:
         0xb9dda98 s Context>handleSignal:
         0xb9e8380 s Context>handleSignal:
         0xb9f2c68 s Context>handleSignal:
         0xb9fd550 s Context>handleSignal:
         0xba07e38 s Context>handleSignal:
         0xba12720 s Context>handleSignal:
         0xba1d008 s Context>handleSignal:
         0xba278f0 s Context>handleSignal:
         0xba321d8 s Context>handleSignal:
         0xba3cac0 s Context>handleSignal:
         0xba43a28 s Context>handleSignal:
         0xba48b60 s Context>handleSignal:
         0xba4dbe0 s Context>handleSignal:
         0xba52ba8 s Context>handleSignal:
         0xba57b70 s Context>handleSignal:
         0xba5ca80 s Context>handleSignal:
         0xba618d8 s Context>handleSignal:
         0xba66730 s Context>handleSignal:
         0xba6b4d0 s Context>handleSignal:
         0xba70270 s Context>handleSignal:
         0xba74f58 s Context>handleSignal:
         0xba79c40 s Context>handleSignal:
         0xba7e928 s Context>handleSignal:
         0xba83610 s Context>handleSignal:
         0xba882f8 s Context>handleSignal:
         0xba8cfe0 s Context>handleSignal:
         0xba91cc8 s Context>handleSignal:
         0xba969b0 s Context>handleSignal:
         0xba9b698 s Context>handleSignal:
         0xbaa0380 s Context>handleSignal:
         0xbaa5068 s Context>handleSignal:
         0xbaa9d50 s Context>handleSignal:
         0xbaaea38 s Context>handleSignal:
         0xbab3720 s Context>handleSignal:
         0xbab8408 s Context>handleSignal:
         0xbabd0f0 s Context>handleSignal:
         0xbac1dd8 s Context>handleSignal:
         0xbac6ac0 s Context>handleSignal:
         0xbacb7a8 s Context>handleSignal:
         0xbad0490 s Context>handleSignal:
         0xbad5178 s Context>handleSignal:
         0xbad9e60 s Context>handleSignal:
         0xbadeb48 s Context>handleSignal:
         0xbae3830 s Context>handleSignal:
         0xbae8518 s Context>handleSignal:
         0xbaed200 s Context>handleSignal:
         0xbaf1ee8 s Context>handleSignal:
         0xbaf6bd0 s Context>handleSignal:
         0xbafb8b8 s Context>handleSignal:
         0xbb005a0 s Context>handleSignal:
         0xbb05288 s Context>handleSignal:
         0xbb09f70 s Context>handleSignal:
         0xbb0ec58 s Context>handleSignal:
         0xbb13940 s Context>handleSignal:
         0xbb18628 s Context>handleSignal:
         0xbb1d310 s Context>handleSignal:
         0xbb21ff8 s Context>handleSignal:
         0xbb26ce0 s Context>handleSignal:
         0xbb2b9c8 s Context>handleSignal:
         0xbb306b0 s Context>handleSignal:
         0xbb35398 s Context>handleSignal:
         0xbb3a080 s Context>handleSignal:
         0xbb3ed68 s Context>handleSignal:
         0xbb43a50 s Context>handleSignal:
         0xbb48738 s Context>handleSignal:
         0xbb4d420 s Context>handleSignal:
         0xbb52108 s Context>handleSignal:
         0xbb56df0 s Context>handleSignal:
         0xbb5bad8 s Context>handleSignal:
         0xbb607c0 s Context>handleSignal:
         0xbb654a8 s Context>handleSignal:
         0xbb6a190 s Context>handleSignal:
         0xbb6ee78 s Context>handleSignal:
         0xbb73b60 s Context>handleSignal:
         0xbb78848 s Context>handleSignal:
         0xbb7d530 s Context>handleSignal:
         0xbb82218 s Context>handleSignal:
         0xbb86f00 s Context>handleSignal:
         0xbb8bbe8 s Context>handleSignal:
         0xbb908d0 s Context>handleSignal:
         0xbb955b8 s Context>handleSignal:
         0xbb9a2a0 s Context>handleSignal:
         0xbb9eed0 s Context>handleSignal:
         0xbba3b00 s Context>handleSignal:
         0xbba8730 s Context>handleSignal:
         0xbbad360 s Context>handleSignal:
         0xbbb1f90 s Context>handleSignal:
         0xbbb6bc0 s Context>handleSignal:
         0xbbbb7f0 s Context>handleSignal:
         0xbbc0420 s Context>handleSignal:
         0xbbc5050 s Context>handleSignal:
         0xbbc9c80 s Context>handleSignal:
         0xbbce8b0 s Context>handleSignal:
         0xbbd34e0 s Context>handleSignal:
         0xbbd8110 s Context>handleSignal:
         0xbbdcd40 s Context>handleSignal:
         0xbbe1970 s Context>handleSignal:
         0xbbe65a0 s Context>handleSignal:
         0xbbeb1d0 s Context>handleSignal:
         0xbbefe00 s Context>handleSignal:
         0xbbf4a30 s Context>handleSignal:
         0xbbf9660 s Context>handleSignal:
         0xbbfe290 s Context>handleSignal:
         0xbc02ec0 s Context>handleSignal:
         0xbc07af0 s Context>handleSignal:
         0xbc0c720 s Context>handleSignal:
         0xbc11350 s Context>handleSignal:
         0xbc15f80 s Context>handleSignal:
         0xbc1abb0 s Context>handleSignal:
         0xbc1f7e0 s Context>handleSignal:
         0xbc24410 s Context>handleSignal:
         0xbc29040 s Context>handleSignal:
         0xbc2dc70 s Context>handleSignal:
         0xbc328a0 s Context>handleSignal:
         0xbc374d0 s Context>handleSignal:
         0xbc3c100 s Context>handleSignal:
         0xbc40d30 s Context>handleSignal:
         0xbc45960 s Context>handleSignal:
         0xbc4a590 s Context>handleSignal:
         0xbc4f1c0 s Context>handleSignal:
         0xbc53df0 s Context>handleSignal:
         0xbc58af0 s Context>handleSignal:
         0xbc5d720 s Context>handleSignal:
         0xbc62350 s Context>handleSignal:
         0xbc66f80 s Context>handleSignal:
         0xbc6bbb0 s Context>handleSignal:
         0xbc707e0 s Context>handleSignal:
         0xbc75410 s Context>handleSignal:
         0xbc7a040 s Context>handleSignal:
         0xbc7ec70 s Context>handleSignal:
         0xbc838a0 s Context>handleSignal:
         0xbc884d0 s Context>handleSignal:
         0xbc8d100 s Context>handleSignal:
         0xbc91d30 s Context>handleSignal:
         0xbc96960 s Context>handleSignal:
         0xbc9b590 s Context>handleSignal:
         0xbca01c0 s Context>handleSignal:
         0xbca4df0 s Context>handleSignal:
         0xbca9a20 s Context>handleSignal:
         0xbcae650 s Context>handleSignal:
         0xbcb3280 s Context>handleSignal:
         0xbcb7eb0 s Context>handleSignal:
         0xbcbcae0 s Context>handleSignal:
         0xbcc1710 s Context>handleSignal:
         0xbcc6340 s Context>handleSignal:
         0xbccaf70 s Context>handleSignal:
         0xbccfba0 s Context>handleSignal:
         0xbcd47d0 s Context>handleSignal:
         0xbcd9400 s Context>handleSignal:
         0xbcde030 s Context>handleSignal:
         0xbce2c60 s Context>handleSignal:
         0xbce7890 s Context>handleSignal:
         0xbcec4c0 s Context>handleSignal:
         0xbcf10f0 s Context>handleSignal:
         0xbcf5d20 s Context>handleSignal:
         0xbcfa950 s Context>handleSignal:
         0xbcff580 s Context>handleSignal:
         0xbd041b0 s Context>handleSignal:
         0xbd08de0 s Context>handleSignal:
         0xbd0da10 s Context>handleSignal:
         0xbd12640 s Context>handleSignal:
         0xbd17270 s Context>handleSignal:
         0xbd1bea0 s Context>handleSignal:
         0xbd20ad0 s Context>handleSignal:
         0xbd25700 s Context>handleSignal:
         0xbd2a330 s Context>handleSignal:
         0xbd2ef60 s Context>handleSignal:
         0xbd33b90 s Context>handleSignal:
         0xbd387c0 s Context>handleSignal:
         0xbd3d3f0 s Context>handleSignal:
         0xbd42020 s Context>handleSignal:
         0xbd46c50 s Context>handleSignal:
         0xbd4b880 s Context>handleSignal:
         0xbd504b0 s Context>handleSignal:
         0xbd550e0 s Context>handleSignal:
         0xbd59d10 s Context>handleSignal:
         0xbd5e940 s Context>handleSignal:
         0xbd63570 s Context>handleSignal:
         0xbd681a0 s Context>handleSignal:
         0xbd6cdd0 s Context>handleSignal:
         0xbd71a00 s Context>handleSignal:
         0xbd76630 s Context>handleSignal:
         0xbd7b260 s Context>handleSignal:
         0xbd7fe90 s Context>handleSignal:
         0xbd84ac0 s Context>handleSignal:
         0xbd896f0 s Context>handleSignal:
         0xbd8e320 s Context>handleSignal:
         0xbd92f50 s Context>handleSignal:
         0xbd97b80 s Context>handleSignal:
         0xbd9c7b0 s Context>handleSignal:
         0xbda13e0 s Context>handleSignal:
         0xbda6010 s Context>handleSignal:
         0xbdaac40 s Context>handleSignal:
         0xbdaf870 s Context>handleSignal:
         0xbdb44a0 s Context>handleSignal:
         0xbdb90d0 s Context>handleSignal:
         0xbdbdd00 s Context>handleSignal:
         0xbdc2930 s Context>handleSignal:
         0xbdc7560 s Context>handleSignal:
         0xbdcc190 s Context>handleSignal:
         0xbdd0dc0 s Context>handleSignal:
         0xbdd59f0 s Context>handleSignal:
         0xbdda620 s Context>handleSignal:
         0xbddf250 s Context>handleSignal:
         0xbde3e80 s Context>handleSignal:
         0xbde8ab0 s Context>handleSignal:
         0xbded6e0 s Context>handleSignal:
         0xbdf2310 s Context>handleSignal:
         0xbdf6f40 s Context>handleSignal:
         0xbdfbb70 s Context>handleSignal:
         0xbe007a0 s Context>handleSignal:
         0xbe053d0 s Context>handleSignal:
         0xbe0a000 s Context>handleSignal:
         0xbe0ec30 s Context>handleSignal:
         0xbe13860 s Context>handleSignal:
         0xbe18490 s Context>handleSignal:
         0xbe1d0c0 s Context>handleSignal:
         0xbe21cf0 s Context>handleSignal:
         0xbe26920 s Context>handleSignal:
         0xbe2b550 s Context>handleSignal:
         0xbe30180 s Context>handleSignal:
         0xbe34db0 s Context>handleSignal:
         0xbe399e0 s Context>handleSignal:
         0xbe3e610 s Context>handleSignal:
         0xbe43240 s Context>handleSignal:
         0xbe47e70 s Context>handleSignal:
         0xbe4caa0 s Context>handleSignal:
         0xbe516d0 s Context>handleSignal:
         0xbe56300 s Context>handleSignal:
         0xbe5af30 s Context>handleSignal:
         0xbe5fb60 s Context>handleSignal:
         0xbe64790 s Context>handleSignal:
         0xbe693c0 s Context>handleSignal:
         0xbe6dff0 s Context>handleSignal:
         0xbe72c20 s Context>handleSignal:
         0xbe77850 s Context>handleSignal:
         0xbe7c480 s Context>handleSignal:
         0xbe80ff8 s Context>handleSignal:
         0xbe85ab8 s Context>handleSignal:
         0xbe8a4c0 s Context>handleSignal:
         0xbe8ee10 s Context>handleSignal:
         0xbe936a8 s Context>handleSignal:
         0xbe97e88 s Context>handleSignal:
         0xbe9c5b0 s Context>handleSignal:
         0xbea0c20 s Context>handleSignal:
         0xbea51d8 s Context>handleSignal:
         0xbea96d8 s Context>handleSignal:
         0xbeadb20 s Context>handleSignal:
         0xbeb1eb0 s Context>handleSignal:
         0xbeb6188 s Context>handleSignal:
         0xbeba3a8 s Context>handleSignal:
         0xbebe510 s Context>handleSignal:
         0xbec25c0 s Context>handleSignal:
         0xbec65b8 s Context>handleSignal:
         0xbeca4f8 s Context>handleSignal:
         0xbece380 s Context>handleSignal:
         0xbed2150 s Context>handleSignal:
         0xbed5e68 s Context>handleSignal:
         0xbed9ac8 s Context>handleSignal:
         0xbedd670 s Context>handleSignal:
         0xbee1160 s Context>handleSignal:
         0xbee4b98 s Context>handleSignal:
         0xbee8518 s Context>handleSignal:
         0xbeebde0 s Context>handleSignal:
         0xbeef5f0 s Context>handleSignal:
         0xbef2d48 s Context>handleSignal:
         0xbef63e8 s Context>handleSignal:
         0xbef99d0 s Context>handleSignal:
         0xbefcf00 s Context>handleSignal:
         0xbf00378 s Context>handleSignal:
         0xbf03738 s Context>handleSignal:
         0xbf06a40 s Context>handleSignal:
         0xbf09c90 s Context>handleSignal:
         0xbf0ce28 s Context>handleSignal:
         0xbf0ff08 s Context>handleSignal:
         0xbf12f30 s Context>handleSignal:
         0xbf15ea0 s Context>handleSignal:
         0xbf18d58 s Context>handleSignal:
         0xbf1bb58 s Context>handleSignal:
         0xbf1e8a0 s Context>handleSignal:
         0xbf21530 s Context>handleSignal:
         0xbf24108 s Context>handleSignal:
         0xbf26c28 s Context>handleSignal:
         0xbf29690 s Context>handleSignal:
         0xbf2c040 s Context>handleSignal:
         0xbf2e938 s Context>handleSignal:
         0xbf31178 s Context>handleSignal:
         0xbf33900 s Context>handleSignal:
         0xbf35fd0 s Context>handleSignal:
         0xbf38530 s Context>handleSignal:
         0xbf3a9d8 s Context>handleSignal:
         0xbf3cdc8 s Context>handleSignal:
         0xbf3f100 s Context>handleSignal:
         0xbf41380 s Context>handleSignal:
         0xbf43548 s Context>handleSignal:
         0xbf45658 s Context>handleSignal:
         0xbf476b0 s Context>handleSignal:
         0xbf49650 s Context>handleSignal:
         0xbf4b538 s Context>handleSignal:
         0xbf4d368 s Context>handleSignal:
         0xbf4f0e0 s Context>handleSignal:
         0xbf50da0 s Context>handleSignal:
         0xbf529a8 s Context>handleSignal:
         0xbf544f8 s Context>handleSignal:
         0xbf55f90 s Context>handleSignal:
         0xbf57970 s Context>handleSignal:
         0xbf59298 s Context>handleSignal:
         0xbf5ab08 s Context>handleSignal:
         0xbf5c2c0 s Context>handleSignal:
         0xbf5d9c0 s Context>handleSignal:
         0xbf5f008 s Context>handleSignal:
         0xbf60598 s Context>handleSignal:
         0xbf61a70 s Context>handleSignal:
         0xbf62e90 s Context>handleSignal:
         0xbf641f8 s Context>handleSignal:
         0xbf654a8 s Context>handleSignal:
         0xbf666a0 s Context>handleSignal:
         0xbf677e0 s Context>handleSignal:
         0xbf89d38 s Halt(Exception)>signal
         0xbfa6d30 s Halt class(Exception class)>signal
         0xbfd9958 s Halt class>now
         0xbfc81e0 s FullBlockClosure(Object)>halt
         0xbff1bc0 s FullBlockClosure>printOn:
         0xc014d90 s Context>printOn:
         0xc03e648 s Context>printDebugOn:
         0xc03e928 s [] in Context>debugStack:on:
         0xc05b318 s OrderedCollection>do:
         0xbfc4e68 s Context>debugStack:on:
         0xbfeecd0 s Context>shortDebugStackOn:
         0xc012158 s [] in SmalltalkImage>logError:inContext:
         0xc03a708 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf89270 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa5f68 s SmalltalkImage>logStdErrorDuring:
         0xbfd8c50 s SmalltalkImage>logError:inContext:
         0xbffd2a0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc020a38 s FullBlockClosure(BlockClosure)>ensure:
         0xc04cf08 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0623f0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06ec98 s Halt(Exception)>unhandledErrorAction
         0xc08bf08 s Halt(UnhandledException)>defaultAction
         0xc0dafa0 s UndefinedObject>handleSignal:
         0xc0db058 s Context>handleSignal:
         0xc0db110 s Context>handleSignal:
         0xc0db1c8 s Context>handleSignal:
         0xc0db280 s Context>handleSignal:
         0xc0db338 s Context>handleSignal:
         0xc0db3f0 s Context>handleSignal:
         0xc0db4a8 s Context>handleSignal:
         0xc0db560 s Context>handleSignal:
         0xc0db618 s Context>handleSignal:
         0xc0db6d0 s Context>handleSignal:
         0xc106508 s Context>handleSignal:
         0xc111c28 s Context>handleSignal:
         0xc11cad0 s Context>handleSignal:
         0xc1273b8 s Context>handleSignal:
         0xc131be8 s Context>handleSignal:
         0xc13c418 s Context>handleSignal:
         0xc146c48 s Context>handleSignal:
         0xc151478 s Context>handleSignal:
         0xc15bca8 s Context>handleSignal:
         0xc1664d8 s Context>handleSignal:
         0xc170d08 s Context>handleSignal:
         0xc17b538 s Context>handleSignal:
         0xc185d68 s Context>handleSignal:
         0xc190598 s Context>handleSignal:
         0xc19adc8 s Context>handleSignal:
         0xc1a55f8 s Context>handleSignal:
         0xc1afe28 s Context>handleSignal:
         0xc1ba658 s Context>handleSignal:
         0xc1c4e88 s Context>handleSignal:
         0xc1cf6b8 s Context>handleSignal:
         0xc1d9ee8 s Context>handleSignal:
         0xc1e4718 s Context>handleSignal:
         0xc1eef48 s Context>handleSignal:
         0xc1f9778 s Context>handleSignal:
         0xc203fa8 s Context>handleSignal:
         0xc20e7d8 s Context>handleSignal:
         0xc219008 s Context>handleSignal:
         0xc223838 s Context>handleSignal:
         0xc22e068 s Context>handleSignal:
         0xc238898 s Context>handleSignal:
         0xc2430c8 s Context>handleSignal:
         0xc24d8f8 s Context>handleSignal:
         0xc258128 s Context>handleSignal:
         0xb7d8578 s Context>handleSignal:
         0xb7e2e60 s Context>handleSignal:
         0xb7ed748 s Context>handleSignal:
         0xb7f8030 s Context>handleSignal:
         0xb802918 s Context>handleSignal:
         0xb80d200 s Context>handleSignal:
         0xb817ae8 s Context>handleSignal:
         0xb8223d0 s Context>handleSignal:
         0xb82ccb8 s Context>handleSignal:
         0xb8375a0 s Context>handleSignal:
         0xb841e88 s Context>handleSignal:
         0xb84c770 s Context>handleSignal:
         0xb857058 s Context>handleSignal:
         0xb861940 s Context>handleSignal:
         0xb86c228 s Context>handleSignal:
         0xb876b10 s Context>handleSignal:
         0xb8813f8 s Context>handleSignal:
         0xb88bce0 s Context>handleSignal:
         0xb8965c8 s Context>handleSignal:
         0xb8a0eb0 s Context>handleSignal:
         0xb8ab798 s Context>handleSignal:
         0xb8b6080 s Context>handleSignal:
         0xb8c0968 s Context>handleSignal:
         0xb8cb250 s Context>handleSignal:
         0xb8d5b38 s Context>handleSignal:
         0xb8e0420 s Context>handleSignal:
         0xb8ead08 s Context>handleSignal:
         0xb8f55f0 s Context>handleSignal:
         0xb8ffed8 s Context>handleSignal:
         0xb90a7c0 s Context>handleSignal:
         0xb9150a8 s Context>handleSignal:
         0xb91f990 s Context>handleSignal:
         0xb92a278 s Context>handleSignal:
         0xb934b60 s Context>handleSignal:
         0xb93f448 s Context>handleSignal:
         0xb949d30 s Context>handleSignal:
         0xb954618 s Context>handleSignal:
         0xb95ef00 s Context>handleSignal:
         0xb9697e8 s Context>handleSignal:
         0xb9740d0 s Context>handleSignal:
         0xb97e9b8 s Context>handleSignal:
         0xb9892a0 s Context>handleSignal:
         0xb993b88 s Context>handleSignal:
         0xb99e470 s Context>handleSignal:
         0xb9a8d58 s Context>handleSignal:
         0xb9b3640 s Context>handleSignal:
         0xb9bdf28 s Context>handleSignal:
         0xb9c8810 s Context>handleSignal:
         0xb9d30f8 s Context>handleSignal:
         0xb9dd9e0 s Context>handleSignal:
         0xb9e82c8 s Context>handleSignal:
         0xb9f2bb0 s Context>handleSignal:
         0xb9fd498 s Context>handleSignal:
         0xba07d80 s Context>handleSignal:
         0xba12668 s Context>handleSignal:
         0xba1cf50 s Context>handleSignal:
         0xba27838 s Context>handleSignal:
         0xba32120 s Context>handleSignal:
         0xba3ca08 s Context>handleSignal:
         0xba43970 s Context>handleSignal:
         0xba48aa8 s Context>handleSignal:
         0xba4db28 s Context>handleSignal:
         0xba52af0 s Context>handleSignal:
         0xba57ab8 s Context>handleSignal:
         0xba5c9c8 s Context>handleSignal:
         0xba61820 s Context>handleSignal:
         0xba66678 s Context>handleSignal:
         0xba6b418 s Context>handleSignal:
         0xba701b8 s Context>handleSignal:
         0xba74ea0 s Context>handleSignal:
         0xba79b88 s Context>handleSignal:
         0xba7e870 s Context>handleSignal:
         0xba83558 s Context>handleSignal:
         0xba88240 s Context>handleSignal:
         0xba8cf28 s Context>handleSignal:
         0xba91c10 s Context>handleSignal:
         0xba968f8 s Context>handleSignal:
         0xba9b5e0 s Context>handleSignal:
         0xbaa02c8 s Context>handleSignal:
         0xbaa4fb0 s Context>handleSignal:
         0xbaa9c98 s Context>handleSignal:
         0xbaae980 s Context>handleSignal:
         0xbab3668 s Context>handleSignal:
         0xbab8350 s Context>handleSignal:
         0xbabd038 s Context>handleSignal:
         0xbac1d20 s Context>handleSignal:
         0xbac6a08 s Context>handleSignal:
         0xbacb6f0 s Context>handleSignal:
         0xbad03d8 s Context>handleSignal:
         0xbad50c0 s Context>handleSignal:
         0xbad9da8 s Context>handleSignal:
         0xbadea90 s Context>handleSignal:
         0xbae3778 s Context>handleSignal:
         0xbae8460 s Context>handleSignal:
         0xbaed148 s Context>handleSignal:
         0xbaf1e30 s Context>handleSignal:
         0xbaf6b18 s Context>handleSignal:
         0xbafb800 s Context>handleSignal:
         0xbb004e8 s Context>handleSignal:
         0xbb051d0 s Context>handleSignal:
         0xbb09eb8 s Context>handleSignal:
         0xbb0eba0 s Context>handleSignal:
         0xbb13888 s Context>handleSignal:
         0xbb18570 s Context>handleSignal:
         0xbb1d258 s Context>handleSignal:
         0xbb21f40 s Context>handleSignal:
         0xbb26c28 s Context>handleSignal:
         0xbb2b910 s Context>handleSignal:
         0xbb305f8 s Context>handleSignal:
         0xbb352e0 s Context>handleSignal:
         0xbb39fc8 s Context>handleSignal:
         0xbb3ecb0 s Context>handleSignal:
         0xbb43998 s Context>handleSignal:
         0xbb48680 s Context>handleSignal:
         0xbb4d368 s Context>handleSignal:
         0xbb52050 s Context>handleSignal:
         0xbb56d38 s Context>handleSignal:
         0xbb5ba20 s Context>handleSignal:
         0xbb60708 s Context>handleSignal:
         0xbb653f0 s Context>handleSignal:
         0xbb6a0d8 s Context>handleSignal:
         0xbb6edc0 s Context>handleSignal:
         0xbb73aa8 s Context>handleSignal:
         0xbb78790 s Context>handleSignal:
         0xbb7d478 s Context>handleSignal:
         0xbb82160 s Context>handleSignal:
         0xbb86e48 s Context>handleSignal:
         0xbb8bb30 s Context>handleSignal:
         0xbb90818 s Context>handleSignal:
         0xbb95500 s Context>handleSignal:
         0xbb9a1e8 s Context>handleSignal:
         0xbb9ee18 s Context>handleSignal:
         0xbba3a48 s Context>handleSignal:
         0xbba8678 s Context>handleSignal:
         0xbbad2a8 s Context>handleSignal:
         0xbbb1ed8 s Context>handleSignal:
         0xbbb6b08 s Context>handleSignal:
         0xbbbb738 s Context>handleSignal:
         0xbbc0368 s Context>handleSignal:
         0xbbc4f98 s Context>handleSignal:
         0xbbc9bc8 s Context>handleSignal:
         0xbbce7f8 s Context>handleSignal:
         0xbbd3428 s Context>handleSignal:
         0xbbd8058 s Context>handleSignal:
         0xbbdcc88 s Context>handleSignal:
         0xbbe18b8 s Context>handleSignal:
         0xbbe64e8 s Context>handleSignal:
         0xbbeb118 s Context>handleSignal:
         0xbbefd48 s Context>handleSignal:
         0xbbf4978 s Context>handleSignal:
         0xbbf95a8 s Context>handleSignal:
         0xbbfe1d8 s Context>handleSignal:
         0xbc02e08 s Context>handleSignal:
         0xbc07a38 s Context>handleSignal:
         0xbc0c668 s Context>handleSignal:
         0xbc11298 s Context>handleSignal:
         0xbc15ec8 s Context>handleSignal:
         0xbc1aaf8 s Context>handleSignal:
         0xbc1f728 s Context>handleSignal:
         0xbc24358 s Context>handleSignal:
         0xbc28f88 s Context>handleSignal:
         0xbc2dbb8 s Context>handleSignal:
         0xbc327e8 s Context>handleSignal:
         0xbc37418 s Context>handleSignal:
         0xbc3c048 s Context>handleSignal:
         0xbc40c78 s Context>handleSignal:
         0xbc458a8 s Context>handleSignal:
         0xbc4a4d8 s Context>handleSignal:
         0xbc4f108 s Context>handleSignal:
         0xbc53d38 s Context>handleSignal:
         0xbc58a38 s Context>handleSignal:
         0xbc5d668 s Context>handleSignal:
         0xbc62298 s Context>handleSignal:
         0xbc66ec8 s Context>handleSignal:
         0xbc6baf8 s Context>handleSignal:
         0xbc70728 s Context>handleSignal:
         0xbc75358 s Context>handleSignal:
         0xbc79f88 s Context>handleSignal:
         0xbc7ebb8 s Context>handleSignal:
         0xbc837e8 s Context>handleSignal:
         0xbc88418 s Context>handleSignal:
         0xbc8d048 s Context>handleSignal:
         0xbc91c78 s Context>handleSignal:
         0xbc968a8 s Context>handleSignal:
         0xbc9b4d8 s Context>handleSignal:
         0xbca0108 s Context>handleSignal:
         0xbca4d38 s Context>handleSignal:
         0xbca9968 s Context>handleSignal:
         0xbcae598 s Context>handleSignal:
         0xbcb31c8 s Context>handleSignal:
         0xbcb7df8 s Context>handleSignal:
         0xbcbca28 s Context>handleSignal:
         0xbcc1658 s Context>handleSignal:
         0xbcc6288 s Context>handleSignal:
         0xbccaeb8 s Context>handleSignal:
         0xbccfae8 s Context>handleSignal:
         0xbcd4718 s Context>handleSignal:
         0xbcd9348 s Context>handleSignal:
         0xbcddf78 s Context>handleSignal:
         0xbce2ba8 s Context>handleSignal:
         0xbce77d8 s Context>handleSignal:
         0xbcec408 s Context>handleSignal:
         0xbcf1038 s Context>handleSignal:
         0xbcf5c68 s Context>handleSignal:
         0xbcfa898 s Context>handleSignal:
         0xbcff4c8 s Context>handleSignal:
         0xbd040f8 s Context>handleSignal:
         0xbd08d28 s Context>handleSignal:
         0xbd0d958 s Context>handleSignal:
         0xbd12588 s Context>handleSignal:
         0xbd171b8 s Context>handleSignal:
         0xbd1bde8 s Context>handleSignal:
         0xbd20a18 s Context>handleSignal:
         0xbd25648 s Context>handleSignal:
         0xbd2a278 s Context>handleSignal:
         0xbd2eea8 s Context>handleSignal:
         0xbd33ad8 s Context>handleSignal:
         0xbd38708 s Context>handleSignal:
         0xbd3d338 s Context>handleSignal:
         0xbd41f68 s Context>handleSignal:
         0xbd46b98 s Context>handleSignal:
         0xbd4b7c8 s Context>handleSignal:
         0xbd503f8 s Context>handleSignal:
         0xbd55028 s Context>handleSignal:
         0xbd59c58 s Context>handleSignal:
         0xbd5e888 s Context>handleSignal:
         0xbd634b8 s Context>handleSignal:
         0xbd680e8 s Context>handleSignal:
         0xbd6cd18 s Context>handleSignal:
         0xbd71948 s Context>handleSignal:
         0xbd76578 s Context>handleSignal:
         0xbd7b1a8 s Context>handleSignal:
         0xbd7fdd8 s Context>handleSignal:
         0xbd84a08 s Context>handleSignal:
         0xbd89638 s Context>handleSignal:
         0xbd8e268 s Context>handleSignal:
         0xbd92e98 s Context>handleSignal:
         0xbd97ac8 s Context>handleSignal:
         0xbd9c6f8 s Context>handleSignal:
         0xbda1328 s Context>handleSignal:
         0xbda5f58 s Context>handleSignal:
         0xbdaab88 s Context>handleSignal:
         0xbdaf7b8 s Context>handleSignal:
         0xbdb43e8 s Context>handleSignal:
         0xbdb9018 s Context>handleSignal:
         0xbdbdc48 s Context>handleSignal:
         0xbdc2878 s Context>handleSignal:
         0xbdc74a8 s Context>handleSignal:
         0xbdcc0d8 s Context>handleSignal:
         0xbdd0d08 s Context>handleSignal:
         0xbdd5938 s Context>handleSignal:
         0xbdda568 s Context>handleSignal:
         0xbddf198 s Context>handleSignal:
         0xbde3dc8 s Context>handleSignal:
         0xbde89f8 s Context>handleSignal:
         0xbded628 s Context>handleSignal:
         0xbdf2258 s Context>handleSignal:
         0xbdf6e88 s Context>handleSignal:
         0xbdfbab8 s Context>handleSignal:
         0xbe006e8 s Context>handleSignal:
         0xbe05318 s Context>handleSignal:
         0xbe09f48 s Context>handleSignal:
         0xbe0eb78 s Context>handleSignal:
         0xbe137a8 s Context>handleSignal:
         0xbe183d8 s Context>handleSignal:
         0xbe1d008 s Context>handleSignal:
         0xbe21c38 s Context>handleSignal:
         0xbe26868 s Context>handleSignal:
         0xbe2b498 s Context>handleSignal:
         0xbe300c8 s Context>handleSignal:
         0xbe34cf8 s Context>handleSignal:
         0xbe39928 s Context>handleSignal:
         0xbe3e558 s Context>handleSignal:
         0xbe43188 s Context>handleSignal:
         0xbe47db8 s Context>handleSignal:
         0xbe4c9e8 s Context>handleSignal:
         0xbe51618 s Context>handleSignal:
         0xbe56248 s Context>handleSignal:
         0xbe5ae78 s Context>handleSignal:
         0xbe5faa8 s Context>handleSignal:
         0xbe646d8 s Context>handleSignal:
         0xbe69308 s Context>handleSignal:
         0xbe6df38 s Context>handleSignal:
         0xbe72b68 s Context>handleSignal:
         0xbe77798 s Context>handleSignal:
         0xbe7c3c8 s Context>handleSignal:
         0xbe80f40 s Context>handleSignal:
         0xbe85a00 s Context>handleSignal:
         0xbe8a408 s Context>handleSignal:
         0xbe8ed58 s Context>handleSignal:
         0xbe935f0 s Context>handleSignal:
         0xbe97dd0 s Context>handleSignal:
         0xbe9c4f8 s Context>handleSignal:
         0xbea0b68 s Context>handleSignal:
         0xbea5120 s Context>handleSignal:
         0xbea9620 s Context>handleSignal:
         0xbeada68 s Context>handleSignal:
         0xbeb1df8 s Context>handleSignal:
         0xbeb60d0 s Context>handleSignal:
         0xbeba2f0 s Context>handleSignal:
         0xbebe458 s Context>handleSignal:
         0xbec2508 s Context>handleSignal:
         0xbec6500 s Context>handleSignal:
         0xbeca440 s Context>handleSignal:
         0xbece2c8 s Context>handleSignal:
         0xbed2098 s Context>handleSignal:
         0xbed5db0 s Context>handleSignal:
         0xbed9a10 s Context>handleSignal:
         0xbedd5b8 s Context>handleSignal:
         0xbee10a8 s Context>handleSignal:
         0xbee4ae0 s Context>handleSignal:
         0xbee8460 s Context>handleSignal:
         0xbeebd28 s Context>handleSignal:
         0xbeef538 s Context>handleSignal:
         0xbef2c90 s Context>handleSignal:
         0xbef6330 s Context>handleSignal:
         0xbef9918 s Context>handleSignal:
         0xbefce48 s Context>handleSignal:
         0xbf002c0 s Context>handleSignal:
         0xbf03680 s Context>handleSignal:
         0xbf06988 s Context>handleSignal:
         0xbf09bd8 s Context>handleSignal:
         0xbf0cd70 s Context>handleSignal:
         0xbf0fe50 s Context>handleSignal:
         0xbf12e78 s Context>handleSignal:
         0xbf15de8 s Context>handleSignal:
         0xbf18ca0 s Context>handleSignal:
         0xbf1baa0 s Context>handleSignal:
         0xbf1e7e8 s Context>handleSignal:
         0xbf21478 s Context>handleSignal:
         0xbf24050 s Context>handleSignal:
         0xbf26b70 s Context>handleSignal:
         0xbf295d8 s Context>handleSignal:
         0xbf2bf88 s Context>handleSignal:
         0xbf2e880 s Context>handleSignal:
         0xbf310c0 s Context>handleSignal:
         0xbf33848 s Context>handleSignal:
         0xbf35f18 s Context>handleSignal:
         0xbf38478 s Context>handleSignal:
         0xbf3a920 s Context>handleSignal:
         0xbf3cd10 s Context>handleSignal:
         0xbf3f048 s Context>handleSignal:
         0xbf412c8 s Context>handleSignal:
         0xbf43490 s Context>handleSignal:
         0xbf455a0 s Context>handleSignal:
         0xbf475f8 s Context>handleSignal:
         0xbf49598 s Context>handleSignal:
         0xbf4b480 s Context>handleSignal:
         0xbf4d2b0 s Context>handleSignal:
         0xbf4f028 s Context>handleSignal:
         0xbf50ce8 s Context>handleSignal:
         0xbf528f0 s Context>handleSignal:
         0xbf54440 s Context>handleSignal:
         0xbf55ed8 s Context>handleSignal:
         0xbf578b8 s Context>handleSignal:
         0xbf591e0 s Context>handleSignal:
         0xbf5aa50 s Context>handleSignal:
         0xbf5c208 s Context>handleSignal:
         0xbf5d908 s Context>handleSignal:
         0xbf5ef50 s Context>handleSignal:
         0xbf604e0 s Context>handleSignal:
         0xbf619b8 s Context>handleSignal:
         0xbf62dd8 s Context>handleSignal:
         0xbf64140 s Context>handleSignal:
         0xbf653f0 s Context>handleSignal:
         0xbf665e8 s Context>handleSignal:
         0xbf89bc8 s Halt(Exception)>signal
         0xbfa6b60 s Halt class(Exception class)>signal
         0xbfd97a0 s Halt class>now
         0xbfc4f20 s FullBlockClosure(Object)>halt
         0xbfeed88 s FullBlockClosure>printOn:
         0xc012210 s Context>printOn:
         0xc03a7c0 s Context>printDebugOn:
         0xc03e700 s [] in Context>debugStack:on:
         0xc05b260 s OrderedCollection>do:
         0xbfc4ca8 s Context>debugStack:on:
         0xbfeeb38 s Context>shortDebugStackOn:
         0xc011fd8 s [] in SmalltalkImage>logError:inContext:
         0xc03a4e0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf89100 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa5d98 s SmalltalkImage>logStdErrorDuring:
         0xbfd8a98 s SmalltalkImage>logError:inContext:
         0xbffd1d8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc020948 s FullBlockClosure(BlockClosure)>ensure:
         0xc04ce28 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062338 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06ebe0 s Halt(Exception)>unhandledErrorAction
         0xc08be50 s Halt(UnhandledException)>defaultAction
         0xc0da7b8 s UndefinedObject>handleSignal:
         0xc0da870 s Context>handleSignal:
         0xc0da928 s Context>handleSignal:
         0xc0da9e0 s Context>handleSignal:
         0xc0daa98 s Context>handleSignal:
         0xc0dab50 s Context>handleSignal:
         0xc0dac08 s Context>handleSignal:
         0xc0dacc0 s Context>handleSignal:
         0xc0dad78 s Context>handleSignal:
         0xc0dae30 s Context>handleSignal:
         0xc0daee8 s Context>handleSignal:
         0xc106450 s Context>handleSignal:
         0xc111b70 s Context>handleSignal:
         0xc11ca18 s Context>handleSignal:
         0xc127300 s Context>handleSignal:
         0xc131b30 s Context>handleSignal:
         0xc13c360 s Context>handleSignal:
         0xc146b90 s Context>handleSignal:
         0xc1513c0 s Context>handleSignal:
         0xc15bbf0 s Context>handleSignal:
         0xc166420 s Context>handleSignal:
         0xc170c50 s Context>handleSignal:
         0xc17b480 s Context>handleSignal:
         0xc185cb0 s Context>handleSignal:
         0xc1904e0 s Context>handleSignal:
         0xc19ad10 s Context>handleSignal:
         0xc1a5540 s Context>handleSignal:
         0xc1afd70 s Context>handleSignal:
         0xc1ba5a0 s Context>handleSignal:
         0xc1c4dd0 s Context>handleSignal:
         0xc1cf600 s Context>handleSignal:
         0xc1d9e30 s Context>handleSignal:
         0xc1e4660 s Context>handleSignal:
         0xc1eee90 s Context>handleSignal:
         0xc1f96c0 s Context>handleSignal:
         0xc203ef0 s Context>handleSignal:
         0xc20e720 s Context>handleSignal:
         0xc218f50 s Context>handleSignal:
         0xc223780 s Context>handleSignal:
         0xc22dfb0 s Context>handleSignal:
         0xc2387e0 s Context>handleSignal:
         0xc243010 s Context>handleSignal:
         0xc24d840 s Context>handleSignal:
         0xc258070 s Context>handleSignal:
         0xc261480 s Context>handleSignal:
         0xb7e2da8 s Context>handleSignal:
         0xb7ed690 s Context>handleSignal:
         0xb7f7f78 s Context>handleSignal:
         0xb802860 s Context>handleSignal:
         0xb80d148 s Context>handleSignal:
         0xb817a30 s Context>handleSignal:
         0xb822318 s Context>handleSignal:
         0xb82cc00 s Context>handleSignal:
         0xb8374e8 s Context>handleSignal:
         0xb841dd0 s Context>handleSignal:
         0xb84c6b8 s Context>handleSignal:
         0xb856fa0 s Context>handleSignal:
         0xb861888 s Context>handleSignal:
         0xb86c170 s Context>handleSignal:
         0xb876a58 s Context>handleSignal:
         0xb881340 s Context>handleSignal:
         0xb88bc28 s Context>handleSignal:
         0xb896510 s Context>handleSignal:
         0xb8a0df8 s Context>handleSignal:
         0xb8ab6e0 s Context>handleSignal:
         0xb8b5fc8 s Context>handleSignal:
         0xb8c08b0 s Context>handleSignal:
         0xb8cb198 s Context>handleSignal:
         0xb8d5a80 s Context>handleSignal:
         0xb8e0368 s Context>handleSignal:
         0xb8eac50 s Context>handleSignal:
         0xb8f5538 s Context>handleSignal:
         0xb8ffe20 s Context>handleSignal:
         0xb90a708 s Context>handleSignal:
         0xb914ff0 s Context>handleSignal:
         0xb91f8d8 s Context>handleSignal:
         0xb92a1c0 s Context>handleSignal:
         0xb934aa8 s Context>handleSignal:
         0xb93f390 s Context>handleSignal:
         0xb949c78 s Context>handleSignal:
         0xb954560 s Context>handleSignal:
         0xb95ee48 s Context>handleSignal:
         0xb969730 s Context>handleSignal:
         0xb974018 s Context>handleSignal:
         0xb97e900 s Context>handleSignal:
         0xb9891e8 s Context>handleSignal:
         0xb993ad0 s Context>handleSignal:
         0xb99e3b8 s Context>handleSignal:
         0xb9a8ca0 s Context>handleSignal:
         0xb9b3588 s Context>handleSignal:
         0xb9bde70 s Context>handleSignal:
         0xb9c8758 s Context>handleSignal:
         0xb9d3040 s Context>handleSignal:
         0xb9dd928 s Context>handleSignal:
         0xb9e8210 s Context>handleSignal:
         0xb9f2af8 s Context>handleSignal:
         0xb9fd3e0 s Context>handleSignal:
         0xba07cc8 s Context>handleSignal:
         0xba125b0 s Context>handleSignal:
         0xba1ce98 s Context>handleSignal:
         0xba27780 s Context>handleSignal:
         0xba32068 s Context>handleSignal:
         0xba3c950 s Context>handleSignal:
         0xba438b8 s Context>handleSignal:
         0xba489f0 s Context>handleSignal:
         0xba4da70 s Context>handleSignal:
         0xba52a38 s Context>handleSignal:
         0xba57a00 s Context>handleSignal:
         0xba5c910 s Context>handleSignal:
         0xba61768 s Context>handleSignal:
         0xba665c0 s Context>handleSignal:
         0xba6b360 s Context>handleSignal:
         0xba70100 s Context>handleSignal:
         0xba74de8 s Context>handleSignal:
         0xba79ad0 s Context>handleSignal:
         0xba7e7b8 s Context>handleSignal:
         0xba834a0 s Context>handleSignal:
         0xba88188 s Context>handleSignal:
         0xba8ce70 s Context>handleSignal:
         0xba91b58 s Context>handleSignal:
         0xba96840 s Context>handleSignal:
         0xba9b528 s Context>handleSignal:
         0xbaa0210 s Context>handleSignal:
         0xbaa4ef8 s Context>handleSignal:
         0xbaa9be0 s Context>handleSignal:
         0xbaae8c8 s Context>handleSignal:
         0xbab35b0 s Context>handleSignal:
         0xbab8298 s Context>handleSignal:
         0xbabcf80 s Context>handleSignal:
         0xbac1c68 s Context>handleSignal:
         0xbac6950 s Context>handleSignal:
         0xbacb638 s Context>handleSignal:
         0xbad0320 s Context>handleSignal:
         0xbad5008 s Context>handleSignal:
         0xbad9cf0 s Context>handleSignal:
         0xbade9d8 s Context>handleSignal:
         0xbae36c0 s Context>handleSignal:
         0xbae83a8 s Context>handleSignal:
         0xbaed090 s Context>handleSignal:
         0xbaf1d78 s Context>handleSignal:
         0xbaf6a60 s Context>handleSignal:
         0xbafb748 s Context>handleSignal:
         0xbb00430 s Context>handleSignal:
         0xbb05118 s Context>handleSignal:
         0xbb09e00 s Context>handleSignal:
         0xbb0eae8 s Context>handleSignal:
         0xbb137d0 s Context>handleSignal:
         0xbb184b8 s Context>handleSignal:
         0xbb1d1a0 s Context>handleSignal:
         0xbb21e88 s Context>handleSignal:
         0xbb26b70 s Context>handleSignal:
         0xbb2b858 s Context>handleSignal:
         0xbb30540 s Context>handleSignal:
         0xbb35228 s Context>handleSignal:
         0xbb39f10 s Context>handleSignal:
         0xbb3ebf8 s Context>handleSignal:
         0xbb438e0 s Context>handleSignal:
         0xbb485c8 s Context>handleSignal:
         0xbb4d2b0 s Context>handleSignal:
         0xbb51f98 s Context>handleSignal:
         0xbb56c80 s Context>handleSignal:
         0xbb5b968 s Context>handleSignal:
         0xbb60650 s Context>handleSignal:
         0xbb65338 s Context>handleSignal:
         0xbb6a020 s Context>handleSignal:
         0xbb6ed08 s Context>handleSignal:
         0xbb739f0 s Context>handleSignal:
         0xbb786d8 s Context>handleSignal:
         0xbb7d3c0 s Context>handleSignal:
         0xbb820a8 s Context>handleSignal:
         0xbb86d90 s Context>handleSignal:
         0xbb8ba78 s Context>handleSignal:
         0xbb90760 s Context>handleSignal:
         0xbb95448 s Context>handleSignal:
         0xbb9a130 s Context>handleSignal:
         0xbb9ed60 s Context>handleSignal:
         0xbba3990 s Context>handleSignal:
         0xbba85c0 s Context>handleSignal:
         0xbbad1f0 s Context>handleSignal:
         0xbbb1e20 s Context>handleSignal:
         0xbbb6a50 s Context>handleSignal:
         0xbbbb680 s Context>handleSignal:
         0xbbc02b0 s Context>handleSignal:
         0xbbc4ee0 s Context>handleSignal:
         0xbbc9b10 s Context>handleSignal:
         0xbbce740 s Context>handleSignal:
         0xbbd3370 s Context>handleSignal:
         0xbbd7fa0 s Context>handleSignal:
         0xbbdcbd0 s Context>handleSignal:
         0xbbe1800 s Context>handleSignal:
         0xbbe6430 s Context>handleSignal:
         0xbbeb060 s Context>handleSignal:
         0xbbefc90 s Context>handleSignal:
         0xbbf48c0 s Context>handleSignal:
         0xbbf94f0 s Context>handleSignal:
         0xbbfe120 s Context>handleSignal:
         0xbc02d50 s Context>handleSignal:
         0xbc07980 s Context>handleSignal:
         0xbc0c5b0 s Context>handleSignal:
         0xbc111e0 s Context>handleSignal:
         0xbc15e10 s Context>handleSignal:
         0xbc1aa40 s Context>handleSignal:
         0xbc1f670 s Context>handleSignal:
         0xbc242a0 s Context>handleSignal:
         0xbc28ed0 s Context>handleSignal:
         0xbc2db00 s Context>handleSignal:
         0xbc32730 s Context>handleSignal:
         0xbc37360 s Context>handleSignal:
         0xbc3bf90 s Context>handleSignal:
         0xbc40bc0 s Context>handleSignal:
         0xbc457f0 s Context>handleSignal:
         0xbc4a420 s Context>handleSignal:
         0xbc4f050 s Context>handleSignal:
         0xbc53c80 s Context>handleSignal:
         0xbc58980 s Context>handleSignal:
         0xbc5d5b0 s Context>handleSignal:
         0xbc621e0 s Context>handleSignal:
         0xbc66e10 s Context>handleSignal:
         0xbc6ba40 s Context>handleSignal:
         0xbc70670 s Context>handleSignal:
         0xbc752a0 s Context>handleSignal:
         0xbc79ed0 s Context>handleSignal:
         0xbc7eb00 s Context>handleSignal:
         0xbc83730 s Context>handleSignal:
         0xbc88360 s Context>handleSignal:
         0xbc8cf90 s Context>handleSignal:
         0xbc91bc0 s Context>handleSignal:
         0xbc967f0 s Context>handleSignal:
         0xbc9b420 s Context>handleSignal:
         0xbca0050 s Context>handleSignal:
         0xbca4c80 s Context>handleSignal:
         0xbca98b0 s Context>handleSignal:
         0xbcae4e0 s Context>handleSignal:
         0xbcb3110 s Context>handleSignal:
         0xbcb7d40 s Context>handleSignal:
         0xbcbc970 s Context>handleSignal:
         0xbcc15a0 s Context>handleSignal:
         0xbcc61d0 s Context>handleSignal:
         0xbccae00 s Context>handleSignal:
         0xbccfa30 s Context>handleSignal:
         0xbcd4660 s Context>handleSignal:
         0xbcd9290 s Context>handleSignal:
         0xbcddec0 s Context>handleSignal:
         0xbce2af0 s Context>handleSignal:
         0xbce7720 s Context>handleSignal:
         0xbcec350 s Context>handleSignal:
         0xbcf0f80 s Context>handleSignal:
         0xbcf5bb0 s Context>handleSignal:
         0xbcfa7e0 s Context>handleSignal:
         0xbcff410 s Context>handleSignal:
         0xbd04040 s Context>handleSignal:
         0xbd08c70 s Context>handleSignal:
         0xbd0d8a0 s Context>handleSignal:
         0xbd124d0 s Context>handleSignal:
         0xbd17100 s Context>handleSignal:
         0xbd1bd30 s Context>handleSignal:
         0xbd20960 s Context>handleSignal:
         0xbd25590 s Context>handleSignal:
         0xbd2a1c0 s Context>handleSignal:
         0xbd2edf0 s Context>handleSignal:
         0xbd33a20 s Context>handleSignal:
         0xbd38650 s Context>handleSignal:
         0xbd3d280 s Context>handleSignal:
         0xbd41eb0 s Context>handleSignal:
         0xbd46ae0 s Context>handleSignal:
         0xbd4b710 s Context>handleSignal:
         0xbd50340 s Context>handleSignal:
         0xbd54f70 s Context>handleSignal:
         0xbd59ba0 s Context>handleSignal:
         0xbd5e7d0 s Context>handleSignal:
         0xbd63400 s Context>handleSignal:
         0xbd68030 s Context>handleSignal:
         0xbd6cc60 s Context>handleSignal:
         0xbd71890 s Context>handleSignal:
         0xbd764c0 s Context>handleSignal:
         0xbd7b0f0 s Context>handleSignal:
         0xbd7fd20 s Context>handleSignal:
         0xbd84950 s Context>handleSignal:
         0xbd89580 s Context>handleSignal:
         0xbd8e1b0 s Context>handleSignal:
         0xbd92de0 s Context>handleSignal:
         0xbd97a10 s Context>handleSignal:
         0xbd9c640 s Context>handleSignal:
         0xbda1270 s Context>handleSignal:
         0xbda5ea0 s Context>handleSignal:
         0xbdaaad0 s Context>handleSignal:
         0xbdaf700 s Context>handleSignal:
         0xbdb4330 s Context>handleSignal:
         0xbdb8f60 s Context>handleSignal:
         0xbdbdb90 s Context>handleSignal:
         0xbdc27c0 s Context>handleSignal:
         0xbdc73f0 s Context>handleSignal:
         0xbdcc020 s Context>handleSignal:
         0xbdd0c50 s Context>handleSignal:
         0xbdd5880 s Context>handleSignal:
         0xbdda4b0 s Context>handleSignal:
         0xbddf0e0 s Context>handleSignal:
         0xbde3d10 s Context>handleSignal:
         0xbde8940 s Context>handleSignal:
         0xbded570 s Context>handleSignal:
         0xbdf21a0 s Context>handleSignal:
         0xbdf6dd0 s Context>handleSignal:
         0xbdfba00 s Context>handleSignal:
         0xbe00630 s Context>handleSignal:
         0xbe05260 s Context>handleSignal:
         0xbe09e90 s Context>handleSignal:
         0xbe0eac0 s Context>handleSignal:
         0xbe136f0 s Context>handleSignal:
         0xbe18320 s Context>handleSignal:
         0xbe1cf50 s Context>handleSignal:
         0xbe21b80 s Context>handleSignal:
         0xbe267b0 s Context>handleSignal:
         0xbe2b3e0 s Context>handleSignal:
         0xbe30010 s Context>handleSignal:
         0xbe34c40 s Context>handleSignal:
         0xbe39870 s Context>handleSignal:
         0xbe3e4a0 s Context>handleSignal:
         0xbe430d0 s Context>handleSignal:
         0xbe47d00 s Context>handleSignal:
         0xbe4c930 s Context>handleSignal:
         0xbe51560 s Context>handleSignal:
         0xbe56190 s Context>handleSignal:
         0xbe5adc0 s Context>handleSignal:
         0xbe5f9f0 s Context>handleSignal:
         0xbe64620 s Context>handleSignal:
         0xbe69250 s Context>handleSignal:
         0xbe6de80 s Context>handleSignal:
         0xbe72ab0 s Context>handleSignal:
         0xbe776e0 s Context>handleSignal:
         0xbe7c310 s Context>handleSignal:
         0xbe80e88 s Context>handleSignal:
         0xbe85948 s Context>handleSignal:
         0xbe8a350 s Context>handleSignal:
         0xbe8eca0 s Context>handleSignal:
         0xbe93538 s Context>handleSignal:
         0xbe97d18 s Context>handleSignal:
         0xbe9c440 s Context>handleSignal:
         0xbea0ab0 s Context>handleSignal:
         0xbea5068 s Context>handleSignal:
         0xbea9568 s Context>handleSignal:
         0xbead9b0 s Context>handleSignal:
         0xbeb1d40 s Context>handleSignal:
         0xbeb6018 s Context>handleSignal:
         0xbeba238 s Context>handleSignal:
         0xbebe3a0 s Context>handleSignal:
         0xbec2450 s Context>handleSignal:
         0xbec6448 s Context>handleSignal:
         0xbeca388 s Context>handleSignal:
         0xbece210 s Context>handleSignal:
         0xbed1fe0 s Context>handleSignal:
         0xbed5cf8 s Context>handleSignal:
         0xbed9958 s Context>handleSignal:
         0xbedd500 s Context>handleSignal:
         0xbee0ff0 s Context>handleSignal:
         0xbee4a28 s Context>handleSignal:
         0xbee83a8 s Context>handleSignal:
         0xbeebc70 s Context>handleSignal:
         0xbeef480 s Context>handleSignal:
         0xbef2bd8 s Context>handleSignal:
         0xbef6278 s Context>handleSignal:
         0xbef9860 s Context>handleSignal:
         0xbefcd90 s Context>handleSignal:
         0xbf00208 s Context>handleSignal:
         0xbf035c8 s Context>handleSignal:
         0xbf068d0 s Context>handleSignal:
         0xbf09b20 s Context>handleSignal:
         0xbf0ccb8 s Context>handleSignal:
         0xbf0fd98 s Context>handleSignal:
         0xbf12dc0 s Context>handleSignal:
         0xbf15d30 s Context>handleSignal:
         0xbf18be8 s Context>handleSignal:
         0xbf1b9e8 s Context>handleSignal:
         0xbf1e730 s Context>handleSignal:
         0xbf213c0 s Context>handleSignal:
         0xbf23f98 s Context>handleSignal:
         0xbf26ab8 s Context>handleSignal:
         0xbf29520 s Context>handleSignal:
         0xbf2bed0 s Context>handleSignal:
         0xbf2e7c8 s Context>handleSignal:
         0xbf31008 s Context>handleSignal:
         0xbf33790 s Context>handleSignal:
         0xbf35e60 s Context>handleSignal:
         0xbf383c0 s Context>handleSignal:
         0xbf3a868 s Context>handleSignal:
         0xbf3cc58 s Context>handleSignal:
         0xbf3ef90 s Context>handleSignal:
         0xbf41210 s Context>handleSignal:
         0xbf433d8 s Context>handleSignal:
         0xbf454e8 s Context>handleSignal:
         0xbf47540 s Context>handleSignal:
         0xbf494e0 s Context>handleSignal:
         0xbf4b3c8 s Context>handleSignal:
         0xbf4d1f8 s Context>handleSignal:
         0xbf4ef70 s Context>handleSignal:
         0xbf50c30 s Context>handleSignal:
         0xbf52838 s Context>handleSignal:
         0xbf54388 s Context>handleSignal:
         0xbf55e20 s Context>handleSignal:
         0xbf57800 s Context>handleSignal:
         0xbf59128 s Context>handleSignal:
         0xbf5a998 s Context>handleSignal:
         0xbf5c150 s Context>handleSignal:
         0xbf5d850 s Context>handleSignal:
         0xbf5ee98 s Context>handleSignal:
         0xbf60428 s Context>handleSignal:
         0xbf61900 s Context>handleSignal:
         0xbf62d20 s Context>handleSignal:
         0xbf64088 s Context>handleSignal:
         0xbf65338 s Context>handleSignal:
         0xbf89a58 s Halt(Exception)>signal
         0xbfa6990 s Halt class(Exception class)>signal
         0xbfd95e8 s Halt class>now
         0xbfc4d60 s FullBlockClosure(Object)>halt
         0xbfeebf0 s FullBlockClosure>printOn:
         0xc012090 s Context>printOn:
         0xc03a598 s Context>printDebugOn:
         0xc03a878 s [] in Context>debugStack:on:
         0xc059d88 s OrderedCollection>do:
         0xbfc4ae8 s Context>debugStack:on:
         0xbfee9a0 s Context>shortDebugStackOn:
         0xc011e58 s [] in SmalltalkImage>logError:inContext:
         0xc03a2b8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf88f90 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa5bc8 s SmalltalkImage>logStdErrorDuring:
         0xbfd88e0 s SmalltalkImage>logError:inContext:
         0xbffd110 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc020858 s FullBlockClosure(BlockClosure)>ensure:
         0xc04cd48 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062280 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06eb28 s Halt(Exception)>unhandledErrorAction
         0xc08bd98 s Halt(UnhandledException)>defaultAction
         0xc0d9fd0 s UndefinedObject>handleSignal:
         0xc0da088 s Context>handleSignal:
         0xc0da140 s Context>handleSignal:
         0xc0da1f8 s Context>handleSignal:
         0xc0da2b0 s Context>handleSignal:
         0xc0da368 s Context>handleSignal:
         0xc0da420 s Context>handleSignal:
         0xc0da4d8 s Context>handleSignal:
         0xc0da590 s Context>handleSignal:
         0xc0da648 s Context>handleSignal:
         0xc0da700 s Context>handleSignal:
         0xc106398 s Context>handleSignal:
         0xc111ab8 s Context>handleSignal:
         0xc11c960 s Context>handleSignal:
         0xc127248 s Context>handleSignal:
         0xc131a78 s Context>handleSignal:
         0xc13c2a8 s Context>handleSignal:
         0xc146ad8 s Context>handleSignal:
         0xc151308 s Context>handleSignal:
         0xc15bb38 s Context>handleSignal:
         0xc166368 s Context>handleSignal:
         0xc170b98 s Context>handleSignal:
         0xc17b3c8 s Context>handleSignal:
         0xc185bf8 s Context>handleSignal:
         0xc190428 s Context>handleSignal:
         0xc19ac58 s Context>handleSignal:
         0xc1a5488 s Context>handleSignal:
         0xc1afcb8 s Context>handleSignal:
         0xc1ba4e8 s Context>handleSignal:
         0xc1c4d18 s Context>handleSignal:
         0xc1cf548 s Context>handleSignal:
         0xc1d9d78 s Context>handleSignal:
         0xc1e45a8 s Context>handleSignal:
         0xc1eedd8 s Context>handleSignal:
         0xc1f9608 s Context>handleSignal:
         0xc203e38 s Context>handleSignal:
         0xc20e668 s Context>handleSignal:
         0xc218e98 s Context>handleSignal:
         0xc2236c8 s Context>handleSignal:
         0xc22def8 s Context>handleSignal:
         0xc238728 s Context>handleSignal:
         0xc242f58 s Context>handleSignal:
         0xc24d788 s Context>handleSignal:
         0xc257fb8 s Context>handleSignal:
         0xc2613c8 s Context>handleSignal:
         0xb7e2cf0 s Context>handleSignal:
         0xb7ed5d8 s Context>handleSignal:
         0xb7f7ec0 s Context>handleSignal:
         0xb8027a8 s Context>handleSignal:
         0xb80d090 s Context>handleSignal:
         0xb817978 s Context>handleSignal:
         0xb822260 s Context>handleSignal:
         0xb82cb48 s Context>handleSignal:
         0xb837430 s Context>handleSignal:
         0xb841d18 s Context>handleSignal:
         0xb84c600 s Context>handleSignal:
         0xb856ee8 s Context>handleSignal:
         0xb8617d0 s Context>handleSignal:
         0xb86c0b8 s Context>handleSignal:
         0xb8769a0 s Context>handleSignal:
         0xb881288 s Context>handleSignal:
         0xb88bb70 s Context>handleSignal:
         0xb896458 s Context>handleSignal:
         0xb8a0d40 s Context>handleSignal:
         0xb8ab628 s Context>handleSignal:
         0xb8b5f10 s Context>handleSignal:
         0xb8c07f8 s Context>handleSignal:
         0xb8cb0e0 s Context>handleSignal:
         0xb8d59c8 s Context>handleSignal:
         0xb8e02b0 s Context>handleSignal:
         0xb8eab98 s Context>handleSignal:
         0xb8f5480 s Context>handleSignal:
         0xb8ffd68 s Context>handleSignal:
         0xb90a650 s Context>handleSignal:
         0xb914f38 s Context>handleSignal:
         0xb91f820 s Context>handleSignal:
         0xb92a108 s Context>handleSignal:
         0xb9349f0 s Context>handleSignal:
         0xb93f2d8 s Context>handleSignal:
         0xb949bc0 s Context>handleSignal:
         0xb9544a8 s Context>handleSignal:
         0xb95ed90 s Context>handleSignal:
         0xb969678 s Context>handleSignal:
         0xb973f60 s Context>handleSignal:
         0xb97e848 s Context>handleSignal:
         0xb989130 s Context>handleSignal:
         0xb993a18 s Context>handleSignal:
         0xb99e300 s Context>handleSignal:
         0xb9a8be8 s Context>handleSignal:
         0xb9b34d0 s Context>handleSignal:
         0xb9bddb8 s Context>handleSignal:
         0xb9c86a0 s Context>handleSignal:
         0xb9d2f88 s Context>handleSignal:
         0xb9dd870 s Context>handleSignal:
         0xb9e8158 s Context>handleSignal:
         0xb9f2a40 s Context>handleSignal:
         0xb9fd328 s Context>handleSignal:
         0xba07c10 s Context>handleSignal:
         0xba124f8 s Context>handleSignal:
         0xba1cde0 s Context>handleSignal:
         0xba276c8 s Context>handleSignal:
         0xba31fb0 s Context>handleSignal:
         0xba3c898 s Context>handleSignal:
         0xba43800 s Context>handleSignal:
         0xba48938 s Context>handleSignal:
         0xba4d9b8 s Context>handleSignal:
         0xba52980 s Context>handleSignal:
         0xba57948 s Context>handleSignal:
         0xba5c858 s Context>handleSignal:
         0xba616b0 s Context>handleSignal:
         0xba66508 s Context>handleSignal:
         0xba6b2a8 s Context>handleSignal:
         0xba70048 s Context>handleSignal:
         0xba74d30 s Context>handleSignal:
         0xba79a18 s Context>handleSignal:
         0xba7e700 s Context>handleSignal:
         0xba833e8 s Context>handleSignal:
         0xba880d0 s Context>handleSignal:
         0xba8cdb8 s Context>handleSignal:
         0xba91aa0 s Context>handleSignal:
         0xba96788 s Context>handleSignal:
         0xba9b470 s Context>handleSignal:
         0xbaa0158 s Context>handleSignal:
         0xbaa4e40 s Context>handleSignal:
         0xbaa9b28 s Context>handleSignal:
         0xbaae810 s Context>handleSignal:
         0xbab34f8 s Context>handleSignal:
         0xbab81e0 s Context>handleSignal:
         0xbabcec8 s Context>handleSignal:
         0xbac1bb0 s Context>handleSignal:
         0xbac6898 s Context>handleSignal:
         0xbacb580 s Context>handleSignal:
         0xbad0268 s Context>handleSignal:
         0xbad4f50 s Context>handleSignal:
         0xbad9c38 s Context>handleSignal:
         0xbade920 s Context>handleSignal:
         0xbae3608 s Context>handleSignal:
         0xbae82f0 s Context>handleSignal:
         0xbaecfd8 s Context>handleSignal:
         0xbaf1cc0 s Context>handleSignal:
         0xbaf69a8 s Context>handleSignal:
         0xbafb690 s Context>handleSignal:
         0xbb00378 s Context>handleSignal:
         0xbb05060 s Context>handleSignal:
         0xbb09d48 s Context>handleSignal:
         0xbb0ea30 s Context>handleSignal:
         0xbb13718 s Context>handleSignal:
         0xbb18400 s Context>handleSignal:
         0xbb1d0e8 s Context>handleSignal:
         0xbb21dd0 s Context>handleSignal:
         0xbb26ab8 s Context>handleSignal:
         0xbb2b7a0 s Context>handleSignal:
         0xbb30488 s Context>handleSignal:
         0xbb35170 s Context>handleSignal:
         0xbb39e58 s Context>handleSignal:
         0xbb3eb40 s Context>handleSignal:
         0xbb43828 s Context>handleSignal:
         0xbb48510 s Context>handleSignal:
         0xbb4d1f8 s Context>handleSignal:
         0xbb51ee0 s Context>handleSignal:
         0xbb56bc8 s Context>handleSignal:
         0xbb5b8b0 s Context>handleSignal:
         0xbb60598 s Context>handleSignal:
         0xbb65280 s Context>handleSignal:
         0xbb69f68 s Context>handleSignal:
         0xbb6ec50 s Context>handleSignal:
         0xbb73938 s Context>handleSignal:
         0xbb78620 s Context>handleSignal:
         0xbb7d308 s Context>handleSignal:
         0xbb81ff0 s Context>handleSignal:
         0xbb86cd8 s Context>handleSignal:
         0xbb8b9c0 s Context>handleSignal:
         0xbb906a8 s Context>handleSignal:
         0xbb95390 s Context>handleSignal:
         0xbb9a078 s Context>handleSignal:
         0xbb9eca8 s Context>handleSignal:
         0xbba38d8 s Context>handleSignal:
         0xbba8508 s Context>handleSignal:
         0xbbad138 s Context>handleSignal:
         0xbbb1d68 s Context>handleSignal:
         0xbbb6998 s Context>handleSignal:
         0xbbbb5c8 s Context>handleSignal:
         0xbbc01f8 s Context>handleSignal:
         0xbbc4e28 s Context>handleSignal:
         0xbbc9a58 s Context>handleSignal:
         0xbbce688 s Context>handleSignal:
         0xbbd32b8 s Context>handleSignal:
         0xbbd7ee8 s Context>handleSignal:
         0xbbdcb18 s Context>handleSignal:
         0xbbe1748 s Context>handleSignal:
         0xbbe6378 s Context>handleSignal:
         0xbbeafa8 s Context>handleSignal:
         0xbbefbd8 s Context>handleSignal:
         0xbbf4808 s Context>handleSignal:
         0xbbf9438 s Context>handleSignal:
         0xbbfe068 s Context>handleSignal:
         0xbc02c98 s Context>handleSignal:
         0xbc078c8 s Context>handleSignal:
         0xbc0c4f8 s Context>handleSignal:
         0xbc11128 s Context>handleSignal:
         0xbc15d58 s Context>handleSignal:
         0xbc1a988 s Context>handleSignal:
         0xbc1f5b8 s Context>handleSignal:
         0xbc241e8 s Context>handleSignal:
         0xbc28e18 s Context>handleSignal:
         0xbc2da48 s Context>handleSignal:
         0xbc32678 s Context>handleSignal:
         0xbc372a8 s Context>handleSignal:
         0xbc3bed8 s Context>handleSignal:
         0xbc40b08 s Context>handleSignal:
         0xbc45738 s Context>handleSignal:
         0xbc4a368 s Context>handleSignal:
         0xbc4ef98 s Context>handleSignal:
         0xbc53bc8 s Context>handleSignal:
         0xbc588c8 s Context>handleSignal:
         0xbc5d4f8 s Context>handleSignal:
         0xbc62128 s Context>handleSignal:
         0xbc66d58 s Context>handleSignal:
         0xbc6b988 s Context>handleSignal:
         0xbc705b8 s Context>handleSignal:
         0xbc751e8 s Context>handleSignal:
         0xbc79e18 s Context>handleSignal:
         0xbc7ea48 s Context>handleSignal:
         0xbc83678 s Context>handleSignal:
         0xbc882a8 s Context>handleSignal:
         0xbc8ced8 s Context>handleSignal:
         0xbc91b08 s Context>handleSignal:
         0xbc96738 s Context>handleSignal:
         0xbc9b368 s Context>handleSignal:
         0xbc9ff98 s Context>handleSignal:
         0xbca4bc8 s Context>handleSignal:
         0xbca97f8 s Context>handleSignal:
         0xbcae428 s Context>handleSignal:
         0xbcb3058 s Context>handleSignal:
         0xbcb7c88 s Context>handleSignal:
         0xbcbc8b8 s Context>handleSignal:
         0xbcc14e8 s Context>handleSignal:
         0xbcc6118 s Context>handleSignal:
         0xbccad48 s Context>handleSignal:
         0xbccf978 s Context>handleSignal:
         0xbcd45a8 s Context>handleSignal:
         0xbcd91d8 s Context>handleSignal:
         0xbcdde08 s Context>handleSignal:
         0xbce2a38 s Context>handleSignal:
         0xbce7668 s Context>handleSignal:
         0xbcec298 s Context>handleSignal:
         0xbcf0ec8 s Context>handleSignal:
         0xbcf5af8 s Context>handleSignal:
         0xbcfa728 s Context>handleSignal:
         0xbcff358 s Context>handleSignal:
         0xbd03f88 s Context>handleSignal:
         0xbd08bb8 s Context>handleSignal:
         0xbd0d7e8 s Context>handleSignal:
         0xbd12418 s Context>handleSignal:
         0xbd17048 s Context>handleSignal:
         0xbd1bc78 s Context>handleSignal:
         0xbd208a8 s Context>handleSignal:
         0xbd254d8 s Context>handleSignal:
         0xbd2a108 s Context>handleSignal:
         0xbd2ed38 s Context>handleSignal:
         0xbd33968 s Context>handleSignal:
         0xbd38598 s Context>handleSignal:
         0xbd3d1c8 s Context>handleSignal:
         0xbd41df8 s Context>handleSignal:
         0xbd46a28 s Context>handleSignal:
         0xbd4b658 s Context>handleSignal:
         0xbd50288 s Context>handleSignal:
         0xbd54eb8 s Context>handleSignal:
         0xbd59ae8 s Context>handleSignal:
         0xbd5e718 s Context>handleSignal:
         0xbd63348 s Context>handleSignal:
         0xbd67f78 s Context>handleSignal:
         0xbd6cba8 s Context>handleSignal:
         0xbd717d8 s Context>handleSignal:
         0xbd76408 s Context>handleSignal:
         0xbd7b038 s Context>handleSignal:
         0xbd7fc68 s Context>handleSignal:
         0xbd84898 s Context>handleSignal:
         0xbd894c8 s Context>handleSignal:
         0xbd8e0f8 s Context>handleSignal:
         0xbd92d28 s Context>handleSignal:
         0xbd97958 s Context>handleSignal:
         0xbd9c588 s Context>handleSignal:
         0xbda11b8 s Context>handleSignal:
         0xbda5de8 s Context>handleSignal:
         0xbdaaa18 s Context>handleSignal:
         0xbdaf648 s Context>handleSignal:
         0xbdb4278 s Context>handleSignal:
         0xbdb8ea8 s Context>handleSignal:
         0xbdbdad8 s Context>handleSignal:
         0xbdc2708 s Context>handleSignal:
         0xbdc7338 s Context>handleSignal:
         0xbdcbf68 s Context>handleSignal:
         0xbdd0b98 s Context>handleSignal:
         0xbdd57c8 s Context>handleSignal:
         0xbdda3f8 s Context>handleSignal:
         0xbddf028 s Context>handleSignal:
         0xbde3c58 s Context>handleSignal:
         0xbde8888 s Context>handleSignal:
         0xbded4b8 s Context>handleSignal:
         0xbdf20e8 s Context>handleSignal:
         0xbdf6d18 s Context>handleSignal:
         0xbdfb948 s Context>handleSignal:
         0xbe00578 s Context>handleSignal:
         0xbe051a8 s Context>handleSignal:
         0xbe09dd8 s Context>handleSignal:
         0xbe0ea08 s Context>handleSignal:
         0xbe13638 s Context>handleSignal:
         0xbe18268 s Context>handleSignal:
         0xbe1ce98 s Context>handleSignal:
         0xbe21ac8 s Context>handleSignal:
         0xbe266f8 s Context>handleSignal:
         0xbe2b328 s Context>handleSignal:
         0xbe2ff58 s Context>handleSignal:
         0xbe34b88 s Context>handleSignal:
         0xbe397b8 s Context>handleSignal:
         0xbe3e3e8 s Context>handleSignal:
         0xbe43018 s Context>handleSignal:
         0xbe47c48 s Context>handleSignal:
         0xbe4c878 s Context>handleSignal:
         0xbe514a8 s Context>handleSignal:
         0xbe560d8 s Context>handleSignal:
         0xbe5ad08 s Context>handleSignal:
         0xbe5f938 s Context>handleSignal:
         0xbe64568 s Context>handleSignal:
         0xbe69198 s Context>handleSignal:
         0xbe6ddc8 s Context>handleSignal:
         0xbe729f8 s Context>handleSignal:
         0xbe77628 s Context>handleSignal:
         0xbe7c258 s Context>handleSignal:
         0xbe80dd0 s Context>handleSignal:
         0xbe85890 s Context>handleSignal:
         0xbe8a298 s Context>handleSignal:
         0xbe8ebe8 s Context>handleSignal:
         0xbe93480 s Context>handleSignal:
         0xbe97c60 s Context>handleSignal:
         0xbe9c388 s Context>handleSignal:
         0xbea09f8 s Context>handleSignal:
         0xbea4fb0 s Context>handleSignal:
         0xbea94b0 s Context>handleSignal:
         0xbead8f8 s Context>handleSignal:
         0xbeb1c88 s Context>handleSignal:
         0xbeb5f60 s Context>handleSignal:
         0xbeba180 s Context>handleSignal:
         0xbebe2e8 s Context>handleSignal:
         0xbec2398 s Context>handleSignal:
         0xbec6390 s Context>handleSignal:
         0xbeca2d0 s Context>handleSignal:
         0xbece158 s Context>handleSignal:
         0xbed1f28 s Context>handleSignal:
         0xbed5c40 s Context>handleSignal:
         0xbed98a0 s Context>handleSignal:
         0xbedd448 s Context>handleSignal:
         0xbee0f38 s Context>handleSignal:
         0xbee4970 s Context>handleSignal:
         0xbee82f0 s Context>handleSignal:
         0xbeebbb8 s Context>handleSignal:
         0xbeef3c8 s Context>handleSignal:
         0xbef2b20 s Context>handleSignal:
         0xbef61c0 s Context>handleSignal:
         0xbef97a8 s Context>handleSignal:
         0xbefccd8 s Context>handleSignal:
         0xbf00150 s Context>handleSignal:
         0xbf03510 s Context>handleSignal:
         0xbf06818 s Context>handleSignal:
         0xbf09a68 s Context>handleSignal:
         0xbf0cc00 s Context>handleSignal:
         0xbf0fce0 s Context>handleSignal:
         0xbf12d08 s Context>handleSignal:
         0xbf15c78 s Context>handleSignal:
         0xbf18b30 s Context>handleSignal:
         0xbf1b930 s Context>handleSignal:
         0xbf1e678 s Context>handleSignal:
         0xbf21308 s Context>handleSignal:
         0xbf23ee0 s Context>handleSignal:
         0xbf26a00 s Context>handleSignal:
         0xbf29468 s Context>handleSignal:
         0xbf2be18 s Context>handleSignal:
         0xbf2e710 s Context>handleSignal:
         0xbf30f50 s Context>handleSignal:
         0xbf336d8 s Context>handleSignal:
         0xbf35da8 s Context>handleSignal:
         0xbf38308 s Context>handleSignal:
         0xbf3a7b0 s Context>handleSignal:
         0xbf3cba0 s Context>handleSignal:
         0xbf3eed8 s Context>handleSignal:
         0xbf41158 s Context>handleSignal:
         0xbf43320 s Context>handleSignal:
         0xbf45430 s Context>handleSignal:
         0xbf47488 s Context>handleSignal:
         0xbf49428 s Context>handleSignal:
         0xbf4b310 s Context>handleSignal:
         0xbf4d140 s Context>handleSignal:
         0xbf4eeb8 s Context>handleSignal:
         0xbf50b78 s Context>handleSignal:
         0xbf52780 s Context>handleSignal:
         0xbf542d0 s Context>handleSignal:
         0xbf55d68 s Context>handleSignal:
         0xbf57748 s Context>handleSignal:
         0xbf59070 s Context>handleSignal:
         0xbf5a8e0 s Context>handleSignal:
         0xbf5c098 s Context>handleSignal:
         0xbf5d798 s Context>handleSignal:
         0xbf5ede0 s Context>handleSignal:
         0xbf60370 s Context>handleSignal:
         0xbf61848 s Context>handleSignal:
         0xbf62c68 s Context>handleSignal:
         0xbf63fd0 s Context>handleSignal:
         0xbf898e8 s Halt(Exception)>signal
         0xbfa67c0 s Halt class(Exception class)>signal
         0xbfd9430 s Halt class>now
         0xbfc4ba0 s FullBlockClosure(Object)>halt
         0xbfeea58 s FullBlockClosure>printOn:
         0xc011f10 s Context>printOn:
         0xc03a370 s Context>printDebugOn:
         0xc03a650 s [] in Context>debugStack:on:
         0xc059cd0 s OrderedCollection>do:
         0xbfd02a8 s Context>debugStack:on:
         0xbff90f8 s Context>shortDebugStackOn:
         0xc01bbd8 s [] in SmalltalkImage>logError:inContext:
         0xc048520 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf88e20 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa59f8 s SmalltalkImage>logStdErrorDuring:
         0xbfd8728 s SmalltalkImage>logError:inContext:
         0xbffd048 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc020768 s FullBlockClosure(BlockClosure)>ensure:
         0xc04cc68 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0621c8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06ea70 s Halt(Exception)>unhandledErrorAction
         0xc08bce0 s Halt(UnhandledException)>defaultAction
         0xc0cba88 s UndefinedObject>handleSignal:
         0xc0cbb40 s Context>handleSignal:
         0xc0cbbf8 s Context>handleSignal:
         0xc0cbcb0 s Context>handleSignal:
         0xc0cbd68 s Context>handleSignal:
         0xc0cbe20 s Context>handleSignal:
         0xc0cbed8 s Context>handleSignal:
         0xc0cbf90 s Context>handleSignal:
         0xc0cc048 s Context>handleSignal:
         0xc0cc100 s Context>handleSignal:
         0xc0cc1b8 s Context>handleSignal:
         0xc104ec0 s Context>handleSignal:
         0xc1105e0 s Context>handleSignal:
         0xc11b488 s Context>handleSignal:
         0xc125d70 s Context>handleSignal:
         0xc1305a0 s Context>handleSignal:
         0xc13add0 s Context>handleSignal:
         0xc145600 s Context>handleSignal:
         0xc14fe30 s Context>handleSignal:
         0xc15a660 s Context>handleSignal:
         0xc164e90 s Context>handleSignal:
         0xc16f6c0 s Context>handleSignal:
         0xc179ef0 s Context>handleSignal:
         0xc184720 s Context>handleSignal:
         0xc18ef50 s Context>handleSignal:
         0xc199780 s Context>handleSignal:
         0xc1a3fb0 s Context>handleSignal:
         0xc1ae7e0 s Context>handleSignal:
         0xc1b9010 s Context>handleSignal:
         0xc1c3840 s Context>handleSignal:
         0xc1ce070 s Context>handleSignal:
         0xc1d88a0 s Context>handleSignal:
         0xc1e30d0 s Context>handleSignal:
         0xc1ed900 s Context>handleSignal:
         0xc1f8130 s Context>handleSignal:
         0xc202960 s Context>handleSignal:
         0xc20d190 s Context>handleSignal:
         0xc2179c0 s Context>handleSignal:
         0xc2221f0 s Context>handleSignal:
         0xc22ca20 s Context>handleSignal:
         0xc237250 s Context>handleSignal:
         0xc241a80 s Context>handleSignal:
         0xc24c2b0 s Context>handleSignal:
         0xc256ae0 s Context>handleSignal:
         0xc261310 s Context>handleSignal:
         0xb7e2c38 s Context>handleSignal:
         0xb7ed520 s Context>handleSignal:
         0xb7f7e08 s Context>handleSignal:
         0xb8026f0 s Context>handleSignal:
         0xb80cfd8 s Context>handleSignal:
         0xb8178c0 s Context>handleSignal:
         0xb8221a8 s Context>handleSignal:
         0xb82ca90 s Context>handleSignal:
         0xb837378 s Context>handleSignal:
         0xb841c60 s Context>handleSignal:
         0xb84c548 s Context>handleSignal:
         0xb856e30 s Context>handleSignal:
         0xb861718 s Context>handleSignal:
         0xb86c000 s Context>handleSignal:
         0xb8768e8 s Context>handleSignal:
         0xb8811d0 s Context>handleSignal:
         0xb88bab8 s Context>handleSignal:
         0xb8963a0 s Context>handleSignal:
         0xb8a0c88 s Context>handleSignal:
         0xb8ab570 s Context>handleSignal:
         0xb8b5e58 s Context>handleSignal:
         0xb8c0740 s Context>handleSignal:
         0xb8cb028 s Context>handleSignal:
         0xb8d5910 s Context>handleSignal:
         0xb8e01f8 s Context>handleSignal:
         0xb8eaae0 s Context>handleSignal:
         0xb8f53c8 s Context>handleSignal:
         0xb8ffcb0 s Context>handleSignal:
         0xb90a598 s Context>handleSignal:
         0xb914e80 s Context>handleSignal:
         0xb91f768 s Context>handleSignal:
         0xb92a050 s Context>handleSignal:
         0xb934938 s Context>handleSignal:
         0xb93f220 s Context>handleSignal:
         0xb949b08 s Context>handleSignal:
         0xb9543f0 s Context>handleSignal:
         0xb95ecd8 s Context>handleSignal:
         0xb9695c0 s Context>handleSignal:
         0xb973ea8 s Context>handleSignal:
         0xb97e790 s Context>handleSignal:
         0xb989078 s Context>handleSignal:
         0xb993960 s Context>handleSignal:
         0xb99e248 s Context>handleSignal:
         0xb9a8b30 s Context>handleSignal:
         0xb9b3418 s Context>handleSignal:
         0xb9bdd00 s Context>handleSignal:
         0xb9c85e8 s Context>handleSignal:
         0xb9d2ed0 s Context>handleSignal:
         0xb9dd7b8 s Context>handleSignal:
         0xb9e80a0 s Context>handleSignal:
         0xb9f2988 s Context>handleSignal:
         0xb9fd270 s Context>handleSignal:
         0xba07b58 s Context>handleSignal:
         0xba12440 s Context>handleSignal:
         0xba1cd28 s Context>handleSignal:
         0xba27610 s Context>handleSignal:
         0xba31ef8 s Context>handleSignal:
         0xba3c7e0 s Context>handleSignal:
         0xba43748 s Context>handleSignal:
         0xba48880 s Context>handleSignal:
         0xba4d900 s Context>handleSignal:
         0xba528c8 s Context>handleSignal:
         0xba57890 s Context>handleSignal:
         0xba5c7a0 s Context>handleSignal:
         0xba615f8 s Context>handleSignal:
         0xba66450 s Context>handleSignal:
         0xba6b1f0 s Context>handleSignal:
         0xba6ff90 s Context>handleSignal:
         0xba74c78 s Context>handleSignal:
         0xba79960 s Context>handleSignal:
         0xba7e648 s Context>handleSignal:
         0xba83330 s Context>handleSignal:
         0xba88018 s Context>handleSignal:
         0xba8cd00 s Context>handleSignal:
         0xba919e8 s Context>handleSignal:
         0xba966d0 s Context>handleSignal:
         0xba9b3b8 s Context>handleSignal:
         0xbaa00a0 s Context>handleSignal:
         0xbaa4d88 s Context>handleSignal:
         0xbaa9a70 s Context>handleSignal:
         0xbaae758 s Context>handleSignal:
         0xbab3440 s Context>handleSignal:
         0xbab8128 s Context>handleSignal:
         0xbabce10 s Context>handleSignal:
         0xbac1af8 s Context>handleSignal:
         0xbac67e0 s Context>handleSignal:
         0xbacb4c8 s Context>handleSignal:
         0xbad01b0 s Context>handleSignal:
         0xbad4e98 s Context>handleSignal:
         0xbad9b80 s Context>handleSignal:
         0xbade868 s Context>handleSignal:
         0xbae3550 s Context>handleSignal:
         0xbae8238 s Context>handleSignal:
         0xbaecf20 s Context>handleSignal:
         0xbaf1c08 s Context>handleSignal:
         0xbaf68f0 s Context>handleSignal:
         0xbafb5d8 s Context>handleSignal:
         0xbb002c0 s Context>handleSignal:
         0xbb04fa8 s Context>handleSignal:
         0xbb09c90 s Context>handleSignal:
         0xbb0e978 s Context>handleSignal:
         0xbb13660 s Context>handleSignal:
         0xbb18348 s Context>handleSignal:
         0xbb1d030 s Context>handleSignal:
         0xbb21d18 s Context>handleSignal:
         0xbb26a00 s Context>handleSignal:
         0xbb2b6e8 s Context>handleSignal:
         0xbb303d0 s Context>handleSignal:
         0xbb350b8 s Context>handleSignal:
         0xbb39da0 s Context>handleSignal:
         0xbb3ea88 s Context>handleSignal:
         0xbb43770 s Context>handleSignal:
         0xbb48458 s Context>handleSignal:
         0xbb4d140 s Context>handleSignal:
         0xbb51e28 s Context>handleSignal:
         0xbb56b10 s Context>handleSignal:
         0xbb5b7f8 s Context>handleSignal:
         0xbb604e0 s Context>handleSignal:
         0xbb651c8 s Context>handleSignal:
         0xbb69eb0 s Context>handleSignal:
         0xbb6eb98 s Context>handleSignal:
         0xbb73880 s Context>handleSignal:
         0xbb78568 s Context>handleSignal:
         0xbb7d250 s Context>handleSignal:
         0xbb81f38 s Context>handleSignal:
         0xbb86c20 s Context>handleSignal:
         0xbb8b908 s Context>handleSignal:
         0xbb905f0 s Context>handleSignal:
         0xbb952d8 s Context>handleSignal:
         0xbb99fc0 s Context>handleSignal:
         0xbb9ebf0 s Context>handleSignal:
         0xbba3820 s Context>handleSignal:
         0xbba8450 s Context>handleSignal:
         0xbbad080 s Context>handleSignal:
         0xbbb1cb0 s Context>handleSignal:
         0xbbb68e0 s Context>handleSignal:
         0xbbbb510 s Context>handleSignal:
         0xbbc0140 s Context>handleSignal:
         0xbbc4d70 s Context>handleSignal:
         0xbbc99a0 s Context>handleSignal:
         0xbbce5d0 s Context>handleSignal:
         0xbbd3200 s Context>handleSignal:
         0xbbd7e30 s Context>handleSignal:
         0xbbdca60 s Context>handleSignal:
         0xbbe1690 s Context>handleSignal:
         0xbbe62c0 s Context>handleSignal:
         0xbbeaef0 s Context>handleSignal:
         0xbbefb20 s Context>handleSignal:
         0xbbf4750 s Context>handleSignal:
         0xbbf9380 s Context>handleSignal:
         0xbbfdfb0 s Context>handleSignal:
         0xbc02be0 s Context>handleSignal:
         0xbc07810 s Context>handleSignal:
         0xbc0c440 s Context>handleSignal:
         0xbc11070 s Context>handleSignal:
         0xbc15ca0 s Context>handleSignal:
         0xbc1a8d0 s Context>handleSignal:
         0xbc1f500 s Context>handleSignal:
         0xbc24130 s Context>handleSignal:
         0xbc28d60 s Context>handleSignal:
         0xbc2d990 s Context>handleSignal:
         0xbc325c0 s Context>handleSignal:
         0xbc371f0 s Context>handleSignal:
         0xbc3be20 s Context>handleSignal:
         0xbc40a50 s Context>handleSignal:
         0xbc45680 s Context>handleSignal:
         0xbc4a2b0 s Context>handleSignal:
         0xbc4eee0 s Context>handleSignal:
         0xbc53b10 s Context>handleSignal:
         0xbc58810 s Context>handleSignal:
         0xbc5d440 s Context>handleSignal:
         0xbc62070 s Context>handleSignal:
         0xbc66ca0 s Context>handleSignal:
         0xbc6b8d0 s Context>handleSignal:
         0xbc70500 s Context>handleSignal:
         0xbc75130 s Context>handleSignal:
         0xbc79d60 s Context>handleSignal:
         0xbc7e990 s Context>handleSignal:
         0xbc835c0 s Context>handleSignal:
         0xbc881f0 s Context>handleSignal:
         0xbc8ce20 s Context>handleSignal:
         0xbc91a50 s Context>handleSignal:
         0xbc96680 s Context>handleSignal:
         0xbc9b2b0 s Context>handleSignal:
         0xbc9fee0 s Context>handleSignal:
         0xbca4b10 s Context>handleSignal:
         0xbca9740 s Context>handleSignal:
         0xbcae370 s Context>handleSignal:
         0xbcb2fa0 s Context>handleSignal:
         0xbcb7bd0 s Context>handleSignal:
         0xbcbc800 s Context>handleSignal:
         0xbcc1430 s Context>handleSignal:
         0xbcc6060 s Context>handleSignal:
         0xbccac90 s Context>handleSignal:
         0xbccf8c0 s Context>handleSignal:
         0xbcd44f0 s Context>handleSignal:
         0xbcd9120 s Context>handleSignal:
         0xbcddd50 s Context>handleSignal:
         0xbce2980 s Context>handleSignal:
         0xbce75b0 s Context>handleSignal:
         0xbcec1e0 s Context>handleSignal:
         0xbcf0e10 s Context>handleSignal:
         0xbcf5a40 s Context>handleSignal:
         0xbcfa670 s Context>handleSignal:
         0xbcff2a0 s Context>handleSignal:
         0xbd03ed0 s Context>handleSignal:
         0xbd08b00 s Context>handleSignal:
         0xbd0d730 s Context>handleSignal:
         0xbd12360 s Context>handleSignal:
         0xbd16f90 s Context>handleSignal:
         0xbd1bbc0 s Context>handleSignal:
         0xbd207f0 s Context>handleSignal:
         0xbd25420 s Context>handleSignal:
         0xbd2a050 s Context>handleSignal:
         0xbd2ec80 s Context>handleSignal:
         0xbd338b0 s Context>handleSignal:
         0xbd384e0 s Context>handleSignal:
         0xbd3d110 s Context>handleSignal:
         0xbd41d40 s Context>handleSignal:
         0xbd46970 s Context>handleSignal:
         0xbd4b5a0 s Context>handleSignal:
         0xbd501d0 s Context>handleSignal:
         0xbd54e00 s Context>handleSignal:
         0xbd59a30 s Context>handleSignal:
         0xbd5e660 s Context>handleSignal:
         0xbd63290 s Context>handleSignal:
         0xbd67ec0 s Context>handleSignal:
         0xbd6caf0 s Context>handleSignal:
         0xbd71720 s Context>handleSignal:
         0xbd76350 s Context>handleSignal:
         0xbd7af80 s Context>handleSignal:
         0xbd7fbb0 s Context>handleSignal:
         0xbd847e0 s Context>handleSignal:
         0xbd89410 s Context>handleSignal:
         0xbd8e040 s Context>handleSignal:
         0xbd92c70 s Context>handleSignal:
         0xbd978a0 s Context>handleSignal:
         0xbd9c4d0 s Context>handleSignal:
         0xbda1100 s Context>handleSignal:
         0xbda5d30 s Context>handleSignal:
         0xbdaa960 s Context>handleSignal:
         0xbdaf590 s Context>handleSignal:
         0xbdb41c0 s Context>handleSignal:
         0xbdb8df0 s Context>handleSignal:
         0xbdbda20 s Context>handleSignal:
         0xbdc2650 s Context>handleSignal:
         0xbdc7280 s Context>handleSignal:
         0xbdcbeb0 s Context>handleSignal:
         0xbdd0ae0 s Context>handleSignal:
         0xbdd5710 s Context>handleSignal:
         0xbdda340 s Context>handleSignal:
         0xbddef70 s Context>handleSignal:
         0xbde3ba0 s Context>handleSignal:
         0xbde87d0 s Context>handleSignal:
         0xbded400 s Context>handleSignal:
         0xbdf2030 s Context>handleSignal:
         0xbdf6c60 s Context>handleSignal:
         0xbdfb890 s Context>handleSignal:
         0xbe004c0 s Context>handleSignal:
         0xbe050f0 s Context>handleSignal:
         0xbe09d20 s Context>handleSignal:
         0xbe0e950 s Context>handleSignal:
         0xbe13580 s Context>handleSignal:
         0xbe181b0 s Context>handleSignal:
         0xbe1cde0 s Context>handleSignal:
         0xbe21a10 s Context>handleSignal:
         0xbe26640 s Context>handleSignal:
         0xbe2b270 s Context>handleSignal:
         0xbe2fea0 s Context>handleSignal:
         0xbe34ad0 s Context>handleSignal:
         0xbe39700 s Context>handleSignal:
         0xbe3e330 s Context>handleSignal:
         0xbe42f60 s Context>handleSignal:
         0xbe47b90 s Context>handleSignal:
         0xbe4c7c0 s Context>handleSignal:
         0xbe513f0 s Context>handleSignal:
         0xbe56020 s Context>handleSignal:
         0xbe5ac50 s Context>handleSignal:
         0xbe5f880 s Context>handleSignal:
         0xbe644b0 s Context>handleSignal:
         0xbe690e0 s Context>handleSignal:
         0xbe6dd10 s Context>handleSignal:
         0xbe72940 s Context>handleSignal:
         0xbe77570 s Context>handleSignal:
         0xbe7c1a0 s Context>handleSignal:
         0xbe80d18 s Context>handleSignal:
         0xbe857d8 s Context>handleSignal:
         0xbe8a1e0 s Context>handleSignal:
         0xbe8eb30 s Context>handleSignal:
         0xbe933c8 s Context>handleSignal:
         0xbe97ba8 s Context>handleSignal:
         0xbe9c2d0 s Context>handleSignal:
         0xbea0940 s Context>handleSignal:
         0xbea4ef8 s Context>handleSignal:
         0xbea93f8 s Context>handleSignal:
         0xbead840 s Context>handleSignal:
         0xbeb1bd0 s Context>handleSignal:
         0xbeb5ea8 s Context>handleSignal:
         0xbeba0c8 s Context>handleSignal:
         0xbebe230 s Context>handleSignal:
         0xbec22e0 s Context>handleSignal:
         0xbec62d8 s Context>handleSignal:
         0xbeca218 s Context>handleSignal:
         0xbece0a0 s Context>handleSignal:
         0xbed1e70 s Context>handleSignal:
         0xbed5b88 s Context>handleSignal:
         0xbed97e8 s Context>handleSignal:
         0xbedd390 s Context>handleSignal:
         0xbee0e80 s Context>handleSignal:
         0xbee48b8 s Context>handleSignal:
         0xbee8238 s Context>handleSignal:
         0xbeebb00 s Context>handleSignal:
         0xbeef310 s Context>handleSignal:
         0xbef2a68 s Context>handleSignal:
         0xbef6108 s Context>handleSignal:
         0xbef96f0 s Context>handleSignal:
         0xbefcc20 s Context>handleSignal:
         0xbf00098 s Context>handleSignal:
         0xbf03458 s Context>handleSignal:
         0xbf06760 s Context>handleSignal:
         0xbf099b0 s Context>handleSignal:
         0xbf0cb48 s Context>handleSignal:
         0xbf0fc28 s Context>handleSignal:
         0xbf12c50 s Context>handleSignal:
         0xbf15bc0 s Context>handleSignal:
         0xbf18a78 s Context>handleSignal:
         0xbf1b878 s Context>handleSignal:
         0xbf1e5c0 s Context>handleSignal:
         0xbf21250 s Context>handleSignal:
         0xbf23e28 s Context>handleSignal:
         0xbf26948 s Context>handleSignal:
         0xbf293b0 s Context>handleSignal:
         0xbf2bd60 s Context>handleSignal:
         0xbf2e658 s Context>handleSignal:
         0xbf30e98 s Context>handleSignal:
         0xbf33620 s Context>handleSignal:
         0xbf35cf0 s Context>handleSignal:
         0xbf38250 s Context>handleSignal:
         0xbf3a6f8 s Context>handleSignal:
         0xbf3cae8 s Context>handleSignal:
         0xbf3ee20 s Context>handleSignal:
         0xbf410a0 s Context>handleSignal:
         0xbf43268 s Context>handleSignal:
         0xbf45378 s Context>handleSignal:
         0xbf473d0 s Context>handleSignal:
         0xbf49370 s Context>handleSignal:
         0xbf4b258 s Context>handleSignal:
         0xbf4d088 s Context>handleSignal:
         0xbf4ee00 s Context>handleSignal:
         0xbf50ac0 s Context>handleSignal:
         0xbf526c8 s Context>handleSignal:
         0xbf54218 s Context>handleSignal:
         0xbf55cb0 s Context>handleSignal:
         0xbf57690 s Context>handleSignal:
         0xbf58fb8 s Context>handleSignal:
         0xbf5a828 s Context>handleSignal:
         0xbf5bfe0 s Context>handleSignal:
         0xbf5d6e0 s Context>handleSignal:
         0xbf5ed28 s Context>handleSignal:
         0xbf602b8 s Context>handleSignal:
         0xbf61790 s Context>handleSignal:
         0xbf62bb0 s Context>handleSignal:
         0xbf89778 s Halt(Exception)>signal
         0xbfa65f0 s Halt class(Exception class)>signal
         0xbfd9278 s Halt class>now
         0xbfd0360 s FullBlockClosure(Object)>halt
         0xbff91b0 s FullBlockClosure>printOn:
         0xc01bc90 s Context>printOn:
         0xc0485d8 s Context>printDebugOn:
         0xc03a428 s [] in Context>debugStack:on:
         0xc059c18 s OrderedCollection>do:
         0xbfd00e8 s Context>debugStack:on:
         0xbff8f60 s Context>shortDebugStackOn:
         0xc01ba58 s [] in SmalltalkImage>logError:inContext:
         0xc0482f8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf88cb0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa5828 s SmalltalkImage>logStdErrorDuring:
         0xbfd8570 s SmalltalkImage>logError:inContext:
         0xbffcf80 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc020678 s FullBlockClosure(BlockClosure)>ensure:
         0xc04cb88 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062110 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e9b8 s Halt(Exception)>unhandledErrorAction
         0xc08bc28 s Halt(UnhandledException)>defaultAction
         0xc0cb2a0 s UndefinedObject>handleSignal:
         0xc0cb358 s Context>handleSignal:
         0xc0cb410 s Context>handleSignal:
         0xc0cb4c8 s Context>handleSignal:
         0xc0cb580 s Context>handleSignal:
         0xc0cb638 s Context>handleSignal:
         0xc0cb6f0 s Context>handleSignal:
         0xc0cb7a8 s Context>handleSignal:
         0xc0cb860 s Context>handleSignal:
         0xc0cb918 s Context>handleSignal:
         0xc0cb9d0 s Context>handleSignal:
         0xc104e08 s Context>handleSignal:
         0xc110528 s Context>handleSignal:
         0xc11b3d0 s Context>handleSignal:
         0xc125cb8 s Context>handleSignal:
         0xc1304e8 s Context>handleSignal:
         0xc13ad18 s Context>handleSignal:
         0xc145548 s Context>handleSignal:
         0xc14fd78 s Context>handleSignal:
         0xc15a5a8 s Context>handleSignal:
         0xc164dd8 s Context>handleSignal:
         0xc16f608 s Context>handleSignal:
         0xc179e38 s Context>handleSignal:
         0xc184668 s Context>handleSignal:
         0xc18ee98 s Context>handleSignal:
         0xc1996c8 s Context>handleSignal:
         0xc1a3ef8 s Context>handleSignal:
         0xc1ae728 s Context>handleSignal:
         0xc1b8f58 s Context>handleSignal:
         0xc1c3788 s Context>handleSignal:
         0xc1cdfb8 s Context>handleSignal:
         0xc1d87e8 s Context>handleSignal:
         0xc1e3018 s Context>handleSignal:
         0xc1ed848 s Context>handleSignal:
         0xc1f8078 s Context>handleSignal:
         0xc2028a8 s Context>handleSignal:
         0xc20d0d8 s Context>handleSignal:
         0xc217908 s Context>handleSignal:
         0xc222138 s Context>handleSignal:
         0xc22c968 s Context>handleSignal:
         0xc237198 s Context>handleSignal:
         0xc2419c8 s Context>handleSignal:
         0xc24c1f8 s Context>handleSignal:
         0xc256a28 s Context>handleSignal:
         0xc261258 s Context>handleSignal:
         0xb7e2b80 s Context>handleSignal:
         0xb7ed468 s Context>handleSignal:
         0xb7f7d50 s Context>handleSignal:
         0xb802638 s Context>handleSignal:
         0xb80cf20 s Context>handleSignal:
         0xb817808 s Context>handleSignal:
         0xb8220f0 s Context>handleSignal:
         0xb82c9d8 s Context>handleSignal:
         0xb8372c0 s Context>handleSignal:
         0xb841ba8 s Context>handleSignal:
         0xb84c490 s Context>handleSignal:
         0xb856d78 s Context>handleSignal:
         0xb861660 s Context>handleSignal:
         0xb86bf48 s Context>handleSignal:
         0xb876830 s Context>handleSignal:
         0xb881118 s Context>handleSignal:
         0xb88ba00 s Context>handleSignal:
         0xb8962e8 s Context>handleSignal:
         0xb8a0bd0 s Context>handleSignal:
         0xb8ab4b8 s Context>handleSignal:
         0xb8b5da0 s Context>handleSignal:
         0xb8c0688 s Context>handleSignal:
         0xb8caf70 s Context>handleSignal:
         0xb8d5858 s Context>handleSignal:
         0xb8e0140 s Context>handleSignal:
         0xb8eaa28 s Context>handleSignal:
         0xb8f5310 s Context>handleSignal:
         0xb8ffbf8 s Context>handleSignal:
         0xb90a4e0 s Context>handleSignal:
         0xb914dc8 s Context>handleSignal:
         0xb91f6b0 s Context>handleSignal:
         0xb929f98 s Context>handleSignal:
         0xb934880 s Context>handleSignal:
         0xb93f168 s Context>handleSignal:
         0xb949a50 s Context>handleSignal:
         0xb954338 s Context>handleSignal:
         0xb95ec20 s Context>handleSignal:
         0xb969508 s Context>handleSignal:
         0xb973df0 s Context>handleSignal:
         0xb97e6d8 s Context>handleSignal:
         0xb988fc0 s Context>handleSignal:
         0xb9938a8 s Context>handleSignal:
         0xb99e190 s Context>handleSignal:
         0xb9a8a78 s Context>handleSignal:
         0xb9b3360 s Context>handleSignal:
         0xb9bdc48 s Context>handleSignal:
         0xb9c8530 s Context>handleSignal:
         0xb9d2e18 s Context>handleSignal:
         0xb9dd700 s Context>handleSignal:
         0xb9e7fe8 s Context>handleSignal:
         0xb9f28d0 s Context>handleSignal:
         0xb9fd1b8 s Context>handleSignal:
         0xba07aa0 s Context>handleSignal:
         0xba12388 s Context>handleSignal:
         0xba1cc70 s Context>handleSignal:
         0xba27558 s Context>handleSignal:
         0xba31e40 s Context>handleSignal:
         0xba3c728 s Context>handleSignal:
         0xba43690 s Context>handleSignal:
         0xba487c8 s Context>handleSignal:
         0xba4d848 s Context>handleSignal:
         0xba52810 s Context>handleSignal:
         0xba577d8 s Context>handleSignal:
         0xba5c6e8 s Context>handleSignal:
         0xba61540 s Context>handleSignal:
         0xba66398 s Context>handleSignal:
         0xba6b138 s Context>handleSignal:
         0xba6fed8 s Context>handleSignal:
         0xba74bc0 s Context>handleSignal:
         0xba798a8 s Context>handleSignal:
         0xba7e590 s Context>handleSignal:
         0xba83278 s Context>handleSignal:
         0xba87f60 s Context>handleSignal:
         0xba8cc48 s Context>handleSignal:
         0xba91930 s Context>handleSignal:
         0xba96618 s Context>handleSignal:
         0xba9b300 s Context>handleSignal:
         0xba9ffe8 s Context>handleSignal:
         0xbaa4cd0 s Context>handleSignal:
         0xbaa99b8 s Context>handleSignal:
         0xbaae6a0 s Context>handleSignal:
         0xbab3388 s Context>handleSignal:
         0xbab8070 s Context>handleSignal:
         0xbabcd58 s Context>handleSignal:
         0xbac1a40 s Context>handleSignal:
         0xbac6728 s Context>handleSignal:
         0xbacb410 s Context>handleSignal:
         0xbad00f8 s Context>handleSignal:
         0xbad4de0 s Context>handleSignal:
         0xbad9ac8 s Context>handleSignal:
         0xbade7b0 s Context>handleSignal:
         0xbae3498 s Context>handleSignal:
         0xbae8180 s Context>handleSignal:
         0xbaece68 s Context>handleSignal:
         0xbaf1b50 s Context>handleSignal:
         0xbaf6838 s Context>handleSignal:
         0xbafb520 s Context>handleSignal:
         0xbb00208 s Context>handleSignal:
         0xbb04ef0 s Context>handleSignal:
         0xbb09bd8 s Context>handleSignal:
         0xbb0e8c0 s Context>handleSignal:
         0xbb135a8 s Context>handleSignal:
         0xbb18290 s Context>handleSignal:
         0xbb1cf78 s Context>handleSignal:
         0xbb21c60 s Context>handleSignal:
         0xbb26948 s Context>handleSignal:
         0xbb2b630 s Context>handleSignal:
         0xbb30318 s Context>handleSignal:
         0xbb35000 s Context>handleSignal:
         0xbb39ce8 s Context>handleSignal:
         0xbb3e9d0 s Context>handleSignal:
         0xbb436b8 s Context>handleSignal:
         0xbb483a0 s Context>handleSignal:
         0xbb4d088 s Context>handleSignal:
         0xbb51d70 s Context>handleSignal:
         0xbb56a58 s Context>handleSignal:
         0xbb5b740 s Context>handleSignal:
         0xbb60428 s Context>handleSignal:
         0xbb65110 s Context>handleSignal:
         0xbb69df8 s Context>handleSignal:
         0xbb6eae0 s Context>handleSignal:
         0xbb737c8 s Context>handleSignal:
         0xbb784b0 s Context>handleSignal:
         0xbb7d198 s Context>handleSignal:
         0xbb81e80 s Context>handleSignal:
         0xbb86b68 s Context>handleSignal:
         0xbb8b850 s Context>handleSignal:
         0xbb90538 s Context>handleSignal:
         0xbb95220 s Context>handleSignal:
         0xbb99f08 s Context>handleSignal:
         0xbb9eb38 s Context>handleSignal:
         0xbba3768 s Context>handleSignal:
         0xbba8398 s Context>handleSignal:
         0xbbacfc8 s Context>handleSignal:
         0xbbb1bf8 s Context>handleSignal:
         0xbbb6828 s Context>handleSignal:
         0xbbbb458 s Context>handleSignal:
         0xbbc0088 s Context>handleSignal:
         0xbbc4cb8 s Context>handleSignal:
         0xbbc98e8 s Context>handleSignal:
         0xbbce518 s Context>handleSignal:
         0xbbd3148 s Context>handleSignal:
         0xbbd7d78 s Context>handleSignal:
         0xbbdc9a8 s Context>handleSignal:
         0xbbe15d8 s Context>handleSignal:
         0xbbe6208 s Context>handleSignal:
         0xbbeae38 s Context>handleSignal:
         0xbbefa68 s Context>handleSignal:
         0xbbf4698 s Context>handleSignal:
         0xbbf92c8 s Context>handleSignal:
         0xbbfdef8 s Context>handleSignal:
         0xbc02b28 s Context>handleSignal:
         0xbc07758 s Context>handleSignal:
         0xbc0c388 s Context>handleSignal:
         0xbc10fb8 s Context>handleSignal:
         0xbc15be8 s Context>handleSignal:
         0xbc1a818 s Context>handleSignal:
         0xbc1f448 s Context>handleSignal:
         0xbc24078 s Context>handleSignal:
         0xbc28ca8 s Context>handleSignal:
         0xbc2d8d8 s Context>handleSignal:
         0xbc32508 s Context>handleSignal:
         0xbc37138 s Context>handleSignal:
         0xbc3bd68 s Context>handleSignal:
         0xbc40998 s Context>handleSignal:
         0xbc455c8 s Context>handleSignal:
         0xbc4a1f8 s Context>handleSignal:
         0xbc4ee28 s Context>handleSignal:
         0xbc53a58 s Context>handleSignal:
         0xbc58758 s Context>handleSignal:
         0xbc5d388 s Context>handleSignal:
         0xbc61fb8 s Context>handleSignal:
         0xbc66be8 s Context>handleSignal:
         0xbc6b818 s Context>handleSignal:
         0xbc70448 s Context>handleSignal:
         0xbc75078 s Context>handleSignal:
         0xbc79ca8 s Context>handleSignal:
         0xbc7e8d8 s Context>handleSignal:
         0xbc83508 s Context>handleSignal:
         0xbc88138 s Context>handleSignal:
         0xbc8cd68 s Context>handleSignal:
         0xbc91998 s Context>handleSignal:
         0xbc965c8 s Context>handleSignal:
         0xbc9b1f8 s Context>handleSignal:
         0xbc9fe28 s Context>handleSignal:
         0xbca4a58 s Context>handleSignal:
         0xbca9688 s Context>handleSignal:
         0xbcae2b8 s Context>handleSignal:
         0xbcb2ee8 s Context>handleSignal:
         0xbcb7b18 s Context>handleSignal:
         0xbcbc748 s Context>handleSignal:
         0xbcc1378 s Context>handleSignal:
         0xbcc5fa8 s Context>handleSignal:
         0xbccabd8 s Context>handleSignal:
         0xbccf808 s Context>handleSignal:
         0xbcd4438 s Context>handleSignal:
         0xbcd9068 s Context>handleSignal:
         0xbcddc98 s Context>handleSignal:
         0xbce28c8 s Context>handleSignal:
         0xbce74f8 s Context>handleSignal:
         0xbcec128 s Context>handleSignal:
         0xbcf0d58 s Context>handleSignal:
         0xbcf5988 s Context>handleSignal:
         0xbcfa5b8 s Context>handleSignal:
         0xbcff1e8 s Context>handleSignal:
         0xbd03e18 s Context>handleSignal:
         0xbd08a48 s Context>handleSignal:
         0xbd0d678 s Context>handleSignal:
         0xbd122a8 s Context>handleSignal:
         0xbd16ed8 s Context>handleSignal:
         0xbd1bb08 s Context>handleSignal:
         0xbd20738 s Context>handleSignal:
         0xbd25368 s Context>handleSignal:
         0xbd29f98 s Context>handleSignal:
         0xbd2ebc8 s Context>handleSignal:
         0xbd337f8 s Context>handleSignal:
         0xbd38428 s Context>handleSignal:
         0xbd3d058 s Context>handleSignal:
         0xbd41c88 s Context>handleSignal:
         0xbd468b8 s Context>handleSignal:
         0xbd4b4e8 s Context>handleSignal:
         0xbd50118 s Context>handleSignal:
         0xbd54d48 s Context>handleSignal:
         0xbd59978 s Context>handleSignal:
         0xbd5e5a8 s Context>handleSignal:
         0xbd631d8 s Context>handleSignal:
         0xbd67e08 s Context>handleSignal:
         0xbd6ca38 s Context>handleSignal:
         0xbd71668 s Context>handleSignal:
         0xbd76298 s Context>handleSignal:
         0xbd7aec8 s Context>handleSignal:
         0xbd7faf8 s Context>handleSignal:
         0xbd84728 s Context>handleSignal:
         0xbd89358 s Context>handleSignal:
         0xbd8df88 s Context>handleSignal:
         0xbd92bb8 s Context>handleSignal:
         0xbd977e8 s Context>handleSignal:
         0xbd9c418 s Context>handleSignal:
         0xbda1048 s Context>handleSignal:
         0xbda5c78 s Context>handleSignal:
         0xbdaa8a8 s Context>handleSignal:
         0xbdaf4d8 s Context>handleSignal:
         0xbdb4108 s Context>handleSignal:
         0xbdb8d38 s Context>handleSignal:
         0xbdbd968 s Context>handleSignal:
         0xbdc2598 s Context>handleSignal:
         0xbdc71c8 s Context>handleSignal:
         0xbdcbdf8 s Context>handleSignal:
         0xbdd0a28 s Context>handleSignal:
         0xbdd5658 s Context>handleSignal:
         0xbdda288 s Context>handleSignal:
         0xbddeeb8 s Context>handleSignal:
         0xbde3ae8 s Context>handleSignal:
         0xbde8718 s Context>handleSignal:
         0xbded348 s Context>handleSignal:
         0xbdf1f78 s Context>handleSignal:
         0xbdf6ba8 s Context>handleSignal:
         0xbdfb7d8 s Context>handleSignal:
         0xbe00408 s Context>handleSignal:
         0xbe05038 s Context>handleSignal:
         0xbe09c68 s Context>handleSignal:
         0xbe0e898 s Context>handleSignal:
         0xbe134c8 s Context>handleSignal:
         0xbe180f8 s Context>handleSignal:
         0xbe1cd28 s Context>handleSignal:
         0xbe21958 s Context>handleSignal:
         0xbe26588 s Context>handleSignal:
         0xbe2b1b8 s Context>handleSignal:
         0xbe2fde8 s Context>handleSignal:
         0xbe34a18 s Context>handleSignal:
         0xbe39648 s Context>handleSignal:
         0xbe3e278 s Context>handleSignal:
         0xbe42ea8 s Context>handleSignal:
         0xbe47ad8 s Context>handleSignal:
         0xbe4c708 s Context>handleSignal:
         0xbe51338 s Context>handleSignal:
         0xbe55f68 s Context>handleSignal:
         0xbe5ab98 s Context>handleSignal:
         0xbe5f7c8 s Context>handleSignal:
         0xbe643f8 s Context>handleSignal:
         0xbe69028 s Context>handleSignal:
         0xbe6dc58 s Context>handleSignal:
         0xbe72888 s Context>handleSignal:
         0xbe774b8 s Context>handleSignal:
         0xbe7c0e8 s Context>handleSignal:
         0xbe80c60 s Context>handleSignal:
         0xbe85720 s Context>handleSignal:
         0xbe8a128 s Context>handleSignal:
         0xbe8ea78 s Context>handleSignal:
         0xbe93310 s Context>handleSignal:
         0xbe97af0 s Context>handleSignal:
         0xbe9c218 s Context>handleSignal:
         0xbea0888 s Context>handleSignal:
         0xbea4e40 s Context>handleSignal:
         0xbea9340 s Context>handleSignal:
         0xbead788 s Context>handleSignal:
         0xbeb1b18 s Context>handleSignal:
         0xbeb5df0 s Context>handleSignal:
         0xbeba010 s Context>handleSignal:
         0xbebe178 s Context>handleSignal:
         0xbec2228 s Context>handleSignal:
         0xbec6220 s Context>handleSignal:
         0xbeca160 s Context>handleSignal:
         0xbecdfe8 s Context>handleSignal:
         0xbed1db8 s Context>handleSignal:
         0xbed5ad0 s Context>handleSignal:
         0xbed9730 s Context>handleSignal:
         0xbedd2d8 s Context>handleSignal:
         0xbee0dc8 s Context>handleSignal:
         0xbee4800 s Context>handleSignal:
         0xbee8180 s Context>handleSignal:
         0xbeeba48 s Context>handleSignal:
         0xbeef258 s Context>handleSignal:
         0xbef29b0 s Context>handleSignal:
         0xbef6050 s Context>handleSignal:
         0xbef9638 s Context>handleSignal:
         0xbefcb68 s Context>handleSignal:
         0xbefffe0 s Context>handleSignal:
         0xbf033a0 s Context>handleSignal:
         0xbf066a8 s Context>handleSignal:
         0xbf098f8 s Context>handleSignal:
         0xbf0ca90 s Context>handleSignal:
         0xbf0fb70 s Context>handleSignal:
         0xbf12b98 s Context>handleSignal:
         0xbf15b08 s Context>handleSignal:
         0xbf189c0 s Context>handleSignal:
         0xbf1b7c0 s Context>handleSignal:
         0xbf1e508 s Context>handleSignal:
         0xbf21198 s Context>handleSignal:
         0xbf23d70 s Context>handleSignal:
         0xbf26890 s Context>handleSignal:
         0xbf292f8 s Context>handleSignal:
         0xbf2bca8 s Context>handleSignal:
         0xbf2e5a0 s Context>handleSignal:
         0xbf30de0 s Context>handleSignal:
         0xbf33568 s Context>handleSignal:
         0xbf35c38 s Context>handleSignal:
         0xbf38198 s Context>handleSignal:
         0xbf3a640 s Context>handleSignal:
         0xbf3ca30 s Context>handleSignal:
         0xbf3ed68 s Context>handleSignal:
         0xbf40fe8 s Context>handleSignal:
         0xbf431b0 s Context>handleSignal:
         0xbf452c0 s Context>handleSignal:
         0xbf47318 s Context>handleSignal:
         0xbf492b8 s Context>handleSignal:
         0xbf4b1a0 s Context>handleSignal:
         0xbf4cfd0 s Context>handleSignal:
         0xbf4ed48 s Context>handleSignal:
         0xbf50a08 s Context>handleSignal:
         0xbf52610 s Context>handleSignal:
         0xbf54160 s Context>handleSignal:
         0xbf55bf8 s Context>handleSignal:
         0xbf575d8 s Context>handleSignal:
         0xbf58f00 s Context>handleSignal:
         0xbf5a770 s Context>handleSignal:
         0xbf5bf28 s Context>handleSignal:
         0xbf5d628 s Context>handleSignal:
         0xbf5ec70 s Context>handleSignal:
         0xbf60200 s Context>handleSignal:
         0xbf616d8 s Context>handleSignal:
         0xbf89608 s Halt(Exception)>signal
         0xbfa6420 s Halt class(Exception class)>signal
         0xbfd90c0 s Halt class>now
         0xbfd01a0 s FullBlockClosure(Object)>halt
         0xbff9018 s FullBlockClosure>printOn:
         0xc01bb10 s Context>printOn:
         0xc0483b0 s Context>printDebugOn:
         0xc048690 s [] in Context>debugStack:on:
         0xc05e848 s OrderedCollection>do:
         0xbfcff28 s Context>debugStack:on:
         0xbff8dc8 s Context>shortDebugStackOn:
         0xc01b8d8 s [] in SmalltalkImage>logError:inContext:
         0xc0480d0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf88b40 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa5658 s SmalltalkImage>logStdErrorDuring:
         0xbfd83b8 s SmalltalkImage>logError:inContext:
         0xbffceb8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc020588 s FullBlockClosure(BlockClosure)>ensure:
         0xc04caa8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc062058 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e900 s Halt(Exception)>unhandledErrorAction
         0xc08bb70 s Halt(UnhandledException)>defaultAction
         0xc0caab8 s UndefinedObject>handleSignal:
         0xc0cab70 s Context>handleSignal:
         0xc0cac28 s Context>handleSignal:
         0xc0cace0 s Context>handleSignal:
         0xc0cad98 s Context>handleSignal:
         0xc0cae50 s Context>handleSignal:
         0xc0caf08 s Context>handleSignal:
         0xc0cafc0 s Context>handleSignal:
         0xc0cb078 s Context>handleSignal:
         0xc0cb130 s Context>handleSignal:
         0xc0cb1e8 s Context>handleSignal:
         0xc104d50 s Context>handleSignal:
         0xc110470 s Context>handleSignal:
         0xc11b318 s Context>handleSignal:
         0xc125c00 s Context>handleSignal:
         0xc130430 s Context>handleSignal:
         0xc13ac60 s Context>handleSignal:
         0xc145490 s Context>handleSignal:
         0xc14fcc0 s Context>handleSignal:
         0xc15a4f0 s Context>handleSignal:
         0xc164d20 s Context>handleSignal:
         0xc16f550 s Context>handleSignal:
         0xc179d80 s Context>handleSignal:
         0xc1845b0 s Context>handleSignal:
         0xc18ede0 s Context>handleSignal:
         0xc199610 s Context>handleSignal:
         0xc1a3e40 s Context>handleSignal:
         0xc1ae670 s Context>handleSignal:
         0xc1b8ea0 s Context>handleSignal:
         0xc1c36d0 s Context>handleSignal:
         0xc1cdf00 s Context>handleSignal:
         0xc1d8730 s Context>handleSignal:
         0xc1e2f60 s Context>handleSignal:
         0xc1ed790 s Context>handleSignal:
         0xc1f7fc0 s Context>handleSignal:
         0xc2027f0 s Context>handleSignal:
         0xc20d020 s Context>handleSignal:
         0xc217850 s Context>handleSignal:
         0xc222080 s Context>handleSignal:
         0xc22c8b0 s Context>handleSignal:
         0xc2370e0 s Context>handleSignal:
         0xc241910 s Context>handleSignal:
         0xc24c140 s Context>handleSignal:
         0xc256970 s Context>handleSignal:
         0xc2611a0 s Context>handleSignal:
         0xb7e2ac8 s Context>handleSignal:
         0xb7ed3b0 s Context>handleSignal:
         0xb7f7c98 s Context>handleSignal:
         0xb802580 s Context>handleSignal:
         0xb80ce68 s Context>handleSignal:
         0xb817750 s Context>handleSignal:
         0xb822038 s Context>handleSignal:
         0xb82c920 s Context>handleSignal:
         0xb837208 s Context>handleSignal:
         0xb841af0 s Context>handleSignal:
         0xb84c3d8 s Context>handleSignal:
         0xb856cc0 s Context>handleSignal:
         0xb8615a8 s Context>handleSignal:
         0xb86be90 s Context>handleSignal:
         0xb876778 s Context>handleSignal:
         0xb881060 s Context>handleSignal:
         0xb88b948 s Context>handleSignal:
         0xb896230 s Context>handleSignal:
         0xb8a0b18 s Context>handleSignal:
         0xb8ab400 s Context>handleSignal:
         0xb8b5ce8 s Context>handleSignal:
         0xb8c05d0 s Context>handleSignal:
         0xb8caeb8 s Context>handleSignal:
         0xb8d57a0 s Context>handleSignal:
         0xb8e0088 s Context>handleSignal:
         0xb8ea970 s Context>handleSignal:
         0xb8f5258 s Context>handleSignal:
         0xb8ffb40 s Context>handleSignal:
         0xb90a428 s Context>handleSignal:
         0xb914d10 s Context>handleSignal:
         0xb91f5f8 s Context>handleSignal:
         0xb929ee0 s Context>handleSignal:
         0xb9347c8 s Context>handleSignal:
         0xb93f0b0 s Context>handleSignal:
         0xb949998 s Context>handleSignal:
         0xb954280 s Context>handleSignal:
         0xb95eb68 s Context>handleSignal:
         0xb969450 s Context>handleSignal:
         0xb973d38 s Context>handleSignal:
         0xb97e620 s Context>handleSignal:
         0xb988f08 s Context>handleSignal:
         0xb9937f0 s Context>handleSignal:
         0xb99e0d8 s Context>handleSignal:
         0xb9a89c0 s Context>handleSignal:
         0xb9b32a8 s Context>handleSignal:
         0xb9bdb90 s Context>handleSignal:
         0xb9c8478 s Context>handleSignal:
         0xb9d2d60 s Context>handleSignal:
         0xb9dd648 s Context>handleSignal:
         0xb9e7f30 s Context>handleSignal:
         0xb9f2818 s Context>handleSignal:
         0xb9fd100 s Context>handleSignal:
         0xba079e8 s Context>handleSignal:
         0xba122d0 s Context>handleSignal:
         0xba1cbb8 s Context>handleSignal:
         0xba274a0 s Context>handleSignal:
         0xba31d88 s Context>handleSignal:
         0xba3c670 s Context>handleSignal:
         0xba435d8 s Context>handleSignal:
         0xba48710 s Context>handleSignal:
         0xba4d790 s Context>handleSignal:
         0xba52758 s Context>handleSignal:
         0xba57720 s Context>handleSignal:
         0xba5c630 s Context>handleSignal:
         0xba61488 s Context>handleSignal:
         0xba662e0 s Context>handleSignal:
         0xba6b080 s Context>handleSignal:
         0xba6fe20 s Context>handleSignal:
         0xba74b08 s Context>handleSignal:
         0xba797f0 s Context>handleSignal:
         0xba7e4d8 s Context>handleSignal:
         0xba831c0 s Context>handleSignal:
         0xba87ea8 s Context>handleSignal:
         0xba8cb90 s Context>handleSignal:
         0xba91878 s Context>handleSignal:
         0xba96560 s Context>handleSignal:
         0xba9b248 s Context>handleSignal:
         0xba9ff30 s Context>handleSignal:
         0xbaa4c18 s Context>handleSignal:
         0xbaa9900 s Context>handleSignal:
         0xbaae5e8 s Context>handleSignal:
         0xbab32d0 s Context>handleSignal:
         0xbab7fb8 s Context>handleSignal:
         0xbabcca0 s Context>handleSignal:
         0xbac1988 s Context>handleSignal:
         0xbac6670 s Context>handleSignal:
         0xbacb358 s Context>handleSignal:
         0xbad0040 s Context>handleSignal:
         0xbad4d28 s Context>handleSignal:
         0xbad9a10 s Context>handleSignal:
         0xbade6f8 s Context>handleSignal:
         0xbae33e0 s Context>handleSignal:
         0xbae80c8 s Context>handleSignal:
         0xbaecdb0 s Context>handleSignal:
         0xbaf1a98 s Context>handleSignal:
         0xbaf6780 s Context>handleSignal:
         0xbafb468 s Context>handleSignal:
         0xbb00150 s Context>handleSignal:
         0xbb04e38 s Context>handleSignal:
         0xbb09b20 s Context>handleSignal:
         0xbb0e808 s Context>handleSignal:
         0xbb134f0 s Context>handleSignal:
         0xbb181d8 s Context>handleSignal:
         0xbb1cec0 s Context>handleSignal:
         0xbb21ba8 s Context>handleSignal:
         0xbb26890 s Context>handleSignal:
         0xbb2b578 s Context>handleSignal:
         0xbb30260 s Context>handleSignal:
         0xbb34f48 s Context>handleSignal:
         0xbb39c30 s Context>handleSignal:
         0xbb3e918 s Context>handleSignal:
         0xbb43600 s Context>handleSignal:
         0xbb482e8 s Context>handleSignal:
         0xbb4cfd0 s Context>handleSignal:
         0xbb51cb8 s Context>handleSignal:
         0xbb569a0 s Context>handleSignal:
         0xbb5b688 s Context>handleSignal:
         0xbb60370 s Context>handleSignal:
         0xbb65058 s Context>handleSignal:
         0xbb69d40 s Context>handleSignal:
         0xbb6ea28 s Context>handleSignal:
         0xbb73710 s Context>handleSignal:
         0xbb783f8 s Context>handleSignal:
         0xbb7d0e0 s Context>handleSignal:
         0xbb81dc8 s Context>handleSignal:
         0xbb86ab0 s Context>handleSignal:
         0xbb8b798 s Context>handleSignal:
         0xbb90480 s Context>handleSignal:
         0xbb95168 s Context>handleSignal:
         0xbb99e50 s Context>handleSignal:
         0xbb9ea80 s Context>handleSignal:
         0xbba36b0 s Context>handleSignal:
         0xbba82e0 s Context>handleSignal:
         0xbbacf10 s Context>handleSignal:
         0xbbb1b40 s Context>handleSignal:
         0xbbb6770 s Context>handleSignal:
         0xbbbb3a0 s Context>handleSignal:
         0xbbbffd0 s Context>handleSignal:
         0xbbc4c00 s Context>handleSignal:
         0xbbc9830 s Context>handleSignal:
         0xbbce460 s Context>handleSignal:
         0xbbd3090 s Context>handleSignal:
         0xbbd7cc0 s Context>handleSignal:
         0xbbdc8f0 s Context>handleSignal:
         0xbbe1520 s Context>handleSignal:
         0xbbe6150 s Context>handleSignal:
         0xbbead80 s Context>handleSignal:
         0xbbef9b0 s Context>handleSignal:
         0xbbf45e0 s Context>handleSignal:
         0xbbf9210 s Context>handleSignal:
         0xbbfde40 s Context>handleSignal:
         0xbc02a70 s Context>handleSignal:
         0xbc076a0 s Context>handleSignal:
         0xbc0c2d0 s Context>handleSignal:
         0xbc10f00 s Context>handleSignal:
         0xbc15b30 s Context>handleSignal:
         0xbc1a760 s Context>handleSignal:
         0xbc1f390 s Context>handleSignal:
         0xbc23fc0 s Context>handleSignal:
         0xbc28bf0 s Context>handleSignal:
         0xbc2d820 s Context>handleSignal:
         0xbc32450 s Context>handleSignal:
         0xbc37080 s Context>handleSignal:
         0xbc3bcb0 s Context>handleSignal:
         0xbc408e0 s Context>handleSignal:
         0xbc45510 s Context>handleSignal:
         0xbc4a140 s Context>handleSignal:
         0xbc4ed70 s Context>handleSignal:
         0xbc539a0 s Context>handleSignal:
         0xbc586a0 s Context>handleSignal:
         0xbc5d2d0 s Context>handleSignal:
         0xbc61f00 s Context>handleSignal:
         0xbc66b30 s Context>handleSignal:
         0xbc6b760 s Context>handleSignal:
         0xbc70390 s Context>handleSignal:
         0xbc74fc0 s Context>handleSignal:
         0xbc79bf0 s Context>handleSignal:
         0xbc7e820 s Context>handleSignal:
         0xbc83450 s Context>handleSignal:
         0xbc88080 s Context>handleSignal:
         0xbc8ccb0 s Context>handleSignal:
         0xbc918e0 s Context>handleSignal:
         0xbc96510 s Context>handleSignal:
         0xbc9b140 s Context>handleSignal:
         0xbc9fd70 s Context>handleSignal:
         0xbca49a0 s Context>handleSignal:
         0xbca95d0 s Context>handleSignal:
         0xbcae200 s Context>handleSignal:
         0xbcb2e30 s Context>handleSignal:
         0xbcb7a60 s Context>handleSignal:
         0xbcbc690 s Context>handleSignal:
         0xbcc12c0 s Context>handleSignal:
         0xbcc5ef0 s Context>handleSignal:
         0xbccab20 s Context>handleSignal:
         0xbccf750 s Context>handleSignal:
         0xbcd4380 s Context>handleSignal:
         0xbcd8fb0 s Context>handleSignal:
         0xbcddbe0 s Context>handleSignal:
         0xbce2810 s Context>handleSignal:
         0xbce7440 s Context>handleSignal:
         0xbcec070 s Context>handleSignal:
         0xbcf0ca0 s Context>handleSignal:
         0xbcf58d0 s Context>handleSignal:
         0xbcfa500 s Context>handleSignal:
         0xbcff130 s Context>handleSignal:
         0xbd03d60 s Context>handleSignal:
         0xbd08990 s Context>handleSignal:
         0xbd0d5c0 s Context>handleSignal:
         0xbd121f0 s Context>handleSignal:
         0xbd16e20 s Context>handleSignal:
         0xbd1ba50 s Context>handleSignal:
         0xbd20680 s Context>handleSignal:
         0xbd252b0 s Context>handleSignal:
         0xbd29ee0 s Context>handleSignal:
         0xbd2eb10 s Context>handleSignal:
         0xbd33740 s Context>handleSignal:
         0xbd38370 s Context>handleSignal:
         0xbd3cfa0 s Context>handleSignal:
         0xbd41bd0 s Context>handleSignal:
         0xbd46800 s Context>handleSignal:
         0xbd4b430 s Context>handleSignal:
         0xbd50060 s Context>handleSignal:
         0xbd54c90 s Context>handleSignal:
         0xbd598c0 s Context>handleSignal:
         0xbd5e4f0 s Context>handleSignal:
         0xbd63120 s Context>handleSignal:
         0xbd67d50 s Context>handleSignal:
         0xbd6c980 s Context>handleSignal:
         0xbd715b0 s Context>handleSignal:
         0xbd761e0 s Context>handleSignal:
         0xbd7ae10 s Context>handleSignal:
         0xbd7fa40 s Context>handleSignal:
         0xbd84670 s Context>handleSignal:
         0xbd892a0 s Context>handleSignal:
         0xbd8ded0 s Context>handleSignal:
         0xbd92b00 s Context>handleSignal:
         0xbd97730 s Context>handleSignal:
         0xbd9c360 s Context>handleSignal:
         0xbda0f90 s Context>handleSignal:
         0xbda5bc0 s Context>handleSignal:
         0xbdaa7f0 s Context>handleSignal:
         0xbdaf420 s Context>handleSignal:
         0xbdb4050 s Context>handleSignal:
         0xbdb8c80 s Context>handleSignal:
         0xbdbd8b0 s Context>handleSignal:
         0xbdc24e0 s Context>handleSignal:
         0xbdc7110 s Context>handleSignal:
         0xbdcbd40 s Context>handleSignal:
         0xbdd0970 s Context>handleSignal:
         0xbdd55a0 s Context>handleSignal:
         0xbdda1d0 s Context>handleSignal:
         0xbddee00 s Context>handleSignal:
         0xbde3a30 s Context>handleSignal:
         0xbde8660 s Context>handleSignal:
         0xbded290 s Context>handleSignal:
         0xbdf1ec0 s Context>handleSignal:
         0xbdf6af0 s Context>handleSignal:
         0xbdfb720 s Context>handleSignal:
         0xbe00350 s Context>handleSignal:
         0xbe04f80 s Context>handleSignal:
         0xbe09bb0 s Context>handleSignal:
         0xbe0e7e0 s Context>handleSignal:
         0xbe13410 s Context>handleSignal:
         0xbe18040 s Context>handleSignal:
         0xbe1cc70 s Context>handleSignal:
         0xbe218a0 s Context>handleSignal:
         0xbe264d0 s Context>handleSignal:
         0xbe2b100 s Context>handleSignal:
         0xbe2fd30 s Context>handleSignal:
         0xbe34960 s Context>handleSignal:
         0xbe39590 s Context>handleSignal:
         0xbe3e1c0 s Context>handleSignal:
         0xbe42df0 s Context>handleSignal:
         0xbe47a20 s Context>handleSignal:
         0xbe4c650 s Context>handleSignal:
         0xbe51280 s Context>handleSignal:
         0xbe55eb0 s Context>handleSignal:
         0xbe5aae0 s Context>handleSignal:
         0xbe5f710 s Context>handleSignal:
         0xbe64340 s Context>handleSignal:
         0xbe68f70 s Context>handleSignal:
         0xbe6dba0 s Context>handleSignal:
         0xbe727d0 s Context>handleSignal:
         0xbe77400 s Context>handleSignal:
         0xbe7c030 s Context>handleSignal:
         0xbe80ba8 s Context>handleSignal:
         0xbe85668 s Context>handleSignal:
         0xbe8a070 s Context>handleSignal:
         0xbe8e9c0 s Context>handleSignal:
         0xbe93258 s Context>handleSignal:
         0xbe97a38 s Context>handleSignal:
         0xbe9c160 s Context>handleSignal:
         0xbea07d0 s Context>handleSignal:
         0xbea4d88 s Context>handleSignal:
         0xbea9288 s Context>handleSignal:
         0xbead6d0 s Context>handleSignal:
         0xbeb1a60 s Context>handleSignal:
         0xbeb5d38 s Context>handleSignal:
         0xbeb9f58 s Context>handleSignal:
         0xbebe0c0 s Context>handleSignal:
         0xbec2170 s Context>handleSignal:
         0xbec6168 s Context>handleSignal:
         0xbeca0a8 s Context>handleSignal:
         0xbecdf30 s Context>handleSignal:
         0xbed1d00 s Context>handleSignal:
         0xbed5a18 s Context>handleSignal:
         0xbed9678 s Context>handleSignal:
         0xbedd220 s Context>handleSignal:
         0xbee0d10 s Context>handleSignal:
         0xbee4748 s Context>handleSignal:
         0xbee80c8 s Context>handleSignal:
         0xbeeb990 s Context>handleSignal:
         0xbeef1a0 s Context>handleSignal:
         0xbef28f8 s Context>handleSignal:
         0xbef5f98 s Context>handleSignal:
         0xbef9580 s Context>handleSignal:
         0xbefcab0 s Context>handleSignal:
         0xbefff28 s Context>handleSignal:
         0xbf032e8 s Context>handleSignal:
         0xbf065f0 s Context>handleSignal:
         0xbf09840 s Context>handleSignal:
         0xbf0c9d8 s Context>handleSignal:
         0xbf0fab8 s Context>handleSignal:
         0xbf12ae0 s Context>handleSignal:
         0xbf15a50 s Context>handleSignal:
         0xbf18908 s Context>handleSignal:
         0xbf1b708 s Context>handleSignal:
         0xbf1e450 s Context>handleSignal:
         0xbf210e0 s Context>handleSignal:
         0xbf23cb8 s Context>handleSignal:
         0xbf267d8 s Context>handleSignal:
         0xbf29240 s Context>handleSignal:
         0xbf2bbf0 s Context>handleSignal:
         0xbf2e4e8 s Context>handleSignal:
         0xbf30d28 s Context>handleSignal:
         0xbf334b0 s Context>handleSignal:
         0xbf35b80 s Context>handleSignal:
         0xbf380e0 s Context>handleSignal:
         0xbf3a588 s Context>handleSignal:
         0xbf3c978 s Context>handleSignal:
         0xbf3ecb0 s Context>handleSignal:
         0xbf40f30 s Context>handleSignal:
         0xbf430f8 s Context>handleSignal:
         0xbf45208 s Context>handleSignal:
         0xbf47260 s Context>handleSignal:
         0xbf49200 s Context>handleSignal:
         0xbf4b0e8 s Context>handleSignal:
         0xbf4cf18 s Context>handleSignal:
         0xbf4ec90 s Context>handleSignal:
         0xbf50950 s Context>handleSignal:
         0xbf52558 s Context>handleSignal:
         0xbf540a8 s Context>handleSignal:
         0xbf55b40 s Context>handleSignal:
         0xbf57520 s Context>handleSignal:
         0xbf58e48 s Context>handleSignal:
         0xbf5a6b8 s Context>handleSignal:
         0xbf5be70 s Context>handleSignal:
         0xbf5d570 s Context>handleSignal:
         0xbf5ebb8 s Context>handleSignal:
         0xbf60148 s Context>handleSignal:
         0xbf89498 s Halt(Exception)>signal
         0xbfa6250 s Halt class(Exception class)>signal
         0xbfd8f08 s Halt class>now
         0xbfcffe0 s FullBlockClosure(Object)>halt
         0xbff8e80 s FullBlockClosure>printOn:
         0xc01b990 s Context>printOn:
         0xc048188 s Context>printDebugOn:
         0xc048468 s [] in Context>debugStack:on:
         0xc05e790 s OrderedCollection>do:
         0xbfcfd68 s Context>debugStack:on:
         0xbff8c30 s Context>shortDebugStackOn:
         0xc01b758 s [] in SmalltalkImage>logError:inContext:
         0xc047ea8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf889d0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa5488 s SmalltalkImage>logStdErrorDuring:
         0xbfd8200 s SmalltalkImage>logError:inContext:
         0xbffcdf0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc020498 s FullBlockClosure(BlockClosure)>ensure:
         0xc04c9c8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061fa0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e848 s Halt(Exception)>unhandledErrorAction
         0xc08bab8 s Halt(UnhandledException)>defaultAction
         0xc0fe748 s UndefinedObject>handleSignal:
         0xc0fe800 s Context>handleSignal:
         0xc0fe8b8 s Context>handleSignal:
         0xc0fe970 s Context>handleSignal:
         0xc0fea28 s Context>handleSignal:
         0xc0feae0 s Context>handleSignal:
         0xc0feb98 s Context>handleSignal:
         0xc0fec50 s Context>handleSignal:
         0xc0fed08 s Context>handleSignal:
         0xc0fedc0 s Context>handleSignal:
         0xc0fee78 s Context>handleSignal:
         0xc109ff8 s Context>handleSignal:
         0xc1150a0 s Context>handleSignal:
         0xc11ff48 s Context>handleSignal:
         0xc12a830 s Context>handleSignal:
         0xc135060 s Context>handleSignal:
         0xc13f890 s Context>handleSignal:
         0xc14a0c0 s Context>handleSignal:
         0xc1548f0 s Context>handleSignal:
         0xc15f120 s Context>handleSignal:
         0xc169950 s Context>handleSignal:
         0xc174180 s Context>handleSignal:
         0xc17e9b0 s Context>handleSignal:
         0xc1891e0 s Context>handleSignal:
         0xc193a10 s Context>handleSignal:
         0xc19e240 s Context>handleSignal:
         0xc1a8a70 s Context>handleSignal:
         0xc1b32a0 s Context>handleSignal:
         0xc1bdad0 s Context>handleSignal:
         0xc1c8300 s Context>handleSignal:
         0xc1d2b30 s Context>handleSignal:
         0xc1dd360 s Context>handleSignal:
         0xc1e7b90 s Context>handleSignal:
         0xc1f23c0 s Context>handleSignal:
         0xc1fcbf0 s Context>handleSignal:
         0xc207420 s Context>handleSignal:
         0xc211c50 s Context>handleSignal:
         0xc21c480 s Context>handleSignal:
         0xc226cb0 s Context>handleSignal:
         0xc2314e0 s Context>handleSignal:
         0xc23bd10 s Context>handleSignal:
         0xc246540 s Context>handleSignal:
         0xc250d70 s Context>handleSignal:
         0xc25b5a0 s Context>handleSignal:
         0xc262a10 s Context>handleSignal:
         0xb7e2a10 s Context>handleSignal:
         0xb7ed2f8 s Context>handleSignal:
         0xb7f7be0 s Context>handleSignal:
         0xb8024c8 s Context>handleSignal:
         0xb80cdb0 s Context>handleSignal:
         0xb817698 s Context>handleSignal:
         0xb821f80 s Context>handleSignal:
         0xb82c868 s Context>handleSignal:
         0xb837150 s Context>handleSignal:
         0xb841a38 s Context>handleSignal:
         0xb84c320 s Context>handleSignal:
         0xb856c08 s Context>handleSignal:
         0xb8614f0 s Context>handleSignal:
         0xb86bdd8 s Context>handleSignal:
         0xb8766c0 s Context>handleSignal:
         0xb880fa8 s Context>handleSignal:
         0xb88b890 s Context>handleSignal:
         0xb896178 s Context>handleSignal:
         0xb8a0a60 s Context>handleSignal:
         0xb8ab348 s Context>handleSignal:
         0xb8b5c30 s Context>handleSignal:
         0xb8c0518 s Context>handleSignal:
         0xb8cae00 s Context>handleSignal:
         0xb8d56e8 s Context>handleSignal:
         0xb8dffd0 s Context>handleSignal:
         0xb8ea8b8 s Context>handleSignal:
         0xb8f51a0 s Context>handleSignal:
         0xb8ffa88 s Context>handleSignal:
         0xb90a370 s Context>handleSignal:
         0xb914c58 s Context>handleSignal:
         0xb91f540 s Context>handleSignal:
         0xb929e28 s Context>handleSignal:
         0xb934710 s Context>handleSignal:
         0xb93eff8 s Context>handleSignal:
         0xb9498e0 s Context>handleSignal:
         0xb9541c8 s Context>handleSignal:
         0xb95eab0 s Context>handleSignal:
         0xb969398 s Context>handleSignal:
         0xb973c80 s Context>handleSignal:
         0xb97e568 s Context>handleSignal:
         0xb988e50 s Context>handleSignal:
         0xb993738 s Context>handleSignal:
         0xb99e020 s Context>handleSignal:
         0xb9a8908 s Context>handleSignal:
         0xb9b31f0 s Context>handleSignal:
         0xb9bdad8 s Context>handleSignal:
         0xb9c83c0 s Context>handleSignal:
         0xb9d2ca8 s Context>handleSignal:
         0xb9dd590 s Context>handleSignal:
         0xb9e7e78 s Context>handleSignal:
         0xb9f2760 s Context>handleSignal:
         0xb9fd048 s Context>handleSignal:
         0xba07930 s Context>handleSignal:
         0xba12218 s Context>handleSignal:
         0xba1cb00 s Context>handleSignal:
         0xba273e8 s Context>handleSignal:
         0xba31cd0 s Context>handleSignal:
         0xba3c5b8 s Context>handleSignal:
         0xba43520 s Context>handleSignal:
         0xba48658 s Context>handleSignal:
         0xba4d6d8 s Context>handleSignal:
         0xba526a0 s Context>handleSignal:
         0xba57668 s Context>handleSignal:
         0xba5c578 s Context>handleSignal:
         0xba613d0 s Context>handleSignal:
         0xba66228 s Context>handleSignal:
         0xba6afc8 s Context>handleSignal:
         0xba6fd68 s Context>handleSignal:
         0xba74a50 s Context>handleSignal:
         0xba79738 s Context>handleSignal:
         0xba7e420 s Context>handleSignal:
         0xba83108 s Context>handleSignal:
         0xba87df0 s Context>handleSignal:
         0xba8cad8 s Context>handleSignal:
         0xba917c0 s Context>handleSignal:
         0xba964a8 s Context>handleSignal:
         0xba9b190 s Context>handleSignal:
         0xba9fe78 s Context>handleSignal:
         0xbaa4b60 s Context>handleSignal:
         0xbaa9848 s Context>handleSignal:
         0xbaae530 s Context>handleSignal:
         0xbab3218 s Context>handleSignal:
         0xbab7f00 s Context>handleSignal:
         0xbabcbe8 s Context>handleSignal:
         0xbac18d0 s Context>handleSignal:
         0xbac65b8 s Context>handleSignal:
         0xbacb2a0 s Context>handleSignal:
         0xbacff88 s Context>handleSignal:
         0xbad4c70 s Context>handleSignal:
         0xbad9958 s Context>handleSignal:
         0xbade640 s Context>handleSignal:
         0xbae3328 s Context>handleSignal:
         0xbae8010 s Context>handleSignal:
         0xbaeccf8 s Context>handleSignal:
         0xbaf19e0 s Context>handleSignal:
         0xbaf66c8 s Context>handleSignal:
         0xbafb3b0 s Context>handleSignal:
         0xbb00098 s Context>handleSignal:
         0xbb04d80 s Context>handleSignal:
         0xbb09a68 s Context>handleSignal:
         0xbb0e750 s Context>handleSignal:
         0xbb13438 s Context>handleSignal:
         0xbb18120 s Context>handleSignal:
         0xbb1ce08 s Context>handleSignal:
         0xbb21af0 s Context>handleSignal:
         0xbb267d8 s Context>handleSignal:
         0xbb2b4c0 s Context>handleSignal:
         0xbb301a8 s Context>handleSignal:
         0xbb34e90 s Context>handleSignal:
         0xbb39b78 s Context>handleSignal:
         0xbb3e860 s Context>handleSignal:
         0xbb43548 s Context>handleSignal:
         0xbb48230 s Context>handleSignal:
         0xbb4cf18 s Context>handleSignal:
         0xbb51c00 s Context>handleSignal:
         0xbb568e8 s Context>handleSignal:
         0xbb5b5d0 s Context>handleSignal:
         0xbb602b8 s Context>handleSignal:
         0xbb64fa0 s Context>handleSignal:
         0xbb69c88 s Context>handleSignal:
         0xbb6e970 s Context>handleSignal:
         0xbb73658 s Context>handleSignal:
         0xbb78340 s Context>handleSignal:
         0xbb7d028 s Context>handleSignal:
         0xbb81d10 s Context>handleSignal:
         0xbb869f8 s Context>handleSignal:
         0xbb8b6e0 s Context>handleSignal:
         0xbb903c8 s Context>handleSignal:
         0xbb950b0 s Context>handleSignal:
         0xbb99d98 s Context>handleSignal:
         0xbb9e9c8 s Context>handleSignal:
         0xbba35f8 s Context>handleSignal:
         0xbba8228 s Context>handleSignal:
         0xbbace58 s Context>handleSignal:
         0xbbb1a88 s Context>handleSignal:
         0xbbb66b8 s Context>handleSignal:
         0xbbbb2e8 s Context>handleSignal:
         0xbbbff18 s Context>handleSignal:
         0xbbc4b48 s Context>handleSignal:
         0xbbc9778 s Context>handleSignal:
         0xbbce3a8 s Context>handleSignal:
         0xbbd2fd8 s Context>handleSignal:
         0xbbd7c08 s Context>handleSignal:
         0xbbdc838 s Context>handleSignal:
         0xbbe1468 s Context>handleSignal:
         0xbbe6098 s Context>handleSignal:
         0xbbeacc8 s Context>handleSignal:
         0xbbef8f8 s Context>handleSignal:
         0xbbf4528 s Context>handleSignal:
         0xbbf9158 s Context>handleSignal:
         0xbbfdd88 s Context>handleSignal:
         0xbc029b8 s Context>handleSignal:
         0xbc075e8 s Context>handleSignal:
         0xbc0c218 s Context>handleSignal:
         0xbc10e48 s Context>handleSignal:
         0xbc15a78 s Context>handleSignal:
         0xbc1a6a8 s Context>handleSignal:
         0xbc1f2d8 s Context>handleSignal:
         0xbc23f08 s Context>handleSignal:
         0xbc28b38 s Context>handleSignal:
         0xbc2d768 s Context>handleSignal:
         0xbc32398 s Context>handleSignal:
         0xbc36fc8 s Context>handleSignal:
         0xbc3bbf8 s Context>handleSignal:
         0xbc40828 s Context>handleSignal:
         0xbc45458 s Context>handleSignal:
         0xbc4a088 s Context>handleSignal:
         0xbc4ecb8 s Context>handleSignal:
         0xbc538e8 s Context>handleSignal:
         0xbc585e8 s Context>handleSignal:
         0xbc5d218 s Context>handleSignal:
         0xbc61e48 s Context>handleSignal:
         0xbc66a78 s Context>handleSignal:
         0xbc6b6a8 s Context>handleSignal:
         0xbc702d8 s Context>handleSignal:
         0xbc74f08 s Context>handleSignal:
         0xbc79b38 s Context>handleSignal:
         0xbc7e768 s Context>handleSignal:
         0xbc83398 s Context>handleSignal:
         0xbc87fc8 s Context>handleSignal:
         0xbc8cbf8 s Context>handleSignal:
         0xbc91828 s Context>handleSignal:
         0xbc96458 s Context>handleSignal:
         0xbc9b088 s Context>handleSignal:
         0xbc9fcb8 s Context>handleSignal:
         0xbca48e8 s Context>handleSignal:
         0xbca9518 s Context>handleSignal:
         0xbcae148 s Context>handleSignal:
         0xbcb2d78 s Context>handleSignal:
         0xbcb79a8 s Context>handleSignal:
         0xbcbc5d8 s Context>handleSignal:
         0xbcc1208 s Context>handleSignal:
         0xbcc5e38 s Context>handleSignal:
         0xbccaa68 s Context>handleSignal:
         0xbccf698 s Context>handleSignal:
         0xbcd42c8 s Context>handleSignal:
         0xbcd8ef8 s Context>handleSignal:
         0xbcddb28 s Context>handleSignal:
         0xbce2758 s Context>handleSignal:
         0xbce7388 s Context>handleSignal:
         0xbcebfb8 s Context>handleSignal:
         0xbcf0be8 s Context>handleSignal:
         0xbcf5818 s Context>handleSignal:
         0xbcfa448 s Context>handleSignal:
         0xbcff078 s Context>handleSignal:
         0xbd03ca8 s Context>handleSignal:
         0xbd088d8 s Context>handleSignal:
         0xbd0d508 s Context>handleSignal:
         0xbd12138 s Context>handleSignal:
         0xbd16d68 s Context>handleSignal:
         0xbd1b998 s Context>handleSignal:
         0xbd205c8 s Context>handleSignal:
         0xbd251f8 s Context>handleSignal:
         0xbd29e28 s Context>handleSignal:
         0xbd2ea58 s Context>handleSignal:
         0xbd33688 s Context>handleSignal:
         0xbd382b8 s Context>handleSignal:
         0xbd3cee8 s Context>handleSignal:
         0xbd41b18 s Context>handleSignal:
         0xbd46748 s Context>handleSignal:
         0xbd4b378 s Context>handleSignal:
         0xbd4ffa8 s Context>handleSignal:
         0xbd54bd8 s Context>handleSignal:
         0xbd59808 s Context>handleSignal:
         0xbd5e438 s Context>handleSignal:
         0xbd63068 s Context>handleSignal:
         0xbd67c98 s Context>handleSignal:
         0xbd6c8c8 s Context>handleSignal:
         0xbd714f8 s Context>handleSignal:
         0xbd76128 s Context>handleSignal:
         0xbd7ad58 s Context>handleSignal:
         0xbd7f988 s Context>handleSignal:
         0xbd845b8 s Context>handleSignal:
         0xbd891e8 s Context>handleSignal:
         0xbd8de18 s Context>handleSignal:
         0xbd92a48 s Context>handleSignal:
         0xbd97678 s Context>handleSignal:
         0xbd9c2a8 s Context>handleSignal:
         0xbda0ed8 s Context>handleSignal:
         0xbda5b08 s Context>handleSignal:
         0xbdaa738 s Context>handleSignal:
         0xbdaf368 s Context>handleSignal:
         0xbdb3f98 s Context>handleSignal:
         0xbdb8bc8 s Context>handleSignal:
         0xbdbd7f8 s Context>handleSignal:
         0xbdc2428 s Context>handleSignal:
         0xbdc7058 s Context>handleSignal:
         0xbdcbc88 s Context>handleSignal:
         0xbdd08b8 s Context>handleSignal:
         0xbdd54e8 s Context>handleSignal:
         0xbdda118 s Context>handleSignal:
         0xbdded48 s Context>handleSignal:
         0xbde3978 s Context>handleSignal:
         0xbde85a8 s Context>handleSignal:
         0xbded1d8 s Context>handleSignal:
         0xbdf1e08 s Context>handleSignal:
         0xbdf6a38 s Context>handleSignal:
         0xbdfb668 s Context>handleSignal:
         0xbe00298 s Context>handleSignal:
         0xbe04ec8 s Context>handleSignal:
         0xbe09af8 s Context>handleSignal:
         0xbe0e728 s Context>handleSignal:
         0xbe13358 s Context>handleSignal:
         0xbe17f88 s Context>handleSignal:
         0xbe1cbb8 s Context>handleSignal:
         0xbe217e8 s Context>handleSignal:
         0xbe26418 s Context>handleSignal:
         0xbe2b048 s Context>handleSignal:
         0xbe2fc78 s Context>handleSignal:
         0xbe348a8 s Context>handleSignal:
         0xbe394d8 s Context>handleSignal:
         0xbe3e108 s Context>handleSignal:
         0xbe42d38 s Context>handleSignal:
         0xbe47968 s Context>handleSignal:
         0xbe4c598 s Context>handleSignal:
         0xbe511c8 s Context>handleSignal:
         0xbe55df8 s Context>handleSignal:
         0xbe5aa28 s Context>handleSignal:
         0xbe5f658 s Context>handleSignal:
         0xbe64288 s Context>handleSignal:
         0xbe68eb8 s Context>handleSignal:
         0xbe6dae8 s Context>handleSignal:
         0xbe72718 s Context>handleSignal:
         0xbe77348 s Context>handleSignal:
         0xbe7bf78 s Context>handleSignal:
         0xbe80af0 s Context>handleSignal:
         0xbe855b0 s Context>handleSignal:
         0xbe89fb8 s Context>handleSignal:
         0xbe8e908 s Context>handleSignal:
         0xbe931a0 s Context>handleSignal:
         0xbe97980 s Context>handleSignal:
         0xbe9c0a8 s Context>handleSignal:
         0xbea0718 s Context>handleSignal:
         0xbea4cd0 s Context>handleSignal:
         0xbea91d0 s Context>handleSignal:
         0xbead618 s Context>handleSignal:
         0xbeb19a8 s Context>handleSignal:
         0xbeb5c80 s Context>handleSignal:
         0xbeb9ea0 s Context>handleSignal:
         0xbebe008 s Context>handleSignal:
         0xbec20b8 s Context>handleSignal:
         0xbec60b0 s Context>handleSignal:
         0xbec9ff0 s Context>handleSignal:
         0xbecde78 s Context>handleSignal:
         0xbed1c48 s Context>handleSignal:
         0xbed5960 s Context>handleSignal:
         0xbed95c0 s Context>handleSignal:
         0xbedd168 s Context>handleSignal:
         0xbee0c58 s Context>handleSignal:
         0xbee4690 s Context>handleSignal:
         0xbee8010 s Context>handleSignal:
         0xbeeb8d8 s Context>handleSignal:
         0xbeef0e8 s Context>handleSignal:
         0xbef2840 s Context>handleSignal:
         0xbef5ee0 s Context>handleSignal:
         0xbef94c8 s Context>handleSignal:
         0xbefc9f8 s Context>handleSignal:
         0xbeffe70 s Context>handleSignal:
         0xbf03230 s Context>handleSignal:
         0xbf06538 s Context>handleSignal:
         0xbf09788 s Context>handleSignal:
         0xbf0c920 s Context>handleSignal:
         0xbf0fa00 s Context>handleSignal:
         0xbf12a28 s Context>handleSignal:
         0xbf15998 s Context>handleSignal:
         0xbf18850 s Context>handleSignal:
         0xbf1b650 s Context>handleSignal:
         0xbf1e398 s Context>handleSignal:
         0xbf21028 s Context>handleSignal:
         0xbf23c00 s Context>handleSignal:
         0xbf26720 s Context>handleSignal:
         0xbf29188 s Context>handleSignal:
         0xbf2bb38 s Context>handleSignal:
         0xbf2e430 s Context>handleSignal:
         0xbf30c70 s Context>handleSignal:
         0xbf333f8 s Context>handleSignal:
         0xbf35ac8 s Context>handleSignal:
         0xbf38028 s Context>handleSignal:
         0xbf3a4d0 s Context>handleSignal:
         0xbf3c8c0 s Context>handleSignal:
         0xbf3ebf8 s Context>handleSignal:
         0xbf40e78 s Context>handleSignal:
         0xbf43040 s Context>handleSignal:
         0xbf45150 s Context>handleSignal:
         0xbf471a8 s Context>handleSignal:
         0xbf49148 s Context>handleSignal:
         0xbf4b030 s Context>handleSignal:
         0xbf4ce60 s Context>handleSignal:
         0xbf4ebd8 s Context>handleSignal:
         0xbf50898 s Context>handleSignal:
         0xbf524a0 s Context>handleSignal:
         0xbf53ff0 s Context>handleSignal:
         0xbf55a88 s Context>handleSignal:
         0xbf57468 s Context>handleSignal:
         0xbf58d90 s Context>handleSignal:
         0xbf5a600 s Context>handleSignal:
         0xbf5bdb8 s Context>handleSignal:
         0xbf5d4b8 s Context>handleSignal:
         0xbf5eb00 s Context>handleSignal:
         0xbf89328 s Halt(Exception)>signal
         0xbfa6080 s Halt class(Exception class)>signal
         0xbfd8d50 s Halt class>now
         0xbfcfe20 s FullBlockClosure(Object)>halt
         0xbff8ce8 s FullBlockClosure>printOn:
         0xc01b810 s Context>printOn:
         0xc047f60 s Context>printDebugOn:
         0xc048240 s [] in Context>debugStack:on:
         0xc05e6d8 s OrderedCollection>do:
         0xbfcfba8 s Context>debugStack:on:
         0xbff8a98 s Context>shortDebugStackOn:
         0xc01b5d8 s [] in SmalltalkImage>logError:inContext:
         0xc047c80 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf88860 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa52b8 s SmalltalkImage>logStdErrorDuring:
         0xbfd8048 s SmalltalkImage>logError:inContext:
         0xbffcd28 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0203a8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04c8e8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061ee8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e790 s Halt(Exception)>unhandledErrorAction
         0xc08ba00 s Halt(UnhandledException)>defaultAction
         0xc0fdf60 s UndefinedObject>handleSignal:
         0xc0fe018 s Context>handleSignal:
         0xc0fe0d0 s Context>handleSignal:
         0xc0fe188 s Context>handleSignal:
         0xc0fe240 s Context>handleSignal:
         0xc0fe2f8 s Context>handleSignal:
         0xc0fe3b0 s Context>handleSignal:
         0xc0fe468 s Context>handleSignal:
         0xc0fe520 s Context>handleSignal:
         0xc0fe5d8 s Context>handleSignal:
         0xc0fe690 s Context>handleSignal:
         0xc109f40 s Context>handleSignal:
         0xc114fe8 s Context>handleSignal:
         0xc11fe90 s Context>handleSignal:
         0xc12a778 s Context>handleSignal:
         0xc134fa8 s Context>handleSignal:
         0xc13f7d8 s Context>handleSignal:
         0xc14a008 s Context>handleSignal:
         0xc154838 s Context>handleSignal:
         0xc15f068 s Context>handleSignal:
         0xc169898 s Context>handleSignal:
         0xc1740c8 s Context>handleSignal:
         0xc17e8f8 s Context>handleSignal:
         0xc189128 s Context>handleSignal:
         0xc193958 s Context>handleSignal:
         0xc19e188 s Context>handleSignal:
         0xc1a89b8 s Context>handleSignal:
         0xc1b31e8 s Context>handleSignal:
         0xc1bda18 s Context>handleSignal:
         0xc1c8248 s Context>handleSignal:
         0xc1d2a78 s Context>handleSignal:
         0xc1dd2a8 s Context>handleSignal:
         0xc1e7ad8 s Context>handleSignal:
         0xc1f2308 s Context>handleSignal:
         0xc1fcb38 s Context>handleSignal:
         0xc207368 s Context>handleSignal:
         0xc211b98 s Context>handleSignal:
         0xc21c3c8 s Context>handleSignal:
         0xc226bf8 s Context>handleSignal:
         0xc231428 s Context>handleSignal:
         0xc23bc58 s Context>handleSignal:
         0xc246488 s Context>handleSignal:
         0xc250cb8 s Context>handleSignal:
         0xc25b4e8 s Context>handleSignal:
         0xc262958 s Context>handleSignal:
         0xb7e2958 s Context>handleSignal:
         0xb7ed240 s Context>handleSignal:
         0xb7f7b28 s Context>handleSignal:
         0xb802410 s Context>handleSignal:
         0xb80ccf8 s Context>handleSignal:
         0xb8175e0 s Context>handleSignal:
         0xb821ec8 s Context>handleSignal:
         0xb82c7b0 s Context>handleSignal:
         0xb837098 s Context>handleSignal:
         0xb841980 s Context>handleSignal:
         0xb84c268 s Context>handleSignal:
         0xb856b50 s Context>handleSignal:
         0xb861438 s Context>handleSignal:
         0xb86bd20 s Context>handleSignal:
         0xb876608 s Context>handleSignal:
         0xb880ef0 s Context>handleSignal:
         0xb88b7d8 s Context>handleSignal:
         0xb8960c0 s Context>handleSignal:
         0xb8a09a8 s Context>handleSignal:
         0xb8ab290 s Context>handleSignal:
         0xb8b5b78 s Context>handleSignal:
         0xb8c0460 s Context>handleSignal:
         0xb8cad48 s Context>handleSignal:
         0xb8d5630 s Context>handleSignal:
         0xb8dff18 s Context>handleSignal:
         0xb8ea800 s Context>handleSignal:
         0xb8f50e8 s Context>handleSignal:
         0xb8ff9d0 s Context>handleSignal:
         0xb90a2b8 s Context>handleSignal:
         0xb914ba0 s Context>handleSignal:
         0xb91f488 s Context>handleSignal:
         0xb929d70 s Context>handleSignal:
         0xb934658 s Context>handleSignal:
         0xb93ef40 s Context>handleSignal:
         0xb949828 s Context>handleSignal:
         0xb954110 s Context>handleSignal:
         0xb95e9f8 s Context>handleSignal:
         0xb9692e0 s Context>handleSignal:
         0xb973bc8 s Context>handleSignal:
         0xb97e4b0 s Context>handleSignal:
         0xb988d98 s Context>handleSignal:
         0xb993680 s Context>handleSignal:
         0xb99df68 s Context>handleSignal:
         0xb9a8850 s Context>handleSignal:
         0xb9b3138 s Context>handleSignal:
         0xb9bda20 s Context>handleSignal:
         0xb9c8308 s Context>handleSignal:
         0xb9d2bf0 s Context>handleSignal:
         0xb9dd4d8 s Context>handleSignal:
         0xb9e7dc0 s Context>handleSignal:
         0xb9f26a8 s Context>handleSignal:
         0xb9fcf90 s Context>handleSignal:
         0xba07878 s Context>handleSignal:
         0xba12160 s Context>handleSignal:
         0xba1ca48 s Context>handleSignal:
         0xba27330 s Context>handleSignal:
         0xba31c18 s Context>handleSignal:
         0xba3c500 s Context>handleSignal:
         0xba43468 s Context>handleSignal:
         0xba485a0 s Context>handleSignal:
         0xba4d620 s Context>handleSignal:
         0xba525e8 s Context>handleSignal:
         0xba575b0 s Context>handleSignal:
         0xba5c4c0 s Context>handleSignal:
         0xba61318 s Context>handleSignal:
         0xba66170 s Context>handleSignal:
         0xba6af10 s Context>handleSignal:
         0xba6fcb0 s Context>handleSignal:
         0xba74998 s Context>handleSignal:
         0xba79680 s Context>handleSignal:
         0xba7e368 s Context>handleSignal:
         0xba83050 s Context>handleSignal:
         0xba87d38 s Context>handleSignal:
         0xba8ca20 s Context>handleSignal:
         0xba91708 s Context>handleSignal:
         0xba963f0 s Context>handleSignal:
         0xba9b0d8 s Context>handleSignal:
         0xba9fdc0 s Context>handleSignal:
         0xbaa4aa8 s Context>handleSignal:
         0xbaa9790 s Context>handleSignal:
         0xbaae478 s Context>handleSignal:
         0xbab3160 s Context>handleSignal:
         0xbab7e48 s Context>handleSignal:
         0xbabcb30 s Context>handleSignal:
         0xbac1818 s Context>handleSignal:
         0xbac6500 s Context>handleSignal:
         0xbacb1e8 s Context>handleSignal:
         0xbacfed0 s Context>handleSignal:
         0xbad4bb8 s Context>handleSignal:
         0xbad98a0 s Context>handleSignal:
         0xbade588 s Context>handleSignal:
         0xbae3270 s Context>handleSignal:
         0xbae7f58 s Context>handleSignal:
         0xbaecc40 s Context>handleSignal:
         0xbaf1928 s Context>handleSignal:
         0xbaf6610 s Context>handleSignal:
         0xbafb2f8 s Context>handleSignal:
         0xbafffe0 s Context>handleSignal:
         0xbb04cc8 s Context>handleSignal:
         0xbb099b0 s Context>handleSignal:
         0xbb0e698 s Context>handleSignal:
         0xbb13380 s Context>handleSignal:
         0xbb18068 s Context>handleSignal:
         0xbb1cd50 s Context>handleSignal:
         0xbb21a38 s Context>handleSignal:
         0xbb26720 s Context>handleSignal:
         0xbb2b408 s Context>handleSignal:
         0xbb300f0 s Context>handleSignal:
         0xbb34dd8 s Context>handleSignal:
         0xbb39ac0 s Context>handleSignal:
         0xbb3e7a8 s Context>handleSignal:
         0xbb43490 s Context>handleSignal:
         0xbb48178 s Context>handleSignal:
         0xbb4ce60 s Context>handleSignal:
         0xbb51b48 s Context>handleSignal:
         0xbb56830 s Context>handleSignal:
         0xbb5b518 s Context>handleSignal:
         0xbb60200 s Context>handleSignal:
         0xbb64ee8 s Context>handleSignal:
         0xbb69bd0 s Context>handleSignal:
         0xbb6e8b8 s Context>handleSignal:
         0xbb735a0 s Context>handleSignal:
         0xbb78288 s Context>handleSignal:
         0xbb7cf70 s Context>handleSignal:
         0xbb81c58 s Context>handleSignal:
         0xbb86940 s Context>handleSignal:
         0xbb8b628 s Context>handleSignal:
         0xbb90310 s Context>handleSignal:
         0xbb94ff8 s Context>handleSignal:
         0xbb99ce0 s Context>handleSignal:
         0xbb9e910 s Context>handleSignal:
         0xbba3540 s Context>handleSignal:
         0xbba8170 s Context>handleSignal:
         0xbbacda0 s Context>handleSignal:
         0xbbb19d0 s Context>handleSignal:
         0xbbb6600 s Context>handleSignal:
         0xbbbb230 s Context>handleSignal:
         0xbbbfe60 s Context>handleSignal:
         0xbbc4a90 s Context>handleSignal:
         0xbbc96c0 s Context>handleSignal:
         0xbbce2f0 s Context>handleSignal:
         0xbbd2f20 s Context>handleSignal:
         0xbbd7b50 s Context>handleSignal:
         0xbbdc780 s Context>handleSignal:
         0xbbe13b0 s Context>handleSignal:
         0xbbe5fe0 s Context>handleSignal:
         0xbbeac10 s Context>handleSignal:
         0xbbef840 s Context>handleSignal:
         0xbbf4470 s Context>handleSignal:
         0xbbf90a0 s Context>handleSignal:
         0xbbfdcd0 s Context>handleSignal:
         0xbc02900 s Context>handleSignal:
         0xbc07530 s Context>handleSignal:
         0xbc0c160 s Context>handleSignal:
         0xbc10d90 s Context>handleSignal:
         0xbc159c0 s Context>handleSignal:
         0xbc1a5f0 s Context>handleSignal:
         0xbc1f220 s Context>handleSignal:
         0xbc23e50 s Context>handleSignal:
         0xbc28a80 s Context>handleSignal:
         0xbc2d6b0 s Context>handleSignal:
         0xbc322e0 s Context>handleSignal:
         0xbc36f10 s Context>handleSignal:
         0xbc3bb40 s Context>handleSignal:
         0xbc40770 s Context>handleSignal:
         0xbc453a0 s Context>handleSignal:
         0xbc49fd0 s Context>handleSignal:
         0xbc4ec00 s Context>handleSignal:
         0xbc53830 s Context>handleSignal:
         0xbc58530 s Context>handleSignal:
         0xbc5d160 s Context>handleSignal:
         0xbc61d90 s Context>handleSignal:
         0xbc669c0 s Context>handleSignal:
         0xbc6b5f0 s Context>handleSignal:
         0xbc70220 s Context>handleSignal:
         0xbc74e50 s Context>handleSignal:
         0xbc79a80 s Context>handleSignal:
         0xbc7e6b0 s Context>handleSignal:
         0xbc832e0 s Context>handleSignal:
         0xbc87f10 s Context>handleSignal:
         0xbc8cb40 s Context>handleSignal:
         0xbc91770 s Context>handleSignal:
         0xbc963a0 s Context>handleSignal:
         0xbc9afd0 s Context>handleSignal:
         0xbc9fc00 s Context>handleSignal:
         0xbca4830 s Context>handleSignal:
         0xbca9460 s Context>handleSignal:
         0xbcae090 s Context>handleSignal:
         0xbcb2cc0 s Context>handleSignal:
         0xbcb78f0 s Context>handleSignal:
         0xbcbc520 s Context>handleSignal:
         0xbcc1150 s Context>handleSignal:
         0xbcc5d80 s Context>handleSignal:
         0xbcca9b0 s Context>handleSignal:
         0xbccf5e0 s Context>handleSignal:
         0xbcd4210 s Context>handleSignal:
         0xbcd8e40 s Context>handleSignal:
         0xbcdda70 s Context>handleSignal:
         0xbce26a0 s Context>handleSignal:
         0xbce72d0 s Context>handleSignal:
         0xbcebf00 s Context>handleSignal:
         0xbcf0b30 s Context>handleSignal:
         0xbcf5760 s Context>handleSignal:
         0xbcfa390 s Context>handleSignal:
         0xbcfefc0 s Context>handleSignal:
         0xbd03bf0 s Context>handleSignal:
         0xbd08820 s Context>handleSignal:
         0xbd0d450 s Context>handleSignal:
         0xbd12080 s Context>handleSignal:
         0xbd16cb0 s Context>handleSignal:
         0xbd1b8e0 s Context>handleSignal:
         0xbd20510 s Context>handleSignal:
         0xbd25140 s Context>handleSignal:
         0xbd29d70 s Context>handleSignal:
         0xbd2e9a0 s Context>handleSignal:
         0xbd335d0 s Context>handleSignal:
         0xbd38200 s Context>handleSignal:
         0xbd3ce30 s Context>handleSignal:
         0xbd41a60 s Context>handleSignal:
         0xbd46690 s Context>handleSignal:
         0xbd4b2c0 s Context>handleSignal:
         0xbd4fef0 s Context>handleSignal:
         0xbd54b20 s Context>handleSignal:
         0xbd59750 s Context>handleSignal:
         0xbd5e380 s Context>handleSignal:
         0xbd62fb0 s Context>handleSignal:
         0xbd67be0 s Context>handleSignal:
         0xbd6c810 s Context>handleSignal:
         0xbd71440 s Context>handleSignal:
         0xbd76070 s Context>handleSignal:
         0xbd7aca0 s Context>handleSignal:
         0xbd7f8d0 s Context>handleSignal:
         0xbd84500 s Context>handleSignal:
         0xbd89130 s Context>handleSignal:
         0xbd8dd60 s Context>handleSignal:
         0xbd92990 s Context>handleSignal:
         0xbd975c0 s Context>handleSignal:
         0xbd9c1f0 s Context>handleSignal:
         0xbda0e20 s Context>handleSignal:
         0xbda5a50 s Context>handleSignal:
         0xbdaa680 s Context>handleSignal:
         0xbdaf2b0 s Context>handleSignal:
         0xbdb3ee0 s Context>handleSignal:
         0xbdb8b10 s Context>handleSignal:
         0xbdbd740 s Context>handleSignal:
         0xbdc2370 s Context>handleSignal:
         0xbdc6fa0 s Context>handleSignal:
         0xbdcbbd0 s Context>handleSignal:
         0xbdd0800 s Context>handleSignal:
         0xbdd5430 s Context>handleSignal:
         0xbdda060 s Context>handleSignal:
         0xbddec90 s Context>handleSignal:
         0xbde38c0 s Context>handleSignal:
         0xbde84f0 s Context>handleSignal:
         0xbded120 s Context>handleSignal:
         0xbdf1d50 s Context>handleSignal:
         0xbdf6980 s Context>handleSignal:
         0xbdfb5b0 s Context>handleSignal:
         0xbe001e0 s Context>handleSignal:
         0xbe04e10 s Context>handleSignal:
         0xbe09a40 s Context>handleSignal:
         0xbe0e670 s Context>handleSignal:
         0xbe132a0 s Context>handleSignal:
         0xbe17ed0 s Context>handleSignal:
         0xbe1cb00 s Context>handleSignal:
         0xbe21730 s Context>handleSignal:
         0xbe26360 s Context>handleSignal:
         0xbe2af90 s Context>handleSignal:
         0xbe2fbc0 s Context>handleSignal:
         0xbe347f0 s Context>handleSignal:
         0xbe39420 s Context>handleSignal:
         0xbe3e050 s Context>handleSignal:
         0xbe42c80 s Context>handleSignal:
         0xbe478b0 s Context>handleSignal:
         0xbe4c4e0 s Context>handleSignal:
         0xbe51110 s Context>handleSignal:
         0xbe55d40 s Context>handleSignal:
         0xbe5a970 s Context>handleSignal:
         0xbe5f5a0 s Context>handleSignal:
         0xbe641d0 s Context>handleSignal:
         0xbe68e00 s Context>handleSignal:
         0xbe6da30 s Context>handleSignal:
         0xbe72660 s Context>handleSignal:
         0xbe77290 s Context>handleSignal:
         0xbe7bec0 s Context>handleSignal:
         0xbe80a38 s Context>handleSignal:
         0xbe854f8 s Context>handleSignal:
         0xbe89f00 s Context>handleSignal:
         0xbe8e850 s Context>handleSignal:
         0xbe930e8 s Context>handleSignal:
         0xbe978c8 s Context>handleSignal:
         0xbe9bff0 s Context>handleSignal:
         0xbea0660 s Context>handleSignal:
         0xbea4c18 s Context>handleSignal:
         0xbea9118 s Context>handleSignal:
         0xbead560 s Context>handleSignal:
         0xbeb18f0 s Context>handleSignal:
         0xbeb5bc8 s Context>handleSignal:
         0xbeb9de8 s Context>handleSignal:
         0xbebdf50 s Context>handleSignal:
         0xbec2000 s Context>handleSignal:
         0xbec5ff8 s Context>handleSignal:
         0xbec9f38 s Context>handleSignal:
         0xbecddc0 s Context>handleSignal:
         0xbed1b90 s Context>handleSignal:
         0xbed58a8 s Context>handleSignal:
         0xbed9508 s Context>handleSignal:
         0xbedd0b0 s Context>handleSignal:
         0xbee0ba0 s Context>handleSignal:
         0xbee45d8 s Context>handleSignal:
         0xbee7f58 s Context>handleSignal:
         0xbeeb820 s Context>handleSignal:
         0xbeef030 s Context>handleSignal:
         0xbef2788 s Context>handleSignal:
         0xbef5e28 s Context>handleSignal:
         0xbef9410 s Context>handleSignal:
         0xbefc940 s Context>handleSignal:
         0xbeffdb8 s Context>handleSignal:
         0xbf03178 s Context>handleSignal:
         0xbf06480 s Context>handleSignal:
         0xbf096d0 s Context>handleSignal:
         0xbf0c868 s Context>handleSignal:
         0xbf0f948 s Context>handleSignal:
         0xbf12970 s Context>handleSignal:
         0xbf158e0 s Context>handleSignal:
         0xbf18798 s Context>handleSignal:
         0xbf1b598 s Context>handleSignal:
         0xbf1e2e0 s Context>handleSignal:
         0xbf20f70 s Context>handleSignal:
         0xbf23b48 s Context>handleSignal:
         0xbf26668 s Context>handleSignal:
         0xbf290d0 s Context>handleSignal:
         0xbf2ba80 s Context>handleSignal:
         0xbf2e378 s Context>handleSignal:
         0xbf30bb8 s Context>handleSignal:
         0xbf33340 s Context>handleSignal:
         0xbf35a10 s Context>handleSignal:
         0xbf37f70 s Context>handleSignal:
         0xbf3a418 s Context>handleSignal:
         0xbf3c808 s Context>handleSignal:
         0xbf3eb40 s Context>handleSignal:
         0xbf40dc0 s Context>handleSignal:
         0xbf42f88 s Context>handleSignal:
         0xbf45098 s Context>handleSignal:
         0xbf470f0 s Context>handleSignal:
         0xbf49090 s Context>handleSignal:
         0xbf4af78 s Context>handleSignal:
         0xbf4cda8 s Context>handleSignal:
         0xbf4eb20 s Context>handleSignal:
         0xbf507e0 s Context>handleSignal:
         0xbf523e8 s Context>handleSignal:
         0xbf53f38 s Context>handleSignal:
         0xbf559d0 s Context>handleSignal:
         0xbf573b0 s Context>handleSignal:
         0xbf58cd8 s Context>handleSignal:
         0xbf5a548 s Context>handleSignal:
         0xbf5bd00 s Context>handleSignal:
         0xbf5d400 s Context>handleSignal:
         0xbf891b8 s Halt(Exception)>signal
         0xbfa5eb0 s Halt class(Exception class)>signal
         0xbfd8b98 s Halt class>now
         0xbfcfc60 s FullBlockClosure(Object)>halt
         0xbff8b50 s FullBlockClosure>printOn:
         0xc01b690 s Context>printOn:
         0xc047d38 s Context>printDebugOn:
         0xc048018 s [] in Context>debugStack:on:
         0xc05e620 s OrderedCollection>do:
         0xbfcf9e8 s Context>debugStack:on:
         0xbff8900 s Context>shortDebugStackOn:
         0xc01b458 s [] in SmalltalkImage>logError:inContext:
         0xc047a58 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf886f0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa50e8 s SmalltalkImage>logStdErrorDuring:
         0xbfd7e90 s SmalltalkImage>logError:inContext:
         0xbffcc60 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0202b8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04c808 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061e30 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e6d8 s Halt(Exception)>unhandledErrorAction
         0xc08b948 s Halt(UnhandledException)>defaultAction
         0xc0fd778 s UndefinedObject>handleSignal:
         0xc0fd830 s Context>handleSignal:
         0xc0fd8e8 s Context>handleSignal:
         0xc0fd9a0 s Context>handleSignal:
         0xc0fda58 s Context>handleSignal:
         0xc0fdb10 s Context>handleSignal:
         0xc0fdbc8 s Context>handleSignal:
         0xc0fdc80 s Context>handleSignal:
         0xc0fdd38 s Context>handleSignal:
         0xc0fddf0 s Context>handleSignal:
         0xc0fdea8 s Context>handleSignal:
         0xc109e88 s Context>handleSignal:
         0xc114f30 s Context>handleSignal:
         0xc11fdd8 s Context>handleSignal:
         0xc12a6c0 s Context>handleSignal:
         0xc134ef0 s Context>handleSignal:
         0xc13f720 s Context>handleSignal:
         0xc149f50 s Context>handleSignal:
         0xc154780 s Context>handleSignal:
         0xc15efb0 s Context>handleSignal:
         0xc1697e0 s Context>handleSignal:
         0xc174010 s Context>handleSignal:
         0xc17e840 s Context>handleSignal:
         0xc189070 s Context>handleSignal:
         0xc1938a0 s Context>handleSignal:
         0xc19e0d0 s Context>handleSignal:
         0xc1a8900 s Context>handleSignal:
         0xc1b3130 s Context>handleSignal:
         0xc1bd960 s Context>handleSignal:
         0xc1c8190 s Context>handleSignal:
         0xc1d29c0 s Context>handleSignal:
         0xc1dd1f0 s Context>handleSignal:
         0xc1e7a20 s Context>handleSignal:
         0xc1f2250 s Context>handleSignal:
         0xc1fca80 s Context>handleSignal:
         0xc2072b0 s Context>handleSignal:
         0xc211ae0 s Context>handleSignal:
         0xc21c310 s Context>handleSignal:
         0xc226b40 s Context>handleSignal:
         0xc231370 s Context>handleSignal:
         0xc23bba0 s Context>handleSignal:
         0xc2463d0 s Context>handleSignal:
         0xc250c00 s Context>handleSignal:
         0xc25b430 s Context>handleSignal:
         0xc2628a0 s Context>handleSignal:
         0xb7e28a0 s Context>handleSignal:
         0xb7ed188 s Context>handleSignal:
         0xb7f7a70 s Context>handleSignal:
         0xb802358 s Context>handleSignal:
         0xb80cc40 s Context>handleSignal:
         0xb817528 s Context>handleSignal:
         0xb821e10 s Context>handleSignal:
         0xb82c6f8 s Context>handleSignal:
         0xb836fe0 s Context>handleSignal:
         0xb8418c8 s Context>handleSignal:
         0xb84c1b0 s Context>handleSignal:
         0xb856a98 s Context>handleSignal:
         0xb861380 s Context>handleSignal:
         0xb86bc68 s Context>handleSignal:
         0xb876550 s Context>handleSignal:
         0xb880e38 s Context>handleSignal:
         0xb88b720 s Context>handleSignal:
         0xb896008 s Context>handleSignal:
         0xb8a08f0 s Context>handleSignal:
         0xb8ab1d8 s Context>handleSignal:
         0xb8b5ac0 s Context>handleSignal:
         0xb8c03a8 s Context>handleSignal:
         0xb8cac90 s Context>handleSignal:
         0xb8d5578 s Context>handleSignal:
         0xb8dfe60 s Context>handleSignal:
         0xb8ea748 s Context>handleSignal:
         0xb8f5030 s Context>handleSignal:
         0xb8ff918 s Context>handleSignal:
         0xb90a200 s Context>handleSignal:
         0xb914ae8 s Context>handleSignal:
         0xb91f3d0 s Context>handleSignal:
         0xb929cb8 s Context>handleSignal:
         0xb9345a0 s Context>handleSignal:
         0xb93ee88 s Context>handleSignal:
         0xb949770 s Context>handleSignal:
         0xb954058 s Context>handleSignal:
         0xb95e940 s Context>handleSignal:
         0xb969228 s Context>handleSignal:
         0xb973b10 s Context>handleSignal:
         0xb97e3f8 s Context>handleSignal:
         0xb988ce0 s Context>handleSignal:
         0xb9935c8 s Context>handleSignal:
         0xb99deb0 s Context>handleSignal:
         0xb9a8798 s Context>handleSignal:
         0xb9b3080 s Context>handleSignal:
         0xb9bd968 s Context>handleSignal:
         0xb9c8250 s Context>handleSignal:
         0xb9d2b38 s Context>handleSignal:
         0xb9dd420 s Context>handleSignal:
         0xb9e7d08 s Context>handleSignal:
         0xb9f25f0 s Context>handleSignal:
         0xb9fced8 s Context>handleSignal:
         0xba077c0 s Context>handleSignal:
         0xba120a8 s Context>handleSignal:
         0xba1c990 s Context>handleSignal:
         0xba27278 s Context>handleSignal:
         0xba31b60 s Context>handleSignal:
         0xba3c448 s Context>handleSignal:
         0xba433b0 s Context>handleSignal:
         0xba484e8 s Context>handleSignal:
         0xba4d568 s Context>handleSignal:
         0xba52530 s Context>handleSignal:
         0xba574f8 s Context>handleSignal:
         0xba5c408 s Context>handleSignal:
         0xba61260 s Context>handleSignal:
         0xba660b8 s Context>handleSignal:
         0xba6ae58 s Context>handleSignal:
         0xba6fbf8 s Context>handleSignal:
         0xba748e0 s Context>handleSignal:
         0xba795c8 s Context>handleSignal:
         0xba7e2b0 s Context>handleSignal:
         0xba82f98 s Context>handleSignal:
         0xba87c80 s Context>handleSignal:
         0xba8c968 s Context>handleSignal:
         0xba91650 s Context>handleSignal:
         0xba96338 s Context>handleSignal:
         0xba9b020 s Context>handleSignal:
         0xba9fd08 s Context>handleSignal:
         0xbaa49f0 s Context>handleSignal:
         0xbaa96d8 s Context>handleSignal:
         0xbaae3c0 s Context>handleSignal:
         0xbab30a8 s Context>handleSignal:
         0xbab7d90 s Context>handleSignal:
         0xbabca78 s Context>handleSignal:
         0xbac1760 s Context>handleSignal:
         0xbac6448 s Context>handleSignal:
         0xbacb130 s Context>handleSignal:
         0xbacfe18 s Context>handleSignal:
         0xbad4b00 s Context>handleSignal:
         0xbad97e8 s Context>handleSignal:
         0xbade4d0 s Context>handleSignal:
         0xbae31b8 s Context>handleSignal:
         0xbae7ea0 s Context>handleSignal:
         0xbaecb88 s Context>handleSignal:
         0xbaf1870 s Context>handleSignal:
         0xbaf6558 s Context>handleSignal:
         0xbafb240 s Context>handleSignal:
         0xbafff28 s Context>handleSignal:
         0xbb04c10 s Context>handleSignal:
         0xbb098f8 s Context>handleSignal:
         0xbb0e5e0 s Context>handleSignal:
         0xbb132c8 s Context>handleSignal:
         0xbb17fb0 s Context>handleSignal:
         0xbb1cc98 s Context>handleSignal:
         0xbb21980 s Context>handleSignal:
         0xbb26668 s Context>handleSignal:
         0xbb2b350 s Context>handleSignal:
         0xbb30038 s Context>handleSignal:
         0xbb34d20 s Context>handleSignal:
         0xbb39a08 s Context>handleSignal:
         0xbb3e6f0 s Context>handleSignal:
         0xbb433d8 s Context>handleSignal:
         0xbb480c0 s Context>handleSignal:
         0xbb4cda8 s Context>handleSignal:
         0xbb51a90 s Context>handleSignal:
         0xbb56778 s Context>handleSignal:
         0xbb5b460 s Context>handleSignal:
         0xbb60148 s Context>handleSignal:
         0xbb64e30 s Context>handleSignal:
         0xbb69b18 s Context>handleSignal:
         0xbb6e800 s Context>handleSignal:
         0xbb734e8 s Context>handleSignal:
         0xbb781d0 s Context>handleSignal:
         0xbb7ceb8 s Context>handleSignal:
         0xbb81ba0 s Context>handleSignal:
         0xbb86888 s Context>handleSignal:
         0xbb8b570 s Context>handleSignal:
         0xbb90258 s Context>handleSignal:
         0xbb94f40 s Context>handleSignal:
         0xbb99c28 s Context>handleSignal:
         0xbb9e858 s Context>handleSignal:
         0xbba3488 s Context>handleSignal:
         0xbba80b8 s Context>handleSignal:
         0xbbacce8 s Context>handleSignal:
         0xbbb1918 s Context>handleSignal:
         0xbbb6548 s Context>handleSignal:
         0xbbbb178 s Context>handleSignal:
         0xbbbfda8 s Context>handleSignal:
         0xbbc49d8 s Context>handleSignal:
         0xbbc9608 s Context>handleSignal:
         0xbbce238 s Context>handleSignal:
         0xbbd2e68 s Context>handleSignal:
         0xbbd7a98 s Context>handleSignal:
         0xbbdc6c8 s Context>handleSignal:
         0xbbe12f8 s Context>handleSignal:
         0xbbe5f28 s Context>handleSignal:
         0xbbeab58 s Context>handleSignal:
         0xbbef788 s Context>handleSignal:
         0xbbf43b8 s Context>handleSignal:
         0xbbf8fe8 s Context>handleSignal:
         0xbbfdc18 s Context>handleSignal:
         0xbc02848 s Context>handleSignal:
         0xbc07478 s Context>handleSignal:
         0xbc0c0a8 s Context>handleSignal:
         0xbc10cd8 s Context>handleSignal:
         0xbc15908 s Context>handleSignal:
         0xbc1a538 s Context>handleSignal:
         0xbc1f168 s Context>handleSignal:
         0xbc23d98 s Context>handleSignal:
         0xbc289c8 s Context>handleSignal:
         0xbc2d5f8 s Context>handleSignal:
         0xbc32228 s Context>handleSignal:
         0xbc36e58 s Context>handleSignal:
         0xbc3ba88 s Context>handleSignal:
         0xbc406b8 s Context>handleSignal:
         0xbc452e8 s Context>handleSignal:
         0xbc49f18 s Context>handleSignal:
         0xbc4eb48 s Context>handleSignal:
         0xbc53778 s Context>handleSignal:
         0xbc58478 s Context>handleSignal:
         0xbc5d0a8 s Context>handleSignal:
         0xbc61cd8 s Context>handleSignal:
         0xbc66908 s Context>handleSignal:
         0xbc6b538 s Context>handleSignal:
         0xbc70168 s Context>handleSignal:
         0xbc74d98 s Context>handleSignal:
         0xbc799c8 s Context>handleSignal:
         0xbc7e5f8 s Context>handleSignal:
         0xbc83228 s Context>handleSignal:
         0xbc87e58 s Context>handleSignal:
         0xbc8ca88 s Context>handleSignal:
         0xbc916b8 s Context>handleSignal:
         0xbc962e8 s Context>handleSignal:
         0xbc9af18 s Context>handleSignal:
         0xbc9fb48 s Context>handleSignal:
         0xbca4778 s Context>handleSignal:
         0xbca93a8 s Context>handleSignal:
         0xbcadfd8 s Context>handleSignal:
         0xbcb2c08 s Context>handleSignal:
         0xbcb7838 s Context>handleSignal:
         0xbcbc468 s Context>handleSignal:
         0xbcc1098 s Context>handleSignal:
         0xbcc5cc8 s Context>handleSignal:
         0xbcca8f8 s Context>handleSignal:
         0xbccf528 s Context>handleSignal:
         0xbcd4158 s Context>handleSignal:
         0xbcd8d88 s Context>handleSignal:
         0xbcdd9b8 s Context>handleSignal:
         0xbce25e8 s Context>handleSignal:
         0xbce7218 s Context>handleSignal:
         0xbcebe48 s Context>handleSignal:
         0xbcf0a78 s Context>handleSignal:
         0xbcf56a8 s Context>handleSignal:
         0xbcfa2d8 s Context>handleSignal:
         0xbcfef08 s Context>handleSignal:
         0xbd03b38 s Context>handleSignal:
         0xbd08768 s Context>handleSignal:
         0xbd0d398 s Context>handleSignal:
         0xbd11fc8 s Context>handleSignal:
         0xbd16bf8 s Context>handleSignal:
         0xbd1b828 s Context>handleSignal:
         0xbd20458 s Context>handleSignal:
         0xbd25088 s Context>handleSignal:
         0xbd29cb8 s Context>handleSignal:
         0xbd2e8e8 s Context>handleSignal:
         0xbd33518 s Context>handleSignal:
         0xbd38148 s Context>handleSignal:
         0xbd3cd78 s Context>handleSignal:
         0xbd419a8 s Context>handleSignal:
         0xbd465d8 s Context>handleSignal:
         0xbd4b208 s Context>handleSignal:
         0xbd4fe38 s Context>handleSignal:
         0xbd54a68 s Context>handleSignal:
         0xbd59698 s Context>handleSignal:
         0xbd5e2c8 s Context>handleSignal:
         0xbd62ef8 s Context>handleSignal:
         0xbd67b28 s Context>handleSignal:
         0xbd6c758 s Context>handleSignal:
         0xbd71388 s Context>handleSignal:
         0xbd75fb8 s Context>handleSignal:
         0xbd7abe8 s Context>handleSignal:
         0xbd7f818 s Context>handleSignal:
         0xbd84448 s Context>handleSignal:
         0xbd89078 s Context>handleSignal:
         0xbd8dca8 s Context>handleSignal:
         0xbd928d8 s Context>handleSignal:
         0xbd97508 s Context>handleSignal:
         0xbd9c138 s Context>handleSignal:
         0xbda0d68 s Context>handleSignal:
         0xbda5998 s Context>handleSignal:
         0xbdaa5c8 s Context>handleSignal:
         0xbdaf1f8 s Context>handleSignal:
         0xbdb3e28 s Context>handleSignal:
         0xbdb8a58 s Context>handleSignal:
         0xbdbd688 s Context>handleSignal:
         0xbdc22b8 s Context>handleSignal:
         0xbdc6ee8 s Context>handleSignal:
         0xbdcbb18 s Context>handleSignal:
         0xbdd0748 s Context>handleSignal:
         0xbdd5378 s Context>handleSignal:
         0xbdd9fa8 s Context>handleSignal:
         0xbddebd8 s Context>handleSignal:
         0xbde3808 s Context>handleSignal:
         0xbde8438 s Context>handleSignal:
         0xbded068 s Context>handleSignal:
         0xbdf1c98 s Context>handleSignal:
         0xbdf68c8 s Context>handleSignal:
         0xbdfb4f8 s Context>handleSignal:
         0xbe00128 s Context>handleSignal:
         0xbe04d58 s Context>handleSignal:
         0xbe09988 s Context>handleSignal:
         0xbe0e5b8 s Context>handleSignal:
         0xbe131e8 s Context>handleSignal:
         0xbe17e18 s Context>handleSignal:
         0xbe1ca48 s Context>handleSignal:
         0xbe21678 s Context>handleSignal:
         0xbe262a8 s Context>handleSignal:
         0xbe2aed8 s Context>handleSignal:
         0xbe2fb08 s Context>handleSignal:
         0xbe34738 s Context>handleSignal:
         0xbe39368 s Context>handleSignal:
         0xbe3df98 s Context>handleSignal:
         0xbe42bc8 s Context>handleSignal:
         0xbe477f8 s Context>handleSignal:
         0xbe4c428 s Context>handleSignal:
         0xbe51058 s Context>handleSignal:
         0xbe55c88 s Context>handleSignal:
         0xbe5a8b8 s Context>handleSignal:
         0xbe5f4e8 s Context>handleSignal:
         0xbe64118 s Context>handleSignal:
         0xbe68d48 s Context>handleSignal:
         0xbe6d978 s Context>handleSignal:
         0xbe725a8 s Context>handleSignal:
         0xbe771d8 s Context>handleSignal:
         0xbe7be08 s Context>handleSignal:
         0xbe80980 s Context>handleSignal:
         0xbe85440 s Context>handleSignal:
         0xbe89e48 s Context>handleSignal:
         0xbe8e798 s Context>handleSignal:
         0xbe93030 s Context>handleSignal:
         0xbe97810 s Context>handleSignal:
         0xbe9bf38 s Context>handleSignal:
         0xbea05a8 s Context>handleSignal:
         0xbea4b60 s Context>handleSignal:
         0xbea9060 s Context>handleSignal:
         0xbead4a8 s Context>handleSignal:
         0xbeb1838 s Context>handleSignal:
         0xbeb5b10 s Context>handleSignal:
         0xbeb9d30 s Context>handleSignal:
         0xbebde98 s Context>handleSignal:
         0xbec1f48 s Context>handleSignal:
         0xbec5f40 s Context>handleSignal:
         0xbec9e80 s Context>handleSignal:
         0xbecdd08 s Context>handleSignal:
         0xbed1ad8 s Context>handleSignal:
         0xbed57f0 s Context>handleSignal:
         0xbed9450 s Context>handleSignal:
         0xbedcff8 s Context>handleSignal:
         0xbee0ae8 s Context>handleSignal:
         0xbee4520 s Context>handleSignal:
         0xbee7ea0 s Context>handleSignal:
         0xbeeb768 s Context>handleSignal:
         0xbeeef78 s Context>handleSignal:
         0xbef26d0 s Context>handleSignal:
         0xbef5d70 s Context>handleSignal:
         0xbef9358 s Context>handleSignal:
         0xbefc888 s Context>handleSignal:
         0xbeffd00 s Context>handleSignal:
         0xbf030c0 s Context>handleSignal:
         0xbf063c8 s Context>handleSignal:
         0xbf09618 s Context>handleSignal:
         0xbf0c7b0 s Context>handleSignal:
         0xbf0f890 s Context>handleSignal:
         0xbf128b8 s Context>handleSignal:
         0xbf15828 s Context>handleSignal:
         0xbf186e0 s Context>handleSignal:
         0xbf1b4e0 s Context>handleSignal:
         0xbf1e228 s Context>handleSignal:
         0xbf20eb8 s Context>handleSignal:
         0xbf23a90 s Context>handleSignal:
         0xbf265b0 s Context>handleSignal:
         0xbf29018 s Context>handleSignal:
         0xbf2b9c8 s Context>handleSignal:
         0xbf2e2c0 s Context>handleSignal:
         0xbf30b00 s Context>handleSignal:
         0xbf33288 s Context>handleSignal:
         0xbf35958 s Context>handleSignal:
         0xbf37eb8 s Context>handleSignal:
         0xbf3a360 s Context>handleSignal:
         0xbf3c750 s Context>handleSignal:
         0xbf3ea88 s Context>handleSignal:
         0xbf40d08 s Context>handleSignal:
         0xbf42ed0 s Context>handleSignal:
         0xbf44fe0 s Context>handleSignal:
         0xbf47038 s Context>handleSignal:
         0xbf48fd8 s Context>handleSignal:
         0xbf4aec0 s Context>handleSignal:
         0xbf4ccf0 s Context>handleSignal:
         0xbf4ea68 s Context>handleSignal:
         0xbf50728 s Context>handleSignal:
         0xbf52330 s Context>handleSignal:
         0xbf53e80 s Context>handleSignal:
         0xbf55918 s Context>handleSignal:
         0xbf572f8 s Context>handleSignal:
         0xbf58c20 s Context>handleSignal:
         0xbf5a490 s Context>handleSignal:
         0xbf5bc48 s Context>handleSignal:
         0xbf89048 s Halt(Exception)>signal
         0xbfa5ce0 s Halt class(Exception class)>signal
         0xbfd89e0 s Halt class>now
         0xbfcfaa0 s FullBlockClosure(Object)>halt
         0xbff89b8 s FullBlockClosure>printOn:
         0xc01b510 s Context>printOn:
         0xc047b10 s Context>printDebugOn:
         0xc047df0 s [] in Context>debugStack:on:
         0xc05e568 s OrderedCollection>do:
         0xbfcf828 s Context>debugStack:on:
         0xbff8768 s Context>shortDebugStackOn:
         0xc01b2d8 s [] in SmalltalkImage>logError:inContext:
         0xc047830 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf88580 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa4f18 s SmalltalkImage>logStdErrorDuring:
         0xbfd7cd8 s SmalltalkImage>logError:inContext:
         0xbffcb98 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0201c8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04c728 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061d78 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e620 s Halt(Exception)>unhandledErrorAction
         0xc08b890 s Halt(UnhandledException)>defaultAction
         0xc0fcf90 s UndefinedObject>handleSignal:
         0xc0fd048 s Context>handleSignal:
         0xc0fd100 s Context>handleSignal:
         0xc0fd1b8 s Context>handleSignal:
         0xc0fd270 s Context>handleSignal:
         0xc0fd328 s Context>handleSignal:
         0xc0fd3e0 s Context>handleSignal:
         0xc0fd498 s Context>handleSignal:
         0xc0fd550 s Context>handleSignal:
         0xc0fd608 s Context>handleSignal:
         0xc0fd6c0 s Context>handleSignal:
         0xc109dd0 s Context>handleSignal:
         0xc114e78 s Context>handleSignal:
         0xc11fd20 s Context>handleSignal:
         0xc12a608 s Context>handleSignal:
         0xc134e38 s Context>handleSignal:
         0xc13f668 s Context>handleSignal:
         0xc149e98 s Context>handleSignal:
         0xc1546c8 s Context>handleSignal:
         0xc15eef8 s Context>handleSignal:
         0xc169728 s Context>handleSignal:
         0xc173f58 s Context>handleSignal:
         0xc17e788 s Context>handleSignal:
         0xc188fb8 s Context>handleSignal:
         0xc1937e8 s Context>handleSignal:
         0xc19e018 s Context>handleSignal:
         0xc1a8848 s Context>handleSignal:
         0xc1b3078 s Context>handleSignal:
         0xc1bd8a8 s Context>handleSignal:
         0xc1c80d8 s Context>handleSignal:
         0xc1d2908 s Context>handleSignal:
         0xc1dd138 s Context>handleSignal:
         0xc1e7968 s Context>handleSignal:
         0xc1f2198 s Context>handleSignal:
         0xc1fc9c8 s Context>handleSignal:
         0xc2071f8 s Context>handleSignal:
         0xc211a28 s Context>handleSignal:
         0xc21c258 s Context>handleSignal:
         0xc226a88 s Context>handleSignal:
         0xc2312b8 s Context>handleSignal:
         0xc23bae8 s Context>handleSignal:
         0xc246318 s Context>handleSignal:
         0xc250b48 s Context>handleSignal:
         0xc25b378 s Context>handleSignal:
         0xc2627e8 s Context>handleSignal:
         0xb7e27e8 s Context>handleSignal:
         0xb7ed0d0 s Context>handleSignal:
         0xb7f79b8 s Context>handleSignal:
         0xb8022a0 s Context>handleSignal:
         0xb80cb88 s Context>handleSignal:
         0xb817470 s Context>handleSignal:
         0xb821d58 s Context>handleSignal:
         0xb82c640 s Context>handleSignal:
         0xb836f28 s Context>handleSignal:
         0xb841810 s Context>handleSignal:
         0xb84c0f8 s Context>handleSignal:
         0xb8569e0 s Context>handleSignal:
         0xb8612c8 s Context>handleSignal:
         0xb86bbb0 s Context>handleSignal:
         0xb876498 s Context>handleSignal:
         0xb880d80 s Context>handleSignal:
         0xb88b668 s Context>handleSignal:
         0xb895f50 s Context>handleSignal:
         0xb8a0838 s Context>handleSignal:
         0xb8ab120 s Context>handleSignal:
         0xb8b5a08 s Context>handleSignal:
         0xb8c02f0 s Context>handleSignal:
         0xb8cabd8 s Context>handleSignal:
         0xb8d54c0 s Context>handleSignal:
         0xb8dfda8 s Context>handleSignal:
         0xb8ea690 s Context>handleSignal:
         0xb8f4f78 s Context>handleSignal:
         0xb8ff860 s Context>handleSignal:
         0xb90a148 s Context>handleSignal:
         0xb914a30 s Context>handleSignal:
         0xb91f318 s Context>handleSignal:
         0xb929c00 s Context>handleSignal:
         0xb9344e8 s Context>handleSignal:
         0xb93edd0 s Context>handleSignal:
         0xb9496b8 s Context>handleSignal:
         0xb953fa0 s Context>handleSignal:
         0xb95e888 s Context>handleSignal:
         0xb969170 s Context>handleSignal:
         0xb973a58 s Context>handleSignal:
         0xb97e340 s Context>handleSignal:
         0xb988c28 s Context>handleSignal:
         0xb993510 s Context>handleSignal:
         0xb99ddf8 s Context>handleSignal:
         0xb9a86e0 s Context>handleSignal:
         0xb9b2fc8 s Context>handleSignal:
         0xb9bd8b0 s Context>handleSignal:
         0xb9c8198 s Context>handleSignal:
         0xb9d2a80 s Context>handleSignal:
         0xb9dd368 s Context>handleSignal:
         0xb9e7c50 s Context>handleSignal:
         0xb9f2538 s Context>handleSignal:
         0xb9fce20 s Context>handleSignal:
         0xba07708 s Context>handleSignal:
         0xba11ff0 s Context>handleSignal:
         0xba1c8d8 s Context>handleSignal:
         0xba271c0 s Context>handleSignal:
         0xba31aa8 s Context>handleSignal:
         0xba3c390 s Context>handleSignal:
         0xba432f8 s Context>handleSignal:
         0xba48430 s Context>handleSignal:
         0xba4d4b0 s Context>handleSignal:
         0xba52478 s Context>handleSignal:
         0xba57440 s Context>handleSignal:
         0xba5c350 s Context>handleSignal:
         0xba611a8 s Context>handleSignal:
         0xba66000 s Context>handleSignal:
         0xba6ada0 s Context>handleSignal:
         0xba6fb40 s Context>handleSignal:
         0xba74828 s Context>handleSignal:
         0xba79510 s Context>handleSignal:
         0xba7e1f8 s Context>handleSignal:
         0xba82ee0 s Context>handleSignal:
         0xba87bc8 s Context>handleSignal:
         0xba8c8b0 s Context>handleSignal:
         0xba91598 s Context>handleSignal:
         0xba96280 s Context>handleSignal:
         0xba9af68 s Context>handleSignal:
         0xba9fc50 s Context>handleSignal:
         0xbaa4938 s Context>handleSignal:
         0xbaa9620 s Context>handleSignal:
         0xbaae308 s Context>handleSignal:
         0xbab2ff0 s Context>handleSignal:
         0xbab7cd8 s Context>handleSignal:
         0xbabc9c0 s Context>handleSignal:
         0xbac16a8 s Context>handleSignal:
         0xbac6390 s Context>handleSignal:
         0xbacb078 s Context>handleSignal:
         0xbacfd60 s Context>handleSignal:
         0xbad4a48 s Context>handleSignal:
         0xbad9730 s Context>handleSignal:
         0xbade418 s Context>handleSignal:
         0xbae3100 s Context>handleSignal:
         0xbae7de8 s Context>handleSignal:
         0xbaecad0 s Context>handleSignal:
         0xbaf17b8 s Context>handleSignal:
         0xbaf64a0 s Context>handleSignal:
         0xbafb188 s Context>handleSignal:
         0xbaffe70 s Context>handleSignal:
         0xbb04b58 s Context>handleSignal:
         0xbb09840 s Context>handleSignal:
         0xbb0e528 s Context>handleSignal:
         0xbb13210 s Context>handleSignal:
         0xbb17ef8 s Context>handleSignal:
         0xbb1cbe0 s Context>handleSignal:
         0xbb218c8 s Context>handleSignal:
         0xbb265b0 s Context>handleSignal:
         0xbb2b298 s Context>handleSignal:
         0xbb2ff80 s Context>handleSignal:
         0xbb34c68 s Context>handleSignal:
         0xbb39950 s Context>handleSignal:
         0xbb3e638 s Context>handleSignal:
         0xbb43320 s Context>handleSignal:
         0xbb48008 s Context>handleSignal:
         0xbb4ccf0 s Context>handleSignal:
         0xbb519d8 s Context>handleSignal:
         0xbb566c0 s Context>handleSignal:
         0xbb5b3a8 s Context>handleSignal:
         0xbb60090 s Context>handleSignal:
         0xbb64d78 s Context>handleSignal:
         0xbb69a60 s Context>handleSignal:
         0xbb6e748 s Context>handleSignal:
         0xbb73430 s Context>handleSignal:
         0xbb78118 s Context>handleSignal:
         0xbb7ce00 s Context>handleSignal:
         0xbb81ae8 s Context>handleSignal:
         0xbb867d0 s Context>handleSignal:
         0xbb8b4b8 s Context>handleSignal:
         0xbb901a0 s Context>handleSignal:
         0xbb94e88 s Context>handleSignal:
         0xbb99b70 s Context>handleSignal:
         0xbb9e7a0 s Context>handleSignal:
         0xbba33d0 s Context>handleSignal:
         0xbba8000 s Context>handleSignal:
         0xbbacc30 s Context>handleSignal:
         0xbbb1860 s Context>handleSignal:
         0xbbb6490 s Context>handleSignal:
         0xbbbb0c0 s Context>handleSignal:
         0xbbbfcf0 s Context>handleSignal:
         0xbbc4920 s Context>handleSignal:
         0xbbc9550 s Context>handleSignal:
         0xbbce180 s Context>handleSignal:
         0xbbd2db0 s Context>handleSignal:
         0xbbd79e0 s Context>handleSignal:
         0xbbdc610 s Context>handleSignal:
         0xbbe1240 s Context>handleSignal:
         0xbbe5e70 s Context>handleSignal:
         0xbbeaaa0 s Context>handleSignal:
         0xbbef6d0 s Context>handleSignal:
         0xbbf4300 s Context>handleSignal:
         0xbbf8f30 s Context>handleSignal:
         0xbbfdb60 s Context>handleSignal:
         0xbc02790 s Context>handleSignal:
         0xbc073c0 s Context>handleSignal:
         0xbc0bff0 s Context>handleSignal:
         0xbc10c20 s Context>handleSignal:
         0xbc15850 s Context>handleSignal:
         0xbc1a480 s Context>handleSignal:
         0xbc1f0b0 s Context>handleSignal:
         0xbc23ce0 s Context>handleSignal:
         0xbc28910 s Context>handleSignal:
         0xbc2d540 s Context>handleSignal:
         0xbc32170 s Context>handleSignal:
         0xbc36da0 s Context>handleSignal:
         0xbc3b9d0 s Context>handleSignal:
         0xbc40600 s Context>handleSignal:
         0xbc45230 s Context>handleSignal:
         0xbc49e60 s Context>handleSignal:
         0xbc4ea90 s Context>handleSignal:
         0xbc536c0 s Context>handleSignal:
         0xbc583c0 s Context>handleSignal:
         0xbc5cff0 s Context>handleSignal:
         0xbc61c20 s Context>handleSignal:
         0xbc66850 s Context>handleSignal:
         0xbc6b480 s Context>handleSignal:
         0xbc700b0 s Context>handleSignal:
         0xbc74ce0 s Context>handleSignal:
         0xbc79910 s Context>handleSignal:
         0xbc7e540 s Context>handleSignal:
         0xbc83170 s Context>handleSignal:
         0xbc87da0 s Context>handleSignal:
         0xbc8c9d0 s Context>handleSignal:
         0xbc91600 s Context>handleSignal:
         0xbc96230 s Context>handleSignal:
         0xbc9ae60 s Context>handleSignal:
         0xbc9fa90 s Context>handleSignal:
         0xbca46c0 s Context>handleSignal:
         0xbca92f0 s Context>handleSignal:
         0xbcadf20 s Context>handleSignal:
         0xbcb2b50 s Context>handleSignal:
         0xbcb7780 s Context>handleSignal:
         0xbcbc3b0 s Context>handleSignal:
         0xbcc0fe0 s Context>handleSignal:
         0xbcc5c10 s Context>handleSignal:
         0xbcca840 s Context>handleSignal:
         0xbccf470 s Context>handleSignal:
         0xbcd40a0 s Context>handleSignal:
         0xbcd8cd0 s Context>handleSignal:
         0xbcdd900 s Context>handleSignal:
         0xbce2530 s Context>handleSignal:
         0xbce7160 s Context>handleSignal:
         0xbcebd90 s Context>handleSignal:
         0xbcf09c0 s Context>handleSignal:
         0xbcf55f0 s Context>handleSignal:
         0xbcfa220 s Context>handleSignal:
         0xbcfee50 s Context>handleSignal:
         0xbd03a80 s Context>handleSignal:
         0xbd086b0 s Context>handleSignal:
         0xbd0d2e0 s Context>handleSignal:
         0xbd11f10 s Context>handleSignal:
         0xbd16b40 s Context>handleSignal:
         0xbd1b770 s Context>handleSignal:
         0xbd203a0 s Context>handleSignal:
         0xbd24fd0 s Context>handleSignal:
         0xbd29c00 s Context>handleSignal:
         0xbd2e830 s Context>handleSignal:
         0xbd33460 s Context>handleSignal:
         0xbd38090 s Context>handleSignal:
         0xbd3ccc0 s Context>handleSignal:
         0xbd418f0 s Context>handleSignal:
         0xbd46520 s Context>handleSignal:
         0xbd4b150 s Context>handleSignal:
         0xbd4fd80 s Context>handleSignal:
         0xbd549b0 s Context>handleSignal:
         0xbd595e0 s Context>handleSignal:
         0xbd5e210 s Context>handleSignal:
         0xbd62e40 s Context>handleSignal:
         0xbd67a70 s Context>handleSignal:
         0xbd6c6a0 s Context>handleSignal:
         0xbd712d0 s Context>handleSignal:
         0xbd75f00 s Context>handleSignal:
         0xbd7ab30 s Context>handleSignal:
         0xbd7f760 s Context>handleSignal:
         0xbd84390 s Context>handleSignal:
         0xbd88fc0 s Context>handleSignal:
         0xbd8dbf0 s Context>handleSignal:
         0xbd92820 s Context>handleSignal:
         0xbd97450 s Context>handleSignal:
         0xbd9c080 s Context>handleSignal:
         0xbda0cb0 s Context>handleSignal:
         0xbda58e0 s Context>handleSignal:
         0xbdaa510 s Context>handleSignal:
         0xbdaf140 s Context>handleSignal:
         0xbdb3d70 s Context>handleSignal:
         0xbdb89a0 s Context>handleSignal:
         0xbdbd5d0 s Context>handleSignal:
         0xbdc2200 s Context>handleSignal:
         0xbdc6e30 s Context>handleSignal:
         0xbdcba60 s Context>handleSignal:
         0xbdd0690 s Context>handleSignal:
         0xbdd52c0 s Context>handleSignal:
         0xbdd9ef0 s Context>handleSignal:
         0xbddeb20 s Context>handleSignal:
         0xbde3750 s Context>handleSignal:
         0xbde8380 s Context>handleSignal:
         0xbdecfb0 s Context>handleSignal:
         0xbdf1be0 s Context>handleSignal:
         0xbdf6810 s Context>handleSignal:
         0xbdfb440 s Context>handleSignal:
         0xbe00070 s Context>handleSignal:
         0xbe04ca0 s Context>handleSignal:
         0xbe098d0 s Context>handleSignal:
         0xbe0e500 s Context>handleSignal:
         0xbe13130 s Context>handleSignal:
         0xbe17d60 s Context>handleSignal:
         0xbe1c990 s Context>handleSignal:
         0xbe215c0 s Context>handleSignal:
         0xbe261f0 s Context>handleSignal:
         0xbe2ae20 s Context>handleSignal:
         0xbe2fa50 s Context>handleSignal:
         0xbe34680 s Context>handleSignal:
         0xbe392b0 s Context>handleSignal:
         0xbe3dee0 s Context>handleSignal:
         0xbe42b10 s Context>handleSignal:
         0xbe47740 s Context>handleSignal:
         0xbe4c370 s Context>handleSignal:
         0xbe50fa0 s Context>handleSignal:
         0xbe55bd0 s Context>handleSignal:
         0xbe5a800 s Context>handleSignal:
         0xbe5f430 s Context>handleSignal:
         0xbe64060 s Context>handleSignal:
         0xbe68c90 s Context>handleSignal:
         0xbe6d8c0 s Context>handleSignal:
         0xbe724f0 s Context>handleSignal:
         0xbe77120 s Context>handleSignal:
         0xbe7bd50 s Context>handleSignal:
         0xbe808c8 s Context>handleSignal:
         0xbe85388 s Context>handleSignal:
         0xbe89d90 s Context>handleSignal:
         0xbe8e6e0 s Context>handleSignal:
         0xbe92f78 s Context>handleSignal:
         0xbe97758 s Context>handleSignal:
         0xbe9be80 s Context>handleSignal:
         0xbea04f0 s Context>handleSignal:
         0xbea4aa8 s Context>handleSignal:
         0xbea8fa8 s Context>handleSignal:
         0xbead3f0 s Context>handleSignal:
         0xbeb1780 s Context>handleSignal:
         0xbeb5a58 s Context>handleSignal:
         0xbeb9c78 s Context>handleSignal:
         0xbebdde0 s Context>handleSignal:
         0xbec1e90 s Context>handleSignal:
         0xbec5e88 s Context>handleSignal:
         0xbec9dc8 s Context>handleSignal:
         0xbecdc50 s Context>handleSignal:
         0xbed1a20 s Context>handleSignal:
         0xbed5738 s Context>handleSignal:
         0xbed9398 s Context>handleSignal:
         0xbedcf40 s Context>handleSignal:
         0xbee0a30 s Context>handleSignal:
         0xbee4468 s Context>handleSignal:
         0xbee7de8 s Context>handleSignal:
         0xbeeb6b0 s Context>handleSignal:
         0xbeeeec0 s Context>handleSignal:
         0xbef2618 s Context>handleSignal:
         0xbef5cb8 s Context>handleSignal:
         0xbef92a0 s Context>handleSignal:
         0xbefc7d0 s Context>handleSignal:
         0xbeffc48 s Context>handleSignal:
         0xbf03008 s Context>handleSignal:
         0xbf06310 s Context>handleSignal:
         0xbf09560 s Context>handleSignal:
         0xbf0c6f8 s Context>handleSignal:
         0xbf0f7d8 s Context>handleSignal:
         0xbf12800 s Context>handleSignal:
         0xbf15770 s Context>handleSignal:
         0xbf18628 s Context>handleSignal:
         0xbf1b428 s Context>handleSignal:
         0xbf1e170 s Context>handleSignal:
         0xbf20e00 s Context>handleSignal:
         0xbf239d8 s Context>handleSignal:
         0xbf264f8 s Context>handleSignal:
         0xbf28f60 s Context>handleSignal:
         0xbf2b910 s Context>handleSignal:
         0xbf2e208 s Context>handleSignal:
         0xbf30a48 s Context>handleSignal:
         0xbf331d0 s Context>handleSignal:
         0xbf358a0 s Context>handleSignal:
         0xbf37e00 s Context>handleSignal:
         0xbf3a2a8 s Context>handleSignal:
         0xbf3c698 s Context>handleSignal:
         0xbf3e9d0 s Context>handleSignal:
         0xbf40c50 s Context>handleSignal:
         0xbf42e18 s Context>handleSignal:
         0xbf44f28 s Context>handleSignal:
         0xbf46f80 s Context>handleSignal:
         0xbf48f20 s Context>handleSignal:
         0xbf4ae08 s Context>handleSignal:
         0xbf4cc38 s Context>handleSignal:
         0xbf4e9b0 s Context>handleSignal:
         0xbf50670 s Context>handleSignal:
         0xbf52278 s Context>handleSignal:
         0xbf53dc8 s Context>handleSignal:
         0xbf55860 s Context>handleSignal:
         0xbf57240 s Context>handleSignal:
         0xbf58b68 s Context>handleSignal:
         0xbf5a3d8 s Context>handleSignal:
         0xbf88ed8 s Halt(Exception)>signal
         0xbfa5b10 s Halt class(Exception class)>signal
         0xbfd8828 s Halt class>now
         0xbfcf8e0 s FullBlockClosure(Object)>halt
         0xbff8820 s FullBlockClosure>printOn:
         0xc01b390 s Context>printOn:
         0xc0478e8 s Context>printDebugOn:
         0xc047bc8 s [] in Context>debugStack:on:
         0xc05e4b0 s OrderedCollection>do:
         0xbfcf668 s Context>debugStack:on:
         0xbff85d0 s Context>shortDebugStackOn:
         0xc01b158 s [] in SmalltalkImage>logError:inContext:
         0xc047608 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf88410 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa4d48 s SmalltalkImage>logStdErrorDuring:
         0xbfd7b20 s SmalltalkImage>logError:inContext:
         0xbffcad0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0200d8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04c648 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061cc0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e568 s Halt(Exception)>unhandledErrorAction
         0xc08b7d8 s Halt(UnhandledException)>defaultAction
         0xc0fc7a8 s UndefinedObject>handleSignal:
         0xc0fc860 s Context>handleSignal:
         0xc0fc918 s Context>handleSignal:
         0xc0fc9d0 s Context>handleSignal:
         0xc0fca88 s Context>handleSignal:
         0xc0fcb40 s Context>handleSignal:
         0xc0fcbf8 s Context>handleSignal:
         0xc0fccb0 s Context>handleSignal:
         0xc0fcd68 s Context>handleSignal:
         0xc0fce20 s Context>handleSignal:
         0xc0fced8 s Context>handleSignal:
         0xc109d18 s Context>handleSignal:
         0xc114dc0 s Context>handleSignal:
         0xc11fc68 s Context>handleSignal:
         0xc12a550 s Context>handleSignal:
         0xc134d80 s Context>handleSignal:
         0xc13f5b0 s Context>handleSignal:
         0xc149de0 s Context>handleSignal:
         0xc154610 s Context>handleSignal:
         0xc15ee40 s Context>handleSignal:
         0xc169670 s Context>handleSignal:
         0xc173ea0 s Context>handleSignal:
         0xc17e6d0 s Context>handleSignal:
         0xc188f00 s Context>handleSignal:
         0xc193730 s Context>handleSignal:
         0xc19df60 s Context>handleSignal:
         0xc1a8790 s Context>handleSignal:
         0xc1b2fc0 s Context>handleSignal:
         0xc1bd7f0 s Context>handleSignal:
         0xc1c8020 s Context>handleSignal:
         0xc1d2850 s Context>handleSignal:
         0xc1dd080 s Context>handleSignal:
         0xc1e78b0 s Context>handleSignal:
         0xc1f20e0 s Context>handleSignal:
         0xc1fc910 s Context>handleSignal:
         0xc207140 s Context>handleSignal:
         0xc211970 s Context>handleSignal:
         0xc21c1a0 s Context>handleSignal:
         0xc2269d0 s Context>handleSignal:
         0xc231200 s Context>handleSignal:
         0xc23ba30 s Context>handleSignal:
         0xc246260 s Context>handleSignal:
         0xc250a90 s Context>handleSignal:
         0xc25b2c0 s Context>handleSignal:
         0xc262730 s Context>handleSignal:
         0xb7e2730 s Context>handleSignal:
         0xb7ed018 s Context>handleSignal:
         0xb7f7900 s Context>handleSignal:
         0xb8021e8 s Context>handleSignal:
         0xb80cad0 s Context>handleSignal:
         0xb8173b8 s Context>handleSignal:
         0xb821ca0 s Context>handleSignal:
         0xb82c588 s Context>handleSignal:
         0xb836e70 s Context>handleSignal:
         0xb841758 s Context>handleSignal:
         0xb84c040 s Context>handleSignal:
         0xb856928 s Context>handleSignal:
         0xb861210 s Context>handleSignal:
         0xb86baf8 s Context>handleSignal:
         0xb8763e0 s Context>handleSignal:
         0xb880cc8 s Context>handleSignal:
         0xb88b5b0 s Context>handleSignal:
         0xb895e98 s Context>handleSignal:
         0xb8a0780 s Context>handleSignal:
         0xb8ab068 s Context>handleSignal:
         0xb8b5950 s Context>handleSignal:
         0xb8c0238 s Context>handleSignal:
         0xb8cab20 s Context>handleSignal:
         0xb8d5408 s Context>handleSignal:
         0xb8dfcf0 s Context>handleSignal:
         0xb8ea5d8 s Context>handleSignal:
         0xb8f4ec0 s Context>handleSignal:
         0xb8ff7a8 s Context>handleSignal:
         0xb90a090 s Context>handleSignal:
         0xb914978 s Context>handleSignal:
         0xb91f260 s Context>handleSignal:
         0xb929b48 s Context>handleSignal:
         0xb934430 s Context>handleSignal:
         0xb93ed18 s Context>handleSignal:
         0xb949600 s Context>handleSignal:
         0xb953ee8 s Context>handleSignal:
         0xb95e7d0 s Context>handleSignal:
         0xb9690b8 s Context>handleSignal:
         0xb9739a0 s Context>handleSignal:
         0xb97e288 s Context>handleSignal:
         0xb988b70 s Context>handleSignal:
         0xb993458 s Context>handleSignal:
         0xb99dd40 s Context>handleSignal:
         0xb9a8628 s Context>handleSignal:
         0xb9b2f10 s Context>handleSignal:
         0xb9bd7f8 s Context>handleSignal:
         0xb9c80e0 s Context>handleSignal:
         0xb9d29c8 s Context>handleSignal:
         0xb9dd2b0 s Context>handleSignal:
         0xb9e7b98 s Context>handleSignal:
         0xb9f2480 s Context>handleSignal:
         0xb9fcd68 s Context>handleSignal:
         0xba07650 s Context>handleSignal:
         0xba11f38 s Context>handleSignal:
         0xba1c820 s Context>handleSignal:
         0xba27108 s Context>handleSignal:
         0xba319f0 s Context>handleSignal:
         0xba3c2d8 s Context>handleSignal:
         0xba43240 s Context>handleSignal:
         0xba48378 s Context>handleSignal:
         0xba4d3f8 s Context>handleSignal:
         0xba523c0 s Context>handleSignal:
         0xba57388 s Context>handleSignal:
         0xba5c298 s Context>handleSignal:
         0xba610f0 s Context>handleSignal:
         0xba65f48 s Context>handleSignal:
         0xba6ace8 s Context>handleSignal:
         0xba6fa88 s Context>handleSignal:
         0xba74770 s Context>handleSignal:
         0xba79458 s Context>handleSignal:
         0xba7e140 s Context>handleSignal:
         0xba82e28 s Context>handleSignal:
         0xba87b10 s Context>handleSignal:
         0xba8c7f8 s Context>handleSignal:
         0xba914e0 s Context>handleSignal:
         0xba961c8 s Context>handleSignal:
         0xba9aeb0 s Context>handleSignal:
         0xba9fb98 s Context>handleSignal:
         0xbaa4880 s Context>handleSignal:
         0xbaa9568 s Context>handleSignal:
         0xbaae250 s Context>handleSignal:
         0xbab2f38 s Context>handleSignal:
         0xbab7c20 s Context>handleSignal:
         0xbabc908 s Context>handleSignal:
         0xbac15f0 s Context>handleSignal:
         0xbac62d8 s Context>handleSignal:
         0xbacafc0 s Context>handleSignal:
         0xbacfca8 s Context>handleSignal:
         0xbad4990 s Context>handleSignal:
         0xbad9678 s Context>handleSignal:
         0xbade360 s Context>handleSignal:
         0xbae3048 s Context>handleSignal:
         0xbae7d30 s Context>handleSignal:
         0xbaeca18 s Context>handleSignal:
         0xbaf1700 s Context>handleSignal:
         0xbaf63e8 s Context>handleSignal:
         0xbafb0d0 s Context>handleSignal:
         0xbaffdb8 s Context>handleSignal:
         0xbb04aa0 s Context>handleSignal:
         0xbb09788 s Context>handleSignal:
         0xbb0e470 s Context>handleSignal:
         0xbb13158 s Context>handleSignal:
         0xbb17e40 s Context>handleSignal:
         0xbb1cb28 s Context>handleSignal:
         0xbb21810 s Context>handleSignal:
         0xbb264f8 s Context>handleSignal:
         0xbb2b1e0 s Context>handleSignal:
         0xbb2fec8 s Context>handleSignal:
         0xbb34bb0 s Context>handleSignal:
         0xbb39898 s Context>handleSignal:
         0xbb3e580 s Context>handleSignal:
         0xbb43268 s Context>handleSignal:
         0xbb47f50 s Context>handleSignal:
         0xbb4cc38 s Context>handleSignal:
         0xbb51920 s Context>handleSignal:
         0xbb56608 s Context>handleSignal:
         0xbb5b2f0 s Context>handleSignal:
         0xbb5ffd8 s Context>handleSignal:
         0xbb64cc0 s Context>handleSignal:
         0xbb699a8 s Context>handleSignal:
         0xbb6e690 s Context>handleSignal:
         0xbb73378 s Context>handleSignal:
         0xbb78060 s Context>handleSignal:
         0xbb7cd48 s Context>handleSignal:
         0xbb81a30 s Context>handleSignal:
         0xbb86718 s Context>handleSignal:
         0xbb8b400 s Context>handleSignal:
         0xbb900e8 s Context>handleSignal:
         0xbb94dd0 s Context>handleSignal:
         0xbb99ab8 s Context>handleSignal:
         0xbb9e6e8 s Context>handleSignal:
         0xbba3318 s Context>handleSignal:
         0xbba7f48 s Context>handleSignal:
         0xbbacb78 s Context>handleSignal:
         0xbbb17a8 s Context>handleSignal:
         0xbbb63d8 s Context>handleSignal:
         0xbbbb008 s Context>handleSignal:
         0xbbbfc38 s Context>handleSignal:
         0xbbc4868 s Context>handleSignal:
         0xbbc9498 s Context>handleSignal:
         0xbbce0c8 s Context>handleSignal:
         0xbbd2cf8 s Context>handleSignal:
         0xbbd7928 s Context>handleSignal:
         0xbbdc558 s Context>handleSignal:
         0xbbe1188 s Context>handleSignal:
         0xbbe5db8 s Context>handleSignal:
         0xbbea9e8 s Context>handleSignal:
         0xbbef618 s Context>handleSignal:
         0xbbf4248 s Context>handleSignal:
         0xbbf8e78 s Context>handleSignal:
         0xbbfdaa8 s Context>handleSignal:
         0xbc026d8 s Context>handleSignal:
         0xbc07308 s Context>handleSignal:
         0xbc0bf38 s Context>handleSignal:
         0xbc10b68 s Context>handleSignal:
         0xbc15798 s Context>handleSignal:
         0xbc1a3c8 s Context>handleSignal:
         0xbc1eff8 s Context>handleSignal:
         0xbc23c28 s Context>handleSignal:
         0xbc28858 s Context>handleSignal:
         0xbc2d488 s Context>handleSignal:
         0xbc320b8 s Context>handleSignal:
         0xbc36ce8 s Context>handleSignal:
         0xbc3b918 s Context>handleSignal:
         0xbc40548 s Context>handleSignal:
         0xbc45178 s Context>handleSignal:
         0xbc49da8 s Context>handleSignal:
         0xbc4e9d8 s Context>handleSignal:
         0xbc53608 s Context>handleSignal:
         0xbc58308 s Context>handleSignal:
         0xbc5cf38 s Context>handleSignal:
         0xbc61b68 s Context>handleSignal:
         0xbc66798 s Context>handleSignal:
         0xbc6b3c8 s Context>handleSignal:
         0xbc6fff8 s Context>handleSignal:
         0xbc74c28 s Context>handleSignal:
         0xbc79858 s Context>handleSignal:
         0xbc7e488 s Context>handleSignal:
         0xbc830b8 s Context>handleSignal:
         0xbc87ce8 s Context>handleSignal:
         0xbc8c918 s Context>handleSignal:
         0xbc91548 s Context>handleSignal:
         0xbc96178 s Context>handleSignal:
         0xbc9ada8 s Context>handleSignal:
         0xbc9f9d8 s Context>handleSignal:
         0xbca4608 s Context>handleSignal:
         0xbca9238 s Context>handleSignal:
         0xbcade68 s Context>handleSignal:
         0xbcb2a98 s Context>handleSignal:
         0xbcb76c8 s Context>handleSignal:
         0xbcbc2f8 s Context>handleSignal:
         0xbcc0f28 s Context>handleSignal:
         0xbcc5b58 s Context>handleSignal:
         0xbcca788 s Context>handleSignal:
         0xbccf3b8 s Context>handleSignal:
         0xbcd3fe8 s Context>handleSignal:
         0xbcd8c18 s Context>handleSignal:
         0xbcdd848 s Context>handleSignal:
         0xbce2478 s Context>handleSignal:
         0xbce70a8 s Context>handleSignal:
         0xbcebcd8 s Context>handleSignal:
         0xbcf0908 s Context>handleSignal:
         0xbcf5538 s Context>handleSignal:
         0xbcfa168 s Context>handleSignal:
         0xbcfed98 s Context>handleSignal:
         0xbd039c8 s Context>handleSignal:
         0xbd085f8 s Context>handleSignal:
         0xbd0d228 s Context>handleSignal:
         0xbd11e58 s Context>handleSignal:
         0xbd16a88 s Context>handleSignal:
         0xbd1b6b8 s Context>handleSignal:
         0xbd202e8 s Context>handleSignal:
         0xbd24f18 s Context>handleSignal:
         0xbd29b48 s Context>handleSignal:
         0xbd2e778 s Context>handleSignal:
         0xbd333a8 s Context>handleSignal:
         0xbd37fd8 s Context>handleSignal:
         0xbd3cc08 s Context>handleSignal:
         0xbd41838 s Context>handleSignal:
         0xbd46468 s Context>handleSignal:
         0xbd4b098 s Context>handleSignal:
         0xbd4fcc8 s Context>handleSignal:
         0xbd548f8 s Context>handleSignal:
         0xbd59528 s Context>handleSignal:
         0xbd5e158 s Context>handleSignal:
         0xbd62d88 s Context>handleSignal:
         0xbd679b8 s Context>handleSignal:
         0xbd6c5e8 s Context>handleSignal:
         0xbd71218 s Context>handleSignal:
         0xbd75e48 s Context>handleSignal:
         0xbd7aa78 s Context>handleSignal:
         0xbd7f6a8 s Context>handleSignal:
         0xbd842d8 s Context>handleSignal:
         0xbd88f08 s Context>handleSignal:
         0xbd8db38 s Context>handleSignal:
         0xbd92768 s Context>handleSignal:
         0xbd97398 s Context>handleSignal:
         0xbd9bfc8 s Context>handleSignal:
         0xbda0bf8 s Context>handleSignal:
         0xbda5828 s Context>handleSignal:
         0xbdaa458 s Context>handleSignal:
         0xbdaf088 s Context>handleSignal:
         0xbdb3cb8 s Context>handleSignal:
         0xbdb88e8 s Context>handleSignal:
         0xbdbd518 s Context>handleSignal:
         0xbdc2148 s Context>handleSignal:
         0xbdc6d78 s Context>handleSignal:
         0xbdcb9a8 s Context>handleSignal:
         0xbdd05d8 s Context>handleSignal:
         0xbdd5208 s Context>handleSignal:
         0xbdd9e38 s Context>handleSignal:
         0xbddea68 s Context>handleSignal:
         0xbde3698 s Context>handleSignal:
         0xbde82c8 s Context>handleSignal:
         0xbdecef8 s Context>handleSignal:
         0xbdf1b28 s Context>handleSignal:
         0xbdf6758 s Context>handleSignal:
         0xbdfb388 s Context>handleSignal:
         0xbdfffb8 s Context>handleSignal:
         0xbe04be8 s Context>handleSignal:
         0xbe09818 s Context>handleSignal:
         0xbe0e448 s Context>handleSignal:
         0xbe13078 s Context>handleSignal:
         0xbe17ca8 s Context>handleSignal:
         0xbe1c8d8 s Context>handleSignal:
         0xbe21508 s Context>handleSignal:
         0xbe26138 s Context>handleSignal:
         0xbe2ad68 s Context>handleSignal:
         0xbe2f998 s Context>handleSignal:
         0xbe345c8 s Context>handleSignal:
         0xbe391f8 s Context>handleSignal:
         0xbe3de28 s Context>handleSignal:
         0xbe42a58 s Context>handleSignal:
         0xbe47688 s Context>handleSignal:
         0xbe4c2b8 s Context>handleSignal:
         0xbe50ee8 s Context>handleSignal:
         0xbe55b18 s Context>handleSignal:
         0xbe5a748 s Context>handleSignal:
         0xbe5f378 s Context>handleSignal:
         0xbe63fa8 s Context>handleSignal:
         0xbe68bd8 s Context>handleSignal:
         0xbe6d808 s Context>handleSignal:
         0xbe72438 s Context>handleSignal:
         0xbe77068 s Context>handleSignal:
         0xbe7bc98 s Context>handleSignal:
         0xbe80810 s Context>handleSignal:
         0xbe852d0 s Context>handleSignal:
         0xbe89cd8 s Context>handleSignal:
         0xbe8e628 s Context>handleSignal:
         0xbe92ec0 s Context>handleSignal:
         0xbe976a0 s Context>handleSignal:
         0xbe9bdc8 s Context>handleSignal:
         0xbea0438 s Context>handleSignal:
         0xbea49f0 s Context>handleSignal:
         0xbea8ef0 s Context>handleSignal:
         0xbead338 s Context>handleSignal:
         0xbeb16c8 s Context>handleSignal:
         0xbeb59a0 s Context>handleSignal:
         0xbeb9bc0 s Context>handleSignal:
         0xbebdd28 s Context>handleSignal:
         0xbec1dd8 s Context>handleSignal:
         0xbec5dd0 s Context>handleSignal:
         0xbec9d10 s Context>handleSignal:
         0xbecdb98 s Context>handleSignal:
         0xbed1968 s Context>handleSignal:
         0xbed5680 s Context>handleSignal:
         0xbed92e0 s Context>handleSignal:
         0xbedce88 s Context>handleSignal:
         0xbee0978 s Context>handleSignal:
         0xbee43b0 s Context>handleSignal:
         0xbee7d30 s Context>handleSignal:
         0xbeeb5f8 s Context>handleSignal:
         0xbeeee08 s Context>handleSignal:
         0xbef2560 s Context>handleSignal:
         0xbef5c00 s Context>handleSignal:
         0xbef91e8 s Context>handleSignal:
         0xbefc718 s Context>handleSignal:
         0xbeffb90 s Context>handleSignal:
         0xbf02f50 s Context>handleSignal:
         0xbf06258 s Context>handleSignal:
         0xbf094a8 s Context>handleSignal:
         0xbf0c640 s Context>handleSignal:
         0xbf0f720 s Context>handleSignal:
         0xbf12748 s Context>handleSignal:
         0xbf156b8 s Context>handleSignal:
         0xbf18570 s Context>handleSignal:
         0xbf1b370 s Context>handleSignal:
         0xbf1e0b8 s Context>handleSignal:
         0xbf20d48 s Context>handleSignal:
         0xbf23920 s Context>handleSignal:
         0xbf26440 s Context>handleSignal:
         0xbf28ea8 s Context>handleSignal:
         0xbf2b858 s Context>handleSignal:
         0xbf2e150 s Context>handleSignal:
         0xbf30990 s Context>handleSignal:
         0xbf33118 s Context>handleSignal:
         0xbf357e8 s Context>handleSignal:
         0xbf37d48 s Context>handleSignal:
         0xbf3a1f0 s Context>handleSignal:
         0xbf3c5e0 s Context>handleSignal:
         0xbf3e918 s Context>handleSignal:
         0xbf40b98 s Context>handleSignal:
         0xbf42d60 s Context>handleSignal:
         0xbf44e70 s Context>handleSignal:
         0xbf46ec8 s Context>handleSignal:
         0xbf48e68 s Context>handleSignal:
         0xbf4ad50 s Context>handleSignal:
         0xbf4cb80 s Context>handleSignal:
         0xbf4e8f8 s Context>handleSignal:
         0xbf505b8 s Context>handleSignal:
         0xbf521c0 s Context>handleSignal:
         0xbf53d10 s Context>handleSignal:
         0xbf557a8 s Context>handleSignal:
         0xbf57188 s Context>handleSignal:
         0xbf58ab0 s Context>handleSignal:
         0xbf88d68 s Halt(Exception)>signal
         0xbfa5940 s Halt class(Exception class)>signal
         0xbfd8670 s Halt class>now
         0xbfcf720 s FullBlockClosure(Object)>halt
         0xbff8688 s FullBlockClosure>printOn:
         0xc01b210 s Context>printOn:
         0xc0476c0 s Context>printDebugOn:
         0xc0479a0 s [] in Context>debugStack:on:
         0xc05e3f8 s OrderedCollection>do:
         0xbfcf4a8 s Context>debugStack:on:
         0xbff8438 s Context>shortDebugStackOn:
         0xc01afd8 s [] in SmalltalkImage>logError:inContext:
         0xc0473e0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf882a0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa4b78 s SmalltalkImage>logStdErrorDuring:
         0xbfd7968 s SmalltalkImage>logError:inContext:
         0xbffca08 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01ffe8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04c568 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061c08 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e4b0 s Halt(Exception)>unhandledErrorAction
         0xc08b720 s Halt(UnhandledException)>defaultAction
         0xc0fbfc0 s UndefinedObject>handleSignal:
         0xc0fc078 s Context>handleSignal:
         0xc0fc130 s Context>handleSignal:
         0xc0fc1e8 s Context>handleSignal:
         0xc0fc2a0 s Context>handleSignal:
         0xc0fc358 s Context>handleSignal:
         0xc0fc410 s Context>handleSignal:
         0xc0fc4c8 s Context>handleSignal:
         0xc0fc580 s Context>handleSignal:
         0xc0fc638 s Context>handleSignal:
         0xc0fc6f0 s Context>handleSignal:
         0xc109c60 s Context>handleSignal:
         0xc114d08 s Context>handleSignal:
         0xc11fbb0 s Context>handleSignal:
         0xc12a498 s Context>handleSignal:
         0xc134cc8 s Context>handleSignal:
         0xc13f4f8 s Context>handleSignal:
         0xc149d28 s Context>handleSignal:
         0xc154558 s Context>handleSignal:
         0xc15ed88 s Context>handleSignal:
         0xc1695b8 s Context>handleSignal:
         0xc173de8 s Context>handleSignal:
         0xc17e618 s Context>handleSignal:
         0xc188e48 s Context>handleSignal:
         0xc193678 s Context>handleSignal:
         0xc19dea8 s Context>handleSignal:
         0xc1a86d8 s Context>handleSignal:
         0xc1b2f08 s Context>handleSignal:
         0xc1bd738 s Context>handleSignal:
         0xc1c7f68 s Context>handleSignal:
         0xc1d2798 s Context>handleSignal:
         0xc1dcfc8 s Context>handleSignal:
         0xc1e77f8 s Context>handleSignal:
         0xc1f2028 s Context>handleSignal:
         0xc1fc858 s Context>handleSignal:
         0xc207088 s Context>handleSignal:
         0xc2118b8 s Context>handleSignal:
         0xc21c0e8 s Context>handleSignal:
         0xc226918 s Context>handleSignal:
         0xc231148 s Context>handleSignal:
         0xc23b978 s Context>handleSignal:
         0xc2461a8 s Context>handleSignal:
         0xc2509d8 s Context>handleSignal:
         0xc25b208 s Context>handleSignal:
         0xc262678 s Context>handleSignal:
         0xb7e2678 s Context>handleSignal:
         0xb7ecf60 s Context>handleSignal:
         0xb7f7848 s Context>handleSignal:
         0xb802130 s Context>handleSignal:
         0xb80ca18 s Context>handleSignal:
         0xb817300 s Context>handleSignal:
         0xb821be8 s Context>handleSignal:
         0xb82c4d0 s Context>handleSignal:
         0xb836db8 s Context>handleSignal:
         0xb8416a0 s Context>handleSignal:
         0xb84bf88 s Context>handleSignal:
         0xb856870 s Context>handleSignal:
         0xb861158 s Context>handleSignal:
         0xb86ba40 s Context>handleSignal:
         0xb876328 s Context>handleSignal:
         0xb880c10 s Context>handleSignal:
         0xb88b4f8 s Context>handleSignal:
         0xb895de0 s Context>handleSignal:
         0xb8a06c8 s Context>handleSignal:
         0xb8aafb0 s Context>handleSignal:
         0xb8b5898 s Context>handleSignal:
         0xb8c0180 s Context>handleSignal:
         0xb8caa68 s Context>handleSignal:
         0xb8d5350 s Context>handleSignal:
         0xb8dfc38 s Context>handleSignal:
         0xb8ea520 s Context>handleSignal:
         0xb8f4e08 s Context>handleSignal:
         0xb8ff6f0 s Context>handleSignal:
         0xb909fd8 s Context>handleSignal:
         0xb9148c0 s Context>handleSignal:
         0xb91f1a8 s Context>handleSignal:
         0xb929a90 s Context>handleSignal:
         0xb934378 s Context>handleSignal:
         0xb93ec60 s Context>handleSignal:
         0xb949548 s Context>handleSignal:
         0xb953e30 s Context>handleSignal:
         0xb95e718 s Context>handleSignal:
         0xb969000 s Context>handleSignal:
         0xb9738e8 s Context>handleSignal:
         0xb97e1d0 s Context>handleSignal:
         0xb988ab8 s Context>handleSignal:
         0xb9933a0 s Context>handleSignal:
         0xb99dc88 s Context>handleSignal:
         0xb9a8570 s Context>handleSignal:
         0xb9b2e58 s Context>handleSignal:
         0xb9bd740 s Context>handleSignal:
         0xb9c8028 s Context>handleSignal:
         0xb9d2910 s Context>handleSignal:
         0xb9dd1f8 s Context>handleSignal:
         0xb9e7ae0 s Context>handleSignal:
         0xb9f23c8 s Context>handleSignal:
         0xb9fccb0 s Context>handleSignal:
         0xba07598 s Context>handleSignal:
         0xba11e80 s Context>handleSignal:
         0xba1c768 s Context>handleSignal:
         0xba27050 s Context>handleSignal:
         0xba31938 s Context>handleSignal:
         0xba3c220 s Context>handleSignal:
         0xba43188 s Context>handleSignal:
         0xba482c0 s Context>handleSignal:
         0xba4d340 s Context>handleSignal:
         0xba52308 s Context>handleSignal:
         0xba572d0 s Context>handleSignal:
         0xba5c1e0 s Context>handleSignal:
         0xba61038 s Context>handleSignal:
         0xba65e90 s Context>handleSignal:
         0xba6ac30 s Context>handleSignal:
         0xba6f9d0 s Context>handleSignal:
         0xba746b8 s Context>handleSignal:
         0xba793a0 s Context>handleSignal:
         0xba7e088 s Context>handleSignal:
         0xba82d70 s Context>handleSignal:
         0xba87a58 s Context>handleSignal:
         0xba8c740 s Context>handleSignal:
         0xba91428 s Context>handleSignal:
         0xba96110 s Context>handleSignal:
         0xba9adf8 s Context>handleSignal:
         0xba9fae0 s Context>handleSignal:
         0xbaa47c8 s Context>handleSignal:
         0xbaa94b0 s Context>handleSignal:
         0xbaae198 s Context>handleSignal:
         0xbab2e80 s Context>handleSignal:
         0xbab7b68 s Context>handleSignal:
         0xbabc850 s Context>handleSignal:
         0xbac1538 s Context>handleSignal:
         0xbac6220 s Context>handleSignal:
         0xbacaf08 s Context>handleSignal:
         0xbacfbf0 s Context>handleSignal:
         0xbad48d8 s Context>handleSignal:
         0xbad95c0 s Context>handleSignal:
         0xbade2a8 s Context>handleSignal:
         0xbae2f90 s Context>handleSignal:
         0xbae7c78 s Context>handleSignal:
         0xbaec960 s Context>handleSignal:
         0xbaf1648 s Context>handleSignal:
         0xbaf6330 s Context>handleSignal:
         0xbafb018 s Context>handleSignal:
         0xbaffd00 s Context>handleSignal:
         0xbb049e8 s Context>handleSignal:
         0xbb096d0 s Context>handleSignal:
         0xbb0e3b8 s Context>handleSignal:
         0xbb130a0 s Context>handleSignal:
         0xbb17d88 s Context>handleSignal:
         0xbb1ca70 s Context>handleSignal:
         0xbb21758 s Context>handleSignal:
         0xbb26440 s Context>handleSignal:
         0xbb2b128 s Context>handleSignal:
         0xbb2fe10 s Context>handleSignal:
         0xbb34af8 s Context>handleSignal:
         0xbb397e0 s Context>handleSignal:
         0xbb3e4c8 s Context>handleSignal:
         0xbb431b0 s Context>handleSignal:
         0xbb47e98 s Context>handleSignal:
         0xbb4cb80 s Context>handleSignal:
         0xbb51868 s Context>handleSignal:
         0xbb56550 s Context>handleSignal:
         0xbb5b238 s Context>handleSignal:
         0xbb5ff20 s Context>handleSignal:
         0xbb64c08 s Context>handleSignal:
         0xbb698f0 s Context>handleSignal:
         0xbb6e5d8 s Context>handleSignal:
         0xbb732c0 s Context>handleSignal:
         0xbb77fa8 s Context>handleSignal:
         0xbb7cc90 s Context>handleSignal:
         0xbb81978 s Context>handleSignal:
         0xbb86660 s Context>handleSignal:
         0xbb8b348 s Context>handleSignal:
         0xbb90030 s Context>handleSignal:
         0xbb94d18 s Context>handleSignal:
         0xbb99a00 s Context>handleSignal:
         0xbb9e630 s Context>handleSignal:
         0xbba3260 s Context>handleSignal:
         0xbba7e90 s Context>handleSignal:
         0xbbacac0 s Context>handleSignal:
         0xbbb16f0 s Context>handleSignal:
         0xbbb6320 s Context>handleSignal:
         0xbbbaf50 s Context>handleSignal:
         0xbbbfb80 s Context>handleSignal:
         0xbbc47b0 s Context>handleSignal:
         0xbbc93e0 s Context>handleSignal:
         0xbbce010 s Context>handleSignal:
         0xbbd2c40 s Context>handleSignal:
         0xbbd7870 s Context>handleSignal:
         0xbbdc4a0 s Context>handleSignal:
         0xbbe10d0 s Context>handleSignal:
         0xbbe5d00 s Context>handleSignal:
         0xbbea930 s Context>handleSignal:
         0xbbef560 s Context>handleSignal:
         0xbbf4190 s Context>handleSignal:
         0xbbf8dc0 s Context>handleSignal:
         0xbbfd9f0 s Context>handleSignal:
         0xbc02620 s Context>handleSignal:
         0xbc07250 s Context>handleSignal:
         0xbc0be80 s Context>handleSignal:
         0xbc10ab0 s Context>handleSignal:
         0xbc156e0 s Context>handleSignal:
         0xbc1a310 s Context>handleSignal:
         0xbc1ef40 s Context>handleSignal:
         0xbc23b70 s Context>handleSignal:
         0xbc287a0 s Context>handleSignal:
         0xbc2d3d0 s Context>handleSignal:
         0xbc32000 s Context>handleSignal:
         0xbc36c30 s Context>handleSignal:
         0xbc3b860 s Context>handleSignal:
         0xbc40490 s Context>handleSignal:
         0xbc450c0 s Context>handleSignal:
         0xbc49cf0 s Context>handleSignal:
         0xbc4e920 s Context>handleSignal:
         0xbc53550 s Context>handleSignal:
         0xbc58250 s Context>handleSignal:
         0xbc5ce80 s Context>handleSignal:
         0xbc61ab0 s Context>handleSignal:
         0xbc666e0 s Context>handleSignal:
         0xbc6b310 s Context>handleSignal:
         0xbc6ff40 s Context>handleSignal:
         0xbc74b70 s Context>handleSignal:
         0xbc797a0 s Context>handleSignal:
         0xbc7e3d0 s Context>handleSignal:
         0xbc83000 s Context>handleSignal:
         0xbc87c30 s Context>handleSignal:
         0xbc8c860 s Context>handleSignal:
         0xbc91490 s Context>handleSignal:
         0xbc960c0 s Context>handleSignal:
         0xbc9acf0 s Context>handleSignal:
         0xbc9f920 s Context>handleSignal:
         0xbca4550 s Context>handleSignal:
         0xbca9180 s Context>handleSignal:
         0xbcaddb0 s Context>handleSignal:
         0xbcb29e0 s Context>handleSignal:
         0xbcb7610 s Context>handleSignal:
         0xbcbc240 s Context>handleSignal:
         0xbcc0e70 s Context>handleSignal:
         0xbcc5aa0 s Context>handleSignal:
         0xbcca6d0 s Context>handleSignal:
         0xbccf300 s Context>handleSignal:
         0xbcd3f30 s Context>handleSignal:
         0xbcd8b60 s Context>handleSignal:
         0xbcdd790 s Context>handleSignal:
         0xbce23c0 s Context>handleSignal:
         0xbce6ff0 s Context>handleSignal:
         0xbcebc20 s Context>handleSignal:
         0xbcf0850 s Context>handleSignal:
         0xbcf5480 s Context>handleSignal:
         0xbcfa0b0 s Context>handleSignal:
         0xbcfece0 s Context>handleSignal:
         0xbd03910 s Context>handleSignal:
         0xbd08540 s Context>handleSignal:
         0xbd0d170 s Context>handleSignal:
         0xbd11da0 s Context>handleSignal:
         0xbd169d0 s Context>handleSignal:
         0xbd1b600 s Context>handleSignal:
         0xbd20230 s Context>handleSignal:
         0xbd24e60 s Context>handleSignal:
         0xbd29a90 s Context>handleSignal:
         0xbd2e6c0 s Context>handleSignal:
         0xbd332f0 s Context>handleSignal:
         0xbd37f20 s Context>handleSignal:
         0xbd3cb50 s Context>handleSignal:
         0xbd41780 s Context>handleSignal:
         0xbd463b0 s Context>handleSignal:
         0xbd4afe0 s Context>handleSignal:
         0xbd4fc10 s Context>handleSignal:
         0xbd54840 s Context>handleSignal:
         0xbd59470 s Context>handleSignal:
         0xbd5e0a0 s Context>handleSignal:
         0xbd62cd0 s Context>handleSignal:
         0xbd67900 s Context>handleSignal:
         0xbd6c530 s Context>handleSignal:
         0xbd71160 s Context>handleSignal:
         0xbd75d90 s Context>handleSignal:
         0xbd7a9c0 s Context>handleSignal:
         0xbd7f5f0 s Context>handleSignal:
         0xbd84220 s Context>handleSignal:
         0xbd88e50 s Context>handleSignal:
         0xbd8da80 s Context>handleSignal:
         0xbd926b0 s Context>handleSignal:
         0xbd972e0 s Context>handleSignal:
         0xbd9bf10 s Context>handleSignal:
         0xbda0b40 s Context>handleSignal:
         0xbda5770 s Context>handleSignal:
         0xbdaa3a0 s Context>handleSignal:
         0xbdaefd0 s Context>handleSignal:
         0xbdb3c00 s Context>handleSignal:
         0xbdb8830 s Context>handleSignal:
         0xbdbd460 s Context>handleSignal:
         0xbdc2090 s Context>handleSignal:
         0xbdc6cc0 s Context>handleSignal:
         0xbdcb8f0 s Context>handleSignal:
         0xbdd0520 s Context>handleSignal:
         0xbdd5150 s Context>handleSignal:
         0xbdd9d80 s Context>handleSignal:
         0xbdde9b0 s Context>handleSignal:
         0xbde35e0 s Context>handleSignal:
         0xbde8210 s Context>handleSignal:
         0xbdece40 s Context>handleSignal:
         0xbdf1a70 s Context>handleSignal:
         0xbdf66a0 s Context>handleSignal:
         0xbdfb2d0 s Context>handleSignal:
         0xbdfff00 s Context>handleSignal:
         0xbe04b30 s Context>handleSignal:
         0xbe09760 s Context>handleSignal:
         0xbe0e390 s Context>handleSignal:
         0xbe12fc0 s Context>handleSignal:
         0xbe17bf0 s Context>handleSignal:
         0xbe1c820 s Context>handleSignal:
         0xbe21450 s Context>handleSignal:
         0xbe26080 s Context>handleSignal:
         0xbe2acb0 s Context>handleSignal:
         0xbe2f8e0 s Context>handleSignal:
         0xbe34510 s Context>handleSignal:
         0xbe39140 s Context>handleSignal:
         0xbe3dd70 s Context>handleSignal:
         0xbe429a0 s Context>handleSignal:
         0xbe475d0 s Context>handleSignal:
         0xbe4c200 s Context>handleSignal:
         0xbe50e30 s Context>handleSignal:
         0xbe55a60 s Context>handleSignal:
         0xbe5a690 s Context>handleSignal:
         0xbe5f2c0 s Context>handleSignal:
         0xbe63ef0 s Context>handleSignal:
         0xbe68b20 s Context>handleSignal:
         0xbe6d750 s Context>handleSignal:
         0xbe72380 s Context>handleSignal:
         0xbe76fb0 s Context>handleSignal:
         0xbe7bbe0 s Context>handleSignal:
         0xbe80758 s Context>handleSignal:
         0xbe85218 s Context>handleSignal:
         0xbe89c20 s Context>handleSignal:
         0xbe8e570 s Context>handleSignal:
         0xbe92e08 s Context>handleSignal:
         0xbe975e8 s Context>handleSignal:
         0xbe9bd10 s Context>handleSignal:
         0xbea0380 s Context>handleSignal:
         0xbea4938 s Context>handleSignal:
         0xbea8e38 s Context>handleSignal:
         0xbead280 s Context>handleSignal:
         0xbeb1610 s Context>handleSignal:
         0xbeb58e8 s Context>handleSignal:
         0xbeb9b08 s Context>handleSignal:
         0xbebdc70 s Context>handleSignal:
         0xbec1d20 s Context>handleSignal:
         0xbec5d18 s Context>handleSignal:
         0xbec9c58 s Context>handleSignal:
         0xbecdae0 s Context>handleSignal:
         0xbed18b0 s Context>handleSignal:
         0xbed55c8 s Context>handleSignal:
         0xbed9228 s Context>handleSignal:
         0xbedcdd0 s Context>handleSignal:
         0xbee08c0 s Context>handleSignal:
         0xbee42f8 s Context>handleSignal:
         0xbee7c78 s Context>handleSignal:
         0xbeeb540 s Context>handleSignal:
         0xbeeed50 s Context>handleSignal:
         0xbef24a8 s Context>handleSignal:
         0xbef5b48 s Context>handleSignal:
         0xbef9130 s Context>handleSignal:
         0xbefc660 s Context>handleSignal:
         0xbeffad8 s Context>handleSignal:
         0xbf02e98 s Context>handleSignal:
         0xbf061a0 s Context>handleSignal:
         0xbf093f0 s Context>handleSignal:
         0xbf0c588 s Context>handleSignal:
         0xbf0f668 s Context>handleSignal:
         0xbf12690 s Context>handleSignal:
         0xbf15600 s Context>handleSignal:
         0xbf184b8 s Context>handleSignal:
         0xbf1b2b8 s Context>handleSignal:
         0xbf1e000 s Context>handleSignal:
         0xbf20c90 s Context>handleSignal:
         0xbf23868 s Context>handleSignal:
         0xbf26388 s Context>handleSignal:
         0xbf28df0 s Context>handleSignal:
         0xbf2b7a0 s Context>handleSignal:
         0xbf2e098 s Context>handleSignal:
         0xbf308d8 s Context>handleSignal:
         0xbf33060 s Context>handleSignal:
         0xbf35730 s Context>handleSignal:
         0xbf37c90 s Context>handleSignal:
         0xbf3a138 s Context>handleSignal:
         0xbf3c528 s Context>handleSignal:
         0xbf3e860 s Context>handleSignal:
         0xbf40ae0 s Context>handleSignal:
         0xbf42ca8 s Context>handleSignal:
         0xbf44db8 s Context>handleSignal:
         0xbf46e10 s Context>handleSignal:
         0xbf48db0 s Context>handleSignal:
         0xbf4ac98 s Context>handleSignal:
         0xbf4cac8 s Context>handleSignal:
         0xbf4e840 s Context>handleSignal:
         0xbf50500 s Context>handleSignal:
         0xbf52108 s Context>handleSignal:
         0xbf53c58 s Context>handleSignal:
         0xbf556f0 s Context>handleSignal:
         0xbf570d0 s Context>handleSignal:
         0xbf88bf8 s Halt(Exception)>signal
         0xbfa5770 s Halt class(Exception class)>signal
         0xbfd84b8 s Halt class>now
         0xbfcf560 s FullBlockClosure(Object)>halt
         0xbff84f0 s FullBlockClosure>printOn:
         0xc01b090 s Context>printOn:
         0xc047498 s Context>printDebugOn:
         0xc047778 s [] in Context>debugStack:on:
         0xc05e340 s OrderedCollection>do:
         0xbfcf2e8 s Context>debugStack:on:
         0xbff82a0 s Context>shortDebugStackOn:
         0xc01ae58 s [] in SmalltalkImage>logError:inContext:
         0xc0471b8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf88130 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa49a8 s SmalltalkImage>logStdErrorDuring:
         0xbfd77b0 s SmalltalkImage>logError:inContext:
         0xbffc940 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01fef8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04c488 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061b50 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e3f8 s Halt(Exception)>unhandledErrorAction
         0xc08b668 s Halt(UnhandledException)>defaultAction
         0xc0fb7d8 s UndefinedObject>handleSignal:
         0xc0fb890 s Context>handleSignal:
         0xc0fb948 s Context>handleSignal:
         0xc0fba00 s Context>handleSignal:
         0xc0fbab8 s Context>handleSignal:
         0xc0fbb70 s Context>handleSignal:
         0xc0fbc28 s Context>handleSignal:
         0xc0fbce0 s Context>handleSignal:
         0xc0fbd98 s Context>handleSignal:
         0xc0fbe50 s Context>handleSignal:
         0xc0fbf08 s Context>handleSignal:
         0xc109ba8 s Context>handleSignal:
         0xc114c50 s Context>handleSignal:
         0xc11faf8 s Context>handleSignal:
         0xc12a3e0 s Context>handleSignal:
         0xc134c10 s Context>handleSignal:
         0xc13f440 s Context>handleSignal:
         0xc149c70 s Context>handleSignal:
         0xc1544a0 s Context>handleSignal:
         0xc15ecd0 s Context>handleSignal:
         0xc169500 s Context>handleSignal:
         0xc173d30 s Context>handleSignal:
         0xc17e560 s Context>handleSignal:
         0xc188d90 s Context>handleSignal:
         0xc1935c0 s Context>handleSignal:
         0xc19ddf0 s Context>handleSignal:
         0xc1a8620 s Context>handleSignal:
         0xc1b2e50 s Context>handleSignal:
         0xc1bd680 s Context>handleSignal:
         0xc1c7eb0 s Context>handleSignal:
         0xc1d26e0 s Context>handleSignal:
         0xc1dcf10 s Context>handleSignal:
         0xc1e7740 s Context>handleSignal:
         0xc1f1f70 s Context>handleSignal:
         0xc1fc7a0 s Context>handleSignal:
         0xc206fd0 s Context>handleSignal:
         0xc211800 s Context>handleSignal:
         0xc21c030 s Context>handleSignal:
         0xc226860 s Context>handleSignal:
         0xc231090 s Context>handleSignal:
         0xc23b8c0 s Context>handleSignal:
         0xc2460f0 s Context>handleSignal:
         0xc250920 s Context>handleSignal:
         0xc25b150 s Context>handleSignal:
         0xc2625c0 s Context>handleSignal:
         0xb7e25c0 s Context>handleSignal:
         0xb7ecea8 s Context>handleSignal:
         0xb7f7790 s Context>handleSignal:
         0xb802078 s Context>handleSignal:
         0xb80c960 s Context>handleSignal:
         0xb817248 s Context>handleSignal:
         0xb821b30 s Context>handleSignal:
         0xb82c418 s Context>handleSignal:
         0xb836d00 s Context>handleSignal:
         0xb8415e8 s Context>handleSignal:
         0xb84bed0 s Context>handleSignal:
         0xb8567b8 s Context>handleSignal:
         0xb8610a0 s Context>handleSignal:
         0xb86b988 s Context>handleSignal:
         0xb876270 s Context>handleSignal:
         0xb880b58 s Context>handleSignal:
         0xb88b440 s Context>handleSignal:
         0xb895d28 s Context>handleSignal:
         0xb8a0610 s Context>handleSignal:
         0xb8aaef8 s Context>handleSignal:
         0xb8b57e0 s Context>handleSignal:
         0xb8c00c8 s Context>handleSignal:
         0xb8ca9b0 s Context>handleSignal:
         0xb8d5298 s Context>handleSignal:
         0xb8dfb80 s Context>handleSignal:
         0xb8ea468 s Context>handleSignal:
         0xb8f4d50 s Context>handleSignal:
         0xb8ff638 s Context>handleSignal:
         0xb909f20 s Context>handleSignal:
         0xb914808 s Context>handleSignal:
         0xb91f0f0 s Context>handleSignal:
         0xb9299d8 s Context>handleSignal:
         0xb9342c0 s Context>handleSignal:
         0xb93eba8 s Context>handleSignal:
         0xb949490 s Context>handleSignal:
         0xb953d78 s Context>handleSignal:
         0xb95e660 s Context>handleSignal:
         0xb968f48 s Context>handleSignal:
         0xb973830 s Context>handleSignal:
         0xb97e118 s Context>handleSignal:
         0xb988a00 s Context>handleSignal:
         0xb9932e8 s Context>handleSignal:
         0xb99dbd0 s Context>handleSignal:
         0xb9a84b8 s Context>handleSignal:
         0xb9b2da0 s Context>handleSignal:
         0xb9bd688 s Context>handleSignal:
         0xb9c7f70 s Context>handleSignal:
         0xb9d2858 s Context>handleSignal:
         0xb9dd140 s Context>handleSignal:
         0xb9e7a28 s Context>handleSignal:
         0xb9f2310 s Context>handleSignal:
         0xb9fcbf8 s Context>handleSignal:
         0xba074e0 s Context>handleSignal:
         0xba11dc8 s Context>handleSignal:
         0xba1c6b0 s Context>handleSignal:
         0xba26f98 s Context>handleSignal:
         0xba31880 s Context>handleSignal:
         0xba3c168 s Context>handleSignal:
         0xba430d0 s Context>handleSignal:
         0xba48208 s Context>handleSignal:
         0xba4d288 s Context>handleSignal:
         0xba52250 s Context>handleSignal:
         0xba57218 s Context>handleSignal:
         0xba5c128 s Context>handleSignal:
         0xba60f80 s Context>handleSignal:
         0xba65dd8 s Context>handleSignal:
         0xba6ab78 s Context>handleSignal:
         0xba6f918 s Context>handleSignal:
         0xba74600 s Context>handleSignal:
         0xba792e8 s Context>handleSignal:
         0xba7dfd0 s Context>handleSignal:
         0xba82cb8 s Context>handleSignal:
         0xba879a0 s Context>handleSignal:
         0xba8c688 s Context>handleSignal:
         0xba91370 s Context>handleSignal:
         0xba96058 s Context>handleSignal:
         0xba9ad40 s Context>handleSignal:
         0xba9fa28 s Context>handleSignal:
         0xbaa4710 s Context>handleSignal:
         0xbaa93f8 s Context>handleSignal:
         0xbaae0e0 s Context>handleSignal:
         0xbab2dc8 s Context>handleSignal:
         0xbab7ab0 s Context>handleSignal:
         0xbabc798 s Context>handleSignal:
         0xbac1480 s Context>handleSignal:
         0xbac6168 s Context>handleSignal:
         0xbacae50 s Context>handleSignal:
         0xbacfb38 s Context>handleSignal:
         0xbad4820 s Context>handleSignal:
         0xbad9508 s Context>handleSignal:
         0xbade1f0 s Context>handleSignal:
         0xbae2ed8 s Context>handleSignal:
         0xbae7bc0 s Context>handleSignal:
         0xbaec8a8 s Context>handleSignal:
         0xbaf1590 s Context>handleSignal:
         0xbaf6278 s Context>handleSignal:
         0xbafaf60 s Context>handleSignal:
         0xbaffc48 s Context>handleSignal:
         0xbb04930 s Context>handleSignal:
         0xbb09618 s Context>handleSignal:
         0xbb0e300 s Context>handleSignal:
         0xbb12fe8 s Context>handleSignal:
         0xbb17cd0 s Context>handleSignal:
         0xbb1c9b8 s Context>handleSignal:
         0xbb216a0 s Context>handleSignal:
         0xbb26388 s Context>handleSignal:
         0xbb2b070 s Context>handleSignal:
         0xbb2fd58 s Context>handleSignal:
         0xbb34a40 s Context>handleSignal:
         0xbb39728 s Context>handleSignal:
         0xbb3e410 s Context>handleSignal:
         0xbb430f8 s Context>handleSignal:
         0xbb47de0 s Context>handleSignal:
         0xbb4cac8 s Context>handleSignal:
         0xbb517b0 s Context>handleSignal:
         0xbb56498 s Context>handleSignal:
         0xbb5b180 s Context>handleSignal:
         0xbb5fe68 s Context>handleSignal:
         0xbb64b50 s Context>handleSignal:
         0xbb69838 s Context>handleSignal:
         0xbb6e520 s Context>handleSignal:
         0xbb73208 s Context>handleSignal:
         0xbb77ef0 s Context>handleSignal:
         0xbb7cbd8 s Context>handleSignal:
         0xbb818c0 s Context>handleSignal:
         0xbb865a8 s Context>handleSignal:
         0xbb8b290 s Context>handleSignal:
         0xbb8ff78 s Context>handleSignal:
         0xbb94c60 s Context>handleSignal:
         0xbb99948 s Context>handleSignal:
         0xbb9e578 s Context>handleSignal:
         0xbba31a8 s Context>handleSignal:
         0xbba7dd8 s Context>handleSignal:
         0xbbaca08 s Context>handleSignal:
         0xbbb1638 s Context>handleSignal:
         0xbbb6268 s Context>handleSignal:
         0xbbbae98 s Context>handleSignal:
         0xbbbfac8 s Context>handleSignal:
         0xbbc46f8 s Context>handleSignal:
         0xbbc9328 s Context>handleSignal:
         0xbbcdf58 s Context>handleSignal:
         0xbbd2b88 s Context>handleSignal:
         0xbbd77b8 s Context>handleSignal:
         0xbbdc3e8 s Context>handleSignal:
         0xbbe1018 s Context>handleSignal:
         0xbbe5c48 s Context>handleSignal:
         0xbbea878 s Context>handleSignal:
         0xbbef4a8 s Context>handleSignal:
         0xbbf40d8 s Context>handleSignal:
         0xbbf8d08 s Context>handleSignal:
         0xbbfd938 s Context>handleSignal:
         0xbc02568 s Context>handleSignal:
         0xbc07198 s Context>handleSignal:
         0xbc0bdc8 s Context>handleSignal:
         0xbc109f8 s Context>handleSignal:
         0xbc15628 s Context>handleSignal:
         0xbc1a258 s Context>handleSignal:
         0xbc1ee88 s Context>handleSignal:
         0xbc23ab8 s Context>handleSignal:
         0xbc286e8 s Context>handleSignal:
         0xbc2d318 s Context>handleSignal:
         0xbc31f48 s Context>handleSignal:
         0xbc36b78 s Context>handleSignal:
         0xbc3b7a8 s Context>handleSignal:
         0xbc403d8 s Context>handleSignal:
         0xbc45008 s Context>handleSignal:
         0xbc49c38 s Context>handleSignal:
         0xbc4e868 s Context>handleSignal:
         0xbc53498 s Context>handleSignal:
         0xbc58198 s Context>handleSignal:
         0xbc5cdc8 s Context>handleSignal:
         0xbc619f8 s Context>handleSignal:
         0xbc66628 s Context>handleSignal:
         0xbc6b258 s Context>handleSignal:
         0xbc6fe88 s Context>handleSignal:
         0xbc74ab8 s Context>handleSignal:
         0xbc796e8 s Context>handleSignal:
         0xbc7e318 s Context>handleSignal:
         0xbc82f48 s Context>handleSignal:
         0xbc87b78 s Context>handleSignal:
         0xbc8c7a8 s Context>handleSignal:
         0xbc913d8 s Context>handleSignal:
         0xbc96008 s Context>handleSignal:
         0xbc9ac38 s Context>handleSignal:
         0xbc9f868 s Context>handleSignal:
         0xbca4498 s Context>handleSignal:
         0xbca90c8 s Context>handleSignal:
         0xbcadcf8 s Context>handleSignal:
         0xbcb2928 s Context>handleSignal:
         0xbcb7558 s Context>handleSignal:
         0xbcbc188 s Context>handleSignal:
         0xbcc0db8 s Context>handleSignal:
         0xbcc59e8 s Context>handleSignal:
         0xbcca618 s Context>handleSignal:
         0xbccf248 s Context>handleSignal:
         0xbcd3e78 s Context>handleSignal:
         0xbcd8aa8 s Context>handleSignal:
         0xbcdd6d8 s Context>handleSignal:
         0xbce2308 s Context>handleSignal:
         0xbce6f38 s Context>handleSignal:
         0xbcebb68 s Context>handleSignal:
         0xbcf0798 s Context>handleSignal:
         0xbcf53c8 s Context>handleSignal:
         0xbcf9ff8 s Context>handleSignal:
         0xbcfec28 s Context>handleSignal:
         0xbd03858 s Context>handleSignal:
         0xbd08488 s Context>handleSignal:
         0xbd0d0b8 s Context>handleSignal:
         0xbd11ce8 s Context>handleSignal:
         0xbd16918 s Context>handleSignal:
         0xbd1b548 s Context>handleSignal:
         0xbd20178 s Context>handleSignal:
         0xbd24da8 s Context>handleSignal:
         0xbd299d8 s Context>handleSignal:
         0xbd2e608 s Context>handleSignal:
         0xbd33238 s Context>handleSignal:
         0xbd37e68 s Context>handleSignal:
         0xbd3ca98 s Context>handleSignal:
         0xbd416c8 s Context>handleSignal:
         0xbd462f8 s Context>handleSignal:
         0xbd4af28 s Context>handleSignal:
         0xbd4fb58 s Context>handleSignal:
         0xbd54788 s Context>handleSignal:
         0xbd593b8 s Context>handleSignal:
         0xbd5dfe8 s Context>handleSignal:
         0xbd62c18 s Context>handleSignal:
         0xbd67848 s Context>handleSignal:
         0xbd6c478 s Context>handleSignal:
         0xbd710a8 s Context>handleSignal:
         0xbd75cd8 s Context>handleSignal:
         0xbd7a908 s Context>handleSignal:
         0xbd7f538 s Context>handleSignal:
         0xbd84168 s Context>handleSignal:
         0xbd88d98 s Context>handleSignal:
         0xbd8d9c8 s Context>handleSignal:
         0xbd925f8 s Context>handleSignal:
         0xbd97228 s Context>handleSignal:
         0xbd9be58 s Context>handleSignal:
         0xbda0a88 s Context>handleSignal:
         0xbda56b8 s Context>handleSignal:
         0xbdaa2e8 s Context>handleSignal:
         0xbdaef18 s Context>handleSignal:
         0xbdb3b48 s Context>handleSignal:
         0xbdb8778 s Context>handleSignal:
         0xbdbd3a8 s Context>handleSignal:
         0xbdc1fd8 s Context>handleSignal:
         0xbdc6c08 s Context>handleSignal:
         0xbdcb838 s Context>handleSignal:
         0xbdd0468 s Context>handleSignal:
         0xbdd5098 s Context>handleSignal:
         0xbdd9cc8 s Context>handleSignal:
         0xbdde8f8 s Context>handleSignal:
         0xbde3528 s Context>handleSignal:
         0xbde8158 s Context>handleSignal:
         0xbdecd88 s Context>handleSignal:
         0xbdf19b8 s Context>handleSignal:
         0xbdf65e8 s Context>handleSignal:
         0xbdfb218 s Context>handleSignal:
         0xbdffe48 s Context>handleSignal:
         0xbe04a78 s Context>handleSignal:
         0xbe096a8 s Context>handleSignal:
         0xbe0e2d8 s Context>handleSignal:
         0xbe12f08 s Context>handleSignal:
         0xbe17b38 s Context>handleSignal:
         0xbe1c768 s Context>handleSignal:
         0xbe21398 s Context>handleSignal:
         0xbe25fc8 s Context>handleSignal:
         0xbe2abf8 s Context>handleSignal:
         0xbe2f828 s Context>handleSignal:
         0xbe34458 s Context>handleSignal:
         0xbe39088 s Context>handleSignal:
         0xbe3dcb8 s Context>handleSignal:
         0xbe428e8 s Context>handleSignal:
         0xbe47518 s Context>handleSignal:
         0xbe4c148 s Context>handleSignal:
         0xbe50d78 s Context>handleSignal:
         0xbe559a8 s Context>handleSignal:
         0xbe5a5d8 s Context>handleSignal:
         0xbe5f208 s Context>handleSignal:
         0xbe63e38 s Context>handleSignal:
         0xbe68a68 s Context>handleSignal:
         0xbe6d698 s Context>handleSignal:
         0xbe722c8 s Context>handleSignal:
         0xbe76ef8 s Context>handleSignal:
         0xbe7bb28 s Context>handleSignal:
         0xbe806a0 s Context>handleSignal:
         0xbe85160 s Context>handleSignal:
         0xbe89b68 s Context>handleSignal:
         0xbe8e4b8 s Context>handleSignal:
         0xbe92d50 s Context>handleSignal:
         0xbe97530 s Context>handleSignal:
         0xbe9bc58 s Context>handleSignal:
         0xbea02c8 s Context>handleSignal:
         0xbea4880 s Context>handleSignal:
         0xbea8d80 s Context>handleSignal:
         0xbead1c8 s Context>handleSignal:
         0xbeb1558 s Context>handleSignal:
         0xbeb5830 s Context>handleSignal:
         0xbeb9a50 s Context>handleSignal:
         0xbebdbb8 s Context>handleSignal:
         0xbec1c68 s Context>handleSignal:
         0xbec5c60 s Context>handleSignal:
         0xbec9ba0 s Context>handleSignal:
         0xbecda28 s Context>handleSignal:
         0xbed17f8 s Context>handleSignal:
         0xbed5510 s Context>handleSignal:
         0xbed9170 s Context>handleSignal:
         0xbedcd18 s Context>handleSignal:
         0xbee0808 s Context>handleSignal:
         0xbee4240 s Context>handleSignal:
         0xbee7bc0 s Context>handleSignal:
         0xbeeb488 s Context>handleSignal:
         0xbeeec98 s Context>handleSignal:
         0xbef23f0 s Context>handleSignal:
         0xbef5a90 s Context>handleSignal:
         0xbef9078 s Context>handleSignal:
         0xbefc5a8 s Context>handleSignal:
         0xbeffa20 s Context>handleSignal:
         0xbf02de0 s Context>handleSignal:
         0xbf060e8 s Context>handleSignal:
         0xbf09338 s Context>handleSignal:
         0xbf0c4d0 s Context>handleSignal:
         0xbf0f5b0 s Context>handleSignal:
         0xbf125d8 s Context>handleSignal:
         0xbf15548 s Context>handleSignal:
         0xbf18400 s Context>handleSignal:
         0xbf1b200 s Context>handleSignal:
         0xbf1df48 s Context>handleSignal:
         0xbf20bd8 s Context>handleSignal:
         0xbf237b0 s Context>handleSignal:
         0xbf262d0 s Context>handleSignal:
         0xbf28d38 s Context>handleSignal:
         0xbf2b6e8 s Context>handleSignal:
         0xbf2dfe0 s Context>handleSignal:
         0xbf30820 s Context>handleSignal:
         0xbf32fa8 s Context>handleSignal:
         0xbf35678 s Context>handleSignal:
         0xbf37bd8 s Context>handleSignal:
         0xbf3a080 s Context>handleSignal:
         0xbf3c470 s Context>handleSignal:
         0xbf3e7a8 s Context>handleSignal:
         0xbf40a28 s Context>handleSignal:
         0xbf42bf0 s Context>handleSignal:
         0xbf44d00 s Context>handleSignal:
         0xbf46d58 s Context>handleSignal:
         0xbf48cf8 s Context>handleSignal:
         0xbf4abe0 s Context>handleSignal:
         0xbf4ca10 s Context>handleSignal:
         0xbf4e788 s Context>handleSignal:
         0xbf50448 s Context>handleSignal:
         0xbf52050 s Context>handleSignal:
         0xbf53ba0 s Context>handleSignal:
         0xbf55638 s Context>handleSignal:
         0xbf88a88 s Halt(Exception)>signal
         0xbfa55a0 s Halt class(Exception class)>signal
         0xbfd8300 s Halt class>now
         0xbfcf3a0 s FullBlockClosure(Object)>halt
         0xbff8358 s FullBlockClosure>printOn:
         0xc01af10 s Context>printOn:
         0xc047270 s Context>printDebugOn:
         0xc047550 s [] in Context>debugStack:on:
         0xc05e288 s OrderedCollection>do:
         0xbfcf128 s Context>debugStack:on:
         0xbff8108 s Context>shortDebugStackOn:
         0xc01acd8 s [] in SmalltalkImage>logError:inContext:
         0xc046f90 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf87fc0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa47d8 s SmalltalkImage>logStdErrorDuring:
         0xbfd75f8 s SmalltalkImage>logError:inContext:
         0xbffc878 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01fe08 s FullBlockClosure(BlockClosure)>ensure:
         0xc04c3a8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061a98 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e340 s Halt(Exception)>unhandledErrorAction
         0xc08b5b0 s Halt(UnhandledException)>defaultAction
         0xc0faff0 s UndefinedObject>handleSignal:
         0xc0fb0a8 s Context>handleSignal:
         0xc0fb160 s Context>handleSignal:
         0xc0fb218 s Context>handleSignal:
         0xc0fb2d0 s Context>handleSignal:
         0xc0fb388 s Context>handleSignal:
         0xc0fb440 s Context>handleSignal:
         0xc0fb4f8 s Context>handleSignal:
         0xc0fb5b0 s Context>handleSignal:
         0xc0fb668 s Context>handleSignal:
         0xc0fb720 s Context>handleSignal:
         0xc109af0 s Context>handleSignal:
         0xc114b98 s Context>handleSignal:
         0xc11fa40 s Context>handleSignal:
         0xc12a328 s Context>handleSignal:
         0xc134b58 s Context>handleSignal:
         0xc13f388 s Context>handleSignal:
         0xc149bb8 s Context>handleSignal:
         0xc1543e8 s Context>handleSignal:
         0xc15ec18 s Context>handleSignal:
         0xc169448 s Context>handleSignal:
         0xc173c78 s Context>handleSignal:
         0xc17e4a8 s Context>handleSignal:
         0xc188cd8 s Context>handleSignal:
         0xc193508 s Context>handleSignal:
         0xc19dd38 s Context>handleSignal:
         0xc1a8568 s Context>handleSignal:
         0xc1b2d98 s Context>handleSignal:
         0xc1bd5c8 s Context>handleSignal:
         0xc1c7df8 s Context>handleSignal:
         0xc1d2628 s Context>handleSignal:
         0xc1dce58 s Context>handleSignal:
         0xc1e7688 s Context>handleSignal:
         0xc1f1eb8 s Context>handleSignal:
         0xc1fc6e8 s Context>handleSignal:
         0xc206f18 s Context>handleSignal:
         0xc211748 s Context>handleSignal:
         0xc21bf78 s Context>handleSignal:
         0xc2267a8 s Context>handleSignal:
         0xc230fd8 s Context>handleSignal:
         0xc23b808 s Context>handleSignal:
         0xc246038 s Context>handleSignal:
         0xc250868 s Context>handleSignal:
         0xc25b098 s Context>handleSignal:
         0xc262508 s Context>handleSignal:
         0xb7e2508 s Context>handleSignal:
         0xb7ecdf0 s Context>handleSignal:
         0xb7f76d8 s Context>handleSignal:
         0xb801fc0 s Context>handleSignal:
         0xb80c8a8 s Context>handleSignal:
         0xb817190 s Context>handleSignal:
         0xb821a78 s Context>handleSignal:
         0xb82c360 s Context>handleSignal:
         0xb836c48 s Context>handleSignal:
         0xb841530 s Context>handleSignal:
         0xb84be18 s Context>handleSignal:
         0xb856700 s Context>handleSignal:
         0xb860fe8 s Context>handleSignal:
         0xb86b8d0 s Context>handleSignal:
         0xb8761b8 s Context>handleSignal:
         0xb880aa0 s Context>handleSignal:
         0xb88b388 s Context>handleSignal:
         0xb895c70 s Context>handleSignal:
         0xb8a0558 s Context>handleSignal:
         0xb8aae40 s Context>handleSignal:
         0xb8b5728 s Context>handleSignal:
         0xb8c0010 s Context>handleSignal:
         0xb8ca8f8 s Context>handleSignal:
         0xb8d51e0 s Context>handleSignal:
         0xb8dfac8 s Context>handleSignal:
         0xb8ea3b0 s Context>handleSignal:
         0xb8f4c98 s Context>handleSignal:
         0xb8ff580 s Context>handleSignal:
         0xb909e68 s Context>handleSignal:
         0xb914750 s Context>handleSignal:
         0xb91f038 s Context>handleSignal:
         0xb929920 s Context>handleSignal:
         0xb934208 s Context>handleSignal:
         0xb93eaf0 s Context>handleSignal:
         0xb9493d8 s Context>handleSignal:
         0xb953cc0 s Context>handleSignal:
         0xb95e5a8 s Context>handleSignal:
         0xb968e90 s Context>handleSignal:
         0xb973778 s Context>handleSignal:
         0xb97e060 s Context>handleSignal:
         0xb988948 s Context>handleSignal:
         0xb993230 s Context>handleSignal:
         0xb99db18 s Context>handleSignal:
         0xb9a8400 s Context>handleSignal:
         0xb9b2ce8 s Context>handleSignal:
         0xb9bd5d0 s Context>handleSignal:
         0xb9c7eb8 s Context>handleSignal:
         0xb9d27a0 s Context>handleSignal:
         0xb9dd088 s Context>handleSignal:
         0xb9e7970 s Context>handleSignal:
         0xb9f2258 s Context>handleSignal:
         0xb9fcb40 s Context>handleSignal:
         0xba07428 s Context>handleSignal:
         0xba11d10 s Context>handleSignal:
         0xba1c5f8 s Context>handleSignal:
         0xba26ee0 s Context>handleSignal:
         0xba317c8 s Context>handleSignal:
         0xba3c0b0 s Context>handleSignal:
         0xba43018 s Context>handleSignal:
         0xba48150 s Context>handleSignal:
         0xba4d1d0 s Context>handleSignal:
         0xba52198 s Context>handleSignal:
         0xba57160 s Context>handleSignal:
         0xba5c070 s Context>handleSignal:
         0xba60ec8 s Context>handleSignal:
         0xba65d20 s Context>handleSignal:
         0xba6aac0 s Context>handleSignal:
         0xba6f860 s Context>handleSignal:
         0xba74548 s Context>handleSignal:
         0xba79230 s Context>handleSignal:
         0xba7df18 s Context>handleSignal:
         0xba82c00 s Context>handleSignal:
         0xba878e8 s Context>handleSignal:
         0xba8c5d0 s Context>handleSignal:
         0xba912b8 s Context>handleSignal:
         0xba95fa0 s Context>handleSignal:
         0xba9ac88 s Context>handleSignal:
         0xba9f970 s Context>handleSignal:
         0xbaa4658 s Context>handleSignal:
         0xbaa9340 s Context>handleSignal:
         0xbaae028 s Context>handleSignal:
         0xbab2d10 s Context>handleSignal:
         0xbab79f8 s Context>handleSignal:
         0xbabc6e0 s Context>handleSignal:
         0xbac13c8 s Context>handleSignal:
         0xbac60b0 s Context>handleSignal:
         0xbacad98 s Context>handleSignal:
         0xbacfa80 s Context>handleSignal:
         0xbad4768 s Context>handleSignal:
         0xbad9450 s Context>handleSignal:
         0xbade138 s Context>handleSignal:
         0xbae2e20 s Context>handleSignal:
         0xbae7b08 s Context>handleSignal:
         0xbaec7f0 s Context>handleSignal:
         0xbaf14d8 s Context>handleSignal:
         0xbaf61c0 s Context>handleSignal:
         0xbafaea8 s Context>handleSignal:
         0xbaffb90 s Context>handleSignal:
         0xbb04878 s Context>handleSignal:
         0xbb09560 s Context>handleSignal:
         0xbb0e248 s Context>handleSignal:
         0xbb12f30 s Context>handleSignal:
         0xbb17c18 s Context>handleSignal:
         0xbb1c900 s Context>handleSignal:
         0xbb215e8 s Context>handleSignal:
         0xbb262d0 s Context>handleSignal:
         0xbb2afb8 s Context>handleSignal:
         0xbb2fca0 s Context>handleSignal:
         0xbb34988 s Context>handleSignal:
         0xbb39670 s Context>handleSignal:
         0xbb3e358 s Context>handleSignal:
         0xbb43040 s Context>handleSignal:
         0xbb47d28 s Context>handleSignal:
         0xbb4ca10 s Context>handleSignal:
         0xbb516f8 s Context>handleSignal:
         0xbb563e0 s Context>handleSignal:
         0xbb5b0c8 s Context>handleSignal:
         0xbb5fdb0 s Context>handleSignal:
         0xbb64a98 s Context>handleSignal:
         0xbb69780 s Context>handleSignal:
         0xbb6e468 s Context>handleSignal:
         0xbb73150 s Context>handleSignal:
         0xbb77e38 s Context>handleSignal:
         0xbb7cb20 s Context>handleSignal:
         0xbb81808 s Context>handleSignal:
         0xbb864f0 s Context>handleSignal:
         0xbb8b1d8 s Context>handleSignal:
         0xbb8fec0 s Context>handleSignal:
         0xbb94ba8 s Context>handleSignal:
         0xbb99890 s Context>handleSignal:
         0xbb9e4c0 s Context>handleSignal:
         0xbba30f0 s Context>handleSignal:
         0xbba7d20 s Context>handleSignal:
         0xbbac950 s Context>handleSignal:
         0xbbb1580 s Context>handleSignal:
         0xbbb61b0 s Context>handleSignal:
         0xbbbade0 s Context>handleSignal:
         0xbbbfa10 s Context>handleSignal:
         0xbbc4640 s Context>handleSignal:
         0xbbc9270 s Context>handleSignal:
         0xbbcdea0 s Context>handleSignal:
         0xbbd2ad0 s Context>handleSignal:
         0xbbd7700 s Context>handleSignal:
         0xbbdc330 s Context>handleSignal:
         0xbbe0f60 s Context>handleSignal:
         0xbbe5b90 s Context>handleSignal:
         0xbbea7c0 s Context>handleSignal:
         0xbbef3f0 s Context>handleSignal:
         0xbbf4020 s Context>handleSignal:
         0xbbf8c50 s Context>handleSignal:
         0xbbfd880 s Context>handleSignal:
         0xbc024b0 s Context>handleSignal:
         0xbc070e0 s Context>handleSignal:
         0xbc0bd10 s Context>handleSignal:
         0xbc10940 s Context>handleSignal:
         0xbc15570 s Context>handleSignal:
         0xbc1a1a0 s Context>handleSignal:
         0xbc1edd0 s Context>handleSignal:
         0xbc23a00 s Context>handleSignal:
         0xbc28630 s Context>handleSignal:
         0xbc2d260 s Context>handleSignal:
         0xbc31e90 s Context>handleSignal:
         0xbc36ac0 s Context>handleSignal:
         0xbc3b6f0 s Context>handleSignal:
         0xbc40320 s Context>handleSignal:
         0xbc44f50 s Context>handleSignal:
         0xbc49b80 s Context>handleSignal:
         0xbc4e7b0 s Context>handleSignal:
         0xbc533e0 s Context>handleSignal:
         0xbc580e0 s Context>handleSignal:
         0xbc5cd10 s Context>handleSignal:
         0xbc61940 s Context>handleSignal:
         0xbc66570 s Context>handleSignal:
         0xbc6b1a0 s Context>handleSignal:
         0xbc6fdd0 s Context>handleSignal:
         0xbc74a00 s Context>handleSignal:
         0xbc79630 s Context>handleSignal:
         0xbc7e260 s Context>handleSignal:
         0xbc82e90 s Context>handleSignal:
         0xbc87ac0 s Context>handleSignal:
         0xbc8c6f0 s Context>handleSignal:
         0xbc91320 s Context>handleSignal:
         0xbc95f50 s Context>handleSignal:
         0xbc9ab80 s Context>handleSignal:
         0xbc9f7b0 s Context>handleSignal:
         0xbca43e0 s Context>handleSignal:
         0xbca9010 s Context>handleSignal:
         0xbcadc40 s Context>handleSignal:
         0xbcb2870 s Context>handleSignal:
         0xbcb74a0 s Context>handleSignal:
         0xbcbc0d0 s Context>handleSignal:
         0xbcc0d00 s Context>handleSignal:
         0xbcc5930 s Context>handleSignal:
         0xbcca560 s Context>handleSignal:
         0xbccf190 s Context>handleSignal:
         0xbcd3dc0 s Context>handleSignal:
         0xbcd89f0 s Context>handleSignal:
         0xbcdd620 s Context>handleSignal:
         0xbce2250 s Context>handleSignal:
         0xbce6e80 s Context>handleSignal:
         0xbcebab0 s Context>handleSignal:
         0xbcf06e0 s Context>handleSignal:
         0xbcf5310 s Context>handleSignal:
         0xbcf9f40 s Context>handleSignal:
         0xbcfeb70 s Context>handleSignal:
         0xbd037a0 s Context>handleSignal:
         0xbd083d0 s Context>handleSignal:
         0xbd0d000 s Context>handleSignal:
         0xbd11c30 s Context>handleSignal:
         0xbd16860 s Context>handleSignal:
         0xbd1b490 s Context>handleSignal:
         0xbd200c0 s Context>handleSignal:
         0xbd24cf0 s Context>handleSignal:
         0xbd29920 s Context>handleSignal:
         0xbd2e550 s Context>handleSignal:
         0xbd33180 s Context>handleSignal:
         0xbd37db0 s Context>handleSignal:
         0xbd3c9e0 s Context>handleSignal:
         0xbd41610 s Context>handleSignal:
         0xbd46240 s Context>handleSignal:
         0xbd4ae70 s Context>handleSignal:
         0xbd4faa0 s Context>handleSignal:
         0xbd546d0 s Context>handleSignal:
         0xbd59300 s Context>handleSignal:
         0xbd5df30 s Context>handleSignal:
         0xbd62b60 s Context>handleSignal:
         0xbd67790 s Context>handleSignal:
         0xbd6c3c0 s Context>handleSignal:
         0xbd70ff0 s Context>handleSignal:
         0xbd75c20 s Context>handleSignal:
         0xbd7a850 s Context>handleSignal:
         0xbd7f480 s Context>handleSignal:
         0xbd840b0 s Context>handleSignal:
         0xbd88ce0 s Context>handleSignal:
         0xbd8d910 s Context>handleSignal:
         0xbd92540 s Context>handleSignal:
         0xbd97170 s Context>handleSignal:
         0xbd9bda0 s Context>handleSignal:
         0xbda09d0 s Context>handleSignal:
         0xbda5600 s Context>handleSignal:
         0xbdaa230 s Context>handleSignal:
         0xbdaee60 s Context>handleSignal:
         0xbdb3a90 s Context>handleSignal:
         0xbdb86c0 s Context>handleSignal:
         0xbdbd2f0 s Context>handleSignal:
         0xbdc1f20 s Context>handleSignal:
         0xbdc6b50 s Context>handleSignal:
         0xbdcb780 s Context>handleSignal:
         0xbdd03b0 s Context>handleSignal:
         0xbdd4fe0 s Context>handleSignal:
         0xbdd9c10 s Context>handleSignal:
         0xbdde840 s Context>handleSignal:
         0xbde3470 s Context>handleSignal:
         0xbde80a0 s Context>handleSignal:
         0xbdeccd0 s Context>handleSignal:
         0xbdf1900 s Context>handleSignal:
         0xbdf6530 s Context>handleSignal:
         0xbdfb160 s Context>handleSignal:
         0xbdffd90 s Context>handleSignal:
         0xbe049c0 s Context>handleSignal:
         0xbe095f0 s Context>handleSignal:
         0xbe0e220 s Context>handleSignal:
         0xbe12e50 s Context>handleSignal:
         0xbe17a80 s Context>handleSignal:
         0xbe1c6b0 s Context>handleSignal:
         0xbe212e0 s Context>handleSignal:
         0xbe25f10 s Context>handleSignal:
         0xbe2ab40 s Context>handleSignal:
         0xbe2f770 s Context>handleSignal:
         0xbe343a0 s Context>handleSignal:
         0xbe38fd0 s Context>handleSignal:
         0xbe3dc00 s Context>handleSignal:
         0xbe42830 s Context>handleSignal:
         0xbe47460 s Context>handleSignal:
         0xbe4c090 s Context>handleSignal:
         0xbe50cc0 s Context>handleSignal:
         0xbe558f0 s Context>handleSignal:
         0xbe5a520 s Context>handleSignal:
         0xbe5f150 s Context>handleSignal:
         0xbe63d80 s Context>handleSignal:
         0xbe689b0 s Context>handleSignal:
         0xbe6d5e0 s Context>handleSignal:
         0xbe72210 s Context>handleSignal:
         0xbe76e40 s Context>handleSignal:
         0xbe7ba70 s Context>handleSignal:
         0xbe805e8 s Context>handleSignal:
         0xbe850a8 s Context>handleSignal:
         0xbe89ab0 s Context>handleSignal:
         0xbe8e400 s Context>handleSignal:
         0xbe92c98 s Context>handleSignal:
         0xbe97478 s Context>handleSignal:
         0xbe9bba0 s Context>handleSignal:
         0xbea0210 s Context>handleSignal:
         0xbea47c8 s Context>handleSignal:
         0xbea8cc8 s Context>handleSignal:
         0xbead110 s Context>handleSignal:
         0xbeb14a0 s Context>handleSignal:
         0xbeb5778 s Context>handleSignal:
         0xbeb9998 s Context>handleSignal:
         0xbebdb00 s Context>handleSignal:
         0xbec1bb0 s Context>handleSignal:
         0xbec5ba8 s Context>handleSignal:
         0xbec9ae8 s Context>handleSignal:
         0xbecd970 s Context>handleSignal:
         0xbed1740 s Context>handleSignal:
         0xbed5458 s Context>handleSignal:
         0xbed90b8 s Context>handleSignal:
         0xbedcc60 s Context>handleSignal:
         0xbee0750 s Context>handleSignal:
         0xbee4188 s Context>handleSignal:
         0xbee7b08 s Context>handleSignal:
         0xbeeb3d0 s Context>handleSignal:
         0xbeeebe0 s Context>handleSignal:
         0xbef2338 s Context>handleSignal:
         0xbef59d8 s Context>handleSignal:
         0xbef8fc0 s Context>handleSignal:
         0xbefc4f0 s Context>handleSignal:
         0xbeff968 s Context>handleSignal:
         0xbf02d28 s Context>handleSignal:
         0xbf06030 s Context>handleSignal:
         0xbf09280 s Context>handleSignal:
         0xbf0c418 s Context>handleSignal:
         0xbf0f4f8 s Context>handleSignal:
         0xbf12520 s Context>handleSignal:
         0xbf15490 s Context>handleSignal:
         0xbf18348 s Context>handleSignal:
         0xbf1b148 s Context>handleSignal:
         0xbf1de90 s Context>handleSignal:
         0xbf20b20 s Context>handleSignal:
         0xbf236f8 s Context>handleSignal:
         0xbf26218 s Context>handleSignal:
         0xbf28c80 s Context>handleSignal:
         0xbf2b630 s Context>handleSignal:
         0xbf2df28 s Context>handleSignal:
         0xbf30768 s Context>handleSignal:
         0xbf32ef0 s Context>handleSignal:
         0xbf355c0 s Context>handleSignal:
         0xbf37b20 s Context>handleSignal:
         0xbf39fc8 s Context>handleSignal:
         0xbf3c3b8 s Context>handleSignal:
         0xbf3e6f0 s Context>handleSignal:
         0xbf40970 s Context>handleSignal:
         0xbf42b38 s Context>handleSignal:
         0xbf44c48 s Context>handleSignal:
         0xbf46ca0 s Context>handleSignal:
         0xbf48c40 s Context>handleSignal:
         0xbf4ab28 s Context>handleSignal:
         0xbf4c958 s Context>handleSignal:
         0xbf4e6d0 s Context>handleSignal:
         0xbf50390 s Context>handleSignal:
         0xbf51f98 s Context>handleSignal:
         0xbf53ae8 s Context>handleSignal:
         0xbf88918 s Halt(Exception)>signal
         0xbfa53d0 s Halt class(Exception class)>signal
         0xbfd8148 s Halt class>now
         0xbfcf1e0 s FullBlockClosure(Object)>halt
         0xbff81c0 s FullBlockClosure>printOn:
         0xc01ad90 s Context>printOn:
         0xc047048 s Context>printDebugOn:
         0xc047328 s [] in Context>debugStack:on:
         0xc05e1d0 s OrderedCollection>do:
         0xbfcef68 s Context>debugStack:on:
         0xbff7f70 s Context>shortDebugStackOn:
         0xc01ab58 s [] in SmalltalkImage>logError:inContext:
         0xc046d68 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf87e50 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa4608 s SmalltalkImage>logStdErrorDuring:
         0xbfd7440 s SmalltalkImage>logError:inContext:
         0xbffc7b0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01fd18 s FullBlockClosure(BlockClosure)>ensure:
         0xc04c2c8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0619e0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e288 s Halt(Exception)>unhandledErrorAction
         0xc08b4f8 s Halt(UnhandledException)>defaultAction
         0xc0fa808 s UndefinedObject>handleSignal:
         0xc0fa8c0 s Context>handleSignal:
         0xc0fa978 s Context>handleSignal:
         0xc0faa30 s Context>handleSignal:
         0xc0faae8 s Context>handleSignal:
         0xc0faba0 s Context>handleSignal:
         0xc0fac58 s Context>handleSignal:
         0xc0fad10 s Context>handleSignal:
         0xc0fadc8 s Context>handleSignal:
         0xc0fae80 s Context>handleSignal:
         0xc0faf38 s Context>handleSignal:
         0xc109a38 s Context>handleSignal:
         0xc114ae0 s Context>handleSignal:
         0xc11f988 s Context>handleSignal:
         0xc12a270 s Context>handleSignal:
         0xc134aa0 s Context>handleSignal:
         0xc13f2d0 s Context>handleSignal:
         0xc149b00 s Context>handleSignal:
         0xc154330 s Context>handleSignal:
         0xc15eb60 s Context>handleSignal:
         0xc169390 s Context>handleSignal:
         0xc173bc0 s Context>handleSignal:
         0xc17e3f0 s Context>handleSignal:
         0xc188c20 s Context>handleSignal:
         0xc193450 s Context>handleSignal:
         0xc19dc80 s Context>handleSignal:
         0xc1a84b0 s Context>handleSignal:
         0xc1b2ce0 s Context>handleSignal:
         0xc1bd510 s Context>handleSignal:
         0xc1c7d40 s Context>handleSignal:
         0xc1d2570 s Context>handleSignal:
         0xc1dcda0 s Context>handleSignal:
         0xc1e75d0 s Context>handleSignal:
         0xc1f1e00 s Context>handleSignal:
         0xc1fc630 s Context>handleSignal:
         0xc206e60 s Context>handleSignal:
         0xc211690 s Context>handleSignal:
         0xc21bec0 s Context>handleSignal:
         0xc2266f0 s Context>handleSignal:
         0xc230f20 s Context>handleSignal:
         0xc23b750 s Context>handleSignal:
         0xc245f80 s Context>handleSignal:
         0xc2507b0 s Context>handleSignal:
         0xc25afe0 s Context>handleSignal:
         0xc262450 s Context>handleSignal:
         0xb7e2450 s Context>handleSignal:
         0xb7ecd38 s Context>handleSignal:
         0xb7f7620 s Context>handleSignal:
         0xb801f08 s Context>handleSignal:
         0xb80c7f0 s Context>handleSignal:
         0xb8170d8 s Context>handleSignal:
         0xb8219c0 s Context>handleSignal:
         0xb82c2a8 s Context>handleSignal:
         0xb836b90 s Context>handleSignal:
         0xb841478 s Context>handleSignal:
         0xb84bd60 s Context>handleSignal:
         0xb856648 s Context>handleSignal:
         0xb860f30 s Context>handleSignal:
         0xb86b818 s Context>handleSignal:
         0xb876100 s Context>handleSignal:
         0xb8809e8 s Context>handleSignal:
         0xb88b2d0 s Context>handleSignal:
         0xb895bb8 s Context>handleSignal:
         0xb8a04a0 s Context>handleSignal:
         0xb8aad88 s Context>handleSignal:
         0xb8b5670 s Context>handleSignal:
         0xb8bff58 s Context>handleSignal:
         0xb8ca840 s Context>handleSignal:
         0xb8d5128 s Context>handleSignal:
         0xb8dfa10 s Context>handleSignal:
         0xb8ea2f8 s Context>handleSignal:
         0xb8f4be0 s Context>handleSignal:
         0xb8ff4c8 s Context>handleSignal:
         0xb909db0 s Context>handleSignal:
         0xb914698 s Context>handleSignal:
         0xb91ef80 s Context>handleSignal:
         0xb929868 s Context>handleSignal:
         0xb934150 s Context>handleSignal:
         0xb93ea38 s Context>handleSignal:
         0xb949320 s Context>handleSignal:
         0xb953c08 s Context>handleSignal:
         0xb95e4f0 s Context>handleSignal:
         0xb968dd8 s Context>handleSignal:
         0xb9736c0 s Context>handleSignal:
         0xb97dfa8 s Context>handleSignal:
         0xb988890 s Context>handleSignal:
         0xb993178 s Context>handleSignal:
         0xb99da60 s Context>handleSignal:
         0xb9a8348 s Context>handleSignal:
         0xb9b2c30 s Context>handleSignal:
         0xb9bd518 s Context>handleSignal:
         0xb9c7e00 s Context>handleSignal:
         0xb9d26e8 s Context>handleSignal:
         0xb9dcfd0 s Context>handleSignal:
         0xb9e78b8 s Context>handleSignal:
         0xb9f21a0 s Context>handleSignal:
         0xb9fca88 s Context>handleSignal:
         0xba07370 s Context>handleSignal:
         0xba11c58 s Context>handleSignal:
         0xba1c540 s Context>handleSignal:
         0xba26e28 s Context>handleSignal:
         0xba31710 s Context>handleSignal:
         0xba3bff8 s Context>handleSignal:
         0xba42f60 s Context>handleSignal:
         0xba48098 s Context>handleSignal:
         0xba4d118 s Context>handleSignal:
         0xba520e0 s Context>handleSignal:
         0xba570a8 s Context>handleSignal:
         0xba5bfb8 s Context>handleSignal:
         0xba60e10 s Context>handleSignal:
         0xba65c68 s Context>handleSignal:
         0xba6aa08 s Context>handleSignal:
         0xba6f7a8 s Context>handleSignal:
         0xba74490 s Context>handleSignal:
         0xba79178 s Context>handleSignal:
         0xba7de60 s Context>handleSignal:
         0xba82b48 s Context>handleSignal:
         0xba87830 s Context>handleSignal:
         0xba8c518 s Context>handleSignal:
         0xba91200 s Context>handleSignal:
         0xba95ee8 s Context>handleSignal:
         0xba9abd0 s Context>handleSignal:
         0xba9f8b8 s Context>handleSignal:
         0xbaa45a0 s Context>handleSignal:
         0xbaa9288 s Context>handleSignal:
         0xbaadf70 s Context>handleSignal:
         0xbab2c58 s Context>handleSignal:
         0xbab7940 s Context>handleSignal:
         0xbabc628 s Context>handleSignal:
         0xbac1310 s Context>handleSignal:
         0xbac5ff8 s Context>handleSignal:
         0xbacace0 s Context>handleSignal:
         0xbacf9c8 s Context>handleSignal:
         0xbad46b0 s Context>handleSignal:
         0xbad9398 s Context>handleSignal:
         0xbade080 s Context>handleSignal:
         0xbae2d68 s Context>handleSignal:
         0xbae7a50 s Context>handleSignal:
         0xbaec738 s Context>handleSignal:
         0xbaf1420 s Context>handleSignal:
         0xbaf6108 s Context>handleSignal:
         0xbafadf0 s Context>handleSignal:
         0xbaffad8 s Context>handleSignal:
         0xbb047c0 s Context>handleSignal:
         0xbb094a8 s Context>handleSignal:
         0xbb0e190 s Context>handleSignal:
         0xbb12e78 s Context>handleSignal:
         0xbb17b60 s Context>handleSignal:
         0xbb1c848 s Context>handleSignal:
         0xbb21530 s Context>handleSignal:
         0xbb26218 s Context>handleSignal:
         0xbb2af00 s Context>handleSignal:
         0xbb2fbe8 s Context>handleSignal:
         0xbb348d0 s Context>handleSignal:
         0xbb395b8 s Context>handleSignal:
         0xbb3e2a0 s Context>handleSignal:
         0xbb42f88 s Context>handleSignal:
         0xbb47c70 s Context>handleSignal:
         0xbb4c958 s Context>handleSignal:
         0xbb51640 s Context>handleSignal:
         0xbb56328 s Context>handleSignal:
         0xbb5b010 s Context>handleSignal:
         0xbb5fcf8 s Context>handleSignal:
         0xbb649e0 s Context>handleSignal:
         0xbb696c8 s Context>handleSignal:
         0xbb6e3b0 s Context>handleSignal:
         0xbb73098 s Context>handleSignal:
         0xbb77d80 s Context>handleSignal:
         0xbb7ca68 s Context>handleSignal:
         0xbb81750 s Context>handleSignal:
         0xbb86438 s Context>handleSignal:
         0xbb8b120 s Context>handleSignal:
         0xbb8fe08 s Context>handleSignal:
         0xbb94af0 s Context>handleSignal:
         0xbb997d8 s Context>handleSignal:
         0xbb9e408 s Context>handleSignal:
         0xbba3038 s Context>handleSignal:
         0xbba7c68 s Context>handleSignal:
         0xbbac898 s Context>handleSignal:
         0xbbb14c8 s Context>handleSignal:
         0xbbb60f8 s Context>handleSignal:
         0xbbbad28 s Context>handleSignal:
         0xbbbf958 s Context>handleSignal:
         0xbbc4588 s Context>handleSignal:
         0xbbc91b8 s Context>handleSignal:
         0xbbcdde8 s Context>handleSignal:
         0xbbd2a18 s Context>handleSignal:
         0xbbd7648 s Context>handleSignal:
         0xbbdc278 s Context>handleSignal:
         0xbbe0ea8 s Context>handleSignal:
         0xbbe5ad8 s Context>handleSignal:
         0xbbea708 s Context>handleSignal:
         0xbbef338 s Context>handleSignal:
         0xbbf3f68 s Context>handleSignal:
         0xbbf8b98 s Context>handleSignal:
         0xbbfd7c8 s Context>handleSignal:
         0xbc023f8 s Context>handleSignal:
         0xbc07028 s Context>handleSignal:
         0xbc0bc58 s Context>handleSignal:
         0xbc10888 s Context>handleSignal:
         0xbc154b8 s Context>handleSignal:
         0xbc1a0e8 s Context>handleSignal:
         0xbc1ed18 s Context>handleSignal:
         0xbc23948 s Context>handleSignal:
         0xbc28578 s Context>handleSignal:
         0xbc2d1a8 s Context>handleSignal:
         0xbc31dd8 s Context>handleSignal:
         0xbc36a08 s Context>handleSignal:
         0xbc3b638 s Context>handleSignal:
         0xbc40268 s Context>handleSignal:
         0xbc44e98 s Context>handleSignal:
         0xbc49ac8 s Context>handleSignal:
         0xbc4e6f8 s Context>handleSignal:
         0xbc53328 s Context>handleSignal:
         0xbc58028 s Context>handleSignal:
         0xbc5cc58 s Context>handleSignal:
         0xbc61888 s Context>handleSignal:
         0xbc664b8 s Context>handleSignal:
         0xbc6b0e8 s Context>handleSignal:
         0xbc6fd18 s Context>handleSignal:
         0xbc74948 s Context>handleSignal:
         0xbc79578 s Context>handleSignal:
         0xbc7e1a8 s Context>handleSignal:
         0xbc82dd8 s Context>handleSignal:
         0xbc87a08 s Context>handleSignal:
         0xbc8c638 s Context>handleSignal:
         0xbc91268 s Context>handleSignal:
         0xbc95e98 s Context>handleSignal:
         0xbc9aac8 s Context>handleSignal:
         0xbc9f6f8 s Context>handleSignal:
         0xbca4328 s Context>handleSignal:
         0xbca8f58 s Context>handleSignal:
         0xbcadb88 s Context>handleSignal:
         0xbcb27b8 s Context>handleSignal:
         0xbcb73e8 s Context>handleSignal:
         0xbcbc018 s Context>handleSignal:
         0xbcc0c48 s Context>handleSignal:
         0xbcc5878 s Context>handleSignal:
         0xbcca4a8 s Context>handleSignal:
         0xbccf0d8 s Context>handleSignal:
         0xbcd3d08 s Context>handleSignal:
         0xbcd8938 s Context>handleSignal:
         0xbcdd568 s Context>handleSignal:
         0xbce2198 s Context>handleSignal:
         0xbce6dc8 s Context>handleSignal:
         0xbceb9f8 s Context>handleSignal:
         0xbcf0628 s Context>handleSignal:
         0xbcf5258 s Context>handleSignal:
         0xbcf9e88 s Context>handleSignal:
         0xbcfeab8 s Context>handleSignal:
         0xbd036e8 s Context>handleSignal:
         0xbd08318 s Context>handleSignal:
         0xbd0cf48 s Context>handleSignal:
         0xbd11b78 s Context>handleSignal:
         0xbd167a8 s Context>handleSignal:
         0xbd1b3d8 s Context>handleSignal:
         0xbd20008 s Context>handleSignal:
         0xbd24c38 s Context>handleSignal:
         0xbd29868 s Context>handleSignal:
         0xbd2e498 s Context>handleSignal:
         0xbd330c8 s Context>handleSignal:
         0xbd37cf8 s Context>handleSignal:
         0xbd3c928 s Context>handleSignal:
         0xbd41558 s Context>handleSignal:
         0xbd46188 s Context>handleSignal:
         0xbd4adb8 s Context>handleSignal:
         0xbd4f9e8 s Context>handleSignal:
         0xbd54618 s Context>handleSignal:
         0xbd59248 s Context>handleSignal:
         0xbd5de78 s Context>handleSignal:
         0xbd62aa8 s Context>handleSignal:
         0xbd676d8 s Context>handleSignal:
         0xbd6c308 s Context>handleSignal:
         0xbd70f38 s Context>handleSignal:
         0xbd75b68 s Context>handleSignal:
         0xbd7a798 s Context>handleSignal:
         0xbd7f3c8 s Context>handleSignal:
         0xbd83ff8 s Context>handleSignal:
         0xbd88c28 s Context>handleSignal:
         0xbd8d858 s Context>handleSignal:
         0xbd92488 s Context>handleSignal:
         0xbd970b8 s Context>handleSignal:
         0xbd9bce8 s Context>handleSignal:
         0xbda0918 s Context>handleSignal:
         0xbda5548 s Context>handleSignal:
         0xbdaa178 s Context>handleSignal:
         0xbdaeda8 s Context>handleSignal:
         0xbdb39d8 s Context>handleSignal:
         0xbdb8608 s Context>handleSignal:
         0xbdbd238 s Context>handleSignal:
         0xbdc1e68 s Context>handleSignal:
         0xbdc6a98 s Context>handleSignal:
         0xbdcb6c8 s Context>handleSignal:
         0xbdd02f8 s Context>handleSignal:
         0xbdd4f28 s Context>handleSignal:
         0xbdd9b58 s Context>handleSignal:
         0xbdde788 s Context>handleSignal:
         0xbde33b8 s Context>handleSignal:
         0xbde7fe8 s Context>handleSignal:
         0xbdecc18 s Context>handleSignal:
         0xbdf1848 s Context>handleSignal:
         0xbdf6478 s Context>handleSignal:
         0xbdfb0a8 s Context>handleSignal:
         0xbdffcd8 s Context>handleSignal:
         0xbe04908 s Context>handleSignal:
         0xbe09538 s Context>handleSignal:
         0xbe0e168 s Context>handleSignal:
         0xbe12d98 s Context>handleSignal:
         0xbe179c8 s Context>handleSignal:
         0xbe1c5f8 s Context>handleSignal:
         0xbe21228 s Context>handleSignal:
         0xbe25e58 s Context>handleSignal:
         0xbe2aa88 s Context>handleSignal:
         0xbe2f6b8 s Context>handleSignal:
         0xbe342e8 s Context>handleSignal:
         0xbe38f18 s Context>handleSignal:
         0xbe3db48 s Context>handleSignal:
         0xbe42778 s Context>handleSignal:
         0xbe473a8 s Context>handleSignal:
         0xbe4bfd8 s Context>handleSignal:
         0xbe50c08 s Context>handleSignal:
         0xbe55838 s Context>handleSignal:
         0xbe5a468 s Context>handleSignal:
         0xbe5f098 s Context>handleSignal:
         0xbe63cc8 s Context>handleSignal:
         0xbe688f8 s Context>handleSignal:
         0xbe6d528 s Context>handleSignal:
         0xbe72158 s Context>handleSignal:
         0xbe76d88 s Context>handleSignal:
         0xbe7b9b8 s Context>handleSignal:
         0xbe80530 s Context>handleSignal:
         0xbe84ff0 s Context>handleSignal:
         0xbe899f8 s Context>handleSignal:
         0xbe8e348 s Context>handleSignal:
         0xbe92be0 s Context>handleSignal:
         0xbe973c0 s Context>handleSignal:
         0xbe9bae8 s Context>handleSignal:
         0xbea0158 s Context>handleSignal:
         0xbea4710 s Context>handleSignal:
         0xbea8c10 s Context>handleSignal:
         0xbead058 s Context>handleSignal:
         0xbeb13e8 s Context>handleSignal:
         0xbeb56c0 s Context>handleSignal:
         0xbeb98e0 s Context>handleSignal:
         0xbebda48 s Context>handleSignal:
         0xbec1af8 s Context>handleSignal:
         0xbec5af0 s Context>handleSignal:
         0xbec9a30 s Context>handleSignal:
         0xbecd8b8 s Context>handleSignal:
         0xbed1688 s Context>handleSignal:
         0xbed53a0 s Context>handleSignal:
         0xbed9000 s Context>handleSignal:
         0xbedcba8 s Context>handleSignal:
         0xbee0698 s Context>handleSignal:
         0xbee40d0 s Context>handleSignal:
         0xbee7a50 s Context>handleSignal:
         0xbeeb318 s Context>handleSignal:
         0xbeeeb28 s Context>handleSignal:
         0xbef2280 s Context>handleSignal:
         0xbef5920 s Context>handleSignal:
         0xbef8f08 s Context>handleSignal:
         0xbefc438 s Context>handleSignal:
         0xbeff8b0 s Context>handleSignal:
         0xbf02c70 s Context>handleSignal:
         0xbf05f78 s Context>handleSignal:
         0xbf091c8 s Context>handleSignal:
         0xbf0c360 s Context>handleSignal:
         0xbf0f440 s Context>handleSignal:
         0xbf12468 s Context>handleSignal:
         0xbf153d8 s Context>handleSignal:
         0xbf18290 s Context>handleSignal:
         0xbf1b090 s Context>handleSignal:
         0xbf1ddd8 s Context>handleSignal:
         0xbf20a68 s Context>handleSignal:
         0xbf23640 s Context>handleSignal:
         0xbf26160 s Context>handleSignal:
         0xbf28bc8 s Context>handleSignal:
         0xbf2b578 s Context>handleSignal:
         0xbf2de70 s Context>handleSignal:
         0xbf306b0 s Context>handleSignal:
         0xbf32e38 s Context>handleSignal:
         0xbf35508 s Context>handleSignal:
         0xbf37a68 s Context>handleSignal:
         0xbf39f10 s Context>handleSignal:
         0xbf3c300 s Context>handleSignal:
         0xbf3e638 s Context>handleSignal:
         0xbf408b8 s Context>handleSignal:
         0xbf42a80 s Context>handleSignal:
         0xbf44b90 s Context>handleSignal:
         0xbf46be8 s Context>handleSignal:
         0xbf48b88 s Context>handleSignal:
         0xbf4aa70 s Context>handleSignal:
         0xbf4c8a0 s Context>handleSignal:
         0xbf4e618 s Context>handleSignal:
         0xbf502d8 s Context>handleSignal:
         0xbf51ee0 s Context>handleSignal:
         0xbf887a8 s Halt(Exception)>signal
         0xbfa5200 s Halt class(Exception class)>signal
         0xbfd7f90 s Halt class>now
         0xbfcf020 s FullBlockClosure(Object)>halt
         0xbff8028 s FullBlockClosure>printOn:
         0xc01ac10 s Context>printOn:
         0xc046e20 s Context>printDebugOn:
         0xc047100 s [] in Context>debugStack:on:
         0xc05e118 s OrderedCollection>do:
         0xbfceda8 s Context>debugStack:on:
         0xbff7dd8 s Context>shortDebugStackOn:
         0xc01a9d8 s [] in SmalltalkImage>logError:inContext:
         0xc046b40 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf87ce0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa4438 s SmalltalkImage>logStdErrorDuring:
         0xbfd7288 s SmalltalkImage>logError:inContext:
         0xbffc6e8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01fc28 s FullBlockClosure(BlockClosure)>ensure:
         0xc04c1e8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061928 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e1d0 s Halt(Exception)>unhandledErrorAction
         0xc08b440 s Halt(UnhandledException)>defaultAction
         0xc0fa020 s UndefinedObject>handleSignal:
         0xc0fa0d8 s Context>handleSignal:
         0xc0fa190 s Context>handleSignal:
         0xc0fa248 s Context>handleSignal:
         0xc0fa300 s Context>handleSignal:
         0xc0fa3b8 s Context>handleSignal:
         0xc0fa470 s Context>handleSignal:
         0xc0fa528 s Context>handleSignal:
         0xc0fa5e0 s Context>handleSignal:
         0xc0fa698 s Context>handleSignal:
         0xc0fa750 s Context>handleSignal:
         0xc109980 s Context>handleSignal:
         0xc114a28 s Context>handleSignal:
         0xc11f8d0 s Context>handleSignal:
         0xc12a1b8 s Context>handleSignal:
         0xc1349e8 s Context>handleSignal:
         0xc13f218 s Context>handleSignal:
         0xc149a48 s Context>handleSignal:
         0xc154278 s Context>handleSignal:
         0xc15eaa8 s Context>handleSignal:
         0xc1692d8 s Context>handleSignal:
         0xc173b08 s Context>handleSignal:
         0xc17e338 s Context>handleSignal:
         0xc188b68 s Context>handleSignal:
         0xc193398 s Context>handleSignal:
         0xc19dbc8 s Context>handleSignal:
         0xc1a83f8 s Context>handleSignal:
         0xc1b2c28 s Context>handleSignal:
         0xc1bd458 s Context>handleSignal:
         0xc1c7c88 s Context>handleSignal:
         0xc1d24b8 s Context>handleSignal:
         0xc1dcce8 s Context>handleSignal:
         0xc1e7518 s Context>handleSignal:
         0xc1f1d48 s Context>handleSignal:
         0xc1fc578 s Context>handleSignal:
         0xc206da8 s Context>handleSignal:
         0xc2115d8 s Context>handleSignal:
         0xc21be08 s Context>handleSignal:
         0xc226638 s Context>handleSignal:
         0xc230e68 s Context>handleSignal:
         0xc23b698 s Context>handleSignal:
         0xc245ec8 s Context>handleSignal:
         0xc2506f8 s Context>handleSignal:
         0xc25af28 s Context>handleSignal:
         0xc262398 s Context>handleSignal:
         0xb7e2398 s Context>handleSignal:
         0xb7ecc80 s Context>handleSignal:
         0xb7f7568 s Context>handleSignal:
         0xb801e50 s Context>handleSignal:
         0xb80c738 s Context>handleSignal:
         0xb817020 s Context>handleSignal:
         0xb821908 s Context>handleSignal:
         0xb82c1f0 s Context>handleSignal:
         0xb836ad8 s Context>handleSignal:
         0xb8413c0 s Context>handleSignal:
         0xb84bca8 s Context>handleSignal:
         0xb856590 s Context>handleSignal:
         0xb860e78 s Context>handleSignal:
         0xb86b760 s Context>handleSignal:
         0xb876048 s Context>handleSignal:
         0xb880930 s Context>handleSignal:
         0xb88b218 s Context>handleSignal:
         0xb895b00 s Context>handleSignal:
         0xb8a03e8 s Context>handleSignal:
         0xb8aacd0 s Context>handleSignal:
         0xb8b55b8 s Context>handleSignal:
         0xb8bfea0 s Context>handleSignal:
         0xb8ca788 s Context>handleSignal:
         0xb8d5070 s Context>handleSignal:
         0xb8df958 s Context>handleSignal:
         0xb8ea240 s Context>handleSignal:
         0xb8f4b28 s Context>handleSignal:
         0xb8ff410 s Context>handleSignal:
         0xb909cf8 s Context>handleSignal:
         0xb9145e0 s Context>handleSignal:
         0xb91eec8 s Context>handleSignal:
         0xb9297b0 s Context>handleSignal:
         0xb934098 s Context>handleSignal:
         0xb93e980 s Context>handleSignal:
         0xb949268 s Context>handleSignal:
         0xb953b50 s Context>handleSignal:
         0xb95e438 s Context>handleSignal:
         0xb968d20 s Context>handleSignal:
         0xb973608 s Context>handleSignal:
         0xb97def0 s Context>handleSignal:
         0xb9887d8 s Context>handleSignal:
         0xb9930c0 s Context>handleSignal:
         0xb99d9a8 s Context>handleSignal:
         0xb9a8290 s Context>handleSignal:
         0xb9b2b78 s Context>handleSignal:
         0xb9bd460 s Context>handleSignal:
         0xb9c7d48 s Context>handleSignal:
         0xb9d2630 s Context>handleSignal:
         0xb9dcf18 s Context>handleSignal:
         0xb9e7800 s Context>handleSignal:
         0xb9f20e8 s Context>handleSignal:
         0xb9fc9d0 s Context>handleSignal:
         0xba072b8 s Context>handleSignal:
         0xba11ba0 s Context>handleSignal:
         0xba1c488 s Context>handleSignal:
         0xba26d70 s Context>handleSignal:
         0xba31658 s Context>handleSignal:
         0xba3bf40 s Context>handleSignal:
         0xba42ea8 s Context>handleSignal:
         0xba47fe0 s Context>handleSignal:
         0xba4d060 s Context>handleSignal:
         0xba52028 s Context>handleSignal:
         0xba56ff0 s Context>handleSignal:
         0xba5bf00 s Context>handleSignal:
         0xba60d58 s Context>handleSignal:
         0xba65bb0 s Context>handleSignal:
         0xba6a950 s Context>handleSignal:
         0xba6f6f0 s Context>handleSignal:
         0xba743d8 s Context>handleSignal:
         0xba790c0 s Context>handleSignal:
         0xba7dda8 s Context>handleSignal:
         0xba82a90 s Context>handleSignal:
         0xba87778 s Context>handleSignal:
         0xba8c460 s Context>handleSignal:
         0xba91148 s Context>handleSignal:
         0xba95e30 s Context>handleSignal:
         0xba9ab18 s Context>handleSignal:
         0xba9f800 s Context>handleSignal:
         0xbaa44e8 s Context>handleSignal:
         0xbaa91d0 s Context>handleSignal:
         0xbaadeb8 s Context>handleSignal:
         0xbab2ba0 s Context>handleSignal:
         0xbab7888 s Context>handleSignal:
         0xbabc570 s Context>handleSignal:
         0xbac1258 s Context>handleSignal:
         0xbac5f40 s Context>handleSignal:
         0xbacac28 s Context>handleSignal:
         0xbacf910 s Context>handleSignal:
         0xbad45f8 s Context>handleSignal:
         0xbad92e0 s Context>handleSignal:
         0xbaddfc8 s Context>handleSignal:
         0xbae2cb0 s Context>handleSignal:
         0xbae7998 s Context>handleSignal:
         0xbaec680 s Context>handleSignal:
         0xbaf1368 s Context>handleSignal:
         0xbaf6050 s Context>handleSignal:
         0xbafad38 s Context>handleSignal:
         0xbaffa20 s Context>handleSignal:
         0xbb04708 s Context>handleSignal:
         0xbb093f0 s Context>handleSignal:
         0xbb0e0d8 s Context>handleSignal:
         0xbb12dc0 s Context>handleSignal:
         0xbb17aa8 s Context>handleSignal:
         0xbb1c790 s Context>handleSignal:
         0xbb21478 s Context>handleSignal:
         0xbb26160 s Context>handleSignal:
         0xbb2ae48 s Context>handleSignal:
         0xbb2fb30 s Context>handleSignal:
         0xbb34818 s Context>handleSignal:
         0xbb39500 s Context>handleSignal:
         0xbb3e1e8 s Context>handleSignal:
         0xbb42ed0 s Context>handleSignal:
         0xbb47bb8 s Context>handleSignal:
         0xbb4c8a0 s Context>handleSignal:
         0xbb51588 s Context>handleSignal:
         0xbb56270 s Context>handleSignal:
         0xbb5af58 s Context>handleSignal:
         0xbb5fc40 s Context>handleSignal:
         0xbb64928 s Context>handleSignal:
         0xbb69610 s Context>handleSignal:
         0xbb6e2f8 s Context>handleSignal:
         0xbb72fe0 s Context>handleSignal:
         0xbb77cc8 s Context>handleSignal:
         0xbb7c9b0 s Context>handleSignal:
         0xbb81698 s Context>handleSignal:
         0xbb86380 s Context>handleSignal:
         0xbb8b068 s Context>handleSignal:
         0xbb8fd50 s Context>handleSignal:
         0xbb94a38 s Context>handleSignal:
         0xbb99720 s Context>handleSignal:
         0xbb9e350 s Context>handleSignal:
         0xbba2f80 s Context>handleSignal:
         0xbba7bb0 s Context>handleSignal:
         0xbbac7e0 s Context>handleSignal:
         0xbbb1410 s Context>handleSignal:
         0xbbb6040 s Context>handleSignal:
         0xbbbac70 s Context>handleSignal:
         0xbbbf8a0 s Context>handleSignal:
         0xbbc44d0 s Context>handleSignal:
         0xbbc9100 s Context>handleSignal:
         0xbbcdd30 s Context>handleSignal:
         0xbbd2960 s Context>handleSignal:
         0xbbd7590 s Context>handleSignal:
         0xbbdc1c0 s Context>handleSignal:
         0xbbe0df0 s Context>handleSignal:
         0xbbe5a20 s Context>handleSignal:
         0xbbea650 s Context>handleSignal:
         0xbbef280 s Context>handleSignal:
         0xbbf3eb0 s Context>handleSignal:
         0xbbf8ae0 s Context>handleSignal:
         0xbbfd710 s Context>handleSignal:
         0xbc02340 s Context>handleSignal:
         0xbc06f70 s Context>handleSignal:
         0xbc0bba0 s Context>handleSignal:
         0xbc107d0 s Context>handleSignal:
         0xbc15400 s Context>handleSignal:
         0xbc1a030 s Context>handleSignal:
         0xbc1ec60 s Context>handleSignal:
         0xbc23890 s Context>handleSignal:
         0xbc284c0 s Context>handleSignal:
         0xbc2d0f0 s Context>handleSignal:
         0xbc31d20 s Context>handleSignal:
         0xbc36950 s Context>handleSignal:
         0xbc3b580 s Context>handleSignal:
         0xbc401b0 s Context>handleSignal:
         0xbc44de0 s Context>handleSignal:
         0xbc49a10 s Context>handleSignal:
         0xbc4e640 s Context>handleSignal:
         0xbc53270 s Context>handleSignal:
         0xbc57f70 s Context>handleSignal:
         0xbc5cba0 s Context>handleSignal:
         0xbc617d0 s Context>handleSignal:
         0xbc66400 s Context>handleSignal:
         0xbc6b030 s Context>handleSignal:
         0xbc6fc60 s Context>handleSignal:
         0xbc74890 s Context>handleSignal:
         0xbc794c0 s Context>handleSignal:
         0xbc7e0f0 s Context>handleSignal:
         0xbc82d20 s Context>handleSignal:
         0xbc87950 s Context>handleSignal:
         0xbc8c580 s Context>handleSignal:
         0xbc911b0 s Context>handleSignal:
         0xbc95de0 s Context>handleSignal:
         0xbc9aa10 s Context>handleSignal:
         0xbc9f640 s Context>handleSignal:
         0xbca4270 s Context>handleSignal:
         0xbca8ea0 s Context>handleSignal:
         0xbcadad0 s Context>handleSignal:
         0xbcb2700 s Context>handleSignal:
         0xbcb7330 s Context>handleSignal:
         0xbcbbf60 s Context>handleSignal:
         0xbcc0b90 s Context>handleSignal:
         0xbcc57c0 s Context>handleSignal:
         0xbcca3f0 s Context>handleSignal:
         0xbccf020 s Context>handleSignal:
         0xbcd3c50 s Context>handleSignal:
         0xbcd8880 s Context>handleSignal:
         0xbcdd4b0 s Context>handleSignal:
         0xbce20e0 s Context>handleSignal:
         0xbce6d10 s Context>handleSignal:
         0xbceb940 s Context>handleSignal:
         0xbcf0570 s Context>handleSignal:
         0xbcf51a0 s Context>handleSignal:
         0xbcf9dd0 s Context>handleSignal:
         0xbcfea00 s Context>handleSignal:
         0xbd03630 s Context>handleSignal:
         0xbd08260 s Context>handleSignal:
         0xbd0ce90 s Context>handleSignal:
         0xbd11ac0 s Context>handleSignal:
         0xbd166f0 s Context>handleSignal:
         0xbd1b320 s Context>handleSignal:
         0xbd1ff50 s Context>handleSignal:
         0xbd24b80 s Context>handleSignal:
         0xbd297b0 s Context>handleSignal:
         0xbd2e3e0 s Context>handleSignal:
         0xbd33010 s Context>handleSignal:
         0xbd37c40 s Context>handleSignal:
         0xbd3c870 s Context>handleSignal:
         0xbd414a0 s Context>handleSignal:
         0xbd460d0 s Context>handleSignal:
         0xbd4ad00 s Context>handleSignal:
         0xbd4f930 s Context>handleSignal:
         0xbd54560 s Context>handleSignal:
         0xbd59190 s Context>handleSignal:
         0xbd5ddc0 s Context>handleSignal:
         0xbd629f0 s Context>handleSignal:
         0xbd67620 s Context>handleSignal:
         0xbd6c250 s Context>handleSignal:
         0xbd70e80 s Context>handleSignal:
         0xbd75ab0 s Context>handleSignal:
         0xbd7a6e0 s Context>handleSignal:
         0xbd7f310 s Context>handleSignal:
         0xbd83f40 s Context>handleSignal:
         0xbd88b70 s Context>handleSignal:
         0xbd8d7a0 s Context>handleSignal:
         0xbd923d0 s Context>handleSignal:
         0xbd97000 s Context>handleSignal:
         0xbd9bc30 s Context>handleSignal:
         0xbda0860 s Context>handleSignal:
         0xbda5490 s Context>handleSignal:
         0xbdaa0c0 s Context>handleSignal:
         0xbdaecf0 s Context>handleSignal:
         0xbdb3920 s Context>handleSignal:
         0xbdb8550 s Context>handleSignal:
         0xbdbd180 s Context>handleSignal:
         0xbdc1db0 s Context>handleSignal:
         0xbdc69e0 s Context>handleSignal:
         0xbdcb610 s Context>handleSignal:
         0xbdd0240 s Context>handleSignal:
         0xbdd4e70 s Context>handleSignal:
         0xbdd9aa0 s Context>handleSignal:
         0xbdde6d0 s Context>handleSignal:
         0xbde3300 s Context>handleSignal:
         0xbde7f30 s Context>handleSignal:
         0xbdecb60 s Context>handleSignal:
         0xbdf1790 s Context>handleSignal:
         0xbdf63c0 s Context>handleSignal:
         0xbdfaff0 s Context>handleSignal:
         0xbdffc20 s Context>handleSignal:
         0xbe04850 s Context>handleSignal:
         0xbe09480 s Context>handleSignal:
         0xbe0e0b0 s Context>handleSignal:
         0xbe12ce0 s Context>handleSignal:
         0xbe17910 s Context>handleSignal:
         0xbe1c540 s Context>handleSignal:
         0xbe21170 s Context>handleSignal:
         0xbe25da0 s Context>handleSignal:
         0xbe2a9d0 s Context>handleSignal:
         0xbe2f600 s Context>handleSignal:
         0xbe34230 s Context>handleSignal:
         0xbe38e60 s Context>handleSignal:
         0xbe3da90 s Context>handleSignal:
         0xbe426c0 s Context>handleSignal:
         0xbe472f0 s Context>handleSignal:
         0xbe4bf20 s Context>handleSignal:
         0xbe50b50 s Context>handleSignal:
         0xbe55780 s Context>handleSignal:
         0xbe5a3b0 s Context>handleSignal:
         0xbe5efe0 s Context>handleSignal:
         0xbe63c10 s Context>handleSignal:
         0xbe68840 s Context>handleSignal:
         0xbe6d470 s Context>handleSignal:
         0xbe720a0 s Context>handleSignal:
         0xbe76cd0 s Context>handleSignal:
         0xbe7b900 s Context>handleSignal:
         0xbe80478 s Context>handleSignal:
         0xbe84f38 s Context>handleSignal:
         0xbe89940 s Context>handleSignal:
         0xbe8e290 s Context>handleSignal:
         0xbe92b28 s Context>handleSignal:
         0xbe97308 s Context>handleSignal:
         0xbe9ba30 s Context>handleSignal:
         0xbea00a0 s Context>handleSignal:
         0xbea4658 s Context>handleSignal:
         0xbea8b58 s Context>handleSignal:
         0xbeacfa0 s Context>handleSignal:
         0xbeb1330 s Context>handleSignal:
         0xbeb5608 s Context>handleSignal:
         0xbeb9828 s Context>handleSignal:
         0xbebd990 s Context>handleSignal:
         0xbec1a40 s Context>handleSignal:
         0xbec5a38 s Context>handleSignal:
         0xbec9978 s Context>handleSignal:
         0xbecd800 s Context>handleSignal:
         0xbed15d0 s Context>handleSignal:
         0xbed52e8 s Context>handleSignal:
         0xbed8f48 s Context>handleSignal:
         0xbedcaf0 s Context>handleSignal:
         0xbee05e0 s Context>handleSignal:
         0xbee4018 s Context>handleSignal:
         0xbee7998 s Context>handleSignal:
         0xbeeb260 s Context>handleSignal:
         0xbeeea70 s Context>handleSignal:
         0xbef21c8 s Context>handleSignal:
         0xbef5868 s Context>handleSignal:
         0xbef8e50 s Context>handleSignal:
         0xbefc380 s Context>handleSignal:
         0xbeff7f8 s Context>handleSignal:
         0xbf02bb8 s Context>handleSignal:
         0xbf05ec0 s Context>handleSignal:
         0xbf09110 s Context>handleSignal:
         0xbf0c2a8 s Context>handleSignal:
         0xbf0f388 s Context>handleSignal:
         0xbf123b0 s Context>handleSignal:
         0xbf15320 s Context>handleSignal:
         0xbf181d8 s Context>handleSignal:
         0xbf1afd8 s Context>handleSignal:
         0xbf1dd20 s Context>handleSignal:
         0xbf209b0 s Context>handleSignal:
         0xbf23588 s Context>handleSignal:
         0xbf260a8 s Context>handleSignal:
         0xbf28b10 s Context>handleSignal:
         0xbf2b4c0 s Context>handleSignal:
         0xbf2ddb8 s Context>handleSignal:
         0xbf305f8 s Context>handleSignal:
         0xbf32d80 s Context>handleSignal:
         0xbf35450 s Context>handleSignal:
         0xbf379b0 s Context>handleSignal:
         0xbf39e58 s Context>handleSignal:
         0xbf3c248 s Context>handleSignal:
         0xbf3e580 s Context>handleSignal:
         0xbf40800 s Context>handleSignal:
         0xbf429c8 s Context>handleSignal:
         0xbf44ad8 s Context>handleSignal:
         0xbf46b30 s Context>handleSignal:
         0xbf48ad0 s Context>handleSignal:
         0xbf4a9b8 s Context>handleSignal:
         0xbf4c7e8 s Context>handleSignal:
         0xbf4e560 s Context>handleSignal:
         0xbf50220 s Context>handleSignal:
         0xbf88638 s Halt(Exception)>signal
         0xbfa5030 s Halt class(Exception class)>signal
         0xbfd7dd8 s Halt class>now
         0xbfcee60 s FullBlockClosure(Object)>halt
         0xbff7e90 s FullBlockClosure>printOn:
         0xc01aa90 s Context>printOn:
         0xc046bf8 s Context>printDebugOn:
         0xc046ed8 s [] in Context>debugStack:on:
         0xc05e060 s OrderedCollection>do:
         0xbfcebe8 s Context>debugStack:on:
         0xbff7c40 s Context>shortDebugStackOn:
         0xc01a858 s [] in SmalltalkImage>logError:inContext:
         0xc046918 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf87b70 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa4268 s SmalltalkImage>logStdErrorDuring:
         0xbfd70d0 s SmalltalkImage>logError:inContext:
         0xbffc620 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01fb38 s FullBlockClosure(BlockClosure)>ensure:
         0xc04c108 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061870 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e118 s Halt(Exception)>unhandledErrorAction
         0xc08b388 s Halt(UnhandledException)>defaultAction
         0xc0f9838 s UndefinedObject>handleSignal:
         0xc0f98f0 s Context>handleSignal:
         0xc0f99a8 s Context>handleSignal:
         0xc0f9a60 s Context>handleSignal:
         0xc0f9b18 s Context>handleSignal:
         0xc0f9bd0 s Context>handleSignal:
         0xc0f9c88 s Context>handleSignal:
         0xc0f9d40 s Context>handleSignal:
         0xc0f9df8 s Context>handleSignal:
         0xc0f9eb0 s Context>handleSignal:
         0xc0f9f68 s Context>handleSignal:
         0xc1098c8 s Context>handleSignal:
         0xc114970 s Context>handleSignal:
         0xc11f818 s Context>handleSignal:
         0xc12a100 s Context>handleSignal:
         0xc134930 s Context>handleSignal:
         0xc13f160 s Context>handleSignal:
         0xc149990 s Context>handleSignal:
         0xc1541c0 s Context>handleSignal:
         0xc15e9f0 s Context>handleSignal:
         0xc169220 s Context>handleSignal:
         0xc173a50 s Context>handleSignal:
         0xc17e280 s Context>handleSignal:
         0xc188ab0 s Context>handleSignal:
         0xc1932e0 s Context>handleSignal:
         0xc19db10 s Context>handleSignal:
         0xc1a8340 s Context>handleSignal:
         0xc1b2b70 s Context>handleSignal:
         0xc1bd3a0 s Context>handleSignal:
         0xc1c7bd0 s Context>handleSignal:
         0xc1d2400 s Context>handleSignal:
         0xc1dcc30 s Context>handleSignal:
         0xc1e7460 s Context>handleSignal:
         0xc1f1c90 s Context>handleSignal:
         0xc1fc4c0 s Context>handleSignal:
         0xc206cf0 s Context>handleSignal:
         0xc211520 s Context>handleSignal:
         0xc21bd50 s Context>handleSignal:
         0xc226580 s Context>handleSignal:
         0xc230db0 s Context>handleSignal:
         0xc23b5e0 s Context>handleSignal:
         0xc245e10 s Context>handleSignal:
         0xc250640 s Context>handleSignal:
         0xc25ae70 s Context>handleSignal:
         0xc2622e0 s Context>handleSignal:
         0xb7e22e0 s Context>handleSignal:
         0xb7ecbc8 s Context>handleSignal:
         0xb7f74b0 s Context>handleSignal:
         0xb801d98 s Context>handleSignal:
         0xb80c680 s Context>handleSignal:
         0xb816f68 s Context>handleSignal:
         0xb821850 s Context>handleSignal:
         0xb82c138 s Context>handleSignal:
         0xb836a20 s Context>handleSignal:
         0xb841308 s Context>handleSignal:
         0xb84bbf0 s Context>handleSignal:
         0xb8564d8 s Context>handleSignal:
         0xb860dc0 s Context>handleSignal:
         0xb86b6a8 s Context>handleSignal:
         0xb875f90 s Context>handleSignal:
         0xb880878 s Context>handleSignal:
         0xb88b160 s Context>handleSignal:
         0xb895a48 s Context>handleSignal:
         0xb8a0330 s Context>handleSignal:
         0xb8aac18 s Context>handleSignal:
         0xb8b5500 s Context>handleSignal:
         0xb8bfde8 s Context>handleSignal:
         0xb8ca6d0 s Context>handleSignal:
         0xb8d4fb8 s Context>handleSignal:
         0xb8df8a0 s Context>handleSignal:
         0xb8ea188 s Context>handleSignal:
         0xb8f4a70 s Context>handleSignal:
         0xb8ff358 s Context>handleSignal:
         0xb909c40 s Context>handleSignal:
         0xb914528 s Context>handleSignal:
         0xb91ee10 s Context>handleSignal:
         0xb9296f8 s Context>handleSignal:
         0xb933fe0 s Context>handleSignal:
         0xb93e8c8 s Context>handleSignal:
         0xb9491b0 s Context>handleSignal:
         0xb953a98 s Context>handleSignal:
         0xb95e380 s Context>handleSignal:
         0xb968c68 s Context>handleSignal:
         0xb973550 s Context>handleSignal:
         0xb97de38 s Context>handleSignal:
         0xb988720 s Context>handleSignal:
         0xb993008 s Context>handleSignal:
         0xb99d8f0 s Context>handleSignal:
         0xb9a81d8 s Context>handleSignal:
         0xb9b2ac0 s Context>handleSignal:
         0xb9bd3a8 s Context>handleSignal:
         0xb9c7c90 s Context>handleSignal:
         0xb9d2578 s Context>handleSignal:
         0xb9dce60 s Context>handleSignal:
         0xb9e7748 s Context>handleSignal:
         0xb9f2030 s Context>handleSignal:
         0xb9fc918 s Context>handleSignal:
         0xba07200 s Context>handleSignal:
         0xba11ae8 s Context>handleSignal:
         0xba1c3d0 s Context>handleSignal:
         0xba26cb8 s Context>handleSignal:
         0xba315a0 s Context>handleSignal:
         0xba3be88 s Context>handleSignal:
         0xba42df0 s Context>handleSignal:
         0xba47f28 s Context>handleSignal:
         0xba4cfa8 s Context>handleSignal:
         0xba51f70 s Context>handleSignal:
         0xba56f38 s Context>handleSignal:
         0xba5be48 s Context>handleSignal:
         0xba60ca0 s Context>handleSignal:
         0xba65af8 s Context>handleSignal:
         0xba6a898 s Context>handleSignal:
         0xba6f638 s Context>handleSignal:
         0xba74320 s Context>handleSignal:
         0xba79008 s Context>handleSignal:
         0xba7dcf0 s Context>handleSignal:
         0xba829d8 s Context>handleSignal:
         0xba876c0 s Context>handleSignal:
         0xba8c3a8 s Context>handleSignal:
         0xba91090 s Context>handleSignal:
         0xba95d78 s Context>handleSignal:
         0xba9aa60 s Context>handleSignal:
         0xba9f748 s Context>handleSignal:
         0xbaa4430 s Context>handleSignal:
         0xbaa9118 s Context>handleSignal:
         0xbaade00 s Context>handleSignal:
         0xbab2ae8 s Context>handleSignal:
         0xbab77d0 s Context>handleSignal:
         0xbabc4b8 s Context>handleSignal:
         0xbac11a0 s Context>handleSignal:
         0xbac5e88 s Context>handleSignal:
         0xbacab70 s Context>handleSignal:
         0xbacf858 s Context>handleSignal:
         0xbad4540 s Context>handleSignal:
         0xbad9228 s Context>handleSignal:
         0xbaddf10 s Context>handleSignal:
         0xbae2bf8 s Context>handleSignal:
         0xbae78e0 s Context>handleSignal:
         0xbaec5c8 s Context>handleSignal:
         0xbaf12b0 s Context>handleSignal:
         0xbaf5f98 s Context>handleSignal:
         0xbafac80 s Context>handleSignal:
         0xbaff968 s Context>handleSignal:
         0xbb04650 s Context>handleSignal:
         0xbb09338 s Context>handleSignal:
         0xbb0e020 s Context>handleSignal:
         0xbb12d08 s Context>handleSignal:
         0xbb179f0 s Context>handleSignal:
         0xbb1c6d8 s Context>handleSignal:
         0xbb213c0 s Context>handleSignal:
         0xbb260a8 s Context>handleSignal:
         0xbb2ad90 s Context>handleSignal:
         0xbb2fa78 s Context>handleSignal:
         0xbb34760 s Context>handleSignal:
         0xbb39448 s Context>handleSignal:
         0xbb3e130 s Context>handleSignal:
         0xbb42e18 s Context>handleSignal:
         0xbb47b00 s Context>handleSignal:
         0xbb4c7e8 s Context>handleSignal:
         0xbb514d0 s Context>handleSignal:
         0xbb561b8 s Context>handleSignal:
         0xbb5aea0 s Context>handleSignal:
         0xbb5fb88 s Context>handleSignal:
         0xbb64870 s Context>handleSignal:
         0xbb69558 s Context>handleSignal:
         0xbb6e240 s Context>handleSignal:
         0xbb72f28 s Context>handleSignal:
         0xbb77c10 s Context>handleSignal:
         0xbb7c8f8 s Context>handleSignal:
         0xbb815e0 s Context>handleSignal:
         0xbb862c8 s Context>handleSignal:
         0xbb8afb0 s Context>handleSignal:
         0xbb8fc98 s Context>handleSignal:
         0xbb94980 s Context>handleSignal:
         0xbb99668 s Context>handleSignal:
         0xbb9e298 s Context>handleSignal:
         0xbba2ec8 s Context>handleSignal:
         0xbba7af8 s Context>handleSignal:
         0xbbac728 s Context>handleSignal:
         0xbbb1358 s Context>handleSignal:
         0xbbb5f88 s Context>handleSignal:
         0xbbbabb8 s Context>handleSignal:
         0xbbbf7e8 s Context>handleSignal:
         0xbbc4418 s Context>handleSignal:
         0xbbc9048 s Context>handleSignal:
         0xbbcdc78 s Context>handleSignal:
         0xbbd28a8 s Context>handleSignal:
         0xbbd74d8 s Context>handleSignal:
         0xbbdc108 s Context>handleSignal:
         0xbbe0d38 s Context>handleSignal:
         0xbbe5968 s Context>handleSignal:
         0xbbea598 s Context>handleSignal:
         0xbbef1c8 s Context>handleSignal:
         0xbbf3df8 s Context>handleSignal:
         0xbbf8a28 s Context>handleSignal:
         0xbbfd658 s Context>handleSignal:
         0xbc02288 s Context>handleSignal:
         0xbc06eb8 s Context>handleSignal:
         0xbc0bae8 s Context>handleSignal:
         0xbc10718 s Context>handleSignal:
         0xbc15348 s Context>handleSignal:
         0xbc19f78 s Context>handleSignal:
         0xbc1eba8 s Context>handleSignal:
         0xbc237d8 s Context>handleSignal:
         0xbc28408 s Context>handleSignal:
         0xbc2d038 s Context>handleSignal:
         0xbc31c68 s Context>handleSignal:
         0xbc36898 s Context>handleSignal:
         0xbc3b4c8 s Context>handleSignal:
         0xbc400f8 s Context>handleSignal:
         0xbc44d28 s Context>handleSignal:
         0xbc49958 s Context>handleSignal:
         0xbc4e588 s Context>handleSignal:
         0xbc531b8 s Context>handleSignal:
         0xbc57eb8 s Context>handleSignal:
         0xbc5cae8 s Context>handleSignal:
         0xbc61718 s Context>handleSignal:
         0xbc66348 s Context>handleSignal:
         0xbc6af78 s Context>handleSignal:
         0xbc6fba8 s Context>handleSignal:
         0xbc747d8 s Context>handleSignal:
         0xbc79408 s Context>handleSignal:
         0xbc7e038 s Context>handleSignal:
         0xbc82c68 s Context>handleSignal:
         0xbc87898 s Context>handleSignal:
         0xbc8c4c8 s Context>handleSignal:
         0xbc910f8 s Context>handleSignal:
         0xbc95d28 s Context>handleSignal:
         0xbc9a958 s Context>handleSignal:
         0xbc9f588 s Context>handleSignal:
         0xbca41b8 s Context>handleSignal:
         0xbca8de8 s Context>handleSignal:
         0xbcada18 s Context>handleSignal:
         0xbcb2648 s Context>handleSignal:
         0xbcb7278 s Context>handleSignal:
         0xbcbbea8 s Context>handleSignal:
         0xbcc0ad8 s Context>handleSignal:
         0xbcc5708 s Context>handleSignal:
         0xbcca338 s Context>handleSignal:
         0xbccef68 s Context>handleSignal:
         0xbcd3b98 s Context>handleSignal:
         0xbcd87c8 s Context>handleSignal:
         0xbcdd3f8 s Context>handleSignal:
         0xbce2028 s Context>handleSignal:
         0xbce6c58 s Context>handleSignal:
         0xbceb888 s Context>handleSignal:
         0xbcf04b8 s Context>handleSignal:
         0xbcf50e8 s Context>handleSignal:
         0xbcf9d18 s Context>handleSignal:
         0xbcfe948 s Context>handleSignal:
         0xbd03578 s Context>handleSignal:
         0xbd081a8 s Context>handleSignal:
         0xbd0cdd8 s Context>handleSignal:
         0xbd11a08 s Context>handleSignal:
         0xbd16638 s Context>handleSignal:
         0xbd1b268 s Context>handleSignal:
         0xbd1fe98 s Context>handleSignal:
         0xbd24ac8 s Context>handleSignal:
         0xbd296f8 s Context>handleSignal:
         0xbd2e328 s Context>handleSignal:
         0xbd32f58 s Context>handleSignal:
         0xbd37b88 s Context>handleSignal:
         0xbd3c7b8 s Context>handleSignal:
         0xbd413e8 s Context>handleSignal:
         0xbd46018 s Context>handleSignal:
         0xbd4ac48 s Context>handleSignal:
         0xbd4f878 s Context>handleSignal:
         0xbd544a8 s Context>handleSignal:
         0xbd590d8 s Context>handleSignal:
         0xbd5dd08 s Context>handleSignal:
         0xbd62938 s Context>handleSignal:
         0xbd67568 s Context>handleSignal:
         0xbd6c198 s Context>handleSignal:
         0xbd70dc8 s Context>handleSignal:
         0xbd759f8 s Context>handleSignal:
         0xbd7a628 s Context>handleSignal:
         0xbd7f258 s Context>handleSignal:
         0xbd83e88 s Context>handleSignal:
         0xbd88ab8 s Context>handleSignal:
         0xbd8d6e8 s Context>handleSignal:
         0xbd92318 s Context>handleSignal:
         0xbd96f48 s Context>handleSignal:
         0xbd9bb78 s Context>handleSignal:
         0xbda07a8 s Context>handleSignal:
         0xbda53d8 s Context>handleSignal:
         0xbdaa008 s Context>handleSignal:
         0xbdaec38 s Context>handleSignal:
         0xbdb3868 s Context>handleSignal:
         0xbdb8498 s Context>handleSignal:
         0xbdbd0c8 s Context>handleSignal:
         0xbdc1cf8 s Context>handleSignal:
         0xbdc6928 s Context>handleSignal:
         0xbdcb558 s Context>handleSignal:
         0xbdd0188 s Context>handleSignal:
         0xbdd4db8 s Context>handleSignal:
         0xbdd99e8 s Context>handleSignal:
         0xbdde618 s Context>handleSignal:
         0xbde3248 s Context>handleSignal:
         0xbde7e78 s Context>handleSignal:
         0xbdecaa8 s Context>handleSignal:
         0xbdf16d8 s Context>handleSignal:
         0xbdf6308 s Context>handleSignal:
         0xbdfaf38 s Context>handleSignal:
         0xbdffb68 s Context>handleSignal:
         0xbe04798 s Context>handleSignal:
         0xbe093c8 s Context>handleSignal:
         0xbe0dff8 s Context>handleSignal:
         0xbe12c28 s Context>handleSignal:
         0xbe17858 s Context>handleSignal:
         0xbe1c488 s Context>handleSignal:
         0xbe210b8 s Context>handleSignal:
         0xbe25ce8 s Context>handleSignal:
         0xbe2a918 s Context>handleSignal:
         0xbe2f548 s Context>handleSignal:
         0xbe34178 s Context>handleSignal:
         0xbe38da8 s Context>handleSignal:
         0xbe3d9d8 s Context>handleSignal:
         0xbe42608 s Context>handleSignal:
         0xbe47238 s Context>handleSignal:
         0xbe4be68 s Context>handleSignal:
         0xbe50a98 s Context>handleSignal:
         0xbe556c8 s Context>handleSignal:
         0xbe5a2f8 s Context>handleSignal:
         0xbe5ef28 s Context>handleSignal:
         0xbe63b58 s Context>handleSignal:
         0xbe68788 s Context>handleSignal:
         0xbe6d3b8 s Context>handleSignal:
         0xbe71fe8 s Context>handleSignal:
         0xbe76c18 s Context>handleSignal:
         0xbe7b848 s Context>handleSignal:
         0xbe803c0 s Context>handleSignal:
         0xbe84e80 s Context>handleSignal:
         0xbe89888 s Context>handleSignal:
         0xbe8e1d8 s Context>handleSignal:
         0xbe92a70 s Context>handleSignal:
         0xbe97250 s Context>handleSignal:
         0xbe9b978 s Context>handleSignal:
         0xbe9ffe8 s Context>handleSignal:
         0xbea45a0 s Context>handleSignal:
         0xbea8aa0 s Context>handleSignal:
         0xbeacee8 s Context>handleSignal:
         0xbeb1278 s Context>handleSignal:
         0xbeb5550 s Context>handleSignal:
         0xbeb9770 s Context>handleSignal:
         0xbebd8d8 s Context>handleSignal:
         0xbec1988 s Context>handleSignal:
         0xbec5980 s Context>handleSignal:
         0xbec98c0 s Context>handleSignal:
         0xbecd748 s Context>handleSignal:
         0xbed1518 s Context>handleSignal:
         0xbed5230 s Context>handleSignal:
         0xbed8e90 s Context>handleSignal:
         0xbedca38 s Context>handleSignal:
         0xbee0528 s Context>handleSignal:
         0xbee3f60 s Context>handleSignal:
         0xbee78e0 s Context>handleSignal:
         0xbeeb1a8 s Context>handleSignal:
         0xbeee9b8 s Context>handleSignal:
         0xbef2110 s Context>handleSignal:
         0xbef57b0 s Context>handleSignal:
         0xbef8d98 s Context>handleSignal:
         0xbefc2c8 s Context>handleSignal:
         0xbeff740 s Context>handleSignal:
         0xbf02b00 s Context>handleSignal:
         0xbf05e08 s Context>handleSignal:
         0xbf09058 s Context>handleSignal:
         0xbf0c1f0 s Context>handleSignal:
         0xbf0f2d0 s Context>handleSignal:
         0xbf122f8 s Context>handleSignal:
         0xbf15268 s Context>handleSignal:
         0xbf18120 s Context>handleSignal:
         0xbf1af20 s Context>handleSignal:
         0xbf1dc68 s Context>handleSignal:
         0xbf208f8 s Context>handleSignal:
         0xbf234d0 s Context>handleSignal:
         0xbf25ff0 s Context>handleSignal:
         0xbf28a58 s Context>handleSignal:
         0xbf2b408 s Context>handleSignal:
         0xbf2dd00 s Context>handleSignal:
         0xbf30540 s Context>handleSignal:
         0xbf32cc8 s Context>handleSignal:
         0xbf35398 s Context>handleSignal:
         0xbf378f8 s Context>handleSignal:
         0xbf39da0 s Context>handleSignal:
         0xbf3c190 s Context>handleSignal:
         0xbf3e4c8 s Context>handleSignal:
         0xbf40748 s Context>handleSignal:
         0xbf42910 s Context>handleSignal:
         0xbf44a20 s Context>handleSignal:
         0xbf46a78 s Context>handleSignal:
         0xbf48a18 s Context>handleSignal:
         0xbf4a900 s Context>handleSignal:
         0xbf4c730 s Context>handleSignal:
         0xbf4e4a8 s Context>handleSignal:
         0xbf884c8 s Halt(Exception)>signal
         0xbfa4e60 s Halt class(Exception class)>signal
         0xbfd7c20 s Halt class>now
         0xbfceca0 s FullBlockClosure(Object)>halt
         0xbff7cf8 s FullBlockClosure>printOn:
         0xc01a910 s Context>printOn:
         0xc0469d0 s Context>printDebugOn:
         0xc046cb0 s [] in Context>debugStack:on:
         0xc05dfa8 s OrderedCollection>do:
         0xbfcea28 s Context>debugStack:on:
         0xbff7aa8 s Context>shortDebugStackOn:
         0xc01a6d8 s [] in SmalltalkImage>logError:inContext:
         0xc0466f0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf87a00 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa4098 s SmalltalkImage>logStdErrorDuring:
         0xbfd6f18 s SmalltalkImage>logError:inContext:
         0xbffc558 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01fa48 s FullBlockClosure(BlockClosure)>ensure:
         0xc04c028 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0617b8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06e060 s Halt(Exception)>unhandledErrorAction
         0xc08b2d0 s Halt(UnhandledException)>defaultAction
         0xc0f9050 s UndefinedObject>handleSignal:
         0xc0f9108 s Context>handleSignal:
         0xc0f91c0 s Context>handleSignal:
         0xc0f9278 s Context>handleSignal:
         0xc0f9330 s Context>handleSignal:
         0xc0f93e8 s Context>handleSignal:
         0xc0f94a0 s Context>handleSignal:
         0xc0f9558 s Context>handleSignal:
         0xc0f9610 s Context>handleSignal:
         0xc0f96c8 s Context>handleSignal:
         0xc0f9780 s Context>handleSignal:
         0xc109810 s Context>handleSignal:
         0xc1148b8 s Context>handleSignal:
         0xc11f760 s Context>handleSignal:
         0xc12a048 s Context>handleSignal:
         0xc134878 s Context>handleSignal:
         0xc13f0a8 s Context>handleSignal:
         0xc1498d8 s Context>handleSignal:
         0xc154108 s Context>handleSignal:
         0xc15e938 s Context>handleSignal:
         0xc169168 s Context>handleSignal:
         0xc173998 s Context>handleSignal:
         0xc17e1c8 s Context>handleSignal:
         0xc1889f8 s Context>handleSignal:
         0xc193228 s Context>handleSignal:
         0xc19da58 s Context>handleSignal:
         0xc1a8288 s Context>handleSignal:
         0xc1b2ab8 s Context>handleSignal:
         0xc1bd2e8 s Context>handleSignal:
         0xc1c7b18 s Context>handleSignal:
         0xc1d2348 s Context>handleSignal:
         0xc1dcb78 s Context>handleSignal:
         0xc1e73a8 s Context>handleSignal:
         0xc1f1bd8 s Context>handleSignal:
         0xc1fc408 s Context>handleSignal:
         0xc206c38 s Context>handleSignal:
         0xc211468 s Context>handleSignal:
         0xc21bc98 s Context>handleSignal:
         0xc2264c8 s Context>handleSignal:
         0xc230cf8 s Context>handleSignal:
         0xc23b528 s Context>handleSignal:
         0xc245d58 s Context>handleSignal:
         0xc250588 s Context>handleSignal:
         0xc25adb8 s Context>handleSignal:
         0xc262228 s Context>handleSignal:
         0xb7e2228 s Context>handleSignal:
         0xb7ecb10 s Context>handleSignal:
         0xb7f73f8 s Context>handleSignal:
         0xb801ce0 s Context>handleSignal:
         0xb80c5c8 s Context>handleSignal:
         0xb816eb0 s Context>handleSignal:
         0xb821798 s Context>handleSignal:
         0xb82c080 s Context>handleSignal:
         0xb836968 s Context>handleSignal:
         0xb841250 s Context>handleSignal:
         0xb84bb38 s Context>handleSignal:
         0xb856420 s Context>handleSignal:
         0xb860d08 s Context>handleSignal:
         0xb86b5f0 s Context>handleSignal:
         0xb875ed8 s Context>handleSignal:
         0xb8807c0 s Context>handleSignal:
         0xb88b0a8 s Context>handleSignal:
         0xb895990 s Context>handleSignal:
         0xb8a0278 s Context>handleSignal:
         0xb8aab60 s Context>handleSignal:
         0xb8b5448 s Context>handleSignal:
         0xb8bfd30 s Context>handleSignal:
         0xb8ca618 s Context>handleSignal:
         0xb8d4f00 s Context>handleSignal:
         0xb8df7e8 s Context>handleSignal:
         0xb8ea0d0 s Context>handleSignal:
         0xb8f49b8 s Context>handleSignal:
         0xb8ff2a0 s Context>handleSignal:
         0xb909b88 s Context>handleSignal:
         0xb914470 s Context>handleSignal:
         0xb91ed58 s Context>handleSignal:
         0xb929640 s Context>handleSignal:
         0xb933f28 s Context>handleSignal:
         0xb93e810 s Context>handleSignal:
         0xb9490f8 s Context>handleSignal:
         0xb9539e0 s Context>handleSignal:
         0xb95e2c8 s Context>handleSignal:
         0xb968bb0 s Context>handleSignal:
         0xb973498 s Context>handleSignal:
         0xb97dd80 s Context>handleSignal:
         0xb988668 s Context>handleSignal:
         0xb992f50 s Context>handleSignal:
         0xb99d838 s Context>handleSignal:
         0xb9a8120 s Context>handleSignal:
         0xb9b2a08 s Context>handleSignal:
         0xb9bd2f0 s Context>handleSignal:
         0xb9c7bd8 s Context>handleSignal:
         0xb9d24c0 s Context>handleSignal:
         0xb9dcda8 s Context>handleSignal:
         0xb9e7690 s Context>handleSignal:
         0xb9f1f78 s Context>handleSignal:
         0xb9fc860 s Context>handleSignal:
         0xba07148 s Context>handleSignal:
         0xba11a30 s Context>handleSignal:
         0xba1c318 s Context>handleSignal:
         0xba26c00 s Context>handleSignal:
         0xba314e8 s Context>handleSignal:
         0xba3bdd0 s Context>handleSignal:
         0xba42d38 s Context>handleSignal:
         0xba47e70 s Context>handleSignal:
         0xba4cef0 s Context>handleSignal:
         0xba51eb8 s Context>handleSignal:
         0xba56e80 s Context>handleSignal:
         0xba5bd90 s Context>handleSignal:
         0xba60be8 s Context>handleSignal:
         0xba65a40 s Context>handleSignal:
         0xba6a7e0 s Context>handleSignal:
         0xba6f580 s Context>handleSignal:
         0xba74268 s Context>handleSignal:
         0xba78f50 s Context>handleSignal:
         0xba7dc38 s Context>handleSignal:
         0xba82920 s Context>handleSignal:
         0xba87608 s Context>handleSignal:
         0xba8c2f0 s Context>handleSignal:
         0xba90fd8 s Context>handleSignal:
         0xba95cc0 s Context>handleSignal:
         0xba9a9a8 s Context>handleSignal:
         0xba9f690 s Context>handleSignal:
         0xbaa4378 s Context>handleSignal:
         0xbaa9060 s Context>handleSignal:
         0xbaadd48 s Context>handleSignal:
         0xbab2a30 s Context>handleSignal:
         0xbab7718 s Context>handleSignal:
         0xbabc400 s Context>handleSignal:
         0xbac10e8 s Context>handleSignal:
         0xbac5dd0 s Context>handleSignal:
         0xbacaab8 s Context>handleSignal:
         0xbacf7a0 s Context>handleSignal:
         0xbad4488 s Context>handleSignal:
         0xbad9170 s Context>handleSignal:
         0xbadde58 s Context>handleSignal:
         0xbae2b40 s Context>handleSignal:
         0xbae7828 s Context>handleSignal:
         0xbaec510 s Context>handleSignal:
         0xbaf11f8 s Context>handleSignal:
         0xbaf5ee0 s Context>handleSignal:
         0xbafabc8 s Context>handleSignal:
         0xbaff8b0 s Context>handleSignal:
         0xbb04598 s Context>handleSignal:
         0xbb09280 s Context>handleSignal:
         0xbb0df68 s Context>handleSignal:
         0xbb12c50 s Context>handleSignal:
         0xbb17938 s Context>handleSignal:
         0xbb1c620 s Context>handleSignal:
         0xbb21308 s Context>handleSignal:
         0xbb25ff0 s Context>handleSignal:
         0xbb2acd8 s Context>handleSignal:
         0xbb2f9c0 s Context>handleSignal:
         0xbb346a8 s Context>handleSignal:
         0xbb39390 s Context>handleSignal:
         0xbb3e078 s Context>handleSignal:
         0xbb42d60 s Context>handleSignal:
         0xbb47a48 s Context>handleSignal:
         0xbb4c730 s Context>handleSignal:
         0xbb51418 s Context>handleSignal:
         0xbb56100 s Context>handleSignal:
         0xbb5ade8 s Context>handleSignal:
         0xbb5fad0 s Context>handleSignal:
         0xbb647b8 s Context>handleSignal:
         0xbb694a0 s Context>handleSignal:
         0xbb6e188 s Context>handleSignal:
         0xbb72e70 s Context>handleSignal:
         0xbb77b58 s Context>handleSignal:
         0xbb7c840 s Context>handleSignal:
         0xbb81528 s Context>handleSignal:
         0xbb86210 s Context>handleSignal:
         0xbb8aef8 s Context>handleSignal:
         0xbb8fbe0 s Context>handleSignal:
         0xbb948c8 s Context>handleSignal:
         0xbb995b0 s Context>handleSignal:
         0xbb9e1e0 s Context>handleSignal:
         0xbba2e10 s Context>handleSignal:
         0xbba7a40 s Context>handleSignal:
         0xbbac670 s Context>handleSignal:
         0xbbb12a0 s Context>handleSignal:
         0xbbb5ed0 s Context>handleSignal:
         0xbbbab00 s Context>handleSignal:
         0xbbbf730 s Context>handleSignal:
         0xbbc4360 s Context>handleSignal:
         0xbbc8f90 s Context>handleSignal:
         0xbbcdbc0 s Context>handleSignal:
         0xbbd27f0 s Context>handleSignal:
         0xbbd7420 s Context>handleSignal:
         0xbbdc050 s Context>handleSignal:
         0xbbe0c80 s Context>handleSignal:
         0xbbe58b0 s Context>handleSignal:
         0xbbea4e0 s Context>handleSignal:
         0xbbef110 s Context>handleSignal:
         0xbbf3d40 s Context>handleSignal:
         0xbbf8970 s Context>handleSignal:
         0xbbfd5a0 s Context>handleSignal:
         0xbc021d0 s Context>handleSignal:
         0xbc06e00 s Context>handleSignal:
         0xbc0ba30 s Context>handleSignal:
         0xbc10660 s Context>handleSignal:
         0xbc15290 s Context>handleSignal:
         0xbc19ec0 s Context>handleSignal:
         0xbc1eaf0 s Context>handleSignal:
         0xbc23720 s Context>handleSignal:
         0xbc28350 s Context>handleSignal:
         0xbc2cf80 s Context>handleSignal:
         0xbc31bb0 s Context>handleSignal:
         0xbc367e0 s Context>handleSignal:
         0xbc3b410 s Context>handleSignal:
         0xbc40040 s Context>handleSignal:
         0xbc44c70 s Context>handleSignal:
         0xbc498a0 s Context>handleSignal:
         0xbc4e4d0 s Context>handleSignal:
         0xbc53100 s Context>handleSignal:
         0xbc57e00 s Context>handleSignal:
         0xbc5ca30 s Context>handleSignal:
         0xbc61660 s Context>handleSignal:
         0xbc66290 s Context>handleSignal:
         0xbc6aec0 s Context>handleSignal:
         0xbc6faf0 s Context>handleSignal:
         0xbc74720 s Context>handleSignal:
         0xbc79350 s Context>handleSignal:
         0xbc7df80 s Context>handleSignal:
         0xbc82bb0 s Context>handleSignal:
         0xbc877e0 s Context>handleSignal:
         0xbc8c410 s Context>handleSignal:
         0xbc91040 s Context>handleSignal:
         0xbc95c70 s Context>handleSignal:
         0xbc9a8a0 s Context>handleSignal:
         0xbc9f4d0 s Context>handleSignal:
         0xbca4100 s Context>handleSignal:
         0xbca8d30 s Context>handleSignal:
         0xbcad960 s Context>handleSignal:
         0xbcb2590 s Context>handleSignal:
         0xbcb71c0 s Context>handleSignal:
         0xbcbbdf0 s Context>handleSignal:
         0xbcc0a20 s Context>handleSignal:
         0xbcc5650 s Context>handleSignal:
         0xbcca280 s Context>handleSignal:
         0xbcceeb0 s Context>handleSignal:
         0xbcd3ae0 s Context>handleSignal:
         0xbcd8710 s Context>handleSignal:
         0xbcdd340 s Context>handleSignal:
         0xbce1f70 s Context>handleSignal:
         0xbce6ba0 s Context>handleSignal:
         0xbceb7d0 s Context>handleSignal:
         0xbcf0400 s Context>handleSignal:
         0xbcf5030 s Context>handleSignal:
         0xbcf9c60 s Context>handleSignal:
         0xbcfe890 s Context>handleSignal:
         0xbd034c0 s Context>handleSignal:
         0xbd080f0 s Context>handleSignal:
         0xbd0cd20 s Context>handleSignal:
         0xbd11950 s Context>handleSignal:
         0xbd16580 s Context>handleSignal:
         0xbd1b1b0 s Context>handleSignal:
         0xbd1fde0 s Context>handleSignal:
         0xbd24a10 s Context>handleSignal:
         0xbd29640 s Context>handleSignal:
         0xbd2e270 s Context>handleSignal:
         0xbd32ea0 s Context>handleSignal:
         0xbd37ad0 s Context>handleSignal:
         0xbd3c700 s Context>handleSignal:
         0xbd41330 s Context>handleSignal:
         0xbd45f60 s Context>handleSignal:
         0xbd4ab90 s Context>handleSignal:
         0xbd4f7c0 s Context>handleSignal:
         0xbd543f0 s Context>handleSignal:
         0xbd59020 s Context>handleSignal:
         0xbd5dc50 s Context>handleSignal:
         0xbd62880 s Context>handleSignal:
         0xbd674b0 s Context>handleSignal:
         0xbd6c0e0 s Context>handleSignal:
         0xbd70d10 s Context>handleSignal:
         0xbd75940 s Context>handleSignal:
         0xbd7a570 s Context>handleSignal:
         0xbd7f1a0 s Context>handleSignal:
         0xbd83dd0 s Context>handleSignal:
         0xbd88a00 s Context>handleSignal:
         0xbd8d630 s Context>handleSignal:
         0xbd92260 s Context>handleSignal:
         0xbd96e90 s Context>handleSignal:
         0xbd9bac0 s Context>handleSignal:
         0xbda06f0 s Context>handleSignal:
         0xbda5320 s Context>handleSignal:
         0xbda9f50 s Context>handleSignal:
         0xbdaeb80 s Context>handleSignal:
         0xbdb37b0 s Context>handleSignal:
         0xbdb83e0 s Context>handleSignal:
         0xbdbd010 s Context>handleSignal:
         0xbdc1c40 s Context>handleSignal:
         0xbdc6870 s Context>handleSignal:
         0xbdcb4a0 s Context>handleSignal:
         0xbdd00d0 s Context>handleSignal:
         0xbdd4d00 s Context>handleSignal:
         0xbdd9930 s Context>handleSignal:
         0xbdde560 s Context>handleSignal:
         0xbde3190 s Context>handleSignal:
         0xbde7dc0 s Context>handleSignal:
         0xbdec9f0 s Context>handleSignal:
         0xbdf1620 s Context>handleSignal:
         0xbdf6250 s Context>handleSignal:
         0xbdfae80 s Context>handleSignal:
         0xbdffab0 s Context>handleSignal:
         0xbe046e0 s Context>handleSignal:
         0xbe09310 s Context>handleSignal:
         0xbe0df40 s Context>handleSignal:
         0xbe12b70 s Context>handleSignal:
         0xbe177a0 s Context>handleSignal:
         0xbe1c3d0 s Context>handleSignal:
         0xbe21000 s Context>handleSignal:
         0xbe25c30 s Context>handleSignal:
         0xbe2a860 s Context>handleSignal:
         0xbe2f490 s Context>handleSignal:
         0xbe340c0 s Context>handleSignal:
         0xbe38cf0 s Context>handleSignal:
         0xbe3d920 s Context>handleSignal:
         0xbe42550 s Context>handleSignal:
         0xbe47180 s Context>handleSignal:
         0xbe4bdb0 s Context>handleSignal:
         0xbe509e0 s Context>handleSignal:
         0xbe55610 s Context>handleSignal:
         0xbe5a240 s Context>handleSignal:
         0xbe5ee70 s Context>handleSignal:
         0xbe63aa0 s Context>handleSignal:
         0xbe686d0 s Context>handleSignal:
         0xbe6d300 s Context>handleSignal:
         0xbe71f30 s Context>handleSignal:
         0xbe76b60 s Context>handleSignal:
         0xbe7b790 s Context>handleSignal:
         0xbe80308 s Context>handleSignal:
         0xbe84dc8 s Context>handleSignal:
         0xbe897d0 s Context>handleSignal:
         0xbe8e120 s Context>handleSignal:
         0xbe929b8 s Context>handleSignal:
         0xbe97198 s Context>handleSignal:
         0xbe9b8c0 s Context>handleSignal:
         0xbe9ff30 s Context>handleSignal:
         0xbea44e8 s Context>handleSignal:
         0xbea89e8 s Context>handleSignal:
         0xbeace30 s Context>handleSignal:
         0xbeb11c0 s Context>handleSignal:
         0xbeb5498 s Context>handleSignal:
         0xbeb96b8 s Context>handleSignal:
         0xbebd820 s Context>handleSignal:
         0xbec18d0 s Context>handleSignal:
         0xbec58c8 s Context>handleSignal:
         0xbec9808 s Context>handleSignal:
         0xbecd690 s Context>handleSignal:
         0xbed1460 s Context>handleSignal:
         0xbed5178 s Context>handleSignal:
         0xbed8dd8 s Context>handleSignal:
         0xbedc980 s Context>handleSignal:
         0xbee0470 s Context>handleSignal:
         0xbee3ea8 s Context>handleSignal:
         0xbee7828 s Context>handleSignal:
         0xbeeb0f0 s Context>handleSignal:
         0xbeee900 s Context>handleSignal:
         0xbef2058 s Context>handleSignal:
         0xbef56f8 s Context>handleSignal:
         0xbef8ce0 s Context>handleSignal:
         0xbefc210 s Context>handleSignal:
         0xbeff688 s Context>handleSignal:
         0xbf02a48 s Context>handleSignal:
         0xbf05d50 s Context>handleSignal:
         0xbf08fa0 s Context>handleSignal:
         0xbf0c138 s Context>handleSignal:
         0xbf0f218 s Context>handleSignal:
         0xbf12240 s Context>handleSignal:
         0xbf151b0 s Context>handleSignal:
         0xbf18068 s Context>handleSignal:
         0xbf1ae68 s Context>handleSignal:
         0xbf1dbb0 s Context>handleSignal:
         0xbf20840 s Context>handleSignal:
         0xbf23418 s Context>handleSignal:
         0xbf25f38 s Context>handleSignal:
         0xbf289a0 s Context>handleSignal:
         0xbf2b350 s Context>handleSignal:
         0xbf2dc48 s Context>handleSignal:
         0xbf30488 s Context>handleSignal:
         0xbf32c10 s Context>handleSignal:
         0xbf352e0 s Context>handleSignal:
         0xbf37840 s Context>handleSignal:
         0xbf39ce8 s Context>handleSignal:
         0xbf3c0d8 s Context>handleSignal:
         0xbf3e410 s Context>handleSignal:
         0xbf40690 s Context>handleSignal:
         0xbf42858 s Context>handleSignal:
         0xbf44968 s Context>handleSignal:
         0xbf469c0 s Context>handleSignal:
         0xbf48960 s Context>handleSignal:
         0xbf4a848 s Context>handleSignal:
         0xbf4c678 s Context>handleSignal:
         0xbf88358 s Halt(Exception)>signal
         0xbfa4c90 s Halt class(Exception class)>signal
         0xbfd7a68 s Halt class>now
         0xbfceae0 s FullBlockClosure(Object)>halt
         0xbff7b60 s FullBlockClosure>printOn:
         0xc01a790 s Context>printOn:
         0xc0467a8 s Context>printDebugOn:
         0xc046a88 s [] in Context>debugStack:on:
         0xc05def0 s OrderedCollection>do:
         0xbfce868 s Context>debugStack:on:
         0xbff7910 s Context>shortDebugStackOn:
         0xc01a558 s [] in SmalltalkImage>logError:inContext:
         0xc0464c8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf87890 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa3ec8 s SmalltalkImage>logStdErrorDuring:
         0xbfd6d60 s SmalltalkImage>logError:inContext:
         0xbffc490 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01f958 s FullBlockClosure(BlockClosure)>ensure:
         0xc04bf48 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061700 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06dfa8 s Halt(Exception)>unhandledErrorAction
         0xc08b218 s Halt(UnhandledException)>defaultAction
         0xc0f8868 s UndefinedObject>handleSignal:
         0xc0f8920 s Context>handleSignal:
         0xc0f89d8 s Context>handleSignal:
         0xc0f8a90 s Context>handleSignal:
         0xc0f8b48 s Context>handleSignal:
         0xc0f8c00 s Context>handleSignal:
         0xc0f8cb8 s Context>handleSignal:
         0xc0f8d70 s Context>handleSignal:
         0xc0f8e28 s Context>handleSignal:
         0xc0f8ee0 s Context>handleSignal:
         0xc0f8f98 s Context>handleSignal:
         0xc109758 s Context>handleSignal:
         0xc114800 s Context>handleSignal:
         0xc11f6a8 s Context>handleSignal:
         0xc129f90 s Context>handleSignal:
         0xc1347c0 s Context>handleSignal:
         0xc13eff0 s Context>handleSignal:
         0xc149820 s Context>handleSignal:
         0xc154050 s Context>handleSignal:
         0xc15e880 s Context>handleSignal:
         0xc1690b0 s Context>handleSignal:
         0xc1738e0 s Context>handleSignal:
         0xc17e110 s Context>handleSignal:
         0xc188940 s Context>handleSignal:
         0xc193170 s Context>handleSignal:
         0xc19d9a0 s Context>handleSignal:
         0xc1a81d0 s Context>handleSignal:
         0xc1b2a00 s Context>handleSignal:
         0xc1bd230 s Context>handleSignal:
         0xc1c7a60 s Context>handleSignal:
         0xc1d2290 s Context>handleSignal:
         0xc1dcac0 s Context>handleSignal:
         0xc1e72f0 s Context>handleSignal:
         0xc1f1b20 s Context>handleSignal:
         0xc1fc350 s Context>handleSignal:
         0xc206b80 s Context>handleSignal:
         0xc2113b0 s Context>handleSignal:
         0xc21bbe0 s Context>handleSignal:
         0xc226410 s Context>handleSignal:
         0xc230c40 s Context>handleSignal:
         0xc23b470 s Context>handleSignal:
         0xc245ca0 s Context>handleSignal:
         0xc2504d0 s Context>handleSignal:
         0xc25ad00 s Context>handleSignal:
         0xc262170 s Context>handleSignal:
         0xb7e2170 s Context>handleSignal:
         0xb7eca58 s Context>handleSignal:
         0xb7f7340 s Context>handleSignal:
         0xb801c28 s Context>handleSignal:
         0xb80c510 s Context>handleSignal:
         0xb816df8 s Context>handleSignal:
         0xb8216e0 s Context>handleSignal:
         0xb82bfc8 s Context>handleSignal:
         0xb8368b0 s Context>handleSignal:
         0xb841198 s Context>handleSignal:
         0xb84ba80 s Context>handleSignal:
         0xb856368 s Context>handleSignal:
         0xb860c50 s Context>handleSignal:
         0xb86b538 s Context>handleSignal:
         0xb875e20 s Context>handleSignal:
         0xb880708 s Context>handleSignal:
         0xb88aff0 s Context>handleSignal:
         0xb8958d8 s Context>handleSignal:
         0xb8a01c0 s Context>handleSignal:
         0xb8aaaa8 s Context>handleSignal:
         0xb8b5390 s Context>handleSignal:
         0xb8bfc78 s Context>handleSignal:
         0xb8ca560 s Context>handleSignal:
         0xb8d4e48 s Context>handleSignal:
         0xb8df730 s Context>handleSignal:
         0xb8ea018 s Context>handleSignal:
         0xb8f4900 s Context>handleSignal:
         0xb8ff1e8 s Context>handleSignal:
         0xb909ad0 s Context>handleSignal:
         0xb9143b8 s Context>handleSignal:
         0xb91eca0 s Context>handleSignal:
         0xb929588 s Context>handleSignal:
         0xb933e70 s Context>handleSignal:
         0xb93e758 s Context>handleSignal:
         0xb949040 s Context>handleSignal:
         0xb953928 s Context>handleSignal:
         0xb95e210 s Context>handleSignal:
         0xb968af8 s Context>handleSignal:
         0xb9733e0 s Context>handleSignal:
         0xb97dcc8 s Context>handleSignal:
         0xb9885b0 s Context>handleSignal:
         0xb992e98 s Context>handleSignal:
         0xb99d780 s Context>handleSignal:
         0xb9a8068 s Context>handleSignal:
         0xb9b2950 s Context>handleSignal:
         0xb9bd238 s Context>handleSignal:
         0xb9c7b20 s Context>handleSignal:
         0xb9d2408 s Context>handleSignal:
         0xb9dccf0 s Context>handleSignal:
         0xb9e75d8 s Context>handleSignal:
         0xb9f1ec0 s Context>handleSignal:
         0xb9fc7a8 s Context>handleSignal:
         0xba07090 s Context>handleSignal:
         0xba11978 s Context>handleSignal:
         0xba1c260 s Context>handleSignal:
         0xba26b48 s Context>handleSignal:
         0xba31430 s Context>handleSignal:
         0xba3bd18 s Context>handleSignal:
         0xba42c80 s Context>handleSignal:
         0xba47db8 s Context>handleSignal:
         0xba4ce38 s Context>handleSignal:
         0xba51e00 s Context>handleSignal:
         0xba56dc8 s Context>handleSignal:
         0xba5bcd8 s Context>handleSignal:
         0xba60b30 s Context>handleSignal:
         0xba65988 s Context>handleSignal:
         0xba6a728 s Context>handleSignal:
         0xba6f4c8 s Context>handleSignal:
         0xba741b0 s Context>handleSignal:
         0xba78e98 s Context>handleSignal:
         0xba7db80 s Context>handleSignal:
         0xba82868 s Context>handleSignal:
         0xba87550 s Context>handleSignal:
         0xba8c238 s Context>handleSignal:
         0xba90f20 s Context>handleSignal:
         0xba95c08 s Context>handleSignal:
         0xba9a8f0 s Context>handleSignal:
         0xba9f5d8 s Context>handleSignal:
         0xbaa42c0 s Context>handleSignal:
         0xbaa8fa8 s Context>handleSignal:
         0xbaadc90 s Context>handleSignal:
         0xbab2978 s Context>handleSignal:
         0xbab7660 s Context>handleSignal:
         0xbabc348 s Context>handleSignal:
         0xbac1030 s Context>handleSignal:
         0xbac5d18 s Context>handleSignal:
         0xbacaa00 s Context>handleSignal:
         0xbacf6e8 s Context>handleSignal:
         0xbad43d0 s Context>handleSignal:
         0xbad90b8 s Context>handleSignal:
         0xbaddda0 s Context>handleSignal:
         0xbae2a88 s Context>handleSignal:
         0xbae7770 s Context>handleSignal:
         0xbaec458 s Context>handleSignal:
         0xbaf1140 s Context>handleSignal:
         0xbaf5e28 s Context>handleSignal:
         0xbafab10 s Context>handleSignal:
         0xbaff7f8 s Context>handleSignal:
         0xbb044e0 s Context>handleSignal:
         0xbb091c8 s Context>handleSignal:
         0xbb0deb0 s Context>handleSignal:
         0xbb12b98 s Context>handleSignal:
         0xbb17880 s Context>handleSignal:
         0xbb1c568 s Context>handleSignal:
         0xbb21250 s Context>handleSignal:
         0xbb25f38 s Context>handleSignal:
         0xbb2ac20 s Context>handleSignal:
         0xbb2f908 s Context>handleSignal:
         0xbb345f0 s Context>handleSignal:
         0xbb392d8 s Context>handleSignal:
         0xbb3dfc0 s Context>handleSignal:
         0xbb42ca8 s Context>handleSignal:
         0xbb47990 s Context>handleSignal:
         0xbb4c678 s Context>handleSignal:
         0xbb51360 s Context>handleSignal:
         0xbb56048 s Context>handleSignal:
         0xbb5ad30 s Context>handleSignal:
         0xbb5fa18 s Context>handleSignal:
         0xbb64700 s Context>handleSignal:
         0xbb693e8 s Context>handleSignal:
         0xbb6e0d0 s Context>handleSignal:
         0xbb72db8 s Context>handleSignal:
         0xbb77aa0 s Context>handleSignal:
         0xbb7c788 s Context>handleSignal:
         0xbb81470 s Context>handleSignal:
         0xbb86158 s Context>handleSignal:
         0xbb8ae40 s Context>handleSignal:
         0xbb8fb28 s Context>handleSignal:
         0xbb94810 s Context>handleSignal:
         0xbb994f8 s Context>handleSignal:
         0xbb9e128 s Context>handleSignal:
         0xbba2d58 s Context>handleSignal:
         0xbba7988 s Context>handleSignal:
         0xbbac5b8 s Context>handleSignal:
         0xbbb11e8 s Context>handleSignal:
         0xbbb5e18 s Context>handleSignal:
         0xbbbaa48 s Context>handleSignal:
         0xbbbf678 s Context>handleSignal:
         0xbbc42a8 s Context>handleSignal:
         0xbbc8ed8 s Context>handleSignal:
         0xbbcdb08 s Context>handleSignal:
         0xbbd2738 s Context>handleSignal:
         0xbbd7368 s Context>handleSignal:
         0xbbdbf98 s Context>handleSignal:
         0xbbe0bc8 s Context>handleSignal:
         0xbbe57f8 s Context>handleSignal:
         0xbbea428 s Context>handleSignal:
         0xbbef058 s Context>handleSignal:
         0xbbf3c88 s Context>handleSignal:
         0xbbf88b8 s Context>handleSignal:
         0xbbfd4e8 s Context>handleSignal:
         0xbc02118 s Context>handleSignal:
         0xbc06d48 s Context>handleSignal:
         0xbc0b978 s Context>handleSignal:
         0xbc105a8 s Context>handleSignal:
         0xbc151d8 s Context>handleSignal:
         0xbc19e08 s Context>handleSignal:
         0xbc1ea38 s Context>handleSignal:
         0xbc23668 s Context>handleSignal:
         0xbc28298 s Context>handleSignal:
         0xbc2cec8 s Context>handleSignal:
         0xbc31af8 s Context>handleSignal:
         0xbc36728 s Context>handleSignal:
         0xbc3b358 s Context>handleSignal:
         0xbc3ff88 s Context>handleSignal:
         0xbc44bb8 s Context>handleSignal:
         0xbc497e8 s Context>handleSignal:
         0xbc4e418 s Context>handleSignal:
         0xbc53048 s Context>handleSignal:
         0xbc57d48 s Context>handleSignal:
         0xbc5c978 s Context>handleSignal:
         0xbc615a8 s Context>handleSignal:
         0xbc661d8 s Context>handleSignal:
         0xbc6ae08 s Context>handleSignal:
         0xbc6fa38 s Context>handleSignal:
         0xbc74668 s Context>handleSignal:
         0xbc79298 s Context>handleSignal:
         0xbc7dec8 s Context>handleSignal:
         0xbc82af8 s Context>handleSignal:
         0xbc87728 s Context>handleSignal:
         0xbc8c358 s Context>handleSignal:
         0xbc90f88 s Context>handleSignal:
         0xbc95bb8 s Context>handleSignal:
         0xbc9a7e8 s Context>handleSignal:
         0xbc9f418 s Context>handleSignal:
         0xbca4048 s Context>handleSignal:
         0xbca8c78 s Context>handleSignal:
         0xbcad8a8 s Context>handleSignal:
         0xbcb24d8 s Context>handleSignal:
         0xbcb7108 s Context>handleSignal:
         0xbcbbd38 s Context>handleSignal:
         0xbcc0968 s Context>handleSignal:
         0xbcc5598 s Context>handleSignal:
         0xbcca1c8 s Context>handleSignal:
         0xbccedf8 s Context>handleSignal:
         0xbcd3a28 s Context>handleSignal:
         0xbcd8658 s Context>handleSignal:
         0xbcdd288 s Context>handleSignal:
         0xbce1eb8 s Context>handleSignal:
         0xbce6ae8 s Context>handleSignal:
         0xbceb718 s Context>handleSignal:
         0xbcf0348 s Context>handleSignal:
         0xbcf4f78 s Context>handleSignal:
         0xbcf9ba8 s Context>handleSignal:
         0xbcfe7d8 s Context>handleSignal:
         0xbd03408 s Context>handleSignal:
         0xbd08038 s Context>handleSignal:
         0xbd0cc68 s Context>handleSignal:
         0xbd11898 s Context>handleSignal:
         0xbd164c8 s Context>handleSignal:
         0xbd1b0f8 s Context>handleSignal:
         0xbd1fd28 s Context>handleSignal:
         0xbd24958 s Context>handleSignal:
         0xbd29588 s Context>handleSignal:
         0xbd2e1b8 s Context>handleSignal:
         0xbd32de8 s Context>handleSignal:
         0xbd37a18 s Context>handleSignal:
         0xbd3c648 s Context>handleSignal:
         0xbd41278 s Context>handleSignal:
         0xbd45ea8 s Context>handleSignal:
         0xbd4aad8 s Context>handleSignal:
         0xbd4f708 s Context>handleSignal:
         0xbd54338 s Context>handleSignal:
         0xbd58f68 s Context>handleSignal:
         0xbd5db98 s Context>handleSignal:
         0xbd627c8 s Context>handleSignal:
         0xbd673f8 s Context>handleSignal:
         0xbd6c028 s Context>handleSignal:
         0xbd70c58 s Context>handleSignal:
         0xbd75888 s Context>handleSignal:
         0xbd7a4b8 s Context>handleSignal:
         0xbd7f0e8 s Context>handleSignal:
         0xbd83d18 s Context>handleSignal:
         0xbd88948 s Context>handleSignal:
         0xbd8d578 s Context>handleSignal:
         0xbd921a8 s Context>handleSignal:
         0xbd96dd8 s Context>handleSignal:
         0xbd9ba08 s Context>handleSignal:
         0xbda0638 s Context>handleSignal:
         0xbda5268 s Context>handleSignal:
         0xbda9e98 s Context>handleSignal:
         0xbdaeac8 s Context>handleSignal:
         0xbdb36f8 s Context>handleSignal:
         0xbdb8328 s Context>handleSignal:
         0xbdbcf58 s Context>handleSignal:
         0xbdc1b88 s Context>handleSignal:
         0xbdc67b8 s Context>handleSignal:
         0xbdcb3e8 s Context>handleSignal:
         0xbdd0018 s Context>handleSignal:
         0xbdd4c48 s Context>handleSignal:
         0xbdd9878 s Context>handleSignal:
         0xbdde4a8 s Context>handleSignal:
         0xbde30d8 s Context>handleSignal:
         0xbde7d08 s Context>handleSignal:
         0xbdec938 s Context>handleSignal:
         0xbdf1568 s Context>handleSignal:
         0xbdf6198 s Context>handleSignal:
         0xbdfadc8 s Context>handleSignal:
         0xbdff9f8 s Context>handleSignal:
         0xbe04628 s Context>handleSignal:
         0xbe09258 s Context>handleSignal:
         0xbe0de88 s Context>handleSignal:
         0xbe12ab8 s Context>handleSignal:
         0xbe176e8 s Context>handleSignal:
         0xbe1c318 s Context>handleSignal:
         0xbe20f48 s Context>handleSignal:
         0xbe25b78 s Context>handleSignal:
         0xbe2a7a8 s Context>handleSignal:
         0xbe2f3d8 s Context>handleSignal:
         0xbe34008 s Context>handleSignal:
         0xbe38c38 s Context>handleSignal:
         0xbe3d868 s Context>handleSignal:
         0xbe42498 s Context>handleSignal:
         0xbe470c8 s Context>handleSignal:
         0xbe4bcf8 s Context>handleSignal:
         0xbe50928 s Context>handleSignal:
         0xbe55558 s Context>handleSignal:
         0xbe5a188 s Context>handleSignal:
         0xbe5edb8 s Context>handleSignal:
         0xbe639e8 s Context>handleSignal:
         0xbe68618 s Context>handleSignal:
         0xbe6d248 s Context>handleSignal:
         0xbe71e78 s Context>handleSignal:
         0xbe76aa8 s Context>handleSignal:
         0xbe7b6d8 s Context>handleSignal:
         0xbe80250 s Context>handleSignal:
         0xbe84d10 s Context>handleSignal:
         0xbe89718 s Context>handleSignal:
         0xbe8e068 s Context>handleSignal:
         0xbe92900 s Context>handleSignal:
         0xbe970e0 s Context>handleSignal:
         0xbe9b808 s Context>handleSignal:
         0xbe9fe78 s Context>handleSignal:
         0xbea4430 s Context>handleSignal:
         0xbea8930 s Context>handleSignal:
         0xbeacd78 s Context>handleSignal:
         0xbeb1108 s Context>handleSignal:
         0xbeb53e0 s Context>handleSignal:
         0xbeb9600 s Context>handleSignal:
         0xbebd768 s Context>handleSignal:
         0xbec1818 s Context>handleSignal:
         0xbec5810 s Context>handleSignal:
         0xbec9750 s Context>handleSignal:
         0xbecd5d8 s Context>handleSignal:
         0xbed13a8 s Context>handleSignal:
         0xbed50c0 s Context>handleSignal:
         0xbed8d20 s Context>handleSignal:
         0xbedc8c8 s Context>handleSignal:
         0xbee03b8 s Context>handleSignal:
         0xbee3df0 s Context>handleSignal:
         0xbee7770 s Context>handleSignal:
         0xbeeb038 s Context>handleSignal:
         0xbeee848 s Context>handleSignal:
         0xbef1fa0 s Context>handleSignal:
         0xbef5640 s Context>handleSignal:
         0xbef8c28 s Context>handleSignal:
         0xbefc158 s Context>handleSignal:
         0xbeff5d0 s Context>handleSignal:
         0xbf02990 s Context>handleSignal:
         0xbf05c98 s Context>handleSignal:
         0xbf08ee8 s Context>handleSignal:
         0xbf0c080 s Context>handleSignal:
         0xbf0f160 s Context>handleSignal:
         0xbf12188 s Context>handleSignal:
         0xbf150f8 s Context>handleSignal:
         0xbf17fb0 s Context>handleSignal:
         0xbf1adb0 s Context>handleSignal:
         0xbf1daf8 s Context>handleSignal:
         0xbf20788 s Context>handleSignal:
         0xbf23360 s Context>handleSignal:
         0xbf25e80 s Context>handleSignal:
         0xbf288e8 s Context>handleSignal:
         0xbf2b298 s Context>handleSignal:
         0xbf2db90 s Context>handleSignal:
         0xbf303d0 s Context>handleSignal:
         0xbf32b58 s Context>handleSignal:
         0xbf35228 s Context>handleSignal:
         0xbf37788 s Context>handleSignal:
         0xbf39c30 s Context>handleSignal:
         0xbf3c020 s Context>handleSignal:
         0xbf3e358 s Context>handleSignal:
         0xbf405d8 s Context>handleSignal:
         0xbf427a0 s Context>handleSignal:
         0xbf448b0 s Context>handleSignal:
         0xbf46908 s Context>handleSignal:
         0xbf488a8 s Context>handleSignal:
         0xbf4a790 s Context>handleSignal:
         0xbf881e8 s Halt(Exception)>signal
         0xbfa4ac0 s Halt class(Exception class)>signal
         0xbfd78b0 s Halt class>now
         0xbfce920 s FullBlockClosure(Object)>halt
         0xbff79c8 s FullBlockClosure>printOn:
         0xc01a610 s Context>printOn:
         0xc046580 s Context>printDebugOn:
         0xc046860 s [] in Context>debugStack:on:
         0xc05de38 s OrderedCollection>do:
         0xbfce6a8 s Context>debugStack:on:
         0xbff7778 s Context>shortDebugStackOn:
         0xc01a3d8 s [] in SmalltalkImage>logError:inContext:
         0xc0462a0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf87720 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa3cf8 s SmalltalkImage>logStdErrorDuring:
         0xbfd6ba8 s SmalltalkImage>logError:inContext:
         0xbffc3c8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01f868 s FullBlockClosure(BlockClosure)>ensure:
         0xc04be68 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061648 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06def0 s Halt(Exception)>unhandledErrorAction
         0xc08b160 s Halt(UnhandledException)>defaultAction
         0xc0f8080 s UndefinedObject>handleSignal:
         0xc0f8138 s Context>handleSignal:
         0xc0f81f0 s Context>handleSignal:
         0xc0f82a8 s Context>handleSignal:
         0xc0f8360 s Context>handleSignal:
         0xc0f8418 s Context>handleSignal:
         0xc0f84d0 s Context>handleSignal:
         0xc0f8588 s Context>handleSignal:
         0xc0f8640 s Context>handleSignal:
         0xc0f86f8 s Context>handleSignal:
         0xc0f87b0 s Context>handleSignal:
         0xc1096a0 s Context>handleSignal:
         0xc114748 s Context>handleSignal:
         0xc11f5f0 s Context>handleSignal:
         0xc129ed8 s Context>handleSignal:
         0xc134708 s Context>handleSignal:
         0xc13ef38 s Context>handleSignal:
         0xc149768 s Context>handleSignal:
         0xc153f98 s Context>handleSignal:
         0xc15e7c8 s Context>handleSignal:
         0xc168ff8 s Context>handleSignal:
         0xc173828 s Context>handleSignal:
         0xc17e058 s Context>handleSignal:
         0xc188888 s Context>handleSignal:
         0xc1930b8 s Context>handleSignal:
         0xc19d8e8 s Context>handleSignal:
         0xc1a8118 s Context>handleSignal:
         0xc1b2948 s Context>handleSignal:
         0xc1bd178 s Context>handleSignal:
         0xc1c79a8 s Context>handleSignal:
         0xc1d21d8 s Context>handleSignal:
         0xc1dca08 s Context>handleSignal:
         0xc1e7238 s Context>handleSignal:
         0xc1f1a68 s Context>handleSignal:
         0xc1fc298 s Context>handleSignal:
         0xc206ac8 s Context>handleSignal:
         0xc2112f8 s Context>handleSignal:
         0xc21bb28 s Context>handleSignal:
         0xc226358 s Context>handleSignal:
         0xc230b88 s Context>handleSignal:
         0xc23b3b8 s Context>handleSignal:
         0xc245be8 s Context>handleSignal:
         0xc250418 s Context>handleSignal:
         0xc25ac48 s Context>handleSignal:
         0xc2620b8 s Context>handleSignal:
         0xb7e20b8 s Context>handleSignal:
         0xb7ec9a0 s Context>handleSignal:
         0xb7f7288 s Context>handleSignal:
         0xb801b70 s Context>handleSignal:
         0xb80c458 s Context>handleSignal:
         0xb816d40 s Context>handleSignal:
         0xb821628 s Context>handleSignal:
         0xb82bf10 s Context>handleSignal:
         0xb8367f8 s Context>handleSignal:
         0xb8410e0 s Context>handleSignal:
         0xb84b9c8 s Context>handleSignal:
         0xb8562b0 s Context>handleSignal:
         0xb860b98 s Context>handleSignal:
         0xb86b480 s Context>handleSignal:
         0xb875d68 s Context>handleSignal:
         0xb880650 s Context>handleSignal:
         0xb88af38 s Context>handleSignal:
         0xb895820 s Context>handleSignal:
         0xb8a0108 s Context>handleSignal:
         0xb8aa9f0 s Context>handleSignal:
         0xb8b52d8 s Context>handleSignal:
         0xb8bfbc0 s Context>handleSignal:
         0xb8ca4a8 s Context>handleSignal:
         0xb8d4d90 s Context>handleSignal:
         0xb8df678 s Context>handleSignal:
         0xb8e9f60 s Context>handleSignal:
         0xb8f4848 s Context>handleSignal:
         0xb8ff130 s Context>handleSignal:
         0xb909a18 s Context>handleSignal:
         0xb914300 s Context>handleSignal:
         0xb91ebe8 s Context>handleSignal:
         0xb9294d0 s Context>handleSignal:
         0xb933db8 s Context>handleSignal:
         0xb93e6a0 s Context>handleSignal:
         0xb948f88 s Context>handleSignal:
         0xb953870 s Context>handleSignal:
         0xb95e158 s Context>handleSignal:
         0xb968a40 s Context>handleSignal:
         0xb973328 s Context>handleSignal:
         0xb97dc10 s Context>handleSignal:
         0xb9884f8 s Context>handleSignal:
         0xb992de0 s Context>handleSignal:
         0xb99d6c8 s Context>handleSignal:
         0xb9a7fb0 s Context>handleSignal:
         0xb9b2898 s Context>handleSignal:
         0xb9bd180 s Context>handleSignal:
         0xb9c7a68 s Context>handleSignal:
         0xb9d2350 s Context>handleSignal:
         0xb9dcc38 s Context>handleSignal:
         0xb9e7520 s Context>handleSignal:
         0xb9f1e08 s Context>handleSignal:
         0xb9fc6f0 s Context>handleSignal:
         0xba06fd8 s Context>handleSignal:
         0xba118c0 s Context>handleSignal:
         0xba1c1a8 s Context>handleSignal:
         0xba26a90 s Context>handleSignal:
         0xba31378 s Context>handleSignal:
         0xba3bc60 s Context>handleSignal:
         0xba42bc8 s Context>handleSignal:
         0xba47d00 s Context>handleSignal:
         0xba4cd80 s Context>handleSignal:
         0xba51d48 s Context>handleSignal:
         0xba56d10 s Context>handleSignal:
         0xba5bc20 s Context>handleSignal:
         0xba60a78 s Context>handleSignal:
         0xba658d0 s Context>handleSignal:
         0xba6a670 s Context>handleSignal:
         0xba6f410 s Context>handleSignal:
         0xba740f8 s Context>handleSignal:
         0xba78de0 s Context>handleSignal:
         0xba7dac8 s Context>handleSignal:
         0xba827b0 s Context>handleSignal:
         0xba87498 s Context>handleSignal:
         0xba8c180 s Context>handleSignal:
         0xba90e68 s Context>handleSignal:
         0xba95b50 s Context>handleSignal:
         0xba9a838 s Context>handleSignal:
         0xba9f520 s Context>handleSignal:
         0xbaa4208 s Context>handleSignal:
         0xbaa8ef0 s Context>handleSignal:
         0xbaadbd8 s Context>handleSignal:
         0xbab28c0 s Context>handleSignal:
         0xbab75a8 s Context>handleSignal:
         0xbabc290 s Context>handleSignal:
         0xbac0f78 s Context>handleSignal:
         0xbac5c60 s Context>handleSignal:
         0xbaca948 s Context>handleSignal:
         0xbacf630 s Context>handleSignal:
         0xbad4318 s Context>handleSignal:
         0xbad9000 s Context>handleSignal:
         0xbaddce8 s Context>handleSignal:
         0xbae29d0 s Context>handleSignal:
         0xbae76b8 s Context>handleSignal:
         0xbaec3a0 s Context>handleSignal:
         0xbaf1088 s Context>handleSignal:
         0xbaf5d70 s Context>handleSignal:
         0xbafaa58 s Context>handleSignal:
         0xbaff740 s Context>handleSignal:
         0xbb04428 s Context>handleSignal:
         0xbb09110 s Context>handleSignal:
         0xbb0ddf8 s Context>handleSignal:
         0xbb12ae0 s Context>handleSignal:
         0xbb177c8 s Context>handleSignal:
         0xbb1c4b0 s Context>handleSignal:
         0xbb21198 s Context>handleSignal:
         0xbb25e80 s Context>handleSignal:
         0xbb2ab68 s Context>handleSignal:
         0xbb2f850 s Context>handleSignal:
         0xbb34538 s Context>handleSignal:
         0xbb39220 s Context>handleSignal:
         0xbb3df08 s Context>handleSignal:
         0xbb42bf0 s Context>handleSignal:
         0xbb478d8 s Context>handleSignal:
         0xbb4c5c0 s Context>handleSignal:
         0xbb512a8 s Context>handleSignal:
         0xbb55f90 s Context>handleSignal:
         0xbb5ac78 s Context>handleSignal:
         0xbb5f960 s Context>handleSignal:
         0xbb64648 s Context>handleSignal:
         0xbb69330 s Context>handleSignal:
         0xbb6e018 s Context>handleSignal:
         0xbb72d00 s Context>handleSignal:
         0xbb779e8 s Context>handleSignal:
         0xbb7c6d0 s Context>handleSignal:
         0xbb813b8 s Context>handleSignal:
         0xbb860a0 s Context>handleSignal:
         0xbb8ad88 s Context>handleSignal:
         0xbb8fa70 s Context>handleSignal:
         0xbb94758 s Context>handleSignal:
         0xbb99440 s Context>handleSignal:
         0xbb9e070 s Context>handleSignal:
         0xbba2ca0 s Context>handleSignal:
         0xbba78d0 s Context>handleSignal:
         0xbbac500 s Context>handleSignal:
         0xbbb1130 s Context>handleSignal:
         0xbbb5d60 s Context>handleSignal:
         0xbbba990 s Context>handleSignal:
         0xbbbf5c0 s Context>handleSignal:
         0xbbc41f0 s Context>handleSignal:
         0xbbc8e20 s Context>handleSignal:
         0xbbcda50 s Context>handleSignal:
         0xbbd2680 s Context>handleSignal:
         0xbbd72b0 s Context>handleSignal:
         0xbbdbee0 s Context>handleSignal:
         0xbbe0b10 s Context>handleSignal:
         0xbbe5740 s Context>handleSignal:
         0xbbea370 s Context>handleSignal:
         0xbbeefa0 s Context>handleSignal:
         0xbbf3bd0 s Context>handleSignal:
         0xbbf8800 s Context>handleSignal:
         0xbbfd430 s Context>handleSignal:
         0xbc02060 s Context>handleSignal:
         0xbc06c90 s Context>handleSignal:
         0xbc0b8c0 s Context>handleSignal:
         0xbc104f0 s Context>handleSignal:
         0xbc15120 s Context>handleSignal:
         0xbc19d50 s Context>handleSignal:
         0xbc1e980 s Context>handleSignal:
         0xbc235b0 s Context>handleSignal:
         0xbc281e0 s Context>handleSignal:
         0xbc2ce10 s Context>handleSignal:
         0xbc31a40 s Context>handleSignal:
         0xbc36670 s Context>handleSignal:
         0xbc3b2a0 s Context>handleSignal:
         0xbc3fed0 s Context>handleSignal:
         0xbc44b00 s Context>handleSignal:
         0xbc49730 s Context>handleSignal:
         0xbc4e360 s Context>handleSignal:
         0xbc52f90 s Context>handleSignal:
         0xbc57c90 s Context>handleSignal:
         0xbc5c8c0 s Context>handleSignal:
         0xbc614f0 s Context>handleSignal:
         0xbc66120 s Context>handleSignal:
         0xbc6ad50 s Context>handleSignal:
         0xbc6f980 s Context>handleSignal:
         0xbc745b0 s Context>handleSignal:
         0xbc791e0 s Context>handleSignal:
         0xbc7de10 s Context>handleSignal:
         0xbc82a40 s Context>handleSignal:
         0xbc87670 s Context>handleSignal:
         0xbc8c2a0 s Context>handleSignal:
         0xbc90ed0 s Context>handleSignal:
         0xbc95b00 s Context>handleSignal:
         0xbc9a730 s Context>handleSignal:
         0xbc9f360 s Context>handleSignal:
         0xbca3f90 s Context>handleSignal:
         0xbca8bc0 s Context>handleSignal:
         0xbcad7f0 s Context>handleSignal:
         0xbcb2420 s Context>handleSignal:
         0xbcb7050 s Context>handleSignal:
         0xbcbbc80 s Context>handleSignal:
         0xbcc08b0 s Context>handleSignal:
         0xbcc54e0 s Context>handleSignal:
         0xbcca110 s Context>handleSignal:
         0xbcced40 s Context>handleSignal:
         0xbcd3970 s Context>handleSignal:
         0xbcd85a0 s Context>handleSignal:
         0xbcdd1d0 s Context>handleSignal:
         0xbce1e00 s Context>handleSignal:
         0xbce6a30 s Context>handleSignal:
         0xbceb660 s Context>handleSignal:
         0xbcf0290 s Context>handleSignal:
         0xbcf4ec0 s Context>handleSignal:
         0xbcf9af0 s Context>handleSignal:
         0xbcfe720 s Context>handleSignal:
         0xbd03350 s Context>handleSignal:
         0xbd07f80 s Context>handleSignal:
         0xbd0cbb0 s Context>handleSignal:
         0xbd117e0 s Context>handleSignal:
         0xbd16410 s Context>handleSignal:
         0xbd1b040 s Context>handleSignal:
         0xbd1fc70 s Context>handleSignal:
         0xbd248a0 s Context>handleSignal:
         0xbd294d0 s Context>handleSignal:
         0xbd2e100 s Context>handleSignal:
         0xbd32d30 s Context>handleSignal:
         0xbd37960 s Context>handleSignal:
         0xbd3c590 s Context>handleSignal:
         0xbd411c0 s Context>handleSignal:
         0xbd45df0 s Context>handleSignal:
         0xbd4aa20 s Context>handleSignal:
         0xbd4f650 s Context>handleSignal:
         0xbd54280 s Context>handleSignal:
         0xbd58eb0 s Context>handleSignal:
         0xbd5dae0 s Context>handleSignal:
         0xbd62710 s Context>handleSignal:
         0xbd67340 s Context>handleSignal:
         0xbd6bf70 s Context>handleSignal:
         0xbd70ba0 s Context>handleSignal:
         0xbd757d0 s Context>handleSignal:
         0xbd7a400 s Context>handleSignal:
         0xbd7f030 s Context>handleSignal:
         0xbd83c60 s Context>handleSignal:
         0xbd88890 s Context>handleSignal:
         0xbd8d4c0 s Context>handleSignal:
         0xbd920f0 s Context>handleSignal:
         0xbd96d20 s Context>handleSignal:
         0xbd9b950 s Context>handleSignal:
         0xbda0580 s Context>handleSignal:
         0xbda51b0 s Context>handleSignal:
         0xbda9de0 s Context>handleSignal:
         0xbdaea10 s Context>handleSignal:
         0xbdb3640 s Context>handleSignal:
         0xbdb8270 s Context>handleSignal:
         0xbdbcea0 s Context>handleSignal:
         0xbdc1ad0 s Context>handleSignal:
         0xbdc6700 s Context>handleSignal:
         0xbdcb330 s Context>handleSignal:
         0xbdcff60 s Context>handleSignal:
         0xbdd4b90 s Context>handleSignal:
         0xbdd97c0 s Context>handleSignal:
         0xbdde3f0 s Context>handleSignal:
         0xbde3020 s Context>handleSignal:
         0xbde7c50 s Context>handleSignal:
         0xbdec880 s Context>handleSignal:
         0xbdf14b0 s Context>handleSignal:
         0xbdf60e0 s Context>handleSignal:
         0xbdfad10 s Context>handleSignal:
         0xbdff940 s Context>handleSignal:
         0xbe04570 s Context>handleSignal:
         0xbe091a0 s Context>handleSignal:
         0xbe0ddd0 s Context>handleSignal:
         0xbe12a00 s Context>handleSignal:
         0xbe17630 s Context>handleSignal:
         0xbe1c260 s Context>handleSignal:
         0xbe20e90 s Context>handleSignal:
         0xbe25ac0 s Context>handleSignal:
         0xbe2a6f0 s Context>handleSignal:
         0xbe2f320 s Context>handleSignal:
         0xbe33f50 s Context>handleSignal:
         0xbe38b80 s Context>handleSignal:
         0xbe3d7b0 s Context>handleSignal:
         0xbe423e0 s Context>handleSignal:
         0xbe47010 s Context>handleSignal:
         0xbe4bc40 s Context>handleSignal:
         0xbe50870 s Context>handleSignal:
         0xbe554a0 s Context>handleSignal:
         0xbe5a0d0 s Context>handleSignal:
         0xbe5ed00 s Context>handleSignal:
         0xbe63930 s Context>handleSignal:
         0xbe68560 s Context>handleSignal:
         0xbe6d190 s Context>handleSignal:
         0xbe71dc0 s Context>handleSignal:
         0xbe769f0 s Context>handleSignal:
         0xbe7b620 s Context>handleSignal:
         0xbe80198 s Context>handleSignal:
         0xbe84c58 s Context>handleSignal:
         0xbe89660 s Context>handleSignal:
         0xbe8dfb0 s Context>handleSignal:
         0xbe92848 s Context>handleSignal:
         0xbe97028 s Context>handleSignal:
         0xbe9b750 s Context>handleSignal:
         0xbe9fdc0 s Context>handleSignal:
         0xbea4378 s Context>handleSignal:
         0xbea8878 s Context>handleSignal:
         0xbeaccc0 s Context>handleSignal:
         0xbeb1050 s Context>handleSignal:
         0xbeb5328 s Context>handleSignal:
         0xbeb9548 s Context>handleSignal:
         0xbebd6b0 s Context>handleSignal:
         0xbec1760 s Context>handleSignal:
         0xbec5758 s Context>handleSignal:
         0xbec9698 s Context>handleSignal:
         0xbecd520 s Context>handleSignal:
         0xbed12f0 s Context>handleSignal:
         0xbed5008 s Context>handleSignal:
         0xbed8c68 s Context>handleSignal:
         0xbedc810 s Context>handleSignal:
         0xbee0300 s Context>handleSignal:
         0xbee3d38 s Context>handleSignal:
         0xbee76b8 s Context>handleSignal:
         0xbeeaf80 s Context>handleSignal:
         0xbeee790 s Context>handleSignal:
         0xbef1ee8 s Context>handleSignal:
         0xbef5588 s Context>handleSignal:
         0xbef8b70 s Context>handleSignal:
         0xbefc0a0 s Context>handleSignal:
         0xbeff518 s Context>handleSignal:
         0xbf028d8 s Context>handleSignal:
         0xbf05be0 s Context>handleSignal:
         0xbf08e30 s Context>handleSignal:
         0xbf0bfc8 s Context>handleSignal:
         0xbf0f0a8 s Context>handleSignal:
         0xbf120d0 s Context>handleSignal:
         0xbf15040 s Context>handleSignal:
         0xbf17ef8 s Context>handleSignal:
         0xbf1acf8 s Context>handleSignal:
         0xbf1da40 s Context>handleSignal:
         0xbf206d0 s Context>handleSignal:
         0xbf232a8 s Context>handleSignal:
         0xbf25dc8 s Context>handleSignal:
         0xbf28830 s Context>handleSignal:
         0xbf2b1e0 s Context>handleSignal:
         0xbf2dad8 s Context>handleSignal:
         0xbf30318 s Context>handleSignal:
         0xbf32aa0 s Context>handleSignal:
         0xbf35170 s Context>handleSignal:
         0xbf376d0 s Context>handleSignal:
         0xbf39b78 s Context>handleSignal:
         0xbf3bf68 s Context>handleSignal:
         0xbf3e2a0 s Context>handleSignal:
         0xbf40520 s Context>handleSignal:
         0xbf426e8 s Context>handleSignal:
         0xbf447f8 s Context>handleSignal:
         0xbf46850 s Context>handleSignal:
         0xbf487f0 s Context>handleSignal:
         0xbf88078 s Halt(Exception)>signal
         0xbfa48f0 s Halt class(Exception class)>signal
         0xbfd76f8 s Halt class>now
         0xbfce760 s FullBlockClosure(Object)>halt
         0xbff7830 s FullBlockClosure>printOn:
         0xc01a490 s Context>printOn:
         0xc046358 s Context>printDebugOn:
         0xc046638 s [] in Context>debugStack:on:
         0xc05dd80 s OrderedCollection>do:
         0xbfce4e8 s Context>debugStack:on:
         0xbff75e0 s Context>shortDebugStackOn:
         0xc01a258 s [] in SmalltalkImage>logError:inContext:
         0xc046078 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf875b0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa3b28 s SmalltalkImage>logStdErrorDuring:
         0xbfd69f0 s SmalltalkImage>logError:inContext:
         0xbffc300 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01f778 s FullBlockClosure(BlockClosure)>ensure:
         0xc04bd88 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061590 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06de38 s Halt(Exception)>unhandledErrorAction
         0xc08b0a8 s Halt(UnhandledException)>defaultAction
         0xc0f7898 s UndefinedObject>handleSignal:
         0xc0f7950 s Context>handleSignal:
         0xc0f7a08 s Context>handleSignal:
         0xc0f7ac0 s Context>handleSignal:
         0xc0f7b78 s Context>handleSignal:
         0xc0f7c30 s Context>handleSignal:
         0xc0f7ce8 s Context>handleSignal:
         0xc0f7da0 s Context>handleSignal:
         0xc0f7e58 s Context>handleSignal:
         0xc0f7f10 s Context>handleSignal:
         0xc0f7fc8 s Context>handleSignal:
         0xc1095e8 s Context>handleSignal:
         0xc114690 s Context>handleSignal:
         0xc11f538 s Context>handleSignal:
         0xc129e20 s Context>handleSignal:
         0xc134650 s Context>handleSignal:
         0xc13ee80 s Context>handleSignal:
         0xc1496b0 s Context>handleSignal:
         0xc153ee0 s Context>handleSignal:
         0xc15e710 s Context>handleSignal:
         0xc168f40 s Context>handleSignal:
         0xc173770 s Context>handleSignal:
         0xc17dfa0 s Context>handleSignal:
         0xc1887d0 s Context>handleSignal:
         0xc193000 s Context>handleSignal:
         0xc19d830 s Context>handleSignal:
         0xc1a8060 s Context>handleSignal:
         0xc1b2890 s Context>handleSignal:
         0xc1bd0c0 s Context>handleSignal:
         0xc1c78f0 s Context>handleSignal:
         0xc1d2120 s Context>handleSignal:
         0xc1dc950 s Context>handleSignal:
         0xc1e7180 s Context>handleSignal:
         0xc1f19b0 s Context>handleSignal:
         0xc1fc1e0 s Context>handleSignal:
         0xc206a10 s Context>handleSignal:
         0xc211240 s Context>handleSignal:
         0xc21ba70 s Context>handleSignal:
         0xc2262a0 s Context>handleSignal:
         0xc230ad0 s Context>handleSignal:
         0xc23b300 s Context>handleSignal:
         0xc245b30 s Context>handleSignal:
         0xc250360 s Context>handleSignal:
         0xc25ab90 s Context>handleSignal:
         0xc262000 s Context>handleSignal:
         0xb7e2000 s Context>handleSignal:
         0xb7ec8e8 s Context>handleSignal:
         0xb7f71d0 s Context>handleSignal:
         0xb801ab8 s Context>handleSignal:
         0xb80c3a0 s Context>handleSignal:
         0xb816c88 s Context>handleSignal:
         0xb821570 s Context>handleSignal:
         0xb82be58 s Context>handleSignal:
         0xb836740 s Context>handleSignal:
         0xb841028 s Context>handleSignal:
         0xb84b910 s Context>handleSignal:
         0xb8561f8 s Context>handleSignal:
         0xb860ae0 s Context>handleSignal:
         0xb86b3c8 s Context>handleSignal:
         0xb875cb0 s Context>handleSignal:
         0xb880598 s Context>handleSignal:
         0xb88ae80 s Context>handleSignal:
         0xb895768 s Context>handleSignal:
         0xb8a0050 s Context>handleSignal:
         0xb8aa938 s Context>handleSignal:
         0xb8b5220 s Context>handleSignal:
         0xb8bfb08 s Context>handleSignal:
         0xb8ca3f0 s Context>handleSignal:
         0xb8d4cd8 s Context>handleSignal:
         0xb8df5c0 s Context>handleSignal:
         0xb8e9ea8 s Context>handleSignal:
         0xb8f4790 s Context>handleSignal:
         0xb8ff078 s Context>handleSignal:
         0xb909960 s Context>handleSignal:
         0xb914248 s Context>handleSignal:
         0xb91eb30 s Context>handleSignal:
         0xb929418 s Context>handleSignal:
         0xb933d00 s Context>handleSignal:
         0xb93e5e8 s Context>handleSignal:
         0xb948ed0 s Context>handleSignal:
         0xb9537b8 s Context>handleSignal:
         0xb95e0a0 s Context>handleSignal:
         0xb968988 s Context>handleSignal:
         0xb973270 s Context>handleSignal:
         0xb97db58 s Context>handleSignal:
         0xb988440 s Context>handleSignal:
         0xb992d28 s Context>handleSignal:
         0xb99d610 s Context>handleSignal:
         0xb9a7ef8 s Context>handleSignal:
         0xb9b27e0 s Context>handleSignal:
         0xb9bd0c8 s Context>handleSignal:
         0xb9c79b0 s Context>handleSignal:
         0xb9d2298 s Context>handleSignal:
         0xb9dcb80 s Context>handleSignal:
         0xb9e7468 s Context>handleSignal:
         0xb9f1d50 s Context>handleSignal:
         0xb9fc638 s Context>handleSignal:
         0xba06f20 s Context>handleSignal:
         0xba11808 s Context>handleSignal:
         0xba1c0f0 s Context>handleSignal:
         0xba269d8 s Context>handleSignal:
         0xba312c0 s Context>handleSignal:
         0xba3bba8 s Context>handleSignal:
         0xba42b10 s Context>handleSignal:
         0xba47c48 s Context>handleSignal:
         0xba4ccc8 s Context>handleSignal:
         0xba51c90 s Context>handleSignal:
         0xba56c58 s Context>handleSignal:
         0xba5bb68 s Context>handleSignal:
         0xba609c0 s Context>handleSignal:
         0xba65818 s Context>handleSignal:
         0xba6a5b8 s Context>handleSignal:
         0xba6f358 s Context>handleSignal:
         0xba74040 s Context>handleSignal:
         0xba78d28 s Context>handleSignal:
         0xba7da10 s Context>handleSignal:
         0xba826f8 s Context>handleSignal:
         0xba873e0 s Context>handleSignal:
         0xba8c0c8 s Context>handleSignal:
         0xba90db0 s Context>handleSignal:
         0xba95a98 s Context>handleSignal:
         0xba9a780 s Context>handleSignal:
         0xba9f468 s Context>handleSignal:
         0xbaa4150 s Context>handleSignal:
         0xbaa8e38 s Context>handleSignal:
         0xbaadb20 s Context>handleSignal:
         0xbab2808 s Context>handleSignal:
         0xbab74f0 s Context>handleSignal:
         0xbabc1d8 s Context>handleSignal:
         0xbac0ec0 s Context>handleSignal:
         0xbac5ba8 s Context>handleSignal:
         0xbaca890 s Context>handleSignal:
         0xbacf578 s Context>handleSignal:
         0xbad4260 s Context>handleSignal:
         0xbad8f48 s Context>handleSignal:
         0xbaddc30 s Context>handleSignal:
         0xbae2918 s Context>handleSignal:
         0xbae7600 s Context>handleSignal:
         0xbaec2e8 s Context>handleSignal:
         0xbaf0fd0 s Context>handleSignal:
         0xbaf5cb8 s Context>handleSignal:
         0xbafa9a0 s Context>handleSignal:
         0xbaff688 s Context>handleSignal:
         0xbb04370 s Context>handleSignal:
         0xbb09058 s Context>handleSignal:
         0xbb0dd40 s Context>handleSignal:
         0xbb12a28 s Context>handleSignal:
         0xbb17710 s Context>handleSignal:
         0xbb1c3f8 s Context>handleSignal:
         0xbb210e0 s Context>handleSignal:
         0xbb25dc8 s Context>handleSignal:
         0xbb2aab0 s Context>handleSignal:
         0xbb2f798 s Context>handleSignal:
         0xbb34480 s Context>handleSignal:
         0xbb39168 s Context>handleSignal:
         0xbb3de50 s Context>handleSignal:
         0xbb42b38 s Context>handleSignal:
         0xbb47820 s Context>handleSignal:
         0xbb4c508 s Context>handleSignal:
         0xbb511f0 s Context>handleSignal:
         0xbb55ed8 s Context>handleSignal:
         0xbb5abc0 s Context>handleSignal:
         0xbb5f8a8 s Context>handleSignal:
         0xbb64590 s Context>handleSignal:
         0xbb69278 s Context>handleSignal:
         0xbb6df60 s Context>handleSignal:
         0xbb72c48 s Context>handleSignal:
         0xbb77930 s Context>handleSignal:
         0xbb7c618 s Context>handleSignal:
         0xbb81300 s Context>handleSignal:
         0xbb85fe8 s Context>handleSignal:
         0xbb8acd0 s Context>handleSignal:
         0xbb8f9b8 s Context>handleSignal:
         0xbb946a0 s Context>handleSignal:
         0xbb99388 s Context>handleSignal:
         0xbb9dfb8 s Context>handleSignal:
         0xbba2be8 s Context>handleSignal:
         0xbba7818 s Context>handleSignal:
         0xbbac448 s Context>handleSignal:
         0xbbb1078 s Context>handleSignal:
         0xbbb5ca8 s Context>handleSignal:
         0xbbba8d8 s Context>handleSignal:
         0xbbbf508 s Context>handleSignal:
         0xbbc4138 s Context>handleSignal:
         0xbbc8d68 s Context>handleSignal:
         0xbbcd998 s Context>handleSignal:
         0xbbd25c8 s Context>handleSignal:
         0xbbd71f8 s Context>handleSignal:
         0xbbdbe28 s Context>handleSignal:
         0xbbe0a58 s Context>handleSignal:
         0xbbe5688 s Context>handleSignal:
         0xbbea2b8 s Context>handleSignal:
         0xbbeeee8 s Context>handleSignal:
         0xbbf3b18 s Context>handleSignal:
         0xbbf8748 s Context>handleSignal:
         0xbbfd378 s Context>handleSignal:
         0xbc01fa8 s Context>handleSignal:
         0xbc06bd8 s Context>handleSignal:
         0xbc0b808 s Context>handleSignal:
         0xbc10438 s Context>handleSignal:
         0xbc15068 s Context>handleSignal:
         0xbc19c98 s Context>handleSignal:
         0xbc1e8c8 s Context>handleSignal:
         0xbc234f8 s Context>handleSignal:
         0xbc28128 s Context>handleSignal:
         0xbc2cd58 s Context>handleSignal:
         0xbc31988 s Context>handleSignal:
         0xbc365b8 s Context>handleSignal:
         0xbc3b1e8 s Context>handleSignal:
         0xbc3fe18 s Context>handleSignal:
         0xbc44a48 s Context>handleSignal:
         0xbc49678 s Context>handleSignal:
         0xbc4e2a8 s Context>handleSignal:
         0xbc52ed8 s Context>handleSignal:
         0xbc57bd8 s Context>handleSignal:
         0xbc5c808 s Context>handleSignal:
         0xbc61438 s Context>handleSignal:
         0xbc66068 s Context>handleSignal:
         0xbc6ac98 s Context>handleSignal:
         0xbc6f8c8 s Context>handleSignal:
         0xbc744f8 s Context>handleSignal:
         0xbc79128 s Context>handleSignal:
         0xbc7dd58 s Context>handleSignal:
         0xbc82988 s Context>handleSignal:
         0xbc875b8 s Context>handleSignal:
         0xbc8c1e8 s Context>handleSignal:
         0xbc90e18 s Context>handleSignal:
         0xbc95a48 s Context>handleSignal:
         0xbc9a678 s Context>handleSignal:
         0xbc9f2a8 s Context>handleSignal:
         0xbca3ed8 s Context>handleSignal:
         0xbca8b08 s Context>handleSignal:
         0xbcad738 s Context>handleSignal:
         0xbcb2368 s Context>handleSignal:
         0xbcb6f98 s Context>handleSignal:
         0xbcbbbc8 s Context>handleSignal:
         0xbcc07f8 s Context>handleSignal:
         0xbcc5428 s Context>handleSignal:
         0xbcca058 s Context>handleSignal:
         0xbccec88 s Context>handleSignal:
         0xbcd38b8 s Context>handleSignal:
         0xbcd84e8 s Context>handleSignal:
         0xbcdd118 s Context>handleSignal:
         0xbce1d48 s Context>handleSignal:
         0xbce6978 s Context>handleSignal:
         0xbceb5a8 s Context>handleSignal:
         0xbcf01d8 s Context>handleSignal:
         0xbcf4e08 s Context>handleSignal:
         0xbcf9a38 s Context>handleSignal:
         0xbcfe668 s Context>handleSignal:
         0xbd03298 s Context>handleSignal:
         0xbd07ec8 s Context>handleSignal:
         0xbd0caf8 s Context>handleSignal:
         0xbd11728 s Context>handleSignal:
         0xbd16358 s Context>handleSignal:
         0xbd1af88 s Context>handleSignal:
         0xbd1fbb8 s Context>handleSignal:
         0xbd247e8 s Context>handleSignal:
         0xbd29418 s Context>handleSignal:
         0xbd2e048 s Context>handleSignal:
         0xbd32c78 s Context>handleSignal:
         0xbd378a8 s Context>handleSignal:
         0xbd3c4d8 s Context>handleSignal:
         0xbd41108 s Context>handleSignal:
         0xbd45d38 s Context>handleSignal:
         0xbd4a968 s Context>handleSignal:
         0xbd4f598 s Context>handleSignal:
         0xbd541c8 s Context>handleSignal:
         0xbd58df8 s Context>handleSignal:
         0xbd5da28 s Context>handleSignal:
         0xbd62658 s Context>handleSignal:
         0xbd67288 s Context>handleSignal:
         0xbd6beb8 s Context>handleSignal:
         0xbd70ae8 s Context>handleSignal:
         0xbd75718 s Context>handleSignal:
         0xbd7a348 s Context>handleSignal:
         0xbd7ef78 s Context>handleSignal:
         0xbd83ba8 s Context>handleSignal:
         0xbd887d8 s Context>handleSignal:
         0xbd8d408 s Context>handleSignal:
         0xbd92038 s Context>handleSignal:
         0xbd96c68 s Context>handleSignal:
         0xbd9b898 s Context>handleSignal:
         0xbda04c8 s Context>handleSignal:
         0xbda50f8 s Context>handleSignal:
         0xbda9d28 s Context>handleSignal:
         0xbdae958 s Context>handleSignal:
         0xbdb3588 s Context>handleSignal:
         0xbdb81b8 s Context>handleSignal:
         0xbdbcde8 s Context>handleSignal:
         0xbdc1a18 s Context>handleSignal:
         0xbdc6648 s Context>handleSignal:
         0xbdcb278 s Context>handleSignal:
         0xbdcfea8 s Context>handleSignal:
         0xbdd4ad8 s Context>handleSignal:
         0xbdd9708 s Context>handleSignal:
         0xbdde338 s Context>handleSignal:
         0xbde2f68 s Context>handleSignal:
         0xbde7b98 s Context>handleSignal:
         0xbdec7c8 s Context>handleSignal:
         0xbdf13f8 s Context>handleSignal:
         0xbdf6028 s Context>handleSignal:
         0xbdfac58 s Context>handleSignal:
         0xbdff888 s Context>handleSignal:
         0xbe044b8 s Context>handleSignal:
         0xbe090e8 s Context>handleSignal:
         0xbe0dd18 s Context>handleSignal:
         0xbe12948 s Context>handleSignal:
         0xbe17578 s Context>handleSignal:
         0xbe1c1a8 s Context>handleSignal:
         0xbe20dd8 s Context>handleSignal:
         0xbe25a08 s Context>handleSignal:
         0xbe2a638 s Context>handleSignal:
         0xbe2f268 s Context>handleSignal:
         0xbe33e98 s Context>handleSignal:
         0xbe38ac8 s Context>handleSignal:
         0xbe3d6f8 s Context>handleSignal:
         0xbe42328 s Context>handleSignal:
         0xbe46f58 s Context>handleSignal:
         0xbe4bb88 s Context>handleSignal:
         0xbe507b8 s Context>handleSignal:
         0xbe553e8 s Context>handleSignal:
         0xbe5a018 s Context>handleSignal:
         0xbe5ec48 s Context>handleSignal:
         0xbe63878 s Context>handleSignal:
         0xbe684a8 s Context>handleSignal:
         0xbe6d0d8 s Context>handleSignal:
         0xbe71d08 s Context>handleSignal:
         0xbe76938 s Context>handleSignal:
         0xbe7b568 s Context>handleSignal:
         0xbe800e0 s Context>handleSignal:
         0xbe84ba0 s Context>handleSignal:
         0xbe895a8 s Context>handleSignal:
         0xbe8def8 s Context>handleSignal:
         0xbe92790 s Context>handleSignal:
         0xbe96f70 s Context>handleSignal:
         0xbe9b698 s Context>handleSignal:
         0xbe9fd08 s Context>handleSignal:
         0xbea42c0 s Context>handleSignal:
         0xbea87c0 s Context>handleSignal:
         0xbeacc08 s Context>handleSignal:
         0xbeb0f98 s Context>handleSignal:
         0xbeb5270 s Context>handleSignal:
         0xbeb9490 s Context>handleSignal:
         0xbebd5f8 s Context>handleSignal:
         0xbec16a8 s Context>handleSignal:
         0xbec56a0 s Context>handleSignal:
         0xbec95e0 s Context>handleSignal:
         0xbecd468 s Context>handleSignal:
         0xbed1238 s Context>handleSignal:
         0xbed4f50 s Context>handleSignal:
         0xbed8bb0 s Context>handleSignal:
         0xbedc758 s Context>handleSignal:
         0xbee0248 s Context>handleSignal:
         0xbee3c80 s Context>handleSignal:
         0xbee7600 s Context>handleSignal:
         0xbeeaec8 s Context>handleSignal:
         0xbeee6d8 s Context>handleSignal:
         0xbef1e30 s Context>handleSignal:
         0xbef54d0 s Context>handleSignal:
         0xbef8ab8 s Context>handleSignal:
         0xbefbfe8 s Context>handleSignal:
         0xbeff460 s Context>handleSignal:
         0xbf02820 s Context>handleSignal:
         0xbf05b28 s Context>handleSignal:
         0xbf08d78 s Context>handleSignal:
         0xbf0bf10 s Context>handleSignal:
         0xbf0eff0 s Context>handleSignal:
         0xbf12018 s Context>handleSignal:
         0xbf14f88 s Context>handleSignal:
         0xbf17e40 s Context>handleSignal:
         0xbf1ac40 s Context>handleSignal:
         0xbf1d988 s Context>handleSignal:
         0xbf20618 s Context>handleSignal:
         0xbf231f0 s Context>handleSignal:
         0xbf25d10 s Context>handleSignal:
         0xbf28778 s Context>handleSignal:
         0xbf2b128 s Context>handleSignal:
         0xbf2da20 s Context>handleSignal:
         0xbf30260 s Context>handleSignal:
         0xbf329e8 s Context>handleSignal:
         0xbf350b8 s Context>handleSignal:
         0xbf37618 s Context>handleSignal:
         0xbf39ac0 s Context>handleSignal:
         0xbf3beb0 s Context>handleSignal:
         0xbf3e1e8 s Context>handleSignal:
         0xbf40468 s Context>handleSignal:
         0xbf42630 s Context>handleSignal:
         0xbf44740 s Context>handleSignal:
         0xbf46798 s Context>handleSignal:
         0xbf87f08 s Halt(Exception)>signal
         0xbfa4720 s Halt class(Exception class)>signal
         0xbfd7540 s Halt class>now
         0xbfce5a0 s FullBlockClosure(Object)>halt
         0xbff7698 s FullBlockClosure>printOn:
         0xc01a310 s Context>printOn:
         0xc046130 s Context>printDebugOn:
         0xc046410 s [] in Context>debugStack:on:
         0xc05dcc8 s OrderedCollection>do:
         0xbfce328 s Context>debugStack:on:
         0xbff7448 s Context>shortDebugStackOn:
         0xc01a0d8 s [] in SmalltalkImage>logError:inContext:
         0xc045e50 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf87440 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa3958 s SmalltalkImage>logStdErrorDuring:
         0xbfd6838 s SmalltalkImage>logError:inContext:
         0xbffc238 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01f688 s FullBlockClosure(BlockClosure)>ensure:
         0xc04bca8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0614d8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06dd80 s Halt(Exception)>unhandledErrorAction
         0xc08aff0 s Halt(UnhandledException)>defaultAction
         0xc0f70b0 s UndefinedObject>handleSignal:
         0xc0f7168 s Context>handleSignal:
         0xc0f7220 s Context>handleSignal:
         0xc0f72d8 s Context>handleSignal:
         0xc0f7390 s Context>handleSignal:
         0xc0f7448 s Context>handleSignal:
         0xc0f7500 s Context>handleSignal:
         0xc0f75b8 s Context>handleSignal:
         0xc0f7670 s Context>handleSignal:
         0xc0f7728 s Context>handleSignal:
         0xc0f77e0 s Context>handleSignal:
         0xc109530 s Context>handleSignal:
         0xc1145d8 s Context>handleSignal:
         0xc11f480 s Context>handleSignal:
         0xc129d68 s Context>handleSignal:
         0xc134598 s Context>handleSignal:
         0xc13edc8 s Context>handleSignal:
         0xc1495f8 s Context>handleSignal:
         0xc153e28 s Context>handleSignal:
         0xc15e658 s Context>handleSignal:
         0xc168e88 s Context>handleSignal:
         0xc1736b8 s Context>handleSignal:
         0xc17dee8 s Context>handleSignal:
         0xc188718 s Context>handleSignal:
         0xc192f48 s Context>handleSignal:
         0xc19d778 s Context>handleSignal:
         0xc1a7fa8 s Context>handleSignal:
         0xc1b27d8 s Context>handleSignal:
         0xc1bd008 s Context>handleSignal:
         0xc1c7838 s Context>handleSignal:
         0xc1d2068 s Context>handleSignal:
         0xc1dc898 s Context>handleSignal:
         0xc1e70c8 s Context>handleSignal:
         0xc1f18f8 s Context>handleSignal:
         0xc1fc128 s Context>handleSignal:
         0xc206958 s Context>handleSignal:
         0xc211188 s Context>handleSignal:
         0xc21b9b8 s Context>handleSignal:
         0xc2261e8 s Context>handleSignal:
         0xc230a18 s Context>handleSignal:
         0xc23b248 s Context>handleSignal:
         0xc245a78 s Context>handleSignal:
         0xc2502a8 s Context>handleSignal:
         0xc25aad8 s Context>handleSignal:
         0xc261f48 s Context>handleSignal:
         0xb7e1f48 s Context>handleSignal:
         0xb7ec830 s Context>handleSignal:
         0xb7f7118 s Context>handleSignal:
         0xb801a00 s Context>handleSignal:
         0xb80c2e8 s Context>handleSignal:
         0xb816bd0 s Context>handleSignal:
         0xb8214b8 s Context>handleSignal:
         0xb82bda0 s Context>handleSignal:
         0xb836688 s Context>handleSignal:
         0xb840f70 s Context>handleSignal:
         0xb84b858 s Context>handleSignal:
         0xb856140 s Context>handleSignal:
         0xb860a28 s Context>handleSignal:
         0xb86b310 s Context>handleSignal:
         0xb875bf8 s Context>handleSignal:
         0xb8804e0 s Context>handleSignal:
         0xb88adc8 s Context>handleSignal:
         0xb8956b0 s Context>handleSignal:
         0xb89ff98 s Context>handleSignal:
         0xb8aa880 s Context>handleSignal:
         0xb8b5168 s Context>handleSignal:
         0xb8bfa50 s Context>handleSignal:
         0xb8ca338 s Context>handleSignal:
         0xb8d4c20 s Context>handleSignal:
         0xb8df508 s Context>handleSignal:
         0xb8e9df0 s Context>handleSignal:
         0xb8f46d8 s Context>handleSignal:
         0xb8fefc0 s Context>handleSignal:
         0xb9098a8 s Context>handleSignal:
         0xb914190 s Context>handleSignal:
         0xb91ea78 s Context>handleSignal:
         0xb929360 s Context>handleSignal:
         0xb933c48 s Context>handleSignal:
         0xb93e530 s Context>handleSignal:
         0xb948e18 s Context>handleSignal:
         0xb953700 s Context>handleSignal:
         0xb95dfe8 s Context>handleSignal:
         0xb9688d0 s Context>handleSignal:
         0xb9731b8 s Context>handleSignal:
         0xb97daa0 s Context>handleSignal:
         0xb988388 s Context>handleSignal:
         0xb992c70 s Context>handleSignal:
         0xb99d558 s Context>handleSignal:
         0xb9a7e40 s Context>handleSignal:
         0xb9b2728 s Context>handleSignal:
         0xb9bd010 s Context>handleSignal:
         0xb9c78f8 s Context>handleSignal:
         0xb9d21e0 s Context>handleSignal:
         0xb9dcac8 s Context>handleSignal:
         0xb9e73b0 s Context>handleSignal:
         0xb9f1c98 s Context>handleSignal:
         0xb9fc580 s Context>handleSignal:
         0xba06e68 s Context>handleSignal:
         0xba11750 s Context>handleSignal:
         0xba1c038 s Context>handleSignal:
         0xba26920 s Context>handleSignal:
         0xba31208 s Context>handleSignal:
         0xba3baf0 s Context>handleSignal:
         0xba42a58 s Context>handleSignal:
         0xba47b90 s Context>handleSignal:
         0xba4cc10 s Context>handleSignal:
         0xba51bd8 s Context>handleSignal:
         0xba56ba0 s Context>handleSignal:
         0xba5bab0 s Context>handleSignal:
         0xba60908 s Context>handleSignal:
         0xba65760 s Context>handleSignal:
         0xba6a500 s Context>handleSignal:
         0xba6f2a0 s Context>handleSignal:
         0xba73f88 s Context>handleSignal:
         0xba78c70 s Context>handleSignal:
         0xba7d958 s Context>handleSignal:
         0xba82640 s Context>handleSignal:
         0xba87328 s Context>handleSignal:
         0xba8c010 s Context>handleSignal:
         0xba90cf8 s Context>handleSignal:
         0xba959e0 s Context>handleSignal:
         0xba9a6c8 s Context>handleSignal:
         0xba9f3b0 s Context>handleSignal:
         0xbaa4098 s Context>handleSignal:
         0xbaa8d80 s Context>handleSignal:
         0xbaada68 s Context>handleSignal:
         0xbab2750 s Context>handleSignal:
         0xbab7438 s Context>handleSignal:
         0xbabc120 s Context>handleSignal:
         0xbac0e08 s Context>handleSignal:
         0xbac5af0 s Context>handleSignal:
         0xbaca7d8 s Context>handleSignal:
         0xbacf4c0 s Context>handleSignal:
         0xbad41a8 s Context>handleSignal:
         0xbad8e90 s Context>handleSignal:
         0xbaddb78 s Context>handleSignal:
         0xbae2860 s Context>handleSignal:
         0xbae7548 s Context>handleSignal:
         0xbaec230 s Context>handleSignal:
         0xbaf0f18 s Context>handleSignal:
         0xbaf5c00 s Context>handleSignal:
         0xbafa8e8 s Context>handleSignal:
         0xbaff5d0 s Context>handleSignal:
         0xbb042b8 s Context>handleSignal:
         0xbb08fa0 s Context>handleSignal:
         0xbb0dc88 s Context>handleSignal:
         0xbb12970 s Context>handleSignal:
         0xbb17658 s Context>handleSignal:
         0xbb1c340 s Context>handleSignal:
         0xbb21028 s Context>handleSignal:
         0xbb25d10 s Context>handleSignal:
         0xbb2a9f8 s Context>handleSignal:
         0xbb2f6e0 s Context>handleSignal:
         0xbb343c8 s Context>handleSignal:
         0xbb390b0 s Context>handleSignal:
         0xbb3dd98 s Context>handleSignal:
         0xbb42a80 s Context>handleSignal:
         0xbb47768 s Context>handleSignal:
         0xbb4c450 s Context>handleSignal:
         0xbb51138 s Context>handleSignal:
         0xbb55e20 s Context>handleSignal:
         0xbb5ab08 s Context>handleSignal:
         0xbb5f7f0 s Context>handleSignal:
         0xbb644d8 s Context>handleSignal:
         0xbb691c0 s Context>handleSignal:
         0xbb6dea8 s Context>handleSignal:
         0xbb72b90 s Context>handleSignal:
         0xbb77878 s Context>handleSignal:
         0xbb7c560 s Context>handleSignal:
         0xbb81248 s Context>handleSignal:
         0xbb85f30 s Context>handleSignal:
         0xbb8ac18 s Context>handleSignal:
         0xbb8f900 s Context>handleSignal:
         0xbb945e8 s Context>handleSignal:
         0xbb992d0 s Context>handleSignal:
         0xbb9df00 s Context>handleSignal:
         0xbba2b30 s Context>handleSignal:
         0xbba7760 s Context>handleSignal:
         0xbbac390 s Context>handleSignal:
         0xbbb0fc0 s Context>handleSignal:
         0xbbb5bf0 s Context>handleSignal:
         0xbbba820 s Context>handleSignal:
         0xbbbf450 s Context>handleSignal:
         0xbbc4080 s Context>handleSignal:
         0xbbc8cb0 s Context>handleSignal:
         0xbbcd8e0 s Context>handleSignal:
         0xbbd2510 s Context>handleSignal:
         0xbbd7140 s Context>handleSignal:
         0xbbdbd70 s Context>handleSignal:
         0xbbe09a0 s Context>handleSignal:
         0xbbe55d0 s Context>handleSignal:
         0xbbea200 s Context>handleSignal:
         0xbbeee30 s Context>handleSignal:
         0xbbf3a60 s Context>handleSignal:
         0xbbf8690 s Context>handleSignal:
         0xbbfd2c0 s Context>handleSignal:
         0xbc01ef0 s Context>handleSignal:
         0xbc06b20 s Context>handleSignal:
         0xbc0b750 s Context>handleSignal:
         0xbc10380 s Context>handleSignal:
         0xbc14fb0 s Context>handleSignal:
         0xbc19be0 s Context>handleSignal:
         0xbc1e810 s Context>handleSignal:
         0xbc23440 s Context>handleSignal:
         0xbc28070 s Context>handleSignal:
         0xbc2cca0 s Context>handleSignal:
         0xbc318d0 s Context>handleSignal:
         0xbc36500 s Context>handleSignal:
         0xbc3b130 s Context>handleSignal:
         0xbc3fd60 s Context>handleSignal:
         0xbc44990 s Context>handleSignal:
         0xbc495c0 s Context>handleSignal:
         0xbc4e1f0 s Context>handleSignal:
         0xbc52e20 s Context>handleSignal:
         0xbc57b20 s Context>handleSignal:
         0xbc5c750 s Context>handleSignal:
         0xbc61380 s Context>handleSignal:
         0xbc65fb0 s Context>handleSignal:
         0xbc6abe0 s Context>handleSignal:
         0xbc6f810 s Context>handleSignal:
         0xbc74440 s Context>handleSignal:
         0xbc79070 s Context>handleSignal:
         0xbc7dca0 s Context>handleSignal:
         0xbc828d0 s Context>handleSignal:
         0xbc87500 s Context>handleSignal:
         0xbc8c130 s Context>handleSignal:
         0xbc90d60 s Context>handleSignal:
         0xbc95990 s Context>handleSignal:
         0xbc9a5c0 s Context>handleSignal:
         0xbc9f1f0 s Context>handleSignal:
         0xbca3e20 s Context>handleSignal:
         0xbca8a50 s Context>handleSignal:
         0xbcad680 s Context>handleSignal:
         0xbcb22b0 s Context>handleSignal:
         0xbcb6ee0 s Context>handleSignal:
         0xbcbbb10 s Context>handleSignal:
         0xbcc0740 s Context>handleSignal:
         0xbcc5370 s Context>handleSignal:
         0xbcc9fa0 s Context>handleSignal:
         0xbccebd0 s Context>handleSignal:
         0xbcd3800 s Context>handleSignal:
         0xbcd8430 s Context>handleSignal:
         0xbcdd060 s Context>handleSignal:
         0xbce1c90 s Context>handleSignal:
         0xbce68c0 s Context>handleSignal:
         0xbceb4f0 s Context>handleSignal:
         0xbcf0120 s Context>handleSignal:
         0xbcf4d50 s Context>handleSignal:
         0xbcf9980 s Context>handleSignal:
         0xbcfe5b0 s Context>handleSignal:
         0xbd031e0 s Context>handleSignal:
         0xbd07e10 s Context>handleSignal:
         0xbd0ca40 s Context>handleSignal:
         0xbd11670 s Context>handleSignal:
         0xbd162a0 s Context>handleSignal:
         0xbd1aed0 s Context>handleSignal:
         0xbd1fb00 s Context>handleSignal:
         0xbd24730 s Context>handleSignal:
         0xbd29360 s Context>handleSignal:
         0xbd2df90 s Context>handleSignal:
         0xbd32bc0 s Context>handleSignal:
         0xbd377f0 s Context>handleSignal:
         0xbd3c420 s Context>handleSignal:
         0xbd41050 s Context>handleSignal:
         0xbd45c80 s Context>handleSignal:
         0xbd4a8b0 s Context>handleSignal:
         0xbd4f4e0 s Context>handleSignal:
         0xbd54110 s Context>handleSignal:
         0xbd58d40 s Context>handleSignal:
         0xbd5d970 s Context>handleSignal:
         0xbd625a0 s Context>handleSignal:
         0xbd671d0 s Context>handleSignal:
         0xbd6be00 s Context>handleSignal:
         0xbd70a30 s Context>handleSignal:
         0xbd75660 s Context>handleSignal:
         0xbd7a290 s Context>handleSignal:
         0xbd7eec0 s Context>handleSignal:
         0xbd83af0 s Context>handleSignal:
         0xbd88720 s Context>handleSignal:
         0xbd8d350 s Context>handleSignal:
         0xbd91f80 s Context>handleSignal:
         0xbd96bb0 s Context>handleSignal:
         0xbd9b7e0 s Context>handleSignal:
         0xbda0410 s Context>handleSignal:
         0xbda5040 s Context>handleSignal:
         0xbda9c70 s Context>handleSignal:
         0xbdae8a0 s Context>handleSignal:
         0xbdb34d0 s Context>handleSignal:
         0xbdb8100 s Context>handleSignal:
         0xbdbcd30 s Context>handleSignal:
         0xbdc1960 s Context>handleSignal:
         0xbdc6590 s Context>handleSignal:
         0xbdcb1c0 s Context>handleSignal:
         0xbdcfdf0 s Context>handleSignal:
         0xbdd4a20 s Context>handleSignal:
         0xbdd9650 s Context>handleSignal:
         0xbdde280 s Context>handleSignal:
         0xbde2eb0 s Context>handleSignal:
         0xbde7ae0 s Context>handleSignal:
         0xbdec710 s Context>handleSignal:
         0xbdf1340 s Context>handleSignal:
         0xbdf5f70 s Context>handleSignal:
         0xbdfaba0 s Context>handleSignal:
         0xbdff7d0 s Context>handleSignal:
         0xbe04400 s Context>handleSignal:
         0xbe09030 s Context>handleSignal:
         0xbe0dc60 s Context>handleSignal:
         0xbe12890 s Context>handleSignal:
         0xbe174c0 s Context>handleSignal:
         0xbe1c0f0 s Context>handleSignal:
         0xbe20d20 s Context>handleSignal:
         0xbe25950 s Context>handleSignal:
         0xbe2a580 s Context>handleSignal:
         0xbe2f1b0 s Context>handleSignal:
         0xbe33de0 s Context>handleSignal:
         0xbe38a10 s Context>handleSignal:
         0xbe3d640 s Context>handleSignal:
         0xbe42270 s Context>handleSignal:
         0xbe46ea0 s Context>handleSignal:
         0xbe4bad0 s Context>handleSignal:
         0xbe50700 s Context>handleSignal:
         0xbe55330 s Context>handleSignal:
         0xbe59f60 s Context>handleSignal:
         0xbe5eb90 s Context>handleSignal:
         0xbe637c0 s Context>handleSignal:
         0xbe683f0 s Context>handleSignal:
         0xbe6d020 s Context>handleSignal:
         0xbe71c50 s Context>handleSignal:
         0xbe76880 s Context>handleSignal:
         0xbe7b4b0 s Context>handleSignal:
         0xbe80028 s Context>handleSignal:
         0xbe84ae8 s Context>handleSignal:
         0xbe894f0 s Context>handleSignal:
         0xbe8de40 s Context>handleSignal:
         0xbe926d8 s Context>handleSignal:
         0xbe96eb8 s Context>handleSignal:
         0xbe9b5e0 s Context>handleSignal:
         0xbe9fc50 s Context>handleSignal:
         0xbea4208 s Context>handleSignal:
         0xbea8708 s Context>handleSignal:
         0xbeacb50 s Context>handleSignal:
         0xbeb0ee0 s Context>handleSignal:
         0xbeb51b8 s Context>handleSignal:
         0xbeb93d8 s Context>handleSignal:
         0xbebd540 s Context>handleSignal:
         0xbec15f0 s Context>handleSignal:
         0xbec55e8 s Context>handleSignal:
         0xbec9528 s Context>handleSignal:
         0xbecd3b0 s Context>handleSignal:
         0xbed1180 s Context>handleSignal:
         0xbed4e98 s Context>handleSignal:
         0xbed8af8 s Context>handleSignal:
         0xbedc6a0 s Context>handleSignal:
         0xbee0190 s Context>handleSignal:
         0xbee3bc8 s Context>handleSignal:
         0xbee7548 s Context>handleSignal:
         0xbeeae10 s Context>handleSignal:
         0xbeee620 s Context>handleSignal:
         0xbef1d78 s Context>handleSignal:
         0xbef5418 s Context>handleSignal:
         0xbef8a00 s Context>handleSignal:
         0xbefbf30 s Context>handleSignal:
         0xbeff3a8 s Context>handleSignal:
         0xbf02768 s Context>handleSignal:
         0xbf05a70 s Context>handleSignal:
         0xbf08cc0 s Context>handleSignal:
         0xbf0be58 s Context>handleSignal:
         0xbf0ef38 s Context>handleSignal:
         0xbf11f60 s Context>handleSignal:
         0xbf14ed0 s Context>handleSignal:
         0xbf17d88 s Context>handleSignal:
         0xbf1ab88 s Context>handleSignal:
         0xbf1d8d0 s Context>handleSignal:
         0xbf20560 s Context>handleSignal:
         0xbf23138 s Context>handleSignal:
         0xbf25c58 s Context>handleSignal:
         0xbf286c0 s Context>handleSignal:
         0xbf2b070 s Context>handleSignal:
         0xbf2d968 s Context>handleSignal:
         0xbf301a8 s Context>handleSignal:
         0xbf32930 s Context>handleSignal:
         0xbf35000 s Context>handleSignal:
         0xbf37560 s Context>handleSignal:
         0xbf39a08 s Context>handleSignal:
         0xbf3bdf8 s Context>handleSignal:
         0xbf3e130 s Context>handleSignal:
         0xbf403b0 s Context>handleSignal:
         0xbf42578 s Context>handleSignal:
         0xbf44688 s Context>handleSignal:
         0xbf87d98 s Halt(Exception)>signal
         0xbfa4550 s Halt class(Exception class)>signal
         0xbfd7388 s Halt class>now
         0xbfce3e0 s FullBlockClosure(Object)>halt
         0xbff7500 s FullBlockClosure>printOn:
         0xc01a190 s Context>printOn:
         0xc045f08 s Context>printDebugOn:
         0xc0461e8 s [] in Context>debugStack:on:
         0xc05dc10 s OrderedCollection>do:
         0xbfce168 s Context>debugStack:on:
         0xbff72b0 s Context>shortDebugStackOn:
         0xc019f58 s [] in SmalltalkImage>logError:inContext:
         0xc045c28 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf872d0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa3788 s SmalltalkImage>logStdErrorDuring:
         0xbfd6680 s SmalltalkImage>logError:inContext:
         0xbffc170 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01f598 s FullBlockClosure(BlockClosure)>ensure:
         0xc04bbc8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061420 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06dcc8 s Halt(Exception)>unhandledErrorAction
         0xc08af38 s Halt(UnhandledException)>defaultAction
         0xc0f68c8 s UndefinedObject>handleSignal:
         0xc0f6980 s Context>handleSignal:
         0xc0f6a38 s Context>handleSignal:
         0xc0f6af0 s Context>handleSignal:
         0xc0f6ba8 s Context>handleSignal:
         0xc0f6c60 s Context>handleSignal:
         0xc0f6d18 s Context>handleSignal:
         0xc0f6dd0 s Context>handleSignal:
         0xc0f6e88 s Context>handleSignal:
         0xc0f6f40 s Context>handleSignal:
         0xc0f6ff8 s Context>handleSignal:
         0xc109478 s Context>handleSignal:
         0xc114520 s Context>handleSignal:
         0xc11f3c8 s Context>handleSignal:
         0xc129cb0 s Context>handleSignal:
         0xc1344e0 s Context>handleSignal:
         0xc13ed10 s Context>handleSignal:
         0xc149540 s Context>handleSignal:
         0xc153d70 s Context>handleSignal:
         0xc15e5a0 s Context>handleSignal:
         0xc168dd0 s Context>handleSignal:
         0xc173600 s Context>handleSignal:
         0xc17de30 s Context>handleSignal:
         0xc188660 s Context>handleSignal:
         0xc192e90 s Context>handleSignal:
         0xc19d6c0 s Context>handleSignal:
         0xc1a7ef0 s Context>handleSignal:
         0xc1b2720 s Context>handleSignal:
         0xc1bcf50 s Context>handleSignal:
         0xc1c7780 s Context>handleSignal:
         0xc1d1fb0 s Context>handleSignal:
         0xc1dc7e0 s Context>handleSignal:
         0xc1e7010 s Context>handleSignal:
         0xc1f1840 s Context>handleSignal:
         0xc1fc070 s Context>handleSignal:
         0xc2068a0 s Context>handleSignal:
         0xc2110d0 s Context>handleSignal:
         0xc21b900 s Context>handleSignal:
         0xc226130 s Context>handleSignal:
         0xc230960 s Context>handleSignal:
         0xc23b190 s Context>handleSignal:
         0xc2459c0 s Context>handleSignal:
         0xc2501f0 s Context>handleSignal:
         0xc25aa20 s Context>handleSignal:
         0xc261e90 s Context>handleSignal:
         0xb7e1e90 s Context>handleSignal:
         0xb7ec778 s Context>handleSignal:
         0xb7f7060 s Context>handleSignal:
         0xb801948 s Context>handleSignal:
         0xb80c230 s Context>handleSignal:
         0xb816b18 s Context>handleSignal:
         0xb821400 s Context>handleSignal:
         0xb82bce8 s Context>handleSignal:
         0xb8365d0 s Context>handleSignal:
         0xb840eb8 s Context>handleSignal:
         0xb84b7a0 s Context>handleSignal:
         0xb856088 s Context>handleSignal:
         0xb860970 s Context>handleSignal:
         0xb86b258 s Context>handleSignal:
         0xb875b40 s Context>handleSignal:
         0xb880428 s Context>handleSignal:
         0xb88ad10 s Context>handleSignal:
         0xb8955f8 s Context>handleSignal:
         0xb89fee0 s Context>handleSignal:
         0xb8aa7c8 s Context>handleSignal:
         0xb8b50b0 s Context>handleSignal:
         0xb8bf998 s Context>handleSignal:
         0xb8ca280 s Context>handleSignal:
         0xb8d4b68 s Context>handleSignal:
         0xb8df450 s Context>handleSignal:
         0xb8e9d38 s Context>handleSignal:
         0xb8f4620 s Context>handleSignal:
         0xb8fef08 s Context>handleSignal:
         0xb9097f0 s Context>handleSignal:
         0xb9140d8 s Context>handleSignal:
         0xb91e9c0 s Context>handleSignal:
         0xb9292a8 s Context>handleSignal:
         0xb933b90 s Context>handleSignal:
         0xb93e478 s Context>handleSignal:
         0xb948d60 s Context>handleSignal:
         0xb953648 s Context>handleSignal:
         0xb95df30 s Context>handleSignal:
         0xb968818 s Context>handleSignal:
         0xb973100 s Context>handleSignal:
         0xb97d9e8 s Context>handleSignal:
         0xb9882d0 s Context>handleSignal:
         0xb992bb8 s Context>handleSignal:
         0xb99d4a0 s Context>handleSignal:
         0xb9a7d88 s Context>handleSignal:
         0xb9b2670 s Context>handleSignal:
         0xb9bcf58 s Context>handleSignal:
         0xb9c7840 s Context>handleSignal:
         0xb9d2128 s Context>handleSignal:
         0xb9dca10 s Context>handleSignal:
         0xb9e72f8 s Context>handleSignal:
         0xb9f1be0 s Context>handleSignal:
         0xb9fc4c8 s Context>handleSignal:
         0xba06db0 s Context>handleSignal:
         0xba11698 s Context>handleSignal:
         0xba1bf80 s Context>handleSignal:
         0xba26868 s Context>handleSignal:
         0xba31150 s Context>handleSignal:
         0xba3ba38 s Context>handleSignal:
         0xba429a0 s Context>handleSignal:
         0xba47ad8 s Context>handleSignal:
         0xba4cb58 s Context>handleSignal:
         0xba51b20 s Context>handleSignal:
         0xba56ae8 s Context>handleSignal:
         0xba5b9f8 s Context>handleSignal:
         0xba60850 s Context>handleSignal:
         0xba656a8 s Context>handleSignal:
         0xba6a448 s Context>handleSignal:
         0xba6f1e8 s Context>handleSignal:
         0xba73ed0 s Context>handleSignal:
         0xba78bb8 s Context>handleSignal:
         0xba7d8a0 s Context>handleSignal:
         0xba82588 s Context>handleSignal:
         0xba87270 s Context>handleSignal:
         0xba8bf58 s Context>handleSignal:
         0xba90c40 s Context>handleSignal:
         0xba95928 s Context>handleSignal:
         0xba9a610 s Context>handleSignal:
         0xba9f2f8 s Context>handleSignal:
         0xbaa3fe0 s Context>handleSignal:
         0xbaa8cc8 s Context>handleSignal:
         0xbaad9b0 s Context>handleSignal:
         0xbab2698 s Context>handleSignal:
         0xbab7380 s Context>handleSignal:
         0xbabc068 s Context>handleSignal:
         0xbac0d50 s Context>handleSignal:
         0xbac5a38 s Context>handleSignal:
         0xbaca720 s Context>handleSignal:
         0xbacf408 s Context>handleSignal:
         0xbad40f0 s Context>handleSignal:
         0xbad8dd8 s Context>handleSignal:
         0xbaddac0 s Context>handleSignal:
         0xbae27a8 s Context>handleSignal:
         0xbae7490 s Context>handleSignal:
         0xbaec178 s Context>handleSignal:
         0xbaf0e60 s Context>handleSignal:
         0xbaf5b48 s Context>handleSignal:
         0xbafa830 s Context>handleSignal:
         0xbaff518 s Context>handleSignal:
         0xbb04200 s Context>handleSignal:
         0xbb08ee8 s Context>handleSignal:
         0xbb0dbd0 s Context>handleSignal:
         0xbb128b8 s Context>handleSignal:
         0xbb175a0 s Context>handleSignal:
         0xbb1c288 s Context>handleSignal:
         0xbb20f70 s Context>handleSignal:
         0xbb25c58 s Context>handleSignal:
         0xbb2a940 s Context>handleSignal:
         0xbb2f628 s Context>handleSignal:
         0xbb34310 s Context>handleSignal:
         0xbb38ff8 s Context>handleSignal:
         0xbb3dce0 s Context>handleSignal:
         0xbb429c8 s Context>handleSignal:
         0xbb476b0 s Context>handleSignal:
         0xbb4c398 s Context>handleSignal:
         0xbb51080 s Context>handleSignal:
         0xbb55d68 s Context>handleSignal:
         0xbb5aa50 s Context>handleSignal:
         0xbb5f738 s Context>handleSignal:
         0xbb64420 s Context>handleSignal:
         0xbb69108 s Context>handleSignal:
         0xbb6ddf0 s Context>handleSignal:
         0xbb72ad8 s Context>handleSignal:
         0xbb777c0 s Context>handleSignal:
         0xbb7c4a8 s Context>handleSignal:
         0xbb81190 s Context>handleSignal:
         0xbb85e78 s Context>handleSignal:
         0xbb8ab60 s Context>handleSignal:
         0xbb8f848 s Context>handleSignal:
         0xbb94530 s Context>handleSignal:
         0xbb99218 s Context>handleSignal:
         0xbb9de48 s Context>handleSignal:
         0xbba2a78 s Context>handleSignal:
         0xbba76a8 s Context>handleSignal:
         0xbbac2d8 s Context>handleSignal:
         0xbbb0f08 s Context>handleSignal:
         0xbbb5b38 s Context>handleSignal:
         0xbbba768 s Context>handleSignal:
         0xbbbf398 s Context>handleSignal:
         0xbbc3fc8 s Context>handleSignal:
         0xbbc8bf8 s Context>handleSignal:
         0xbbcd828 s Context>handleSignal:
         0xbbd2458 s Context>handleSignal:
         0xbbd7088 s Context>handleSignal:
         0xbbdbcb8 s Context>handleSignal:
         0xbbe08e8 s Context>handleSignal:
         0xbbe5518 s Context>handleSignal:
         0xbbea148 s Context>handleSignal:
         0xbbeed78 s Context>handleSignal:
         0xbbf39a8 s Context>handleSignal:
         0xbbf85d8 s Context>handleSignal:
         0xbbfd208 s Context>handleSignal:
         0xbc01e38 s Context>handleSignal:
         0xbc06a68 s Context>handleSignal:
         0xbc0b698 s Context>handleSignal:
         0xbc102c8 s Context>handleSignal:
         0xbc14ef8 s Context>handleSignal:
         0xbc19b28 s Context>handleSignal:
         0xbc1e758 s Context>handleSignal:
         0xbc23388 s Context>handleSignal:
         0xbc27fb8 s Context>handleSignal:
         0xbc2cbe8 s Context>handleSignal:
         0xbc31818 s Context>handleSignal:
         0xbc36448 s Context>handleSignal:
         0xbc3b078 s Context>handleSignal:
         0xbc3fca8 s Context>handleSignal:
         0xbc448d8 s Context>handleSignal:
         0xbc49508 s Context>handleSignal:
         0xbc4e138 s Context>handleSignal:
         0xbc52d68 s Context>handleSignal:
         0xbc57a68 s Context>handleSignal:
         0xbc5c698 s Context>handleSignal:
         0xbc612c8 s Context>handleSignal:
         0xbc65ef8 s Context>handleSignal:
         0xbc6ab28 s Context>handleSignal:
         0xbc6f758 s Context>handleSignal:
         0xbc74388 s Context>handleSignal:
         0xbc78fb8 s Context>handleSignal:
         0xbc7dbe8 s Context>handleSignal:
         0xbc82818 s Context>handleSignal:
         0xbc87448 s Context>handleSignal:
         0xbc8c078 s Context>handleSignal:
         0xbc90ca8 s Context>handleSignal:
         0xbc958d8 s Context>handleSignal:
         0xbc9a508 s Context>handleSignal:
         0xbc9f138 s Context>handleSignal:
         0xbca3d68 s Context>handleSignal:
         0xbca8998 s Context>handleSignal:
         0xbcad5c8 s Context>handleSignal:
         0xbcb21f8 s Context>handleSignal:
         0xbcb6e28 s Context>handleSignal:
         0xbcbba58 s Context>handleSignal:
         0xbcc0688 s Context>handleSignal:
         0xbcc52b8 s Context>handleSignal:
         0xbcc9ee8 s Context>handleSignal:
         0xbcceb18 s Context>handleSignal:
         0xbcd3748 s Context>handleSignal:
         0xbcd8378 s Context>handleSignal:
         0xbcdcfa8 s Context>handleSignal:
         0xbce1bd8 s Context>handleSignal:
         0xbce6808 s Context>handleSignal:
         0xbceb438 s Context>handleSignal:
         0xbcf0068 s Context>handleSignal:
         0xbcf4c98 s Context>handleSignal:
         0xbcf98c8 s Context>handleSignal:
         0xbcfe4f8 s Context>handleSignal:
         0xbd03128 s Context>handleSignal:
         0xbd07d58 s Context>handleSignal:
         0xbd0c988 s Context>handleSignal:
         0xbd115b8 s Context>handleSignal:
         0xbd161e8 s Context>handleSignal:
         0xbd1ae18 s Context>handleSignal:
         0xbd1fa48 s Context>handleSignal:
         0xbd24678 s Context>handleSignal:
         0xbd292a8 s Context>handleSignal:
         0xbd2ded8 s Context>handleSignal:
         0xbd32b08 s Context>handleSignal:
         0xbd37738 s Context>handleSignal:
         0xbd3c368 s Context>handleSignal:
         0xbd40f98 s Context>handleSignal:
         0xbd45bc8 s Context>handleSignal:
         0xbd4a7f8 s Context>handleSignal:
         0xbd4f428 s Context>handleSignal:
         0xbd54058 s Context>handleSignal:
         0xbd58c88 s Context>handleSignal:
         0xbd5d8b8 s Context>handleSignal:
         0xbd624e8 s Context>handleSignal:
         0xbd67118 s Context>handleSignal:
         0xbd6bd48 s Context>handleSignal:
         0xbd70978 s Context>handleSignal:
         0xbd755a8 s Context>handleSignal:
         0xbd7a1d8 s Context>handleSignal:
         0xbd7ee08 s Context>handleSignal:
         0xbd83a38 s Context>handleSignal:
         0xbd88668 s Context>handleSignal:
         0xbd8d298 s Context>handleSignal:
         0xbd91ec8 s Context>handleSignal:
         0xbd96af8 s Context>handleSignal:
         0xbd9b728 s Context>handleSignal:
         0xbda0358 s Context>handleSignal:
         0xbda4f88 s Context>handleSignal:
         0xbda9bb8 s Context>handleSignal:
         0xbdae7e8 s Context>handleSignal:
         0xbdb3418 s Context>handleSignal:
         0xbdb8048 s Context>handleSignal:
         0xbdbcc78 s Context>handleSignal:
         0xbdc18a8 s Context>handleSignal:
         0xbdc64d8 s Context>handleSignal:
         0xbdcb108 s Context>handleSignal:
         0xbdcfd38 s Context>handleSignal:
         0xbdd4968 s Context>handleSignal:
         0xbdd9598 s Context>handleSignal:
         0xbdde1c8 s Context>handleSignal:
         0xbde2df8 s Context>handleSignal:
         0xbde7a28 s Context>handleSignal:
         0xbdec658 s Context>handleSignal:
         0xbdf1288 s Context>handleSignal:
         0xbdf5eb8 s Context>handleSignal:
         0xbdfaae8 s Context>handleSignal:
         0xbdff718 s Context>handleSignal:
         0xbe04348 s Context>handleSignal:
         0xbe08f78 s Context>handleSignal:
         0xbe0dba8 s Context>handleSignal:
         0xbe127d8 s Context>handleSignal:
         0xbe17408 s Context>handleSignal:
         0xbe1c038 s Context>handleSignal:
         0xbe20c68 s Context>handleSignal:
         0xbe25898 s Context>handleSignal:
         0xbe2a4c8 s Context>handleSignal:
         0xbe2f0f8 s Context>handleSignal:
         0xbe33d28 s Context>handleSignal:
         0xbe38958 s Context>handleSignal:
         0xbe3d588 s Context>handleSignal:
         0xbe421b8 s Context>handleSignal:
         0xbe46de8 s Context>handleSignal:
         0xbe4ba18 s Context>handleSignal:
         0xbe50648 s Context>handleSignal:
         0xbe55278 s Context>handleSignal:
         0xbe59ea8 s Context>handleSignal:
         0xbe5ead8 s Context>handleSignal:
         0xbe63708 s Context>handleSignal:
         0xbe68338 s Context>handleSignal:
         0xbe6cf68 s Context>handleSignal:
         0xbe71b98 s Context>handleSignal:
         0xbe767c8 s Context>handleSignal:
         0xbe7b3f8 s Context>handleSignal:
         0xbe7ff70 s Context>handleSignal:
         0xbe84a30 s Context>handleSignal:
         0xbe89438 s Context>handleSignal:
         0xbe8dd88 s Context>handleSignal:
         0xbe92620 s Context>handleSignal:
         0xbe96e00 s Context>handleSignal:
         0xbe9b528 s Context>handleSignal:
         0xbe9fb98 s Context>handleSignal:
         0xbea4150 s Context>handleSignal:
         0xbea8650 s Context>handleSignal:
         0xbeaca98 s Context>handleSignal:
         0xbeb0e28 s Context>handleSignal:
         0xbeb5100 s Context>handleSignal:
         0xbeb9320 s Context>handleSignal:
         0xbebd488 s Context>handleSignal:
         0xbec1538 s Context>handleSignal:
         0xbec5530 s Context>handleSignal:
         0xbec9470 s Context>handleSignal:
         0xbecd2f8 s Context>handleSignal:
         0xbed10c8 s Context>handleSignal:
         0xbed4de0 s Context>handleSignal:
         0xbed8a40 s Context>handleSignal:
         0xbedc5e8 s Context>handleSignal:
         0xbee00d8 s Context>handleSignal:
         0xbee3b10 s Context>handleSignal:
         0xbee7490 s Context>handleSignal:
         0xbeead58 s Context>handleSignal:
         0xbeee568 s Context>handleSignal:
         0xbef1cc0 s Context>handleSignal:
         0xbef5360 s Context>handleSignal:
         0xbef8948 s Context>handleSignal:
         0xbefbe78 s Context>handleSignal:
         0xbeff2f0 s Context>handleSignal:
         0xbf026b0 s Context>handleSignal:
         0xbf059b8 s Context>handleSignal:
         0xbf08c08 s Context>handleSignal:
         0xbf0bda0 s Context>handleSignal:
         0xbf0ee80 s Context>handleSignal:
         0xbf11ea8 s Context>handleSignal:
         0xbf14e18 s Context>handleSignal:
         0xbf17cd0 s Context>handleSignal:
         0xbf1aad0 s Context>handleSignal:
         0xbf1d818 s Context>handleSignal:
         0xbf204a8 s Context>handleSignal:
         0xbf23080 s Context>handleSignal:
         0xbf25ba0 s Context>handleSignal:
         0xbf28608 s Context>handleSignal:
         0xbf2afb8 s Context>handleSignal:
         0xbf2d8b0 s Context>handleSignal:
         0xbf300f0 s Context>handleSignal:
         0xbf32878 s Context>handleSignal:
         0xbf34f48 s Context>handleSignal:
         0xbf374a8 s Context>handleSignal:
         0xbf39950 s Context>handleSignal:
         0xbf3bd40 s Context>handleSignal:
         0xbf3e078 s Context>handleSignal:
         0xbf402f8 s Context>handleSignal:
         0xbf424c0 s Context>handleSignal:
         0xbf87c28 s Halt(Exception)>signal
         0xbfa4380 s Halt class(Exception class)>signal
         0xbfd71d0 s Halt class>now
         0xbfce220 s FullBlockClosure(Object)>halt
         0xbff7368 s FullBlockClosure>printOn:
         0xc01a010 s Context>printOn:
         0xc045ce0 s Context>printDebugOn:
         0xc045fc0 s [] in Context>debugStack:on:
         0xc05db58 s OrderedCollection>do:
         0xbfcdfa8 s Context>debugStack:on:
         0xbff7118 s Context>shortDebugStackOn:
         0xc019dd8 s [] in SmalltalkImage>logError:inContext:
         0xc045a00 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf87160 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa35b8 s SmalltalkImage>logStdErrorDuring:
         0xbfd64c8 s SmalltalkImage>logError:inContext:
         0xbffc0a8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01f4a8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04bae8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061368 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06dc10 s Halt(Exception)>unhandledErrorAction
         0xc08ae80 s Halt(UnhandledException)>defaultAction
         0xc0f60e0 s UndefinedObject>handleSignal:
         0xc0f6198 s Context>handleSignal:
         0xc0f6250 s Context>handleSignal:
         0xc0f6308 s Context>handleSignal:
         0xc0f63c0 s Context>handleSignal:
         0xc0f6478 s Context>handleSignal:
         0xc0f6530 s Context>handleSignal:
         0xc0f65e8 s Context>handleSignal:
         0xc0f66a0 s Context>handleSignal:
         0xc0f6758 s Context>handleSignal:
         0xc0f6810 s Context>handleSignal:
         0xc1093c0 s Context>handleSignal:
         0xc114468 s Context>handleSignal:
         0xc11f310 s Context>handleSignal:
         0xc129bf8 s Context>handleSignal:
         0xc134428 s Context>handleSignal:
         0xc13ec58 s Context>handleSignal:
         0xc149488 s Context>handleSignal:
         0xc153cb8 s Context>handleSignal:
         0xc15e4e8 s Context>handleSignal:
         0xc168d18 s Context>handleSignal:
         0xc173548 s Context>handleSignal:
         0xc17dd78 s Context>handleSignal:
         0xc1885a8 s Context>handleSignal:
         0xc192dd8 s Context>handleSignal:
         0xc19d608 s Context>handleSignal:
         0xc1a7e38 s Context>handleSignal:
         0xc1b2668 s Context>handleSignal:
         0xc1bce98 s Context>handleSignal:
         0xc1c76c8 s Context>handleSignal:
         0xc1d1ef8 s Context>handleSignal:
         0xc1dc728 s Context>handleSignal:
         0xc1e6f58 s Context>handleSignal:
         0xc1f1788 s Context>handleSignal:
         0xc1fbfb8 s Context>handleSignal:
         0xc2067e8 s Context>handleSignal:
         0xc211018 s Context>handleSignal:
         0xc21b848 s Context>handleSignal:
         0xc226078 s Context>handleSignal:
         0xc2308a8 s Context>handleSignal:
         0xc23b0d8 s Context>handleSignal:
         0xc245908 s Context>handleSignal:
         0xc250138 s Context>handleSignal:
         0xc25a968 s Context>handleSignal:
         0xc261dd8 s Context>handleSignal:
         0xb7e1dd8 s Context>handleSignal:
         0xb7ec6c0 s Context>handleSignal:
         0xb7f6fa8 s Context>handleSignal:
         0xb801890 s Context>handleSignal:
         0xb80c178 s Context>handleSignal:
         0xb816a60 s Context>handleSignal:
         0xb821348 s Context>handleSignal:
         0xb82bc30 s Context>handleSignal:
         0xb836518 s Context>handleSignal:
         0xb840e00 s Context>handleSignal:
         0xb84b6e8 s Context>handleSignal:
         0xb855fd0 s Context>handleSignal:
         0xb8608b8 s Context>handleSignal:
         0xb86b1a0 s Context>handleSignal:
         0xb875a88 s Context>handleSignal:
         0xb880370 s Context>handleSignal:
         0xb88ac58 s Context>handleSignal:
         0xb895540 s Context>handleSignal:
         0xb89fe28 s Context>handleSignal:
         0xb8aa710 s Context>handleSignal:
         0xb8b4ff8 s Context>handleSignal:
         0xb8bf8e0 s Context>handleSignal:
         0xb8ca1c8 s Context>handleSignal:
         0xb8d4ab0 s Context>handleSignal:
         0xb8df398 s Context>handleSignal:
         0xb8e9c80 s Context>handleSignal:
         0xb8f4568 s Context>handleSignal:
         0xb8fee50 s Context>handleSignal:
         0xb909738 s Context>handleSignal:
         0xb914020 s Context>handleSignal:
         0xb91e908 s Context>handleSignal:
         0xb9291f0 s Context>handleSignal:
         0xb933ad8 s Context>handleSignal:
         0xb93e3c0 s Context>handleSignal:
         0xb948ca8 s Context>handleSignal:
         0xb953590 s Context>handleSignal:
         0xb95de78 s Context>handleSignal:
         0xb968760 s Context>handleSignal:
         0xb973048 s Context>handleSignal:
         0xb97d930 s Context>handleSignal:
         0xb988218 s Context>handleSignal:
         0xb992b00 s Context>handleSignal:
         0xb99d3e8 s Context>handleSignal:
         0xb9a7cd0 s Context>handleSignal:
         0xb9b25b8 s Context>handleSignal:
         0xb9bcea0 s Context>handleSignal:
         0xb9c7788 s Context>handleSignal:
         0xb9d2070 s Context>handleSignal:
         0xb9dc958 s Context>handleSignal:
         0xb9e7240 s Context>handleSignal:
         0xb9f1b28 s Context>handleSignal:
         0xb9fc410 s Context>handleSignal:
         0xba06cf8 s Context>handleSignal:
         0xba115e0 s Context>handleSignal:
         0xba1bec8 s Context>handleSignal:
         0xba267b0 s Context>handleSignal:
         0xba31098 s Context>handleSignal:
         0xba3b980 s Context>handleSignal:
         0xba428e8 s Context>handleSignal:
         0xba47a20 s Context>handleSignal:
         0xba4caa0 s Context>handleSignal:
         0xba51a68 s Context>handleSignal:
         0xba56a30 s Context>handleSignal:
         0xba5b940 s Context>handleSignal:
         0xba60798 s Context>handleSignal:
         0xba655f0 s Context>handleSignal:
         0xba6a390 s Context>handleSignal:
         0xba6f130 s Context>handleSignal:
         0xba73e18 s Context>handleSignal:
         0xba78b00 s Context>handleSignal:
         0xba7d7e8 s Context>handleSignal:
         0xba824d0 s Context>handleSignal:
         0xba871b8 s Context>handleSignal:
         0xba8bea0 s Context>handleSignal:
         0xba90b88 s Context>handleSignal:
         0xba95870 s Context>handleSignal:
         0xba9a558 s Context>handleSignal:
         0xba9f240 s Context>handleSignal:
         0xbaa3f28 s Context>handleSignal:
         0xbaa8c10 s Context>handleSignal:
         0xbaad8f8 s Context>handleSignal:
         0xbab25e0 s Context>handleSignal:
         0xbab72c8 s Context>handleSignal:
         0xbabbfb0 s Context>handleSignal:
         0xbac0c98 s Context>handleSignal:
         0xbac5980 s Context>handleSignal:
         0xbaca668 s Context>handleSignal:
         0xbacf350 s Context>handleSignal:
         0xbad4038 s Context>handleSignal:
         0xbad8d20 s Context>handleSignal:
         0xbadda08 s Context>handleSignal:
         0xbae26f0 s Context>handleSignal:
         0xbae73d8 s Context>handleSignal:
         0xbaec0c0 s Context>handleSignal:
         0xbaf0da8 s Context>handleSignal:
         0xbaf5a90 s Context>handleSignal:
         0xbafa778 s Context>handleSignal:
         0xbaff460 s Context>handleSignal:
         0xbb04148 s Context>handleSignal:
         0xbb08e30 s Context>handleSignal:
         0xbb0db18 s Context>handleSignal:
         0xbb12800 s Context>handleSignal:
         0xbb174e8 s Context>handleSignal:
         0xbb1c1d0 s Context>handleSignal:
         0xbb20eb8 s Context>handleSignal:
         0xbb25ba0 s Context>handleSignal:
         0xbb2a888 s Context>handleSignal:
         0xbb2f570 s Context>handleSignal:
         0xbb34258 s Context>handleSignal:
         0xbb38f40 s Context>handleSignal:
         0xbb3dc28 s Context>handleSignal:
         0xbb42910 s Context>handleSignal:
         0xbb475f8 s Context>handleSignal:
         0xbb4c2e0 s Context>handleSignal:
         0xbb50fc8 s Context>handleSignal:
         0xbb55cb0 s Context>handleSignal:
         0xbb5a998 s Context>handleSignal:
         0xbb5f680 s Context>handleSignal:
         0xbb64368 s Context>handleSignal:
         0xbb69050 s Context>handleSignal:
         0xbb6dd38 s Context>handleSignal:
         0xbb72a20 s Context>handleSignal:
         0xbb77708 s Context>handleSignal:
         0xbb7c3f0 s Context>handleSignal:
         0xbb810d8 s Context>handleSignal:
         0xbb85dc0 s Context>handleSignal:
         0xbb8aaa8 s Context>handleSignal:
         0xbb8f790 s Context>handleSignal:
         0xbb94478 s Context>handleSignal:
         0xbb99160 s Context>handleSignal:
         0xbb9dd90 s Context>handleSignal:
         0xbba29c0 s Context>handleSignal:
         0xbba75f0 s Context>handleSignal:
         0xbbac220 s Context>handleSignal:
         0xbbb0e50 s Context>handleSignal:
         0xbbb5a80 s Context>handleSignal:
         0xbbba6b0 s Context>handleSignal:
         0xbbbf2e0 s Context>handleSignal:
         0xbbc3f10 s Context>handleSignal:
         0xbbc8b40 s Context>handleSignal:
         0xbbcd770 s Context>handleSignal:
         0xbbd23a0 s Context>handleSignal:
         0xbbd6fd0 s Context>handleSignal:
         0xbbdbc00 s Context>handleSignal:
         0xbbe0830 s Context>handleSignal:
         0xbbe5460 s Context>handleSignal:
         0xbbea090 s Context>handleSignal:
         0xbbeecc0 s Context>handleSignal:
         0xbbf38f0 s Context>handleSignal:
         0xbbf8520 s Context>handleSignal:
         0xbbfd150 s Context>handleSignal:
         0xbc01d80 s Context>handleSignal:
         0xbc069b0 s Context>handleSignal:
         0xbc0b5e0 s Context>handleSignal:
         0xbc10210 s Context>handleSignal:
         0xbc14e40 s Context>handleSignal:
         0xbc19a70 s Context>handleSignal:
         0xbc1e6a0 s Context>handleSignal:
         0xbc232d0 s Context>handleSignal:
         0xbc27f00 s Context>handleSignal:
         0xbc2cb30 s Context>handleSignal:
         0xbc31760 s Context>handleSignal:
         0xbc36390 s Context>handleSignal:
         0xbc3afc0 s Context>handleSignal:
         0xbc3fbf0 s Context>handleSignal:
         0xbc44820 s Context>handleSignal:
         0xbc49450 s Context>handleSignal:
         0xbc4e080 s Context>handleSignal:
         0xbc52cb0 s Context>handleSignal:
         0xbc579b0 s Context>handleSignal:
         0xbc5c5e0 s Context>handleSignal:
         0xbc61210 s Context>handleSignal:
         0xbc65e40 s Context>handleSignal:
         0xbc6aa70 s Context>handleSignal:
         0xbc6f6a0 s Context>handleSignal:
         0xbc742d0 s Context>handleSignal:
         0xbc78f00 s Context>handleSignal:
         0xbc7db30 s Context>handleSignal:
         0xbc82760 s Context>handleSignal:
         0xbc87390 s Context>handleSignal:
         0xbc8bfc0 s Context>handleSignal:
         0xbc90bf0 s Context>handleSignal:
         0xbc95820 s Context>handleSignal:
         0xbc9a450 s Context>handleSignal:
         0xbc9f080 s Context>handleSignal:
         0xbca3cb0 s Context>handleSignal:
         0xbca88e0 s Context>handleSignal:
         0xbcad510 s Context>handleSignal:
         0xbcb2140 s Context>handleSignal:
         0xbcb6d70 s Context>handleSignal:
         0xbcbb9a0 s Context>handleSignal:
         0xbcc05d0 s Context>handleSignal:
         0xbcc5200 s Context>handleSignal:
         0xbcc9e30 s Context>handleSignal:
         0xbccea60 s Context>handleSignal:
         0xbcd3690 s Context>handleSignal:
         0xbcd82c0 s Context>handleSignal:
         0xbcdcef0 s Context>handleSignal:
         0xbce1b20 s Context>handleSignal:
         0xbce6750 s Context>handleSignal:
         0xbceb380 s Context>handleSignal:
         0xbceffb0 s Context>handleSignal:
         0xbcf4be0 s Context>handleSignal:
         0xbcf9810 s Context>handleSignal:
         0xbcfe440 s Context>handleSignal:
         0xbd03070 s Context>handleSignal:
         0xbd07ca0 s Context>handleSignal:
         0xbd0c8d0 s Context>handleSignal:
         0xbd11500 s Context>handleSignal:
         0xbd16130 s Context>handleSignal:
         0xbd1ad60 s Context>handleSignal:
         0xbd1f990 s Context>handleSignal:
         0xbd245c0 s Context>handleSignal:
         0xbd291f0 s Context>handleSignal:
         0xbd2de20 s Context>handleSignal:
         0xbd32a50 s Context>handleSignal:
         0xbd37680 s Context>handleSignal:
         0xbd3c2b0 s Context>handleSignal:
         0xbd40ee0 s Context>handleSignal:
         0xbd45b10 s Context>handleSignal:
         0xbd4a740 s Context>handleSignal:
         0xbd4f370 s Context>handleSignal:
         0xbd53fa0 s Context>handleSignal:
         0xbd58bd0 s Context>handleSignal:
         0xbd5d800 s Context>handleSignal:
         0xbd62430 s Context>handleSignal:
         0xbd67060 s Context>handleSignal:
         0xbd6bc90 s Context>handleSignal:
         0xbd708c0 s Context>handleSignal:
         0xbd754f0 s Context>handleSignal:
         0xbd7a120 s Context>handleSignal:
         0xbd7ed50 s Context>handleSignal:
         0xbd83980 s Context>handleSignal:
         0xbd885b0 s Context>handleSignal:
         0xbd8d1e0 s Context>handleSignal:
         0xbd91e10 s Context>handleSignal:
         0xbd96a40 s Context>handleSignal:
         0xbd9b670 s Context>handleSignal:
         0xbda02a0 s Context>handleSignal:
         0xbda4ed0 s Context>handleSignal:
         0xbda9b00 s Context>handleSignal:
         0xbdae730 s Context>handleSignal:
         0xbdb3360 s Context>handleSignal:
         0xbdb7f90 s Context>handleSignal:
         0xbdbcbc0 s Context>handleSignal:
         0xbdc17f0 s Context>handleSignal:
         0xbdc6420 s Context>handleSignal:
         0xbdcb050 s Context>handleSignal:
         0xbdcfc80 s Context>handleSignal:
         0xbdd48b0 s Context>handleSignal:
         0xbdd94e0 s Context>handleSignal:
         0xbdde110 s Context>handleSignal:
         0xbde2d40 s Context>handleSignal:
         0xbde7970 s Context>handleSignal:
         0xbdec5a0 s Context>handleSignal:
         0xbdf11d0 s Context>handleSignal:
         0xbdf5e00 s Context>handleSignal:
         0xbdfaa30 s Context>handleSignal:
         0xbdff660 s Context>handleSignal:
         0xbe04290 s Context>handleSignal:
         0xbe08ec0 s Context>handleSignal:
         0xbe0daf0 s Context>handleSignal:
         0xbe12720 s Context>handleSignal:
         0xbe17350 s Context>handleSignal:
         0xbe1bf80 s Context>handleSignal:
         0xbe20bb0 s Context>handleSignal:
         0xbe257e0 s Context>handleSignal:
         0xbe2a410 s Context>handleSignal:
         0xbe2f040 s Context>handleSignal:
         0xbe33c70 s Context>handleSignal:
         0xbe388a0 s Context>handleSignal:
         0xbe3d4d0 s Context>handleSignal:
         0xbe42100 s Context>handleSignal:
         0xbe46d30 s Context>handleSignal:
         0xbe4b960 s Context>handleSignal:
         0xbe50590 s Context>handleSignal:
         0xbe551c0 s Context>handleSignal:
         0xbe59df0 s Context>handleSignal:
         0xbe5ea20 s Context>handleSignal:
         0xbe63650 s Context>handleSignal:
         0xbe68280 s Context>handleSignal:
         0xbe6ceb0 s Context>handleSignal:
         0xbe71ae0 s Context>handleSignal:
         0xbe76710 s Context>handleSignal:
         0xbe7b340 s Context>handleSignal:
         0xbe7feb8 s Context>handleSignal:
         0xbe84978 s Context>handleSignal:
         0xbe89380 s Context>handleSignal:
         0xbe8dcd0 s Context>handleSignal:
         0xbe92568 s Context>handleSignal:
         0xbe96d48 s Context>handleSignal:
         0xbe9b470 s Context>handleSignal:
         0xbe9fae0 s Context>handleSignal:
         0xbea4098 s Context>handleSignal:
         0xbea8598 s Context>handleSignal:
         0xbeac9e0 s Context>handleSignal:
         0xbeb0d70 s Context>handleSignal:
         0xbeb5048 s Context>handleSignal:
         0xbeb9268 s Context>handleSignal:
         0xbebd3d0 s Context>handleSignal:
         0xbec1480 s Context>handleSignal:
         0xbec5478 s Context>handleSignal:
         0xbec93b8 s Context>handleSignal:
         0xbecd240 s Context>handleSignal:
         0xbed1010 s Context>handleSignal:
         0xbed4d28 s Context>handleSignal:
         0xbed8988 s Context>handleSignal:
         0xbedc530 s Context>handleSignal:
         0xbee0020 s Context>handleSignal:
         0xbee3a58 s Context>handleSignal:
         0xbee73d8 s Context>handleSignal:
         0xbeeaca0 s Context>handleSignal:
         0xbeee4b0 s Context>handleSignal:
         0xbef1c08 s Context>handleSignal:
         0xbef52a8 s Context>handleSignal:
         0xbef8890 s Context>handleSignal:
         0xbefbdc0 s Context>handleSignal:
         0xbeff238 s Context>handleSignal:
         0xbf025f8 s Context>handleSignal:
         0xbf05900 s Context>handleSignal:
         0xbf08b50 s Context>handleSignal:
         0xbf0bce8 s Context>handleSignal:
         0xbf0edc8 s Context>handleSignal:
         0xbf11df0 s Context>handleSignal:
         0xbf14d60 s Context>handleSignal:
         0xbf17c18 s Context>handleSignal:
         0xbf1aa18 s Context>handleSignal:
         0xbf1d760 s Context>handleSignal:
         0xbf203f0 s Context>handleSignal:
         0xbf22fc8 s Context>handleSignal:
         0xbf25ae8 s Context>handleSignal:
         0xbf28550 s Context>handleSignal:
         0xbf2af00 s Context>handleSignal:
         0xbf2d7f8 s Context>handleSignal:
         0xbf30038 s Context>handleSignal:
         0xbf327c0 s Context>handleSignal:
         0xbf34e90 s Context>handleSignal:
         0xbf373f0 s Context>handleSignal:
         0xbf39898 s Context>handleSignal:
         0xbf3bc88 s Context>handleSignal:
         0xbf3dfc0 s Context>handleSignal:
         0xbf40240 s Context>handleSignal:
         0xbf87ab8 s Halt(Exception)>signal
         0xbfa41b0 s Halt class(Exception class)>signal
         0xbfd7018 s Halt class>now
         0xbfce060 s FullBlockClosure(Object)>halt
         0xbff71d0 s FullBlockClosure>printOn:
         0xc019e90 s Context>printOn:
         0xc045ab8 s Context>printDebugOn:
         0xc045d98 s [] in Context>debugStack:on:
         0xc05daa0 s OrderedCollection>do:
         0xbfcdde8 s Context>debugStack:on:
         0xbff6f80 s Context>shortDebugStackOn:
         0xc019c58 s [] in SmalltalkImage>logError:inContext:
         0xc0457d8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf86ff0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa33e8 s SmalltalkImage>logStdErrorDuring:
         0xbfd6310 s SmalltalkImage>logError:inContext:
         0xbffbfe0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01f3b8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04ba08 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0612b0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06db58 s Halt(Exception)>unhandledErrorAction
         0xc08adc8 s Halt(UnhandledException)>defaultAction
         0xc0f58f8 s UndefinedObject>handleSignal:
         0xc0f59b0 s Context>handleSignal:
         0xc0f5a68 s Context>handleSignal:
         0xc0f5b20 s Context>handleSignal:
         0xc0f5bd8 s Context>handleSignal:
         0xc0f5c90 s Context>handleSignal:
         0xc0f5d48 s Context>handleSignal:
         0xc0f5e00 s Context>handleSignal:
         0xc0f5eb8 s Context>handleSignal:
         0xc0f5f70 s Context>handleSignal:
         0xc0f6028 s Context>handleSignal:
         0xc109308 s Context>handleSignal:
         0xc1143b0 s Context>handleSignal:
         0xc11f258 s Context>handleSignal:
         0xc129b40 s Context>handleSignal:
         0xc134370 s Context>handleSignal:
         0xc13eba0 s Context>handleSignal:
         0xc1493d0 s Context>handleSignal:
         0xc153c00 s Context>handleSignal:
         0xc15e430 s Context>handleSignal:
         0xc168c60 s Context>handleSignal:
         0xc173490 s Context>handleSignal:
         0xc17dcc0 s Context>handleSignal:
         0xc1884f0 s Context>handleSignal:
         0xc192d20 s Context>handleSignal:
         0xc19d550 s Context>handleSignal:
         0xc1a7d80 s Context>handleSignal:
         0xc1b25b0 s Context>handleSignal:
         0xc1bcde0 s Context>handleSignal:
         0xc1c7610 s Context>handleSignal:
         0xc1d1e40 s Context>handleSignal:
         0xc1dc670 s Context>handleSignal:
         0xc1e6ea0 s Context>handleSignal:
         0xc1f16d0 s Context>handleSignal:
         0xc1fbf00 s Context>handleSignal:
         0xc206730 s Context>handleSignal:
         0xc210f60 s Context>handleSignal:
         0xc21b790 s Context>handleSignal:
         0xc225fc0 s Context>handleSignal:
         0xc2307f0 s Context>handleSignal:
         0xc23b020 s Context>handleSignal:
         0xc245850 s Context>handleSignal:
         0xc250080 s Context>handleSignal:
         0xc25a8b0 s Context>handleSignal:
         0xc261d20 s Context>handleSignal:
         0xb7e1d20 s Context>handleSignal:
         0xb7ec608 s Context>handleSignal:
         0xb7f6ef0 s Context>handleSignal:
         0xb8017d8 s Context>handleSignal:
         0xb80c0c0 s Context>handleSignal:
         0xb8169a8 s Context>handleSignal:
         0xb821290 s Context>handleSignal:
         0xb82bb78 s Context>handleSignal:
         0xb836460 s Context>handleSignal:
         0xb840d48 s Context>handleSignal:
         0xb84b630 s Context>handleSignal:
         0xb855f18 s Context>handleSignal:
         0xb860800 s Context>handleSignal:
         0xb86b0e8 s Context>handleSignal:
         0xb8759d0 s Context>handleSignal:
         0xb8802b8 s Context>handleSignal:
         0xb88aba0 s Context>handleSignal:
         0xb895488 s Context>handleSignal:
         0xb89fd70 s Context>handleSignal:
         0xb8aa658 s Context>handleSignal:
         0xb8b4f40 s Context>handleSignal:
         0xb8bf828 s Context>handleSignal:
         0xb8ca110 s Context>handleSignal:
         0xb8d49f8 s Context>handleSignal:
         0xb8df2e0 s Context>handleSignal:
         0xb8e9bc8 s Context>handleSignal:
         0xb8f44b0 s Context>handleSignal:
         0xb8fed98 s Context>handleSignal:
         0xb909680 s Context>handleSignal:
         0xb913f68 s Context>handleSignal:
         0xb91e850 s Context>handleSignal:
         0xb929138 s Context>handleSignal:
         0xb933a20 s Context>handleSignal:
         0xb93e308 s Context>handleSignal:
         0xb948bf0 s Context>handleSignal:
         0xb9534d8 s Context>handleSignal:
         0xb95ddc0 s Context>handleSignal:
         0xb9686a8 s Context>handleSignal:
         0xb972f90 s Context>handleSignal:
         0xb97d878 s Context>handleSignal:
         0xb988160 s Context>handleSignal:
         0xb992a48 s Context>handleSignal:
         0xb99d330 s Context>handleSignal:
         0xb9a7c18 s Context>handleSignal:
         0xb9b2500 s Context>handleSignal:
         0xb9bcde8 s Context>handleSignal:
         0xb9c76d0 s Context>handleSignal:
         0xb9d1fb8 s Context>handleSignal:
         0xb9dc8a0 s Context>handleSignal:
         0xb9e7188 s Context>handleSignal:
         0xb9f1a70 s Context>handleSignal:
         0xb9fc358 s Context>handleSignal:
         0xba06c40 s Context>handleSignal:
         0xba11528 s Context>handleSignal:
         0xba1be10 s Context>handleSignal:
         0xba266f8 s Context>handleSignal:
         0xba30fe0 s Context>handleSignal:
         0xba3b8c8 s Context>handleSignal:
         0xba42830 s Context>handleSignal:
         0xba47968 s Context>handleSignal:
         0xba4c9e8 s Context>handleSignal:
         0xba519b0 s Context>handleSignal:
         0xba56978 s Context>handleSignal:
         0xba5b888 s Context>handleSignal:
         0xba606e0 s Context>handleSignal:
         0xba65538 s Context>handleSignal:
         0xba6a2d8 s Context>handleSignal:
         0xba6f078 s Context>handleSignal:
         0xba73d60 s Context>handleSignal:
         0xba78a48 s Context>handleSignal:
         0xba7d730 s Context>handleSignal:
         0xba82418 s Context>handleSignal:
         0xba87100 s Context>handleSignal:
         0xba8bde8 s Context>handleSignal:
         0xba90ad0 s Context>handleSignal:
         0xba957b8 s Context>handleSignal:
         0xba9a4a0 s Context>handleSignal:
         0xba9f188 s Context>handleSignal:
         0xbaa3e70 s Context>handleSignal:
         0xbaa8b58 s Context>handleSignal:
         0xbaad840 s Context>handleSignal:
         0xbab2528 s Context>handleSignal:
         0xbab7210 s Context>handleSignal:
         0xbabbef8 s Context>handleSignal:
         0xbac0be0 s Context>handleSignal:
         0xbac58c8 s Context>handleSignal:
         0xbaca5b0 s Context>handleSignal:
         0xbacf298 s Context>handleSignal:
         0xbad3f80 s Context>handleSignal:
         0xbad8c68 s Context>handleSignal:
         0xbadd950 s Context>handleSignal:
         0xbae2638 s Context>handleSignal:
         0xbae7320 s Context>handleSignal:
         0xbaec008 s Context>handleSignal:
         0xbaf0cf0 s Context>handleSignal:
         0xbaf59d8 s Context>handleSignal:
         0xbafa6c0 s Context>handleSignal:
         0xbaff3a8 s Context>handleSignal:
         0xbb04090 s Context>handleSignal:
         0xbb08d78 s Context>handleSignal:
         0xbb0da60 s Context>handleSignal:
         0xbb12748 s Context>handleSignal:
         0xbb17430 s Context>handleSignal:
         0xbb1c118 s Context>handleSignal:
         0xbb20e00 s Context>handleSignal:
         0xbb25ae8 s Context>handleSignal:
         0xbb2a7d0 s Context>handleSignal:
         0xbb2f4b8 s Context>handleSignal:
         0xbb341a0 s Context>handleSignal:
         0xbb38e88 s Context>handleSignal:
         0xbb3db70 s Context>handleSignal:
         0xbb42858 s Context>handleSignal:
         0xbb47540 s Context>handleSignal:
         0xbb4c228 s Context>handleSignal:
         0xbb50f10 s Context>handleSignal:
         0xbb55bf8 s Context>handleSignal:
         0xbb5a8e0 s Context>handleSignal:
         0xbb5f5c8 s Context>handleSignal:
         0xbb642b0 s Context>handleSignal:
         0xbb68f98 s Context>handleSignal:
         0xbb6dc80 s Context>handleSignal:
         0xbb72968 s Context>handleSignal:
         0xbb77650 s Context>handleSignal:
         0xbb7c338 s Context>handleSignal:
         0xbb81020 s Context>handleSignal:
         0xbb85d08 s Context>handleSignal:
         0xbb8a9f0 s Context>handleSignal:
         0xbb8f6d8 s Context>handleSignal:
         0xbb943c0 s Context>handleSignal:
         0xbb990a8 s Context>handleSignal:
         0xbb9dcd8 s Context>handleSignal:
         0xbba2908 s Context>handleSignal:
         0xbba7538 s Context>handleSignal:
         0xbbac168 s Context>handleSignal:
         0xbbb0d98 s Context>handleSignal:
         0xbbb59c8 s Context>handleSignal:
         0xbbba5f8 s Context>handleSignal:
         0xbbbf228 s Context>handleSignal:
         0xbbc3e58 s Context>handleSignal:
         0xbbc8a88 s Context>handleSignal:
         0xbbcd6b8 s Context>handleSignal:
         0xbbd22e8 s Context>handleSignal:
         0xbbd6f18 s Context>handleSignal:
         0xbbdbb48 s Context>handleSignal:
         0xbbe0778 s Context>handleSignal:
         0xbbe53a8 s Context>handleSignal:
         0xbbe9fd8 s Context>handleSignal:
         0xbbeec08 s Context>handleSignal:
         0xbbf3838 s Context>handleSignal:
         0xbbf8468 s Context>handleSignal:
         0xbbfd098 s Context>handleSignal:
         0xbc01cc8 s Context>handleSignal:
         0xbc068f8 s Context>handleSignal:
         0xbc0b528 s Context>handleSignal:
         0xbc10158 s Context>handleSignal:
         0xbc14d88 s Context>handleSignal:
         0xbc199b8 s Context>handleSignal:
         0xbc1e5e8 s Context>handleSignal:
         0xbc23218 s Context>handleSignal:
         0xbc27e48 s Context>handleSignal:
         0xbc2ca78 s Context>handleSignal:
         0xbc316a8 s Context>handleSignal:
         0xbc362d8 s Context>handleSignal:
         0xbc3af08 s Context>handleSignal:
         0xbc3fb38 s Context>handleSignal:
         0xbc44768 s Context>handleSignal:
         0xbc49398 s Context>handleSignal:
         0xbc4dfc8 s Context>handleSignal:
         0xbc52bf8 s Context>handleSignal:
         0xbc578f8 s Context>handleSignal:
         0xbc5c528 s Context>handleSignal:
         0xbc61158 s Context>handleSignal:
         0xbc65d88 s Context>handleSignal:
         0xbc6a9b8 s Context>handleSignal:
         0xbc6f5e8 s Context>handleSignal:
         0xbc74218 s Context>handleSignal:
         0xbc78e48 s Context>handleSignal:
         0xbc7da78 s Context>handleSignal:
         0xbc826a8 s Context>handleSignal:
         0xbc872d8 s Context>handleSignal:
         0xbc8bf08 s Context>handleSignal:
         0xbc90b38 s Context>handleSignal:
         0xbc95768 s Context>handleSignal:
         0xbc9a398 s Context>handleSignal:
         0xbc9efc8 s Context>handleSignal:
         0xbca3bf8 s Context>handleSignal:
         0xbca8828 s Context>handleSignal:
         0xbcad458 s Context>handleSignal:
         0xbcb2088 s Context>handleSignal:
         0xbcb6cb8 s Context>handleSignal:
         0xbcbb8e8 s Context>handleSignal:
         0xbcc0518 s Context>handleSignal:
         0xbcc5148 s Context>handleSignal:
         0xbcc9d78 s Context>handleSignal:
         0xbcce9a8 s Context>handleSignal:
         0xbcd35d8 s Context>handleSignal:
         0xbcd8208 s Context>handleSignal:
         0xbcdce38 s Context>handleSignal:
         0xbce1a68 s Context>handleSignal:
         0xbce6698 s Context>handleSignal:
         0xbceb2c8 s Context>handleSignal:
         0xbcefef8 s Context>handleSignal:
         0xbcf4b28 s Context>handleSignal:
         0xbcf9758 s Context>handleSignal:
         0xbcfe388 s Context>handleSignal:
         0xbd02fb8 s Context>handleSignal:
         0xbd07be8 s Context>handleSignal:
         0xbd0c818 s Context>handleSignal:
         0xbd11448 s Context>handleSignal:
         0xbd16078 s Context>handleSignal:
         0xbd1aca8 s Context>handleSignal:
         0xbd1f8d8 s Context>handleSignal:
         0xbd24508 s Context>handleSignal:
         0xbd29138 s Context>handleSignal:
         0xbd2dd68 s Context>handleSignal:
         0xbd32998 s Context>handleSignal:
         0xbd375c8 s Context>handleSignal:
         0xbd3c1f8 s Context>handleSignal:
         0xbd40e28 s Context>handleSignal:
         0xbd45a58 s Context>handleSignal:
         0xbd4a688 s Context>handleSignal:
         0xbd4f2b8 s Context>handleSignal:
         0xbd53ee8 s Context>handleSignal:
         0xbd58b18 s Context>handleSignal:
         0xbd5d748 s Context>handleSignal:
         0xbd62378 s Context>handleSignal:
         0xbd66fa8 s Context>handleSignal:
         0xbd6bbd8 s Context>handleSignal:
         0xbd70808 s Context>handleSignal:
         0xbd75438 s Context>handleSignal:
         0xbd7a068 s Context>handleSignal:
         0xbd7ec98 s Context>handleSignal:
         0xbd838c8 s Context>handleSignal:
         0xbd884f8 s Context>handleSignal:
         0xbd8d128 s Context>handleSignal:
         0xbd91d58 s Context>handleSignal:
         0xbd96988 s Context>handleSignal:
         0xbd9b5b8 s Context>handleSignal:
         0xbda01e8 s Context>handleSignal:
         0xbda4e18 s Context>handleSignal:
         0xbda9a48 s Context>handleSignal:
         0xbdae678 s Context>handleSignal:
         0xbdb32a8 s Context>handleSignal:
         0xbdb7ed8 s Context>handleSignal:
         0xbdbcb08 s Context>handleSignal:
         0xbdc1738 s Context>handleSignal:
         0xbdc6368 s Context>handleSignal:
         0xbdcaf98 s Context>handleSignal:
         0xbdcfbc8 s Context>handleSignal:
         0xbdd47f8 s Context>handleSignal:
         0xbdd9428 s Context>handleSignal:
         0xbdde058 s Context>handleSignal:
         0xbde2c88 s Context>handleSignal:
         0xbde78b8 s Context>handleSignal:
         0xbdec4e8 s Context>handleSignal:
         0xbdf1118 s Context>handleSignal:
         0xbdf5d48 s Context>handleSignal:
         0xbdfa978 s Context>handleSignal:
         0xbdff5a8 s Context>handleSignal:
         0xbe041d8 s Context>handleSignal:
         0xbe08e08 s Context>handleSignal:
         0xbe0da38 s Context>handleSignal:
         0xbe12668 s Context>handleSignal:
         0xbe17298 s Context>handleSignal:
         0xbe1bec8 s Context>handleSignal:
         0xbe20af8 s Context>handleSignal:
         0xbe25728 s Context>handleSignal:
         0xbe2a358 s Context>handleSignal:
         0xbe2ef88 s Context>handleSignal:
         0xbe33bb8 s Context>handleSignal:
         0xbe387e8 s Context>handleSignal:
         0xbe3d418 s Context>handleSignal:
         0xbe42048 s Context>handleSignal:
         0xbe46c78 s Context>handleSignal:
         0xbe4b8a8 s Context>handleSignal:
         0xbe504d8 s Context>handleSignal:
         0xbe55108 s Context>handleSignal:
         0xbe59d38 s Context>handleSignal:
         0xbe5e968 s Context>handleSignal:
         0xbe63598 s Context>handleSignal:
         0xbe681c8 s Context>handleSignal:
         0xbe6cdf8 s Context>handleSignal:
         0xbe71a28 s Context>handleSignal:
         0xbe76658 s Context>handleSignal:
         0xbe7b288 s Context>handleSignal:
         0xbe7fe00 s Context>handleSignal:
         0xbe848c0 s Context>handleSignal:
         0xbe892c8 s Context>handleSignal:
         0xbe8dc18 s Context>handleSignal:
         0xbe924b0 s Context>handleSignal:
         0xbe96c90 s Context>handleSignal:
         0xbe9b3b8 s Context>handleSignal:
         0xbe9fa28 s Context>handleSignal:
         0xbea3fe0 s Context>handleSignal:
         0xbea84e0 s Context>handleSignal:
         0xbeac928 s Context>handleSignal:
         0xbeb0cb8 s Context>handleSignal:
         0xbeb4f90 s Context>handleSignal:
         0xbeb91b0 s Context>handleSignal:
         0xbebd318 s Context>handleSignal:
         0xbec13c8 s Context>handleSignal:
         0xbec53c0 s Context>handleSignal:
         0xbec9300 s Context>handleSignal:
         0xbecd188 s Context>handleSignal:
         0xbed0f58 s Context>handleSignal:
         0xbed4c70 s Context>handleSignal:
         0xbed88d0 s Context>handleSignal:
         0xbedc478 s Context>handleSignal:
         0xbedff68 s Context>handleSignal:
         0xbee39a0 s Context>handleSignal:
         0xbee7320 s Context>handleSignal:
         0xbeeabe8 s Context>handleSignal:
         0xbeee3f8 s Context>handleSignal:
         0xbef1b50 s Context>handleSignal:
         0xbef51f0 s Context>handleSignal:
         0xbef87d8 s Context>handleSignal:
         0xbefbd08 s Context>handleSignal:
         0xbeff180 s Context>handleSignal:
         0xbf02540 s Context>handleSignal:
         0xbf05848 s Context>handleSignal:
         0xbf08a98 s Context>handleSignal:
         0xbf0bc30 s Context>handleSignal:
         0xbf0ed10 s Context>handleSignal:
         0xbf11d38 s Context>handleSignal:
         0xbf14ca8 s Context>handleSignal:
         0xbf17b60 s Context>handleSignal:
         0xbf1a960 s Context>handleSignal:
         0xbf1d6a8 s Context>handleSignal:
         0xbf20338 s Context>handleSignal:
         0xbf22f10 s Context>handleSignal:
         0xbf25a30 s Context>handleSignal:
         0xbf28498 s Context>handleSignal:
         0xbf2ae48 s Context>handleSignal:
         0xbf2d740 s Context>handleSignal:
         0xbf2ff80 s Context>handleSignal:
         0xbf32708 s Context>handleSignal:
         0xbf34dd8 s Context>handleSignal:
         0xbf37338 s Context>handleSignal:
         0xbf397e0 s Context>handleSignal:
         0xbf3bbd0 s Context>handleSignal:
         0xbf3df08 s Context>handleSignal:
         0xbf87948 s Halt(Exception)>signal
         0xbfa3fe0 s Halt class(Exception class)>signal
         0xbfd6e60 s Halt class>now
         0xbfcdea0 s FullBlockClosure(Object)>halt
         0xbff7038 s FullBlockClosure>printOn:
         0xc019d10 s Context>printOn:
         0xc045890 s Context>printDebugOn:
         0xc045b70 s [] in Context>debugStack:on:
         0xc05d9e8 s OrderedCollection>do:
         0xbfcdc28 s Context>debugStack:on:
         0xbff6de8 s Context>shortDebugStackOn:
         0xc019ad8 s [] in SmalltalkImage>logError:inContext:
         0xc0455b0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf86e80 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa3218 s SmalltalkImage>logStdErrorDuring:
         0xbfd6158 s SmalltalkImage>logError:inContext:
         0xbffbf18 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01f2c8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04b928 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0611f8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06daa0 s Halt(Exception)>unhandledErrorAction
         0xc08ad10 s Halt(UnhandledException)>defaultAction
         0xc0f5110 s UndefinedObject>handleSignal:
         0xc0f51c8 s Context>handleSignal:
         0xc0f5280 s Context>handleSignal:
         0xc0f5338 s Context>handleSignal:
         0xc0f53f0 s Context>handleSignal:
         0xc0f54a8 s Context>handleSignal:
         0xc0f5560 s Context>handleSignal:
         0xc0f5618 s Context>handleSignal:
         0xc0f56d0 s Context>handleSignal:
         0xc0f5788 s Context>handleSignal:
         0xc0f5840 s Context>handleSignal:
         0xc109250 s Context>handleSignal:
         0xc1142f8 s Context>handleSignal:
         0xc11f1a0 s Context>handleSignal:
         0xc129a88 s Context>handleSignal:
         0xc1342b8 s Context>handleSignal:
         0xc13eae8 s Context>handleSignal:
         0xc149318 s Context>handleSignal:
         0xc153b48 s Context>handleSignal:
         0xc15e378 s Context>handleSignal:
         0xc168ba8 s Context>handleSignal:
         0xc1733d8 s Context>handleSignal:
         0xc17dc08 s Context>handleSignal:
         0xc188438 s Context>handleSignal:
         0xc192c68 s Context>handleSignal:
         0xc19d498 s Context>handleSignal:
         0xc1a7cc8 s Context>handleSignal:
         0xc1b24f8 s Context>handleSignal:
         0xc1bcd28 s Context>handleSignal:
         0xc1c7558 s Context>handleSignal:
         0xc1d1d88 s Context>handleSignal:
         0xc1dc5b8 s Context>handleSignal:
         0xc1e6de8 s Context>handleSignal:
         0xc1f1618 s Context>handleSignal:
         0xc1fbe48 s Context>handleSignal:
         0xc206678 s Context>handleSignal:
         0xc210ea8 s Context>handleSignal:
         0xc21b6d8 s Context>handleSignal:
         0xc225f08 s Context>handleSignal:
         0xc230738 s Context>handleSignal:
         0xc23af68 s Context>handleSignal:
         0xc245798 s Context>handleSignal:
         0xc24ffc8 s Context>handleSignal:
         0xc25a7f8 s Context>handleSignal:
         0xc261c68 s Context>handleSignal:
         0xb7e1c68 s Context>handleSignal:
         0xb7ec550 s Context>handleSignal:
         0xb7f6e38 s Context>handleSignal:
         0xb801720 s Context>handleSignal:
         0xb80c008 s Context>handleSignal:
         0xb8168f0 s Context>handleSignal:
         0xb8211d8 s Context>handleSignal:
         0xb82bac0 s Context>handleSignal:
         0xb8363a8 s Context>handleSignal:
         0xb840c90 s Context>handleSignal:
         0xb84b578 s Context>handleSignal:
         0xb855e60 s Context>handleSignal:
         0xb860748 s Context>handleSignal:
         0xb86b030 s Context>handleSignal:
         0xb875918 s Context>handleSignal:
         0xb880200 s Context>handleSignal:
         0xb88aae8 s Context>handleSignal:
         0xb8953d0 s Context>handleSignal:
         0xb89fcb8 s Context>handleSignal:
         0xb8aa5a0 s Context>handleSignal:
         0xb8b4e88 s Context>handleSignal:
         0xb8bf770 s Context>handleSignal:
         0xb8ca058 s Context>handleSignal:
         0xb8d4940 s Context>handleSignal:
         0xb8df228 s Context>handleSignal:
         0xb8e9b10 s Context>handleSignal:
         0xb8f43f8 s Context>handleSignal:
         0xb8fece0 s Context>handleSignal:
         0xb9095c8 s Context>handleSignal:
         0xb913eb0 s Context>handleSignal:
         0xb91e798 s Context>handleSignal:
         0xb929080 s Context>handleSignal:
         0xb933968 s Context>handleSignal:
         0xb93e250 s Context>handleSignal:
         0xb948b38 s Context>handleSignal:
         0xb953420 s Context>handleSignal:
         0xb95dd08 s Context>handleSignal:
         0xb9685f0 s Context>handleSignal:
         0xb972ed8 s Context>handleSignal:
         0xb97d7c0 s Context>handleSignal:
         0xb9880a8 s Context>handleSignal:
         0xb992990 s Context>handleSignal:
         0xb99d278 s Context>handleSignal:
         0xb9a7b60 s Context>handleSignal:
         0xb9b2448 s Context>handleSignal:
         0xb9bcd30 s Context>handleSignal:
         0xb9c7618 s Context>handleSignal:
         0xb9d1f00 s Context>handleSignal:
         0xb9dc7e8 s Context>handleSignal:
         0xb9e70d0 s Context>handleSignal:
         0xb9f19b8 s Context>handleSignal:
         0xb9fc2a0 s Context>handleSignal:
         0xba06b88 s Context>handleSignal:
         0xba11470 s Context>handleSignal:
         0xba1bd58 s Context>handleSignal:
         0xba26640 s Context>handleSignal:
         0xba30f28 s Context>handleSignal:
         0xba3b810 s Context>handleSignal:
         0xba42778 s Context>handleSignal:
         0xba478b0 s Context>handleSignal:
         0xba4c930 s Context>handleSignal:
         0xba518f8 s Context>handleSignal:
         0xba568c0 s Context>handleSignal:
         0xba5b7d0 s Context>handleSignal:
         0xba60628 s Context>handleSignal:
         0xba65480 s Context>handleSignal:
         0xba6a220 s Context>handleSignal:
         0xba6efc0 s Context>handleSignal:
         0xba73ca8 s Context>handleSignal:
         0xba78990 s Context>handleSignal:
         0xba7d678 s Context>handleSignal:
         0xba82360 s Context>handleSignal:
         0xba87048 s Context>handleSignal:
         0xba8bd30 s Context>handleSignal:
         0xba90a18 s Context>handleSignal:
         0xba95700 s Context>handleSignal:
         0xba9a3e8 s Context>handleSignal:
         0xba9f0d0 s Context>handleSignal:
         0xbaa3db8 s Context>handleSignal:
         0xbaa8aa0 s Context>handleSignal:
         0xbaad788 s Context>handleSignal:
         0xbab2470 s Context>handleSignal:
         0xbab7158 s Context>handleSignal:
         0xbabbe40 s Context>handleSignal:
         0xbac0b28 s Context>handleSignal:
         0xbac5810 s Context>handleSignal:
         0xbaca4f8 s Context>handleSignal:
         0xbacf1e0 s Context>handleSignal:
         0xbad3ec8 s Context>handleSignal:
         0xbad8bb0 s Context>handleSignal:
         0xbadd898 s Context>handleSignal:
         0xbae2580 s Context>handleSignal:
         0xbae7268 s Context>handleSignal:
         0xbaebf50 s Context>handleSignal:
         0xbaf0c38 s Context>handleSignal:
         0xbaf5920 s Context>handleSignal:
         0xbafa608 s Context>handleSignal:
         0xbaff2f0 s Context>handleSignal:
         0xbb03fd8 s Context>handleSignal:
         0xbb08cc0 s Context>handleSignal:
         0xbb0d9a8 s Context>handleSignal:
         0xbb12690 s Context>handleSignal:
         0xbb17378 s Context>handleSignal:
         0xbb1c060 s Context>handleSignal:
         0xbb20d48 s Context>handleSignal:
         0xbb25a30 s Context>handleSignal:
         0xbb2a718 s Context>handleSignal:
         0xbb2f400 s Context>handleSignal:
         0xbb340e8 s Context>handleSignal:
         0xbb38dd0 s Context>handleSignal:
         0xbb3dab8 s Context>handleSignal:
         0xbb427a0 s Context>handleSignal:
         0xbb47488 s Context>handleSignal:
         0xbb4c170 s Context>handleSignal:
         0xbb50e58 s Context>handleSignal:
         0xbb55b40 s Context>handleSignal:
         0xbb5a828 s Context>handleSignal:
         0xbb5f510 s Context>handleSignal:
         0xbb641f8 s Context>handleSignal:
         0xbb68ee0 s Context>handleSignal:
         0xbb6dbc8 s Context>handleSignal:
         0xbb728b0 s Context>handleSignal:
         0xbb77598 s Context>handleSignal:
         0xbb7c280 s Context>handleSignal:
         0xbb80f68 s Context>handleSignal:
         0xbb85c50 s Context>handleSignal:
         0xbb8a938 s Context>handleSignal:
         0xbb8f620 s Context>handleSignal:
         0xbb94308 s Context>handleSignal:
         0xbb98ff0 s Context>handleSignal:
         0xbb9dc20 s Context>handleSignal:
         0xbba2850 s Context>handleSignal:
         0xbba7480 s Context>handleSignal:
         0xbbac0b0 s Context>handleSignal:
         0xbbb0ce0 s Context>handleSignal:
         0xbbb5910 s Context>handleSignal:
         0xbbba540 s Context>handleSignal:
         0xbbbf170 s Context>handleSignal:
         0xbbc3da0 s Context>handleSignal:
         0xbbc89d0 s Context>handleSignal:
         0xbbcd600 s Context>handleSignal:
         0xbbd2230 s Context>handleSignal:
         0xbbd6e60 s Context>handleSignal:
         0xbbdba90 s Context>handleSignal:
         0xbbe06c0 s Context>handleSignal:
         0xbbe52f0 s Context>handleSignal:
         0xbbe9f20 s Context>handleSignal:
         0xbbeeb50 s Context>handleSignal:
         0xbbf3780 s Context>handleSignal:
         0xbbf83b0 s Context>handleSignal:
         0xbbfcfe0 s Context>handleSignal:
         0xbc01c10 s Context>handleSignal:
         0xbc06840 s Context>handleSignal:
         0xbc0b470 s Context>handleSignal:
         0xbc100a0 s Context>handleSignal:
         0xbc14cd0 s Context>handleSignal:
         0xbc19900 s Context>handleSignal:
         0xbc1e530 s Context>handleSignal:
         0xbc23160 s Context>handleSignal:
         0xbc27d90 s Context>handleSignal:
         0xbc2c9c0 s Context>handleSignal:
         0xbc315f0 s Context>handleSignal:
         0xbc36220 s Context>handleSignal:
         0xbc3ae50 s Context>handleSignal:
         0xbc3fa80 s Context>handleSignal:
         0xbc446b0 s Context>handleSignal:
         0xbc492e0 s Context>handleSignal:
         0xbc4df10 s Context>handleSignal:
         0xbc52b40 s Context>handleSignal:
         0xbc57840 s Context>handleSignal:
         0xbc5c470 s Context>handleSignal:
         0xbc610a0 s Context>handleSignal:
         0xbc65cd0 s Context>handleSignal:
         0xbc6a900 s Context>handleSignal:
         0xbc6f530 s Context>handleSignal:
         0xbc74160 s Context>handleSignal:
         0xbc78d90 s Context>handleSignal:
         0xbc7d9c0 s Context>handleSignal:
         0xbc825f0 s Context>handleSignal:
         0xbc87220 s Context>handleSignal:
         0xbc8be50 s Context>handleSignal:
         0xbc90a80 s Context>handleSignal:
         0xbc956b0 s Context>handleSignal:
         0xbc9a2e0 s Context>handleSignal:
         0xbc9ef10 s Context>handleSignal:
         0xbca3b40 s Context>handleSignal:
         0xbca8770 s Context>handleSignal:
         0xbcad3a0 s Context>handleSignal:
         0xbcb1fd0 s Context>handleSignal:
         0xbcb6c00 s Context>handleSignal:
         0xbcbb830 s Context>handleSignal:
         0xbcc0460 s Context>handleSignal:
         0xbcc5090 s Context>handleSignal:
         0xbcc9cc0 s Context>handleSignal:
         0xbcce8f0 s Context>handleSignal:
         0xbcd3520 s Context>handleSignal:
         0xbcd8150 s Context>handleSignal:
         0xbcdcd80 s Context>handleSignal:
         0xbce19b0 s Context>handleSignal:
         0xbce65e0 s Context>handleSignal:
         0xbceb210 s Context>handleSignal:
         0xbcefe40 s Context>handleSignal:
         0xbcf4a70 s Context>handleSignal:
         0xbcf96a0 s Context>handleSignal:
         0xbcfe2d0 s Context>handleSignal:
         0xbd02f00 s Context>handleSignal:
         0xbd07b30 s Context>handleSignal:
         0xbd0c760 s Context>handleSignal:
         0xbd11390 s Context>handleSignal:
         0xbd15fc0 s Context>handleSignal:
         0xbd1abf0 s Context>handleSignal:
         0xbd1f820 s Context>handleSignal:
         0xbd24450 s Context>handleSignal:
         0xbd29080 s Context>handleSignal:
         0xbd2dcb0 s Context>handleSignal:
         0xbd328e0 s Context>handleSignal:
         0xbd37510 s Context>handleSignal:
         0xbd3c140 s Context>handleSignal:
         0xbd40d70 s Context>handleSignal:
         0xbd459a0 s Context>handleSignal:
         0xbd4a5d0 s Context>handleSignal:
         0xbd4f200 s Context>handleSignal:
         0xbd53e30 s Context>handleSignal:
         0xbd58a60 s Context>handleSignal:
         0xbd5d690 s Context>handleSignal:
         0xbd622c0 s Context>handleSignal:
         0xbd66ef0 s Context>handleSignal:
         0xbd6bb20 s Context>handleSignal:
         0xbd70750 s Context>handleSignal:
         0xbd75380 s Context>handleSignal:
         0xbd79fb0 s Context>handleSignal:
         0xbd7ebe0 s Context>handleSignal:
         0xbd83810 s Context>handleSignal:
         0xbd88440 s Context>handleSignal:
         0xbd8d070 s Context>handleSignal:
         0xbd91ca0 s Context>handleSignal:
         0xbd968d0 s Context>handleSignal:
         0xbd9b500 s Context>handleSignal:
         0xbda0130 s Context>handleSignal:
         0xbda4d60 s Context>handleSignal:
         0xbda9990 s Context>handleSignal:
         0xbdae5c0 s Context>handleSignal:
         0xbdb31f0 s Context>handleSignal:
         0xbdb7e20 s Context>handleSignal:
         0xbdbca50 s Context>handleSignal:
         0xbdc1680 s Context>handleSignal:
         0xbdc62b0 s Context>handleSignal:
         0xbdcaee0 s Context>handleSignal:
         0xbdcfb10 s Context>handleSignal:
         0xbdd4740 s Context>handleSignal:
         0xbdd9370 s Context>handleSignal:
         0xbdddfa0 s Context>handleSignal:
         0xbde2bd0 s Context>handleSignal:
         0xbde7800 s Context>handleSignal:
         0xbdec430 s Context>handleSignal:
         0xbdf1060 s Context>handleSignal:
         0xbdf5c90 s Context>handleSignal:
         0xbdfa8c0 s Context>handleSignal:
         0xbdff4f0 s Context>handleSignal:
         0xbe04120 s Context>handleSignal:
         0xbe08d50 s Context>handleSignal:
         0xbe0d980 s Context>handleSignal:
         0xbe125b0 s Context>handleSignal:
         0xbe171e0 s Context>handleSignal:
         0xbe1be10 s Context>handleSignal:
         0xbe20a40 s Context>handleSignal:
         0xbe25670 s Context>handleSignal:
         0xbe2a2a0 s Context>handleSignal:
         0xbe2eed0 s Context>handleSignal:
         0xbe33b00 s Context>handleSignal:
         0xbe38730 s Context>handleSignal:
         0xbe3d360 s Context>handleSignal:
         0xbe41f90 s Context>handleSignal:
         0xbe46bc0 s Context>handleSignal:
         0xbe4b7f0 s Context>handleSignal:
         0xbe50420 s Context>handleSignal:
         0xbe55050 s Context>handleSignal:
         0xbe59c80 s Context>handleSignal:
         0xbe5e8b0 s Context>handleSignal:
         0xbe634e0 s Context>handleSignal:
         0xbe68110 s Context>handleSignal:
         0xbe6cd40 s Context>handleSignal:
         0xbe71970 s Context>handleSignal:
         0xbe765a0 s Context>handleSignal:
         0xbe7b1d0 s Context>handleSignal:
         0xbe7fd48 s Context>handleSignal:
         0xbe84808 s Context>handleSignal:
         0xbe89210 s Context>handleSignal:
         0xbe8db60 s Context>handleSignal:
         0xbe923f8 s Context>handleSignal:
         0xbe96bd8 s Context>handleSignal:
         0xbe9b300 s Context>handleSignal:
         0xbe9f970 s Context>handleSignal:
         0xbea3f28 s Context>handleSignal:
         0xbea8428 s Context>handleSignal:
         0xbeac870 s Context>handleSignal:
         0xbeb0c00 s Context>handleSignal:
         0xbeb4ed8 s Context>handleSignal:
         0xbeb90f8 s Context>handleSignal:
         0xbebd260 s Context>handleSignal:
         0xbec1310 s Context>handleSignal:
         0xbec5308 s Context>handleSignal:
         0xbec9248 s Context>handleSignal:
         0xbecd0d0 s Context>handleSignal:
         0xbed0ea0 s Context>handleSignal:
         0xbed4bb8 s Context>handleSignal:
         0xbed8818 s Context>handleSignal:
         0xbedc3c0 s Context>handleSignal:
         0xbedfeb0 s Context>handleSignal:
         0xbee38e8 s Context>handleSignal:
         0xbee7268 s Context>handleSignal:
         0xbeeab30 s Context>handleSignal:
         0xbeee340 s Context>handleSignal:
         0xbef1a98 s Context>handleSignal:
         0xbef5138 s Context>handleSignal:
         0xbef8720 s Context>handleSignal:
         0xbefbc50 s Context>handleSignal:
         0xbeff0c8 s Context>handleSignal:
         0xbf02488 s Context>handleSignal:
         0xbf05790 s Context>handleSignal:
         0xbf089e0 s Context>handleSignal:
         0xbf0bb78 s Context>handleSignal:
         0xbf0ec58 s Context>handleSignal:
         0xbf11c80 s Context>handleSignal:
         0xbf14bf0 s Context>handleSignal:
         0xbf17aa8 s Context>handleSignal:
         0xbf1a8a8 s Context>handleSignal:
         0xbf1d5f0 s Context>handleSignal:
         0xbf20280 s Context>handleSignal:
         0xbf22e58 s Context>handleSignal:
         0xbf25978 s Context>handleSignal:
         0xbf283e0 s Context>handleSignal:
         0xbf2ad90 s Context>handleSignal:
         0xbf2d688 s Context>handleSignal:
         0xbf2fec8 s Context>handleSignal:
         0xbf32650 s Context>handleSignal:
         0xbf34d20 s Context>handleSignal:
         0xbf37280 s Context>handleSignal:
         0xbf39728 s Context>handleSignal:
         0xbf3bb18 s Context>handleSignal:
         0xbf877d8 s Halt(Exception)>signal
         0xbfa3e10 s Halt class(Exception class)>signal
         0xbfd6ca8 s Halt class>now
         0xbfcdce0 s FullBlockClosure(Object)>halt
         0xbff6ea0 s FullBlockClosure>printOn:
         0xc019b90 s Context>printOn:
         0xc045668 s Context>printDebugOn:
         0xc045948 s [] in Context>debugStack:on:
         0xc05d930 s OrderedCollection>do:
         0xbfcda68 s Context>debugStack:on:
         0xbff6c50 s Context>shortDebugStackOn:
         0xc019958 s [] in SmalltalkImage>logError:inContext:
         0xc045388 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf86d10 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa3048 s SmalltalkImage>logStdErrorDuring:
         0xbfd5fa0 s SmalltalkImage>logError:inContext:
         0xbffbe50 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01f1d8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04b848 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061140 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d9e8 s Halt(Exception)>unhandledErrorAction
         0xc08ac58 s Halt(UnhandledException)>defaultAction
         0xc0f4928 s UndefinedObject>handleSignal:
         0xc0f49e0 s Context>handleSignal:
         0xc0f4a98 s Context>handleSignal:
         0xc0f4b50 s Context>handleSignal:
         0xc0f4c08 s Context>handleSignal:
         0xc0f4cc0 s Context>handleSignal:
         0xc0f4d78 s Context>handleSignal:
         0xc0f4e30 s Context>handleSignal:
         0xc0f4ee8 s Context>handleSignal:
         0xc0f4fa0 s Context>handleSignal:
         0xc0f5058 s Context>handleSignal:
         0xc109198 s Context>handleSignal:
         0xc114240 s Context>handleSignal:
         0xc11f0e8 s Context>handleSignal:
         0xc1299d0 s Context>handleSignal:
         0xc134200 s Context>handleSignal:
         0xc13ea30 s Context>handleSignal:
         0xc149260 s Context>handleSignal:
         0xc153a90 s Context>handleSignal:
         0xc15e2c0 s Context>handleSignal:
         0xc168af0 s Context>handleSignal:
         0xc173320 s Context>handleSignal:
         0xc17db50 s Context>handleSignal:
         0xc188380 s Context>handleSignal:
         0xc192bb0 s Context>handleSignal:
         0xc19d3e0 s Context>handleSignal:
         0xc1a7c10 s Context>handleSignal:
         0xc1b2440 s Context>handleSignal:
         0xc1bcc70 s Context>handleSignal:
         0xc1c74a0 s Context>handleSignal:
         0xc1d1cd0 s Context>handleSignal:
         0xc1dc500 s Context>handleSignal:
         0xc1e6d30 s Context>handleSignal:
         0xc1f1560 s Context>handleSignal:
         0xc1fbd90 s Context>handleSignal:
         0xc2065c0 s Context>handleSignal:
         0xc210df0 s Context>handleSignal:
         0xc21b620 s Context>handleSignal:
         0xc225e50 s Context>handleSignal:
         0xc230680 s Context>handleSignal:
         0xc23aeb0 s Context>handleSignal:
         0xc2456e0 s Context>handleSignal:
         0xc24ff10 s Context>handleSignal:
         0xc25a740 s Context>handleSignal:
         0xc261bb0 s Context>handleSignal:
         0xb7e1bb0 s Context>handleSignal:
         0xb7ec498 s Context>handleSignal:
         0xb7f6d80 s Context>handleSignal:
         0xb801668 s Context>handleSignal:
         0xb80bf50 s Context>handleSignal:
         0xb816838 s Context>handleSignal:
         0xb821120 s Context>handleSignal:
         0xb82ba08 s Context>handleSignal:
         0xb8362f0 s Context>handleSignal:
         0xb840bd8 s Context>handleSignal:
         0xb84b4c0 s Context>handleSignal:
         0xb855da8 s Context>handleSignal:
         0xb860690 s Context>handleSignal:
         0xb86af78 s Context>handleSignal:
         0xb875860 s Context>handleSignal:
         0xb880148 s Context>handleSignal:
         0xb88aa30 s Context>handleSignal:
         0xb895318 s Context>handleSignal:
         0xb89fc00 s Context>handleSignal:
         0xb8aa4e8 s Context>handleSignal:
         0xb8b4dd0 s Context>handleSignal:
         0xb8bf6b8 s Context>handleSignal:
         0xb8c9fa0 s Context>handleSignal:
         0xb8d4888 s Context>handleSignal:
         0xb8df170 s Context>handleSignal:
         0xb8e9a58 s Context>handleSignal:
         0xb8f4340 s Context>handleSignal:
         0xb8fec28 s Context>handleSignal:
         0xb909510 s Context>handleSignal:
         0xb913df8 s Context>handleSignal:
         0xb91e6e0 s Context>handleSignal:
         0xb928fc8 s Context>handleSignal:
         0xb9338b0 s Context>handleSignal:
         0xb93e198 s Context>handleSignal:
         0xb948a80 s Context>handleSignal:
         0xb953368 s Context>handleSignal:
         0xb95dc50 s Context>handleSignal:
         0xb968538 s Context>handleSignal:
         0xb972e20 s Context>handleSignal:
         0xb97d708 s Context>handleSignal:
         0xb987ff0 s Context>handleSignal:
         0xb9928d8 s Context>handleSignal:
         0xb99d1c0 s Context>handleSignal:
         0xb9a7aa8 s Context>handleSignal:
         0xb9b2390 s Context>handleSignal:
         0xb9bcc78 s Context>handleSignal:
         0xb9c7560 s Context>handleSignal:
         0xb9d1e48 s Context>handleSignal:
         0xb9dc730 s Context>handleSignal:
         0xb9e7018 s Context>handleSignal:
         0xb9f1900 s Context>handleSignal:
         0xb9fc1e8 s Context>handleSignal:
         0xba06ad0 s Context>handleSignal:
         0xba113b8 s Context>handleSignal:
         0xba1bca0 s Context>handleSignal:
         0xba26588 s Context>handleSignal:
         0xba30e70 s Context>handleSignal:
         0xba3b758 s Context>handleSignal:
         0xba426c0 s Context>handleSignal:
         0xba477f8 s Context>handleSignal:
         0xba4c878 s Context>handleSignal:
         0xba51840 s Context>handleSignal:
         0xba56808 s Context>handleSignal:
         0xba5b718 s Context>handleSignal:
         0xba60570 s Context>handleSignal:
         0xba653c8 s Context>handleSignal:
         0xba6a168 s Context>handleSignal:
         0xba6ef08 s Context>handleSignal:
         0xba73bf0 s Context>handleSignal:
         0xba788d8 s Context>handleSignal:
         0xba7d5c0 s Context>handleSignal:
         0xba822a8 s Context>handleSignal:
         0xba86f90 s Context>handleSignal:
         0xba8bc78 s Context>handleSignal:
         0xba90960 s Context>handleSignal:
         0xba95648 s Context>handleSignal:
         0xba9a330 s Context>handleSignal:
         0xba9f018 s Context>handleSignal:
         0xbaa3d00 s Context>handleSignal:
         0xbaa89e8 s Context>handleSignal:
         0xbaad6d0 s Context>handleSignal:
         0xbab23b8 s Context>handleSignal:
         0xbab70a0 s Context>handleSignal:
         0xbabbd88 s Context>handleSignal:
         0xbac0a70 s Context>handleSignal:
         0xbac5758 s Context>handleSignal:
         0xbaca440 s Context>handleSignal:
         0xbacf128 s Context>handleSignal:
         0xbad3e10 s Context>handleSignal:
         0xbad8af8 s Context>handleSignal:
         0xbadd7e0 s Context>handleSignal:
         0xbae24c8 s Context>handleSignal:
         0xbae71b0 s Context>handleSignal:
         0xbaebe98 s Context>handleSignal:
         0xbaf0b80 s Context>handleSignal:
         0xbaf5868 s Context>handleSignal:
         0xbafa550 s Context>handleSignal:
         0xbaff238 s Context>handleSignal:
         0xbb03f20 s Context>handleSignal:
         0xbb08c08 s Context>handleSignal:
         0xbb0d8f0 s Context>handleSignal:
         0xbb125d8 s Context>handleSignal:
         0xbb172c0 s Context>handleSignal:
         0xbb1bfa8 s Context>handleSignal:
         0xbb20c90 s Context>handleSignal:
         0xbb25978 s Context>handleSignal:
         0xbb2a660 s Context>handleSignal:
         0xbb2f348 s Context>handleSignal:
         0xbb34030 s Context>handleSignal:
         0xbb38d18 s Context>handleSignal:
         0xbb3da00 s Context>handleSignal:
         0xbb426e8 s Context>handleSignal:
         0xbb473d0 s Context>handleSignal:
         0xbb4c0b8 s Context>handleSignal:
         0xbb50da0 s Context>handleSignal:
         0xbb55a88 s Context>handleSignal:
         0xbb5a770 s Context>handleSignal:
         0xbb5f458 s Context>handleSignal:
         0xbb64140 s Context>handleSignal:
         0xbb68e28 s Context>handleSignal:
         0xbb6db10 s Context>handleSignal:
         0xbb727f8 s Context>handleSignal:
         0xbb774e0 s Context>handleSignal:
         0xbb7c1c8 s Context>handleSignal:
         0xbb80eb0 s Context>handleSignal:
         0xbb85b98 s Context>handleSignal:
         0xbb8a880 s Context>handleSignal:
         0xbb8f568 s Context>handleSignal:
         0xbb94250 s Context>handleSignal:
         0xbb98f38 s Context>handleSignal:
         0xbb9db68 s Context>handleSignal:
         0xbba2798 s Context>handleSignal:
         0xbba73c8 s Context>handleSignal:
         0xbbabff8 s Context>handleSignal:
         0xbbb0c28 s Context>handleSignal:
         0xbbb5858 s Context>handleSignal:
         0xbbba488 s Context>handleSignal:
         0xbbbf0b8 s Context>handleSignal:
         0xbbc3ce8 s Context>handleSignal:
         0xbbc8918 s Context>handleSignal:
         0xbbcd548 s Context>handleSignal:
         0xbbd2178 s Context>handleSignal:
         0xbbd6da8 s Context>handleSignal:
         0xbbdb9d8 s Context>handleSignal:
         0xbbe0608 s Context>handleSignal:
         0xbbe5238 s Context>handleSignal:
         0xbbe9e68 s Context>handleSignal:
         0xbbeea98 s Context>handleSignal:
         0xbbf36c8 s Context>handleSignal:
         0xbbf82f8 s Context>handleSignal:
         0xbbfcf28 s Context>handleSignal:
         0xbc01b58 s Context>handleSignal:
         0xbc06788 s Context>handleSignal:
         0xbc0b3b8 s Context>handleSignal:
         0xbc0ffe8 s Context>handleSignal:
         0xbc14c18 s Context>handleSignal:
         0xbc19848 s Context>handleSignal:
         0xbc1e478 s Context>handleSignal:
         0xbc230a8 s Context>handleSignal:
         0xbc27cd8 s Context>handleSignal:
         0xbc2c908 s Context>handleSignal:
         0xbc31538 s Context>handleSignal:
         0xbc36168 s Context>handleSignal:
         0xbc3ad98 s Context>handleSignal:
         0xbc3f9c8 s Context>handleSignal:
         0xbc445f8 s Context>handleSignal:
         0xbc49228 s Context>handleSignal:
         0xbc4de58 s Context>handleSignal:
         0xbc52a88 s Context>handleSignal:
         0xbc57788 s Context>handleSignal:
         0xbc5c3b8 s Context>handleSignal:
         0xbc60fe8 s Context>handleSignal:
         0xbc65c18 s Context>handleSignal:
         0xbc6a848 s Context>handleSignal:
         0xbc6f478 s Context>handleSignal:
         0xbc740a8 s Context>handleSignal:
         0xbc78cd8 s Context>handleSignal:
         0xbc7d908 s Context>handleSignal:
         0xbc82538 s Context>handleSignal:
         0xbc87168 s Context>handleSignal:
         0xbc8bd98 s Context>handleSignal:
         0xbc909c8 s Context>handleSignal:
         0xbc955f8 s Context>handleSignal:
         0xbc9a228 s Context>handleSignal:
         0xbc9ee58 s Context>handleSignal:
         0xbca3a88 s Context>handleSignal:
         0xbca86b8 s Context>handleSignal:
         0xbcad2e8 s Context>handleSignal:
         0xbcb1f18 s Context>handleSignal:
         0xbcb6b48 s Context>handleSignal:
         0xbcbb778 s Context>handleSignal:
         0xbcc03a8 s Context>handleSignal:
         0xbcc4fd8 s Context>handleSignal:
         0xbcc9c08 s Context>handleSignal:
         0xbcce838 s Context>handleSignal:
         0xbcd3468 s Context>handleSignal:
         0xbcd8098 s Context>handleSignal:
         0xbcdccc8 s Context>handleSignal:
         0xbce18f8 s Context>handleSignal:
         0xbce6528 s Context>handleSignal:
         0xbceb158 s Context>handleSignal:
         0xbcefd88 s Context>handleSignal:
         0xbcf49b8 s Context>handleSignal:
         0xbcf95e8 s Context>handleSignal:
         0xbcfe218 s Context>handleSignal:
         0xbd02e48 s Context>handleSignal:
         0xbd07a78 s Context>handleSignal:
         0xbd0c6a8 s Context>handleSignal:
         0xbd112d8 s Context>handleSignal:
         0xbd15f08 s Context>handleSignal:
         0xbd1ab38 s Context>handleSignal:
         0xbd1f768 s Context>handleSignal:
         0xbd24398 s Context>handleSignal:
         0xbd28fc8 s Context>handleSignal:
         0xbd2dbf8 s Context>handleSignal:
         0xbd32828 s Context>handleSignal:
         0xbd37458 s Context>handleSignal:
         0xbd3c088 s Context>handleSignal:
         0xbd40cb8 s Context>handleSignal:
         0xbd458e8 s Context>handleSignal:
         0xbd4a518 s Context>handleSignal:
         0xbd4f148 s Context>handleSignal:
         0xbd53d78 s Context>handleSignal:
         0xbd589a8 s Context>handleSignal:
         0xbd5d5d8 s Context>handleSignal:
         0xbd62208 s Context>handleSignal:
         0xbd66e38 s Context>handleSignal:
         0xbd6ba68 s Context>handleSignal:
         0xbd70698 s Context>handleSignal:
         0xbd752c8 s Context>handleSignal:
         0xbd79ef8 s Context>handleSignal:
         0xbd7eb28 s Context>handleSignal:
         0xbd83758 s Context>handleSignal:
         0xbd88388 s Context>handleSignal:
         0xbd8cfb8 s Context>handleSignal:
         0xbd91be8 s Context>handleSignal:
         0xbd96818 s Context>handleSignal:
         0xbd9b448 s Context>handleSignal:
         0xbda0078 s Context>handleSignal:
         0xbda4ca8 s Context>handleSignal:
         0xbda98d8 s Context>handleSignal:
         0xbdae508 s Context>handleSignal:
         0xbdb3138 s Context>handleSignal:
         0xbdb7d68 s Context>handleSignal:
         0xbdbc998 s Context>handleSignal:
         0xbdc15c8 s Context>handleSignal:
         0xbdc61f8 s Context>handleSignal:
         0xbdcae28 s Context>handleSignal:
         0xbdcfa58 s Context>handleSignal:
         0xbdd4688 s Context>handleSignal:
         0xbdd92b8 s Context>handleSignal:
         0xbdddee8 s Context>handleSignal:
         0xbde2b18 s Context>handleSignal:
         0xbde7748 s Context>handleSignal:
         0xbdec378 s Context>handleSignal:
         0xbdf0fa8 s Context>handleSignal:
         0xbdf5bd8 s Context>handleSignal:
         0xbdfa808 s Context>handleSignal:
         0xbdff438 s Context>handleSignal:
         0xbe04068 s Context>handleSignal:
         0xbe08c98 s Context>handleSignal:
         0xbe0d8c8 s Context>handleSignal:
         0xbe124f8 s Context>handleSignal:
         0xbe17128 s Context>handleSignal:
         0xbe1bd58 s Context>handleSignal:
         0xbe20988 s Context>handleSignal:
         0xbe255b8 s Context>handleSignal:
         0xbe2a1e8 s Context>handleSignal:
         0xbe2ee18 s Context>handleSignal:
         0xbe33a48 s Context>handleSignal:
         0xbe38678 s Context>handleSignal:
         0xbe3d2a8 s Context>handleSignal:
         0xbe41ed8 s Context>handleSignal:
         0xbe46b08 s Context>handleSignal:
         0xbe4b738 s Context>handleSignal:
         0xbe50368 s Context>handleSignal:
         0xbe54f98 s Context>handleSignal:
         0xbe59bc8 s Context>handleSignal:
         0xbe5e7f8 s Context>handleSignal:
         0xbe63428 s Context>handleSignal:
         0xbe68058 s Context>handleSignal:
         0xbe6cc88 s Context>handleSignal:
         0xbe718b8 s Context>handleSignal:
         0xbe764e8 s Context>handleSignal:
         0xbe7b118 s Context>handleSignal:
         0xbe7fc90 s Context>handleSignal:
         0xbe84750 s Context>handleSignal:
         0xbe89158 s Context>handleSignal:
         0xbe8daa8 s Context>handleSignal:
         0xbe92340 s Context>handleSignal:
         0xbe96b20 s Context>handleSignal:
         0xbe9b248 s Context>handleSignal:
         0xbe9f8b8 s Context>handleSignal:
         0xbea3e70 s Context>handleSignal:
         0xbea8370 s Context>handleSignal:
         0xbeac7b8 s Context>handleSignal:
         0xbeb0b48 s Context>handleSignal:
         0xbeb4e20 s Context>handleSignal:
         0xbeb9040 s Context>handleSignal:
         0xbebd1a8 s Context>handleSignal:
         0xbec1258 s Context>handleSignal:
         0xbec5250 s Context>handleSignal:
         0xbec9190 s Context>handleSignal:
         0xbecd018 s Context>handleSignal:
         0xbed0de8 s Context>handleSignal:
         0xbed4b00 s Context>handleSignal:
         0xbed8760 s Context>handleSignal:
         0xbedc308 s Context>handleSignal:
         0xbedfdf8 s Context>handleSignal:
         0xbee3830 s Context>handleSignal:
         0xbee71b0 s Context>handleSignal:
         0xbeeaa78 s Context>handleSignal:
         0xbeee288 s Context>handleSignal:
         0xbef19e0 s Context>handleSignal:
         0xbef5080 s Context>handleSignal:
         0xbef8668 s Context>handleSignal:
         0xbefbb98 s Context>handleSignal:
         0xbeff010 s Context>handleSignal:
         0xbf023d0 s Context>handleSignal:
         0xbf056d8 s Context>handleSignal:
         0xbf08928 s Context>handleSignal:
         0xbf0bac0 s Context>handleSignal:
         0xbf0eba0 s Context>handleSignal:
         0xbf11bc8 s Context>handleSignal:
         0xbf14b38 s Context>handleSignal:
         0xbf179f0 s Context>handleSignal:
         0xbf1a7f0 s Context>handleSignal:
         0xbf1d538 s Context>handleSignal:
         0xbf201c8 s Context>handleSignal:
         0xbf22da0 s Context>handleSignal:
         0xbf258c0 s Context>handleSignal:
         0xbf28328 s Context>handleSignal:
         0xbf2acd8 s Context>handleSignal:
         0xbf2d5d0 s Context>handleSignal:
         0xbf2fe10 s Context>handleSignal:
         0xbf32598 s Context>handleSignal:
         0xbf34c68 s Context>handleSignal:
         0xbf371c8 s Context>handleSignal:
         0xbf39670 s Context>handleSignal:
         0xbf87668 s Halt(Exception)>signal
         0xbfa3c40 s Halt class(Exception class)>signal
         0xbfd6af0 s Halt class>now
         0xbfcdb20 s FullBlockClosure(Object)>halt
         0xbff6d08 s FullBlockClosure>printOn:
         0xc019a10 s Context>printOn:
         0xc045440 s Context>printDebugOn:
         0xc045720 s [] in Context>debugStack:on:
         0xc05d878 s OrderedCollection>do:
         0xbfcd8a8 s Context>debugStack:on:
         0xbff6ab8 s Context>shortDebugStackOn:
         0xc0197d8 s [] in SmalltalkImage>logError:inContext:
         0xc045160 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf86ba0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa2e78 s SmalltalkImage>logStdErrorDuring:
         0xbfd5de8 s SmalltalkImage>logError:inContext:
         0xbffbd88 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01f0e8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04b768 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc061088 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d930 s Halt(Exception)>unhandledErrorAction
         0xc08aba0 s Halt(UnhandledException)>defaultAction
         0xc0f4140 s UndefinedObject>handleSignal:
         0xc0f41f8 s Context>handleSignal:
         0xc0f42b0 s Context>handleSignal:
         0xc0f4368 s Context>handleSignal:
         0xc0f4420 s Context>handleSignal:
         0xc0f44d8 s Context>handleSignal:
         0xc0f4590 s Context>handleSignal:
         0xc0f4648 s Context>handleSignal:
         0xc0f4700 s Context>handleSignal:
         0xc0f47b8 s Context>handleSignal:
         0xc0f4870 s Context>handleSignal:
         0xc1090e0 s Context>handleSignal:
         0xc114188 s Context>handleSignal:
         0xc11f030 s Context>handleSignal:
         0xc129918 s Context>handleSignal:
         0xc134148 s Context>handleSignal:
         0xc13e978 s Context>handleSignal:
         0xc1491a8 s Context>handleSignal:
         0xc1539d8 s Context>handleSignal:
         0xc15e208 s Context>handleSignal:
         0xc168a38 s Context>handleSignal:
         0xc173268 s Context>handleSignal:
         0xc17da98 s Context>handleSignal:
         0xc1882c8 s Context>handleSignal:
         0xc192af8 s Context>handleSignal:
         0xc19d328 s Context>handleSignal:
         0xc1a7b58 s Context>handleSignal:
         0xc1b2388 s Context>handleSignal:
         0xc1bcbb8 s Context>handleSignal:
         0xc1c73e8 s Context>handleSignal:
         0xc1d1c18 s Context>handleSignal:
         0xc1dc448 s Context>handleSignal:
         0xc1e6c78 s Context>handleSignal:
         0xc1f14a8 s Context>handleSignal:
         0xc1fbcd8 s Context>handleSignal:
         0xc206508 s Context>handleSignal:
         0xc210d38 s Context>handleSignal:
         0xc21b568 s Context>handleSignal:
         0xc225d98 s Context>handleSignal:
         0xc2305c8 s Context>handleSignal:
         0xc23adf8 s Context>handleSignal:
         0xc245628 s Context>handleSignal:
         0xc24fe58 s Context>handleSignal:
         0xc25a688 s Context>handleSignal:
         0xc261af8 s Context>handleSignal:
         0xb7e1af8 s Context>handleSignal:
         0xb7ec3e0 s Context>handleSignal:
         0xb7f6cc8 s Context>handleSignal:
         0xb8015b0 s Context>handleSignal:
         0xb80be98 s Context>handleSignal:
         0xb816780 s Context>handleSignal:
         0xb821068 s Context>handleSignal:
         0xb82b950 s Context>handleSignal:
         0xb836238 s Context>handleSignal:
         0xb840b20 s Context>handleSignal:
         0xb84b408 s Context>handleSignal:
         0xb855cf0 s Context>handleSignal:
         0xb8605d8 s Context>handleSignal:
         0xb86aec0 s Context>handleSignal:
         0xb8757a8 s Context>handleSignal:
         0xb880090 s Context>handleSignal:
         0xb88a978 s Context>handleSignal:
         0xb895260 s Context>handleSignal:
         0xb89fb48 s Context>handleSignal:
         0xb8aa430 s Context>handleSignal:
         0xb8b4d18 s Context>handleSignal:
         0xb8bf600 s Context>handleSignal:
         0xb8c9ee8 s Context>handleSignal:
         0xb8d47d0 s Context>handleSignal:
         0xb8df0b8 s Context>handleSignal:
         0xb8e99a0 s Context>handleSignal:
         0xb8f4288 s Context>handleSignal:
         0xb8feb70 s Context>handleSignal:
         0xb909458 s Context>handleSignal:
         0xb913d40 s Context>handleSignal:
         0xb91e628 s Context>handleSignal:
         0xb928f10 s Context>handleSignal:
         0xb9337f8 s Context>handleSignal:
         0xb93e0e0 s Context>handleSignal:
         0xb9489c8 s Context>handleSignal:
         0xb9532b0 s Context>handleSignal:
         0xb95db98 s Context>handleSignal:
         0xb968480 s Context>handleSignal:
         0xb972d68 s Context>handleSignal:
         0xb97d650 s Context>handleSignal:
         0xb987f38 s Context>handleSignal:
         0xb992820 s Context>handleSignal:
         0xb99d108 s Context>handleSignal:
         0xb9a79f0 s Context>handleSignal:
         0xb9b22d8 s Context>handleSignal:
         0xb9bcbc0 s Context>handleSignal:
         0xb9c74a8 s Context>handleSignal:
         0xb9d1d90 s Context>handleSignal:
         0xb9dc678 s Context>handleSignal:
         0xb9e6f60 s Context>handleSignal:
         0xb9f1848 s Context>handleSignal:
         0xb9fc130 s Context>handleSignal:
         0xba06a18 s Context>handleSignal:
         0xba11300 s Context>handleSignal:
         0xba1bbe8 s Context>handleSignal:
         0xba264d0 s Context>handleSignal:
         0xba30db8 s Context>handleSignal:
         0xba3b6a0 s Context>handleSignal:
         0xba42608 s Context>handleSignal:
         0xba47740 s Context>handleSignal:
         0xba4c7c0 s Context>handleSignal:
         0xba51788 s Context>handleSignal:
         0xba56750 s Context>handleSignal:
         0xba5b660 s Context>handleSignal:
         0xba604b8 s Context>handleSignal:
         0xba65310 s Context>handleSignal:
         0xba6a0b0 s Context>handleSignal:
         0xba6ee50 s Context>handleSignal:
         0xba73b38 s Context>handleSignal:
         0xba78820 s Context>handleSignal:
         0xba7d508 s Context>handleSignal:
         0xba821f0 s Context>handleSignal:
         0xba86ed8 s Context>handleSignal:
         0xba8bbc0 s Context>handleSignal:
         0xba908a8 s Context>handleSignal:
         0xba95590 s Context>handleSignal:
         0xba9a278 s Context>handleSignal:
         0xba9ef60 s Context>handleSignal:
         0xbaa3c48 s Context>handleSignal:
         0xbaa8930 s Context>handleSignal:
         0xbaad618 s Context>handleSignal:
         0xbab2300 s Context>handleSignal:
         0xbab6fe8 s Context>handleSignal:
         0xbabbcd0 s Context>handleSignal:
         0xbac09b8 s Context>handleSignal:
         0xbac56a0 s Context>handleSignal:
         0xbaca388 s Context>handleSignal:
         0xbacf070 s Context>handleSignal:
         0xbad3d58 s Context>handleSignal:
         0xbad8a40 s Context>handleSignal:
         0xbadd728 s Context>handleSignal:
         0xbae2410 s Context>handleSignal:
         0xbae70f8 s Context>handleSignal:
         0xbaebde0 s Context>handleSignal:
         0xbaf0ac8 s Context>handleSignal:
         0xbaf57b0 s Context>handleSignal:
         0xbafa498 s Context>handleSignal:
         0xbaff180 s Context>handleSignal:
         0xbb03e68 s Context>handleSignal:
         0xbb08b50 s Context>handleSignal:
         0xbb0d838 s Context>handleSignal:
         0xbb12520 s Context>handleSignal:
         0xbb17208 s Context>handleSignal:
         0xbb1bef0 s Context>handleSignal:
         0xbb20bd8 s Context>handleSignal:
         0xbb258c0 s Context>handleSignal:
         0xbb2a5a8 s Context>handleSignal:
         0xbb2f290 s Context>handleSignal:
         0xbb33f78 s Context>handleSignal:
         0xbb38c60 s Context>handleSignal:
         0xbb3d948 s Context>handleSignal:
         0xbb42630 s Context>handleSignal:
         0xbb47318 s Context>handleSignal:
         0xbb4c000 s Context>handleSignal:
         0xbb50ce8 s Context>handleSignal:
         0xbb559d0 s Context>handleSignal:
         0xbb5a6b8 s Context>handleSignal:
         0xbb5f3a0 s Context>handleSignal:
         0xbb64088 s Context>handleSignal:
         0xbb68d70 s Context>handleSignal:
         0xbb6da58 s Context>handleSignal:
         0xbb72740 s Context>handleSignal:
         0xbb77428 s Context>handleSignal:
         0xbb7c110 s Context>handleSignal:
         0xbb80df8 s Context>handleSignal:
         0xbb85ae0 s Context>handleSignal:
         0xbb8a7c8 s Context>handleSignal:
         0xbb8f4b0 s Context>handleSignal:
         0xbb94198 s Context>handleSignal:
         0xbb98e80 s Context>handleSignal:
         0xbb9dab0 s Context>handleSignal:
         0xbba26e0 s Context>handleSignal:
         0xbba7310 s Context>handleSignal:
         0xbbabf40 s Context>handleSignal:
         0xbbb0b70 s Context>handleSignal:
         0xbbb57a0 s Context>handleSignal:
         0xbbba3d0 s Context>handleSignal:
         0xbbbf000 s Context>handleSignal:
         0xbbc3c30 s Context>handleSignal:
         0xbbc8860 s Context>handleSignal:
         0xbbcd490 s Context>handleSignal:
         0xbbd20c0 s Context>handleSignal:
         0xbbd6cf0 s Context>handleSignal:
         0xbbdb920 s Context>handleSignal:
         0xbbe0550 s Context>handleSignal:
         0xbbe5180 s Context>handleSignal:
         0xbbe9db0 s Context>handleSignal:
         0xbbee9e0 s Context>handleSignal:
         0xbbf3610 s Context>handleSignal:
         0xbbf8240 s Context>handleSignal:
         0xbbfce70 s Context>handleSignal:
         0xbc01aa0 s Context>handleSignal:
         0xbc066d0 s Context>handleSignal:
         0xbc0b300 s Context>handleSignal:
         0xbc0ff30 s Context>handleSignal:
         0xbc14b60 s Context>handleSignal:
         0xbc19790 s Context>handleSignal:
         0xbc1e3c0 s Context>handleSignal:
         0xbc22ff0 s Context>handleSignal:
         0xbc27c20 s Context>handleSignal:
         0xbc2c850 s Context>handleSignal:
         0xbc31480 s Context>handleSignal:
         0xbc360b0 s Context>handleSignal:
         0xbc3ace0 s Context>handleSignal:
         0xbc3f910 s Context>handleSignal:
         0xbc44540 s Context>handleSignal:
         0xbc49170 s Context>handleSignal:
         0xbc4dda0 s Context>handleSignal:
         0xbc529d0 s Context>handleSignal:
         0xbc576d0 s Context>handleSignal:
         0xbc5c300 s Context>handleSignal:
         0xbc60f30 s Context>handleSignal:
         0xbc65b60 s Context>handleSignal:
         0xbc6a790 s Context>handleSignal:
         0xbc6f3c0 s Context>handleSignal:
         0xbc73ff0 s Context>handleSignal:
         0xbc78c20 s Context>handleSignal:
         0xbc7d850 s Context>handleSignal:
         0xbc82480 s Context>handleSignal:
         0xbc870b0 s Context>handleSignal:
         0xbc8bce0 s Context>handleSignal:
         0xbc90910 s Context>handleSignal:
         0xbc95540 s Context>handleSignal:
         0xbc9a170 s Context>handleSignal:
         0xbc9eda0 s Context>handleSignal:
         0xbca39d0 s Context>handleSignal:
         0xbca8600 s Context>handleSignal:
         0xbcad230 s Context>handleSignal:
         0xbcb1e60 s Context>handleSignal:
         0xbcb6a90 s Context>handleSignal:
         0xbcbb6c0 s Context>handleSignal:
         0xbcc02f0 s Context>handleSignal:
         0xbcc4f20 s Context>handleSignal:
         0xbcc9b50 s Context>handleSignal:
         0xbcce780 s Context>handleSignal:
         0xbcd33b0 s Context>handleSignal:
         0xbcd7fe0 s Context>handleSignal:
         0xbcdcc10 s Context>handleSignal:
         0xbce1840 s Context>handleSignal:
         0xbce6470 s Context>handleSignal:
         0xbceb0a0 s Context>handleSignal:
         0xbcefcd0 s Context>handleSignal:
         0xbcf4900 s Context>handleSignal:
         0xbcf9530 s Context>handleSignal:
         0xbcfe160 s Context>handleSignal:
         0xbd02d90 s Context>handleSignal:
         0xbd079c0 s Context>handleSignal:
         0xbd0c5f0 s Context>handleSignal:
         0xbd11220 s Context>handleSignal:
         0xbd15e50 s Context>handleSignal:
         0xbd1aa80 s Context>handleSignal:
         0xbd1f6b0 s Context>handleSignal:
         0xbd242e0 s Context>handleSignal:
         0xbd28f10 s Context>handleSignal:
         0xbd2db40 s Context>handleSignal:
         0xbd32770 s Context>handleSignal:
         0xbd373a0 s Context>handleSignal:
         0xbd3bfd0 s Context>handleSignal:
         0xbd40c00 s Context>handleSignal:
         0xbd45830 s Context>handleSignal:
         0xbd4a460 s Context>handleSignal:
         0xbd4f090 s Context>handleSignal:
         0xbd53cc0 s Context>handleSignal:
         0xbd588f0 s Context>handleSignal:
         0xbd5d520 s Context>handleSignal:
         0xbd62150 s Context>handleSignal:
         0xbd66d80 s Context>handleSignal:
         0xbd6b9b0 s Context>handleSignal:
         0xbd705e0 s Context>handleSignal:
         0xbd75210 s Context>handleSignal:
         0xbd79e40 s Context>handleSignal:
         0xbd7ea70 s Context>handleSignal:
         0xbd836a0 s Context>handleSignal:
         0xbd882d0 s Context>handleSignal:
         0xbd8cf00 s Context>handleSignal:
         0xbd91b30 s Context>handleSignal:
         0xbd96760 s Context>handleSignal:
         0xbd9b390 s Context>handleSignal:
         0xbd9ffc0 s Context>handleSignal:
         0xbda4bf0 s Context>handleSignal:
         0xbda9820 s Context>handleSignal:
         0xbdae450 s Context>handleSignal:
         0xbdb3080 s Context>handleSignal:
         0xbdb7cb0 s Context>handleSignal:
         0xbdbc8e0 s Context>handleSignal:
         0xbdc1510 s Context>handleSignal:
         0xbdc6140 s Context>handleSignal:
         0xbdcad70 s Context>handleSignal:
         0xbdcf9a0 s Context>handleSignal:
         0xbdd45d0 s Context>handleSignal:
         0xbdd9200 s Context>handleSignal:
         0xbddde30 s Context>handleSignal:
         0xbde2a60 s Context>handleSignal:
         0xbde7690 s Context>handleSignal:
         0xbdec2c0 s Context>handleSignal:
         0xbdf0ef0 s Context>handleSignal:
         0xbdf5b20 s Context>handleSignal:
         0xbdfa750 s Context>handleSignal:
         0xbdff380 s Context>handleSignal:
         0xbe03fb0 s Context>handleSignal:
         0xbe08be0 s Context>handleSignal:
         0xbe0d810 s Context>handleSignal:
         0xbe12440 s Context>handleSignal:
         0xbe17070 s Context>handleSignal:
         0xbe1bca0 s Context>handleSignal:
         0xbe208d0 s Context>handleSignal:
         0xbe25500 s Context>handleSignal:
         0xbe2a130 s Context>handleSignal:
         0xbe2ed60 s Context>handleSignal:
         0xbe33990 s Context>handleSignal:
         0xbe385c0 s Context>handleSignal:
         0xbe3d1f0 s Context>handleSignal:
         0xbe41e20 s Context>handleSignal:
         0xbe46a50 s Context>handleSignal:
         0xbe4b680 s Context>handleSignal:
         0xbe502b0 s Context>handleSignal:
         0xbe54ee0 s Context>handleSignal:
         0xbe59b10 s Context>handleSignal:
         0xbe5e740 s Context>handleSignal:
         0xbe63370 s Context>handleSignal:
         0xbe67fa0 s Context>handleSignal:
         0xbe6cbd0 s Context>handleSignal:
         0xbe71800 s Context>handleSignal:
         0xbe76430 s Context>handleSignal:
         0xbe7b060 s Context>handleSignal:
         0xbe7fbd8 s Context>handleSignal:
         0xbe84698 s Context>handleSignal:
         0xbe890a0 s Context>handleSignal:
         0xbe8d9f0 s Context>handleSignal:
         0xbe92288 s Context>handleSignal:
         0xbe96a68 s Context>handleSignal:
         0xbe9b190 s Context>handleSignal:
         0xbe9f800 s Context>handleSignal:
         0xbea3db8 s Context>handleSignal:
         0xbea82b8 s Context>handleSignal:
         0xbeac700 s Context>handleSignal:
         0xbeb0a90 s Context>handleSignal:
         0xbeb4d68 s Context>handleSignal:
         0xbeb8f88 s Context>handleSignal:
         0xbebd0f0 s Context>handleSignal:
         0xbec11a0 s Context>handleSignal:
         0xbec5198 s Context>handleSignal:
         0xbec90d8 s Context>handleSignal:
         0xbeccf60 s Context>handleSignal:
         0xbed0d30 s Context>handleSignal:
         0xbed4a48 s Context>handleSignal:
         0xbed86a8 s Context>handleSignal:
         0xbedc250 s Context>handleSignal:
         0xbedfd40 s Context>handleSignal:
         0xbee3778 s Context>handleSignal:
         0xbee70f8 s Context>handleSignal:
         0xbeea9c0 s Context>handleSignal:
         0xbeee1d0 s Context>handleSignal:
         0xbef1928 s Context>handleSignal:
         0xbef4fc8 s Context>handleSignal:
         0xbef85b0 s Context>handleSignal:
         0xbefbae0 s Context>handleSignal:
         0xbefef58 s Context>handleSignal:
         0xbf02318 s Context>handleSignal:
         0xbf05620 s Context>handleSignal:
         0xbf08870 s Context>handleSignal:
         0xbf0ba08 s Context>handleSignal:
         0xbf0eae8 s Context>handleSignal:
         0xbf11b10 s Context>handleSignal:
         0xbf14a80 s Context>handleSignal:
         0xbf17938 s Context>handleSignal:
         0xbf1a738 s Context>handleSignal:
         0xbf1d480 s Context>handleSignal:
         0xbf20110 s Context>handleSignal:
         0xbf22ce8 s Context>handleSignal:
         0xbf25808 s Context>handleSignal:
         0xbf28270 s Context>handleSignal:
         0xbf2ac20 s Context>handleSignal:
         0xbf2d518 s Context>handleSignal:
         0xbf2fd58 s Context>handleSignal:
         0xbf324e0 s Context>handleSignal:
         0xbf34bb0 s Context>handleSignal:
         0xbf37110 s Context>handleSignal:
         0xbf874f8 s Halt(Exception)>signal
         0xbfa3a70 s Halt class(Exception class)>signal
         0xbfd6938 s Halt class>now
         0xbfcd960 s FullBlockClosure(Object)>halt
         0xbff6b70 s FullBlockClosure>printOn:
         0xc019890 s Context>printOn:
         0xc045218 s Context>printDebugOn:
         0xc0454f8 s [] in Context>debugStack:on:
         0xc05d7c0 s OrderedCollection>do:
         0xbfcd6e8 s Context>debugStack:on:
         0xbff6920 s Context>shortDebugStackOn:
         0xc019658 s [] in SmalltalkImage>logError:inContext:
         0xc044f38 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf86a30 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa2ca8 s SmalltalkImage>logStdErrorDuring:
         0xbfd5c30 s SmalltalkImage>logError:inContext:
         0xbffbcc0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01eff8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04b688 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060fd0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d878 s Halt(Exception)>unhandledErrorAction
         0xc08aae8 s Halt(UnhandledException)>defaultAction
         0xc0f3958 s UndefinedObject>handleSignal:
         0xc0f3a10 s Context>handleSignal:
         0xc0f3ac8 s Context>handleSignal:
         0xc0f3b80 s Context>handleSignal:
         0xc0f3c38 s Context>handleSignal:
         0xc0f3cf0 s Context>handleSignal:
         0xc0f3da8 s Context>handleSignal:
         0xc0f3e60 s Context>handleSignal:
         0xc0f3f18 s Context>handleSignal:
         0xc0f3fd0 s Context>handleSignal:
         0xc0f4088 s Context>handleSignal:
         0xc109028 s Context>handleSignal:
         0xc1140d0 s Context>handleSignal:
         0xc11ef78 s Context>handleSignal:
         0xc129860 s Context>handleSignal:
         0xc134090 s Context>handleSignal:
         0xc13e8c0 s Context>handleSignal:
         0xc1490f0 s Context>handleSignal:
         0xc153920 s Context>handleSignal:
         0xc15e150 s Context>handleSignal:
         0xc168980 s Context>handleSignal:
         0xc1731b0 s Context>handleSignal:
         0xc17d9e0 s Context>handleSignal:
         0xc188210 s Context>handleSignal:
         0xc192a40 s Context>handleSignal:
         0xc19d270 s Context>handleSignal:
         0xc1a7aa0 s Context>handleSignal:
         0xc1b22d0 s Context>handleSignal:
         0xc1bcb00 s Context>handleSignal:
         0xc1c7330 s Context>handleSignal:
         0xc1d1b60 s Context>handleSignal:
         0xc1dc390 s Context>handleSignal:
         0xc1e6bc0 s Context>handleSignal:
         0xc1f13f0 s Context>handleSignal:
         0xc1fbc20 s Context>handleSignal:
         0xc206450 s Context>handleSignal:
         0xc210c80 s Context>handleSignal:
         0xc21b4b0 s Context>handleSignal:
         0xc225ce0 s Context>handleSignal:
         0xc230510 s Context>handleSignal:
         0xc23ad40 s Context>handleSignal:
         0xc245570 s Context>handleSignal:
         0xc24fda0 s Context>handleSignal:
         0xc25a5d0 s Context>handleSignal:
         0xc261a40 s Context>handleSignal:
         0xb7e1a40 s Context>handleSignal:
         0xb7ec328 s Context>handleSignal:
         0xb7f6c10 s Context>handleSignal:
         0xb8014f8 s Context>handleSignal:
         0xb80bde0 s Context>handleSignal:
         0xb8166c8 s Context>handleSignal:
         0xb820fb0 s Context>handleSignal:
         0xb82b898 s Context>handleSignal:
         0xb836180 s Context>handleSignal:
         0xb840a68 s Context>handleSignal:
         0xb84b350 s Context>handleSignal:
         0xb855c38 s Context>handleSignal:
         0xb860520 s Context>handleSignal:
         0xb86ae08 s Context>handleSignal:
         0xb8756f0 s Context>handleSignal:
         0xb87ffd8 s Context>handleSignal:
         0xb88a8c0 s Context>handleSignal:
         0xb8951a8 s Context>handleSignal:
         0xb89fa90 s Context>handleSignal:
         0xb8aa378 s Context>handleSignal:
         0xb8b4c60 s Context>handleSignal:
         0xb8bf548 s Context>handleSignal:
         0xb8c9e30 s Context>handleSignal:
         0xb8d4718 s Context>handleSignal:
         0xb8df000 s Context>handleSignal:
         0xb8e98e8 s Context>handleSignal:
         0xb8f41d0 s Context>handleSignal:
         0xb8feab8 s Context>handleSignal:
         0xb9093a0 s Context>handleSignal:
         0xb913c88 s Context>handleSignal:
         0xb91e570 s Context>handleSignal:
         0xb928e58 s Context>handleSignal:
         0xb933740 s Context>handleSignal:
         0xb93e028 s Context>handleSignal:
         0xb948910 s Context>handleSignal:
         0xb9531f8 s Context>handleSignal:
         0xb95dae0 s Context>handleSignal:
         0xb9683c8 s Context>handleSignal:
         0xb972cb0 s Context>handleSignal:
         0xb97d598 s Context>handleSignal:
         0xb987e80 s Context>handleSignal:
         0xb992768 s Context>handleSignal:
         0xb99d050 s Context>handleSignal:
         0xb9a7938 s Context>handleSignal:
         0xb9b2220 s Context>handleSignal:
         0xb9bcb08 s Context>handleSignal:
         0xb9c73f0 s Context>handleSignal:
         0xb9d1cd8 s Context>handleSignal:
         0xb9dc5c0 s Context>handleSignal:
         0xb9e6ea8 s Context>handleSignal:
         0xb9f1790 s Context>handleSignal:
         0xb9fc078 s Context>handleSignal:
         0xba06960 s Context>handleSignal:
         0xba11248 s Context>handleSignal:
         0xba1bb30 s Context>handleSignal:
         0xba26418 s Context>handleSignal:
         0xba30d00 s Context>handleSignal:
         0xba3b5e8 s Context>handleSignal:
         0xba42550 s Context>handleSignal:
         0xba47688 s Context>handleSignal:
         0xba4c708 s Context>handleSignal:
         0xba516d0 s Context>handleSignal:
         0xba56698 s Context>handleSignal:
         0xba5b5a8 s Context>handleSignal:
         0xba60400 s Context>handleSignal:
         0xba65258 s Context>handleSignal:
         0xba69ff8 s Context>handleSignal:
         0xba6ed98 s Context>handleSignal:
         0xba73a80 s Context>handleSignal:
         0xba78768 s Context>handleSignal:
         0xba7d450 s Context>handleSignal:
         0xba82138 s Context>handleSignal:
         0xba86e20 s Context>handleSignal:
         0xba8bb08 s Context>handleSignal:
         0xba907f0 s Context>handleSignal:
         0xba954d8 s Context>handleSignal:
         0xba9a1c0 s Context>handleSignal:
         0xba9eea8 s Context>handleSignal:
         0xbaa3b90 s Context>handleSignal:
         0xbaa8878 s Context>handleSignal:
         0xbaad560 s Context>handleSignal:
         0xbab2248 s Context>handleSignal:
         0xbab6f30 s Context>handleSignal:
         0xbabbc18 s Context>handleSignal:
         0xbac0900 s Context>handleSignal:
         0xbac55e8 s Context>handleSignal:
         0xbaca2d0 s Context>handleSignal:
         0xbacefb8 s Context>handleSignal:
         0xbad3ca0 s Context>handleSignal:
         0xbad8988 s Context>handleSignal:
         0xbadd670 s Context>handleSignal:
         0xbae2358 s Context>handleSignal:
         0xbae7040 s Context>handleSignal:
         0xbaebd28 s Context>handleSignal:
         0xbaf0a10 s Context>handleSignal:
         0xbaf56f8 s Context>handleSignal:
         0xbafa3e0 s Context>handleSignal:
         0xbaff0c8 s Context>handleSignal:
         0xbb03db0 s Context>handleSignal:
         0xbb08a98 s Context>handleSignal:
         0xbb0d780 s Context>handleSignal:
         0xbb12468 s Context>handleSignal:
         0xbb17150 s Context>handleSignal:
         0xbb1be38 s Context>handleSignal:
         0xbb20b20 s Context>handleSignal:
         0xbb25808 s Context>handleSignal:
         0xbb2a4f0 s Context>handleSignal:
         0xbb2f1d8 s Context>handleSignal:
         0xbb33ec0 s Context>handleSignal:
         0xbb38ba8 s Context>handleSignal:
         0xbb3d890 s Context>handleSignal:
         0xbb42578 s Context>handleSignal:
         0xbb47260 s Context>handleSignal:
         0xbb4bf48 s Context>handleSignal:
         0xbb50c30 s Context>handleSignal:
         0xbb55918 s Context>handleSignal:
         0xbb5a600 s Context>handleSignal:
         0xbb5f2e8 s Context>handleSignal:
         0xbb63fd0 s Context>handleSignal:
         0xbb68cb8 s Context>handleSignal:
         0xbb6d9a0 s Context>handleSignal:
         0xbb72688 s Context>handleSignal:
         0xbb77370 s Context>handleSignal:
         0xbb7c058 s Context>handleSignal:
         0xbb80d40 s Context>handleSignal:
         0xbb85a28 s Context>handleSignal:
         0xbb8a710 s Context>handleSignal:
         0xbb8f3f8 s Context>handleSignal:
         0xbb940e0 s Context>handleSignal:
         0xbb98dc8 s Context>handleSignal:
         0xbb9d9f8 s Context>handleSignal:
         0xbba2628 s Context>handleSignal:
         0xbba7258 s Context>handleSignal:
         0xbbabe88 s Context>handleSignal:
         0xbbb0ab8 s Context>handleSignal:
         0xbbb56e8 s Context>handleSignal:
         0xbbba318 s Context>handleSignal:
         0xbbbef48 s Context>handleSignal:
         0xbbc3b78 s Context>handleSignal:
         0xbbc87a8 s Context>handleSignal:
         0xbbcd3d8 s Context>handleSignal:
         0xbbd2008 s Context>handleSignal:
         0xbbd6c38 s Context>handleSignal:
         0xbbdb868 s Context>handleSignal:
         0xbbe0498 s Context>handleSignal:
         0xbbe50c8 s Context>handleSignal:
         0xbbe9cf8 s Context>handleSignal:
         0xbbee928 s Context>handleSignal:
         0xbbf3558 s Context>handleSignal:
         0xbbf8188 s Context>handleSignal:
         0xbbfcdb8 s Context>handleSignal:
         0xbc019e8 s Context>handleSignal:
         0xbc06618 s Context>handleSignal:
         0xbc0b248 s Context>handleSignal:
         0xbc0fe78 s Context>handleSignal:
         0xbc14aa8 s Context>handleSignal:
         0xbc196d8 s Context>handleSignal:
         0xbc1e308 s Context>handleSignal:
         0xbc22f38 s Context>handleSignal:
         0xbc27b68 s Context>handleSignal:
         0xbc2c798 s Context>handleSignal:
         0xbc313c8 s Context>handleSignal:
         0xbc35ff8 s Context>handleSignal:
         0xbc3ac28 s Context>handleSignal:
         0xbc3f858 s Context>handleSignal:
         0xbc44488 s Context>handleSignal:
         0xbc490b8 s Context>handleSignal:
         0xbc4dce8 s Context>handleSignal:
         0xbc52918 s Context>handleSignal:
         0xbc57618 s Context>handleSignal:
         0xbc5c248 s Context>handleSignal:
         0xbc60e78 s Context>handleSignal:
         0xbc65aa8 s Context>handleSignal:
         0xbc6a6d8 s Context>handleSignal:
         0xbc6f308 s Context>handleSignal:
         0xbc73f38 s Context>handleSignal:
         0xbc78b68 s Context>handleSignal:
         0xbc7d798 s Context>handleSignal:
         0xbc823c8 s Context>handleSignal:
         0xbc86ff8 s Context>handleSignal:
         0xbc8bc28 s Context>handleSignal:
         0xbc90858 s Context>handleSignal:
         0xbc95488 s Context>handleSignal:
         0xbc9a0b8 s Context>handleSignal:
         0xbc9ece8 s Context>handleSignal:
         0xbca3918 s Context>handleSignal:
         0xbca8548 s Context>handleSignal:
         0xbcad178 s Context>handleSignal:
         0xbcb1da8 s Context>handleSignal:
         0xbcb69d8 s Context>handleSignal:
         0xbcbb608 s Context>handleSignal:
         0xbcc0238 s Context>handleSignal:
         0xbcc4e68 s Context>handleSignal:
         0xbcc9a98 s Context>handleSignal:
         0xbcce6c8 s Context>handleSignal:
         0xbcd32f8 s Context>handleSignal:
         0xbcd7f28 s Context>handleSignal:
         0xbcdcb58 s Context>handleSignal:
         0xbce1788 s Context>handleSignal:
         0xbce63b8 s Context>handleSignal:
         0xbceafe8 s Context>handleSignal:
         0xbcefc18 s Context>handleSignal:
         0xbcf4848 s Context>handleSignal:
         0xbcf9478 s Context>handleSignal:
         0xbcfe0a8 s Context>handleSignal:
         0xbd02cd8 s Context>handleSignal:
         0xbd07908 s Context>handleSignal:
         0xbd0c538 s Context>handleSignal:
         0xbd11168 s Context>handleSignal:
         0xbd15d98 s Context>handleSignal:
         0xbd1a9c8 s Context>handleSignal:
         0xbd1f5f8 s Context>handleSignal:
         0xbd24228 s Context>handleSignal:
         0xbd28e58 s Context>handleSignal:
         0xbd2da88 s Context>handleSignal:
         0xbd326b8 s Context>handleSignal:
         0xbd372e8 s Context>handleSignal:
         0xbd3bf18 s Context>handleSignal:
         0xbd40b48 s Context>handleSignal:
         0xbd45778 s Context>handleSignal:
         0xbd4a3a8 s Context>handleSignal:
         0xbd4efd8 s Context>handleSignal:
         0xbd53c08 s Context>handleSignal:
         0xbd58838 s Context>handleSignal:
         0xbd5d468 s Context>handleSignal:
         0xbd62098 s Context>handleSignal:
         0xbd66cc8 s Context>handleSignal:
         0xbd6b8f8 s Context>handleSignal:
         0xbd70528 s Context>handleSignal:
         0xbd75158 s Context>handleSignal:
         0xbd79d88 s Context>handleSignal:
         0xbd7e9b8 s Context>handleSignal:
         0xbd835e8 s Context>handleSignal:
         0xbd88218 s Context>handleSignal:
         0xbd8ce48 s Context>handleSignal:
         0xbd91a78 s Context>handleSignal:
         0xbd966a8 s Context>handleSignal:
         0xbd9b2d8 s Context>handleSignal:
         0xbd9ff08 s Context>handleSignal:
         0xbda4b38 s Context>handleSignal:
         0xbda9768 s Context>handleSignal:
         0xbdae398 s Context>handleSignal:
         0xbdb2fc8 s Context>handleSignal:
         0xbdb7bf8 s Context>handleSignal:
         0xbdbc828 s Context>handleSignal:
         0xbdc1458 s Context>handleSignal:
         0xbdc6088 s Context>handleSignal:
         0xbdcacb8 s Context>handleSignal:
         0xbdcf8e8 s Context>handleSignal:
         0xbdd4518 s Context>handleSignal:
         0xbdd9148 s Context>handleSignal:
         0xbdddd78 s Context>handleSignal:
         0xbde29a8 s Context>handleSignal:
         0xbde75d8 s Context>handleSignal:
         0xbdec208 s Context>handleSignal:
         0xbdf0e38 s Context>handleSignal:
         0xbdf5a68 s Context>handleSignal:
         0xbdfa698 s Context>handleSignal:
         0xbdff2c8 s Context>handleSignal:
         0xbe03ef8 s Context>handleSignal:
         0xbe08b28 s Context>handleSignal:
         0xbe0d758 s Context>handleSignal:
         0xbe12388 s Context>handleSignal:
         0xbe16fb8 s Context>handleSignal:
         0xbe1bbe8 s Context>handleSignal:
         0xbe20818 s Context>handleSignal:
         0xbe25448 s Context>handleSignal:
         0xbe2a078 s Context>handleSignal:
         0xbe2eca8 s Context>handleSignal:
         0xbe338d8 s Context>handleSignal:
         0xbe38508 s Context>handleSignal:
         0xbe3d138 s Context>handleSignal:
         0xbe41d68 s Context>handleSignal:
         0xbe46998 s Context>handleSignal:
         0xbe4b5c8 s Context>handleSignal:
         0xbe501f8 s Context>handleSignal:
         0xbe54e28 s Context>handleSignal:
         0xbe59a58 s Context>handleSignal:
         0xbe5e688 s Context>handleSignal:
         0xbe632b8 s Context>handleSignal:
         0xbe67ee8 s Context>handleSignal:
         0xbe6cb18 s Context>handleSignal:
         0xbe71748 s Context>handleSignal:
         0xbe76378 s Context>handleSignal:
         0xbe7afa8 s Context>handleSignal:
         0xbe7fb20 s Context>handleSignal:
         0xbe845e0 s Context>handleSignal:
         0xbe88fe8 s Context>handleSignal:
         0xbe8d938 s Context>handleSignal:
         0xbe921d0 s Context>handleSignal:
         0xbe969b0 s Context>handleSignal:
         0xbe9b0d8 s Context>handleSignal:
         0xbe9f748 s Context>handleSignal:
         0xbea3d00 s Context>handleSignal:
         0xbea8200 s Context>handleSignal:
         0xbeac648 s Context>handleSignal:
         0xbeb09d8 s Context>handleSignal:
         0xbeb4cb0 s Context>handleSignal:
         0xbeb8ed0 s Context>handleSignal:
         0xbebd038 s Context>handleSignal:
         0xbec10e8 s Context>handleSignal:
         0xbec50e0 s Context>handleSignal:
         0xbec9020 s Context>handleSignal:
         0xbeccea8 s Context>handleSignal:
         0xbed0c78 s Context>handleSignal:
         0xbed4990 s Context>handleSignal:
         0xbed85f0 s Context>handleSignal:
         0xbedc198 s Context>handleSignal:
         0xbedfc88 s Context>handleSignal:
         0xbee36c0 s Context>handleSignal:
         0xbee7040 s Context>handleSignal:
         0xbeea908 s Context>handleSignal:
         0xbeee118 s Context>handleSignal:
         0xbef1870 s Context>handleSignal:
         0xbef4f10 s Context>handleSignal:
         0xbef84f8 s Context>handleSignal:
         0xbefba28 s Context>handleSignal:
         0xbefeea0 s Context>handleSignal:
         0xbf02260 s Context>handleSignal:
         0xbf05568 s Context>handleSignal:
         0xbf087b8 s Context>handleSignal:
         0xbf0b950 s Context>handleSignal:
         0xbf0ea30 s Context>handleSignal:
         0xbf11a58 s Context>handleSignal:
         0xbf149c8 s Context>handleSignal:
         0xbf17880 s Context>handleSignal:
         0xbf1a680 s Context>handleSignal:
         0xbf1d3c8 s Context>handleSignal:
         0xbf20058 s Context>handleSignal:
         0xbf22c30 s Context>handleSignal:
         0xbf25750 s Context>handleSignal:
         0xbf281b8 s Context>handleSignal:
         0xbf2ab68 s Context>handleSignal:
         0xbf2d460 s Context>handleSignal:
         0xbf2fca0 s Context>handleSignal:
         0xbf32428 s Context>handleSignal:
         0xbf34af8 s Context>handleSignal:
         0xbf87388 s Halt(Exception)>signal
         0xbfa38a0 s Halt class(Exception class)>signal
         0xbfd6780 s Halt class>now
         0xbfcd7a0 s FullBlockClosure(Object)>halt
         0xbff69d8 s FullBlockClosure>printOn:
         0xc019710 s Context>printOn:
         0xc044ff0 s Context>printDebugOn:
         0xc0452d0 s [] in Context>debugStack:on:
         0xc05d708 s OrderedCollection>do:
         0xbfcd528 s Context>debugStack:on:
         0xbff6788 s Context>shortDebugStackOn:
         0xc0194d8 s [] in SmalltalkImage>logError:inContext:
         0xc044d10 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf868c0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa2ad8 s SmalltalkImage>logStdErrorDuring:
         0xbfd5a78 s SmalltalkImage>logError:inContext:
         0xbffbbf8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01ef08 s FullBlockClosure(BlockClosure)>ensure:
         0xc04b5a8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060f18 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d7c0 s Halt(Exception)>unhandledErrorAction
         0xc08aa30 s Halt(UnhandledException)>defaultAction
         0xc0f3170 s UndefinedObject>handleSignal:
         0xc0f3228 s Context>handleSignal:
         0xc0f32e0 s Context>handleSignal:
         0xc0f3398 s Context>handleSignal:
         0xc0f3450 s Context>handleSignal:
         0xc0f3508 s Context>handleSignal:
         0xc0f35c0 s Context>handleSignal:
         0xc0f3678 s Context>handleSignal:
         0xc0f3730 s Context>handleSignal:
         0xc0f37e8 s Context>handleSignal:
         0xc0f38a0 s Context>handleSignal:
         0xc108f70 s Context>handleSignal:
         0xc114018 s Context>handleSignal:
         0xc11eec0 s Context>handleSignal:
         0xc1297a8 s Context>handleSignal:
         0xc133fd8 s Context>handleSignal:
         0xc13e808 s Context>handleSignal:
         0xc149038 s Context>handleSignal:
         0xc153868 s Context>handleSignal:
         0xc15e098 s Context>handleSignal:
         0xc1688c8 s Context>handleSignal:
         0xc1730f8 s Context>handleSignal:
         0xc17d928 s Context>handleSignal:
         0xc188158 s Context>handleSignal:
         0xc192988 s Context>handleSignal:
         0xc19d1b8 s Context>handleSignal:
         0xc1a79e8 s Context>handleSignal:
         0xc1b2218 s Context>handleSignal:
         0xc1bca48 s Context>handleSignal:
         0xc1c7278 s Context>handleSignal:
         0xc1d1aa8 s Context>handleSignal:
         0xc1dc2d8 s Context>handleSignal:
         0xc1e6b08 s Context>handleSignal:
         0xc1f1338 s Context>handleSignal:
         0xc1fbb68 s Context>handleSignal:
         0xc206398 s Context>handleSignal:
         0xc210bc8 s Context>handleSignal:
         0xc21b3f8 s Context>handleSignal:
         0xc225c28 s Context>handleSignal:
         0xc230458 s Context>handleSignal:
         0xc23ac88 s Context>handleSignal:
         0xc2454b8 s Context>handleSignal:
         0xc24fce8 s Context>handleSignal:
         0xc25a518 s Context>handleSignal:
         0xb7d9b08 s Context>handleSignal:
         0xb7e43f0 s Context>handleSignal:
         0xb7eecd8 s Context>handleSignal:
         0xb7f95c0 s Context>handleSignal:
         0xb803ea8 s Context>handleSignal:
         0xb80e790 s Context>handleSignal:
         0xb819078 s Context>handleSignal:
         0xb823960 s Context>handleSignal:
         0xb82e248 s Context>handleSignal:
         0xb838b30 s Context>handleSignal:
         0xb843418 s Context>handleSignal:
         0xb84dd00 s Context>handleSignal:
         0xb8585e8 s Context>handleSignal:
         0xb862ed0 s Context>handleSignal:
         0xb86d7b8 s Context>handleSignal:
         0xb8780a0 s Context>handleSignal:
         0xb882988 s Context>handleSignal:
         0xb88d270 s Context>handleSignal:
         0xb897b58 s Context>handleSignal:
         0xb8a2440 s Context>handleSignal:
         0xb8acd28 s Context>handleSignal:
         0xb8b7610 s Context>handleSignal:
         0xb8c1ef8 s Context>handleSignal:
         0xb8cc7e0 s Context>handleSignal:
         0xb8d70c8 s Context>handleSignal:
         0xb8e19b0 s Context>handleSignal:
         0xb8ec298 s Context>handleSignal:
         0xb8f6b80 s Context>handleSignal:
         0xb901468 s Context>handleSignal:
         0xb90bd50 s Context>handleSignal:
         0xb916638 s Context>handleSignal:
         0xb920f20 s Context>handleSignal:
         0xb92b808 s Context>handleSignal:
         0xb9360f0 s Context>handleSignal:
         0xb9409d8 s Context>handleSignal:
         0xb94b2c0 s Context>handleSignal:
         0xb955ba8 s Context>handleSignal:
         0xb960490 s Context>handleSignal:
         0xb96ad78 s Context>handleSignal:
         0xb975660 s Context>handleSignal:
         0xb97ff48 s Context>handleSignal:
         0xb98a830 s Context>handleSignal:
         0xb995118 s Context>handleSignal:
         0xb99fa00 s Context>handleSignal:
         0xb9aa2e8 s Context>handleSignal:
         0xb9b4bd0 s Context>handleSignal:
         0xb9bf4b8 s Context>handleSignal:
         0xb9c9da0 s Context>handleSignal:
         0xb9d4688 s Context>handleSignal:
         0xb9def70 s Context>handleSignal:
         0xb9e9858 s Context>handleSignal:
         0xb9f4140 s Context>handleSignal:
         0xb9fea28 s Context>handleSignal:
         0xba09310 s Context>handleSignal:
         0xba13bf8 s Context>handleSignal:
         0xba1e4e0 s Context>handleSignal:
         0xba28dc8 s Context>handleSignal:
         0xba336b0 s Context>handleSignal:
         0xba3df98 s Context>handleSignal:
         0xba44f00 s Context>handleSignal:
         0xba4a038 s Context>handleSignal:
         0xba4f0b8 s Context>handleSignal:
         0xba54080 s Context>handleSignal:
         0xba59048 s Context>handleSignal:
         0xba5df58 s Context>handleSignal:
         0xba62db0 s Context>handleSignal:
         0xba67c08 s Context>handleSignal:
         0xba6c9a8 s Context>handleSignal:
         0xba71748 s Context>handleSignal:
         0xba76430 s Context>handleSignal:
         0xba7b118 s Context>handleSignal:
         0xba7fe00 s Context>handleSignal:
         0xba84ae8 s Context>handleSignal:
         0xba897d0 s Context>handleSignal:
         0xba8e4b8 s Context>handleSignal:
         0xba931a0 s Context>handleSignal:
         0xba97e88 s Context>handleSignal:
         0xba9cb70 s Context>handleSignal:
         0xbaa1858 s Context>handleSignal:
         0xbaa6540 s Context>handleSignal:
         0xbaab228 s Context>handleSignal:
         0xbaaff10 s Context>handleSignal:
         0xbab4bf8 s Context>handleSignal:
         0xbab98e0 s Context>handleSignal:
         0xbabe5c8 s Context>handleSignal:
         0xbac32b0 s Context>handleSignal:
         0xbac7f98 s Context>handleSignal:
         0xbaccc80 s Context>handleSignal:
         0xbad1968 s Context>handleSignal:
         0xbad6650 s Context>handleSignal:
         0xbadb338 s Context>handleSignal:
         0xbae0020 s Context>handleSignal:
         0xbae4d08 s Context>handleSignal:
         0xbae99f0 s Context>handleSignal:
         0xbaee6d8 s Context>handleSignal:
         0xbaf33c0 s Context>handleSignal:
         0xbaf80a8 s Context>handleSignal:
         0xbafcd90 s Context>handleSignal:
         0xbb01a78 s Context>handleSignal:
         0xbb06760 s Context>handleSignal:
         0xbb0b448 s Context>handleSignal:
         0xbb10130 s Context>handleSignal:
         0xbb14e18 s Context>handleSignal:
         0xbb19b00 s Context>handleSignal:
         0xbb1e7e8 s Context>handleSignal:
         0xbb234d0 s Context>handleSignal:
         0xbb281b8 s Context>handleSignal:
         0xbb2cea0 s Context>handleSignal:
         0xbb31b88 s Context>handleSignal:
         0xbb36870 s Context>handleSignal:
         0xbb3b558 s Context>handleSignal:
         0xbb40240 s Context>handleSignal:
         0xbb44f28 s Context>handleSignal:
         0xbb49c10 s Context>handleSignal:
         0xbb4e8f8 s Context>handleSignal:
         0xbb535e0 s Context>handleSignal:
         0xbb582c8 s Context>handleSignal:
         0xbb5cfb0 s Context>handleSignal:
         0xbb61c98 s Context>handleSignal:
         0xbb66980 s Context>handleSignal:
         0xbb6b668 s Context>handleSignal:
         0xbb70350 s Context>handleSignal:
         0xbb75038 s Context>handleSignal:
         0xbb79d20 s Context>handleSignal:
         0xbb7ea08 s Context>handleSignal:
         0xbb836f0 s Context>handleSignal:
         0xbb883d8 s Context>handleSignal:
         0xbb8d0c0 s Context>handleSignal:
         0xbb91da8 s Context>handleSignal:
         0xbb96a90 s Context>handleSignal:
         0xbb9b778 s Context>handleSignal:
         0xbba03a8 s Context>handleSignal:
         0xbba4fd8 s Context>handleSignal:
         0xbba9c08 s Context>handleSignal:
         0xbbae838 s Context>handleSignal:
         0xbbb3468 s Context>handleSignal:
         0xbbb8098 s Context>handleSignal:
         0xbbbccc8 s Context>handleSignal:
         0xbbc18f8 s Context>handleSignal:
         0xbbc6528 s Context>handleSignal:
         0xbbcb158 s Context>handleSignal:
         0xbbcfd88 s Context>handleSignal:
         0xbbd49b8 s Context>handleSignal:
         0xbbd95e8 s Context>handleSignal:
         0xbbde218 s Context>handleSignal:
         0xbbe2e48 s Context>handleSignal:
         0xbbe7a78 s Context>handleSignal:
         0xbbec6a8 s Context>handleSignal:
         0xbbf12d8 s Context>handleSignal:
         0xbbf5f08 s Context>handleSignal:
         0xbbfab38 s Context>handleSignal:
         0xbbff768 s Context>handleSignal:
         0xbc04398 s Context>handleSignal:
         0xbc08fc8 s Context>handleSignal:
         0xbc0dbf8 s Context>handleSignal:
         0xbc12828 s Context>handleSignal:
         0xbc17458 s Context>handleSignal:
         0xbc1c088 s Context>handleSignal:
         0xbc20cb8 s Context>handleSignal:
         0xbc258e8 s Context>handleSignal:
         0xbc2a518 s Context>handleSignal:
         0xbc2f148 s Context>handleSignal:
         0xbc33d78 s Context>handleSignal:
         0xbc389a8 s Context>handleSignal:
         0xbc3d5d8 s Context>handleSignal:
         0xbc42208 s Context>handleSignal:
         0xbc46e38 s Context>handleSignal:
         0xbc4ba68 s Context>handleSignal:
         0xbc50698 s Context>handleSignal:
         0xbc55398 s Context>handleSignal:
         0xbc59fc8 s Context>handleSignal:
         0xbc5ebf8 s Context>handleSignal:
         0xbc63828 s Context>handleSignal:
         0xbc68458 s Context>handleSignal:
         0xbc6d088 s Context>handleSignal:
         0xbc71cb8 s Context>handleSignal:
         0xbc768e8 s Context>handleSignal:
         0xbc7b518 s Context>handleSignal:
         0xbc80148 s Context>handleSignal:
         0xbc84d78 s Context>handleSignal:
         0xbc899a8 s Context>handleSignal:
         0xbc8e5d8 s Context>handleSignal:
         0xbc93208 s Context>handleSignal:
         0xbc97e38 s Context>handleSignal:
         0xbc9ca68 s Context>handleSignal:
         0xbca1698 s Context>handleSignal:
         0xbca62c8 s Context>handleSignal:
         0xbcaaef8 s Context>handleSignal:
         0xbcafb28 s Context>handleSignal:
         0xbcb4758 s Context>handleSignal:
         0xbcb9388 s Context>handleSignal:
         0xbcbdfb8 s Context>handleSignal:
         0xbcc2be8 s Context>handleSignal:
         0xbcc7818 s Context>handleSignal:
         0xbccc448 s Context>handleSignal:
         0xbcd1078 s Context>handleSignal:
         0xbcd5ca8 s Context>handleSignal:
         0xbcda8d8 s Context>handleSignal:
         0xbcdf508 s Context>handleSignal:
         0xbce4138 s Context>handleSignal:
         0xbce8d68 s Context>handleSignal:
         0xbced998 s Context>handleSignal:
         0xbcf25c8 s Context>handleSignal:
         0xbcf71f8 s Context>handleSignal:
         0xbcfbe28 s Context>handleSignal:
         0xbd00a58 s Context>handleSignal:
         0xbd05688 s Context>handleSignal:
         0xbd0a2b8 s Context>handleSignal:
         0xbd0eee8 s Context>handleSignal:
         0xbd13b18 s Context>handleSignal:
         0xbd18748 s Context>handleSignal:
         0xbd1d378 s Context>handleSignal:
         0xbd21fa8 s Context>handleSignal:
         0xbd26bd8 s Context>handleSignal:
         0xbd2b808 s Context>handleSignal:
         0xbd30438 s Context>handleSignal:
         0xbd35068 s Context>handleSignal:
         0xbd39c98 s Context>handleSignal:
         0xbd3e8c8 s Context>handleSignal:
         0xbd434f8 s Context>handleSignal:
         0xbd48128 s Context>handleSignal:
         0xbd4cd58 s Context>handleSignal:
         0xbd51988 s Context>handleSignal:
         0xbd565b8 s Context>handleSignal:
         0xbd5b1e8 s Context>handleSignal:
         0xbd5fe18 s Context>handleSignal:
         0xbd64a48 s Context>handleSignal:
         0xbd69678 s Context>handleSignal:
         0xbd6e2a8 s Context>handleSignal:
         0xbd72ed8 s Context>handleSignal:
         0xbd77b08 s Context>handleSignal:
         0xbd7c738 s Context>handleSignal:
         0xbd81368 s Context>handleSignal:
         0xbd85f98 s Context>handleSignal:
         0xbd8abc8 s Context>handleSignal:
         0xbd8f7f8 s Context>handleSignal:
         0xbd94428 s Context>handleSignal:
         0xbd99058 s Context>handleSignal:
         0xbd9dc88 s Context>handleSignal:
         0xbda28b8 s Context>handleSignal:
         0xbda74e8 s Context>handleSignal:
         0xbdac118 s Context>handleSignal:
         0xbdb0d48 s Context>handleSignal:
         0xbdb5978 s Context>handleSignal:
         0xbdba5a8 s Context>handleSignal:
         0xbdbf1d8 s Context>handleSignal:
         0xbdc3e08 s Context>handleSignal:
         0xbdc8a38 s Context>handleSignal:
         0xbdcd668 s Context>handleSignal:
         0xbdd2298 s Context>handleSignal:
         0xbdd6ec8 s Context>handleSignal:
         0xbddbaf8 s Context>handleSignal:
         0xbde0728 s Context>handleSignal:
         0xbde5358 s Context>handleSignal:
         0xbde9f88 s Context>handleSignal:
         0xbdeebb8 s Context>handleSignal:
         0xbdf37e8 s Context>handleSignal:
         0xbdf8418 s Context>handleSignal:
         0xbdfd048 s Context>handleSignal:
         0xbe01c78 s Context>handleSignal:
         0xbe068a8 s Context>handleSignal:
         0xbe0b4d8 s Context>handleSignal:
         0xbe10108 s Context>handleSignal:
         0xbe14d38 s Context>handleSignal:
         0xbe19968 s Context>handleSignal:
         0xbe1e598 s Context>handleSignal:
         0xbe231c8 s Context>handleSignal:
         0xbe27df8 s Context>handleSignal:
         0xbe2ca28 s Context>handleSignal:
         0xbe31658 s Context>handleSignal:
         0xbe36288 s Context>handleSignal:
         0xbe3aeb8 s Context>handleSignal:
         0xbe3fae8 s Context>handleSignal:
         0xbe44718 s Context>handleSignal:
         0xbe49348 s Context>handleSignal:
         0xbe4df78 s Context>handleSignal:
         0xbe52ba8 s Context>handleSignal:
         0xbe577d8 s Context>handleSignal:
         0xbe5c408 s Context>handleSignal:
         0xbe61038 s Context>handleSignal:
         0xbe65c68 s Context>handleSignal:
         0xbe6a898 s Context>handleSignal:
         0xbe6f4c8 s Context>handleSignal:
         0xbe740f8 s Context>handleSignal:
         0xbe78d28 s Context>handleSignal:
         0xbe7d958 s Context>handleSignal:
         0xbe824d0 s Context>handleSignal:
         0xbe86f90 s Context>handleSignal:
         0xbe8b998 s Context>handleSignal:
         0xbe902e8 s Context>handleSignal:
         0xbe94b80 s Context>handleSignal:
         0xbe99360 s Context>handleSignal:
         0xbe9da88 s Context>handleSignal:
         0xbea20f8 s Context>handleSignal:
         0xbea66b0 s Context>handleSignal:
         0xbeaabb0 s Context>handleSignal:
         0xbeaeff8 s Context>handleSignal:
         0xbeb3388 s Context>handleSignal:
         0xbeb7660 s Context>handleSignal:
         0xbebb880 s Context>handleSignal:
         0xbebf9e8 s Context>handleSignal:
         0xbec3a98 s Context>handleSignal:
         0xbec7a90 s Context>handleSignal:
         0xbecb9d0 s Context>handleSignal:
         0xbecf858 s Context>handleSignal:
         0xbed3628 s Context>handleSignal:
         0xbed7340 s Context>handleSignal:
         0xbedafa0 s Context>handleSignal:
         0xbedeb48 s Context>handleSignal:
         0xbee2638 s Context>handleSignal:
         0xbee5fb8 s Context>handleSignal:
         0xbee9880 s Context>handleSignal:
         0xbeed090 s Context>handleSignal:
         0xbef07e8 s Context>handleSignal:
         0xbef3e88 s Context>handleSignal:
         0xbef7470 s Context>handleSignal:
         0xbefa9a0 s Context>handleSignal:
         0xbefde18 s Context>handleSignal:
         0xbf011d8 s Context>handleSignal:
         0xbf044e0 s Context>handleSignal:
         0xbf07730 s Context>handleSignal:
         0xbf0a8c8 s Context>handleSignal:
         0xbf0d9a8 s Context>handleSignal:
         0xbf109d0 s Context>handleSignal:
         0xbf13940 s Context>handleSignal:
         0xbf167f8 s Context>handleSignal:
         0xbf195f8 s Context>handleSignal:
         0xbf1c340 s Context>handleSignal:
         0xbf1efd0 s Context>handleSignal:
         0xbf21ba8 s Context>handleSignal:
         0xbf246c8 s Context>handleSignal:
         0xbf27130 s Context>handleSignal:
         0xbf29ae0 s Context>handleSignal:
         0xbf2c3d8 s Context>handleSignal:
         0xbf2ec18 s Context>handleSignal:
         0xbf313a0 s Context>handleSignal:
         0xbf33a70 s Context>handleSignal:
         0xbf87218 s Halt(Exception)>signal
         0xbfa36d0 s Halt class(Exception class)>signal
         0xbfd65c8 s Halt class>now
         0xbfcd5e0 s FullBlockClosure(Object)>halt
         0xbff6840 s FullBlockClosure>printOn:
         0xc019590 s Context>printOn:
         0xc044dc8 s Context>printDebugOn:
         0xc0450a8 s [] in Context>debugStack:on:
         0xc05d650 s OrderedCollection>do:
         0xbfcd368 s Context>debugStack:on:
         0xbff65f0 s Context>shortDebugStackOn:
         0xc019358 s [] in SmalltalkImage>logError:inContext:
         0xc044ae8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf86750 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa2908 s SmalltalkImage>logStdErrorDuring:
         0xbfd58c0 s SmalltalkImage>logError:inContext:
         0xbffbb30 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01ee18 s FullBlockClosure(BlockClosure)>ensure:
         0xc04b4c8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060e60 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d708 s Halt(Exception)>unhandledErrorAction
         0xc08a978 s Halt(UnhandledException)>defaultAction
         0xc0f2988 s UndefinedObject>handleSignal:
         0xc0f2a40 s Context>handleSignal:
         0xc0f2af8 s Context>handleSignal:
         0xc0f2bb0 s Context>handleSignal:
         0xc0f2c68 s Context>handleSignal:
         0xc0f2d20 s Context>handleSignal:
         0xc0f2dd8 s Context>handleSignal:
         0xc0f2e90 s Context>handleSignal:
         0xc0f2f48 s Context>handleSignal:
         0xc0f3000 s Context>handleSignal:
         0xc0f30b8 s Context>handleSignal:
         0xc108eb8 s Context>handleSignal:
         0xc113f60 s Context>handleSignal:
         0xc11ee08 s Context>handleSignal:
         0xc1296f0 s Context>handleSignal:
         0xc133f20 s Context>handleSignal:
         0xc13e750 s Context>handleSignal:
         0xc148f80 s Context>handleSignal:
         0xc1537b0 s Context>handleSignal:
         0xc15dfe0 s Context>handleSignal:
         0xc168810 s Context>handleSignal:
         0xc173040 s Context>handleSignal:
         0xc17d870 s Context>handleSignal:
         0xc1880a0 s Context>handleSignal:
         0xc1928d0 s Context>handleSignal:
         0xc19d100 s Context>handleSignal:
         0xc1a7930 s Context>handleSignal:
         0xc1b2160 s Context>handleSignal:
         0xc1bc990 s Context>handleSignal:
         0xc1c71c0 s Context>handleSignal:
         0xc1d19f0 s Context>handleSignal:
         0xc1dc220 s Context>handleSignal:
         0xc1e6a50 s Context>handleSignal:
         0xc1f1280 s Context>handleSignal:
         0xc1fbab0 s Context>handleSignal:
         0xc2062e0 s Context>handleSignal:
         0xc210b10 s Context>handleSignal:
         0xc21b340 s Context>handleSignal:
         0xc225b70 s Context>handleSignal:
         0xc2303a0 s Context>handleSignal:
         0xc23abd0 s Context>handleSignal:
         0xc245400 s Context>handleSignal:
         0xc24fc30 s Context>handleSignal:
         0xc25a460 s Context>handleSignal:
         0xb7d9a50 s Context>handleSignal:
         0xb7e4338 s Context>handleSignal:
         0xb7eec20 s Context>handleSignal:
         0xb7f9508 s Context>handleSignal:
         0xb803df0 s Context>handleSignal:
         0xb80e6d8 s Context>handleSignal:
         0xb818fc0 s Context>handleSignal:
         0xb8238a8 s Context>handleSignal:
         0xb82e190 s Context>handleSignal:
         0xb838a78 s Context>handleSignal:
         0xb843360 s Context>handleSignal:
         0xb84dc48 s Context>handleSignal:
         0xb858530 s Context>handleSignal:
         0xb862e18 s Context>handleSignal:
         0xb86d700 s Context>handleSignal:
         0xb877fe8 s Context>handleSignal:
         0xb8828d0 s Context>handleSignal:
         0xb88d1b8 s Context>handleSignal:
         0xb897aa0 s Context>handleSignal:
         0xb8a2388 s Context>handleSignal:
         0xb8acc70 s Context>handleSignal:
         0xb8b7558 s Context>handleSignal:
         0xb8c1e40 s Context>handleSignal:
         0xb8cc728 s Context>handleSignal:
         0xb8d7010 s Context>handleSignal:
         0xb8e18f8 s Context>handleSignal:
         0xb8ec1e0 s Context>handleSignal:
         0xb8f6ac8 s Context>handleSignal:
         0xb9013b0 s Context>handleSignal:
         0xb90bc98 s Context>handleSignal:
         0xb916580 s Context>handleSignal:
         0xb920e68 s Context>handleSignal:
         0xb92b750 s Context>handleSignal:
         0xb936038 s Context>handleSignal:
         0xb940920 s Context>handleSignal:
         0xb94b208 s Context>handleSignal:
         0xb955af0 s Context>handleSignal:
         0xb9603d8 s Context>handleSignal:
         0xb96acc0 s Context>handleSignal:
         0xb9755a8 s Context>handleSignal:
         0xb97fe90 s Context>handleSignal:
         0xb98a778 s Context>handleSignal:
         0xb995060 s Context>handleSignal:
         0xb99f948 s Context>handleSignal:
         0xb9aa230 s Context>handleSignal:
         0xb9b4b18 s Context>handleSignal:
         0xb9bf400 s Context>handleSignal:
         0xb9c9ce8 s Context>handleSignal:
         0xb9d45d0 s Context>handleSignal:
         0xb9deeb8 s Context>handleSignal:
         0xb9e97a0 s Context>handleSignal:
         0xb9f4088 s Context>handleSignal:
         0xb9fe970 s Context>handleSignal:
         0xba09258 s Context>handleSignal:
         0xba13b40 s Context>handleSignal:
         0xba1e428 s Context>handleSignal:
         0xba28d10 s Context>handleSignal:
         0xba335f8 s Context>handleSignal:
         0xba3dee0 s Context>handleSignal:
         0xba44e48 s Context>handleSignal:
         0xba49f80 s Context>handleSignal:
         0xba4f000 s Context>handleSignal:
         0xba53fc8 s Context>handleSignal:
         0xba58f90 s Context>handleSignal:
         0xba5dea0 s Context>handleSignal:
         0xba62cf8 s Context>handleSignal:
         0xba67b50 s Context>handleSignal:
         0xba6c8f0 s Context>handleSignal:
         0xba71690 s Context>handleSignal:
         0xba76378 s Context>handleSignal:
         0xba7b060 s Context>handleSignal:
         0xba7fd48 s Context>handleSignal:
         0xba84a30 s Context>handleSignal:
         0xba89718 s Context>handleSignal:
         0xba8e400 s Context>handleSignal:
         0xba930e8 s Context>handleSignal:
         0xba97dd0 s Context>handleSignal:
         0xba9cab8 s Context>handleSignal:
         0xbaa17a0 s Context>handleSignal:
         0xbaa6488 s Context>handleSignal:
         0xbaab170 s Context>handleSignal:
         0xbaafe58 s Context>handleSignal:
         0xbab4b40 s Context>handleSignal:
         0xbab9828 s Context>handleSignal:
         0xbabe510 s Context>handleSignal:
         0xbac31f8 s Context>handleSignal:
         0xbac7ee0 s Context>handleSignal:
         0xbaccbc8 s Context>handleSignal:
         0xbad18b0 s Context>handleSignal:
         0xbad6598 s Context>handleSignal:
         0xbadb280 s Context>handleSignal:
         0xbadff68 s Context>handleSignal:
         0xbae4c50 s Context>handleSignal:
         0xbae9938 s Context>handleSignal:
         0xbaee620 s Context>handleSignal:
         0xbaf3308 s Context>handleSignal:
         0xbaf7ff0 s Context>handleSignal:
         0xbafccd8 s Context>handleSignal:
         0xbb019c0 s Context>handleSignal:
         0xbb066a8 s Context>handleSignal:
         0xbb0b390 s Context>handleSignal:
         0xbb10078 s Context>handleSignal:
         0xbb14d60 s Context>handleSignal:
         0xbb19a48 s Context>handleSignal:
         0xbb1e730 s Context>handleSignal:
         0xbb23418 s Context>handleSignal:
         0xbb28100 s Context>handleSignal:
         0xbb2cde8 s Context>handleSignal:
         0xbb31ad0 s Context>handleSignal:
         0xbb367b8 s Context>handleSignal:
         0xbb3b4a0 s Context>handleSignal:
         0xbb40188 s Context>handleSignal:
         0xbb44e70 s Context>handleSignal:
         0xbb49b58 s Context>handleSignal:
         0xbb4e840 s Context>handleSignal:
         0xbb53528 s Context>handleSignal:
         0xbb58210 s Context>handleSignal:
         0xbb5cef8 s Context>handleSignal:
         0xbb61be0 s Context>handleSignal:
         0xbb668c8 s Context>handleSignal:
         0xbb6b5b0 s Context>handleSignal:
         0xbb70298 s Context>handleSignal:
         0xbb74f80 s Context>handleSignal:
         0xbb79c68 s Context>handleSignal:
         0xbb7e950 s Context>handleSignal:
         0xbb83638 s Context>handleSignal:
         0xbb88320 s Context>handleSignal:
         0xbb8d008 s Context>handleSignal:
         0xbb91cf0 s Context>handleSignal:
         0xbb969d8 s Context>handleSignal:
         0xbb9b6c0 s Context>handleSignal:
         0xbba02f0 s Context>handleSignal:
         0xbba4f20 s Context>handleSignal:
         0xbba9b50 s Context>handleSignal:
         0xbbae780 s Context>handleSignal:
         0xbbb33b0 s Context>handleSignal:
         0xbbb7fe0 s Context>handleSignal:
         0xbbbcc10 s Context>handleSignal:
         0xbbc1840 s Context>handleSignal:
         0xbbc6470 s Context>handleSignal:
         0xbbcb0a0 s Context>handleSignal:
         0xbbcfcd0 s Context>handleSignal:
         0xbbd4900 s Context>handleSignal:
         0xbbd9530 s Context>handleSignal:
         0xbbde160 s Context>handleSignal:
         0xbbe2d90 s Context>handleSignal:
         0xbbe79c0 s Context>handleSignal:
         0xbbec5f0 s Context>handleSignal:
         0xbbf1220 s Context>handleSignal:
         0xbbf5e50 s Context>handleSignal:
         0xbbfaa80 s Context>handleSignal:
         0xbbff6b0 s Context>handleSignal:
         0xbc042e0 s Context>handleSignal:
         0xbc08f10 s Context>handleSignal:
         0xbc0db40 s Context>handleSignal:
         0xbc12770 s Context>handleSignal:
         0xbc173a0 s Context>handleSignal:
         0xbc1bfd0 s Context>handleSignal:
         0xbc20c00 s Context>handleSignal:
         0xbc25830 s Context>handleSignal:
         0xbc2a460 s Context>handleSignal:
         0xbc2f090 s Context>handleSignal:
         0xbc33cc0 s Context>handleSignal:
         0xbc388f0 s Context>handleSignal:
         0xbc3d520 s Context>handleSignal:
         0xbc42150 s Context>handleSignal:
         0xbc46d80 s Context>handleSignal:
         0xbc4b9b0 s Context>handleSignal:
         0xbc505e0 s Context>handleSignal:
         0xbc552e0 s Context>handleSignal:
         0xbc59f10 s Context>handleSignal:
         0xbc5eb40 s Context>handleSignal:
         0xbc63770 s Context>handleSignal:
         0xbc683a0 s Context>handleSignal:
         0xbc6cfd0 s Context>handleSignal:
         0xbc71c00 s Context>handleSignal:
         0xbc76830 s Context>handleSignal:
         0xbc7b460 s Context>handleSignal:
         0xbc80090 s Context>handleSignal:
         0xbc84cc0 s Context>handleSignal:
         0xbc898f0 s Context>handleSignal:
         0xbc8e520 s Context>handleSignal:
         0xbc93150 s Context>handleSignal:
         0xbc97d80 s Context>handleSignal:
         0xbc9c9b0 s Context>handleSignal:
         0xbca15e0 s Context>handleSignal:
         0xbca6210 s Context>handleSignal:
         0xbcaae40 s Context>handleSignal:
         0xbcafa70 s Context>handleSignal:
         0xbcb46a0 s Context>handleSignal:
         0xbcb92d0 s Context>handleSignal:
         0xbcbdf00 s Context>handleSignal:
         0xbcc2b30 s Context>handleSignal:
         0xbcc7760 s Context>handleSignal:
         0xbccc390 s Context>handleSignal:
         0xbcd0fc0 s Context>handleSignal:
         0xbcd5bf0 s Context>handleSignal:
         0xbcda820 s Context>handleSignal:
         0xbcdf450 s Context>handleSignal:
         0xbce4080 s Context>handleSignal:
         0xbce8cb0 s Context>handleSignal:
         0xbced8e0 s Context>handleSignal:
         0xbcf2510 s Context>handleSignal:
         0xbcf7140 s Context>handleSignal:
         0xbcfbd70 s Context>handleSignal:
         0xbd009a0 s Context>handleSignal:
         0xbd055d0 s Context>handleSignal:
         0xbd0a200 s Context>handleSignal:
         0xbd0ee30 s Context>handleSignal:
         0xbd13a60 s Context>handleSignal:
         0xbd18690 s Context>handleSignal:
         0xbd1d2c0 s Context>handleSignal:
         0xbd21ef0 s Context>handleSignal:
         0xbd26b20 s Context>handleSignal:
         0xbd2b750 s Context>handleSignal:
         0xbd30380 s Context>handleSignal:
         0xbd34fb0 s Context>handleSignal:
         0xbd39be0 s Context>handleSignal:
         0xbd3e810 s Context>handleSignal:
         0xbd43440 s Context>handleSignal:
         0xbd48070 s Context>handleSignal:
         0xbd4cca0 s Context>handleSignal:
         0xbd518d0 s Context>handleSignal:
         0xbd56500 s Context>handleSignal:
         0xbd5b130 s Context>handleSignal:
         0xbd5fd60 s Context>handleSignal:
         0xbd64990 s Context>handleSignal:
         0xbd695c0 s Context>handleSignal:
         0xbd6e1f0 s Context>handleSignal:
         0xbd72e20 s Context>handleSignal:
         0xbd77a50 s Context>handleSignal:
         0xbd7c680 s Context>handleSignal:
         0xbd812b0 s Context>handleSignal:
         0xbd85ee0 s Context>handleSignal:
         0xbd8ab10 s Context>handleSignal:
         0xbd8f740 s Context>handleSignal:
         0xbd94370 s Context>handleSignal:
         0xbd98fa0 s Context>handleSignal:
         0xbd9dbd0 s Context>handleSignal:
         0xbda2800 s Context>handleSignal:
         0xbda7430 s Context>handleSignal:
         0xbdac060 s Context>handleSignal:
         0xbdb0c90 s Context>handleSignal:
         0xbdb58c0 s Context>handleSignal:
         0xbdba4f0 s Context>handleSignal:
         0xbdbf120 s Context>handleSignal:
         0xbdc3d50 s Context>handleSignal:
         0xbdc8980 s Context>handleSignal:
         0xbdcd5b0 s Context>handleSignal:
         0xbdd21e0 s Context>handleSignal:
         0xbdd6e10 s Context>handleSignal:
         0xbddba40 s Context>handleSignal:
         0xbde0670 s Context>handleSignal:
         0xbde52a0 s Context>handleSignal:
         0xbde9ed0 s Context>handleSignal:
         0xbdeeb00 s Context>handleSignal:
         0xbdf3730 s Context>handleSignal:
         0xbdf8360 s Context>handleSignal:
         0xbdfcf90 s Context>handleSignal:
         0xbe01bc0 s Context>handleSignal:
         0xbe067f0 s Context>handleSignal:
         0xbe0b420 s Context>handleSignal:
         0xbe10050 s Context>handleSignal:
         0xbe14c80 s Context>handleSignal:
         0xbe198b0 s Context>handleSignal:
         0xbe1e4e0 s Context>handleSignal:
         0xbe23110 s Context>handleSignal:
         0xbe27d40 s Context>handleSignal:
         0xbe2c970 s Context>handleSignal:
         0xbe315a0 s Context>handleSignal:
         0xbe361d0 s Context>handleSignal:
         0xbe3ae00 s Context>handleSignal:
         0xbe3fa30 s Context>handleSignal:
         0xbe44660 s Context>handleSignal:
         0xbe49290 s Context>handleSignal:
         0xbe4dec0 s Context>handleSignal:
         0xbe52af0 s Context>handleSignal:
         0xbe57720 s Context>handleSignal:
         0xbe5c350 s Context>handleSignal:
         0xbe60f80 s Context>handleSignal:
         0xbe65bb0 s Context>handleSignal:
         0xbe6a7e0 s Context>handleSignal:
         0xbe6f410 s Context>handleSignal:
         0xbe74040 s Context>handleSignal:
         0xbe78c70 s Context>handleSignal:
         0xbe7d8a0 s Context>handleSignal:
         0xbe82418 s Context>handleSignal:
         0xbe86ed8 s Context>handleSignal:
         0xbe8b8e0 s Context>handleSignal:
         0xbe90230 s Context>handleSignal:
         0xbe94ac8 s Context>handleSignal:
         0xbe992a8 s Context>handleSignal:
         0xbe9d9d0 s Context>handleSignal:
         0xbea2040 s Context>handleSignal:
         0xbea65f8 s Context>handleSignal:
         0xbeaaaf8 s Context>handleSignal:
         0xbeaef40 s Context>handleSignal:
         0xbeb32d0 s Context>handleSignal:
         0xbeb75a8 s Context>handleSignal:
         0xbebb7c8 s Context>handleSignal:
         0xbebf930 s Context>handleSignal:
         0xbec39e0 s Context>handleSignal:
         0xbec79d8 s Context>handleSignal:
         0xbecb918 s Context>handleSignal:
         0xbecf7a0 s Context>handleSignal:
         0xbed3570 s Context>handleSignal:
         0xbed7288 s Context>handleSignal:
         0xbedaee8 s Context>handleSignal:
         0xbedea90 s Context>handleSignal:
         0xbee2580 s Context>handleSignal:
         0xbee5f00 s Context>handleSignal:
         0xbee97c8 s Context>handleSignal:
         0xbeecfd8 s Context>handleSignal:
         0xbef0730 s Context>handleSignal:
         0xbef3dd0 s Context>handleSignal:
         0xbef73b8 s Context>handleSignal:
         0xbefa8e8 s Context>handleSignal:
         0xbefdd60 s Context>handleSignal:
         0xbf01120 s Context>handleSignal:
         0xbf04428 s Context>handleSignal:
         0xbf07678 s Context>handleSignal:
         0xbf0a810 s Context>handleSignal:
         0xbf0d8f0 s Context>handleSignal:
         0xbf10918 s Context>handleSignal:
         0xbf13888 s Context>handleSignal:
         0xbf16740 s Context>handleSignal:
         0xbf19540 s Context>handleSignal:
         0xbf1c288 s Context>handleSignal:
         0xbf1ef18 s Context>handleSignal:
         0xbf21af0 s Context>handleSignal:
         0xbf24610 s Context>handleSignal:
         0xbf27078 s Context>handleSignal:
         0xbf29a28 s Context>handleSignal:
         0xbf2c320 s Context>handleSignal:
         0xbf2eb60 s Context>handleSignal:
         0xbf312e8 s Context>handleSignal:
         0xbf870a8 s Halt(Exception)>signal
         0xbfa3500 s Halt class(Exception class)>signal
         0xbfd6410 s Halt class>now
         0xbfcd420 s FullBlockClosure(Object)>halt
         0xbff66a8 s FullBlockClosure>printOn:
         0xc019410 s Context>printOn:
         0xc044ba0 s Context>printDebugOn:
         0xc044e80 s [] in Context>debugStack:on:
         0xc05d598 s OrderedCollection>do:
         0xbfc7f68 s Context>debugStack:on:
         0xbff1970 s Context>shortDebugStackOn:
         0xc014b58 s [] in SmalltalkImage>logError:inContext:
         0xc03e368 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf865e0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa2738 s SmalltalkImage>logStdErrorDuring:
         0xbfd5708 s SmalltalkImage>logError:inContext:
         0xbffba68 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01ed28 s FullBlockClosure(BlockClosure)>ensure:
         0xc04b3e8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060da8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d650 s Halt(Exception)>unhandledErrorAction
         0xc08a8c0 s Halt(UnhandledException)>defaultAction
         0xc0f21a0 s UndefinedObject>handleSignal:
         0xc0f2258 s Context>handleSignal:
         0xc0f2310 s Context>handleSignal:
         0xc0f23c8 s Context>handleSignal:
         0xc0f2480 s Context>handleSignal:
         0xc0f2538 s Context>handleSignal:
         0xc0f25f0 s Context>handleSignal:
         0xc0f26a8 s Context>handleSignal:
         0xc0f2760 s Context>handleSignal:
         0xc0f2818 s Context>handleSignal:
         0xc0f28d0 s Context>handleSignal:
         0xc108e00 s Context>handleSignal:
         0xc113ea8 s Context>handleSignal:
         0xc11ed50 s Context>handleSignal:
         0xc129638 s Context>handleSignal:
         0xc133e68 s Context>handleSignal:
         0xc13e698 s Context>handleSignal:
         0xc148ec8 s Context>handleSignal:
         0xc1536f8 s Context>handleSignal:
         0xc15df28 s Context>handleSignal:
         0xc168758 s Context>handleSignal:
         0xc172f88 s Context>handleSignal:
         0xc17d7b8 s Context>handleSignal:
         0xc187fe8 s Context>handleSignal:
         0xc192818 s Context>handleSignal:
         0xc19d048 s Context>handleSignal:
         0xc1a7878 s Context>handleSignal:
         0xc1b20a8 s Context>handleSignal:
         0xc1bc8d8 s Context>handleSignal:
         0xc1c7108 s Context>handleSignal:
         0xc1d1938 s Context>handleSignal:
         0xc1dc168 s Context>handleSignal:
         0xc1e6998 s Context>handleSignal:
         0xc1f11c8 s Context>handleSignal:
         0xc1fb9f8 s Context>handleSignal:
         0xc206228 s Context>handleSignal:
         0xc210a58 s Context>handleSignal:
         0xc21b288 s Context>handleSignal:
         0xc225ab8 s Context>handleSignal:
         0xc2302e8 s Context>handleSignal:
         0xc23ab18 s Context>handleSignal:
         0xc245348 s Context>handleSignal:
         0xc24fb78 s Context>handleSignal:
         0xc25a3a8 s Context>handleSignal:
         0xb7d9998 s Context>handleSignal:
         0xb7e4280 s Context>handleSignal:
         0xb7eeb68 s Context>handleSignal:
         0xb7f9450 s Context>handleSignal:
         0xb803d38 s Context>handleSignal:
         0xb80e620 s Context>handleSignal:
         0xb818f08 s Context>handleSignal:
         0xb8237f0 s Context>handleSignal:
         0xb82e0d8 s Context>handleSignal:
         0xb8389c0 s Context>handleSignal:
         0xb8432a8 s Context>handleSignal:
         0xb84db90 s Context>handleSignal:
         0xb858478 s Context>handleSignal:
         0xb862d60 s Context>handleSignal:
         0xb86d648 s Context>handleSignal:
         0xb877f30 s Context>handleSignal:
         0xb882818 s Context>handleSignal:
         0xb88d100 s Context>handleSignal:
         0xb8979e8 s Context>handleSignal:
         0xb8a22d0 s Context>handleSignal:
         0xb8acbb8 s Context>handleSignal:
         0xb8b74a0 s Context>handleSignal:
         0xb8c1d88 s Context>handleSignal:
         0xb8cc670 s Context>handleSignal:
         0xb8d6f58 s Context>handleSignal:
         0xb8e1840 s Context>handleSignal:
         0xb8ec128 s Context>handleSignal:
         0xb8f6a10 s Context>handleSignal:
         0xb9012f8 s Context>handleSignal:
         0xb90bbe0 s Context>handleSignal:
         0xb9164c8 s Context>handleSignal:
         0xb920db0 s Context>handleSignal:
         0xb92b698 s Context>handleSignal:
         0xb935f80 s Context>handleSignal:
         0xb940868 s Context>handleSignal:
         0xb94b150 s Context>handleSignal:
         0xb955a38 s Context>handleSignal:
         0xb960320 s Context>handleSignal:
         0xb96ac08 s Context>handleSignal:
         0xb9754f0 s Context>handleSignal:
         0xb97fdd8 s Context>handleSignal:
         0xb98a6c0 s Context>handleSignal:
         0xb994fa8 s Context>handleSignal:
         0xb99f890 s Context>handleSignal:
         0xb9aa178 s Context>handleSignal:
         0xb9b4a60 s Context>handleSignal:
         0xb9bf348 s Context>handleSignal:
         0xb9c9c30 s Context>handleSignal:
         0xb9d4518 s Context>handleSignal:
         0xb9dee00 s Context>handleSignal:
         0xb9e96e8 s Context>handleSignal:
         0xb9f3fd0 s Context>handleSignal:
         0xb9fe8b8 s Context>handleSignal:
         0xba091a0 s Context>handleSignal:
         0xba13a88 s Context>handleSignal:
         0xba1e370 s Context>handleSignal:
         0xba28c58 s Context>handleSignal:
         0xba33540 s Context>handleSignal:
         0xba3de28 s Context>handleSignal:
         0xba44d90 s Context>handleSignal:
         0xba49ec8 s Context>handleSignal:
         0xba4ef48 s Context>handleSignal:
         0xba53f10 s Context>handleSignal:
         0xba58ed8 s Context>handleSignal:
         0xba5dde8 s Context>handleSignal:
         0xba62c40 s Context>handleSignal:
         0xba67a98 s Context>handleSignal:
         0xba6c838 s Context>handleSignal:
         0xba715d8 s Context>handleSignal:
         0xba762c0 s Context>handleSignal:
         0xba7afa8 s Context>handleSignal:
         0xba7fc90 s Context>handleSignal:
         0xba84978 s Context>handleSignal:
         0xba89660 s Context>handleSignal:
         0xba8e348 s Context>handleSignal:
         0xba93030 s Context>handleSignal:
         0xba97d18 s Context>handleSignal:
         0xba9ca00 s Context>handleSignal:
         0xbaa16e8 s Context>handleSignal:
         0xbaa63d0 s Context>handleSignal:
         0xbaab0b8 s Context>handleSignal:
         0xbaafda0 s Context>handleSignal:
         0xbab4a88 s Context>handleSignal:
         0xbab9770 s Context>handleSignal:
         0xbabe458 s Context>handleSignal:
         0xbac3140 s Context>handleSignal:
         0xbac7e28 s Context>handleSignal:
         0xbaccb10 s Context>handleSignal:
         0xbad17f8 s Context>handleSignal:
         0xbad64e0 s Context>handleSignal:
         0xbadb1c8 s Context>handleSignal:
         0xbadfeb0 s Context>handleSignal:
         0xbae4b98 s Context>handleSignal:
         0xbae9880 s Context>handleSignal:
         0xbaee568 s Context>handleSignal:
         0xbaf3250 s Context>handleSignal:
         0xbaf7f38 s Context>handleSignal:
         0xbafcc20 s Context>handleSignal:
         0xbb01908 s Context>handleSignal:
         0xbb065f0 s Context>handleSignal:
         0xbb0b2d8 s Context>handleSignal:
         0xbb0ffc0 s Context>handleSignal:
         0xbb14ca8 s Context>handleSignal:
         0xbb19990 s Context>handleSignal:
         0xbb1e678 s Context>handleSignal:
         0xbb23360 s Context>handleSignal:
         0xbb28048 s Context>handleSignal:
         0xbb2cd30 s Context>handleSignal:
         0xbb31a18 s Context>handleSignal:
         0xbb36700 s Context>handleSignal:
         0xbb3b3e8 s Context>handleSignal:
         0xbb400d0 s Context>handleSignal:
         0xbb44db8 s Context>handleSignal:
         0xbb49aa0 s Context>handleSignal:
         0xbb4e788 s Context>handleSignal:
         0xbb53470 s Context>handleSignal:
         0xbb58158 s Context>handleSignal:
         0xbb5ce40 s Context>handleSignal:
         0xbb61b28 s Context>handleSignal:
         0xbb66810 s Context>handleSignal:
         0xbb6b4f8 s Context>handleSignal:
         0xbb701e0 s Context>handleSignal:
         0xbb74ec8 s Context>handleSignal:
         0xbb79bb0 s Context>handleSignal:
         0xbb7e898 s Context>handleSignal:
         0xbb83580 s Context>handleSignal:
         0xbb88268 s Context>handleSignal:
         0xbb8cf50 s Context>handleSignal:
         0xbb91c38 s Context>handleSignal:
         0xbb96920 s Context>handleSignal:
         0xbb9b608 s Context>handleSignal:
         0xbba0238 s Context>handleSignal:
         0xbba4e68 s Context>handleSignal:
         0xbba9a98 s Context>handleSignal:
         0xbbae6c8 s Context>handleSignal:
         0xbbb32f8 s Context>handleSignal:
         0xbbb7f28 s Context>handleSignal:
         0xbbbcb58 s Context>handleSignal:
         0xbbc1788 s Context>handleSignal:
         0xbbc63b8 s Context>handleSignal:
         0xbbcafe8 s Context>handleSignal:
         0xbbcfc18 s Context>handleSignal:
         0xbbd4848 s Context>handleSignal:
         0xbbd9478 s Context>handleSignal:
         0xbbde0a8 s Context>handleSignal:
         0xbbe2cd8 s Context>handleSignal:
         0xbbe7908 s Context>handleSignal:
         0xbbec538 s Context>handleSignal:
         0xbbf1168 s Context>handleSignal:
         0xbbf5d98 s Context>handleSignal:
         0xbbfa9c8 s Context>handleSignal:
         0xbbff5f8 s Context>handleSignal:
         0xbc04228 s Context>handleSignal:
         0xbc08e58 s Context>handleSignal:
         0xbc0da88 s Context>handleSignal:
         0xbc126b8 s Context>handleSignal:
         0xbc172e8 s Context>handleSignal:
         0xbc1bf18 s Context>handleSignal:
         0xbc20b48 s Context>handleSignal:
         0xbc25778 s Context>handleSignal:
         0xbc2a3a8 s Context>handleSignal:
         0xbc2efd8 s Context>handleSignal:
         0xbc33c08 s Context>handleSignal:
         0xbc38838 s Context>handleSignal:
         0xbc3d468 s Context>handleSignal:
         0xbc42098 s Context>handleSignal:
         0xbc46cc8 s Context>handleSignal:
         0xbc4b8f8 s Context>handleSignal:
         0xbc50528 s Context>handleSignal:
         0xbc55228 s Context>handleSignal:
         0xbc59e58 s Context>handleSignal:
         0xbc5ea88 s Context>handleSignal:
         0xbc636b8 s Context>handleSignal:
         0xbc682e8 s Context>handleSignal:
         0xbc6cf18 s Context>handleSignal:
         0xbc71b48 s Context>handleSignal:
         0xbc76778 s Context>handleSignal:
         0xbc7b3a8 s Context>handleSignal:
         0xbc7ffd8 s Context>handleSignal:
         0xbc84c08 s Context>handleSignal:
         0xbc89838 s Context>handleSignal:
         0xbc8e468 s Context>handleSignal:
         0xbc93098 s Context>handleSignal:
         0xbc97cc8 s Context>handleSignal:
         0xbc9c8f8 s Context>handleSignal:
         0xbca1528 s Context>handleSignal:
         0xbca6158 s Context>handleSignal:
         0xbcaad88 s Context>handleSignal:
         0xbcaf9b8 s Context>handleSignal:
         0xbcb45e8 s Context>handleSignal:
         0xbcb9218 s Context>handleSignal:
         0xbcbde48 s Context>handleSignal:
         0xbcc2a78 s Context>handleSignal:
         0xbcc76a8 s Context>handleSignal:
         0xbccc2d8 s Context>handleSignal:
         0xbcd0f08 s Context>handleSignal:
         0xbcd5b38 s Context>handleSignal:
         0xbcda768 s Context>handleSignal:
         0xbcdf398 s Context>handleSignal:
         0xbce3fc8 s Context>handleSignal:
         0xbce8bf8 s Context>handleSignal:
         0xbced828 s Context>handleSignal:
         0xbcf2458 s Context>handleSignal:
         0xbcf7088 s Context>handleSignal:
         0xbcfbcb8 s Context>handleSignal:
         0xbd008e8 s Context>handleSignal:
         0xbd05518 s Context>handleSignal:
         0xbd0a148 s Context>handleSignal:
         0xbd0ed78 s Context>handleSignal:
         0xbd139a8 s Context>handleSignal:
         0xbd185d8 s Context>handleSignal:
         0xbd1d208 s Context>handleSignal:
         0xbd21e38 s Context>handleSignal:
         0xbd26a68 s Context>handleSignal:
         0xbd2b698 s Context>handleSignal:
         0xbd302c8 s Context>handleSignal:
         0xbd34ef8 s Context>handleSignal:
         0xbd39b28 s Context>handleSignal:
         0xbd3e758 s Context>handleSignal:
         0xbd43388 s Context>handleSignal:
         0xbd47fb8 s Context>handleSignal:
         0xbd4cbe8 s Context>handleSignal:
         0xbd51818 s Context>handleSignal:
         0xbd56448 s Context>handleSignal:
         0xbd5b078 s Context>handleSignal:
         0xbd5fca8 s Context>handleSignal:
         0xbd648d8 s Context>handleSignal:
         0xbd69508 s Context>handleSignal:
         0xbd6e138 s Context>handleSignal:
         0xbd72d68 s Context>handleSignal:
         0xbd77998 s Context>handleSignal:
         0xbd7c5c8 s Context>handleSignal:
         0xbd811f8 s Context>handleSignal:
         0xbd85e28 s Context>handleSignal:
         0xbd8aa58 s Context>handleSignal:
         0xbd8f688 s Context>handleSignal:
         0xbd942b8 s Context>handleSignal:
         0xbd98ee8 s Context>handleSignal:
         0xbd9db18 s Context>handleSignal:
         0xbda2748 s Context>handleSignal:
         0xbda7378 s Context>handleSignal:
         0xbdabfa8 s Context>handleSignal:
         0xbdb0bd8 s Context>handleSignal:
         0xbdb5808 s Context>handleSignal:
         0xbdba438 s Context>handleSignal:
         0xbdbf068 s Context>handleSignal:
         0xbdc3c98 s Context>handleSignal:
         0xbdc88c8 s Context>handleSignal:
         0xbdcd4f8 s Context>handleSignal:
         0xbdd2128 s Context>handleSignal:
         0xbdd6d58 s Context>handleSignal:
         0xbddb988 s Context>handleSignal:
         0xbde05b8 s Context>handleSignal:
         0xbde51e8 s Context>handleSignal:
         0xbde9e18 s Context>handleSignal:
         0xbdeea48 s Context>handleSignal:
         0xbdf3678 s Context>handleSignal:
         0xbdf82a8 s Context>handleSignal:
         0xbdfced8 s Context>handleSignal:
         0xbe01b08 s Context>handleSignal:
         0xbe06738 s Context>handleSignal:
         0xbe0b368 s Context>handleSignal:
         0xbe0ff98 s Context>handleSignal:
         0xbe14bc8 s Context>handleSignal:
         0xbe197f8 s Context>handleSignal:
         0xbe1e428 s Context>handleSignal:
         0xbe23058 s Context>handleSignal:
         0xbe27c88 s Context>handleSignal:
         0xbe2c8b8 s Context>handleSignal:
         0xbe314e8 s Context>handleSignal:
         0xbe36118 s Context>handleSignal:
         0xbe3ad48 s Context>handleSignal:
         0xbe3f978 s Context>handleSignal:
         0xbe445a8 s Context>handleSignal:
         0xbe491d8 s Context>handleSignal:
         0xbe4de08 s Context>handleSignal:
         0xbe52a38 s Context>handleSignal:
         0xbe57668 s Context>handleSignal:
         0xbe5c298 s Context>handleSignal:
         0xbe60ec8 s Context>handleSignal:
         0xbe65af8 s Context>handleSignal:
         0xbe6a728 s Context>handleSignal:
         0xbe6f358 s Context>handleSignal:
         0xbe73f88 s Context>handleSignal:
         0xbe78bb8 s Context>handleSignal:
         0xbe7d7e8 s Context>handleSignal:
         0xbe82360 s Context>handleSignal:
         0xbe86e20 s Context>handleSignal:
         0xbe8b828 s Context>handleSignal:
         0xbe90178 s Context>handleSignal:
         0xbe94a10 s Context>handleSignal:
         0xbe991f0 s Context>handleSignal:
         0xbe9d918 s Context>handleSignal:
         0xbea1f88 s Context>handleSignal:
         0xbea6540 s Context>handleSignal:
         0xbeaaa40 s Context>handleSignal:
         0xbeaee88 s Context>handleSignal:
         0xbeb3218 s Context>handleSignal:
         0xbeb74f0 s Context>handleSignal:
         0xbebb710 s Context>handleSignal:
         0xbebf878 s Context>handleSignal:
         0xbec3928 s Context>handleSignal:
         0xbec7920 s Context>handleSignal:
         0xbecb860 s Context>handleSignal:
         0xbecf6e8 s Context>handleSignal:
         0xbed34b8 s Context>handleSignal:
         0xbed71d0 s Context>handleSignal:
         0xbedae30 s Context>handleSignal:
         0xbede9d8 s Context>handleSignal:
         0xbee24c8 s Context>handleSignal:
         0xbee5e48 s Context>handleSignal:
         0xbee9710 s Context>handleSignal:
         0xbeecf20 s Context>handleSignal:
         0xbef0678 s Context>handleSignal:
         0xbef3d18 s Context>handleSignal:
         0xbef7300 s Context>handleSignal:
         0xbefa830 s Context>handleSignal:
         0xbefdca8 s Context>handleSignal:
         0xbf01068 s Context>handleSignal:
         0xbf04370 s Context>handleSignal:
         0xbf075c0 s Context>handleSignal:
         0xbf0a758 s Context>handleSignal:
         0xbf0d838 s Context>handleSignal:
         0xbf10860 s Context>handleSignal:
         0xbf137d0 s Context>handleSignal:
         0xbf16688 s Context>handleSignal:
         0xbf19488 s Context>handleSignal:
         0xbf1c1d0 s Context>handleSignal:
         0xbf1ee60 s Context>handleSignal:
         0xbf21a38 s Context>handleSignal:
         0xbf24558 s Context>handleSignal:
         0xbf26fc0 s Context>handleSignal:
         0xbf29970 s Context>handleSignal:
         0xbf2c268 s Context>handleSignal:
         0xbf2eaa8 s Context>handleSignal:
         0xbf86f38 s Halt(Exception)>signal
         0xbfa3330 s Halt class(Exception class)>signal
         0xbfd6258 s Halt class>now
         0xbfc8020 s FullBlockClosure(Object)>halt
         0xbff1a28 s FullBlockClosure>printOn:
         0xc014c10 s Context>printOn:
         0xc03e420 s Context>printDebugOn:
         0xc044c58 s [] in Context>debugStack:on:
         0xc05d4e0 s OrderedCollection>do:
         0xbfc7da8 s Context>debugStack:on:
         0xbff17d8 s Context>shortDebugStackOn:
         0xc0149d8 s [] in SmalltalkImage>logError:inContext:
         0xc03e140 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf86470 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa2568 s SmalltalkImage>logStdErrorDuring:
         0xbfd5550 s SmalltalkImage>logError:inContext:
         0xbffb9a0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01ec38 s FullBlockClosure(BlockClosure)>ensure:
         0xc04b308 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060cf0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d598 s Halt(Exception)>unhandledErrorAction
         0xc08a808 s Halt(UnhandledException)>defaultAction
         0xc0f19b8 s UndefinedObject>handleSignal:
         0xc0f1a70 s Context>handleSignal:
         0xc0f1b28 s Context>handleSignal:
         0xc0f1be0 s Context>handleSignal:
         0xc0f1c98 s Context>handleSignal:
         0xc0f1d50 s Context>handleSignal:
         0xc0f1e08 s Context>handleSignal:
         0xc0f1ec0 s Context>handleSignal:
         0xc0f1f78 s Context>handleSignal:
         0xc0f2030 s Context>handleSignal:
         0xc0f20e8 s Context>handleSignal:
         0xc108d48 s Context>handleSignal:
         0xc113df0 s Context>handleSignal:
         0xc11ec98 s Context>handleSignal:
         0xc129580 s Context>handleSignal:
         0xc133db0 s Context>handleSignal:
         0xc13e5e0 s Context>handleSignal:
         0xc148e10 s Context>handleSignal:
         0xc153640 s Context>handleSignal:
         0xc15de70 s Context>handleSignal:
         0xc1686a0 s Context>handleSignal:
         0xc172ed0 s Context>handleSignal:
         0xc17d700 s Context>handleSignal:
         0xc187f30 s Context>handleSignal:
         0xc192760 s Context>handleSignal:
         0xc19cf90 s Context>handleSignal:
         0xc1a77c0 s Context>handleSignal:
         0xc1b1ff0 s Context>handleSignal:
         0xc1bc820 s Context>handleSignal:
         0xc1c7050 s Context>handleSignal:
         0xc1d1880 s Context>handleSignal:
         0xc1dc0b0 s Context>handleSignal:
         0xc1e68e0 s Context>handleSignal:
         0xc1f1110 s Context>handleSignal:
         0xc1fb940 s Context>handleSignal:
         0xc206170 s Context>handleSignal:
         0xc2109a0 s Context>handleSignal:
         0xc21b1d0 s Context>handleSignal:
         0xc225a00 s Context>handleSignal:
         0xc230230 s Context>handleSignal:
         0xc23aa60 s Context>handleSignal:
         0xc245290 s Context>handleSignal:
         0xc24fac0 s Context>handleSignal:
         0xc25a2f0 s Context>handleSignal:
         0xb7d98e0 s Context>handleSignal:
         0xb7e41c8 s Context>handleSignal:
         0xb7eeab0 s Context>handleSignal:
         0xb7f9398 s Context>handleSignal:
         0xb803c80 s Context>handleSignal:
         0xb80e568 s Context>handleSignal:
         0xb818e50 s Context>handleSignal:
         0xb823738 s Context>handleSignal:
         0xb82e020 s Context>handleSignal:
         0xb838908 s Context>handleSignal:
         0xb8431f0 s Context>handleSignal:
         0xb84dad8 s Context>handleSignal:
         0xb8583c0 s Context>handleSignal:
         0xb862ca8 s Context>handleSignal:
         0xb86d590 s Context>handleSignal:
         0xb877e78 s Context>handleSignal:
         0xb882760 s Context>handleSignal:
         0xb88d048 s Context>handleSignal:
         0xb897930 s Context>handleSignal:
         0xb8a2218 s Context>handleSignal:
         0xb8acb00 s Context>handleSignal:
         0xb8b73e8 s Context>handleSignal:
         0xb8c1cd0 s Context>handleSignal:
         0xb8cc5b8 s Context>handleSignal:
         0xb8d6ea0 s Context>handleSignal:
         0xb8e1788 s Context>handleSignal:
         0xb8ec070 s Context>handleSignal:
         0xb8f6958 s Context>handleSignal:
         0xb901240 s Context>handleSignal:
         0xb90bb28 s Context>handleSignal:
         0xb916410 s Context>handleSignal:
         0xb920cf8 s Context>handleSignal:
         0xb92b5e0 s Context>handleSignal:
         0xb935ec8 s Context>handleSignal:
         0xb9407b0 s Context>handleSignal:
         0xb94b098 s Context>handleSignal:
         0xb955980 s Context>handleSignal:
         0xb960268 s Context>handleSignal:
         0xb96ab50 s Context>handleSignal:
         0xb975438 s Context>handleSignal:
         0xb97fd20 s Context>handleSignal:
         0xb98a608 s Context>handleSignal:
         0xb994ef0 s Context>handleSignal:
         0xb99f7d8 s Context>handleSignal:
         0xb9aa0c0 s Context>handleSignal:
         0xb9b49a8 s Context>handleSignal:
         0xb9bf290 s Context>handleSignal:
         0xb9c9b78 s Context>handleSignal:
         0xb9d4460 s Context>handleSignal:
         0xb9ded48 s Context>handleSignal:
         0xb9e9630 s Context>handleSignal:
         0xb9f3f18 s Context>handleSignal:
         0xb9fe800 s Context>handleSignal:
         0xba090e8 s Context>handleSignal:
         0xba139d0 s Context>handleSignal:
         0xba1e2b8 s Context>handleSignal:
         0xba28ba0 s Context>handleSignal:
         0xba33488 s Context>handleSignal:
         0xba3dd70 s Context>handleSignal:
         0xba44cd8 s Context>handleSignal:
         0xba49e10 s Context>handleSignal:
         0xba4ee90 s Context>handleSignal:
         0xba53e58 s Context>handleSignal:
         0xba58e20 s Context>handleSignal:
         0xba5dd30 s Context>handleSignal:
         0xba62b88 s Context>handleSignal:
         0xba679e0 s Context>handleSignal:
         0xba6c780 s Context>handleSignal:
         0xba71520 s Context>handleSignal:
         0xba76208 s Context>handleSignal:
         0xba7aef0 s Context>handleSignal:
         0xba7fbd8 s Context>handleSignal:
         0xba848c0 s Context>handleSignal:
         0xba895a8 s Context>handleSignal:
         0xba8e290 s Context>handleSignal:
         0xba92f78 s Context>handleSignal:
         0xba97c60 s Context>handleSignal:
         0xba9c948 s Context>handleSignal:
         0xbaa1630 s Context>handleSignal:
         0xbaa6318 s Context>handleSignal:
         0xbaab000 s Context>handleSignal:
         0xbaafce8 s Context>handleSignal:
         0xbab49d0 s Context>handleSignal:
         0xbab96b8 s Context>handleSignal:
         0xbabe3a0 s Context>handleSignal:
         0xbac3088 s Context>handleSignal:
         0xbac7d70 s Context>handleSignal:
         0xbacca58 s Context>handleSignal:
         0xbad1740 s Context>handleSignal:
         0xbad6428 s Context>handleSignal:
         0xbadb110 s Context>handleSignal:
         0xbadfdf8 s Context>handleSignal:
         0xbae4ae0 s Context>handleSignal:
         0xbae97c8 s Context>handleSignal:
         0xbaee4b0 s Context>handleSignal:
         0xbaf3198 s Context>handleSignal:
         0xbaf7e80 s Context>handleSignal:
         0xbafcb68 s Context>handleSignal:
         0xbb01850 s Context>handleSignal:
         0xbb06538 s Context>handleSignal:
         0xbb0b220 s Context>handleSignal:
         0xbb0ff08 s Context>handleSignal:
         0xbb14bf0 s Context>handleSignal:
         0xbb198d8 s Context>handleSignal:
         0xbb1e5c0 s Context>handleSignal:
         0xbb232a8 s Context>handleSignal:
         0xbb27f90 s Context>handleSignal:
         0xbb2cc78 s Context>handleSignal:
         0xbb31960 s Context>handleSignal:
         0xbb36648 s Context>handleSignal:
         0xbb3b330 s Context>handleSignal:
         0xbb40018 s Context>handleSignal:
         0xbb44d00 s Context>handleSignal:
         0xbb499e8 s Context>handleSignal:
         0xbb4e6d0 s Context>handleSignal:
         0xbb533b8 s Context>handleSignal:
         0xbb580a0 s Context>handleSignal:
         0xbb5cd88 s Context>handleSignal:
         0xbb61a70 s Context>handleSignal:
         0xbb66758 s Context>handleSignal:
         0xbb6b440 s Context>handleSignal:
         0xbb70128 s Context>handleSignal:
         0xbb74e10 s Context>handleSignal:
         0xbb79af8 s Context>handleSignal:
         0xbb7e7e0 s Context>handleSignal:
         0xbb834c8 s Context>handleSignal:
         0xbb881b0 s Context>handleSignal:
         0xbb8ce98 s Context>handleSignal:
         0xbb91b80 s Context>handleSignal:
         0xbb96868 s Context>handleSignal:
         0xbb9b550 s Context>handleSignal:
         0xbba0180 s Context>handleSignal:
         0xbba4db0 s Context>handleSignal:
         0xbba99e0 s Context>handleSignal:
         0xbbae610 s Context>handleSignal:
         0xbbb3240 s Context>handleSignal:
         0xbbb7e70 s Context>handleSignal:
         0xbbbcaa0 s Context>handleSignal:
         0xbbc16d0 s Context>handleSignal:
         0xbbc6300 s Context>handleSignal:
         0xbbcaf30 s Context>handleSignal:
         0xbbcfb60 s Context>handleSignal:
         0xbbd4790 s Context>handleSignal:
         0xbbd93c0 s Context>handleSignal:
         0xbbddff0 s Context>handleSignal:
         0xbbe2c20 s Context>handleSignal:
         0xbbe7850 s Context>handleSignal:
         0xbbec480 s Context>handleSignal:
         0xbbf10b0 s Context>handleSignal:
         0xbbf5ce0 s Context>handleSignal:
         0xbbfa910 s Context>handleSignal:
         0xbbff540 s Context>handleSignal:
         0xbc04170 s Context>handleSignal:
         0xbc08da0 s Context>handleSignal:
         0xbc0d9d0 s Context>handleSignal:
         0xbc12600 s Context>handleSignal:
         0xbc17230 s Context>handleSignal:
         0xbc1be60 s Context>handleSignal:
         0xbc20a90 s Context>handleSignal:
         0xbc256c0 s Context>handleSignal:
         0xbc2a2f0 s Context>handleSignal:
         0xbc2ef20 s Context>handleSignal:
         0xbc33b50 s Context>handleSignal:
         0xbc38780 s Context>handleSignal:
         0xbc3d3b0 s Context>handleSignal:
         0xbc41fe0 s Context>handleSignal:
         0xbc46c10 s Context>handleSignal:
         0xbc4b840 s Context>handleSignal:
         0xbc50470 s Context>handleSignal:
         0xbc55170 s Context>handleSignal:
         0xbc59da0 s Context>handleSignal:
         0xbc5e9d0 s Context>handleSignal:
         0xbc63600 s Context>handleSignal:
         0xbc68230 s Context>handleSignal:
         0xbc6ce60 s Context>handleSignal:
         0xbc71a90 s Context>handleSignal:
         0xbc766c0 s Context>handleSignal:
         0xbc7b2f0 s Context>handleSignal:
         0xbc7ff20 s Context>handleSignal:
         0xbc84b50 s Context>handleSignal:
         0xbc89780 s Context>handleSignal:
         0xbc8e3b0 s Context>handleSignal:
         0xbc92fe0 s Context>handleSignal:
         0xbc97c10 s Context>handleSignal:
         0xbc9c840 s Context>handleSignal:
         0xbca1470 s Context>handleSignal:
         0xbca60a0 s Context>handleSignal:
         0xbcaacd0 s Context>handleSignal:
         0xbcaf900 s Context>handleSignal:
         0xbcb4530 s Context>handleSignal:
         0xbcb9160 s Context>handleSignal:
         0xbcbdd90 s Context>handleSignal:
         0xbcc29c0 s Context>handleSignal:
         0xbcc75f0 s Context>handleSignal:
         0xbccc220 s Context>handleSignal:
         0xbcd0e50 s Context>handleSignal:
         0xbcd5a80 s Context>handleSignal:
         0xbcda6b0 s Context>handleSignal:
         0xbcdf2e0 s Context>handleSignal:
         0xbce3f10 s Context>handleSignal:
         0xbce8b40 s Context>handleSignal:
         0xbced770 s Context>handleSignal:
         0xbcf23a0 s Context>handleSignal:
         0xbcf6fd0 s Context>handleSignal:
         0xbcfbc00 s Context>handleSignal:
         0xbd00830 s Context>handleSignal:
         0xbd05460 s Context>handleSignal:
         0xbd0a090 s Context>handleSignal:
         0xbd0ecc0 s Context>handleSignal:
         0xbd138f0 s Context>handleSignal:
         0xbd18520 s Context>handleSignal:
         0xbd1d150 s Context>handleSignal:
         0xbd21d80 s Context>handleSignal:
         0xbd269b0 s Context>handleSignal:
         0xbd2b5e0 s Context>handleSignal:
         0xbd30210 s Context>handleSignal:
         0xbd34e40 s Context>handleSignal:
         0xbd39a70 s Context>handleSignal:
         0xbd3e6a0 s Context>handleSignal:
         0xbd432d0 s Context>handleSignal:
         0xbd47f00 s Context>handleSignal:
         0xbd4cb30 s Context>handleSignal:
         0xbd51760 s Context>handleSignal:
         0xbd56390 s Context>handleSignal:
         0xbd5afc0 s Context>handleSignal:
         0xbd5fbf0 s Context>handleSignal:
         0xbd64820 s Context>handleSignal:
         0xbd69450 s Context>handleSignal:
         0xbd6e080 s Context>handleSignal:
         0xbd72cb0 s Context>handleSignal:
         0xbd778e0 s Context>handleSignal:
         0xbd7c510 s Context>handleSignal:
         0xbd81140 s Context>handleSignal:
         0xbd85d70 s Context>handleSignal:
         0xbd8a9a0 s Context>handleSignal:
         0xbd8f5d0 s Context>handleSignal:
         0xbd94200 s Context>handleSignal:
         0xbd98e30 s Context>handleSignal:
         0xbd9da60 s Context>handleSignal:
         0xbda2690 s Context>handleSignal:
         0xbda72c0 s Context>handleSignal:
         0xbdabef0 s Context>handleSignal:
         0xbdb0b20 s Context>handleSignal:
         0xbdb5750 s Context>handleSignal:
         0xbdba380 s Context>handleSignal:
         0xbdbefb0 s Context>handleSignal:
         0xbdc3be0 s Context>handleSignal:
         0xbdc8810 s Context>handleSignal:
         0xbdcd440 s Context>handleSignal:
         0xbdd2070 s Context>handleSignal:
         0xbdd6ca0 s Context>handleSignal:
         0xbddb8d0 s Context>handleSignal:
         0xbde0500 s Context>handleSignal:
         0xbde5130 s Context>handleSignal:
         0xbde9d60 s Context>handleSignal:
         0xbdee990 s Context>handleSignal:
         0xbdf35c0 s Context>handleSignal:
         0xbdf81f0 s Context>handleSignal:
         0xbdfce20 s Context>handleSignal:
         0xbe01a50 s Context>handleSignal:
         0xbe06680 s Context>handleSignal:
         0xbe0b2b0 s Context>handleSignal:
         0xbe0fee0 s Context>handleSignal:
         0xbe14b10 s Context>handleSignal:
         0xbe19740 s Context>handleSignal:
         0xbe1e370 s Context>handleSignal:
         0xbe22fa0 s Context>handleSignal:
         0xbe27bd0 s Context>handleSignal:
         0xbe2c800 s Context>handleSignal:
         0xbe31430 s Context>handleSignal:
         0xbe36060 s Context>handleSignal:
         0xbe3ac90 s Context>handleSignal:
         0xbe3f8c0 s Context>handleSignal:
         0xbe444f0 s Context>handleSignal:
         0xbe49120 s Context>handleSignal:
         0xbe4dd50 s Context>handleSignal:
         0xbe52980 s Context>handleSignal:
         0xbe575b0 s Context>handleSignal:
         0xbe5c1e0 s Context>handleSignal:
         0xbe60e10 s Context>handleSignal:
         0xbe65a40 s Context>handleSignal:
         0xbe6a670 s Context>handleSignal:
         0xbe6f2a0 s Context>handleSignal:
         0xbe73ed0 s Context>handleSignal:
         0xbe78b00 s Context>handleSignal:
         0xbe7d730 s Context>handleSignal:
         0xbe822a8 s Context>handleSignal:
         0xbe86d68 s Context>handleSignal:
         0xbe8b770 s Context>handleSignal:
         0xbe900c0 s Context>handleSignal:
         0xbe94958 s Context>handleSignal:
         0xbe99138 s Context>handleSignal:
         0xbe9d860 s Context>handleSignal:
         0xbea1ed0 s Context>handleSignal:
         0xbea6488 s Context>handleSignal:
         0xbeaa988 s Context>handleSignal:
         0xbeaedd0 s Context>handleSignal:
         0xbeb3160 s Context>handleSignal:
         0xbeb7438 s Context>handleSignal:
         0xbebb658 s Context>handleSignal:
         0xbebf7c0 s Context>handleSignal:
         0xbec3870 s Context>handleSignal:
         0xbec7868 s Context>handleSignal:
         0xbecb7a8 s Context>handleSignal:
         0xbecf630 s Context>handleSignal:
         0xbed3400 s Context>handleSignal:
         0xbed7118 s Context>handleSignal:
         0xbedad78 s Context>handleSignal:
         0xbede920 s Context>handleSignal:
         0xbee2410 s Context>handleSignal:
         0xbee5d90 s Context>handleSignal:
         0xbee9658 s Context>handleSignal:
         0xbeece68 s Context>handleSignal:
         0xbef05c0 s Context>handleSignal:
         0xbef3c60 s Context>handleSignal:
         0xbef7248 s Context>handleSignal:
         0xbefa778 s Context>handleSignal:
         0xbefdbf0 s Context>handleSignal:
         0xbf00fb0 s Context>handleSignal:
         0xbf042b8 s Context>handleSignal:
         0xbf07508 s Context>handleSignal:
         0xbf0a6a0 s Context>handleSignal:
         0xbf0d780 s Context>handleSignal:
         0xbf107a8 s Context>handleSignal:
         0xbf13718 s Context>handleSignal:
         0xbf165d0 s Context>handleSignal:
         0xbf193d0 s Context>handleSignal:
         0xbf1c118 s Context>handleSignal:
         0xbf1eda8 s Context>handleSignal:
         0xbf21980 s Context>handleSignal:
         0xbf244a0 s Context>handleSignal:
         0xbf26f08 s Context>handleSignal:
         0xbf298b8 s Context>handleSignal:
         0xbf2c1b0 s Context>handleSignal:
         0xbf86dc8 s Halt(Exception)>signal
         0xbfa3160 s Halt class(Exception class)>signal
         0xbfd60a0 s Halt class>now
         0xbfc7e60 s FullBlockClosure(Object)>halt
         0xbff1890 s FullBlockClosure>printOn:
         0xc014a90 s Context>printOn:
         0xc03e1f8 s Context>printDebugOn:
         0xc03e4d8 s [] in Context>debugStack:on:
         0xc05b1a8 s OrderedCollection>do:
         0xbfc7be8 s Context>debugStack:on:
         0xbff1640 s Context>shortDebugStackOn:
         0xc014858 s [] in SmalltalkImage>logError:inContext:
         0xc03df18 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf86300 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa2398 s SmalltalkImage>logStdErrorDuring:
         0xbfd5398 s SmalltalkImage>logError:inContext:
         0xbffb8d8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01eb48 s FullBlockClosure(BlockClosure)>ensure:
         0xc04b228 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060c38 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d4e0 s Halt(Exception)>unhandledErrorAction
         0xc08a750 s Halt(UnhandledException)>defaultAction
         0xc0f11d0 s UndefinedObject>handleSignal:
         0xc0f1288 s Context>handleSignal:
         0xc0f1340 s Context>handleSignal:
         0xc0f13f8 s Context>handleSignal:
         0xc0f14b0 s Context>handleSignal:
         0xc0f1568 s Context>handleSignal:
         0xc0f1620 s Context>handleSignal:
         0xc0f16d8 s Context>handleSignal:
         0xc0f1790 s Context>handleSignal:
         0xc0f1848 s Context>handleSignal:
         0xc0f1900 s Context>handleSignal:
         0xc108c90 s Context>handleSignal:
         0xc113d38 s Context>handleSignal:
         0xc11ebe0 s Context>handleSignal:
         0xc1294c8 s Context>handleSignal:
         0xc133cf8 s Context>handleSignal:
         0xc13e528 s Context>handleSignal:
         0xc148d58 s Context>handleSignal:
         0xc153588 s Context>handleSignal:
         0xc15ddb8 s Context>handleSignal:
         0xc1685e8 s Context>handleSignal:
         0xc172e18 s Context>handleSignal:
         0xc17d648 s Context>handleSignal:
         0xc187e78 s Context>handleSignal:
         0xc1926a8 s Context>handleSignal:
         0xc19ced8 s Context>handleSignal:
         0xc1a7708 s Context>handleSignal:
         0xc1b1f38 s Context>handleSignal:
         0xc1bc768 s Context>handleSignal:
         0xc1c6f98 s Context>handleSignal:
         0xc1d17c8 s Context>handleSignal:
         0xc1dbff8 s Context>handleSignal:
         0xc1e6828 s Context>handleSignal:
         0xc1f1058 s Context>handleSignal:
         0xc1fb888 s Context>handleSignal:
         0xc2060b8 s Context>handleSignal:
         0xc2108e8 s Context>handleSignal:
         0xc21b118 s Context>handleSignal:
         0xc225948 s Context>handleSignal:
         0xc230178 s Context>handleSignal:
         0xc23a9a8 s Context>handleSignal:
         0xc2451d8 s Context>handleSignal:
         0xc24fa08 s Context>handleSignal:
         0xc25a238 s Context>handleSignal:
         0xb7d9828 s Context>handleSignal:
         0xb7e4110 s Context>handleSignal:
         0xb7ee9f8 s Context>handleSignal:
         0xb7f92e0 s Context>handleSignal:
         0xb803bc8 s Context>handleSignal:
         0xb80e4b0 s Context>handleSignal:
         0xb818d98 s Context>handleSignal:
         0xb823680 s Context>handleSignal:
         0xb82df68 s Context>handleSignal:
         0xb838850 s Context>handleSignal:
         0xb843138 s Context>handleSignal:
         0xb84da20 s Context>handleSignal:
         0xb858308 s Context>handleSignal:
         0xb862bf0 s Context>handleSignal:
         0xb86d4d8 s Context>handleSignal:
         0xb877dc0 s Context>handleSignal:
         0xb8826a8 s Context>handleSignal:
         0xb88cf90 s Context>handleSignal:
         0xb897878 s Context>handleSignal:
         0xb8a2160 s Context>handleSignal:
         0xb8aca48 s Context>handleSignal:
         0xb8b7330 s Context>handleSignal:
         0xb8c1c18 s Context>handleSignal:
         0xb8cc500 s Context>handleSignal:
         0xb8d6de8 s Context>handleSignal:
         0xb8e16d0 s Context>handleSignal:
         0xb8ebfb8 s Context>handleSignal:
         0xb8f68a0 s Context>handleSignal:
         0xb901188 s Context>handleSignal:
         0xb90ba70 s Context>handleSignal:
         0xb916358 s Context>handleSignal:
         0xb920c40 s Context>handleSignal:
         0xb92b528 s Context>handleSignal:
         0xb935e10 s Context>handleSignal:
         0xb9406f8 s Context>handleSignal:
         0xb94afe0 s Context>handleSignal:
         0xb9558c8 s Context>handleSignal:
         0xb9601b0 s Context>handleSignal:
         0xb96aa98 s Context>handleSignal:
         0xb975380 s Context>handleSignal:
         0xb97fc68 s Context>handleSignal:
         0xb98a550 s Context>handleSignal:
         0xb994e38 s Context>handleSignal:
         0xb99f720 s Context>handleSignal:
         0xb9aa008 s Context>handleSignal:
         0xb9b48f0 s Context>handleSignal:
         0xb9bf1d8 s Context>handleSignal:
         0xb9c9ac0 s Context>handleSignal:
         0xb9d43a8 s Context>handleSignal:
         0xb9dec90 s Context>handleSignal:
         0xb9e9578 s Context>handleSignal:
         0xb9f3e60 s Context>handleSignal:
         0xb9fe748 s Context>handleSignal:
         0xba09030 s Context>handleSignal:
         0xba13918 s Context>handleSignal:
         0xba1e200 s Context>handleSignal:
         0xba28ae8 s Context>handleSignal:
         0xba333d0 s Context>handleSignal:
         0xba3dcb8 s Context>handleSignal:
         0xba44c20 s Context>handleSignal:
         0xba49d58 s Context>handleSignal:
         0xba4edd8 s Context>handleSignal:
         0xba53da0 s Context>handleSignal:
         0xba58d68 s Context>handleSignal:
         0xba5dc78 s Context>handleSignal:
         0xba62ad0 s Context>handleSignal:
         0xba67928 s Context>handleSignal:
         0xba6c6c8 s Context>handleSignal:
         0xba71468 s Context>handleSignal:
         0xba76150 s Context>handleSignal:
         0xba7ae38 s Context>handleSignal:
         0xba7fb20 s Context>handleSignal:
         0xba84808 s Context>handleSignal:
         0xba894f0 s Context>handleSignal:
         0xba8e1d8 s Context>handleSignal:
         0xba92ec0 s Context>handleSignal:
         0xba97ba8 s Context>handleSignal:
         0xba9c890 s Context>handleSignal:
         0xbaa1578 s Context>handleSignal:
         0xbaa6260 s Context>handleSignal:
         0xbaaaf48 s Context>handleSignal:
         0xbaafc30 s Context>handleSignal:
         0xbab4918 s Context>handleSignal:
         0xbab9600 s Context>handleSignal:
         0xbabe2e8 s Context>handleSignal:
         0xbac2fd0 s Context>handleSignal:
         0xbac7cb8 s Context>handleSignal:
         0xbacc9a0 s Context>handleSignal:
         0xbad1688 s Context>handleSignal:
         0xbad6370 s Context>handleSignal:
         0xbadb058 s Context>handleSignal:
         0xbadfd40 s Context>handleSignal:
         0xbae4a28 s Context>handleSignal:
         0xbae9710 s Context>handleSignal:
         0xbaee3f8 s Context>handleSignal:
         0xbaf30e0 s Context>handleSignal:
         0xbaf7dc8 s Context>handleSignal:
         0xbafcab0 s Context>handleSignal:
         0xbb01798 s Context>handleSignal:
         0xbb06480 s Context>handleSignal:
         0xbb0b168 s Context>handleSignal:
         0xbb0fe50 s Context>handleSignal:
         0xbb14b38 s Context>handleSignal:
         0xbb19820 s Context>handleSignal:
         0xbb1e508 s Context>handleSignal:
         0xbb231f0 s Context>handleSignal:
         0xbb27ed8 s Context>handleSignal:
         0xbb2cbc0 s Context>handleSignal:
         0xbb318a8 s Context>handleSignal:
         0xbb36590 s Context>handleSignal:
         0xbb3b278 s Context>handleSignal:
         0xbb3ff60 s Context>handleSignal:
         0xbb44c48 s Context>handleSignal:
         0xbb49930 s Context>handleSignal:
         0xbb4e618 s Context>handleSignal:
         0xbb53300 s Context>handleSignal:
         0xbb57fe8 s Context>handleSignal:
         0xbb5ccd0 s Context>handleSignal:
         0xbb619b8 s Context>handleSignal:
         0xbb666a0 s Context>handleSignal:
         0xbb6b388 s Context>handleSignal:
         0xbb70070 s Context>handleSignal:
         0xbb74d58 s Context>handleSignal:
         0xbb79a40 s Context>handleSignal:
         0xbb7e728 s Context>handleSignal:
         0xbb83410 s Context>handleSignal:
         0xbb880f8 s Context>handleSignal:
         0xbb8cde0 s Context>handleSignal:
         0xbb91ac8 s Context>handleSignal:
         0xbb967b0 s Context>handleSignal:
         0xbb9b498 s Context>handleSignal:
         0xbba00c8 s Context>handleSignal:
         0xbba4cf8 s Context>handleSignal:
         0xbba9928 s Context>handleSignal:
         0xbbae558 s Context>handleSignal:
         0xbbb3188 s Context>handleSignal:
         0xbbb7db8 s Context>handleSignal:
         0xbbbc9e8 s Context>handleSignal:
         0xbbc1618 s Context>handleSignal:
         0xbbc6248 s Context>handleSignal:
         0xbbcae78 s Context>handleSignal:
         0xbbcfaa8 s Context>handleSignal:
         0xbbd46d8 s Context>handleSignal:
         0xbbd9308 s Context>handleSignal:
         0xbbddf38 s Context>handleSignal:
         0xbbe2b68 s Context>handleSignal:
         0xbbe7798 s Context>handleSignal:
         0xbbec3c8 s Context>handleSignal:
         0xbbf0ff8 s Context>handleSignal:
         0xbbf5c28 s Context>handleSignal:
         0xbbfa858 s Context>handleSignal:
         0xbbff488 s Context>handleSignal:
         0xbc040b8 s Context>handleSignal:
         0xbc08ce8 s Context>handleSignal:
         0xbc0d918 s Context>handleSignal:
         0xbc12548 s Context>handleSignal:
         0xbc17178 s Context>handleSignal:
         0xbc1bda8 s Context>handleSignal:
         0xbc209d8 s Context>handleSignal:
         0xbc25608 s Context>handleSignal:
         0xbc2a238 s Context>handleSignal:
         0xbc2ee68 s Context>handleSignal:
         0xbc33a98 s Context>handleSignal:
         0xbc386c8 s Context>handleSignal:
         0xbc3d2f8 s Context>handleSignal:
         0xbc41f28 s Context>handleSignal:
         0xbc46b58 s Context>handleSignal:
         0xbc4b788 s Context>handleSignal:
         0xbc503b8 s Context>handleSignal:
         0xbc550b8 s Context>handleSignal:
         0xbc59ce8 s Context>handleSignal:
         0xbc5e918 s Context>handleSignal:
         0xbc63548 s Context>handleSignal:
         0xbc68178 s Context>handleSignal:
         0xbc6cda8 s Context>handleSignal:
         0xbc719d8 s Context>handleSignal:
         0xbc76608 s Context>handleSignal:
         0xbc7b238 s Context>handleSignal:
         0xbc7fe68 s Context>handleSignal:
         0xbc84a98 s Context>handleSignal:
         0xbc896c8 s Context>handleSignal:
         0xbc8e2f8 s Context>handleSignal:
         0xbc92f28 s Context>handleSignal:
         0xbc97b58 s Context>handleSignal:
         0xbc9c788 s Context>handleSignal:
         0xbca13b8 s Context>handleSignal:
         0xbca5fe8 s Context>handleSignal:
         0xbcaac18 s Context>handleSignal:
         0xbcaf848 s Context>handleSignal:
         0xbcb4478 s Context>handleSignal:
         0xbcb90a8 s Context>handleSignal:
         0xbcbdcd8 s Context>handleSignal:
         0xbcc2908 s Context>handleSignal:
         0xbcc7538 s Context>handleSignal:
         0xbccc168 s Context>handleSignal:
         0xbcd0d98 s Context>handleSignal:
         0xbcd59c8 s Context>handleSignal:
         0xbcda5f8 s Context>handleSignal:
         0xbcdf228 s Context>handleSignal:
         0xbce3e58 s Context>handleSignal:
         0xbce8a88 s Context>handleSignal:
         0xbced6b8 s Context>handleSignal:
         0xbcf22e8 s Context>handleSignal:
         0xbcf6f18 s Context>handleSignal:
         0xbcfbb48 s Context>handleSignal:
         0xbd00778 s Context>handleSignal:
         0xbd053a8 s Context>handleSignal:
         0xbd09fd8 s Context>handleSignal:
         0xbd0ec08 s Context>handleSignal:
         0xbd13838 s Context>handleSignal:
         0xbd18468 s Context>handleSignal:
         0xbd1d098 s Context>handleSignal:
         0xbd21cc8 s Context>handleSignal:
         0xbd268f8 s Context>handleSignal:
         0xbd2b528 s Context>handleSignal:
         0xbd30158 s Context>handleSignal:
         0xbd34d88 s Context>handleSignal:
         0xbd399b8 s Context>handleSignal:
         0xbd3e5e8 s Context>handleSignal:
         0xbd43218 s Context>handleSignal:
         0xbd47e48 s Context>handleSignal:
         0xbd4ca78 s Context>handleSignal:
         0xbd516a8 s Context>handleSignal:
         0xbd562d8 s Context>handleSignal:
         0xbd5af08 s Context>handleSignal:
         0xbd5fb38 s Context>handleSignal:
         0xbd64768 s Context>handleSignal:
         0xbd69398 s Context>handleSignal:
         0xbd6dfc8 s Context>handleSignal:
         0xbd72bf8 s Context>handleSignal:
         0xbd77828 s Context>handleSignal:
         0xbd7c458 s Context>handleSignal:
         0xbd81088 s Context>handleSignal:
         0xbd85cb8 s Context>handleSignal:
         0xbd8a8e8 s Context>handleSignal:
         0xbd8f518 s Context>handleSignal:
         0xbd94148 s Context>handleSignal:
         0xbd98d78 s Context>handleSignal:
         0xbd9d9a8 s Context>handleSignal:
         0xbda25d8 s Context>handleSignal:
         0xbda7208 s Context>handleSignal:
         0xbdabe38 s Context>handleSignal:
         0xbdb0a68 s Context>handleSignal:
         0xbdb5698 s Context>handleSignal:
         0xbdba2c8 s Context>handleSignal:
         0xbdbeef8 s Context>handleSignal:
         0xbdc3b28 s Context>handleSignal:
         0xbdc8758 s Context>handleSignal:
         0xbdcd388 s Context>handleSignal:
         0xbdd1fb8 s Context>handleSignal:
         0xbdd6be8 s Context>handleSignal:
         0xbddb818 s Context>handleSignal:
         0xbde0448 s Context>handleSignal:
         0xbde5078 s Context>handleSignal:
         0xbde9ca8 s Context>handleSignal:
         0xbdee8d8 s Context>handleSignal:
         0xbdf3508 s Context>handleSignal:
         0xbdf8138 s Context>handleSignal:
         0xbdfcd68 s Context>handleSignal:
         0xbe01998 s Context>handleSignal:
         0xbe065c8 s Context>handleSignal:
         0xbe0b1f8 s Context>handleSignal:
         0xbe0fe28 s Context>handleSignal:
         0xbe14a58 s Context>handleSignal:
         0xbe19688 s Context>handleSignal:
         0xbe1e2b8 s Context>handleSignal:
         0xbe22ee8 s Context>handleSignal:
         0xbe27b18 s Context>handleSignal:
         0xbe2c748 s Context>handleSignal:
         0xbe31378 s Context>handleSignal:
         0xbe35fa8 s Context>handleSignal:
         0xbe3abd8 s Context>handleSignal:
         0xbe3f808 s Context>handleSignal:
         0xbe44438 s Context>handleSignal:
         0xbe49068 s Context>handleSignal:
         0xbe4dc98 s Context>handleSignal:
         0xbe528c8 s Context>handleSignal:
         0xbe574f8 s Context>handleSignal:
         0xbe5c128 s Context>handleSignal:
         0xbe60d58 s Context>handleSignal:
         0xbe65988 s Context>handleSignal:
         0xbe6a5b8 s Context>handleSignal:
         0xbe6f1e8 s Context>handleSignal:
         0xbe73e18 s Context>handleSignal:
         0xbe78a48 s Context>handleSignal:
         0xbe7d678 s Context>handleSignal:
         0xbe821f0 s Context>handleSignal:
         0xbe86cb0 s Context>handleSignal:
         0xbe8b6b8 s Context>handleSignal:
         0xbe90008 s Context>handleSignal:
         0xbe948a0 s Context>handleSignal:
         0xbe99080 s Context>handleSignal:
         0xbe9d7a8 s Context>handleSignal:
         0xbea1e18 s Context>handleSignal:
         0xbea63d0 s Context>handleSignal:
         0xbeaa8d0 s Context>handleSignal:
         0xbeaed18 s Context>handleSignal:
         0xbeb30a8 s Context>handleSignal:
         0xbeb7380 s Context>handleSignal:
         0xbebb5a0 s Context>handleSignal:
         0xbebf708 s Context>handleSignal:
         0xbec37b8 s Context>handleSignal:
         0xbec77b0 s Context>handleSignal:
         0xbecb6f0 s Context>handleSignal:
         0xbecf578 s Context>handleSignal:
         0xbed3348 s Context>handleSignal:
         0xbed7060 s Context>handleSignal:
         0xbedacc0 s Context>handleSignal:
         0xbede868 s Context>handleSignal:
         0xbee2358 s Context>handleSignal:
         0xbee5cd8 s Context>handleSignal:
         0xbee95a0 s Context>handleSignal:
         0xbeecdb0 s Context>handleSignal:
         0xbef0508 s Context>handleSignal:
         0xbef3ba8 s Context>handleSignal:
         0xbef7190 s Context>handleSignal:
         0xbefa6c0 s Context>handleSignal:
         0xbefdb38 s Context>handleSignal:
         0xbf00ef8 s Context>handleSignal:
         0xbf04200 s Context>handleSignal:
         0xbf07450 s Context>handleSignal:
         0xbf0a5e8 s Context>handleSignal:
         0xbf0d6c8 s Context>handleSignal:
         0xbf106f0 s Context>handleSignal:
         0xbf13660 s Context>handleSignal:
         0xbf16518 s Context>handleSignal:
         0xbf19318 s Context>handleSignal:
         0xbf1c060 s Context>handleSignal:
         0xbf1ecf0 s Context>handleSignal:
         0xbf218c8 s Context>handleSignal:
         0xbf243e8 s Context>handleSignal:
         0xbf26e50 s Context>handleSignal:
         0xbf29800 s Context>handleSignal:
         0xbf86c58 s Halt(Exception)>signal
         0xbfa2f90 s Halt class(Exception class)>signal
         0xbfd5ee8 s Halt class>now
         0xbfc7ca0 s FullBlockClosure(Object)>halt
         0xbff16f8 s FullBlockClosure>printOn:
         0xc014910 s Context>printOn:
         0xc03dfd0 s Context>printDebugOn:
         0xc03e2b0 s [] in Context>debugStack:on:
         0xc05b0f0 s OrderedCollection>do:
         0xbfc7a28 s Context>debugStack:on:
         0xbff14a8 s Context>shortDebugStackOn:
         0xc0146d8 s [] in SmalltalkImage>logError:inContext:
         0xc03dcf0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf86190 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa21c8 s SmalltalkImage>logStdErrorDuring:
         0xbfd51e0 s SmalltalkImage>logError:inContext:
         0xbffb810 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01ea58 s FullBlockClosure(BlockClosure)>ensure:
         0xc04b148 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060b80 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d428 s Halt(Exception)>unhandledErrorAction
         0xc08a698 s Halt(UnhandledException)>defaultAction
         0xc0d97e8 s UndefinedObject>handleSignal:
         0xc0d98a0 s Context>handleSignal:
         0xc0d9958 s Context>handleSignal:
         0xc0d9a10 s Context>handleSignal:
         0xc0d9ac8 s Context>handleSignal:
         0xc0d9b80 s Context>handleSignal:
         0xc0d9c38 s Context>handleSignal:
         0xc0d9cf0 s Context>handleSignal:
         0xc0d9da8 s Context>handleSignal:
         0xc0d9e60 s Context>handleSignal:
         0xc0d9f18 s Context>handleSignal:
         0xc1062e0 s Context>handleSignal:
         0xc111a00 s Context>handleSignal:
         0xc11c8a8 s Context>handleSignal:
         0xc127190 s Context>handleSignal:
         0xc1319c0 s Context>handleSignal:
         0xc13c1f0 s Context>handleSignal:
         0xc146a20 s Context>handleSignal:
         0xc151250 s Context>handleSignal:
         0xc15ba80 s Context>handleSignal:
         0xc1662b0 s Context>handleSignal:
         0xc170ae0 s Context>handleSignal:
         0xc17b310 s Context>handleSignal:
         0xc185b40 s Context>handleSignal:
         0xc190370 s Context>handleSignal:
         0xc19aba0 s Context>handleSignal:
         0xc1a53d0 s Context>handleSignal:
         0xc1afc00 s Context>handleSignal:
         0xc1ba430 s Context>handleSignal:
         0xc1c4c60 s Context>handleSignal:
         0xc1cf490 s Context>handleSignal:
         0xc1d9cc0 s Context>handleSignal:
         0xc1e44f0 s Context>handleSignal:
         0xc1eed20 s Context>handleSignal:
         0xc1f9550 s Context>handleSignal:
         0xc203d80 s Context>handleSignal:
         0xc20e5b0 s Context>handleSignal:
         0xc218de0 s Context>handleSignal:
         0xc223610 s Context>handleSignal:
         0xc22de40 s Context>handleSignal:
         0xc238670 s Context>handleSignal:
         0xc242ea0 s Context>handleSignal:
         0xc24d6d0 s Context>handleSignal:
         0xc257f00 s Context>handleSignal:
         0xb7d9770 s Context>handleSignal:
         0xb7e4058 s Context>handleSignal:
         0xb7ee940 s Context>handleSignal:
         0xb7f9228 s Context>handleSignal:
         0xb803b10 s Context>handleSignal:
         0xb80e3f8 s Context>handleSignal:
         0xb818ce0 s Context>handleSignal:
         0xb8235c8 s Context>handleSignal:
         0xb82deb0 s Context>handleSignal:
         0xb838798 s Context>handleSignal:
         0xb843080 s Context>handleSignal:
         0xb84d968 s Context>handleSignal:
         0xb858250 s Context>handleSignal:
         0xb862b38 s Context>handleSignal:
         0xb86d420 s Context>handleSignal:
         0xb877d08 s Context>handleSignal:
         0xb8825f0 s Context>handleSignal:
         0xb88ced8 s Context>handleSignal:
         0xb8977c0 s Context>handleSignal:
         0xb8a20a8 s Context>handleSignal:
         0xb8ac990 s Context>handleSignal:
         0xb8b7278 s Context>handleSignal:
         0xb8c1b60 s Context>handleSignal:
         0xb8cc448 s Context>handleSignal:
         0xb8d6d30 s Context>handleSignal:
         0xb8e1618 s Context>handleSignal:
         0xb8ebf00 s Context>handleSignal:
         0xb8f67e8 s Context>handleSignal:
         0xb9010d0 s Context>handleSignal:
         0xb90b9b8 s Context>handleSignal:
         0xb9162a0 s Context>handleSignal:
         0xb920b88 s Context>handleSignal:
         0xb92b470 s Context>handleSignal:
         0xb935d58 s Context>handleSignal:
         0xb940640 s Context>handleSignal:
         0xb94af28 s Context>handleSignal:
         0xb955810 s Context>handleSignal:
         0xb9600f8 s Context>handleSignal:
         0xb96a9e0 s Context>handleSignal:
         0xb9752c8 s Context>handleSignal:
         0xb97fbb0 s Context>handleSignal:
         0xb98a498 s Context>handleSignal:
         0xb994d80 s Context>handleSignal:
         0xb99f668 s Context>handleSignal:
         0xb9a9f50 s Context>handleSignal:
         0xb9b4838 s Context>handleSignal:
         0xb9bf120 s Context>handleSignal:
         0xb9c9a08 s Context>handleSignal:
         0xb9d42f0 s Context>handleSignal:
         0xb9debd8 s Context>handleSignal:
         0xb9e94c0 s Context>handleSignal:
         0xb9f3da8 s Context>handleSignal:
         0xb9fe690 s Context>handleSignal:
         0xba08f78 s Context>handleSignal:
         0xba13860 s Context>handleSignal:
         0xba1e148 s Context>handleSignal:
         0xba28a30 s Context>handleSignal:
         0xba33318 s Context>handleSignal:
         0xba3dc00 s Context>handleSignal:
         0xba44b68 s Context>handleSignal:
         0xba49ca0 s Context>handleSignal:
         0xba4ed20 s Context>handleSignal:
         0xba53ce8 s Context>handleSignal:
         0xba58cb0 s Context>handleSignal:
         0xba5dbc0 s Context>handleSignal:
         0xba62a18 s Context>handleSignal:
         0xba67870 s Context>handleSignal:
         0xba6c610 s Context>handleSignal:
         0xba713b0 s Context>handleSignal:
         0xba76098 s Context>handleSignal:
         0xba7ad80 s Context>handleSignal:
         0xba7fa68 s Context>handleSignal:
         0xba84750 s Context>handleSignal:
         0xba89438 s Context>handleSignal:
         0xba8e120 s Context>handleSignal:
         0xba92e08 s Context>handleSignal:
         0xba97af0 s Context>handleSignal:
         0xba9c7d8 s Context>handleSignal:
         0xbaa14c0 s Context>handleSignal:
         0xbaa61a8 s Context>handleSignal:
         0xbaaae90 s Context>handleSignal:
         0xbaafb78 s Context>handleSignal:
         0xbab4860 s Context>handleSignal:
         0xbab9548 s Context>handleSignal:
         0xbabe230 s Context>handleSignal:
         0xbac2f18 s Context>handleSignal:
         0xbac7c00 s Context>handleSignal:
         0xbacc8e8 s Context>handleSignal:
         0xbad15d0 s Context>handleSignal:
         0xbad62b8 s Context>handleSignal:
         0xbadafa0 s Context>handleSignal:
         0xbadfc88 s Context>handleSignal:
         0xbae4970 s Context>handleSignal:
         0xbae9658 s Context>handleSignal:
         0xbaee340 s Context>handleSignal:
         0xbaf3028 s Context>handleSignal:
         0xbaf7d10 s Context>handleSignal:
         0xbafc9f8 s Context>handleSignal:
         0xbb016e0 s Context>handleSignal:
         0xbb063c8 s Context>handleSignal:
         0xbb0b0b0 s Context>handleSignal:
         0xbb0fd98 s Context>handleSignal:
         0xbb14a80 s Context>handleSignal:
         0xbb19768 s Context>handleSignal:
         0xbb1e450 s Context>handleSignal:
         0xbb23138 s Context>handleSignal:
         0xbb27e20 s Context>handleSignal:
         0xbb2cb08 s Context>handleSignal:
         0xbb317f0 s Context>handleSignal:
         0xbb364d8 s Context>handleSignal:
         0xbb3b1c0 s Context>handleSignal:
         0xbb3fea8 s Context>handleSignal:
         0xbb44b90 s Context>handleSignal:
         0xbb49878 s Context>handleSignal:
         0xbb4e560 s Context>handleSignal:
         0xbb53248 s Context>handleSignal:
         0xbb57f30 s Context>handleSignal:
         0xbb5cc18 s Context>handleSignal:
         0xbb61900 s Context>handleSignal:
         0xbb665e8 s Context>handleSignal:
         0xbb6b2d0 s Context>handleSignal:
         0xbb6ffb8 s Context>handleSignal:
         0xbb74ca0 s Context>handleSignal:
         0xbb79988 s Context>handleSignal:
         0xbb7e670 s Context>handleSignal:
         0xbb83358 s Context>handleSignal:
         0xbb88040 s Context>handleSignal:
         0xbb8cd28 s Context>handleSignal:
         0xbb91a10 s Context>handleSignal:
         0xbb966f8 s Context>handleSignal:
         0xbb9b3e0 s Context>handleSignal:
         0xbba0010 s Context>handleSignal:
         0xbba4c40 s Context>handleSignal:
         0xbba9870 s Context>handleSignal:
         0xbbae4a0 s Context>handleSignal:
         0xbbb30d0 s Context>handleSignal:
         0xbbb7d00 s Context>handleSignal:
         0xbbbc930 s Context>handleSignal:
         0xbbc1560 s Context>handleSignal:
         0xbbc6190 s Context>handleSignal:
         0xbbcadc0 s Context>handleSignal:
         0xbbcf9f0 s Context>handleSignal:
         0xbbd4620 s Context>handleSignal:
         0xbbd9250 s Context>handleSignal:
         0xbbdde80 s Context>handleSignal:
         0xbbe2ab0 s Context>handleSignal:
         0xbbe76e0 s Context>handleSignal:
         0xbbec310 s Context>handleSignal:
         0xbbf0f40 s Context>handleSignal:
         0xbbf5b70 s Context>handleSignal:
         0xbbfa7a0 s Context>handleSignal:
         0xbbff3d0 s Context>handleSignal:
         0xbc04000 s Context>handleSignal:
         0xbc08c30 s Context>handleSignal:
         0xbc0d860 s Context>handleSignal:
         0xbc12490 s Context>handleSignal:
         0xbc170c0 s Context>handleSignal:
         0xbc1bcf0 s Context>handleSignal:
         0xbc20920 s Context>handleSignal:
         0xbc25550 s Context>handleSignal:
         0xbc2a180 s Context>handleSignal:
         0xbc2edb0 s Context>handleSignal:
         0xbc339e0 s Context>handleSignal:
         0xbc38610 s Context>handleSignal:
         0xbc3d240 s Context>handleSignal:
         0xbc41e70 s Context>handleSignal:
         0xbc46aa0 s Context>handleSignal:
         0xbc4b6d0 s Context>handleSignal:
         0xbc50300 s Context>handleSignal:
         0xbc55000 s Context>handleSignal:
         0xbc59c30 s Context>handleSignal:
         0xbc5e860 s Context>handleSignal:
         0xbc63490 s Context>handleSignal:
         0xbc680c0 s Context>handleSignal:
         0xbc6ccf0 s Context>handleSignal:
         0xbc71920 s Context>handleSignal:
         0xbc76550 s Context>handleSignal:
         0xbc7b180 s Context>handleSignal:
         0xbc7fdb0 s Context>handleSignal:
         0xbc849e0 s Context>handleSignal:
         0xbc89610 s Context>handleSignal:
         0xbc8e240 s Context>handleSignal:
         0xbc92e70 s Context>handleSignal:
         0xbc97aa0 s Context>handleSignal:
         0xbc9c6d0 s Context>handleSignal:
         0xbca1300 s Context>handleSignal:
         0xbca5f30 s Context>handleSignal:
         0xbcaab60 s Context>handleSignal:
         0xbcaf790 s Context>handleSignal:
         0xbcb43c0 s Context>handleSignal:
         0xbcb8ff0 s Context>handleSignal:
         0xbcbdc20 s Context>handleSignal:
         0xbcc2850 s Context>handleSignal:
         0xbcc7480 s Context>handleSignal:
         0xbccc0b0 s Context>handleSignal:
         0xbcd0ce0 s Context>handleSignal:
         0xbcd5910 s Context>handleSignal:
         0xbcda540 s Context>handleSignal:
         0xbcdf170 s Context>handleSignal:
         0xbce3da0 s Context>handleSignal:
         0xbce89d0 s Context>handleSignal:
         0xbced600 s Context>handleSignal:
         0xbcf2230 s Context>handleSignal:
         0xbcf6e60 s Context>handleSignal:
         0xbcfba90 s Context>handleSignal:
         0xbd006c0 s Context>handleSignal:
         0xbd052f0 s Context>handleSignal:
         0xbd09f20 s Context>handleSignal:
         0xbd0eb50 s Context>handleSignal:
         0xbd13780 s Context>handleSignal:
         0xbd183b0 s Context>handleSignal:
         0xbd1cfe0 s Context>handleSignal:
         0xbd21c10 s Context>handleSignal:
         0xbd26840 s Context>handleSignal:
         0xbd2b470 s Context>handleSignal:
         0xbd300a0 s Context>handleSignal:
         0xbd34cd0 s Context>handleSignal:
         0xbd39900 s Context>handleSignal:
         0xbd3e530 s Context>handleSignal:
         0xbd43160 s Context>handleSignal:
         0xbd47d90 s Context>handleSignal:
         0xbd4c9c0 s Context>handleSignal:
         0xbd515f0 s Context>handleSignal:
         0xbd56220 s Context>handleSignal:
         0xbd5ae50 s Context>handleSignal:
         0xbd5fa80 s Context>handleSignal:
         0xbd646b0 s Context>handleSignal:
         0xbd692e0 s Context>handleSignal:
         0xbd6df10 s Context>handleSignal:
         0xbd72b40 s Context>handleSignal:
         0xbd77770 s Context>handleSignal:
         0xbd7c3a0 s Context>handleSignal:
         0xbd80fd0 s Context>handleSignal:
         0xbd85c00 s Context>handleSignal:
         0xbd8a830 s Context>handleSignal:
         0xbd8f460 s Context>handleSignal:
         0xbd94090 s Context>handleSignal:
         0xbd98cc0 s Context>handleSignal:
         0xbd9d8f0 s Context>handleSignal:
         0xbda2520 s Context>handleSignal:
         0xbda7150 s Context>handleSignal:
         0xbdabd80 s Context>handleSignal:
         0xbdb09b0 s Context>handleSignal:
         0xbdb55e0 s Context>handleSignal:
         0xbdba210 s Context>handleSignal:
         0xbdbee40 s Context>handleSignal:
         0xbdc3a70 s Context>handleSignal:
         0xbdc86a0 s Context>handleSignal:
         0xbdcd2d0 s Context>handleSignal:
         0xbdd1f00 s Context>handleSignal:
         0xbdd6b30 s Context>handleSignal:
         0xbddb760 s Context>handleSignal:
         0xbde0390 s Context>handleSignal:
         0xbde4fc0 s Context>handleSignal:
         0xbde9bf0 s Context>handleSignal:
         0xbdee820 s Context>handleSignal:
         0xbdf3450 s Context>handleSignal:
         0xbdf8080 s Context>handleSignal:
         0xbdfccb0 s Context>handleSignal:
         0xbe018e0 s Context>handleSignal:
         0xbe06510 s Context>handleSignal:
         0xbe0b140 s Context>handleSignal:
         0xbe0fd70 s Context>handleSignal:
         0xbe149a0 s Context>handleSignal:
         0xbe195d0 s Context>handleSignal:
         0xbe1e200 s Context>handleSignal:
         0xbe22e30 s Context>handleSignal:
         0xbe27a60 s Context>handleSignal:
         0xbe2c690 s Context>handleSignal:
         0xbe312c0 s Context>handleSignal:
         0xbe35ef0 s Context>handleSignal:
         0xbe3ab20 s Context>handleSignal:
         0xbe3f750 s Context>handleSignal:
         0xbe44380 s Context>handleSignal:
         0xbe48fb0 s Context>handleSignal:
         0xbe4dbe0 s Context>handleSignal:
         0xbe52810 s Context>handleSignal:
         0xbe57440 s Context>handleSignal:
         0xbe5c070 s Context>handleSignal:
         0xbe60ca0 s Context>handleSignal:
         0xbe658d0 s Context>handleSignal:
         0xbe6a500 s Context>handleSignal:
         0xbe6f130 s Context>handleSignal:
         0xbe73d60 s Context>handleSignal:
         0xbe78990 s Context>handleSignal:
         0xbe7d5c0 s Context>handleSignal:
         0xbe82138 s Context>handleSignal:
         0xbe86bf8 s Context>handleSignal:
         0xbe8b600 s Context>handleSignal:
         0xbe8ff50 s Context>handleSignal:
         0xbe947e8 s Context>handleSignal:
         0xbe98fc8 s Context>handleSignal:
         0xbe9d6f0 s Context>handleSignal:
         0xbea1d60 s Context>handleSignal:
         0xbea6318 s Context>handleSignal:
         0xbeaa818 s Context>handleSignal:
         0xbeaec60 s Context>handleSignal:
         0xbeb2ff0 s Context>handleSignal:
         0xbeb72c8 s Context>handleSignal:
         0xbebb4e8 s Context>handleSignal:
         0xbebf650 s Context>handleSignal:
         0xbec3700 s Context>handleSignal:
         0xbec76f8 s Context>handleSignal:
         0xbecb638 s Context>handleSignal:
         0xbecf4c0 s Context>handleSignal:
         0xbed3290 s Context>handleSignal:
         0xbed6fa8 s Context>handleSignal:
         0xbedac08 s Context>handleSignal:
         0xbede7b0 s Context>handleSignal:
         0xbee22a0 s Context>handleSignal:
         0xbee5c20 s Context>handleSignal:
         0xbee94e8 s Context>handleSignal:
         0xbeeccf8 s Context>handleSignal:
         0xbef0450 s Context>handleSignal:
         0xbef3af0 s Context>handleSignal:
         0xbef70d8 s Context>handleSignal:
         0xbefa608 s Context>handleSignal:
         0xbefda80 s Context>handleSignal:
         0xbf00e40 s Context>handleSignal:
         0xbf04148 s Context>handleSignal:
         0xbf07398 s Context>handleSignal:
         0xbf0a530 s Context>handleSignal:
         0xbf0d610 s Context>handleSignal:
         0xbf10638 s Context>handleSignal:
         0xbf135a8 s Context>handleSignal:
         0xbf16460 s Context>handleSignal:
         0xbf19260 s Context>handleSignal:
         0xbf1bfa8 s Context>handleSignal:
         0xbf1ec38 s Context>handleSignal:
         0xbf21810 s Context>handleSignal:
         0xbf24330 s Context>handleSignal:
         0xbf26d98 s Context>handleSignal:
         0xbf86ae8 s Halt(Exception)>signal
         0xbfa2dc0 s Halt class(Exception class)>signal
         0xbfd5d30 s Halt class>now
         0xbfc7ae0 s FullBlockClosure(Object)>halt
         0xbff1560 s FullBlockClosure>printOn:
         0xc014790 s Context>printOn:
         0xc03dda8 s Context>printDebugOn:
         0xc03e088 s [] in Context>debugStack:on:
         0xc05b038 s OrderedCollection>do:
         0xbfc7868 s Context>debugStack:on:
         0xbff1310 s Context>shortDebugStackOn:
         0xc014558 s [] in SmalltalkImage>logError:inContext:
         0xc03dac8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf86020 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa1ff8 s SmalltalkImage>logStdErrorDuring:
         0xbfd5028 s SmalltalkImage>logError:inContext:
         0xbffb748 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01e968 s FullBlockClosure(BlockClosure)>ensure:
         0xc04b068 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060ac8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d370 s Halt(Exception)>unhandledErrorAction
         0xc08a5e0 s Halt(UnhandledException)>defaultAction
         0xc0d9000 s UndefinedObject>handleSignal:
         0xc0d90b8 s Context>handleSignal:
         0xc0d9170 s Context>handleSignal:
         0xc0d9228 s Context>handleSignal:
         0xc0d92e0 s Context>handleSignal:
         0xc0d9398 s Context>handleSignal:
         0xc0d9450 s Context>handleSignal:
         0xc0d9508 s Context>handleSignal:
         0xc0d95c0 s Context>handleSignal:
         0xc0d9678 s Context>handleSignal:
         0xc0d9730 s Context>handleSignal:
         0xc106228 s Context>handleSignal:
         0xc111948 s Context>handleSignal:
         0xc11c7f0 s Context>handleSignal:
         0xc1270d8 s Context>handleSignal:
         0xc131908 s Context>handleSignal:
         0xc13c138 s Context>handleSignal:
         0xc146968 s Context>handleSignal:
         0xc151198 s Context>handleSignal:
         0xc15b9c8 s Context>handleSignal:
         0xc1661f8 s Context>handleSignal:
         0xc170a28 s Context>handleSignal:
         0xc17b258 s Context>handleSignal:
         0xc185a88 s Context>handleSignal:
         0xc1902b8 s Context>handleSignal:
         0xc19aae8 s Context>handleSignal:
         0xc1a5318 s Context>handleSignal:
         0xc1afb48 s Context>handleSignal:
         0xc1ba378 s Context>handleSignal:
         0xc1c4ba8 s Context>handleSignal:
         0xc1cf3d8 s Context>handleSignal:
         0xc1d9c08 s Context>handleSignal:
         0xc1e4438 s Context>handleSignal:
         0xc1eec68 s Context>handleSignal:
         0xc1f9498 s Context>handleSignal:
         0xc203cc8 s Context>handleSignal:
         0xc20e4f8 s Context>handleSignal:
         0xc218d28 s Context>handleSignal:
         0xc223558 s Context>handleSignal:
         0xc22dd88 s Context>handleSignal:
         0xc2385b8 s Context>handleSignal:
         0xc242de8 s Context>handleSignal:
         0xc24d618 s Context>handleSignal:
         0xc257e48 s Context>handleSignal:
         0xb7d96b8 s Context>handleSignal:
         0xb7e3fa0 s Context>handleSignal:
         0xb7ee888 s Context>handleSignal:
         0xb7f9170 s Context>handleSignal:
         0xb803a58 s Context>handleSignal:
         0xb80e340 s Context>handleSignal:
         0xb818c28 s Context>handleSignal:
         0xb823510 s Context>handleSignal:
         0xb82ddf8 s Context>handleSignal:
         0xb8386e0 s Context>handleSignal:
         0xb842fc8 s Context>handleSignal:
         0xb84d8b0 s Context>handleSignal:
         0xb858198 s Context>handleSignal:
         0xb862a80 s Context>handleSignal:
         0xb86d368 s Context>handleSignal:
         0xb877c50 s Context>handleSignal:
         0xb882538 s Context>handleSignal:
         0xb88ce20 s Context>handleSignal:
         0xb897708 s Context>handleSignal:
         0xb8a1ff0 s Context>handleSignal:
         0xb8ac8d8 s Context>handleSignal:
         0xb8b71c0 s Context>handleSignal:
         0xb8c1aa8 s Context>handleSignal:
         0xb8cc390 s Context>handleSignal:
         0xb8d6c78 s Context>handleSignal:
         0xb8e1560 s Context>handleSignal:
         0xb8ebe48 s Context>handleSignal:
         0xb8f6730 s Context>handleSignal:
         0xb901018 s Context>handleSignal:
         0xb90b900 s Context>handleSignal:
         0xb9161e8 s Context>handleSignal:
         0xb920ad0 s Context>handleSignal:
         0xb92b3b8 s Context>handleSignal:
         0xb935ca0 s Context>handleSignal:
         0xb940588 s Context>handleSignal:
         0xb94ae70 s Context>handleSignal:
         0xb955758 s Context>handleSignal:
         0xb960040 s Context>handleSignal:
         0xb96a928 s Context>handleSignal:
         0xb975210 s Context>handleSignal:
         0xb97faf8 s Context>handleSignal:
         0xb98a3e0 s Context>handleSignal:
         0xb994cc8 s Context>handleSignal:
         0xb99f5b0 s Context>handleSignal:
         0xb9a9e98 s Context>handleSignal:
         0xb9b4780 s Context>handleSignal:
         0xb9bf068 s Context>handleSignal:
         0xb9c9950 s Context>handleSignal:
         0xb9d4238 s Context>handleSignal:
         0xb9deb20 s Context>handleSignal:
         0xb9e9408 s Context>handleSignal:
         0xb9f3cf0 s Context>handleSignal:
         0xb9fe5d8 s Context>handleSignal:
         0xba08ec0 s Context>handleSignal:
         0xba137a8 s Context>handleSignal:
         0xba1e090 s Context>handleSignal:
         0xba28978 s Context>handleSignal:
         0xba33260 s Context>handleSignal:
         0xba3db48 s Context>handleSignal:
         0xba44ab0 s Context>handleSignal:
         0xba49be8 s Context>handleSignal:
         0xba4ec68 s Context>handleSignal:
         0xba53c30 s Context>handleSignal:
         0xba58bf8 s Context>handleSignal:
         0xba5db08 s Context>handleSignal:
         0xba62960 s Context>handleSignal:
         0xba677b8 s Context>handleSignal:
         0xba6c558 s Context>handleSignal:
         0xba712f8 s Context>handleSignal:
         0xba75fe0 s Context>handleSignal:
         0xba7acc8 s Context>handleSignal:
         0xba7f9b0 s Context>handleSignal:
         0xba84698 s Context>handleSignal:
         0xba89380 s Context>handleSignal:
         0xba8e068 s Context>handleSignal:
         0xba92d50 s Context>handleSignal:
         0xba97a38 s Context>handleSignal:
         0xba9c720 s Context>handleSignal:
         0xbaa1408 s Context>handleSignal:
         0xbaa60f0 s Context>handleSignal:
         0xbaaadd8 s Context>handleSignal:
         0xbaafac0 s Context>handleSignal:
         0xbab47a8 s Context>handleSignal:
         0xbab9490 s Context>handleSignal:
         0xbabe178 s Context>handleSignal:
         0xbac2e60 s Context>handleSignal:
         0xbac7b48 s Context>handleSignal:
         0xbacc830 s Context>handleSignal:
         0xbad1518 s Context>handleSignal:
         0xbad6200 s Context>handleSignal:
         0xbadaee8 s Context>handleSignal:
         0xbadfbd0 s Context>handleSignal:
         0xbae48b8 s Context>handleSignal:
         0xbae95a0 s Context>handleSignal:
         0xbaee288 s Context>handleSignal:
         0xbaf2f70 s Context>handleSignal:
         0xbaf7c58 s Context>handleSignal:
         0xbafc940 s Context>handleSignal:
         0xbb01628 s Context>handleSignal:
         0xbb06310 s Context>handleSignal:
         0xbb0aff8 s Context>handleSignal:
         0xbb0fce0 s Context>handleSignal:
         0xbb149c8 s Context>handleSignal:
         0xbb196b0 s Context>handleSignal:
         0xbb1e398 s Context>handleSignal:
         0xbb23080 s Context>handleSignal:
         0xbb27d68 s Context>handleSignal:
         0xbb2ca50 s Context>handleSignal:
         0xbb31738 s Context>handleSignal:
         0xbb36420 s Context>handleSignal:
         0xbb3b108 s Context>handleSignal:
         0xbb3fdf0 s Context>handleSignal:
         0xbb44ad8 s Context>handleSignal:
         0xbb497c0 s Context>handleSignal:
         0xbb4e4a8 s Context>handleSignal:
         0xbb53190 s Context>handleSignal:
         0xbb57e78 s Context>handleSignal:
         0xbb5cb60 s Context>handleSignal:
         0xbb61848 s Context>handleSignal:
         0xbb66530 s Context>handleSignal:
         0xbb6b218 s Context>handleSignal:
         0xbb6ff00 s Context>handleSignal:
         0xbb74be8 s Context>handleSignal:
         0xbb798d0 s Context>handleSignal:
         0xbb7e5b8 s Context>handleSignal:
         0xbb832a0 s Context>handleSignal:
         0xbb87f88 s Context>handleSignal:
         0xbb8cc70 s Context>handleSignal:
         0xbb91958 s Context>handleSignal:
         0xbb96640 s Context>handleSignal:
         0xbb9b328 s Context>handleSignal:
         0xbb9ff58 s Context>handleSignal:
         0xbba4b88 s Context>handleSignal:
         0xbba97b8 s Context>handleSignal:
         0xbbae3e8 s Context>handleSignal:
         0xbbb3018 s Context>handleSignal:
         0xbbb7c48 s Context>handleSignal:
         0xbbbc878 s Context>handleSignal:
         0xbbc14a8 s Context>handleSignal:
         0xbbc60d8 s Context>handleSignal:
         0xbbcad08 s Context>handleSignal:
         0xbbcf938 s Context>handleSignal:
         0xbbd4568 s Context>handleSignal:
         0xbbd9198 s Context>handleSignal:
         0xbbdddc8 s Context>handleSignal:
         0xbbe29f8 s Context>handleSignal:
         0xbbe7628 s Context>handleSignal:
         0xbbec258 s Context>handleSignal:
         0xbbf0e88 s Context>handleSignal:
         0xbbf5ab8 s Context>handleSignal:
         0xbbfa6e8 s Context>handleSignal:
         0xbbff318 s Context>handleSignal:
         0xbc03f48 s Context>handleSignal:
         0xbc08b78 s Context>handleSignal:
         0xbc0d7a8 s Context>handleSignal:
         0xbc123d8 s Context>handleSignal:
         0xbc17008 s Context>handleSignal:
         0xbc1bc38 s Context>handleSignal:
         0xbc20868 s Context>handleSignal:
         0xbc25498 s Context>handleSignal:
         0xbc2a0c8 s Context>handleSignal:
         0xbc2ecf8 s Context>handleSignal:
         0xbc33928 s Context>handleSignal:
         0xbc38558 s Context>handleSignal:
         0xbc3d188 s Context>handleSignal:
         0xbc41db8 s Context>handleSignal:
         0xbc469e8 s Context>handleSignal:
         0xbc4b618 s Context>handleSignal:
         0xbc50248 s Context>handleSignal:
         0xbc54e78 s Context>handleSignal:
         0xbc59b78 s Context>handleSignal:
         0xbc5e7a8 s Context>handleSignal:
         0xbc633d8 s Context>handleSignal:
         0xbc68008 s Context>handleSignal:
         0xbc6cc38 s Context>handleSignal:
         0xbc71868 s Context>handleSignal:
         0xbc76498 s Context>handleSignal:
         0xbc7b0c8 s Context>handleSignal:
         0xbc7fcf8 s Context>handleSignal:
         0xbc84928 s Context>handleSignal:
         0xbc89558 s Context>handleSignal:
         0xbc8e188 s Context>handleSignal:
         0xbc92db8 s Context>handleSignal:
         0xbc979e8 s Context>handleSignal:
         0xbc9c618 s Context>handleSignal:
         0xbca1248 s Context>handleSignal:
         0xbca5e78 s Context>handleSignal:
         0xbcaaaa8 s Context>handleSignal:
         0xbcaf6d8 s Context>handleSignal:
         0xbcb4308 s Context>handleSignal:
         0xbcb8f38 s Context>handleSignal:
         0xbcbdb68 s Context>handleSignal:
         0xbcc2798 s Context>handleSignal:
         0xbcc73c8 s Context>handleSignal:
         0xbccbff8 s Context>handleSignal:
         0xbcd0c28 s Context>handleSignal:
         0xbcd5858 s Context>handleSignal:
         0xbcda488 s Context>handleSignal:
         0xbcdf0b8 s Context>handleSignal:
         0xbce3ce8 s Context>handleSignal:
         0xbce8918 s Context>handleSignal:
         0xbced548 s Context>handleSignal:
         0xbcf2178 s Context>handleSignal:
         0xbcf6da8 s Context>handleSignal:
         0xbcfb9d8 s Context>handleSignal:
         0xbd00608 s Context>handleSignal:
         0xbd05238 s Context>handleSignal:
         0xbd09e68 s Context>handleSignal:
         0xbd0ea98 s Context>handleSignal:
         0xbd136c8 s Context>handleSignal:
         0xbd182f8 s Context>handleSignal:
         0xbd1cf28 s Context>handleSignal:
         0xbd21b58 s Context>handleSignal:
         0xbd26788 s Context>handleSignal:
         0xbd2b3b8 s Context>handleSignal:
         0xbd2ffe8 s Context>handleSignal:
         0xbd34c18 s Context>handleSignal:
         0xbd39848 s Context>handleSignal:
         0xbd3e478 s Context>handleSignal:
         0xbd430a8 s Context>handleSignal:
         0xbd47cd8 s Context>handleSignal:
         0xbd4c908 s Context>handleSignal:
         0xbd51538 s Context>handleSignal:
         0xbd56168 s Context>handleSignal:
         0xbd5ad98 s Context>handleSignal:
         0xbd5f9c8 s Context>handleSignal:
         0xbd645f8 s Context>handleSignal:
         0xbd69228 s Context>handleSignal:
         0xbd6de58 s Context>handleSignal:
         0xbd72a88 s Context>handleSignal:
         0xbd776b8 s Context>handleSignal:
         0xbd7c2e8 s Context>handleSignal:
         0xbd80f18 s Context>handleSignal:
         0xbd85b48 s Context>handleSignal:
         0xbd8a778 s Context>handleSignal:
         0xbd8f3a8 s Context>handleSignal:
         0xbd93fd8 s Context>handleSignal:
         0xbd98c08 s Context>handleSignal:
         0xbd9d838 s Context>handleSignal:
         0xbda2468 s Context>handleSignal:
         0xbda7098 s Context>handleSignal:
         0xbdabcc8 s Context>handleSignal:
         0xbdb08f8 s Context>handleSignal:
         0xbdb5528 s Context>handleSignal:
         0xbdba158 s Context>handleSignal:
         0xbdbed88 s Context>handleSignal:
         0xbdc39b8 s Context>handleSignal:
         0xbdc85e8 s Context>handleSignal:
         0xbdcd218 s Context>handleSignal:
         0xbdd1e48 s Context>handleSignal:
         0xbdd6a78 s Context>handleSignal:
         0xbddb6a8 s Context>handleSignal:
         0xbde02d8 s Context>handleSignal:
         0xbde4f08 s Context>handleSignal:
         0xbde9b38 s Context>handleSignal:
         0xbdee768 s Context>handleSignal:
         0xbdf3398 s Context>handleSignal:
         0xbdf7fc8 s Context>handleSignal:
         0xbdfcbf8 s Context>handleSignal:
         0xbe01828 s Context>handleSignal:
         0xbe06458 s Context>handleSignal:
         0xbe0b088 s Context>handleSignal:
         0xbe0fcb8 s Context>handleSignal:
         0xbe148e8 s Context>handleSignal:
         0xbe19518 s Context>handleSignal:
         0xbe1e148 s Context>handleSignal:
         0xbe22d78 s Context>handleSignal:
         0xbe279a8 s Context>handleSignal:
         0xbe2c5d8 s Context>handleSignal:
         0xbe31208 s Context>handleSignal:
         0xbe35e38 s Context>handleSignal:
         0xbe3aa68 s Context>handleSignal:
         0xbe3f698 s Context>handleSignal:
         0xbe442c8 s Context>handleSignal:
         0xbe48ef8 s Context>handleSignal:
         0xbe4db28 s Context>handleSignal:
         0xbe52758 s Context>handleSignal:
         0xbe57388 s Context>handleSignal:
         0xbe5bfb8 s Context>handleSignal:
         0xbe60be8 s Context>handleSignal:
         0xbe65818 s Context>handleSignal:
         0xbe6a448 s Context>handleSignal:
         0xbe6f078 s Context>handleSignal:
         0xbe73ca8 s Context>handleSignal:
         0xbe788d8 s Context>handleSignal:
         0xbe7d508 s Context>handleSignal:
         0xbe82080 s Context>handleSignal:
         0xbe86b40 s Context>handleSignal:
         0xbe8b548 s Context>handleSignal:
         0xbe8fe98 s Context>handleSignal:
         0xbe94730 s Context>handleSignal:
         0xbe98f10 s Context>handleSignal:
         0xbe9d638 s Context>handleSignal:
         0xbea1ca8 s Context>handleSignal:
         0xbea6260 s Context>handleSignal:
         0xbeaa760 s Context>handleSignal:
         0xbeaeba8 s Context>handleSignal:
         0xbeb2f38 s Context>handleSignal:
         0xbeb7210 s Context>handleSignal:
         0xbebb430 s Context>handleSignal:
         0xbebf598 s Context>handleSignal:
         0xbec3648 s Context>handleSignal:
         0xbec7640 s Context>handleSignal:
         0xbecb580 s Context>handleSignal:
         0xbecf408 s Context>handleSignal:
         0xbed31d8 s Context>handleSignal:
         0xbed6ef0 s Context>handleSignal:
         0xbedab50 s Context>handleSignal:
         0xbede6f8 s Context>handleSignal:
         0xbee21e8 s Context>handleSignal:
         0xbee5b68 s Context>handleSignal:
         0xbee9430 s Context>handleSignal:
         0xbeecc40 s Context>handleSignal:
         0xbef0398 s Context>handleSignal:
         0xbef3a38 s Context>handleSignal:
         0xbef7020 s Context>handleSignal:
         0xbefa550 s Context>handleSignal:
         0xbefd9c8 s Context>handleSignal:
         0xbf00d88 s Context>handleSignal:
         0xbf04090 s Context>handleSignal:
         0xbf072e0 s Context>handleSignal:
         0xbf0a478 s Context>handleSignal:
         0xbf0d558 s Context>handleSignal:
         0xbf10580 s Context>handleSignal:
         0xbf134f0 s Context>handleSignal:
         0xbf163a8 s Context>handleSignal:
         0xbf191a8 s Context>handleSignal:
         0xbf1bef0 s Context>handleSignal:
         0xbf1eb80 s Context>handleSignal:
         0xbf21758 s Context>handleSignal:
         0xbf24278 s Context>handleSignal:
         0xbf86978 s Halt(Exception)>signal
         0xbfa2bf0 s Halt class(Exception class)>signal
         0xbfd5b78 s Halt class>now
         0xbfc7920 s FullBlockClosure(Object)>halt
         0xbff13c8 s FullBlockClosure>printOn:
         0xc014610 s Context>printOn:
         0xc03db80 s Context>printDebugOn:
         0xc03de60 s [] in Context>debugStack:on:
         0xc05af80 s OrderedCollection>do:
         0xbfc76a8 s Context>debugStack:on:
         0xbff1178 s Context>shortDebugStackOn:
         0xc0143d8 s [] in SmalltalkImage>logError:inContext:
         0xc03d8a0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf85eb0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa1e28 s SmalltalkImage>logStdErrorDuring:
         0xbfd4e70 s SmalltalkImage>logError:inContext:
         0xbffb680 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01e878 s FullBlockClosure(BlockClosure)>ensure:
         0xc04af88 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060a10 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d2b8 s Halt(Exception)>unhandledErrorAction
         0xc08a528 s Halt(UnhandledException)>defaultAction
         0xc0d8818 s UndefinedObject>handleSignal:
         0xc0d88d0 s Context>handleSignal:
         0xc0d8988 s Context>handleSignal:
         0xc0d8a40 s Context>handleSignal:
         0xc0d8af8 s Context>handleSignal:
         0xc0d8bb0 s Context>handleSignal:
         0xc0d8c68 s Context>handleSignal:
         0xc0d8d20 s Context>handleSignal:
         0xc0d8dd8 s Context>handleSignal:
         0xc0d8e90 s Context>handleSignal:
         0xc0d8f48 s Context>handleSignal:
         0xc106170 s Context>handleSignal:
         0xc111890 s Context>handleSignal:
         0xc11c738 s Context>handleSignal:
         0xc127020 s Context>handleSignal:
         0xc131850 s Context>handleSignal:
         0xc13c080 s Context>handleSignal:
         0xc1468b0 s Context>handleSignal:
         0xc1510e0 s Context>handleSignal:
         0xc15b910 s Context>handleSignal:
         0xc166140 s Context>handleSignal:
         0xc170970 s Context>handleSignal:
         0xc17b1a0 s Context>handleSignal:
         0xc1859d0 s Context>handleSignal:
         0xc190200 s Context>handleSignal:
         0xc19aa30 s Context>handleSignal:
         0xc1a5260 s Context>handleSignal:
         0xc1afa90 s Context>handleSignal:
         0xc1ba2c0 s Context>handleSignal:
         0xc1c4af0 s Context>handleSignal:
         0xc1cf320 s Context>handleSignal:
         0xc1d9b50 s Context>handleSignal:
         0xc1e4380 s Context>handleSignal:
         0xc1eebb0 s Context>handleSignal:
         0xc1f93e0 s Context>handleSignal:
         0xc203c10 s Context>handleSignal:
         0xc20e440 s Context>handleSignal:
         0xc218c70 s Context>handleSignal:
         0xc2234a0 s Context>handleSignal:
         0xc22dcd0 s Context>handleSignal:
         0xc238500 s Context>handleSignal:
         0xc242d30 s Context>handleSignal:
         0xc24d560 s Context>handleSignal:
         0xc257d90 s Context>handleSignal:
         0xb7d9600 s Context>handleSignal:
         0xb7e3ee8 s Context>handleSignal:
         0xb7ee7d0 s Context>handleSignal:
         0xb7f90b8 s Context>handleSignal:
         0xb8039a0 s Context>handleSignal:
         0xb80e288 s Context>handleSignal:
         0xb818b70 s Context>handleSignal:
         0xb823458 s Context>handleSignal:
         0xb82dd40 s Context>handleSignal:
         0xb838628 s Context>handleSignal:
         0xb842f10 s Context>handleSignal:
         0xb84d7f8 s Context>handleSignal:
         0xb8580e0 s Context>handleSignal:
         0xb8629c8 s Context>handleSignal:
         0xb86d2b0 s Context>handleSignal:
         0xb877b98 s Context>handleSignal:
         0xb882480 s Context>handleSignal:
         0xb88cd68 s Context>handleSignal:
         0xb897650 s Context>handleSignal:
         0xb8a1f38 s Context>handleSignal:
         0xb8ac820 s Context>handleSignal:
         0xb8b7108 s Context>handleSignal:
         0xb8c19f0 s Context>handleSignal:
         0xb8cc2d8 s Context>handleSignal:
         0xb8d6bc0 s Context>handleSignal:
         0xb8e14a8 s Context>handleSignal:
         0xb8ebd90 s Context>handleSignal:
         0xb8f6678 s Context>handleSignal:
         0xb900f60 s Context>handleSignal:
         0xb90b848 s Context>handleSignal:
         0xb916130 s Context>handleSignal:
         0xb920a18 s Context>handleSignal:
         0xb92b300 s Context>handleSignal:
         0xb935be8 s Context>handleSignal:
         0xb9404d0 s Context>handleSignal:
         0xb94adb8 s Context>handleSignal:
         0xb9556a0 s Context>handleSignal:
         0xb95ff88 s Context>handleSignal:
         0xb96a870 s Context>handleSignal:
         0xb975158 s Context>handleSignal:
         0xb97fa40 s Context>handleSignal:
         0xb98a328 s Context>handleSignal:
         0xb994c10 s Context>handleSignal:
         0xb99f4f8 s Context>handleSignal:
         0xb9a9de0 s Context>handleSignal:
         0xb9b46c8 s Context>handleSignal:
         0xb9befb0 s Context>handleSignal:
         0xb9c9898 s Context>handleSignal:
         0xb9d4180 s Context>handleSignal:
         0xb9dea68 s Context>handleSignal:
         0xb9e9350 s Context>handleSignal:
         0xb9f3c38 s Context>handleSignal:
         0xb9fe520 s Context>handleSignal:
         0xba08e08 s Context>handleSignal:
         0xba136f0 s Context>handleSignal:
         0xba1dfd8 s Context>handleSignal:
         0xba288c0 s Context>handleSignal:
         0xba331a8 s Context>handleSignal:
         0xba3da90 s Context>handleSignal:
         0xba449f8 s Context>handleSignal:
         0xba49b30 s Context>handleSignal:
         0xba4ebb0 s Context>handleSignal:
         0xba53b78 s Context>handleSignal:
         0xba58b40 s Context>handleSignal:
         0xba5da50 s Context>handleSignal:
         0xba628a8 s Context>handleSignal:
         0xba67700 s Context>handleSignal:
         0xba6c4a0 s Context>handleSignal:
         0xba71240 s Context>handleSignal:
         0xba75f28 s Context>handleSignal:
         0xba7ac10 s Context>handleSignal:
         0xba7f8f8 s Context>handleSignal:
         0xba845e0 s Context>handleSignal:
         0xba892c8 s Context>handleSignal:
         0xba8dfb0 s Context>handleSignal:
         0xba92c98 s Context>handleSignal:
         0xba97980 s Context>handleSignal:
         0xba9c668 s Context>handleSignal:
         0xbaa1350 s Context>handleSignal:
         0xbaa6038 s Context>handleSignal:
         0xbaaad20 s Context>handleSignal:
         0xbaafa08 s Context>handleSignal:
         0xbab46f0 s Context>handleSignal:
         0xbab93d8 s Context>handleSignal:
         0xbabe0c0 s Context>handleSignal:
         0xbac2da8 s Context>handleSignal:
         0xbac7a90 s Context>handleSignal:
         0xbacc778 s Context>handleSignal:
         0xbad1460 s Context>handleSignal:
         0xbad6148 s Context>handleSignal:
         0xbadae30 s Context>handleSignal:
         0xbadfb18 s Context>handleSignal:
         0xbae4800 s Context>handleSignal:
         0xbae94e8 s Context>handleSignal:
         0xbaee1d0 s Context>handleSignal:
         0xbaf2eb8 s Context>handleSignal:
         0xbaf7ba0 s Context>handleSignal:
         0xbafc888 s Context>handleSignal:
         0xbb01570 s Context>handleSignal:
         0xbb06258 s Context>handleSignal:
         0xbb0af40 s Context>handleSignal:
         0xbb0fc28 s Context>handleSignal:
         0xbb14910 s Context>handleSignal:
         0xbb195f8 s Context>handleSignal:
         0xbb1e2e0 s Context>handleSignal:
         0xbb22fc8 s Context>handleSignal:
         0xbb27cb0 s Context>handleSignal:
         0xbb2c998 s Context>handleSignal:
         0xbb31680 s Context>handleSignal:
         0xbb36368 s Context>handleSignal:
         0xbb3b050 s Context>handleSignal:
         0xbb3fd38 s Context>handleSignal:
         0xbb44a20 s Context>handleSignal:
         0xbb49708 s Context>handleSignal:
         0xbb4e3f0 s Context>handleSignal:
         0xbb530d8 s Context>handleSignal:
         0xbb57dc0 s Context>handleSignal:
         0xbb5caa8 s Context>handleSignal:
         0xbb61790 s Context>handleSignal:
         0xbb66478 s Context>handleSignal:
         0xbb6b160 s Context>handleSignal:
         0xbb6fe48 s Context>handleSignal:
         0xbb74b30 s Context>handleSignal:
         0xbb79818 s Context>handleSignal:
         0xbb7e500 s Context>handleSignal:
         0xbb831e8 s Context>handleSignal:
         0xbb87ed0 s Context>handleSignal:
         0xbb8cbb8 s Context>handleSignal:
         0xbb918a0 s Context>handleSignal:
         0xbb96588 s Context>handleSignal:
         0xbb9b270 s Context>handleSignal:
         0xbb9fea0 s Context>handleSignal:
         0xbba4ad0 s Context>handleSignal:
         0xbba9700 s Context>handleSignal:
         0xbbae330 s Context>handleSignal:
         0xbbb2f60 s Context>handleSignal:
         0xbbb7b90 s Context>handleSignal:
         0xbbbc7c0 s Context>handleSignal:
         0xbbc13f0 s Context>handleSignal:
         0xbbc6020 s Context>handleSignal:
         0xbbcac50 s Context>handleSignal:
         0xbbcf880 s Context>handleSignal:
         0xbbd44b0 s Context>handleSignal:
         0xbbd90e0 s Context>handleSignal:
         0xbbddd10 s Context>handleSignal:
         0xbbe2940 s Context>handleSignal:
         0xbbe7570 s Context>handleSignal:
         0xbbec1a0 s Context>handleSignal:
         0xbbf0dd0 s Context>handleSignal:
         0xbbf5a00 s Context>handleSignal:
         0xbbfa630 s Context>handleSignal:
         0xbbff260 s Context>handleSignal:
         0xbc03e90 s Context>handleSignal:
         0xbc08ac0 s Context>handleSignal:
         0xbc0d6f0 s Context>handleSignal:
         0xbc12320 s Context>handleSignal:
         0xbc16f50 s Context>handleSignal:
         0xbc1bb80 s Context>handleSignal:
         0xbc207b0 s Context>handleSignal:
         0xbc253e0 s Context>handleSignal:
         0xbc2a010 s Context>handleSignal:
         0xbc2ec40 s Context>handleSignal:
         0xbc33870 s Context>handleSignal:
         0xbc384a0 s Context>handleSignal:
         0xbc3d0d0 s Context>handleSignal:
         0xbc41d00 s Context>handleSignal:
         0xbc46930 s Context>handleSignal:
         0xbc4b560 s Context>handleSignal:
         0xbc50190 s Context>handleSignal:
         0xbc54dc0 s Context>handleSignal:
         0xbc59ac0 s Context>handleSignal:
         0xbc5e6f0 s Context>handleSignal:
         0xbc63320 s Context>handleSignal:
         0xbc67f50 s Context>handleSignal:
         0xbc6cb80 s Context>handleSignal:
         0xbc717b0 s Context>handleSignal:
         0xbc763e0 s Context>handleSignal:
         0xbc7b010 s Context>handleSignal:
         0xbc7fc40 s Context>handleSignal:
         0xbc84870 s Context>handleSignal:
         0xbc894a0 s Context>handleSignal:
         0xbc8e0d0 s Context>handleSignal:
         0xbc92d00 s Context>handleSignal:
         0xbc97930 s Context>handleSignal:
         0xbc9c560 s Context>handleSignal:
         0xbca1190 s Context>handleSignal:
         0xbca5dc0 s Context>handleSignal:
         0xbcaa9f0 s Context>handleSignal:
         0xbcaf620 s Context>handleSignal:
         0xbcb4250 s Context>handleSignal:
         0xbcb8e80 s Context>handleSignal:
         0xbcbdab0 s Context>handleSignal:
         0xbcc26e0 s Context>handleSignal:
         0xbcc7310 s Context>handleSignal:
         0xbccbf40 s Context>handleSignal:
         0xbcd0b70 s Context>handleSignal:
         0xbcd57a0 s Context>handleSignal:
         0xbcda3d0 s Context>handleSignal:
         0xbcdf000 s Context>handleSignal:
         0xbce3c30 s Context>handleSignal:
         0xbce8860 s Context>handleSignal:
         0xbced490 s Context>handleSignal:
         0xbcf20c0 s Context>handleSignal:
         0xbcf6cf0 s Context>handleSignal:
         0xbcfb920 s Context>handleSignal:
         0xbd00550 s Context>handleSignal:
         0xbd05180 s Context>handleSignal:
         0xbd09db0 s Context>handleSignal:
         0xbd0e9e0 s Context>handleSignal:
         0xbd13610 s Context>handleSignal:
         0xbd18240 s Context>handleSignal:
         0xbd1ce70 s Context>handleSignal:
         0xbd21aa0 s Context>handleSignal:
         0xbd266d0 s Context>handleSignal:
         0xbd2b300 s Context>handleSignal:
         0xbd2ff30 s Context>handleSignal:
         0xbd34b60 s Context>handleSignal:
         0xbd39790 s Context>handleSignal:
         0xbd3e3c0 s Context>handleSignal:
         0xbd42ff0 s Context>handleSignal:
         0xbd47c20 s Context>handleSignal:
         0xbd4c850 s Context>handleSignal:
         0xbd51480 s Context>handleSignal:
         0xbd560b0 s Context>handleSignal:
         0xbd5ace0 s Context>handleSignal:
         0xbd5f910 s Context>handleSignal:
         0xbd64540 s Context>handleSignal:
         0xbd69170 s Context>handleSignal:
         0xbd6dda0 s Context>handleSignal:
         0xbd729d0 s Context>handleSignal:
         0xbd77600 s Context>handleSignal:
         0xbd7c230 s Context>handleSignal:
         0xbd80e60 s Context>handleSignal:
         0xbd85a90 s Context>handleSignal:
         0xbd8a6c0 s Context>handleSignal:
         0xbd8f2f0 s Context>handleSignal:
         0xbd93f20 s Context>handleSignal:
         0xbd98b50 s Context>handleSignal:
         0xbd9d780 s Context>handleSignal:
         0xbda23b0 s Context>handleSignal:
         0xbda6fe0 s Context>handleSignal:
         0xbdabc10 s Context>handleSignal:
         0xbdb0840 s Context>handleSignal:
         0xbdb5470 s Context>handleSignal:
         0xbdba0a0 s Context>handleSignal:
         0xbdbecd0 s Context>handleSignal:
         0xbdc3900 s Context>handleSignal:
         0xbdc8530 s Context>handleSignal:
         0xbdcd160 s Context>handleSignal:
         0xbdd1d90 s Context>handleSignal:
         0xbdd69c0 s Context>handleSignal:
         0xbddb5f0 s Context>handleSignal:
         0xbde0220 s Context>handleSignal:
         0xbde4e50 s Context>handleSignal:
         0xbde9a80 s Context>handleSignal:
         0xbdee6b0 s Context>handleSignal:
         0xbdf32e0 s Context>handleSignal:
         0xbdf7f10 s Context>handleSignal:
         0xbdfcb40 s Context>handleSignal:
         0xbe01770 s Context>handleSignal:
         0xbe063a0 s Context>handleSignal:
         0xbe0afd0 s Context>handleSignal:
         0xbe0fc00 s Context>handleSignal:
         0xbe14830 s Context>handleSignal:
         0xbe19460 s Context>handleSignal:
         0xbe1e090 s Context>handleSignal:
         0xbe22cc0 s Context>handleSignal:
         0xbe278f0 s Context>handleSignal:
         0xbe2c520 s Context>handleSignal:
         0xbe31150 s Context>handleSignal:
         0xbe35d80 s Context>handleSignal:
         0xbe3a9b0 s Context>handleSignal:
         0xbe3f5e0 s Context>handleSignal:
         0xbe44210 s Context>handleSignal:
         0xbe48e40 s Context>handleSignal:
         0xbe4da70 s Context>handleSignal:
         0xbe526a0 s Context>handleSignal:
         0xbe572d0 s Context>handleSignal:
         0xbe5bf00 s Context>handleSignal:
         0xbe60b30 s Context>handleSignal:
         0xbe65760 s Context>handleSignal:
         0xbe6a390 s Context>handleSignal:
         0xbe6efc0 s Context>handleSignal:
         0xbe73bf0 s Context>handleSignal:
         0xbe78820 s Context>handleSignal:
         0xbe7d450 s Context>handleSignal:
         0xbe81fc8 s Context>handleSignal:
         0xbe86a88 s Context>handleSignal:
         0xbe8b490 s Context>handleSignal:
         0xbe8fde0 s Context>handleSignal:
         0xbe94678 s Context>handleSignal:
         0xbe98e58 s Context>handleSignal:
         0xbe9d580 s Context>handleSignal:
         0xbea1bf0 s Context>handleSignal:
         0xbea61a8 s Context>handleSignal:
         0xbeaa6a8 s Context>handleSignal:
         0xbeaeaf0 s Context>handleSignal:
         0xbeb2e80 s Context>handleSignal:
         0xbeb7158 s Context>handleSignal:
         0xbebb378 s Context>handleSignal:
         0xbebf4e0 s Context>handleSignal:
         0xbec3590 s Context>handleSignal:
         0xbec7588 s Context>handleSignal:
         0xbecb4c8 s Context>handleSignal:
         0xbecf350 s Context>handleSignal:
         0xbed3120 s Context>handleSignal:
         0xbed6e38 s Context>handleSignal:
         0xbedaa98 s Context>handleSignal:
         0xbede640 s Context>handleSignal:
         0xbee2130 s Context>handleSignal:
         0xbee5ab0 s Context>handleSignal:
         0xbee9378 s Context>handleSignal:
         0xbeecb88 s Context>handleSignal:
         0xbef02e0 s Context>handleSignal:
         0xbef3980 s Context>handleSignal:
         0xbef6f68 s Context>handleSignal:
         0xbefa498 s Context>handleSignal:
         0xbefd910 s Context>handleSignal:
         0xbf00cd0 s Context>handleSignal:
         0xbf03fd8 s Context>handleSignal:
         0xbf07228 s Context>handleSignal:
         0xbf0a3c0 s Context>handleSignal:
         0xbf0d4a0 s Context>handleSignal:
         0xbf104c8 s Context>handleSignal:
         0xbf13438 s Context>handleSignal:
         0xbf162f0 s Context>handleSignal:
         0xbf190f0 s Context>handleSignal:
         0xbf1be38 s Context>handleSignal:
         0xbf1eac8 s Context>handleSignal:
         0xbf216a0 s Context>handleSignal:
         0xbf86808 s Halt(Exception)>signal
         0xbfa2a20 s Halt class(Exception class)>signal
         0xbfd59c0 s Halt class>now
         0xbfc7760 s FullBlockClosure(Object)>halt
         0xbff1230 s FullBlockClosure>printOn:
         0xc014490 s Context>printOn:
         0xc03d958 s Context>printDebugOn:
         0xc03dc38 s [] in Context>debugStack:on:
         0xc05aec8 s OrderedCollection>do:
         0xbfc74e8 s Context>debugStack:on:
         0xbff0fe0 s Context>shortDebugStackOn:
         0xc014258 s [] in SmalltalkImage>logError:inContext:
         0xc03d678 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf85d40 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa1c58 s SmalltalkImage>logStdErrorDuring:
         0xbfd4cb8 s SmalltalkImage>logError:inContext:
         0xbffb5b8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01e788 s FullBlockClosure(BlockClosure)>ensure:
         0xc04aea8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060958 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d200 s Halt(Exception)>unhandledErrorAction
         0xc08a470 s Halt(UnhandledException)>defaultAction
         0xc0d8030 s UndefinedObject>handleSignal:
         0xc0d80e8 s Context>handleSignal:
         0xc0d81a0 s Context>handleSignal:
         0xc0d8258 s Context>handleSignal:
         0xc0d8310 s Context>handleSignal:
         0xc0d83c8 s Context>handleSignal:
         0xc0d8480 s Context>handleSignal:
         0xc0d8538 s Context>handleSignal:
         0xc0d85f0 s Context>handleSignal:
         0xc0d86a8 s Context>handleSignal:
         0xc0d8760 s Context>handleSignal:
         0xc1060b8 s Context>handleSignal:
         0xc1117d8 s Context>handleSignal:
         0xc11c680 s Context>handleSignal:
         0xc126f68 s Context>handleSignal:
         0xc131798 s Context>handleSignal:
         0xc13bfc8 s Context>handleSignal:
         0xc1467f8 s Context>handleSignal:
         0xc151028 s Context>handleSignal:
         0xc15b858 s Context>handleSignal:
         0xc166088 s Context>handleSignal:
         0xc1708b8 s Context>handleSignal:
         0xc17b0e8 s Context>handleSignal:
         0xc185918 s Context>handleSignal:
         0xc190148 s Context>handleSignal:
         0xc19a978 s Context>handleSignal:
         0xc1a51a8 s Context>handleSignal:
         0xc1af9d8 s Context>handleSignal:
         0xc1ba208 s Context>handleSignal:
         0xc1c4a38 s Context>handleSignal:
         0xc1cf268 s Context>handleSignal:
         0xc1d9a98 s Context>handleSignal:
         0xc1e42c8 s Context>handleSignal:
         0xc1eeaf8 s Context>handleSignal:
         0xc1f9328 s Context>handleSignal:
         0xc203b58 s Context>handleSignal:
         0xc20e388 s Context>handleSignal:
         0xc218bb8 s Context>handleSignal:
         0xc2233e8 s Context>handleSignal:
         0xc22dc18 s Context>handleSignal:
         0xc238448 s Context>handleSignal:
         0xc242c78 s Context>handleSignal:
         0xc24d4a8 s Context>handleSignal:
         0xc257cd8 s Context>handleSignal:
         0xb7d9548 s Context>handleSignal:
         0xb7e3e30 s Context>handleSignal:
         0xb7ee718 s Context>handleSignal:
         0xb7f9000 s Context>handleSignal:
         0xb8038e8 s Context>handleSignal:
         0xb80e1d0 s Context>handleSignal:
         0xb818ab8 s Context>handleSignal:
         0xb8233a0 s Context>handleSignal:
         0xb82dc88 s Context>handleSignal:
         0xb838570 s Context>handleSignal:
         0xb842e58 s Context>handleSignal:
         0xb84d740 s Context>handleSignal:
         0xb858028 s Context>handleSignal:
         0xb862910 s Context>handleSignal:
         0xb86d1f8 s Context>handleSignal:
         0xb877ae0 s Context>handleSignal:
         0xb8823c8 s Context>handleSignal:
         0xb88ccb0 s Context>handleSignal:
         0xb897598 s Context>handleSignal:
         0xb8a1e80 s Context>handleSignal:
         0xb8ac768 s Context>handleSignal:
         0xb8b7050 s Context>handleSignal:
         0xb8c1938 s Context>handleSignal:
         0xb8cc220 s Context>handleSignal:
         0xb8d6b08 s Context>handleSignal:
         0xb8e13f0 s Context>handleSignal:
         0xb8ebcd8 s Context>handleSignal:
         0xb8f65c0 s Context>handleSignal:
         0xb900ea8 s Context>handleSignal:
         0xb90b790 s Context>handleSignal:
         0xb916078 s Context>handleSignal:
         0xb920960 s Context>handleSignal:
         0xb92b248 s Context>handleSignal:
         0xb935b30 s Context>handleSignal:
         0xb940418 s Context>handleSignal:
         0xb94ad00 s Context>handleSignal:
         0xb9555e8 s Context>handleSignal:
         0xb95fed0 s Context>handleSignal:
         0xb96a7b8 s Context>handleSignal:
         0xb9750a0 s Context>handleSignal:
         0xb97f988 s Context>handleSignal:
         0xb98a270 s Context>handleSignal:
         0xb994b58 s Context>handleSignal:
         0xb99f440 s Context>handleSignal:
         0xb9a9d28 s Context>handleSignal:
         0xb9b4610 s Context>handleSignal:
         0xb9beef8 s Context>handleSignal:
         0xb9c97e0 s Context>handleSignal:
         0xb9d40c8 s Context>handleSignal:
         0xb9de9b0 s Context>handleSignal:
         0xb9e9298 s Context>handleSignal:
         0xb9f3b80 s Context>handleSignal:
         0xb9fe468 s Context>handleSignal:
         0xba08d50 s Context>handleSignal:
         0xba13638 s Context>handleSignal:
         0xba1df20 s Context>handleSignal:
         0xba28808 s Context>handleSignal:
         0xba330f0 s Context>handleSignal:
         0xba3d9d8 s Context>handleSignal:
         0xba44940 s Context>handleSignal:
         0xba49a78 s Context>handleSignal:
         0xba4eaf8 s Context>handleSignal:
         0xba53ac0 s Context>handleSignal:
         0xba58a88 s Context>handleSignal:
         0xba5d998 s Context>handleSignal:
         0xba627f0 s Context>handleSignal:
         0xba67648 s Context>handleSignal:
         0xba6c3e8 s Context>handleSignal:
         0xba71188 s Context>handleSignal:
         0xba75e70 s Context>handleSignal:
         0xba7ab58 s Context>handleSignal:
         0xba7f840 s Context>handleSignal:
         0xba84528 s Context>handleSignal:
         0xba89210 s Context>handleSignal:
         0xba8def8 s Context>handleSignal:
         0xba92be0 s Context>handleSignal:
         0xba978c8 s Context>handleSignal:
         0xba9c5b0 s Context>handleSignal:
         0xbaa1298 s Context>handleSignal:
         0xbaa5f80 s Context>handleSignal:
         0xbaaac68 s Context>handleSignal:
         0xbaaf950 s Context>handleSignal:
         0xbab4638 s Context>handleSignal:
         0xbab9320 s Context>handleSignal:
         0xbabe008 s Context>handleSignal:
         0xbac2cf0 s Context>handleSignal:
         0xbac79d8 s Context>handleSignal:
         0xbacc6c0 s Context>handleSignal:
         0xbad13a8 s Context>handleSignal:
         0xbad6090 s Context>handleSignal:
         0xbadad78 s Context>handleSignal:
         0xbadfa60 s Context>handleSignal:
         0xbae4748 s Context>handleSignal:
         0xbae9430 s Context>handleSignal:
         0xbaee118 s Context>handleSignal:
         0xbaf2e00 s Context>handleSignal:
         0xbaf7ae8 s Context>handleSignal:
         0xbafc7d0 s Context>handleSignal:
         0xbb014b8 s Context>handleSignal:
         0xbb061a0 s Context>handleSignal:
         0xbb0ae88 s Context>handleSignal:
         0xbb0fb70 s Context>handleSignal:
         0xbb14858 s Context>handleSignal:
         0xbb19540 s Context>handleSignal:
         0xbb1e228 s Context>handleSignal:
         0xbb22f10 s Context>handleSignal:
         0xbb27bf8 s Context>handleSignal:
         0xbb2c8e0 s Context>handleSignal:
         0xbb315c8 s Context>handleSignal:
         0xbb362b0 s Context>handleSignal:
         0xbb3af98 s Context>handleSignal:
         0xbb3fc80 s Context>handleSignal:
         0xbb44968 s Context>handleSignal:
         0xbb49650 s Context>handleSignal:
         0xbb4e338 s Context>handleSignal:
         0xbb53020 s Context>handleSignal:
         0xbb57d08 s Context>handleSignal:
         0xbb5c9f0 s Context>handleSignal:
         0xbb616d8 s Context>handleSignal:
         0xbb663c0 s Context>handleSignal:
         0xbb6b0a8 s Context>handleSignal:
         0xbb6fd90 s Context>handleSignal:
         0xbb74a78 s Context>handleSignal:
         0xbb79760 s Context>handleSignal:
         0xbb7e448 s Context>handleSignal:
         0xbb83130 s Context>handleSignal:
         0xbb87e18 s Context>handleSignal:
         0xbb8cb00 s Context>handleSignal:
         0xbb917e8 s Context>handleSignal:
         0xbb964d0 s Context>handleSignal:
         0xbb9b1b8 s Context>handleSignal:
         0xbb9fde8 s Context>handleSignal:
         0xbba4a18 s Context>handleSignal:
         0xbba9648 s Context>handleSignal:
         0xbbae278 s Context>handleSignal:
         0xbbb2ea8 s Context>handleSignal:
         0xbbb7ad8 s Context>handleSignal:
         0xbbbc708 s Context>handleSignal:
         0xbbc1338 s Context>handleSignal:
         0xbbc5f68 s Context>handleSignal:
         0xbbcab98 s Context>handleSignal:
         0xbbcf7c8 s Context>handleSignal:
         0xbbd43f8 s Context>handleSignal:
         0xbbd9028 s Context>handleSignal:
         0xbbddc58 s Context>handleSignal:
         0xbbe2888 s Context>handleSignal:
         0xbbe74b8 s Context>handleSignal:
         0xbbec0e8 s Context>handleSignal:
         0xbbf0d18 s Context>handleSignal:
         0xbbf5948 s Context>handleSignal:
         0xbbfa578 s Context>handleSignal:
         0xbbff1a8 s Context>handleSignal:
         0xbc03dd8 s Context>handleSignal:
         0xbc08a08 s Context>handleSignal:
         0xbc0d638 s Context>handleSignal:
         0xbc12268 s Context>handleSignal:
         0xbc16e98 s Context>handleSignal:
         0xbc1bac8 s Context>handleSignal:
         0xbc206f8 s Context>handleSignal:
         0xbc25328 s Context>handleSignal:
         0xbc29f58 s Context>handleSignal:
         0xbc2eb88 s Context>handleSignal:
         0xbc337b8 s Context>handleSignal:
         0xbc383e8 s Context>handleSignal:
         0xbc3d018 s Context>handleSignal:
         0xbc41c48 s Context>handleSignal:
         0xbc46878 s Context>handleSignal:
         0xbc4b4a8 s Context>handleSignal:
         0xbc500d8 s Context>handleSignal:
         0xbc54d08 s Context>handleSignal:
         0xbc59a08 s Context>handleSignal:
         0xbc5e638 s Context>handleSignal:
         0xbc63268 s Context>handleSignal:
         0xbc67e98 s Context>handleSignal:
         0xbc6cac8 s Context>handleSignal:
         0xbc716f8 s Context>handleSignal:
         0xbc76328 s Context>handleSignal:
         0xbc7af58 s Context>handleSignal:
         0xbc7fb88 s Context>handleSignal:
         0xbc847b8 s Context>handleSignal:
         0xbc893e8 s Context>handleSignal:
         0xbc8e018 s Context>handleSignal:
         0xbc92c48 s Context>handleSignal:
         0xbc97878 s Context>handleSignal:
         0xbc9c4a8 s Context>handleSignal:
         0xbca10d8 s Context>handleSignal:
         0xbca5d08 s Context>handleSignal:
         0xbcaa938 s Context>handleSignal:
         0xbcaf568 s Context>handleSignal:
         0xbcb4198 s Context>handleSignal:
         0xbcb8dc8 s Context>handleSignal:
         0xbcbd9f8 s Context>handleSignal:
         0xbcc2628 s Context>handleSignal:
         0xbcc7258 s Context>handleSignal:
         0xbccbe88 s Context>handleSignal:
         0xbcd0ab8 s Context>handleSignal:
         0xbcd56e8 s Context>handleSignal:
         0xbcda318 s Context>handleSignal:
         0xbcdef48 s Context>handleSignal:
         0xbce3b78 s Context>handleSignal:
         0xbce87a8 s Context>handleSignal:
         0xbced3d8 s Context>handleSignal:
         0xbcf2008 s Context>handleSignal:
         0xbcf6c38 s Context>handleSignal:
         0xbcfb868 s Context>handleSignal:
         0xbd00498 s Context>handleSignal:
         0xbd050c8 s Context>handleSignal:
         0xbd09cf8 s Context>handleSignal:
         0xbd0e928 s Context>handleSignal:
         0xbd13558 s Context>handleSignal:
         0xbd18188 s Context>handleSignal:
         0xbd1cdb8 s Context>handleSignal:
         0xbd219e8 s Context>handleSignal:
         0xbd26618 s Context>handleSignal:
         0xbd2b248 s Context>handleSignal:
         0xbd2fe78 s Context>handleSignal:
         0xbd34aa8 s Context>handleSignal:
         0xbd396d8 s Context>handleSignal:
         0xbd3e308 s Context>handleSignal:
         0xbd42f38 s Context>handleSignal:
         0xbd47b68 s Context>handleSignal:
         0xbd4c798 s Context>handleSignal:
         0xbd513c8 s Context>handleSignal:
         0xbd55ff8 s Context>handleSignal:
         0xbd5ac28 s Context>handleSignal:
         0xbd5f858 s Context>handleSignal:
         0xbd64488 s Context>handleSignal:
         0xbd690b8 s Context>handleSignal:
         0xbd6dce8 s Context>handleSignal:
         0xbd72918 s Context>handleSignal:
         0xbd77548 s Context>handleSignal:
         0xbd7c178 s Context>handleSignal:
         0xbd80da8 s Context>handleSignal:
         0xbd859d8 s Context>handleSignal:
         0xbd8a608 s Context>handleSignal:
         0xbd8f238 s Context>handleSignal:
         0xbd93e68 s Context>handleSignal:
         0xbd98a98 s Context>handleSignal:
         0xbd9d6c8 s Context>handleSignal:
         0xbda22f8 s Context>handleSignal:
         0xbda6f28 s Context>handleSignal:
         0xbdabb58 s Context>handleSignal:
         0xbdb0788 s Context>handleSignal:
         0xbdb53b8 s Context>handleSignal:
         0xbdb9fe8 s Context>handleSignal:
         0xbdbec18 s Context>handleSignal:
         0xbdc3848 s Context>handleSignal:
         0xbdc8478 s Context>handleSignal:
         0xbdcd0a8 s Context>handleSignal:
         0xbdd1cd8 s Context>handleSignal:
         0xbdd6908 s Context>handleSignal:
         0xbddb538 s Context>handleSignal:
         0xbde0168 s Context>handleSignal:
         0xbde4d98 s Context>handleSignal:
         0xbde99c8 s Context>handleSignal:
         0xbdee5f8 s Context>handleSignal:
         0xbdf3228 s Context>handleSignal:
         0xbdf7e58 s Context>handleSignal:
         0xbdfca88 s Context>handleSignal:
         0xbe016b8 s Context>handleSignal:
         0xbe062e8 s Context>handleSignal:
         0xbe0af18 s Context>handleSignal:
         0xbe0fb48 s Context>handleSignal:
         0xbe14778 s Context>handleSignal:
         0xbe193a8 s Context>handleSignal:
         0xbe1dfd8 s Context>handleSignal:
         0xbe22c08 s Context>handleSignal:
         0xbe27838 s Context>handleSignal:
         0xbe2c468 s Context>handleSignal:
         0xbe31098 s Context>handleSignal:
         0xbe35cc8 s Context>handleSignal:
         0xbe3a8f8 s Context>handleSignal:
         0xbe3f528 s Context>handleSignal:
         0xbe44158 s Context>handleSignal:
         0xbe48d88 s Context>handleSignal:
         0xbe4d9b8 s Context>handleSignal:
         0xbe525e8 s Context>handleSignal:
         0xbe57218 s Context>handleSignal:
         0xbe5be48 s Context>handleSignal:
         0xbe60a78 s Context>handleSignal:
         0xbe656a8 s Context>handleSignal:
         0xbe6a2d8 s Context>handleSignal:
         0xbe6ef08 s Context>handleSignal:
         0xbe73b38 s Context>handleSignal:
         0xbe78768 s Context>handleSignal:
         0xbe7d398 s Context>handleSignal:
         0xbe81f10 s Context>handleSignal:
         0xbe869d0 s Context>handleSignal:
         0xbe8b3d8 s Context>handleSignal:
         0xbe8fd28 s Context>handleSignal:
         0xbe945c0 s Context>handleSignal:
         0xbe98da0 s Context>handleSignal:
         0xbe9d4c8 s Context>handleSignal:
         0xbea1b38 s Context>handleSignal:
         0xbea60f0 s Context>handleSignal:
         0xbeaa5f0 s Context>handleSignal:
         0xbeaea38 s Context>handleSignal:
         0xbeb2dc8 s Context>handleSignal:
         0xbeb70a0 s Context>handleSignal:
         0xbebb2c0 s Context>handleSignal:
         0xbebf428 s Context>handleSignal:
         0xbec34d8 s Context>handleSignal:
         0xbec74d0 s Context>handleSignal:
         0xbecb410 s Context>handleSignal:
         0xbecf298 s Context>handleSignal:
         0xbed3068 s Context>handleSignal:
         0xbed6d80 s Context>handleSignal:
         0xbeda9e0 s Context>handleSignal:
         0xbede588 s Context>handleSignal:
         0xbee2078 s Context>handleSignal:
         0xbee59f8 s Context>handleSignal:
         0xbee92c0 s Context>handleSignal:
         0xbeecad0 s Context>handleSignal:
         0xbef0228 s Context>handleSignal:
         0xbef38c8 s Context>handleSignal:
         0xbef6eb0 s Context>handleSignal:
         0xbefa3e0 s Context>handleSignal:
         0xbefd858 s Context>handleSignal:
         0xbf00c18 s Context>handleSignal:
         0xbf03f20 s Context>handleSignal:
         0xbf07170 s Context>handleSignal:
         0xbf0a308 s Context>handleSignal:
         0xbf0d3e8 s Context>handleSignal:
         0xbf10410 s Context>handleSignal:
         0xbf13380 s Context>handleSignal:
         0xbf16238 s Context>handleSignal:
         0xbf19038 s Context>handleSignal:
         0xbf1bd80 s Context>handleSignal:
         0xbf1ea10 s Context>handleSignal:
         0xbf86698 s Halt(Exception)>signal
         0xbfa2850 s Halt class(Exception class)>signal
         0xbfd5808 s Halt class>now
         0xbfc75a0 s FullBlockClosure(Object)>halt
         0xbff1098 s FullBlockClosure>printOn:
         0xc014310 s Context>printOn:
         0xc03d730 s Context>printDebugOn:
         0xc03da10 s [] in Context>debugStack:on:
         0xc05ae10 s OrderedCollection>do:
         0xbfc7328 s Context>debugStack:on:
         0xbff0e48 s Context>shortDebugStackOn:
         0xc0140d8 s [] in SmalltalkImage>logError:inContext:
         0xc03d450 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf85bd0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa1a88 s SmalltalkImage>logStdErrorDuring:
         0xbfd4b00 s SmalltalkImage>logError:inContext:
         0xbffb4f0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01e698 s FullBlockClosure(BlockClosure)>ensure:
         0xc04adc8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0608a0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d148 s Halt(Exception)>unhandledErrorAction
         0xc08a3b8 s Halt(UnhandledException)>defaultAction
         0xc0d7848 s UndefinedObject>handleSignal:
         0xc0d7900 s Context>handleSignal:
         0xc0d79b8 s Context>handleSignal:
         0xc0d7a70 s Context>handleSignal:
         0xc0d7b28 s Context>handleSignal:
         0xc0d7be0 s Context>handleSignal:
         0xc0d7c98 s Context>handleSignal:
         0xc0d7d50 s Context>handleSignal:
         0xc0d7e08 s Context>handleSignal:
         0xc0d7ec0 s Context>handleSignal:
         0xc0d7f78 s Context>handleSignal:
         0xc106000 s Context>handleSignal:
         0xc111720 s Context>handleSignal:
         0xc11c5c8 s Context>handleSignal:
         0xc126eb0 s Context>handleSignal:
         0xc1316e0 s Context>handleSignal:
         0xc13bf10 s Context>handleSignal:
         0xc146740 s Context>handleSignal:
         0xc150f70 s Context>handleSignal:
         0xc15b7a0 s Context>handleSignal:
         0xc165fd0 s Context>handleSignal:
         0xc170800 s Context>handleSignal:
         0xc17b030 s Context>handleSignal:
         0xc185860 s Context>handleSignal:
         0xc190090 s Context>handleSignal:
         0xc19a8c0 s Context>handleSignal:
         0xc1a50f0 s Context>handleSignal:
         0xc1af920 s Context>handleSignal:
         0xc1ba150 s Context>handleSignal:
         0xc1c4980 s Context>handleSignal:
         0xc1cf1b0 s Context>handleSignal:
         0xc1d99e0 s Context>handleSignal:
         0xc1e4210 s Context>handleSignal:
         0xc1eea40 s Context>handleSignal:
         0xc1f9270 s Context>handleSignal:
         0xc203aa0 s Context>handleSignal:
         0xc20e2d0 s Context>handleSignal:
         0xc218b00 s Context>handleSignal:
         0xc223330 s Context>handleSignal:
         0xc22db60 s Context>handleSignal:
         0xc238390 s Context>handleSignal:
         0xc242bc0 s Context>handleSignal:
         0xc24d3f0 s Context>handleSignal:
         0xc257c20 s Context>handleSignal:
         0xb7d9490 s Context>handleSignal:
         0xb7e3d78 s Context>handleSignal:
         0xb7ee660 s Context>handleSignal:
         0xb7f8f48 s Context>handleSignal:
         0xb803830 s Context>handleSignal:
         0xb80e118 s Context>handleSignal:
         0xb818a00 s Context>handleSignal:
         0xb8232e8 s Context>handleSignal:
         0xb82dbd0 s Context>handleSignal:
         0xb8384b8 s Context>handleSignal:
         0xb842da0 s Context>handleSignal:
         0xb84d688 s Context>handleSignal:
         0xb857f70 s Context>handleSignal:
         0xb862858 s Context>handleSignal:
         0xb86d140 s Context>handleSignal:
         0xb877a28 s Context>handleSignal:
         0xb882310 s Context>handleSignal:
         0xb88cbf8 s Context>handleSignal:
         0xb8974e0 s Context>handleSignal:
         0xb8a1dc8 s Context>handleSignal:
         0xb8ac6b0 s Context>handleSignal:
         0xb8b6f98 s Context>handleSignal:
         0xb8c1880 s Context>handleSignal:
         0xb8cc168 s Context>handleSignal:
         0xb8d6a50 s Context>handleSignal:
         0xb8e1338 s Context>handleSignal:
         0xb8ebc20 s Context>handleSignal:
         0xb8f6508 s Context>handleSignal:
         0xb900df0 s Context>handleSignal:
         0xb90b6d8 s Context>handleSignal:
         0xb915fc0 s Context>handleSignal:
         0xb9208a8 s Context>handleSignal:
         0xb92b190 s Context>handleSignal:
         0xb935a78 s Context>handleSignal:
         0xb940360 s Context>handleSignal:
         0xb94ac48 s Context>handleSignal:
         0xb955530 s Context>handleSignal:
         0xb95fe18 s Context>handleSignal:
         0xb96a700 s Context>handleSignal:
         0xb974fe8 s Context>handleSignal:
         0xb97f8d0 s Context>handleSignal:
         0xb98a1b8 s Context>handleSignal:
         0xb994aa0 s Context>handleSignal:
         0xb99f388 s Context>handleSignal:
         0xb9a9c70 s Context>handleSignal:
         0xb9b4558 s Context>handleSignal:
         0xb9bee40 s Context>handleSignal:
         0xb9c9728 s Context>handleSignal:
         0xb9d4010 s Context>handleSignal:
         0xb9de8f8 s Context>handleSignal:
         0xb9e91e0 s Context>handleSignal:
         0xb9f3ac8 s Context>handleSignal:
         0xb9fe3b0 s Context>handleSignal:
         0xba08c98 s Context>handleSignal:
         0xba13580 s Context>handleSignal:
         0xba1de68 s Context>handleSignal:
         0xba28750 s Context>handleSignal:
         0xba33038 s Context>handleSignal:
         0xba3d920 s Context>handleSignal:
         0xba44888 s Context>handleSignal:
         0xba499c0 s Context>handleSignal:
         0xba4ea40 s Context>handleSignal:
         0xba53a08 s Context>handleSignal:
         0xba589d0 s Context>handleSignal:
         0xba5d8e0 s Context>handleSignal:
         0xba62738 s Context>handleSignal:
         0xba67590 s Context>handleSignal:
         0xba6c330 s Context>handleSignal:
         0xba710d0 s Context>handleSignal:
         0xba75db8 s Context>handleSignal:
         0xba7aaa0 s Context>handleSignal:
         0xba7f788 s Context>handleSignal:
         0xba84470 s Context>handleSignal:
         0xba89158 s Context>handleSignal:
         0xba8de40 s Context>handleSignal:
         0xba92b28 s Context>handleSignal:
         0xba97810 s Context>handleSignal:
         0xba9c4f8 s Context>handleSignal:
         0xbaa11e0 s Context>handleSignal:
         0xbaa5ec8 s Context>handleSignal:
         0xbaaabb0 s Context>handleSignal:
         0xbaaf898 s Context>handleSignal:
         0xbab4580 s Context>handleSignal:
         0xbab9268 s Context>handleSignal:
         0xbabdf50 s Context>handleSignal:
         0xbac2c38 s Context>handleSignal:
         0xbac7920 s Context>handleSignal:
         0xbacc608 s Context>handleSignal:
         0xbad12f0 s Context>handleSignal:
         0xbad5fd8 s Context>handleSignal:
         0xbadacc0 s Context>handleSignal:
         0xbadf9a8 s Context>handleSignal:
         0xbae4690 s Context>handleSignal:
         0xbae9378 s Context>handleSignal:
         0xbaee060 s Context>handleSignal:
         0xbaf2d48 s Context>handleSignal:
         0xbaf7a30 s Context>handleSignal:
         0xbafc718 s Context>handleSignal:
         0xbb01400 s Context>handleSignal:
         0xbb060e8 s Context>handleSignal:
         0xbb0add0 s Context>handleSignal:
         0xbb0fab8 s Context>handleSignal:
         0xbb147a0 s Context>handleSignal:
         0xbb19488 s Context>handleSignal:
         0xbb1e170 s Context>handleSignal:
         0xbb22e58 s Context>handleSignal:
         0xbb27b40 s Context>handleSignal:
         0xbb2c828 s Context>handleSignal:
         0xbb31510 s Context>handleSignal:
         0xbb361f8 s Context>handleSignal:
         0xbb3aee0 s Context>handleSignal:
         0xbb3fbc8 s Context>handleSignal:
         0xbb448b0 s Context>handleSignal:
         0xbb49598 s Context>handleSignal:
         0xbb4e280 s Context>handleSignal:
         0xbb52f68 s Context>handleSignal:
         0xbb57c50 s Context>handleSignal:
         0xbb5c938 s Context>handleSignal:
         0xbb61620 s Context>handleSignal:
         0xbb66308 s Context>handleSignal:
         0xbb6aff0 s Context>handleSignal:
         0xbb6fcd8 s Context>handleSignal:
         0xbb749c0 s Context>handleSignal:
         0xbb796a8 s Context>handleSignal:
         0xbb7e390 s Context>handleSignal:
         0xbb83078 s Context>handleSignal:
         0xbb87d60 s Context>handleSignal:
         0xbb8ca48 s Context>handleSignal:
         0xbb91730 s Context>handleSignal:
         0xbb96418 s Context>handleSignal:
         0xbb9b100 s Context>handleSignal:
         0xbb9fd30 s Context>handleSignal:
         0xbba4960 s Context>handleSignal:
         0xbba9590 s Context>handleSignal:
         0xbbae1c0 s Context>handleSignal:
         0xbbb2df0 s Context>handleSignal:
         0xbbb7a20 s Context>handleSignal:
         0xbbbc650 s Context>handleSignal:
         0xbbc1280 s Context>handleSignal:
         0xbbc5eb0 s Context>handleSignal:
         0xbbcaae0 s Context>handleSignal:
         0xbbcf710 s Context>handleSignal:
         0xbbd4340 s Context>handleSignal:
         0xbbd8f70 s Context>handleSignal:
         0xbbddba0 s Context>handleSignal:
         0xbbe27d0 s Context>handleSignal:
         0xbbe7400 s Context>handleSignal:
         0xbbec030 s Context>handleSignal:
         0xbbf0c60 s Context>handleSignal:
         0xbbf5890 s Context>handleSignal:
         0xbbfa4c0 s Context>handleSignal:
         0xbbff0f0 s Context>handleSignal:
         0xbc03d20 s Context>handleSignal:
         0xbc08950 s Context>handleSignal:
         0xbc0d580 s Context>handleSignal:
         0xbc121b0 s Context>handleSignal:
         0xbc16de0 s Context>handleSignal:
         0xbc1ba10 s Context>handleSignal:
         0xbc20640 s Context>handleSignal:
         0xbc25270 s Context>handleSignal:
         0xbc29ea0 s Context>handleSignal:
         0xbc2ead0 s Context>handleSignal:
         0xbc33700 s Context>handleSignal:
         0xbc38330 s Context>handleSignal:
         0xbc3cf60 s Context>handleSignal:
         0xbc41b90 s Context>handleSignal:
         0xbc467c0 s Context>handleSignal:
         0xbc4b3f0 s Context>handleSignal:
         0xbc50020 s Context>handleSignal:
         0xbc54c50 s Context>handleSignal:
         0xbc59950 s Context>handleSignal:
         0xbc5e580 s Context>handleSignal:
         0xbc631b0 s Context>handleSignal:
         0xbc67de0 s Context>handleSignal:
         0xbc6ca10 s Context>handleSignal:
         0xbc71640 s Context>handleSignal:
         0xbc76270 s Context>handleSignal:
         0xbc7aea0 s Context>handleSignal:
         0xbc7fad0 s Context>handleSignal:
         0xbc84700 s Context>handleSignal:
         0xbc89330 s Context>handleSignal:
         0xbc8df60 s Context>handleSignal:
         0xbc92b90 s Context>handleSignal:
         0xbc977c0 s Context>handleSignal:
         0xbc9c3f0 s Context>handleSignal:
         0xbca1020 s Context>handleSignal:
         0xbca5c50 s Context>handleSignal:
         0xbcaa880 s Context>handleSignal:
         0xbcaf4b0 s Context>handleSignal:
         0xbcb40e0 s Context>handleSignal:
         0xbcb8d10 s Context>handleSignal:
         0xbcbd940 s Context>handleSignal:
         0xbcc2570 s Context>handleSignal:
         0xbcc71a0 s Context>handleSignal:
         0xbccbdd0 s Context>handleSignal:
         0xbcd0a00 s Context>handleSignal:
         0xbcd5630 s Context>handleSignal:
         0xbcda260 s Context>handleSignal:
         0xbcdee90 s Context>handleSignal:
         0xbce3ac0 s Context>handleSignal:
         0xbce86f0 s Context>handleSignal:
         0xbced320 s Context>handleSignal:
         0xbcf1f50 s Context>handleSignal:
         0xbcf6b80 s Context>handleSignal:
         0xbcfb7b0 s Context>handleSignal:
         0xbd003e0 s Context>handleSignal:
         0xbd05010 s Context>handleSignal:
         0xbd09c40 s Context>handleSignal:
         0xbd0e870 s Context>handleSignal:
         0xbd134a0 s Context>handleSignal:
         0xbd180d0 s Context>handleSignal:
         0xbd1cd00 s Context>handleSignal:
         0xbd21930 s Context>handleSignal:
         0xbd26560 s Context>handleSignal:
         0xbd2b190 s Context>handleSignal:
         0xbd2fdc0 s Context>handleSignal:
         0xbd349f0 s Context>handleSignal:
         0xbd39620 s Context>handleSignal:
         0xbd3e250 s Context>handleSignal:
         0xbd42e80 s Context>handleSignal:
         0xbd47ab0 s Context>handleSignal:
         0xbd4c6e0 s Context>handleSignal:
         0xbd51310 s Context>handleSignal:
         0xbd55f40 s Context>handleSignal:
         0xbd5ab70 s Context>handleSignal:
         0xbd5f7a0 s Context>handleSignal:
         0xbd643d0 s Context>handleSignal:
         0xbd69000 s Context>handleSignal:
         0xbd6dc30 s Context>handleSignal:
         0xbd72860 s Context>handleSignal:
         0xbd77490 s Context>handleSignal:
         0xbd7c0c0 s Context>handleSignal:
         0xbd80cf0 s Context>handleSignal:
         0xbd85920 s Context>handleSignal:
         0xbd8a550 s Context>handleSignal:
         0xbd8f180 s Context>handleSignal:
         0xbd93db0 s Context>handleSignal:
         0xbd989e0 s Context>handleSignal:
         0xbd9d610 s Context>handleSignal:
         0xbda2240 s Context>handleSignal:
         0xbda6e70 s Context>handleSignal:
         0xbdabaa0 s Context>handleSignal:
         0xbdb06d0 s Context>handleSignal:
         0xbdb5300 s Context>handleSignal:
         0xbdb9f30 s Context>handleSignal:
         0xbdbeb60 s Context>handleSignal:
         0xbdc3790 s Context>handleSignal:
         0xbdc83c0 s Context>handleSignal:
         0xbdccff0 s Context>handleSignal:
         0xbdd1c20 s Context>handleSignal:
         0xbdd6850 s Context>handleSignal:
         0xbddb480 s Context>handleSignal:
         0xbde00b0 s Context>handleSignal:
         0xbde4ce0 s Context>handleSignal:
         0xbde9910 s Context>handleSignal:
         0xbdee540 s Context>handleSignal:
         0xbdf3170 s Context>handleSignal:
         0xbdf7da0 s Context>handleSignal:
         0xbdfc9d0 s Context>handleSignal:
         0xbe01600 s Context>handleSignal:
         0xbe06230 s Context>handleSignal:
         0xbe0ae60 s Context>handleSignal:
         0xbe0fa90 s Context>handleSignal:
         0xbe146c0 s Context>handleSignal:
         0xbe192f0 s Context>handleSignal:
         0xbe1df20 s Context>handleSignal:
         0xbe22b50 s Context>handleSignal:
         0xbe27780 s Context>handleSignal:
         0xbe2c3b0 s Context>handleSignal:
         0xbe30fe0 s Context>handleSignal:
         0xbe35c10 s Context>handleSignal:
         0xbe3a840 s Context>handleSignal:
         0xbe3f470 s Context>handleSignal:
         0xbe440a0 s Context>handleSignal:
         0xbe48cd0 s Context>handleSignal:
         0xbe4d900 s Context>handleSignal:
         0xbe52530 s Context>handleSignal:
         0xbe57160 s Context>handleSignal:
         0xbe5bd90 s Context>handleSignal:
         0xbe609c0 s Context>handleSignal:
         0xbe655f0 s Context>handleSignal:
         0xbe6a220 s Context>handleSignal:
         0xbe6ee50 s Context>handleSignal:
         0xbe73a80 s Context>handleSignal:
         0xbe786b0 s Context>handleSignal:
         0xbe7d2e0 s Context>handleSignal:
         0xbe81e58 s Context>handleSignal:
         0xbe86918 s Context>handleSignal:
         0xbe8b320 s Context>handleSignal:
         0xbe8fc70 s Context>handleSignal:
         0xbe94508 s Context>handleSignal:
         0xbe98ce8 s Context>handleSignal:
         0xbe9d410 s Context>handleSignal:
         0xbea1a80 s Context>handleSignal:
         0xbea6038 s Context>handleSignal:
         0xbeaa538 s Context>handleSignal:
         0xbeae980 s Context>handleSignal:
         0xbeb2d10 s Context>handleSignal:
         0xbeb6fe8 s Context>handleSignal:
         0xbebb208 s Context>handleSignal:
         0xbebf370 s Context>handleSignal:
         0xbec3420 s Context>handleSignal:
         0xbec7418 s Context>handleSignal:
         0xbecb358 s Context>handleSignal:
         0xbecf1e0 s Context>handleSignal:
         0xbed2fb0 s Context>handleSignal:
         0xbed6cc8 s Context>handleSignal:
         0xbeda928 s Context>handleSignal:
         0xbede4d0 s Context>handleSignal:
         0xbee1fc0 s Context>handleSignal:
         0xbee5940 s Context>handleSignal:
         0xbee9208 s Context>handleSignal:
         0xbeeca18 s Context>handleSignal:
         0xbef0170 s Context>handleSignal:
         0xbef3810 s Context>handleSignal:
         0xbef6df8 s Context>handleSignal:
         0xbefa328 s Context>handleSignal:
         0xbefd7a0 s Context>handleSignal:
         0xbf00b60 s Context>handleSignal:
         0xbf03e68 s Context>handleSignal:
         0xbf070b8 s Context>handleSignal:
         0xbf0a250 s Context>handleSignal:
         0xbf0d330 s Context>handleSignal:
         0xbf10358 s Context>handleSignal:
         0xbf132c8 s Context>handleSignal:
         0xbf16180 s Context>handleSignal:
         0xbf18f80 s Context>handleSignal:
         0xbf1bcc8 s Context>handleSignal:
         0xbf86528 s Halt(Exception)>signal
         0xbfa2680 s Halt class(Exception class)>signal
         0xbfd5650 s Halt class>now
         0xbfc73e0 s FullBlockClosure(Object)>halt
         0xbff0f00 s FullBlockClosure>printOn:
         0xc014190 s Context>printOn:
         0xc03d508 s Context>printDebugOn:
         0xc03d7e8 s [] in Context>debugStack:on:
         0xc05ad58 s OrderedCollection>do:
         0xbfc7168 s Context>debugStack:on:
         0xbff0cb0 s Context>shortDebugStackOn:
         0xc013f58 s [] in SmalltalkImage>logError:inContext:
         0xc03d228 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf85a60 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa18b8 s SmalltalkImage>logStdErrorDuring:
         0xbfd4948 s SmalltalkImage>logError:inContext:
         0xbffb428 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01e5a8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04ace8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0607e8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06d090 s Halt(Exception)>unhandledErrorAction
         0xc08a300 s Halt(UnhandledException)>defaultAction
         0xc0d7060 s UndefinedObject>handleSignal:
         0xc0d7118 s Context>handleSignal:
         0xc0d71d0 s Context>handleSignal:
         0xc0d7288 s Context>handleSignal:
         0xc0d7340 s Context>handleSignal:
         0xc0d73f8 s Context>handleSignal:
         0xc0d74b0 s Context>handleSignal:
         0xc0d7568 s Context>handleSignal:
         0xc0d7620 s Context>handleSignal:
         0xc0d76d8 s Context>handleSignal:
         0xc0d7790 s Context>handleSignal:
         0xc105f48 s Context>handleSignal:
         0xc111668 s Context>handleSignal:
         0xc11c510 s Context>handleSignal:
         0xc126df8 s Context>handleSignal:
         0xc131628 s Context>handleSignal:
         0xc13be58 s Context>handleSignal:
         0xc146688 s Context>handleSignal:
         0xc150eb8 s Context>handleSignal:
         0xc15b6e8 s Context>handleSignal:
         0xc165f18 s Context>handleSignal:
         0xc170748 s Context>handleSignal:
         0xc17af78 s Context>handleSignal:
         0xc1857a8 s Context>handleSignal:
         0xc18ffd8 s Context>handleSignal:
         0xc19a808 s Context>handleSignal:
         0xc1a5038 s Context>handleSignal:
         0xc1af868 s Context>handleSignal:
         0xc1ba098 s Context>handleSignal:
         0xc1c48c8 s Context>handleSignal:
         0xc1cf0f8 s Context>handleSignal:
         0xc1d9928 s Context>handleSignal:
         0xc1e4158 s Context>handleSignal:
         0xc1ee988 s Context>handleSignal:
         0xc1f91b8 s Context>handleSignal:
         0xc2039e8 s Context>handleSignal:
         0xc20e218 s Context>handleSignal:
         0xc218a48 s Context>handleSignal:
         0xc223278 s Context>handleSignal:
         0xc22daa8 s Context>handleSignal:
         0xc2382d8 s Context>handleSignal:
         0xc242b08 s Context>handleSignal:
         0xc24d338 s Context>handleSignal:
         0xc257b68 s Context>handleSignal:
         0xb7d93d8 s Context>handleSignal:
         0xb7e3cc0 s Context>handleSignal:
         0xb7ee5a8 s Context>handleSignal:
         0xb7f8e90 s Context>handleSignal:
         0xb803778 s Context>handleSignal:
         0xb80e060 s Context>handleSignal:
         0xb818948 s Context>handleSignal:
         0xb823230 s Context>handleSignal:
         0xb82db18 s Context>handleSignal:
         0xb838400 s Context>handleSignal:
         0xb842ce8 s Context>handleSignal:
         0xb84d5d0 s Context>handleSignal:
         0xb857eb8 s Context>handleSignal:
         0xb8627a0 s Context>handleSignal:
         0xb86d088 s Context>handleSignal:
         0xb877970 s Context>handleSignal:
         0xb882258 s Context>handleSignal:
         0xb88cb40 s Context>handleSignal:
         0xb897428 s Context>handleSignal:
         0xb8a1d10 s Context>handleSignal:
         0xb8ac5f8 s Context>handleSignal:
         0xb8b6ee0 s Context>handleSignal:
         0xb8c17c8 s Context>handleSignal:
         0xb8cc0b0 s Context>handleSignal:
         0xb8d6998 s Context>handleSignal:
         0xb8e1280 s Context>handleSignal:
         0xb8ebb68 s Context>handleSignal:
         0xb8f6450 s Context>handleSignal:
         0xb900d38 s Context>handleSignal:
         0xb90b620 s Context>handleSignal:
         0xb915f08 s Context>handleSignal:
         0xb9207f0 s Context>handleSignal:
         0xb92b0d8 s Context>handleSignal:
         0xb9359c0 s Context>handleSignal:
         0xb9402a8 s Context>handleSignal:
         0xb94ab90 s Context>handleSignal:
         0xb955478 s Context>handleSignal:
         0xb95fd60 s Context>handleSignal:
         0xb96a648 s Context>handleSignal:
         0xb974f30 s Context>handleSignal:
         0xb97f818 s Context>handleSignal:
         0xb98a100 s Context>handleSignal:
         0xb9949e8 s Context>handleSignal:
         0xb99f2d0 s Context>handleSignal:
         0xb9a9bb8 s Context>handleSignal:
         0xb9b44a0 s Context>handleSignal:
         0xb9bed88 s Context>handleSignal:
         0xb9c9670 s Context>handleSignal:
         0xb9d3f58 s Context>handleSignal:
         0xb9de840 s Context>handleSignal:
         0xb9e9128 s Context>handleSignal:
         0xb9f3a10 s Context>handleSignal:
         0xb9fe2f8 s Context>handleSignal:
         0xba08be0 s Context>handleSignal:
         0xba134c8 s Context>handleSignal:
         0xba1ddb0 s Context>handleSignal:
         0xba28698 s Context>handleSignal:
         0xba32f80 s Context>handleSignal:
         0xba3d868 s Context>handleSignal:
         0xba447d0 s Context>handleSignal:
         0xba49908 s Context>handleSignal:
         0xba4e988 s Context>handleSignal:
         0xba53950 s Context>handleSignal:
         0xba58918 s Context>handleSignal:
         0xba5d828 s Context>handleSignal:
         0xba62680 s Context>handleSignal:
         0xba674d8 s Context>handleSignal:
         0xba6c278 s Context>handleSignal:
         0xba71018 s Context>handleSignal:
         0xba75d00 s Context>handleSignal:
         0xba7a9e8 s Context>handleSignal:
         0xba7f6d0 s Context>handleSignal:
         0xba843b8 s Context>handleSignal:
         0xba890a0 s Context>handleSignal:
         0xba8dd88 s Context>handleSignal:
         0xba92a70 s Context>handleSignal:
         0xba97758 s Context>handleSignal:
         0xba9c440 s Context>handleSignal:
         0xbaa1128 s Context>handleSignal:
         0xbaa5e10 s Context>handleSignal:
         0xbaaaaf8 s Context>handleSignal:
         0xbaaf7e0 s Context>handleSignal:
         0xbab44c8 s Context>handleSignal:
         0xbab91b0 s Context>handleSignal:
         0xbabde98 s Context>handleSignal:
         0xbac2b80 s Context>handleSignal:
         0xbac7868 s Context>handleSignal:
         0xbacc550 s Context>handleSignal:
         0xbad1238 s Context>handleSignal:
         0xbad5f20 s Context>handleSignal:
         0xbadac08 s Context>handleSignal:
         0xbadf8f0 s Context>handleSignal:
         0xbae45d8 s Context>handleSignal:
         0xbae92c0 s Context>handleSignal:
         0xbaedfa8 s Context>handleSignal:
         0xbaf2c90 s Context>handleSignal:
         0xbaf7978 s Context>handleSignal:
         0xbafc660 s Context>handleSignal:
         0xbb01348 s Context>handleSignal:
         0xbb06030 s Context>handleSignal:
         0xbb0ad18 s Context>handleSignal:
         0xbb0fa00 s Context>handleSignal:
         0xbb146e8 s Context>handleSignal:
         0xbb193d0 s Context>handleSignal:
         0xbb1e0b8 s Context>handleSignal:
         0xbb22da0 s Context>handleSignal:
         0xbb27a88 s Context>handleSignal:
         0xbb2c770 s Context>handleSignal:
         0xbb31458 s Context>handleSignal:
         0xbb36140 s Context>handleSignal:
         0xbb3ae28 s Context>handleSignal:
         0xbb3fb10 s Context>handleSignal:
         0xbb447f8 s Context>handleSignal:
         0xbb494e0 s Context>handleSignal:
         0xbb4e1c8 s Context>handleSignal:
         0xbb52eb0 s Context>handleSignal:
         0xbb57b98 s Context>handleSignal:
         0xbb5c880 s Context>handleSignal:
         0xbb61568 s Context>handleSignal:
         0xbb66250 s Context>handleSignal:
         0xbb6af38 s Context>handleSignal:
         0xbb6fc20 s Context>handleSignal:
         0xbb74908 s Context>handleSignal:
         0xbb795f0 s Context>handleSignal:
         0xbb7e2d8 s Context>handleSignal:
         0xbb82fc0 s Context>handleSignal:
         0xbb87ca8 s Context>handleSignal:
         0xbb8c990 s Context>handleSignal:
         0xbb91678 s Context>handleSignal:
         0xbb96360 s Context>handleSignal:
         0xbb9b048 s Context>handleSignal:
         0xbb9fc78 s Context>handleSignal:
         0xbba48a8 s Context>handleSignal:
         0xbba94d8 s Context>handleSignal:
         0xbbae108 s Context>handleSignal:
         0xbbb2d38 s Context>handleSignal:
         0xbbb7968 s Context>handleSignal:
         0xbbbc598 s Context>handleSignal:
         0xbbc11c8 s Context>handleSignal:
         0xbbc5df8 s Context>handleSignal:
         0xbbcaa28 s Context>handleSignal:
         0xbbcf658 s Context>handleSignal:
         0xbbd4288 s Context>handleSignal:
         0xbbd8eb8 s Context>handleSignal:
         0xbbddae8 s Context>handleSignal:
         0xbbe2718 s Context>handleSignal:
         0xbbe7348 s Context>handleSignal:
         0xbbebf78 s Context>handleSignal:
         0xbbf0ba8 s Context>handleSignal:
         0xbbf57d8 s Context>handleSignal:
         0xbbfa408 s Context>handleSignal:
         0xbbff038 s Context>handleSignal:
         0xbc03c68 s Context>handleSignal:
         0xbc08898 s Context>handleSignal:
         0xbc0d4c8 s Context>handleSignal:
         0xbc120f8 s Context>handleSignal:
         0xbc16d28 s Context>handleSignal:
         0xbc1b958 s Context>handleSignal:
         0xbc20588 s Context>handleSignal:
         0xbc251b8 s Context>handleSignal:
         0xbc29de8 s Context>handleSignal:
         0xbc2ea18 s Context>handleSignal:
         0xbc33648 s Context>handleSignal:
         0xbc38278 s Context>handleSignal:
         0xbc3cea8 s Context>handleSignal:
         0xbc41ad8 s Context>handleSignal:
         0xbc46708 s Context>handleSignal:
         0xbc4b338 s Context>handleSignal:
         0xbc4ff68 s Context>handleSignal:
         0xbc54b98 s Context>handleSignal:
         0xbc59898 s Context>handleSignal:
         0xbc5e4c8 s Context>handleSignal:
         0xbc630f8 s Context>handleSignal:
         0xbc67d28 s Context>handleSignal:
         0xbc6c958 s Context>handleSignal:
         0xbc71588 s Context>handleSignal:
         0xbc761b8 s Context>handleSignal:
         0xbc7ade8 s Context>handleSignal:
         0xbc7fa18 s Context>handleSignal:
         0xbc84648 s Context>handleSignal:
         0xbc89278 s Context>handleSignal:
         0xbc8dea8 s Context>handleSignal:
         0xbc92ad8 s Context>handleSignal:
         0xbc97708 s Context>handleSignal:
         0xbc9c338 s Context>handleSignal:
         0xbca0f68 s Context>handleSignal:
         0xbca5b98 s Context>handleSignal:
         0xbcaa7c8 s Context>handleSignal:
         0xbcaf3f8 s Context>handleSignal:
         0xbcb4028 s Context>handleSignal:
         0xbcb8c58 s Context>handleSignal:
         0xbcbd888 s Context>handleSignal:
         0xbcc24b8 s Context>handleSignal:
         0xbcc70e8 s Context>handleSignal:
         0xbccbd18 s Context>handleSignal:
         0xbcd0948 s Context>handleSignal:
         0xbcd5578 s Context>handleSignal:
         0xbcda1a8 s Context>handleSignal:
         0xbcdedd8 s Context>handleSignal:
         0xbce3a08 s Context>handleSignal:
         0xbce8638 s Context>handleSignal:
         0xbced268 s Context>handleSignal:
         0xbcf1e98 s Context>handleSignal:
         0xbcf6ac8 s Context>handleSignal:
         0xbcfb6f8 s Context>handleSignal:
         0xbd00328 s Context>handleSignal:
         0xbd04f58 s Context>handleSignal:
         0xbd09b88 s Context>handleSignal:
         0xbd0e7b8 s Context>handleSignal:
         0xbd133e8 s Context>handleSignal:
         0xbd18018 s Context>handleSignal:
         0xbd1cc48 s Context>handleSignal:
         0xbd21878 s Context>handleSignal:
         0xbd264a8 s Context>handleSignal:
         0xbd2b0d8 s Context>handleSignal:
         0xbd2fd08 s Context>handleSignal:
         0xbd34938 s Context>handleSignal:
         0xbd39568 s Context>handleSignal:
         0xbd3e198 s Context>handleSignal:
         0xbd42dc8 s Context>handleSignal:
         0xbd479f8 s Context>handleSignal:
         0xbd4c628 s Context>handleSignal:
         0xbd51258 s Context>handleSignal:
         0xbd55e88 s Context>handleSignal:
         0xbd5aab8 s Context>handleSignal:
         0xbd5f6e8 s Context>handleSignal:
         0xbd64318 s Context>handleSignal:
         0xbd68f48 s Context>handleSignal:
         0xbd6db78 s Context>handleSignal:
         0xbd727a8 s Context>handleSignal:
         0xbd773d8 s Context>handleSignal:
         0xbd7c008 s Context>handleSignal:
         0xbd80c38 s Context>handleSignal:
         0xbd85868 s Context>handleSignal:
         0xbd8a498 s Context>handleSignal:
         0xbd8f0c8 s Context>handleSignal:
         0xbd93cf8 s Context>handleSignal:
         0xbd98928 s Context>handleSignal:
         0xbd9d558 s Context>handleSignal:
         0xbda2188 s Context>handleSignal:
         0xbda6db8 s Context>handleSignal:
         0xbdab9e8 s Context>handleSignal:
         0xbdb0618 s Context>handleSignal:
         0xbdb5248 s Context>handleSignal:
         0xbdb9e78 s Context>handleSignal:
         0xbdbeaa8 s Context>handleSignal:
         0xbdc36d8 s Context>handleSignal:
         0xbdc8308 s Context>handleSignal:
         0xbdccf38 s Context>handleSignal:
         0xbdd1b68 s Context>handleSignal:
         0xbdd6798 s Context>handleSignal:
         0xbddb3c8 s Context>handleSignal:
         0xbddfff8 s Context>handleSignal:
         0xbde4c28 s Context>handleSignal:
         0xbde9858 s Context>handleSignal:
         0xbdee488 s Context>handleSignal:
         0xbdf30b8 s Context>handleSignal:
         0xbdf7ce8 s Context>handleSignal:
         0xbdfc918 s Context>handleSignal:
         0xbe01548 s Context>handleSignal:
         0xbe06178 s Context>handleSignal:
         0xbe0ada8 s Context>handleSignal:
         0xbe0f9d8 s Context>handleSignal:
         0xbe14608 s Context>handleSignal:
         0xbe19238 s Context>handleSignal:
         0xbe1de68 s Context>handleSignal:
         0xbe22a98 s Context>handleSignal:
         0xbe276c8 s Context>handleSignal:
         0xbe2c2f8 s Context>handleSignal:
         0xbe30f28 s Context>handleSignal:
         0xbe35b58 s Context>handleSignal:
         0xbe3a788 s Context>handleSignal:
         0xbe3f3b8 s Context>handleSignal:
         0xbe43fe8 s Context>handleSignal:
         0xbe48c18 s Context>handleSignal:
         0xbe4d848 s Context>handleSignal:
         0xbe52478 s Context>handleSignal:
         0xbe570a8 s Context>handleSignal:
         0xbe5bcd8 s Context>handleSignal:
         0xbe60908 s Context>handleSignal:
         0xbe65538 s Context>handleSignal:
         0xbe6a168 s Context>handleSignal:
         0xbe6ed98 s Context>handleSignal:
         0xbe739c8 s Context>handleSignal:
         0xbe785f8 s Context>handleSignal:
         0xbe7d228 s Context>handleSignal:
         0xbe81da0 s Context>handleSignal:
         0xbe86860 s Context>handleSignal:
         0xbe8b268 s Context>handleSignal:
         0xbe8fbb8 s Context>handleSignal:
         0xbe94450 s Context>handleSignal:
         0xbe98c30 s Context>handleSignal:
         0xbe9d358 s Context>handleSignal:
         0xbea19c8 s Context>handleSignal:
         0xbea5f80 s Context>handleSignal:
         0xbeaa480 s Context>handleSignal:
         0xbeae8c8 s Context>handleSignal:
         0xbeb2c58 s Context>handleSignal:
         0xbeb6f30 s Context>handleSignal:
         0xbebb150 s Context>handleSignal:
         0xbebf2b8 s Context>handleSignal:
         0xbec3368 s Context>handleSignal:
         0xbec7360 s Context>handleSignal:
         0xbecb2a0 s Context>handleSignal:
         0xbecf128 s Context>handleSignal:
         0xbed2ef8 s Context>handleSignal:
         0xbed6c10 s Context>handleSignal:
         0xbeda870 s Context>handleSignal:
         0xbede418 s Context>handleSignal:
         0xbee1f08 s Context>handleSignal:
         0xbee5888 s Context>handleSignal:
         0xbee9150 s Context>handleSignal:
         0xbeec960 s Context>handleSignal:
         0xbef00b8 s Context>handleSignal:
         0xbef3758 s Context>handleSignal:
         0xbef6d40 s Context>handleSignal:
         0xbefa270 s Context>handleSignal:
         0xbefd6e8 s Context>handleSignal:
         0xbf00aa8 s Context>handleSignal:
         0xbf03db0 s Context>handleSignal:
         0xbf07000 s Context>handleSignal:
         0xbf0a198 s Context>handleSignal:
         0xbf0d278 s Context>handleSignal:
         0xbf102a0 s Context>handleSignal:
         0xbf13210 s Context>handleSignal:
         0xbf160c8 s Context>handleSignal:
         0xbf18ec8 s Context>handleSignal:
         0xbf863b8 s Halt(Exception)>signal
         0xbfa24b0 s Halt class(Exception class)>signal
         0xbfd5498 s Halt class>now
         0xbfc7220 s FullBlockClosure(Object)>halt
         0xbff0d68 s FullBlockClosure>printOn:
         0xc014010 s Context>printOn:
         0xc03d2e0 s Context>printDebugOn:
         0xc03d5c0 s [] in Context>debugStack:on:
         0xc05aca0 s OrderedCollection>do:
         0xbfc6fa8 s Context>debugStack:on:
         0xbff0b18 s Context>shortDebugStackOn:
         0xc013dd8 s [] in SmalltalkImage>logError:inContext:
         0xc03d000 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf858f0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa16e8 s SmalltalkImage>logStdErrorDuring:
         0xbfd4790 s SmalltalkImage>logError:inContext:
         0xbffb360 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01e4b8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04ac08 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060730 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06cfd8 s Halt(Exception)>unhandledErrorAction
         0xc08a248 s Halt(UnhandledException)>defaultAction
         0xc0d6878 s UndefinedObject>handleSignal:
         0xc0d6930 s Context>handleSignal:
         0xc0d69e8 s Context>handleSignal:
         0xc0d6aa0 s Context>handleSignal:
         0xc0d6b58 s Context>handleSignal:
         0xc0d6c10 s Context>handleSignal:
         0xc0d6cc8 s Context>handleSignal:
         0xc0d6d80 s Context>handleSignal:
         0xc0d6e38 s Context>handleSignal:
         0xc0d6ef0 s Context>handleSignal:
         0xc0d6fa8 s Context>handleSignal:
         0xc105e90 s Context>handleSignal:
         0xc1115b0 s Context>handleSignal:
         0xc11c458 s Context>handleSignal:
         0xc126d40 s Context>handleSignal:
         0xc131570 s Context>handleSignal:
         0xc13bda0 s Context>handleSignal:
         0xc1465d0 s Context>handleSignal:
         0xc150e00 s Context>handleSignal:
         0xc15b630 s Context>handleSignal:
         0xc165e60 s Context>handleSignal:
         0xc170690 s Context>handleSignal:
         0xc17aec0 s Context>handleSignal:
         0xc1856f0 s Context>handleSignal:
         0xc18ff20 s Context>handleSignal:
         0xc19a750 s Context>handleSignal:
         0xc1a4f80 s Context>handleSignal:
         0xc1af7b0 s Context>handleSignal:
         0xc1b9fe0 s Context>handleSignal:
         0xc1c4810 s Context>handleSignal:
         0xc1cf040 s Context>handleSignal:
         0xc1d9870 s Context>handleSignal:
         0xc1e40a0 s Context>handleSignal:
         0xc1ee8d0 s Context>handleSignal:
         0xc1f9100 s Context>handleSignal:
         0xc203930 s Context>handleSignal:
         0xc20e160 s Context>handleSignal:
         0xc218990 s Context>handleSignal:
         0xc2231c0 s Context>handleSignal:
         0xc22d9f0 s Context>handleSignal:
         0xc238220 s Context>handleSignal:
         0xc242a50 s Context>handleSignal:
         0xc24d280 s Context>handleSignal:
         0xc257ab0 s Context>handleSignal:
         0xb7d9320 s Context>handleSignal:
         0xb7e3c08 s Context>handleSignal:
         0xb7ee4f0 s Context>handleSignal:
         0xb7f8dd8 s Context>handleSignal:
         0xb8036c0 s Context>handleSignal:
         0xb80dfa8 s Context>handleSignal:
         0xb818890 s Context>handleSignal:
         0xb823178 s Context>handleSignal:
         0xb82da60 s Context>handleSignal:
         0xb838348 s Context>handleSignal:
         0xb842c30 s Context>handleSignal:
         0xb84d518 s Context>handleSignal:
         0xb857e00 s Context>handleSignal:
         0xb8626e8 s Context>handleSignal:
         0xb86cfd0 s Context>handleSignal:
         0xb8778b8 s Context>handleSignal:
         0xb8821a0 s Context>handleSignal:
         0xb88ca88 s Context>handleSignal:
         0xb897370 s Context>handleSignal:
         0xb8a1c58 s Context>handleSignal:
         0xb8ac540 s Context>handleSignal:
         0xb8b6e28 s Context>handleSignal:
         0xb8c1710 s Context>handleSignal:
         0xb8cbff8 s Context>handleSignal:
         0xb8d68e0 s Context>handleSignal:
         0xb8e11c8 s Context>handleSignal:
         0xb8ebab0 s Context>handleSignal:
         0xb8f6398 s Context>handleSignal:
         0xb900c80 s Context>handleSignal:
         0xb90b568 s Context>handleSignal:
         0xb915e50 s Context>handleSignal:
         0xb920738 s Context>handleSignal:
         0xb92b020 s Context>handleSignal:
         0xb935908 s Context>handleSignal:
         0xb9401f0 s Context>handleSignal:
         0xb94aad8 s Context>handleSignal:
         0xb9553c0 s Context>handleSignal:
         0xb95fca8 s Context>handleSignal:
         0xb96a590 s Context>handleSignal:
         0xb974e78 s Context>handleSignal:
         0xb97f760 s Context>handleSignal:
         0xb98a048 s Context>handleSignal:
         0xb994930 s Context>handleSignal:
         0xb99f218 s Context>handleSignal:
         0xb9a9b00 s Context>handleSignal:
         0xb9b43e8 s Context>handleSignal:
         0xb9becd0 s Context>handleSignal:
         0xb9c95b8 s Context>handleSignal:
         0xb9d3ea0 s Context>handleSignal:
         0xb9de788 s Context>handleSignal:
         0xb9e9070 s Context>handleSignal:
         0xb9f3958 s Context>handleSignal:
         0xb9fe240 s Context>handleSignal:
         0xba08b28 s Context>handleSignal:
         0xba13410 s Context>handleSignal:
         0xba1dcf8 s Context>handleSignal:
         0xba285e0 s Context>handleSignal:
         0xba32ec8 s Context>handleSignal:
         0xba3d7b0 s Context>handleSignal:
         0xba44718 s Context>handleSignal:
         0xba49850 s Context>handleSignal:
         0xba4e8d0 s Context>handleSignal:
         0xba53898 s Context>handleSignal:
         0xba58860 s Context>handleSignal:
         0xba5d770 s Context>handleSignal:
         0xba625c8 s Context>handleSignal:
         0xba67420 s Context>handleSignal:
         0xba6c1c0 s Context>handleSignal:
         0xba70f60 s Context>handleSignal:
         0xba75c48 s Context>handleSignal:
         0xba7a930 s Context>handleSignal:
         0xba7f618 s Context>handleSignal:
         0xba84300 s Context>handleSignal:
         0xba88fe8 s Context>handleSignal:
         0xba8dcd0 s Context>handleSignal:
         0xba929b8 s Context>handleSignal:
         0xba976a0 s Context>handleSignal:
         0xba9c388 s Context>handleSignal:
         0xbaa1070 s Context>handleSignal:
         0xbaa5d58 s Context>handleSignal:
         0xbaaaa40 s Context>handleSignal:
         0xbaaf728 s Context>handleSignal:
         0xbab4410 s Context>handleSignal:
         0xbab90f8 s Context>handleSignal:
         0xbabdde0 s Context>handleSignal:
         0xbac2ac8 s Context>handleSignal:
         0xbac77b0 s Context>handleSignal:
         0xbacc498 s Context>handleSignal:
         0xbad1180 s Context>handleSignal:
         0xbad5e68 s Context>handleSignal:
         0xbadab50 s Context>handleSignal:
         0xbadf838 s Context>handleSignal:
         0xbae4520 s Context>handleSignal:
         0xbae9208 s Context>handleSignal:
         0xbaedef0 s Context>handleSignal:
         0xbaf2bd8 s Context>handleSignal:
         0xbaf78c0 s Context>handleSignal:
         0xbafc5a8 s Context>handleSignal:
         0xbb01290 s Context>handleSignal:
         0xbb05f78 s Context>handleSignal:
         0xbb0ac60 s Context>handleSignal:
         0xbb0f948 s Context>handleSignal:
         0xbb14630 s Context>handleSignal:
         0xbb19318 s Context>handleSignal:
         0xbb1e000 s Context>handleSignal:
         0xbb22ce8 s Context>handleSignal:
         0xbb279d0 s Context>handleSignal:
         0xbb2c6b8 s Context>handleSignal:
         0xbb313a0 s Context>handleSignal:
         0xbb36088 s Context>handleSignal:
         0xbb3ad70 s Context>handleSignal:
         0xbb3fa58 s Context>handleSignal:
         0xbb44740 s Context>handleSignal:
         0xbb49428 s Context>handleSignal:
         0xbb4e110 s Context>handleSignal:
         0xbb52df8 s Context>handleSignal:
         0xbb57ae0 s Context>handleSignal:
         0xbb5c7c8 s Context>handleSignal:
         0xbb614b0 s Context>handleSignal:
         0xbb66198 s Context>handleSignal:
         0xbb6ae80 s Context>handleSignal:
         0xbb6fb68 s Context>handleSignal:
         0xbb74850 s Context>handleSignal:
         0xbb79538 s Context>handleSignal:
         0xbb7e220 s Context>handleSignal:
         0xbb82f08 s Context>handleSignal:
         0xbb87bf0 s Context>handleSignal:
         0xbb8c8d8 s Context>handleSignal:
         0xbb915c0 s Context>handleSignal:
         0xbb962a8 s Context>handleSignal:
         0xbb9af90 s Context>handleSignal:
         0xbb9fbc0 s Context>handleSignal:
         0xbba47f0 s Context>handleSignal:
         0xbba9420 s Context>handleSignal:
         0xbbae050 s Context>handleSignal:
         0xbbb2c80 s Context>handleSignal:
         0xbbb78b0 s Context>handleSignal:
         0xbbbc4e0 s Context>handleSignal:
         0xbbc1110 s Context>handleSignal:
         0xbbc5d40 s Context>handleSignal:
         0xbbca970 s Context>handleSignal:
         0xbbcf5a0 s Context>handleSignal:
         0xbbd41d0 s Context>handleSignal:
         0xbbd8e00 s Context>handleSignal:
         0xbbdda30 s Context>handleSignal:
         0xbbe2660 s Context>handleSignal:
         0xbbe7290 s Context>handleSignal:
         0xbbebec0 s Context>handleSignal:
         0xbbf0af0 s Context>handleSignal:
         0xbbf5720 s Context>handleSignal:
         0xbbfa350 s Context>handleSignal:
         0xbbfef80 s Context>handleSignal:
         0xbc03bb0 s Context>handleSignal:
         0xbc087e0 s Context>handleSignal:
         0xbc0d410 s Context>handleSignal:
         0xbc12040 s Context>handleSignal:
         0xbc16c70 s Context>handleSignal:
         0xbc1b8a0 s Context>handleSignal:
         0xbc204d0 s Context>handleSignal:
         0xbc25100 s Context>handleSignal:
         0xbc29d30 s Context>handleSignal:
         0xbc2e960 s Context>handleSignal:
         0xbc33590 s Context>handleSignal:
         0xbc381c0 s Context>handleSignal:
         0xbc3cdf0 s Context>handleSignal:
         0xbc41a20 s Context>handleSignal:
         0xbc46650 s Context>handleSignal:
         0xbc4b280 s Context>handleSignal:
         0xbc4feb0 s Context>handleSignal:
         0xbc54ae0 s Context>handleSignal:
         0xbc597e0 s Context>handleSignal:
         0xbc5e410 s Context>handleSignal:
         0xbc63040 s Context>handleSignal:
         0xbc67c70 s Context>handleSignal:
         0xbc6c8a0 s Context>handleSignal:
         0xbc714d0 s Context>handleSignal:
         0xbc76100 s Context>handleSignal:
         0xbc7ad30 s Context>handleSignal:
         0xbc7f960 s Context>handleSignal:
         0xbc84590 s Context>handleSignal:
         0xbc891c0 s Context>handleSignal:
         0xbc8ddf0 s Context>handleSignal:
         0xbc92a20 s Context>handleSignal:
         0xbc97650 s Context>handleSignal:
         0xbc9c280 s Context>handleSignal:
         0xbca0eb0 s Context>handleSignal:
         0xbca5ae0 s Context>handleSignal:
         0xbcaa710 s Context>handleSignal:
         0xbcaf340 s Context>handleSignal:
         0xbcb3f70 s Context>handleSignal:
         0xbcb8ba0 s Context>handleSignal:
         0xbcbd7d0 s Context>handleSignal:
         0xbcc2400 s Context>handleSignal:
         0xbcc7030 s Context>handleSignal:
         0xbccbc60 s Context>handleSignal:
         0xbcd0890 s Context>handleSignal:
         0xbcd54c0 s Context>handleSignal:
         0xbcda0f0 s Context>handleSignal:
         0xbcded20 s Context>handleSignal:
         0xbce3950 s Context>handleSignal:
         0xbce8580 s Context>handleSignal:
         0xbced1b0 s Context>handleSignal:
         0xbcf1de0 s Context>handleSignal:
         0xbcf6a10 s Context>handleSignal:
         0xbcfb640 s Context>handleSignal:
         0xbd00270 s Context>handleSignal:
         0xbd04ea0 s Context>handleSignal:
         0xbd09ad0 s Context>handleSignal:
         0xbd0e700 s Context>handleSignal:
         0xbd13330 s Context>handleSignal:
         0xbd17f60 s Context>handleSignal:
         0xbd1cb90 s Context>handleSignal:
         0xbd217c0 s Context>handleSignal:
         0xbd263f0 s Context>handleSignal:
         0xbd2b020 s Context>handleSignal:
         0xbd2fc50 s Context>handleSignal:
         0xbd34880 s Context>handleSignal:
         0xbd394b0 s Context>handleSignal:
         0xbd3e0e0 s Context>handleSignal:
         0xbd42d10 s Context>handleSignal:
         0xbd47940 s Context>handleSignal:
         0xbd4c570 s Context>handleSignal:
         0xbd511a0 s Context>handleSignal:
         0xbd55dd0 s Context>handleSignal:
         0xbd5aa00 s Context>handleSignal:
         0xbd5f630 s Context>handleSignal:
         0xbd64260 s Context>handleSignal:
         0xbd68e90 s Context>handleSignal:
         0xbd6dac0 s Context>handleSignal:
         0xbd726f0 s Context>handleSignal:
         0xbd77320 s Context>handleSignal:
         0xbd7bf50 s Context>handleSignal:
         0xbd80b80 s Context>handleSignal:
         0xbd857b0 s Context>handleSignal:
         0xbd8a3e0 s Context>handleSignal:
         0xbd8f010 s Context>handleSignal:
         0xbd93c40 s Context>handleSignal:
         0xbd98870 s Context>handleSignal:
         0xbd9d4a0 s Context>handleSignal:
         0xbda20d0 s Context>handleSignal:
         0xbda6d00 s Context>handleSignal:
         0xbdab930 s Context>handleSignal:
         0xbdb0560 s Context>handleSignal:
         0xbdb5190 s Context>handleSignal:
         0xbdb9dc0 s Context>handleSignal:
         0xbdbe9f0 s Context>handleSignal:
         0xbdc3620 s Context>handleSignal:
         0xbdc8250 s Context>handleSignal:
         0xbdcce80 s Context>handleSignal:
         0xbdd1ab0 s Context>handleSignal:
         0xbdd66e0 s Context>handleSignal:
         0xbddb310 s Context>handleSignal:
         0xbddff40 s Context>handleSignal:
         0xbde4b70 s Context>handleSignal:
         0xbde97a0 s Context>handleSignal:
         0xbdee3d0 s Context>handleSignal:
         0xbdf3000 s Context>handleSignal:
         0xbdf7c30 s Context>handleSignal:
         0xbdfc860 s Context>handleSignal:
         0xbe01490 s Context>handleSignal:
         0xbe060c0 s Context>handleSignal:
         0xbe0acf0 s Context>handleSignal:
         0xbe0f920 s Context>handleSignal:
         0xbe14550 s Context>handleSignal:
         0xbe19180 s Context>handleSignal:
         0xbe1ddb0 s Context>handleSignal:
         0xbe229e0 s Context>handleSignal:
         0xbe27610 s Context>handleSignal:
         0xbe2c240 s Context>handleSignal:
         0xbe30e70 s Context>handleSignal:
         0xbe35aa0 s Context>handleSignal:
         0xbe3a6d0 s Context>handleSignal:
         0xbe3f300 s Context>handleSignal:
         0xbe43f30 s Context>handleSignal:
         0xbe48b60 s Context>handleSignal:
         0xbe4d790 s Context>handleSignal:
         0xbe523c0 s Context>handleSignal:
         0xbe56ff0 s Context>handleSignal:
         0xbe5bc20 s Context>handleSignal:
         0xbe60850 s Context>handleSignal:
         0xbe65480 s Context>handleSignal:
         0xbe6a0b0 s Context>handleSignal:
         0xbe6ece0 s Context>handleSignal:
         0xbe73910 s Context>handleSignal:
         0xbe78540 s Context>handleSignal:
         0xbe7d170 s Context>handleSignal:
         0xbe81ce8 s Context>handleSignal:
         0xbe867a8 s Context>handleSignal:
         0xbe8b1b0 s Context>handleSignal:
         0xbe8fb00 s Context>handleSignal:
         0xbe94398 s Context>handleSignal:
         0xbe98b78 s Context>handleSignal:
         0xbe9d2a0 s Context>handleSignal:
         0xbea1910 s Context>handleSignal:
         0xbea5ec8 s Context>handleSignal:
         0xbeaa3c8 s Context>handleSignal:
         0xbeae810 s Context>handleSignal:
         0xbeb2ba0 s Context>handleSignal:
         0xbeb6e78 s Context>handleSignal:
         0xbebb098 s Context>handleSignal:
         0xbebf200 s Context>handleSignal:
         0xbec32b0 s Context>handleSignal:
         0xbec72a8 s Context>handleSignal:
         0xbecb1e8 s Context>handleSignal:
         0xbecf070 s Context>handleSignal:
         0xbed2e40 s Context>handleSignal:
         0xbed6b58 s Context>handleSignal:
         0xbeda7b8 s Context>handleSignal:
         0xbede360 s Context>handleSignal:
         0xbee1e50 s Context>handleSignal:
         0xbee57d0 s Context>handleSignal:
         0xbee9098 s Context>handleSignal:
         0xbeec8a8 s Context>handleSignal:
         0xbef0000 s Context>handleSignal:
         0xbef36a0 s Context>handleSignal:
         0xbef6c88 s Context>handleSignal:
         0xbefa1b8 s Context>handleSignal:
         0xbefd630 s Context>handleSignal:
         0xbf009f0 s Context>handleSignal:
         0xbf03cf8 s Context>handleSignal:
         0xbf06f48 s Context>handleSignal:
         0xbf0a0e0 s Context>handleSignal:
         0xbf0d1c0 s Context>handleSignal:
         0xbf101e8 s Context>handleSignal:
         0xbf13158 s Context>handleSignal:
         0xbf16010 s Context>handleSignal:
         0xbf86248 s Halt(Exception)>signal
         0xbfa22e0 s Halt class(Exception class)>signal
         0xbfd52e0 s Halt class>now
         0xbfc7060 s FullBlockClosure(Object)>halt
         0xbff0bd0 s FullBlockClosure>printOn:
         0xc013e90 s Context>printOn:
         0xc03d0b8 s Context>printDebugOn:
         0xc03d398 s [] in Context>debugStack:on:
         0xc05abe8 s OrderedCollection>do:
         0xbfc6de8 s Context>debugStack:on:
         0xbff0980 s Context>shortDebugStackOn:
         0xc013c58 s [] in SmalltalkImage>logError:inContext:
         0xc03cdd8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf85780 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa1518 s SmalltalkImage>logStdErrorDuring:
         0xbfd45d8 s SmalltalkImage>logError:inContext:
         0xbffb298 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01e3c8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04ab28 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060678 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06cf20 s Halt(Exception)>unhandledErrorAction
         0xc08a190 s Halt(UnhandledException)>defaultAction
         0xc0d6090 s UndefinedObject>handleSignal:
         0xc0d6148 s Context>handleSignal:
         0xc0d6200 s Context>handleSignal:
         0xc0d62b8 s Context>handleSignal:
         0xc0d6370 s Context>handleSignal:
         0xc0d6428 s Context>handleSignal:
         0xc0d64e0 s Context>handleSignal:
         0xc0d6598 s Context>handleSignal:
         0xc0d6650 s Context>handleSignal:
         0xc0d6708 s Context>handleSignal:
         0xc0d67c0 s Context>handleSignal:
         0xc105dd8 s Context>handleSignal:
         0xc1114f8 s Context>handleSignal:
         0xc11c3a0 s Context>handleSignal:
         0xc126c88 s Context>handleSignal:
         0xc1314b8 s Context>handleSignal:
         0xc13bce8 s Context>handleSignal:
         0xc146518 s Context>handleSignal:
         0xc150d48 s Context>handleSignal:
         0xc15b578 s Context>handleSignal:
         0xc165da8 s Context>handleSignal:
         0xc1705d8 s Context>handleSignal:
         0xc17ae08 s Context>handleSignal:
         0xc185638 s Context>handleSignal:
         0xc18fe68 s Context>handleSignal:
         0xc19a698 s Context>handleSignal:
         0xc1a4ec8 s Context>handleSignal:
         0xc1af6f8 s Context>handleSignal:
         0xc1b9f28 s Context>handleSignal:
         0xc1c4758 s Context>handleSignal:
         0xc1cef88 s Context>handleSignal:
         0xc1d97b8 s Context>handleSignal:
         0xc1e3fe8 s Context>handleSignal:
         0xc1ee818 s Context>handleSignal:
         0xc1f9048 s Context>handleSignal:
         0xc203878 s Context>handleSignal:
         0xc20e0a8 s Context>handleSignal:
         0xc2188d8 s Context>handleSignal:
         0xc223108 s Context>handleSignal:
         0xc22d938 s Context>handleSignal:
         0xc238168 s Context>handleSignal:
         0xc242998 s Context>handleSignal:
         0xc24d1c8 s Context>handleSignal:
         0xc2579f8 s Context>handleSignal:
         0xb7d9268 s Context>handleSignal:
         0xb7e3b50 s Context>handleSignal:
         0xb7ee438 s Context>handleSignal:
         0xb7f8d20 s Context>handleSignal:
         0xb803608 s Context>handleSignal:
         0xb80def0 s Context>handleSignal:
         0xb8187d8 s Context>handleSignal:
         0xb8230c0 s Context>handleSignal:
         0xb82d9a8 s Context>handleSignal:
         0xb838290 s Context>handleSignal:
         0xb842b78 s Context>handleSignal:
         0xb84d460 s Context>handleSignal:
         0xb857d48 s Context>handleSignal:
         0xb862630 s Context>handleSignal:
         0xb86cf18 s Context>handleSignal:
         0xb877800 s Context>handleSignal:
         0xb8820e8 s Context>handleSignal:
         0xb88c9d0 s Context>handleSignal:
         0xb8972b8 s Context>handleSignal:
         0xb8a1ba0 s Context>handleSignal:
         0xb8ac488 s Context>handleSignal:
         0xb8b6d70 s Context>handleSignal:
         0xb8c1658 s Context>handleSignal:
         0xb8cbf40 s Context>handleSignal:
         0xb8d6828 s Context>handleSignal:
         0xb8e1110 s Context>handleSignal:
         0xb8eb9f8 s Context>handleSignal:
         0xb8f62e0 s Context>handleSignal:
         0xb900bc8 s Context>handleSignal:
         0xb90b4b0 s Context>handleSignal:
         0xb915d98 s Context>handleSignal:
         0xb920680 s Context>handleSignal:
         0xb92af68 s Context>handleSignal:
         0xb935850 s Context>handleSignal:
         0xb940138 s Context>handleSignal:
         0xb94aa20 s Context>handleSignal:
         0xb955308 s Context>handleSignal:
         0xb95fbf0 s Context>handleSignal:
         0xb96a4d8 s Context>handleSignal:
         0xb974dc0 s Context>handleSignal:
         0xb97f6a8 s Context>handleSignal:
         0xb989f90 s Context>handleSignal:
         0xb994878 s Context>handleSignal:
         0xb99f160 s Context>handleSignal:
         0xb9a9a48 s Context>handleSignal:
         0xb9b4330 s Context>handleSignal:
         0xb9bec18 s Context>handleSignal:
         0xb9c9500 s Context>handleSignal:
         0xb9d3de8 s Context>handleSignal:
         0xb9de6d0 s Context>handleSignal:
         0xb9e8fb8 s Context>handleSignal:
         0xb9f38a0 s Context>handleSignal:
         0xb9fe188 s Context>handleSignal:
         0xba08a70 s Context>handleSignal:
         0xba13358 s Context>handleSignal:
         0xba1dc40 s Context>handleSignal:
         0xba28528 s Context>handleSignal:
         0xba32e10 s Context>handleSignal:
         0xba3d6f8 s Context>handleSignal:
         0xba44660 s Context>handleSignal:
         0xba49798 s Context>handleSignal:
         0xba4e818 s Context>handleSignal:
         0xba537e0 s Context>handleSignal:
         0xba587a8 s Context>handleSignal:
         0xba5d6b8 s Context>handleSignal:
         0xba62510 s Context>handleSignal:
         0xba67368 s Context>handleSignal:
         0xba6c108 s Context>handleSignal:
         0xba70ea8 s Context>handleSignal:
         0xba75b90 s Context>handleSignal:
         0xba7a878 s Context>handleSignal:
         0xba7f560 s Context>handleSignal:
         0xba84248 s Context>handleSignal:
         0xba88f30 s Context>handleSignal:
         0xba8dc18 s Context>handleSignal:
         0xba92900 s Context>handleSignal:
         0xba975e8 s Context>handleSignal:
         0xba9c2d0 s Context>handleSignal:
         0xbaa0fb8 s Context>handleSignal:
         0xbaa5ca0 s Context>handleSignal:
         0xbaaa988 s Context>handleSignal:
         0xbaaf670 s Context>handleSignal:
         0xbab4358 s Context>handleSignal:
         0xbab9040 s Context>handleSignal:
         0xbabdd28 s Context>handleSignal:
         0xbac2a10 s Context>handleSignal:
         0xbac76f8 s Context>handleSignal:
         0xbacc3e0 s Context>handleSignal:
         0xbad10c8 s Context>handleSignal:
         0xbad5db0 s Context>handleSignal:
         0xbadaa98 s Context>handleSignal:
         0xbadf780 s Context>handleSignal:
         0xbae4468 s Context>handleSignal:
         0xbae9150 s Context>handleSignal:
         0xbaede38 s Context>handleSignal:
         0xbaf2b20 s Context>handleSignal:
         0xbaf7808 s Context>handleSignal:
         0xbafc4f0 s Context>handleSignal:
         0xbb011d8 s Context>handleSignal:
         0xbb05ec0 s Context>handleSignal:
         0xbb0aba8 s Context>handleSignal:
         0xbb0f890 s Context>handleSignal:
         0xbb14578 s Context>handleSignal:
         0xbb19260 s Context>handleSignal:
         0xbb1df48 s Context>handleSignal:
         0xbb22c30 s Context>handleSignal:
         0xbb27918 s Context>handleSignal:
         0xbb2c600 s Context>handleSignal:
         0xbb312e8 s Context>handleSignal:
         0xbb35fd0 s Context>handleSignal:
         0xbb3acb8 s Context>handleSignal:
         0xbb3f9a0 s Context>handleSignal:
         0xbb44688 s Context>handleSignal:
         0xbb49370 s Context>handleSignal:
         0xbb4e058 s Context>handleSignal:
         0xbb52d40 s Context>handleSignal:
         0xbb57a28 s Context>handleSignal:
         0xbb5c710 s Context>handleSignal:
         0xbb613f8 s Context>handleSignal:
         0xbb660e0 s Context>handleSignal:
         0xbb6adc8 s Context>handleSignal:
         0xbb6fab0 s Context>handleSignal:
         0xbb74798 s Context>handleSignal:
         0xbb79480 s Context>handleSignal:
         0xbb7e168 s Context>handleSignal:
         0xbb82e50 s Context>handleSignal:
         0xbb87b38 s Context>handleSignal:
         0xbb8c820 s Context>handleSignal:
         0xbb91508 s Context>handleSignal:
         0xbb961f0 s Context>handleSignal:
         0xbb9aed8 s Context>handleSignal:
         0xbb9fb08 s Context>handleSignal:
         0xbba4738 s Context>handleSignal:
         0xbba9368 s Context>handleSignal:
         0xbbadf98 s Context>handleSignal:
         0xbbb2bc8 s Context>handleSignal:
         0xbbb77f8 s Context>handleSignal:
         0xbbbc428 s Context>handleSignal:
         0xbbc1058 s Context>handleSignal:
         0xbbc5c88 s Context>handleSignal:
         0xbbca8b8 s Context>handleSignal:
         0xbbcf4e8 s Context>handleSignal:
         0xbbd4118 s Context>handleSignal:
         0xbbd8d48 s Context>handleSignal:
         0xbbdd978 s Context>handleSignal:
         0xbbe25a8 s Context>handleSignal:
         0xbbe71d8 s Context>handleSignal:
         0xbbebe08 s Context>handleSignal:
         0xbbf0a38 s Context>handleSignal:
         0xbbf5668 s Context>handleSignal:
         0xbbfa298 s Context>handleSignal:
         0xbbfeec8 s Context>handleSignal:
         0xbc03af8 s Context>handleSignal:
         0xbc08728 s Context>handleSignal:
         0xbc0d358 s Context>handleSignal:
         0xbc11f88 s Context>handleSignal:
         0xbc16bb8 s Context>handleSignal:
         0xbc1b7e8 s Context>handleSignal:
         0xbc20418 s Context>handleSignal:
         0xbc25048 s Context>handleSignal:
         0xbc29c78 s Context>handleSignal:
         0xbc2e8a8 s Context>handleSignal:
         0xbc334d8 s Context>handleSignal:
         0xbc38108 s Context>handleSignal:
         0xbc3cd38 s Context>handleSignal:
         0xbc41968 s Context>handleSignal:
         0xbc46598 s Context>handleSignal:
         0xbc4b1c8 s Context>handleSignal:
         0xbc4fdf8 s Context>handleSignal:
         0xbc54a28 s Context>handleSignal:
         0xbc59728 s Context>handleSignal:
         0xbc5e358 s Context>handleSignal:
         0xbc62f88 s Context>handleSignal:
         0xbc67bb8 s Context>handleSignal:
         0xbc6c7e8 s Context>handleSignal:
         0xbc71418 s Context>handleSignal:
         0xbc76048 s Context>handleSignal:
         0xbc7ac78 s Context>handleSignal:
         0xbc7f8a8 s Context>handleSignal:
         0xbc844d8 s Context>handleSignal:
         0xbc89108 s Context>handleSignal:
         0xbc8dd38 s Context>handleSignal:
         0xbc92968 s Context>handleSignal:
         0xbc97598 s Context>handleSignal:
         0xbc9c1c8 s Context>handleSignal:
         0xbca0df8 s Context>handleSignal:
         0xbca5a28 s Context>handleSignal:
         0xbcaa658 s Context>handleSignal:
         0xbcaf288 s Context>handleSignal:
         0xbcb3eb8 s Context>handleSignal:
         0xbcb8ae8 s Context>handleSignal:
         0xbcbd718 s Context>handleSignal:
         0xbcc2348 s Context>handleSignal:
         0xbcc6f78 s Context>handleSignal:
         0xbccbba8 s Context>handleSignal:
         0xbcd07d8 s Context>handleSignal:
         0xbcd5408 s Context>handleSignal:
         0xbcda038 s Context>handleSignal:
         0xbcdec68 s Context>handleSignal:
         0xbce3898 s Context>handleSignal:
         0xbce84c8 s Context>handleSignal:
         0xbced0f8 s Context>handleSignal:
         0xbcf1d28 s Context>handleSignal:
         0xbcf6958 s Context>handleSignal:
         0xbcfb588 s Context>handleSignal:
         0xbd001b8 s Context>handleSignal:
         0xbd04de8 s Context>handleSignal:
         0xbd09a18 s Context>handleSignal:
         0xbd0e648 s Context>handleSignal:
         0xbd13278 s Context>handleSignal:
         0xbd17ea8 s Context>handleSignal:
         0xbd1cad8 s Context>handleSignal:
         0xbd21708 s Context>handleSignal:
         0xbd26338 s Context>handleSignal:
         0xbd2af68 s Context>handleSignal:
         0xbd2fb98 s Context>handleSignal:
         0xbd347c8 s Context>handleSignal:
         0xbd393f8 s Context>handleSignal:
         0xbd3e028 s Context>handleSignal:
         0xbd42c58 s Context>handleSignal:
         0xbd47888 s Context>handleSignal:
         0xbd4c4b8 s Context>handleSignal:
         0xbd510e8 s Context>handleSignal:
         0xbd55d18 s Context>handleSignal:
         0xbd5a948 s Context>handleSignal:
         0xbd5f578 s Context>handleSignal:
         0xbd641a8 s Context>handleSignal:
         0xbd68dd8 s Context>handleSignal:
         0xbd6da08 s Context>handleSignal:
         0xbd72638 s Context>handleSignal:
         0xbd77268 s Context>handleSignal:
         0xbd7be98 s Context>handleSignal:
         0xbd80ac8 s Context>handleSignal:
         0xbd856f8 s Context>handleSignal:
         0xbd8a328 s Context>handleSignal:
         0xbd8ef58 s Context>handleSignal:
         0xbd93b88 s Context>handleSignal:
         0xbd987b8 s Context>handleSignal:
         0xbd9d3e8 s Context>handleSignal:
         0xbda2018 s Context>handleSignal:
         0xbda6c48 s Context>handleSignal:
         0xbdab878 s Context>handleSignal:
         0xbdb04a8 s Context>handleSignal:
         0xbdb50d8 s Context>handleSignal:
         0xbdb9d08 s Context>handleSignal:
         0xbdbe938 s Context>handleSignal:
         0xbdc3568 s Context>handleSignal:
         0xbdc8198 s Context>handleSignal:
         0xbdccdc8 s Context>handleSignal:
         0xbdd19f8 s Context>handleSignal:
         0xbdd6628 s Context>handleSignal:
         0xbddb258 s Context>handleSignal:
         0xbddfe88 s Context>handleSignal:
         0xbde4ab8 s Context>handleSignal:
         0xbde96e8 s Context>handleSignal:
         0xbdee318 s Context>handleSignal:
         0xbdf2f48 s Context>handleSignal:
         0xbdf7b78 s Context>handleSignal:
         0xbdfc7a8 s Context>handleSignal:
         0xbe013d8 s Context>handleSignal:
         0xbe06008 s Context>handleSignal:
         0xbe0ac38 s Context>handleSignal:
         0xbe0f868 s Context>handleSignal:
         0xbe14498 s Context>handleSignal:
         0xbe190c8 s Context>handleSignal:
         0xbe1dcf8 s Context>handleSignal:
         0xbe22928 s Context>handleSignal:
         0xbe27558 s Context>handleSignal:
         0xbe2c188 s Context>handleSignal:
         0xbe30db8 s Context>handleSignal:
         0xbe359e8 s Context>handleSignal:
         0xbe3a618 s Context>handleSignal:
         0xbe3f248 s Context>handleSignal:
         0xbe43e78 s Context>handleSignal:
         0xbe48aa8 s Context>handleSignal:
         0xbe4d6d8 s Context>handleSignal:
         0xbe52308 s Context>handleSignal:
         0xbe56f38 s Context>handleSignal:
         0xbe5bb68 s Context>handleSignal:
         0xbe60798 s Context>handleSignal:
         0xbe653c8 s Context>handleSignal:
         0xbe69ff8 s Context>handleSignal:
         0xbe6ec28 s Context>handleSignal:
         0xbe73858 s Context>handleSignal:
         0xbe78488 s Context>handleSignal:
         0xbe7d0b8 s Context>handleSignal:
         0xbe81c30 s Context>handleSignal:
         0xbe866f0 s Context>handleSignal:
         0xbe8b0f8 s Context>handleSignal:
         0xbe8fa48 s Context>handleSignal:
         0xbe942e0 s Context>handleSignal:
         0xbe98ac0 s Context>handleSignal:
         0xbe9d1e8 s Context>handleSignal:
         0xbea1858 s Context>handleSignal:
         0xbea5e10 s Context>handleSignal:
         0xbeaa310 s Context>handleSignal:
         0xbeae758 s Context>handleSignal:
         0xbeb2ae8 s Context>handleSignal:
         0xbeb6dc0 s Context>handleSignal:
         0xbebafe0 s Context>handleSignal:
         0xbebf148 s Context>handleSignal:
         0xbec31f8 s Context>handleSignal:
         0xbec71f0 s Context>handleSignal:
         0xbecb130 s Context>handleSignal:
         0xbecefb8 s Context>handleSignal:
         0xbed2d88 s Context>handleSignal:
         0xbed6aa0 s Context>handleSignal:
         0xbeda700 s Context>handleSignal:
         0xbede2a8 s Context>handleSignal:
         0xbee1d98 s Context>handleSignal:
         0xbee5718 s Context>handleSignal:
         0xbee8fe0 s Context>handleSignal:
         0xbeec7f0 s Context>handleSignal:
         0xbeeff48 s Context>handleSignal:
         0xbef35e8 s Context>handleSignal:
         0xbef6bd0 s Context>handleSignal:
         0xbefa100 s Context>handleSignal:
         0xbefd578 s Context>handleSignal:
         0xbf00938 s Context>handleSignal:
         0xbf03c40 s Context>handleSignal:
         0xbf06e90 s Context>handleSignal:
         0xbf0a028 s Context>handleSignal:
         0xbf0d108 s Context>handleSignal:
         0xbf10130 s Context>handleSignal:
         0xbf130a0 s Context>handleSignal:
         0xbf860d8 s Halt(Exception)>signal
         0xbfa2110 s Halt class(Exception class)>signal
         0xbfd5128 s Halt class>now
         0xbfc6ea0 s FullBlockClosure(Object)>halt
         0xbff0a38 s FullBlockClosure>printOn:
         0xc013d10 s Context>printOn:
         0xc03ce90 s Context>printDebugOn:
         0xc03d170 s [] in Context>debugStack:on:
         0xc05ab30 s OrderedCollection>do:
         0xbfc6c28 s Context>debugStack:on:
         0xbff07e8 s Context>shortDebugStackOn:
         0xc013ad8 s [] in SmalltalkImage>logError:inContext:
         0xc03cbb0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf85610 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa1348 s SmalltalkImage>logStdErrorDuring:
         0xbfd4420 s SmalltalkImage>logError:inContext:
         0xbffb1d0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01e2d8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04aa48 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0605c0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06ce68 s Halt(Exception)>unhandledErrorAction
         0xc08a0d8 s Halt(UnhandledException)>defaultAction
         0xc0d58a8 s UndefinedObject>handleSignal:
         0xc0d5960 s Context>handleSignal:
         0xc0d5a18 s Context>handleSignal:
         0xc0d5ad0 s Context>handleSignal:
         0xc0d5b88 s Context>handleSignal:
         0xc0d5c40 s Context>handleSignal:
         0xc0d5cf8 s Context>handleSignal:
         0xc0d5db0 s Context>handleSignal:
         0xc0d5e68 s Context>handleSignal:
         0xc0d5f20 s Context>handleSignal:
         0xc0d5fd8 s Context>handleSignal:
         0xc105d20 s Context>handleSignal:
         0xc111440 s Context>handleSignal:
         0xc11c2e8 s Context>handleSignal:
         0xc126bd0 s Context>handleSignal:
         0xc131400 s Context>handleSignal:
         0xc13bc30 s Context>handleSignal:
         0xc146460 s Context>handleSignal:
         0xc150c90 s Context>handleSignal:
         0xc15b4c0 s Context>handleSignal:
         0xc165cf0 s Context>handleSignal:
         0xc170520 s Context>handleSignal:
         0xc17ad50 s Context>handleSignal:
         0xc185580 s Context>handleSignal:
         0xc18fdb0 s Context>handleSignal:
         0xc19a5e0 s Context>handleSignal:
         0xc1a4e10 s Context>handleSignal:
         0xc1af640 s Context>handleSignal:
         0xc1b9e70 s Context>handleSignal:
         0xc1c46a0 s Context>handleSignal:
         0xc1ceed0 s Context>handleSignal:
         0xc1d9700 s Context>handleSignal:
         0xc1e3f30 s Context>handleSignal:
         0xc1ee760 s Context>handleSignal:
         0xc1f8f90 s Context>handleSignal:
         0xc2037c0 s Context>handleSignal:
         0xc20dff0 s Context>handleSignal:
         0xc218820 s Context>handleSignal:
         0xc223050 s Context>handleSignal:
         0xc22d880 s Context>handleSignal:
         0xc2380b0 s Context>handleSignal:
         0xc2428e0 s Context>handleSignal:
         0xc24d110 s Context>handleSignal:
         0xc257940 s Context>handleSignal:
         0xb7d91b0 s Context>handleSignal:
         0xb7e3a98 s Context>handleSignal:
         0xb7ee380 s Context>handleSignal:
         0xb7f8c68 s Context>handleSignal:
         0xb803550 s Context>handleSignal:
         0xb80de38 s Context>handleSignal:
         0xb818720 s Context>handleSignal:
         0xb823008 s Context>handleSignal:
         0xb82d8f0 s Context>handleSignal:
         0xb8381d8 s Context>handleSignal:
         0xb842ac0 s Context>handleSignal:
         0xb84d3a8 s Context>handleSignal:
         0xb857c90 s Context>handleSignal:
         0xb862578 s Context>handleSignal:
         0xb86ce60 s Context>handleSignal:
         0xb877748 s Context>handleSignal:
         0xb882030 s Context>handleSignal:
         0xb88c918 s Context>handleSignal:
         0xb897200 s Context>handleSignal:
         0xb8a1ae8 s Context>handleSignal:
         0xb8ac3d0 s Context>handleSignal:
         0xb8b6cb8 s Context>handleSignal:
         0xb8c15a0 s Context>handleSignal:
         0xb8cbe88 s Context>handleSignal:
         0xb8d6770 s Context>handleSignal:
         0xb8e1058 s Context>handleSignal:
         0xb8eb940 s Context>handleSignal:
         0xb8f6228 s Context>handleSignal:
         0xb900b10 s Context>handleSignal:
         0xb90b3f8 s Context>handleSignal:
         0xb915ce0 s Context>handleSignal:
         0xb9205c8 s Context>handleSignal:
         0xb92aeb0 s Context>handleSignal:
         0xb935798 s Context>handleSignal:
         0xb940080 s Context>handleSignal:
         0xb94a968 s Context>handleSignal:
         0xb955250 s Context>handleSignal:
         0xb95fb38 s Context>handleSignal:
         0xb96a420 s Context>handleSignal:
         0xb974d08 s Context>handleSignal:
         0xb97f5f0 s Context>handleSignal:
         0xb989ed8 s Context>handleSignal:
         0xb9947c0 s Context>handleSignal:
         0xb99f0a8 s Context>handleSignal:
         0xb9a9990 s Context>handleSignal:
         0xb9b4278 s Context>handleSignal:
         0xb9beb60 s Context>handleSignal:
         0xb9c9448 s Context>handleSignal:
         0xb9d3d30 s Context>handleSignal:
         0xb9de618 s Context>handleSignal:
         0xb9e8f00 s Context>handleSignal:
         0xb9f37e8 s Context>handleSignal:
         0xb9fe0d0 s Context>handleSignal:
         0xba089b8 s Context>handleSignal:
         0xba132a0 s Context>handleSignal:
         0xba1db88 s Context>handleSignal:
         0xba28470 s Context>handleSignal:
         0xba32d58 s Context>handleSignal:
         0xba3d640 s Context>handleSignal:
         0xba445a8 s Context>handleSignal:
         0xba496e0 s Context>handleSignal:
         0xba4e760 s Context>handleSignal:
         0xba53728 s Context>handleSignal:
         0xba586f0 s Context>handleSignal:
         0xba5d600 s Context>handleSignal:
         0xba62458 s Context>handleSignal:
         0xba672b0 s Context>handleSignal:
         0xba6c050 s Context>handleSignal:
         0xba70df0 s Context>handleSignal:
         0xba75ad8 s Context>handleSignal:
         0xba7a7c0 s Context>handleSignal:
         0xba7f4a8 s Context>handleSignal:
         0xba84190 s Context>handleSignal:
         0xba88e78 s Context>handleSignal:
         0xba8db60 s Context>handleSignal:
         0xba92848 s Context>handleSignal:
         0xba97530 s Context>handleSignal:
         0xba9c218 s Context>handleSignal:
         0xbaa0f00 s Context>handleSignal:
         0xbaa5be8 s Context>handleSignal:
         0xbaaa8d0 s Context>handleSignal:
         0xbaaf5b8 s Context>handleSignal:
         0xbab42a0 s Context>handleSignal:
         0xbab8f88 s Context>handleSignal:
         0xbabdc70 s Context>handleSignal:
         0xbac2958 s Context>handleSignal:
         0xbac7640 s Context>handleSignal:
         0xbacc328 s Context>handleSignal:
         0xbad1010 s Context>handleSignal:
         0xbad5cf8 s Context>handleSignal:
         0xbada9e0 s Context>handleSignal:
         0xbadf6c8 s Context>handleSignal:
         0xbae43b0 s Context>handleSignal:
         0xbae9098 s Context>handleSignal:
         0xbaedd80 s Context>handleSignal:
         0xbaf2a68 s Context>handleSignal:
         0xbaf7750 s Context>handleSignal:
         0xbafc438 s Context>handleSignal:
         0xbb01120 s Context>handleSignal:
         0xbb05e08 s Context>handleSignal:
         0xbb0aaf0 s Context>handleSignal:
         0xbb0f7d8 s Context>handleSignal:
         0xbb144c0 s Context>handleSignal:
         0xbb191a8 s Context>handleSignal:
         0xbb1de90 s Context>handleSignal:
         0xbb22b78 s Context>handleSignal:
         0xbb27860 s Context>handleSignal:
         0xbb2c548 s Context>handleSignal:
         0xbb31230 s Context>handleSignal:
         0xbb35f18 s Context>handleSignal:
         0xbb3ac00 s Context>handleSignal:
         0xbb3f8e8 s Context>handleSignal:
         0xbb445d0 s Context>handleSignal:
         0xbb492b8 s Context>handleSignal:
         0xbb4dfa0 s Context>handleSignal:
         0xbb52c88 s Context>handleSignal:
         0xbb57970 s Context>handleSignal:
         0xbb5c658 s Context>handleSignal:
         0xbb61340 s Context>handleSignal:
         0xbb66028 s Context>handleSignal:
         0xbb6ad10 s Context>handleSignal:
         0xbb6f9f8 s Context>handleSignal:
         0xbb746e0 s Context>handleSignal:
         0xbb793c8 s Context>handleSignal:
         0xbb7e0b0 s Context>handleSignal:
         0xbb82d98 s Context>handleSignal:
         0xbb87a80 s Context>handleSignal:
         0xbb8c768 s Context>handleSignal:
         0xbb91450 s Context>handleSignal:
         0xbb96138 s Context>handleSignal:
         0xbb9ae20 s Context>handleSignal:
         0xbb9fa50 s Context>handleSignal:
         0xbba4680 s Context>handleSignal:
         0xbba92b0 s Context>handleSignal:
         0xbbadee0 s Context>handleSignal:
         0xbbb2b10 s Context>handleSignal:
         0xbbb7740 s Context>handleSignal:
         0xbbbc370 s Context>handleSignal:
         0xbbc0fa0 s Context>handleSignal:
         0xbbc5bd0 s Context>handleSignal:
         0xbbca800 s Context>handleSignal:
         0xbbcf430 s Context>handleSignal:
         0xbbd4060 s Context>handleSignal:
         0xbbd8c90 s Context>handleSignal:
         0xbbdd8c0 s Context>handleSignal:
         0xbbe24f0 s Context>handleSignal:
         0xbbe7120 s Context>handleSignal:
         0xbbebd50 s Context>handleSignal:
         0xbbf0980 s Context>handleSignal:
         0xbbf55b0 s Context>handleSignal:
         0xbbfa1e0 s Context>handleSignal:
         0xbbfee10 s Context>handleSignal:
         0xbc03a40 s Context>handleSignal:
         0xbc08670 s Context>handleSignal:
         0xbc0d2a0 s Context>handleSignal:
         0xbc11ed0 s Context>handleSignal:
         0xbc16b00 s Context>handleSignal:
         0xbc1b730 s Context>handleSignal:
         0xbc20360 s Context>handleSignal:
         0xbc24f90 s Context>handleSignal:
         0xbc29bc0 s Context>handleSignal:
         0xbc2e7f0 s Context>handleSignal:
         0xbc33420 s Context>handleSignal:
         0xbc38050 s Context>handleSignal:
         0xbc3cc80 s Context>handleSignal:
         0xbc418b0 s Context>handleSignal:
         0xbc464e0 s Context>handleSignal:
         0xbc4b110 s Context>handleSignal:
         0xbc4fd40 s Context>handleSignal:
         0xbc54970 s Context>handleSignal:
         0xbc59670 s Context>handleSignal:
         0xbc5e2a0 s Context>handleSignal:
         0xbc62ed0 s Context>handleSignal:
         0xbc67b00 s Context>handleSignal:
         0xbc6c730 s Context>handleSignal:
         0xbc71360 s Context>handleSignal:
         0xbc75f90 s Context>handleSignal:
         0xbc7abc0 s Context>handleSignal:
         0xbc7f7f0 s Context>handleSignal:
         0xbc84420 s Context>handleSignal:
         0xbc89050 s Context>handleSignal:
         0xbc8dc80 s Context>handleSignal:
         0xbc928b0 s Context>handleSignal:
         0xbc974e0 s Context>handleSignal:
         0xbc9c110 s Context>handleSignal:
         0xbca0d40 s Context>handleSignal:
         0xbca5970 s Context>handleSignal:
         0xbcaa5a0 s Context>handleSignal:
         0xbcaf1d0 s Context>handleSignal:
         0xbcb3e00 s Context>handleSignal:
         0xbcb8a30 s Context>handleSignal:
         0xbcbd660 s Context>handleSignal:
         0xbcc2290 s Context>handleSignal:
         0xbcc6ec0 s Context>handleSignal:
         0xbccbaf0 s Context>handleSignal:
         0xbcd0720 s Context>handleSignal:
         0xbcd5350 s Context>handleSignal:
         0xbcd9f80 s Context>handleSignal:
         0xbcdebb0 s Context>handleSignal:
         0xbce37e0 s Context>handleSignal:
         0xbce8410 s Context>handleSignal:
         0xbced040 s Context>handleSignal:
         0xbcf1c70 s Context>handleSignal:
         0xbcf68a0 s Context>handleSignal:
         0xbcfb4d0 s Context>handleSignal:
         0xbd00100 s Context>handleSignal:
         0xbd04d30 s Context>handleSignal:
         0xbd09960 s Context>handleSignal:
         0xbd0e590 s Context>handleSignal:
         0xbd131c0 s Context>handleSignal:
         0xbd17df0 s Context>handleSignal:
         0xbd1ca20 s Context>handleSignal:
         0xbd21650 s Context>handleSignal:
         0xbd26280 s Context>handleSignal:
         0xbd2aeb0 s Context>handleSignal:
         0xbd2fae0 s Context>handleSignal:
         0xbd34710 s Context>handleSignal:
         0xbd39340 s Context>handleSignal:
         0xbd3df70 s Context>handleSignal:
         0xbd42ba0 s Context>handleSignal:
         0xbd477d0 s Context>handleSignal:
         0xbd4c400 s Context>handleSignal:
         0xbd51030 s Context>handleSignal:
         0xbd55c60 s Context>handleSignal:
         0xbd5a890 s Context>handleSignal:
         0xbd5f4c0 s Context>handleSignal:
         0xbd640f0 s Context>handleSignal:
         0xbd68d20 s Context>handleSignal:
         0xbd6d950 s Context>handleSignal:
         0xbd72580 s Context>handleSignal:
         0xbd771b0 s Context>handleSignal:
         0xbd7bde0 s Context>handleSignal:
         0xbd80a10 s Context>handleSignal:
         0xbd85640 s Context>handleSignal:
         0xbd8a270 s Context>handleSignal:
         0xbd8eea0 s Context>handleSignal:
         0xbd93ad0 s Context>handleSignal:
         0xbd98700 s Context>handleSignal:
         0xbd9d330 s Context>handleSignal:
         0xbda1f60 s Context>handleSignal:
         0xbda6b90 s Context>handleSignal:
         0xbdab7c0 s Context>handleSignal:
         0xbdb03f0 s Context>handleSignal:
         0xbdb5020 s Context>handleSignal:
         0xbdb9c50 s Context>handleSignal:
         0xbdbe880 s Context>handleSignal:
         0xbdc34b0 s Context>handleSignal:
         0xbdc80e0 s Context>handleSignal:
         0xbdccd10 s Context>handleSignal:
         0xbdd1940 s Context>handleSignal:
         0xbdd6570 s Context>handleSignal:
         0xbddb1a0 s Context>handleSignal:
         0xbddfdd0 s Context>handleSignal:
         0xbde4a00 s Context>handleSignal:
         0xbde9630 s Context>handleSignal:
         0xbdee260 s Context>handleSignal:
         0xbdf2e90 s Context>handleSignal:
         0xbdf7ac0 s Context>handleSignal:
         0xbdfc6f0 s Context>handleSignal:
         0xbe01320 s Context>handleSignal:
         0xbe05f50 s Context>handleSignal:
         0xbe0ab80 s Context>handleSignal:
         0xbe0f7b0 s Context>handleSignal:
         0xbe143e0 s Context>handleSignal:
         0xbe19010 s Context>handleSignal:
         0xbe1dc40 s Context>handleSignal:
         0xbe22870 s Context>handleSignal:
         0xbe274a0 s Context>handleSignal:
         0xbe2c0d0 s Context>handleSignal:
         0xbe30d00 s Context>handleSignal:
         0xbe35930 s Context>handleSignal:
         0xbe3a560 s Context>handleSignal:
         0xbe3f190 s Context>handleSignal:
         0xbe43dc0 s Context>handleSignal:
         0xbe489f0 s Context>handleSignal:
         0xbe4d620 s Context>handleSignal:
         0xbe52250 s Context>handleSignal:
         0xbe56e80 s Context>handleSignal:
         0xbe5bab0 s Context>handleSignal:
         0xbe606e0 s Context>handleSignal:
         0xbe65310 s Context>handleSignal:
         0xbe69f40 s Context>handleSignal:
         0xbe6eb70 s Context>handleSignal:
         0xbe737a0 s Context>handleSignal:
         0xbe783d0 s Context>handleSignal:
         0xbe7d000 s Context>handleSignal:
         0xbe81b78 s Context>handleSignal:
         0xbe86638 s Context>handleSignal:
         0xbe8b040 s Context>handleSignal:
         0xbe8f990 s Context>handleSignal:
         0xbe94228 s Context>handleSignal:
         0xbe98a08 s Context>handleSignal:
         0xbe9d130 s Context>handleSignal:
         0xbea17a0 s Context>handleSignal:
         0xbea5d58 s Context>handleSignal:
         0xbeaa258 s Context>handleSignal:
         0xbeae6a0 s Context>handleSignal:
         0xbeb2a30 s Context>handleSignal:
         0xbeb6d08 s Context>handleSignal:
         0xbebaf28 s Context>handleSignal:
         0xbebf090 s Context>handleSignal:
         0xbec3140 s Context>handleSignal:
         0xbec7138 s Context>handleSignal:
         0xbecb078 s Context>handleSignal:
         0xbecef00 s Context>handleSignal:
         0xbed2cd0 s Context>handleSignal:
         0xbed69e8 s Context>handleSignal:
         0xbeda648 s Context>handleSignal:
         0xbede1f0 s Context>handleSignal:
         0xbee1ce0 s Context>handleSignal:
         0xbee5660 s Context>handleSignal:
         0xbee8f28 s Context>handleSignal:
         0xbeec738 s Context>handleSignal:
         0xbeefe90 s Context>handleSignal:
         0xbef3530 s Context>handleSignal:
         0xbef6b18 s Context>handleSignal:
         0xbefa048 s Context>handleSignal:
         0xbefd4c0 s Context>handleSignal:
         0xbf00880 s Context>handleSignal:
         0xbf03b88 s Context>handleSignal:
         0xbf06dd8 s Context>handleSignal:
         0xbf09f70 s Context>handleSignal:
         0xbf0d050 s Context>handleSignal:
         0xbf10078 s Context>handleSignal:
         0xbf85f68 s Halt(Exception)>signal
         0xbfa1f40 s Halt class(Exception class)>signal
         0xbfd4f70 s Halt class>now
         0xbfc6ce0 s FullBlockClosure(Object)>halt
         0xbff08a0 s FullBlockClosure>printOn:
         0xc013b90 s Context>printOn:
         0xc03cc68 s Context>printDebugOn:
         0xc03cf48 s [] in Context>debugStack:on:
         0xc05aa78 s OrderedCollection>do:
         0xbfc6a68 s Context>debugStack:on:
         0xbff0650 s Context>shortDebugStackOn:
         0xc013958 s [] in SmalltalkImage>logError:inContext:
         0xc03c988 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf854a0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa1178 s SmalltalkImage>logStdErrorDuring:
         0xbfd4268 s SmalltalkImage>logError:inContext:
         0xbffb108 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01e1e8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04a968 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060508 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06cdb0 s Halt(Exception)>unhandledErrorAction
         0xc08a020 s Halt(UnhandledException)>defaultAction
         0xc0d50c0 s UndefinedObject>handleSignal:
         0xc0d5178 s Context>handleSignal:
         0xc0d5230 s Context>handleSignal:
         0xc0d52e8 s Context>handleSignal:
         0xc0d53a0 s Context>handleSignal:
         0xc0d5458 s Context>handleSignal:
         0xc0d5510 s Context>handleSignal:
         0xc0d55c8 s Context>handleSignal:
         0xc0d5680 s Context>handleSignal:
         0xc0d5738 s Context>handleSignal:
         0xc0d57f0 s Context>handleSignal:
         0xc105c68 s Context>handleSignal:
         0xc111388 s Context>handleSignal:
         0xc11c230 s Context>handleSignal:
         0xc126b18 s Context>handleSignal:
         0xc131348 s Context>handleSignal:
         0xc13bb78 s Context>handleSignal:
         0xc1463a8 s Context>handleSignal:
         0xc150bd8 s Context>handleSignal:
         0xc15b408 s Context>handleSignal:
         0xc165c38 s Context>handleSignal:
         0xc170468 s Context>handleSignal:
         0xc17ac98 s Context>handleSignal:
         0xc1854c8 s Context>handleSignal:
         0xc18fcf8 s Context>handleSignal:
         0xc19a528 s Context>handleSignal:
         0xc1a4d58 s Context>handleSignal:
         0xc1af588 s Context>handleSignal:
         0xc1b9db8 s Context>handleSignal:
         0xc1c45e8 s Context>handleSignal:
         0xc1cee18 s Context>handleSignal:
         0xc1d9648 s Context>handleSignal:
         0xc1e3e78 s Context>handleSignal:
         0xc1ee6a8 s Context>handleSignal:
         0xc1f8ed8 s Context>handleSignal:
         0xc203708 s Context>handleSignal:
         0xc20df38 s Context>handleSignal:
         0xc218768 s Context>handleSignal:
         0xc222f98 s Context>handleSignal:
         0xc22d7c8 s Context>handleSignal:
         0xc237ff8 s Context>handleSignal:
         0xc242828 s Context>handleSignal:
         0xc24d058 s Context>handleSignal:
         0xc257888 s Context>handleSignal:
         0xb7d90f8 s Context>handleSignal:
         0xb7e39e0 s Context>handleSignal:
         0xb7ee2c8 s Context>handleSignal:
         0xb7f8bb0 s Context>handleSignal:
         0xb803498 s Context>handleSignal:
         0xb80dd80 s Context>handleSignal:
         0xb818668 s Context>handleSignal:
         0xb822f50 s Context>handleSignal:
         0xb82d838 s Context>handleSignal:
         0xb838120 s Context>handleSignal:
         0xb842a08 s Context>handleSignal:
         0xb84d2f0 s Context>handleSignal:
         0xb857bd8 s Context>handleSignal:
         0xb8624c0 s Context>handleSignal:
         0xb86cda8 s Context>handleSignal:
         0xb877690 s Context>handleSignal:
         0xb881f78 s Context>handleSignal:
         0xb88c860 s Context>handleSignal:
         0xb897148 s Context>handleSignal:
         0xb8a1a30 s Context>handleSignal:
         0xb8ac318 s Context>handleSignal:
         0xb8b6c00 s Context>handleSignal:
         0xb8c14e8 s Context>handleSignal:
         0xb8cbdd0 s Context>handleSignal:
         0xb8d66b8 s Context>handleSignal:
         0xb8e0fa0 s Context>handleSignal:
         0xb8eb888 s Context>handleSignal:
         0xb8f6170 s Context>handleSignal:
         0xb900a58 s Context>handleSignal:
         0xb90b340 s Context>handleSignal:
         0xb915c28 s Context>handleSignal:
         0xb920510 s Context>handleSignal:
         0xb92adf8 s Context>handleSignal:
         0xb9356e0 s Context>handleSignal:
         0xb93ffc8 s Context>handleSignal:
         0xb94a8b0 s Context>handleSignal:
         0xb955198 s Context>handleSignal:
         0xb95fa80 s Context>handleSignal:
         0xb96a368 s Context>handleSignal:
         0xb974c50 s Context>handleSignal:
         0xb97f538 s Context>handleSignal:
         0xb989e20 s Context>handleSignal:
         0xb994708 s Context>handleSignal:
         0xb99eff0 s Context>handleSignal:
         0xb9a98d8 s Context>handleSignal:
         0xb9b41c0 s Context>handleSignal:
         0xb9beaa8 s Context>handleSignal:
         0xb9c9390 s Context>handleSignal:
         0xb9d3c78 s Context>handleSignal:
         0xb9de560 s Context>handleSignal:
         0xb9e8e48 s Context>handleSignal:
         0xb9f3730 s Context>handleSignal:
         0xb9fe018 s Context>handleSignal:
         0xba08900 s Context>handleSignal:
         0xba131e8 s Context>handleSignal:
         0xba1dad0 s Context>handleSignal:
         0xba283b8 s Context>handleSignal:
         0xba32ca0 s Context>handleSignal:
         0xba3d588 s Context>handleSignal:
         0xba444f0 s Context>handleSignal:
         0xba49628 s Context>handleSignal:
         0xba4e6a8 s Context>handleSignal:
         0xba53670 s Context>handleSignal:
         0xba58638 s Context>handleSignal:
         0xba5d548 s Context>handleSignal:
         0xba623a0 s Context>handleSignal:
         0xba671f8 s Context>handleSignal:
         0xba6bf98 s Context>handleSignal:
         0xba70d38 s Context>handleSignal:
         0xba75a20 s Context>handleSignal:
         0xba7a708 s Context>handleSignal:
         0xba7f3f0 s Context>handleSignal:
         0xba840d8 s Context>handleSignal:
         0xba88dc0 s Context>handleSignal:
         0xba8daa8 s Context>handleSignal:
         0xba92790 s Context>handleSignal:
         0xba97478 s Context>handleSignal:
         0xba9c160 s Context>handleSignal:
         0xbaa0e48 s Context>handleSignal:
         0xbaa5b30 s Context>handleSignal:
         0xbaaa818 s Context>handleSignal:
         0xbaaf500 s Context>handleSignal:
         0xbab41e8 s Context>handleSignal:
         0xbab8ed0 s Context>handleSignal:
         0xbabdbb8 s Context>handleSignal:
         0xbac28a0 s Context>handleSignal:
         0xbac7588 s Context>handleSignal:
         0xbacc270 s Context>handleSignal:
         0xbad0f58 s Context>handleSignal:
         0xbad5c40 s Context>handleSignal:
         0xbada928 s Context>handleSignal:
         0xbadf610 s Context>handleSignal:
         0xbae42f8 s Context>handleSignal:
         0xbae8fe0 s Context>handleSignal:
         0xbaedcc8 s Context>handleSignal:
         0xbaf29b0 s Context>handleSignal:
         0xbaf7698 s Context>handleSignal:
         0xbafc380 s Context>handleSignal:
         0xbb01068 s Context>handleSignal:
         0xbb05d50 s Context>handleSignal:
         0xbb0aa38 s Context>handleSignal:
         0xbb0f720 s Context>handleSignal:
         0xbb14408 s Context>handleSignal:
         0xbb190f0 s Context>handleSignal:
         0xbb1ddd8 s Context>handleSignal:
         0xbb22ac0 s Context>handleSignal:
         0xbb277a8 s Context>handleSignal:
         0xbb2c490 s Context>handleSignal:
         0xbb31178 s Context>handleSignal:
         0xbb35e60 s Context>handleSignal:
         0xbb3ab48 s Context>handleSignal:
         0xbb3f830 s Context>handleSignal:
         0xbb44518 s Context>handleSignal:
         0xbb49200 s Context>handleSignal:
         0xbb4dee8 s Context>handleSignal:
         0xbb52bd0 s Context>handleSignal:
         0xbb578b8 s Context>handleSignal:
         0xbb5c5a0 s Context>handleSignal:
         0xbb61288 s Context>handleSignal:
         0xbb65f70 s Context>handleSignal:
         0xbb6ac58 s Context>handleSignal:
         0xbb6f940 s Context>handleSignal:
         0xbb74628 s Context>handleSignal:
         0xbb79310 s Context>handleSignal:
         0xbb7dff8 s Context>handleSignal:
         0xbb82ce0 s Context>handleSignal:
         0xbb879c8 s Context>handleSignal:
         0xbb8c6b0 s Context>handleSignal:
         0xbb91398 s Context>handleSignal:
         0xbb96080 s Context>handleSignal:
         0xbb9ad68 s Context>handleSignal:
         0xbb9f998 s Context>handleSignal:
         0xbba45c8 s Context>handleSignal:
         0xbba91f8 s Context>handleSignal:
         0xbbade28 s Context>handleSignal:
         0xbbb2a58 s Context>handleSignal:
         0xbbb7688 s Context>handleSignal:
         0xbbbc2b8 s Context>handleSignal:
         0xbbc0ee8 s Context>handleSignal:
         0xbbc5b18 s Context>handleSignal:
         0xbbca748 s Context>handleSignal:
         0xbbcf378 s Context>handleSignal:
         0xbbd3fa8 s Context>handleSignal:
         0xbbd8bd8 s Context>handleSignal:
         0xbbdd808 s Context>handleSignal:
         0xbbe2438 s Context>handleSignal:
         0xbbe7068 s Context>handleSignal:
         0xbbebc98 s Context>handleSignal:
         0xbbf08c8 s Context>handleSignal:
         0xbbf54f8 s Context>handleSignal:
         0xbbfa128 s Context>handleSignal:
         0xbbfed58 s Context>handleSignal:
         0xbc03988 s Context>handleSignal:
         0xbc085b8 s Context>handleSignal:
         0xbc0d1e8 s Context>handleSignal:
         0xbc11e18 s Context>handleSignal:
         0xbc16a48 s Context>handleSignal:
         0xbc1b678 s Context>handleSignal:
         0xbc202a8 s Context>handleSignal:
         0xbc24ed8 s Context>handleSignal:
         0xbc29b08 s Context>handleSignal:
         0xbc2e738 s Context>handleSignal:
         0xbc33368 s Context>handleSignal:
         0xbc37f98 s Context>handleSignal:
         0xbc3cbc8 s Context>handleSignal:
         0xbc417f8 s Context>handleSignal:
         0xbc46428 s Context>handleSignal:
         0xbc4b058 s Context>handleSignal:
         0xbc4fc88 s Context>handleSignal:
         0xbc548b8 s Context>handleSignal:
         0xbc595b8 s Context>handleSignal:
         0xbc5e1e8 s Context>handleSignal:
         0xbc62e18 s Context>handleSignal:
         0xbc67a48 s Context>handleSignal:
         0xbc6c678 s Context>handleSignal:
         0xbc712a8 s Context>handleSignal:
         0xbc75ed8 s Context>handleSignal:
         0xbc7ab08 s Context>handleSignal:
         0xbc7f738 s Context>handleSignal:
         0xbc84368 s Context>handleSignal:
         0xbc88f98 s Context>handleSignal:
         0xbc8dbc8 s Context>handleSignal:
         0xbc927f8 s Context>handleSignal:
         0xbc97428 s Context>handleSignal:
         0xbc9c058 s Context>handleSignal:
         0xbca0c88 s Context>handleSignal:
         0xbca58b8 s Context>handleSignal:
         0xbcaa4e8 s Context>handleSignal:
         0xbcaf118 s Context>handleSignal:
         0xbcb3d48 s Context>handleSignal:
         0xbcb8978 s Context>handleSignal:
         0xbcbd5a8 s Context>handleSignal:
         0xbcc21d8 s Context>handleSignal:
         0xbcc6e08 s Context>handleSignal:
         0xbccba38 s Context>handleSignal:
         0xbcd0668 s Context>handleSignal:
         0xbcd5298 s Context>handleSignal:
         0xbcd9ec8 s Context>handleSignal:
         0xbcdeaf8 s Context>handleSignal:
         0xbce3728 s Context>handleSignal:
         0xbce8358 s Context>handleSignal:
         0xbcecf88 s Context>handleSignal:
         0xbcf1bb8 s Context>handleSignal:
         0xbcf67e8 s Context>handleSignal:
         0xbcfb418 s Context>handleSignal:
         0xbd00048 s Context>handleSignal:
         0xbd04c78 s Context>handleSignal:
         0xbd098a8 s Context>handleSignal:
         0xbd0e4d8 s Context>handleSignal:
         0xbd13108 s Context>handleSignal:
         0xbd17d38 s Context>handleSignal:
         0xbd1c968 s Context>handleSignal:
         0xbd21598 s Context>handleSignal:
         0xbd261c8 s Context>handleSignal:
         0xbd2adf8 s Context>handleSignal:
         0xbd2fa28 s Context>handleSignal:
         0xbd34658 s Context>handleSignal:
         0xbd39288 s Context>handleSignal:
         0xbd3deb8 s Context>handleSignal:
         0xbd42ae8 s Context>handleSignal:
         0xbd47718 s Context>handleSignal:
         0xbd4c348 s Context>handleSignal:
         0xbd50f78 s Context>handleSignal:
         0xbd55ba8 s Context>handleSignal:
         0xbd5a7d8 s Context>handleSignal:
         0xbd5f408 s Context>handleSignal:
         0xbd64038 s Context>handleSignal:
         0xbd68c68 s Context>handleSignal:
         0xbd6d898 s Context>handleSignal:
         0xbd724c8 s Context>handleSignal:
         0xbd770f8 s Context>handleSignal:
         0xbd7bd28 s Context>handleSignal:
         0xbd80958 s Context>handleSignal:
         0xbd85588 s Context>handleSignal:
         0xbd8a1b8 s Context>handleSignal:
         0xbd8ede8 s Context>handleSignal:
         0xbd93a18 s Context>handleSignal:
         0xbd98648 s Context>handleSignal:
         0xbd9d278 s Context>handleSignal:
         0xbda1ea8 s Context>handleSignal:
         0xbda6ad8 s Context>handleSignal:
         0xbdab708 s Context>handleSignal:
         0xbdb0338 s Context>handleSignal:
         0xbdb4f68 s Context>handleSignal:
         0xbdb9b98 s Context>handleSignal:
         0xbdbe7c8 s Context>handleSignal:
         0xbdc33f8 s Context>handleSignal:
         0xbdc8028 s Context>handleSignal:
         0xbdccc58 s Context>handleSignal:
         0xbdd1888 s Context>handleSignal:
         0xbdd64b8 s Context>handleSignal:
         0xbddb0e8 s Context>handleSignal:
         0xbddfd18 s Context>handleSignal:
         0xbde4948 s Context>handleSignal:
         0xbde9578 s Context>handleSignal:
         0xbdee1a8 s Context>handleSignal:
         0xbdf2dd8 s Context>handleSignal:
         0xbdf7a08 s Context>handleSignal:
         0xbdfc638 s Context>handleSignal:
         0xbe01268 s Context>handleSignal:
         0xbe05e98 s Context>handleSignal:
         0xbe0aac8 s Context>handleSignal:
         0xbe0f6f8 s Context>handleSignal:
         0xbe14328 s Context>handleSignal:
         0xbe18f58 s Context>handleSignal:
         0xbe1db88 s Context>handleSignal:
         0xbe227b8 s Context>handleSignal:
         0xbe273e8 s Context>handleSignal:
         0xbe2c018 s Context>handleSignal:
         0xbe30c48 s Context>handleSignal:
         0xbe35878 s Context>handleSignal:
         0xbe3a4a8 s Context>handleSignal:
         0xbe3f0d8 s Context>handleSignal:
         0xbe43d08 s Context>handleSignal:
         0xbe48938 s Context>handleSignal:
         0xbe4d568 s Context>handleSignal:
         0xbe52198 s Context>handleSignal:
         0xbe56dc8 s Context>handleSignal:
         0xbe5b9f8 s Context>handleSignal:
         0xbe60628 s Context>handleSignal:
         0xbe65258 s Context>handleSignal:
         0xbe69e88 s Context>handleSignal:
         0xbe6eab8 s Context>handleSignal:
         0xbe736e8 s Context>handleSignal:
         0xbe78318 s Context>handleSignal:
         0xbe7cf48 s Context>handleSignal:
         0xbe81ac0 s Context>handleSignal:
         0xbe86580 s Context>handleSignal:
         0xbe8af88 s Context>handleSignal:
         0xbe8f8d8 s Context>handleSignal:
         0xbe94170 s Context>handleSignal:
         0xbe98950 s Context>handleSignal:
         0xbe9d078 s Context>handleSignal:
         0xbea16e8 s Context>handleSignal:
         0xbea5ca0 s Context>handleSignal:
         0xbeaa1a0 s Context>handleSignal:
         0xbeae5e8 s Context>handleSignal:
         0xbeb2978 s Context>handleSignal:
         0xbeb6c50 s Context>handleSignal:
         0xbebae70 s Context>handleSignal:
         0xbebefd8 s Context>handleSignal:
         0xbec3088 s Context>handleSignal:
         0xbec7080 s Context>handleSignal:
         0xbecafc0 s Context>handleSignal:
         0xbecee48 s Context>handleSignal:
         0xbed2c18 s Context>handleSignal:
         0xbed6930 s Context>handleSignal:
         0xbeda590 s Context>handleSignal:
         0xbede138 s Context>handleSignal:
         0xbee1c28 s Context>handleSignal:
         0xbee55a8 s Context>handleSignal:
         0xbee8e70 s Context>handleSignal:
         0xbeec680 s Context>handleSignal:
         0xbeefdd8 s Context>handleSignal:
         0xbef3478 s Context>handleSignal:
         0xbef6a60 s Context>handleSignal:
         0xbef9f90 s Context>handleSignal:
         0xbefd408 s Context>handleSignal:
         0xbf007c8 s Context>handleSignal:
         0xbf03ad0 s Context>handleSignal:
         0xbf06d20 s Context>handleSignal:
         0xbf09eb8 s Context>handleSignal:
         0xbf0cf98 s Context>handleSignal:
         0xbf85df8 s Halt(Exception)>signal
         0xbfa1d70 s Halt class(Exception class)>signal
         0xbfd4db8 s Halt class>now
         0xbfc6b20 s FullBlockClosure(Object)>halt
         0xbff0708 s FullBlockClosure>printOn:
         0xc013a10 s Context>printOn:
         0xc03ca40 s Context>printDebugOn:
         0xc03cd20 s [] in Context>debugStack:on:
         0xc05a9c0 s OrderedCollection>do:
         0xbfc68a8 s Context>debugStack:on:
         0xbff04b8 s Context>shortDebugStackOn:
         0xc0137d8 s [] in SmalltalkImage>logError:inContext:
         0xc03c760 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf85330 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa0fa8 s SmalltalkImage>logStdErrorDuring:
         0xbfd40b0 s SmalltalkImage>logError:inContext:
         0xbffb040 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01e0f8 s FullBlockClosure(BlockClosure)>ensure:
         0xc04a888 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060450 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06ccf8 s Halt(Exception)>unhandledErrorAction
         0xc089f68 s Halt(UnhandledException)>defaultAction
         0xc0d48d8 s UndefinedObject>handleSignal:
         0xc0d4990 s Context>handleSignal:
         0xc0d4a48 s Context>handleSignal:
         0xc0d4b00 s Context>handleSignal:
         0xc0d4bb8 s Context>handleSignal:
         0xc0d4c70 s Context>handleSignal:
         0xc0d4d28 s Context>handleSignal:
         0xc0d4de0 s Context>handleSignal:
         0xc0d4e98 s Context>handleSignal:
         0xc0d4f50 s Context>handleSignal:
         0xc0d5008 s Context>handleSignal:
         0xc105bb0 s Context>handleSignal:
         0xc1112d0 s Context>handleSignal:
         0xc11c178 s Context>handleSignal:
         0xc126a60 s Context>handleSignal:
         0xc131290 s Context>handleSignal:
         0xc13bac0 s Context>handleSignal:
         0xc1462f0 s Context>handleSignal:
         0xc150b20 s Context>handleSignal:
         0xc15b350 s Context>handleSignal:
         0xc165b80 s Context>handleSignal:
         0xc1703b0 s Context>handleSignal:
         0xc17abe0 s Context>handleSignal:
         0xc185410 s Context>handleSignal:
         0xc18fc40 s Context>handleSignal:
         0xc19a470 s Context>handleSignal:
         0xc1a4ca0 s Context>handleSignal:
         0xc1af4d0 s Context>handleSignal:
         0xc1b9d00 s Context>handleSignal:
         0xc1c4530 s Context>handleSignal:
         0xc1ced60 s Context>handleSignal:
         0xc1d9590 s Context>handleSignal:
         0xc1e3dc0 s Context>handleSignal:
         0xc1ee5f0 s Context>handleSignal:
         0xc1f8e20 s Context>handleSignal:
         0xc203650 s Context>handleSignal:
         0xc20de80 s Context>handleSignal:
         0xc2186b0 s Context>handleSignal:
         0xc222ee0 s Context>handleSignal:
         0xc22d710 s Context>handleSignal:
         0xc237f40 s Context>handleSignal:
         0xc242770 s Context>handleSignal:
         0xc24cfa0 s Context>handleSignal:
         0xc2577d0 s Context>handleSignal:
         0xb7d9040 s Context>handleSignal:
         0xb7e3928 s Context>handleSignal:
         0xb7ee210 s Context>handleSignal:
         0xb7f8af8 s Context>handleSignal:
         0xb8033e0 s Context>handleSignal:
         0xb80dcc8 s Context>handleSignal:
         0xb8185b0 s Context>handleSignal:
         0xb822e98 s Context>handleSignal:
         0xb82d780 s Context>handleSignal:
         0xb838068 s Context>handleSignal:
         0xb842950 s Context>handleSignal:
         0xb84d238 s Context>handleSignal:
         0xb857b20 s Context>handleSignal:
         0xb862408 s Context>handleSignal:
         0xb86ccf0 s Context>handleSignal:
         0xb8775d8 s Context>handleSignal:
         0xb881ec0 s Context>handleSignal:
         0xb88c7a8 s Context>handleSignal:
         0xb897090 s Context>handleSignal:
         0xb8a1978 s Context>handleSignal:
         0xb8ac260 s Context>handleSignal:
         0xb8b6b48 s Context>handleSignal:
         0xb8c1430 s Context>handleSignal:
         0xb8cbd18 s Context>handleSignal:
         0xb8d6600 s Context>handleSignal:
         0xb8e0ee8 s Context>handleSignal:
         0xb8eb7d0 s Context>handleSignal:
         0xb8f60b8 s Context>handleSignal:
         0xb9009a0 s Context>handleSignal:
         0xb90b288 s Context>handleSignal:
         0xb915b70 s Context>handleSignal:
         0xb920458 s Context>handleSignal:
         0xb92ad40 s Context>handleSignal:
         0xb935628 s Context>handleSignal:
         0xb93ff10 s Context>handleSignal:
         0xb94a7f8 s Context>handleSignal:
         0xb9550e0 s Context>handleSignal:
         0xb95f9c8 s Context>handleSignal:
         0xb96a2b0 s Context>handleSignal:
         0xb974b98 s Context>handleSignal:
         0xb97f480 s Context>handleSignal:
         0xb989d68 s Context>handleSignal:
         0xb994650 s Context>handleSignal:
         0xb99ef38 s Context>handleSignal:
         0xb9a9820 s Context>handleSignal:
         0xb9b4108 s Context>handleSignal:
         0xb9be9f0 s Context>handleSignal:
         0xb9c92d8 s Context>handleSignal:
         0xb9d3bc0 s Context>handleSignal:
         0xb9de4a8 s Context>handleSignal:
         0xb9e8d90 s Context>handleSignal:
         0xb9f3678 s Context>handleSignal:
         0xb9fdf60 s Context>handleSignal:
         0xba08848 s Context>handleSignal:
         0xba13130 s Context>handleSignal:
         0xba1da18 s Context>handleSignal:
         0xba28300 s Context>handleSignal:
         0xba32be8 s Context>handleSignal:
         0xba3d4d0 s Context>handleSignal:
         0xba44438 s Context>handleSignal:
         0xba49570 s Context>handleSignal:
         0xba4e5f0 s Context>handleSignal:
         0xba535b8 s Context>handleSignal:
         0xba58580 s Context>handleSignal:
         0xba5d490 s Context>handleSignal:
         0xba622e8 s Context>handleSignal:
         0xba67140 s Context>handleSignal:
         0xba6bee0 s Context>handleSignal:
         0xba70c80 s Context>handleSignal:
         0xba75968 s Context>handleSignal:
         0xba7a650 s Context>handleSignal:
         0xba7f338 s Context>handleSignal:
         0xba84020 s Context>handleSignal:
         0xba88d08 s Context>handleSignal:
         0xba8d9f0 s Context>handleSignal:
         0xba926d8 s Context>handleSignal:
         0xba973c0 s Context>handleSignal:
         0xba9c0a8 s Context>handleSignal:
         0xbaa0d90 s Context>handleSignal:
         0xbaa5a78 s Context>handleSignal:
         0xbaaa760 s Context>handleSignal:
         0xbaaf448 s Context>handleSignal:
         0xbab4130 s Context>handleSignal:
         0xbab8e18 s Context>handleSignal:
         0xbabdb00 s Context>handleSignal:
         0xbac27e8 s Context>handleSignal:
         0xbac74d0 s Context>handleSignal:
         0xbacc1b8 s Context>handleSignal:
         0xbad0ea0 s Context>handleSignal:
         0xbad5b88 s Context>handleSignal:
         0xbada870 s Context>handleSignal:
         0xbadf558 s Context>handleSignal:
         0xbae4240 s Context>handleSignal:
         0xbae8f28 s Context>handleSignal:
         0xbaedc10 s Context>handleSignal:
         0xbaf28f8 s Context>handleSignal:
         0xbaf75e0 s Context>handleSignal:
         0xbafc2c8 s Context>handleSignal:
         0xbb00fb0 s Context>handleSignal:
         0xbb05c98 s Context>handleSignal:
         0xbb0a980 s Context>handleSignal:
         0xbb0f668 s Context>handleSignal:
         0xbb14350 s Context>handleSignal:
         0xbb19038 s Context>handleSignal:
         0xbb1dd20 s Context>handleSignal:
         0xbb22a08 s Context>handleSignal:
         0xbb276f0 s Context>handleSignal:
         0xbb2c3d8 s Context>handleSignal:
         0xbb310c0 s Context>handleSignal:
         0xbb35da8 s Context>handleSignal:
         0xbb3aa90 s Context>handleSignal:
         0xbb3f778 s Context>handleSignal:
         0xbb44460 s Context>handleSignal:
         0xbb49148 s Context>handleSignal:
         0xbb4de30 s Context>handleSignal:
         0xbb52b18 s Context>handleSignal:
         0xbb57800 s Context>handleSignal:
         0xbb5c4e8 s Context>handleSignal:
         0xbb611d0 s Context>handleSignal:
         0xbb65eb8 s Context>handleSignal:
         0xbb6aba0 s Context>handleSignal:
         0xbb6f888 s Context>handleSignal:
         0xbb74570 s Context>handleSignal:
         0xbb79258 s Context>handleSignal:
         0xbb7df40 s Context>handleSignal:
         0xbb82c28 s Context>handleSignal:
         0xbb87910 s Context>handleSignal:
         0xbb8c5f8 s Context>handleSignal:
         0xbb912e0 s Context>handleSignal:
         0xbb95fc8 s Context>handleSignal:
         0xbb9acb0 s Context>handleSignal:
         0xbb9f8e0 s Context>handleSignal:
         0xbba4510 s Context>handleSignal:
         0xbba9140 s Context>handleSignal:
         0xbbadd70 s Context>handleSignal:
         0xbbb29a0 s Context>handleSignal:
         0xbbb75d0 s Context>handleSignal:
         0xbbbc200 s Context>handleSignal:
         0xbbc0e30 s Context>handleSignal:
         0xbbc5a60 s Context>handleSignal:
         0xbbca690 s Context>handleSignal:
         0xbbcf2c0 s Context>handleSignal:
         0xbbd3ef0 s Context>handleSignal:
         0xbbd8b20 s Context>handleSignal:
         0xbbdd750 s Context>handleSignal:
         0xbbe2380 s Context>handleSignal:
         0xbbe6fb0 s Context>handleSignal:
         0xbbebbe0 s Context>handleSignal:
         0xbbf0810 s Context>handleSignal:
         0xbbf5440 s Context>handleSignal:
         0xbbfa070 s Context>handleSignal:
         0xbbfeca0 s Context>handleSignal:
         0xbc038d0 s Context>handleSignal:
         0xbc08500 s Context>handleSignal:
         0xbc0d130 s Context>handleSignal:
         0xbc11d60 s Context>handleSignal:
         0xbc16990 s Context>handleSignal:
         0xbc1b5c0 s Context>handleSignal:
         0xbc201f0 s Context>handleSignal:
         0xbc24e20 s Context>handleSignal:
         0xbc29a50 s Context>handleSignal:
         0xbc2e680 s Context>handleSignal:
         0xbc332b0 s Context>handleSignal:
         0xbc37ee0 s Context>handleSignal:
         0xbc3cb10 s Context>handleSignal:
         0xbc41740 s Context>handleSignal:
         0xbc46370 s Context>handleSignal:
         0xbc4afa0 s Context>handleSignal:
         0xbc4fbd0 s Context>handleSignal:
         0xbc54800 s Context>handleSignal:
         0xbc59500 s Context>handleSignal:
         0xbc5e130 s Context>handleSignal:
         0xbc62d60 s Context>handleSignal:
         0xbc67990 s Context>handleSignal:
         0xbc6c5c0 s Context>handleSignal:
         0xbc711f0 s Context>handleSignal:
         0xbc75e20 s Context>handleSignal:
         0xbc7aa50 s Context>handleSignal:
         0xbc7f680 s Context>handleSignal:
         0xbc842b0 s Context>handleSignal:
         0xbc88ee0 s Context>handleSignal:
         0xbc8db10 s Context>handleSignal:
         0xbc92740 s Context>handleSignal:
         0xbc97370 s Context>handleSignal:
         0xbc9bfa0 s Context>handleSignal:
         0xbca0bd0 s Context>handleSignal:
         0xbca5800 s Context>handleSignal:
         0xbcaa430 s Context>handleSignal:
         0xbcaf060 s Context>handleSignal:
         0xbcb3c90 s Context>handleSignal:
         0xbcb88c0 s Context>handleSignal:
         0xbcbd4f0 s Context>handleSignal:
         0xbcc2120 s Context>handleSignal:
         0xbcc6d50 s Context>handleSignal:
         0xbccb980 s Context>handleSignal:
         0xbcd05b0 s Context>handleSignal:
         0xbcd51e0 s Context>handleSignal:
         0xbcd9e10 s Context>handleSignal:
         0xbcdea40 s Context>handleSignal:
         0xbce3670 s Context>handleSignal:
         0xbce82a0 s Context>handleSignal:
         0xbceced0 s Context>handleSignal:
         0xbcf1b00 s Context>handleSignal:
         0xbcf6730 s Context>handleSignal:
         0xbcfb360 s Context>handleSignal:
         0xbcfff90 s Context>handleSignal:
         0xbd04bc0 s Context>handleSignal:
         0xbd097f0 s Context>handleSignal:
         0xbd0e420 s Context>handleSignal:
         0xbd13050 s Context>handleSignal:
         0xbd17c80 s Context>handleSignal:
         0xbd1c8b0 s Context>handleSignal:
         0xbd214e0 s Context>handleSignal:
         0xbd26110 s Context>handleSignal:
         0xbd2ad40 s Context>handleSignal:
         0xbd2f970 s Context>handleSignal:
         0xbd345a0 s Context>handleSignal:
         0xbd391d0 s Context>handleSignal:
         0xbd3de00 s Context>handleSignal:
         0xbd42a30 s Context>handleSignal:
         0xbd47660 s Context>handleSignal:
         0xbd4c290 s Context>handleSignal:
         0xbd50ec0 s Context>handleSignal:
         0xbd55af0 s Context>handleSignal:
         0xbd5a720 s Context>handleSignal:
         0xbd5f350 s Context>handleSignal:
         0xbd63f80 s Context>handleSignal:
         0xbd68bb0 s Context>handleSignal:
         0xbd6d7e0 s Context>handleSignal:
         0xbd72410 s Context>handleSignal:
         0xbd77040 s Context>handleSignal:
         0xbd7bc70 s Context>handleSignal:
         0xbd808a0 s Context>handleSignal:
         0xbd854d0 s Context>handleSignal:
         0xbd8a100 s Context>handleSignal:
         0xbd8ed30 s Context>handleSignal:
         0xbd93960 s Context>handleSignal:
         0xbd98590 s Context>handleSignal:
         0xbd9d1c0 s Context>handleSignal:
         0xbda1df0 s Context>handleSignal:
         0xbda6a20 s Context>handleSignal:
         0xbdab650 s Context>handleSignal:
         0xbdb0280 s Context>handleSignal:
         0xbdb4eb0 s Context>handleSignal:
         0xbdb9ae0 s Context>handleSignal:
         0xbdbe710 s Context>handleSignal:
         0xbdc3340 s Context>handleSignal:
         0xbdc7f70 s Context>handleSignal:
         0xbdccba0 s Context>handleSignal:
         0xbdd17d0 s Context>handleSignal:
         0xbdd6400 s Context>handleSignal:
         0xbddb030 s Context>handleSignal:
         0xbddfc60 s Context>handleSignal:
         0xbde4890 s Context>handleSignal:
         0xbde94c0 s Context>handleSignal:
         0xbdee0f0 s Context>handleSignal:
         0xbdf2d20 s Context>handleSignal:
         0xbdf7950 s Context>handleSignal:
         0xbdfc580 s Context>handleSignal:
         0xbe011b0 s Context>handleSignal:
         0xbe05de0 s Context>handleSignal:
         0xbe0aa10 s Context>handleSignal:
         0xbe0f640 s Context>handleSignal:
         0xbe14270 s Context>handleSignal:
         0xbe18ea0 s Context>handleSignal:
         0xbe1dad0 s Context>handleSignal:
         0xbe22700 s Context>handleSignal:
         0xbe27330 s Context>handleSignal:
         0xbe2bf60 s Context>handleSignal:
         0xbe30b90 s Context>handleSignal:
         0xbe357c0 s Context>handleSignal:
         0xbe3a3f0 s Context>handleSignal:
         0xbe3f020 s Context>handleSignal:
         0xbe43c50 s Context>handleSignal:
         0xbe48880 s Context>handleSignal:
         0xbe4d4b0 s Context>handleSignal:
         0xbe520e0 s Context>handleSignal:
         0xbe56d10 s Context>handleSignal:
         0xbe5b940 s Context>handleSignal:
         0xbe60570 s Context>handleSignal:
         0xbe651a0 s Context>handleSignal:
         0xbe69dd0 s Context>handleSignal:
         0xbe6ea00 s Context>handleSignal:
         0xbe73630 s Context>handleSignal:
         0xbe78260 s Context>handleSignal:
         0xbe7ce90 s Context>handleSignal:
         0xbe81a08 s Context>handleSignal:
         0xbe864c8 s Context>handleSignal:
         0xbe8aed0 s Context>handleSignal:
         0xbe8f820 s Context>handleSignal:
         0xbe940b8 s Context>handleSignal:
         0xbe98898 s Context>handleSignal:
         0xbe9cfc0 s Context>handleSignal:
         0xbea1630 s Context>handleSignal:
         0xbea5be8 s Context>handleSignal:
         0xbeaa0e8 s Context>handleSignal:
         0xbeae530 s Context>handleSignal:
         0xbeb28c0 s Context>handleSignal:
         0xbeb6b98 s Context>handleSignal:
         0xbebadb8 s Context>handleSignal:
         0xbebef20 s Context>handleSignal:
         0xbec2fd0 s Context>handleSignal:
         0xbec6fc8 s Context>handleSignal:
         0xbecaf08 s Context>handleSignal:
         0xbeced90 s Context>handleSignal:
         0xbed2b60 s Context>handleSignal:
         0xbed6878 s Context>handleSignal:
         0xbeda4d8 s Context>handleSignal:
         0xbede080 s Context>handleSignal:
         0xbee1b70 s Context>handleSignal:
         0xbee54f0 s Context>handleSignal:
         0xbee8db8 s Context>handleSignal:
         0xbeec5c8 s Context>handleSignal:
         0xbeefd20 s Context>handleSignal:
         0xbef33c0 s Context>handleSignal:
         0xbef69a8 s Context>handleSignal:
         0xbef9ed8 s Context>handleSignal:
         0xbefd350 s Context>handleSignal:
         0xbf00710 s Context>handleSignal:
         0xbf03a18 s Context>handleSignal:
         0xbf06c68 s Context>handleSignal:
         0xbf09e00 s Context>handleSignal:
         0xbf85c88 s Halt(Exception)>signal
         0xbfa1ba0 s Halt class(Exception class)>signal
         0xbfd4c00 s Halt class>now
         0xbfc6960 s FullBlockClosure(Object)>halt
         0xbff0570 s FullBlockClosure>printOn:
         0xc013890 s Context>printOn:
         0xc03c818 s Context>printDebugOn:
         0xc03caf8 s [] in Context>debugStack:on:
         0xc05a908 s OrderedCollection>do:
         0xbfc66e8 s Context>debugStack:on:
         0xbff0320 s Context>shortDebugStackOn:
         0xc013658 s [] in SmalltalkImage>logError:inContext:
         0xc03c538 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf851c0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa0dd8 s SmalltalkImage>logStdErrorDuring:
         0xbfd3ef8 s SmalltalkImage>logError:inContext:
         0xbffaf78 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01e008 s FullBlockClosure(BlockClosure)>ensure:
         0xc04a7a8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060398 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06cc40 s Halt(Exception)>unhandledErrorAction
         0xc089eb0 s Halt(UnhandledException)>defaultAction
         0xc0d40f0 s UndefinedObject>handleSignal:
         0xc0d41a8 s Context>handleSignal:
         0xc0d4260 s Context>handleSignal:
         0xc0d4318 s Context>handleSignal:
         0xc0d43d0 s Context>handleSignal:
         0xc0d4488 s Context>handleSignal:
         0xc0d4540 s Context>handleSignal:
         0xc0d45f8 s Context>handleSignal:
         0xc0d46b0 s Context>handleSignal:
         0xc0d4768 s Context>handleSignal:
         0xc0d4820 s Context>handleSignal:
         0xc105af8 s Context>handleSignal:
         0xc111218 s Context>handleSignal:
         0xc11c0c0 s Context>handleSignal:
         0xc1269a8 s Context>handleSignal:
         0xc1311d8 s Context>handleSignal:
         0xc13ba08 s Context>handleSignal:
         0xc146238 s Context>handleSignal:
         0xc150a68 s Context>handleSignal:
         0xc15b298 s Context>handleSignal:
         0xc165ac8 s Context>handleSignal:
         0xc1702f8 s Context>handleSignal:
         0xc17ab28 s Context>handleSignal:
         0xc185358 s Context>handleSignal:
         0xc18fb88 s Context>handleSignal:
         0xc19a3b8 s Context>handleSignal:
         0xc1a4be8 s Context>handleSignal:
         0xc1af418 s Context>handleSignal:
         0xc1b9c48 s Context>handleSignal:
         0xc1c4478 s Context>handleSignal:
         0xc1ceca8 s Context>handleSignal:
         0xc1d94d8 s Context>handleSignal:
         0xc1e3d08 s Context>handleSignal:
         0xc1ee538 s Context>handleSignal:
         0xc1f8d68 s Context>handleSignal:
         0xc203598 s Context>handleSignal:
         0xc20ddc8 s Context>handleSignal:
         0xc2185f8 s Context>handleSignal:
         0xc222e28 s Context>handleSignal:
         0xc22d658 s Context>handleSignal:
         0xc237e88 s Context>handleSignal:
         0xc2426b8 s Context>handleSignal:
         0xc24cee8 s Context>handleSignal:
         0xc257718 s Context>handleSignal:
         0xb7d8f88 s Context>handleSignal:
         0xb7e3870 s Context>handleSignal:
         0xb7ee158 s Context>handleSignal:
         0xb7f8a40 s Context>handleSignal:
         0xb803328 s Context>handleSignal:
         0xb80dc10 s Context>handleSignal:
         0xb8184f8 s Context>handleSignal:
         0xb822de0 s Context>handleSignal:
         0xb82d6c8 s Context>handleSignal:
         0xb837fb0 s Context>handleSignal:
         0xb842898 s Context>handleSignal:
         0xb84d180 s Context>handleSignal:
         0xb857a68 s Context>handleSignal:
         0xb862350 s Context>handleSignal:
         0xb86cc38 s Context>handleSignal:
         0xb877520 s Context>handleSignal:
         0xb881e08 s Context>handleSignal:
         0xb88c6f0 s Context>handleSignal:
         0xb896fd8 s Context>handleSignal:
         0xb8a18c0 s Context>handleSignal:
         0xb8ac1a8 s Context>handleSignal:
         0xb8b6a90 s Context>handleSignal:
         0xb8c1378 s Context>handleSignal:
         0xb8cbc60 s Context>handleSignal:
         0xb8d6548 s Context>handleSignal:
         0xb8e0e30 s Context>handleSignal:
         0xb8eb718 s Context>handleSignal:
         0xb8f6000 s Context>handleSignal:
         0xb9008e8 s Context>handleSignal:
         0xb90b1d0 s Context>handleSignal:
         0xb915ab8 s Context>handleSignal:
         0xb9203a0 s Context>handleSignal:
         0xb92ac88 s Context>handleSignal:
         0xb935570 s Context>handleSignal:
         0xb93fe58 s Context>handleSignal:
         0xb94a740 s Context>handleSignal:
         0xb955028 s Context>handleSignal:
         0xb95f910 s Context>handleSignal:
         0xb96a1f8 s Context>handleSignal:
         0xb974ae0 s Context>handleSignal:
         0xb97f3c8 s Context>handleSignal:
         0xb989cb0 s Context>handleSignal:
         0xb994598 s Context>handleSignal:
         0xb99ee80 s Context>handleSignal:
         0xb9a9768 s Context>handleSignal:
         0xb9b4050 s Context>handleSignal:
         0xb9be938 s Context>handleSignal:
         0xb9c9220 s Context>handleSignal:
         0xb9d3b08 s Context>handleSignal:
         0xb9de3f0 s Context>handleSignal:
         0xb9e8cd8 s Context>handleSignal:
         0xb9f35c0 s Context>handleSignal:
         0xb9fdea8 s Context>handleSignal:
         0xba08790 s Context>handleSignal:
         0xba13078 s Context>handleSignal:
         0xba1d960 s Context>handleSignal:
         0xba28248 s Context>handleSignal:
         0xba32b30 s Context>handleSignal:
         0xba3d418 s Context>handleSignal:
         0xba44380 s Context>handleSignal:
         0xba494b8 s Context>handleSignal:
         0xba4e538 s Context>handleSignal:
         0xba53500 s Context>handleSignal:
         0xba584c8 s Context>handleSignal:
         0xba5d3d8 s Context>handleSignal:
         0xba62230 s Context>handleSignal:
         0xba67088 s Context>handleSignal:
         0xba6be28 s Context>handleSignal:
         0xba70bc8 s Context>handleSignal:
         0xba758b0 s Context>handleSignal:
         0xba7a598 s Context>handleSignal:
         0xba7f280 s Context>handleSignal:
         0xba83f68 s Context>handleSignal:
         0xba88c50 s Context>handleSignal:
         0xba8d938 s Context>handleSignal:
         0xba92620 s Context>handleSignal:
         0xba97308 s Context>handleSignal:
         0xba9bff0 s Context>handleSignal:
         0xbaa0cd8 s Context>handleSignal:
         0xbaa59c0 s Context>handleSignal:
         0xbaaa6a8 s Context>handleSignal:
         0xbaaf390 s Context>handleSignal:
         0xbab4078 s Context>handleSignal:
         0xbab8d60 s Context>handleSignal:
         0xbabda48 s Context>handleSignal:
         0xbac2730 s Context>handleSignal:
         0xbac7418 s Context>handleSignal:
         0xbacc100 s Context>handleSignal:
         0xbad0de8 s Context>handleSignal:
         0xbad5ad0 s Context>handleSignal:
         0xbada7b8 s Context>handleSignal:
         0xbadf4a0 s Context>handleSignal:
         0xbae4188 s Context>handleSignal:
         0xbae8e70 s Context>handleSignal:
         0xbaedb58 s Context>handleSignal:
         0xbaf2840 s Context>handleSignal:
         0xbaf7528 s Context>handleSignal:
         0xbafc210 s Context>handleSignal:
         0xbb00ef8 s Context>handleSignal:
         0xbb05be0 s Context>handleSignal:
         0xbb0a8c8 s Context>handleSignal:
         0xbb0f5b0 s Context>handleSignal:
         0xbb14298 s Context>handleSignal:
         0xbb18f80 s Context>handleSignal:
         0xbb1dc68 s Context>handleSignal:
         0xbb22950 s Context>handleSignal:
         0xbb27638 s Context>handleSignal:
         0xbb2c320 s Context>handleSignal:
         0xbb31008 s Context>handleSignal:
         0xbb35cf0 s Context>handleSignal:
         0xbb3a9d8 s Context>handleSignal:
         0xbb3f6c0 s Context>handleSignal:
         0xbb443a8 s Context>handleSignal:
         0xbb49090 s Context>handleSignal:
         0xbb4dd78 s Context>handleSignal:
         0xbb52a60 s Context>handleSignal:
         0xbb57748 s Context>handleSignal:
         0xbb5c430 s Context>handleSignal:
         0xbb61118 s Context>handleSignal:
         0xbb65e00 s Context>handleSignal:
         0xbb6aae8 s Context>handleSignal:
         0xbb6f7d0 s Context>handleSignal:
         0xbb744b8 s Context>handleSignal:
         0xbb791a0 s Context>handleSignal:
         0xbb7de88 s Context>handleSignal:
         0xbb82b70 s Context>handleSignal:
         0xbb87858 s Context>handleSignal:
         0xbb8c540 s Context>handleSignal:
         0xbb91228 s Context>handleSignal:
         0xbb95f10 s Context>handleSignal:
         0xbb9abf8 s Context>handleSignal:
         0xbb9f828 s Context>handleSignal:
         0xbba4458 s Context>handleSignal:
         0xbba9088 s Context>handleSignal:
         0xbbadcb8 s Context>handleSignal:
         0xbbb28e8 s Context>handleSignal:
         0xbbb7518 s Context>handleSignal:
         0xbbbc148 s Context>handleSignal:
         0xbbc0d78 s Context>handleSignal:
         0xbbc59a8 s Context>handleSignal:
         0xbbca5d8 s Context>handleSignal:
         0xbbcf208 s Context>handleSignal:
         0xbbd3e38 s Context>handleSignal:
         0xbbd8a68 s Context>handleSignal:
         0xbbdd698 s Context>handleSignal:
         0xbbe22c8 s Context>handleSignal:
         0xbbe6ef8 s Context>handleSignal:
         0xbbebb28 s Context>handleSignal:
         0xbbf0758 s Context>handleSignal:
         0xbbf5388 s Context>handleSignal:
         0xbbf9fb8 s Context>handleSignal:
         0xbbfebe8 s Context>handleSignal:
         0xbc03818 s Context>handleSignal:
         0xbc08448 s Context>handleSignal:
         0xbc0d078 s Context>handleSignal:
         0xbc11ca8 s Context>handleSignal:
         0xbc168d8 s Context>handleSignal:
         0xbc1b508 s Context>handleSignal:
         0xbc20138 s Context>handleSignal:
         0xbc24d68 s Context>handleSignal:
         0xbc29998 s Context>handleSignal:
         0xbc2e5c8 s Context>handleSignal:
         0xbc331f8 s Context>handleSignal:
         0xbc37e28 s Context>handleSignal:
         0xbc3ca58 s Context>handleSignal:
         0xbc41688 s Context>handleSignal:
         0xbc462b8 s Context>handleSignal:
         0xbc4aee8 s Context>handleSignal:
         0xbc4fb18 s Context>handleSignal:
         0xbc54748 s Context>handleSignal:
         0xbc59448 s Context>handleSignal:
         0xbc5e078 s Context>handleSignal:
         0xbc62ca8 s Context>handleSignal:
         0xbc678d8 s Context>handleSignal:
         0xbc6c508 s Context>handleSignal:
         0xbc71138 s Context>handleSignal:
         0xbc75d68 s Context>handleSignal:
         0xbc7a998 s Context>handleSignal:
         0xbc7f5c8 s Context>handleSignal:
         0xbc841f8 s Context>handleSignal:
         0xbc88e28 s Context>handleSignal:
         0xbc8da58 s Context>handleSignal:
         0xbc92688 s Context>handleSignal:
         0xbc972b8 s Context>handleSignal:
         0xbc9bee8 s Context>handleSignal:
         0xbca0b18 s Context>handleSignal:
         0xbca5748 s Context>handleSignal:
         0xbcaa378 s Context>handleSignal:
         0xbcaefa8 s Context>handleSignal:
         0xbcb3bd8 s Context>handleSignal:
         0xbcb8808 s Context>handleSignal:
         0xbcbd438 s Context>handleSignal:
         0xbcc2068 s Context>handleSignal:
         0xbcc6c98 s Context>handleSignal:
         0xbccb8c8 s Context>handleSignal:
         0xbcd04f8 s Context>handleSignal:
         0xbcd5128 s Context>handleSignal:
         0xbcd9d58 s Context>handleSignal:
         0xbcde988 s Context>handleSignal:
         0xbce35b8 s Context>handleSignal:
         0xbce81e8 s Context>handleSignal:
         0xbcece18 s Context>handleSignal:
         0xbcf1a48 s Context>handleSignal:
         0xbcf6678 s Context>handleSignal:
         0xbcfb2a8 s Context>handleSignal:
         0xbcffed8 s Context>handleSignal:
         0xbd04b08 s Context>handleSignal:
         0xbd09738 s Context>handleSignal:
         0xbd0e368 s Context>handleSignal:
         0xbd12f98 s Context>handleSignal:
         0xbd17bc8 s Context>handleSignal:
         0xbd1c7f8 s Context>handleSignal:
         0xbd21428 s Context>handleSignal:
         0xbd26058 s Context>handleSignal:
         0xbd2ac88 s Context>handleSignal:
         0xbd2f8b8 s Context>handleSignal:
         0xbd344e8 s Context>handleSignal:
         0xbd39118 s Context>handleSignal:
         0xbd3dd48 s Context>handleSignal:
         0xbd42978 s Context>handleSignal:
         0xbd475a8 s Context>handleSignal:
         0xbd4c1d8 s Context>handleSignal:
         0xbd50e08 s Context>handleSignal:
         0xbd55a38 s Context>handleSignal:
         0xbd5a668 s Context>handleSignal:
         0xbd5f298 s Context>handleSignal:
         0xbd63ec8 s Context>handleSignal:
         0xbd68af8 s Context>handleSignal:
         0xbd6d728 s Context>handleSignal:
         0xbd72358 s Context>handleSignal:
         0xbd76f88 s Context>handleSignal:
         0xbd7bbb8 s Context>handleSignal:
         0xbd807e8 s Context>handleSignal:
         0xbd85418 s Context>handleSignal:
         0xbd8a048 s Context>handleSignal:
         0xbd8ec78 s Context>handleSignal:
         0xbd938a8 s Context>handleSignal:
         0xbd984d8 s Context>handleSignal:
         0xbd9d108 s Context>handleSignal:
         0xbda1d38 s Context>handleSignal:
         0xbda6968 s Context>handleSignal:
         0xbdab598 s Context>handleSignal:
         0xbdb01c8 s Context>handleSignal:
         0xbdb4df8 s Context>handleSignal:
         0xbdb9a28 s Context>handleSignal:
         0xbdbe658 s Context>handleSignal:
         0xbdc3288 s Context>handleSignal:
         0xbdc7eb8 s Context>handleSignal:
         0xbdccae8 s Context>handleSignal:
         0xbdd1718 s Context>handleSignal:
         0xbdd6348 s Context>handleSignal:
         0xbddaf78 s Context>handleSignal:
         0xbddfba8 s Context>handleSignal:
         0xbde47d8 s Context>handleSignal:
         0xbde9408 s Context>handleSignal:
         0xbdee038 s Context>handleSignal:
         0xbdf2c68 s Context>handleSignal:
         0xbdf7898 s Context>handleSignal:
         0xbdfc4c8 s Context>handleSignal:
         0xbe010f8 s Context>handleSignal:
         0xbe05d28 s Context>handleSignal:
         0xbe0a958 s Context>handleSignal:
         0xbe0f588 s Context>handleSignal:
         0xbe141b8 s Context>handleSignal:
         0xbe18de8 s Context>handleSignal:
         0xbe1da18 s Context>handleSignal:
         0xbe22648 s Context>handleSignal:
         0xbe27278 s Context>handleSignal:
         0xbe2bea8 s Context>handleSignal:
         0xbe30ad8 s Context>handleSignal:
         0xbe35708 s Context>handleSignal:
         0xbe3a338 s Context>handleSignal:
         0xbe3ef68 s Context>handleSignal:
         0xbe43b98 s Context>handleSignal:
         0xbe487c8 s Context>handleSignal:
         0xbe4d3f8 s Context>handleSignal:
         0xbe52028 s Context>handleSignal:
         0xbe56c58 s Context>handleSignal:
         0xbe5b888 s Context>handleSignal:
         0xbe604b8 s Context>handleSignal:
         0xbe650e8 s Context>handleSignal:
         0xbe69d18 s Context>handleSignal:
         0xbe6e948 s Context>handleSignal:
         0xbe73578 s Context>handleSignal:
         0xbe781a8 s Context>handleSignal:
         0xbe7cdd8 s Context>handleSignal:
         0xbe81950 s Context>handleSignal:
         0xbe86410 s Context>handleSignal:
         0xbe8ae18 s Context>handleSignal:
         0xbe8f768 s Context>handleSignal:
         0xbe94000 s Context>handleSignal:
         0xbe987e0 s Context>handleSignal:
         0xbe9cf08 s Context>handleSignal:
         0xbea1578 s Context>handleSignal:
         0xbea5b30 s Context>handleSignal:
         0xbeaa030 s Context>handleSignal:
         0xbeae478 s Context>handleSignal:
         0xbeb2808 s Context>handleSignal:
         0xbeb6ae0 s Context>handleSignal:
         0xbebad00 s Context>handleSignal:
         0xbebee68 s Context>handleSignal:
         0xbec2f18 s Context>handleSignal:
         0xbec6f10 s Context>handleSignal:
         0xbecae50 s Context>handleSignal:
         0xbececd8 s Context>handleSignal:
         0xbed2aa8 s Context>handleSignal:
         0xbed67c0 s Context>handleSignal:
         0xbeda420 s Context>handleSignal:
         0xbeddfc8 s Context>handleSignal:
         0xbee1ab8 s Context>handleSignal:
         0xbee5438 s Context>handleSignal:
         0xbee8d00 s Context>handleSignal:
         0xbeec510 s Context>handleSignal:
         0xbeefc68 s Context>handleSignal:
         0xbef3308 s Context>handleSignal:
         0xbef68f0 s Context>handleSignal:
         0xbef9e20 s Context>handleSignal:
         0xbefd298 s Context>handleSignal:
         0xbf00658 s Context>handleSignal:
         0xbf03960 s Context>handleSignal:
         0xbf06bb0 s Context>handleSignal:
         0xbf85b18 s Halt(Exception)>signal
         0xbfa19d0 s Halt class(Exception class)>signal
         0xbfd4a48 s Halt class>now
         0xbfc67a0 s FullBlockClosure(Object)>halt
         0xbff03d8 s FullBlockClosure>printOn:
         0xc013710 s Context>printOn:
         0xc03c5f0 s Context>printDebugOn:
         0xc03c8d0 s [] in Context>debugStack:on:
         0xc05a850 s OrderedCollection>do:
         0xbfc6528 s Context>debugStack:on:
         0xbff0188 s Context>shortDebugStackOn:
         0xc0134d8 s [] in SmalltalkImage>logError:inContext:
         0xc03c310 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf85050 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa0c08 s SmalltalkImage>logStdErrorDuring:
         0xbfd3d40 s SmalltalkImage>logError:inContext:
         0xbffaeb0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01df18 s FullBlockClosure(BlockClosure)>ensure:
         0xc04a6c8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0602e0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06cb88 s Halt(Exception)>unhandledErrorAction
         0xc089df8 s Halt(UnhandledException)>defaultAction
         0xc0d3908 s UndefinedObject>handleSignal:
         0xc0d39c0 s Context>handleSignal:
         0xc0d3a78 s Context>handleSignal:
         0xc0d3b30 s Context>handleSignal:
         0xc0d3be8 s Context>handleSignal:
         0xc0d3ca0 s Context>handleSignal:
         0xc0d3d58 s Context>handleSignal:
         0xc0d3e10 s Context>handleSignal:
         0xc0d3ec8 s Context>handleSignal:
         0xc0d3f80 s Context>handleSignal:
         0xc0d4038 s Context>handleSignal:
         0xc105a40 s Context>handleSignal:
         0xc111160 s Context>handleSignal:
         0xc11c008 s Context>handleSignal:
         0xc1268f0 s Context>handleSignal:
         0xc131120 s Context>handleSignal:
         0xc13b950 s Context>handleSignal:
         0xc146180 s Context>handleSignal:
         0xc1509b0 s Context>handleSignal:
         0xc15b1e0 s Context>handleSignal:
         0xc165a10 s Context>handleSignal:
         0xc170240 s Context>handleSignal:
         0xc17aa70 s Context>handleSignal:
         0xc1852a0 s Context>handleSignal:
         0xc18fad0 s Context>handleSignal:
         0xc19a300 s Context>handleSignal:
         0xc1a4b30 s Context>handleSignal:
         0xc1af360 s Context>handleSignal:
         0xc1b9b90 s Context>handleSignal:
         0xc1c43c0 s Context>handleSignal:
         0xc1cebf0 s Context>handleSignal:
         0xc1d9420 s Context>handleSignal:
         0xc1e3c50 s Context>handleSignal:
         0xc1ee480 s Context>handleSignal:
         0xc1f8cb0 s Context>handleSignal:
         0xc2034e0 s Context>handleSignal:
         0xc20dd10 s Context>handleSignal:
         0xc218540 s Context>handleSignal:
         0xc222d70 s Context>handleSignal:
         0xc22d5a0 s Context>handleSignal:
         0xc237dd0 s Context>handleSignal:
         0xc242600 s Context>handleSignal:
         0xc24ce30 s Context>handleSignal:
         0xc257660 s Context>handleSignal:
         0xb7d8ed0 s Context>handleSignal:
         0xb7e37b8 s Context>handleSignal:
         0xb7ee0a0 s Context>handleSignal:
         0xb7f8988 s Context>handleSignal:
         0xb803270 s Context>handleSignal:
         0xb80db58 s Context>handleSignal:
         0xb818440 s Context>handleSignal:
         0xb822d28 s Context>handleSignal:
         0xb82d610 s Context>handleSignal:
         0xb837ef8 s Context>handleSignal:
         0xb8427e0 s Context>handleSignal:
         0xb84d0c8 s Context>handleSignal:
         0xb8579b0 s Context>handleSignal:
         0xb862298 s Context>handleSignal:
         0xb86cb80 s Context>handleSignal:
         0xb877468 s Context>handleSignal:
         0xb881d50 s Context>handleSignal:
         0xb88c638 s Context>handleSignal:
         0xb896f20 s Context>handleSignal:
         0xb8a1808 s Context>handleSignal:
         0xb8ac0f0 s Context>handleSignal:
         0xb8b69d8 s Context>handleSignal:
         0xb8c12c0 s Context>handleSignal:
         0xb8cbba8 s Context>handleSignal:
         0xb8d6490 s Context>handleSignal:
         0xb8e0d78 s Context>handleSignal:
         0xb8eb660 s Context>handleSignal:
         0xb8f5f48 s Context>handleSignal:
         0xb900830 s Context>handleSignal:
         0xb90b118 s Context>handleSignal:
         0xb915a00 s Context>handleSignal:
         0xb9202e8 s Context>handleSignal:
         0xb92abd0 s Context>handleSignal:
         0xb9354b8 s Context>handleSignal:
         0xb93fda0 s Context>handleSignal:
         0xb94a688 s Context>handleSignal:
         0xb954f70 s Context>handleSignal:
         0xb95f858 s Context>handleSignal:
         0xb96a140 s Context>handleSignal:
         0xb974a28 s Context>handleSignal:
         0xb97f310 s Context>handleSignal:
         0xb989bf8 s Context>handleSignal:
         0xb9944e0 s Context>handleSignal:
         0xb99edc8 s Context>handleSignal:
         0xb9a96b0 s Context>handleSignal:
         0xb9b3f98 s Context>handleSignal:
         0xb9be880 s Context>handleSignal:
         0xb9c9168 s Context>handleSignal:
         0xb9d3a50 s Context>handleSignal:
         0xb9de338 s Context>handleSignal:
         0xb9e8c20 s Context>handleSignal:
         0xb9f3508 s Context>handleSignal:
         0xb9fddf0 s Context>handleSignal:
         0xba086d8 s Context>handleSignal:
         0xba12fc0 s Context>handleSignal:
         0xba1d8a8 s Context>handleSignal:
         0xba28190 s Context>handleSignal:
         0xba32a78 s Context>handleSignal:
         0xba3d360 s Context>handleSignal:
         0xba442c8 s Context>handleSignal:
         0xba49400 s Context>handleSignal:
         0xba4e480 s Context>handleSignal:
         0xba53448 s Context>handleSignal:
         0xba58410 s Context>handleSignal:
         0xba5d320 s Context>handleSignal:
         0xba62178 s Context>handleSignal:
         0xba66fd0 s Context>handleSignal:
         0xba6bd70 s Context>handleSignal:
         0xba70b10 s Context>handleSignal:
         0xba757f8 s Context>handleSignal:
         0xba7a4e0 s Context>handleSignal:
         0xba7f1c8 s Context>handleSignal:
         0xba83eb0 s Context>handleSignal:
         0xba88b98 s Context>handleSignal:
         0xba8d880 s Context>handleSignal:
         0xba92568 s Context>handleSignal:
         0xba97250 s Context>handleSignal:
         0xba9bf38 s Context>handleSignal:
         0xbaa0c20 s Context>handleSignal:
         0xbaa5908 s Context>handleSignal:
         0xbaaa5f0 s Context>handleSignal:
         0xbaaf2d8 s Context>handleSignal:
         0xbab3fc0 s Context>handleSignal:
         0xbab8ca8 s Context>handleSignal:
         0xbabd990 s Context>handleSignal:
         0xbac2678 s Context>handleSignal:
         0xbac7360 s Context>handleSignal:
         0xbacc048 s Context>handleSignal:
         0xbad0d30 s Context>handleSignal:
         0xbad5a18 s Context>handleSignal:
         0xbada700 s Context>handleSignal:
         0xbadf3e8 s Context>handleSignal:
         0xbae40d0 s Context>handleSignal:
         0xbae8db8 s Context>handleSignal:
         0xbaedaa0 s Context>handleSignal:
         0xbaf2788 s Context>handleSignal:
         0xbaf7470 s Context>handleSignal:
         0xbafc158 s Context>handleSignal:
         0xbb00e40 s Context>handleSignal:
         0xbb05b28 s Context>handleSignal:
         0xbb0a810 s Context>handleSignal:
         0xbb0f4f8 s Context>handleSignal:
         0xbb141e0 s Context>handleSignal:
         0xbb18ec8 s Context>handleSignal:
         0xbb1dbb0 s Context>handleSignal:
         0xbb22898 s Context>handleSignal:
         0xbb27580 s Context>handleSignal:
         0xbb2c268 s Context>handleSignal:
         0xbb30f50 s Context>handleSignal:
         0xbb35c38 s Context>handleSignal:
         0xbb3a920 s Context>handleSignal:
         0xbb3f608 s Context>handleSignal:
         0xbb442f0 s Context>handleSignal:
         0xbb48fd8 s Context>handleSignal:
         0xbb4dcc0 s Context>handleSignal:
         0xbb529a8 s Context>handleSignal:
         0xbb57690 s Context>handleSignal:
         0xbb5c378 s Context>handleSignal:
         0xbb61060 s Context>handleSignal:
         0xbb65d48 s Context>handleSignal:
         0xbb6aa30 s Context>handleSignal:
         0xbb6f718 s Context>handleSignal:
         0xbb74400 s Context>handleSignal:
         0xbb790e8 s Context>handleSignal:
         0xbb7ddd0 s Context>handleSignal:
         0xbb82ab8 s Context>handleSignal:
         0xbb877a0 s Context>handleSignal:
         0xbb8c488 s Context>handleSignal:
         0xbb91170 s Context>handleSignal:
         0xbb95e58 s Context>handleSignal:
         0xbb9ab40 s Context>handleSignal:
         0xbb9f770 s Context>handleSignal:
         0xbba43a0 s Context>handleSignal:
         0xbba8fd0 s Context>handleSignal:
         0xbbadc00 s Context>handleSignal:
         0xbbb2830 s Context>handleSignal:
         0xbbb7460 s Context>handleSignal:
         0xbbbc090 s Context>handleSignal:
         0xbbc0cc0 s Context>handleSignal:
         0xbbc58f0 s Context>handleSignal:
         0xbbca520 s Context>handleSignal:
         0xbbcf150 s Context>handleSignal:
         0xbbd3d80 s Context>handleSignal:
         0xbbd89b0 s Context>handleSignal:
         0xbbdd5e0 s Context>handleSignal:
         0xbbe2210 s Context>handleSignal:
         0xbbe6e40 s Context>handleSignal:
         0xbbeba70 s Context>handleSignal:
         0xbbf06a0 s Context>handleSignal:
         0xbbf52d0 s Context>handleSignal:
         0xbbf9f00 s Context>handleSignal:
         0xbbfeb30 s Context>handleSignal:
         0xbc03760 s Context>handleSignal:
         0xbc08390 s Context>handleSignal:
         0xbc0cfc0 s Context>handleSignal:
         0xbc11bf0 s Context>handleSignal:
         0xbc16820 s Context>handleSignal:
         0xbc1b450 s Context>handleSignal:
         0xbc20080 s Context>handleSignal:
         0xbc24cb0 s Context>handleSignal:
         0xbc298e0 s Context>handleSignal:
         0xbc2e510 s Context>handleSignal:
         0xbc33140 s Context>handleSignal:
         0xbc37d70 s Context>handleSignal:
         0xbc3c9a0 s Context>handleSignal:
         0xbc415d0 s Context>handleSignal:
         0xbc46200 s Context>handleSignal:
         0xbc4ae30 s Context>handleSignal:
         0xbc4fa60 s Context>handleSignal:
         0xbc54690 s Context>handleSignal:
         0xbc59390 s Context>handleSignal:
         0xbc5dfc0 s Context>handleSignal:
         0xbc62bf0 s Context>handleSignal:
         0xbc67820 s Context>handleSignal:
         0xbc6c450 s Context>handleSignal:
         0xbc71080 s Context>handleSignal:
         0xbc75cb0 s Context>handleSignal:
         0xbc7a8e0 s Context>handleSignal:
         0xbc7f510 s Context>handleSignal:
         0xbc84140 s Context>handleSignal:
         0xbc88d70 s Context>handleSignal:
         0xbc8d9a0 s Context>handleSignal:
         0xbc925d0 s Context>handleSignal:
         0xbc97200 s Context>handleSignal:
         0xbc9be30 s Context>handleSignal:
         0xbca0a60 s Context>handleSignal:
         0xbca5690 s Context>handleSignal:
         0xbcaa2c0 s Context>handleSignal:
         0xbcaeef0 s Context>handleSignal:
         0xbcb3b20 s Context>handleSignal:
         0xbcb8750 s Context>handleSignal:
         0xbcbd380 s Context>handleSignal:
         0xbcc1fb0 s Context>handleSignal:
         0xbcc6be0 s Context>handleSignal:
         0xbccb810 s Context>handleSignal:
         0xbcd0440 s Context>handleSignal:
         0xbcd5070 s Context>handleSignal:
         0xbcd9ca0 s Context>handleSignal:
         0xbcde8d0 s Context>handleSignal:
         0xbce3500 s Context>handleSignal:
         0xbce8130 s Context>handleSignal:
         0xbcecd60 s Context>handleSignal:
         0xbcf1990 s Context>handleSignal:
         0xbcf65c0 s Context>handleSignal:
         0xbcfb1f0 s Context>handleSignal:
         0xbcffe20 s Context>handleSignal:
         0xbd04a50 s Context>handleSignal:
         0xbd09680 s Context>handleSignal:
         0xbd0e2b0 s Context>handleSignal:
         0xbd12ee0 s Context>handleSignal:
         0xbd17b10 s Context>handleSignal:
         0xbd1c740 s Context>handleSignal:
         0xbd21370 s Context>handleSignal:
         0xbd25fa0 s Context>handleSignal:
         0xbd2abd0 s Context>handleSignal:
         0xbd2f800 s Context>handleSignal:
         0xbd34430 s Context>handleSignal:
         0xbd39060 s Context>handleSignal:
         0xbd3dc90 s Context>handleSignal:
         0xbd428c0 s Context>handleSignal:
         0xbd474f0 s Context>handleSignal:
         0xbd4c120 s Context>handleSignal:
         0xbd50d50 s Context>handleSignal:
         0xbd55980 s Context>handleSignal:
         0xbd5a5b0 s Context>handleSignal:
         0xbd5f1e0 s Context>handleSignal:
         0xbd63e10 s Context>handleSignal:
         0xbd68a40 s Context>handleSignal:
         0xbd6d670 s Context>handleSignal:
         0xbd722a0 s Context>handleSignal:
         0xbd76ed0 s Context>handleSignal:
         0xbd7bb00 s Context>handleSignal:
         0xbd80730 s Context>handleSignal:
         0xbd85360 s Context>handleSignal:
         0xbd89f90 s Context>handleSignal:
         0xbd8ebc0 s Context>handleSignal:
         0xbd937f0 s Context>handleSignal:
         0xbd98420 s Context>handleSignal:
         0xbd9d050 s Context>handleSignal:
         0xbda1c80 s Context>handleSignal:
         0xbda68b0 s Context>handleSignal:
         0xbdab4e0 s Context>handleSignal:
         0xbdb0110 s Context>handleSignal:
         0xbdb4d40 s Context>handleSignal:
         0xbdb9970 s Context>handleSignal:
         0xbdbe5a0 s Context>handleSignal:
         0xbdc31d0 s Context>handleSignal:
         0xbdc7e00 s Context>handleSignal:
         0xbdcca30 s Context>handleSignal:
         0xbdd1660 s Context>handleSignal:
         0xbdd6290 s Context>handleSignal:
         0xbddaec0 s Context>handleSignal:
         0xbddfaf0 s Context>handleSignal:
         0xbde4720 s Context>handleSignal:
         0xbde9350 s Context>handleSignal:
         0xbdedf80 s Context>handleSignal:
         0xbdf2bb0 s Context>handleSignal:
         0xbdf77e0 s Context>handleSignal:
         0xbdfc410 s Context>handleSignal:
         0xbe01040 s Context>handleSignal:
         0xbe05c70 s Context>handleSignal:
         0xbe0a8a0 s Context>handleSignal:
         0xbe0f4d0 s Context>handleSignal:
         0xbe14100 s Context>handleSignal:
         0xbe18d30 s Context>handleSignal:
         0xbe1d960 s Context>handleSignal:
         0xbe22590 s Context>handleSignal:
         0xbe271c0 s Context>handleSignal:
         0xbe2bdf0 s Context>handleSignal:
         0xbe30a20 s Context>handleSignal:
         0xbe35650 s Context>handleSignal:
         0xbe3a280 s Context>handleSignal:
         0xbe3eeb0 s Context>handleSignal:
         0xbe43ae0 s Context>handleSignal:
         0xbe48710 s Context>handleSignal:
         0xbe4d340 s Context>handleSignal:
         0xbe51f70 s Context>handleSignal:
         0xbe56ba0 s Context>handleSignal:
         0xbe5b7d0 s Context>handleSignal:
         0xbe60400 s Context>handleSignal:
         0xbe65030 s Context>handleSignal:
         0xbe69c60 s Context>handleSignal:
         0xbe6e890 s Context>handleSignal:
         0xbe734c0 s Context>handleSignal:
         0xbe780f0 s Context>handleSignal:
         0xbe7cd20 s Context>handleSignal:
         0xbe81898 s Context>handleSignal:
         0xbe86358 s Context>handleSignal:
         0xbe8ad60 s Context>handleSignal:
         0xbe8f6b0 s Context>handleSignal:
         0xbe93f48 s Context>handleSignal:
         0xbe98728 s Context>handleSignal:
         0xbe9ce50 s Context>handleSignal:
         0xbea14c0 s Context>handleSignal:
         0xbea5a78 s Context>handleSignal:
         0xbea9f78 s Context>handleSignal:
         0xbeae3c0 s Context>handleSignal:
         0xbeb2750 s Context>handleSignal:
         0xbeb6a28 s Context>handleSignal:
         0xbebac48 s Context>handleSignal:
         0xbebedb0 s Context>handleSignal:
         0xbec2e60 s Context>handleSignal:
         0xbec6e58 s Context>handleSignal:
         0xbecad98 s Context>handleSignal:
         0xbecec20 s Context>handleSignal:
         0xbed29f0 s Context>handleSignal:
         0xbed6708 s Context>handleSignal:
         0xbeda368 s Context>handleSignal:
         0xbeddf10 s Context>handleSignal:
         0xbee1a00 s Context>handleSignal:
         0xbee5380 s Context>handleSignal:
         0xbee8c48 s Context>handleSignal:
         0xbeec458 s Context>handleSignal:
         0xbeefbb0 s Context>handleSignal:
         0xbef3250 s Context>handleSignal:
         0xbef6838 s Context>handleSignal:
         0xbef9d68 s Context>handleSignal:
         0xbefd1e0 s Context>handleSignal:
         0xbf005a0 s Context>handleSignal:
         0xbf038a8 s Context>handleSignal:
         0xbf859a8 s Halt(Exception)>signal
         0xbfa1800 s Halt class(Exception class)>signal
         0xbfd4890 s Halt class>now
         0xbfc65e0 s FullBlockClosure(Object)>halt
         0xbff0240 s FullBlockClosure>printOn:
         0xc013590 s Context>printOn:
         0xc03c3c8 s Context>printDebugOn:
         0xc03c6a8 s [] in Context>debugStack:on:
         0xc05a798 s OrderedCollection>do:
         0xbfc6368 s Context>debugStack:on:
         0xbfefff0 s Context>shortDebugStackOn:
         0xc013358 s [] in SmalltalkImage>logError:inContext:
         0xc03c0e8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf84ee0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa0a38 s SmalltalkImage>logStdErrorDuring:
         0xbfd3b88 s SmalltalkImage>logError:inContext:
         0xbffade8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01de28 s FullBlockClosure(BlockClosure)>ensure:
         0xc04a5e8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060228 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06cad0 s Halt(Exception)>unhandledErrorAction
         0xc089d40 s Halt(UnhandledException)>defaultAction
         0xc0d3120 s UndefinedObject>handleSignal:
         0xc0d31d8 s Context>handleSignal:
         0xc0d3290 s Context>handleSignal:
         0xc0d3348 s Context>handleSignal:
         0xc0d3400 s Context>handleSignal:
         0xc0d34b8 s Context>handleSignal:
         0xc0d3570 s Context>handleSignal:
         0xc0d3628 s Context>handleSignal:
         0xc0d36e0 s Context>handleSignal:
         0xc0d3798 s Context>handleSignal:
         0xc0d3850 s Context>handleSignal:
         0xc105988 s Context>handleSignal:
         0xc1110a8 s Context>handleSignal:
         0xc11bf50 s Context>handleSignal:
         0xc126838 s Context>handleSignal:
         0xc131068 s Context>handleSignal:
         0xc13b898 s Context>handleSignal:
         0xc1460c8 s Context>handleSignal:
         0xc1508f8 s Context>handleSignal:
         0xc15b128 s Context>handleSignal:
         0xc165958 s Context>handleSignal:
         0xc170188 s Context>handleSignal:
         0xc17a9b8 s Context>handleSignal:
         0xc1851e8 s Context>handleSignal:
         0xc18fa18 s Context>handleSignal:
         0xc19a248 s Context>handleSignal:
         0xc1a4a78 s Context>handleSignal:
         0xc1af2a8 s Context>handleSignal:
         0xc1b9ad8 s Context>handleSignal:
         0xc1c4308 s Context>handleSignal:
         0xc1ceb38 s Context>handleSignal:
         0xc1d9368 s Context>handleSignal:
         0xc1e3b98 s Context>handleSignal:
         0xc1ee3c8 s Context>handleSignal:
         0xc1f8bf8 s Context>handleSignal:
         0xc203428 s Context>handleSignal:
         0xc20dc58 s Context>handleSignal:
         0xc218488 s Context>handleSignal:
         0xc222cb8 s Context>handleSignal:
         0xc22d4e8 s Context>handleSignal:
         0xc237d18 s Context>handleSignal:
         0xc242548 s Context>handleSignal:
         0xc24cd78 s Context>handleSignal:
         0xc2575a8 s Context>handleSignal:
         0xb7d8e18 s Context>handleSignal:
         0xb7e3700 s Context>handleSignal:
         0xb7edfe8 s Context>handleSignal:
         0xb7f88d0 s Context>handleSignal:
         0xb8031b8 s Context>handleSignal:
         0xb80daa0 s Context>handleSignal:
         0xb818388 s Context>handleSignal:
         0xb822c70 s Context>handleSignal:
         0xb82d558 s Context>handleSignal:
         0xb837e40 s Context>handleSignal:
         0xb842728 s Context>handleSignal:
         0xb84d010 s Context>handleSignal:
         0xb8578f8 s Context>handleSignal:
         0xb8621e0 s Context>handleSignal:
         0xb86cac8 s Context>handleSignal:
         0xb8773b0 s Context>handleSignal:
         0xb881c98 s Context>handleSignal:
         0xb88c580 s Context>handleSignal:
         0xb896e68 s Context>handleSignal:
         0xb8a1750 s Context>handleSignal:
         0xb8ac038 s Context>handleSignal:
         0xb8b6920 s Context>handleSignal:
         0xb8c1208 s Context>handleSignal:
         0xb8cbaf0 s Context>handleSignal:
         0xb8d63d8 s Context>handleSignal:
         0xb8e0cc0 s Context>handleSignal:
         0xb8eb5a8 s Context>handleSignal:
         0xb8f5e90 s Context>handleSignal:
         0xb900778 s Context>handleSignal:
         0xb90b060 s Context>handleSignal:
         0xb915948 s Context>handleSignal:
         0xb920230 s Context>handleSignal:
         0xb92ab18 s Context>handleSignal:
         0xb935400 s Context>handleSignal:
         0xb93fce8 s Context>handleSignal:
         0xb94a5d0 s Context>handleSignal:
         0xb954eb8 s Context>handleSignal:
         0xb95f7a0 s Context>handleSignal:
         0xb96a088 s Context>handleSignal:
         0xb974970 s Context>handleSignal:
         0xb97f258 s Context>handleSignal:
         0xb989b40 s Context>handleSignal:
         0xb994428 s Context>handleSignal:
         0xb99ed10 s Context>handleSignal:
         0xb9a95f8 s Context>handleSignal:
         0xb9b3ee0 s Context>handleSignal:
         0xb9be7c8 s Context>handleSignal:
         0xb9c90b0 s Context>handleSignal:
         0xb9d3998 s Context>handleSignal:
         0xb9de280 s Context>handleSignal:
         0xb9e8b68 s Context>handleSignal:
         0xb9f3450 s Context>handleSignal:
         0xb9fdd38 s Context>handleSignal:
         0xba08620 s Context>handleSignal:
         0xba12f08 s Context>handleSignal:
         0xba1d7f0 s Context>handleSignal:
         0xba280d8 s Context>handleSignal:
         0xba329c0 s Context>handleSignal:
         0xba3d2a8 s Context>handleSignal:
         0xba44210 s Context>handleSignal:
         0xba49348 s Context>handleSignal:
         0xba4e3c8 s Context>handleSignal:
         0xba53390 s Context>handleSignal:
         0xba58358 s Context>handleSignal:
         0xba5d268 s Context>handleSignal:
         0xba620c0 s Context>handleSignal:
         0xba66f18 s Context>handleSignal:
         0xba6bcb8 s Context>handleSignal:
         0xba70a58 s Context>handleSignal:
         0xba75740 s Context>handleSignal:
         0xba7a428 s Context>handleSignal:
         0xba7f110 s Context>handleSignal:
         0xba83df8 s Context>handleSignal:
         0xba88ae0 s Context>handleSignal:
         0xba8d7c8 s Context>handleSignal:
         0xba924b0 s Context>handleSignal:
         0xba97198 s Context>handleSignal:
         0xba9be80 s Context>handleSignal:
         0xbaa0b68 s Context>handleSignal:
         0xbaa5850 s Context>handleSignal:
         0xbaaa538 s Context>handleSignal:
         0xbaaf220 s Context>handleSignal:
         0xbab3f08 s Context>handleSignal:
         0xbab8bf0 s Context>handleSignal:
         0xbabd8d8 s Context>handleSignal:
         0xbac25c0 s Context>handleSignal:
         0xbac72a8 s Context>handleSignal:
         0xbacbf90 s Context>handleSignal:
         0xbad0c78 s Context>handleSignal:
         0xbad5960 s Context>handleSignal:
         0xbada648 s Context>handleSignal:
         0xbadf330 s Context>handleSignal:
         0xbae4018 s Context>handleSignal:
         0xbae8d00 s Context>handleSignal:
         0xbaed9e8 s Context>handleSignal:
         0xbaf26d0 s Context>handleSignal:
         0xbaf73b8 s Context>handleSignal:
         0xbafc0a0 s Context>handleSignal:
         0xbb00d88 s Context>handleSignal:
         0xbb05a70 s Context>handleSignal:
         0xbb0a758 s Context>handleSignal:
         0xbb0f440 s Context>handleSignal:
         0xbb14128 s Context>handleSignal:
         0xbb18e10 s Context>handleSignal:
         0xbb1daf8 s Context>handleSignal:
         0xbb227e0 s Context>handleSignal:
         0xbb274c8 s Context>handleSignal:
         0xbb2c1b0 s Context>handleSignal:
         0xbb30e98 s Context>handleSignal:
         0xbb35b80 s Context>handleSignal:
         0xbb3a868 s Context>handleSignal:
         0xbb3f550 s Context>handleSignal:
         0xbb44238 s Context>handleSignal:
         0xbb48f20 s Context>handleSignal:
         0xbb4dc08 s Context>handleSignal:
         0xbb528f0 s Context>handleSignal:
         0xbb575d8 s Context>handleSignal:
         0xbb5c2c0 s Context>handleSignal:
         0xbb60fa8 s Context>handleSignal:
         0xbb65c90 s Context>handleSignal:
         0xbb6a978 s Context>handleSignal:
         0xbb6f660 s Context>handleSignal:
         0xbb74348 s Context>handleSignal:
         0xbb79030 s Context>handleSignal:
         0xbb7dd18 s Context>handleSignal:
         0xbb82a00 s Context>handleSignal:
         0xbb876e8 s Context>handleSignal:
         0xbb8c3d0 s Context>handleSignal:
         0xbb910b8 s Context>handleSignal:
         0xbb95da0 s Context>handleSignal:
         0xbb9aa88 s Context>handleSignal:
         0xbb9f6b8 s Context>handleSignal:
         0xbba42e8 s Context>handleSignal:
         0xbba8f18 s Context>handleSignal:
         0xbbadb48 s Context>handleSignal:
         0xbbb2778 s Context>handleSignal:
         0xbbb73a8 s Context>handleSignal:
         0xbbbbfd8 s Context>handleSignal:
         0xbbc0c08 s Context>handleSignal:
         0xbbc5838 s Context>handleSignal:
         0xbbca468 s Context>handleSignal:
         0xbbcf098 s Context>handleSignal:
         0xbbd3cc8 s Context>handleSignal:
         0xbbd88f8 s Context>handleSignal:
         0xbbdd528 s Context>handleSignal:
         0xbbe2158 s Context>handleSignal:
         0xbbe6d88 s Context>handleSignal:
         0xbbeb9b8 s Context>handleSignal:
         0xbbf05e8 s Context>handleSignal:
         0xbbf5218 s Context>handleSignal:
         0xbbf9e48 s Context>handleSignal:
         0xbbfea78 s Context>handleSignal:
         0xbc036a8 s Context>handleSignal:
         0xbc082d8 s Context>handleSignal:
         0xbc0cf08 s Context>handleSignal:
         0xbc11b38 s Context>handleSignal:
         0xbc16768 s Context>handleSignal:
         0xbc1b398 s Context>handleSignal:
         0xbc1ffc8 s Context>handleSignal:
         0xbc24bf8 s Context>handleSignal:
         0xbc29828 s Context>handleSignal:
         0xbc2e458 s Context>handleSignal:
         0xbc33088 s Context>handleSignal:
         0xbc37cb8 s Context>handleSignal:
         0xbc3c8e8 s Context>handleSignal:
         0xbc41518 s Context>handleSignal:
         0xbc46148 s Context>handleSignal:
         0xbc4ad78 s Context>handleSignal:
         0xbc4f9a8 s Context>handleSignal:
         0xbc545d8 s Context>handleSignal:
         0xbc592d8 s Context>handleSignal:
         0xbc5df08 s Context>handleSignal:
         0xbc62b38 s Context>handleSignal:
         0xbc67768 s Context>handleSignal:
         0xbc6c398 s Context>handleSignal:
         0xbc70fc8 s Context>handleSignal:
         0xbc75bf8 s Context>handleSignal:
         0xbc7a828 s Context>handleSignal:
         0xbc7f458 s Context>handleSignal:
         0xbc84088 s Context>handleSignal:
         0xbc88cb8 s Context>handleSignal:
         0xbc8d8e8 s Context>handleSignal:
         0xbc92518 s Context>handleSignal:
         0xbc97148 s Context>handleSignal:
         0xbc9bd78 s Context>handleSignal:
         0xbca09a8 s Context>handleSignal:
         0xbca55d8 s Context>handleSignal:
         0xbcaa208 s Context>handleSignal:
         0xbcaee38 s Context>handleSignal:
         0xbcb3a68 s Context>handleSignal:
         0xbcb8698 s Context>handleSignal:
         0xbcbd2c8 s Context>handleSignal:
         0xbcc1ef8 s Context>handleSignal:
         0xbcc6b28 s Context>handleSignal:
         0xbccb758 s Context>handleSignal:
         0xbcd0388 s Context>handleSignal:
         0xbcd4fb8 s Context>handleSignal:
         0xbcd9be8 s Context>handleSignal:
         0xbcde818 s Context>handleSignal:
         0xbce3448 s Context>handleSignal:
         0xbce8078 s Context>handleSignal:
         0xbcecca8 s Context>handleSignal:
         0xbcf18d8 s Context>handleSignal:
         0xbcf6508 s Context>handleSignal:
         0xbcfb138 s Context>handleSignal:
         0xbcffd68 s Context>handleSignal:
         0xbd04998 s Context>handleSignal:
         0xbd095c8 s Context>handleSignal:
         0xbd0e1f8 s Context>handleSignal:
         0xbd12e28 s Context>handleSignal:
         0xbd17a58 s Context>handleSignal:
         0xbd1c688 s Context>handleSignal:
         0xbd212b8 s Context>handleSignal:
         0xbd25ee8 s Context>handleSignal:
         0xbd2ab18 s Context>handleSignal:
         0xbd2f748 s Context>handleSignal:
         0xbd34378 s Context>handleSignal:
         0xbd38fa8 s Context>handleSignal:
         0xbd3dbd8 s Context>handleSignal:
         0xbd42808 s Context>handleSignal:
         0xbd47438 s Context>handleSignal:
         0xbd4c068 s Context>handleSignal:
         0xbd50c98 s Context>handleSignal:
         0xbd558c8 s Context>handleSignal:
         0xbd5a4f8 s Context>handleSignal:
         0xbd5f128 s Context>handleSignal:
         0xbd63d58 s Context>handleSignal:
         0xbd68988 s Context>handleSignal:
         0xbd6d5b8 s Context>handleSignal:
         0xbd721e8 s Context>handleSignal:
         0xbd76e18 s Context>handleSignal:
         0xbd7ba48 s Context>handleSignal:
         0xbd80678 s Context>handleSignal:
         0xbd852a8 s Context>handleSignal:
         0xbd89ed8 s Context>handleSignal:
         0xbd8eb08 s Context>handleSignal:
         0xbd93738 s Context>handleSignal:
         0xbd98368 s Context>handleSignal:
         0xbd9cf98 s Context>handleSignal:
         0xbda1bc8 s Context>handleSignal:
         0xbda67f8 s Context>handleSignal:
         0xbdab428 s Context>handleSignal:
         0xbdb0058 s Context>handleSignal:
         0xbdb4c88 s Context>handleSignal:
         0xbdb98b8 s Context>handleSignal:
         0xbdbe4e8 s Context>handleSignal:
         0xbdc3118 s Context>handleSignal:
         0xbdc7d48 s Context>handleSignal:
         0xbdcc978 s Context>handleSignal:
         0xbdd15a8 s Context>handleSignal:
         0xbdd61d8 s Context>handleSignal:
         0xbddae08 s Context>handleSignal:
         0xbddfa38 s Context>handleSignal:
         0xbde4668 s Context>handleSignal:
         0xbde9298 s Context>handleSignal:
         0xbdedec8 s Context>handleSignal:
         0xbdf2af8 s Context>handleSignal:
         0xbdf7728 s Context>handleSignal:
         0xbdfc358 s Context>handleSignal:
         0xbe00f88 s Context>handleSignal:
         0xbe05bb8 s Context>handleSignal:
         0xbe0a7e8 s Context>handleSignal:
         0xbe0f418 s Context>handleSignal:
         0xbe14048 s Context>handleSignal:
         0xbe18c78 s Context>handleSignal:
         0xbe1d8a8 s Context>handleSignal:
         0xbe224d8 s Context>handleSignal:
         0xbe27108 s Context>handleSignal:
         0xbe2bd38 s Context>handleSignal:
         0xbe30968 s Context>handleSignal:
         0xbe35598 s Context>handleSignal:
         0xbe3a1c8 s Context>handleSignal:
         0xbe3edf8 s Context>handleSignal:
         0xbe43a28 s Context>handleSignal:
         0xbe48658 s Context>handleSignal:
         0xbe4d288 s Context>handleSignal:
         0xbe51eb8 s Context>handleSignal:
         0xbe56ae8 s Context>handleSignal:
         0xbe5b718 s Context>handleSignal:
         0xbe60348 s Context>handleSignal:
         0xbe64f78 s Context>handleSignal:
         0xbe69ba8 s Context>handleSignal:
         0xbe6e7d8 s Context>handleSignal:
         0xbe73408 s Context>handleSignal:
         0xbe78038 s Context>handleSignal:
         0xbe7cc68 s Context>handleSignal:
         0xbe817e0 s Context>handleSignal:
         0xbe862a0 s Context>handleSignal:
         0xbe8aca8 s Context>handleSignal:
         0xbe8f5f8 s Context>handleSignal:
         0xbe93e90 s Context>handleSignal:
         0xbe98670 s Context>handleSignal:
         0xbe9cd98 s Context>handleSignal:
         0xbea1408 s Context>handleSignal:
         0xbea59c0 s Context>handleSignal:
         0xbea9ec0 s Context>handleSignal:
         0xbeae308 s Context>handleSignal:
         0xbeb2698 s Context>handleSignal:
         0xbeb6970 s Context>handleSignal:
         0xbebab90 s Context>handleSignal:
         0xbebecf8 s Context>handleSignal:
         0xbec2da8 s Context>handleSignal:
         0xbec6da0 s Context>handleSignal:
         0xbecace0 s Context>handleSignal:
         0xbeceb68 s Context>handleSignal:
         0xbed2938 s Context>handleSignal:
         0xbed6650 s Context>handleSignal:
         0xbeda2b0 s Context>handleSignal:
         0xbedde58 s Context>handleSignal:
         0xbee1948 s Context>handleSignal:
         0xbee52c8 s Context>handleSignal:
         0xbee8b90 s Context>handleSignal:
         0xbeec3a0 s Context>handleSignal:
         0xbeefaf8 s Context>handleSignal:
         0xbef3198 s Context>handleSignal:
         0xbef6780 s Context>handleSignal:
         0xbef9cb0 s Context>handleSignal:
         0xbefd128 s Context>handleSignal:
         0xbf004e8 s Context>handleSignal:
         0xbf85838 s Halt(Exception)>signal
         0xbfa1630 s Halt class(Exception class)>signal
         0xbfd46d8 s Halt class>now
         0xbfc6420 s FullBlockClosure(Object)>halt
         0xbff00a8 s FullBlockClosure>printOn:
         0xc013410 s Context>printOn:
         0xc03c1a0 s Context>printDebugOn:
         0xc03c480 s [] in Context>debugStack:on:
         0xc05a6e0 s OrderedCollection>do:
         0xbfc61a8 s Context>debugStack:on:
         0xbfefe58 s Context>shortDebugStackOn:
         0xc0131d8 s [] in SmalltalkImage>logError:inContext:
         0xc03bec0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf84d70 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa0868 s SmalltalkImage>logStdErrorDuring:
         0xbfd39d0 s SmalltalkImage>logError:inContext:
         0xbffad20 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01dd38 s FullBlockClosure(BlockClosure)>ensure:
         0xc04a508 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060170 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06ca18 s Halt(Exception)>unhandledErrorAction
         0xc089c88 s Halt(UnhandledException)>defaultAction
         0xc0d2938 s UndefinedObject>handleSignal:
         0xc0d29f0 s Context>handleSignal:
         0xc0d2aa8 s Context>handleSignal:
         0xc0d2b60 s Context>handleSignal:
         0xc0d2c18 s Context>handleSignal:
         0xc0d2cd0 s Context>handleSignal:
         0xc0d2d88 s Context>handleSignal:
         0xc0d2e40 s Context>handleSignal:
         0xc0d2ef8 s Context>handleSignal:
         0xc0d2fb0 s Context>handleSignal:
         0xc0d3068 s Context>handleSignal:
         0xc1058d0 s Context>handleSignal:
         0xc110ff0 s Context>handleSignal:
         0xc11be98 s Context>handleSignal:
         0xc126780 s Context>handleSignal:
         0xc130fb0 s Context>handleSignal:
         0xc13b7e0 s Context>handleSignal:
         0xc146010 s Context>handleSignal:
         0xc150840 s Context>handleSignal:
         0xc15b070 s Context>handleSignal:
         0xc1658a0 s Context>handleSignal:
         0xc1700d0 s Context>handleSignal:
         0xc17a900 s Context>handleSignal:
         0xc185130 s Context>handleSignal:
         0xc18f960 s Context>handleSignal:
         0xc19a190 s Context>handleSignal:
         0xc1a49c0 s Context>handleSignal:
         0xc1af1f0 s Context>handleSignal:
         0xc1b9a20 s Context>handleSignal:
         0xc1c4250 s Context>handleSignal:
         0xc1cea80 s Context>handleSignal:
         0xc1d92b0 s Context>handleSignal:
         0xc1e3ae0 s Context>handleSignal:
         0xc1ee310 s Context>handleSignal:
         0xc1f8b40 s Context>handleSignal:
         0xc203370 s Context>handleSignal:
         0xc20dba0 s Context>handleSignal:
         0xc2183d0 s Context>handleSignal:
         0xc222c00 s Context>handleSignal:
         0xc22d430 s Context>handleSignal:
         0xc237c60 s Context>handleSignal:
         0xc242490 s Context>handleSignal:
         0xc24ccc0 s Context>handleSignal:
         0xc2574f0 s Context>handleSignal:
         0xb7d8d60 s Context>handleSignal:
         0xb7e3648 s Context>handleSignal:
         0xb7edf30 s Context>handleSignal:
         0xb7f8818 s Context>handleSignal:
         0xb803100 s Context>handleSignal:
         0xb80d9e8 s Context>handleSignal:
         0xb8182d0 s Context>handleSignal:
         0xb822bb8 s Context>handleSignal:
         0xb82d4a0 s Context>handleSignal:
         0xb837d88 s Context>handleSignal:
         0xb842670 s Context>handleSignal:
         0xb84cf58 s Context>handleSignal:
         0xb857840 s Context>handleSignal:
         0xb862128 s Context>handleSignal:
         0xb86ca10 s Context>handleSignal:
         0xb8772f8 s Context>handleSignal:
         0xb881be0 s Context>handleSignal:
         0xb88c4c8 s Context>handleSignal:
         0xb896db0 s Context>handleSignal:
         0xb8a1698 s Context>handleSignal:
         0xb8abf80 s Context>handleSignal:
         0xb8b6868 s Context>handleSignal:
         0xb8c1150 s Context>handleSignal:
         0xb8cba38 s Context>handleSignal:
         0xb8d6320 s Context>handleSignal:
         0xb8e0c08 s Context>handleSignal:
         0xb8eb4f0 s Context>handleSignal:
         0xb8f5dd8 s Context>handleSignal:
         0xb9006c0 s Context>handleSignal:
         0xb90afa8 s Context>handleSignal:
         0xb915890 s Context>handleSignal:
         0xb920178 s Context>handleSignal:
         0xb92aa60 s Context>handleSignal:
         0xb935348 s Context>handleSignal:
         0xb93fc30 s Context>handleSignal:
         0xb94a518 s Context>handleSignal:
         0xb954e00 s Context>handleSignal:
         0xb95f6e8 s Context>handleSignal:
         0xb969fd0 s Context>handleSignal:
         0xb9748b8 s Context>handleSignal:
         0xb97f1a0 s Context>handleSignal:
         0xb989a88 s Context>handleSignal:
         0xb994370 s Context>handleSignal:
         0xb99ec58 s Context>handleSignal:
         0xb9a9540 s Context>handleSignal:
         0xb9b3e28 s Context>handleSignal:
         0xb9be710 s Context>handleSignal:
         0xb9c8ff8 s Context>handleSignal:
         0xb9d38e0 s Context>handleSignal:
         0xb9de1c8 s Context>handleSignal:
         0xb9e8ab0 s Context>handleSignal:
         0xb9f3398 s Context>handleSignal:
         0xb9fdc80 s Context>handleSignal:
         0xba08568 s Context>handleSignal:
         0xba12e50 s Context>handleSignal:
         0xba1d738 s Context>handleSignal:
         0xba28020 s Context>handleSignal:
         0xba32908 s Context>handleSignal:
         0xba3d1f0 s Context>handleSignal:
         0xba44158 s Context>handleSignal:
         0xba49290 s Context>handleSignal:
         0xba4e310 s Context>handleSignal:
         0xba532d8 s Context>handleSignal:
         0xba582a0 s Context>handleSignal:
         0xba5d1b0 s Context>handleSignal:
         0xba62008 s Context>handleSignal:
         0xba66e60 s Context>handleSignal:
         0xba6bc00 s Context>handleSignal:
         0xba709a0 s Context>handleSignal:
         0xba75688 s Context>handleSignal:
         0xba7a370 s Context>handleSignal:
         0xba7f058 s Context>handleSignal:
         0xba83d40 s Context>handleSignal:
         0xba88a28 s Context>handleSignal:
         0xba8d710 s Context>handleSignal:
         0xba923f8 s Context>handleSignal:
         0xba970e0 s Context>handleSignal:
         0xba9bdc8 s Context>handleSignal:
         0xbaa0ab0 s Context>handleSignal:
         0xbaa5798 s Context>handleSignal:
         0xbaaa480 s Context>handleSignal:
         0xbaaf168 s Context>handleSignal:
         0xbab3e50 s Context>handleSignal:
         0xbab8b38 s Context>handleSignal:
         0xbabd820 s Context>handleSignal:
         0xbac2508 s Context>handleSignal:
         0xbac71f0 s Context>handleSignal:
         0xbacbed8 s Context>handleSignal:
         0xbad0bc0 s Context>handleSignal:
         0xbad58a8 s Context>handleSignal:
         0xbada590 s Context>handleSignal:
         0xbadf278 s Context>handleSignal:
         0xbae3f60 s Context>handleSignal:
         0xbae8c48 s Context>handleSignal:
         0xbaed930 s Context>handleSignal:
         0xbaf2618 s Context>handleSignal:
         0xbaf7300 s Context>handleSignal:
         0xbafbfe8 s Context>handleSignal:
         0xbb00cd0 s Context>handleSignal:
         0xbb059b8 s Context>handleSignal:
         0xbb0a6a0 s Context>handleSignal:
         0xbb0f388 s Context>handleSignal:
         0xbb14070 s Context>handleSignal:
         0xbb18d58 s Context>handleSignal:
         0xbb1da40 s Context>handleSignal:
         0xbb22728 s Context>handleSignal:
         0xbb27410 s Context>handleSignal:
         0xbb2c0f8 s Context>handleSignal:
         0xbb30de0 s Context>handleSignal:
         0xbb35ac8 s Context>handleSignal:
         0xbb3a7b0 s Context>handleSignal:
         0xbb3f498 s Context>handleSignal:
         0xbb44180 s Context>handleSignal:
         0xbb48e68 s Context>handleSignal:
         0xbb4db50 s Context>handleSignal:
         0xbb52838 s Context>handleSignal:
         0xbb57520 s Context>handleSignal:
         0xbb5c208 s Context>handleSignal:
         0xbb60ef0 s Context>handleSignal:
         0xbb65bd8 s Context>handleSignal:
         0xbb6a8c0 s Context>handleSignal:
         0xbb6f5a8 s Context>handleSignal:
         0xbb74290 s Context>handleSignal:
         0xbb78f78 s Context>handleSignal:
         0xbb7dc60 s Context>handleSignal:
         0xbb82948 s Context>handleSignal:
         0xbb87630 s Context>handleSignal:
         0xbb8c318 s Context>handleSignal:
         0xbb91000 s Context>handleSignal:
         0xbb95ce8 s Context>handleSignal:
         0xbb9a9d0 s Context>handleSignal:
         0xbb9f600 s Context>handleSignal:
         0xbba4230 s Context>handleSignal:
         0xbba8e60 s Context>handleSignal:
         0xbbada90 s Context>handleSignal:
         0xbbb26c0 s Context>handleSignal:
         0xbbb72f0 s Context>handleSignal:
         0xbbbbf20 s Context>handleSignal:
         0xbbc0b50 s Context>handleSignal:
         0xbbc5780 s Context>handleSignal:
         0xbbca3b0 s Context>handleSignal:
         0xbbcefe0 s Context>handleSignal:
         0xbbd3c10 s Context>handleSignal:
         0xbbd8840 s Context>handleSignal:
         0xbbdd470 s Context>handleSignal:
         0xbbe20a0 s Context>handleSignal:
         0xbbe6cd0 s Context>handleSignal:
         0xbbeb900 s Context>handleSignal:
         0xbbf0530 s Context>handleSignal:
         0xbbf5160 s Context>handleSignal:
         0xbbf9d90 s Context>handleSignal:
         0xbbfe9c0 s Context>handleSignal:
         0xbc035f0 s Context>handleSignal:
         0xbc08220 s Context>handleSignal:
         0xbc0ce50 s Context>handleSignal:
         0xbc11a80 s Context>handleSignal:
         0xbc166b0 s Context>handleSignal:
         0xbc1b2e0 s Context>handleSignal:
         0xbc1ff10 s Context>handleSignal:
         0xbc24b40 s Context>handleSignal:
         0xbc29770 s Context>handleSignal:
         0xbc2e3a0 s Context>handleSignal:
         0xbc32fd0 s Context>handleSignal:
         0xbc37c00 s Context>handleSignal:
         0xbc3c830 s Context>handleSignal:
         0xbc41460 s Context>handleSignal:
         0xbc46090 s Context>handleSignal:
         0xbc4acc0 s Context>handleSignal:
         0xbc4f8f0 s Context>handleSignal:
         0xbc54520 s Context>handleSignal:
         0xbc59220 s Context>handleSignal:
         0xbc5de50 s Context>handleSignal:
         0xbc62a80 s Context>handleSignal:
         0xbc676b0 s Context>handleSignal:
         0xbc6c2e0 s Context>handleSignal:
         0xbc70f10 s Context>handleSignal:
         0xbc75b40 s Context>handleSignal:
         0xbc7a770 s Context>handleSignal:
         0xbc7f3a0 s Context>handleSignal:
         0xbc83fd0 s Context>handleSignal:
         0xbc88c00 s Context>handleSignal:
         0xbc8d830 s Context>handleSignal:
         0xbc92460 s Context>handleSignal:
         0xbc97090 s Context>handleSignal:
         0xbc9bcc0 s Context>handleSignal:
         0xbca08f0 s Context>handleSignal:
         0xbca5520 s Context>handleSignal:
         0xbcaa150 s Context>handleSignal:
         0xbcaed80 s Context>handleSignal:
         0xbcb39b0 s Context>handleSignal:
         0xbcb85e0 s Context>handleSignal:
         0xbcbd210 s Context>handleSignal:
         0xbcc1e40 s Context>handleSignal:
         0xbcc6a70 s Context>handleSignal:
         0xbccb6a0 s Context>handleSignal:
         0xbcd02d0 s Context>handleSignal:
         0xbcd4f00 s Context>handleSignal:
         0xbcd9b30 s Context>handleSignal:
         0xbcde760 s Context>handleSignal:
         0xbce3390 s Context>handleSignal:
         0xbce7fc0 s Context>handleSignal:
         0xbcecbf0 s Context>handleSignal:
         0xbcf1820 s Context>handleSignal:
         0xbcf6450 s Context>handleSignal:
         0xbcfb080 s Context>handleSignal:
         0xbcffcb0 s Context>handleSignal:
         0xbd048e0 s Context>handleSignal:
         0xbd09510 s Context>handleSignal:
         0xbd0e140 s Context>handleSignal:
         0xbd12d70 s Context>handleSignal:
         0xbd179a0 s Context>handleSignal:
         0xbd1c5d0 s Context>handleSignal:
         0xbd21200 s Context>handleSignal:
         0xbd25e30 s Context>handleSignal:
         0xbd2aa60 s Context>handleSignal:
         0xbd2f690 s Context>handleSignal:
         0xbd342c0 s Context>handleSignal:
         0xbd38ef0 s Context>handleSignal:
         0xbd3db20 s Context>handleSignal:
         0xbd42750 s Context>handleSignal:
         0xbd47380 s Context>handleSignal:
         0xbd4bfb0 s Context>handleSignal:
         0xbd50be0 s Context>handleSignal:
         0xbd55810 s Context>handleSignal:
         0xbd5a440 s Context>handleSignal:
         0xbd5f070 s Context>handleSignal:
         0xbd63ca0 s Context>handleSignal:
         0xbd688d0 s Context>handleSignal:
         0xbd6d500 s Context>handleSignal:
         0xbd72130 s Context>handleSignal:
         0xbd76d60 s Context>handleSignal:
         0xbd7b990 s Context>handleSignal:
         0xbd805c0 s Context>handleSignal:
         0xbd851f0 s Context>handleSignal:
         0xbd89e20 s Context>handleSignal:
         0xbd8ea50 s Context>handleSignal:
         0xbd93680 s Context>handleSignal:
         0xbd982b0 s Context>handleSignal:
         0xbd9cee0 s Context>handleSignal:
         0xbda1b10 s Context>handleSignal:
         0xbda6740 s Context>handleSignal:
         0xbdab370 s Context>handleSignal:
         0xbdaffa0 s Context>handleSignal:
         0xbdb4bd0 s Context>handleSignal:
         0xbdb9800 s Context>handleSignal:
         0xbdbe430 s Context>handleSignal:
         0xbdc3060 s Context>handleSignal:
         0xbdc7c90 s Context>handleSignal:
         0xbdcc8c0 s Context>handleSignal:
         0xbdd14f0 s Context>handleSignal:
         0xbdd6120 s Context>handleSignal:
         0xbddad50 s Context>handleSignal:
         0xbddf980 s Context>handleSignal:
         0xbde45b0 s Context>handleSignal:
         0xbde91e0 s Context>handleSignal:
         0xbdede10 s Context>handleSignal:
         0xbdf2a40 s Context>handleSignal:
         0xbdf7670 s Context>handleSignal:
         0xbdfc2a0 s Context>handleSignal:
         0xbe00ed0 s Context>handleSignal:
         0xbe05b00 s Context>handleSignal:
         0xbe0a730 s Context>handleSignal:
         0xbe0f360 s Context>handleSignal:
         0xbe13f90 s Context>handleSignal:
         0xbe18bc0 s Context>handleSignal:
         0xbe1d7f0 s Context>handleSignal:
         0xbe22420 s Context>handleSignal:
         0xbe27050 s Context>handleSignal:
         0xbe2bc80 s Context>handleSignal:
         0xbe308b0 s Context>handleSignal:
         0xbe354e0 s Context>handleSignal:
         0xbe3a110 s Context>handleSignal:
         0xbe3ed40 s Context>handleSignal:
         0xbe43970 s Context>handleSignal:
         0xbe485a0 s Context>handleSignal:
         0xbe4d1d0 s Context>handleSignal:
         0xbe51e00 s Context>handleSignal:
         0xbe56a30 s Context>handleSignal:
         0xbe5b660 s Context>handleSignal:
         0xbe60290 s Context>handleSignal:
         0xbe64ec0 s Context>handleSignal:
         0xbe69af0 s Context>handleSignal:
         0xbe6e720 s Context>handleSignal:
         0xbe73350 s Context>handleSignal:
         0xbe77f80 s Context>handleSignal:
         0xbe7cbb0 s Context>handleSignal:
         0xbe81728 s Context>handleSignal:
         0xbe861e8 s Context>handleSignal:
         0xbe8abf0 s Context>handleSignal:
         0xbe8f540 s Context>handleSignal:
         0xbe93dd8 s Context>handleSignal:
         0xbe985b8 s Context>handleSignal:
         0xbe9cce0 s Context>handleSignal:
         0xbea1350 s Context>handleSignal:
         0xbea5908 s Context>handleSignal:
         0xbea9e08 s Context>handleSignal:
         0xbeae250 s Context>handleSignal:
         0xbeb25e0 s Context>handleSignal:
         0xbeb68b8 s Context>handleSignal:
         0xbebaad8 s Context>handleSignal:
         0xbebec40 s Context>handleSignal:
         0xbec2cf0 s Context>handleSignal:
         0xbec6ce8 s Context>handleSignal:
         0xbecac28 s Context>handleSignal:
         0xbeceab0 s Context>handleSignal:
         0xbed2880 s Context>handleSignal:
         0xbed6598 s Context>handleSignal:
         0xbeda1f8 s Context>handleSignal:
         0xbeddda0 s Context>handleSignal:
         0xbee1890 s Context>handleSignal:
         0xbee5210 s Context>handleSignal:
         0xbee8ad8 s Context>handleSignal:
         0xbeec2e8 s Context>handleSignal:
         0xbeefa40 s Context>handleSignal:
         0xbef30e0 s Context>handleSignal:
         0xbef66c8 s Context>handleSignal:
         0xbef9bf8 s Context>handleSignal:
         0xbefd070 s Context>handleSignal:
         0xbf856c8 s Halt(Exception)>signal
         0xbfa1460 s Halt class(Exception class)>signal
         0xbfd4520 s Halt class>now
         0xbfc6260 s FullBlockClosure(Object)>halt
         0xbfeff10 s FullBlockClosure>printOn:
         0xc013290 s Context>printOn:
         0xc03bf78 s Context>printDebugOn:
         0xc03c258 s [] in Context>debugStack:on:
         0xc05a628 s OrderedCollection>do:
         0xbfc5fe8 s Context>debugStack:on:
         0xbfefcc0 s Context>shortDebugStackOn:
         0xc013058 s [] in SmalltalkImage>logError:inContext:
         0xc03bc98 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf84c00 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa0698 s SmalltalkImage>logStdErrorDuring:
         0xbfd3818 s SmalltalkImage>logError:inContext:
         0xbffac58 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01dc48 s FullBlockClosure(BlockClosure)>ensure:
         0xc04a428 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0600b8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c960 s Halt(Exception)>unhandledErrorAction
         0xc089bd0 s Halt(UnhandledException)>defaultAction
         0xc0d2150 s UndefinedObject>handleSignal:
         0xc0d2208 s Context>handleSignal:
         0xc0d22c0 s Context>handleSignal:
         0xc0d2378 s Context>handleSignal:
         0xc0d2430 s Context>handleSignal:
         0xc0d24e8 s Context>handleSignal:
         0xc0d25a0 s Context>handleSignal:
         0xc0d2658 s Context>handleSignal:
         0xc0d2710 s Context>handleSignal:
         0xc0d27c8 s Context>handleSignal:
         0xc0d2880 s Context>handleSignal:
         0xc105818 s Context>handleSignal:
         0xc110f38 s Context>handleSignal:
         0xc11bde0 s Context>handleSignal:
         0xc1266c8 s Context>handleSignal:
         0xc130ef8 s Context>handleSignal:
         0xc13b728 s Context>handleSignal:
         0xc145f58 s Context>handleSignal:
         0xc150788 s Context>handleSignal:
         0xc15afb8 s Context>handleSignal:
         0xc1657e8 s Context>handleSignal:
         0xc170018 s Context>handleSignal:
         0xc17a848 s Context>handleSignal:
         0xc185078 s Context>handleSignal:
         0xc18f8a8 s Context>handleSignal:
         0xc19a0d8 s Context>handleSignal:
         0xc1a4908 s Context>handleSignal:
         0xc1af138 s Context>handleSignal:
         0xc1b9968 s Context>handleSignal:
         0xc1c4198 s Context>handleSignal:
         0xc1ce9c8 s Context>handleSignal:
         0xc1d91f8 s Context>handleSignal:
         0xc1e3a28 s Context>handleSignal:
         0xc1ee258 s Context>handleSignal:
         0xc1f8a88 s Context>handleSignal:
         0xc2032b8 s Context>handleSignal:
         0xc20dae8 s Context>handleSignal:
         0xc218318 s Context>handleSignal:
         0xc222b48 s Context>handleSignal:
         0xc22d378 s Context>handleSignal:
         0xc237ba8 s Context>handleSignal:
         0xc2423d8 s Context>handleSignal:
         0xc24cc08 s Context>handleSignal:
         0xc257438 s Context>handleSignal:
         0xb7d8ca8 s Context>handleSignal:
         0xb7e3590 s Context>handleSignal:
         0xb7ede78 s Context>handleSignal:
         0xb7f8760 s Context>handleSignal:
         0xb803048 s Context>handleSignal:
         0xb80d930 s Context>handleSignal:
         0xb818218 s Context>handleSignal:
         0xb822b00 s Context>handleSignal:
         0xb82d3e8 s Context>handleSignal:
         0xb837cd0 s Context>handleSignal:
         0xb8425b8 s Context>handleSignal:
         0xb84cea0 s Context>handleSignal:
         0xb857788 s Context>handleSignal:
         0xb862070 s Context>handleSignal:
         0xb86c958 s Context>handleSignal:
         0xb877240 s Context>handleSignal:
         0xb881b28 s Context>handleSignal:
         0xb88c410 s Context>handleSignal:
         0xb896cf8 s Context>handleSignal:
         0xb8a15e0 s Context>handleSignal:
         0xb8abec8 s Context>handleSignal:
         0xb8b67b0 s Context>handleSignal:
         0xb8c1098 s Context>handleSignal:
         0xb8cb980 s Context>handleSignal:
         0xb8d6268 s Context>handleSignal:
         0xb8e0b50 s Context>handleSignal:
         0xb8eb438 s Context>handleSignal:
         0xb8f5d20 s Context>handleSignal:
         0xb900608 s Context>handleSignal:
         0xb90aef0 s Context>handleSignal:
         0xb9157d8 s Context>handleSignal:
         0xb9200c0 s Context>handleSignal:
         0xb92a9a8 s Context>handleSignal:
         0xb935290 s Context>handleSignal:
         0xb93fb78 s Context>handleSignal:
         0xb94a460 s Context>handleSignal:
         0xb954d48 s Context>handleSignal:
         0xb95f630 s Context>handleSignal:
         0xb969f18 s Context>handleSignal:
         0xb974800 s Context>handleSignal:
         0xb97f0e8 s Context>handleSignal:
         0xb9899d0 s Context>handleSignal:
         0xb9942b8 s Context>handleSignal:
         0xb99eba0 s Context>handleSignal:
         0xb9a9488 s Context>handleSignal:
         0xb9b3d70 s Context>handleSignal:
         0xb9be658 s Context>handleSignal:
         0xb9c8f40 s Context>handleSignal:
         0xb9d3828 s Context>handleSignal:
         0xb9de110 s Context>handleSignal:
         0xb9e89f8 s Context>handleSignal:
         0xb9f32e0 s Context>handleSignal:
         0xb9fdbc8 s Context>handleSignal:
         0xba084b0 s Context>handleSignal:
         0xba12d98 s Context>handleSignal:
         0xba1d680 s Context>handleSignal:
         0xba27f68 s Context>handleSignal:
         0xba32850 s Context>handleSignal:
         0xba3d138 s Context>handleSignal:
         0xba440a0 s Context>handleSignal:
         0xba491d8 s Context>handleSignal:
         0xba4e258 s Context>handleSignal:
         0xba53220 s Context>handleSignal:
         0xba581e8 s Context>handleSignal:
         0xba5d0f8 s Context>handleSignal:
         0xba61f50 s Context>handleSignal:
         0xba66da8 s Context>handleSignal:
         0xba6bb48 s Context>handleSignal:
         0xba708e8 s Context>handleSignal:
         0xba755d0 s Context>handleSignal:
         0xba7a2b8 s Context>handleSignal:
         0xba7efa0 s Context>handleSignal:
         0xba83c88 s Context>handleSignal:
         0xba88970 s Context>handleSignal:
         0xba8d658 s Context>handleSignal:
         0xba92340 s Context>handleSignal:
         0xba97028 s Context>handleSignal:
         0xba9bd10 s Context>handleSignal:
         0xbaa09f8 s Context>handleSignal:
         0xbaa56e0 s Context>handleSignal:
         0xbaaa3c8 s Context>handleSignal:
         0xbaaf0b0 s Context>handleSignal:
         0xbab3d98 s Context>handleSignal:
         0xbab8a80 s Context>handleSignal:
         0xbabd768 s Context>handleSignal:
         0xbac2450 s Context>handleSignal:
         0xbac7138 s Context>handleSignal:
         0xbacbe20 s Context>handleSignal:
         0xbad0b08 s Context>handleSignal:
         0xbad57f0 s Context>handleSignal:
         0xbada4d8 s Context>handleSignal:
         0xbadf1c0 s Context>handleSignal:
         0xbae3ea8 s Context>handleSignal:
         0xbae8b90 s Context>handleSignal:
         0xbaed878 s Context>handleSignal:
         0xbaf2560 s Context>handleSignal:
         0xbaf7248 s Context>handleSignal:
         0xbafbf30 s Context>handleSignal:
         0xbb00c18 s Context>handleSignal:
         0xbb05900 s Context>handleSignal:
         0xbb0a5e8 s Context>handleSignal:
         0xbb0f2d0 s Context>handleSignal:
         0xbb13fb8 s Context>handleSignal:
         0xbb18ca0 s Context>handleSignal:
         0xbb1d988 s Context>handleSignal:
         0xbb22670 s Context>handleSignal:
         0xbb27358 s Context>handleSignal:
         0xbb2c040 s Context>handleSignal:
         0xbb30d28 s Context>handleSignal:
         0xbb35a10 s Context>handleSignal:
         0xbb3a6f8 s Context>handleSignal:
         0xbb3f3e0 s Context>handleSignal:
         0xbb440c8 s Context>handleSignal:
         0xbb48db0 s Context>handleSignal:
         0xbb4da98 s Context>handleSignal:
         0xbb52780 s Context>handleSignal:
         0xbb57468 s Context>handleSignal:
         0xbb5c150 s Context>handleSignal:
         0xbb60e38 s Context>handleSignal:
         0xbb65b20 s Context>handleSignal:
         0xbb6a808 s Context>handleSignal:
         0xbb6f4f0 s Context>handleSignal:
         0xbb741d8 s Context>handleSignal:
         0xbb78ec0 s Context>handleSignal:
         0xbb7dba8 s Context>handleSignal:
         0xbb82890 s Context>handleSignal:
         0xbb87578 s Context>handleSignal:
         0xbb8c260 s Context>handleSignal:
         0xbb90f48 s Context>handleSignal:
         0xbb95c30 s Context>handleSignal:
         0xbb9a918 s Context>handleSignal:
         0xbb9f548 s Context>handleSignal:
         0xbba4178 s Context>handleSignal:
         0xbba8da8 s Context>handleSignal:
         0xbbad9d8 s Context>handleSignal:
         0xbbb2608 s Context>handleSignal:
         0xbbb7238 s Context>handleSignal:
         0xbbbbe68 s Context>handleSignal:
         0xbbc0a98 s Context>handleSignal:
         0xbbc56c8 s Context>handleSignal:
         0xbbca2f8 s Context>handleSignal:
         0xbbcef28 s Context>handleSignal:
         0xbbd3b58 s Context>handleSignal:
         0xbbd8788 s Context>handleSignal:
         0xbbdd3b8 s Context>handleSignal:
         0xbbe1fe8 s Context>handleSignal:
         0xbbe6c18 s Context>handleSignal:
         0xbbeb848 s Context>handleSignal:
         0xbbf0478 s Context>handleSignal:
         0xbbf50a8 s Context>handleSignal:
         0xbbf9cd8 s Context>handleSignal:
         0xbbfe908 s Context>handleSignal:
         0xbc03538 s Context>handleSignal:
         0xbc08168 s Context>handleSignal:
         0xbc0cd98 s Context>handleSignal:
         0xbc119c8 s Context>handleSignal:
         0xbc165f8 s Context>handleSignal:
         0xbc1b228 s Context>handleSignal:
         0xbc1fe58 s Context>handleSignal:
         0xbc24a88 s Context>handleSignal:
         0xbc296b8 s Context>handleSignal:
         0xbc2e2e8 s Context>handleSignal:
         0xbc32f18 s Context>handleSignal:
         0xbc37b48 s Context>handleSignal:
         0xbc3c778 s Context>handleSignal:
         0xbc413a8 s Context>handleSignal:
         0xbc45fd8 s Context>handleSignal:
         0xbc4ac08 s Context>handleSignal:
         0xbc4f838 s Context>handleSignal:
         0xbc54468 s Context>handleSignal:
         0xbc59168 s Context>handleSignal:
         0xbc5dd98 s Context>handleSignal:
         0xbc629c8 s Context>handleSignal:
         0xbc675f8 s Context>handleSignal:
         0xbc6c228 s Context>handleSignal:
         0xbc70e58 s Context>handleSignal:
         0xbc75a88 s Context>handleSignal:
         0xbc7a6b8 s Context>handleSignal:
         0xbc7f2e8 s Context>handleSignal:
         0xbc83f18 s Context>handleSignal:
         0xbc88b48 s Context>handleSignal:
         0xbc8d778 s Context>handleSignal:
         0xbc923a8 s Context>handleSignal:
         0xbc96fd8 s Context>handleSignal:
         0xbc9bc08 s Context>handleSignal:
         0xbca0838 s Context>handleSignal:
         0xbca5468 s Context>handleSignal:
         0xbcaa098 s Context>handleSignal:
         0xbcaecc8 s Context>handleSignal:
         0xbcb38f8 s Context>handleSignal:
         0xbcb8528 s Context>handleSignal:
         0xbcbd158 s Context>handleSignal:
         0xbcc1d88 s Context>handleSignal:
         0xbcc69b8 s Context>handleSignal:
         0xbccb5e8 s Context>handleSignal:
         0xbcd0218 s Context>handleSignal:
         0xbcd4e48 s Context>handleSignal:
         0xbcd9a78 s Context>handleSignal:
         0xbcde6a8 s Context>handleSignal:
         0xbce32d8 s Context>handleSignal:
         0xbce7f08 s Context>handleSignal:
         0xbcecb38 s Context>handleSignal:
         0xbcf1768 s Context>handleSignal:
         0xbcf6398 s Context>handleSignal:
         0xbcfafc8 s Context>handleSignal:
         0xbcffbf8 s Context>handleSignal:
         0xbd04828 s Context>handleSignal:
         0xbd09458 s Context>handleSignal:
         0xbd0e088 s Context>handleSignal:
         0xbd12cb8 s Context>handleSignal:
         0xbd178e8 s Context>handleSignal:
         0xbd1c518 s Context>handleSignal:
         0xbd21148 s Context>handleSignal:
         0xbd25d78 s Context>handleSignal:
         0xbd2a9a8 s Context>handleSignal:
         0xbd2f5d8 s Context>handleSignal:
         0xbd34208 s Context>handleSignal:
         0xbd38e38 s Context>handleSignal:
         0xbd3da68 s Context>handleSignal:
         0xbd42698 s Context>handleSignal:
         0xbd472c8 s Context>handleSignal:
         0xbd4bef8 s Context>handleSignal:
         0xbd50b28 s Context>handleSignal:
         0xbd55758 s Context>handleSignal:
         0xbd5a388 s Context>handleSignal:
         0xbd5efb8 s Context>handleSignal:
         0xbd63be8 s Context>handleSignal:
         0xbd68818 s Context>handleSignal:
         0xbd6d448 s Context>handleSignal:
         0xbd72078 s Context>handleSignal:
         0xbd76ca8 s Context>handleSignal:
         0xbd7b8d8 s Context>handleSignal:
         0xbd80508 s Context>handleSignal:
         0xbd85138 s Context>handleSignal:
         0xbd89d68 s Context>handleSignal:
         0xbd8e998 s Context>handleSignal:
         0xbd935c8 s Context>handleSignal:
         0xbd981f8 s Context>handleSignal:
         0xbd9ce28 s Context>handleSignal:
         0xbda1a58 s Context>handleSignal:
         0xbda6688 s Context>handleSignal:
         0xbdab2b8 s Context>handleSignal:
         0xbdafee8 s Context>handleSignal:
         0xbdb4b18 s Context>handleSignal:
         0xbdb9748 s Context>handleSignal:
         0xbdbe378 s Context>handleSignal:
         0xbdc2fa8 s Context>handleSignal:
         0xbdc7bd8 s Context>handleSignal:
         0xbdcc808 s Context>handleSignal:
         0xbdd1438 s Context>handleSignal:
         0xbdd6068 s Context>handleSignal:
         0xbddac98 s Context>handleSignal:
         0xbddf8c8 s Context>handleSignal:
         0xbde44f8 s Context>handleSignal:
         0xbde9128 s Context>handleSignal:
         0xbdedd58 s Context>handleSignal:
         0xbdf2988 s Context>handleSignal:
         0xbdf75b8 s Context>handleSignal:
         0xbdfc1e8 s Context>handleSignal:
         0xbe00e18 s Context>handleSignal:
         0xbe05a48 s Context>handleSignal:
         0xbe0a678 s Context>handleSignal:
         0xbe0f2a8 s Context>handleSignal:
         0xbe13ed8 s Context>handleSignal:
         0xbe18b08 s Context>handleSignal:
         0xbe1d738 s Context>handleSignal:
         0xbe22368 s Context>handleSignal:
         0xbe26f98 s Context>handleSignal:
         0xbe2bbc8 s Context>handleSignal:
         0xbe307f8 s Context>handleSignal:
         0xbe35428 s Context>handleSignal:
         0xbe3a058 s Context>handleSignal:
         0xbe3ec88 s Context>handleSignal:
         0xbe438b8 s Context>handleSignal:
         0xbe484e8 s Context>handleSignal:
         0xbe4d118 s Context>handleSignal:
         0xbe51d48 s Context>handleSignal:
         0xbe56978 s Context>handleSignal:
         0xbe5b5a8 s Context>handleSignal:
         0xbe601d8 s Context>handleSignal:
         0xbe64e08 s Context>handleSignal:
         0xbe69a38 s Context>handleSignal:
         0xbe6e668 s Context>handleSignal:
         0xbe73298 s Context>handleSignal:
         0xbe77ec8 s Context>handleSignal:
         0xbe7caf8 s Context>handleSignal:
         0xbe81670 s Context>handleSignal:
         0xbe86130 s Context>handleSignal:
         0xbe8ab38 s Context>handleSignal:
         0xbe8f488 s Context>handleSignal:
         0xbe93d20 s Context>handleSignal:
         0xbe98500 s Context>handleSignal:
         0xbe9cc28 s Context>handleSignal:
         0xbea1298 s Context>handleSignal:
         0xbea5850 s Context>handleSignal:
         0xbea9d50 s Context>handleSignal:
         0xbeae198 s Context>handleSignal:
         0xbeb2528 s Context>handleSignal:
         0xbeb6800 s Context>handleSignal:
         0xbebaa20 s Context>handleSignal:
         0xbebeb88 s Context>handleSignal:
         0xbec2c38 s Context>handleSignal:
         0xbec6c30 s Context>handleSignal:
         0xbecab70 s Context>handleSignal:
         0xbece9f8 s Context>handleSignal:
         0xbed27c8 s Context>handleSignal:
         0xbed64e0 s Context>handleSignal:
         0xbeda140 s Context>handleSignal:
         0xbeddce8 s Context>handleSignal:
         0xbee17d8 s Context>handleSignal:
         0xbee5158 s Context>handleSignal:
         0xbee8a20 s Context>handleSignal:
         0xbeec230 s Context>handleSignal:
         0xbeef988 s Context>handleSignal:
         0xbef3028 s Context>handleSignal:
         0xbef6610 s Context>handleSignal:
         0xbef9b40 s Context>handleSignal:
         0xbf85558 s Halt(Exception)>signal
         0xbfa1290 s Halt class(Exception class)>signal
         0xbfd4368 s Halt class>now
         0xbfc60a0 s FullBlockClosure(Object)>halt
         0xbfefd78 s FullBlockClosure>printOn:
         0xc013110 s Context>printOn:
         0xc03bd50 s Context>printDebugOn:
         0xc03c030 s [] in Context>debugStack:on:
         0xc05a570 s OrderedCollection>do:
         0xbfc5e28 s Context>debugStack:on:
         0xbfefb28 s Context>shortDebugStackOn:
         0xc012ed8 s [] in SmalltalkImage>logError:inContext:
         0xc03ba70 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf84a90 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa04c8 s SmalltalkImage>logStdErrorDuring:
         0xbfd3660 s SmalltalkImage>logError:inContext:
         0xbffab90 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01db58 s FullBlockClosure(BlockClosure)>ensure:
         0xc04a348 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc060000 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c8a8 s Halt(Exception)>unhandledErrorAction
         0xc089b18 s Halt(UnhandledException)>defaultAction
         0xc0d1968 s UndefinedObject>handleSignal:
         0xc0d1a20 s Context>handleSignal:
         0xc0d1ad8 s Context>handleSignal:
         0xc0d1b90 s Context>handleSignal:
         0xc0d1c48 s Context>handleSignal:
         0xc0d1d00 s Context>handleSignal:
         0xc0d1db8 s Context>handleSignal:
         0xc0d1e70 s Context>handleSignal:
         0xc0d1f28 s Context>handleSignal:
         0xc0d1fe0 s Context>handleSignal:
         0xc0d2098 s Context>handleSignal:
         0xc105760 s Context>handleSignal:
         0xc110e80 s Context>handleSignal:
         0xc11bd28 s Context>handleSignal:
         0xc126610 s Context>handleSignal:
         0xc130e40 s Context>handleSignal:
         0xc13b670 s Context>handleSignal:
         0xc145ea0 s Context>handleSignal:
         0xc1506d0 s Context>handleSignal:
         0xc15af00 s Context>handleSignal:
         0xc165730 s Context>handleSignal:
         0xc16ff60 s Context>handleSignal:
         0xc17a790 s Context>handleSignal:
         0xc184fc0 s Context>handleSignal:
         0xc18f7f0 s Context>handleSignal:
         0xc19a020 s Context>handleSignal:
         0xc1a4850 s Context>handleSignal:
         0xc1af080 s Context>handleSignal:
         0xc1b98b0 s Context>handleSignal:
         0xc1c40e0 s Context>handleSignal:
         0xc1ce910 s Context>handleSignal:
         0xc1d9140 s Context>handleSignal:
         0xc1e3970 s Context>handleSignal:
         0xc1ee1a0 s Context>handleSignal:
         0xc1f89d0 s Context>handleSignal:
         0xc203200 s Context>handleSignal:
         0xc20da30 s Context>handleSignal:
         0xc218260 s Context>handleSignal:
         0xc222a90 s Context>handleSignal:
         0xc22d2c0 s Context>handleSignal:
         0xc237af0 s Context>handleSignal:
         0xc242320 s Context>handleSignal:
         0xc24cb50 s Context>handleSignal:
         0xc257380 s Context>handleSignal:
         0xb7d8bf0 s Context>handleSignal:
         0xb7e34d8 s Context>handleSignal:
         0xb7eddc0 s Context>handleSignal:
         0xb7f86a8 s Context>handleSignal:
         0xb802f90 s Context>handleSignal:
         0xb80d878 s Context>handleSignal:
         0xb818160 s Context>handleSignal:
         0xb822a48 s Context>handleSignal:
         0xb82d330 s Context>handleSignal:
         0xb837c18 s Context>handleSignal:
         0xb842500 s Context>handleSignal:
         0xb84cde8 s Context>handleSignal:
         0xb8576d0 s Context>handleSignal:
         0xb861fb8 s Context>handleSignal:
         0xb86c8a0 s Context>handleSignal:
         0xb877188 s Context>handleSignal:
         0xb881a70 s Context>handleSignal:
         0xb88c358 s Context>handleSignal:
         0xb896c40 s Context>handleSignal:
         0xb8a1528 s Context>handleSignal:
         0xb8abe10 s Context>handleSignal:
         0xb8b66f8 s Context>handleSignal:
         0xb8c0fe0 s Context>handleSignal:
         0xb8cb8c8 s Context>handleSignal:
         0xb8d61b0 s Context>handleSignal:
         0xb8e0a98 s Context>handleSignal:
         0xb8eb380 s Context>handleSignal:
         0xb8f5c68 s Context>handleSignal:
         0xb900550 s Context>handleSignal:
         0xb90ae38 s Context>handleSignal:
         0xb915720 s Context>handleSignal:
         0xb920008 s Context>handleSignal:
         0xb92a8f0 s Context>handleSignal:
         0xb9351d8 s Context>handleSignal:
         0xb93fac0 s Context>handleSignal:
         0xb94a3a8 s Context>handleSignal:
         0xb954c90 s Context>handleSignal:
         0xb95f578 s Context>handleSignal:
         0xb969e60 s Context>handleSignal:
         0xb974748 s Context>handleSignal:
         0xb97f030 s Context>handleSignal:
         0xb989918 s Context>handleSignal:
         0xb994200 s Context>handleSignal:
         0xb99eae8 s Context>handleSignal:
         0xb9a93d0 s Context>handleSignal:
         0xb9b3cb8 s Context>handleSignal:
         0xb9be5a0 s Context>handleSignal:
         0xb9c8e88 s Context>handleSignal:
         0xb9d3770 s Context>handleSignal:
         0xb9de058 s Context>handleSignal:
         0xb9e8940 s Context>handleSignal:
         0xb9f3228 s Context>handleSignal:
         0xb9fdb10 s Context>handleSignal:
         0xba083f8 s Context>handleSignal:
         0xba12ce0 s Context>handleSignal:
         0xba1d5c8 s Context>handleSignal:
         0xba27eb0 s Context>handleSignal:
         0xba32798 s Context>handleSignal:
         0xba3d080 s Context>handleSignal:
         0xba43fe8 s Context>handleSignal:
         0xba49120 s Context>handleSignal:
         0xba4e1a0 s Context>handleSignal:
         0xba53168 s Context>handleSignal:
         0xba58130 s Context>handleSignal:
         0xba5d040 s Context>handleSignal:
         0xba61e98 s Context>handleSignal:
         0xba66cf0 s Context>handleSignal:
         0xba6ba90 s Context>handleSignal:
         0xba70830 s Context>handleSignal:
         0xba75518 s Context>handleSignal:
         0xba7a200 s Context>handleSignal:
         0xba7eee8 s Context>handleSignal:
         0xba83bd0 s Context>handleSignal:
         0xba888b8 s Context>handleSignal:
         0xba8d5a0 s Context>handleSignal:
         0xba92288 s Context>handleSignal:
         0xba96f70 s Context>handleSignal:
         0xba9bc58 s Context>handleSignal:
         0xbaa0940 s Context>handleSignal:
         0xbaa5628 s Context>handleSignal:
         0xbaaa310 s Context>handleSignal:
         0xbaaeff8 s Context>handleSignal:
         0xbab3ce0 s Context>handleSignal:
         0xbab89c8 s Context>handleSignal:
         0xbabd6b0 s Context>handleSignal:
         0xbac2398 s Context>handleSignal:
         0xbac7080 s Context>handleSignal:
         0xbacbd68 s Context>handleSignal:
         0xbad0a50 s Context>handleSignal:
         0xbad5738 s Context>handleSignal:
         0xbada420 s Context>handleSignal:
         0xbadf108 s Context>handleSignal:
         0xbae3df0 s Context>handleSignal:
         0xbae8ad8 s Context>handleSignal:
         0xbaed7c0 s Context>handleSignal:
         0xbaf24a8 s Context>handleSignal:
         0xbaf7190 s Context>handleSignal:
         0xbafbe78 s Context>handleSignal:
         0xbb00b60 s Context>handleSignal:
         0xbb05848 s Context>handleSignal:
         0xbb0a530 s Context>handleSignal:
         0xbb0f218 s Context>handleSignal:
         0xbb13f00 s Context>handleSignal:
         0xbb18be8 s Context>handleSignal:
         0xbb1d8d0 s Context>handleSignal:
         0xbb225b8 s Context>handleSignal:
         0xbb272a0 s Context>handleSignal:
         0xbb2bf88 s Context>handleSignal:
         0xbb30c70 s Context>handleSignal:
         0xbb35958 s Context>handleSignal:
         0xbb3a640 s Context>handleSignal:
         0xbb3f328 s Context>handleSignal:
         0xbb44010 s Context>handleSignal:
         0xbb48cf8 s Context>handleSignal:
         0xbb4d9e0 s Context>handleSignal:
         0xbb526c8 s Context>handleSignal:
         0xbb573b0 s Context>handleSignal:
         0xbb5c098 s Context>handleSignal:
         0xbb60d80 s Context>handleSignal:
         0xbb65a68 s Context>handleSignal:
         0xbb6a750 s Context>handleSignal:
         0xbb6f438 s Context>handleSignal:
         0xbb74120 s Context>handleSignal:
         0xbb78e08 s Context>handleSignal:
         0xbb7daf0 s Context>handleSignal:
         0xbb827d8 s Context>handleSignal:
         0xbb874c0 s Context>handleSignal:
         0xbb8c1a8 s Context>handleSignal:
         0xbb90e90 s Context>handleSignal:
         0xbb95b78 s Context>handleSignal:
         0xbb9a860 s Context>handleSignal:
         0xbb9f490 s Context>handleSignal:
         0xbba40c0 s Context>handleSignal:
         0xbba8cf0 s Context>handleSignal:
         0xbbad920 s Context>handleSignal:
         0xbbb2550 s Context>handleSignal:
         0xbbb7180 s Context>handleSignal:
         0xbbbbdb0 s Context>handleSignal:
         0xbbc09e0 s Context>handleSignal:
         0xbbc5610 s Context>handleSignal:
         0xbbca240 s Context>handleSignal:
         0xbbcee70 s Context>handleSignal:
         0xbbd3aa0 s Context>handleSignal:
         0xbbd86d0 s Context>handleSignal:
         0xbbdd300 s Context>handleSignal:
         0xbbe1f30 s Context>handleSignal:
         0xbbe6b60 s Context>handleSignal:
         0xbbeb790 s Context>handleSignal:
         0xbbf03c0 s Context>handleSignal:
         0xbbf4ff0 s Context>handleSignal:
         0xbbf9c20 s Context>handleSignal:
         0xbbfe850 s Context>handleSignal:
         0xbc03480 s Context>handleSignal:
         0xbc080b0 s Context>handleSignal:
         0xbc0cce0 s Context>handleSignal:
         0xbc11910 s Context>handleSignal:
         0xbc16540 s Context>handleSignal:
         0xbc1b170 s Context>handleSignal:
         0xbc1fda0 s Context>handleSignal:
         0xbc249d0 s Context>handleSignal:
         0xbc29600 s Context>handleSignal:
         0xbc2e230 s Context>handleSignal:
         0xbc32e60 s Context>handleSignal:
         0xbc37a90 s Context>handleSignal:
         0xbc3c6c0 s Context>handleSignal:
         0xbc412f0 s Context>handleSignal:
         0xbc45f20 s Context>handleSignal:
         0xbc4ab50 s Context>handleSignal:
         0xbc4f780 s Context>handleSignal:
         0xbc543b0 s Context>handleSignal:
         0xbc590b0 s Context>handleSignal:
         0xbc5dce0 s Context>handleSignal:
         0xbc62910 s Context>handleSignal:
         0xbc67540 s Context>handleSignal:
         0xbc6c170 s Context>handleSignal:
         0xbc70da0 s Context>handleSignal:
         0xbc759d0 s Context>handleSignal:
         0xbc7a600 s Context>handleSignal:
         0xbc7f230 s Context>handleSignal:
         0xbc83e60 s Context>handleSignal:
         0xbc88a90 s Context>handleSignal:
         0xbc8d6c0 s Context>handleSignal:
         0xbc922f0 s Context>handleSignal:
         0xbc96f20 s Context>handleSignal:
         0xbc9bb50 s Context>handleSignal:
         0xbca0780 s Context>handleSignal:
         0xbca53b0 s Context>handleSignal:
         0xbca9fe0 s Context>handleSignal:
         0xbcaec10 s Context>handleSignal:
         0xbcb3840 s Context>handleSignal:
         0xbcb8470 s Context>handleSignal:
         0xbcbd0a0 s Context>handleSignal:
         0xbcc1cd0 s Context>handleSignal:
         0xbcc6900 s Context>handleSignal:
         0xbccb530 s Context>handleSignal:
         0xbcd0160 s Context>handleSignal:
         0xbcd4d90 s Context>handleSignal:
         0xbcd99c0 s Context>handleSignal:
         0xbcde5f0 s Context>handleSignal:
         0xbce3220 s Context>handleSignal:
         0xbce7e50 s Context>handleSignal:
         0xbceca80 s Context>handleSignal:
         0xbcf16b0 s Context>handleSignal:
         0xbcf62e0 s Context>handleSignal:
         0xbcfaf10 s Context>handleSignal:
         0xbcffb40 s Context>handleSignal:
         0xbd04770 s Context>handleSignal:
         0xbd093a0 s Context>handleSignal:
         0xbd0dfd0 s Context>handleSignal:
         0xbd12c00 s Context>handleSignal:
         0xbd17830 s Context>handleSignal:
         0xbd1c460 s Context>handleSignal:
         0xbd21090 s Context>handleSignal:
         0xbd25cc0 s Context>handleSignal:
         0xbd2a8f0 s Context>handleSignal:
         0xbd2f520 s Context>handleSignal:
         0xbd34150 s Context>handleSignal:
         0xbd38d80 s Context>handleSignal:
         0xbd3d9b0 s Context>handleSignal:
         0xbd425e0 s Context>handleSignal:
         0xbd47210 s Context>handleSignal:
         0xbd4be40 s Context>handleSignal:
         0xbd50a70 s Context>handleSignal:
         0xbd556a0 s Context>handleSignal:
         0xbd5a2d0 s Context>handleSignal:
         0xbd5ef00 s Context>handleSignal:
         0xbd63b30 s Context>handleSignal:
         0xbd68760 s Context>handleSignal:
         0xbd6d390 s Context>handleSignal:
         0xbd71fc0 s Context>handleSignal:
         0xbd76bf0 s Context>handleSignal:
         0xbd7b820 s Context>handleSignal:
         0xbd80450 s Context>handleSignal:
         0xbd85080 s Context>handleSignal:
         0xbd89cb0 s Context>handleSignal:
         0xbd8e8e0 s Context>handleSignal:
         0xbd93510 s Context>handleSignal:
         0xbd98140 s Context>handleSignal:
         0xbd9cd70 s Context>handleSignal:
         0xbda19a0 s Context>handleSignal:
         0xbda65d0 s Context>handleSignal:
         0xbdab200 s Context>handleSignal:
         0xbdafe30 s Context>handleSignal:
         0xbdb4a60 s Context>handleSignal:
         0xbdb9690 s Context>handleSignal:
         0xbdbe2c0 s Context>handleSignal:
         0xbdc2ef0 s Context>handleSignal:
         0xbdc7b20 s Context>handleSignal:
         0xbdcc750 s Context>handleSignal:
         0xbdd1380 s Context>handleSignal:
         0xbdd5fb0 s Context>handleSignal:
         0xbddabe0 s Context>handleSignal:
         0xbddf810 s Context>handleSignal:
         0xbde4440 s Context>handleSignal:
         0xbde9070 s Context>handleSignal:
         0xbdedca0 s Context>handleSignal:
         0xbdf28d0 s Context>handleSignal:
         0xbdf7500 s Context>handleSignal:
         0xbdfc130 s Context>handleSignal:
         0xbe00d60 s Context>handleSignal:
         0xbe05990 s Context>handleSignal:
         0xbe0a5c0 s Context>handleSignal:
         0xbe0f1f0 s Context>handleSignal:
         0xbe13e20 s Context>handleSignal:
         0xbe18a50 s Context>handleSignal:
         0xbe1d680 s Context>handleSignal:
         0xbe222b0 s Context>handleSignal:
         0xbe26ee0 s Context>handleSignal:
         0xbe2bb10 s Context>handleSignal:
         0xbe30740 s Context>handleSignal:
         0xbe35370 s Context>handleSignal:
         0xbe39fa0 s Context>handleSignal:
         0xbe3ebd0 s Context>handleSignal:
         0xbe43800 s Context>handleSignal:
         0xbe48430 s Context>handleSignal:
         0xbe4d060 s Context>handleSignal:
         0xbe51c90 s Context>handleSignal:
         0xbe568c0 s Context>handleSignal:
         0xbe5b4f0 s Context>handleSignal:
         0xbe60120 s Context>handleSignal:
         0xbe64d50 s Context>handleSignal:
         0xbe69980 s Context>handleSignal:
         0xbe6e5b0 s Context>handleSignal:
         0xbe731e0 s Context>handleSignal:
         0xbe77e10 s Context>handleSignal:
         0xbe7ca40 s Context>handleSignal:
         0xbe815b8 s Context>handleSignal:
         0xbe86078 s Context>handleSignal:
         0xbe8aa80 s Context>handleSignal:
         0xbe8f3d0 s Context>handleSignal:
         0xbe93c68 s Context>handleSignal:
         0xbe98448 s Context>handleSignal:
         0xbe9cb70 s Context>handleSignal:
         0xbea11e0 s Context>handleSignal:
         0xbea5798 s Context>handleSignal:
         0xbea9c98 s Context>handleSignal:
         0xbeae0e0 s Context>handleSignal:
         0xbeb2470 s Context>handleSignal:
         0xbeb6748 s Context>handleSignal:
         0xbeba968 s Context>handleSignal:
         0xbebead0 s Context>handleSignal:
         0xbec2b80 s Context>handleSignal:
         0xbec6b78 s Context>handleSignal:
         0xbecaab8 s Context>handleSignal:
         0xbece940 s Context>handleSignal:
         0xbed2710 s Context>handleSignal:
         0xbed6428 s Context>handleSignal:
         0xbeda088 s Context>handleSignal:
         0xbeddc30 s Context>handleSignal:
         0xbee1720 s Context>handleSignal:
         0xbee50a0 s Context>handleSignal:
         0xbee8968 s Context>handleSignal:
         0xbeec178 s Context>handleSignal:
         0xbeef8d0 s Context>handleSignal:
         0xbef2f70 s Context>handleSignal:
         0xbef6558 s Context>handleSignal:
         0xbf853e8 s Halt(Exception)>signal
         0xbfa10c0 s Halt class(Exception class)>signal
         0xbfd41b0 s Halt class>now
         0xbfc5ee0 s FullBlockClosure(Object)>halt
         0xbfefbe0 s FullBlockClosure>printOn:
         0xc012f90 s Context>printOn:
         0xc03bb28 s Context>printDebugOn:
         0xc03be08 s [] in Context>debugStack:on:
         0xc05a4b8 s OrderedCollection>do:
         0xbfc5c68 s Context>debugStack:on:
         0xbfef990 s Context>shortDebugStackOn:
         0xc012d58 s [] in SmalltalkImage>logError:inContext:
         0xc03b848 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf84920 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa02f8 s SmalltalkImage>logStdErrorDuring:
         0xbfd34a8 s SmalltalkImage>logError:inContext:
         0xbffaac8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01da68 s FullBlockClosure(BlockClosure)>ensure:
         0xc04a268 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05ff48 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c7f0 s Halt(Exception)>unhandledErrorAction
         0xc089a60 s Halt(UnhandledException)>defaultAction
         0xc0d1180 s UndefinedObject>handleSignal:
         0xc0d1238 s Context>handleSignal:
         0xc0d12f0 s Context>handleSignal:
         0xc0d13a8 s Context>handleSignal:
         0xc0d1460 s Context>handleSignal:
         0xc0d1518 s Context>handleSignal:
         0xc0d15d0 s Context>handleSignal:
         0xc0d1688 s Context>handleSignal:
         0xc0d1740 s Context>handleSignal:
         0xc0d17f8 s Context>handleSignal:
         0xc0d18b0 s Context>handleSignal:
         0xc1056a8 s Context>handleSignal:
         0xc110dc8 s Context>handleSignal:
         0xc11bc70 s Context>handleSignal:
         0xc126558 s Context>handleSignal:
         0xc130d88 s Context>handleSignal:
         0xc13b5b8 s Context>handleSignal:
         0xc145de8 s Context>handleSignal:
         0xc150618 s Context>handleSignal:
         0xc15ae48 s Context>handleSignal:
         0xc165678 s Context>handleSignal:
         0xc16fea8 s Context>handleSignal:
         0xc17a6d8 s Context>handleSignal:
         0xc184f08 s Context>handleSignal:
         0xc18f738 s Context>handleSignal:
         0xc199f68 s Context>handleSignal:
         0xc1a4798 s Context>handleSignal:
         0xc1aefc8 s Context>handleSignal:
         0xc1b97f8 s Context>handleSignal:
         0xc1c4028 s Context>handleSignal:
         0xc1ce858 s Context>handleSignal:
         0xc1d9088 s Context>handleSignal:
         0xc1e38b8 s Context>handleSignal:
         0xc1ee0e8 s Context>handleSignal:
         0xc1f8918 s Context>handleSignal:
         0xc203148 s Context>handleSignal:
         0xc20d978 s Context>handleSignal:
         0xc2181a8 s Context>handleSignal:
         0xc2229d8 s Context>handleSignal:
         0xc22d208 s Context>handleSignal:
         0xc237a38 s Context>handleSignal:
         0xc242268 s Context>handleSignal:
         0xc24ca98 s Context>handleSignal:
         0xc2572c8 s Context>handleSignal:
         0xb7d8b38 s Context>handleSignal:
         0xb7e3420 s Context>handleSignal:
         0xb7edd08 s Context>handleSignal:
         0xb7f85f0 s Context>handleSignal:
         0xb802ed8 s Context>handleSignal:
         0xb80d7c0 s Context>handleSignal:
         0xb8180a8 s Context>handleSignal:
         0xb822990 s Context>handleSignal:
         0xb82d278 s Context>handleSignal:
         0xb837b60 s Context>handleSignal:
         0xb842448 s Context>handleSignal:
         0xb84cd30 s Context>handleSignal:
         0xb857618 s Context>handleSignal:
         0xb861f00 s Context>handleSignal:
         0xb86c7e8 s Context>handleSignal:
         0xb8770d0 s Context>handleSignal:
         0xb8819b8 s Context>handleSignal:
         0xb88c2a0 s Context>handleSignal:
         0xb896b88 s Context>handleSignal:
         0xb8a1470 s Context>handleSignal:
         0xb8abd58 s Context>handleSignal:
         0xb8b6640 s Context>handleSignal:
         0xb8c0f28 s Context>handleSignal:
         0xb8cb810 s Context>handleSignal:
         0xb8d60f8 s Context>handleSignal:
         0xb8e09e0 s Context>handleSignal:
         0xb8eb2c8 s Context>handleSignal:
         0xb8f5bb0 s Context>handleSignal:
         0xb900498 s Context>handleSignal:
         0xb90ad80 s Context>handleSignal:
         0xb915668 s Context>handleSignal:
         0xb91ff50 s Context>handleSignal:
         0xb92a838 s Context>handleSignal:
         0xb935120 s Context>handleSignal:
         0xb93fa08 s Context>handleSignal:
         0xb94a2f0 s Context>handleSignal:
         0xb954bd8 s Context>handleSignal:
         0xb95f4c0 s Context>handleSignal:
         0xb969da8 s Context>handleSignal:
         0xb974690 s Context>handleSignal:
         0xb97ef78 s Context>handleSignal:
         0xb989860 s Context>handleSignal:
         0xb994148 s Context>handleSignal:
         0xb99ea30 s Context>handleSignal:
         0xb9a9318 s Context>handleSignal:
         0xb9b3c00 s Context>handleSignal:
         0xb9be4e8 s Context>handleSignal:
         0xb9c8dd0 s Context>handleSignal:
         0xb9d36b8 s Context>handleSignal:
         0xb9ddfa0 s Context>handleSignal:
         0xb9e8888 s Context>handleSignal:
         0xb9f3170 s Context>handleSignal:
         0xb9fda58 s Context>handleSignal:
         0xba08340 s Context>handleSignal:
         0xba12c28 s Context>handleSignal:
         0xba1d510 s Context>handleSignal:
         0xba27df8 s Context>handleSignal:
         0xba326e0 s Context>handleSignal:
         0xba3cfc8 s Context>handleSignal:
         0xba43f30 s Context>handleSignal:
         0xba49068 s Context>handleSignal:
         0xba4e0e8 s Context>handleSignal:
         0xba530b0 s Context>handleSignal:
         0xba58078 s Context>handleSignal:
         0xba5cf88 s Context>handleSignal:
         0xba61de0 s Context>handleSignal:
         0xba66c38 s Context>handleSignal:
         0xba6b9d8 s Context>handleSignal:
         0xba70778 s Context>handleSignal:
         0xba75460 s Context>handleSignal:
         0xba7a148 s Context>handleSignal:
         0xba7ee30 s Context>handleSignal:
         0xba83b18 s Context>handleSignal:
         0xba88800 s Context>handleSignal:
         0xba8d4e8 s Context>handleSignal:
         0xba921d0 s Context>handleSignal:
         0xba96eb8 s Context>handleSignal:
         0xba9bba0 s Context>handleSignal:
         0xbaa0888 s Context>handleSignal:
         0xbaa5570 s Context>handleSignal:
         0xbaaa258 s Context>handleSignal:
         0xbaaef40 s Context>handleSignal:
         0xbab3c28 s Context>handleSignal:
         0xbab8910 s Context>handleSignal:
         0xbabd5f8 s Context>handleSignal:
         0xbac22e0 s Context>handleSignal:
         0xbac6fc8 s Context>handleSignal:
         0xbacbcb0 s Context>handleSignal:
         0xbad0998 s Context>handleSignal:
         0xbad5680 s Context>handleSignal:
         0xbada368 s Context>handleSignal:
         0xbadf050 s Context>handleSignal:
         0xbae3d38 s Context>handleSignal:
         0xbae8a20 s Context>handleSignal:
         0xbaed708 s Context>handleSignal:
         0xbaf23f0 s Context>handleSignal:
         0xbaf70d8 s Context>handleSignal:
         0xbafbdc0 s Context>handleSignal:
         0xbb00aa8 s Context>handleSignal:
         0xbb05790 s Context>handleSignal:
         0xbb0a478 s Context>handleSignal:
         0xbb0f160 s Context>handleSignal:
         0xbb13e48 s Context>handleSignal:
         0xbb18b30 s Context>handleSignal:
         0xbb1d818 s Context>handleSignal:
         0xbb22500 s Context>handleSignal:
         0xbb271e8 s Context>handleSignal:
         0xbb2bed0 s Context>handleSignal:
         0xbb30bb8 s Context>handleSignal:
         0xbb358a0 s Context>handleSignal:
         0xbb3a588 s Context>handleSignal:
         0xbb3f270 s Context>handleSignal:
         0xbb43f58 s Context>handleSignal:
         0xbb48c40 s Context>handleSignal:
         0xbb4d928 s Context>handleSignal:
         0xbb52610 s Context>handleSignal:
         0xbb572f8 s Context>handleSignal:
         0xbb5bfe0 s Context>handleSignal:
         0xbb60cc8 s Context>handleSignal:
         0xbb659b0 s Context>handleSignal:
         0xbb6a698 s Context>handleSignal:
         0xbb6f380 s Context>handleSignal:
         0xbb74068 s Context>handleSignal:
         0xbb78d50 s Context>handleSignal:
         0xbb7da38 s Context>handleSignal:
         0xbb82720 s Context>handleSignal:
         0xbb87408 s Context>handleSignal:
         0xbb8c0f0 s Context>handleSignal:
         0xbb90dd8 s Context>handleSignal:
         0xbb95ac0 s Context>handleSignal:
         0xbb9a7a8 s Context>handleSignal:
         0xbb9f3d8 s Context>handleSignal:
         0xbba4008 s Context>handleSignal:
         0xbba8c38 s Context>handleSignal:
         0xbbad868 s Context>handleSignal:
         0xbbb2498 s Context>handleSignal:
         0xbbb70c8 s Context>handleSignal:
         0xbbbbcf8 s Context>handleSignal:
         0xbbc0928 s Context>handleSignal:
         0xbbc5558 s Context>handleSignal:
         0xbbca188 s Context>handleSignal:
         0xbbcedb8 s Context>handleSignal:
         0xbbd39e8 s Context>handleSignal:
         0xbbd8618 s Context>handleSignal:
         0xbbdd248 s Context>handleSignal:
         0xbbe1e78 s Context>handleSignal:
         0xbbe6aa8 s Context>handleSignal:
         0xbbeb6d8 s Context>handleSignal:
         0xbbf0308 s Context>handleSignal:
         0xbbf4f38 s Context>handleSignal:
         0xbbf9b68 s Context>handleSignal:
         0xbbfe798 s Context>handleSignal:
         0xbc033c8 s Context>handleSignal:
         0xbc07ff8 s Context>handleSignal:
         0xbc0cc28 s Context>handleSignal:
         0xbc11858 s Context>handleSignal:
         0xbc16488 s Context>handleSignal:
         0xbc1b0b8 s Context>handleSignal:
         0xbc1fce8 s Context>handleSignal:
         0xbc24918 s Context>handleSignal:
         0xbc29548 s Context>handleSignal:
         0xbc2e178 s Context>handleSignal:
         0xbc32da8 s Context>handleSignal:
         0xbc379d8 s Context>handleSignal:
         0xbc3c608 s Context>handleSignal:
         0xbc41238 s Context>handleSignal:
         0xbc45e68 s Context>handleSignal:
         0xbc4aa98 s Context>handleSignal:
         0xbc4f6c8 s Context>handleSignal:
         0xbc542f8 s Context>handleSignal:
         0xbc58ff8 s Context>handleSignal:
         0xbc5dc28 s Context>handleSignal:
         0xbc62858 s Context>handleSignal:
         0xbc67488 s Context>handleSignal:
         0xbc6c0b8 s Context>handleSignal:
         0xbc70ce8 s Context>handleSignal:
         0xbc75918 s Context>handleSignal:
         0xbc7a548 s Context>handleSignal:
         0xbc7f178 s Context>handleSignal:
         0xbc83da8 s Context>handleSignal:
         0xbc889d8 s Context>handleSignal:
         0xbc8d608 s Context>handleSignal:
         0xbc92238 s Context>handleSignal:
         0xbc96e68 s Context>handleSignal:
         0xbc9ba98 s Context>handleSignal:
         0xbca06c8 s Context>handleSignal:
         0xbca52f8 s Context>handleSignal:
         0xbca9f28 s Context>handleSignal:
         0xbcaeb58 s Context>handleSignal:
         0xbcb3788 s Context>handleSignal:
         0xbcb83b8 s Context>handleSignal:
         0xbcbcfe8 s Context>handleSignal:
         0xbcc1c18 s Context>handleSignal:
         0xbcc6848 s Context>handleSignal:
         0xbccb478 s Context>handleSignal:
         0xbcd00a8 s Context>handleSignal:
         0xbcd4cd8 s Context>handleSignal:
         0xbcd9908 s Context>handleSignal:
         0xbcde538 s Context>handleSignal:
         0xbce3168 s Context>handleSignal:
         0xbce7d98 s Context>handleSignal:
         0xbcec9c8 s Context>handleSignal:
         0xbcf15f8 s Context>handleSignal:
         0xbcf6228 s Context>handleSignal:
         0xbcfae58 s Context>handleSignal:
         0xbcffa88 s Context>handleSignal:
         0xbd046b8 s Context>handleSignal:
         0xbd092e8 s Context>handleSignal:
         0xbd0df18 s Context>handleSignal:
         0xbd12b48 s Context>handleSignal:
         0xbd17778 s Context>handleSignal:
         0xbd1c3a8 s Context>handleSignal:
         0xbd20fd8 s Context>handleSignal:
         0xbd25c08 s Context>handleSignal:
         0xbd2a838 s Context>handleSignal:
         0xbd2f468 s Context>handleSignal:
         0xbd34098 s Context>handleSignal:
         0xbd38cc8 s Context>handleSignal:
         0xbd3d8f8 s Context>handleSignal:
         0xbd42528 s Context>handleSignal:
         0xbd47158 s Context>handleSignal:
         0xbd4bd88 s Context>handleSignal:
         0xbd509b8 s Context>handleSignal:
         0xbd555e8 s Context>handleSignal:
         0xbd5a218 s Context>handleSignal:
         0xbd5ee48 s Context>handleSignal:
         0xbd63a78 s Context>handleSignal:
         0xbd686a8 s Context>handleSignal:
         0xbd6d2d8 s Context>handleSignal:
         0xbd71f08 s Context>handleSignal:
         0xbd76b38 s Context>handleSignal:
         0xbd7b768 s Context>handleSignal:
         0xbd80398 s Context>handleSignal:
         0xbd84fc8 s Context>handleSignal:
         0xbd89bf8 s Context>handleSignal:
         0xbd8e828 s Context>handleSignal:
         0xbd93458 s Context>handleSignal:
         0xbd98088 s Context>handleSignal:
         0xbd9ccb8 s Context>handleSignal:
         0xbda18e8 s Context>handleSignal:
         0xbda6518 s Context>handleSignal:
         0xbdab148 s Context>handleSignal:
         0xbdafd78 s Context>handleSignal:
         0xbdb49a8 s Context>handleSignal:
         0xbdb95d8 s Context>handleSignal:
         0xbdbe208 s Context>handleSignal:
         0xbdc2e38 s Context>handleSignal:
         0xbdc7a68 s Context>handleSignal:
         0xbdcc698 s Context>handleSignal:
         0xbdd12c8 s Context>handleSignal:
         0xbdd5ef8 s Context>handleSignal:
         0xbddab28 s Context>handleSignal:
         0xbddf758 s Context>handleSignal:
         0xbde4388 s Context>handleSignal:
         0xbde8fb8 s Context>handleSignal:
         0xbdedbe8 s Context>handleSignal:
         0xbdf2818 s Context>handleSignal:
         0xbdf7448 s Context>handleSignal:
         0xbdfc078 s Context>handleSignal:
         0xbe00ca8 s Context>handleSignal:
         0xbe058d8 s Context>handleSignal:
         0xbe0a508 s Context>handleSignal:
         0xbe0f138 s Context>handleSignal:
         0xbe13d68 s Context>handleSignal:
         0xbe18998 s Context>handleSignal:
         0xbe1d5c8 s Context>handleSignal:
         0xbe221f8 s Context>handleSignal:
         0xbe26e28 s Context>handleSignal:
         0xbe2ba58 s Context>handleSignal:
         0xbe30688 s Context>handleSignal:
         0xbe352b8 s Context>handleSignal:
         0xbe39ee8 s Context>handleSignal:
         0xbe3eb18 s Context>handleSignal:
         0xbe43748 s Context>handleSignal:
         0xbe48378 s Context>handleSignal:
         0xbe4cfa8 s Context>handleSignal:
         0xbe51bd8 s Context>handleSignal:
         0xbe56808 s Context>handleSignal:
         0xbe5b438 s Context>handleSignal:
         0xbe60068 s Context>handleSignal:
         0xbe64c98 s Context>handleSignal:
         0xbe698c8 s Context>handleSignal:
         0xbe6e4f8 s Context>handleSignal:
         0xbe73128 s Context>handleSignal:
         0xbe77d58 s Context>handleSignal:
         0xbe7c988 s Context>handleSignal:
         0xbe81500 s Context>handleSignal:
         0xbe85fc0 s Context>handleSignal:
         0xbe8a9c8 s Context>handleSignal:
         0xbe8f318 s Context>handleSignal:
         0xbe93bb0 s Context>handleSignal:
         0xbe98390 s Context>handleSignal:
         0xbe9cab8 s Context>handleSignal:
         0xbea1128 s Context>handleSignal:
         0xbea56e0 s Context>handleSignal:
         0xbea9be0 s Context>handleSignal:
         0xbeae028 s Context>handleSignal:
         0xbeb23b8 s Context>handleSignal:
         0xbeb6690 s Context>handleSignal:
         0xbeba8b0 s Context>handleSignal:
         0xbebea18 s Context>handleSignal:
         0xbec2ac8 s Context>handleSignal:
         0xbec6ac0 s Context>handleSignal:
         0xbecaa00 s Context>handleSignal:
         0xbece888 s Context>handleSignal:
         0xbed2658 s Context>handleSignal:
         0xbed6370 s Context>handleSignal:
         0xbed9fd0 s Context>handleSignal:
         0xbeddb78 s Context>handleSignal:
         0xbee1668 s Context>handleSignal:
         0xbee4fe8 s Context>handleSignal:
         0xbee88b0 s Context>handleSignal:
         0xbeec0c0 s Context>handleSignal:
         0xbeef818 s Context>handleSignal:
         0xbef2eb8 s Context>handleSignal:
         0xbf85278 s Halt(Exception)>signal
         0xbfa0ef0 s Halt class(Exception class)>signal
         0xbfd3ff8 s Halt class>now
         0xbfc5d20 s FullBlockClosure(Object)>halt
         0xbfefa48 s FullBlockClosure>printOn:
         0xc012e10 s Context>printOn:
         0xc03b900 s Context>printDebugOn:
         0xc03bbe0 s [] in Context>debugStack:on:
         0xc05a400 s OrderedCollection>do:
         0xbfc5aa8 s Context>debugStack:on:
         0xbfef7f8 s Context>shortDebugStackOn:
         0xc012bd8 s [] in SmalltalkImage>logError:inContext:
         0xc03b620 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf847b0 s FullBlockClosure(BlockClosure)>on:do:
         0xbfa0128 s SmalltalkImage>logStdErrorDuring:
         0xbfd32f0 s SmalltalkImage>logError:inContext:
         0xbffaa00 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01d978 s FullBlockClosure(BlockClosure)>ensure:
         0xc04a188 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05fe90 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c738 s Halt(Exception)>unhandledErrorAction
         0xc0899a8 s Halt(UnhandledException)>defaultAction
         0xc0d0998 s UndefinedObject>handleSignal:
         0xc0d0a50 s Context>handleSignal:
         0xc0d0b08 s Context>handleSignal:
         0xc0d0bc0 s Context>handleSignal:
         0xc0d0c78 s Context>handleSignal:
         0xc0d0d30 s Context>handleSignal:
         0xc0d0de8 s Context>handleSignal:
         0xc0d0ea0 s Context>handleSignal:
         0xc0d0f58 s Context>handleSignal:
         0xc0d1010 s Context>handleSignal:
         0xc0d10c8 s Context>handleSignal:
         0xc1055f0 s Context>handleSignal:
         0xc110d10 s Context>handleSignal:
         0xc11bbb8 s Context>handleSignal:
         0xc1264a0 s Context>handleSignal:
         0xc130cd0 s Context>handleSignal:
         0xc13b500 s Context>handleSignal:
         0xc145d30 s Context>handleSignal:
         0xc150560 s Context>handleSignal:
         0xc15ad90 s Context>handleSignal:
         0xc1655c0 s Context>handleSignal:
         0xc16fdf0 s Context>handleSignal:
         0xc17a620 s Context>handleSignal:
         0xc184e50 s Context>handleSignal:
         0xc18f680 s Context>handleSignal:
         0xc199eb0 s Context>handleSignal:
         0xc1a46e0 s Context>handleSignal:
         0xc1aef10 s Context>handleSignal:
         0xc1b9740 s Context>handleSignal:
         0xc1c3f70 s Context>handleSignal:
         0xc1ce7a0 s Context>handleSignal:
         0xc1d8fd0 s Context>handleSignal:
         0xc1e3800 s Context>handleSignal:
         0xc1ee030 s Context>handleSignal:
         0xc1f8860 s Context>handleSignal:
         0xc203090 s Context>handleSignal:
         0xc20d8c0 s Context>handleSignal:
         0xc2180f0 s Context>handleSignal:
         0xc222920 s Context>handleSignal:
         0xc22d150 s Context>handleSignal:
         0xc237980 s Context>handleSignal:
         0xc2421b0 s Context>handleSignal:
         0xc24c9e0 s Context>handleSignal:
         0xc257210 s Context>handleSignal:
         0xb7d8a80 s Context>handleSignal:
         0xb7e3368 s Context>handleSignal:
         0xb7edc50 s Context>handleSignal:
         0xb7f8538 s Context>handleSignal:
         0xb802e20 s Context>handleSignal:
         0xb80d708 s Context>handleSignal:
         0xb817ff0 s Context>handleSignal:
         0xb8228d8 s Context>handleSignal:
         0xb82d1c0 s Context>handleSignal:
         0xb837aa8 s Context>handleSignal:
         0xb842390 s Context>handleSignal:
         0xb84cc78 s Context>handleSignal:
         0xb857560 s Context>handleSignal:
         0xb861e48 s Context>handleSignal:
         0xb86c730 s Context>handleSignal:
         0xb877018 s Context>handleSignal:
         0xb881900 s Context>handleSignal:
         0xb88c1e8 s Context>handleSignal:
         0xb896ad0 s Context>handleSignal:
         0xb8a13b8 s Context>handleSignal:
         0xb8abca0 s Context>handleSignal:
         0xb8b6588 s Context>handleSignal:
         0xb8c0e70 s Context>handleSignal:
         0xb8cb758 s Context>handleSignal:
         0xb8d6040 s Context>handleSignal:
         0xb8e0928 s Context>handleSignal:
         0xb8eb210 s Context>handleSignal:
         0xb8f5af8 s Context>handleSignal:
         0xb9003e0 s Context>handleSignal:
         0xb90acc8 s Context>handleSignal:
         0xb9155b0 s Context>handleSignal:
         0xb91fe98 s Context>handleSignal:
         0xb92a780 s Context>handleSignal:
         0xb935068 s Context>handleSignal:
         0xb93f950 s Context>handleSignal:
         0xb94a238 s Context>handleSignal:
         0xb954b20 s Context>handleSignal:
         0xb95f408 s Context>handleSignal:
         0xb969cf0 s Context>handleSignal:
         0xb9745d8 s Context>handleSignal:
         0xb97eec0 s Context>handleSignal:
         0xb9897a8 s Context>handleSignal:
         0xb994090 s Context>handleSignal:
         0xb99e978 s Context>handleSignal:
         0xb9a9260 s Context>handleSignal:
         0xb9b3b48 s Context>handleSignal:
         0xb9be430 s Context>handleSignal:
         0xb9c8d18 s Context>handleSignal:
         0xb9d3600 s Context>handleSignal:
         0xb9ddee8 s Context>handleSignal:
         0xb9e87d0 s Context>handleSignal:
         0xb9f30b8 s Context>handleSignal:
         0xb9fd9a0 s Context>handleSignal:
         0xba08288 s Context>handleSignal:
         0xba12b70 s Context>handleSignal:
         0xba1d458 s Context>handleSignal:
         0xba27d40 s Context>handleSignal:
         0xba32628 s Context>handleSignal:
         0xba3cf10 s Context>handleSignal:
         0xba43e78 s Context>handleSignal:
         0xba48fb0 s Context>handleSignal:
         0xba4e030 s Context>handleSignal:
         0xba52ff8 s Context>handleSignal:
         0xba57fc0 s Context>handleSignal:
         0xba5ced0 s Context>handleSignal:
         0xba61d28 s Context>handleSignal:
         0xba66b80 s Context>handleSignal:
         0xba6b920 s Context>handleSignal:
         0xba706c0 s Context>handleSignal:
         0xba753a8 s Context>handleSignal:
         0xba7a090 s Context>handleSignal:
         0xba7ed78 s Context>handleSignal:
         0xba83a60 s Context>handleSignal:
         0xba88748 s Context>handleSignal:
         0xba8d430 s Context>handleSignal:
         0xba92118 s Context>handleSignal:
         0xba96e00 s Context>handleSignal:
         0xba9bae8 s Context>handleSignal:
         0xbaa07d0 s Context>handleSignal:
         0xbaa54b8 s Context>handleSignal:
         0xbaaa1a0 s Context>handleSignal:
         0xbaaee88 s Context>handleSignal:
         0xbab3b70 s Context>handleSignal:
         0xbab8858 s Context>handleSignal:
         0xbabd540 s Context>handleSignal:
         0xbac2228 s Context>handleSignal:
         0xbac6f10 s Context>handleSignal:
         0xbacbbf8 s Context>handleSignal:
         0xbad08e0 s Context>handleSignal:
         0xbad55c8 s Context>handleSignal:
         0xbada2b0 s Context>handleSignal:
         0xbadef98 s Context>handleSignal:
         0xbae3c80 s Context>handleSignal:
         0xbae8968 s Context>handleSignal:
         0xbaed650 s Context>handleSignal:
         0xbaf2338 s Context>handleSignal:
         0xbaf7020 s Context>handleSignal:
         0xbafbd08 s Context>handleSignal:
         0xbb009f0 s Context>handleSignal:
         0xbb056d8 s Context>handleSignal:
         0xbb0a3c0 s Context>handleSignal:
         0xbb0f0a8 s Context>handleSignal:
         0xbb13d90 s Context>handleSignal:
         0xbb18a78 s Context>handleSignal:
         0xbb1d760 s Context>handleSignal:
         0xbb22448 s Context>handleSignal:
         0xbb27130 s Context>handleSignal:
         0xbb2be18 s Context>handleSignal:
         0xbb30b00 s Context>handleSignal:
         0xbb357e8 s Context>handleSignal:
         0xbb3a4d0 s Context>handleSignal:
         0xbb3f1b8 s Context>handleSignal:
         0xbb43ea0 s Context>handleSignal:
         0xbb48b88 s Context>handleSignal:
         0xbb4d870 s Context>handleSignal:
         0xbb52558 s Context>handleSignal:
         0xbb57240 s Context>handleSignal:
         0xbb5bf28 s Context>handleSignal:
         0xbb60c10 s Context>handleSignal:
         0xbb658f8 s Context>handleSignal:
         0xbb6a5e0 s Context>handleSignal:
         0xbb6f2c8 s Context>handleSignal:
         0xbb73fb0 s Context>handleSignal:
         0xbb78c98 s Context>handleSignal:
         0xbb7d980 s Context>handleSignal:
         0xbb82668 s Context>handleSignal:
         0xbb87350 s Context>handleSignal:
         0xbb8c038 s Context>handleSignal:
         0xbb90d20 s Context>handleSignal:
         0xbb95a08 s Context>handleSignal:
         0xbb9a6f0 s Context>handleSignal:
         0xbb9f320 s Context>handleSignal:
         0xbba3f50 s Context>handleSignal:
         0xbba8b80 s Context>handleSignal:
         0xbbad7b0 s Context>handleSignal:
         0xbbb23e0 s Context>handleSignal:
         0xbbb7010 s Context>handleSignal:
         0xbbbbc40 s Context>handleSignal:
         0xbbc0870 s Context>handleSignal:
         0xbbc54a0 s Context>handleSignal:
         0xbbca0d0 s Context>handleSignal:
         0xbbced00 s Context>handleSignal:
         0xbbd3930 s Context>handleSignal:
         0xbbd8560 s Context>handleSignal:
         0xbbdd190 s Context>handleSignal:
         0xbbe1dc0 s Context>handleSignal:
         0xbbe69f0 s Context>handleSignal:
         0xbbeb620 s Context>handleSignal:
         0xbbf0250 s Context>handleSignal:
         0xbbf4e80 s Context>handleSignal:
         0xbbf9ab0 s Context>handleSignal:
         0xbbfe6e0 s Context>handleSignal:
         0xbc03310 s Context>handleSignal:
         0xbc07f40 s Context>handleSignal:
         0xbc0cb70 s Context>handleSignal:
         0xbc117a0 s Context>handleSignal:
         0xbc163d0 s Context>handleSignal:
         0xbc1b000 s Context>handleSignal:
         0xbc1fc30 s Context>handleSignal:
         0xbc24860 s Context>handleSignal:
         0xbc29490 s Context>handleSignal:
         0xbc2e0c0 s Context>handleSignal:
         0xbc32cf0 s Context>handleSignal:
         0xbc37920 s Context>handleSignal:
         0xbc3c550 s Context>handleSignal:
         0xbc41180 s Context>handleSignal:
         0xbc45db0 s Context>handleSignal:
         0xbc4a9e0 s Context>handleSignal:
         0xbc4f610 s Context>handleSignal:
         0xbc54240 s Context>handleSignal:
         0xbc58f40 s Context>handleSignal:
         0xbc5db70 s Context>handleSignal:
         0xbc627a0 s Context>handleSignal:
         0xbc673d0 s Context>handleSignal:
         0xbc6c000 s Context>handleSignal:
         0xbc70c30 s Context>handleSignal:
         0xbc75860 s Context>handleSignal:
         0xbc7a490 s Context>handleSignal:
         0xbc7f0c0 s Context>handleSignal:
         0xbc83cf0 s Context>handleSignal:
         0xbc88920 s Context>handleSignal:
         0xbc8d550 s Context>handleSignal:
         0xbc92180 s Context>handleSignal:
         0xbc96db0 s Context>handleSignal:
         0xbc9b9e0 s Context>handleSignal:
         0xbca0610 s Context>handleSignal:
         0xbca5240 s Context>handleSignal:
         0xbca9e70 s Context>handleSignal:
         0xbcaeaa0 s Context>handleSignal:
         0xbcb36d0 s Context>handleSignal:
         0xbcb8300 s Context>handleSignal:
         0xbcbcf30 s Context>handleSignal:
         0xbcc1b60 s Context>handleSignal:
         0xbcc6790 s Context>handleSignal:
         0xbccb3c0 s Context>handleSignal:
         0xbccfff0 s Context>handleSignal:
         0xbcd4c20 s Context>handleSignal:
         0xbcd9850 s Context>handleSignal:
         0xbcde480 s Context>handleSignal:
         0xbce30b0 s Context>handleSignal:
         0xbce7ce0 s Context>handleSignal:
         0xbcec910 s Context>handleSignal:
         0xbcf1540 s Context>handleSignal:
         0xbcf6170 s Context>handleSignal:
         0xbcfada0 s Context>handleSignal:
         0xbcff9d0 s Context>handleSignal:
         0xbd04600 s Context>handleSignal:
         0xbd09230 s Context>handleSignal:
         0xbd0de60 s Context>handleSignal:
         0xbd12a90 s Context>handleSignal:
         0xbd176c0 s Context>handleSignal:
         0xbd1c2f0 s Context>handleSignal:
         0xbd20f20 s Context>handleSignal:
         0xbd25b50 s Context>handleSignal:
         0xbd2a780 s Context>handleSignal:
         0xbd2f3b0 s Context>handleSignal:
         0xbd33fe0 s Context>handleSignal:
         0xbd38c10 s Context>handleSignal:
         0xbd3d840 s Context>handleSignal:
         0xbd42470 s Context>handleSignal:
         0xbd470a0 s Context>handleSignal:
         0xbd4bcd0 s Context>handleSignal:
         0xbd50900 s Context>handleSignal:
         0xbd55530 s Context>handleSignal:
         0xbd5a160 s Context>handleSignal:
         0xbd5ed90 s Context>handleSignal:
         0xbd639c0 s Context>handleSignal:
         0xbd685f0 s Context>handleSignal:
         0xbd6d220 s Context>handleSignal:
         0xbd71e50 s Context>handleSignal:
         0xbd76a80 s Context>handleSignal:
         0xbd7b6b0 s Context>handleSignal:
         0xbd802e0 s Context>handleSignal:
         0xbd84f10 s Context>handleSignal:
         0xbd89b40 s Context>handleSignal:
         0xbd8e770 s Context>handleSignal:
         0xbd933a0 s Context>handleSignal:
         0xbd97fd0 s Context>handleSignal:
         0xbd9cc00 s Context>handleSignal:
         0xbda1830 s Context>handleSignal:
         0xbda6460 s Context>handleSignal:
         0xbdab090 s Context>handleSignal:
         0xbdafcc0 s Context>handleSignal:
         0xbdb48f0 s Context>handleSignal:
         0xbdb9520 s Context>handleSignal:
         0xbdbe150 s Context>handleSignal:
         0xbdc2d80 s Context>handleSignal:
         0xbdc79b0 s Context>handleSignal:
         0xbdcc5e0 s Context>handleSignal:
         0xbdd1210 s Context>handleSignal:
         0xbdd5e40 s Context>handleSignal:
         0xbddaa70 s Context>handleSignal:
         0xbddf6a0 s Context>handleSignal:
         0xbde42d0 s Context>handleSignal:
         0xbde8f00 s Context>handleSignal:
         0xbdedb30 s Context>handleSignal:
         0xbdf2760 s Context>handleSignal:
         0xbdf7390 s Context>handleSignal:
         0xbdfbfc0 s Context>handleSignal:
         0xbe00bf0 s Context>handleSignal:
         0xbe05820 s Context>handleSignal:
         0xbe0a450 s Context>handleSignal:
         0xbe0f080 s Context>handleSignal:
         0xbe13cb0 s Context>handleSignal:
         0xbe188e0 s Context>handleSignal:
         0xbe1d510 s Context>handleSignal:
         0xbe22140 s Context>handleSignal:
         0xbe26d70 s Context>handleSignal:
         0xbe2b9a0 s Context>handleSignal:
         0xbe305d0 s Context>handleSignal:
         0xbe35200 s Context>handleSignal:
         0xbe39e30 s Context>handleSignal:
         0xbe3ea60 s Context>handleSignal:
         0xbe43690 s Context>handleSignal:
         0xbe482c0 s Context>handleSignal:
         0xbe4cef0 s Context>handleSignal:
         0xbe51b20 s Context>handleSignal:
         0xbe56750 s Context>handleSignal:
         0xbe5b380 s Context>handleSignal:
         0xbe5ffb0 s Context>handleSignal:
         0xbe64be0 s Context>handleSignal:
         0xbe69810 s Context>handleSignal:
         0xbe6e440 s Context>handleSignal:
         0xbe73070 s Context>handleSignal:
         0xbe77ca0 s Context>handleSignal:
         0xbe7c8d0 s Context>handleSignal:
         0xbe81448 s Context>handleSignal:
         0xbe85f08 s Context>handleSignal:
         0xbe8a910 s Context>handleSignal:
         0xbe8f260 s Context>handleSignal:
         0xbe93af8 s Context>handleSignal:
         0xbe982d8 s Context>handleSignal:
         0xbe9ca00 s Context>handleSignal:
         0xbea1070 s Context>handleSignal:
         0xbea5628 s Context>handleSignal:
         0xbea9b28 s Context>handleSignal:
         0xbeadf70 s Context>handleSignal:
         0xbeb2300 s Context>handleSignal:
         0xbeb65d8 s Context>handleSignal:
         0xbeba7f8 s Context>handleSignal:
         0xbebe960 s Context>handleSignal:
         0xbec2a10 s Context>handleSignal:
         0xbec6a08 s Context>handleSignal:
         0xbeca948 s Context>handleSignal:
         0xbece7d0 s Context>handleSignal:
         0xbed25a0 s Context>handleSignal:
         0xbed62b8 s Context>handleSignal:
         0xbed9f18 s Context>handleSignal:
         0xbeddac0 s Context>handleSignal:
         0xbee15b0 s Context>handleSignal:
         0xbee4f30 s Context>handleSignal:
         0xbee87f8 s Context>handleSignal:
         0xbeec008 s Context>handleSignal:
         0xbeef760 s Context>handleSignal:
         0xbf85108 s Halt(Exception)>signal
         0xbfa0d20 s Halt class(Exception class)>signal
         0xbfd3e40 s Halt class>now
         0xbfc5b60 s FullBlockClosure(Object)>halt
         0xbfef8b0 s FullBlockClosure>printOn:
         0xc012c90 s Context>printOn:
         0xc03b6d8 s Context>printDebugOn:
         0xc03b9b8 s [] in Context>debugStack:on:
         0xc05a348 s OrderedCollection>do:
         0xbfc58e8 s Context>debugStack:on:
         0xbfef660 s Context>shortDebugStackOn:
         0xc012a58 s [] in SmalltalkImage>logError:inContext:
         0xc03b3f8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf84640 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9ff58 s SmalltalkImage>logStdErrorDuring:
         0xbfd3138 s SmalltalkImage>logError:inContext:
         0xbffa938 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01d888 s FullBlockClosure(BlockClosure)>ensure:
         0xc04a0a8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05fdd8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c680 s Halt(Exception)>unhandledErrorAction
         0xc0898f0 s Halt(UnhandledException)>defaultAction
         0xc0d01b0 s UndefinedObject>handleSignal:
         0xc0d0268 s Context>handleSignal:
         0xc0d0320 s Context>handleSignal:
         0xc0d03d8 s Context>handleSignal:
         0xc0d0490 s Context>handleSignal:
         0xc0d0548 s Context>handleSignal:
         0xc0d0600 s Context>handleSignal:
         0xc0d06b8 s Context>handleSignal:
         0xc0d0770 s Context>handleSignal:
         0xc0d0828 s Context>handleSignal:
         0xc0d08e0 s Context>handleSignal:
         0xc105538 s Context>handleSignal:
         0xc110c58 s Context>handleSignal:
         0xc11bb00 s Context>handleSignal:
         0xc1263e8 s Context>handleSignal:
         0xc130c18 s Context>handleSignal:
         0xc13b448 s Context>handleSignal:
         0xc145c78 s Context>handleSignal:
         0xc1504a8 s Context>handleSignal:
         0xc15acd8 s Context>handleSignal:
         0xc165508 s Context>handleSignal:
         0xc16fd38 s Context>handleSignal:
         0xc17a568 s Context>handleSignal:
         0xc184d98 s Context>handleSignal:
         0xc18f5c8 s Context>handleSignal:
         0xc199df8 s Context>handleSignal:
         0xc1a4628 s Context>handleSignal:
         0xc1aee58 s Context>handleSignal:
         0xc1b9688 s Context>handleSignal:
         0xc1c3eb8 s Context>handleSignal:
         0xc1ce6e8 s Context>handleSignal:
         0xc1d8f18 s Context>handleSignal:
         0xc1e3748 s Context>handleSignal:
         0xc1edf78 s Context>handleSignal:
         0xc1f87a8 s Context>handleSignal:
         0xc202fd8 s Context>handleSignal:
         0xc20d808 s Context>handleSignal:
         0xc218038 s Context>handleSignal:
         0xc222868 s Context>handleSignal:
         0xc22d098 s Context>handleSignal:
         0xc2378c8 s Context>handleSignal:
         0xc2420f8 s Context>handleSignal:
         0xc24c928 s Context>handleSignal:
         0xc257158 s Context>handleSignal:
         0xb7d89c8 s Context>handleSignal:
         0xb7e32b0 s Context>handleSignal:
         0xb7edb98 s Context>handleSignal:
         0xb7f8480 s Context>handleSignal:
         0xb802d68 s Context>handleSignal:
         0xb80d650 s Context>handleSignal:
         0xb817f38 s Context>handleSignal:
         0xb822820 s Context>handleSignal:
         0xb82d108 s Context>handleSignal:
         0xb8379f0 s Context>handleSignal:
         0xb8422d8 s Context>handleSignal:
         0xb84cbc0 s Context>handleSignal:
         0xb8574a8 s Context>handleSignal:
         0xb861d90 s Context>handleSignal:
         0xb86c678 s Context>handleSignal:
         0xb876f60 s Context>handleSignal:
         0xb881848 s Context>handleSignal:
         0xb88c130 s Context>handleSignal:
         0xb896a18 s Context>handleSignal:
         0xb8a1300 s Context>handleSignal:
         0xb8abbe8 s Context>handleSignal:
         0xb8b64d0 s Context>handleSignal:
         0xb8c0db8 s Context>handleSignal:
         0xb8cb6a0 s Context>handleSignal:
         0xb8d5f88 s Context>handleSignal:
         0xb8e0870 s Context>handleSignal:
         0xb8eb158 s Context>handleSignal:
         0xb8f5a40 s Context>handleSignal:
         0xb900328 s Context>handleSignal:
         0xb90ac10 s Context>handleSignal:
         0xb9154f8 s Context>handleSignal:
         0xb91fde0 s Context>handleSignal:
         0xb92a6c8 s Context>handleSignal:
         0xb934fb0 s Context>handleSignal:
         0xb93f898 s Context>handleSignal:
         0xb94a180 s Context>handleSignal:
         0xb954a68 s Context>handleSignal:
         0xb95f350 s Context>handleSignal:
         0xb969c38 s Context>handleSignal:
         0xb974520 s Context>handleSignal:
         0xb97ee08 s Context>handleSignal:
         0xb9896f0 s Context>handleSignal:
         0xb993fd8 s Context>handleSignal:
         0xb99e8c0 s Context>handleSignal:
         0xb9a91a8 s Context>handleSignal:
         0xb9b3a90 s Context>handleSignal:
         0xb9be378 s Context>handleSignal:
         0xb9c8c60 s Context>handleSignal:
         0xb9d3548 s Context>handleSignal:
         0xb9dde30 s Context>handleSignal:
         0xb9e8718 s Context>handleSignal:
         0xb9f3000 s Context>handleSignal:
         0xb9fd8e8 s Context>handleSignal:
         0xba081d0 s Context>handleSignal:
         0xba12ab8 s Context>handleSignal:
         0xba1d3a0 s Context>handleSignal:
         0xba27c88 s Context>handleSignal:
         0xba32570 s Context>handleSignal:
         0xba3ce58 s Context>handleSignal:
         0xba43dc0 s Context>handleSignal:
         0xba48ef8 s Context>handleSignal:
         0xba4df78 s Context>handleSignal:
         0xba52f40 s Context>handleSignal:
         0xba57f08 s Context>handleSignal:
         0xba5ce18 s Context>handleSignal:
         0xba61c70 s Context>handleSignal:
         0xba66ac8 s Context>handleSignal:
         0xba6b868 s Context>handleSignal:
         0xba70608 s Context>handleSignal:
         0xba752f0 s Context>handleSignal:
         0xba79fd8 s Context>handleSignal:
         0xba7ecc0 s Context>handleSignal:
         0xba839a8 s Context>handleSignal:
         0xba88690 s Context>handleSignal:
         0xba8d378 s Context>handleSignal:
         0xba92060 s Context>handleSignal:
         0xba96d48 s Context>handleSignal:
         0xba9ba30 s Context>handleSignal:
         0xbaa0718 s Context>handleSignal:
         0xbaa5400 s Context>handleSignal:
         0xbaaa0e8 s Context>handleSignal:
         0xbaaedd0 s Context>handleSignal:
         0xbab3ab8 s Context>handleSignal:
         0xbab87a0 s Context>handleSignal:
         0xbabd488 s Context>handleSignal:
         0xbac2170 s Context>handleSignal:
         0xbac6e58 s Context>handleSignal:
         0xbacbb40 s Context>handleSignal:
         0xbad0828 s Context>handleSignal:
         0xbad5510 s Context>handleSignal:
         0xbada1f8 s Context>handleSignal:
         0xbadeee0 s Context>handleSignal:
         0xbae3bc8 s Context>handleSignal:
         0xbae88b0 s Context>handleSignal:
         0xbaed598 s Context>handleSignal:
         0xbaf2280 s Context>handleSignal:
         0xbaf6f68 s Context>handleSignal:
         0xbafbc50 s Context>handleSignal:
         0xbb00938 s Context>handleSignal:
         0xbb05620 s Context>handleSignal:
         0xbb0a308 s Context>handleSignal:
         0xbb0eff0 s Context>handleSignal:
         0xbb13cd8 s Context>handleSignal:
         0xbb189c0 s Context>handleSignal:
         0xbb1d6a8 s Context>handleSignal:
         0xbb22390 s Context>handleSignal:
         0xbb27078 s Context>handleSignal:
         0xbb2bd60 s Context>handleSignal:
         0xbb30a48 s Context>handleSignal:
         0xbb35730 s Context>handleSignal:
         0xbb3a418 s Context>handleSignal:
         0xbb3f100 s Context>handleSignal:
         0xbb43de8 s Context>handleSignal:
         0xbb48ad0 s Context>handleSignal:
         0xbb4d7b8 s Context>handleSignal:
         0xbb524a0 s Context>handleSignal:
         0xbb57188 s Context>handleSignal:
         0xbb5be70 s Context>handleSignal:
         0xbb60b58 s Context>handleSignal:
         0xbb65840 s Context>handleSignal:
         0xbb6a528 s Context>handleSignal:
         0xbb6f210 s Context>handleSignal:
         0xbb73ef8 s Context>handleSignal:
         0xbb78be0 s Context>handleSignal:
         0xbb7d8c8 s Context>handleSignal:
         0xbb825b0 s Context>handleSignal:
         0xbb87298 s Context>handleSignal:
         0xbb8bf80 s Context>handleSignal:
         0xbb90c68 s Context>handleSignal:
         0xbb95950 s Context>handleSignal:
         0xbb9a638 s Context>handleSignal:
         0xbb9f268 s Context>handleSignal:
         0xbba3e98 s Context>handleSignal:
         0xbba8ac8 s Context>handleSignal:
         0xbbad6f8 s Context>handleSignal:
         0xbbb2328 s Context>handleSignal:
         0xbbb6f58 s Context>handleSignal:
         0xbbbbb88 s Context>handleSignal:
         0xbbc07b8 s Context>handleSignal:
         0xbbc53e8 s Context>handleSignal:
         0xbbca018 s Context>handleSignal:
         0xbbcec48 s Context>handleSignal:
         0xbbd3878 s Context>handleSignal:
         0xbbd84a8 s Context>handleSignal:
         0xbbdd0d8 s Context>handleSignal:
         0xbbe1d08 s Context>handleSignal:
         0xbbe6938 s Context>handleSignal:
         0xbbeb568 s Context>handleSignal:
         0xbbf0198 s Context>handleSignal:
         0xbbf4dc8 s Context>handleSignal:
         0xbbf99f8 s Context>handleSignal:
         0xbbfe628 s Context>handleSignal:
         0xbc03258 s Context>handleSignal:
         0xbc07e88 s Context>handleSignal:
         0xbc0cab8 s Context>handleSignal:
         0xbc116e8 s Context>handleSignal:
         0xbc16318 s Context>handleSignal:
         0xbc1af48 s Context>handleSignal:
         0xbc1fb78 s Context>handleSignal:
         0xbc247a8 s Context>handleSignal:
         0xbc293d8 s Context>handleSignal:
         0xbc2e008 s Context>handleSignal:
         0xbc32c38 s Context>handleSignal:
         0xbc37868 s Context>handleSignal:
         0xbc3c498 s Context>handleSignal:
         0xbc410c8 s Context>handleSignal:
         0xbc45cf8 s Context>handleSignal:
         0xbc4a928 s Context>handleSignal:
         0xbc4f558 s Context>handleSignal:
         0xbc54188 s Context>handleSignal:
         0xbc58e88 s Context>handleSignal:
         0xbc5dab8 s Context>handleSignal:
         0xbc626e8 s Context>handleSignal:
         0xbc67318 s Context>handleSignal:
         0xbc6bf48 s Context>handleSignal:
         0xbc70b78 s Context>handleSignal:
         0xbc757a8 s Context>handleSignal:
         0xbc7a3d8 s Context>handleSignal:
         0xbc7f008 s Context>handleSignal:
         0xbc83c38 s Context>handleSignal:
         0xbc88868 s Context>handleSignal:
         0xbc8d498 s Context>handleSignal:
         0xbc920c8 s Context>handleSignal:
         0xbc96cf8 s Context>handleSignal:
         0xbc9b928 s Context>handleSignal:
         0xbca0558 s Context>handleSignal:
         0xbca5188 s Context>handleSignal:
         0xbca9db8 s Context>handleSignal:
         0xbcae9e8 s Context>handleSignal:
         0xbcb3618 s Context>handleSignal:
         0xbcb8248 s Context>handleSignal:
         0xbcbce78 s Context>handleSignal:
         0xbcc1aa8 s Context>handleSignal:
         0xbcc66d8 s Context>handleSignal:
         0xbccb308 s Context>handleSignal:
         0xbccff38 s Context>handleSignal:
         0xbcd4b68 s Context>handleSignal:
         0xbcd9798 s Context>handleSignal:
         0xbcde3c8 s Context>handleSignal:
         0xbce2ff8 s Context>handleSignal:
         0xbce7c28 s Context>handleSignal:
         0xbcec858 s Context>handleSignal:
         0xbcf1488 s Context>handleSignal:
         0xbcf60b8 s Context>handleSignal:
         0xbcface8 s Context>handleSignal:
         0xbcff918 s Context>handleSignal:
         0xbd04548 s Context>handleSignal:
         0xbd09178 s Context>handleSignal:
         0xbd0dda8 s Context>handleSignal:
         0xbd129d8 s Context>handleSignal:
         0xbd17608 s Context>handleSignal:
         0xbd1c238 s Context>handleSignal:
         0xbd20e68 s Context>handleSignal:
         0xbd25a98 s Context>handleSignal:
         0xbd2a6c8 s Context>handleSignal:
         0xbd2f2f8 s Context>handleSignal:
         0xbd33f28 s Context>handleSignal:
         0xbd38b58 s Context>handleSignal:
         0xbd3d788 s Context>handleSignal:
         0xbd423b8 s Context>handleSignal:
         0xbd46fe8 s Context>handleSignal:
         0xbd4bc18 s Context>handleSignal:
         0xbd50848 s Context>handleSignal:
         0xbd55478 s Context>handleSignal:
         0xbd5a0a8 s Context>handleSignal:
         0xbd5ecd8 s Context>handleSignal:
         0xbd63908 s Context>handleSignal:
         0xbd68538 s Context>handleSignal:
         0xbd6d168 s Context>handleSignal:
         0xbd71d98 s Context>handleSignal:
         0xbd769c8 s Context>handleSignal:
         0xbd7b5f8 s Context>handleSignal:
         0xbd80228 s Context>handleSignal:
         0xbd84e58 s Context>handleSignal:
         0xbd89a88 s Context>handleSignal:
         0xbd8e6b8 s Context>handleSignal:
         0xbd932e8 s Context>handleSignal:
         0xbd97f18 s Context>handleSignal:
         0xbd9cb48 s Context>handleSignal:
         0xbda1778 s Context>handleSignal:
         0xbda63a8 s Context>handleSignal:
         0xbdaafd8 s Context>handleSignal:
         0xbdafc08 s Context>handleSignal:
         0xbdb4838 s Context>handleSignal:
         0xbdb9468 s Context>handleSignal:
         0xbdbe098 s Context>handleSignal:
         0xbdc2cc8 s Context>handleSignal:
         0xbdc78f8 s Context>handleSignal:
         0xbdcc528 s Context>handleSignal:
         0xbdd1158 s Context>handleSignal:
         0xbdd5d88 s Context>handleSignal:
         0xbdda9b8 s Context>handleSignal:
         0xbddf5e8 s Context>handleSignal:
         0xbde4218 s Context>handleSignal:
         0xbde8e48 s Context>handleSignal:
         0xbdeda78 s Context>handleSignal:
         0xbdf26a8 s Context>handleSignal:
         0xbdf72d8 s Context>handleSignal:
         0xbdfbf08 s Context>handleSignal:
         0xbe00b38 s Context>handleSignal:
         0xbe05768 s Context>handleSignal:
         0xbe0a398 s Context>handleSignal:
         0xbe0efc8 s Context>handleSignal:
         0xbe13bf8 s Context>handleSignal:
         0xbe18828 s Context>handleSignal:
         0xbe1d458 s Context>handleSignal:
         0xbe22088 s Context>handleSignal:
         0xbe26cb8 s Context>handleSignal:
         0xbe2b8e8 s Context>handleSignal:
         0xbe30518 s Context>handleSignal:
         0xbe35148 s Context>handleSignal:
         0xbe39d78 s Context>handleSignal:
         0xbe3e9a8 s Context>handleSignal:
         0xbe435d8 s Context>handleSignal:
         0xbe48208 s Context>handleSignal:
         0xbe4ce38 s Context>handleSignal:
         0xbe51a68 s Context>handleSignal:
         0xbe56698 s Context>handleSignal:
         0xbe5b2c8 s Context>handleSignal:
         0xbe5fef8 s Context>handleSignal:
         0xbe64b28 s Context>handleSignal:
         0xbe69758 s Context>handleSignal:
         0xbe6e388 s Context>handleSignal:
         0xbe72fb8 s Context>handleSignal:
         0xbe77be8 s Context>handleSignal:
         0xbe7c818 s Context>handleSignal:
         0xbe81390 s Context>handleSignal:
         0xbe85e50 s Context>handleSignal:
         0xbe8a858 s Context>handleSignal:
         0xbe8f1a8 s Context>handleSignal:
         0xbe93a40 s Context>handleSignal:
         0xbe98220 s Context>handleSignal:
         0xbe9c948 s Context>handleSignal:
         0xbea0fb8 s Context>handleSignal:
         0xbea5570 s Context>handleSignal:
         0xbea9a70 s Context>handleSignal:
         0xbeadeb8 s Context>handleSignal:
         0xbeb2248 s Context>handleSignal:
         0xbeb6520 s Context>handleSignal:
         0xbeba740 s Context>handleSignal:
         0xbebe8a8 s Context>handleSignal:
         0xbec2958 s Context>handleSignal:
         0xbec6950 s Context>handleSignal:
         0xbeca890 s Context>handleSignal:
         0xbece718 s Context>handleSignal:
         0xbed24e8 s Context>handleSignal:
         0xbed6200 s Context>handleSignal:
         0xbed9e60 s Context>handleSignal:
         0xbedda08 s Context>handleSignal:
         0xbee14f8 s Context>handleSignal:
         0xbee4e78 s Context>handleSignal:
         0xbee8740 s Context>handleSignal:
         0xbeebf50 s Context>handleSignal:
         0xbf84f98 s Halt(Exception)>signal
         0xbfa0b50 s Halt class(Exception class)>signal
         0xbfd3c88 s Halt class>now
         0xbfc59a0 s FullBlockClosure(Object)>halt
         0xbfef718 s FullBlockClosure>printOn:
         0xc012b10 s Context>printOn:
         0xc03b4b0 s Context>printDebugOn:
         0xc03b790 s [] in Context>debugStack:on:
         0xc05a290 s OrderedCollection>do:
         0xbfc5728 s Context>debugStack:on:
         0xbfef4c8 s Context>shortDebugStackOn:
         0xc0128d8 s [] in SmalltalkImage>logError:inContext:
         0xc03b1d0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf844d0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9fd88 s SmalltalkImage>logStdErrorDuring:
         0xbfd2f80 s SmalltalkImage>logError:inContext:
         0xbffa870 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01d798 s FullBlockClosure(BlockClosure)>ensure:
         0xc049fc8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05fd20 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c5c8 s Halt(Exception)>unhandledErrorAction
         0xc089838 s Halt(UnhandledException)>defaultAction
         0xc0cf9c8 s UndefinedObject>handleSignal:
         0xc0cfa80 s Context>handleSignal:
         0xc0cfb38 s Context>handleSignal:
         0xc0cfbf0 s Context>handleSignal:
         0xc0cfca8 s Context>handleSignal:
         0xc0cfd60 s Context>handleSignal:
         0xc0cfe18 s Context>handleSignal:
         0xc0cfed0 s Context>handleSignal:
         0xc0cff88 s Context>handleSignal:
         0xc0d0040 s Context>handleSignal:
         0xc0d00f8 s Context>handleSignal:
         0xc105480 s Context>handleSignal:
         0xc110ba0 s Context>handleSignal:
         0xc11ba48 s Context>handleSignal:
         0xc126330 s Context>handleSignal:
         0xc130b60 s Context>handleSignal:
         0xc13b390 s Context>handleSignal:
         0xc145bc0 s Context>handleSignal:
         0xc1503f0 s Context>handleSignal:
         0xc15ac20 s Context>handleSignal:
         0xc165450 s Context>handleSignal:
         0xc16fc80 s Context>handleSignal:
         0xc17a4b0 s Context>handleSignal:
         0xc184ce0 s Context>handleSignal:
         0xc18f510 s Context>handleSignal:
         0xc199d40 s Context>handleSignal:
         0xc1a4570 s Context>handleSignal:
         0xc1aeda0 s Context>handleSignal:
         0xc1b95d0 s Context>handleSignal:
         0xc1c3e00 s Context>handleSignal:
         0xc1ce630 s Context>handleSignal:
         0xc1d8e60 s Context>handleSignal:
         0xc1e3690 s Context>handleSignal:
         0xc1edec0 s Context>handleSignal:
         0xc1f86f0 s Context>handleSignal:
         0xc202f20 s Context>handleSignal:
         0xc20d750 s Context>handleSignal:
         0xc217f80 s Context>handleSignal:
         0xc2227b0 s Context>handleSignal:
         0xc22cfe0 s Context>handleSignal:
         0xc237810 s Context>handleSignal:
         0xc242040 s Context>handleSignal:
         0xc24c870 s Context>handleSignal:
         0xc2570a0 s Context>handleSignal:
         0xb7d8910 s Context>handleSignal:
         0xb7e31f8 s Context>handleSignal:
         0xb7edae0 s Context>handleSignal:
         0xb7f83c8 s Context>handleSignal:
         0xb802cb0 s Context>handleSignal:
         0xb80d598 s Context>handleSignal:
         0xb817e80 s Context>handleSignal:
         0xb822768 s Context>handleSignal:
         0xb82d050 s Context>handleSignal:
         0xb837938 s Context>handleSignal:
         0xb842220 s Context>handleSignal:
         0xb84cb08 s Context>handleSignal:
         0xb8573f0 s Context>handleSignal:
         0xb861cd8 s Context>handleSignal:
         0xb86c5c0 s Context>handleSignal:
         0xb876ea8 s Context>handleSignal:
         0xb881790 s Context>handleSignal:
         0xb88c078 s Context>handleSignal:
         0xb896960 s Context>handleSignal:
         0xb8a1248 s Context>handleSignal:
         0xb8abb30 s Context>handleSignal:
         0xb8b6418 s Context>handleSignal:
         0xb8c0d00 s Context>handleSignal:
         0xb8cb5e8 s Context>handleSignal:
         0xb8d5ed0 s Context>handleSignal:
         0xb8e07b8 s Context>handleSignal:
         0xb8eb0a0 s Context>handleSignal:
         0xb8f5988 s Context>handleSignal:
         0xb900270 s Context>handleSignal:
         0xb90ab58 s Context>handleSignal:
         0xb915440 s Context>handleSignal:
         0xb91fd28 s Context>handleSignal:
         0xb92a610 s Context>handleSignal:
         0xb934ef8 s Context>handleSignal:
         0xb93f7e0 s Context>handleSignal:
         0xb94a0c8 s Context>handleSignal:
         0xb9549b0 s Context>handleSignal:
         0xb95f298 s Context>handleSignal:
         0xb969b80 s Context>handleSignal:
         0xb974468 s Context>handleSignal:
         0xb97ed50 s Context>handleSignal:
         0xb989638 s Context>handleSignal:
         0xb993f20 s Context>handleSignal:
         0xb99e808 s Context>handleSignal:
         0xb9a90f0 s Context>handleSignal:
         0xb9b39d8 s Context>handleSignal:
         0xb9be2c0 s Context>handleSignal:
         0xb9c8ba8 s Context>handleSignal:
         0xb9d3490 s Context>handleSignal:
         0xb9ddd78 s Context>handleSignal:
         0xb9e8660 s Context>handleSignal:
         0xb9f2f48 s Context>handleSignal:
         0xb9fd830 s Context>handleSignal:
         0xba08118 s Context>handleSignal:
         0xba12a00 s Context>handleSignal:
         0xba1d2e8 s Context>handleSignal:
         0xba27bd0 s Context>handleSignal:
         0xba324b8 s Context>handleSignal:
         0xba3cda0 s Context>handleSignal:
         0xba43d08 s Context>handleSignal:
         0xba48e40 s Context>handleSignal:
         0xba4dec0 s Context>handleSignal:
         0xba52e88 s Context>handleSignal:
         0xba57e50 s Context>handleSignal:
         0xba5cd60 s Context>handleSignal:
         0xba61bb8 s Context>handleSignal:
         0xba66a10 s Context>handleSignal:
         0xba6b7b0 s Context>handleSignal:
         0xba70550 s Context>handleSignal:
         0xba75238 s Context>handleSignal:
         0xba79f20 s Context>handleSignal:
         0xba7ec08 s Context>handleSignal:
         0xba838f0 s Context>handleSignal:
         0xba885d8 s Context>handleSignal:
         0xba8d2c0 s Context>handleSignal:
         0xba91fa8 s Context>handleSignal:
         0xba96c90 s Context>handleSignal:
         0xba9b978 s Context>handleSignal:
         0xbaa0660 s Context>handleSignal:
         0xbaa5348 s Context>handleSignal:
         0xbaaa030 s Context>handleSignal:
         0xbaaed18 s Context>handleSignal:
         0xbab3a00 s Context>handleSignal:
         0xbab86e8 s Context>handleSignal:
         0xbabd3d0 s Context>handleSignal:
         0xbac20b8 s Context>handleSignal:
         0xbac6da0 s Context>handleSignal:
         0xbacba88 s Context>handleSignal:
         0xbad0770 s Context>handleSignal:
         0xbad5458 s Context>handleSignal:
         0xbada140 s Context>handleSignal:
         0xbadee28 s Context>handleSignal:
         0xbae3b10 s Context>handleSignal:
         0xbae87f8 s Context>handleSignal:
         0xbaed4e0 s Context>handleSignal:
         0xbaf21c8 s Context>handleSignal:
         0xbaf6eb0 s Context>handleSignal:
         0xbafbb98 s Context>handleSignal:
         0xbb00880 s Context>handleSignal:
         0xbb05568 s Context>handleSignal:
         0xbb0a250 s Context>handleSignal:
         0xbb0ef38 s Context>handleSignal:
         0xbb13c20 s Context>handleSignal:
         0xbb18908 s Context>handleSignal:
         0xbb1d5f0 s Context>handleSignal:
         0xbb222d8 s Context>handleSignal:
         0xbb26fc0 s Context>handleSignal:
         0xbb2bca8 s Context>handleSignal:
         0xbb30990 s Context>handleSignal:
         0xbb35678 s Context>handleSignal:
         0xbb3a360 s Context>handleSignal:
         0xbb3f048 s Context>handleSignal:
         0xbb43d30 s Context>handleSignal:
         0xbb48a18 s Context>handleSignal:
         0xbb4d700 s Context>handleSignal:
         0xbb523e8 s Context>handleSignal:
         0xbb570d0 s Context>handleSignal:
         0xbb5bdb8 s Context>handleSignal:
         0xbb60aa0 s Context>handleSignal:
         0xbb65788 s Context>handleSignal:
         0xbb6a470 s Context>handleSignal:
         0xbb6f158 s Context>handleSignal:
         0xbb73e40 s Context>handleSignal:
         0xbb78b28 s Context>handleSignal:
         0xbb7d810 s Context>handleSignal:
         0xbb824f8 s Context>handleSignal:
         0xbb871e0 s Context>handleSignal:
         0xbb8bec8 s Context>handleSignal:
         0xbb90bb0 s Context>handleSignal:
         0xbb95898 s Context>handleSignal:
         0xbb9a580 s Context>handleSignal:
         0xbb9f1b0 s Context>handleSignal:
         0xbba3de0 s Context>handleSignal:
         0xbba8a10 s Context>handleSignal:
         0xbbad640 s Context>handleSignal:
         0xbbb2270 s Context>handleSignal:
         0xbbb6ea0 s Context>handleSignal:
         0xbbbbad0 s Context>handleSignal:
         0xbbc0700 s Context>handleSignal:
         0xbbc5330 s Context>handleSignal:
         0xbbc9f60 s Context>handleSignal:
         0xbbceb90 s Context>handleSignal:
         0xbbd37c0 s Context>handleSignal:
         0xbbd83f0 s Context>handleSignal:
         0xbbdd020 s Context>handleSignal:
         0xbbe1c50 s Context>handleSignal:
         0xbbe6880 s Context>handleSignal:
         0xbbeb4b0 s Context>handleSignal:
         0xbbf00e0 s Context>handleSignal:
         0xbbf4d10 s Context>handleSignal:
         0xbbf9940 s Context>handleSignal:
         0xbbfe570 s Context>handleSignal:
         0xbc031a0 s Context>handleSignal:
         0xbc07dd0 s Context>handleSignal:
         0xbc0ca00 s Context>handleSignal:
         0xbc11630 s Context>handleSignal:
         0xbc16260 s Context>handleSignal:
         0xbc1ae90 s Context>handleSignal:
         0xbc1fac0 s Context>handleSignal:
         0xbc246f0 s Context>handleSignal:
         0xbc29320 s Context>handleSignal:
         0xbc2df50 s Context>handleSignal:
         0xbc32b80 s Context>handleSignal:
         0xbc377b0 s Context>handleSignal:
         0xbc3c3e0 s Context>handleSignal:
         0xbc41010 s Context>handleSignal:
         0xbc45c40 s Context>handleSignal:
         0xbc4a870 s Context>handleSignal:
         0xbc4f4a0 s Context>handleSignal:
         0xbc540d0 s Context>handleSignal:
         0xbc58dd0 s Context>handleSignal:
         0xbc5da00 s Context>handleSignal:
         0xbc62630 s Context>handleSignal:
         0xbc67260 s Context>handleSignal:
         0xbc6be90 s Context>handleSignal:
         0xbc70ac0 s Context>handleSignal:
         0xbc756f0 s Context>handleSignal:
         0xbc7a320 s Context>handleSignal:
         0xbc7ef50 s Context>handleSignal:
         0xbc83b80 s Context>handleSignal:
         0xbc887b0 s Context>handleSignal:
         0xbc8d3e0 s Context>handleSignal:
         0xbc92010 s Context>handleSignal:
         0xbc96c40 s Context>handleSignal:
         0xbc9b870 s Context>handleSignal:
         0xbca04a0 s Context>handleSignal:
         0xbca50d0 s Context>handleSignal:
         0xbca9d00 s Context>handleSignal:
         0xbcae930 s Context>handleSignal:
         0xbcb3560 s Context>handleSignal:
         0xbcb8190 s Context>handleSignal:
         0xbcbcdc0 s Context>handleSignal:
         0xbcc19f0 s Context>handleSignal:
         0xbcc6620 s Context>handleSignal:
         0xbccb250 s Context>handleSignal:
         0xbccfe80 s Context>handleSignal:
         0xbcd4ab0 s Context>handleSignal:
         0xbcd96e0 s Context>handleSignal:
         0xbcde310 s Context>handleSignal:
         0xbce2f40 s Context>handleSignal:
         0xbce7b70 s Context>handleSignal:
         0xbcec7a0 s Context>handleSignal:
         0xbcf13d0 s Context>handleSignal:
         0xbcf6000 s Context>handleSignal:
         0xbcfac30 s Context>handleSignal:
         0xbcff860 s Context>handleSignal:
         0xbd04490 s Context>handleSignal:
         0xbd090c0 s Context>handleSignal:
         0xbd0dcf0 s Context>handleSignal:
         0xbd12920 s Context>handleSignal:
         0xbd17550 s Context>handleSignal:
         0xbd1c180 s Context>handleSignal:
         0xbd20db0 s Context>handleSignal:
         0xbd259e0 s Context>handleSignal:
         0xbd2a610 s Context>handleSignal:
         0xbd2f240 s Context>handleSignal:
         0xbd33e70 s Context>handleSignal:
         0xbd38aa0 s Context>handleSignal:
         0xbd3d6d0 s Context>handleSignal:
         0xbd42300 s Context>handleSignal:
         0xbd46f30 s Context>handleSignal:
         0xbd4bb60 s Context>handleSignal:
         0xbd50790 s Context>handleSignal:
         0xbd553c0 s Context>handleSignal:
         0xbd59ff0 s Context>handleSignal:
         0xbd5ec20 s Context>handleSignal:
         0xbd63850 s Context>handleSignal:
         0xbd68480 s Context>handleSignal:
         0xbd6d0b0 s Context>handleSignal:
         0xbd71ce0 s Context>handleSignal:
         0xbd76910 s Context>handleSignal:
         0xbd7b540 s Context>handleSignal:
         0xbd80170 s Context>handleSignal:
         0xbd84da0 s Context>handleSignal:
         0xbd899d0 s Context>handleSignal:
         0xbd8e600 s Context>handleSignal:
         0xbd93230 s Context>handleSignal:
         0xbd97e60 s Context>handleSignal:
         0xbd9ca90 s Context>handleSignal:
         0xbda16c0 s Context>handleSignal:
         0xbda62f0 s Context>handleSignal:
         0xbdaaf20 s Context>handleSignal:
         0xbdafb50 s Context>handleSignal:
         0xbdb4780 s Context>handleSignal:
         0xbdb93b0 s Context>handleSignal:
         0xbdbdfe0 s Context>handleSignal:
         0xbdc2c10 s Context>handleSignal:
         0xbdc7840 s Context>handleSignal:
         0xbdcc470 s Context>handleSignal:
         0xbdd10a0 s Context>handleSignal:
         0xbdd5cd0 s Context>handleSignal:
         0xbdda900 s Context>handleSignal:
         0xbddf530 s Context>handleSignal:
         0xbde4160 s Context>handleSignal:
         0xbde8d90 s Context>handleSignal:
         0xbded9c0 s Context>handleSignal:
         0xbdf25f0 s Context>handleSignal:
         0xbdf7220 s Context>handleSignal:
         0xbdfbe50 s Context>handleSignal:
         0xbe00a80 s Context>handleSignal:
         0xbe056b0 s Context>handleSignal:
         0xbe0a2e0 s Context>handleSignal:
         0xbe0ef10 s Context>handleSignal:
         0xbe13b40 s Context>handleSignal:
         0xbe18770 s Context>handleSignal:
         0xbe1d3a0 s Context>handleSignal:
         0xbe21fd0 s Context>handleSignal:
         0xbe26c00 s Context>handleSignal:
         0xbe2b830 s Context>handleSignal:
         0xbe30460 s Context>handleSignal:
         0xbe35090 s Context>handleSignal:
         0xbe39cc0 s Context>handleSignal:
         0xbe3e8f0 s Context>handleSignal:
         0xbe43520 s Context>handleSignal:
         0xbe48150 s Context>handleSignal:
         0xbe4cd80 s Context>handleSignal:
         0xbe519b0 s Context>handleSignal:
         0xbe565e0 s Context>handleSignal:
         0xbe5b210 s Context>handleSignal:
         0xbe5fe40 s Context>handleSignal:
         0xbe64a70 s Context>handleSignal:
         0xbe696a0 s Context>handleSignal:
         0xbe6e2d0 s Context>handleSignal:
         0xbe72f00 s Context>handleSignal:
         0xbe77b30 s Context>handleSignal:
         0xbe7c760 s Context>handleSignal:
         0xbe812d8 s Context>handleSignal:
         0xbe85d98 s Context>handleSignal:
         0xbe8a7a0 s Context>handleSignal:
         0xbe8f0f0 s Context>handleSignal:
         0xbe93988 s Context>handleSignal:
         0xbe98168 s Context>handleSignal:
         0xbe9c890 s Context>handleSignal:
         0xbea0f00 s Context>handleSignal:
         0xbea54b8 s Context>handleSignal:
         0xbea99b8 s Context>handleSignal:
         0xbeade00 s Context>handleSignal:
         0xbeb2190 s Context>handleSignal:
         0xbeb6468 s Context>handleSignal:
         0xbeba688 s Context>handleSignal:
         0xbebe7f0 s Context>handleSignal:
         0xbec28a0 s Context>handleSignal:
         0xbec6898 s Context>handleSignal:
         0xbeca7d8 s Context>handleSignal:
         0xbece660 s Context>handleSignal:
         0xbed2430 s Context>handleSignal:
         0xbed6148 s Context>handleSignal:
         0xbed9da8 s Context>handleSignal:
         0xbedd950 s Context>handleSignal:
         0xbee1440 s Context>handleSignal:
         0xbee4dc0 s Context>handleSignal:
         0xbee8688 s Context>handleSignal:
         0xbf84e28 s Halt(Exception)>signal
         0xbfa0980 s Halt class(Exception class)>signal
         0xbfd3ad0 s Halt class>now
         0xbfc57e0 s FullBlockClosure(Object)>halt
         0xbfef580 s FullBlockClosure>printOn:
         0xc012990 s Context>printOn:
         0xc03b288 s Context>printDebugOn:
         0xc03b568 s [] in Context>debugStack:on:
         0xc05a1d8 s OrderedCollection>do:
         0xbfc5568 s Context>debugStack:on:
         0xbfef330 s Context>shortDebugStackOn:
         0xc012758 s [] in SmalltalkImage>logError:inContext:
         0xc03afa8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf84360 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9fbb8 s SmalltalkImage>logStdErrorDuring:
         0xbfd2dc8 s SmalltalkImage>logError:inContext:
         0xbffa7a8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01d6a8 s FullBlockClosure(BlockClosure)>ensure:
         0xc049ee8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05fc68 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c510 s Halt(Exception)>unhandledErrorAction
         0xc089780 s Halt(UnhandledException)>defaultAction
         0xc0cf1e0 s UndefinedObject>handleSignal:
         0xc0cf298 s Context>handleSignal:
         0xc0cf350 s Context>handleSignal:
         0xc0cf408 s Context>handleSignal:
         0xc0cf4c0 s Context>handleSignal:
         0xc0cf578 s Context>handleSignal:
         0xc0cf630 s Context>handleSignal:
         0xc0cf6e8 s Context>handleSignal:
         0xc0cf7a0 s Context>handleSignal:
         0xc0cf858 s Context>handleSignal:
         0xc0cf910 s Context>handleSignal:
         0xc1053c8 s Context>handleSignal:
         0xc110ae8 s Context>handleSignal:
         0xc11b990 s Context>handleSignal:
         0xc126278 s Context>handleSignal:
         0xc130aa8 s Context>handleSignal:
         0xc13b2d8 s Context>handleSignal:
         0xc145b08 s Context>handleSignal:
         0xc150338 s Context>handleSignal:
         0xc15ab68 s Context>handleSignal:
         0xc165398 s Context>handleSignal:
         0xc16fbc8 s Context>handleSignal:
         0xc17a3f8 s Context>handleSignal:
         0xc184c28 s Context>handleSignal:
         0xc18f458 s Context>handleSignal:
         0xc199c88 s Context>handleSignal:
         0xc1a44b8 s Context>handleSignal:
         0xc1aece8 s Context>handleSignal:
         0xc1b9518 s Context>handleSignal:
         0xc1c3d48 s Context>handleSignal:
         0xc1ce578 s Context>handleSignal:
         0xc1d8da8 s Context>handleSignal:
         0xc1e35d8 s Context>handleSignal:
         0xc1ede08 s Context>handleSignal:
         0xc1f8638 s Context>handleSignal:
         0xc202e68 s Context>handleSignal:
         0xc20d698 s Context>handleSignal:
         0xc217ec8 s Context>handleSignal:
         0xc2226f8 s Context>handleSignal:
         0xc22cf28 s Context>handleSignal:
         0xc237758 s Context>handleSignal:
         0xc241f88 s Context>handleSignal:
         0xc24c7b8 s Context>handleSignal:
         0xc256fe8 s Context>handleSignal:
         0xb7d8858 s Context>handleSignal:
         0xb7e3140 s Context>handleSignal:
         0xb7eda28 s Context>handleSignal:
         0xb7f8310 s Context>handleSignal:
         0xb802bf8 s Context>handleSignal:
         0xb80d4e0 s Context>handleSignal:
         0xb817dc8 s Context>handleSignal:
         0xb8226b0 s Context>handleSignal:
         0xb82cf98 s Context>handleSignal:
         0xb837880 s Context>handleSignal:
         0xb842168 s Context>handleSignal:
         0xb84ca50 s Context>handleSignal:
         0xb857338 s Context>handleSignal:
         0xb861c20 s Context>handleSignal:
         0xb86c508 s Context>handleSignal:
         0xb876df0 s Context>handleSignal:
         0xb8816d8 s Context>handleSignal:
         0xb88bfc0 s Context>handleSignal:
         0xb8968a8 s Context>handleSignal:
         0xb8a1190 s Context>handleSignal:
         0xb8aba78 s Context>handleSignal:
         0xb8b6360 s Context>handleSignal:
         0xb8c0c48 s Context>handleSignal:
         0xb8cb530 s Context>handleSignal:
         0xb8d5e18 s Context>handleSignal:
         0xb8e0700 s Context>handleSignal:
         0xb8eafe8 s Context>handleSignal:
         0xb8f58d0 s Context>handleSignal:
         0xb9001b8 s Context>handleSignal:
         0xb90aaa0 s Context>handleSignal:
         0xb915388 s Context>handleSignal:
         0xb91fc70 s Context>handleSignal:
         0xb92a558 s Context>handleSignal:
         0xb934e40 s Context>handleSignal:
         0xb93f728 s Context>handleSignal:
         0xb94a010 s Context>handleSignal:
         0xb9548f8 s Context>handleSignal:
         0xb95f1e0 s Context>handleSignal:
         0xb969ac8 s Context>handleSignal:
         0xb9743b0 s Context>handleSignal:
         0xb97ec98 s Context>handleSignal:
         0xb989580 s Context>handleSignal:
         0xb993e68 s Context>handleSignal:
         0xb99e750 s Context>handleSignal:
         0xb9a9038 s Context>handleSignal:
         0xb9b3920 s Context>handleSignal:
         0xb9be208 s Context>handleSignal:
         0xb9c8af0 s Context>handleSignal:
         0xb9d33d8 s Context>handleSignal:
         0xb9ddcc0 s Context>handleSignal:
         0xb9e85a8 s Context>handleSignal:
         0xb9f2e90 s Context>handleSignal:
         0xb9fd778 s Context>handleSignal:
         0xba08060 s Context>handleSignal:
         0xba12948 s Context>handleSignal:
         0xba1d230 s Context>handleSignal:
         0xba27b18 s Context>handleSignal:
         0xba32400 s Context>handleSignal:
         0xba3cce8 s Context>handleSignal:
         0xba43c50 s Context>handleSignal:
         0xba48d88 s Context>handleSignal:
         0xba4de08 s Context>handleSignal:
         0xba52dd0 s Context>handleSignal:
         0xba57d98 s Context>handleSignal:
         0xba5cca8 s Context>handleSignal:
         0xba61b00 s Context>handleSignal:
         0xba66958 s Context>handleSignal:
         0xba6b6f8 s Context>handleSignal:
         0xba70498 s Context>handleSignal:
         0xba75180 s Context>handleSignal:
         0xba79e68 s Context>handleSignal:
         0xba7eb50 s Context>handleSignal:
         0xba83838 s Context>handleSignal:
         0xba88520 s Context>handleSignal:
         0xba8d208 s Context>handleSignal:
         0xba91ef0 s Context>handleSignal:
         0xba96bd8 s Context>handleSignal:
         0xba9b8c0 s Context>handleSignal:
         0xbaa05a8 s Context>handleSignal:
         0xbaa5290 s Context>handleSignal:
         0xbaa9f78 s Context>handleSignal:
         0xbaaec60 s Context>handleSignal:
         0xbab3948 s Context>handleSignal:
         0xbab8630 s Context>handleSignal:
         0xbabd318 s Context>handleSignal:
         0xbac2000 s Context>handleSignal:
         0xbac6ce8 s Context>handleSignal:
         0xbacb9d0 s Context>handleSignal:
         0xbad06b8 s Context>handleSignal:
         0xbad53a0 s Context>handleSignal:
         0xbada088 s Context>handleSignal:
         0xbaded70 s Context>handleSignal:
         0xbae3a58 s Context>handleSignal:
         0xbae8740 s Context>handleSignal:
         0xbaed428 s Context>handleSignal:
         0xbaf2110 s Context>handleSignal:
         0xbaf6df8 s Context>handleSignal:
         0xbafbae0 s Context>handleSignal:
         0xbb007c8 s Context>handleSignal:
         0xbb054b0 s Context>handleSignal:
         0xbb0a198 s Context>handleSignal:
         0xbb0ee80 s Context>handleSignal:
         0xbb13b68 s Context>handleSignal:
         0xbb18850 s Context>handleSignal:
         0xbb1d538 s Context>handleSignal:
         0xbb22220 s Context>handleSignal:
         0xbb26f08 s Context>handleSignal:
         0xbb2bbf0 s Context>handleSignal:
         0xbb308d8 s Context>handleSignal:
         0xbb355c0 s Context>handleSignal:
         0xbb3a2a8 s Context>handleSignal:
         0xbb3ef90 s Context>handleSignal:
         0xbb43c78 s Context>handleSignal:
         0xbb48960 s Context>handleSignal:
         0xbb4d648 s Context>handleSignal:
         0xbb52330 s Context>handleSignal:
         0xbb57018 s Context>handleSignal:
         0xbb5bd00 s Context>handleSignal:
         0xbb609e8 s Context>handleSignal:
         0xbb656d0 s Context>handleSignal:
         0xbb6a3b8 s Context>handleSignal:
         0xbb6f0a0 s Context>handleSignal:
         0xbb73d88 s Context>handleSignal:
         0xbb78a70 s Context>handleSignal:
         0xbb7d758 s Context>handleSignal:
         0xbb82440 s Context>handleSignal:
         0xbb87128 s Context>handleSignal:
         0xbb8be10 s Context>handleSignal:
         0xbb90af8 s Context>handleSignal:
         0xbb957e0 s Context>handleSignal:
         0xbb9a4c8 s Context>handleSignal:
         0xbb9f0f8 s Context>handleSignal:
         0xbba3d28 s Context>handleSignal:
         0xbba8958 s Context>handleSignal:
         0xbbad588 s Context>handleSignal:
         0xbbb21b8 s Context>handleSignal:
         0xbbb6de8 s Context>handleSignal:
         0xbbbba18 s Context>handleSignal:
         0xbbc0648 s Context>handleSignal:
         0xbbc5278 s Context>handleSignal:
         0xbbc9ea8 s Context>handleSignal:
         0xbbcead8 s Context>handleSignal:
         0xbbd3708 s Context>handleSignal:
         0xbbd8338 s Context>handleSignal:
         0xbbdcf68 s Context>handleSignal:
         0xbbe1b98 s Context>handleSignal:
         0xbbe67c8 s Context>handleSignal:
         0xbbeb3f8 s Context>handleSignal:
         0xbbf0028 s Context>handleSignal:
         0xbbf4c58 s Context>handleSignal:
         0xbbf9888 s Context>handleSignal:
         0xbbfe4b8 s Context>handleSignal:
         0xbc030e8 s Context>handleSignal:
         0xbc07d18 s Context>handleSignal:
         0xbc0c948 s Context>handleSignal:
         0xbc11578 s Context>handleSignal:
         0xbc161a8 s Context>handleSignal:
         0xbc1add8 s Context>handleSignal:
         0xbc1fa08 s Context>handleSignal:
         0xbc24638 s Context>handleSignal:
         0xbc29268 s Context>handleSignal:
         0xbc2de98 s Context>handleSignal:
         0xbc32ac8 s Context>handleSignal:
         0xbc376f8 s Context>handleSignal:
         0xbc3c328 s Context>handleSignal:
         0xbc40f58 s Context>handleSignal:
         0xbc45b88 s Context>handleSignal:
         0xbc4a7b8 s Context>handleSignal:
         0xbc4f3e8 s Context>handleSignal:
         0xbc54018 s Context>handleSignal:
         0xbc58d18 s Context>handleSignal:
         0xbc5d948 s Context>handleSignal:
         0xbc62578 s Context>handleSignal:
         0xbc671a8 s Context>handleSignal:
         0xbc6bdd8 s Context>handleSignal:
         0xbc70a08 s Context>handleSignal:
         0xbc75638 s Context>handleSignal:
         0xbc7a268 s Context>handleSignal:
         0xbc7ee98 s Context>handleSignal:
         0xbc83ac8 s Context>handleSignal:
         0xbc886f8 s Context>handleSignal:
         0xbc8d328 s Context>handleSignal:
         0xbc91f58 s Context>handleSignal:
         0xbc96b88 s Context>handleSignal:
         0xbc9b7b8 s Context>handleSignal:
         0xbca03e8 s Context>handleSignal:
         0xbca5018 s Context>handleSignal:
         0xbca9c48 s Context>handleSignal:
         0xbcae878 s Context>handleSignal:
         0xbcb34a8 s Context>handleSignal:
         0xbcb80d8 s Context>handleSignal:
         0xbcbcd08 s Context>handleSignal:
         0xbcc1938 s Context>handleSignal:
         0xbcc6568 s Context>handleSignal:
         0xbccb198 s Context>handleSignal:
         0xbccfdc8 s Context>handleSignal:
         0xbcd49f8 s Context>handleSignal:
         0xbcd9628 s Context>handleSignal:
         0xbcde258 s Context>handleSignal:
         0xbce2e88 s Context>handleSignal:
         0xbce7ab8 s Context>handleSignal:
         0xbcec6e8 s Context>handleSignal:
         0xbcf1318 s Context>handleSignal:
         0xbcf5f48 s Context>handleSignal:
         0xbcfab78 s Context>handleSignal:
         0xbcff7a8 s Context>handleSignal:
         0xbd043d8 s Context>handleSignal:
         0xbd09008 s Context>handleSignal:
         0xbd0dc38 s Context>handleSignal:
         0xbd12868 s Context>handleSignal:
         0xbd17498 s Context>handleSignal:
         0xbd1c0c8 s Context>handleSignal:
         0xbd20cf8 s Context>handleSignal:
         0xbd25928 s Context>handleSignal:
         0xbd2a558 s Context>handleSignal:
         0xbd2f188 s Context>handleSignal:
         0xbd33db8 s Context>handleSignal:
         0xbd389e8 s Context>handleSignal:
         0xbd3d618 s Context>handleSignal:
         0xbd42248 s Context>handleSignal:
         0xbd46e78 s Context>handleSignal:
         0xbd4baa8 s Context>handleSignal:
         0xbd506d8 s Context>handleSignal:
         0xbd55308 s Context>handleSignal:
         0xbd59f38 s Context>handleSignal:
         0xbd5eb68 s Context>handleSignal:
         0xbd63798 s Context>handleSignal:
         0xbd683c8 s Context>handleSignal:
         0xbd6cff8 s Context>handleSignal:
         0xbd71c28 s Context>handleSignal:
         0xbd76858 s Context>handleSignal:
         0xbd7b488 s Context>handleSignal:
         0xbd800b8 s Context>handleSignal:
         0xbd84ce8 s Context>handleSignal:
         0xbd89918 s Context>handleSignal:
         0xbd8e548 s Context>handleSignal:
         0xbd93178 s Context>handleSignal:
         0xbd97da8 s Context>handleSignal:
         0xbd9c9d8 s Context>handleSignal:
         0xbda1608 s Context>handleSignal:
         0xbda6238 s Context>handleSignal:
         0xbdaae68 s Context>handleSignal:
         0xbdafa98 s Context>handleSignal:
         0xbdb46c8 s Context>handleSignal:
         0xbdb92f8 s Context>handleSignal:
         0xbdbdf28 s Context>handleSignal:
         0xbdc2b58 s Context>handleSignal:
         0xbdc7788 s Context>handleSignal:
         0xbdcc3b8 s Context>handleSignal:
         0xbdd0fe8 s Context>handleSignal:
         0xbdd5c18 s Context>handleSignal:
         0xbdda848 s Context>handleSignal:
         0xbddf478 s Context>handleSignal:
         0xbde40a8 s Context>handleSignal:
         0xbde8cd8 s Context>handleSignal:
         0xbded908 s Context>handleSignal:
         0xbdf2538 s Context>handleSignal:
         0xbdf7168 s Context>handleSignal:
         0xbdfbd98 s Context>handleSignal:
         0xbe009c8 s Context>handleSignal:
         0xbe055f8 s Context>handleSignal:
         0xbe0a228 s Context>handleSignal:
         0xbe0ee58 s Context>handleSignal:
         0xbe13a88 s Context>handleSignal:
         0xbe186b8 s Context>handleSignal:
         0xbe1d2e8 s Context>handleSignal:
         0xbe21f18 s Context>handleSignal:
         0xbe26b48 s Context>handleSignal:
         0xbe2b778 s Context>handleSignal:
         0xbe303a8 s Context>handleSignal:
         0xbe34fd8 s Context>handleSignal:
         0xbe39c08 s Context>handleSignal:
         0xbe3e838 s Context>handleSignal:
         0xbe43468 s Context>handleSignal:
         0xbe48098 s Context>handleSignal:
         0xbe4ccc8 s Context>handleSignal:
         0xbe518f8 s Context>handleSignal:
         0xbe56528 s Context>handleSignal:
         0xbe5b158 s Context>handleSignal:
         0xbe5fd88 s Context>handleSignal:
         0xbe649b8 s Context>handleSignal:
         0xbe695e8 s Context>handleSignal:
         0xbe6e218 s Context>handleSignal:
         0xbe72e48 s Context>handleSignal:
         0xbe77a78 s Context>handleSignal:
         0xbe7c6a8 s Context>handleSignal:
         0xbe81220 s Context>handleSignal:
         0xbe85ce0 s Context>handleSignal:
         0xbe8a6e8 s Context>handleSignal:
         0xbe8f038 s Context>handleSignal:
         0xbe938d0 s Context>handleSignal:
         0xbe980b0 s Context>handleSignal:
         0xbe9c7d8 s Context>handleSignal:
         0xbea0e48 s Context>handleSignal:
         0xbea5400 s Context>handleSignal:
         0xbea9900 s Context>handleSignal:
         0xbeadd48 s Context>handleSignal:
         0xbeb20d8 s Context>handleSignal:
         0xbeb63b0 s Context>handleSignal:
         0xbeba5d0 s Context>handleSignal:
         0xbebe738 s Context>handleSignal:
         0xbec27e8 s Context>handleSignal:
         0xbec67e0 s Context>handleSignal:
         0xbeca720 s Context>handleSignal:
         0xbece5a8 s Context>handleSignal:
         0xbed2378 s Context>handleSignal:
         0xbed6090 s Context>handleSignal:
         0xbed9cf0 s Context>handleSignal:
         0xbedd898 s Context>handleSignal:
         0xbee1388 s Context>handleSignal:
         0xbee4d08 s Context>handleSignal:
         0xbf84cb8 s Halt(Exception)>signal
         0xbfa07b0 s Halt class(Exception class)>signal
         0xbfd3918 s Halt class>now
         0xbfc5620 s FullBlockClosure(Object)>halt
         0xbfef3e8 s FullBlockClosure>printOn:
         0xc012810 s Context>printOn:
         0xc03b060 s Context>printDebugOn:
         0xc03b340 s [] in Context>debugStack:on:
         0xc05a120 s OrderedCollection>do:
         0xbfc53a8 s Context>debugStack:on:
         0xbfef198 s Context>shortDebugStackOn:
         0xc0125d8 s [] in SmalltalkImage>logError:inContext:
         0xc03ad80 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf841f0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9f9e8 s SmalltalkImage>logStdErrorDuring:
         0xbfd2c10 s SmalltalkImage>logError:inContext:
         0xbffa6e0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01d5b8 s FullBlockClosure(BlockClosure)>ensure:
         0xc049e08 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05fbb0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c458 s Halt(Exception)>unhandledErrorAction
         0xc0896c8 s Halt(UnhandledException)>defaultAction
         0xc0ce9f8 s UndefinedObject>handleSignal:
         0xc0ceab0 s Context>handleSignal:
         0xc0ceb68 s Context>handleSignal:
         0xc0cec20 s Context>handleSignal:
         0xc0cecd8 s Context>handleSignal:
         0xc0ced90 s Context>handleSignal:
         0xc0cee48 s Context>handleSignal:
         0xc0cef00 s Context>handleSignal:
         0xc0cefb8 s Context>handleSignal:
         0xc0cf070 s Context>handleSignal:
         0xc0cf128 s Context>handleSignal:
         0xc105310 s Context>handleSignal:
         0xc110a30 s Context>handleSignal:
         0xc11b8d8 s Context>handleSignal:
         0xc1261c0 s Context>handleSignal:
         0xc1309f0 s Context>handleSignal:
         0xc13b220 s Context>handleSignal:
         0xc145a50 s Context>handleSignal:
         0xc150280 s Context>handleSignal:
         0xc15aab0 s Context>handleSignal:
         0xc1652e0 s Context>handleSignal:
         0xc16fb10 s Context>handleSignal:
         0xc17a340 s Context>handleSignal:
         0xc184b70 s Context>handleSignal:
         0xc18f3a0 s Context>handleSignal:
         0xc199bd0 s Context>handleSignal:
         0xc1a4400 s Context>handleSignal:
         0xc1aec30 s Context>handleSignal:
         0xc1b9460 s Context>handleSignal:
         0xc1c3c90 s Context>handleSignal:
         0xc1ce4c0 s Context>handleSignal:
         0xc1d8cf0 s Context>handleSignal:
         0xc1e3520 s Context>handleSignal:
         0xc1edd50 s Context>handleSignal:
         0xc1f8580 s Context>handleSignal:
         0xc202db0 s Context>handleSignal:
         0xc20d5e0 s Context>handleSignal:
         0xc217e10 s Context>handleSignal:
         0xc222640 s Context>handleSignal:
         0xc22ce70 s Context>handleSignal:
         0xc2376a0 s Context>handleSignal:
         0xc241ed0 s Context>handleSignal:
         0xc24c700 s Context>handleSignal:
         0xc256f30 s Context>handleSignal:
         0xb7d87a0 s Context>handleSignal:
         0xb7e3088 s Context>handleSignal:
         0xb7ed970 s Context>handleSignal:
         0xb7f8258 s Context>handleSignal:
         0xb802b40 s Context>handleSignal:
         0xb80d428 s Context>handleSignal:
         0xb817d10 s Context>handleSignal:
         0xb8225f8 s Context>handleSignal:
         0xb82cee0 s Context>handleSignal:
         0xb8377c8 s Context>handleSignal:
         0xb8420b0 s Context>handleSignal:
         0xb84c998 s Context>handleSignal:
         0xb857280 s Context>handleSignal:
         0xb861b68 s Context>handleSignal:
         0xb86c450 s Context>handleSignal:
         0xb876d38 s Context>handleSignal:
         0xb881620 s Context>handleSignal:
         0xb88bf08 s Context>handleSignal:
         0xb8967f0 s Context>handleSignal:
         0xb8a10d8 s Context>handleSignal:
         0xb8ab9c0 s Context>handleSignal:
         0xb8b62a8 s Context>handleSignal:
         0xb8c0b90 s Context>handleSignal:
         0xb8cb478 s Context>handleSignal:
         0xb8d5d60 s Context>handleSignal:
         0xb8e0648 s Context>handleSignal:
         0xb8eaf30 s Context>handleSignal:
         0xb8f5818 s Context>handleSignal:
         0xb900100 s Context>handleSignal:
         0xb90a9e8 s Context>handleSignal:
         0xb9152d0 s Context>handleSignal:
         0xb91fbb8 s Context>handleSignal:
         0xb92a4a0 s Context>handleSignal:
         0xb934d88 s Context>handleSignal:
         0xb93f670 s Context>handleSignal:
         0xb949f58 s Context>handleSignal:
         0xb954840 s Context>handleSignal:
         0xb95f128 s Context>handleSignal:
         0xb969a10 s Context>handleSignal:
         0xb9742f8 s Context>handleSignal:
         0xb97ebe0 s Context>handleSignal:
         0xb9894c8 s Context>handleSignal:
         0xb993db0 s Context>handleSignal:
         0xb99e698 s Context>handleSignal:
         0xb9a8f80 s Context>handleSignal:
         0xb9b3868 s Context>handleSignal:
         0xb9be150 s Context>handleSignal:
         0xb9c8a38 s Context>handleSignal:
         0xb9d3320 s Context>handleSignal:
         0xb9ddc08 s Context>handleSignal:
         0xb9e84f0 s Context>handleSignal:
         0xb9f2dd8 s Context>handleSignal:
         0xb9fd6c0 s Context>handleSignal:
         0xba07fa8 s Context>handleSignal:
         0xba12890 s Context>handleSignal:
         0xba1d178 s Context>handleSignal:
         0xba27a60 s Context>handleSignal:
         0xba32348 s Context>handleSignal:
         0xba3cc30 s Context>handleSignal:
         0xba43b98 s Context>handleSignal:
         0xba48cd0 s Context>handleSignal:
         0xba4dd50 s Context>handleSignal:
         0xba52d18 s Context>handleSignal:
         0xba57ce0 s Context>handleSignal:
         0xba5cbf0 s Context>handleSignal:
         0xba61a48 s Context>handleSignal:
         0xba668a0 s Context>handleSignal:
         0xba6b640 s Context>handleSignal:
         0xba703e0 s Context>handleSignal:
         0xba750c8 s Context>handleSignal:
         0xba79db0 s Context>handleSignal:
         0xba7ea98 s Context>handleSignal:
         0xba83780 s Context>handleSignal:
         0xba88468 s Context>handleSignal:
         0xba8d150 s Context>handleSignal:
         0xba91e38 s Context>handleSignal:
         0xba96b20 s Context>handleSignal:
         0xba9b808 s Context>handleSignal:
         0xbaa04f0 s Context>handleSignal:
         0xbaa51d8 s Context>handleSignal:
         0xbaa9ec0 s Context>handleSignal:
         0xbaaeba8 s Context>handleSignal:
         0xbab3890 s Context>handleSignal:
         0xbab8578 s Context>handleSignal:
         0xbabd260 s Context>handleSignal:
         0xbac1f48 s Context>handleSignal:
         0xbac6c30 s Context>handleSignal:
         0xbacb918 s Context>handleSignal:
         0xbad0600 s Context>handleSignal:
         0xbad52e8 s Context>handleSignal:
         0xbad9fd0 s Context>handleSignal:
         0xbadecb8 s Context>handleSignal:
         0xbae39a0 s Context>handleSignal:
         0xbae8688 s Context>handleSignal:
         0xbaed370 s Context>handleSignal:
         0xbaf2058 s Context>handleSignal:
         0xbaf6d40 s Context>handleSignal:
         0xbafba28 s Context>handleSignal:
         0xbb00710 s Context>handleSignal:
         0xbb053f8 s Context>handleSignal:
         0xbb0a0e0 s Context>handleSignal:
         0xbb0edc8 s Context>handleSignal:
         0xbb13ab0 s Context>handleSignal:
         0xbb18798 s Context>handleSignal:
         0xbb1d480 s Context>handleSignal:
         0xbb22168 s Context>handleSignal:
         0xbb26e50 s Context>handleSignal:
         0xbb2bb38 s Context>handleSignal:
         0xbb30820 s Context>handleSignal:
         0xbb35508 s Context>handleSignal:
         0xbb3a1f0 s Context>handleSignal:
         0xbb3eed8 s Context>handleSignal:
         0xbb43bc0 s Context>handleSignal:
         0xbb488a8 s Context>handleSignal:
         0xbb4d590 s Context>handleSignal:
         0xbb52278 s Context>handleSignal:
         0xbb56f60 s Context>handleSignal:
         0xbb5bc48 s Context>handleSignal:
         0xbb60930 s Context>handleSignal:
         0xbb65618 s Context>handleSignal:
         0xbb6a300 s Context>handleSignal:
         0xbb6efe8 s Context>handleSignal:
         0xbb73cd0 s Context>handleSignal:
         0xbb789b8 s Context>handleSignal:
         0xbb7d6a0 s Context>handleSignal:
         0xbb82388 s Context>handleSignal:
         0xbb87070 s Context>handleSignal:
         0xbb8bd58 s Context>handleSignal:
         0xbb90a40 s Context>handleSignal:
         0xbb95728 s Context>handleSignal:
         0xbb9a410 s Context>handleSignal:
         0xbb9f040 s Context>handleSignal:
         0xbba3c70 s Context>handleSignal:
         0xbba88a0 s Context>handleSignal:
         0xbbad4d0 s Context>handleSignal:
         0xbbb2100 s Context>handleSignal:
         0xbbb6d30 s Context>handleSignal:
         0xbbbb960 s Context>handleSignal:
         0xbbc0590 s Context>handleSignal:
         0xbbc51c0 s Context>handleSignal:
         0xbbc9df0 s Context>handleSignal:
         0xbbcea20 s Context>handleSignal:
         0xbbd3650 s Context>handleSignal:
         0xbbd8280 s Context>handleSignal:
         0xbbdceb0 s Context>handleSignal:
         0xbbe1ae0 s Context>handleSignal:
         0xbbe6710 s Context>handleSignal:
         0xbbeb340 s Context>handleSignal:
         0xbbeff70 s Context>handleSignal:
         0xbbf4ba0 s Context>handleSignal:
         0xbbf97d0 s Context>handleSignal:
         0xbbfe400 s Context>handleSignal:
         0xbc03030 s Context>handleSignal:
         0xbc07c60 s Context>handleSignal:
         0xbc0c890 s Context>handleSignal:
         0xbc114c0 s Context>handleSignal:
         0xbc160f0 s Context>handleSignal:
         0xbc1ad20 s Context>handleSignal:
         0xbc1f950 s Context>handleSignal:
         0xbc24580 s Context>handleSignal:
         0xbc291b0 s Context>handleSignal:
         0xbc2dde0 s Context>handleSignal:
         0xbc32a10 s Context>handleSignal:
         0xbc37640 s Context>handleSignal:
         0xbc3c270 s Context>handleSignal:
         0xbc40ea0 s Context>handleSignal:
         0xbc45ad0 s Context>handleSignal:
         0xbc4a700 s Context>handleSignal:
         0xbc4f330 s Context>handleSignal:
         0xbc53f60 s Context>handleSignal:
         0xbc58c60 s Context>handleSignal:
         0xbc5d890 s Context>handleSignal:
         0xbc624c0 s Context>handleSignal:
         0xbc670f0 s Context>handleSignal:
         0xbc6bd20 s Context>handleSignal:
         0xbc70950 s Context>handleSignal:
         0xbc75580 s Context>handleSignal:
         0xbc7a1b0 s Context>handleSignal:
         0xbc7ede0 s Context>handleSignal:
         0xbc83a10 s Context>handleSignal:
         0xbc88640 s Context>handleSignal:
         0xbc8d270 s Context>handleSignal:
         0xbc91ea0 s Context>handleSignal:
         0xbc96ad0 s Context>handleSignal:
         0xbc9b700 s Context>handleSignal:
         0xbca0330 s Context>handleSignal:
         0xbca4f60 s Context>handleSignal:
         0xbca9b90 s Context>handleSignal:
         0xbcae7c0 s Context>handleSignal:
         0xbcb33f0 s Context>handleSignal:
         0xbcb8020 s Context>handleSignal:
         0xbcbcc50 s Context>handleSignal:
         0xbcc1880 s Context>handleSignal:
         0xbcc64b0 s Context>handleSignal:
         0xbccb0e0 s Context>handleSignal:
         0xbccfd10 s Context>handleSignal:
         0xbcd4940 s Context>handleSignal:
         0xbcd9570 s Context>handleSignal:
         0xbcde1a0 s Context>handleSignal:
         0xbce2dd0 s Context>handleSignal:
         0xbce7a00 s Context>handleSignal:
         0xbcec630 s Context>handleSignal:
         0xbcf1260 s Context>handleSignal:
         0xbcf5e90 s Context>handleSignal:
         0xbcfaac0 s Context>handleSignal:
         0xbcff6f0 s Context>handleSignal:
         0xbd04320 s Context>handleSignal:
         0xbd08f50 s Context>handleSignal:
         0xbd0db80 s Context>handleSignal:
         0xbd127b0 s Context>handleSignal:
         0xbd173e0 s Context>handleSignal:
         0xbd1c010 s Context>handleSignal:
         0xbd20c40 s Context>handleSignal:
         0xbd25870 s Context>handleSignal:
         0xbd2a4a0 s Context>handleSignal:
         0xbd2f0d0 s Context>handleSignal:
         0xbd33d00 s Context>handleSignal:
         0xbd38930 s Context>handleSignal:
         0xbd3d560 s Context>handleSignal:
         0xbd42190 s Context>handleSignal:
         0xbd46dc0 s Context>handleSignal:
         0xbd4b9f0 s Context>handleSignal:
         0xbd50620 s Context>handleSignal:
         0xbd55250 s Context>handleSignal:
         0xbd59e80 s Context>handleSignal:
         0xbd5eab0 s Context>handleSignal:
         0xbd636e0 s Context>handleSignal:
         0xbd68310 s Context>handleSignal:
         0xbd6cf40 s Context>handleSignal:
         0xbd71b70 s Context>handleSignal:
         0xbd767a0 s Context>handleSignal:
         0xbd7b3d0 s Context>handleSignal:
         0xbd80000 s Context>handleSignal:
         0xbd84c30 s Context>handleSignal:
         0xbd89860 s Context>handleSignal:
         0xbd8e490 s Context>handleSignal:
         0xbd930c0 s Context>handleSignal:
         0xbd97cf0 s Context>handleSignal:
         0xbd9c920 s Context>handleSignal:
         0xbda1550 s Context>handleSignal:
         0xbda6180 s Context>handleSignal:
         0xbdaadb0 s Context>handleSignal:
         0xbdaf9e0 s Context>handleSignal:
         0xbdb4610 s Context>handleSignal:
         0xbdb9240 s Context>handleSignal:
         0xbdbde70 s Context>handleSignal:
         0xbdc2aa0 s Context>handleSignal:
         0xbdc76d0 s Context>handleSignal:
         0xbdcc300 s Context>handleSignal:
         0xbdd0f30 s Context>handleSignal:
         0xbdd5b60 s Context>handleSignal:
         0xbdda790 s Context>handleSignal:
         0xbddf3c0 s Context>handleSignal:
         0xbde3ff0 s Context>handleSignal:
         0xbde8c20 s Context>handleSignal:
         0xbded850 s Context>handleSignal:
         0xbdf2480 s Context>handleSignal:
         0xbdf70b0 s Context>handleSignal:
         0xbdfbce0 s Context>handleSignal:
         0xbe00910 s Context>handleSignal:
         0xbe05540 s Context>handleSignal:
         0xbe0a170 s Context>handleSignal:
         0xbe0eda0 s Context>handleSignal:
         0xbe139d0 s Context>handleSignal:
         0xbe18600 s Context>handleSignal:
         0xbe1d230 s Context>handleSignal:
         0xbe21e60 s Context>handleSignal:
         0xbe26a90 s Context>handleSignal:
         0xbe2b6c0 s Context>handleSignal:
         0xbe302f0 s Context>handleSignal:
         0xbe34f20 s Context>handleSignal:
         0xbe39b50 s Context>handleSignal:
         0xbe3e780 s Context>handleSignal:
         0xbe433b0 s Context>handleSignal:
         0xbe47fe0 s Context>handleSignal:
         0xbe4cc10 s Context>handleSignal:
         0xbe51840 s Context>handleSignal:
         0xbe56470 s Context>handleSignal:
         0xbe5b0a0 s Context>handleSignal:
         0xbe5fcd0 s Context>handleSignal:
         0xbe64900 s Context>handleSignal:
         0xbe69530 s Context>handleSignal:
         0xbe6e160 s Context>handleSignal:
         0xbe72d90 s Context>handleSignal:
         0xbe779c0 s Context>handleSignal:
         0xbe7c5f0 s Context>handleSignal:
         0xbe81168 s Context>handleSignal:
         0xbe85c28 s Context>handleSignal:
         0xbe8a630 s Context>handleSignal:
         0xbe8ef80 s Context>handleSignal:
         0xbe93818 s Context>handleSignal:
         0xbe97ff8 s Context>handleSignal:
         0xbe9c720 s Context>handleSignal:
         0xbea0d90 s Context>handleSignal:
         0xbea5348 s Context>handleSignal:
         0xbea9848 s Context>handleSignal:
         0xbeadc90 s Context>handleSignal:
         0xbeb2020 s Context>handleSignal:
         0xbeb62f8 s Context>handleSignal:
         0xbeba518 s Context>handleSignal:
         0xbebe680 s Context>handleSignal:
         0xbec2730 s Context>handleSignal:
         0xbec6728 s Context>handleSignal:
         0xbeca668 s Context>handleSignal:
         0xbece4f0 s Context>handleSignal:
         0xbed22c0 s Context>handleSignal:
         0xbed5fd8 s Context>handleSignal:
         0xbed9c38 s Context>handleSignal:
         0xbedd7e0 s Context>handleSignal:
         0xbee12d0 s Context>handleSignal:
         0xbf84b48 s Halt(Exception)>signal
         0xbfa05e0 s Halt class(Exception class)>signal
         0xbfd3760 s Halt class>now
         0xbfc5460 s FullBlockClosure(Object)>halt
         0xbfef250 s FullBlockClosure>printOn:
         0xc012690 s Context>printOn:
         0xc03ae38 s Context>printDebugOn:
         0xc03b118 s [] in Context>debugStack:on:
         0xc05a068 s OrderedCollection>do:
         0xbfc51e8 s Context>debugStack:on:
         0xbfef000 s Context>shortDebugStackOn:
         0xc012458 s [] in SmalltalkImage>logError:inContext:
         0xc03ab58 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf84080 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9f818 s SmalltalkImage>logStdErrorDuring:
         0xbfd2a58 s SmalltalkImage>logError:inContext:
         0xbffa618 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01d4c8 s FullBlockClosure(BlockClosure)>ensure:
         0xc049d28 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05faf8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c3a0 s Halt(Exception)>unhandledErrorAction
         0xc089610 s Halt(UnhandledException)>defaultAction
         0xc0ce210 s UndefinedObject>handleSignal:
         0xc0ce2c8 s Context>handleSignal:
         0xc0ce380 s Context>handleSignal:
         0xc0ce438 s Context>handleSignal:
         0xc0ce4f0 s Context>handleSignal:
         0xc0ce5a8 s Context>handleSignal:
         0xc0ce660 s Context>handleSignal:
         0xc0ce718 s Context>handleSignal:
         0xc0ce7d0 s Context>handleSignal:
         0xc0ce888 s Context>handleSignal:
         0xc0ce940 s Context>handleSignal:
         0xc105258 s Context>handleSignal:
         0xc110978 s Context>handleSignal:
         0xc11b820 s Context>handleSignal:
         0xc126108 s Context>handleSignal:
         0xc130938 s Context>handleSignal:
         0xc13b168 s Context>handleSignal:
         0xc145998 s Context>handleSignal:
         0xc1501c8 s Context>handleSignal:
         0xc15a9f8 s Context>handleSignal:
         0xc165228 s Context>handleSignal:
         0xc16fa58 s Context>handleSignal:
         0xc17a288 s Context>handleSignal:
         0xc184ab8 s Context>handleSignal:
         0xc18f2e8 s Context>handleSignal:
         0xc199b18 s Context>handleSignal:
         0xc1a4348 s Context>handleSignal:
         0xc1aeb78 s Context>handleSignal:
         0xc1b93a8 s Context>handleSignal:
         0xc1c3bd8 s Context>handleSignal:
         0xc1ce408 s Context>handleSignal:
         0xc1d8c38 s Context>handleSignal:
         0xc1e3468 s Context>handleSignal:
         0xc1edc98 s Context>handleSignal:
         0xc1f84c8 s Context>handleSignal:
         0xc202cf8 s Context>handleSignal:
         0xc20d528 s Context>handleSignal:
         0xc217d58 s Context>handleSignal:
         0xc222588 s Context>handleSignal:
         0xc22cdb8 s Context>handleSignal:
         0xc2375e8 s Context>handleSignal:
         0xc241e18 s Context>handleSignal:
         0xc24c648 s Context>handleSignal:
         0xc256e78 s Context>handleSignal:
         0xb7db150 s Context>handleSignal:
         0xb7e5a38 s Context>handleSignal:
         0xb7f0320 s Context>handleSignal:
         0xb7fac08 s Context>handleSignal:
         0xb8054f0 s Context>handleSignal:
         0xb80fdd8 s Context>handleSignal:
         0xb81a6c0 s Context>handleSignal:
         0xb824fa8 s Context>handleSignal:
         0xb82f890 s Context>handleSignal:
         0xb83a178 s Context>handleSignal:
         0xb844a60 s Context>handleSignal:
         0xb84f348 s Context>handleSignal:
         0xb859c30 s Context>handleSignal:
         0xb864518 s Context>handleSignal:
         0xb86ee00 s Context>handleSignal:
         0xb8796e8 s Context>handleSignal:
         0xb883fd0 s Context>handleSignal:
         0xb88e8b8 s Context>handleSignal:
         0xb8991a0 s Context>handleSignal:
         0xb8a3a88 s Context>handleSignal:
         0xb8ae370 s Context>handleSignal:
         0xb8b8c58 s Context>handleSignal:
         0xb8c3540 s Context>handleSignal:
         0xb8cde28 s Context>handleSignal:
         0xb8d8710 s Context>handleSignal:
         0xb8e2ff8 s Context>handleSignal:
         0xb8ed8e0 s Context>handleSignal:
         0xb8f81c8 s Context>handleSignal:
         0xb902ab0 s Context>handleSignal:
         0xb90d398 s Context>handleSignal:
         0xb917c80 s Context>handleSignal:
         0xb922568 s Context>handleSignal:
         0xb92ce50 s Context>handleSignal:
         0xb937738 s Context>handleSignal:
         0xb942020 s Context>handleSignal:
         0xb94c908 s Context>handleSignal:
         0xb9571f0 s Context>handleSignal:
         0xb961ad8 s Context>handleSignal:
         0xb96c3c0 s Context>handleSignal:
         0xb976ca8 s Context>handleSignal:
         0xb981590 s Context>handleSignal:
         0xb98be78 s Context>handleSignal:
         0xb996760 s Context>handleSignal:
         0xb9a1048 s Context>handleSignal:
         0xb9ab930 s Context>handleSignal:
         0xb9b6218 s Context>handleSignal:
         0xb9c0b00 s Context>handleSignal:
         0xb9cb3e8 s Context>handleSignal:
         0xb9d5cd0 s Context>handleSignal:
         0xb9e05b8 s Context>handleSignal:
         0xb9eaea0 s Context>handleSignal:
         0xb9f5788 s Context>handleSignal:
         0xba00070 s Context>handleSignal:
         0xba0a958 s Context>handleSignal:
         0xba15240 s Context>handleSignal:
         0xba1fb28 s Context>handleSignal:
         0xba2a410 s Context>handleSignal:
         0xba34cf8 s Context>handleSignal:
         0xba3f5e0 s Context>handleSignal:
         0xba46548 s Context>handleSignal:
         0xba4b680 s Context>handleSignal:
         0xba50700 s Context>handleSignal:
         0xba556c8 s Context>handleSignal:
         0xba5a690 s Context>handleSignal:
         0xba5f5a0 s Context>handleSignal:
         0xba643f8 s Context>handleSignal:
         0xba69198 s Context>handleSignal:
         0xba6df38 s Context>handleSignal:
         0xba72c20 s Context>handleSignal:
         0xba77908 s Context>handleSignal:
         0xba7c5f0 s Context>handleSignal:
         0xba812d8 s Context>handleSignal:
         0xba85fc0 s Context>handleSignal:
         0xba8aca8 s Context>handleSignal:
         0xba8f990 s Context>handleSignal:
         0xba94678 s Context>handleSignal:
         0xba99360 s Context>handleSignal:
         0xba9e048 s Context>handleSignal:
         0xbaa2d30 s Context>handleSignal:
         0xbaa7a18 s Context>handleSignal:
         0xbaac700 s Context>handleSignal:
         0xbab13e8 s Context>handleSignal:
         0xbab60d0 s Context>handleSignal:
         0xbabadb8 s Context>handleSignal:
         0xbabfaa0 s Context>handleSignal:
         0xbac4788 s Context>handleSignal:
         0xbac9470 s Context>handleSignal:
         0xbace158 s Context>handleSignal:
         0xbad2e40 s Context>handleSignal:
         0xbad7b28 s Context>handleSignal:
         0xbadc810 s Context>handleSignal:
         0xbae14f8 s Context>handleSignal:
         0xbae61e0 s Context>handleSignal:
         0xbaeaec8 s Context>handleSignal:
         0xbaefbb0 s Context>handleSignal:
         0xbaf4898 s Context>handleSignal:
         0xbaf9580 s Context>handleSignal:
         0xbafe268 s Context>handleSignal:
         0xbb02f50 s Context>handleSignal:
         0xbb07c38 s Context>handleSignal:
         0xbb0c920 s Context>handleSignal:
         0xbb11608 s Context>handleSignal:
         0xbb162f0 s Context>handleSignal:
         0xbb1afd8 s Context>handleSignal:
         0xbb1fcc0 s Context>handleSignal:
         0xbb249a8 s Context>handleSignal:
         0xbb29690 s Context>handleSignal:
         0xbb2e378 s Context>handleSignal:
         0xbb33060 s Context>handleSignal:
         0xbb37d48 s Context>handleSignal:
         0xbb3ca30 s Context>handleSignal:
         0xbb41718 s Context>handleSignal:
         0xbb46400 s Context>handleSignal:
         0xbb4b0e8 s Context>handleSignal:
         0xbb4fdd0 s Context>handleSignal:
         0xbb54ab8 s Context>handleSignal:
         0xbb597a0 s Context>handleSignal:
         0xbb5e488 s Context>handleSignal:
         0xbb63170 s Context>handleSignal:
         0xbb67e58 s Context>handleSignal:
         0xbb6cb40 s Context>handleSignal:
         0xbb71828 s Context>handleSignal:
         0xbb76510 s Context>handleSignal:
         0xbb7b1f8 s Context>handleSignal:
         0xbb7fee0 s Context>handleSignal:
         0xbb84bc8 s Context>handleSignal:
         0xbb898b0 s Context>handleSignal:
         0xbb8e598 s Context>handleSignal:
         0xbb93280 s Context>handleSignal:
         0xbb97f68 s Context>handleSignal:
         0xbb9cb98 s Context>handleSignal:
         0xbba17c8 s Context>handleSignal:
         0xbba63f8 s Context>handleSignal:
         0xbbab028 s Context>handleSignal:
         0xbbafc58 s Context>handleSignal:
         0xbbb4888 s Context>handleSignal:
         0xbbb94b8 s Context>handleSignal:
         0xbbbe0e8 s Context>handleSignal:
         0xbbc2d18 s Context>handleSignal:
         0xbbc7948 s Context>handleSignal:
         0xbbcc578 s Context>handleSignal:
         0xbbd11a8 s Context>handleSignal:
         0xbbd5dd8 s Context>handleSignal:
         0xbbdaa08 s Context>handleSignal:
         0xbbdf638 s Context>handleSignal:
         0xbbe4268 s Context>handleSignal:
         0xbbe8e98 s Context>handleSignal:
         0xbbedac8 s Context>handleSignal:
         0xbbf26f8 s Context>handleSignal:
         0xbbf7328 s Context>handleSignal:
         0xbbfbf58 s Context>handleSignal:
         0xbc00b88 s Context>handleSignal:
         0xbc057b8 s Context>handleSignal:
         0xbc0a3e8 s Context>handleSignal:
         0xbc0f018 s Context>handleSignal:
         0xbc13c48 s Context>handleSignal:
         0xbc18878 s Context>handleSignal:
         0xbc1d4a8 s Context>handleSignal:
         0xbc220d8 s Context>handleSignal:
         0xbc26d08 s Context>handleSignal:
         0xbc2b938 s Context>handleSignal:
         0xbc30568 s Context>handleSignal:
         0xbc35198 s Context>handleSignal:
         0xbc39dc8 s Context>handleSignal:
         0xbc3e9f8 s Context>handleSignal:
         0xbc43628 s Context>handleSignal:
         0xbc48258 s Context>handleSignal:
         0xbc4ce88 s Context>handleSignal:
         0xbc51ab8 s Context>handleSignal:
         0xbc567b8 s Context>handleSignal:
         0xbc5b3e8 s Context>handleSignal:
         0xbc60018 s Context>handleSignal:
         0xbc64c48 s Context>handleSignal:
         0xbc69878 s Context>handleSignal:
         0xbc6e4a8 s Context>handleSignal:
         0xbc730d8 s Context>handleSignal:
         0xbc77d08 s Context>handleSignal:
         0xbc7c938 s Context>handleSignal:
         0xbc81568 s Context>handleSignal:
         0xbc86198 s Context>handleSignal:
         0xbc8adc8 s Context>handleSignal:
         0xbc8f9f8 s Context>handleSignal:
         0xbc94628 s Context>handleSignal:
         0xbc99258 s Context>handleSignal:
         0xbc9de88 s Context>handleSignal:
         0xbca2ab8 s Context>handleSignal:
         0xbca76e8 s Context>handleSignal:
         0xbcac318 s Context>handleSignal:
         0xbcb0f48 s Context>handleSignal:
         0xbcb5b78 s Context>handleSignal:
         0xbcba7a8 s Context>handleSignal:
         0xbcbf3d8 s Context>handleSignal:
         0xbcc4008 s Context>handleSignal:
         0xbcc8c38 s Context>handleSignal:
         0xbccd868 s Context>handleSignal:
         0xbcd2498 s Context>handleSignal:
         0xbcd70c8 s Context>handleSignal:
         0xbcdbcf8 s Context>handleSignal:
         0xbce0928 s Context>handleSignal:
         0xbce5558 s Context>handleSignal:
         0xbcea188 s Context>handleSignal:
         0xbceedb8 s Context>handleSignal:
         0xbcf39e8 s Context>handleSignal:
         0xbcf8618 s Context>handleSignal:
         0xbcfd248 s Context>handleSignal:
         0xbd01e78 s Context>handleSignal:
         0xbd06aa8 s Context>handleSignal:
         0xbd0b6d8 s Context>handleSignal:
         0xbd10308 s Context>handleSignal:
         0xbd14f38 s Context>handleSignal:
         0xbd19b68 s Context>handleSignal:
         0xbd1e798 s Context>handleSignal:
         0xbd233c8 s Context>handleSignal:
         0xbd27ff8 s Context>handleSignal:
         0xbd2cc28 s Context>handleSignal:
         0xbd31858 s Context>handleSignal:
         0xbd36488 s Context>handleSignal:
         0xbd3b0b8 s Context>handleSignal:
         0xbd3fce8 s Context>handleSignal:
         0xbd44918 s Context>handleSignal:
         0xbd49548 s Context>handleSignal:
         0xbd4e178 s Context>handleSignal:
         0xbd52da8 s Context>handleSignal:
         0xbd579d8 s Context>handleSignal:
         0xbd5c608 s Context>handleSignal:
         0xbd61238 s Context>handleSignal:
         0xbd65e68 s Context>handleSignal:
         0xbd6aa98 s Context>handleSignal:
         0xbd6f6c8 s Context>handleSignal:
         0xbd742f8 s Context>handleSignal:
         0xbd78f28 s Context>handleSignal:
         0xbd7db58 s Context>handleSignal:
         0xbd82788 s Context>handleSignal:
         0xbd873b8 s Context>handleSignal:
         0xbd8bfe8 s Context>handleSignal:
         0xbd90c18 s Context>handleSignal:
         0xbd95848 s Context>handleSignal:
         0xbd9a478 s Context>handleSignal:
         0xbd9f0a8 s Context>handleSignal:
         0xbda3cd8 s Context>handleSignal:
         0xbda8908 s Context>handleSignal:
         0xbdad538 s Context>handleSignal:
         0xbdb2168 s Context>handleSignal:
         0xbdb6d98 s Context>handleSignal:
         0xbdbb9c8 s Context>handleSignal:
         0xbdc05f8 s Context>handleSignal:
         0xbdc5228 s Context>handleSignal:
         0xbdc9e58 s Context>handleSignal:
         0xbdcea88 s Context>handleSignal:
         0xbdd36b8 s Context>handleSignal:
         0xbdd82e8 s Context>handleSignal:
         0xbddcf18 s Context>handleSignal:
         0xbde1b48 s Context>handleSignal:
         0xbde6778 s Context>handleSignal:
         0xbdeb3a8 s Context>handleSignal:
         0xbdeffd8 s Context>handleSignal:
         0xbdf4c08 s Context>handleSignal:
         0xbdf9838 s Context>handleSignal:
         0xbdfe468 s Context>handleSignal:
         0xbe03098 s Context>handleSignal:
         0xbe07cc8 s Context>handleSignal:
         0xbe0c8f8 s Context>handleSignal:
         0xbe11528 s Context>handleSignal:
         0xbe16158 s Context>handleSignal:
         0xbe1ad88 s Context>handleSignal:
         0xbe1f9b8 s Context>handleSignal:
         0xbe245e8 s Context>handleSignal:
         0xbe29218 s Context>handleSignal:
         0xbe2de48 s Context>handleSignal:
         0xbe32a78 s Context>handleSignal:
         0xbe376a8 s Context>handleSignal:
         0xbe3c2d8 s Context>handleSignal:
         0xbe40f08 s Context>handleSignal:
         0xbe45b38 s Context>handleSignal:
         0xbe4a768 s Context>handleSignal:
         0xbe4f398 s Context>handleSignal:
         0xbe53fc8 s Context>handleSignal:
         0xbe58bf8 s Context>handleSignal:
         0xbe5d828 s Context>handleSignal:
         0xbe62458 s Context>handleSignal:
         0xbe67088 s Context>handleSignal:
         0xbe6bcb8 s Context>handleSignal:
         0xbe708e8 s Context>handleSignal:
         0xbe75518 s Context>handleSignal:
         0xbe7a148 s Context>handleSignal:
         0xbe7ecc0 s Context>handleSignal:
         0xbe83780 s Context>handleSignal:
         0xbe88188 s Context>handleSignal:
         0xbe8cad8 s Context>handleSignal:
         0xbe91370 s Context>handleSignal:
         0xbe95b50 s Context>handleSignal:
         0xbe9a278 s Context>handleSignal:
         0xbe9e8e8 s Context>handleSignal:
         0xbea2ea0 s Context>handleSignal:
         0xbea73a0 s Context>handleSignal:
         0xbeab7e8 s Context>handleSignal:
         0xbeafb78 s Context>handleSignal:
         0xbeb3e50 s Context>handleSignal:
         0xbeb8070 s Context>handleSignal:
         0xbebc1d8 s Context>handleSignal:
         0xbec0288 s Context>handleSignal:
         0xbec4280 s Context>handleSignal:
         0xbec81c0 s Context>handleSignal:
         0xbecc048 s Context>handleSignal:
         0xbecfe18 s Context>handleSignal:
         0xbed3b30 s Context>handleSignal:
         0xbed7790 s Context>handleSignal:
         0xbedb338 s Context>handleSignal:
         0xbedee28 s Context>handleSignal:
         0xbf849d8 s Halt(Exception)>signal
         0xbfa0410 s Halt class(Exception class)>signal
         0xbfd35a8 s Halt class>now
         0xbfc52a0 s FullBlockClosure(Object)>halt
         0xbfef0b8 s FullBlockClosure>printOn:
         0xc012510 s Context>printOn:
         0xc03ac10 s Context>printDebugOn:
         0xc03aef0 s [] in Context>debugStack:on:
         0xc059fb0 s OrderedCollection>do:
         0xbfc5028 s Context>debugStack:on:
         0xbfeee68 s Context>shortDebugStackOn:
         0xc0122d8 s [] in SmalltalkImage>logError:inContext:
         0xc03a930 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf83f10 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9f648 s SmalltalkImage>logStdErrorDuring:
         0xbfd28a0 s SmalltalkImage>logError:inContext:
         0xbffa550 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01d3d8 s FullBlockClosure(BlockClosure)>ensure:
         0xc049c48 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05fa40 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c2e8 s Halt(Exception)>unhandledErrorAction
         0xc089558 s Halt(UnhandledException)>defaultAction
         0xc0cda28 s UndefinedObject>handleSignal:
         0xc0cdae0 s Context>handleSignal:
         0xc0cdb98 s Context>handleSignal:
         0xc0cdc50 s Context>handleSignal:
         0xc0cdd08 s Context>handleSignal:
         0xc0cddc0 s Context>handleSignal:
         0xc0cde78 s Context>handleSignal:
         0xc0cdf30 s Context>handleSignal:
         0xc0cdfe8 s Context>handleSignal:
         0xc0ce0a0 s Context>handleSignal:
         0xc0ce158 s Context>handleSignal:
         0xc1051a0 s Context>handleSignal:
         0xc1108c0 s Context>handleSignal:
         0xc11b768 s Context>handleSignal:
         0xc126050 s Context>handleSignal:
         0xc130880 s Context>handleSignal:
         0xc13b0b0 s Context>handleSignal:
         0xc1458e0 s Context>handleSignal:
         0xc150110 s Context>handleSignal:
         0xc15a940 s Context>handleSignal:
         0xc165170 s Context>handleSignal:
         0xc16f9a0 s Context>handleSignal:
         0xc17a1d0 s Context>handleSignal:
         0xc184a00 s Context>handleSignal:
         0xc18f230 s Context>handleSignal:
         0xc199a60 s Context>handleSignal:
         0xc1a4290 s Context>handleSignal:
         0xc1aeac0 s Context>handleSignal:
         0xc1b92f0 s Context>handleSignal:
         0xc1c3b20 s Context>handleSignal:
         0xc1ce350 s Context>handleSignal:
         0xc1d8b80 s Context>handleSignal:
         0xc1e33b0 s Context>handleSignal:
         0xc1edbe0 s Context>handleSignal:
         0xc1f8410 s Context>handleSignal:
         0xc202c40 s Context>handleSignal:
         0xc20d470 s Context>handleSignal:
         0xc217ca0 s Context>handleSignal:
         0xc2224d0 s Context>handleSignal:
         0xc22cd00 s Context>handleSignal:
         0xc237530 s Context>handleSignal:
         0xc241d60 s Context>handleSignal:
         0xc24c590 s Context>handleSignal:
         0xc256dc0 s Context>handleSignal:
         0xb7db098 s Context>handleSignal:
         0xb7e5980 s Context>handleSignal:
         0xb7f0268 s Context>handleSignal:
         0xb7fab50 s Context>handleSignal:
         0xb805438 s Context>handleSignal:
         0xb80fd20 s Context>handleSignal:
         0xb81a608 s Context>handleSignal:
         0xb824ef0 s Context>handleSignal:
         0xb82f7d8 s Context>handleSignal:
         0xb83a0c0 s Context>handleSignal:
         0xb8449a8 s Context>handleSignal:
         0xb84f290 s Context>handleSignal:
         0xb859b78 s Context>handleSignal:
         0xb864460 s Context>handleSignal:
         0xb86ed48 s Context>handleSignal:
         0xb879630 s Context>handleSignal:
         0xb883f18 s Context>handleSignal:
         0xb88e800 s Context>handleSignal:
         0xb8990e8 s Context>handleSignal:
         0xb8a39d0 s Context>handleSignal:
         0xb8ae2b8 s Context>handleSignal:
         0xb8b8ba0 s Context>handleSignal:
         0xb8c3488 s Context>handleSignal:
         0xb8cdd70 s Context>handleSignal:
         0xb8d8658 s Context>handleSignal:
         0xb8e2f40 s Context>handleSignal:
         0xb8ed828 s Context>handleSignal:
         0xb8f8110 s Context>handleSignal:
         0xb9029f8 s Context>handleSignal:
         0xb90d2e0 s Context>handleSignal:
         0xb917bc8 s Context>handleSignal:
         0xb9224b0 s Context>handleSignal:
         0xb92cd98 s Context>handleSignal:
         0xb937680 s Context>handleSignal:
         0xb941f68 s Context>handleSignal:
         0xb94c850 s Context>handleSignal:
         0xb957138 s Context>handleSignal:
         0xb961a20 s Context>handleSignal:
         0xb96c308 s Context>handleSignal:
         0xb976bf0 s Context>handleSignal:
         0xb9814d8 s Context>handleSignal:
         0xb98bdc0 s Context>handleSignal:
         0xb9966a8 s Context>handleSignal:
         0xb9a0f90 s Context>handleSignal:
         0xb9ab878 s Context>handleSignal:
         0xb9b6160 s Context>handleSignal:
         0xb9c0a48 s Context>handleSignal:
         0xb9cb330 s Context>handleSignal:
         0xb9d5c18 s Context>handleSignal:
         0xb9e0500 s Context>handleSignal:
         0xb9eade8 s Context>handleSignal:
         0xb9f56d0 s Context>handleSignal:
         0xb9fffb8 s Context>handleSignal:
         0xba0a8a0 s Context>handleSignal:
         0xba15188 s Context>handleSignal:
         0xba1fa70 s Context>handleSignal:
         0xba2a358 s Context>handleSignal:
         0xba34c40 s Context>handleSignal:
         0xba3f528 s Context>handleSignal:
         0xba46490 s Context>handleSignal:
         0xba4b5c8 s Context>handleSignal:
         0xba50648 s Context>handleSignal:
         0xba55610 s Context>handleSignal:
         0xba5a5d8 s Context>handleSignal:
         0xba5f4e8 s Context>handleSignal:
         0xba64340 s Context>handleSignal:
         0xba690e0 s Context>handleSignal:
         0xba6de80 s Context>handleSignal:
         0xba72b68 s Context>handleSignal:
         0xba77850 s Context>handleSignal:
         0xba7c538 s Context>handleSignal:
         0xba81220 s Context>handleSignal:
         0xba85f08 s Context>handleSignal:
         0xba8abf0 s Context>handleSignal:
         0xba8f8d8 s Context>handleSignal:
         0xba945c0 s Context>handleSignal:
         0xba992a8 s Context>handleSignal:
         0xba9df90 s Context>handleSignal:
         0xbaa2c78 s Context>handleSignal:
         0xbaa7960 s Context>handleSignal:
         0xbaac648 s Context>handleSignal:
         0xbab1330 s Context>handleSignal:
         0xbab6018 s Context>handleSignal:
         0xbabad00 s Context>handleSignal:
         0xbabf9e8 s Context>handleSignal:
         0xbac46d0 s Context>handleSignal:
         0xbac93b8 s Context>handleSignal:
         0xbace0a0 s Context>handleSignal:
         0xbad2d88 s Context>handleSignal:
         0xbad7a70 s Context>handleSignal:
         0xbadc758 s Context>handleSignal:
         0xbae1440 s Context>handleSignal:
         0xbae6128 s Context>handleSignal:
         0xbaeae10 s Context>handleSignal:
         0xbaefaf8 s Context>handleSignal:
         0xbaf47e0 s Context>handleSignal:
         0xbaf94c8 s Context>handleSignal:
         0xbafe1b0 s Context>handleSignal:
         0xbb02e98 s Context>handleSignal:
         0xbb07b80 s Context>handleSignal:
         0xbb0c868 s Context>handleSignal:
         0xbb11550 s Context>handleSignal:
         0xbb16238 s Context>handleSignal:
         0xbb1af20 s Context>handleSignal:
         0xbb1fc08 s Context>handleSignal:
         0xbb248f0 s Context>handleSignal:
         0xbb295d8 s Context>handleSignal:
         0xbb2e2c0 s Context>handleSignal:
         0xbb32fa8 s Context>handleSignal:
         0xbb37c90 s Context>handleSignal:
         0xbb3c978 s Context>handleSignal:
         0xbb41660 s Context>handleSignal:
         0xbb46348 s Context>handleSignal:
         0xbb4b030 s Context>handleSignal:
         0xbb4fd18 s Context>handleSignal:
         0xbb54a00 s Context>handleSignal:
         0xbb596e8 s Context>handleSignal:
         0xbb5e3d0 s Context>handleSignal:
         0xbb630b8 s Context>handleSignal:
         0xbb67da0 s Context>handleSignal:
         0xbb6ca88 s Context>handleSignal:
         0xbb71770 s Context>handleSignal:
         0xbb76458 s Context>handleSignal:
         0xbb7b140 s Context>handleSignal:
         0xbb7fe28 s Context>handleSignal:
         0xbb84b10 s Context>handleSignal:
         0xbb897f8 s Context>handleSignal:
         0xbb8e4e0 s Context>handleSignal:
         0xbb931c8 s Context>handleSignal:
         0xbb97eb0 s Context>handleSignal:
         0xbb9cae0 s Context>handleSignal:
         0xbba1710 s Context>handleSignal:
         0xbba6340 s Context>handleSignal:
         0xbbaaf70 s Context>handleSignal:
         0xbbafba0 s Context>handleSignal:
         0xbbb47d0 s Context>handleSignal:
         0xbbb9400 s Context>handleSignal:
         0xbbbe030 s Context>handleSignal:
         0xbbc2c60 s Context>handleSignal:
         0xbbc7890 s Context>handleSignal:
         0xbbcc4c0 s Context>handleSignal:
         0xbbd10f0 s Context>handleSignal:
         0xbbd5d20 s Context>handleSignal:
         0xbbda950 s Context>handleSignal:
         0xbbdf580 s Context>handleSignal:
         0xbbe41b0 s Context>handleSignal:
         0xbbe8de0 s Context>handleSignal:
         0xbbeda10 s Context>handleSignal:
         0xbbf2640 s Context>handleSignal:
         0xbbf7270 s Context>handleSignal:
         0xbbfbea0 s Context>handleSignal:
         0xbc00ad0 s Context>handleSignal:
         0xbc05700 s Context>handleSignal:
         0xbc0a330 s Context>handleSignal:
         0xbc0ef60 s Context>handleSignal:
         0xbc13b90 s Context>handleSignal:
         0xbc187c0 s Context>handleSignal:
         0xbc1d3f0 s Context>handleSignal:
         0xbc22020 s Context>handleSignal:
         0xbc26c50 s Context>handleSignal:
         0xbc2b880 s Context>handleSignal:
         0xbc304b0 s Context>handleSignal:
         0xbc350e0 s Context>handleSignal:
         0xbc39d10 s Context>handleSignal:
         0xbc3e940 s Context>handleSignal:
         0xbc43570 s Context>handleSignal:
         0xbc481a0 s Context>handleSignal:
         0xbc4cdd0 s Context>handleSignal:
         0xbc51a00 s Context>handleSignal:
         0xbc56700 s Context>handleSignal:
         0xbc5b330 s Context>handleSignal:
         0xbc5ff60 s Context>handleSignal:
         0xbc64b90 s Context>handleSignal:
         0xbc697c0 s Context>handleSignal:
         0xbc6e3f0 s Context>handleSignal:
         0xbc73020 s Context>handleSignal:
         0xbc77c50 s Context>handleSignal:
         0xbc7c880 s Context>handleSignal:
         0xbc814b0 s Context>handleSignal:
         0xbc860e0 s Context>handleSignal:
         0xbc8ad10 s Context>handleSignal:
         0xbc8f940 s Context>handleSignal:
         0xbc94570 s Context>handleSignal:
         0xbc991a0 s Context>handleSignal:
         0xbc9ddd0 s Context>handleSignal:
         0xbca2a00 s Context>handleSignal:
         0xbca7630 s Context>handleSignal:
         0xbcac260 s Context>handleSignal:
         0xbcb0e90 s Context>handleSignal:
         0xbcb5ac0 s Context>handleSignal:
         0xbcba6f0 s Context>handleSignal:
         0xbcbf320 s Context>handleSignal:
         0xbcc3f50 s Context>handleSignal:
         0xbcc8b80 s Context>handleSignal:
         0xbccd7b0 s Context>handleSignal:
         0xbcd23e0 s Context>handleSignal:
         0xbcd7010 s Context>handleSignal:
         0xbcdbc40 s Context>handleSignal:
         0xbce0870 s Context>handleSignal:
         0xbce54a0 s Context>handleSignal:
         0xbcea0d0 s Context>handleSignal:
         0xbceed00 s Context>handleSignal:
         0xbcf3930 s Context>handleSignal:
         0xbcf8560 s Context>handleSignal:
         0xbcfd190 s Context>handleSignal:
         0xbd01dc0 s Context>handleSignal:
         0xbd069f0 s Context>handleSignal:
         0xbd0b620 s Context>handleSignal:
         0xbd10250 s Context>handleSignal:
         0xbd14e80 s Context>handleSignal:
         0xbd19ab0 s Context>handleSignal:
         0xbd1e6e0 s Context>handleSignal:
         0xbd23310 s Context>handleSignal:
         0xbd27f40 s Context>handleSignal:
         0xbd2cb70 s Context>handleSignal:
         0xbd317a0 s Context>handleSignal:
         0xbd363d0 s Context>handleSignal:
         0xbd3b000 s Context>handleSignal:
         0xbd3fc30 s Context>handleSignal:
         0xbd44860 s Context>handleSignal:
         0xbd49490 s Context>handleSignal:
         0xbd4e0c0 s Context>handleSignal:
         0xbd52cf0 s Context>handleSignal:
         0xbd57920 s Context>handleSignal:
         0xbd5c550 s Context>handleSignal:
         0xbd61180 s Context>handleSignal:
         0xbd65db0 s Context>handleSignal:
         0xbd6a9e0 s Context>handleSignal:
         0xbd6f610 s Context>handleSignal:
         0xbd74240 s Context>handleSignal:
         0xbd78e70 s Context>handleSignal:
         0xbd7daa0 s Context>handleSignal:
         0xbd826d0 s Context>handleSignal:
         0xbd87300 s Context>handleSignal:
         0xbd8bf30 s Context>handleSignal:
         0xbd90b60 s Context>handleSignal:
         0xbd95790 s Context>handleSignal:
         0xbd9a3c0 s Context>handleSignal:
         0xbd9eff0 s Context>handleSignal:
         0xbda3c20 s Context>handleSignal:
         0xbda8850 s Context>handleSignal:
         0xbdad480 s Context>handleSignal:
         0xbdb20b0 s Context>handleSignal:
         0xbdb6ce0 s Context>handleSignal:
         0xbdbb910 s Context>handleSignal:
         0xbdc0540 s Context>handleSignal:
         0xbdc5170 s Context>handleSignal:
         0xbdc9da0 s Context>handleSignal:
         0xbdce9d0 s Context>handleSignal:
         0xbdd3600 s Context>handleSignal:
         0xbdd8230 s Context>handleSignal:
         0xbddce60 s Context>handleSignal:
         0xbde1a90 s Context>handleSignal:
         0xbde66c0 s Context>handleSignal:
         0xbdeb2f0 s Context>handleSignal:
         0xbdeff20 s Context>handleSignal:
         0xbdf4b50 s Context>handleSignal:
         0xbdf9780 s Context>handleSignal:
         0xbdfe3b0 s Context>handleSignal:
         0xbe02fe0 s Context>handleSignal:
         0xbe07c10 s Context>handleSignal:
         0xbe0c840 s Context>handleSignal:
         0xbe11470 s Context>handleSignal:
         0xbe160a0 s Context>handleSignal:
         0xbe1acd0 s Context>handleSignal:
         0xbe1f900 s Context>handleSignal:
         0xbe24530 s Context>handleSignal:
         0xbe29160 s Context>handleSignal:
         0xbe2dd90 s Context>handleSignal:
         0xbe329c0 s Context>handleSignal:
         0xbe375f0 s Context>handleSignal:
         0xbe3c220 s Context>handleSignal:
         0xbe40e50 s Context>handleSignal:
         0xbe45a80 s Context>handleSignal:
         0xbe4a6b0 s Context>handleSignal:
         0xbe4f2e0 s Context>handleSignal:
         0xbe53f10 s Context>handleSignal:
         0xbe58b40 s Context>handleSignal:
         0xbe5d770 s Context>handleSignal:
         0xbe623a0 s Context>handleSignal:
         0xbe66fd0 s Context>handleSignal:
         0xbe6bc00 s Context>handleSignal:
         0xbe70830 s Context>handleSignal:
         0xbe75460 s Context>handleSignal:
         0xbe7a090 s Context>handleSignal:
         0xbe7ec08 s Context>handleSignal:
         0xbe836c8 s Context>handleSignal:
         0xbe880d0 s Context>handleSignal:
         0xbe8ca20 s Context>handleSignal:
         0xbe912b8 s Context>handleSignal:
         0xbe95a98 s Context>handleSignal:
         0xbe9a1c0 s Context>handleSignal:
         0xbe9e830 s Context>handleSignal:
         0xbea2de8 s Context>handleSignal:
         0xbea72e8 s Context>handleSignal:
         0xbeab730 s Context>handleSignal:
         0xbeafac0 s Context>handleSignal:
         0xbeb3d98 s Context>handleSignal:
         0xbeb7fb8 s Context>handleSignal:
         0xbebc120 s Context>handleSignal:
         0xbec01d0 s Context>handleSignal:
         0xbec41c8 s Context>handleSignal:
         0xbec8108 s Context>handleSignal:
         0xbecbf90 s Context>handleSignal:
         0xbecfd60 s Context>handleSignal:
         0xbed3a78 s Context>handleSignal:
         0xbed76d8 s Context>handleSignal:
         0xbedb280 s Context>handleSignal:
         0xbf84868 s Halt(Exception)>signal
         0xbfa0240 s Halt class(Exception class)>signal
         0xbfd33f0 s Halt class>now
         0xbfc50e0 s FullBlockClosure(Object)>halt
         0xbfeef20 s FullBlockClosure>printOn:
         0xc012390 s Context>printOn:
         0xc03a9e8 s Context>printDebugOn:
         0xc03acc8 s [] in Context>debugStack:on:
         0xc059ef8 s OrderedCollection>do:
         0xbfcb068 s Context>debugStack:on:
         0xbff4610 s Context>shortDebugStackOn:
         0xc017558 s [] in SmalltalkImage>logError:inContext:
         0xc041fc8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf83da0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9f478 s SmalltalkImage>logStdErrorDuring:
         0xbfd26e8 s SmalltalkImage>logError:inContext:
         0xbffa488 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01d2e8 s FullBlockClosure(BlockClosure)>ensure:
         0xc049b68 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f988 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c230 s Halt(Exception)>unhandledErrorAction
         0xc0894a0 s Halt(UnhandledException)>defaultAction
         0xc0cd240 s UndefinedObject>handleSignal:
         0xc0cd2f8 s Context>handleSignal:
         0xc0cd3b0 s Context>handleSignal:
         0xc0cd468 s Context>handleSignal:
         0xc0cd520 s Context>handleSignal:
         0xc0cd5d8 s Context>handleSignal:
         0xc0cd690 s Context>handleSignal:
         0xc0cd748 s Context>handleSignal:
         0xc0cd800 s Context>handleSignal:
         0xc0cd8b8 s Context>handleSignal:
         0xc0cd970 s Context>handleSignal:
         0xc1050e8 s Context>handleSignal:
         0xc110808 s Context>handleSignal:
         0xc11b6b0 s Context>handleSignal:
         0xc125f98 s Context>handleSignal:
         0xc1307c8 s Context>handleSignal:
         0xc13aff8 s Context>handleSignal:
         0xc145828 s Context>handleSignal:
         0xc150058 s Context>handleSignal:
         0xc15a888 s Context>handleSignal:
         0xc1650b8 s Context>handleSignal:
         0xc16f8e8 s Context>handleSignal:
         0xc17a118 s Context>handleSignal:
         0xc184948 s Context>handleSignal:
         0xc18f178 s Context>handleSignal:
         0xc1999a8 s Context>handleSignal:
         0xc1a41d8 s Context>handleSignal:
         0xc1aea08 s Context>handleSignal:
         0xc1b9238 s Context>handleSignal:
         0xc1c3a68 s Context>handleSignal:
         0xc1ce298 s Context>handleSignal:
         0xc1d8ac8 s Context>handleSignal:
         0xc1e32f8 s Context>handleSignal:
         0xc1edb28 s Context>handleSignal:
         0xc1f8358 s Context>handleSignal:
         0xc202b88 s Context>handleSignal:
         0xc20d3b8 s Context>handleSignal:
         0xc217be8 s Context>handleSignal:
         0xc222418 s Context>handleSignal:
         0xc22cc48 s Context>handleSignal:
         0xc237478 s Context>handleSignal:
         0xc241ca8 s Context>handleSignal:
         0xc24c4d8 s Context>handleSignal:
         0xc256d08 s Context>handleSignal:
         0xb7dafe0 s Context>handleSignal:
         0xb7e58c8 s Context>handleSignal:
         0xb7f01b0 s Context>handleSignal:
         0xb7faa98 s Context>handleSignal:
         0xb805380 s Context>handleSignal:
         0xb80fc68 s Context>handleSignal:
         0xb81a550 s Context>handleSignal:
         0xb824e38 s Context>handleSignal:
         0xb82f720 s Context>handleSignal:
         0xb83a008 s Context>handleSignal:
         0xb8448f0 s Context>handleSignal:
         0xb84f1d8 s Context>handleSignal:
         0xb859ac0 s Context>handleSignal:
         0xb8643a8 s Context>handleSignal:
         0xb86ec90 s Context>handleSignal:
         0xb879578 s Context>handleSignal:
         0xb883e60 s Context>handleSignal:
         0xb88e748 s Context>handleSignal:
         0xb899030 s Context>handleSignal:
         0xb8a3918 s Context>handleSignal:
         0xb8ae200 s Context>handleSignal:
         0xb8b8ae8 s Context>handleSignal:
         0xb8c33d0 s Context>handleSignal:
         0xb8cdcb8 s Context>handleSignal:
         0xb8d85a0 s Context>handleSignal:
         0xb8e2e88 s Context>handleSignal:
         0xb8ed770 s Context>handleSignal:
         0xb8f8058 s Context>handleSignal:
         0xb902940 s Context>handleSignal:
         0xb90d228 s Context>handleSignal:
         0xb917b10 s Context>handleSignal:
         0xb9223f8 s Context>handleSignal:
         0xb92cce0 s Context>handleSignal:
         0xb9375c8 s Context>handleSignal:
         0xb941eb0 s Context>handleSignal:
         0xb94c798 s Context>handleSignal:
         0xb957080 s Context>handleSignal:
         0xb961968 s Context>handleSignal:
         0xb96c250 s Context>handleSignal:
         0xb976b38 s Context>handleSignal:
         0xb981420 s Context>handleSignal:
         0xb98bd08 s Context>handleSignal:
         0xb9965f0 s Context>handleSignal:
         0xb9a0ed8 s Context>handleSignal:
         0xb9ab7c0 s Context>handleSignal:
         0xb9b60a8 s Context>handleSignal:
         0xb9c0990 s Context>handleSignal:
         0xb9cb278 s Context>handleSignal:
         0xb9d5b60 s Context>handleSignal:
         0xb9e0448 s Context>handleSignal:
         0xb9ead30 s Context>handleSignal:
         0xb9f5618 s Context>handleSignal:
         0xb9fff00 s Context>handleSignal:
         0xba0a7e8 s Context>handleSignal:
         0xba150d0 s Context>handleSignal:
         0xba1f9b8 s Context>handleSignal:
         0xba2a2a0 s Context>handleSignal:
         0xba34b88 s Context>handleSignal:
         0xba3f470 s Context>handleSignal:
         0xba463d8 s Context>handleSignal:
         0xba4b510 s Context>handleSignal:
         0xba50590 s Context>handleSignal:
         0xba55558 s Context>handleSignal:
         0xba5a520 s Context>handleSignal:
         0xba5f430 s Context>handleSignal:
         0xba64288 s Context>handleSignal:
         0xba69028 s Context>handleSignal:
         0xba6ddc8 s Context>handleSignal:
         0xba72ab0 s Context>handleSignal:
         0xba77798 s Context>handleSignal:
         0xba7c480 s Context>handleSignal:
         0xba81168 s Context>handleSignal:
         0xba85e50 s Context>handleSignal:
         0xba8ab38 s Context>handleSignal:
         0xba8f820 s Context>handleSignal:
         0xba94508 s Context>handleSignal:
         0xba991f0 s Context>handleSignal:
         0xba9ded8 s Context>handleSignal:
         0xbaa2bc0 s Context>handleSignal:
         0xbaa78a8 s Context>handleSignal:
         0xbaac590 s Context>handleSignal:
         0xbab1278 s Context>handleSignal:
         0xbab5f60 s Context>handleSignal:
         0xbabac48 s Context>handleSignal:
         0xbabf930 s Context>handleSignal:
         0xbac4618 s Context>handleSignal:
         0xbac9300 s Context>handleSignal:
         0xbacdfe8 s Context>handleSignal:
         0xbad2cd0 s Context>handleSignal:
         0xbad79b8 s Context>handleSignal:
         0xbadc6a0 s Context>handleSignal:
         0xbae1388 s Context>handleSignal:
         0xbae6070 s Context>handleSignal:
         0xbaead58 s Context>handleSignal:
         0xbaefa40 s Context>handleSignal:
         0xbaf4728 s Context>handleSignal:
         0xbaf9410 s Context>handleSignal:
         0xbafe0f8 s Context>handleSignal:
         0xbb02de0 s Context>handleSignal:
         0xbb07ac8 s Context>handleSignal:
         0xbb0c7b0 s Context>handleSignal:
         0xbb11498 s Context>handleSignal:
         0xbb16180 s Context>handleSignal:
         0xbb1ae68 s Context>handleSignal:
         0xbb1fb50 s Context>handleSignal:
         0xbb24838 s Context>handleSignal:
         0xbb29520 s Context>handleSignal:
         0xbb2e208 s Context>handleSignal:
         0xbb32ef0 s Context>handleSignal:
         0xbb37bd8 s Context>handleSignal:
         0xbb3c8c0 s Context>handleSignal:
         0xbb415a8 s Context>handleSignal:
         0xbb46290 s Context>handleSignal:
         0xbb4af78 s Context>handleSignal:
         0xbb4fc60 s Context>handleSignal:
         0xbb54948 s Context>handleSignal:
         0xbb59630 s Context>handleSignal:
         0xbb5e318 s Context>handleSignal:
         0xbb63000 s Context>handleSignal:
         0xbb67ce8 s Context>handleSignal:
         0xbb6c9d0 s Context>handleSignal:
         0xbb716b8 s Context>handleSignal:
         0xbb763a0 s Context>handleSignal:
         0xbb7b088 s Context>handleSignal:
         0xbb7fd70 s Context>handleSignal:
         0xbb84a58 s Context>handleSignal:
         0xbb89740 s Context>handleSignal:
         0xbb8e428 s Context>handleSignal:
         0xbb93110 s Context>handleSignal:
         0xbb97df8 s Context>handleSignal:
         0xbb9ca28 s Context>handleSignal:
         0xbba1658 s Context>handleSignal:
         0xbba6288 s Context>handleSignal:
         0xbbaaeb8 s Context>handleSignal:
         0xbbafae8 s Context>handleSignal:
         0xbbb4718 s Context>handleSignal:
         0xbbb9348 s Context>handleSignal:
         0xbbbdf78 s Context>handleSignal:
         0xbbc2ba8 s Context>handleSignal:
         0xbbc77d8 s Context>handleSignal:
         0xbbcc408 s Context>handleSignal:
         0xbbd1038 s Context>handleSignal:
         0xbbd5c68 s Context>handleSignal:
         0xbbda898 s Context>handleSignal:
         0xbbdf4c8 s Context>handleSignal:
         0xbbe40f8 s Context>handleSignal:
         0xbbe8d28 s Context>handleSignal:
         0xbbed958 s Context>handleSignal:
         0xbbf2588 s Context>handleSignal:
         0xbbf71b8 s Context>handleSignal:
         0xbbfbde8 s Context>handleSignal:
         0xbc00a18 s Context>handleSignal:
         0xbc05648 s Context>handleSignal:
         0xbc0a278 s Context>handleSignal:
         0xbc0eea8 s Context>handleSignal:
         0xbc13ad8 s Context>handleSignal:
         0xbc18708 s Context>handleSignal:
         0xbc1d338 s Context>handleSignal:
         0xbc21f68 s Context>handleSignal:
         0xbc26b98 s Context>handleSignal:
         0xbc2b7c8 s Context>handleSignal:
         0xbc303f8 s Context>handleSignal:
         0xbc35028 s Context>handleSignal:
         0xbc39c58 s Context>handleSignal:
         0xbc3e888 s Context>handleSignal:
         0xbc434b8 s Context>handleSignal:
         0xbc480e8 s Context>handleSignal:
         0xbc4cd18 s Context>handleSignal:
         0xbc51948 s Context>handleSignal:
         0xbc56648 s Context>handleSignal:
         0xbc5b278 s Context>handleSignal:
         0xbc5fea8 s Context>handleSignal:
         0xbc64ad8 s Context>handleSignal:
         0xbc69708 s Context>handleSignal:
         0xbc6e338 s Context>handleSignal:
         0xbc72f68 s Context>handleSignal:
         0xbc77b98 s Context>handleSignal:
         0xbc7c7c8 s Context>handleSignal:
         0xbc813f8 s Context>handleSignal:
         0xbc86028 s Context>handleSignal:
         0xbc8ac58 s Context>handleSignal:
         0xbc8f888 s Context>handleSignal:
         0xbc944b8 s Context>handleSignal:
         0xbc990e8 s Context>handleSignal:
         0xbc9dd18 s Context>handleSignal:
         0xbca2948 s Context>handleSignal:
         0xbca7578 s Context>handleSignal:
         0xbcac1a8 s Context>handleSignal:
         0xbcb0dd8 s Context>handleSignal:
         0xbcb5a08 s Context>handleSignal:
         0xbcba638 s Context>handleSignal:
         0xbcbf268 s Context>handleSignal:
         0xbcc3e98 s Context>handleSignal:
         0xbcc8ac8 s Context>handleSignal:
         0xbccd6f8 s Context>handleSignal:
         0xbcd2328 s Context>handleSignal:
         0xbcd6f58 s Context>handleSignal:
         0xbcdbb88 s Context>handleSignal:
         0xbce07b8 s Context>handleSignal:
         0xbce53e8 s Context>handleSignal:
         0xbcea018 s Context>handleSignal:
         0xbceec48 s Context>handleSignal:
         0xbcf3878 s Context>handleSignal:
         0xbcf84a8 s Context>handleSignal:
         0xbcfd0d8 s Context>handleSignal:
         0xbd01d08 s Context>handleSignal:
         0xbd06938 s Context>handleSignal:
         0xbd0b568 s Context>handleSignal:
         0xbd10198 s Context>handleSignal:
         0xbd14dc8 s Context>handleSignal:
         0xbd199f8 s Context>handleSignal:
         0xbd1e628 s Context>handleSignal:
         0xbd23258 s Context>handleSignal:
         0xbd27e88 s Context>handleSignal:
         0xbd2cab8 s Context>handleSignal:
         0xbd316e8 s Context>handleSignal:
         0xbd36318 s Context>handleSignal:
         0xbd3af48 s Context>handleSignal:
         0xbd3fb78 s Context>handleSignal:
         0xbd447a8 s Context>handleSignal:
         0xbd493d8 s Context>handleSignal:
         0xbd4e008 s Context>handleSignal:
         0xbd52c38 s Context>handleSignal:
         0xbd57868 s Context>handleSignal:
         0xbd5c498 s Context>handleSignal:
         0xbd610c8 s Context>handleSignal:
         0xbd65cf8 s Context>handleSignal:
         0xbd6a928 s Context>handleSignal:
         0xbd6f558 s Context>handleSignal:
         0xbd74188 s Context>handleSignal:
         0xbd78db8 s Context>handleSignal:
         0xbd7d9e8 s Context>handleSignal:
         0xbd82618 s Context>handleSignal:
         0xbd87248 s Context>handleSignal:
         0xbd8be78 s Context>handleSignal:
         0xbd90aa8 s Context>handleSignal:
         0xbd956d8 s Context>handleSignal:
         0xbd9a308 s Context>handleSignal:
         0xbd9ef38 s Context>handleSignal:
         0xbda3b68 s Context>handleSignal:
         0xbda8798 s Context>handleSignal:
         0xbdad3c8 s Context>handleSignal:
         0xbdb1ff8 s Context>handleSignal:
         0xbdb6c28 s Context>handleSignal:
         0xbdbb858 s Context>handleSignal:
         0xbdc0488 s Context>handleSignal:
         0xbdc50b8 s Context>handleSignal:
         0xbdc9ce8 s Context>handleSignal:
         0xbdce918 s Context>handleSignal:
         0xbdd3548 s Context>handleSignal:
         0xbdd8178 s Context>handleSignal:
         0xbddcda8 s Context>handleSignal:
         0xbde19d8 s Context>handleSignal:
         0xbde6608 s Context>handleSignal:
         0xbdeb238 s Context>handleSignal:
         0xbdefe68 s Context>handleSignal:
         0xbdf4a98 s Context>handleSignal:
         0xbdf96c8 s Context>handleSignal:
         0xbdfe2f8 s Context>handleSignal:
         0xbe02f28 s Context>handleSignal:
         0xbe07b58 s Context>handleSignal:
         0xbe0c788 s Context>handleSignal:
         0xbe113b8 s Context>handleSignal:
         0xbe15fe8 s Context>handleSignal:
         0xbe1ac18 s Context>handleSignal:
         0xbe1f848 s Context>handleSignal:
         0xbe24478 s Context>handleSignal:
         0xbe290a8 s Context>handleSignal:
         0xbe2dcd8 s Context>handleSignal:
         0xbe32908 s Context>handleSignal:
         0xbe37538 s Context>handleSignal:
         0xbe3c168 s Context>handleSignal:
         0xbe40d98 s Context>handleSignal:
         0xbe459c8 s Context>handleSignal:
         0xbe4a5f8 s Context>handleSignal:
         0xbe4f228 s Context>handleSignal:
         0xbe53e58 s Context>handleSignal:
         0xbe58a88 s Context>handleSignal:
         0xbe5d6b8 s Context>handleSignal:
         0xbe622e8 s Context>handleSignal:
         0xbe66f18 s Context>handleSignal:
         0xbe6bb48 s Context>handleSignal:
         0xbe70778 s Context>handleSignal:
         0xbe753a8 s Context>handleSignal:
         0xbe79fd8 s Context>handleSignal:
         0xbe7eb50 s Context>handleSignal:
         0xbe83610 s Context>handleSignal:
         0xbe88018 s Context>handleSignal:
         0xbe8c968 s Context>handleSignal:
         0xbe91200 s Context>handleSignal:
         0xbe959e0 s Context>handleSignal:
         0xbe9a108 s Context>handleSignal:
         0xbe9e778 s Context>handleSignal:
         0xbea2d30 s Context>handleSignal:
         0xbea7230 s Context>handleSignal:
         0xbeab678 s Context>handleSignal:
         0xbeafa08 s Context>handleSignal:
         0xbeb3ce0 s Context>handleSignal:
         0xbeb7f00 s Context>handleSignal:
         0xbebc068 s Context>handleSignal:
         0xbec0118 s Context>handleSignal:
         0xbec4110 s Context>handleSignal:
         0xbec8050 s Context>handleSignal:
         0xbecbed8 s Context>handleSignal:
         0xbecfca8 s Context>handleSignal:
         0xbed39c0 s Context>handleSignal:
         0xbed7620 s Context>handleSignal:
         0xbf846f8 s Halt(Exception)>signal
         0xbfa0070 s Halt class(Exception class)>signal
         0xbfd3238 s Halt class>now
         0xbfcb120 s FullBlockClosure(Object)>halt
         0xbff46c8 s FullBlockClosure>printOn:
         0xc017610 s Context>printOn:
         0xc042080 s Context>printDebugOn:
         0xc03aaa0 s [] in Context>debugStack:on:
         0xc059e40 s OrderedCollection>do:
         0xbfcaea8 s Context>debugStack:on:
         0xbff4478 s Context>shortDebugStackOn:
         0xc0173d8 s [] in SmalltalkImage>logError:inContext:
         0xc041da0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf83c30 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9f2a8 s SmalltalkImage>logStdErrorDuring:
         0xbfd2530 s SmalltalkImage>logError:inContext:
         0xbffa3c0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01d1f8 s FullBlockClosure(BlockClosure)>ensure:
         0xc049a88 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f8d0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c178 s Halt(Exception)>unhandledErrorAction
         0xc0893e8 s Halt(UnhandledException)>defaultAction
         0xc0cca58 s UndefinedObject>handleSignal:
         0xc0ccb10 s Context>handleSignal:
         0xc0ccbc8 s Context>handleSignal:
         0xc0ccc80 s Context>handleSignal:
         0xc0ccd38 s Context>handleSignal:
         0xc0ccdf0 s Context>handleSignal:
         0xc0ccea8 s Context>handleSignal:
         0xc0ccf60 s Context>handleSignal:
         0xc0cd018 s Context>handleSignal:
         0xc0cd0d0 s Context>handleSignal:
         0xc0cd188 s Context>handleSignal:
         0xc105030 s Context>handleSignal:
         0xc110750 s Context>handleSignal:
         0xc11b5f8 s Context>handleSignal:
         0xc125ee0 s Context>handleSignal:
         0xc130710 s Context>handleSignal:
         0xc13af40 s Context>handleSignal:
         0xc145770 s Context>handleSignal:
         0xc14ffa0 s Context>handleSignal:
         0xc15a7d0 s Context>handleSignal:
         0xc165000 s Context>handleSignal:
         0xc16f830 s Context>handleSignal:
         0xc17a060 s Context>handleSignal:
         0xc184890 s Context>handleSignal:
         0xc18f0c0 s Context>handleSignal:
         0xc1998f0 s Context>handleSignal:
         0xc1a4120 s Context>handleSignal:
         0xc1ae950 s Context>handleSignal:
         0xc1b9180 s Context>handleSignal:
         0xc1c39b0 s Context>handleSignal:
         0xc1ce1e0 s Context>handleSignal:
         0xc1d8a10 s Context>handleSignal:
         0xc1e3240 s Context>handleSignal:
         0xc1eda70 s Context>handleSignal:
         0xc1f82a0 s Context>handleSignal:
         0xc202ad0 s Context>handleSignal:
         0xc20d300 s Context>handleSignal:
         0xc217b30 s Context>handleSignal:
         0xc222360 s Context>handleSignal:
         0xc22cb90 s Context>handleSignal:
         0xc2373c0 s Context>handleSignal:
         0xc241bf0 s Context>handleSignal:
         0xc24c420 s Context>handleSignal:
         0xc256c50 s Context>handleSignal:
         0xb7daf28 s Context>handleSignal:
         0xb7e5810 s Context>handleSignal:
         0xb7f00f8 s Context>handleSignal:
         0xb7fa9e0 s Context>handleSignal:
         0xb8052c8 s Context>handleSignal:
         0xb80fbb0 s Context>handleSignal:
         0xb81a498 s Context>handleSignal:
         0xb824d80 s Context>handleSignal:
         0xb82f668 s Context>handleSignal:
         0xb839f50 s Context>handleSignal:
         0xb844838 s Context>handleSignal:
         0xb84f120 s Context>handleSignal:
         0xb859a08 s Context>handleSignal:
         0xb8642f0 s Context>handleSignal:
         0xb86ebd8 s Context>handleSignal:
         0xb8794c0 s Context>handleSignal:
         0xb883da8 s Context>handleSignal:
         0xb88e690 s Context>handleSignal:
         0xb898f78 s Context>handleSignal:
         0xb8a3860 s Context>handleSignal:
         0xb8ae148 s Context>handleSignal:
         0xb8b8a30 s Context>handleSignal:
         0xb8c3318 s Context>handleSignal:
         0xb8cdc00 s Context>handleSignal:
         0xb8d84e8 s Context>handleSignal:
         0xb8e2dd0 s Context>handleSignal:
         0xb8ed6b8 s Context>handleSignal:
         0xb8f7fa0 s Context>handleSignal:
         0xb902888 s Context>handleSignal:
         0xb90d170 s Context>handleSignal:
         0xb917a58 s Context>handleSignal:
         0xb922340 s Context>handleSignal:
         0xb92cc28 s Context>handleSignal:
         0xb937510 s Context>handleSignal:
         0xb941df8 s Context>handleSignal:
         0xb94c6e0 s Context>handleSignal:
         0xb956fc8 s Context>handleSignal:
         0xb9618b0 s Context>handleSignal:
         0xb96c198 s Context>handleSignal:
         0xb976a80 s Context>handleSignal:
         0xb981368 s Context>handleSignal:
         0xb98bc50 s Context>handleSignal:
         0xb996538 s Context>handleSignal:
         0xb9a0e20 s Context>handleSignal:
         0xb9ab708 s Context>handleSignal:
         0xb9b5ff0 s Context>handleSignal:
         0xb9c08d8 s Context>handleSignal:
         0xb9cb1c0 s Context>handleSignal:
         0xb9d5aa8 s Context>handleSignal:
         0xb9e0390 s Context>handleSignal:
         0xb9eac78 s Context>handleSignal:
         0xb9f5560 s Context>handleSignal:
         0xb9ffe48 s Context>handleSignal:
         0xba0a730 s Context>handleSignal:
         0xba15018 s Context>handleSignal:
         0xba1f900 s Context>handleSignal:
         0xba2a1e8 s Context>handleSignal:
         0xba34ad0 s Context>handleSignal:
         0xba3f3b8 s Context>handleSignal:
         0xba46320 s Context>handleSignal:
         0xba4b458 s Context>handleSignal:
         0xba504d8 s Context>handleSignal:
         0xba554a0 s Context>handleSignal:
         0xba5a468 s Context>handleSignal:
         0xba5f378 s Context>handleSignal:
         0xba641d0 s Context>handleSignal:
         0xba68f70 s Context>handleSignal:
         0xba6dd10 s Context>handleSignal:
         0xba729f8 s Context>handleSignal:
         0xba776e0 s Context>handleSignal:
         0xba7c3c8 s Context>handleSignal:
         0xba810b0 s Context>handleSignal:
         0xba85d98 s Context>handleSignal:
         0xba8aa80 s Context>handleSignal:
         0xba8f768 s Context>handleSignal:
         0xba94450 s Context>handleSignal:
         0xba99138 s Context>handleSignal:
         0xba9de20 s Context>handleSignal:
         0xbaa2b08 s Context>handleSignal:
         0xbaa77f0 s Context>handleSignal:
         0xbaac4d8 s Context>handleSignal:
         0xbab11c0 s Context>handleSignal:
         0xbab5ea8 s Context>handleSignal:
         0xbabab90 s Context>handleSignal:
         0xbabf878 s Context>handleSignal:
         0xbac4560 s Context>handleSignal:
         0xbac9248 s Context>handleSignal:
         0xbacdf30 s Context>handleSignal:
         0xbad2c18 s Context>handleSignal:
         0xbad7900 s Context>handleSignal:
         0xbadc5e8 s Context>handleSignal:
         0xbae12d0 s Context>handleSignal:
         0xbae5fb8 s Context>handleSignal:
         0xbaeaca0 s Context>handleSignal:
         0xbaef988 s Context>handleSignal:
         0xbaf4670 s Context>handleSignal:
         0xbaf9358 s Context>handleSignal:
         0xbafe040 s Context>handleSignal:
         0xbb02d28 s Context>handleSignal:
         0xbb07a10 s Context>handleSignal:
         0xbb0c6f8 s Context>handleSignal:
         0xbb113e0 s Context>handleSignal:
         0xbb160c8 s Context>handleSignal:
         0xbb1adb0 s Context>handleSignal:
         0xbb1fa98 s Context>handleSignal:
         0xbb24780 s Context>handleSignal:
         0xbb29468 s Context>handleSignal:
         0xbb2e150 s Context>handleSignal:
         0xbb32e38 s Context>handleSignal:
         0xbb37b20 s Context>handleSignal:
         0xbb3c808 s Context>handleSignal:
         0xbb414f0 s Context>handleSignal:
         0xbb461d8 s Context>handleSignal:
         0xbb4aec0 s Context>handleSignal:
         0xbb4fba8 s Context>handleSignal:
         0xbb54890 s Context>handleSignal:
         0xbb59578 s Context>handleSignal:
         0xbb5e260 s Context>handleSignal:
         0xbb62f48 s Context>handleSignal:
         0xbb67c30 s Context>handleSignal:
         0xbb6c918 s Context>handleSignal:
         0xbb71600 s Context>handleSignal:
         0xbb762e8 s Context>handleSignal:
         0xbb7afd0 s Context>handleSignal:
         0xbb7fcb8 s Context>handleSignal:
         0xbb849a0 s Context>handleSignal:
         0xbb89688 s Context>handleSignal:
         0xbb8e370 s Context>handleSignal:
         0xbb93058 s Context>handleSignal:
         0xbb97d40 s Context>handleSignal:
         0xbb9c970 s Context>handleSignal:
         0xbba15a0 s Context>handleSignal:
         0xbba61d0 s Context>handleSignal:
         0xbbaae00 s Context>handleSignal:
         0xbbafa30 s Context>handleSignal:
         0xbbb4660 s Context>handleSignal:
         0xbbb9290 s Context>handleSignal:
         0xbbbdec0 s Context>handleSignal:
         0xbbc2af0 s Context>handleSignal:
         0xbbc7720 s Context>handleSignal:
         0xbbcc350 s Context>handleSignal:
         0xbbd0f80 s Context>handleSignal:
         0xbbd5bb0 s Context>handleSignal:
         0xbbda7e0 s Context>handleSignal:
         0xbbdf410 s Context>handleSignal:
         0xbbe4040 s Context>handleSignal:
         0xbbe8c70 s Context>handleSignal:
         0xbbed8a0 s Context>handleSignal:
         0xbbf24d0 s Context>handleSignal:
         0xbbf7100 s Context>handleSignal:
         0xbbfbd30 s Context>handleSignal:
         0xbc00960 s Context>handleSignal:
         0xbc05590 s Context>handleSignal:
         0xbc0a1c0 s Context>handleSignal:
         0xbc0edf0 s Context>handleSignal:
         0xbc13a20 s Context>handleSignal:
         0xbc18650 s Context>handleSignal:
         0xbc1d280 s Context>handleSignal:
         0xbc21eb0 s Context>handleSignal:
         0xbc26ae0 s Context>handleSignal:
         0xbc2b710 s Context>handleSignal:
         0xbc30340 s Context>handleSignal:
         0xbc34f70 s Context>handleSignal:
         0xbc39ba0 s Context>handleSignal:
         0xbc3e7d0 s Context>handleSignal:
         0xbc43400 s Context>handleSignal:
         0xbc48030 s Context>handleSignal:
         0xbc4cc60 s Context>handleSignal:
         0xbc51890 s Context>handleSignal:
         0xbc56590 s Context>handleSignal:
         0xbc5b1c0 s Context>handleSignal:
         0xbc5fdf0 s Context>handleSignal:
         0xbc64a20 s Context>handleSignal:
         0xbc69650 s Context>handleSignal:
         0xbc6e280 s Context>handleSignal:
         0xbc72eb0 s Context>handleSignal:
         0xbc77ae0 s Context>handleSignal:
         0xbc7c710 s Context>handleSignal:
         0xbc81340 s Context>handleSignal:
         0xbc85f70 s Context>handleSignal:
         0xbc8aba0 s Context>handleSignal:
         0xbc8f7d0 s Context>handleSignal:
         0xbc94400 s Context>handleSignal:
         0xbc99030 s Context>handleSignal:
         0xbc9dc60 s Context>handleSignal:
         0xbca2890 s Context>handleSignal:
         0xbca74c0 s Context>handleSignal:
         0xbcac0f0 s Context>handleSignal:
         0xbcb0d20 s Context>handleSignal:
         0xbcb5950 s Context>handleSignal:
         0xbcba580 s Context>handleSignal:
         0xbcbf1b0 s Context>handleSignal:
         0xbcc3de0 s Context>handleSignal:
         0xbcc8a10 s Context>handleSignal:
         0xbccd640 s Context>handleSignal:
         0xbcd2270 s Context>handleSignal:
         0xbcd6ea0 s Context>handleSignal:
         0xbcdbad0 s Context>handleSignal:
         0xbce0700 s Context>handleSignal:
         0xbce5330 s Context>handleSignal:
         0xbce9f60 s Context>handleSignal:
         0xbceeb90 s Context>handleSignal:
         0xbcf37c0 s Context>handleSignal:
         0xbcf83f0 s Context>handleSignal:
         0xbcfd020 s Context>handleSignal:
         0xbd01c50 s Context>handleSignal:
         0xbd06880 s Context>handleSignal:
         0xbd0b4b0 s Context>handleSignal:
         0xbd100e0 s Context>handleSignal:
         0xbd14d10 s Context>handleSignal:
         0xbd19940 s Context>handleSignal:
         0xbd1e570 s Context>handleSignal:
         0xbd231a0 s Context>handleSignal:
         0xbd27dd0 s Context>handleSignal:
         0xbd2ca00 s Context>handleSignal:
         0xbd31630 s Context>handleSignal:
         0xbd36260 s Context>handleSignal:
         0xbd3ae90 s Context>handleSignal:
         0xbd3fac0 s Context>handleSignal:
         0xbd446f0 s Context>handleSignal:
         0xbd49320 s Context>handleSignal:
         0xbd4df50 s Context>handleSignal:
         0xbd52b80 s Context>handleSignal:
         0xbd577b0 s Context>handleSignal:
         0xbd5c3e0 s Context>handleSignal:
         0xbd61010 s Context>handleSignal:
         0xbd65c40 s Context>handleSignal:
         0xbd6a870 s Context>handleSignal:
         0xbd6f4a0 s Context>handleSignal:
         0xbd740d0 s Context>handleSignal:
         0xbd78d00 s Context>handleSignal:
         0xbd7d930 s Context>handleSignal:
         0xbd82560 s Context>handleSignal:
         0xbd87190 s Context>handleSignal:
         0xbd8bdc0 s Context>handleSignal:
         0xbd909f0 s Context>handleSignal:
         0xbd95620 s Context>handleSignal:
         0xbd9a250 s Context>handleSignal:
         0xbd9ee80 s Context>handleSignal:
         0xbda3ab0 s Context>handleSignal:
         0xbda86e0 s Context>handleSignal:
         0xbdad310 s Context>handleSignal:
         0xbdb1f40 s Context>handleSignal:
         0xbdb6b70 s Context>handleSignal:
         0xbdbb7a0 s Context>handleSignal:
         0xbdc03d0 s Context>handleSignal:
         0xbdc5000 s Context>handleSignal:
         0xbdc9c30 s Context>handleSignal:
         0xbdce860 s Context>handleSignal:
         0xbdd3490 s Context>handleSignal:
         0xbdd80c0 s Context>handleSignal:
         0xbddccf0 s Context>handleSignal:
         0xbde1920 s Context>handleSignal:
         0xbde6550 s Context>handleSignal:
         0xbdeb180 s Context>handleSignal:
         0xbdefdb0 s Context>handleSignal:
         0xbdf49e0 s Context>handleSignal:
         0xbdf9610 s Context>handleSignal:
         0xbdfe240 s Context>handleSignal:
         0xbe02e70 s Context>handleSignal:
         0xbe07aa0 s Context>handleSignal:
         0xbe0c6d0 s Context>handleSignal:
         0xbe11300 s Context>handleSignal:
         0xbe15f30 s Context>handleSignal:
         0xbe1ab60 s Context>handleSignal:
         0xbe1f790 s Context>handleSignal:
         0xbe243c0 s Context>handleSignal:
         0xbe28ff0 s Context>handleSignal:
         0xbe2dc20 s Context>handleSignal:
         0xbe32850 s Context>handleSignal:
         0xbe37480 s Context>handleSignal:
         0xbe3c0b0 s Context>handleSignal:
         0xbe40ce0 s Context>handleSignal:
         0xbe45910 s Context>handleSignal:
         0xbe4a540 s Context>handleSignal:
         0xbe4f170 s Context>handleSignal:
         0xbe53da0 s Context>handleSignal:
         0xbe589d0 s Context>handleSignal:
         0xbe5d600 s Context>handleSignal:
         0xbe62230 s Context>handleSignal:
         0xbe66e60 s Context>handleSignal:
         0xbe6ba90 s Context>handleSignal:
         0xbe706c0 s Context>handleSignal:
         0xbe752f0 s Context>handleSignal:
         0xbe79f20 s Context>handleSignal:
         0xbe7ea98 s Context>handleSignal:
         0xbe83558 s Context>handleSignal:
         0xbe87f60 s Context>handleSignal:
         0xbe8c8b0 s Context>handleSignal:
         0xbe91148 s Context>handleSignal:
         0xbe95928 s Context>handleSignal:
         0xbe9a050 s Context>handleSignal:
         0xbe9e6c0 s Context>handleSignal:
         0xbea2c78 s Context>handleSignal:
         0xbea7178 s Context>handleSignal:
         0xbeab5c0 s Context>handleSignal:
         0xbeaf950 s Context>handleSignal:
         0xbeb3c28 s Context>handleSignal:
         0xbeb7e48 s Context>handleSignal:
         0xbebbfb0 s Context>handleSignal:
         0xbec0060 s Context>handleSignal:
         0xbec4058 s Context>handleSignal:
         0xbec7f98 s Context>handleSignal:
         0xbecbe20 s Context>handleSignal:
         0xbecfbf0 s Context>handleSignal:
         0xbed3908 s Context>handleSignal:
         0xbf84588 s Halt(Exception)>signal
         0xbf9fea0 s Halt class(Exception class)>signal
         0xbfd3080 s Halt class>now
         0xbfcaf60 s FullBlockClosure(Object)>halt
         0xbff4530 s FullBlockClosure>printOn:
         0xc017490 s Context>printOn:
         0xc041e58 s Context>printDebugOn:
         0xc042138 s [] in Context>debugStack:on:
         0xc05c5c8 s OrderedCollection>do:
         0xbfcace8 s Context>debugStack:on:
         0xbff42e0 s Context>shortDebugStackOn:
         0xc017258 s [] in SmalltalkImage>logError:inContext:
         0xc041b78 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf83ac0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9f0d8 s SmalltalkImage>logStdErrorDuring:
         0xbfd2378 s SmalltalkImage>logError:inContext:
         0xbffa2f8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01d108 s FullBlockClosure(BlockClosure)>ensure:
         0xc0499a8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f818 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c0c0 s Halt(Exception)>unhandledErrorAction
         0xc089330 s Halt(UnhandledException)>defaultAction
         0xc0cc270 s UndefinedObject>handleSignal:
         0xc0cc328 s Context>handleSignal:
         0xc0cc3e0 s Context>handleSignal:
         0xc0cc498 s Context>handleSignal:
         0xc0cc550 s Context>handleSignal:
         0xc0cc608 s Context>handleSignal:
         0xc0cc6c0 s Context>handleSignal:
         0xc0cc778 s Context>handleSignal:
         0xc0cc830 s Context>handleSignal:
         0xc0cc8e8 s Context>handleSignal:
         0xc0cc9a0 s Context>handleSignal:
         0xc104f78 s Context>handleSignal:
         0xc110698 s Context>handleSignal:
         0xc11b540 s Context>handleSignal:
         0xc125e28 s Context>handleSignal:
         0xc130658 s Context>handleSignal:
         0xc13ae88 s Context>handleSignal:
         0xc1456b8 s Context>handleSignal:
         0xc14fee8 s Context>handleSignal:
         0xc15a718 s Context>handleSignal:
         0xc164f48 s Context>handleSignal:
         0xc16f778 s Context>handleSignal:
         0xc179fa8 s Context>handleSignal:
         0xc1847d8 s Context>handleSignal:
         0xc18f008 s Context>handleSignal:
         0xc199838 s Context>handleSignal:
         0xc1a4068 s Context>handleSignal:
         0xc1ae898 s Context>handleSignal:
         0xc1b90c8 s Context>handleSignal:
         0xc1c38f8 s Context>handleSignal:
         0xc1ce128 s Context>handleSignal:
         0xc1d8958 s Context>handleSignal:
         0xc1e3188 s Context>handleSignal:
         0xc1ed9b8 s Context>handleSignal:
         0xc1f81e8 s Context>handleSignal:
         0xc202a18 s Context>handleSignal:
         0xc20d248 s Context>handleSignal:
         0xc217a78 s Context>handleSignal:
         0xc2222a8 s Context>handleSignal:
         0xc22cad8 s Context>handleSignal:
         0xc237308 s Context>handleSignal:
         0xc241b38 s Context>handleSignal:
         0xc24c368 s Context>handleSignal:
         0xc256b98 s Context>handleSignal:
         0xb7dae70 s Context>handleSignal:
         0xb7e5758 s Context>handleSignal:
         0xb7f0040 s Context>handleSignal:
         0xb7fa928 s Context>handleSignal:
         0xb805210 s Context>handleSignal:
         0xb80faf8 s Context>handleSignal:
         0xb81a3e0 s Context>handleSignal:
         0xb824cc8 s Context>handleSignal:
         0xb82f5b0 s Context>handleSignal:
         0xb839e98 s Context>handleSignal:
         0xb844780 s Context>handleSignal:
         0xb84f068 s Context>handleSignal:
         0xb859950 s Context>handleSignal:
         0xb864238 s Context>handleSignal:
         0xb86eb20 s Context>handleSignal:
         0xb879408 s Context>handleSignal:
         0xb883cf0 s Context>handleSignal:
         0xb88e5d8 s Context>handleSignal:
         0xb898ec0 s Context>handleSignal:
         0xb8a37a8 s Context>handleSignal:
         0xb8ae090 s Context>handleSignal:
         0xb8b8978 s Context>handleSignal:
         0xb8c3260 s Context>handleSignal:
         0xb8cdb48 s Context>handleSignal:
         0xb8d8430 s Context>handleSignal:
         0xb8e2d18 s Context>handleSignal:
         0xb8ed600 s Context>handleSignal:
         0xb8f7ee8 s Context>handleSignal:
         0xb9027d0 s Context>handleSignal:
         0xb90d0b8 s Context>handleSignal:
         0xb9179a0 s Context>handleSignal:
         0xb922288 s Context>handleSignal:
         0xb92cb70 s Context>handleSignal:
         0xb937458 s Context>handleSignal:
         0xb941d40 s Context>handleSignal:
         0xb94c628 s Context>handleSignal:
         0xb956f10 s Context>handleSignal:
         0xb9617f8 s Context>handleSignal:
         0xb96c0e0 s Context>handleSignal:
         0xb9769c8 s Context>handleSignal:
         0xb9812b0 s Context>handleSignal:
         0xb98bb98 s Context>handleSignal:
         0xb996480 s Context>handleSignal:
         0xb9a0d68 s Context>handleSignal:
         0xb9ab650 s Context>handleSignal:
         0xb9b5f38 s Context>handleSignal:
         0xb9c0820 s Context>handleSignal:
         0xb9cb108 s Context>handleSignal:
         0xb9d59f0 s Context>handleSignal:
         0xb9e02d8 s Context>handleSignal:
         0xb9eabc0 s Context>handleSignal:
         0xb9f54a8 s Context>handleSignal:
         0xb9ffd90 s Context>handleSignal:
         0xba0a678 s Context>handleSignal:
         0xba14f60 s Context>handleSignal:
         0xba1f848 s Context>handleSignal:
         0xba2a130 s Context>handleSignal:
         0xba34a18 s Context>handleSignal:
         0xba3f300 s Context>handleSignal:
         0xba46268 s Context>handleSignal:
         0xba4b3a0 s Context>handleSignal:
         0xba50420 s Context>handleSignal:
         0xba553e8 s Context>handleSignal:
         0xba5a3b0 s Context>handleSignal:
         0xba5f2c0 s Context>handleSignal:
         0xba64118 s Context>handleSignal:
         0xba68eb8 s Context>handleSignal:
         0xba6dc58 s Context>handleSignal:
         0xba72940 s Context>handleSignal:
         0xba77628 s Context>handleSignal:
         0xba7c310 s Context>handleSignal:
         0xba80ff8 s Context>handleSignal:
         0xba85ce0 s Context>handleSignal:
         0xba8a9c8 s Context>handleSignal:
         0xba8f6b0 s Context>handleSignal:
         0xba94398 s Context>handleSignal:
         0xba99080 s Context>handleSignal:
         0xba9dd68 s Context>handleSignal:
         0xbaa2a50 s Context>handleSignal:
         0xbaa7738 s Context>handleSignal:
         0xbaac420 s Context>handleSignal:
         0xbab1108 s Context>handleSignal:
         0xbab5df0 s Context>handleSignal:
         0xbabaad8 s Context>handleSignal:
         0xbabf7c0 s Context>handleSignal:
         0xbac44a8 s Context>handleSignal:
         0xbac9190 s Context>handleSignal:
         0xbacde78 s Context>handleSignal:
         0xbad2b60 s Context>handleSignal:
         0xbad7848 s Context>handleSignal:
         0xbadc530 s Context>handleSignal:
         0xbae1218 s Context>handleSignal:
         0xbae5f00 s Context>handleSignal:
         0xbaeabe8 s Context>handleSignal:
         0xbaef8d0 s Context>handleSignal:
         0xbaf45b8 s Context>handleSignal:
         0xbaf92a0 s Context>handleSignal:
         0xbafdf88 s Context>handleSignal:
         0xbb02c70 s Context>handleSignal:
         0xbb07958 s Context>handleSignal:
         0xbb0c640 s Context>handleSignal:
         0xbb11328 s Context>handleSignal:
         0xbb16010 s Context>handleSignal:
         0xbb1acf8 s Context>handleSignal:
         0xbb1f9e0 s Context>handleSignal:
         0xbb246c8 s Context>handleSignal:
         0xbb293b0 s Context>handleSignal:
         0xbb2e098 s Context>handleSignal:
         0xbb32d80 s Context>handleSignal:
         0xbb37a68 s Context>handleSignal:
         0xbb3c750 s Context>handleSignal:
         0xbb41438 s Context>handleSignal:
         0xbb46120 s Context>handleSignal:
         0xbb4ae08 s Context>handleSignal:
         0xbb4faf0 s Context>handleSignal:
         0xbb547d8 s Context>handleSignal:
         0xbb594c0 s Context>handleSignal:
         0xbb5e1a8 s Context>handleSignal:
         0xbb62e90 s Context>handleSignal:
         0xbb67b78 s Context>handleSignal:
         0xbb6c860 s Context>handleSignal:
         0xbb71548 s Context>handleSignal:
         0xbb76230 s Context>handleSignal:
         0xbb7af18 s Context>handleSignal:
         0xbb7fc00 s Context>handleSignal:
         0xbb848e8 s Context>handleSignal:
         0xbb895d0 s Context>handleSignal:
         0xbb8e2b8 s Context>handleSignal:
         0xbb92fa0 s Context>handleSignal:
         0xbb97c88 s Context>handleSignal:
         0xbb9c8b8 s Context>handleSignal:
         0xbba14e8 s Context>handleSignal:
         0xbba6118 s Context>handleSignal:
         0xbbaad48 s Context>handleSignal:
         0xbbaf978 s Context>handleSignal:
         0xbbb45a8 s Context>handleSignal:
         0xbbb91d8 s Context>handleSignal:
         0xbbbde08 s Context>handleSignal:
         0xbbc2a38 s Context>handleSignal:
         0xbbc7668 s Context>handleSignal:
         0xbbcc298 s Context>handleSignal:
         0xbbd0ec8 s Context>handleSignal:
         0xbbd5af8 s Context>handleSignal:
         0xbbda728 s Context>handleSignal:
         0xbbdf358 s Context>handleSignal:
         0xbbe3f88 s Context>handleSignal:
         0xbbe8bb8 s Context>handleSignal:
         0xbbed7e8 s Context>handleSignal:
         0xbbf2418 s Context>handleSignal:
         0xbbf7048 s Context>handleSignal:
         0xbbfbc78 s Context>handleSignal:
         0xbc008a8 s Context>handleSignal:
         0xbc054d8 s Context>handleSignal:
         0xbc0a108 s Context>handleSignal:
         0xbc0ed38 s Context>handleSignal:
         0xbc13968 s Context>handleSignal:
         0xbc18598 s Context>handleSignal:
         0xbc1d1c8 s Context>handleSignal:
         0xbc21df8 s Context>handleSignal:
         0xbc26a28 s Context>handleSignal:
         0xbc2b658 s Context>handleSignal:
         0xbc30288 s Context>handleSignal:
         0xbc34eb8 s Context>handleSignal:
         0xbc39ae8 s Context>handleSignal:
         0xbc3e718 s Context>handleSignal:
         0xbc43348 s Context>handleSignal:
         0xbc47f78 s Context>handleSignal:
         0xbc4cba8 s Context>handleSignal:
         0xbc517d8 s Context>handleSignal:
         0xbc564d8 s Context>handleSignal:
         0xbc5b108 s Context>handleSignal:
         0xbc5fd38 s Context>handleSignal:
         0xbc64968 s Context>handleSignal:
         0xbc69598 s Context>handleSignal:
         0xbc6e1c8 s Context>handleSignal:
         0xbc72df8 s Context>handleSignal:
         0xbc77a28 s Context>handleSignal:
         0xbc7c658 s Context>handleSignal:
         0xbc81288 s Context>handleSignal:
         0xbc85eb8 s Context>handleSignal:
         0xbc8aae8 s Context>handleSignal:
         0xbc8f718 s Context>handleSignal:
         0xbc94348 s Context>handleSignal:
         0xbc98f78 s Context>handleSignal:
         0xbc9dba8 s Context>handleSignal:
         0xbca27d8 s Context>handleSignal:
         0xbca7408 s Context>handleSignal:
         0xbcac038 s Context>handleSignal:
         0xbcb0c68 s Context>handleSignal:
         0xbcb5898 s Context>handleSignal:
         0xbcba4c8 s Context>handleSignal:
         0xbcbf0f8 s Context>handleSignal:
         0xbcc3d28 s Context>handleSignal:
         0xbcc8958 s Context>handleSignal:
         0xbccd588 s Context>handleSignal:
         0xbcd21b8 s Context>handleSignal:
         0xbcd6de8 s Context>handleSignal:
         0xbcdba18 s Context>handleSignal:
         0xbce0648 s Context>handleSignal:
         0xbce5278 s Context>handleSignal:
         0xbce9ea8 s Context>handleSignal:
         0xbceead8 s Context>handleSignal:
         0xbcf3708 s Context>handleSignal:
         0xbcf8338 s Context>handleSignal:
         0xbcfcf68 s Context>handleSignal:
         0xbd01b98 s Context>handleSignal:
         0xbd067c8 s Context>handleSignal:
         0xbd0b3f8 s Context>handleSignal:
         0xbd10028 s Context>handleSignal:
         0xbd14c58 s Context>handleSignal:
         0xbd19888 s Context>handleSignal:
         0xbd1e4b8 s Context>handleSignal:
         0xbd230e8 s Context>handleSignal:
         0xbd27d18 s Context>handleSignal:
         0xbd2c948 s Context>handleSignal:
         0xbd31578 s Context>handleSignal:
         0xbd361a8 s Context>handleSignal:
         0xbd3add8 s Context>handleSignal:
         0xbd3fa08 s Context>handleSignal:
         0xbd44638 s Context>handleSignal:
         0xbd49268 s Context>handleSignal:
         0xbd4de98 s Context>handleSignal:
         0xbd52ac8 s Context>handleSignal:
         0xbd576f8 s Context>handleSignal:
         0xbd5c328 s Context>handleSignal:
         0xbd60f58 s Context>handleSignal:
         0xbd65b88 s Context>handleSignal:
         0xbd6a7b8 s Context>handleSignal:
         0xbd6f3e8 s Context>handleSignal:
         0xbd74018 s Context>handleSignal:
         0xbd78c48 s Context>handleSignal:
         0xbd7d878 s Context>handleSignal:
         0xbd824a8 s Context>handleSignal:
         0xbd870d8 s Context>handleSignal:
         0xbd8bd08 s Context>handleSignal:
         0xbd90938 s Context>handleSignal:
         0xbd95568 s Context>handleSignal:
         0xbd9a198 s Context>handleSignal:
         0xbd9edc8 s Context>handleSignal:
         0xbda39f8 s Context>handleSignal:
         0xbda8628 s Context>handleSignal:
         0xbdad258 s Context>handleSignal:
         0xbdb1e88 s Context>handleSignal:
         0xbdb6ab8 s Context>handleSignal:
         0xbdbb6e8 s Context>handleSignal:
         0xbdc0318 s Context>handleSignal:
         0xbdc4f48 s Context>handleSignal:
         0xbdc9b78 s Context>handleSignal:
         0xbdce7a8 s Context>handleSignal:
         0xbdd33d8 s Context>handleSignal:
         0xbdd8008 s Context>handleSignal:
         0xbddcc38 s Context>handleSignal:
         0xbde1868 s Context>handleSignal:
         0xbde6498 s Context>handleSignal:
         0xbdeb0c8 s Context>handleSignal:
         0xbdefcf8 s Context>handleSignal:
         0xbdf4928 s Context>handleSignal:
         0xbdf9558 s Context>handleSignal:
         0xbdfe188 s Context>handleSignal:
         0xbe02db8 s Context>handleSignal:
         0xbe079e8 s Context>handleSignal:
         0xbe0c618 s Context>handleSignal:
         0xbe11248 s Context>handleSignal:
         0xbe15e78 s Context>handleSignal:
         0xbe1aaa8 s Context>handleSignal:
         0xbe1f6d8 s Context>handleSignal:
         0xbe24308 s Context>handleSignal:
         0xbe28f38 s Context>handleSignal:
         0xbe2db68 s Context>handleSignal:
         0xbe32798 s Context>handleSignal:
         0xbe373c8 s Context>handleSignal:
         0xbe3bff8 s Context>handleSignal:
         0xbe40c28 s Context>handleSignal:
         0xbe45858 s Context>handleSignal:
         0xbe4a488 s Context>handleSignal:
         0xbe4f0b8 s Context>handleSignal:
         0xbe53ce8 s Context>handleSignal:
         0xbe58918 s Context>handleSignal:
         0xbe5d548 s Context>handleSignal:
         0xbe62178 s Context>handleSignal:
         0xbe66da8 s Context>handleSignal:
         0xbe6b9d8 s Context>handleSignal:
         0xbe70608 s Context>handleSignal:
         0xbe75238 s Context>handleSignal:
         0xbe79e68 s Context>handleSignal:
         0xbe7e9e0 s Context>handleSignal:
         0xbe834a0 s Context>handleSignal:
         0xbe87ea8 s Context>handleSignal:
         0xbe8c7f8 s Context>handleSignal:
         0xbe91090 s Context>handleSignal:
         0xbe95870 s Context>handleSignal:
         0xbe99f98 s Context>handleSignal:
         0xbe9e608 s Context>handleSignal:
         0xbea2bc0 s Context>handleSignal:
         0xbea70c0 s Context>handleSignal:
         0xbeab508 s Context>handleSignal:
         0xbeaf898 s Context>handleSignal:
         0xbeb3b70 s Context>handleSignal:
         0xbeb7d90 s Context>handleSignal:
         0xbebbef8 s Context>handleSignal:
         0xbebffa8 s Context>handleSignal:
         0xbec3fa0 s Context>handleSignal:
         0xbec7ee0 s Context>handleSignal:
         0xbecbd68 s Context>handleSignal:
         0xbecfb38 s Context>handleSignal:
         0xbf84418 s Halt(Exception)>signal
         0xbf9fcd0 s Halt class(Exception class)>signal
         0xbfd2ec8 s Halt class>now
         0xbfcada0 s FullBlockClosure(Object)>halt
         0xbff4398 s FullBlockClosure>printOn:
         0xc017310 s Context>printOn:
         0xc041c30 s Context>printDebugOn:
         0xc041f10 s [] in Context>debugStack:on:
         0xc05c510 s OrderedCollection>do:
         0xbfcab28 s Context>debugStack:on:
         0xbff4148 s Context>shortDebugStackOn:
         0xc0170d8 s [] in SmalltalkImage>logError:inContext:
         0xc041950 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf83950 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9ef08 s SmalltalkImage>logStdErrorDuring:
         0xbfd21c0 s SmalltalkImage>logError:inContext:
         0xbffa230 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01d018 s FullBlockClosure(BlockClosure)>ensure:
         0xc0498c8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f760 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06c008 s Halt(Exception)>unhandledErrorAction
         0xc089278 s Halt(UnhandledException)>defaultAction
         0xc0e7268 s UndefinedObject>handleSignal:
         0xc0e7320 s Context>handleSignal:
         0xc0e73d8 s Context>handleSignal:
         0xc0e7490 s Context>handleSignal:
         0xc0e7548 s Context>handleSignal:
         0xc0e7600 s Context>handleSignal:
         0xc0e76b8 s Context>handleSignal:
         0xc0e7770 s Context>handleSignal:
         0xc0e7828 s Context>handleSignal:
         0xc0e78e0 s Context>handleSignal:
         0xc0e7998 s Context>handleSignal:
         0xc107700 s Context>handleSignal:
         0xc112e20 s Context>handleSignal:
         0xc11dcc8 s Context>handleSignal:
         0xc1285b0 s Context>handleSignal:
         0xc132de0 s Context>handleSignal:
         0xc13d610 s Context>handleSignal:
         0xc147e40 s Context>handleSignal:
         0xc152670 s Context>handleSignal:
         0xc15cea0 s Context>handleSignal:
         0xc1676d0 s Context>handleSignal:
         0xc171f00 s Context>handleSignal:
         0xc17c730 s Context>handleSignal:
         0xc186f60 s Context>handleSignal:
         0xc191790 s Context>handleSignal:
         0xc19bfc0 s Context>handleSignal:
         0xc1a67f0 s Context>handleSignal:
         0xc1b1020 s Context>handleSignal:
         0xc1bb850 s Context>handleSignal:
         0xc1c6080 s Context>handleSignal:
         0xc1d08b0 s Context>handleSignal:
         0xc1db0e0 s Context>handleSignal:
         0xc1e5910 s Context>handleSignal:
         0xc1f0140 s Context>handleSignal:
         0xc1fa970 s Context>handleSignal:
         0xc2051a0 s Context>handleSignal:
         0xc20f9d0 s Context>handleSignal:
         0xc21a200 s Context>handleSignal:
         0xc224a30 s Context>handleSignal:
         0xc22f260 s Context>handleSignal:
         0xc239a90 s Context>handleSignal:
         0xc2442c0 s Context>handleSignal:
         0xc24eaf0 s Context>handleSignal:
         0xc259320 s Context>handleSignal:
         0xb7dadb8 s Context>handleSignal:
         0xb7e56a0 s Context>handleSignal:
         0xb7eff88 s Context>handleSignal:
         0xb7fa870 s Context>handleSignal:
         0xb805158 s Context>handleSignal:
         0xb80fa40 s Context>handleSignal:
         0xb81a328 s Context>handleSignal:
         0xb824c10 s Context>handleSignal:
         0xb82f4f8 s Context>handleSignal:
         0xb839de0 s Context>handleSignal:
         0xb8446c8 s Context>handleSignal:
         0xb84efb0 s Context>handleSignal:
         0xb859898 s Context>handleSignal:
         0xb864180 s Context>handleSignal:
         0xb86ea68 s Context>handleSignal:
         0xb879350 s Context>handleSignal:
         0xb883c38 s Context>handleSignal:
         0xb88e520 s Context>handleSignal:
         0xb898e08 s Context>handleSignal:
         0xb8a36f0 s Context>handleSignal:
         0xb8adfd8 s Context>handleSignal:
         0xb8b88c0 s Context>handleSignal:
         0xb8c31a8 s Context>handleSignal:
         0xb8cda90 s Context>handleSignal:
         0xb8d8378 s Context>handleSignal:
         0xb8e2c60 s Context>handleSignal:
         0xb8ed548 s Context>handleSignal:
         0xb8f7e30 s Context>handleSignal:
         0xb902718 s Context>handleSignal:
         0xb90d000 s Context>handleSignal:
         0xb9178e8 s Context>handleSignal:
         0xb9221d0 s Context>handleSignal:
         0xb92cab8 s Context>handleSignal:
         0xb9373a0 s Context>handleSignal:
         0xb941c88 s Context>handleSignal:
         0xb94c570 s Context>handleSignal:
         0xb956e58 s Context>handleSignal:
         0xb961740 s Context>handleSignal:
         0xb96c028 s Context>handleSignal:
         0xb976910 s Context>handleSignal:
         0xb9811f8 s Context>handleSignal:
         0xb98bae0 s Context>handleSignal:
         0xb9963c8 s Context>handleSignal:
         0xb9a0cb0 s Context>handleSignal:
         0xb9ab598 s Context>handleSignal:
         0xb9b5e80 s Context>handleSignal:
         0xb9c0768 s Context>handleSignal:
         0xb9cb050 s Context>handleSignal:
         0xb9d5938 s Context>handleSignal:
         0xb9e0220 s Context>handleSignal:
         0xb9eab08 s Context>handleSignal:
         0xb9f53f0 s Context>handleSignal:
         0xb9ffcd8 s Context>handleSignal:
         0xba0a5c0 s Context>handleSignal:
         0xba14ea8 s Context>handleSignal:
         0xba1f790 s Context>handleSignal:
         0xba2a078 s Context>handleSignal:
         0xba34960 s Context>handleSignal:
         0xba3f248 s Context>handleSignal:
         0xba461b0 s Context>handleSignal:
         0xba4b2e8 s Context>handleSignal:
         0xba50368 s Context>handleSignal:
         0xba55330 s Context>handleSignal:
         0xba5a2f8 s Context>handleSignal:
         0xba5f208 s Context>handleSignal:
         0xba64060 s Context>handleSignal:
         0xba68e00 s Context>handleSignal:
         0xba6dba0 s Context>handleSignal:
         0xba72888 s Context>handleSignal:
         0xba77570 s Context>handleSignal:
         0xba7c258 s Context>handleSignal:
         0xba80f40 s Context>handleSignal:
         0xba85c28 s Context>handleSignal:
         0xba8a910 s Context>handleSignal:
         0xba8f5f8 s Context>handleSignal:
         0xba942e0 s Context>handleSignal:
         0xba98fc8 s Context>handleSignal:
         0xba9dcb0 s Context>handleSignal:
         0xbaa2998 s Context>handleSignal:
         0xbaa7680 s Context>handleSignal:
         0xbaac368 s Context>handleSignal:
         0xbab1050 s Context>handleSignal:
         0xbab5d38 s Context>handleSignal:
         0xbabaa20 s Context>handleSignal:
         0xbabf708 s Context>handleSignal:
         0xbac43f0 s Context>handleSignal:
         0xbac90d8 s Context>handleSignal:
         0xbacddc0 s Context>handleSignal:
         0xbad2aa8 s Context>handleSignal:
         0xbad7790 s Context>handleSignal:
         0xbadc478 s Context>handleSignal:
         0xbae1160 s Context>handleSignal:
         0xbae5e48 s Context>handleSignal:
         0xbaeab30 s Context>handleSignal:
         0xbaef818 s Context>handleSignal:
         0xbaf4500 s Context>handleSignal:
         0xbaf91e8 s Context>handleSignal:
         0xbafded0 s Context>handleSignal:
         0xbb02bb8 s Context>handleSignal:
         0xbb078a0 s Context>handleSignal:
         0xbb0c588 s Context>handleSignal:
         0xbb11270 s Context>handleSignal:
         0xbb15f58 s Context>handleSignal:
         0xbb1ac40 s Context>handleSignal:
         0xbb1f928 s Context>handleSignal:
         0xbb24610 s Context>handleSignal:
         0xbb292f8 s Context>handleSignal:
         0xbb2dfe0 s Context>handleSignal:
         0xbb32cc8 s Context>handleSignal:
         0xbb379b0 s Context>handleSignal:
         0xbb3c698 s Context>handleSignal:
         0xbb41380 s Context>handleSignal:
         0xbb46068 s Context>handleSignal:
         0xbb4ad50 s Context>handleSignal:
         0xbb4fa38 s Context>handleSignal:
         0xbb54720 s Context>handleSignal:
         0xbb59408 s Context>handleSignal:
         0xbb5e0f0 s Context>handleSignal:
         0xbb62dd8 s Context>handleSignal:
         0xbb67ac0 s Context>handleSignal:
         0xbb6c7a8 s Context>handleSignal:
         0xbb71490 s Context>handleSignal:
         0xbb76178 s Context>handleSignal:
         0xbb7ae60 s Context>handleSignal:
         0xbb7fb48 s Context>handleSignal:
         0xbb84830 s Context>handleSignal:
         0xbb89518 s Context>handleSignal:
         0xbb8e200 s Context>handleSignal:
         0xbb92ee8 s Context>handleSignal:
         0xbb97bd0 s Context>handleSignal:
         0xbb9c800 s Context>handleSignal:
         0xbba1430 s Context>handleSignal:
         0xbba6060 s Context>handleSignal:
         0xbbaac90 s Context>handleSignal:
         0xbbaf8c0 s Context>handleSignal:
         0xbbb44f0 s Context>handleSignal:
         0xbbb9120 s Context>handleSignal:
         0xbbbdd50 s Context>handleSignal:
         0xbbc2980 s Context>handleSignal:
         0xbbc75b0 s Context>handleSignal:
         0xbbcc1e0 s Context>handleSignal:
         0xbbd0e10 s Context>handleSignal:
         0xbbd5a40 s Context>handleSignal:
         0xbbda670 s Context>handleSignal:
         0xbbdf2a0 s Context>handleSignal:
         0xbbe3ed0 s Context>handleSignal:
         0xbbe8b00 s Context>handleSignal:
         0xbbed730 s Context>handleSignal:
         0xbbf2360 s Context>handleSignal:
         0xbbf6f90 s Context>handleSignal:
         0xbbfbbc0 s Context>handleSignal:
         0xbc007f0 s Context>handleSignal:
         0xbc05420 s Context>handleSignal:
         0xbc0a050 s Context>handleSignal:
         0xbc0ec80 s Context>handleSignal:
         0xbc138b0 s Context>handleSignal:
         0xbc184e0 s Context>handleSignal:
         0xbc1d110 s Context>handleSignal:
         0xbc21d40 s Context>handleSignal:
         0xbc26970 s Context>handleSignal:
         0xbc2b5a0 s Context>handleSignal:
         0xbc301d0 s Context>handleSignal:
         0xbc34e00 s Context>handleSignal:
         0xbc39a30 s Context>handleSignal:
         0xbc3e660 s Context>handleSignal:
         0xbc43290 s Context>handleSignal:
         0xbc47ec0 s Context>handleSignal:
         0xbc4caf0 s Context>handleSignal:
         0xbc51720 s Context>handleSignal:
         0xbc56420 s Context>handleSignal:
         0xbc5b050 s Context>handleSignal:
         0xbc5fc80 s Context>handleSignal:
         0xbc648b0 s Context>handleSignal:
         0xbc694e0 s Context>handleSignal:
         0xbc6e110 s Context>handleSignal:
         0xbc72d40 s Context>handleSignal:
         0xbc77970 s Context>handleSignal:
         0xbc7c5a0 s Context>handleSignal:
         0xbc811d0 s Context>handleSignal:
         0xbc85e00 s Context>handleSignal:
         0xbc8aa30 s Context>handleSignal:
         0xbc8f660 s Context>handleSignal:
         0xbc94290 s Context>handleSignal:
         0xbc98ec0 s Context>handleSignal:
         0xbc9daf0 s Context>handleSignal:
         0xbca2720 s Context>handleSignal:
         0xbca7350 s Context>handleSignal:
         0xbcabf80 s Context>handleSignal:
         0xbcb0bb0 s Context>handleSignal:
         0xbcb57e0 s Context>handleSignal:
         0xbcba410 s Context>handleSignal:
         0xbcbf040 s Context>handleSignal:
         0xbcc3c70 s Context>handleSignal:
         0xbcc88a0 s Context>handleSignal:
         0xbccd4d0 s Context>handleSignal:
         0xbcd2100 s Context>handleSignal:
         0xbcd6d30 s Context>handleSignal:
         0xbcdb960 s Context>handleSignal:
         0xbce0590 s Context>handleSignal:
         0xbce51c0 s Context>handleSignal:
         0xbce9df0 s Context>handleSignal:
         0xbceea20 s Context>handleSignal:
         0xbcf3650 s Context>handleSignal:
         0xbcf8280 s Context>handleSignal:
         0xbcfceb0 s Context>handleSignal:
         0xbd01ae0 s Context>handleSignal:
         0xbd06710 s Context>handleSignal:
         0xbd0b340 s Context>handleSignal:
         0xbd0ff70 s Context>handleSignal:
         0xbd14ba0 s Context>handleSignal:
         0xbd197d0 s Context>handleSignal:
         0xbd1e400 s Context>handleSignal:
         0xbd23030 s Context>handleSignal:
         0xbd27c60 s Context>handleSignal:
         0xbd2c890 s Context>handleSignal:
         0xbd314c0 s Context>handleSignal:
         0xbd360f0 s Context>handleSignal:
         0xbd3ad20 s Context>handleSignal:
         0xbd3f950 s Context>handleSignal:
         0xbd44580 s Context>handleSignal:
         0xbd491b0 s Context>handleSignal:
         0xbd4dde0 s Context>handleSignal:
         0xbd52a10 s Context>handleSignal:
         0xbd57640 s Context>handleSignal:
         0xbd5c270 s Context>handleSignal:
         0xbd60ea0 s Context>handleSignal:
         0xbd65ad0 s Context>handleSignal:
         0xbd6a700 s Context>handleSignal:
         0xbd6f330 s Context>handleSignal:
         0xbd73f60 s Context>handleSignal:
         0xbd78b90 s Context>handleSignal:
         0xbd7d7c0 s Context>handleSignal:
         0xbd823f0 s Context>handleSignal:
         0xbd87020 s Context>handleSignal:
         0xbd8bc50 s Context>handleSignal:
         0xbd90880 s Context>handleSignal:
         0xbd954b0 s Context>handleSignal:
         0xbd9a0e0 s Context>handleSignal:
         0xbd9ed10 s Context>handleSignal:
         0xbda3940 s Context>handleSignal:
         0xbda8570 s Context>handleSignal:
         0xbdad1a0 s Context>handleSignal:
         0xbdb1dd0 s Context>handleSignal:
         0xbdb6a00 s Context>handleSignal:
         0xbdbb630 s Context>handleSignal:
         0xbdc0260 s Context>handleSignal:
         0xbdc4e90 s Context>handleSignal:
         0xbdc9ac0 s Context>handleSignal:
         0xbdce6f0 s Context>handleSignal:
         0xbdd3320 s Context>handleSignal:
         0xbdd7f50 s Context>handleSignal:
         0xbddcb80 s Context>handleSignal:
         0xbde17b0 s Context>handleSignal:
         0xbde63e0 s Context>handleSignal:
         0xbdeb010 s Context>handleSignal:
         0xbdefc40 s Context>handleSignal:
         0xbdf4870 s Context>handleSignal:
         0xbdf94a0 s Context>handleSignal:
         0xbdfe0d0 s Context>handleSignal:
         0xbe02d00 s Context>handleSignal:
         0xbe07930 s Context>handleSignal:
         0xbe0c560 s Context>handleSignal:
         0xbe11190 s Context>handleSignal:
         0xbe15dc0 s Context>handleSignal:
         0xbe1a9f0 s Context>handleSignal:
         0xbe1f620 s Context>handleSignal:
         0xbe24250 s Context>handleSignal:
         0xbe28e80 s Context>handleSignal:
         0xbe2dab0 s Context>handleSignal:
         0xbe326e0 s Context>handleSignal:
         0xbe37310 s Context>handleSignal:
         0xbe3bf40 s Context>handleSignal:
         0xbe40b70 s Context>handleSignal:
         0xbe457a0 s Context>handleSignal:
         0xbe4a3d0 s Context>handleSignal:
         0xbe4f000 s Context>handleSignal:
         0xbe53c30 s Context>handleSignal:
         0xbe58860 s Context>handleSignal:
         0xbe5d490 s Context>handleSignal:
         0xbe620c0 s Context>handleSignal:
         0xbe66cf0 s Context>handleSignal:
         0xbe6b920 s Context>handleSignal:
         0xbe70550 s Context>handleSignal:
         0xbe75180 s Context>handleSignal:
         0xbe79db0 s Context>handleSignal:
         0xbe7e928 s Context>handleSignal:
         0xbe833e8 s Context>handleSignal:
         0xbe87df0 s Context>handleSignal:
         0xbe8c740 s Context>handleSignal:
         0xbe90fd8 s Context>handleSignal:
         0xbe957b8 s Context>handleSignal:
         0xbe99ee0 s Context>handleSignal:
         0xbe9e550 s Context>handleSignal:
         0xbea2b08 s Context>handleSignal:
         0xbea7008 s Context>handleSignal:
         0xbeab450 s Context>handleSignal:
         0xbeaf7e0 s Context>handleSignal:
         0xbeb3ab8 s Context>handleSignal:
         0xbeb7cd8 s Context>handleSignal:
         0xbebbe40 s Context>handleSignal:
         0xbebfef0 s Context>handleSignal:
         0xbec3ee8 s Context>handleSignal:
         0xbec7e28 s Context>handleSignal:
         0xbecbcb0 s Context>handleSignal:
         0xbf842a8 s Halt(Exception)>signal
         0xbf9fb00 s Halt class(Exception class)>signal
         0xbfd2d10 s Halt class>now
         0xbfcabe0 s FullBlockClosure(Object)>halt
         0xbff4200 s FullBlockClosure>printOn:
         0xc017190 s Context>printOn:
         0xc041a08 s Context>printDebugOn:
         0xc041ce8 s [] in Context>debugStack:on:
         0xc05c458 s OrderedCollection>do:
         0xbfca968 s Context>debugStack:on:
         0xbff3fb0 s Context>shortDebugStackOn:
         0xc016f58 s [] in SmalltalkImage>logError:inContext:
         0xc041728 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf837e0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9ed38 s SmalltalkImage>logStdErrorDuring:
         0xbfd2008 s SmalltalkImage>logError:inContext:
         0xbffa168 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01cf28 s FullBlockClosure(BlockClosure)>ensure:
         0xc0497e8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f6a8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06bf50 s Halt(Exception)>unhandledErrorAction
         0xc0891c0 s Halt(UnhandledException)>defaultAction
         0xc0e6a80 s UndefinedObject>handleSignal:
         0xc0e6b38 s Context>handleSignal:
         0xc0e6bf0 s Context>handleSignal:
         0xc0e6ca8 s Context>handleSignal:
         0xc0e6d60 s Context>handleSignal:
         0xc0e6e18 s Context>handleSignal:
         0xc0e6ed0 s Context>handleSignal:
         0xc0e6f88 s Context>handleSignal:
         0xc0e7040 s Context>handleSignal:
         0xc0e70f8 s Context>handleSignal:
         0xc0e71b0 s Context>handleSignal:
         0xc107648 s Context>handleSignal:
         0xc112d68 s Context>handleSignal:
         0xc11dc10 s Context>handleSignal:
         0xc1284f8 s Context>handleSignal:
         0xc132d28 s Context>handleSignal:
         0xc13d558 s Context>handleSignal:
         0xc147d88 s Context>handleSignal:
         0xc1525b8 s Context>handleSignal:
         0xc15cde8 s Context>handleSignal:
         0xc167618 s Context>handleSignal:
         0xc171e48 s Context>handleSignal:
         0xc17c678 s Context>handleSignal:
         0xc186ea8 s Context>handleSignal:
         0xc1916d8 s Context>handleSignal:
         0xc19bf08 s Context>handleSignal:
         0xc1a6738 s Context>handleSignal:
         0xc1b0f68 s Context>handleSignal:
         0xc1bb798 s Context>handleSignal:
         0xc1c5fc8 s Context>handleSignal:
         0xc1d07f8 s Context>handleSignal:
         0xc1db028 s Context>handleSignal:
         0xc1e5858 s Context>handleSignal:
         0xc1f0088 s Context>handleSignal:
         0xc1fa8b8 s Context>handleSignal:
         0xc2050e8 s Context>handleSignal:
         0xc20f918 s Context>handleSignal:
         0xc21a148 s Context>handleSignal:
         0xc224978 s Context>handleSignal:
         0xc22f1a8 s Context>handleSignal:
         0xc2399d8 s Context>handleSignal:
         0xc244208 s Context>handleSignal:
         0xc24ea38 s Context>handleSignal:
         0xc259268 s Context>handleSignal:
         0xb7dad00 s Context>handleSignal:
         0xb7e55e8 s Context>handleSignal:
         0xb7efed0 s Context>handleSignal:
         0xb7fa7b8 s Context>handleSignal:
         0xb8050a0 s Context>handleSignal:
         0xb80f988 s Context>handleSignal:
         0xb81a270 s Context>handleSignal:
         0xb824b58 s Context>handleSignal:
         0xb82f440 s Context>handleSignal:
         0xb839d28 s Context>handleSignal:
         0xb844610 s Context>handleSignal:
         0xb84eef8 s Context>handleSignal:
         0xb8597e0 s Context>handleSignal:
         0xb8640c8 s Context>handleSignal:
         0xb86e9b0 s Context>handleSignal:
         0xb879298 s Context>handleSignal:
         0xb883b80 s Context>handleSignal:
         0xb88e468 s Context>handleSignal:
         0xb898d50 s Context>handleSignal:
         0xb8a3638 s Context>handleSignal:
         0xb8adf20 s Context>handleSignal:
         0xb8b8808 s Context>handleSignal:
         0xb8c30f0 s Context>handleSignal:
         0xb8cd9d8 s Context>handleSignal:
         0xb8d82c0 s Context>handleSignal:
         0xb8e2ba8 s Context>handleSignal:
         0xb8ed490 s Context>handleSignal:
         0xb8f7d78 s Context>handleSignal:
         0xb902660 s Context>handleSignal:
         0xb90cf48 s Context>handleSignal:
         0xb917830 s Context>handleSignal:
         0xb922118 s Context>handleSignal:
         0xb92ca00 s Context>handleSignal:
         0xb9372e8 s Context>handleSignal:
         0xb941bd0 s Context>handleSignal:
         0xb94c4b8 s Context>handleSignal:
         0xb956da0 s Context>handleSignal:
         0xb961688 s Context>handleSignal:
         0xb96bf70 s Context>handleSignal:
         0xb976858 s Context>handleSignal:
         0xb981140 s Context>handleSignal:
         0xb98ba28 s Context>handleSignal:
         0xb996310 s Context>handleSignal:
         0xb9a0bf8 s Context>handleSignal:
         0xb9ab4e0 s Context>handleSignal:
         0xb9b5dc8 s Context>handleSignal:
         0xb9c06b0 s Context>handleSignal:
         0xb9caf98 s Context>handleSignal:
         0xb9d5880 s Context>handleSignal:
         0xb9e0168 s Context>handleSignal:
         0xb9eaa50 s Context>handleSignal:
         0xb9f5338 s Context>handleSignal:
         0xb9ffc20 s Context>handleSignal:
         0xba0a508 s Context>handleSignal:
         0xba14df0 s Context>handleSignal:
         0xba1f6d8 s Context>handleSignal:
         0xba29fc0 s Context>handleSignal:
         0xba348a8 s Context>handleSignal:
         0xba3f190 s Context>handleSignal:
         0xba460f8 s Context>handleSignal:
         0xba4b230 s Context>handleSignal:
         0xba502b0 s Context>handleSignal:
         0xba55278 s Context>handleSignal:
         0xba5a240 s Context>handleSignal:
         0xba5f150 s Context>handleSignal:
         0xba63fa8 s Context>handleSignal:
         0xba68d48 s Context>handleSignal:
         0xba6dae8 s Context>handleSignal:
         0xba727d0 s Context>handleSignal:
         0xba774b8 s Context>handleSignal:
         0xba7c1a0 s Context>handleSignal:
         0xba80e88 s Context>handleSignal:
         0xba85b70 s Context>handleSignal:
         0xba8a858 s Context>handleSignal:
         0xba8f540 s Context>handleSignal:
         0xba94228 s Context>handleSignal:
         0xba98f10 s Context>handleSignal:
         0xba9dbf8 s Context>handleSignal:
         0xbaa28e0 s Context>handleSignal:
         0xbaa75c8 s Context>handleSignal:
         0xbaac2b0 s Context>handleSignal:
         0xbab0f98 s Context>handleSignal:
         0xbab5c80 s Context>handleSignal:
         0xbaba968 s Context>handleSignal:
         0xbabf650 s Context>handleSignal:
         0xbac4338 s Context>handleSignal:
         0xbac9020 s Context>handleSignal:
         0xbacdd08 s Context>handleSignal:
         0xbad29f0 s Context>handleSignal:
         0xbad76d8 s Context>handleSignal:
         0xbadc3c0 s Context>handleSignal:
         0xbae10a8 s Context>handleSignal:
         0xbae5d90 s Context>handleSignal:
         0xbaeaa78 s Context>handleSignal:
         0xbaef760 s Context>handleSignal:
         0xbaf4448 s Context>handleSignal:
         0xbaf9130 s Context>handleSignal:
         0xbafde18 s Context>handleSignal:
         0xbb02b00 s Context>handleSignal:
         0xbb077e8 s Context>handleSignal:
         0xbb0c4d0 s Context>handleSignal:
         0xbb111b8 s Context>handleSignal:
         0xbb15ea0 s Context>handleSignal:
         0xbb1ab88 s Context>handleSignal:
         0xbb1f870 s Context>handleSignal:
         0xbb24558 s Context>handleSignal:
         0xbb29240 s Context>handleSignal:
         0xbb2df28 s Context>handleSignal:
         0xbb32c10 s Context>handleSignal:
         0xbb378f8 s Context>handleSignal:
         0xbb3c5e0 s Context>handleSignal:
         0xbb412c8 s Context>handleSignal:
         0xbb45fb0 s Context>handleSignal:
         0xbb4ac98 s Context>handleSignal:
         0xbb4f980 s Context>handleSignal:
         0xbb54668 s Context>handleSignal:
         0xbb59350 s Context>handleSignal:
         0xbb5e038 s Context>handleSignal:
         0xbb62d20 s Context>handleSignal:
         0xbb67a08 s Context>handleSignal:
         0xbb6c6f0 s Context>handleSignal:
         0xbb713d8 s Context>handleSignal:
         0xbb760c0 s Context>handleSignal:
         0xbb7ada8 s Context>handleSignal:
         0xbb7fa90 s Context>handleSignal:
         0xbb84778 s Context>handleSignal:
         0xbb89460 s Context>handleSignal:
         0xbb8e148 s Context>handleSignal:
         0xbb92e30 s Context>handleSignal:
         0xbb97b18 s Context>handleSignal:
         0xbb9c748 s Context>handleSignal:
         0xbba1378 s Context>handleSignal:
         0xbba5fa8 s Context>handleSignal:
         0xbbaabd8 s Context>handleSignal:
         0xbbaf808 s Context>handleSignal:
         0xbbb4438 s Context>handleSignal:
         0xbbb9068 s Context>handleSignal:
         0xbbbdc98 s Context>handleSignal:
         0xbbc28c8 s Context>handleSignal:
         0xbbc74f8 s Context>handleSignal:
         0xbbcc128 s Context>handleSignal:
         0xbbd0d58 s Context>handleSignal:
         0xbbd5988 s Context>handleSignal:
         0xbbda5b8 s Context>handleSignal:
         0xbbdf1e8 s Context>handleSignal:
         0xbbe3e18 s Context>handleSignal:
         0xbbe8a48 s Context>handleSignal:
         0xbbed678 s Context>handleSignal:
         0xbbf22a8 s Context>handleSignal:
         0xbbf6ed8 s Context>handleSignal:
         0xbbfbb08 s Context>handleSignal:
         0xbc00738 s Context>handleSignal:
         0xbc05368 s Context>handleSignal:
         0xbc09f98 s Context>handleSignal:
         0xbc0ebc8 s Context>handleSignal:
         0xbc137f8 s Context>handleSignal:
         0xbc18428 s Context>handleSignal:
         0xbc1d058 s Context>handleSignal:
         0xbc21c88 s Context>handleSignal:
         0xbc268b8 s Context>handleSignal:
         0xbc2b4e8 s Context>handleSignal:
         0xbc30118 s Context>handleSignal:
         0xbc34d48 s Context>handleSignal:
         0xbc39978 s Context>handleSignal:
         0xbc3e5a8 s Context>handleSignal:
         0xbc431d8 s Context>handleSignal:
         0xbc47e08 s Context>handleSignal:
         0xbc4ca38 s Context>handleSignal:
         0xbc51668 s Context>handleSignal:
         0xbc56368 s Context>handleSignal:
         0xbc5af98 s Context>handleSignal:
         0xbc5fbc8 s Context>handleSignal:
         0xbc647f8 s Context>handleSignal:
         0xbc69428 s Context>handleSignal:
         0xbc6e058 s Context>handleSignal:
         0xbc72c88 s Context>handleSignal:
         0xbc778b8 s Context>handleSignal:
         0xbc7c4e8 s Context>handleSignal:
         0xbc81118 s Context>handleSignal:
         0xbc85d48 s Context>handleSignal:
         0xbc8a978 s Context>handleSignal:
         0xbc8f5a8 s Context>handleSignal:
         0xbc941d8 s Context>handleSignal:
         0xbc98e08 s Context>handleSignal:
         0xbc9da38 s Context>handleSignal:
         0xbca2668 s Context>handleSignal:
         0xbca7298 s Context>handleSignal:
         0xbcabec8 s Context>handleSignal:
         0xbcb0af8 s Context>handleSignal:
         0xbcb5728 s Context>handleSignal:
         0xbcba358 s Context>handleSignal:
         0xbcbef88 s Context>handleSignal:
         0xbcc3bb8 s Context>handleSignal:
         0xbcc87e8 s Context>handleSignal:
         0xbccd418 s Context>handleSignal:
         0xbcd2048 s Context>handleSignal:
         0xbcd6c78 s Context>handleSignal:
         0xbcdb8a8 s Context>handleSignal:
         0xbce04d8 s Context>handleSignal:
         0xbce5108 s Context>handleSignal:
         0xbce9d38 s Context>handleSignal:
         0xbcee968 s Context>handleSignal:
         0xbcf3598 s Context>handleSignal:
         0xbcf81c8 s Context>handleSignal:
         0xbcfcdf8 s Context>handleSignal:
         0xbd01a28 s Context>handleSignal:
         0xbd06658 s Context>handleSignal:
         0xbd0b288 s Context>handleSignal:
         0xbd0feb8 s Context>handleSignal:
         0xbd14ae8 s Context>handleSignal:
         0xbd19718 s Context>handleSignal:
         0xbd1e348 s Context>handleSignal:
         0xbd22f78 s Context>handleSignal:
         0xbd27ba8 s Context>handleSignal:
         0xbd2c7d8 s Context>handleSignal:
         0xbd31408 s Context>handleSignal:
         0xbd36038 s Context>handleSignal:
         0xbd3ac68 s Context>handleSignal:
         0xbd3f898 s Context>handleSignal:
         0xbd444c8 s Context>handleSignal:
         0xbd490f8 s Context>handleSignal:
         0xbd4dd28 s Context>handleSignal:
         0xbd52958 s Context>handleSignal:
         0xbd57588 s Context>handleSignal:
         0xbd5c1b8 s Context>handleSignal:
         0xbd60de8 s Context>handleSignal:
         0xbd65a18 s Context>handleSignal:
         0xbd6a648 s Context>handleSignal:
         0xbd6f278 s Context>handleSignal:
         0xbd73ea8 s Context>handleSignal:
         0xbd78ad8 s Context>handleSignal:
         0xbd7d708 s Context>handleSignal:
         0xbd82338 s Context>handleSignal:
         0xbd86f68 s Context>handleSignal:
         0xbd8bb98 s Context>handleSignal:
         0xbd907c8 s Context>handleSignal:
         0xbd953f8 s Context>handleSignal:
         0xbd9a028 s Context>handleSignal:
         0xbd9ec58 s Context>handleSignal:
         0xbda3888 s Context>handleSignal:
         0xbda84b8 s Context>handleSignal:
         0xbdad0e8 s Context>handleSignal:
         0xbdb1d18 s Context>handleSignal:
         0xbdb6948 s Context>handleSignal:
         0xbdbb578 s Context>handleSignal:
         0xbdc01a8 s Context>handleSignal:
         0xbdc4dd8 s Context>handleSignal:
         0xbdc9a08 s Context>handleSignal:
         0xbdce638 s Context>handleSignal:
         0xbdd3268 s Context>handleSignal:
         0xbdd7e98 s Context>handleSignal:
         0xbddcac8 s Context>handleSignal:
         0xbde16f8 s Context>handleSignal:
         0xbde6328 s Context>handleSignal:
         0xbdeaf58 s Context>handleSignal:
         0xbdefb88 s Context>handleSignal:
         0xbdf47b8 s Context>handleSignal:
         0xbdf93e8 s Context>handleSignal:
         0xbdfe018 s Context>handleSignal:
         0xbe02c48 s Context>handleSignal:
         0xbe07878 s Context>handleSignal:
         0xbe0c4a8 s Context>handleSignal:
         0xbe110d8 s Context>handleSignal:
         0xbe15d08 s Context>handleSignal:
         0xbe1a938 s Context>handleSignal:
         0xbe1f568 s Context>handleSignal:
         0xbe24198 s Context>handleSignal:
         0xbe28dc8 s Context>handleSignal:
         0xbe2d9f8 s Context>handleSignal:
         0xbe32628 s Context>handleSignal:
         0xbe37258 s Context>handleSignal:
         0xbe3be88 s Context>handleSignal:
         0xbe40ab8 s Context>handleSignal:
         0xbe456e8 s Context>handleSignal:
         0xbe4a318 s Context>handleSignal:
         0xbe4ef48 s Context>handleSignal:
         0xbe53b78 s Context>handleSignal:
         0xbe587a8 s Context>handleSignal:
         0xbe5d3d8 s Context>handleSignal:
         0xbe62008 s Context>handleSignal:
         0xbe66c38 s Context>handleSignal:
         0xbe6b868 s Context>handleSignal:
         0xbe70498 s Context>handleSignal:
         0xbe750c8 s Context>handleSignal:
         0xbe79cf8 s Context>handleSignal:
         0xbe7e870 s Context>handleSignal:
         0xbe83330 s Context>handleSignal:
         0xbe87d38 s Context>handleSignal:
         0xbe8c688 s Context>handleSignal:
         0xbe90f20 s Context>handleSignal:
         0xbe95700 s Context>handleSignal:
         0xbe99e28 s Context>handleSignal:
         0xbe9e498 s Context>handleSignal:
         0xbea2a50 s Context>handleSignal:
         0xbea6f50 s Context>handleSignal:
         0xbeab398 s Context>handleSignal:
         0xbeaf728 s Context>handleSignal:
         0xbeb3a00 s Context>handleSignal:
         0xbeb7c20 s Context>handleSignal:
         0xbebbd88 s Context>handleSignal:
         0xbebfe38 s Context>handleSignal:
         0xbec3e30 s Context>handleSignal:
         0xbec7d70 s Context>handleSignal:
         0xbf84138 s Halt(Exception)>signal
         0xbf9f930 s Halt class(Exception class)>signal
         0xbfd2b58 s Halt class>now
         0xbfcaa20 s FullBlockClosure(Object)>halt
         0xbff4068 s FullBlockClosure>printOn:
         0xc017010 s Context>printOn:
         0xc0417e0 s Context>printDebugOn:
         0xc041ac0 s [] in Context>debugStack:on:
         0xc05c3a0 s OrderedCollection>do:
         0xbfca7a8 s Context>debugStack:on:
         0xbff3e18 s Context>shortDebugStackOn:
         0xc016dd8 s [] in SmalltalkImage>logError:inContext:
         0xc041500 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf83670 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9eb68 s SmalltalkImage>logStdErrorDuring:
         0xbfd1e50 s SmalltalkImage>logError:inContext:
         0xbffa0a0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01ce38 s FullBlockClosure(BlockClosure)>ensure:
         0xc049708 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f5f0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06be98 s Halt(Exception)>unhandledErrorAction
         0xc089108 s Halt(UnhandledException)>defaultAction
         0xc0e6298 s UndefinedObject>handleSignal:
         0xc0e6350 s Context>handleSignal:
         0xc0e6408 s Context>handleSignal:
         0xc0e64c0 s Context>handleSignal:
         0xc0e6578 s Context>handleSignal:
         0xc0e6630 s Context>handleSignal:
         0xc0e66e8 s Context>handleSignal:
         0xc0e67a0 s Context>handleSignal:
         0xc0e6858 s Context>handleSignal:
         0xc0e6910 s Context>handleSignal:
         0xc0e69c8 s Context>handleSignal:
         0xc107590 s Context>handleSignal:
         0xc112cb0 s Context>handleSignal:
         0xc11db58 s Context>handleSignal:
         0xc128440 s Context>handleSignal:
         0xc132c70 s Context>handleSignal:
         0xc13d4a0 s Context>handleSignal:
         0xc147cd0 s Context>handleSignal:
         0xc152500 s Context>handleSignal:
         0xc15cd30 s Context>handleSignal:
         0xc167560 s Context>handleSignal:
         0xc171d90 s Context>handleSignal:
         0xc17c5c0 s Context>handleSignal:
         0xc186df0 s Context>handleSignal:
         0xc191620 s Context>handleSignal:
         0xc19be50 s Context>handleSignal:
         0xc1a6680 s Context>handleSignal:
         0xc1b0eb0 s Context>handleSignal:
         0xc1bb6e0 s Context>handleSignal:
         0xc1c5f10 s Context>handleSignal:
         0xc1d0740 s Context>handleSignal:
         0xc1daf70 s Context>handleSignal:
         0xc1e57a0 s Context>handleSignal:
         0xc1effd0 s Context>handleSignal:
         0xc1fa800 s Context>handleSignal:
         0xc205030 s Context>handleSignal:
         0xc20f860 s Context>handleSignal:
         0xc21a090 s Context>handleSignal:
         0xc2248c0 s Context>handleSignal:
         0xc22f0f0 s Context>handleSignal:
         0xc239920 s Context>handleSignal:
         0xc244150 s Context>handleSignal:
         0xc24e980 s Context>handleSignal:
         0xc2591b0 s Context>handleSignal:
         0xb7dac48 s Context>handleSignal:
         0xb7e5530 s Context>handleSignal:
         0xb7efe18 s Context>handleSignal:
         0xb7fa700 s Context>handleSignal:
         0xb804fe8 s Context>handleSignal:
         0xb80f8d0 s Context>handleSignal:
         0xb81a1b8 s Context>handleSignal:
         0xb824aa0 s Context>handleSignal:
         0xb82f388 s Context>handleSignal:
         0xb839c70 s Context>handleSignal:
         0xb844558 s Context>handleSignal:
         0xb84ee40 s Context>handleSignal:
         0xb859728 s Context>handleSignal:
         0xb864010 s Context>handleSignal:
         0xb86e8f8 s Context>handleSignal:
         0xb8791e0 s Context>handleSignal:
         0xb883ac8 s Context>handleSignal:
         0xb88e3b0 s Context>handleSignal:
         0xb898c98 s Context>handleSignal:
         0xb8a3580 s Context>handleSignal:
         0xb8ade68 s Context>handleSignal:
         0xb8b8750 s Context>handleSignal:
         0xb8c3038 s Context>handleSignal:
         0xb8cd920 s Context>handleSignal:
         0xb8d8208 s Context>handleSignal:
         0xb8e2af0 s Context>handleSignal:
         0xb8ed3d8 s Context>handleSignal:
         0xb8f7cc0 s Context>handleSignal:
         0xb9025a8 s Context>handleSignal:
         0xb90ce90 s Context>handleSignal:
         0xb917778 s Context>handleSignal:
         0xb922060 s Context>handleSignal:
         0xb92c948 s Context>handleSignal:
         0xb937230 s Context>handleSignal:
         0xb941b18 s Context>handleSignal:
         0xb94c400 s Context>handleSignal:
         0xb956ce8 s Context>handleSignal:
         0xb9615d0 s Context>handleSignal:
         0xb96beb8 s Context>handleSignal:
         0xb9767a0 s Context>handleSignal:
         0xb981088 s Context>handleSignal:
         0xb98b970 s Context>handleSignal:
         0xb996258 s Context>handleSignal:
         0xb9a0b40 s Context>handleSignal:
         0xb9ab428 s Context>handleSignal:
         0xb9b5d10 s Context>handleSignal:
         0xb9c05f8 s Context>handleSignal:
         0xb9caee0 s Context>handleSignal:
         0xb9d57c8 s Context>handleSignal:
         0xb9e00b0 s Context>handleSignal:
         0xb9ea998 s Context>handleSignal:
         0xb9f5280 s Context>handleSignal:
         0xb9ffb68 s Context>handleSignal:
         0xba0a450 s Context>handleSignal:
         0xba14d38 s Context>handleSignal:
         0xba1f620 s Context>handleSignal:
         0xba29f08 s Context>handleSignal:
         0xba347f0 s Context>handleSignal:
         0xba3f0d8 s Context>handleSignal:
         0xba46040 s Context>handleSignal:
         0xba4b178 s Context>handleSignal:
         0xba501f8 s Context>handleSignal:
         0xba551c0 s Context>handleSignal:
         0xba5a188 s Context>handleSignal:
         0xba5f098 s Context>handleSignal:
         0xba63ef0 s Context>handleSignal:
         0xba68c90 s Context>handleSignal:
         0xba6da30 s Context>handleSignal:
         0xba72718 s Context>handleSignal:
         0xba77400 s Context>handleSignal:
         0xba7c0e8 s Context>handleSignal:
         0xba80dd0 s Context>handleSignal:
         0xba85ab8 s Context>handleSignal:
         0xba8a7a0 s Context>handleSignal:
         0xba8f488 s Context>handleSignal:
         0xba94170 s Context>handleSignal:
         0xba98e58 s Context>handleSignal:
         0xba9db40 s Context>handleSignal:
         0xbaa2828 s Context>handleSignal:
         0xbaa7510 s Context>handleSignal:
         0xbaac1f8 s Context>handleSignal:
         0xbab0ee0 s Context>handleSignal:
         0xbab5bc8 s Context>handleSignal:
         0xbaba8b0 s Context>handleSignal:
         0xbabf598 s Context>handleSignal:
         0xbac4280 s Context>handleSignal:
         0xbac8f68 s Context>handleSignal:
         0xbacdc50 s Context>handleSignal:
         0xbad2938 s Context>handleSignal:
         0xbad7620 s Context>handleSignal:
         0xbadc308 s Context>handleSignal:
         0xbae0ff0 s Context>handleSignal:
         0xbae5cd8 s Context>handleSignal:
         0xbaea9c0 s Context>handleSignal:
         0xbaef6a8 s Context>handleSignal:
         0xbaf4390 s Context>handleSignal:
         0xbaf9078 s Context>handleSignal:
         0xbafdd60 s Context>handleSignal:
         0xbb02a48 s Context>handleSignal:
         0xbb07730 s Context>handleSignal:
         0xbb0c418 s Context>handleSignal:
         0xbb11100 s Context>handleSignal:
         0xbb15de8 s Context>handleSignal:
         0xbb1aad0 s Context>handleSignal:
         0xbb1f7b8 s Context>handleSignal:
         0xbb244a0 s Context>handleSignal:
         0xbb29188 s Context>handleSignal:
         0xbb2de70 s Context>handleSignal:
         0xbb32b58 s Context>handleSignal:
         0xbb37840 s Context>handleSignal:
         0xbb3c528 s Context>handleSignal:
         0xbb41210 s Context>handleSignal:
         0xbb45ef8 s Context>handleSignal:
         0xbb4abe0 s Context>handleSignal:
         0xbb4f8c8 s Context>handleSignal:
         0xbb545b0 s Context>handleSignal:
         0xbb59298 s Context>handleSignal:
         0xbb5df80 s Context>handleSignal:
         0xbb62c68 s Context>handleSignal:
         0xbb67950 s Context>handleSignal:
         0xbb6c638 s Context>handleSignal:
         0xbb71320 s Context>handleSignal:
         0xbb76008 s Context>handleSignal:
         0xbb7acf0 s Context>handleSignal:
         0xbb7f9d8 s Context>handleSignal:
         0xbb846c0 s Context>handleSignal:
         0xbb893a8 s Context>handleSignal:
         0xbb8e090 s Context>handleSignal:
         0xbb92d78 s Context>handleSignal:
         0xbb97a60 s Context>handleSignal:
         0xbb9c690 s Context>handleSignal:
         0xbba12c0 s Context>handleSignal:
         0xbba5ef0 s Context>handleSignal:
         0xbbaab20 s Context>handleSignal:
         0xbbaf750 s Context>handleSignal:
         0xbbb4380 s Context>handleSignal:
         0xbbb8fb0 s Context>handleSignal:
         0xbbbdbe0 s Context>handleSignal:
         0xbbc2810 s Context>handleSignal:
         0xbbc7440 s Context>handleSignal:
         0xbbcc070 s Context>handleSignal:
         0xbbd0ca0 s Context>handleSignal:
         0xbbd58d0 s Context>handleSignal:
         0xbbda500 s Context>handleSignal:
         0xbbdf130 s Context>handleSignal:
         0xbbe3d60 s Context>handleSignal:
         0xbbe8990 s Context>handleSignal:
         0xbbed5c0 s Context>handleSignal:
         0xbbf21f0 s Context>handleSignal:
         0xbbf6e20 s Context>handleSignal:
         0xbbfba50 s Context>handleSignal:
         0xbc00680 s Context>handleSignal:
         0xbc052b0 s Context>handleSignal:
         0xbc09ee0 s Context>handleSignal:
         0xbc0eb10 s Context>handleSignal:
         0xbc13740 s Context>handleSignal:
         0xbc18370 s Context>handleSignal:
         0xbc1cfa0 s Context>handleSignal:
         0xbc21bd0 s Context>handleSignal:
         0xbc26800 s Context>handleSignal:
         0xbc2b430 s Context>handleSignal:
         0xbc30060 s Context>handleSignal:
         0xbc34c90 s Context>handleSignal:
         0xbc398c0 s Context>handleSignal:
         0xbc3e4f0 s Context>handleSignal:
         0xbc43120 s Context>handleSignal:
         0xbc47d50 s Context>handleSignal:
         0xbc4c980 s Context>handleSignal:
         0xbc515b0 s Context>handleSignal:
         0xbc562b0 s Context>handleSignal:
         0xbc5aee0 s Context>handleSignal:
         0xbc5fb10 s Context>handleSignal:
         0xbc64740 s Context>handleSignal:
         0xbc69370 s Context>handleSignal:
         0xbc6dfa0 s Context>handleSignal:
         0xbc72bd0 s Context>handleSignal:
         0xbc77800 s Context>handleSignal:
         0xbc7c430 s Context>handleSignal:
         0xbc81060 s Context>handleSignal:
         0xbc85c90 s Context>handleSignal:
         0xbc8a8c0 s Context>handleSignal:
         0xbc8f4f0 s Context>handleSignal:
         0xbc94120 s Context>handleSignal:
         0xbc98d50 s Context>handleSignal:
         0xbc9d980 s Context>handleSignal:
         0xbca25b0 s Context>handleSignal:
         0xbca71e0 s Context>handleSignal:
         0xbcabe10 s Context>handleSignal:
         0xbcb0a40 s Context>handleSignal:
         0xbcb5670 s Context>handleSignal:
         0xbcba2a0 s Context>handleSignal:
         0xbcbeed0 s Context>handleSignal:
         0xbcc3b00 s Context>handleSignal:
         0xbcc8730 s Context>handleSignal:
         0xbccd360 s Context>handleSignal:
         0xbcd1f90 s Context>handleSignal:
         0xbcd6bc0 s Context>handleSignal:
         0xbcdb7f0 s Context>handleSignal:
         0xbce0420 s Context>handleSignal:
         0xbce5050 s Context>handleSignal:
         0xbce9c80 s Context>handleSignal:
         0xbcee8b0 s Context>handleSignal:
         0xbcf34e0 s Context>handleSignal:
         0xbcf8110 s Context>handleSignal:
         0xbcfcd40 s Context>handleSignal:
         0xbd01970 s Context>handleSignal:
         0xbd065a0 s Context>handleSignal:
         0xbd0b1d0 s Context>handleSignal:
         0xbd0fe00 s Context>handleSignal:
         0xbd14a30 s Context>handleSignal:
         0xbd19660 s Context>handleSignal:
         0xbd1e290 s Context>handleSignal:
         0xbd22ec0 s Context>handleSignal:
         0xbd27af0 s Context>handleSignal:
         0xbd2c720 s Context>handleSignal:
         0xbd31350 s Context>handleSignal:
         0xbd35f80 s Context>handleSignal:
         0xbd3abb0 s Context>handleSignal:
         0xbd3f7e0 s Context>handleSignal:
         0xbd44410 s Context>handleSignal:
         0xbd49040 s Context>handleSignal:
         0xbd4dc70 s Context>handleSignal:
         0xbd528a0 s Context>handleSignal:
         0xbd574d0 s Context>handleSignal:
         0xbd5c100 s Context>handleSignal:
         0xbd60d30 s Context>handleSignal:
         0xbd65960 s Context>handleSignal:
         0xbd6a590 s Context>handleSignal:
         0xbd6f1c0 s Context>handleSignal:
         0xbd73df0 s Context>handleSignal:
         0xbd78a20 s Context>handleSignal:
         0xbd7d650 s Context>handleSignal:
         0xbd82280 s Context>handleSignal:
         0xbd86eb0 s Context>handleSignal:
         0xbd8bae0 s Context>handleSignal:
         0xbd90710 s Context>handleSignal:
         0xbd95340 s Context>handleSignal:
         0xbd99f70 s Context>handleSignal:
         0xbd9eba0 s Context>handleSignal:
         0xbda37d0 s Context>handleSignal:
         0xbda8400 s Context>handleSignal:
         0xbdad030 s Context>handleSignal:
         0xbdb1c60 s Context>handleSignal:
         0xbdb6890 s Context>handleSignal:
         0xbdbb4c0 s Context>handleSignal:
         0xbdc00f0 s Context>handleSignal:
         0xbdc4d20 s Context>handleSignal:
         0xbdc9950 s Context>handleSignal:
         0xbdce580 s Context>handleSignal:
         0xbdd31b0 s Context>handleSignal:
         0xbdd7de0 s Context>handleSignal:
         0xbddca10 s Context>handleSignal:
         0xbde1640 s Context>handleSignal:
         0xbde6270 s Context>handleSignal:
         0xbdeaea0 s Context>handleSignal:
         0xbdefad0 s Context>handleSignal:
         0xbdf4700 s Context>handleSignal:
         0xbdf9330 s Context>handleSignal:
         0xbdfdf60 s Context>handleSignal:
         0xbe02b90 s Context>handleSignal:
         0xbe077c0 s Context>handleSignal:
         0xbe0c3f0 s Context>handleSignal:
         0xbe11020 s Context>handleSignal:
         0xbe15c50 s Context>handleSignal:
         0xbe1a880 s Context>handleSignal:
         0xbe1f4b0 s Context>handleSignal:
         0xbe240e0 s Context>handleSignal:
         0xbe28d10 s Context>handleSignal:
         0xbe2d940 s Context>handleSignal:
         0xbe32570 s Context>handleSignal:
         0xbe371a0 s Context>handleSignal:
         0xbe3bdd0 s Context>handleSignal:
         0xbe40a00 s Context>handleSignal:
         0xbe45630 s Context>handleSignal:
         0xbe4a260 s Context>handleSignal:
         0xbe4ee90 s Context>handleSignal:
         0xbe53ac0 s Context>handleSignal:
         0xbe586f0 s Context>handleSignal:
         0xbe5d320 s Context>handleSignal:
         0xbe61f50 s Context>handleSignal:
         0xbe66b80 s Context>handleSignal:
         0xbe6b7b0 s Context>handleSignal:
         0xbe703e0 s Context>handleSignal:
         0xbe75010 s Context>handleSignal:
         0xbe79c40 s Context>handleSignal:
         0xbe7e7b8 s Context>handleSignal:
         0xbe83278 s Context>handleSignal:
         0xbe87c80 s Context>handleSignal:
         0xbe8c5d0 s Context>handleSignal:
         0xbe90e68 s Context>handleSignal:
         0xbe95648 s Context>handleSignal:
         0xbe99d70 s Context>handleSignal:
         0xbe9e3e0 s Context>handleSignal:
         0xbea2998 s Context>handleSignal:
         0xbea6e98 s Context>handleSignal:
         0xbeab2e0 s Context>handleSignal:
         0xbeaf670 s Context>handleSignal:
         0xbeb3948 s Context>handleSignal:
         0xbeb7b68 s Context>handleSignal:
         0xbebbcd0 s Context>handleSignal:
         0xbebfd80 s Context>handleSignal:
         0xbec3d78 s Context>handleSignal:
         0xbf83fc8 s Halt(Exception)>signal
         0xbf9f760 s Halt class(Exception class)>signal
         0xbfd29a0 s Halt class>now
         0xbfca860 s FullBlockClosure(Object)>halt
         0xbff3ed0 s FullBlockClosure>printOn:
         0xc016e90 s Context>printOn:
         0xc0415b8 s Context>printDebugOn:
         0xc041898 s [] in Context>debugStack:on:
         0xc05c2e8 s OrderedCollection>do:
         0xbfca5e8 s Context>debugStack:on:
         0xbff3c80 s Context>shortDebugStackOn:
         0xc016c58 s [] in SmalltalkImage>logError:inContext:
         0xc0412d8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf83500 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9e998 s SmalltalkImage>logStdErrorDuring:
         0xbfd1c98 s SmalltalkImage>logError:inContext:
         0xbff9fd8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01cd48 s FullBlockClosure(BlockClosure)>ensure:
         0xc049628 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f538 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06bde0 s Halt(Exception)>unhandledErrorAction
         0xc089050 s Halt(UnhandledException)>defaultAction
         0xc0e5ab0 s UndefinedObject>handleSignal:
         0xc0e5b68 s Context>handleSignal:
         0xc0e5c20 s Context>handleSignal:
         0xc0e5cd8 s Context>handleSignal:
         0xc0e5d90 s Context>handleSignal:
         0xc0e5e48 s Context>handleSignal:
         0xc0e5f00 s Context>handleSignal:
         0xc0e5fb8 s Context>handleSignal:
         0xc0e6070 s Context>handleSignal:
         0xc0e6128 s Context>handleSignal:
         0xc0e61e0 s Context>handleSignal:
         0xc1074d8 s Context>handleSignal:
         0xc112bf8 s Context>handleSignal:
         0xc11daa0 s Context>handleSignal:
         0xc128388 s Context>handleSignal:
         0xc132bb8 s Context>handleSignal:
         0xc13d3e8 s Context>handleSignal:
         0xc147c18 s Context>handleSignal:
         0xc152448 s Context>handleSignal:
         0xc15cc78 s Context>handleSignal:
         0xc1674a8 s Context>handleSignal:
         0xc171cd8 s Context>handleSignal:
         0xc17c508 s Context>handleSignal:
         0xc186d38 s Context>handleSignal:
         0xc191568 s Context>handleSignal:
         0xc19bd98 s Context>handleSignal:
         0xc1a65c8 s Context>handleSignal:
         0xc1b0df8 s Context>handleSignal:
         0xc1bb628 s Context>handleSignal:
         0xc1c5e58 s Context>handleSignal:
         0xc1d0688 s Context>handleSignal:
         0xc1daeb8 s Context>handleSignal:
         0xc1e56e8 s Context>handleSignal:
         0xc1eff18 s Context>handleSignal:
         0xc1fa748 s Context>handleSignal:
         0xc204f78 s Context>handleSignal:
         0xc20f7a8 s Context>handleSignal:
         0xc219fd8 s Context>handleSignal:
         0xc224808 s Context>handleSignal:
         0xc22f038 s Context>handleSignal:
         0xc239868 s Context>handleSignal:
         0xc244098 s Context>handleSignal:
         0xc24e8c8 s Context>handleSignal:
         0xc2590f8 s Context>handleSignal:
         0xb7dab90 s Context>handleSignal:
         0xb7e5478 s Context>handleSignal:
         0xb7efd60 s Context>handleSignal:
         0xb7fa648 s Context>handleSignal:
         0xb804f30 s Context>handleSignal:
         0xb80f818 s Context>handleSignal:
         0xb81a100 s Context>handleSignal:
         0xb8249e8 s Context>handleSignal:
         0xb82f2d0 s Context>handleSignal:
         0xb839bb8 s Context>handleSignal:
         0xb8444a0 s Context>handleSignal:
         0xb84ed88 s Context>handleSignal:
         0xb859670 s Context>handleSignal:
         0xb863f58 s Context>handleSignal:
         0xb86e840 s Context>handleSignal:
         0xb879128 s Context>handleSignal:
         0xb883a10 s Context>handleSignal:
         0xb88e2f8 s Context>handleSignal:
         0xb898be0 s Context>handleSignal:
         0xb8a34c8 s Context>handleSignal:
         0xb8addb0 s Context>handleSignal:
         0xb8b8698 s Context>handleSignal:
         0xb8c2f80 s Context>handleSignal:
         0xb8cd868 s Context>handleSignal:
         0xb8d8150 s Context>handleSignal:
         0xb8e2a38 s Context>handleSignal:
         0xb8ed320 s Context>handleSignal:
         0xb8f7c08 s Context>handleSignal:
         0xb9024f0 s Context>handleSignal:
         0xb90cdd8 s Context>handleSignal:
         0xb9176c0 s Context>handleSignal:
         0xb921fa8 s Context>handleSignal:
         0xb92c890 s Context>handleSignal:
         0xb937178 s Context>handleSignal:
         0xb941a60 s Context>handleSignal:
         0xb94c348 s Context>handleSignal:
         0xb956c30 s Context>handleSignal:
         0xb961518 s Context>handleSignal:
         0xb96be00 s Context>handleSignal:
         0xb9766e8 s Context>handleSignal:
         0xb980fd0 s Context>handleSignal:
         0xb98b8b8 s Context>handleSignal:
         0xb9961a0 s Context>handleSignal:
         0xb9a0a88 s Context>handleSignal:
         0xb9ab370 s Context>handleSignal:
         0xb9b5c58 s Context>handleSignal:
         0xb9c0540 s Context>handleSignal:
         0xb9cae28 s Context>handleSignal:
         0xb9d5710 s Context>handleSignal:
         0xb9dfff8 s Context>handleSignal:
         0xb9ea8e0 s Context>handleSignal:
         0xb9f51c8 s Context>handleSignal:
         0xb9ffab0 s Context>handleSignal:
         0xba0a398 s Context>handleSignal:
         0xba14c80 s Context>handleSignal:
         0xba1f568 s Context>handleSignal:
         0xba29e50 s Context>handleSignal:
         0xba34738 s Context>handleSignal:
         0xba3f020 s Context>handleSignal:
         0xba45f88 s Context>handleSignal:
         0xba4b0c0 s Context>handleSignal:
         0xba50140 s Context>handleSignal:
         0xba55108 s Context>handleSignal:
         0xba5a0d0 s Context>handleSignal:
         0xba5efe0 s Context>handleSignal:
         0xba63e38 s Context>handleSignal:
         0xba68bd8 s Context>handleSignal:
         0xba6d978 s Context>handleSignal:
         0xba72660 s Context>handleSignal:
         0xba77348 s Context>handleSignal:
         0xba7c030 s Context>handleSignal:
         0xba80d18 s Context>handleSignal:
         0xba85a00 s Context>handleSignal:
         0xba8a6e8 s Context>handleSignal:
         0xba8f3d0 s Context>handleSignal:
         0xba940b8 s Context>handleSignal:
         0xba98da0 s Context>handleSignal:
         0xba9da88 s Context>handleSignal:
         0xbaa2770 s Context>handleSignal:
         0xbaa7458 s Context>handleSignal:
         0xbaac140 s Context>handleSignal:
         0xbab0e28 s Context>handleSignal:
         0xbab5b10 s Context>handleSignal:
         0xbaba7f8 s Context>handleSignal:
         0xbabf4e0 s Context>handleSignal:
         0xbac41c8 s Context>handleSignal:
         0xbac8eb0 s Context>handleSignal:
         0xbacdb98 s Context>handleSignal:
         0xbad2880 s Context>handleSignal:
         0xbad7568 s Context>handleSignal:
         0xbadc250 s Context>handleSignal:
         0xbae0f38 s Context>handleSignal:
         0xbae5c20 s Context>handleSignal:
         0xbaea908 s Context>handleSignal:
         0xbaef5f0 s Context>handleSignal:
         0xbaf42d8 s Context>handleSignal:
         0xbaf8fc0 s Context>handleSignal:
         0xbafdca8 s Context>handleSignal:
         0xbb02990 s Context>handleSignal:
         0xbb07678 s Context>handleSignal:
         0xbb0c360 s Context>handleSignal:
         0xbb11048 s Context>handleSignal:
         0xbb15d30 s Context>handleSignal:
         0xbb1aa18 s Context>handleSignal:
         0xbb1f700 s Context>handleSignal:
         0xbb243e8 s Context>handleSignal:
         0xbb290d0 s Context>handleSignal:
         0xbb2ddb8 s Context>handleSignal:
         0xbb32aa0 s Context>handleSignal:
         0xbb37788 s Context>handleSignal:
         0xbb3c470 s Context>handleSignal:
         0xbb41158 s Context>handleSignal:
         0xbb45e40 s Context>handleSignal:
         0xbb4ab28 s Context>handleSignal:
         0xbb4f810 s Context>handleSignal:
         0xbb544f8 s Context>handleSignal:
         0xbb591e0 s Context>handleSignal:
         0xbb5dec8 s Context>handleSignal:
         0xbb62bb0 s Context>handleSignal:
         0xbb67898 s Context>handleSignal:
         0xbb6c580 s Context>handleSignal:
         0xbb71268 s Context>handleSignal:
         0xbb75f50 s Context>handleSignal:
         0xbb7ac38 s Context>handleSignal:
         0xbb7f920 s Context>handleSignal:
         0xbb84608 s Context>handleSignal:
         0xbb892f0 s Context>handleSignal:
         0xbb8dfd8 s Context>handleSignal:
         0xbb92cc0 s Context>handleSignal:
         0xbb979a8 s Context>handleSignal:
         0xbb9c5d8 s Context>handleSignal:
         0xbba1208 s Context>handleSignal:
         0xbba5e38 s Context>handleSignal:
         0xbbaaa68 s Context>handleSignal:
         0xbbaf698 s Context>handleSignal:
         0xbbb42c8 s Context>handleSignal:
         0xbbb8ef8 s Context>handleSignal:
         0xbbbdb28 s Context>handleSignal:
         0xbbc2758 s Context>handleSignal:
         0xbbc7388 s Context>handleSignal:
         0xbbcbfb8 s Context>handleSignal:
         0xbbd0be8 s Context>handleSignal:
         0xbbd5818 s Context>handleSignal:
         0xbbda448 s Context>handleSignal:
         0xbbdf078 s Context>handleSignal:
         0xbbe3ca8 s Context>handleSignal:
         0xbbe88d8 s Context>handleSignal:
         0xbbed508 s Context>handleSignal:
         0xbbf2138 s Context>handleSignal:
         0xbbf6d68 s Context>handleSignal:
         0xbbfb998 s Context>handleSignal:
         0xbc005c8 s Context>handleSignal:
         0xbc051f8 s Context>handleSignal:
         0xbc09e28 s Context>handleSignal:
         0xbc0ea58 s Context>handleSignal:
         0xbc13688 s Context>handleSignal:
         0xbc182b8 s Context>handleSignal:
         0xbc1cee8 s Context>handleSignal:
         0xbc21b18 s Context>handleSignal:
         0xbc26748 s Context>handleSignal:
         0xbc2b378 s Context>handleSignal:
         0xbc2ffa8 s Context>handleSignal:
         0xbc34bd8 s Context>handleSignal:
         0xbc39808 s Context>handleSignal:
         0xbc3e438 s Context>handleSignal:
         0xbc43068 s Context>handleSignal:
         0xbc47c98 s Context>handleSignal:
         0xbc4c8c8 s Context>handleSignal:
         0xbc514f8 s Context>handleSignal:
         0xbc561f8 s Context>handleSignal:
         0xbc5ae28 s Context>handleSignal:
         0xbc5fa58 s Context>handleSignal:
         0xbc64688 s Context>handleSignal:
         0xbc692b8 s Context>handleSignal:
         0xbc6dee8 s Context>handleSignal:
         0xbc72b18 s Context>handleSignal:
         0xbc77748 s Context>handleSignal:
         0xbc7c378 s Context>handleSignal:
         0xbc80fa8 s Context>handleSignal:
         0xbc85bd8 s Context>handleSignal:
         0xbc8a808 s Context>handleSignal:
         0xbc8f438 s Context>handleSignal:
         0xbc94068 s Context>handleSignal:
         0xbc98c98 s Context>handleSignal:
         0xbc9d8c8 s Context>handleSignal:
         0xbca24f8 s Context>handleSignal:
         0xbca7128 s Context>handleSignal:
         0xbcabd58 s Context>handleSignal:
         0xbcb0988 s Context>handleSignal:
         0xbcb55b8 s Context>handleSignal:
         0xbcba1e8 s Context>handleSignal:
         0xbcbee18 s Context>handleSignal:
         0xbcc3a48 s Context>handleSignal:
         0xbcc8678 s Context>handleSignal:
         0xbccd2a8 s Context>handleSignal:
         0xbcd1ed8 s Context>handleSignal:
         0xbcd6b08 s Context>handleSignal:
         0xbcdb738 s Context>handleSignal:
         0xbce0368 s Context>handleSignal:
         0xbce4f98 s Context>handleSignal:
         0xbce9bc8 s Context>handleSignal:
         0xbcee7f8 s Context>handleSignal:
         0xbcf3428 s Context>handleSignal:
         0xbcf8058 s Context>handleSignal:
         0xbcfcc88 s Context>handleSignal:
         0xbd018b8 s Context>handleSignal:
         0xbd064e8 s Context>handleSignal:
         0xbd0b118 s Context>handleSignal:
         0xbd0fd48 s Context>handleSignal:
         0xbd14978 s Context>handleSignal:
         0xbd195a8 s Context>handleSignal:
         0xbd1e1d8 s Context>handleSignal:
         0xbd22e08 s Context>handleSignal:
         0xbd27a38 s Context>handleSignal:
         0xbd2c668 s Context>handleSignal:
         0xbd31298 s Context>handleSignal:
         0xbd35ec8 s Context>handleSignal:
         0xbd3aaf8 s Context>handleSignal:
         0xbd3f728 s Context>handleSignal:
         0xbd44358 s Context>handleSignal:
         0xbd48f88 s Context>handleSignal:
         0xbd4dbb8 s Context>handleSignal:
         0xbd527e8 s Context>handleSignal:
         0xbd57418 s Context>handleSignal:
         0xbd5c048 s Context>handleSignal:
         0xbd60c78 s Context>handleSignal:
         0xbd658a8 s Context>handleSignal:
         0xbd6a4d8 s Context>handleSignal:
         0xbd6f108 s Context>handleSignal:
         0xbd73d38 s Context>handleSignal:
         0xbd78968 s Context>handleSignal:
         0xbd7d598 s Context>handleSignal:
         0xbd821c8 s Context>handleSignal:
         0xbd86df8 s Context>handleSignal:
         0xbd8ba28 s Context>handleSignal:
         0xbd90658 s Context>handleSignal:
         0xbd95288 s Context>handleSignal:
         0xbd99eb8 s Context>handleSignal:
         0xbd9eae8 s Context>handleSignal:
         0xbda3718 s Context>handleSignal:
         0xbda8348 s Context>handleSignal:
         0xbdacf78 s Context>handleSignal:
         0xbdb1ba8 s Context>handleSignal:
         0xbdb67d8 s Context>handleSignal:
         0xbdbb408 s Context>handleSignal:
         0xbdc0038 s Context>handleSignal:
         0xbdc4c68 s Context>handleSignal:
         0xbdc9898 s Context>handleSignal:
         0xbdce4c8 s Context>handleSignal:
         0xbdd30f8 s Context>handleSignal:
         0xbdd7d28 s Context>handleSignal:
         0xbddc958 s Context>handleSignal:
         0xbde1588 s Context>handleSignal:
         0xbde61b8 s Context>handleSignal:
         0xbdeade8 s Context>handleSignal:
         0xbdefa18 s Context>handleSignal:
         0xbdf4648 s Context>handleSignal:
         0xbdf9278 s Context>handleSignal:
         0xbdfdea8 s Context>handleSignal:
         0xbe02ad8 s Context>handleSignal:
         0xbe07708 s Context>handleSignal:
         0xbe0c338 s Context>handleSignal:
         0xbe10f68 s Context>handleSignal:
         0xbe15b98 s Context>handleSignal:
         0xbe1a7c8 s Context>handleSignal:
         0xbe1f3f8 s Context>handleSignal:
         0xbe24028 s Context>handleSignal:
         0xbe28c58 s Context>handleSignal:
         0xbe2d888 s Context>handleSignal:
         0xbe324b8 s Context>handleSignal:
         0xbe370e8 s Context>handleSignal:
         0xbe3bd18 s Context>handleSignal:
         0xbe40948 s Context>handleSignal:
         0xbe45578 s Context>handleSignal:
         0xbe4a1a8 s Context>handleSignal:
         0xbe4edd8 s Context>handleSignal:
         0xbe53a08 s Context>handleSignal:
         0xbe58638 s Context>handleSignal:
         0xbe5d268 s Context>handleSignal:
         0xbe61e98 s Context>handleSignal:
         0xbe66ac8 s Context>handleSignal:
         0xbe6b6f8 s Context>handleSignal:
         0xbe70328 s Context>handleSignal:
         0xbe74f58 s Context>handleSignal:
         0xbe79b88 s Context>handleSignal:
         0xbe7e700 s Context>handleSignal:
         0xbe831c0 s Context>handleSignal:
         0xbe87bc8 s Context>handleSignal:
         0xbe8c518 s Context>handleSignal:
         0xbe90db0 s Context>handleSignal:
         0xbe95590 s Context>handleSignal:
         0xbe99cb8 s Context>handleSignal:
         0xbe9e328 s Context>handleSignal:
         0xbea28e0 s Context>handleSignal:
         0xbea6de0 s Context>handleSignal:
         0xbeab228 s Context>handleSignal:
         0xbeaf5b8 s Context>handleSignal:
         0xbeb3890 s Context>handleSignal:
         0xbeb7ab0 s Context>handleSignal:
         0xbebbc18 s Context>handleSignal:
         0xbebfcc8 s Context>handleSignal:
         0xbf83e58 s Halt(Exception)>signal
         0xbf9f590 s Halt class(Exception class)>signal
         0xbfd27e8 s Halt class>now
         0xbfca6a0 s FullBlockClosure(Object)>halt
         0xbff3d38 s FullBlockClosure>printOn:
         0xc016d10 s Context>printOn:
         0xc041390 s Context>printDebugOn:
         0xc041670 s [] in Context>debugStack:on:
         0xc05c230 s OrderedCollection>do:
         0xbfca428 s Context>debugStack:on:
         0xbff3ae8 s Context>shortDebugStackOn:
         0xc016ad8 s [] in SmalltalkImage>logError:inContext:
         0xc0410b0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf83390 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9e7c8 s SmalltalkImage>logStdErrorDuring:
         0xbfd1ae0 s SmalltalkImage>logError:inContext:
         0xbff9f10 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01cc58 s FullBlockClosure(BlockClosure)>ensure:
         0xc049548 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f480 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06bd28 s Halt(Exception)>unhandledErrorAction
         0xc088f98 s Halt(UnhandledException)>defaultAction
         0xc0e52c8 s UndefinedObject>handleSignal:
         0xc0e5380 s Context>handleSignal:
         0xc0e5438 s Context>handleSignal:
         0xc0e54f0 s Context>handleSignal:
         0xc0e55a8 s Context>handleSignal:
         0xc0e5660 s Context>handleSignal:
         0xc0e5718 s Context>handleSignal:
         0xc0e57d0 s Context>handleSignal:
         0xc0e5888 s Context>handleSignal:
         0xc0e5940 s Context>handleSignal:
         0xc0e59f8 s Context>handleSignal:
         0xc107420 s Context>handleSignal:
         0xc112b40 s Context>handleSignal:
         0xc11d9e8 s Context>handleSignal:
         0xc1282d0 s Context>handleSignal:
         0xc132b00 s Context>handleSignal:
         0xc13d330 s Context>handleSignal:
         0xc147b60 s Context>handleSignal:
         0xc152390 s Context>handleSignal:
         0xc15cbc0 s Context>handleSignal:
         0xc1673f0 s Context>handleSignal:
         0xc171c20 s Context>handleSignal:
         0xc17c450 s Context>handleSignal:
         0xc186c80 s Context>handleSignal:
         0xc1914b0 s Context>handleSignal:
         0xc19bce0 s Context>handleSignal:
         0xc1a6510 s Context>handleSignal:
         0xc1b0d40 s Context>handleSignal:
         0xc1bb570 s Context>handleSignal:
         0xc1c5da0 s Context>handleSignal:
         0xc1d05d0 s Context>handleSignal:
         0xc1dae00 s Context>handleSignal:
         0xc1e5630 s Context>handleSignal:
         0xc1efe60 s Context>handleSignal:
         0xc1fa690 s Context>handleSignal:
         0xc204ec0 s Context>handleSignal:
         0xc20f6f0 s Context>handleSignal:
         0xc219f20 s Context>handleSignal:
         0xc224750 s Context>handleSignal:
         0xc22ef80 s Context>handleSignal:
         0xc2397b0 s Context>handleSignal:
         0xc243fe0 s Context>handleSignal:
         0xc24e810 s Context>handleSignal:
         0xc259040 s Context>handleSignal:
         0xb7daad8 s Context>handleSignal:
         0xb7e53c0 s Context>handleSignal:
         0xb7efca8 s Context>handleSignal:
         0xb7fa590 s Context>handleSignal:
         0xb804e78 s Context>handleSignal:
         0xb80f760 s Context>handleSignal:
         0xb81a048 s Context>handleSignal:
         0xb824930 s Context>handleSignal:
         0xb82f218 s Context>handleSignal:
         0xb839b00 s Context>handleSignal:
         0xb8443e8 s Context>handleSignal:
         0xb84ecd0 s Context>handleSignal:
         0xb8595b8 s Context>handleSignal:
         0xb863ea0 s Context>handleSignal:
         0xb86e788 s Context>handleSignal:
         0xb879070 s Context>handleSignal:
         0xb883958 s Context>handleSignal:
         0xb88e240 s Context>handleSignal:
         0xb898b28 s Context>handleSignal:
         0xb8a3410 s Context>handleSignal:
         0xb8adcf8 s Context>handleSignal:
         0xb8b85e0 s Context>handleSignal:
         0xb8c2ec8 s Context>handleSignal:
         0xb8cd7b0 s Context>handleSignal:
         0xb8d8098 s Context>handleSignal:
         0xb8e2980 s Context>handleSignal:
         0xb8ed268 s Context>handleSignal:
         0xb8f7b50 s Context>handleSignal:
         0xb902438 s Context>handleSignal:
         0xb90cd20 s Context>handleSignal:
         0xb917608 s Context>handleSignal:
         0xb921ef0 s Context>handleSignal:
         0xb92c7d8 s Context>handleSignal:
         0xb9370c0 s Context>handleSignal:
         0xb9419a8 s Context>handleSignal:
         0xb94c290 s Context>handleSignal:
         0xb956b78 s Context>handleSignal:
         0xb961460 s Context>handleSignal:
         0xb96bd48 s Context>handleSignal:
         0xb976630 s Context>handleSignal:
         0xb980f18 s Context>handleSignal:
         0xb98b800 s Context>handleSignal:
         0xb9960e8 s Context>handleSignal:
         0xb9a09d0 s Context>handleSignal:
         0xb9ab2b8 s Context>handleSignal:
         0xb9b5ba0 s Context>handleSignal:
         0xb9c0488 s Context>handleSignal:
         0xb9cad70 s Context>handleSignal:
         0xb9d5658 s Context>handleSignal:
         0xb9dff40 s Context>handleSignal:
         0xb9ea828 s Context>handleSignal:
         0xb9f5110 s Context>handleSignal:
         0xb9ff9f8 s Context>handleSignal:
         0xba0a2e0 s Context>handleSignal:
         0xba14bc8 s Context>handleSignal:
         0xba1f4b0 s Context>handleSignal:
         0xba29d98 s Context>handleSignal:
         0xba34680 s Context>handleSignal:
         0xba3ef68 s Context>handleSignal:
         0xba45ed0 s Context>handleSignal:
         0xba4b008 s Context>handleSignal:
         0xba50088 s Context>handleSignal:
         0xba55050 s Context>handleSignal:
         0xba5a018 s Context>handleSignal:
         0xba5ef28 s Context>handleSignal:
         0xba63d80 s Context>handleSignal:
         0xba68b20 s Context>handleSignal:
         0xba6d8c0 s Context>handleSignal:
         0xba725a8 s Context>handleSignal:
         0xba77290 s Context>handleSignal:
         0xba7bf78 s Context>handleSignal:
         0xba80c60 s Context>handleSignal:
         0xba85948 s Context>handleSignal:
         0xba8a630 s Context>handleSignal:
         0xba8f318 s Context>handleSignal:
         0xba94000 s Context>handleSignal:
         0xba98ce8 s Context>handleSignal:
         0xba9d9d0 s Context>handleSignal:
         0xbaa26b8 s Context>handleSignal:
         0xbaa73a0 s Context>handleSignal:
         0xbaac088 s Context>handleSignal:
         0xbab0d70 s Context>handleSignal:
         0xbab5a58 s Context>handleSignal:
         0xbaba740 s Context>handleSignal:
         0xbabf428 s Context>handleSignal:
         0xbac4110 s Context>handleSignal:
         0xbac8df8 s Context>handleSignal:
         0xbacdae0 s Context>handleSignal:
         0xbad27c8 s Context>handleSignal:
         0xbad74b0 s Context>handleSignal:
         0xbadc198 s Context>handleSignal:
         0xbae0e80 s Context>handleSignal:
         0xbae5b68 s Context>handleSignal:
         0xbaea850 s Context>handleSignal:
         0xbaef538 s Context>handleSignal:
         0xbaf4220 s Context>handleSignal:
         0xbaf8f08 s Context>handleSignal:
         0xbafdbf0 s Context>handleSignal:
         0xbb028d8 s Context>handleSignal:
         0xbb075c0 s Context>handleSignal:
         0xbb0c2a8 s Context>handleSignal:
         0xbb10f90 s Context>handleSignal:
         0xbb15c78 s Context>handleSignal:
         0xbb1a960 s Context>handleSignal:
         0xbb1f648 s Context>handleSignal:
         0xbb24330 s Context>handleSignal:
         0xbb29018 s Context>handleSignal:
         0xbb2dd00 s Context>handleSignal:
         0xbb329e8 s Context>handleSignal:
         0xbb376d0 s Context>handleSignal:
         0xbb3c3b8 s Context>handleSignal:
         0xbb410a0 s Context>handleSignal:
         0xbb45d88 s Context>handleSignal:
         0xbb4aa70 s Context>handleSignal:
         0xbb4f758 s Context>handleSignal:
         0xbb54440 s Context>handleSignal:
         0xbb59128 s Context>handleSignal:
         0xbb5de10 s Context>handleSignal:
         0xbb62af8 s Context>handleSignal:
         0xbb677e0 s Context>handleSignal:
         0xbb6c4c8 s Context>handleSignal:
         0xbb711b0 s Context>handleSignal:
         0xbb75e98 s Context>handleSignal:
         0xbb7ab80 s Context>handleSignal:
         0xbb7f868 s Context>handleSignal:
         0xbb84550 s Context>handleSignal:
         0xbb89238 s Context>handleSignal:
         0xbb8df20 s Context>handleSignal:
         0xbb92c08 s Context>handleSignal:
         0xbb978f0 s Context>handleSignal:
         0xbb9c520 s Context>handleSignal:
         0xbba1150 s Context>handleSignal:
         0xbba5d80 s Context>handleSignal:
         0xbbaa9b0 s Context>handleSignal:
         0xbbaf5e0 s Context>handleSignal:
         0xbbb4210 s Context>handleSignal:
         0xbbb8e40 s Context>handleSignal:
         0xbbbda70 s Context>handleSignal:
         0xbbc26a0 s Context>handleSignal:
         0xbbc72d0 s Context>handleSignal:
         0xbbcbf00 s Context>handleSignal:
         0xbbd0b30 s Context>handleSignal:
         0xbbd5760 s Context>handleSignal:
         0xbbda390 s Context>handleSignal:
         0xbbdefc0 s Context>handleSignal:
         0xbbe3bf0 s Context>handleSignal:
         0xbbe8820 s Context>handleSignal:
         0xbbed450 s Context>handleSignal:
         0xbbf2080 s Context>handleSignal:
         0xbbf6cb0 s Context>handleSignal:
         0xbbfb8e0 s Context>handleSignal:
         0xbc00510 s Context>handleSignal:
         0xbc05140 s Context>handleSignal:
         0xbc09d70 s Context>handleSignal:
         0xbc0e9a0 s Context>handleSignal:
         0xbc135d0 s Context>handleSignal:
         0xbc18200 s Context>handleSignal:
         0xbc1ce30 s Context>handleSignal:
         0xbc21a60 s Context>handleSignal:
         0xbc26690 s Context>handleSignal:
         0xbc2b2c0 s Context>handleSignal:
         0xbc2fef0 s Context>handleSignal:
         0xbc34b20 s Context>handleSignal:
         0xbc39750 s Context>handleSignal:
         0xbc3e380 s Context>handleSignal:
         0xbc42fb0 s Context>handleSignal:
         0xbc47be0 s Context>handleSignal:
         0xbc4c810 s Context>handleSignal:
         0xbc51440 s Context>handleSignal:
         0xbc56140 s Context>handleSignal:
         0xbc5ad70 s Context>handleSignal:
         0xbc5f9a0 s Context>handleSignal:
         0xbc645d0 s Context>handleSignal:
         0xbc69200 s Context>handleSignal:
         0xbc6de30 s Context>handleSignal:
         0xbc72a60 s Context>handleSignal:
         0xbc77690 s Context>handleSignal:
         0xbc7c2c0 s Context>handleSignal:
         0xbc80ef0 s Context>handleSignal:
         0xbc85b20 s Context>handleSignal:
         0xbc8a750 s Context>handleSignal:
         0xbc8f380 s Context>handleSignal:
         0xbc93fb0 s Context>handleSignal:
         0xbc98be0 s Context>handleSignal:
         0xbc9d810 s Context>handleSignal:
         0xbca2440 s Context>handleSignal:
         0xbca7070 s Context>handleSignal:
         0xbcabca0 s Context>handleSignal:
         0xbcb08d0 s Context>handleSignal:
         0xbcb5500 s Context>handleSignal:
         0xbcba130 s Context>handleSignal:
         0xbcbed60 s Context>handleSignal:
         0xbcc3990 s Context>handleSignal:
         0xbcc85c0 s Context>handleSignal:
         0xbccd1f0 s Context>handleSignal:
         0xbcd1e20 s Context>handleSignal:
         0xbcd6a50 s Context>handleSignal:
         0xbcdb680 s Context>handleSignal:
         0xbce02b0 s Context>handleSignal:
         0xbce4ee0 s Context>handleSignal:
         0xbce9b10 s Context>handleSignal:
         0xbcee740 s Context>handleSignal:
         0xbcf3370 s Context>handleSignal:
         0xbcf7fa0 s Context>handleSignal:
         0xbcfcbd0 s Context>handleSignal:
         0xbd01800 s Context>handleSignal:
         0xbd06430 s Context>handleSignal:
         0xbd0b060 s Context>handleSignal:
         0xbd0fc90 s Context>handleSignal:
         0xbd148c0 s Context>handleSignal:
         0xbd194f0 s Context>handleSignal:
         0xbd1e120 s Context>handleSignal:
         0xbd22d50 s Context>handleSignal:
         0xbd27980 s Context>handleSignal:
         0xbd2c5b0 s Context>handleSignal:
         0xbd311e0 s Context>handleSignal:
         0xbd35e10 s Context>handleSignal:
         0xbd3aa40 s Context>handleSignal:
         0xbd3f670 s Context>handleSignal:
         0xbd442a0 s Context>handleSignal:
         0xbd48ed0 s Context>handleSignal:
         0xbd4db00 s Context>handleSignal:
         0xbd52730 s Context>handleSignal:
         0xbd57360 s Context>handleSignal:
         0xbd5bf90 s Context>handleSignal:
         0xbd60bc0 s Context>handleSignal:
         0xbd657f0 s Context>handleSignal:
         0xbd6a420 s Context>handleSignal:
         0xbd6f050 s Context>handleSignal:
         0xbd73c80 s Context>handleSignal:
         0xbd788b0 s Context>handleSignal:
         0xbd7d4e0 s Context>handleSignal:
         0xbd82110 s Context>handleSignal:
         0xbd86d40 s Context>handleSignal:
         0xbd8b970 s Context>handleSignal:
         0xbd905a0 s Context>handleSignal:
         0xbd951d0 s Context>handleSignal:
         0xbd99e00 s Context>handleSignal:
         0xbd9ea30 s Context>handleSignal:
         0xbda3660 s Context>handleSignal:
         0xbda8290 s Context>handleSignal:
         0xbdacec0 s Context>handleSignal:
         0xbdb1af0 s Context>handleSignal:
         0xbdb6720 s Context>handleSignal:
         0xbdbb350 s Context>handleSignal:
         0xbdbff80 s Context>handleSignal:
         0xbdc4bb0 s Context>handleSignal:
         0xbdc97e0 s Context>handleSignal:
         0xbdce410 s Context>handleSignal:
         0xbdd3040 s Context>handleSignal:
         0xbdd7c70 s Context>handleSignal:
         0xbddc8a0 s Context>handleSignal:
         0xbde14d0 s Context>handleSignal:
         0xbde6100 s Context>handleSignal:
         0xbdead30 s Context>handleSignal:
         0xbdef960 s Context>handleSignal:
         0xbdf4590 s Context>handleSignal:
         0xbdf91c0 s Context>handleSignal:
         0xbdfddf0 s Context>handleSignal:
         0xbe02a20 s Context>handleSignal:
         0xbe07650 s Context>handleSignal:
         0xbe0c280 s Context>handleSignal:
         0xbe10eb0 s Context>handleSignal:
         0xbe15ae0 s Context>handleSignal:
         0xbe1a710 s Context>handleSignal:
         0xbe1f340 s Context>handleSignal:
         0xbe23f70 s Context>handleSignal:
         0xbe28ba0 s Context>handleSignal:
         0xbe2d7d0 s Context>handleSignal:
         0xbe32400 s Context>handleSignal:
         0xbe37030 s Context>handleSignal:
         0xbe3bc60 s Context>handleSignal:
         0xbe40890 s Context>handleSignal:
         0xbe454c0 s Context>handleSignal:
         0xbe4a0f0 s Context>handleSignal:
         0xbe4ed20 s Context>handleSignal:
         0xbe53950 s Context>handleSignal:
         0xbe58580 s Context>handleSignal:
         0xbe5d1b0 s Context>handleSignal:
         0xbe61de0 s Context>handleSignal:
         0xbe66a10 s Context>handleSignal:
         0xbe6b640 s Context>handleSignal:
         0xbe70270 s Context>handleSignal:
         0xbe74ea0 s Context>handleSignal:
         0xbe79ad0 s Context>handleSignal:
         0xbe7e648 s Context>handleSignal:
         0xbe83108 s Context>handleSignal:
         0xbe87b10 s Context>handleSignal:
         0xbe8c460 s Context>handleSignal:
         0xbe90cf8 s Context>handleSignal:
         0xbe954d8 s Context>handleSignal:
         0xbe99c00 s Context>handleSignal:
         0xbe9e270 s Context>handleSignal:
         0xbea2828 s Context>handleSignal:
         0xbea6d28 s Context>handleSignal:
         0xbeab170 s Context>handleSignal:
         0xbeaf500 s Context>handleSignal:
         0xbeb37d8 s Context>handleSignal:
         0xbeb79f8 s Context>handleSignal:
         0xbebbb60 s Context>handleSignal:
         0xbf83ce8 s Halt(Exception)>signal
         0xbf9f3c0 s Halt class(Exception class)>signal
         0xbfd2630 s Halt class>now
         0xbfca4e0 s FullBlockClosure(Object)>halt
         0xbff3ba0 s FullBlockClosure>printOn:
         0xc016b90 s Context>printOn:
         0xc041168 s Context>printDebugOn:
         0xc041448 s [] in Context>debugStack:on:
         0xc05c178 s OrderedCollection>do:
         0xbfca268 s Context>debugStack:on:
         0xbff3950 s Context>shortDebugStackOn:
         0xc016958 s [] in SmalltalkImage>logError:inContext:
         0xc040e88 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf83220 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9e5f8 s SmalltalkImage>logStdErrorDuring:
         0xbfd1928 s SmalltalkImage>logError:inContext:
         0xbff9e48 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01cb68 s FullBlockClosure(BlockClosure)>ensure:
         0xc049468 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f3c8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06bc70 s Halt(Exception)>unhandledErrorAction
         0xc088ee0 s Halt(UnhandledException)>defaultAction
         0xc0e4ae0 s UndefinedObject>handleSignal:
         0xc0e4b98 s Context>handleSignal:
         0xc0e4c50 s Context>handleSignal:
         0xc0e4d08 s Context>handleSignal:
         0xc0e4dc0 s Context>handleSignal:
         0xc0e4e78 s Context>handleSignal:
         0xc0e4f30 s Context>handleSignal:
         0xc0e4fe8 s Context>handleSignal:
         0xc0e50a0 s Context>handleSignal:
         0xc0e5158 s Context>handleSignal:
         0xc0e5210 s Context>handleSignal:
         0xc107368 s Context>handleSignal:
         0xc112a88 s Context>handleSignal:
         0xc11d930 s Context>handleSignal:
         0xc128218 s Context>handleSignal:
         0xc132a48 s Context>handleSignal:
         0xc13d278 s Context>handleSignal:
         0xc147aa8 s Context>handleSignal:
         0xc1522d8 s Context>handleSignal:
         0xc15cb08 s Context>handleSignal:
         0xc167338 s Context>handleSignal:
         0xc171b68 s Context>handleSignal:
         0xc17c398 s Context>handleSignal:
         0xc186bc8 s Context>handleSignal:
         0xc1913f8 s Context>handleSignal:
         0xc19bc28 s Context>handleSignal:
         0xc1a6458 s Context>handleSignal:
         0xc1b0c88 s Context>handleSignal:
         0xc1bb4b8 s Context>handleSignal:
         0xc1c5ce8 s Context>handleSignal:
         0xc1d0518 s Context>handleSignal:
         0xc1dad48 s Context>handleSignal:
         0xc1e5578 s Context>handleSignal:
         0xc1efda8 s Context>handleSignal:
         0xc1fa5d8 s Context>handleSignal:
         0xc204e08 s Context>handleSignal:
         0xc20f638 s Context>handleSignal:
         0xc219e68 s Context>handleSignal:
         0xc224698 s Context>handleSignal:
         0xc22eec8 s Context>handleSignal:
         0xc2396f8 s Context>handleSignal:
         0xc243f28 s Context>handleSignal:
         0xc24e758 s Context>handleSignal:
         0xc258f88 s Context>handleSignal:
         0xb7daa20 s Context>handleSignal:
         0xb7e5308 s Context>handleSignal:
         0xb7efbf0 s Context>handleSignal:
         0xb7fa4d8 s Context>handleSignal:
         0xb804dc0 s Context>handleSignal:
         0xb80f6a8 s Context>handleSignal:
         0xb819f90 s Context>handleSignal:
         0xb824878 s Context>handleSignal:
         0xb82f160 s Context>handleSignal:
         0xb839a48 s Context>handleSignal:
         0xb844330 s Context>handleSignal:
         0xb84ec18 s Context>handleSignal:
         0xb859500 s Context>handleSignal:
         0xb863de8 s Context>handleSignal:
         0xb86e6d0 s Context>handleSignal:
         0xb878fb8 s Context>handleSignal:
         0xb8838a0 s Context>handleSignal:
         0xb88e188 s Context>handleSignal:
         0xb898a70 s Context>handleSignal:
         0xb8a3358 s Context>handleSignal:
         0xb8adc40 s Context>handleSignal:
         0xb8b8528 s Context>handleSignal:
         0xb8c2e10 s Context>handleSignal:
         0xb8cd6f8 s Context>handleSignal:
         0xb8d7fe0 s Context>handleSignal:
         0xb8e28c8 s Context>handleSignal:
         0xb8ed1b0 s Context>handleSignal:
         0xb8f7a98 s Context>handleSignal:
         0xb902380 s Context>handleSignal:
         0xb90cc68 s Context>handleSignal:
         0xb917550 s Context>handleSignal:
         0xb921e38 s Context>handleSignal:
         0xb92c720 s Context>handleSignal:
         0xb937008 s Context>handleSignal:
         0xb9418f0 s Context>handleSignal:
         0xb94c1d8 s Context>handleSignal:
         0xb956ac0 s Context>handleSignal:
         0xb9613a8 s Context>handleSignal:
         0xb96bc90 s Context>handleSignal:
         0xb976578 s Context>handleSignal:
         0xb980e60 s Context>handleSignal:
         0xb98b748 s Context>handleSignal:
         0xb996030 s Context>handleSignal:
         0xb9a0918 s Context>handleSignal:
         0xb9ab200 s Context>handleSignal:
         0xb9b5ae8 s Context>handleSignal:
         0xb9c03d0 s Context>handleSignal:
         0xb9cacb8 s Context>handleSignal:
         0xb9d55a0 s Context>handleSignal:
         0xb9dfe88 s Context>handleSignal:
         0xb9ea770 s Context>handleSignal:
         0xb9f5058 s Context>handleSignal:
         0xb9ff940 s Context>handleSignal:
         0xba0a228 s Context>handleSignal:
         0xba14b10 s Context>handleSignal:
         0xba1f3f8 s Context>handleSignal:
         0xba29ce0 s Context>handleSignal:
         0xba345c8 s Context>handleSignal:
         0xba3eeb0 s Context>handleSignal:
         0xba45e18 s Context>handleSignal:
         0xba4af50 s Context>handleSignal:
         0xba4ffd0 s Context>handleSignal:
         0xba54f98 s Context>handleSignal:
         0xba59f60 s Context>handleSignal:
         0xba5ee70 s Context>handleSignal:
         0xba63cc8 s Context>handleSignal:
         0xba68a68 s Context>handleSignal:
         0xba6d808 s Context>handleSignal:
         0xba724f0 s Context>handleSignal:
         0xba771d8 s Context>handleSignal:
         0xba7bec0 s Context>handleSignal:
         0xba80ba8 s Context>handleSignal:
         0xba85890 s Context>handleSignal:
         0xba8a578 s Context>handleSignal:
         0xba8f260 s Context>handleSignal:
         0xba93f48 s Context>handleSignal:
         0xba98c30 s Context>handleSignal:
         0xba9d918 s Context>handleSignal:
         0xbaa2600 s Context>handleSignal:
         0xbaa72e8 s Context>handleSignal:
         0xbaabfd0 s Context>handleSignal:
         0xbab0cb8 s Context>handleSignal:
         0xbab59a0 s Context>handleSignal:
         0xbaba688 s Context>handleSignal:
         0xbabf370 s Context>handleSignal:
         0xbac4058 s Context>handleSignal:
         0xbac8d40 s Context>handleSignal:
         0xbacda28 s Context>handleSignal:
         0xbad2710 s Context>handleSignal:
         0xbad73f8 s Context>handleSignal:
         0xbadc0e0 s Context>handleSignal:
         0xbae0dc8 s Context>handleSignal:
         0xbae5ab0 s Context>handleSignal:
         0xbaea798 s Context>handleSignal:
         0xbaef480 s Context>handleSignal:
         0xbaf4168 s Context>handleSignal:
         0xbaf8e50 s Context>handleSignal:
         0xbafdb38 s Context>handleSignal:
         0xbb02820 s Context>handleSignal:
         0xbb07508 s Context>handleSignal:
         0xbb0c1f0 s Context>handleSignal:
         0xbb10ed8 s Context>handleSignal:
         0xbb15bc0 s Context>handleSignal:
         0xbb1a8a8 s Context>handleSignal:
         0xbb1f590 s Context>handleSignal:
         0xbb24278 s Context>handleSignal:
         0xbb28f60 s Context>handleSignal:
         0xbb2dc48 s Context>handleSignal:
         0xbb32930 s Context>handleSignal:
         0xbb37618 s Context>handleSignal:
         0xbb3c300 s Context>handleSignal:
         0xbb40fe8 s Context>handleSignal:
         0xbb45cd0 s Context>handleSignal:
         0xbb4a9b8 s Context>handleSignal:
         0xbb4f6a0 s Context>handleSignal:
         0xbb54388 s Context>handleSignal:
         0xbb59070 s Context>handleSignal:
         0xbb5dd58 s Context>handleSignal:
         0xbb62a40 s Context>handleSignal:
         0xbb67728 s Context>handleSignal:
         0xbb6c410 s Context>handleSignal:
         0xbb710f8 s Context>handleSignal:
         0xbb75de0 s Context>handleSignal:
         0xbb7aac8 s Context>handleSignal:
         0xbb7f7b0 s Context>handleSignal:
         0xbb84498 s Context>handleSignal:
         0xbb89180 s Context>handleSignal:
         0xbb8de68 s Context>handleSignal:
         0xbb92b50 s Context>handleSignal:
         0xbb97838 s Context>handleSignal:
         0xbb9c468 s Context>handleSignal:
         0xbba1098 s Context>handleSignal:
         0xbba5cc8 s Context>handleSignal:
         0xbbaa8f8 s Context>handleSignal:
         0xbbaf528 s Context>handleSignal:
         0xbbb4158 s Context>handleSignal:
         0xbbb8d88 s Context>handleSignal:
         0xbbbd9b8 s Context>handleSignal:
         0xbbc25e8 s Context>handleSignal:
         0xbbc7218 s Context>handleSignal:
         0xbbcbe48 s Context>handleSignal:
         0xbbd0a78 s Context>handleSignal:
         0xbbd56a8 s Context>handleSignal:
         0xbbda2d8 s Context>handleSignal:
         0xbbdef08 s Context>handleSignal:
         0xbbe3b38 s Context>handleSignal:
         0xbbe8768 s Context>handleSignal:
         0xbbed398 s Context>handleSignal:
         0xbbf1fc8 s Context>handleSignal:
         0xbbf6bf8 s Context>handleSignal:
         0xbbfb828 s Context>handleSignal:
         0xbc00458 s Context>handleSignal:
         0xbc05088 s Context>handleSignal:
         0xbc09cb8 s Context>handleSignal:
         0xbc0e8e8 s Context>handleSignal:
         0xbc13518 s Context>handleSignal:
         0xbc18148 s Context>handleSignal:
         0xbc1cd78 s Context>handleSignal:
         0xbc219a8 s Context>handleSignal:
         0xbc265d8 s Context>handleSignal:
         0xbc2b208 s Context>handleSignal:
         0xbc2fe38 s Context>handleSignal:
         0xbc34a68 s Context>handleSignal:
         0xbc39698 s Context>handleSignal:
         0xbc3e2c8 s Context>handleSignal:
         0xbc42ef8 s Context>handleSignal:
         0xbc47b28 s Context>handleSignal:
         0xbc4c758 s Context>handleSignal:
         0xbc51388 s Context>handleSignal:
         0xbc56088 s Context>handleSignal:
         0xbc5acb8 s Context>handleSignal:
         0xbc5f8e8 s Context>handleSignal:
         0xbc64518 s Context>handleSignal:
         0xbc69148 s Context>handleSignal:
         0xbc6dd78 s Context>handleSignal:
         0xbc729a8 s Context>handleSignal:
         0xbc775d8 s Context>handleSignal:
         0xbc7c208 s Context>handleSignal:
         0xbc80e38 s Context>handleSignal:
         0xbc85a68 s Context>handleSignal:
         0xbc8a698 s Context>handleSignal:
         0xbc8f2c8 s Context>handleSignal:
         0xbc93ef8 s Context>handleSignal:
         0xbc98b28 s Context>handleSignal:
         0xbc9d758 s Context>handleSignal:
         0xbca2388 s Context>handleSignal:
         0xbca6fb8 s Context>handleSignal:
         0xbcabbe8 s Context>handleSignal:
         0xbcb0818 s Context>handleSignal:
         0xbcb5448 s Context>handleSignal:
         0xbcba078 s Context>handleSignal:
         0xbcbeca8 s Context>handleSignal:
         0xbcc38d8 s Context>handleSignal:
         0xbcc8508 s Context>handleSignal:
         0xbccd138 s Context>handleSignal:
         0xbcd1d68 s Context>handleSignal:
         0xbcd6998 s Context>handleSignal:
         0xbcdb5c8 s Context>handleSignal:
         0xbce01f8 s Context>handleSignal:
         0xbce4e28 s Context>handleSignal:
         0xbce9a58 s Context>handleSignal:
         0xbcee688 s Context>handleSignal:
         0xbcf32b8 s Context>handleSignal:
         0xbcf7ee8 s Context>handleSignal:
         0xbcfcb18 s Context>handleSignal:
         0xbd01748 s Context>handleSignal:
         0xbd06378 s Context>handleSignal:
         0xbd0afa8 s Context>handleSignal:
         0xbd0fbd8 s Context>handleSignal:
         0xbd14808 s Context>handleSignal:
         0xbd19438 s Context>handleSignal:
         0xbd1e068 s Context>handleSignal:
         0xbd22c98 s Context>handleSignal:
         0xbd278c8 s Context>handleSignal:
         0xbd2c4f8 s Context>handleSignal:
         0xbd31128 s Context>handleSignal:
         0xbd35d58 s Context>handleSignal:
         0xbd3a988 s Context>handleSignal:
         0xbd3f5b8 s Context>handleSignal:
         0xbd441e8 s Context>handleSignal:
         0xbd48e18 s Context>handleSignal:
         0xbd4da48 s Context>handleSignal:
         0xbd52678 s Context>handleSignal:
         0xbd572a8 s Context>handleSignal:
         0xbd5bed8 s Context>handleSignal:
         0xbd60b08 s Context>handleSignal:
         0xbd65738 s Context>handleSignal:
         0xbd6a368 s Context>handleSignal:
         0xbd6ef98 s Context>handleSignal:
         0xbd73bc8 s Context>handleSignal:
         0xbd787f8 s Context>handleSignal:
         0xbd7d428 s Context>handleSignal:
         0xbd82058 s Context>handleSignal:
         0xbd86c88 s Context>handleSignal:
         0xbd8b8b8 s Context>handleSignal:
         0xbd904e8 s Context>handleSignal:
         0xbd95118 s Context>handleSignal:
         0xbd99d48 s Context>handleSignal:
         0xbd9e978 s Context>handleSignal:
         0xbda35a8 s Context>handleSignal:
         0xbda81d8 s Context>handleSignal:
         0xbdace08 s Context>handleSignal:
         0xbdb1a38 s Context>handleSignal:
         0xbdb6668 s Context>handleSignal:
         0xbdbb298 s Context>handleSignal:
         0xbdbfec8 s Context>handleSignal:
         0xbdc4af8 s Context>handleSignal:
         0xbdc9728 s Context>handleSignal:
         0xbdce358 s Context>handleSignal:
         0xbdd2f88 s Context>handleSignal:
         0xbdd7bb8 s Context>handleSignal:
         0xbddc7e8 s Context>handleSignal:
         0xbde1418 s Context>handleSignal:
         0xbde6048 s Context>handleSignal:
         0xbdeac78 s Context>handleSignal:
         0xbdef8a8 s Context>handleSignal:
         0xbdf44d8 s Context>handleSignal:
         0xbdf9108 s Context>handleSignal:
         0xbdfdd38 s Context>handleSignal:
         0xbe02968 s Context>handleSignal:
         0xbe07598 s Context>handleSignal:
         0xbe0c1c8 s Context>handleSignal:
         0xbe10df8 s Context>handleSignal:
         0xbe15a28 s Context>handleSignal:
         0xbe1a658 s Context>handleSignal:
         0xbe1f288 s Context>handleSignal:
         0xbe23eb8 s Context>handleSignal:
         0xbe28ae8 s Context>handleSignal:
         0xbe2d718 s Context>handleSignal:
         0xbe32348 s Context>handleSignal:
         0xbe36f78 s Context>handleSignal:
         0xbe3bba8 s Context>handleSignal:
         0xbe407d8 s Context>handleSignal:
         0xbe45408 s Context>handleSignal:
         0xbe4a038 s Context>handleSignal:
         0xbe4ec68 s Context>handleSignal:
         0xbe53898 s Context>handleSignal:
         0xbe584c8 s Context>handleSignal:
         0xbe5d0f8 s Context>handleSignal:
         0xbe61d28 s Context>handleSignal:
         0xbe66958 s Context>handleSignal:
         0xbe6b588 s Context>handleSignal:
         0xbe701b8 s Context>handleSignal:
         0xbe74de8 s Context>handleSignal:
         0xbe79a18 s Context>handleSignal:
         0xbe7e590 s Context>handleSignal:
         0xbe83050 s Context>handleSignal:
         0xbe87a58 s Context>handleSignal:
         0xbe8c3a8 s Context>handleSignal:
         0xbe90c40 s Context>handleSignal:
         0xbe95420 s Context>handleSignal:
         0xbe99b48 s Context>handleSignal:
         0xbe9e1b8 s Context>handleSignal:
         0xbea2770 s Context>handleSignal:
         0xbea6c70 s Context>handleSignal:
         0xbeab0b8 s Context>handleSignal:
         0xbeaf448 s Context>handleSignal:
         0xbeb3720 s Context>handleSignal:
         0xbeb7940 s Context>handleSignal:
         0xbf83b78 s Halt(Exception)>signal
         0xbf9f1f0 s Halt class(Exception class)>signal
         0xbfd2478 s Halt class>now
         0xbfca320 s FullBlockClosure(Object)>halt
         0xbff3a08 s FullBlockClosure>printOn:
         0xc016a10 s Context>printOn:
         0xc040f40 s Context>printDebugOn:
         0xc041220 s [] in Context>debugStack:on:
         0xc05c0c0 s OrderedCollection>do:
         0xbfca0a8 s Context>debugStack:on:
         0xbff37b8 s Context>shortDebugStackOn:
         0xc0167d8 s [] in SmalltalkImage>logError:inContext:
         0xc040c60 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf830b0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9e428 s SmalltalkImage>logStdErrorDuring:
         0xbfd1770 s SmalltalkImage>logError:inContext:
         0xbff9d80 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01ca78 s FullBlockClosure(BlockClosure)>ensure:
         0xc049388 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f310 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06bbb8 s Halt(Exception)>unhandledErrorAction
         0xc088e28 s Halt(UnhandledException)>defaultAction
         0xc0e42f8 s UndefinedObject>handleSignal:
         0xc0e43b0 s Context>handleSignal:
         0xc0e4468 s Context>handleSignal:
         0xc0e4520 s Context>handleSignal:
         0xc0e45d8 s Context>handleSignal:
         0xc0e4690 s Context>handleSignal:
         0xc0e4748 s Context>handleSignal:
         0xc0e4800 s Context>handleSignal:
         0xc0e48b8 s Context>handleSignal:
         0xc0e4970 s Context>handleSignal:
         0xc0e4a28 s Context>handleSignal:
         0xc1072b0 s Context>handleSignal:
         0xc1129d0 s Context>handleSignal:
         0xc11d878 s Context>handleSignal:
         0xc128160 s Context>handleSignal:
         0xc132990 s Context>handleSignal:
         0xc13d1c0 s Context>handleSignal:
         0xc1479f0 s Context>handleSignal:
         0xc152220 s Context>handleSignal:
         0xc15ca50 s Context>handleSignal:
         0xc167280 s Context>handleSignal:
         0xc171ab0 s Context>handleSignal:
         0xc17c2e0 s Context>handleSignal:
         0xc186b10 s Context>handleSignal:
         0xc191340 s Context>handleSignal:
         0xc19bb70 s Context>handleSignal:
         0xc1a63a0 s Context>handleSignal:
         0xc1b0bd0 s Context>handleSignal:
         0xc1bb400 s Context>handleSignal:
         0xc1c5c30 s Context>handleSignal:
         0xc1d0460 s Context>handleSignal:
         0xc1dac90 s Context>handleSignal:
         0xc1e54c0 s Context>handleSignal:
         0xc1efcf0 s Context>handleSignal:
         0xc1fa520 s Context>handleSignal:
         0xc204d50 s Context>handleSignal:
         0xc20f580 s Context>handleSignal:
         0xc219db0 s Context>handleSignal:
         0xc2245e0 s Context>handleSignal:
         0xc22ee10 s Context>handleSignal:
         0xc239640 s Context>handleSignal:
         0xc243e70 s Context>handleSignal:
         0xc24e6a0 s Context>handleSignal:
         0xc258ed0 s Context>handleSignal:
         0xb7da968 s Context>handleSignal:
         0xb7e5250 s Context>handleSignal:
         0xb7efb38 s Context>handleSignal:
         0xb7fa420 s Context>handleSignal:
         0xb804d08 s Context>handleSignal:
         0xb80f5f0 s Context>handleSignal:
         0xb819ed8 s Context>handleSignal:
         0xb8247c0 s Context>handleSignal:
         0xb82f0a8 s Context>handleSignal:
         0xb839990 s Context>handleSignal:
         0xb844278 s Context>handleSignal:
         0xb84eb60 s Context>handleSignal:
         0xb859448 s Context>handleSignal:
         0xb863d30 s Context>handleSignal:
         0xb86e618 s Context>handleSignal:
         0xb878f00 s Context>handleSignal:
         0xb8837e8 s Context>handleSignal:
         0xb88e0d0 s Context>handleSignal:
         0xb8989b8 s Context>handleSignal:
         0xb8a32a0 s Context>handleSignal:
         0xb8adb88 s Context>handleSignal:
         0xb8b8470 s Context>handleSignal:
         0xb8c2d58 s Context>handleSignal:
         0xb8cd640 s Context>handleSignal:
         0xb8d7f28 s Context>handleSignal:
         0xb8e2810 s Context>handleSignal:
         0xb8ed0f8 s Context>handleSignal:
         0xb8f79e0 s Context>handleSignal:
         0xb9022c8 s Context>handleSignal:
         0xb90cbb0 s Context>handleSignal:
         0xb917498 s Context>handleSignal:
         0xb921d80 s Context>handleSignal:
         0xb92c668 s Context>handleSignal:
         0xb936f50 s Context>handleSignal:
         0xb941838 s Context>handleSignal:
         0xb94c120 s Context>handleSignal:
         0xb956a08 s Context>handleSignal:
         0xb9612f0 s Context>handleSignal:
         0xb96bbd8 s Context>handleSignal:
         0xb9764c0 s Context>handleSignal:
         0xb980da8 s Context>handleSignal:
         0xb98b690 s Context>handleSignal:
         0xb995f78 s Context>handleSignal:
         0xb9a0860 s Context>handleSignal:
         0xb9ab148 s Context>handleSignal:
         0xb9b5a30 s Context>handleSignal:
         0xb9c0318 s Context>handleSignal:
         0xb9cac00 s Context>handleSignal:
         0xb9d54e8 s Context>handleSignal:
         0xb9dfdd0 s Context>handleSignal:
         0xb9ea6b8 s Context>handleSignal:
         0xb9f4fa0 s Context>handleSignal:
         0xb9ff888 s Context>handleSignal:
         0xba0a170 s Context>handleSignal:
         0xba14a58 s Context>handleSignal:
         0xba1f340 s Context>handleSignal:
         0xba29c28 s Context>handleSignal:
         0xba34510 s Context>handleSignal:
         0xba3edf8 s Context>handleSignal:
         0xba45d60 s Context>handleSignal:
         0xba4ae98 s Context>handleSignal:
         0xba4ff18 s Context>handleSignal:
         0xba54ee0 s Context>handleSignal:
         0xba59ea8 s Context>handleSignal:
         0xba5edb8 s Context>handleSignal:
         0xba63c10 s Context>handleSignal:
         0xba689b0 s Context>handleSignal:
         0xba6d750 s Context>handleSignal:
         0xba72438 s Context>handleSignal:
         0xba77120 s Context>handleSignal:
         0xba7be08 s Context>handleSignal:
         0xba80af0 s Context>handleSignal:
         0xba857d8 s Context>handleSignal:
         0xba8a4c0 s Context>handleSignal:
         0xba8f1a8 s Context>handleSignal:
         0xba93e90 s Context>handleSignal:
         0xba98b78 s Context>handleSignal:
         0xba9d860 s Context>handleSignal:
         0xbaa2548 s Context>handleSignal:
         0xbaa7230 s Context>handleSignal:
         0xbaabf18 s Context>handleSignal:
         0xbab0c00 s Context>handleSignal:
         0xbab58e8 s Context>handleSignal:
         0xbaba5d0 s Context>handleSignal:
         0xbabf2b8 s Context>handleSignal:
         0xbac3fa0 s Context>handleSignal:
         0xbac8c88 s Context>handleSignal:
         0xbacd970 s Context>handleSignal:
         0xbad2658 s Context>handleSignal:
         0xbad7340 s Context>handleSignal:
         0xbadc028 s Context>handleSignal:
         0xbae0d10 s Context>handleSignal:
         0xbae59f8 s Context>handleSignal:
         0xbaea6e0 s Context>handleSignal:
         0xbaef3c8 s Context>handleSignal:
         0xbaf40b0 s Context>handleSignal:
         0xbaf8d98 s Context>handleSignal:
         0xbafda80 s Context>handleSignal:
         0xbb02768 s Context>handleSignal:
         0xbb07450 s Context>handleSignal:
         0xbb0c138 s Context>handleSignal:
         0xbb10e20 s Context>handleSignal:
         0xbb15b08 s Context>handleSignal:
         0xbb1a7f0 s Context>handleSignal:
         0xbb1f4d8 s Context>handleSignal:
         0xbb241c0 s Context>handleSignal:
         0xbb28ea8 s Context>handleSignal:
         0xbb2db90 s Context>handleSignal:
         0xbb32878 s Context>handleSignal:
         0xbb37560 s Context>handleSignal:
         0xbb3c248 s Context>handleSignal:
         0xbb40f30 s Context>handleSignal:
         0xbb45c18 s Context>handleSignal:
         0xbb4a900 s Context>handleSignal:
         0xbb4f5e8 s Context>handleSignal:
         0xbb542d0 s Context>handleSignal:
         0xbb58fb8 s Context>handleSignal:
         0xbb5dca0 s Context>handleSignal:
         0xbb62988 s Context>handleSignal:
         0xbb67670 s Context>handleSignal:
         0xbb6c358 s Context>handleSignal:
         0xbb71040 s Context>handleSignal:
         0xbb75d28 s Context>handleSignal:
         0xbb7aa10 s Context>handleSignal:
         0xbb7f6f8 s Context>handleSignal:
         0xbb843e0 s Context>handleSignal:
         0xbb890c8 s Context>handleSignal:
         0xbb8ddb0 s Context>handleSignal:
         0xbb92a98 s Context>handleSignal:
         0xbb97780 s Context>handleSignal:
         0xbb9c3b0 s Context>handleSignal:
         0xbba0fe0 s Context>handleSignal:
         0xbba5c10 s Context>handleSignal:
         0xbbaa840 s Context>handleSignal:
         0xbbaf470 s Context>handleSignal:
         0xbbb40a0 s Context>handleSignal:
         0xbbb8cd0 s Context>handleSignal:
         0xbbbd900 s Context>handleSignal:
         0xbbc2530 s Context>handleSignal:
         0xbbc7160 s Context>handleSignal:
         0xbbcbd90 s Context>handleSignal:
         0xbbd09c0 s Context>handleSignal:
         0xbbd55f0 s Context>handleSignal:
         0xbbda220 s Context>handleSignal:
         0xbbdee50 s Context>handleSignal:
         0xbbe3a80 s Context>handleSignal:
         0xbbe86b0 s Context>handleSignal:
         0xbbed2e0 s Context>handleSignal:
         0xbbf1f10 s Context>handleSignal:
         0xbbf6b40 s Context>handleSignal:
         0xbbfb770 s Context>handleSignal:
         0xbc003a0 s Context>handleSignal:
         0xbc04fd0 s Context>handleSignal:
         0xbc09c00 s Context>handleSignal:
         0xbc0e830 s Context>handleSignal:
         0xbc13460 s Context>handleSignal:
         0xbc18090 s Context>handleSignal:
         0xbc1ccc0 s Context>handleSignal:
         0xbc218f0 s Context>handleSignal:
         0xbc26520 s Context>handleSignal:
         0xbc2b150 s Context>handleSignal:
         0xbc2fd80 s Context>handleSignal:
         0xbc349b0 s Context>handleSignal:
         0xbc395e0 s Context>handleSignal:
         0xbc3e210 s Context>handleSignal:
         0xbc42e40 s Context>handleSignal:
         0xbc47a70 s Context>handleSignal:
         0xbc4c6a0 s Context>handleSignal:
         0xbc512d0 s Context>handleSignal:
         0xbc55fd0 s Context>handleSignal:
         0xbc5ac00 s Context>handleSignal:
         0xbc5f830 s Context>handleSignal:
         0xbc64460 s Context>handleSignal:
         0xbc69090 s Context>handleSignal:
         0xbc6dcc0 s Context>handleSignal:
         0xbc728f0 s Context>handleSignal:
         0xbc77520 s Context>handleSignal:
         0xbc7c150 s Context>handleSignal:
         0xbc80d80 s Context>handleSignal:
         0xbc859b0 s Context>handleSignal:
         0xbc8a5e0 s Context>handleSignal:
         0xbc8f210 s Context>handleSignal:
         0xbc93e40 s Context>handleSignal:
         0xbc98a70 s Context>handleSignal:
         0xbc9d6a0 s Context>handleSignal:
         0xbca22d0 s Context>handleSignal:
         0xbca6f00 s Context>handleSignal:
         0xbcabb30 s Context>handleSignal:
         0xbcb0760 s Context>handleSignal:
         0xbcb5390 s Context>handleSignal:
         0xbcb9fc0 s Context>handleSignal:
         0xbcbebf0 s Context>handleSignal:
         0xbcc3820 s Context>handleSignal:
         0xbcc8450 s Context>handleSignal:
         0xbccd080 s Context>handleSignal:
         0xbcd1cb0 s Context>handleSignal:
         0xbcd68e0 s Context>handleSignal:
         0xbcdb510 s Context>handleSignal:
         0xbce0140 s Context>handleSignal:
         0xbce4d70 s Context>handleSignal:
         0xbce99a0 s Context>handleSignal:
         0xbcee5d0 s Context>handleSignal:
         0xbcf3200 s Context>handleSignal:
         0xbcf7e30 s Context>handleSignal:
         0xbcfca60 s Context>handleSignal:
         0xbd01690 s Context>handleSignal:
         0xbd062c0 s Context>handleSignal:
         0xbd0aef0 s Context>handleSignal:
         0xbd0fb20 s Context>handleSignal:
         0xbd14750 s Context>handleSignal:
         0xbd19380 s Context>handleSignal:
         0xbd1dfb0 s Context>handleSignal:
         0xbd22be0 s Context>handleSignal:
         0xbd27810 s Context>handleSignal:
         0xbd2c440 s Context>handleSignal:
         0xbd31070 s Context>handleSignal:
         0xbd35ca0 s Context>handleSignal:
         0xbd3a8d0 s Context>handleSignal:
         0xbd3f500 s Context>handleSignal:
         0xbd44130 s Context>handleSignal:
         0xbd48d60 s Context>handleSignal:
         0xbd4d990 s Context>handleSignal:
         0xbd525c0 s Context>handleSignal:
         0xbd571f0 s Context>handleSignal:
         0xbd5be20 s Context>handleSignal:
         0xbd60a50 s Context>handleSignal:
         0xbd65680 s Context>handleSignal:
         0xbd6a2b0 s Context>handleSignal:
         0xbd6eee0 s Context>handleSignal:
         0xbd73b10 s Context>handleSignal:
         0xbd78740 s Context>handleSignal:
         0xbd7d370 s Context>handleSignal:
         0xbd81fa0 s Context>handleSignal:
         0xbd86bd0 s Context>handleSignal:
         0xbd8b800 s Context>handleSignal:
         0xbd90430 s Context>handleSignal:
         0xbd95060 s Context>handleSignal:
         0xbd99c90 s Context>handleSignal:
         0xbd9e8c0 s Context>handleSignal:
         0xbda34f0 s Context>handleSignal:
         0xbda8120 s Context>handleSignal:
         0xbdacd50 s Context>handleSignal:
         0xbdb1980 s Context>handleSignal:
         0xbdb65b0 s Context>handleSignal:
         0xbdbb1e0 s Context>handleSignal:
         0xbdbfe10 s Context>handleSignal:
         0xbdc4a40 s Context>handleSignal:
         0xbdc9670 s Context>handleSignal:
         0xbdce2a0 s Context>handleSignal:
         0xbdd2ed0 s Context>handleSignal:
         0xbdd7b00 s Context>handleSignal:
         0xbddc730 s Context>handleSignal:
         0xbde1360 s Context>handleSignal:
         0xbde5f90 s Context>handleSignal:
         0xbdeabc0 s Context>handleSignal:
         0xbdef7f0 s Context>handleSignal:
         0xbdf4420 s Context>handleSignal:
         0xbdf9050 s Context>handleSignal:
         0xbdfdc80 s Context>handleSignal:
         0xbe028b0 s Context>handleSignal:
         0xbe074e0 s Context>handleSignal:
         0xbe0c110 s Context>handleSignal:
         0xbe10d40 s Context>handleSignal:
         0xbe15970 s Context>handleSignal:
         0xbe1a5a0 s Context>handleSignal:
         0xbe1f1d0 s Context>handleSignal:
         0xbe23e00 s Context>handleSignal:
         0xbe28a30 s Context>handleSignal:
         0xbe2d660 s Context>handleSignal:
         0xbe32290 s Context>handleSignal:
         0xbe36ec0 s Context>handleSignal:
         0xbe3baf0 s Context>handleSignal:
         0xbe40720 s Context>handleSignal:
         0xbe45350 s Context>handleSignal:
         0xbe49f80 s Context>handleSignal:
         0xbe4ebb0 s Context>handleSignal:
         0xbe537e0 s Context>handleSignal:
         0xbe58410 s Context>handleSignal:
         0xbe5d040 s Context>handleSignal:
         0xbe61c70 s Context>handleSignal:
         0xbe668a0 s Context>handleSignal:
         0xbe6b4d0 s Context>handleSignal:
         0xbe70100 s Context>handleSignal:
         0xbe74d30 s Context>handleSignal:
         0xbe79960 s Context>handleSignal:
         0xbe7e4d8 s Context>handleSignal:
         0xbe82f98 s Context>handleSignal:
         0xbe879a0 s Context>handleSignal:
         0xbe8c2f0 s Context>handleSignal:
         0xbe90b88 s Context>handleSignal:
         0xbe95368 s Context>handleSignal:
         0xbe99a90 s Context>handleSignal:
         0xbe9e100 s Context>handleSignal:
         0xbea26b8 s Context>handleSignal:
         0xbea6bb8 s Context>handleSignal:
         0xbeab000 s Context>handleSignal:
         0xbeaf390 s Context>handleSignal:
         0xbeb3668 s Context>handleSignal:
         0xbf83a08 s Halt(Exception)>signal
         0xbf9f020 s Halt class(Exception class)>signal
         0xbfd22c0 s Halt class>now
         0xbfca160 s FullBlockClosure(Object)>halt
         0xbff3870 s FullBlockClosure>printOn:
         0xc016890 s Context>printOn:
         0xc040d18 s Context>printDebugOn:
         0xc040ff8 s [] in Context>debugStack:on:
         0xc05c008 s OrderedCollection>do:
         0xbfc9ee8 s Context>debugStack:on:
         0xbff3620 s Context>shortDebugStackOn:
         0xc016658 s [] in SmalltalkImage>logError:inContext:
         0xc040a38 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf82f40 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9e258 s SmalltalkImage>logStdErrorDuring:
         0xbfd15b8 s SmalltalkImage>logError:inContext:
         0xbff9cb8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01c988 s FullBlockClosure(BlockClosure)>ensure:
         0xc0492a8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f258 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06bb00 s Halt(Exception)>unhandledErrorAction
         0xc088d70 s Halt(UnhandledException)>defaultAction
         0xc0e3b10 s UndefinedObject>handleSignal:
         0xc0e3bc8 s Context>handleSignal:
         0xc0e3c80 s Context>handleSignal:
         0xc0e3d38 s Context>handleSignal:
         0xc0e3df0 s Context>handleSignal:
         0xc0e3ea8 s Context>handleSignal:
         0xc0e3f60 s Context>handleSignal:
         0xc0e4018 s Context>handleSignal:
         0xc0e40d0 s Context>handleSignal:
         0xc0e4188 s Context>handleSignal:
         0xc0e4240 s Context>handleSignal:
         0xc1071f8 s Context>handleSignal:
         0xc112918 s Context>handleSignal:
         0xc11d7c0 s Context>handleSignal:
         0xc1280a8 s Context>handleSignal:
         0xc1328d8 s Context>handleSignal:
         0xc13d108 s Context>handleSignal:
         0xc147938 s Context>handleSignal:
         0xc152168 s Context>handleSignal:
         0xc15c998 s Context>handleSignal:
         0xc1671c8 s Context>handleSignal:
         0xc1719f8 s Context>handleSignal:
         0xc17c228 s Context>handleSignal:
         0xc186a58 s Context>handleSignal:
         0xc191288 s Context>handleSignal:
         0xc19bab8 s Context>handleSignal:
         0xc1a62e8 s Context>handleSignal:
         0xc1b0b18 s Context>handleSignal:
         0xc1bb348 s Context>handleSignal:
         0xc1c5b78 s Context>handleSignal:
         0xc1d03a8 s Context>handleSignal:
         0xc1dabd8 s Context>handleSignal:
         0xc1e5408 s Context>handleSignal:
         0xc1efc38 s Context>handleSignal:
         0xc1fa468 s Context>handleSignal:
         0xc204c98 s Context>handleSignal:
         0xc20f4c8 s Context>handleSignal:
         0xc219cf8 s Context>handleSignal:
         0xc224528 s Context>handleSignal:
         0xc22ed58 s Context>handleSignal:
         0xc239588 s Context>handleSignal:
         0xc243db8 s Context>handleSignal:
         0xc24e5e8 s Context>handleSignal:
         0xc258e18 s Context>handleSignal:
         0xb7da8b0 s Context>handleSignal:
         0xb7e5198 s Context>handleSignal:
         0xb7efa80 s Context>handleSignal:
         0xb7fa368 s Context>handleSignal:
         0xb804c50 s Context>handleSignal:
         0xb80f538 s Context>handleSignal:
         0xb819e20 s Context>handleSignal:
         0xb824708 s Context>handleSignal:
         0xb82eff0 s Context>handleSignal:
         0xb8398d8 s Context>handleSignal:
         0xb8441c0 s Context>handleSignal:
         0xb84eaa8 s Context>handleSignal:
         0xb859390 s Context>handleSignal:
         0xb863c78 s Context>handleSignal:
         0xb86e560 s Context>handleSignal:
         0xb878e48 s Context>handleSignal:
         0xb883730 s Context>handleSignal:
         0xb88e018 s Context>handleSignal:
         0xb898900 s Context>handleSignal:
         0xb8a31e8 s Context>handleSignal:
         0xb8adad0 s Context>handleSignal:
         0xb8b83b8 s Context>handleSignal:
         0xb8c2ca0 s Context>handleSignal:
         0xb8cd588 s Context>handleSignal:
         0xb8d7e70 s Context>handleSignal:
         0xb8e2758 s Context>handleSignal:
         0xb8ed040 s Context>handleSignal:
         0xb8f7928 s Context>handleSignal:
         0xb902210 s Context>handleSignal:
         0xb90caf8 s Context>handleSignal:
         0xb9173e0 s Context>handleSignal:
         0xb921cc8 s Context>handleSignal:
         0xb92c5b0 s Context>handleSignal:
         0xb936e98 s Context>handleSignal:
         0xb941780 s Context>handleSignal:
         0xb94c068 s Context>handleSignal:
         0xb956950 s Context>handleSignal:
         0xb961238 s Context>handleSignal:
         0xb96bb20 s Context>handleSignal:
         0xb976408 s Context>handleSignal:
         0xb980cf0 s Context>handleSignal:
         0xb98b5d8 s Context>handleSignal:
         0xb995ec0 s Context>handleSignal:
         0xb9a07a8 s Context>handleSignal:
         0xb9ab090 s Context>handleSignal:
         0xb9b5978 s Context>handleSignal:
         0xb9c0260 s Context>handleSignal:
         0xb9cab48 s Context>handleSignal:
         0xb9d5430 s Context>handleSignal:
         0xb9dfd18 s Context>handleSignal:
         0xb9ea600 s Context>handleSignal:
         0xb9f4ee8 s Context>handleSignal:
         0xb9ff7d0 s Context>handleSignal:
         0xba0a0b8 s Context>handleSignal:
         0xba149a0 s Context>handleSignal:
         0xba1f288 s Context>handleSignal:
         0xba29b70 s Context>handleSignal:
         0xba34458 s Context>handleSignal:
         0xba3ed40 s Context>handleSignal:
         0xba45ca8 s Context>handleSignal:
         0xba4ade0 s Context>handleSignal:
         0xba4fe60 s Context>handleSignal:
         0xba54e28 s Context>handleSignal:
         0xba59df0 s Context>handleSignal:
         0xba5ed00 s Context>handleSignal:
         0xba63b58 s Context>handleSignal:
         0xba688f8 s Context>handleSignal:
         0xba6d698 s Context>handleSignal:
         0xba72380 s Context>handleSignal:
         0xba77068 s Context>handleSignal:
         0xba7bd50 s Context>handleSignal:
         0xba80a38 s Context>handleSignal:
         0xba85720 s Context>handleSignal:
         0xba8a408 s Context>handleSignal:
         0xba8f0f0 s Context>handleSignal:
         0xba93dd8 s Context>handleSignal:
         0xba98ac0 s Context>handleSignal:
         0xba9d7a8 s Context>handleSignal:
         0xbaa2490 s Context>handleSignal:
         0xbaa7178 s Context>handleSignal:
         0xbaabe60 s Context>handleSignal:
         0xbab0b48 s Context>handleSignal:
         0xbab5830 s Context>handleSignal:
         0xbaba518 s Context>handleSignal:
         0xbabf200 s Context>handleSignal:
         0xbac3ee8 s Context>handleSignal:
         0xbac8bd0 s Context>handleSignal:
         0xbacd8b8 s Context>handleSignal:
         0xbad25a0 s Context>handleSignal:
         0xbad7288 s Context>handleSignal:
         0xbadbf70 s Context>handleSignal:
         0xbae0c58 s Context>handleSignal:
         0xbae5940 s Context>handleSignal:
         0xbaea628 s Context>handleSignal:
         0xbaef310 s Context>handleSignal:
         0xbaf3ff8 s Context>handleSignal:
         0xbaf8ce0 s Context>handleSignal:
         0xbafd9c8 s Context>handleSignal:
         0xbb026b0 s Context>handleSignal:
         0xbb07398 s Context>handleSignal:
         0xbb0c080 s Context>handleSignal:
         0xbb10d68 s Context>handleSignal:
         0xbb15a50 s Context>handleSignal:
         0xbb1a738 s Context>handleSignal:
         0xbb1f420 s Context>handleSignal:
         0xbb24108 s Context>handleSignal:
         0xbb28df0 s Context>handleSignal:
         0xbb2dad8 s Context>handleSignal:
         0xbb327c0 s Context>handleSignal:
         0xbb374a8 s Context>handleSignal:
         0xbb3c190 s Context>handleSignal:
         0xbb40e78 s Context>handleSignal:
         0xbb45b60 s Context>handleSignal:
         0xbb4a848 s Context>handleSignal:
         0xbb4f530 s Context>handleSignal:
         0xbb54218 s Context>handleSignal:
         0xbb58f00 s Context>handleSignal:
         0xbb5dbe8 s Context>handleSignal:
         0xbb628d0 s Context>handleSignal:
         0xbb675b8 s Context>handleSignal:
         0xbb6c2a0 s Context>handleSignal:
         0xbb70f88 s Context>handleSignal:
         0xbb75c70 s Context>handleSignal:
         0xbb7a958 s Context>handleSignal:
         0xbb7f640 s Context>handleSignal:
         0xbb84328 s Context>handleSignal:
         0xbb89010 s Context>handleSignal:
         0xbb8dcf8 s Context>handleSignal:
         0xbb929e0 s Context>handleSignal:
         0xbb976c8 s Context>handleSignal:
         0xbb9c2f8 s Context>handleSignal:
         0xbba0f28 s Context>handleSignal:
         0xbba5b58 s Context>handleSignal:
         0xbbaa788 s Context>handleSignal:
         0xbbaf3b8 s Context>handleSignal:
         0xbbb3fe8 s Context>handleSignal:
         0xbbb8c18 s Context>handleSignal:
         0xbbbd848 s Context>handleSignal:
         0xbbc2478 s Context>handleSignal:
         0xbbc70a8 s Context>handleSignal:
         0xbbcbcd8 s Context>handleSignal:
         0xbbd0908 s Context>handleSignal:
         0xbbd5538 s Context>handleSignal:
         0xbbda168 s Context>handleSignal:
         0xbbded98 s Context>handleSignal:
         0xbbe39c8 s Context>handleSignal:
         0xbbe85f8 s Context>handleSignal:
         0xbbed228 s Context>handleSignal:
         0xbbf1e58 s Context>handleSignal:
         0xbbf6a88 s Context>handleSignal:
         0xbbfb6b8 s Context>handleSignal:
         0xbc002e8 s Context>handleSignal:
         0xbc04f18 s Context>handleSignal:
         0xbc09b48 s Context>handleSignal:
         0xbc0e778 s Context>handleSignal:
         0xbc133a8 s Context>handleSignal:
         0xbc17fd8 s Context>handleSignal:
         0xbc1cc08 s Context>handleSignal:
         0xbc21838 s Context>handleSignal:
         0xbc26468 s Context>handleSignal:
         0xbc2b098 s Context>handleSignal:
         0xbc2fcc8 s Context>handleSignal:
         0xbc348f8 s Context>handleSignal:
         0xbc39528 s Context>handleSignal:
         0xbc3e158 s Context>handleSignal:
         0xbc42d88 s Context>handleSignal:
         0xbc479b8 s Context>handleSignal:
         0xbc4c5e8 s Context>handleSignal:
         0xbc51218 s Context>handleSignal:
         0xbc55f18 s Context>handleSignal:
         0xbc5ab48 s Context>handleSignal:
         0xbc5f778 s Context>handleSignal:
         0xbc643a8 s Context>handleSignal:
         0xbc68fd8 s Context>handleSignal:
         0xbc6dc08 s Context>handleSignal:
         0xbc72838 s Context>handleSignal:
         0xbc77468 s Context>handleSignal:
         0xbc7c098 s Context>handleSignal:
         0xbc80cc8 s Context>handleSignal:
         0xbc858f8 s Context>handleSignal:
         0xbc8a528 s Context>handleSignal:
         0xbc8f158 s Context>handleSignal:
         0xbc93d88 s Context>handleSignal:
         0xbc989b8 s Context>handleSignal:
         0xbc9d5e8 s Context>handleSignal:
         0xbca2218 s Context>handleSignal:
         0xbca6e48 s Context>handleSignal:
         0xbcaba78 s Context>handleSignal:
         0xbcb06a8 s Context>handleSignal:
         0xbcb52d8 s Context>handleSignal:
         0xbcb9f08 s Context>handleSignal:
         0xbcbeb38 s Context>handleSignal:
         0xbcc3768 s Context>handleSignal:
         0xbcc8398 s Context>handleSignal:
         0xbcccfc8 s Context>handleSignal:
         0xbcd1bf8 s Context>handleSignal:
         0xbcd6828 s Context>handleSignal:
         0xbcdb458 s Context>handleSignal:
         0xbce0088 s Context>handleSignal:
         0xbce4cb8 s Context>handleSignal:
         0xbce98e8 s Context>handleSignal:
         0xbcee518 s Context>handleSignal:
         0xbcf3148 s Context>handleSignal:
         0xbcf7d78 s Context>handleSignal:
         0xbcfc9a8 s Context>handleSignal:
         0xbd015d8 s Context>handleSignal:
         0xbd06208 s Context>handleSignal:
         0xbd0ae38 s Context>handleSignal:
         0xbd0fa68 s Context>handleSignal:
         0xbd14698 s Context>handleSignal:
         0xbd192c8 s Context>handleSignal:
         0xbd1def8 s Context>handleSignal:
         0xbd22b28 s Context>handleSignal:
         0xbd27758 s Context>handleSignal:
         0xbd2c388 s Context>handleSignal:
         0xbd30fb8 s Context>handleSignal:
         0xbd35be8 s Context>handleSignal:
         0xbd3a818 s Context>handleSignal:
         0xbd3f448 s Context>handleSignal:
         0xbd44078 s Context>handleSignal:
         0xbd48ca8 s Context>handleSignal:
         0xbd4d8d8 s Context>handleSignal:
         0xbd52508 s Context>handleSignal:
         0xbd57138 s Context>handleSignal:
         0xbd5bd68 s Context>handleSignal:
         0xbd60998 s Context>handleSignal:
         0xbd655c8 s Context>handleSignal:
         0xbd6a1f8 s Context>handleSignal:
         0xbd6ee28 s Context>handleSignal:
         0xbd73a58 s Context>handleSignal:
         0xbd78688 s Context>handleSignal:
         0xbd7d2b8 s Context>handleSignal:
         0xbd81ee8 s Context>handleSignal:
         0xbd86b18 s Context>handleSignal:
         0xbd8b748 s Context>handleSignal:
         0xbd90378 s Context>handleSignal:
         0xbd94fa8 s Context>handleSignal:
         0xbd99bd8 s Context>handleSignal:
         0xbd9e808 s Context>handleSignal:
         0xbda3438 s Context>handleSignal:
         0xbda8068 s Context>handleSignal:
         0xbdacc98 s Context>handleSignal:
         0xbdb18c8 s Context>handleSignal:
         0xbdb64f8 s Context>handleSignal:
         0xbdbb128 s Context>handleSignal:
         0xbdbfd58 s Context>handleSignal:
         0xbdc4988 s Context>handleSignal:
         0xbdc95b8 s Context>handleSignal:
         0xbdce1e8 s Context>handleSignal:
         0xbdd2e18 s Context>handleSignal:
         0xbdd7a48 s Context>handleSignal:
         0xbddc678 s Context>handleSignal:
         0xbde12a8 s Context>handleSignal:
         0xbde5ed8 s Context>handleSignal:
         0xbdeab08 s Context>handleSignal:
         0xbdef738 s Context>handleSignal:
         0xbdf4368 s Context>handleSignal:
         0xbdf8f98 s Context>handleSignal:
         0xbdfdbc8 s Context>handleSignal:
         0xbe027f8 s Context>handleSignal:
         0xbe07428 s Context>handleSignal:
         0xbe0c058 s Context>handleSignal:
         0xbe10c88 s Context>handleSignal:
         0xbe158b8 s Context>handleSignal:
         0xbe1a4e8 s Context>handleSignal:
         0xbe1f118 s Context>handleSignal:
         0xbe23d48 s Context>handleSignal:
         0xbe28978 s Context>handleSignal:
         0xbe2d5a8 s Context>handleSignal:
         0xbe321d8 s Context>handleSignal:
         0xbe36e08 s Context>handleSignal:
         0xbe3ba38 s Context>handleSignal:
         0xbe40668 s Context>handleSignal:
         0xbe45298 s Context>handleSignal:
         0xbe49ec8 s Context>handleSignal:
         0xbe4eaf8 s Context>handleSignal:
         0xbe53728 s Context>handleSignal:
         0xbe58358 s Context>handleSignal:
         0xbe5cf88 s Context>handleSignal:
         0xbe61bb8 s Context>handleSignal:
         0xbe667e8 s Context>handleSignal:
         0xbe6b418 s Context>handleSignal:
         0xbe70048 s Context>handleSignal:
         0xbe74c78 s Context>handleSignal:
         0xbe798a8 s Context>handleSignal:
         0xbe7e420 s Context>handleSignal:
         0xbe82ee0 s Context>handleSignal:
         0xbe878e8 s Context>handleSignal:
         0xbe8c238 s Context>handleSignal:
         0xbe90ad0 s Context>handleSignal:
         0xbe952b0 s Context>handleSignal:
         0xbe999d8 s Context>handleSignal:
         0xbe9e048 s Context>handleSignal:
         0xbea2600 s Context>handleSignal:
         0xbea6b00 s Context>handleSignal:
         0xbeaaf48 s Context>handleSignal:
         0xbeaf2d8 s Context>handleSignal:
         0xbf83898 s Halt(Exception)>signal
         0xbf9ee50 s Halt class(Exception class)>signal
         0xbfd2108 s Halt class>now
         0xbfc9fa0 s FullBlockClosure(Object)>halt
         0xbff36d8 s FullBlockClosure>printOn:
         0xc016710 s Context>printOn:
         0xc040af0 s Context>printDebugOn:
         0xc040dd0 s [] in Context>debugStack:on:
         0xc05bf50 s OrderedCollection>do:
         0xbfc9d28 s Context>debugStack:on:
         0xbff3488 s Context>shortDebugStackOn:
         0xc0164d8 s [] in SmalltalkImage>logError:inContext:
         0xc040810 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf82dd0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9e088 s SmalltalkImage>logStdErrorDuring:
         0xbfd1400 s SmalltalkImage>logError:inContext:
         0xbff9bf0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01c898 s FullBlockClosure(BlockClosure)>ensure:
         0xc0491c8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f1a0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06ba48 s Halt(Exception)>unhandledErrorAction
         0xc088cb8 s Halt(UnhandledException)>defaultAction
         0xc0e3328 s UndefinedObject>handleSignal:
         0xc0e33e0 s Context>handleSignal:
         0xc0e3498 s Context>handleSignal:
         0xc0e3550 s Context>handleSignal:
         0xc0e3608 s Context>handleSignal:
         0xc0e36c0 s Context>handleSignal:
         0xc0e3778 s Context>handleSignal:
         0xc0e3830 s Context>handleSignal:
         0xc0e38e8 s Context>handleSignal:
         0xc0e39a0 s Context>handleSignal:
         0xc0e3a58 s Context>handleSignal:
         0xc107140 s Context>handleSignal:
         0xc112860 s Context>handleSignal:
         0xc11d708 s Context>handleSignal:
         0xc127ff0 s Context>handleSignal:
         0xc132820 s Context>handleSignal:
         0xc13d050 s Context>handleSignal:
         0xc147880 s Context>handleSignal:
         0xc1520b0 s Context>handleSignal:
         0xc15c8e0 s Context>handleSignal:
         0xc167110 s Context>handleSignal:
         0xc171940 s Context>handleSignal:
         0xc17c170 s Context>handleSignal:
         0xc1869a0 s Context>handleSignal:
         0xc1911d0 s Context>handleSignal:
         0xc19ba00 s Context>handleSignal:
         0xc1a6230 s Context>handleSignal:
         0xc1b0a60 s Context>handleSignal:
         0xc1bb290 s Context>handleSignal:
         0xc1c5ac0 s Context>handleSignal:
         0xc1d02f0 s Context>handleSignal:
         0xc1dab20 s Context>handleSignal:
         0xc1e5350 s Context>handleSignal:
         0xc1efb80 s Context>handleSignal:
         0xc1fa3b0 s Context>handleSignal:
         0xc204be0 s Context>handleSignal:
         0xc20f410 s Context>handleSignal:
         0xc219c40 s Context>handleSignal:
         0xc224470 s Context>handleSignal:
         0xc22eca0 s Context>handleSignal:
         0xc2394d0 s Context>handleSignal:
         0xc243d00 s Context>handleSignal:
         0xc24e530 s Context>handleSignal:
         0xc258d60 s Context>handleSignal:
         0xb7da7f8 s Context>handleSignal:
         0xb7e50e0 s Context>handleSignal:
         0xb7ef9c8 s Context>handleSignal:
         0xb7fa2b0 s Context>handleSignal:
         0xb804b98 s Context>handleSignal:
         0xb80f480 s Context>handleSignal:
         0xb819d68 s Context>handleSignal:
         0xb824650 s Context>handleSignal:
         0xb82ef38 s Context>handleSignal:
         0xb839820 s Context>handleSignal:
         0xb844108 s Context>handleSignal:
         0xb84e9f0 s Context>handleSignal:
         0xb8592d8 s Context>handleSignal:
         0xb863bc0 s Context>handleSignal:
         0xb86e4a8 s Context>handleSignal:
         0xb878d90 s Context>handleSignal:
         0xb883678 s Context>handleSignal:
         0xb88df60 s Context>handleSignal:
         0xb898848 s Context>handleSignal:
         0xb8a3130 s Context>handleSignal:
         0xb8ada18 s Context>handleSignal:
         0xb8b8300 s Context>handleSignal:
         0xb8c2be8 s Context>handleSignal:
         0xb8cd4d0 s Context>handleSignal:
         0xb8d7db8 s Context>handleSignal:
         0xb8e26a0 s Context>handleSignal:
         0xb8ecf88 s Context>handleSignal:
         0xb8f7870 s Context>handleSignal:
         0xb902158 s Context>handleSignal:
         0xb90ca40 s Context>handleSignal:
         0xb917328 s Context>handleSignal:
         0xb921c10 s Context>handleSignal:
         0xb92c4f8 s Context>handleSignal:
         0xb936de0 s Context>handleSignal:
         0xb9416c8 s Context>handleSignal:
         0xb94bfb0 s Context>handleSignal:
         0xb956898 s Context>handleSignal:
         0xb961180 s Context>handleSignal:
         0xb96ba68 s Context>handleSignal:
         0xb976350 s Context>handleSignal:
         0xb980c38 s Context>handleSignal:
         0xb98b520 s Context>handleSignal:
         0xb995e08 s Context>handleSignal:
         0xb9a06f0 s Context>handleSignal:
         0xb9aafd8 s Context>handleSignal:
         0xb9b58c0 s Context>handleSignal:
         0xb9c01a8 s Context>handleSignal:
         0xb9caa90 s Context>handleSignal:
         0xb9d5378 s Context>handleSignal:
         0xb9dfc60 s Context>handleSignal:
         0xb9ea548 s Context>handleSignal:
         0xb9f4e30 s Context>handleSignal:
         0xb9ff718 s Context>handleSignal:
         0xba0a000 s Context>handleSignal:
         0xba148e8 s Context>handleSignal:
         0xba1f1d0 s Context>handleSignal:
         0xba29ab8 s Context>handleSignal:
         0xba343a0 s Context>handleSignal:
         0xba3ec88 s Context>handleSignal:
         0xba45bf0 s Context>handleSignal:
         0xba4ad28 s Context>handleSignal:
         0xba4fda8 s Context>handleSignal:
         0xba54d70 s Context>handleSignal:
         0xba59d38 s Context>handleSignal:
         0xba5ec48 s Context>handleSignal:
         0xba63aa0 s Context>handleSignal:
         0xba68840 s Context>handleSignal:
         0xba6d5e0 s Context>handleSignal:
         0xba722c8 s Context>handleSignal:
         0xba76fb0 s Context>handleSignal:
         0xba7bc98 s Context>handleSignal:
         0xba80980 s Context>handleSignal:
         0xba85668 s Context>handleSignal:
         0xba8a350 s Context>handleSignal:
         0xba8f038 s Context>handleSignal:
         0xba93d20 s Context>handleSignal:
         0xba98a08 s Context>handleSignal:
         0xba9d6f0 s Context>handleSignal:
         0xbaa23d8 s Context>handleSignal:
         0xbaa70c0 s Context>handleSignal:
         0xbaabda8 s Context>handleSignal:
         0xbab0a90 s Context>handleSignal:
         0xbab5778 s Context>handleSignal:
         0xbaba460 s Context>handleSignal:
         0xbabf148 s Context>handleSignal:
         0xbac3e30 s Context>handleSignal:
         0xbac8b18 s Context>handleSignal:
         0xbacd800 s Context>handleSignal:
         0xbad24e8 s Context>handleSignal:
         0xbad71d0 s Context>handleSignal:
         0xbadbeb8 s Context>handleSignal:
         0xbae0ba0 s Context>handleSignal:
         0xbae5888 s Context>handleSignal:
         0xbaea570 s Context>handleSignal:
         0xbaef258 s Context>handleSignal:
         0xbaf3f40 s Context>handleSignal:
         0xbaf8c28 s Context>handleSignal:
         0xbafd910 s Context>handleSignal:
         0xbb025f8 s Context>handleSignal:
         0xbb072e0 s Context>handleSignal:
         0xbb0bfc8 s Context>handleSignal:
         0xbb10cb0 s Context>handleSignal:
         0xbb15998 s Context>handleSignal:
         0xbb1a680 s Context>handleSignal:
         0xbb1f368 s Context>handleSignal:
         0xbb24050 s Context>handleSignal:
         0xbb28d38 s Context>handleSignal:
         0xbb2da20 s Context>handleSignal:
         0xbb32708 s Context>handleSignal:
         0xbb373f0 s Context>handleSignal:
         0xbb3c0d8 s Context>handleSignal:
         0xbb40dc0 s Context>handleSignal:
         0xbb45aa8 s Context>handleSignal:
         0xbb4a790 s Context>handleSignal:
         0xbb4f478 s Context>handleSignal:
         0xbb54160 s Context>handleSignal:
         0xbb58e48 s Context>handleSignal:
         0xbb5db30 s Context>handleSignal:
         0xbb62818 s Context>handleSignal:
         0xbb67500 s Context>handleSignal:
         0xbb6c1e8 s Context>handleSignal:
         0xbb70ed0 s Context>handleSignal:
         0xbb75bb8 s Context>handleSignal:
         0xbb7a8a0 s Context>handleSignal:
         0xbb7f588 s Context>handleSignal:
         0xbb84270 s Context>handleSignal:
         0xbb88f58 s Context>handleSignal:
         0xbb8dc40 s Context>handleSignal:
         0xbb92928 s Context>handleSignal:
         0xbb97610 s Context>handleSignal:
         0xbb9c240 s Context>handleSignal:
         0xbba0e70 s Context>handleSignal:
         0xbba5aa0 s Context>handleSignal:
         0xbbaa6d0 s Context>handleSignal:
         0xbbaf300 s Context>handleSignal:
         0xbbb3f30 s Context>handleSignal:
         0xbbb8b60 s Context>handleSignal:
         0xbbbd790 s Context>handleSignal:
         0xbbc23c0 s Context>handleSignal:
         0xbbc6ff0 s Context>handleSignal:
         0xbbcbc20 s Context>handleSignal:
         0xbbd0850 s Context>handleSignal:
         0xbbd5480 s Context>handleSignal:
         0xbbda0b0 s Context>handleSignal:
         0xbbdece0 s Context>handleSignal:
         0xbbe3910 s Context>handleSignal:
         0xbbe8540 s Context>handleSignal:
         0xbbed170 s Context>handleSignal:
         0xbbf1da0 s Context>handleSignal:
         0xbbf69d0 s Context>handleSignal:
         0xbbfb600 s Context>handleSignal:
         0xbc00230 s Context>handleSignal:
         0xbc04e60 s Context>handleSignal:
         0xbc09a90 s Context>handleSignal:
         0xbc0e6c0 s Context>handleSignal:
         0xbc132f0 s Context>handleSignal:
         0xbc17f20 s Context>handleSignal:
         0xbc1cb50 s Context>handleSignal:
         0xbc21780 s Context>handleSignal:
         0xbc263b0 s Context>handleSignal:
         0xbc2afe0 s Context>handleSignal:
         0xbc2fc10 s Context>handleSignal:
         0xbc34840 s Context>handleSignal:
         0xbc39470 s Context>handleSignal:
         0xbc3e0a0 s Context>handleSignal:
         0xbc42cd0 s Context>handleSignal:
         0xbc47900 s Context>handleSignal:
         0xbc4c530 s Context>handleSignal:
         0xbc51160 s Context>handleSignal:
         0xbc55e60 s Context>handleSignal:
         0xbc5aa90 s Context>handleSignal:
         0xbc5f6c0 s Context>handleSignal:
         0xbc642f0 s Context>handleSignal:
         0xbc68f20 s Context>handleSignal:
         0xbc6db50 s Context>handleSignal:
         0xbc72780 s Context>handleSignal:
         0xbc773b0 s Context>handleSignal:
         0xbc7bfe0 s Context>handleSignal:
         0xbc80c10 s Context>handleSignal:
         0xbc85840 s Context>handleSignal:
         0xbc8a470 s Context>handleSignal:
         0xbc8f0a0 s Context>handleSignal:
         0xbc93cd0 s Context>handleSignal:
         0xbc98900 s Context>handleSignal:
         0xbc9d530 s Context>handleSignal:
         0xbca2160 s Context>handleSignal:
         0xbca6d90 s Context>handleSignal:
         0xbcab9c0 s Context>handleSignal:
         0xbcb05f0 s Context>handleSignal:
         0xbcb5220 s Context>handleSignal:
         0xbcb9e50 s Context>handleSignal:
         0xbcbea80 s Context>handleSignal:
         0xbcc36b0 s Context>handleSignal:
         0xbcc82e0 s Context>handleSignal:
         0xbcccf10 s Context>handleSignal:
         0xbcd1b40 s Context>handleSignal:
         0xbcd6770 s Context>handleSignal:
         0xbcdb3a0 s Context>handleSignal:
         0xbcdffd0 s Context>handleSignal:
         0xbce4c00 s Context>handleSignal:
         0xbce9830 s Context>handleSignal:
         0xbcee460 s Context>handleSignal:
         0xbcf3090 s Context>handleSignal:
         0xbcf7cc0 s Context>handleSignal:
         0xbcfc8f0 s Context>handleSignal:
         0xbd01520 s Context>handleSignal:
         0xbd06150 s Context>handleSignal:
         0xbd0ad80 s Context>handleSignal:
         0xbd0f9b0 s Context>handleSignal:
         0xbd145e0 s Context>handleSignal:
         0xbd19210 s Context>handleSignal:
         0xbd1de40 s Context>handleSignal:
         0xbd22a70 s Context>handleSignal:
         0xbd276a0 s Context>handleSignal:
         0xbd2c2d0 s Context>handleSignal:
         0xbd30f00 s Context>handleSignal:
         0xbd35b30 s Context>handleSignal:
         0xbd3a760 s Context>handleSignal:
         0xbd3f390 s Context>handleSignal:
         0xbd43fc0 s Context>handleSignal:
         0xbd48bf0 s Context>handleSignal:
         0xbd4d820 s Context>handleSignal:
         0xbd52450 s Context>handleSignal:
         0xbd57080 s Context>handleSignal:
         0xbd5bcb0 s Context>handleSignal:
         0xbd608e0 s Context>handleSignal:
         0xbd65510 s Context>handleSignal:
         0xbd6a140 s Context>handleSignal:
         0xbd6ed70 s Context>handleSignal:
         0xbd739a0 s Context>handleSignal:
         0xbd785d0 s Context>handleSignal:
         0xbd7d200 s Context>handleSignal:
         0xbd81e30 s Context>handleSignal:
         0xbd86a60 s Context>handleSignal:
         0xbd8b690 s Context>handleSignal:
         0xbd902c0 s Context>handleSignal:
         0xbd94ef0 s Context>handleSignal:
         0xbd99b20 s Context>handleSignal:
         0xbd9e750 s Context>handleSignal:
         0xbda3380 s Context>handleSignal:
         0xbda7fb0 s Context>handleSignal:
         0xbdacbe0 s Context>handleSignal:
         0xbdb1810 s Context>handleSignal:
         0xbdb6440 s Context>handleSignal:
         0xbdbb070 s Context>handleSignal:
         0xbdbfca0 s Context>handleSignal:
         0xbdc48d0 s Context>handleSignal:
         0xbdc9500 s Context>handleSignal:
         0xbdce130 s Context>handleSignal:
         0xbdd2d60 s Context>handleSignal:
         0xbdd7990 s Context>handleSignal:
         0xbddc5c0 s Context>handleSignal:
         0xbde11f0 s Context>handleSignal:
         0xbde5e20 s Context>handleSignal:
         0xbdeaa50 s Context>handleSignal:
         0xbdef680 s Context>handleSignal:
         0xbdf42b0 s Context>handleSignal:
         0xbdf8ee0 s Context>handleSignal:
         0xbdfdb10 s Context>handleSignal:
         0xbe02740 s Context>handleSignal:
         0xbe07370 s Context>handleSignal:
         0xbe0bfa0 s Context>handleSignal:
         0xbe10bd0 s Context>handleSignal:
         0xbe15800 s Context>handleSignal:
         0xbe1a430 s Context>handleSignal:
         0xbe1f060 s Context>handleSignal:
         0xbe23c90 s Context>handleSignal:
         0xbe288c0 s Context>handleSignal:
         0xbe2d4f0 s Context>handleSignal:
         0xbe32120 s Context>handleSignal:
         0xbe36d50 s Context>handleSignal:
         0xbe3b980 s Context>handleSignal:
         0xbe405b0 s Context>handleSignal:
         0xbe451e0 s Context>handleSignal:
         0xbe49e10 s Context>handleSignal:
         0xbe4ea40 s Context>handleSignal:
         0xbe53670 s Context>handleSignal:
         0xbe582a0 s Context>handleSignal:
         0xbe5ced0 s Context>handleSignal:
         0xbe61b00 s Context>handleSignal:
         0xbe66730 s Context>handleSignal:
         0xbe6b360 s Context>handleSignal:
         0xbe6ff90 s Context>handleSignal:
         0xbe74bc0 s Context>handleSignal:
         0xbe797f0 s Context>handleSignal:
         0xbe7e368 s Context>handleSignal:
         0xbe82e28 s Context>handleSignal:
         0xbe87830 s Context>handleSignal:
         0xbe8c180 s Context>handleSignal:
         0xbe90a18 s Context>handleSignal:
         0xbe951f8 s Context>handleSignal:
         0xbe99920 s Context>handleSignal:
         0xbe9df90 s Context>handleSignal:
         0xbea2548 s Context>handleSignal:
         0xbea6a48 s Context>handleSignal:
         0xbeaae90 s Context>handleSignal:
         0xbf83728 s Halt(Exception)>signal
         0xbf9ec80 s Halt class(Exception class)>signal
         0xbfd1f50 s Halt class>now
         0xbfc9de0 s FullBlockClosure(Object)>halt
         0xbff3540 s FullBlockClosure>printOn:
         0xc016590 s Context>printOn:
         0xc0408c8 s Context>printDebugOn:
         0xc040ba8 s [] in Context>debugStack:on:
         0xc05be98 s OrderedCollection>do:
         0xbfc9b68 s Context>debugStack:on:
         0xbff32f0 s Context>shortDebugStackOn:
         0xc016358 s [] in SmalltalkImage>logError:inContext:
         0xc0405e8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf82c60 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9deb8 s SmalltalkImage>logStdErrorDuring:
         0xbfd1248 s SmalltalkImage>logError:inContext:
         0xbff9b28 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01c7a8 s FullBlockClosure(BlockClosure)>ensure:
         0xc0490e8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f0e8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06b990 s Halt(Exception)>unhandledErrorAction
         0xc088c00 s Halt(UnhandledException)>defaultAction
         0xc0e2b40 s UndefinedObject>handleSignal:
         0xc0e2bf8 s Context>handleSignal:
         0xc0e2cb0 s Context>handleSignal:
         0xc0e2d68 s Context>handleSignal:
         0xc0e2e20 s Context>handleSignal:
         0xc0e2ed8 s Context>handleSignal:
         0xc0e2f90 s Context>handleSignal:
         0xc0e3048 s Context>handleSignal:
         0xc0e3100 s Context>handleSignal:
         0xc0e31b8 s Context>handleSignal:
         0xc0e3270 s Context>handleSignal:
         0xc107088 s Context>handleSignal:
         0xc1127a8 s Context>handleSignal:
         0xc11d650 s Context>handleSignal:
         0xc127f38 s Context>handleSignal:
         0xc132768 s Context>handleSignal:
         0xc13cf98 s Context>handleSignal:
         0xc1477c8 s Context>handleSignal:
         0xc151ff8 s Context>handleSignal:
         0xc15c828 s Context>handleSignal:
         0xc167058 s Context>handleSignal:
         0xc171888 s Context>handleSignal:
         0xc17c0b8 s Context>handleSignal:
         0xc1868e8 s Context>handleSignal:
         0xc191118 s Context>handleSignal:
         0xc19b948 s Context>handleSignal:
         0xc1a6178 s Context>handleSignal:
         0xc1b09a8 s Context>handleSignal:
         0xc1bb1d8 s Context>handleSignal:
         0xc1c5a08 s Context>handleSignal:
         0xc1d0238 s Context>handleSignal:
         0xc1daa68 s Context>handleSignal:
         0xc1e5298 s Context>handleSignal:
         0xc1efac8 s Context>handleSignal:
         0xc1fa2f8 s Context>handleSignal:
         0xc204b28 s Context>handleSignal:
         0xc20f358 s Context>handleSignal:
         0xc219b88 s Context>handleSignal:
         0xc2243b8 s Context>handleSignal:
         0xc22ebe8 s Context>handleSignal:
         0xc239418 s Context>handleSignal:
         0xc243c48 s Context>handleSignal:
         0xc24e478 s Context>handleSignal:
         0xc258ca8 s Context>handleSignal:
         0xb7da740 s Context>handleSignal:
         0xb7e5028 s Context>handleSignal:
         0xb7ef910 s Context>handleSignal:
         0xb7fa1f8 s Context>handleSignal:
         0xb804ae0 s Context>handleSignal:
         0xb80f3c8 s Context>handleSignal:
         0xb819cb0 s Context>handleSignal:
         0xb824598 s Context>handleSignal:
         0xb82ee80 s Context>handleSignal:
         0xb839768 s Context>handleSignal:
         0xb844050 s Context>handleSignal:
         0xb84e938 s Context>handleSignal:
         0xb859220 s Context>handleSignal:
         0xb863b08 s Context>handleSignal:
         0xb86e3f0 s Context>handleSignal:
         0xb878cd8 s Context>handleSignal:
         0xb8835c0 s Context>handleSignal:
         0xb88dea8 s Context>handleSignal:
         0xb898790 s Context>handleSignal:
         0xb8a3078 s Context>handleSignal:
         0xb8ad960 s Context>handleSignal:
         0xb8b8248 s Context>handleSignal:
         0xb8c2b30 s Context>handleSignal:
         0xb8cd418 s Context>handleSignal:
         0xb8d7d00 s Context>handleSignal:
         0xb8e25e8 s Context>handleSignal:
         0xb8eced0 s Context>handleSignal:
         0xb8f77b8 s Context>handleSignal:
         0xb9020a0 s Context>handleSignal:
         0xb90c988 s Context>handleSignal:
         0xb917270 s Context>handleSignal:
         0xb921b58 s Context>handleSignal:
         0xb92c440 s Context>handleSignal:
         0xb936d28 s Context>handleSignal:
         0xb941610 s Context>handleSignal:
         0xb94bef8 s Context>handleSignal:
         0xb9567e0 s Context>handleSignal:
         0xb9610c8 s Context>handleSignal:
         0xb96b9b0 s Context>handleSignal:
         0xb976298 s Context>handleSignal:
         0xb980b80 s Context>handleSignal:
         0xb98b468 s Context>handleSignal:
         0xb995d50 s Context>handleSignal:
         0xb9a0638 s Context>handleSignal:
         0xb9aaf20 s Context>handleSignal:
         0xb9b5808 s Context>handleSignal:
         0xb9c00f0 s Context>handleSignal:
         0xb9ca9d8 s Context>handleSignal:
         0xb9d52c0 s Context>handleSignal:
         0xb9dfba8 s Context>handleSignal:
         0xb9ea490 s Context>handleSignal:
         0xb9f4d78 s Context>handleSignal:
         0xb9ff660 s Context>handleSignal:
         0xba09f48 s Context>handleSignal:
         0xba14830 s Context>handleSignal:
         0xba1f118 s Context>handleSignal:
         0xba29a00 s Context>handleSignal:
         0xba342e8 s Context>handleSignal:
         0xba3ebd0 s Context>handleSignal:
         0xba45b38 s Context>handleSignal:
         0xba4ac70 s Context>handleSignal:
         0xba4fcf0 s Context>handleSignal:
         0xba54cb8 s Context>handleSignal:
         0xba59c80 s Context>handleSignal:
         0xba5eb90 s Context>handleSignal:
         0xba639e8 s Context>handleSignal:
         0xba68788 s Context>handleSignal:
         0xba6d528 s Context>handleSignal:
         0xba72210 s Context>handleSignal:
         0xba76ef8 s Context>handleSignal:
         0xba7bbe0 s Context>handleSignal:
         0xba808c8 s Context>handleSignal:
         0xba855b0 s Context>handleSignal:
         0xba8a298 s Context>handleSignal:
         0xba8ef80 s Context>handleSignal:
         0xba93c68 s Context>handleSignal:
         0xba98950 s Context>handleSignal:
         0xba9d638 s Context>handleSignal:
         0xbaa2320 s Context>handleSignal:
         0xbaa7008 s Context>handleSignal:
         0xbaabcf0 s Context>handleSignal:
         0xbab09d8 s Context>handleSignal:
         0xbab56c0 s Context>handleSignal:
         0xbaba3a8 s Context>handleSignal:
         0xbabf090 s Context>handleSignal:
         0xbac3d78 s Context>handleSignal:
         0xbac8a60 s Context>handleSignal:
         0xbacd748 s Context>handleSignal:
         0xbad2430 s Context>handleSignal:
         0xbad7118 s Context>handleSignal:
         0xbadbe00 s Context>handleSignal:
         0xbae0ae8 s Context>handleSignal:
         0xbae57d0 s Context>handleSignal:
         0xbaea4b8 s Context>handleSignal:
         0xbaef1a0 s Context>handleSignal:
         0xbaf3e88 s Context>handleSignal:
         0xbaf8b70 s Context>handleSignal:
         0xbafd858 s Context>handleSignal:
         0xbb02540 s Context>handleSignal:
         0xbb07228 s Context>handleSignal:
         0xbb0bf10 s Context>handleSignal:
         0xbb10bf8 s Context>handleSignal:
         0xbb158e0 s Context>handleSignal:
         0xbb1a5c8 s Context>handleSignal:
         0xbb1f2b0 s Context>handleSignal:
         0xbb23f98 s Context>handleSignal:
         0xbb28c80 s Context>handleSignal:
         0xbb2d968 s Context>handleSignal:
         0xbb32650 s Context>handleSignal:
         0xbb37338 s Context>handleSignal:
         0xbb3c020 s Context>handleSignal:
         0xbb40d08 s Context>handleSignal:
         0xbb459f0 s Context>handleSignal:
         0xbb4a6d8 s Context>handleSignal:
         0xbb4f3c0 s Context>handleSignal:
         0xbb540a8 s Context>handleSignal:
         0xbb58d90 s Context>handleSignal:
         0xbb5da78 s Context>handleSignal:
         0xbb62760 s Context>handleSignal:
         0xbb67448 s Context>handleSignal:
         0xbb6c130 s Context>handleSignal:
         0xbb70e18 s Context>handleSignal:
         0xbb75b00 s Context>handleSignal:
         0xbb7a7e8 s Context>handleSignal:
         0xbb7f4d0 s Context>handleSignal:
         0xbb841b8 s Context>handleSignal:
         0xbb88ea0 s Context>handleSignal:
         0xbb8db88 s Context>handleSignal:
         0xbb92870 s Context>handleSignal:
         0xbb97558 s Context>handleSignal:
         0xbb9c188 s Context>handleSignal:
         0xbba0db8 s Context>handleSignal:
         0xbba59e8 s Context>handleSignal:
         0xbbaa618 s Context>handleSignal:
         0xbbaf248 s Context>handleSignal:
         0xbbb3e78 s Context>handleSignal:
         0xbbb8aa8 s Context>handleSignal:
         0xbbbd6d8 s Context>handleSignal:
         0xbbc2308 s Context>handleSignal:
         0xbbc6f38 s Context>handleSignal:
         0xbbcbb68 s Context>handleSignal:
         0xbbd0798 s Context>handleSignal:
         0xbbd53c8 s Context>handleSignal:
         0xbbd9ff8 s Context>handleSignal:
         0xbbdec28 s Context>handleSignal:
         0xbbe3858 s Context>handleSignal:
         0xbbe8488 s Context>handleSignal:
         0xbbed0b8 s Context>handleSignal:
         0xbbf1ce8 s Context>handleSignal:
         0xbbf6918 s Context>handleSignal:
         0xbbfb548 s Context>handleSignal:
         0xbc00178 s Context>handleSignal:
         0xbc04da8 s Context>handleSignal:
         0xbc099d8 s Context>handleSignal:
         0xbc0e608 s Context>handleSignal:
         0xbc13238 s Context>handleSignal:
         0xbc17e68 s Context>handleSignal:
         0xbc1ca98 s Context>handleSignal:
         0xbc216c8 s Context>handleSignal:
         0xbc262f8 s Context>handleSignal:
         0xbc2af28 s Context>handleSignal:
         0xbc2fb58 s Context>handleSignal:
         0xbc34788 s Context>handleSignal:
         0xbc393b8 s Context>handleSignal:
         0xbc3dfe8 s Context>handleSignal:
         0xbc42c18 s Context>handleSignal:
         0xbc47848 s Context>handleSignal:
         0xbc4c478 s Context>handleSignal:
         0xbc510a8 s Context>handleSignal:
         0xbc55da8 s Context>handleSignal:
         0xbc5a9d8 s Context>handleSignal:
         0xbc5f608 s Context>handleSignal:
         0xbc64238 s Context>handleSignal:
         0xbc68e68 s Context>handleSignal:
         0xbc6da98 s Context>handleSignal:
         0xbc726c8 s Context>handleSignal:
         0xbc772f8 s Context>handleSignal:
         0xbc7bf28 s Context>handleSignal:
         0xbc80b58 s Context>handleSignal:
         0xbc85788 s Context>handleSignal:
         0xbc8a3b8 s Context>handleSignal:
         0xbc8efe8 s Context>handleSignal:
         0xbc93c18 s Context>handleSignal:
         0xbc98848 s Context>handleSignal:
         0xbc9d478 s Context>handleSignal:
         0xbca20a8 s Context>handleSignal:
         0xbca6cd8 s Context>handleSignal:
         0xbcab908 s Context>handleSignal:
         0xbcb0538 s Context>handleSignal:
         0xbcb5168 s Context>handleSignal:
         0xbcb9d98 s Context>handleSignal:
         0xbcbe9c8 s Context>handleSignal:
         0xbcc35f8 s Context>handleSignal:
         0xbcc8228 s Context>handleSignal:
         0xbccce58 s Context>handleSignal:
         0xbcd1a88 s Context>handleSignal:
         0xbcd66b8 s Context>handleSignal:
         0xbcdb2e8 s Context>handleSignal:
         0xbcdff18 s Context>handleSignal:
         0xbce4b48 s Context>handleSignal:
         0xbce9778 s Context>handleSignal:
         0xbcee3a8 s Context>handleSignal:
         0xbcf2fd8 s Context>handleSignal:
         0xbcf7c08 s Context>handleSignal:
         0xbcfc838 s Context>handleSignal:
         0xbd01468 s Context>handleSignal:
         0xbd06098 s Context>handleSignal:
         0xbd0acc8 s Context>handleSignal:
         0xbd0f8f8 s Context>handleSignal:
         0xbd14528 s Context>handleSignal:
         0xbd19158 s Context>handleSignal:
         0xbd1dd88 s Context>handleSignal:
         0xbd229b8 s Context>handleSignal:
         0xbd275e8 s Context>handleSignal:
         0xbd2c218 s Context>handleSignal:
         0xbd30e48 s Context>handleSignal:
         0xbd35a78 s Context>handleSignal:
         0xbd3a6a8 s Context>handleSignal:
         0xbd3f2d8 s Context>handleSignal:
         0xbd43f08 s Context>handleSignal:
         0xbd48b38 s Context>handleSignal:
         0xbd4d768 s Context>handleSignal:
         0xbd52398 s Context>handleSignal:
         0xbd56fc8 s Context>handleSignal:
         0xbd5bbf8 s Context>handleSignal:
         0xbd60828 s Context>handleSignal:
         0xbd65458 s Context>handleSignal:
         0xbd6a088 s Context>handleSignal:
         0xbd6ecb8 s Context>handleSignal:
         0xbd738e8 s Context>handleSignal:
         0xbd78518 s Context>handleSignal:
         0xbd7d148 s Context>handleSignal:
         0xbd81d78 s Context>handleSignal:
         0xbd869a8 s Context>handleSignal:
         0xbd8b5d8 s Context>handleSignal:
         0xbd90208 s Context>handleSignal:
         0xbd94e38 s Context>handleSignal:
         0xbd99a68 s Context>handleSignal:
         0xbd9e698 s Context>handleSignal:
         0xbda32c8 s Context>handleSignal:
         0xbda7ef8 s Context>handleSignal:
         0xbdacb28 s Context>handleSignal:
         0xbdb1758 s Context>handleSignal:
         0xbdb6388 s Context>handleSignal:
         0xbdbafb8 s Context>handleSignal:
         0xbdbfbe8 s Context>handleSignal:
         0xbdc4818 s Context>handleSignal:
         0xbdc9448 s Context>handleSignal:
         0xbdce078 s Context>handleSignal:
         0xbdd2ca8 s Context>handleSignal:
         0xbdd78d8 s Context>handleSignal:
         0xbddc508 s Context>handleSignal:
         0xbde1138 s Context>handleSignal:
         0xbde5d68 s Context>handleSignal:
         0xbdea998 s Context>handleSignal:
         0xbdef5c8 s Context>handleSignal:
         0xbdf41f8 s Context>handleSignal:
         0xbdf8e28 s Context>handleSignal:
         0xbdfda58 s Context>handleSignal:
         0xbe02688 s Context>handleSignal:
         0xbe072b8 s Context>handleSignal:
         0xbe0bee8 s Context>handleSignal:
         0xbe10b18 s Context>handleSignal:
         0xbe15748 s Context>handleSignal:
         0xbe1a378 s Context>handleSignal:
         0xbe1efa8 s Context>handleSignal:
         0xbe23bd8 s Context>handleSignal:
         0xbe28808 s Context>handleSignal:
         0xbe2d438 s Context>handleSignal:
         0xbe32068 s Context>handleSignal:
         0xbe36c98 s Context>handleSignal:
         0xbe3b8c8 s Context>handleSignal:
         0xbe404f8 s Context>handleSignal:
         0xbe45128 s Context>handleSignal:
         0xbe49d58 s Context>handleSignal:
         0xbe4e988 s Context>handleSignal:
         0xbe535b8 s Context>handleSignal:
         0xbe581e8 s Context>handleSignal:
         0xbe5ce18 s Context>handleSignal:
         0xbe61a48 s Context>handleSignal:
         0xbe66678 s Context>handleSignal:
         0xbe6b2a8 s Context>handleSignal:
         0xbe6fed8 s Context>handleSignal:
         0xbe74b08 s Context>handleSignal:
         0xbe79738 s Context>handleSignal:
         0xbe7e2b0 s Context>handleSignal:
         0xbe82d70 s Context>handleSignal:
         0xbe87778 s Context>handleSignal:
         0xbe8c0c8 s Context>handleSignal:
         0xbe90960 s Context>handleSignal:
         0xbe95140 s Context>handleSignal:
         0xbe99868 s Context>handleSignal:
         0xbe9ded8 s Context>handleSignal:
         0xbea2490 s Context>handleSignal:
         0xbea6990 s Context>handleSignal:
         0xbf835b8 s Halt(Exception)>signal
         0xbf9eab0 s Halt class(Exception class)>signal
         0xbfd1d98 s Halt class>now
         0xbfc9c20 s FullBlockClosure(Object)>halt
         0xbff33a8 s FullBlockClosure>printOn:
         0xc016410 s Context>printOn:
         0xc0406a0 s Context>printDebugOn:
         0xc040980 s [] in Context>debugStack:on:
         0xc05bde0 s OrderedCollection>do:
         0xbfc99a8 s Context>debugStack:on:
         0xbff3158 s Context>shortDebugStackOn:
         0xc0161d8 s [] in SmalltalkImage>logError:inContext:
         0xc0403c0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf82af0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9dce8 s SmalltalkImage>logStdErrorDuring:
         0xbfd1090 s SmalltalkImage>logError:inContext:
         0xbff9a60 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01c6b8 s FullBlockClosure(BlockClosure)>ensure:
         0xc049008 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05f030 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06b8d8 s Halt(Exception)>unhandledErrorAction
         0xc088b48 s Halt(UnhandledException)>defaultAction
         0xc0e2358 s UndefinedObject>handleSignal:
         0xc0e2410 s Context>handleSignal:
         0xc0e24c8 s Context>handleSignal:
         0xc0e2580 s Context>handleSignal:
         0xc0e2638 s Context>handleSignal:
         0xc0e26f0 s Context>handleSignal:
         0xc0e27a8 s Context>handleSignal:
         0xc0e2860 s Context>handleSignal:
         0xc0e2918 s Context>handleSignal:
         0xc0e29d0 s Context>handleSignal:
         0xc0e2a88 s Context>handleSignal:
         0xc106fd0 s Context>handleSignal:
         0xc1126f0 s Context>handleSignal:
         0xc11d598 s Context>handleSignal:
         0xc127e80 s Context>handleSignal:
         0xc1326b0 s Context>handleSignal:
         0xc13cee0 s Context>handleSignal:
         0xc147710 s Context>handleSignal:
         0xc151f40 s Context>handleSignal:
         0xc15c770 s Context>handleSignal:
         0xc166fa0 s Context>handleSignal:
         0xc1717d0 s Context>handleSignal:
         0xc17c000 s Context>handleSignal:
         0xc186830 s Context>handleSignal:
         0xc191060 s Context>handleSignal:
         0xc19b890 s Context>handleSignal:
         0xc1a60c0 s Context>handleSignal:
         0xc1b08f0 s Context>handleSignal:
         0xc1bb120 s Context>handleSignal:
         0xc1c5950 s Context>handleSignal:
         0xc1d0180 s Context>handleSignal:
         0xc1da9b0 s Context>handleSignal:
         0xc1e51e0 s Context>handleSignal:
         0xc1efa10 s Context>handleSignal:
         0xc1fa240 s Context>handleSignal:
         0xc204a70 s Context>handleSignal:
         0xc20f2a0 s Context>handleSignal:
         0xc219ad0 s Context>handleSignal:
         0xc224300 s Context>handleSignal:
         0xc22eb30 s Context>handleSignal:
         0xc239360 s Context>handleSignal:
         0xc243b90 s Context>handleSignal:
         0xc24e3c0 s Context>handleSignal:
         0xc258bf0 s Context>handleSignal:
         0xb7da688 s Context>handleSignal:
         0xb7e4f70 s Context>handleSignal:
         0xb7ef858 s Context>handleSignal:
         0xb7fa140 s Context>handleSignal:
         0xb804a28 s Context>handleSignal:
         0xb80f310 s Context>handleSignal:
         0xb819bf8 s Context>handleSignal:
         0xb8244e0 s Context>handleSignal:
         0xb82edc8 s Context>handleSignal:
         0xb8396b0 s Context>handleSignal:
         0xb843f98 s Context>handleSignal:
         0xb84e880 s Context>handleSignal:
         0xb859168 s Context>handleSignal:
         0xb863a50 s Context>handleSignal:
         0xb86e338 s Context>handleSignal:
         0xb878c20 s Context>handleSignal:
         0xb883508 s Context>handleSignal:
         0xb88ddf0 s Context>handleSignal:
         0xb8986d8 s Context>handleSignal:
         0xb8a2fc0 s Context>handleSignal:
         0xb8ad8a8 s Context>handleSignal:
         0xb8b8190 s Context>handleSignal:
         0xb8c2a78 s Context>handleSignal:
         0xb8cd360 s Context>handleSignal:
         0xb8d7c48 s Context>handleSignal:
         0xb8e2530 s Context>handleSignal:
         0xb8ece18 s Context>handleSignal:
         0xb8f7700 s Context>handleSignal:
         0xb901fe8 s Context>handleSignal:
         0xb90c8d0 s Context>handleSignal:
         0xb9171b8 s Context>handleSignal:
         0xb921aa0 s Context>handleSignal:
         0xb92c388 s Context>handleSignal:
         0xb936c70 s Context>handleSignal:
         0xb941558 s Context>handleSignal:
         0xb94be40 s Context>handleSignal:
         0xb956728 s Context>handleSignal:
         0xb961010 s Context>handleSignal:
         0xb96b8f8 s Context>handleSignal:
         0xb9761e0 s Context>handleSignal:
         0xb980ac8 s Context>handleSignal:
         0xb98b3b0 s Context>handleSignal:
         0xb995c98 s Context>handleSignal:
         0xb9a0580 s Context>handleSignal:
         0xb9aae68 s Context>handleSignal:
         0xb9b5750 s Context>handleSignal:
         0xb9c0038 s Context>handleSignal:
         0xb9ca920 s Context>handleSignal:
         0xb9d5208 s Context>handleSignal:
         0xb9dfaf0 s Context>handleSignal:
         0xb9ea3d8 s Context>handleSignal:
         0xb9f4cc0 s Context>handleSignal:
         0xb9ff5a8 s Context>handleSignal:
         0xba09e90 s Context>handleSignal:
         0xba14778 s Context>handleSignal:
         0xba1f060 s Context>handleSignal:
         0xba29948 s Context>handleSignal:
         0xba34230 s Context>handleSignal:
         0xba3eb18 s Context>handleSignal:
         0xba45a80 s Context>handleSignal:
         0xba4abb8 s Context>handleSignal:
         0xba4fc38 s Context>handleSignal:
         0xba54c00 s Context>handleSignal:
         0xba59bc8 s Context>handleSignal:
         0xba5ead8 s Context>handleSignal:
         0xba63930 s Context>handleSignal:
         0xba686d0 s Context>handleSignal:
         0xba6d470 s Context>handleSignal:
         0xba72158 s Context>handleSignal:
         0xba76e40 s Context>handleSignal:
         0xba7bb28 s Context>handleSignal:
         0xba80810 s Context>handleSignal:
         0xba854f8 s Context>handleSignal:
         0xba8a1e0 s Context>handleSignal:
         0xba8eec8 s Context>handleSignal:
         0xba93bb0 s Context>handleSignal:
         0xba98898 s Context>handleSignal:
         0xba9d580 s Context>handleSignal:
         0xbaa2268 s Context>handleSignal:
         0xbaa6f50 s Context>handleSignal:
         0xbaabc38 s Context>handleSignal:
         0xbab0920 s Context>handleSignal:
         0xbab5608 s Context>handleSignal:
         0xbaba2f0 s Context>handleSignal:
         0xbabefd8 s Context>handleSignal:
         0xbac3cc0 s Context>handleSignal:
         0xbac89a8 s Context>handleSignal:
         0xbacd690 s Context>handleSignal:
         0xbad2378 s Context>handleSignal:
         0xbad7060 s Context>handleSignal:
         0xbadbd48 s Context>handleSignal:
         0xbae0a30 s Context>handleSignal:
         0xbae5718 s Context>handleSignal:
         0xbaea400 s Context>handleSignal:
         0xbaef0e8 s Context>handleSignal:
         0xbaf3dd0 s Context>handleSignal:
         0xbaf8ab8 s Context>handleSignal:
         0xbafd7a0 s Context>handleSignal:
         0xbb02488 s Context>handleSignal:
         0xbb07170 s Context>handleSignal:
         0xbb0be58 s Context>handleSignal:
         0xbb10b40 s Context>handleSignal:
         0xbb15828 s Context>handleSignal:
         0xbb1a510 s Context>handleSignal:
         0xbb1f1f8 s Context>handleSignal:
         0xbb23ee0 s Context>handleSignal:
         0xbb28bc8 s Context>handleSignal:
         0xbb2d8b0 s Context>handleSignal:
         0xbb32598 s Context>handleSignal:
         0xbb37280 s Context>handleSignal:
         0xbb3bf68 s Context>handleSignal:
         0xbb40c50 s Context>handleSignal:
         0xbb45938 s Context>handleSignal:
         0xbb4a620 s Context>handleSignal:
         0xbb4f308 s Context>handleSignal:
         0xbb53ff0 s Context>handleSignal:
         0xbb58cd8 s Context>handleSignal:
         0xbb5d9c0 s Context>handleSignal:
         0xbb626a8 s Context>handleSignal:
         0xbb67390 s Context>handleSignal:
         0xbb6c078 s Context>handleSignal:
         0xbb70d60 s Context>handleSignal:
         0xbb75a48 s Context>handleSignal:
         0xbb7a730 s Context>handleSignal:
         0xbb7f418 s Context>handleSignal:
         0xbb84100 s Context>handleSignal:
         0xbb88de8 s Context>handleSignal:
         0xbb8dad0 s Context>handleSignal:
         0xbb927b8 s Context>handleSignal:
         0xbb974a0 s Context>handleSignal:
         0xbb9c0d0 s Context>handleSignal:
         0xbba0d00 s Context>handleSignal:
         0xbba5930 s Context>handleSignal:
         0xbbaa560 s Context>handleSignal:
         0xbbaf190 s Context>handleSignal:
         0xbbb3dc0 s Context>handleSignal:
         0xbbb89f0 s Context>handleSignal:
         0xbbbd620 s Context>handleSignal:
         0xbbc2250 s Context>handleSignal:
         0xbbc6e80 s Context>handleSignal:
         0xbbcbab0 s Context>handleSignal:
         0xbbd06e0 s Context>handleSignal:
         0xbbd5310 s Context>handleSignal:
         0xbbd9f40 s Context>handleSignal:
         0xbbdeb70 s Context>handleSignal:
         0xbbe37a0 s Context>handleSignal:
         0xbbe83d0 s Context>handleSignal:
         0xbbed000 s Context>handleSignal:
         0xbbf1c30 s Context>handleSignal:
         0xbbf6860 s Context>handleSignal:
         0xbbfb490 s Context>handleSignal:
         0xbc000c0 s Context>handleSignal:
         0xbc04cf0 s Context>handleSignal:
         0xbc09920 s Context>handleSignal:
         0xbc0e550 s Context>handleSignal:
         0xbc13180 s Context>handleSignal:
         0xbc17db0 s Context>handleSignal:
         0xbc1c9e0 s Context>handleSignal:
         0xbc21610 s Context>handleSignal:
         0xbc26240 s Context>handleSignal:
         0xbc2ae70 s Context>handleSignal:
         0xbc2faa0 s Context>handleSignal:
         0xbc346d0 s Context>handleSignal:
         0xbc39300 s Context>handleSignal:
         0xbc3df30 s Context>handleSignal:
         0xbc42b60 s Context>handleSignal:
         0xbc47790 s Context>handleSignal:
         0xbc4c3c0 s Context>handleSignal:
         0xbc50ff0 s Context>handleSignal:
         0xbc55cf0 s Context>handleSignal:
         0xbc5a920 s Context>handleSignal:
         0xbc5f550 s Context>handleSignal:
         0xbc64180 s Context>handleSignal:
         0xbc68db0 s Context>handleSignal:
         0xbc6d9e0 s Context>handleSignal:
         0xbc72610 s Context>handleSignal:
         0xbc77240 s Context>handleSignal:
         0xbc7be70 s Context>handleSignal:
         0xbc80aa0 s Context>handleSignal:
         0xbc856d0 s Context>handleSignal:
         0xbc8a300 s Context>handleSignal:
         0xbc8ef30 s Context>handleSignal:
         0xbc93b60 s Context>handleSignal:
         0xbc98790 s Context>handleSignal:
         0xbc9d3c0 s Context>handleSignal:
         0xbca1ff0 s Context>handleSignal:
         0xbca6c20 s Context>handleSignal:
         0xbcab850 s Context>handleSignal:
         0xbcb0480 s Context>handleSignal:
         0xbcb50b0 s Context>handleSignal:
         0xbcb9ce0 s Context>handleSignal:
         0xbcbe910 s Context>handleSignal:
         0xbcc3540 s Context>handleSignal:
         0xbcc8170 s Context>handleSignal:
         0xbcccda0 s Context>handleSignal:
         0xbcd19d0 s Context>handleSignal:
         0xbcd6600 s Context>handleSignal:
         0xbcdb230 s Context>handleSignal:
         0xbcdfe60 s Context>handleSignal:
         0xbce4a90 s Context>handleSignal:
         0xbce96c0 s Context>handleSignal:
         0xbcee2f0 s Context>handleSignal:
         0xbcf2f20 s Context>handleSignal:
         0xbcf7b50 s Context>handleSignal:
         0xbcfc780 s Context>handleSignal:
         0xbd013b0 s Context>handleSignal:
         0xbd05fe0 s Context>handleSignal:
         0xbd0ac10 s Context>handleSignal:
         0xbd0f840 s Context>handleSignal:
         0xbd14470 s Context>handleSignal:
         0xbd190a0 s Context>handleSignal:
         0xbd1dcd0 s Context>handleSignal:
         0xbd22900 s Context>handleSignal:
         0xbd27530 s Context>handleSignal:
         0xbd2c160 s Context>handleSignal:
         0xbd30d90 s Context>handleSignal:
         0xbd359c0 s Context>handleSignal:
         0xbd3a5f0 s Context>handleSignal:
         0xbd3f220 s Context>handleSignal:
         0xbd43e50 s Context>handleSignal:
         0xbd48a80 s Context>handleSignal:
         0xbd4d6b0 s Context>handleSignal:
         0xbd522e0 s Context>handleSignal:
         0xbd56f10 s Context>handleSignal:
         0xbd5bb40 s Context>handleSignal:
         0xbd60770 s Context>handleSignal:
         0xbd653a0 s Context>handleSignal:
         0xbd69fd0 s Context>handleSignal:
         0xbd6ec00 s Context>handleSignal:
         0xbd73830 s Context>handleSignal:
         0xbd78460 s Context>handleSignal:
         0xbd7d090 s Context>handleSignal:
         0xbd81cc0 s Context>handleSignal:
         0xbd868f0 s Context>handleSignal:
         0xbd8b520 s Context>handleSignal:
         0xbd90150 s Context>handleSignal:
         0xbd94d80 s Context>handleSignal:
         0xbd999b0 s Context>handleSignal:
         0xbd9e5e0 s Context>handleSignal:
         0xbda3210 s Context>handleSignal:
         0xbda7e40 s Context>handleSignal:
         0xbdaca70 s Context>handleSignal:
         0xbdb16a0 s Context>handleSignal:
         0xbdb62d0 s Context>handleSignal:
         0xbdbaf00 s Context>handleSignal:
         0xbdbfb30 s Context>handleSignal:
         0xbdc4760 s Context>handleSignal:
         0xbdc9390 s Context>handleSignal:
         0xbdcdfc0 s Context>handleSignal:
         0xbdd2bf0 s Context>handleSignal:
         0xbdd7820 s Context>handleSignal:
         0xbddc450 s Context>handleSignal:
         0xbde1080 s Context>handleSignal:
         0xbde5cb0 s Context>handleSignal:
         0xbdea8e0 s Context>handleSignal:
         0xbdef510 s Context>handleSignal:
         0xbdf4140 s Context>handleSignal:
         0xbdf8d70 s Context>handleSignal:
         0xbdfd9a0 s Context>handleSignal:
         0xbe025d0 s Context>handleSignal:
         0xbe07200 s Context>handleSignal:
         0xbe0be30 s Context>handleSignal:
         0xbe10a60 s Context>handleSignal:
         0xbe15690 s Context>handleSignal:
         0xbe1a2c0 s Context>handleSignal:
         0xbe1eef0 s Context>handleSignal:
         0xbe23b20 s Context>handleSignal:
         0xbe28750 s Context>handleSignal:
         0xbe2d380 s Context>handleSignal:
         0xbe31fb0 s Context>handleSignal:
         0xbe36be0 s Context>handleSignal:
         0xbe3b810 s Context>handleSignal:
         0xbe40440 s Context>handleSignal:
         0xbe45070 s Context>handleSignal:
         0xbe49ca0 s Context>handleSignal:
         0xbe4e8d0 s Context>handleSignal:
         0xbe53500 s Context>handleSignal:
         0xbe58130 s Context>handleSignal:
         0xbe5cd60 s Context>handleSignal:
         0xbe61990 s Context>handleSignal:
         0xbe665c0 s Context>handleSignal:
         0xbe6b1f0 s Context>handleSignal:
         0xbe6fe20 s Context>handleSignal:
         0xbe74a50 s Context>handleSignal:
         0xbe79680 s Context>handleSignal:
         0xbe7e1f8 s Context>handleSignal:
         0xbe82cb8 s Context>handleSignal:
         0xbe876c0 s Context>handleSignal:
         0xbe8c010 s Context>handleSignal:
         0xbe908a8 s Context>handleSignal:
         0xbe95088 s Context>handleSignal:
         0xbe997b0 s Context>handleSignal:
         0xbe9de20 s Context>handleSignal:
         0xbea23d8 s Context>handleSignal:
         0xbf83448 s Halt(Exception)>signal
         0xbf9e8e0 s Halt class(Exception class)>signal
         0xbfd1be0 s Halt class>now
         0xbfc9a60 s FullBlockClosure(Object)>halt
         0xbff3210 s FullBlockClosure>printOn:
         0xc016290 s Context>printOn:
         0xc040478 s Context>printDebugOn:
         0xc040758 s [] in Context>debugStack:on:
         0xc05bd28 s OrderedCollection>do:
         0xbfc97e8 s Context>debugStack:on:
         0xbff2fc0 s Context>shortDebugStackOn:
         0xc016058 s [] in SmalltalkImage>logError:inContext:
         0xc040198 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf82980 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9db18 s SmalltalkImage>logStdErrorDuring:
         0xbfd0ed8 s SmalltalkImage>logError:inContext:
         0xbff9998 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01c5c8 s FullBlockClosure(BlockClosure)>ensure:
         0xc048f28 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05ef78 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06b820 s Halt(Exception)>unhandledErrorAction
         0xc088a90 s Halt(UnhandledException)>defaultAction
         0xc0e1b70 s UndefinedObject>handleSignal:
         0xc0e1c28 s Context>handleSignal:
         0xc0e1ce0 s Context>handleSignal:
         0xc0e1d98 s Context>handleSignal:
         0xc0e1e50 s Context>handleSignal:
         0xc0e1f08 s Context>handleSignal:
         0xc0e1fc0 s Context>handleSignal:
         0xc0e2078 s Context>handleSignal:
         0xc0e2130 s Context>handleSignal:
         0xc0e21e8 s Context>handleSignal:
         0xc0e22a0 s Context>handleSignal:
         0xc106f18 s Context>handleSignal:
         0xc112638 s Context>handleSignal:
         0xc11d4e0 s Context>handleSignal:
         0xc127dc8 s Context>handleSignal:
         0xc1325f8 s Context>handleSignal:
         0xc13ce28 s Context>handleSignal:
         0xc147658 s Context>handleSignal:
         0xc151e88 s Context>handleSignal:
         0xc15c6b8 s Context>handleSignal:
         0xc166ee8 s Context>handleSignal:
         0xc171718 s Context>handleSignal:
         0xc17bf48 s Context>handleSignal:
         0xc186778 s Context>handleSignal:
         0xc190fa8 s Context>handleSignal:
         0xc19b7d8 s Context>handleSignal:
         0xc1a6008 s Context>handleSignal:
         0xc1b0838 s Context>handleSignal:
         0xc1bb068 s Context>handleSignal:
         0xc1c5898 s Context>handleSignal:
         0xc1d00c8 s Context>handleSignal:
         0xc1da8f8 s Context>handleSignal:
         0xc1e5128 s Context>handleSignal:
         0xc1ef958 s Context>handleSignal:
         0xc1fa188 s Context>handleSignal:
         0xc2049b8 s Context>handleSignal:
         0xc20f1e8 s Context>handleSignal:
         0xc219a18 s Context>handleSignal:
         0xc224248 s Context>handleSignal:
         0xc22ea78 s Context>handleSignal:
         0xc2392a8 s Context>handleSignal:
         0xc243ad8 s Context>handleSignal:
         0xc24e308 s Context>handleSignal:
         0xc258b38 s Context>handleSignal:
         0xb7da5d0 s Context>handleSignal:
         0xb7e4eb8 s Context>handleSignal:
         0xb7ef7a0 s Context>handleSignal:
         0xb7fa088 s Context>handleSignal:
         0xb804970 s Context>handleSignal:
         0xb80f258 s Context>handleSignal:
         0xb819b40 s Context>handleSignal:
         0xb824428 s Context>handleSignal:
         0xb82ed10 s Context>handleSignal:
         0xb8395f8 s Context>handleSignal:
         0xb843ee0 s Context>handleSignal:
         0xb84e7c8 s Context>handleSignal:
         0xb8590b0 s Context>handleSignal:
         0xb863998 s Context>handleSignal:
         0xb86e280 s Context>handleSignal:
         0xb878b68 s Context>handleSignal:
         0xb883450 s Context>handleSignal:
         0xb88dd38 s Context>handleSignal:
         0xb898620 s Context>handleSignal:
         0xb8a2f08 s Context>handleSignal:
         0xb8ad7f0 s Context>handleSignal:
         0xb8b80d8 s Context>handleSignal:
         0xb8c29c0 s Context>handleSignal:
         0xb8cd2a8 s Context>handleSignal:
         0xb8d7b90 s Context>handleSignal:
         0xb8e2478 s Context>handleSignal:
         0xb8ecd60 s Context>handleSignal:
         0xb8f7648 s Context>handleSignal:
         0xb901f30 s Context>handleSignal:
         0xb90c818 s Context>handleSignal:
         0xb917100 s Context>handleSignal:
         0xb9219e8 s Context>handleSignal:
         0xb92c2d0 s Context>handleSignal:
         0xb936bb8 s Context>handleSignal:
         0xb9414a0 s Context>handleSignal:
         0xb94bd88 s Context>handleSignal:
         0xb956670 s Context>handleSignal:
         0xb960f58 s Context>handleSignal:
         0xb96b840 s Context>handleSignal:
         0xb976128 s Context>handleSignal:
         0xb980a10 s Context>handleSignal:
         0xb98b2f8 s Context>handleSignal:
         0xb995be0 s Context>handleSignal:
         0xb9a04c8 s Context>handleSignal:
         0xb9aadb0 s Context>handleSignal:
         0xb9b5698 s Context>handleSignal:
         0xb9bff80 s Context>handleSignal:
         0xb9ca868 s Context>handleSignal:
         0xb9d5150 s Context>handleSignal:
         0xb9dfa38 s Context>handleSignal:
         0xb9ea320 s Context>handleSignal:
         0xb9f4c08 s Context>handleSignal:
         0xb9ff4f0 s Context>handleSignal:
         0xba09dd8 s Context>handleSignal:
         0xba146c0 s Context>handleSignal:
         0xba1efa8 s Context>handleSignal:
         0xba29890 s Context>handleSignal:
         0xba34178 s Context>handleSignal:
         0xba3ea60 s Context>handleSignal:
         0xba459c8 s Context>handleSignal:
         0xba4ab00 s Context>handleSignal:
         0xba4fb80 s Context>handleSignal:
         0xba54b48 s Context>handleSignal:
         0xba59b10 s Context>handleSignal:
         0xba5ea20 s Context>handleSignal:
         0xba63878 s Context>handleSignal:
         0xba68618 s Context>handleSignal:
         0xba6d3b8 s Context>handleSignal:
         0xba720a0 s Context>handleSignal:
         0xba76d88 s Context>handleSignal:
         0xba7ba70 s Context>handleSignal:
         0xba80758 s Context>handleSignal:
         0xba85440 s Context>handleSignal:
         0xba8a128 s Context>handleSignal:
         0xba8ee10 s Context>handleSignal:
         0xba93af8 s Context>handleSignal:
         0xba987e0 s Context>handleSignal:
         0xba9d4c8 s Context>handleSignal:
         0xbaa21b0 s Context>handleSignal:
         0xbaa6e98 s Context>handleSignal:
         0xbaabb80 s Context>handleSignal:
         0xbab0868 s Context>handleSignal:
         0xbab5550 s Context>handleSignal:
         0xbaba238 s Context>handleSignal:
         0xbabef20 s Context>handleSignal:
         0xbac3c08 s Context>handleSignal:
         0xbac88f0 s Context>handleSignal:
         0xbacd5d8 s Context>handleSignal:
         0xbad22c0 s Context>handleSignal:
         0xbad6fa8 s Context>handleSignal:
         0xbadbc90 s Context>handleSignal:
         0xbae0978 s Context>handleSignal:
         0xbae5660 s Context>handleSignal:
         0xbaea348 s Context>handleSignal:
         0xbaef030 s Context>handleSignal:
         0xbaf3d18 s Context>handleSignal:
         0xbaf8a00 s Context>handleSignal:
         0xbafd6e8 s Context>handleSignal:
         0xbb023d0 s Context>handleSignal:
         0xbb070b8 s Context>handleSignal:
         0xbb0bda0 s Context>handleSignal:
         0xbb10a88 s Context>handleSignal:
         0xbb15770 s Context>handleSignal:
         0xbb1a458 s Context>handleSignal:
         0xbb1f140 s Context>handleSignal:
         0xbb23e28 s Context>handleSignal:
         0xbb28b10 s Context>handleSignal:
         0xbb2d7f8 s Context>handleSignal:
         0xbb324e0 s Context>handleSignal:
         0xbb371c8 s Context>handleSignal:
         0xbb3beb0 s Context>handleSignal:
         0xbb40b98 s Context>handleSignal:
         0xbb45880 s Context>handleSignal:
         0xbb4a568 s Context>handleSignal:
         0xbb4f250 s Context>handleSignal:
         0xbb53f38 s Context>handleSignal:
         0xbb58c20 s Context>handleSignal:
         0xbb5d908 s Context>handleSignal:
         0xbb625f0 s Context>handleSignal:
         0xbb672d8 s Context>handleSignal:
         0xbb6bfc0 s Context>handleSignal:
         0xbb70ca8 s Context>handleSignal:
         0xbb75990 s Context>handleSignal:
         0xbb7a678 s Context>handleSignal:
         0xbb7f360 s Context>handleSignal:
         0xbb84048 s Context>handleSignal:
         0xbb88d30 s Context>handleSignal:
         0xbb8da18 s Context>handleSignal:
         0xbb92700 s Context>handleSignal:
         0xbb973e8 s Context>handleSignal:
         0xbb9c018 s Context>handleSignal:
         0xbba0c48 s Context>handleSignal:
         0xbba5878 s Context>handleSignal:
         0xbbaa4a8 s Context>handleSignal:
         0xbbaf0d8 s Context>handleSignal:
         0xbbb3d08 s Context>handleSignal:
         0xbbb8938 s Context>handleSignal:
         0xbbbd568 s Context>handleSignal:
         0xbbc2198 s Context>handleSignal:
         0xbbc6dc8 s Context>handleSignal:
         0xbbcb9f8 s Context>handleSignal:
         0xbbd0628 s Context>handleSignal:
         0xbbd5258 s Context>handleSignal:
         0xbbd9e88 s Context>handleSignal:
         0xbbdeab8 s Context>handleSignal:
         0xbbe36e8 s Context>handleSignal:
         0xbbe8318 s Context>handleSignal:
         0xbbecf48 s Context>handleSignal:
         0xbbf1b78 s Context>handleSignal:
         0xbbf67a8 s Context>handleSignal:
         0xbbfb3d8 s Context>handleSignal:
         0xbc00008 s Context>handleSignal:
         0xbc04c38 s Context>handleSignal:
         0xbc09868 s Context>handleSignal:
         0xbc0e498 s Context>handleSignal:
         0xbc130c8 s Context>handleSignal:
         0xbc17cf8 s Context>handleSignal:
         0xbc1c928 s Context>handleSignal:
         0xbc21558 s Context>handleSignal:
         0xbc26188 s Context>handleSignal:
         0xbc2adb8 s Context>handleSignal:
         0xbc2f9e8 s Context>handleSignal:
         0xbc34618 s Context>handleSignal:
         0xbc39248 s Context>handleSignal:
         0xbc3de78 s Context>handleSignal:
         0xbc42aa8 s Context>handleSignal:
         0xbc476d8 s Context>handleSignal:
         0xbc4c308 s Context>handleSignal:
         0xbc50f38 s Context>handleSignal:
         0xbc55c38 s Context>handleSignal:
         0xbc5a868 s Context>handleSignal:
         0xbc5f498 s Context>handleSignal:
         0xbc640c8 s Context>handleSignal:
         0xbc68cf8 s Context>handleSignal:
         0xbc6d928 s Context>handleSignal:
         0xbc72558 s Context>handleSignal:
         0xbc77188 s Context>handleSignal:
         0xbc7bdb8 s Context>handleSignal:
         0xbc809e8 s Context>handleSignal:
         0xbc85618 s Context>handleSignal:
         0xbc8a248 s Context>handleSignal:
         0xbc8ee78 s Context>handleSignal:
         0xbc93aa8 s Context>handleSignal:
         0xbc986d8 s Context>handleSignal:
         0xbc9d308 s Context>handleSignal:
         0xbca1f38 s Context>handleSignal:
         0xbca6b68 s Context>handleSignal:
         0xbcab798 s Context>handleSignal:
         0xbcb03c8 s Context>handleSignal:
         0xbcb4ff8 s Context>handleSignal:
         0xbcb9c28 s Context>handleSignal:
         0xbcbe858 s Context>handleSignal:
         0xbcc3488 s Context>handleSignal:
         0xbcc80b8 s Context>handleSignal:
         0xbcccce8 s Context>handleSignal:
         0xbcd1918 s Context>handleSignal:
         0xbcd6548 s Context>handleSignal:
         0xbcdb178 s Context>handleSignal:
         0xbcdfda8 s Context>handleSignal:
         0xbce49d8 s Context>handleSignal:
         0xbce9608 s Context>handleSignal:
         0xbcee238 s Context>handleSignal:
         0xbcf2e68 s Context>handleSignal:
         0xbcf7a98 s Context>handleSignal:
         0xbcfc6c8 s Context>handleSignal:
         0xbd012f8 s Context>handleSignal:
         0xbd05f28 s Context>handleSignal:
         0xbd0ab58 s Context>handleSignal:
         0xbd0f788 s Context>handleSignal:
         0xbd143b8 s Context>handleSignal:
         0xbd18fe8 s Context>handleSignal:
         0xbd1dc18 s Context>handleSignal:
         0xbd22848 s Context>handleSignal:
         0xbd27478 s Context>handleSignal:
         0xbd2c0a8 s Context>handleSignal:
         0xbd30cd8 s Context>handleSignal:
         0xbd35908 s Context>handleSignal:
         0xbd3a538 s Context>handleSignal:
         0xbd3f168 s Context>handleSignal:
         0xbd43d98 s Context>handleSignal:
         0xbd489c8 s Context>handleSignal:
         0xbd4d5f8 s Context>handleSignal:
         0xbd52228 s Context>handleSignal:
         0xbd56e58 s Context>handleSignal:
         0xbd5ba88 s Context>handleSignal:
         0xbd606b8 s Context>handleSignal:
         0xbd652e8 s Context>handleSignal:
         0xbd69f18 s Context>handleSignal:
         0xbd6eb48 s Context>handleSignal:
         0xbd73778 s Context>handleSignal:
         0xbd783a8 s Context>handleSignal:
         0xbd7cfd8 s Context>handleSignal:
         0xbd81c08 s Context>handleSignal:
         0xbd86838 s Context>handleSignal:
         0xbd8b468 s Context>handleSignal:
         0xbd90098 s Context>handleSignal:
         0xbd94cc8 s Context>handleSignal:
         0xbd998f8 s Context>handleSignal:
         0xbd9e528 s Context>handleSignal:
         0xbda3158 s Context>handleSignal:
         0xbda7d88 s Context>handleSignal:
         0xbdac9b8 s Context>handleSignal:
         0xbdb15e8 s Context>handleSignal:
         0xbdb6218 s Context>handleSignal:
         0xbdbae48 s Context>handleSignal:
         0xbdbfa78 s Context>handleSignal:
         0xbdc46a8 s Context>handleSignal:
         0xbdc92d8 s Context>handleSignal:
         0xbdcdf08 s Context>handleSignal:
         0xbdd2b38 s Context>handleSignal:
         0xbdd7768 s Context>handleSignal:
         0xbddc398 s Context>handleSignal:
         0xbde0fc8 s Context>handleSignal:
         0xbde5bf8 s Context>handleSignal:
         0xbdea828 s Context>handleSignal:
         0xbdef458 s Context>handleSignal:
         0xbdf4088 s Context>handleSignal:
         0xbdf8cb8 s Context>handleSignal:
         0xbdfd8e8 s Context>handleSignal:
         0xbe02518 s Context>handleSignal:
         0xbe07148 s Context>handleSignal:
         0xbe0bd78 s Context>handleSignal:
         0xbe109a8 s Context>handleSignal:
         0xbe155d8 s Context>handleSignal:
         0xbe1a208 s Context>handleSignal:
         0xbe1ee38 s Context>handleSignal:
         0xbe23a68 s Context>handleSignal:
         0xbe28698 s Context>handleSignal:
         0xbe2d2c8 s Context>handleSignal:
         0xbe31ef8 s Context>handleSignal:
         0xbe36b28 s Context>handleSignal:
         0xbe3b758 s Context>handleSignal:
         0xbe40388 s Context>handleSignal:
         0xbe44fb8 s Context>handleSignal:
         0xbe49be8 s Context>handleSignal:
         0xbe4e818 s Context>handleSignal:
         0xbe53448 s Context>handleSignal:
         0xbe58078 s Context>handleSignal:
         0xbe5cca8 s Context>handleSignal:
         0xbe618d8 s Context>handleSignal:
         0xbe66508 s Context>handleSignal:
         0xbe6b138 s Context>handleSignal:
         0xbe6fd68 s Context>handleSignal:
         0xbe74998 s Context>handleSignal:
         0xbe795c8 s Context>handleSignal:
         0xbe7e140 s Context>handleSignal:
         0xbe82c00 s Context>handleSignal:
         0xbe87608 s Context>handleSignal:
         0xbe8bf58 s Context>handleSignal:
         0xbe907f0 s Context>handleSignal:
         0xbe94fd0 s Context>handleSignal:
         0xbe996f8 s Context>handleSignal:
         0xbe9dd68 s Context>handleSignal:
         0xbf832d8 s Halt(Exception)>signal
         0xbf9e710 s Halt class(Exception class)>signal
         0xbfd1a28 s Halt class>now
         0xbfc98a0 s FullBlockClosure(Object)>halt
         0xbff3078 s FullBlockClosure>printOn:
         0xc016110 s Context>printOn:
         0xc040250 s Context>printDebugOn:
         0xc040530 s [] in Context>debugStack:on:
         0xc05bc70 s OrderedCollection>do:
         0xbfc9628 s Context>debugStack:on:
         0xbff2e28 s Context>shortDebugStackOn:
         0xc015ed8 s [] in SmalltalkImage>logError:inContext:
         0xc03ff70 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf82810 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9d948 s SmalltalkImage>logStdErrorDuring:
         0xbfd0d20 s SmalltalkImage>logError:inContext:
         0xbff98d0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01c4d8 s FullBlockClosure(BlockClosure)>ensure:
         0xc048e48 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05eec0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06b768 s Halt(Exception)>unhandledErrorAction
         0xc0889d8 s Halt(UnhandledException)>defaultAction
         0xc0e1388 s UndefinedObject>handleSignal:
         0xc0e1440 s Context>handleSignal:
         0xc0e14f8 s Context>handleSignal:
         0xc0e15b0 s Context>handleSignal:
         0xc0e1668 s Context>handleSignal:
         0xc0e1720 s Context>handleSignal:
         0xc0e17d8 s Context>handleSignal:
         0xc0e1890 s Context>handleSignal:
         0xc0e1948 s Context>handleSignal:
         0xc0e1a00 s Context>handleSignal:
         0xc0e1ab8 s Context>handleSignal:
         0xc106e60 s Context>handleSignal:
         0xc112580 s Context>handleSignal:
         0xc11d428 s Context>handleSignal:
         0xc127d10 s Context>handleSignal:
         0xc132540 s Context>handleSignal:
         0xc13cd70 s Context>handleSignal:
         0xc1475a0 s Context>handleSignal:
         0xc151dd0 s Context>handleSignal:
         0xc15c600 s Context>handleSignal:
         0xc166e30 s Context>handleSignal:
         0xc171660 s Context>handleSignal:
         0xc17be90 s Context>handleSignal:
         0xc1866c0 s Context>handleSignal:
         0xc190ef0 s Context>handleSignal:
         0xc19b720 s Context>handleSignal:
         0xc1a5f50 s Context>handleSignal:
         0xc1b0780 s Context>handleSignal:
         0xc1bafb0 s Context>handleSignal:
         0xc1c57e0 s Context>handleSignal:
         0xc1d0010 s Context>handleSignal:
         0xc1da840 s Context>handleSignal:
         0xc1e5070 s Context>handleSignal:
         0xc1ef8a0 s Context>handleSignal:
         0xc1fa0d0 s Context>handleSignal:
         0xc204900 s Context>handleSignal:
         0xc20f130 s Context>handleSignal:
         0xc219960 s Context>handleSignal:
         0xc224190 s Context>handleSignal:
         0xc22e9c0 s Context>handleSignal:
         0xc2391f0 s Context>handleSignal:
         0xc243a20 s Context>handleSignal:
         0xc24e250 s Context>handleSignal:
         0xc258a80 s Context>handleSignal:
         0xb7da518 s Context>handleSignal:
         0xb7e4e00 s Context>handleSignal:
         0xb7ef6e8 s Context>handleSignal:
         0xb7f9fd0 s Context>handleSignal:
         0xb8048b8 s Context>handleSignal:
         0xb80f1a0 s Context>handleSignal:
         0xb819a88 s Context>handleSignal:
         0xb824370 s Context>handleSignal:
         0xb82ec58 s Context>handleSignal:
         0xb839540 s Context>handleSignal:
         0xb843e28 s Context>handleSignal:
         0xb84e710 s Context>handleSignal:
         0xb858ff8 s Context>handleSignal:
         0xb8638e0 s Context>handleSignal:
         0xb86e1c8 s Context>handleSignal:
         0xb878ab0 s Context>handleSignal:
         0xb883398 s Context>handleSignal:
         0xb88dc80 s Context>handleSignal:
         0xb898568 s Context>handleSignal:
         0xb8a2e50 s Context>handleSignal:
         0xb8ad738 s Context>handleSignal:
         0xb8b8020 s Context>handleSignal:
         0xb8c2908 s Context>handleSignal:
         0xb8cd1f0 s Context>handleSignal:
         0xb8d7ad8 s Context>handleSignal:
         0xb8e23c0 s Context>handleSignal:
         0xb8ecca8 s Context>handleSignal:
         0xb8f7590 s Context>handleSignal:
         0xb901e78 s Context>handleSignal:
         0xb90c760 s Context>handleSignal:
         0xb917048 s Context>handleSignal:
         0xb921930 s Context>handleSignal:
         0xb92c218 s Context>handleSignal:
         0xb936b00 s Context>handleSignal:
         0xb9413e8 s Context>handleSignal:
         0xb94bcd0 s Context>handleSignal:
         0xb9565b8 s Context>handleSignal:
         0xb960ea0 s Context>handleSignal:
         0xb96b788 s Context>handleSignal:
         0xb976070 s Context>handleSignal:
         0xb980958 s Context>handleSignal:
         0xb98b240 s Context>handleSignal:
         0xb995b28 s Context>handleSignal:
         0xb9a0410 s Context>handleSignal:
         0xb9aacf8 s Context>handleSignal:
         0xb9b55e0 s Context>handleSignal:
         0xb9bfec8 s Context>handleSignal:
         0xb9ca7b0 s Context>handleSignal:
         0xb9d5098 s Context>handleSignal:
         0xb9df980 s Context>handleSignal:
         0xb9ea268 s Context>handleSignal:
         0xb9f4b50 s Context>handleSignal:
         0xb9ff438 s Context>handleSignal:
         0xba09d20 s Context>handleSignal:
         0xba14608 s Context>handleSignal:
         0xba1eef0 s Context>handleSignal:
         0xba297d8 s Context>handleSignal:
         0xba340c0 s Context>handleSignal:
         0xba3e9a8 s Context>handleSignal:
         0xba45910 s Context>handleSignal:
         0xba4aa48 s Context>handleSignal:
         0xba4fac8 s Context>handleSignal:
         0xba54a90 s Context>handleSignal:
         0xba59a58 s Context>handleSignal:
         0xba5e968 s Context>handleSignal:
         0xba637c0 s Context>handleSignal:
         0xba68560 s Context>handleSignal:
         0xba6d300 s Context>handleSignal:
         0xba71fe8 s Context>handleSignal:
         0xba76cd0 s Context>handleSignal:
         0xba7b9b8 s Context>handleSignal:
         0xba806a0 s Context>handleSignal:
         0xba85388 s Context>handleSignal:
         0xba8a070 s Context>handleSignal:
         0xba8ed58 s Context>handleSignal:
         0xba93a40 s Context>handleSignal:
         0xba98728 s Context>handleSignal:
         0xba9d410 s Context>handleSignal:
         0xbaa20f8 s Context>handleSignal:
         0xbaa6de0 s Context>handleSignal:
         0xbaabac8 s Context>handleSignal:
         0xbab07b0 s Context>handleSignal:
         0xbab5498 s Context>handleSignal:
         0xbaba180 s Context>handleSignal:
         0xbabee68 s Context>handleSignal:
         0xbac3b50 s Context>handleSignal:
         0xbac8838 s Context>handleSignal:
         0xbacd520 s Context>handleSignal:
         0xbad2208 s Context>handleSignal:
         0xbad6ef0 s Context>handleSignal:
         0xbadbbd8 s Context>handleSignal:
         0xbae08c0 s Context>handleSignal:
         0xbae55a8 s Context>handleSignal:
         0xbaea290 s Context>handleSignal:
         0xbaeef78 s Context>handleSignal:
         0xbaf3c60 s Context>handleSignal:
         0xbaf8948 s Context>handleSignal:
         0xbafd630 s Context>handleSignal:
         0xbb02318 s Context>handleSignal:
         0xbb07000 s Context>handleSignal:
         0xbb0bce8 s Context>handleSignal:
         0xbb109d0 s Context>handleSignal:
         0xbb156b8 s Context>handleSignal:
         0xbb1a3a0 s Context>handleSignal:
         0xbb1f088 s Context>handleSignal:
         0xbb23d70 s Context>handleSignal:
         0xbb28a58 s Context>handleSignal:
         0xbb2d740 s Context>handleSignal:
         0xbb32428 s Context>handleSignal:
         0xbb37110 s Context>handleSignal:
         0xbb3bdf8 s Context>handleSignal:
         0xbb40ae0 s Context>handleSignal:
         0xbb457c8 s Context>handleSignal:
         0xbb4a4b0 s Context>handleSignal:
         0xbb4f198 s Context>handleSignal:
         0xbb53e80 s Context>handleSignal:
         0xbb58b68 s Context>handleSignal:
         0xbb5d850 s Context>handleSignal:
         0xbb62538 s Context>handleSignal:
         0xbb67220 s Context>handleSignal:
         0xbb6bf08 s Context>handleSignal:
         0xbb70bf0 s Context>handleSignal:
         0xbb758d8 s Context>handleSignal:
         0xbb7a5c0 s Context>handleSignal:
         0xbb7f2a8 s Context>handleSignal:
         0xbb83f90 s Context>handleSignal:
         0xbb88c78 s Context>handleSignal:
         0xbb8d960 s Context>handleSignal:
         0xbb92648 s Context>handleSignal:
         0xbb97330 s Context>handleSignal:
         0xbb9bf60 s Context>handleSignal:
         0xbba0b90 s Context>handleSignal:
         0xbba57c0 s Context>handleSignal:
         0xbbaa3f0 s Context>handleSignal:
         0xbbaf020 s Context>handleSignal:
         0xbbb3c50 s Context>handleSignal:
         0xbbb8880 s Context>handleSignal:
         0xbbbd4b0 s Context>handleSignal:
         0xbbc20e0 s Context>handleSignal:
         0xbbc6d10 s Context>handleSignal:
         0xbbcb940 s Context>handleSignal:
         0xbbd0570 s Context>handleSignal:
         0xbbd51a0 s Context>handleSignal:
         0xbbd9dd0 s Context>handleSignal:
         0xbbdea00 s Context>handleSignal:
         0xbbe3630 s Context>handleSignal:
         0xbbe8260 s Context>handleSignal:
         0xbbece90 s Context>handleSignal:
         0xbbf1ac0 s Context>handleSignal:
         0xbbf66f0 s Context>handleSignal:
         0xbbfb320 s Context>handleSignal:
         0xbbfff50 s Context>handleSignal:
         0xbc04b80 s Context>handleSignal:
         0xbc097b0 s Context>handleSignal:
         0xbc0e3e0 s Context>handleSignal:
         0xbc13010 s Context>handleSignal:
         0xbc17c40 s Context>handleSignal:
         0xbc1c870 s Context>handleSignal:
         0xbc214a0 s Context>handleSignal:
         0xbc260d0 s Context>handleSignal:
         0xbc2ad00 s Context>handleSignal:
         0xbc2f930 s Context>handleSignal:
         0xbc34560 s Context>handleSignal:
         0xbc39190 s Context>handleSignal:
         0xbc3ddc0 s Context>handleSignal:
         0xbc429f0 s Context>handleSignal:
         0xbc47620 s Context>handleSignal:
         0xbc4c250 s Context>handleSignal:
         0xbc50e80 s Context>handleSignal:
         0xbc55b80 s Context>handleSignal:
         0xbc5a7b0 s Context>handleSignal:
         0xbc5f3e0 s Context>handleSignal:
         0xbc64010 s Context>handleSignal:
         0xbc68c40 s Context>handleSignal:
         0xbc6d870 s Context>handleSignal:
         0xbc724a0 s Context>handleSignal:
         0xbc770d0 s Context>handleSignal:
         0xbc7bd00 s Context>handleSignal:
         0xbc80930 s Context>handleSignal:
         0xbc85560 s Context>handleSignal:
         0xbc8a190 s Context>handleSignal:
         0xbc8edc0 s Context>handleSignal:
         0xbc939f0 s Context>handleSignal:
         0xbc98620 s Context>handleSignal:
         0xbc9d250 s Context>handleSignal:
         0xbca1e80 s Context>handleSignal:
         0xbca6ab0 s Context>handleSignal:
         0xbcab6e0 s Context>handleSignal:
         0xbcb0310 s Context>handleSignal:
         0xbcb4f40 s Context>handleSignal:
         0xbcb9b70 s Context>handleSignal:
         0xbcbe7a0 s Context>handleSignal:
         0xbcc33d0 s Context>handleSignal:
         0xbcc8000 s Context>handleSignal:
         0xbcccc30 s Context>handleSignal:
         0xbcd1860 s Context>handleSignal:
         0xbcd6490 s Context>handleSignal:
         0xbcdb0c0 s Context>handleSignal:
         0xbcdfcf0 s Context>handleSignal:
         0xbce4920 s Context>handleSignal:
         0xbce9550 s Context>handleSignal:
         0xbcee180 s Context>handleSignal:
         0xbcf2db0 s Context>handleSignal:
         0xbcf79e0 s Context>handleSignal:
         0xbcfc610 s Context>handleSignal:
         0xbd01240 s Context>handleSignal:
         0xbd05e70 s Context>handleSignal:
         0xbd0aaa0 s Context>handleSignal:
         0xbd0f6d0 s Context>handleSignal:
         0xbd14300 s Context>handleSignal:
         0xbd18f30 s Context>handleSignal:
         0xbd1db60 s Context>handleSignal:
         0xbd22790 s Context>handleSignal:
         0xbd273c0 s Context>handleSignal:
         0xbd2bff0 s Context>handleSignal:
         0xbd30c20 s Context>handleSignal:
         0xbd35850 s Context>handleSignal:
         0xbd3a480 s Context>handleSignal:
         0xbd3f0b0 s Context>handleSignal:
         0xbd43ce0 s Context>handleSignal:
         0xbd48910 s Context>handleSignal:
         0xbd4d540 s Context>handleSignal:
         0xbd52170 s Context>handleSignal:
         0xbd56da0 s Context>handleSignal:
         0xbd5b9d0 s Context>handleSignal:
         0xbd60600 s Context>handleSignal:
         0xbd65230 s Context>handleSignal:
         0xbd69e60 s Context>handleSignal:
         0xbd6ea90 s Context>handleSignal:
         0xbd736c0 s Context>handleSignal:
         0xbd782f0 s Context>handleSignal:
         0xbd7cf20 s Context>handleSignal:
         0xbd81b50 s Context>handleSignal:
         0xbd86780 s Context>handleSignal:
         0xbd8b3b0 s Context>handleSignal:
         0xbd8ffe0 s Context>handleSignal:
         0xbd94c10 s Context>handleSignal:
         0xbd99840 s Context>handleSignal:
         0xbd9e470 s Context>handleSignal:
         0xbda30a0 s Context>handleSignal:
         0xbda7cd0 s Context>handleSignal:
         0xbdac900 s Context>handleSignal:
         0xbdb1530 s Context>handleSignal:
         0xbdb6160 s Context>handleSignal:
         0xbdbad90 s Context>handleSignal:
         0xbdbf9c0 s Context>handleSignal:
         0xbdc45f0 s Context>handleSignal:
         0xbdc9220 s Context>handleSignal:
         0xbdcde50 s Context>handleSignal:
         0xbdd2a80 s Context>handleSignal:
         0xbdd76b0 s Context>handleSignal:
         0xbddc2e0 s Context>handleSignal:
         0xbde0f10 s Context>handleSignal:
         0xbde5b40 s Context>handleSignal:
         0xbdea770 s Context>handleSignal:
         0xbdef3a0 s Context>handleSignal:
         0xbdf3fd0 s Context>handleSignal:
         0xbdf8c00 s Context>handleSignal:
         0xbdfd830 s Context>handleSignal:
         0xbe02460 s Context>handleSignal:
         0xbe07090 s Context>handleSignal:
         0xbe0bcc0 s Context>handleSignal:
         0xbe108f0 s Context>handleSignal:
         0xbe15520 s Context>handleSignal:
         0xbe1a150 s Context>handleSignal:
         0xbe1ed80 s Context>handleSignal:
         0xbe239b0 s Context>handleSignal:
         0xbe285e0 s Context>handleSignal:
         0xbe2d210 s Context>handleSignal:
         0xbe31e40 s Context>handleSignal:
         0xbe36a70 s Context>handleSignal:
         0xbe3b6a0 s Context>handleSignal:
         0xbe402d0 s Context>handleSignal:
         0xbe44f00 s Context>handleSignal:
         0xbe49b30 s Context>handleSignal:
         0xbe4e760 s Context>handleSignal:
         0xbe53390 s Context>handleSignal:
         0xbe57fc0 s Context>handleSignal:
         0xbe5cbf0 s Context>handleSignal:
         0xbe61820 s Context>handleSignal:
         0xbe66450 s Context>handleSignal:
         0xbe6b080 s Context>handleSignal:
         0xbe6fcb0 s Context>handleSignal:
         0xbe748e0 s Context>handleSignal:
         0xbe79510 s Context>handleSignal:
         0xbe7e088 s Context>handleSignal:
         0xbe82b48 s Context>handleSignal:
         0xbe87550 s Context>handleSignal:
         0xbe8bea0 s Context>handleSignal:
         0xbe90738 s Context>handleSignal:
         0xbe94f18 s Context>handleSignal:
         0xbe99640 s Context>handleSignal:
         0xbf83168 s Halt(Exception)>signal
         0xbf9e540 s Halt class(Exception class)>signal
         0xbfd1870 s Halt class>now
         0xbfc96e0 s FullBlockClosure(Object)>halt
         0xbff2ee0 s FullBlockClosure>printOn:
         0xc015f90 s Context>printOn:
         0xc040028 s Context>printDebugOn:
         0xc040308 s [] in Context>debugStack:on:
         0xc05bbb8 s OrderedCollection>do:
         0xbfc9468 s Context>debugStack:on:
         0xbff2c90 s Context>shortDebugStackOn:
         0xc015d58 s [] in SmalltalkImage>logError:inContext:
         0xc03fd48 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf826a0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9d778 s SmalltalkImage>logStdErrorDuring:
         0xbfd0b68 s SmalltalkImage>logError:inContext:
         0xbff9808 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01c3e8 s FullBlockClosure(BlockClosure)>ensure:
         0xc048d68 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05ee08 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06b6b0 s Halt(Exception)>unhandledErrorAction
         0xc088920 s Halt(UnhandledException)>defaultAction
         0xc0e0ba0 s UndefinedObject>handleSignal:
         0xc0e0c58 s Context>handleSignal:
         0xc0e0d10 s Context>handleSignal:
         0xc0e0dc8 s Context>handleSignal:
         0xc0e0e80 s Context>handleSignal:
         0xc0e0f38 s Context>handleSignal:
         0xc0e0ff0 s Context>handleSignal:
         0xc0e10a8 s Context>handleSignal:
         0xc0e1160 s Context>handleSignal:
         0xc0e1218 s Context>handleSignal:
         0xc0e12d0 s Context>handleSignal:
         0xc106da8 s Context>handleSignal:
         0xc1124c8 s Context>handleSignal:
         0xc11d370 s Context>handleSignal:
         0xc127c58 s Context>handleSignal:
         0xc132488 s Context>handleSignal:
         0xc13ccb8 s Context>handleSignal:
         0xc1474e8 s Context>handleSignal:
         0xc151d18 s Context>handleSignal:
         0xc15c548 s Context>handleSignal:
         0xc166d78 s Context>handleSignal:
         0xc1715a8 s Context>handleSignal:
         0xc17bdd8 s Context>handleSignal:
         0xc186608 s Context>handleSignal:
         0xc190e38 s Context>handleSignal:
         0xc19b668 s Context>handleSignal:
         0xc1a5e98 s Context>handleSignal:
         0xc1b06c8 s Context>handleSignal:
         0xc1baef8 s Context>handleSignal:
         0xc1c5728 s Context>handleSignal:
         0xc1cff58 s Context>handleSignal:
         0xc1da788 s Context>handleSignal:
         0xc1e4fb8 s Context>handleSignal:
         0xc1ef7e8 s Context>handleSignal:
         0xc1fa018 s Context>handleSignal:
         0xc204848 s Context>handleSignal:
         0xc20f078 s Context>handleSignal:
         0xc2198a8 s Context>handleSignal:
         0xc2240d8 s Context>handleSignal:
         0xc22e908 s Context>handleSignal:
         0xc239138 s Context>handleSignal:
         0xc243968 s Context>handleSignal:
         0xc24e198 s Context>handleSignal:
         0xc2589c8 s Context>handleSignal:
         0xb7da460 s Context>handleSignal:
         0xb7e4d48 s Context>handleSignal:
         0xb7ef630 s Context>handleSignal:
         0xb7f9f18 s Context>handleSignal:
         0xb804800 s Context>handleSignal:
         0xb80f0e8 s Context>handleSignal:
         0xb8199d0 s Context>handleSignal:
         0xb8242b8 s Context>handleSignal:
         0xb82eba0 s Context>handleSignal:
         0xb839488 s Context>handleSignal:
         0xb843d70 s Context>handleSignal:
         0xb84e658 s Context>handleSignal:
         0xb858f40 s Context>handleSignal:
         0xb863828 s Context>handleSignal:
         0xb86e110 s Context>handleSignal:
         0xb8789f8 s Context>handleSignal:
         0xb8832e0 s Context>handleSignal:
         0xb88dbc8 s Context>handleSignal:
         0xb8984b0 s Context>handleSignal:
         0xb8a2d98 s Context>handleSignal:
         0xb8ad680 s Context>handleSignal:
         0xb8b7f68 s Context>handleSignal:
         0xb8c2850 s Context>handleSignal:
         0xb8cd138 s Context>handleSignal:
         0xb8d7a20 s Context>handleSignal:
         0xb8e2308 s Context>handleSignal:
         0xb8ecbf0 s Context>handleSignal:
         0xb8f74d8 s Context>handleSignal:
         0xb901dc0 s Context>handleSignal:
         0xb90c6a8 s Context>handleSignal:
         0xb916f90 s Context>handleSignal:
         0xb921878 s Context>handleSignal:
         0xb92c160 s Context>handleSignal:
         0xb936a48 s Context>handleSignal:
         0xb941330 s Context>handleSignal:
         0xb94bc18 s Context>handleSignal:
         0xb956500 s Context>handleSignal:
         0xb960de8 s Context>handleSignal:
         0xb96b6d0 s Context>handleSignal:
         0xb975fb8 s Context>handleSignal:
         0xb9808a0 s Context>handleSignal:
         0xb98b188 s Context>handleSignal:
         0xb995a70 s Context>handleSignal:
         0xb9a0358 s Context>handleSignal:
         0xb9aac40 s Context>handleSignal:
         0xb9b5528 s Context>handleSignal:
         0xb9bfe10 s Context>handleSignal:
         0xb9ca6f8 s Context>handleSignal:
         0xb9d4fe0 s Context>handleSignal:
         0xb9df8c8 s Context>handleSignal:
         0xb9ea1b0 s Context>handleSignal:
         0xb9f4a98 s Context>handleSignal:
         0xb9ff380 s Context>handleSignal:
         0xba09c68 s Context>handleSignal:
         0xba14550 s Context>handleSignal:
         0xba1ee38 s Context>handleSignal:
         0xba29720 s Context>handleSignal:
         0xba34008 s Context>handleSignal:
         0xba3e8f0 s Context>handleSignal:
         0xba45858 s Context>handleSignal:
         0xba4a990 s Context>handleSignal:
         0xba4fa10 s Context>handleSignal:
         0xba549d8 s Context>handleSignal:
         0xba599a0 s Context>handleSignal:
         0xba5e8b0 s Context>handleSignal:
         0xba63708 s Context>handleSignal:
         0xba684a8 s Context>handleSignal:
         0xba6d248 s Context>handleSignal:
         0xba71f30 s Context>handleSignal:
         0xba76c18 s Context>handleSignal:
         0xba7b900 s Context>handleSignal:
         0xba805e8 s Context>handleSignal:
         0xba852d0 s Context>handleSignal:
         0xba89fb8 s Context>handleSignal:
         0xba8eca0 s Context>handleSignal:
         0xba93988 s Context>handleSignal:
         0xba98670 s Context>handleSignal:
         0xba9d358 s Context>handleSignal:
         0xbaa2040 s Context>handleSignal:
         0xbaa6d28 s Context>handleSignal:
         0xbaaba10 s Context>handleSignal:
         0xbab06f8 s Context>handleSignal:
         0xbab53e0 s Context>handleSignal:
         0xbaba0c8 s Context>handleSignal:
         0xbabedb0 s Context>handleSignal:
         0xbac3a98 s Context>handleSignal:
         0xbac8780 s Context>handleSignal:
         0xbacd468 s Context>handleSignal:
         0xbad2150 s Context>handleSignal:
         0xbad6e38 s Context>handleSignal:
         0xbadbb20 s Context>handleSignal:
         0xbae0808 s Context>handleSignal:
         0xbae54f0 s Context>handleSignal:
         0xbaea1d8 s Context>handleSignal:
         0xbaeeec0 s Context>handleSignal:
         0xbaf3ba8 s Context>handleSignal:
         0xbaf8890 s Context>handleSignal:
         0xbafd578 s Context>handleSignal:
         0xbb02260 s Context>handleSignal:
         0xbb06f48 s Context>handleSignal:
         0xbb0bc30 s Context>handleSignal:
         0xbb10918 s Context>handleSignal:
         0xbb15600 s Context>handleSignal:
         0xbb1a2e8 s Context>handleSignal:
         0xbb1efd0 s Context>handleSignal:
         0xbb23cb8 s Context>handleSignal:
         0xbb289a0 s Context>handleSignal:
         0xbb2d688 s Context>handleSignal:
         0xbb32370 s Context>handleSignal:
         0xbb37058 s Context>handleSignal:
         0xbb3bd40 s Context>handleSignal:
         0xbb40a28 s Context>handleSignal:
         0xbb45710 s Context>handleSignal:
         0xbb4a3f8 s Context>handleSignal:
         0xbb4f0e0 s Context>handleSignal:
         0xbb53dc8 s Context>handleSignal:
         0xbb58ab0 s Context>handleSignal:
         0xbb5d798 s Context>handleSignal:
         0xbb62480 s Context>handleSignal:
         0xbb67168 s Context>handleSignal:
         0xbb6be50 s Context>handleSignal:
         0xbb70b38 s Context>handleSignal:
         0xbb75820 s Context>handleSignal:
         0xbb7a508 s Context>handleSignal:
         0xbb7f1f0 s Context>handleSignal:
         0xbb83ed8 s Context>handleSignal:
         0xbb88bc0 s Context>handleSignal:
         0xbb8d8a8 s Context>handleSignal:
         0xbb92590 s Context>handleSignal:
         0xbb97278 s Context>handleSignal:
         0xbb9bea8 s Context>handleSignal:
         0xbba0ad8 s Context>handleSignal:
         0xbba5708 s Context>handleSignal:
         0xbbaa338 s Context>handleSignal:
         0xbbaef68 s Context>handleSignal:
         0xbbb3b98 s Context>handleSignal:
         0xbbb87c8 s Context>handleSignal:
         0xbbbd3f8 s Context>handleSignal:
         0xbbc2028 s Context>handleSignal:
         0xbbc6c58 s Context>handleSignal:
         0xbbcb888 s Context>handleSignal:
         0xbbd04b8 s Context>handleSignal:
         0xbbd50e8 s Context>handleSignal:
         0xbbd9d18 s Context>handleSignal:
         0xbbde948 s Context>handleSignal:
         0xbbe3578 s Context>handleSignal:
         0xbbe81a8 s Context>handleSignal:
         0xbbecdd8 s Context>handleSignal:
         0xbbf1a08 s Context>handleSignal:
         0xbbf6638 s Context>handleSignal:
         0xbbfb268 s Context>handleSignal:
         0xbbffe98 s Context>handleSignal:
         0xbc04ac8 s Context>handleSignal:
         0xbc096f8 s Context>handleSignal:
         0xbc0e328 s Context>handleSignal:
         0xbc12f58 s Context>handleSignal:
         0xbc17b88 s Context>handleSignal:
         0xbc1c7b8 s Context>handleSignal:
         0xbc213e8 s Context>handleSignal:
         0xbc26018 s Context>handleSignal:
         0xbc2ac48 s Context>handleSignal:
         0xbc2f878 s Context>handleSignal:
         0xbc344a8 s Context>handleSignal:
         0xbc390d8 s Context>handleSignal:
         0xbc3dd08 s Context>handleSignal:
         0xbc42938 s Context>handleSignal:
         0xbc47568 s Context>handleSignal:
         0xbc4c198 s Context>handleSignal:
         0xbc50dc8 s Context>handleSignal:
         0xbc55ac8 s Context>handleSignal:
         0xbc5a6f8 s Context>handleSignal:
         0xbc5f328 s Context>handleSignal:
         0xbc63f58 s Context>handleSignal:
         0xbc68b88 s Context>handleSignal:
         0xbc6d7b8 s Context>handleSignal:
         0xbc723e8 s Context>handleSignal:
         0xbc77018 s Context>handleSignal:
         0xbc7bc48 s Context>handleSignal:
         0xbc80878 s Context>handleSignal:
         0xbc854a8 s Context>handleSignal:
         0xbc8a0d8 s Context>handleSignal:
         0xbc8ed08 s Context>handleSignal:
         0xbc93938 s Context>handleSignal:
         0xbc98568 s Context>handleSignal:
         0xbc9d198 s Context>handleSignal:
         0xbca1dc8 s Context>handleSignal:
         0xbca69f8 s Context>handleSignal:
         0xbcab628 s Context>handleSignal:
         0xbcb0258 s Context>handleSignal:
         0xbcb4e88 s Context>handleSignal:
         0xbcb9ab8 s Context>handleSignal:
         0xbcbe6e8 s Context>handleSignal:
         0xbcc3318 s Context>handleSignal:
         0xbcc7f48 s Context>handleSignal:
         0xbcccb78 s Context>handleSignal:
         0xbcd17a8 s Context>handleSignal:
         0xbcd63d8 s Context>handleSignal:
         0xbcdb008 s Context>handleSignal:
         0xbcdfc38 s Context>handleSignal:
         0xbce4868 s Context>handleSignal:
         0xbce9498 s Context>handleSignal:
         0xbcee0c8 s Context>handleSignal:
         0xbcf2cf8 s Context>handleSignal:
         0xbcf7928 s Context>handleSignal:
         0xbcfc558 s Context>handleSignal:
         0xbd01188 s Context>handleSignal:
         0xbd05db8 s Context>handleSignal:
         0xbd0a9e8 s Context>handleSignal:
         0xbd0f618 s Context>handleSignal:
         0xbd14248 s Context>handleSignal:
         0xbd18e78 s Context>handleSignal:
         0xbd1daa8 s Context>handleSignal:
         0xbd226d8 s Context>handleSignal:
         0xbd27308 s Context>handleSignal:
         0xbd2bf38 s Context>handleSignal:
         0xbd30b68 s Context>handleSignal:
         0xbd35798 s Context>handleSignal:
         0xbd3a3c8 s Context>handleSignal:
         0xbd3eff8 s Context>handleSignal:
         0xbd43c28 s Context>handleSignal:
         0xbd48858 s Context>handleSignal:
         0xbd4d488 s Context>handleSignal:
         0xbd520b8 s Context>handleSignal:
         0xbd56ce8 s Context>handleSignal:
         0xbd5b918 s Context>handleSignal:
         0xbd60548 s Context>handleSignal:
         0xbd65178 s Context>handleSignal:
         0xbd69da8 s Context>handleSignal:
         0xbd6e9d8 s Context>handleSignal:
         0xbd73608 s Context>handleSignal:
         0xbd78238 s Context>handleSignal:
         0xbd7ce68 s Context>handleSignal:
         0xbd81a98 s Context>handleSignal:
         0xbd866c8 s Context>handleSignal:
         0xbd8b2f8 s Context>handleSignal:
         0xbd8ff28 s Context>handleSignal:
         0xbd94b58 s Context>handleSignal:
         0xbd99788 s Context>handleSignal:
         0xbd9e3b8 s Context>handleSignal:
         0xbda2fe8 s Context>handleSignal:
         0xbda7c18 s Context>handleSignal:
         0xbdac848 s Context>handleSignal:
         0xbdb1478 s Context>handleSignal:
         0xbdb60a8 s Context>handleSignal:
         0xbdbacd8 s Context>handleSignal:
         0xbdbf908 s Context>handleSignal:
         0xbdc4538 s Context>handleSignal:
         0xbdc9168 s Context>handleSignal:
         0xbdcdd98 s Context>handleSignal:
         0xbdd29c8 s Context>handleSignal:
         0xbdd75f8 s Context>handleSignal:
         0xbddc228 s Context>handleSignal:
         0xbde0e58 s Context>handleSignal:
         0xbde5a88 s Context>handleSignal:
         0xbdea6b8 s Context>handleSignal:
         0xbdef2e8 s Context>handleSignal:
         0xbdf3f18 s Context>handleSignal:
         0xbdf8b48 s Context>handleSignal:
         0xbdfd778 s Context>handleSignal:
         0xbe023a8 s Context>handleSignal:
         0xbe06fd8 s Context>handleSignal:
         0xbe0bc08 s Context>handleSignal:
         0xbe10838 s Context>handleSignal:
         0xbe15468 s Context>handleSignal:
         0xbe1a098 s Context>handleSignal:
         0xbe1ecc8 s Context>handleSignal:
         0xbe238f8 s Context>handleSignal:
         0xbe28528 s Context>handleSignal:
         0xbe2d158 s Context>handleSignal:
         0xbe31d88 s Context>handleSignal:
         0xbe369b8 s Context>handleSignal:
         0xbe3b5e8 s Context>handleSignal:
         0xbe40218 s Context>handleSignal:
         0xbe44e48 s Context>handleSignal:
         0xbe49a78 s Context>handleSignal:
         0xbe4e6a8 s Context>handleSignal:
         0xbe532d8 s Context>handleSignal:
         0xbe57f08 s Context>handleSignal:
         0xbe5cb38 s Context>handleSignal:
         0xbe61768 s Context>handleSignal:
         0xbe66398 s Context>handleSignal:
         0xbe6afc8 s Context>handleSignal:
         0xbe6fbf8 s Context>handleSignal:
         0xbe74828 s Context>handleSignal:
         0xbe79458 s Context>handleSignal:
         0xbe7dfd0 s Context>handleSignal:
         0xbe82a90 s Context>handleSignal:
         0xbe87498 s Context>handleSignal:
         0xbe8bde8 s Context>handleSignal:
         0xbe90680 s Context>handleSignal:
         0xbe94e60 s Context>handleSignal:
         0xbf82ff8 s Halt(Exception)>signal
         0xbf9e370 s Halt class(Exception class)>signal
         0xbfd16b8 s Halt class>now
         0xbfc9520 s FullBlockClosure(Object)>halt
         0xbff2d48 s FullBlockClosure>printOn:
         0xc015e10 s Context>printOn:
         0xc03fe00 s Context>printDebugOn:
         0xc0400e0 s [] in Context>debugStack:on:
         0xc05bb00 s OrderedCollection>do:
         0xbfc92a8 s Context>debugStack:on:
         0xbff2af8 s Context>shortDebugStackOn:
         0xc015bd8 s [] in SmalltalkImage>logError:inContext:
         0xc03fb20 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf825e8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9d660 s SmalltalkImage>logStdErrorDuring:
         0xbfd0a68 s SmalltalkImage>logError:inContext:
         0xbff9740 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01c2f8 s FullBlockClosure(BlockClosure)>ensure:
         0xc048c88 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05ed50 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06b5f8 s Halt(Exception)>unhandledErrorAction
         0xc088868 s Halt(UnhandledException)>defaultAction
         0xc0e03b8 s UndefinedObject>handleSignal:
         0xc0e0470 s Context>handleSignal:
         0xc0e0528 s Context>handleSignal:
         0xc0e05e0 s Context>handleSignal:
         0xc0e0698 s Context>handleSignal:
         0xc0e0750 s Context>handleSignal:
         0xc0e0808 s Context>handleSignal:
         0xc0e08c0 s Context>handleSignal:
         0xc0e0978 s Context>handleSignal:
         0xc0e0a30 s Context>handleSignal:
         0xc0e0ae8 s Context>handleSignal:
         0xc106cf0 s Context>handleSignal:
         0xc112410 s Context>handleSignal:
         0xc11d2b8 s Context>handleSignal:
         0xc127ba0 s Context>handleSignal:
         0xc1323d0 s Context>handleSignal:
         0xc13cc00 s Context>handleSignal:
         0xc147430 s Context>handleSignal:
         0xc151c60 s Context>handleSignal:
         0xc15c490 s Context>handleSignal:
         0xc166cc0 s Context>handleSignal:
         0xc1714f0 s Context>handleSignal:
         0xc17bd20 s Context>handleSignal:
         0xc186550 s Context>handleSignal:
         0xc190d80 s Context>handleSignal:
         0xc19b5b0 s Context>handleSignal:
         0xc1a5de0 s Context>handleSignal:
         0xc1b0610 s Context>handleSignal:
         0xc1bae40 s Context>handleSignal:
         0xc1c5670 s Context>handleSignal:
         0xc1cfea0 s Context>handleSignal:
         0xc1da6d0 s Context>handleSignal:
         0xc1e4f00 s Context>handleSignal:
         0xc1ef730 s Context>handleSignal:
         0xc1f9f60 s Context>handleSignal:
         0xc204790 s Context>handleSignal:
         0xc20efc0 s Context>handleSignal:
         0xc2197f0 s Context>handleSignal:
         0xc224020 s Context>handleSignal:
         0xc22e850 s Context>handleSignal:
         0xc239080 s Context>handleSignal:
         0xc2438b0 s Context>handleSignal:
         0xc24e0e0 s Context>handleSignal:
         0xc258910 s Context>handleSignal:
         0xb7da3a8 s Context>handleSignal:
         0xb7e4c90 s Context>handleSignal:
         0xb7ef578 s Context>handleSignal:
         0xb7f9e60 s Context>handleSignal:
         0xb804748 s Context>handleSignal:
         0xb80f030 s Context>handleSignal:
         0xb819918 s Context>handleSignal:
         0xb824200 s Context>handleSignal:
         0xb82eae8 s Context>handleSignal:
         0xb8393d0 s Context>handleSignal:
         0xb843cb8 s Context>handleSignal:
         0xb84e5a0 s Context>handleSignal:
         0xb858e88 s Context>handleSignal:
         0xb863770 s Context>handleSignal:
         0xb86e058 s Context>handleSignal:
         0xb878940 s Context>handleSignal:
         0xb883228 s Context>handleSignal:
         0xb88db10 s Context>handleSignal:
         0xb8983f8 s Context>handleSignal:
         0xb8a2ce0 s Context>handleSignal:
         0xb8ad5c8 s Context>handleSignal:
         0xb8b7eb0 s Context>handleSignal:
         0xb8c2798 s Context>handleSignal:
         0xb8cd080 s Context>handleSignal:
         0xb8d7968 s Context>handleSignal:
         0xb8e2250 s Context>handleSignal:
         0xb8ecb38 s Context>handleSignal:
         0xb8f7420 s Context>handleSignal:
         0xb901d08 s Context>handleSignal:
         0xb90c5f0 s Context>handleSignal:
         0xb916ed8 s Context>handleSignal:
         0xb9217c0 s Context>handleSignal:
         0xb92c0a8 s Context>handleSignal:
         0xb936990 s Context>handleSignal:
         0xb941278 s Context>handleSignal:
         0xb94bb60 s Context>handleSignal:
         0xb956448 s Context>handleSignal:
         0xb960d30 s Context>handleSignal:
         0xb96b618 s Context>handleSignal:
         0xb975f00 s Context>handleSignal:
         0xb9807e8 s Context>handleSignal:
         0xb98b0d0 s Context>handleSignal:
         0xb9959b8 s Context>handleSignal:
         0xb9a02a0 s Context>handleSignal:
         0xb9aab88 s Context>handleSignal:
         0xb9b5470 s Context>handleSignal:
         0xb9bfd58 s Context>handleSignal:
         0xb9ca640 s Context>handleSignal:
         0xb9d4f28 s Context>handleSignal:
         0xb9df810 s Context>handleSignal:
         0xb9ea0f8 s Context>handleSignal:
         0xb9f49e0 s Context>handleSignal:
         0xb9ff2c8 s Context>handleSignal:
         0xba09bb0 s Context>handleSignal:
         0xba14498 s Context>handleSignal:
         0xba1ed80 s Context>handleSignal:
         0xba29668 s Context>handleSignal:
         0xba33f50 s Context>handleSignal:
         0xba3e838 s Context>handleSignal:
         0xba457a0 s Context>handleSignal:
         0xba4a8d8 s Context>handleSignal:
         0xba4f958 s Context>handleSignal:
         0xba54920 s Context>handleSignal:
         0xba598e8 s Context>handleSignal:
         0xba5e7f8 s Context>handleSignal:
         0xba63650 s Context>handleSignal:
         0xba683f0 s Context>handleSignal:
         0xba6d190 s Context>handleSignal:
         0xba71e78 s Context>handleSignal:
         0xba76b60 s Context>handleSignal:
         0xba7b848 s Context>handleSignal:
         0xba80530 s Context>handleSignal:
         0xba85218 s Context>handleSignal:
         0xba89f00 s Context>handleSignal:
         0xba8ebe8 s Context>handleSignal:
         0xba938d0 s Context>handleSignal:
         0xba985b8 s Context>handleSignal:
         0xba9d2a0 s Context>handleSignal:
         0xbaa1f88 s Context>handleSignal:
         0xbaa6c70 s Context>handleSignal:
         0xbaab958 s Context>handleSignal:
         0xbab0640 s Context>handleSignal:
         0xbab5328 s Context>handleSignal:
         0xbaba010 s Context>handleSignal:
         0xbabecf8 s Context>handleSignal:
         0xbac39e0 s Context>handleSignal:
         0xbac86c8 s Context>handleSignal:
         0xbacd3b0 s Context>handleSignal:
         0xbad2098 s Context>handleSignal:
         0xbad6d80 s Context>handleSignal:
         0xbadba68 s Context>handleSignal:
         0xbae0750 s Context>handleSignal:
         0xbae5438 s Context>handleSignal:
         0xbaea120 s Context>handleSignal:
         0xbaeee08 s Context>handleSignal:
         0xbaf3af0 s Context>handleSignal:
         0xbaf87d8 s Context>handleSignal:
         0xbafd4c0 s Context>handleSignal:
         0xbb021a8 s Context>handleSignal:
         0xbb06e90 s Context>handleSignal:
         0xbb0bb78 s Context>handleSignal:
         0xbb10860 s Context>handleSignal:
         0xbb15548 s Context>handleSignal:
         0xbb1a230 s Context>handleSignal:
         0xbb1ef18 s Context>handleSignal:
         0xbb23c00 s Context>handleSignal:
         0xbb288e8 s Context>handleSignal:
         0xbb2d5d0 s Context>handleSignal:
         0xbb322b8 s Context>handleSignal:
         0xbb36fa0 s Context>handleSignal:
         0xbb3bc88 s Context>handleSignal:
         0xbb40970 s Context>handleSignal:
         0xbb45658 s Context>handleSignal:
         0xbb4a340 s Context>handleSignal:
         0xbb4f028 s Context>handleSignal:
         0xbb53d10 s Context>handleSignal:
         0xbb589f8 s Context>handleSignal:
         0xbb5d6e0 s Context>handleSignal:
         0xbb623c8 s Context>handleSignal:
         0xbb670b0 s Context>handleSignal:
         0xbb6bd98 s Context>handleSignal:
         0xbb70a80 s Context>handleSignal:
         0xbb75768 s Context>handleSignal:
         0xbb7a450 s Context>handleSignal:
         0xbb7f138 s Context>handleSignal:
         0xbb83e20 s Context>handleSignal:
         0xbb88b08 s Context>handleSignal:
         0xbb8d7f0 s Context>handleSignal:
         0xbb924d8 s Context>handleSignal:
         0xbb971c0 s Context>handleSignal:
         0xbb9bdf0 s Context>handleSignal:
         0xbba0a20 s Context>handleSignal:
         0xbba5650 s Context>handleSignal:
         0xbbaa280 s Context>handleSignal:
         0xbbaeeb0 s Context>handleSignal:
         0xbbb3ae0 s Context>handleSignal:
         0xbbb8710 s Context>handleSignal:
         0xbbbd340 s Context>handleSignal:
         0xbbc1f70 s Context>handleSignal:
         0xbbc6ba0 s Context>handleSignal:
         0xbbcb7d0 s Context>handleSignal:
         0xbbd0400 s Context>handleSignal:
         0xbbd5030 s Context>handleSignal:
         0xbbd9c60 s Context>handleSignal:
         0xbbde890 s Context>handleSignal:
         0xbbe34c0 s Context>handleSignal:
         0xbbe80f0 s Context>handleSignal:
         0xbbecd20 s Context>handleSignal:
         0xbbf1950 s Context>handleSignal:
         0xbbf6580 s Context>handleSignal:
         0xbbfb1b0 s Context>handleSignal:
         0xbbffde0 s Context>handleSignal:
         0xbc04a10 s Context>handleSignal:
         0xbc09640 s Context>handleSignal:
         0xbc0e270 s Context>handleSignal:
         0xbc12ea0 s Context>handleSignal:
         0xbc17ad0 s Context>handleSignal:
         0xbc1c700 s Context>handleSignal:
         0xbc21330 s Context>handleSignal:
         0xbc25f60 s Context>handleSignal:
         0xbc2ab90 s Context>handleSignal:
         0xbc2f7c0 s Context>handleSignal:
         0xbc343f0 s Context>handleSignal:
         0xbc39020 s Context>handleSignal:
         0xbc3dc50 s Context>handleSignal:
         0xbc42880 s Context>handleSignal:
         0xbc474b0 s Context>handleSignal:
         0xbc4c0e0 s Context>handleSignal:
         0xbc50d10 s Context>handleSignal:
         0xbc55a10 s Context>handleSignal:
         0xbc5a640 s Context>handleSignal:
         0xbc5f270 s Context>handleSignal:
         0xbc63ea0 s Context>handleSignal:
         0xbc68ad0 s Context>handleSignal:
         0xbc6d700 s Context>handleSignal:
         0xbc72330 s Context>handleSignal:
         0xbc76f60 s Context>handleSignal:
         0xbc7bb90 s Context>handleSignal:
         0xbc807c0 s Context>handleSignal:
         0xbc853f0 s Context>handleSignal:
         0xbc8a020 s Context>handleSignal:
         0xbc8ec50 s Context>handleSignal:
         0xbc93880 s Context>handleSignal:
         0xbc984b0 s Context>handleSignal:
         0xbc9d0e0 s Context>handleSignal:
         0xbca1d10 s Context>handleSignal:
         0xbca6940 s Context>handleSignal:
         0xbcab570 s Context>handleSignal:
         0xbcb01a0 s Context>handleSignal:
         0xbcb4dd0 s Context>handleSignal:
         0xbcb9a00 s Context>handleSignal:
         0xbcbe630 s Context>handleSignal:
         0xbcc3260 s Context>handleSignal:
         0xbcc7e90 s Context>handleSignal:
         0xbcccac0 s Context>handleSignal:
         0xbcd16f0 s Context>handleSignal:
         0xbcd6320 s Context>handleSignal:
         0xbcdaf50 s Context>handleSignal:
         0xbcdfb80 s Context>handleSignal:
         0xbce47b0 s Context>handleSignal:
         0xbce93e0 s Context>handleSignal:
         0xbcee010 s Context>handleSignal:
         0xbcf2c40 s Context>handleSignal:
         0xbcf7870 s Context>handleSignal:
         0xbcfc4a0 s Context>handleSignal:
         0xbd010d0 s Context>handleSignal:
         0xbd05d00 s Context>handleSignal:
         0xbd0a930 s Context>handleSignal:
         0xbd0f560 s Context>handleSignal:
         0xbd14190 s Context>handleSignal:
         0xbd18dc0 s Context>handleSignal:
         0xbd1d9f0 s Context>handleSignal:
         0xbd22620 s Context>handleSignal:
         0xbd27250 s Context>handleSignal:
         0xbd2be80 s Context>handleSignal:
         0xbd30ab0 s Context>handleSignal:
         0xbd356e0 s Context>handleSignal:
         0xbd3a310 s Context>handleSignal:
         0xbd3ef40 s Context>handleSignal:
         0xbd43b70 s Context>handleSignal:
         0xbd487a0 s Context>handleSignal:
         0xbd4d3d0 s Context>handleSignal:
         0xbd52000 s Context>handleSignal:
         0xbd56c30 s Context>handleSignal:
         0xbd5b860 s Context>handleSignal:
         0xbd60490 s Context>handleSignal:
         0xbd650c0 s Context>handleSignal:
         0xbd69cf0 s Context>handleSignal:
         0xbd6e920 s Context>handleSignal:
         0xbd73550 s Context>handleSignal:
         0xbd78180 s Context>handleSignal:
         0xbd7cdb0 s Context>handleSignal:
         0xbd819e0 s Context>handleSignal:
         0xbd86610 s Context>handleSignal:
         0xbd8b240 s Context>handleSignal:
         0xbd8fe70 s Context>handleSignal:
         0xbd94aa0 s Context>handleSignal:
         0xbd996d0 s Context>handleSignal:
         0xbd9e300 s Context>handleSignal:
         0xbda2f30 s Context>handleSignal:
         0xbda7b60 s Context>handleSignal:
         0xbdac790 s Context>handleSignal:
         0xbdb13c0 s Context>handleSignal:
         0xbdb5ff0 s Context>handleSignal:
         0xbdbac20 s Context>handleSignal:
         0xbdbf850 s Context>handleSignal:
         0xbdc4480 s Context>handleSignal:
         0xbdc90b0 s Context>handleSignal:
         0xbdcdce0 s Context>handleSignal:
         0xbdd2910 s Context>handleSignal:
         0xbdd7540 s Context>handleSignal:
         0xbddc170 s Context>handleSignal:
         0xbde0da0 s Context>handleSignal:
         0xbde59d0 s Context>handleSignal:
         0xbdea600 s Context>handleSignal:
         0xbdef230 s Context>handleSignal:
         0xbdf3e60 s Context>handleSignal:
         0xbdf8a90 s Context>handleSignal:
         0xbdfd6c0 s Context>handleSignal:
         0xbe022f0 s Context>handleSignal:
         0xbe06f20 s Context>handleSignal:
         0xbe0bb50 s Context>handleSignal:
         0xbe10780 s Context>handleSignal:
         0xbe153b0 s Context>handleSignal:
         0xbe19fe0 s Context>handleSignal:
         0xbe1ec10 s Context>handleSignal:
         0xbe23840 s Context>handleSignal:
         0xbe28470 s Context>handleSignal:
         0xbe2d0a0 s Context>handleSignal:
         0xbe31cd0 s Context>handleSignal:
         0xbe36900 s Context>handleSignal:
         0xbe3b530 s Context>handleSignal:
         0xbe40160 s Context>handleSignal:
         0xbe44d90 s Context>handleSignal:
         0xbe499c0 s Context>handleSignal:
         0xbe4e5f0 s Context>handleSignal:
         0xbe53220 s Context>handleSignal:
         0xbe57e50 s Context>handleSignal:
         0xbe5ca80 s Context>handleSignal:
         0xbe616b0 s Context>handleSignal:
         0xbe662e0 s Context>handleSignal:
         0xbe6af10 s Context>handleSignal:
         0xbe6fb40 s Context>handleSignal:
         0xbe74770 s Context>handleSignal:
         0xbe793a0 s Context>handleSignal:
         0xbe7df18 s Context>handleSignal:
         0xbe829d8 s Context>handleSignal:
         0xbe873e0 s Context>handleSignal:
         0xbe8bd30 s Context>handleSignal:
         0xbe905c8 s Context>handleSignal:
         0xbf82e88 s Halt(Exception)>signal
         0xbf9e1a0 s Halt class(Exception class)>signal
         0xbfd1500 s Halt class>now
         0xbfc9360 s FullBlockClosure(Object)>halt
         0xbff2bb0 s FullBlockClosure>printOn:
         0xc015c90 s Context>printOn:
         0xc03fbd8 s Context>printDebugOn:
         0xc03feb8 s [] in Context>debugStack:on:
         0xc05ba48 s OrderedCollection>do:
         0xbfc90e8 s Context>debugStack:on:
         0xbff2960 s Context>shortDebugStackOn:
         0xc015a58 s [] in SmalltalkImage>logError:inContext:
         0xc03f8f8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf82530 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9d548 s SmalltalkImage>logStdErrorDuring:
         0xbfd0968 s SmalltalkImage>logError:inContext:
         0xbff9678 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01c208 s FullBlockClosure(BlockClosure)>ensure:
         0xc048ba8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05ec98 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06b540 s Halt(Exception)>unhandledErrorAction
         0xc0887b0 s Halt(UnhandledException)>defaultAction
         0xc0dfbd0 s UndefinedObject>handleSignal:
         0xc0dfc88 s Context>handleSignal:
         0xc0dfd40 s Context>handleSignal:
         0xc0dfdf8 s Context>handleSignal:
         0xc0dfeb0 s Context>handleSignal:
         0xc0dff68 s Context>handleSignal:
         0xc0e0020 s Context>handleSignal:
         0xc0e00d8 s Context>handleSignal:
         0xc0e0190 s Context>handleSignal:
         0xc0e0248 s Context>handleSignal:
         0xc0e0300 s Context>handleSignal:
         0xc106c38 s Context>handleSignal:
         0xc112358 s Context>handleSignal:
         0xc11d200 s Context>handleSignal:
         0xc127ae8 s Context>handleSignal:
         0xc132318 s Context>handleSignal:
         0xc13cb48 s Context>handleSignal:
         0xc147378 s Context>handleSignal:
         0xc151ba8 s Context>handleSignal:
         0xc15c3d8 s Context>handleSignal:
         0xc166c08 s Context>handleSignal:
         0xc171438 s Context>handleSignal:
         0xc17bc68 s Context>handleSignal:
         0xc186498 s Context>handleSignal:
         0xc190cc8 s Context>handleSignal:
         0xc19b4f8 s Context>handleSignal:
         0xc1a5d28 s Context>handleSignal:
         0xc1b0558 s Context>handleSignal:
         0xc1bad88 s Context>handleSignal:
         0xc1c55b8 s Context>handleSignal:
         0xc1cfde8 s Context>handleSignal:
         0xc1da618 s Context>handleSignal:
         0xc1e4e48 s Context>handleSignal:
         0xc1ef678 s Context>handleSignal:
         0xc1f9ea8 s Context>handleSignal:
         0xc2046d8 s Context>handleSignal:
         0xc20ef08 s Context>handleSignal:
         0xc219738 s Context>handleSignal:
         0xc223f68 s Context>handleSignal:
         0xc22e798 s Context>handleSignal:
         0xc238fc8 s Context>handleSignal:
         0xc2437f8 s Context>handleSignal:
         0xc24e028 s Context>handleSignal:
         0xc258858 s Context>handleSignal:
         0xb7da2f0 s Context>handleSignal:
         0xb7e4bd8 s Context>handleSignal:
         0xb7ef4c0 s Context>handleSignal:
         0xb7f9da8 s Context>handleSignal:
         0xb804690 s Context>handleSignal:
         0xb80ef78 s Context>handleSignal:
         0xb819860 s Context>handleSignal:
         0xb824148 s Context>handleSignal:
         0xb82ea30 s Context>handleSignal:
         0xb839318 s Context>handleSignal:
         0xb843c00 s Context>handleSignal:
         0xb84e4e8 s Context>handleSignal:
         0xb858dd0 s Context>handleSignal:
         0xb8636b8 s Context>handleSignal:
         0xb86dfa0 s Context>handleSignal:
         0xb878888 s Context>handleSignal:
         0xb883170 s Context>handleSignal:
         0xb88da58 s Context>handleSignal:
         0xb898340 s Context>handleSignal:
         0xb8a2c28 s Context>handleSignal:
         0xb8ad510 s Context>handleSignal:
         0xb8b7df8 s Context>handleSignal:
         0xb8c26e0 s Context>handleSignal:
         0xb8ccfc8 s Context>handleSignal:
         0xb8d78b0 s Context>handleSignal:
         0xb8e2198 s Context>handleSignal:
         0xb8eca80 s Context>handleSignal:
         0xb8f7368 s Context>handleSignal:
         0xb901c50 s Context>handleSignal:
         0xb90c538 s Context>handleSignal:
         0xb916e20 s Context>handleSignal:
         0xb921708 s Context>handleSignal:
         0xb92bff0 s Context>handleSignal:
         0xb9368d8 s Context>handleSignal:
         0xb9411c0 s Context>handleSignal:
         0xb94baa8 s Context>handleSignal:
         0xb956390 s Context>handleSignal:
         0xb960c78 s Context>handleSignal:
         0xb96b560 s Context>handleSignal:
         0xb975e48 s Context>handleSignal:
         0xb980730 s Context>handleSignal:
         0xb98b018 s Context>handleSignal:
         0xb995900 s Context>handleSignal:
         0xb9a01e8 s Context>handleSignal:
         0xb9aaad0 s Context>handleSignal:
         0xb9b53b8 s Context>handleSignal:
         0xb9bfca0 s Context>handleSignal:
         0xb9ca588 s Context>handleSignal:
         0xb9d4e70 s Context>handleSignal:
         0xb9df758 s Context>handleSignal:
         0xb9ea040 s Context>handleSignal:
         0xb9f4928 s Context>handleSignal:
         0xb9ff210 s Context>handleSignal:
         0xba09af8 s Context>handleSignal:
         0xba143e0 s Context>handleSignal:
         0xba1ecc8 s Context>handleSignal:
         0xba295b0 s Context>handleSignal:
         0xba33e98 s Context>handleSignal:
         0xba3e780 s Context>handleSignal:
         0xba456e8 s Context>handleSignal:
         0xba4a820 s Context>handleSignal:
         0xba4f8a0 s Context>handleSignal:
         0xba54868 s Context>handleSignal:
         0xba59830 s Context>handleSignal:
         0xba5e740 s Context>handleSignal:
         0xba63598 s Context>handleSignal:
         0xba68338 s Context>handleSignal:
         0xba6d0d8 s Context>handleSignal:
         0xba71dc0 s Context>handleSignal:
         0xba76aa8 s Context>handleSignal:
         0xba7b790 s Context>handleSignal:
         0xba80478 s Context>handleSignal:
         0xba85160 s Context>handleSignal:
         0xba89e48 s Context>handleSignal:
         0xba8eb30 s Context>handleSignal:
         0xba93818 s Context>handleSignal:
         0xba98500 s Context>handleSignal:
         0xba9d1e8 s Context>handleSignal:
         0xbaa1ed0 s Context>handleSignal:
         0xbaa6bb8 s Context>handleSignal:
         0xbaab8a0 s Context>handleSignal:
         0xbab0588 s Context>handleSignal:
         0xbab5270 s Context>handleSignal:
         0xbab9f58 s Context>handleSignal:
         0xbabec40 s Context>handleSignal:
         0xbac3928 s Context>handleSignal:
         0xbac8610 s Context>handleSignal:
         0xbacd2f8 s Context>handleSignal:
         0xbad1fe0 s Context>handleSignal:
         0xbad6cc8 s Context>handleSignal:
         0xbadb9b0 s Context>handleSignal:
         0xbae0698 s Context>handleSignal:
         0xbae5380 s Context>handleSignal:
         0xbaea068 s Context>handleSignal:
         0xbaeed50 s Context>handleSignal:
         0xbaf3a38 s Context>handleSignal:
         0xbaf8720 s Context>handleSignal:
         0xbafd408 s Context>handleSignal:
         0xbb020f0 s Context>handleSignal:
         0xbb06dd8 s Context>handleSignal:
         0xbb0bac0 s Context>handleSignal:
         0xbb107a8 s Context>handleSignal:
         0xbb15490 s Context>handleSignal:
         0xbb1a178 s Context>handleSignal:
         0xbb1ee60 s Context>handleSignal:
         0xbb23b48 s Context>handleSignal:
         0xbb28830 s Context>handleSignal:
         0xbb2d518 s Context>handleSignal:
         0xbb32200 s Context>handleSignal:
         0xbb36ee8 s Context>handleSignal:
         0xbb3bbd0 s Context>handleSignal:
         0xbb408b8 s Context>handleSignal:
         0xbb455a0 s Context>handleSignal:
         0xbb4a288 s Context>handleSignal:
         0xbb4ef70 s Context>handleSignal:
         0xbb53c58 s Context>handleSignal:
         0xbb58940 s Context>handleSignal:
         0xbb5d628 s Context>handleSignal:
         0xbb62310 s Context>handleSignal:
         0xbb66ff8 s Context>handleSignal:
         0xbb6bce0 s Context>handleSignal:
         0xbb709c8 s Context>handleSignal:
         0xbb756b0 s Context>handleSignal:
         0xbb7a398 s Context>handleSignal:
         0xbb7f080 s Context>handleSignal:
         0xbb83d68 s Context>handleSignal:
         0xbb88a50 s Context>handleSignal:
         0xbb8d738 s Context>handleSignal:
         0xbb92420 s Context>handleSignal:
         0xbb97108 s Context>handleSignal:
         0xbb9bd38 s Context>handleSignal:
         0xbba0968 s Context>handleSignal:
         0xbba5598 s Context>handleSignal:
         0xbbaa1c8 s Context>handleSignal:
         0xbbaedf8 s Context>handleSignal:
         0xbbb3a28 s Context>handleSignal:
         0xbbb8658 s Context>handleSignal:
         0xbbbd288 s Context>handleSignal:
         0xbbc1eb8 s Context>handleSignal:
         0xbbc6ae8 s Context>handleSignal:
         0xbbcb718 s Context>handleSignal:
         0xbbd0348 s Context>handleSignal:
         0xbbd4f78 s Context>handleSignal:
         0xbbd9ba8 s Context>handleSignal:
         0xbbde7d8 s Context>handleSignal:
         0xbbe3408 s Context>handleSignal:
         0xbbe8038 s Context>handleSignal:
         0xbbecc68 s Context>handleSignal:
         0xbbf1898 s Context>handleSignal:
         0xbbf64c8 s Context>handleSignal:
         0xbbfb0f8 s Context>handleSignal:
         0xbbffd28 s Context>handleSignal:
         0xbc04958 s Context>handleSignal:
         0xbc09588 s Context>handleSignal:
         0xbc0e1b8 s Context>handleSignal:
         0xbc12de8 s Context>handleSignal:
         0xbc17a18 s Context>handleSignal:
         0xbc1c648 s Context>handleSignal:
         0xbc21278 s Context>handleSignal:
         0xbc25ea8 s Context>handleSignal:
         0xbc2aad8 s Context>handleSignal:
         0xbc2f708 s Context>handleSignal:
         0xbc34338 s Context>handleSignal:
         0xbc38f68 s Context>handleSignal:
         0xbc3db98 s Context>handleSignal:
         0xbc427c8 s Context>handleSignal:
         0xbc473f8 s Context>handleSignal:
         0xbc4c028 s Context>handleSignal:
         0xbc50c58 s Context>handleSignal:
         0xbc55958 s Context>handleSignal:
         0xbc5a588 s Context>handleSignal:
         0xbc5f1b8 s Context>handleSignal:
         0xbc63de8 s Context>handleSignal:
         0xbc68a18 s Context>handleSignal:
         0xbc6d648 s Context>handleSignal:
         0xbc72278 s Context>handleSignal:
         0xbc76ea8 s Context>handleSignal:
         0xbc7bad8 s Context>handleSignal:
         0xbc80708 s Context>handleSignal:
         0xbc85338 s Context>handleSignal:
         0xbc89f68 s Context>handleSignal:
         0xbc8eb98 s Context>handleSignal:
         0xbc937c8 s Context>handleSignal:
         0xbc983f8 s Context>handleSignal:
         0xbc9d028 s Context>handleSignal:
         0xbca1c58 s Context>handleSignal:
         0xbca6888 s Context>handleSignal:
         0xbcab4b8 s Context>handleSignal:
         0xbcb00e8 s Context>handleSignal:
         0xbcb4d18 s Context>handleSignal:
         0xbcb9948 s Context>handleSignal:
         0xbcbe578 s Context>handleSignal:
         0xbcc31a8 s Context>handleSignal:
         0xbcc7dd8 s Context>handleSignal:
         0xbccca08 s Context>handleSignal:
         0xbcd1638 s Context>handleSignal:
         0xbcd6268 s Context>handleSignal:
         0xbcdae98 s Context>handleSignal:
         0xbcdfac8 s Context>handleSignal:
         0xbce46f8 s Context>handleSignal:
         0xbce9328 s Context>handleSignal:
         0xbcedf58 s Context>handleSignal:
         0xbcf2b88 s Context>handleSignal:
         0xbcf77b8 s Context>handleSignal:
         0xbcfc3e8 s Context>handleSignal:
         0xbd01018 s Context>handleSignal:
         0xbd05c48 s Context>handleSignal:
         0xbd0a878 s Context>handleSignal:
         0xbd0f4a8 s Context>handleSignal:
         0xbd140d8 s Context>handleSignal:
         0xbd18d08 s Context>handleSignal:
         0xbd1d938 s Context>handleSignal:
         0xbd22568 s Context>handleSignal:
         0xbd27198 s Context>handleSignal:
         0xbd2bdc8 s Context>handleSignal:
         0xbd309f8 s Context>handleSignal:
         0xbd35628 s Context>handleSignal:
         0xbd3a258 s Context>handleSignal:
         0xbd3ee88 s Context>handleSignal:
         0xbd43ab8 s Context>handleSignal:
         0xbd486e8 s Context>handleSignal:
         0xbd4d318 s Context>handleSignal:
         0xbd51f48 s Context>handleSignal:
         0xbd56b78 s Context>handleSignal:
         0xbd5b7a8 s Context>handleSignal:
         0xbd603d8 s Context>handleSignal:
         0xbd65008 s Context>handleSignal:
         0xbd69c38 s Context>handleSignal:
         0xbd6e868 s Context>handleSignal:
         0xbd73498 s Context>handleSignal:
         0xbd780c8 s Context>handleSignal:
         0xbd7ccf8 s Context>handleSignal:
         0xbd81928 s Context>handleSignal:
         0xbd86558 s Context>handleSignal:
         0xbd8b188 s Context>handleSignal:
         0xbd8fdb8 s Context>handleSignal:
         0xbd949e8 s Context>handleSignal:
         0xbd99618 s Context>handleSignal:
         0xbd9e248 s Context>handleSignal:
         0xbda2e78 s Context>handleSignal:
         0xbda7aa8 s Context>handleSignal:
         0xbdac6d8 s Context>handleSignal:
         0xbdb1308 s Context>handleSignal:
         0xbdb5f38 s Context>handleSignal:
         0xbdbab68 s Context>handleSignal:
         0xbdbf798 s Context>handleSignal:
         0xbdc43c8 s Context>handleSignal:
         0xbdc8ff8 s Context>handleSignal:
         0xbdcdc28 s Context>handleSignal:
         0xbdd2858 s Context>handleSignal:
         0xbdd7488 s Context>handleSignal:
         0xbddc0b8 s Context>handleSignal:
         0xbde0ce8 s Context>handleSignal:
         0xbde5918 s Context>handleSignal:
         0xbdea548 s Context>handleSignal:
         0xbdef178 s Context>handleSignal:
         0xbdf3da8 s Context>handleSignal:
         0xbdf89d8 s Context>handleSignal:
         0xbdfd608 s Context>handleSignal:
         0xbe02238 s Context>handleSignal:
         0xbe06e68 s Context>handleSignal:
         0xbe0ba98 s Context>handleSignal:
         0xbe106c8 s Context>handleSignal:
         0xbe152f8 s Context>handleSignal:
         0xbe19f28 s Context>handleSignal:
         0xbe1eb58 s Context>handleSignal:
         0xbe23788 s Context>handleSignal:
         0xbe283b8 s Context>handleSignal:
         0xbe2cfe8 s Context>handleSignal:
         0xbe31c18 s Context>handleSignal:
         0xbe36848 s Context>handleSignal:
         0xbe3b478 s Context>handleSignal:
         0xbe400a8 s Context>handleSignal:
         0xbe44cd8 s Context>handleSignal:
         0xbe49908 s Context>handleSignal:
         0xbe4e538 s Context>handleSignal:
         0xbe53168 s Context>handleSignal:
         0xbe57d98 s Context>handleSignal:
         0xbe5c9c8 s Context>handleSignal:
         0xbe615f8 s Context>handleSignal:
         0xbe66228 s Context>handleSignal:
         0xbe6ae58 s Context>handleSignal:
         0xbe6fa88 s Context>handleSignal:
         0xbe746b8 s Context>handleSignal:
         0xbe792e8 s Context>handleSignal:
         0xbe7de60 s Context>handleSignal:
         0xbe82920 s Context>handleSignal:
         0xbe87328 s Context>handleSignal:
         0xbe8bc78 s Context>handleSignal:
         0xbf82d18 s Halt(Exception)>signal
         0xbf9dfd0 s Halt class(Exception class)>signal
         0xbfd1348 s Halt class>now
         0xbfc91a0 s FullBlockClosure(Object)>halt
         0xbff2a18 s FullBlockClosure>printOn:
         0xc015b10 s Context>printOn:
         0xc03f9b0 s Context>printDebugOn:
         0xc03fc90 s [] in Context>debugStack:on:
         0xc05b990 s OrderedCollection>do:
         0xbfc8f28 s Context>debugStack:on:
         0xbff27c8 s Context>shortDebugStackOn:
         0xc0158d8 s [] in SmalltalkImage>logError:inContext:
         0xc03f6d0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf82478 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9d430 s SmalltalkImage>logStdErrorDuring:
         0xbfd0868 s SmalltalkImage>logError:inContext:
         0xbff95b0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01c118 s FullBlockClosure(BlockClosure)>ensure:
         0xc048ac8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05ebe0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06b488 s Halt(Exception)>unhandledErrorAction
         0xc0886f8 s Halt(UnhandledException)>defaultAction
         0xc0df3e8 s UndefinedObject>handleSignal:
         0xc0df4a0 s Context>handleSignal:
         0xc0df558 s Context>handleSignal:
         0xc0df610 s Context>handleSignal:
         0xc0df6c8 s Context>handleSignal:
         0xc0df780 s Context>handleSignal:
         0xc0df838 s Context>handleSignal:
         0xc0df8f0 s Context>handleSignal:
         0xc0df9a8 s Context>handleSignal:
         0xc0dfa60 s Context>handleSignal:
         0xc0dfb18 s Context>handleSignal:
         0xc106b80 s Context>handleSignal:
         0xc1122a0 s Context>handleSignal:
         0xc11d148 s Context>handleSignal:
         0xc127a30 s Context>handleSignal:
         0xc132260 s Context>handleSignal:
         0xc13ca90 s Context>handleSignal:
         0xc1472c0 s Context>handleSignal:
         0xc151af0 s Context>handleSignal:
         0xc15c320 s Context>handleSignal:
         0xc166b50 s Context>handleSignal:
         0xc171380 s Context>handleSignal:
         0xc17bbb0 s Context>handleSignal:
         0xc1863e0 s Context>handleSignal:
         0xc190c10 s Context>handleSignal:
         0xc19b440 s Context>handleSignal:
         0xc1a5c70 s Context>handleSignal:
         0xc1b04a0 s Context>handleSignal:
         0xc1bacd0 s Context>handleSignal:
         0xc1c5500 s Context>handleSignal:
         0xc1cfd30 s Context>handleSignal:
         0xc1da560 s Context>handleSignal:
         0xc1e4d90 s Context>handleSignal:
         0xc1ef5c0 s Context>handleSignal:
         0xc1f9df0 s Context>handleSignal:
         0xc204620 s Context>handleSignal:
         0xc20ee50 s Context>handleSignal:
         0xc219680 s Context>handleSignal:
         0xc223eb0 s Context>handleSignal:
         0xc22e6e0 s Context>handleSignal:
         0xc238f10 s Context>handleSignal:
         0xc243740 s Context>handleSignal:
         0xc24df70 s Context>handleSignal:
         0xc2587a0 s Context>handleSignal:
         0xb7da238 s Context>handleSignal:
         0xb7e4b20 s Context>handleSignal:
         0xb7ef408 s Context>handleSignal:
         0xb7f9cf0 s Context>handleSignal:
         0xb8045d8 s Context>handleSignal:
         0xb80eec0 s Context>handleSignal:
         0xb8197a8 s Context>handleSignal:
         0xb824090 s Context>handleSignal:
         0xb82e978 s Context>handleSignal:
         0xb839260 s Context>handleSignal:
         0xb843b48 s Context>handleSignal:
         0xb84e430 s Context>handleSignal:
         0xb858d18 s Context>handleSignal:
         0xb863600 s Context>handleSignal:
         0xb86dee8 s Context>handleSignal:
         0xb8787d0 s Context>handleSignal:
         0xb8830b8 s Context>handleSignal:
         0xb88d9a0 s Context>handleSignal:
         0xb898288 s Context>handleSignal:
         0xb8a2b70 s Context>handleSignal:
         0xb8ad458 s Context>handleSignal:
         0xb8b7d40 s Context>handleSignal:
         0xb8c2628 s Context>handleSignal:
         0xb8ccf10 s Context>handleSignal:
         0xb8d77f8 s Context>handleSignal:
         0xb8e20e0 s Context>handleSignal:
         0xb8ec9c8 s Context>handleSignal:
         0xb8f72b0 s Context>handleSignal:
         0xb901b98 s Context>handleSignal:
         0xb90c480 s Context>handleSignal:
         0xb916d68 s Context>handleSignal:
         0xb921650 s Context>handleSignal:
         0xb92bf38 s Context>handleSignal:
         0xb936820 s Context>handleSignal:
         0xb941108 s Context>handleSignal:
         0xb94b9f0 s Context>handleSignal:
         0xb9562d8 s Context>handleSignal:
         0xb960bc0 s Context>handleSignal:
         0xb96b4a8 s Context>handleSignal:
         0xb975d90 s Context>handleSignal:
         0xb980678 s Context>handleSignal:
         0xb98af60 s Context>handleSignal:
         0xb995848 s Context>handleSignal:
         0xb9a0130 s Context>handleSignal:
         0xb9aaa18 s Context>handleSignal:
         0xb9b5300 s Context>handleSignal:
         0xb9bfbe8 s Context>handleSignal:
         0xb9ca4d0 s Context>handleSignal:
         0xb9d4db8 s Context>handleSignal:
         0xb9df6a0 s Context>handleSignal:
         0xb9e9f88 s Context>handleSignal:
         0xb9f4870 s Context>handleSignal:
         0xb9ff158 s Context>handleSignal:
         0xba09a40 s Context>handleSignal:
         0xba14328 s Context>handleSignal:
         0xba1ec10 s Context>handleSignal:
         0xba294f8 s Context>handleSignal:
         0xba33de0 s Context>handleSignal:
         0xba3e6c8 s Context>handleSignal:
         0xba45630 s Context>handleSignal:
         0xba4a768 s Context>handleSignal:
         0xba4f7e8 s Context>handleSignal:
         0xba547b0 s Context>handleSignal:
         0xba59778 s Context>handleSignal:
         0xba5e688 s Context>handleSignal:
         0xba634e0 s Context>handleSignal:
         0xba68280 s Context>handleSignal:
         0xba6d020 s Context>handleSignal:
         0xba71d08 s Context>handleSignal:
         0xba769f0 s Context>handleSignal:
         0xba7b6d8 s Context>handleSignal:
         0xba803c0 s Context>handleSignal:
         0xba850a8 s Context>handleSignal:
         0xba89d90 s Context>handleSignal:
         0xba8ea78 s Context>handleSignal:
         0xba93760 s Context>handleSignal:
         0xba98448 s Context>handleSignal:
         0xba9d130 s Context>handleSignal:
         0xbaa1e18 s Context>handleSignal:
         0xbaa6b00 s Context>handleSignal:
         0xbaab7e8 s Context>handleSignal:
         0xbab04d0 s Context>handleSignal:
         0xbab51b8 s Context>handleSignal:
         0xbab9ea0 s Context>handleSignal:
         0xbabeb88 s Context>handleSignal:
         0xbac3870 s Context>handleSignal:
         0xbac8558 s Context>handleSignal:
         0xbacd240 s Context>handleSignal:
         0xbad1f28 s Context>handleSignal:
         0xbad6c10 s Context>handleSignal:
         0xbadb8f8 s Context>handleSignal:
         0xbae05e0 s Context>handleSignal:
         0xbae52c8 s Context>handleSignal:
         0xbae9fb0 s Context>handleSignal:
         0xbaeec98 s Context>handleSignal:
         0xbaf3980 s Context>handleSignal:
         0xbaf8668 s Context>handleSignal:
         0xbafd350 s Context>handleSignal:
         0xbb02038 s Context>handleSignal:
         0xbb06d20 s Context>handleSignal:
         0xbb0ba08 s Context>handleSignal:
         0xbb106f0 s Context>handleSignal:
         0xbb153d8 s Context>handleSignal:
         0xbb1a0c0 s Context>handleSignal:
         0xbb1eda8 s Context>handleSignal:
         0xbb23a90 s Context>handleSignal:
         0xbb28778 s Context>handleSignal:
         0xbb2d460 s Context>handleSignal:
         0xbb32148 s Context>handleSignal:
         0xbb36e30 s Context>handleSignal:
         0xbb3bb18 s Context>handleSignal:
         0xbb40800 s Context>handleSignal:
         0xbb454e8 s Context>handleSignal:
         0xbb4a1d0 s Context>handleSignal:
         0xbb4eeb8 s Context>handleSignal:
         0xbb53ba0 s Context>handleSignal:
         0xbb58888 s Context>handleSignal:
         0xbb5d570 s Context>handleSignal:
         0xbb62258 s Context>handleSignal:
         0xbb66f40 s Context>handleSignal:
         0xbb6bc28 s Context>handleSignal:
         0xbb70910 s Context>handleSignal:
         0xbb755f8 s Context>handleSignal:
         0xbb7a2e0 s Context>handleSignal:
         0xbb7efc8 s Context>handleSignal:
         0xbb83cb0 s Context>handleSignal:
         0xbb88998 s Context>handleSignal:
         0xbb8d680 s Context>handleSignal:
         0xbb92368 s Context>handleSignal:
         0xbb97050 s Context>handleSignal:
         0xbb9bc80 s Context>handleSignal:
         0xbba08b0 s Context>handleSignal:
         0xbba54e0 s Context>handleSignal:
         0xbbaa110 s Context>handleSignal:
         0xbbaed40 s Context>handleSignal:
         0xbbb3970 s Context>handleSignal:
         0xbbb85a0 s Context>handleSignal:
         0xbbbd1d0 s Context>handleSignal:
         0xbbc1e00 s Context>handleSignal:
         0xbbc6a30 s Context>handleSignal:
         0xbbcb660 s Context>handleSignal:
         0xbbd0290 s Context>handleSignal:
         0xbbd4ec0 s Context>handleSignal:
         0xbbd9af0 s Context>handleSignal:
         0xbbde720 s Context>handleSignal:
         0xbbe3350 s Context>handleSignal:
         0xbbe7f80 s Context>handleSignal:
         0xbbecbb0 s Context>handleSignal:
         0xbbf17e0 s Context>handleSignal:
         0xbbf6410 s Context>handleSignal:
         0xbbfb040 s Context>handleSignal:
         0xbbffc70 s Context>handleSignal:
         0xbc048a0 s Context>handleSignal:
         0xbc094d0 s Context>handleSignal:
         0xbc0e100 s Context>handleSignal:
         0xbc12d30 s Context>handleSignal:
         0xbc17960 s Context>handleSignal:
         0xbc1c590 s Context>handleSignal:
         0xbc211c0 s Context>handleSignal:
         0xbc25df0 s Context>handleSignal:
         0xbc2aa20 s Context>handleSignal:
         0xbc2f650 s Context>handleSignal:
         0xbc34280 s Context>handleSignal:
         0xbc38eb0 s Context>handleSignal:
         0xbc3dae0 s Context>handleSignal:
         0xbc42710 s Context>handleSignal:
         0xbc47340 s Context>handleSignal:
         0xbc4bf70 s Context>handleSignal:
         0xbc50ba0 s Context>handleSignal:
         0xbc558a0 s Context>handleSignal:
         0xbc5a4d0 s Context>handleSignal:
         0xbc5f100 s Context>handleSignal:
         0xbc63d30 s Context>handleSignal:
         0xbc68960 s Context>handleSignal:
         0xbc6d590 s Context>handleSignal:
         0xbc721c0 s Context>handleSignal:
         0xbc76df0 s Context>handleSignal:
         0xbc7ba20 s Context>handleSignal:
         0xbc80650 s Context>handleSignal:
         0xbc85280 s Context>handleSignal:
         0xbc89eb0 s Context>handleSignal:
         0xbc8eae0 s Context>handleSignal:
         0xbc93710 s Context>handleSignal:
         0xbc98340 s Context>handleSignal:
         0xbc9cf70 s Context>handleSignal:
         0xbca1ba0 s Context>handleSignal:
         0xbca67d0 s Context>handleSignal:
         0xbcab400 s Context>handleSignal:
         0xbcb0030 s Context>handleSignal:
         0xbcb4c60 s Context>handleSignal:
         0xbcb9890 s Context>handleSignal:
         0xbcbe4c0 s Context>handleSignal:
         0xbcc30f0 s Context>handleSignal:
         0xbcc7d20 s Context>handleSignal:
         0xbccc950 s Context>handleSignal:
         0xbcd1580 s Context>handleSignal:
         0xbcd61b0 s Context>handleSignal:
         0xbcdade0 s Context>handleSignal:
         0xbcdfa10 s Context>handleSignal:
         0xbce4640 s Context>handleSignal:
         0xbce9270 s Context>handleSignal:
         0xbcedea0 s Context>handleSignal:
         0xbcf2ad0 s Context>handleSignal:
         0xbcf7700 s Context>handleSignal:
         0xbcfc330 s Context>handleSignal:
         0xbd00f60 s Context>handleSignal:
         0xbd05b90 s Context>handleSignal:
         0xbd0a7c0 s Context>handleSignal:
         0xbd0f3f0 s Context>handleSignal:
         0xbd14020 s Context>handleSignal:
         0xbd18c50 s Context>handleSignal:
         0xbd1d880 s Context>handleSignal:
         0xbd224b0 s Context>handleSignal:
         0xbd270e0 s Context>handleSignal:
         0xbd2bd10 s Context>handleSignal:
         0xbd30940 s Context>handleSignal:
         0xbd35570 s Context>handleSignal:
         0xbd3a1a0 s Context>handleSignal:
         0xbd3edd0 s Context>handleSignal:
         0xbd43a00 s Context>handleSignal:
         0xbd48630 s Context>handleSignal:
         0xbd4d260 s Context>handleSignal:
         0xbd51e90 s Context>handleSignal:
         0xbd56ac0 s Context>handleSignal:
         0xbd5b6f0 s Context>handleSignal:
         0xbd60320 s Context>handleSignal:
         0xbd64f50 s Context>handleSignal:
         0xbd69b80 s Context>handleSignal:
         0xbd6e7b0 s Context>handleSignal:
         0xbd733e0 s Context>handleSignal:
         0xbd78010 s Context>handleSignal:
         0xbd7cc40 s Context>handleSignal:
         0xbd81870 s Context>handleSignal:
         0xbd864a0 s Context>handleSignal:
         0xbd8b0d0 s Context>handleSignal:
         0xbd8fd00 s Context>handleSignal:
         0xbd94930 s Context>handleSignal:
         0xbd99560 s Context>handleSignal:
         0xbd9e190 s Context>handleSignal:
         0xbda2dc0 s Context>handleSignal:
         0xbda79f0 s Context>handleSignal:
         0xbdac620 s Context>handleSignal:
         0xbdb1250 s Context>handleSignal:
         0xbdb5e80 s Context>handleSignal:
         0xbdbaab0 s Context>handleSignal:
         0xbdbf6e0 s Context>handleSignal:
         0xbdc4310 s Context>handleSignal:
         0xbdc8f40 s Context>handleSignal:
         0xbdcdb70 s Context>handleSignal:
         0xbdd27a0 s Context>handleSignal:
         0xbdd73d0 s Context>handleSignal:
         0xbddc000 s Context>handleSignal:
         0xbde0c30 s Context>handleSignal:
         0xbde5860 s Context>handleSignal:
         0xbdea490 s Context>handleSignal:
         0xbdef0c0 s Context>handleSignal:
         0xbdf3cf0 s Context>handleSignal:
         0xbdf8920 s Context>handleSignal:
         0xbdfd550 s Context>handleSignal:
         0xbe02180 s Context>handleSignal:
         0xbe06db0 s Context>handleSignal:
         0xbe0b9e0 s Context>handleSignal:
         0xbe10610 s Context>handleSignal:
         0xbe15240 s Context>handleSignal:
         0xbe19e70 s Context>handleSignal:
         0xbe1eaa0 s Context>handleSignal:
         0xbe236d0 s Context>handleSignal:
         0xbe28300 s Context>handleSignal:
         0xbe2cf30 s Context>handleSignal:
         0xbe31b60 s Context>handleSignal:
         0xbe36790 s Context>handleSignal:
         0xbe3b3c0 s Context>handleSignal:
         0xbe3fff0 s Context>handleSignal:
         0xbe44c20 s Context>handleSignal:
         0xbe49850 s Context>handleSignal:
         0xbe4e480 s Context>handleSignal:
         0xbe530b0 s Context>handleSignal:
         0xbe57ce0 s Context>handleSignal:
         0xbe5c910 s Context>handleSignal:
         0xbe61540 s Context>handleSignal:
         0xbe66170 s Context>handleSignal:
         0xbe6ada0 s Context>handleSignal:
         0xbe6f9d0 s Context>handleSignal:
         0xbe74600 s Context>handleSignal:
         0xbe79230 s Context>handleSignal:
         0xbe7dda8 s Context>handleSignal:
         0xbe82868 s Context>handleSignal:
         0xbe87270 s Context>handleSignal:
         0xbf82ba8 s Halt(Exception)>signal
         0xbf9de00 s Halt class(Exception class)>signal
         0xbfd1190 s Halt class>now
         0xbfc8fe0 s FullBlockClosure(Object)>halt
         0xbff2880 s FullBlockClosure>printOn:
         0xc015990 s Context>printOn:
         0xc03f788 s Context>printDebugOn:
         0xc03fa68 s [] in Context>debugStack:on:
         0xc05b8d8 s OrderedCollection>do:
         0xbfc8d68 s Context>debugStack:on:
         0xbff2630 s Context>shortDebugStackOn:
         0xc015758 s [] in SmalltalkImage>logError:inContext:
         0xc03f4a8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf823c0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9d318 s SmalltalkImage>logStdErrorDuring:
         0xbfd0768 s SmalltalkImage>logError:inContext:
         0xbff94e8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01c028 s FullBlockClosure(BlockClosure)>ensure:
         0xc0489e8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05eb28 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06b3d0 s Halt(Exception)>unhandledErrorAction
         0xc088640 s Halt(UnhandledException)>defaultAction
         0xc0dec00 s UndefinedObject>handleSignal:
         0xc0decb8 s Context>handleSignal:
         0xc0ded70 s Context>handleSignal:
         0xc0dee28 s Context>handleSignal:
         0xc0deee0 s Context>handleSignal:
         0xc0def98 s Context>handleSignal:
         0xc0df050 s Context>handleSignal:
         0xc0df108 s Context>handleSignal:
         0xc0df1c0 s Context>handleSignal:
         0xc0df278 s Context>handleSignal:
         0xc0df330 s Context>handleSignal:
         0xc106ac8 s Context>handleSignal:
         0xc1121e8 s Context>handleSignal:
         0xc11d090 s Context>handleSignal:
         0xc127978 s Context>handleSignal:
         0xc1321a8 s Context>handleSignal:
         0xc13c9d8 s Context>handleSignal:
         0xc147208 s Context>handleSignal:
         0xc151a38 s Context>handleSignal:
         0xc15c268 s Context>handleSignal:
         0xc166a98 s Context>handleSignal:
         0xc1712c8 s Context>handleSignal:
         0xc17baf8 s Context>handleSignal:
         0xc186328 s Context>handleSignal:
         0xc190b58 s Context>handleSignal:
         0xc19b388 s Context>handleSignal:
         0xc1a5bb8 s Context>handleSignal:
         0xc1b03e8 s Context>handleSignal:
         0xc1bac18 s Context>handleSignal:
         0xc1c5448 s Context>handleSignal:
         0xc1cfc78 s Context>handleSignal:
         0xc1da4a8 s Context>handleSignal:
         0xc1e4cd8 s Context>handleSignal:
         0xc1ef508 s Context>handleSignal:
         0xc1f9d38 s Context>handleSignal:
         0xc204568 s Context>handleSignal:
         0xc20ed98 s Context>handleSignal:
         0xc2195c8 s Context>handleSignal:
         0xc223df8 s Context>handleSignal:
         0xc22e628 s Context>handleSignal:
         0xc238e58 s Context>handleSignal:
         0xc243688 s Context>handleSignal:
         0xc24deb8 s Context>handleSignal:
         0xc2586e8 s Context>handleSignal:
         0xb7da180 s Context>handleSignal:
         0xb7e4a68 s Context>handleSignal:
         0xb7ef350 s Context>handleSignal:
         0xb7f9c38 s Context>handleSignal:
         0xb804520 s Context>handleSignal:
         0xb80ee08 s Context>handleSignal:
         0xb8196f0 s Context>handleSignal:
         0xb823fd8 s Context>handleSignal:
         0xb82e8c0 s Context>handleSignal:
         0xb8391a8 s Context>handleSignal:
         0xb843a90 s Context>handleSignal:
         0xb84e378 s Context>handleSignal:
         0xb858c60 s Context>handleSignal:
         0xb863548 s Context>handleSignal:
         0xb86de30 s Context>handleSignal:
         0xb878718 s Context>handleSignal:
         0xb883000 s Context>handleSignal:
         0xb88d8e8 s Context>handleSignal:
         0xb8981d0 s Context>handleSignal:
         0xb8a2ab8 s Context>handleSignal:
         0xb8ad3a0 s Context>handleSignal:
         0xb8b7c88 s Context>handleSignal:
         0xb8c2570 s Context>handleSignal:
         0xb8cce58 s Context>handleSignal:
         0xb8d7740 s Context>handleSignal:
         0xb8e2028 s Context>handleSignal:
         0xb8ec910 s Context>handleSignal:
         0xb8f71f8 s Context>handleSignal:
         0xb901ae0 s Context>handleSignal:
         0xb90c3c8 s Context>handleSignal:
         0xb916cb0 s Context>handleSignal:
         0xb921598 s Context>handleSignal:
         0xb92be80 s Context>handleSignal:
         0xb936768 s Context>handleSignal:
         0xb941050 s Context>handleSignal:
         0xb94b938 s Context>handleSignal:
         0xb956220 s Context>handleSignal:
         0xb960b08 s Context>handleSignal:
         0xb96b3f0 s Context>handleSignal:
         0xb975cd8 s Context>handleSignal:
         0xb9805c0 s Context>handleSignal:
         0xb98aea8 s Context>handleSignal:
         0xb995790 s Context>handleSignal:
         0xb9a0078 s Context>handleSignal:
         0xb9aa960 s Context>handleSignal:
         0xb9b5248 s Context>handleSignal:
         0xb9bfb30 s Context>handleSignal:
         0xb9ca418 s Context>handleSignal:
         0xb9d4d00 s Context>handleSignal:
         0xb9df5e8 s Context>handleSignal:
         0xb9e9ed0 s Context>handleSignal:
         0xb9f47b8 s Context>handleSignal:
         0xb9ff0a0 s Context>handleSignal:
         0xba09988 s Context>handleSignal:
         0xba14270 s Context>handleSignal:
         0xba1eb58 s Context>handleSignal:
         0xba29440 s Context>handleSignal:
         0xba33d28 s Context>handleSignal:
         0xba3e610 s Context>handleSignal:
         0xba45578 s Context>handleSignal:
         0xba4a6b0 s Context>handleSignal:
         0xba4f730 s Context>handleSignal:
         0xba546f8 s Context>handleSignal:
         0xba596c0 s Context>handleSignal:
         0xba5e5d0 s Context>handleSignal:
         0xba63428 s Context>handleSignal:
         0xba681c8 s Context>handleSignal:
         0xba6cf68 s Context>handleSignal:
         0xba71c50 s Context>handleSignal:
         0xba76938 s Context>handleSignal:
         0xba7b620 s Context>handleSignal:
         0xba80308 s Context>handleSignal:
         0xba84ff0 s Context>handleSignal:
         0xba89cd8 s Context>handleSignal:
         0xba8e9c0 s Context>handleSignal:
         0xba936a8 s Context>handleSignal:
         0xba98390 s Context>handleSignal:
         0xba9d078 s Context>handleSignal:
         0xbaa1d60 s Context>handleSignal:
         0xbaa6a48 s Context>handleSignal:
         0xbaab730 s Context>handleSignal:
         0xbab0418 s Context>handleSignal:
         0xbab5100 s Context>handleSignal:
         0xbab9de8 s Context>handleSignal:
         0xbabead0 s Context>handleSignal:
         0xbac37b8 s Context>handleSignal:
         0xbac84a0 s Context>handleSignal:
         0xbacd188 s Context>handleSignal:
         0xbad1e70 s Context>handleSignal:
         0xbad6b58 s Context>handleSignal:
         0xbadb840 s Context>handleSignal:
         0xbae0528 s Context>handleSignal:
         0xbae5210 s Context>handleSignal:
         0xbae9ef8 s Context>handleSignal:
         0xbaeebe0 s Context>handleSignal:
         0xbaf38c8 s Context>handleSignal:
         0xbaf85b0 s Context>handleSignal:
         0xbafd298 s Context>handleSignal:
         0xbb01f80 s Context>handleSignal:
         0xbb06c68 s Context>handleSignal:
         0xbb0b950 s Context>handleSignal:
         0xbb10638 s Context>handleSignal:
         0xbb15320 s Context>handleSignal:
         0xbb1a008 s Context>handleSignal:
         0xbb1ecf0 s Context>handleSignal:
         0xbb239d8 s Context>handleSignal:
         0xbb286c0 s Context>handleSignal:
         0xbb2d3a8 s Context>handleSignal:
         0xbb32090 s Context>handleSignal:
         0xbb36d78 s Context>handleSignal:
         0xbb3ba60 s Context>handleSignal:
         0xbb40748 s Context>handleSignal:
         0xbb45430 s Context>handleSignal:
         0xbb4a118 s Context>handleSignal:
         0xbb4ee00 s Context>handleSignal:
         0xbb53ae8 s Context>handleSignal:
         0xbb587d0 s Context>handleSignal:
         0xbb5d4b8 s Context>handleSignal:
         0xbb621a0 s Context>handleSignal:
         0xbb66e88 s Context>handleSignal:
         0xbb6bb70 s Context>handleSignal:
         0xbb70858 s Context>handleSignal:
         0xbb75540 s Context>handleSignal:
         0xbb7a228 s Context>handleSignal:
         0xbb7ef10 s Context>handleSignal:
         0xbb83bf8 s Context>handleSignal:
         0xbb888e0 s Context>handleSignal:
         0xbb8d5c8 s Context>handleSignal:
         0xbb922b0 s Context>handleSignal:
         0xbb96f98 s Context>handleSignal:
         0xbb9bbc8 s Context>handleSignal:
         0xbba07f8 s Context>handleSignal:
         0xbba5428 s Context>handleSignal:
         0xbbaa058 s Context>handleSignal:
         0xbbaec88 s Context>handleSignal:
         0xbbb38b8 s Context>handleSignal:
         0xbbb84e8 s Context>handleSignal:
         0xbbbd118 s Context>handleSignal:
         0xbbc1d48 s Context>handleSignal:
         0xbbc6978 s Context>handleSignal:
         0xbbcb5a8 s Context>handleSignal:
         0xbbd01d8 s Context>handleSignal:
         0xbbd4e08 s Context>handleSignal:
         0xbbd9a38 s Context>handleSignal:
         0xbbde668 s Context>handleSignal:
         0xbbe3298 s Context>handleSignal:
         0xbbe7ec8 s Context>handleSignal:
         0xbbecaf8 s Context>handleSignal:
         0xbbf1728 s Context>handleSignal:
         0xbbf6358 s Context>handleSignal:
         0xbbfaf88 s Context>handleSignal:
         0xbbffbb8 s Context>handleSignal:
         0xbc047e8 s Context>handleSignal:
         0xbc09418 s Context>handleSignal:
         0xbc0e048 s Context>handleSignal:
         0xbc12c78 s Context>handleSignal:
         0xbc178a8 s Context>handleSignal:
         0xbc1c4d8 s Context>handleSignal:
         0xbc21108 s Context>handleSignal:
         0xbc25d38 s Context>handleSignal:
         0xbc2a968 s Context>handleSignal:
         0xbc2f598 s Context>handleSignal:
         0xbc341c8 s Context>handleSignal:
         0xbc38df8 s Context>handleSignal:
         0xbc3da28 s Context>handleSignal:
         0xbc42658 s Context>handleSignal:
         0xbc47288 s Context>handleSignal:
         0xbc4beb8 s Context>handleSignal:
         0xbc50ae8 s Context>handleSignal:
         0xbc557e8 s Context>handleSignal:
         0xbc5a418 s Context>handleSignal:
         0xbc5f048 s Context>handleSignal:
         0xbc63c78 s Context>handleSignal:
         0xbc688a8 s Context>handleSignal:
         0xbc6d4d8 s Context>handleSignal:
         0xbc72108 s Context>handleSignal:
         0xbc76d38 s Context>handleSignal:
         0xbc7b968 s Context>handleSignal:
         0xbc80598 s Context>handleSignal:
         0xbc851c8 s Context>handleSignal:
         0xbc89df8 s Context>handleSignal:
         0xbc8ea28 s Context>handleSignal:
         0xbc93658 s Context>handleSignal:
         0xbc98288 s Context>handleSignal:
         0xbc9ceb8 s Context>handleSignal:
         0xbca1ae8 s Context>handleSignal:
         0xbca6718 s Context>handleSignal:
         0xbcab348 s Context>handleSignal:
         0xbcaff78 s Context>handleSignal:
         0xbcb4ba8 s Context>handleSignal:
         0xbcb97d8 s Context>handleSignal:
         0xbcbe408 s Context>handleSignal:
         0xbcc3038 s Context>handleSignal:
         0xbcc7c68 s Context>handleSignal:
         0xbccc898 s Context>handleSignal:
         0xbcd14c8 s Context>handleSignal:
         0xbcd60f8 s Context>handleSignal:
         0xbcdad28 s Context>handleSignal:
         0xbcdf958 s Context>handleSignal:
         0xbce4588 s Context>handleSignal:
         0xbce91b8 s Context>handleSignal:
         0xbcedde8 s Context>handleSignal:
         0xbcf2a18 s Context>handleSignal:
         0xbcf7648 s Context>handleSignal:
         0xbcfc278 s Context>handleSignal:
         0xbd00ea8 s Context>handleSignal:
         0xbd05ad8 s Context>handleSignal:
         0xbd0a708 s Context>handleSignal:
         0xbd0f338 s Context>handleSignal:
         0xbd13f68 s Context>handleSignal:
         0xbd18b98 s Context>handleSignal:
         0xbd1d7c8 s Context>handleSignal:
         0xbd223f8 s Context>handleSignal:
         0xbd27028 s Context>handleSignal:
         0xbd2bc58 s Context>handleSignal:
         0xbd30888 s Context>handleSignal:
         0xbd354b8 s Context>handleSignal:
         0xbd3a0e8 s Context>handleSignal:
         0xbd3ed18 s Context>handleSignal:
         0xbd43948 s Context>handleSignal:
         0xbd48578 s Context>handleSignal:
         0xbd4d1a8 s Context>handleSignal:
         0xbd51dd8 s Context>handleSignal:
         0xbd56a08 s Context>handleSignal:
         0xbd5b638 s Context>handleSignal:
         0xbd60268 s Context>handleSignal:
         0xbd64e98 s Context>handleSignal:
         0xbd69ac8 s Context>handleSignal:
         0xbd6e6f8 s Context>handleSignal:
         0xbd73328 s Context>handleSignal:
         0xbd77f58 s Context>handleSignal:
         0xbd7cb88 s Context>handleSignal:
         0xbd817b8 s Context>handleSignal:
         0xbd863e8 s Context>handleSignal:
         0xbd8b018 s Context>handleSignal:
         0xbd8fc48 s Context>handleSignal:
         0xbd94878 s Context>handleSignal:
         0xbd994a8 s Context>handleSignal:
         0xbd9e0d8 s Context>handleSignal:
         0xbda2d08 s Context>handleSignal:
         0xbda7938 s Context>handleSignal:
         0xbdac568 s Context>handleSignal:
         0xbdb1198 s Context>handleSignal:
         0xbdb5dc8 s Context>handleSignal:
         0xbdba9f8 s Context>handleSignal:
         0xbdbf628 s Context>handleSignal:
         0xbdc4258 s Context>handleSignal:
         0xbdc8e88 s Context>handleSignal:
         0xbdcdab8 s Context>handleSignal:
         0xbdd26e8 s Context>handleSignal:
         0xbdd7318 s Context>handleSignal:
         0xbddbf48 s Context>handleSignal:
         0xbde0b78 s Context>handleSignal:
         0xbde57a8 s Context>handleSignal:
         0xbdea3d8 s Context>handleSignal:
         0xbdef008 s Context>handleSignal:
         0xbdf3c38 s Context>handleSignal:
         0xbdf8868 s Context>handleSignal:
         0xbdfd498 s Context>handleSignal:
         0xbe020c8 s Context>handleSignal:
         0xbe06cf8 s Context>handleSignal:
         0xbe0b928 s Context>handleSignal:
         0xbe10558 s Context>handleSignal:
         0xbe15188 s Context>handleSignal:
         0xbe19db8 s Context>handleSignal:
         0xbe1e9e8 s Context>handleSignal:
         0xbe23618 s Context>handleSignal:
         0xbe28248 s Context>handleSignal:
         0xbe2ce78 s Context>handleSignal:
         0xbe31aa8 s Context>handleSignal:
         0xbe366d8 s Context>handleSignal:
         0xbe3b308 s Context>handleSignal:
         0xbe3ff38 s Context>handleSignal:
         0xbe44b68 s Context>handleSignal:
         0xbe49798 s Context>handleSignal:
         0xbe4e3c8 s Context>handleSignal:
         0xbe52ff8 s Context>handleSignal:
         0xbe57c28 s Context>handleSignal:
         0xbe5c858 s Context>handleSignal:
         0xbe61488 s Context>handleSignal:
         0xbe660b8 s Context>handleSignal:
         0xbe6ace8 s Context>handleSignal:
         0xbe6f918 s Context>handleSignal:
         0xbe74548 s Context>handleSignal:
         0xbe79178 s Context>handleSignal:
         0xbe7dcf0 s Context>handleSignal:
         0xbe827b0 s Context>handleSignal:
         0xbf82a38 s Halt(Exception)>signal
         0xbf9dc30 s Halt class(Exception class)>signal
         0xbfd0fd8 s Halt class>now
         0xbfc8e20 s FullBlockClosure(Object)>halt
         0xbff26e8 s FullBlockClosure>printOn:
         0xc015810 s Context>printOn:
         0xc03f560 s Context>printDebugOn:
         0xc03f840 s [] in Context>debugStack:on:
         0xc05b820 s OrderedCollection>do:
         0xbfc8ba8 s Context>debugStack:on:
         0xbff2498 s Context>shortDebugStackOn:
         0xc0155d8 s [] in SmalltalkImage>logError:inContext:
         0xc03f280 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf82308 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9d200 s SmalltalkImage>logStdErrorDuring:
         0xbfd0668 s SmalltalkImage>logError:inContext:
         0xbff9420 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01bf38 s FullBlockClosure(BlockClosure)>ensure:
         0xc048908 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05ea70 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06b318 s Halt(Exception)>unhandledErrorAction
         0xc088588 s Halt(UnhandledException)>defaultAction
         0xc0de418 s UndefinedObject>handleSignal:
         0xc0de4d0 s Context>handleSignal:
         0xc0de588 s Context>handleSignal:
         0xc0de640 s Context>handleSignal:
         0xc0de6f8 s Context>handleSignal:
         0xc0de7b0 s Context>handleSignal:
         0xc0de868 s Context>handleSignal:
         0xc0de920 s Context>handleSignal:
         0xc0de9d8 s Context>handleSignal:
         0xc0dea90 s Context>handleSignal:
         0xc0deb48 s Context>handleSignal:
         0xc106a10 s Context>handleSignal:
         0xc112130 s Context>handleSignal:
         0xc11cfd8 s Context>handleSignal:
         0xc1278c0 s Context>handleSignal:
         0xc1320f0 s Context>handleSignal:
         0xc13c920 s Context>handleSignal:
         0xc147150 s Context>handleSignal:
         0xc151980 s Context>handleSignal:
         0xc15c1b0 s Context>handleSignal:
         0xc1669e0 s Context>handleSignal:
         0xc171210 s Context>handleSignal:
         0xc17ba40 s Context>handleSignal:
         0xc186270 s Context>handleSignal:
         0xc190aa0 s Context>handleSignal:
         0xc19b2d0 s Context>handleSignal:
         0xc1a5b00 s Context>handleSignal:
         0xc1b0330 s Context>handleSignal:
         0xc1bab60 s Context>handleSignal:
         0xc1c5390 s Context>handleSignal:
         0xc1cfbc0 s Context>handleSignal:
         0xc1da3f0 s Context>handleSignal:
         0xc1e4c20 s Context>handleSignal:
         0xc1ef450 s Context>handleSignal:
         0xc1f9c80 s Context>handleSignal:
         0xc2044b0 s Context>handleSignal:
         0xc20ece0 s Context>handleSignal:
         0xc219510 s Context>handleSignal:
         0xc223d40 s Context>handleSignal:
         0xc22e570 s Context>handleSignal:
         0xc238da0 s Context>handleSignal:
         0xc2435d0 s Context>handleSignal:
         0xc24de00 s Context>handleSignal:
         0xc258630 s Context>handleSignal:
         0xb7da0c8 s Context>handleSignal:
         0xb7e49b0 s Context>handleSignal:
         0xb7ef298 s Context>handleSignal:
         0xb7f9b80 s Context>handleSignal:
         0xb804468 s Context>handleSignal:
         0xb80ed50 s Context>handleSignal:
         0xb819638 s Context>handleSignal:
         0xb823f20 s Context>handleSignal:
         0xb82e808 s Context>handleSignal:
         0xb8390f0 s Context>handleSignal:
         0xb8439d8 s Context>handleSignal:
         0xb84e2c0 s Context>handleSignal:
         0xb858ba8 s Context>handleSignal:
         0xb863490 s Context>handleSignal:
         0xb86dd78 s Context>handleSignal:
         0xb878660 s Context>handleSignal:
         0xb882f48 s Context>handleSignal:
         0xb88d830 s Context>handleSignal:
         0xb898118 s Context>handleSignal:
         0xb8a2a00 s Context>handleSignal:
         0xb8ad2e8 s Context>handleSignal:
         0xb8b7bd0 s Context>handleSignal:
         0xb8c24b8 s Context>handleSignal:
         0xb8ccda0 s Context>handleSignal:
         0xb8d7688 s Context>handleSignal:
         0xb8e1f70 s Context>handleSignal:
         0xb8ec858 s Context>handleSignal:
         0xb8f7140 s Context>handleSignal:
         0xb901a28 s Context>handleSignal:
         0xb90c310 s Context>handleSignal:
         0xb916bf8 s Context>handleSignal:
         0xb9214e0 s Context>handleSignal:
         0xb92bdc8 s Context>handleSignal:
         0xb9366b0 s Context>handleSignal:
         0xb940f98 s Context>handleSignal:
         0xb94b880 s Context>handleSignal:
         0xb956168 s Context>handleSignal:
         0xb960a50 s Context>handleSignal:
         0xb96b338 s Context>handleSignal:
         0xb975c20 s Context>handleSignal:
         0xb980508 s Context>handleSignal:
         0xb98adf0 s Context>handleSignal:
         0xb9956d8 s Context>handleSignal:
         0xb99ffc0 s Context>handleSignal:
         0xb9aa8a8 s Context>handleSignal:
         0xb9b5190 s Context>handleSignal:
         0xb9bfa78 s Context>handleSignal:
         0xb9ca360 s Context>handleSignal:
         0xb9d4c48 s Context>handleSignal:
         0xb9df530 s Context>handleSignal:
         0xb9e9e18 s Context>handleSignal:
         0xb9f4700 s Context>handleSignal:
         0xb9fefe8 s Context>handleSignal:
         0xba098d0 s Context>handleSignal:
         0xba141b8 s Context>handleSignal:
         0xba1eaa0 s Context>handleSignal:
         0xba29388 s Context>handleSignal:
         0xba33c70 s Context>handleSignal:
         0xba3e558 s Context>handleSignal:
         0xba454c0 s Context>handleSignal:
         0xba4a5f8 s Context>handleSignal:
         0xba4f678 s Context>handleSignal:
         0xba54640 s Context>handleSignal:
         0xba59608 s Context>handleSignal:
         0xba5e518 s Context>handleSignal:
         0xba63370 s Context>handleSignal:
         0xba68110 s Context>handleSignal:
         0xba6ceb0 s Context>handleSignal:
         0xba71b98 s Context>handleSignal:
         0xba76880 s Context>handleSignal:
         0xba7b568 s Context>handleSignal:
         0xba80250 s Context>handleSignal:
         0xba84f38 s Context>handleSignal:
         0xba89c20 s Context>handleSignal:
         0xba8e908 s Context>handleSignal:
         0xba935f0 s Context>handleSignal:
         0xba982d8 s Context>handleSignal:
         0xba9cfc0 s Context>handleSignal:
         0xbaa1ca8 s Context>handleSignal:
         0xbaa6990 s Context>handleSignal:
         0xbaab678 s Context>handleSignal:
         0xbab0360 s Context>handleSignal:
         0xbab5048 s Context>handleSignal:
         0xbab9d30 s Context>handleSignal:
         0xbabea18 s Context>handleSignal:
         0xbac3700 s Context>handleSignal:
         0xbac83e8 s Context>handleSignal:
         0xbacd0d0 s Context>handleSignal:
         0xbad1db8 s Context>handleSignal:
         0xbad6aa0 s Context>handleSignal:
         0xbadb788 s Context>handleSignal:
         0xbae0470 s Context>handleSignal:
         0xbae5158 s Context>handleSignal:
         0xbae9e40 s Context>handleSignal:
         0xbaeeb28 s Context>handleSignal:
         0xbaf3810 s Context>handleSignal:
         0xbaf84f8 s Context>handleSignal:
         0xbafd1e0 s Context>handleSignal:
         0xbb01ec8 s Context>handleSignal:
         0xbb06bb0 s Context>handleSignal:
         0xbb0b898 s Context>handleSignal:
         0xbb10580 s Context>handleSignal:
         0xbb15268 s Context>handleSignal:
         0xbb19f50 s Context>handleSignal:
         0xbb1ec38 s Context>handleSignal:
         0xbb23920 s Context>handleSignal:
         0xbb28608 s Context>handleSignal:
         0xbb2d2f0 s Context>handleSignal:
         0xbb31fd8 s Context>handleSignal:
         0xbb36cc0 s Context>handleSignal:
         0xbb3b9a8 s Context>handleSignal:
         0xbb40690 s Context>handleSignal:
         0xbb45378 s Context>handleSignal:
         0xbb4a060 s Context>handleSignal:
         0xbb4ed48 s Context>handleSignal:
         0xbb53a30 s Context>handleSignal:
         0xbb58718 s Context>handleSignal:
         0xbb5d400 s Context>handleSignal:
         0xbb620e8 s Context>handleSignal:
         0xbb66dd0 s Context>handleSignal:
         0xbb6bab8 s Context>handleSignal:
         0xbb707a0 s Context>handleSignal:
         0xbb75488 s Context>handleSignal:
         0xbb7a170 s Context>handleSignal:
         0xbb7ee58 s Context>handleSignal:
         0xbb83b40 s Context>handleSignal:
         0xbb88828 s Context>handleSignal:
         0xbb8d510 s Context>handleSignal:
         0xbb921f8 s Context>handleSignal:
         0xbb96ee0 s Context>handleSignal:
         0xbb9bb10 s Context>handleSignal:
         0xbba0740 s Context>handleSignal:
         0xbba5370 s Context>handleSignal:
         0xbba9fa0 s Context>handleSignal:
         0xbbaebd0 s Context>handleSignal:
         0xbbb3800 s Context>handleSignal:
         0xbbb8430 s Context>handleSignal:
         0xbbbd060 s Context>handleSignal:
         0xbbc1c90 s Context>handleSignal:
         0xbbc68c0 s Context>handleSignal:
         0xbbcb4f0 s Context>handleSignal:
         0xbbd0120 s Context>handleSignal:
         0xbbd4d50 s Context>handleSignal:
         0xbbd9980 s Context>handleSignal:
         0xbbde5b0 s Context>handleSignal:
         0xbbe31e0 s Context>handleSignal:
         0xbbe7e10 s Context>handleSignal:
         0xbbeca40 s Context>handleSignal:
         0xbbf1670 s Context>handleSignal:
         0xbbf62a0 s Context>handleSignal:
         0xbbfaed0 s Context>handleSignal:
         0xbbffb00 s Context>handleSignal:
         0xbc04730 s Context>handleSignal:
         0xbc09360 s Context>handleSignal:
         0xbc0df90 s Context>handleSignal:
         0xbc12bc0 s Context>handleSignal:
         0xbc177f0 s Context>handleSignal:
         0xbc1c420 s Context>handleSignal:
         0xbc21050 s Context>handleSignal:
         0xbc25c80 s Context>handleSignal:
         0xbc2a8b0 s Context>handleSignal:
         0xbc2f4e0 s Context>handleSignal:
         0xbc34110 s Context>handleSignal:
         0xbc38d40 s Context>handleSignal:
         0xbc3d970 s Context>handleSignal:
         0xbc425a0 s Context>handleSignal:
         0xbc471d0 s Context>handleSignal:
         0xbc4be00 s Context>handleSignal:
         0xbc50a30 s Context>handleSignal:
         0xbc55730 s Context>handleSignal:
         0xbc5a360 s Context>handleSignal:
         0xbc5ef90 s Context>handleSignal:
         0xbc63bc0 s Context>handleSignal:
         0xbc687f0 s Context>handleSignal:
         0xbc6d420 s Context>handleSignal:
         0xbc72050 s Context>handleSignal:
         0xbc76c80 s Context>handleSignal:
         0xbc7b8b0 s Context>handleSignal:
         0xbc804e0 s Context>handleSignal:
         0xbc85110 s Context>handleSignal:
         0xbc89d40 s Context>handleSignal:
         0xbc8e970 s Context>handleSignal:
         0xbc935a0 s Context>handleSignal:
         0xbc981d0 s Context>handleSignal:
         0xbc9ce00 s Context>handleSignal:
         0xbca1a30 s Context>handleSignal:
         0xbca6660 s Context>handleSignal:
         0xbcab290 s Context>handleSignal:
         0xbcafec0 s Context>handleSignal:
         0xbcb4af0 s Context>handleSignal:
         0xbcb9720 s Context>handleSignal:
         0xbcbe350 s Context>handleSignal:
         0xbcc2f80 s Context>handleSignal:
         0xbcc7bb0 s Context>handleSignal:
         0xbccc7e0 s Context>handleSignal:
         0xbcd1410 s Context>handleSignal:
         0xbcd6040 s Context>handleSignal:
         0xbcdac70 s Context>handleSignal:
         0xbcdf8a0 s Context>handleSignal:
         0xbce44d0 s Context>handleSignal:
         0xbce9100 s Context>handleSignal:
         0xbcedd30 s Context>handleSignal:
         0xbcf2960 s Context>handleSignal:
         0xbcf7590 s Context>handleSignal:
         0xbcfc1c0 s Context>handleSignal:
         0xbd00df0 s Context>handleSignal:
         0xbd05a20 s Context>handleSignal:
         0xbd0a650 s Context>handleSignal:
         0xbd0f280 s Context>handleSignal:
         0xbd13eb0 s Context>handleSignal:
         0xbd18ae0 s Context>handleSignal:
         0xbd1d710 s Context>handleSignal:
         0xbd22340 s Context>handleSignal:
         0xbd26f70 s Context>handleSignal:
         0xbd2bba0 s Context>handleSignal:
         0xbd307d0 s Context>handleSignal:
         0xbd35400 s Context>handleSignal:
         0xbd3a030 s Context>handleSignal:
         0xbd3ec60 s Context>handleSignal:
         0xbd43890 s Context>handleSignal:
         0xbd484c0 s Context>handleSignal:
         0xbd4d0f0 s Context>handleSignal:
         0xbd51d20 s Context>handleSignal:
         0xbd56950 s Context>handleSignal:
         0xbd5b580 s Context>handleSignal:
         0xbd601b0 s Context>handleSignal:
         0xbd64de0 s Context>handleSignal:
         0xbd69a10 s Context>handleSignal:
         0xbd6e640 s Context>handleSignal:
         0xbd73270 s Context>handleSignal:
         0xbd77ea0 s Context>handleSignal:
         0xbd7cad0 s Context>handleSignal:
         0xbd81700 s Context>handleSignal:
         0xbd86330 s Context>handleSignal:
         0xbd8af60 s Context>handleSignal:
         0xbd8fb90 s Context>handleSignal:
         0xbd947c0 s Context>handleSignal:
         0xbd993f0 s Context>handleSignal:
         0xbd9e020 s Context>handleSignal:
         0xbda2c50 s Context>handleSignal:
         0xbda7880 s Context>handleSignal:
         0xbdac4b0 s Context>handleSignal:
         0xbdb10e0 s Context>handleSignal:
         0xbdb5d10 s Context>handleSignal:
         0xbdba940 s Context>handleSignal:
         0xbdbf570 s Context>handleSignal:
         0xbdc41a0 s Context>handleSignal:
         0xbdc8dd0 s Context>handleSignal:
         0xbdcda00 s Context>handleSignal:
         0xbdd2630 s Context>handleSignal:
         0xbdd7260 s Context>handleSignal:
         0xbddbe90 s Context>handleSignal:
         0xbde0ac0 s Context>handleSignal:
         0xbde56f0 s Context>handleSignal:
         0xbdea320 s Context>handleSignal:
         0xbdeef50 s Context>handleSignal:
         0xbdf3b80 s Context>handleSignal:
         0xbdf87b0 s Context>handleSignal:
         0xbdfd3e0 s Context>handleSignal:
         0xbe02010 s Context>handleSignal:
         0xbe06c40 s Context>handleSignal:
         0xbe0b870 s Context>handleSignal:
         0xbe104a0 s Context>handleSignal:
         0xbe150d0 s Context>handleSignal:
         0xbe19d00 s Context>handleSignal:
         0xbe1e930 s Context>handleSignal:
         0xbe23560 s Context>handleSignal:
         0xbe28190 s Context>handleSignal:
         0xbe2cdc0 s Context>handleSignal:
         0xbe319f0 s Context>handleSignal:
         0xbe36620 s Context>handleSignal:
         0xbe3b250 s Context>handleSignal:
         0xbe3fe80 s Context>handleSignal:
         0xbe44ab0 s Context>handleSignal:
         0xbe496e0 s Context>handleSignal:
         0xbe4e310 s Context>handleSignal:
         0xbe52f40 s Context>handleSignal:
         0xbe57b70 s Context>handleSignal:
         0xbe5c7a0 s Context>handleSignal:
         0xbe613d0 s Context>handleSignal:
         0xbe66000 s Context>handleSignal:
         0xbe6ac30 s Context>handleSignal:
         0xbe6f860 s Context>handleSignal:
         0xbe74490 s Context>handleSignal:
         0xbe790c0 s Context>handleSignal:
         0xbe7dc38 s Context>handleSignal:
         0xbf828c8 s Halt(Exception)>signal
         0xbf9da60 s Halt class(Exception class)>signal
         0xbfd0e20 s Halt class>now
         0xbfc8c60 s FullBlockClosure(Object)>halt
         0xbff2550 s FullBlockClosure>printOn:
         0xc015690 s Context>printOn:
         0xc03f338 s Context>printDebugOn:
         0xc03f618 s [] in Context>debugStack:on:
         0xc05b768 s OrderedCollection>do:
         0xbfc89e8 s Context>debugStack:on:
         0xbff2300 s Context>shortDebugStackOn:
         0xc015458 s [] in SmalltalkImage>logError:inContext:
         0xc03f058 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf82250 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9d0e8 s SmalltalkImage>logStdErrorDuring:
         0xbfd0568 s SmalltalkImage>logError:inContext:
         0xbff9358 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01be48 s FullBlockClosure(BlockClosure)>ensure:
         0xc048828 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05e9b8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06b260 s Halt(Exception)>unhandledErrorAction
         0xc0884d0 s Halt(UnhandledException)>defaultAction
         0xc0ddc30 s UndefinedObject>handleSignal:
         0xc0ddce8 s Context>handleSignal:
         0xc0ddda0 s Context>handleSignal:
         0xc0dde58 s Context>handleSignal:
         0xc0ddf10 s Context>handleSignal:
         0xc0ddfc8 s Context>handleSignal:
         0xc0de080 s Context>handleSignal:
         0xc0de138 s Context>handleSignal:
         0xc0de1f0 s Context>handleSignal:
         0xc0de2a8 s Context>handleSignal:
         0xc0de360 s Context>handleSignal:
         0xc106958 s Context>handleSignal:
         0xc112078 s Context>handleSignal:
         0xc11cf20 s Context>handleSignal:
         0xc127808 s Context>handleSignal:
         0xc132038 s Context>handleSignal:
         0xc13c868 s Context>handleSignal:
         0xc147098 s Context>handleSignal:
         0xc1518c8 s Context>handleSignal:
         0xc15c0f8 s Context>handleSignal:
         0xc166928 s Context>handleSignal:
         0xc171158 s Context>handleSignal:
         0xc17b988 s Context>handleSignal:
         0xc1861b8 s Context>handleSignal:
         0xc1909e8 s Context>handleSignal:
         0xc19b218 s Context>handleSignal:
         0xc1a5a48 s Context>handleSignal:
         0xc1b0278 s Context>handleSignal:
         0xc1baaa8 s Context>handleSignal:
         0xc1c52d8 s Context>handleSignal:
         0xc1cfb08 s Context>handleSignal:
         0xc1da338 s Context>handleSignal:
         0xc1e4b68 s Context>handleSignal:
         0xc1ef398 s Context>handleSignal:
         0xc1f9bc8 s Context>handleSignal:
         0xc2043f8 s Context>handleSignal:
         0xc20ec28 s Context>handleSignal:
         0xc219458 s Context>handleSignal:
         0xc223c88 s Context>handleSignal:
         0xc22e4b8 s Context>handleSignal:
         0xc238ce8 s Context>handleSignal:
         0xc243518 s Context>handleSignal:
         0xc24dd48 s Context>handleSignal:
         0xc258578 s Context>handleSignal:
         0xb7da010 s Context>handleSignal:
         0xb7e48f8 s Context>handleSignal:
         0xb7ef1e0 s Context>handleSignal:
         0xb7f9ac8 s Context>handleSignal:
         0xb8043b0 s Context>handleSignal:
         0xb80ec98 s Context>handleSignal:
         0xb819580 s Context>handleSignal:
         0xb823e68 s Context>handleSignal:
         0xb82e750 s Context>handleSignal:
         0xb839038 s Context>handleSignal:
         0xb843920 s Context>handleSignal:
         0xb84e208 s Context>handleSignal:
         0xb858af0 s Context>handleSignal:
         0xb8633d8 s Context>handleSignal:
         0xb86dcc0 s Context>handleSignal:
         0xb8785a8 s Context>handleSignal:
         0xb882e90 s Context>handleSignal:
         0xb88d778 s Context>handleSignal:
         0xb898060 s Context>handleSignal:
         0xb8a2948 s Context>handleSignal:
         0xb8ad230 s Context>handleSignal:
         0xb8b7b18 s Context>handleSignal:
         0xb8c2400 s Context>handleSignal:
         0xb8ccce8 s Context>handleSignal:
         0xb8d75d0 s Context>handleSignal:
         0xb8e1eb8 s Context>handleSignal:
         0xb8ec7a0 s Context>handleSignal:
         0xb8f7088 s Context>handleSignal:
         0xb901970 s Context>handleSignal:
         0xb90c258 s Context>handleSignal:
         0xb916b40 s Context>handleSignal:
         0xb921428 s Context>handleSignal:
         0xb92bd10 s Context>handleSignal:
         0xb9365f8 s Context>handleSignal:
         0xb940ee0 s Context>handleSignal:
         0xb94b7c8 s Context>handleSignal:
         0xb9560b0 s Context>handleSignal:
         0xb960998 s Context>handleSignal:
         0xb96b280 s Context>handleSignal:
         0xb975b68 s Context>handleSignal:
         0xb980450 s Context>handleSignal:
         0xb98ad38 s Context>handleSignal:
         0xb995620 s Context>handleSignal:
         0xb99ff08 s Context>handleSignal:
         0xb9aa7f0 s Context>handleSignal:
         0xb9b50d8 s Context>handleSignal:
         0xb9bf9c0 s Context>handleSignal:
         0xb9ca2a8 s Context>handleSignal:
         0xb9d4b90 s Context>handleSignal:
         0xb9df478 s Context>handleSignal:
         0xb9e9d60 s Context>handleSignal:
         0xb9f4648 s Context>handleSignal:
         0xb9fef30 s Context>handleSignal:
         0xba09818 s Context>handleSignal:
         0xba14100 s Context>handleSignal:
         0xba1e9e8 s Context>handleSignal:
         0xba292d0 s Context>handleSignal:
         0xba33bb8 s Context>handleSignal:
         0xba3e4a0 s Context>handleSignal:
         0xba45408 s Context>handleSignal:
         0xba4a540 s Context>handleSignal:
         0xba4f5c0 s Context>handleSignal:
         0xba54588 s Context>handleSignal:
         0xba59550 s Context>handleSignal:
         0xba5e460 s Context>handleSignal:
         0xba632b8 s Context>handleSignal:
         0xba68058 s Context>handleSignal:
         0xba6cdf8 s Context>handleSignal:
         0xba71ae0 s Context>handleSignal:
         0xba767c8 s Context>handleSignal:
         0xba7b4b0 s Context>handleSignal:
         0xba80198 s Context>handleSignal:
         0xba84e80 s Context>handleSignal:
         0xba89b68 s Context>handleSignal:
         0xba8e850 s Context>handleSignal:
         0xba93538 s Context>handleSignal:
         0xba98220 s Context>handleSignal:
         0xba9cf08 s Context>handleSignal:
         0xbaa1bf0 s Context>handleSignal:
         0xbaa68d8 s Context>handleSignal:
         0xbaab5c0 s Context>handleSignal:
         0xbab02a8 s Context>handleSignal:
         0xbab4f90 s Context>handleSignal:
         0xbab9c78 s Context>handleSignal:
         0xbabe960 s Context>handleSignal:
         0xbac3648 s Context>handleSignal:
         0xbac8330 s Context>handleSignal:
         0xbacd018 s Context>handleSignal:
         0xbad1d00 s Context>handleSignal:
         0xbad69e8 s Context>handleSignal:
         0xbadb6d0 s Context>handleSignal:
         0xbae03b8 s Context>handleSignal:
         0xbae50a0 s Context>handleSignal:
         0xbae9d88 s Context>handleSignal:
         0xbaeea70 s Context>handleSignal:
         0xbaf3758 s Context>handleSignal:
         0xbaf8440 s Context>handleSignal:
         0xbafd128 s Context>handleSignal:
         0xbb01e10 s Context>handleSignal:
         0xbb06af8 s Context>handleSignal:
         0xbb0b7e0 s Context>handleSignal:
         0xbb104c8 s Context>handleSignal:
         0xbb151b0 s Context>handleSignal:
         0xbb19e98 s Context>handleSignal:
         0xbb1eb80 s Context>handleSignal:
         0xbb23868 s Context>handleSignal:
         0xbb28550 s Context>handleSignal:
         0xbb2d238 s Context>handleSignal:
         0xbb31f20 s Context>handleSignal:
         0xbb36c08 s Context>handleSignal:
         0xbb3b8f0 s Context>handleSignal:
         0xbb405d8 s Context>handleSignal:
         0xbb452c0 s Context>handleSignal:
         0xbb49fa8 s Context>handleSignal:
         0xbb4ec90 s Context>handleSignal:
         0xbb53978 s Context>handleSignal:
         0xbb58660 s Context>handleSignal:
         0xbb5d348 s Context>handleSignal:
         0xbb62030 s Context>handleSignal:
         0xbb66d18 s Context>handleSignal:
         0xbb6ba00 s Context>handleSignal:
         0xbb706e8 s Context>handleSignal:
         0xbb753d0 s Context>handleSignal:
         0xbb7a0b8 s Context>handleSignal:
         0xbb7eda0 s Context>handleSignal:
         0xbb83a88 s Context>handleSignal:
         0xbb88770 s Context>handleSignal:
         0xbb8d458 s Context>handleSignal:
         0xbb92140 s Context>handleSignal:
         0xbb96e28 s Context>handleSignal:
         0xbb9ba58 s Context>handleSignal:
         0xbba0688 s Context>handleSignal:
         0xbba52b8 s Context>handleSignal:
         0xbba9ee8 s Context>handleSignal:
         0xbbaeb18 s Context>handleSignal:
         0xbbb3748 s Context>handleSignal:
         0xbbb8378 s Context>handleSignal:
         0xbbbcfa8 s Context>handleSignal:
         0xbbc1bd8 s Context>handleSignal:
         0xbbc6808 s Context>handleSignal:
         0xbbcb438 s Context>handleSignal:
         0xbbd0068 s Context>handleSignal:
         0xbbd4c98 s Context>handleSignal:
         0xbbd98c8 s Context>handleSignal:
         0xbbde4f8 s Context>handleSignal:
         0xbbe3128 s Context>handleSignal:
         0xbbe7d58 s Context>handleSignal:
         0xbbec988 s Context>handleSignal:
         0xbbf15b8 s Context>handleSignal:
         0xbbf61e8 s Context>handleSignal:
         0xbbfae18 s Context>handleSignal:
         0xbbffa48 s Context>handleSignal:
         0xbc04678 s Context>handleSignal:
         0xbc092a8 s Context>handleSignal:
         0xbc0ded8 s Context>handleSignal:
         0xbc12b08 s Context>handleSignal:
         0xbc17738 s Context>handleSignal:
         0xbc1c368 s Context>handleSignal:
         0xbc20f98 s Context>handleSignal:
         0xbc25bc8 s Context>handleSignal:
         0xbc2a7f8 s Context>handleSignal:
         0xbc2f428 s Context>handleSignal:
         0xbc34058 s Context>handleSignal:
         0xbc38c88 s Context>handleSignal:
         0xbc3d8b8 s Context>handleSignal:
         0xbc424e8 s Context>handleSignal:
         0xbc47118 s Context>handleSignal:
         0xbc4bd48 s Context>handleSignal:
         0xbc50978 s Context>handleSignal:
         0xbc55678 s Context>handleSignal:
         0xbc5a2a8 s Context>handleSignal:
         0xbc5eed8 s Context>handleSignal:
         0xbc63b08 s Context>handleSignal:
         0xbc68738 s Context>handleSignal:
         0xbc6d368 s Context>handleSignal:
         0xbc71f98 s Context>handleSignal:
         0xbc76bc8 s Context>handleSignal:
         0xbc7b7f8 s Context>handleSignal:
         0xbc80428 s Context>handleSignal:
         0xbc85058 s Context>handleSignal:
         0xbc89c88 s Context>handleSignal:
         0xbc8e8b8 s Context>handleSignal:
         0xbc934e8 s Context>handleSignal:
         0xbc98118 s Context>handleSignal:
         0xbc9cd48 s Context>handleSignal:
         0xbca1978 s Context>handleSignal:
         0xbca65a8 s Context>handleSignal:
         0xbcab1d8 s Context>handleSignal:
         0xbcafe08 s Context>handleSignal:
         0xbcb4a38 s Context>handleSignal:
         0xbcb9668 s Context>handleSignal:
         0xbcbe298 s Context>handleSignal:
         0xbcc2ec8 s Context>handleSignal:
         0xbcc7af8 s Context>handleSignal:
         0xbccc728 s Context>handleSignal:
         0xbcd1358 s Context>handleSignal:
         0xbcd5f88 s Context>handleSignal:
         0xbcdabb8 s Context>handleSignal:
         0xbcdf7e8 s Context>handleSignal:
         0xbce4418 s Context>handleSignal:
         0xbce9048 s Context>handleSignal:
         0xbcedc78 s Context>handleSignal:
         0xbcf28a8 s Context>handleSignal:
         0xbcf74d8 s Context>handleSignal:
         0xbcfc108 s Context>handleSignal:
         0xbd00d38 s Context>handleSignal:
         0xbd05968 s Context>handleSignal:
         0xbd0a598 s Context>handleSignal:
         0xbd0f1c8 s Context>handleSignal:
         0xbd13df8 s Context>handleSignal:
         0xbd18a28 s Context>handleSignal:
         0xbd1d658 s Context>handleSignal:
         0xbd22288 s Context>handleSignal:
         0xbd26eb8 s Context>handleSignal:
         0xbd2bae8 s Context>handleSignal:
         0xbd30718 s Context>handleSignal:
         0xbd35348 s Context>handleSignal:
         0xbd39f78 s Context>handleSignal:
         0xbd3eba8 s Context>handleSignal:
         0xbd437d8 s Context>handleSignal:
         0xbd48408 s Context>handleSignal:
         0xbd4d038 s Context>handleSignal:
         0xbd51c68 s Context>handleSignal:
         0xbd56898 s Context>handleSignal:
         0xbd5b4c8 s Context>handleSignal:
         0xbd600f8 s Context>handleSignal:
         0xbd64d28 s Context>handleSignal:
         0xbd69958 s Context>handleSignal:
         0xbd6e588 s Context>handleSignal:
         0xbd731b8 s Context>handleSignal:
         0xbd77de8 s Context>handleSignal:
         0xbd7ca18 s Context>handleSignal:
         0xbd81648 s Context>handleSignal:
         0xbd86278 s Context>handleSignal:
         0xbd8aea8 s Context>handleSignal:
         0xbd8fad8 s Context>handleSignal:
         0xbd94708 s Context>handleSignal:
         0xbd99338 s Context>handleSignal:
         0xbd9df68 s Context>handleSignal:
         0xbda2b98 s Context>handleSignal:
         0xbda77c8 s Context>handleSignal:
         0xbdac3f8 s Context>handleSignal:
         0xbdb1028 s Context>handleSignal:
         0xbdb5c58 s Context>handleSignal:
         0xbdba888 s Context>handleSignal:
         0xbdbf4b8 s Context>handleSignal:
         0xbdc40e8 s Context>handleSignal:
         0xbdc8d18 s Context>handleSignal:
         0xbdcd948 s Context>handleSignal:
         0xbdd2578 s Context>handleSignal:
         0xbdd71a8 s Context>handleSignal:
         0xbddbdd8 s Context>handleSignal:
         0xbde0a08 s Context>handleSignal:
         0xbde5638 s Context>handleSignal:
         0xbdea268 s Context>handleSignal:
         0xbdeee98 s Context>handleSignal:
         0xbdf3ac8 s Context>handleSignal:
         0xbdf86f8 s Context>handleSignal:
         0xbdfd328 s Context>handleSignal:
         0xbe01f58 s Context>handleSignal:
         0xbe06b88 s Context>handleSignal:
         0xbe0b7b8 s Context>handleSignal:
         0xbe103e8 s Context>handleSignal:
         0xbe15018 s Context>handleSignal:
         0xbe19c48 s Context>handleSignal:
         0xbe1e878 s Context>handleSignal:
         0xbe234a8 s Context>handleSignal:
         0xbe280d8 s Context>handleSignal:
         0xbe2cd08 s Context>handleSignal:
         0xbe31938 s Context>handleSignal:
         0xbe36568 s Context>handleSignal:
         0xbe3b198 s Context>handleSignal:
         0xbe3fdc8 s Context>handleSignal:
         0xbe449f8 s Context>handleSignal:
         0xbe49628 s Context>handleSignal:
         0xbe4e258 s Context>handleSignal:
         0xbe52e88 s Context>handleSignal:
         0xbe57ab8 s Context>handleSignal:
         0xbe5c6e8 s Context>handleSignal:
         0xbe61318 s Context>handleSignal:
         0xbe65f48 s Context>handleSignal:
         0xbe6ab78 s Context>handleSignal:
         0xbe6f7a8 s Context>handleSignal:
         0xbe743d8 s Context>handleSignal:
         0xbe79008 s Context>handleSignal:
         0xbf82758 s Halt(Exception)>signal
         0xbf9d890 s Halt class(Exception class)>signal
         0xbfd0c68 s Halt class>now
         0xbfc8aa0 s FullBlockClosure(Object)>halt
         0xbff23b8 s FullBlockClosure>printOn:
         0xc015510 s Context>printOn:
         0xc03f110 s Context>printDebugOn:
         0xc03f3f0 s [] in Context>debugStack:on:
         0xc05b6b0 s OrderedCollection>do:
         0xbfc8828 s Context>debugStack:on:
         0xbff2168 s Context>shortDebugStackOn:
         0xc0152d8 s [] in SmalltalkImage>logError:inContext:
         0xc03ee30 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf82198 s FullBlockClosure(BlockClosure)>on:do:
         0xbf9cfd0 s SmalltalkImage>logStdErrorDuring:
         0xbfd0468 s SmalltalkImage>logError:inContext:
         0xbff9290 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc01bd58 s FullBlockClosure(BlockClosure)>ensure:
         0xc048748 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc05e900 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06b1a8 s Halt(Exception)>unhandledErrorAction
         0xc088418 s Halt(UnhandledException)>defaultAction
         0xc0dd448 s UndefinedObject>handleSignal:
         0xc0dd500 s Context>handleSignal:
         0xc0dd5b8 s Context>handleSignal:
         0xc0dd670 s Context>handleSignal:
         0xc0dd728 s Context>handleSignal:
         0xc0dd7e0 s Context>handleSignal:
         0xc0dd898 s Context>handleSignal:
         0xc0dd950 s Context>handleSignal:
         0xc0dda08 s Context>handleSignal:
         0xc0ddac0 s Context>handleSignal:
         0xc0ddb78 s Context>handleSignal:
         0xc1068a0 s Context>handleSignal:
         0xc111fc0 s Context>handleSignal:
         0xc11ce68 s Context>handleSignal:
         0xc127750 s Context>handleSignal:
         0xc131f80 s Context>handleSignal:
         0xc13c7b0 s Context>handleSignal:
         0xc146fe0 s Context>handleSignal:
         0xc151810 s Context>handleSignal:
         0xc15c040 s Context>handleSignal:
         0xc166870 s Context>handleSignal:
         0xc1710a0 s Context>handleSignal:
         0xc17b8d0 s Context>handleSignal:
         0xc186100 s Context>handleSignal:
         0xc190930 s Context>handleSignal:
         0xc19b160 s Context>handleSignal:
         0xc1a5990 s Context>handleSignal:
         0xc1b01c0 s Context>handleSignal:
         0xc1ba9f0 s Context>handleSignal:
         0xc1c5220 s Context>handleSignal:
         0xc1cfa50 s Context>handleSignal:
         0xc1da280 s Context>handleSignal:
         0xc1e4ab0 s Context>handleSignal:
         0xc1ef2e0 s Context>handleSignal:
         0xc1f9b10 s Context>handleSignal:
         0xc204340 s Context>handleSignal:
         0xc20eb70 s Context>handleSignal:
         0xc2193a0 s Context>handleSignal:
         0xc223bd0 s Context>handleSignal:
         0xc22e400 s Context>handleSignal:
         0xc238c30 s Context>handleSignal:
         0xc243460 s Context>handleSignal:
         0xc24dc90 s Context>handleSignal:
         0xc2584c0 s Context>handleSignal:
         0xb7d9f58 s Context>handleSignal:
         0xb7e4840 s Context>handleSignal:
         0xb7ef128 s Context>handleSignal:
         0xb7f9a10 s Context>handleSignal:
         0xb8042f8 s Context>handleSignal:
         0xb80ebe0 s Context>handleSignal:
         0xb8194c8 s Context>handleSignal:
         0xb823db0 s Context>handleSignal:
         0xb82e698 s Context>handleSignal:
         0xb838f80 s Context>handleSignal:
         0xb843868 s Context>handleSignal:
         0xb84e150 s Context>handleSignal:
         0xb858a38 s Context>handleSignal:
         0xb863320 s Context>handleSignal:
         0xb86dc08 s Context>handleSignal:
         0xb8784f0 s Context>handleSignal:
         0xb882dd8 s Context>handleSignal:
         0xb88d6c0 s Context>handleSignal:
         0xb897fa8 s Context>handleSignal:
         0xb8a2890 s Context>handleSignal:
         0xb8ad178 s Context>handleSignal:
         0xb8b7a60 s Context>handleSignal:
         0xb8c2348 s Context>handleSignal:
         0xb8ccc30 s Context>handleSignal:
         0xb8d7518 s Context>handleSignal:
         0xb8e1e00 s Context>handleSignal:
         0xb8ec6e8 s Context>handleSignal:
         0xb8f6fd0 s Context>handleSignal:
         0xb9018b8 s Context>handleSignal:
         0xb90c1a0 s Context>handleSignal:
         0xb916a88 s Context>handleSignal:
         0xb921370 s Context>handleSignal:
         0xb92bc58 s Context>handleSignal:
         0xb936540 s Context>handleSignal:
         0xb940e28 s Context>handleSignal:
         0xb94b710 s Context>handleSignal:
         0xb955ff8 s Context>handleSignal:
         0xb9608e0 s Context>handleSignal:
         0xb96b1c8 s Context>handleSignal:
         0xb975ab0 s Context>handleSignal:
         0xb980398 s Context>handleSignal:
         0xb98ac80 s Context>handleSignal:
         0xb995568 s Context>handleSignal:
         0xb99fe50 s Context>handleSignal:
         0xb9aa738 s Context>handleSignal:
         0xb9b5020 s Context>handleSignal:
         0xb9bf908 s Context>handleSignal:
         0xb9ca1f0 s Context>handleSignal:
         0xb9d4ad8 s Context>handleSignal:
         0xb9df3c0 s Context>handleSignal:
         0xb9e9ca8 s Context>handleSignal:
         0xb9f4590 s Context>handleSignal:
         0xb9fee78 s Context>handleSignal:
         0xba09760 s Context>handleSignal:
         0xba14048 s Context>handleSignal:
         0xba1e930 s Context>handleSignal:
         0xba29218 s Context>handleSignal:
         0xba33b00 s Context>handleSignal:
         0xba3e3e8 s Context>handleSignal:
         0xba45350 s Context>handleSignal:
         0xba4a488 s Context>handleSignal:
         0xba4f508 s Context>handleSignal:
         0xba544d0 s Context>handleSignal:
         0xba59498 s Context>handleSignal:
         0xba5e3a8 s Context>handleSignal:
         0xba63200 s Context>handleSignal:
         0xba67fa0 s Context>handleSignal:
         0xba6cd40 s Context>handleSignal:
         0xba71a28 s Context>handleSignal:
         0xba76710 s Context>handleSignal:
         0xba7b3f8 s Context>handleSignal:
         0xba800e0 s Context>handleSignal:
         0xba84dc8 s Context>handleSignal:
         0xba89ab0 s Context>handleSignal:
         0xba8e798 s Context>handleSignal:
         0xba93480 s Context>handleSignal:
         0xba98168 s Context>handleSignal:
         0xba9ce50 s Context>handleSignal:
         0xbaa1b38 s Context>handleSignal:
         0xbaa6820 s Context>handleSignal:
         0xbaab508 s Context>handleSignal:
         0xbab01f0 s Context>handleSignal:
         0xbab4ed8 s Context>handleSignal:
         0xbab9bc0 s Context>handleSignal:
         0xbabe8a8 s Context>handleSignal:
         0xbac3590 s Context>handleSignal:
         0xbac8278 s Context>handleSignal:
         0xbaccf60 s Context>handleSignal:
         0xbad1c48 s Context>handleSignal:
         0xbad6930 s Context>handleSignal:
         0xbadb618 s Context>handleSignal:
         0xbae0300 s Context>handleSignal:
         0xbae4fe8 s Context>handleSignal:
         0xbae9cd0 s Context>handleSignal:
         0xbaee9b8 s Context>handleSignal:
         0xbaf36a0 s Context>handleSignal:
         0xbaf8388 s Context>handleSignal:
         0xbafd070 s Context>handleSignal:
         0xbb01d58 s Context>handleSignal:
         0xbb06a40 s Context>handleSignal:
         0xbb0b728 s Context>handleSignal:
         0xbb10410 s Context>handleSignal:
         0xbb150f8 s Context>handleSignal:
         0xbb19de0 s Context>handleSignal:
         0xbb1eac8 s Context>handleSignal:
         0xbb237b0 s Context>handleSignal:
         0xbb28498 s Context>handleSignal:
         0xbb2d180 s Context>handleSignal:
         0xbb31e68 s Context>handleSignal:
         0xbb36b50 s Context>handleSignal:
         0xbb3b838 s Context>handleSignal:
         0xbb40520 s Context>handleSignal:
         0xbb45208 s Context>handleSignal:
         0xbb49ef0 s Context>handleSignal:
         0xbb4ebd8 s Context>handleSignal:
         0xbb538c0 s Context>handleSignal:
         0xbb585a8 s Context>handleSignal:
         0xbb5d290 s Context>handleSignal:
         0xbb61f78 s Context>handleSignal:
         0xbb66c60 s Context>handleSignal:
         0xbb6b948 s Context>handleSignal:
         0xbb70630 s Context>handleSignal:
         0xbb75318 s Context>handleSignal:
         0xbb7a000 s Context>handleSignal:
         0xbb7ece8 s Context>handleSignal:
         0xbb839d0 s Context>handleSignal:
         0xbb886b8 s Context>handleSignal:
         0xbb8d3a0 s Context>handleSignal:
         0xbb92088 s Context>handleSignal:
         0xbb96d70 s Context>handleSignal:
         0xb41a1e8 s Context>handleSignal:
         0xb420ad8 s Context>handleSignal:
         0xb428140 s Context>handleSignal:
         0xb42eb50 s Context>handleSignal:
         0xb435f50 s Context>handleSignal:
         0xb43d038 s Context>handleSignal:
         0xb443ef8 s Context>handleSignal:
         0xb44a0b8 s Context>handleSignal:
         0xb450278 s Context>handleSignal:
         0xb456380 s Context>handleSignal:
         0xb45c3d0 s Context>handleSignal:
         0xb462420 s Context>handleSignal:
         0xb468470 s Context>handleSignal:
         0xb46e4c0 s Context>handleSignal:
         0xb474510 s Context>handleSignal:
         0xb47a560 s Context>handleSignal:
         0xb4805b0 s Context>handleSignal:
         0xb486600 s Context>handleSignal:
         0xb48c650 s Context>handleSignal:
         0xb4926a0 s Context>handleSignal:
         0xb4986f0 s Context>handleSignal:
         0xb49e740 s Context>handleSignal:
         0xb4a4790 s Context>handleSignal:
         0xb4aa7e0 s Context>handleSignal:
         0xb4b0830 s Context>handleSignal:
         0xb4b6880 s Context>handleSignal:
         0xb4bc8d0 s Context>handleSignal:
         0xb4c2920 s Context>handleSignal:
         0xb4c8970 s Context>handleSignal:
         0xb4ce9c0 s Context>handleSignal:
         0xb4d4958 s Context>handleSignal:
         0xb4da8f0 s Context>handleSignal:
         0xb4e0888 s Context>handleSignal:
         0xb4e6820 s Context>handleSignal:
         0xb4ec7b8 s Context>handleSignal:
         0xb4f2750 s Context>handleSignal:
         0xb4f86e8 s Context>handleSignal:
         0xb4fe680 s Context>handleSignal:
         0xb504618 s Context>handleSignal:
         0xb50a5b0 s Context>handleSignal:
         0xb510548 s Context>handleSignal:
         0xb5164e0 s Context>handleSignal:
         0xb51c478 s Context>handleSignal:
         0xb522410 s Context>handleSignal:
         0xb5283a8 s Context>handleSignal:
         0xb52e340 s Context>handleSignal:
         0xb5342d8 s Context>handleSignal:
         0xb53a270 s Context>handleSignal:
         0xb540208 s Context>handleSignal:
         0xb5461a0 s Context>handleSignal:
         0xb54c138 s Context>handleSignal:
         0xb5520d0 s Context>handleSignal:
         0xb558068 s Context>handleSignal:
         0xb55e000 s Context>handleSignal:
         0xb563f98 s Context>handleSignal:
         0xb569f30 s Context>handleSignal:
         0xb56fec8 s Context>handleSignal:
         0xb575e60 s Context>handleSignal:
         0xb57bdf8 s Context>handleSignal:
         0xb581d90 s Context>handleSignal:
         0xb587d28 s Context>handleSignal:
         0xb58dcc0 s Context>handleSignal:
         0xb593c58 s Context>handleSignal:
         0xb599bf0 s Context>handleSignal:
         0xb59fb88 s Context>handleSignal:
         0xb5a5b20 s Context>handleSignal:
         0xb5abab8 s Context>handleSignal:
         0xb5b1a50 s Context>handleSignal:
         0xb5b79e8 s Context>handleSignal:
         0xb5bd980 s Context>handleSignal:
         0xb5c3918 s Context>handleSignal:
         0xb5c98b0 s Context>handleSignal:
         0xb5cf848 s Context>handleSignal:
         0xb5d57e0 s Context>handleSignal:
         0xb5db778 s Context>handleSignal:
         0xb5e1710 s Context>handleSignal:
         0xb5e76a8 s Context>handleSignal:
         0xb5ed640 s Context>handleSignal:
         0xb5f35d8 s Context>handleSignal:
         0xb5f9570 s Context>handleSignal:
         0xb5ff508 s Context>handleSignal:
         0xb6054a0 s Context>handleSignal:
         0xb60b438 s Context>handleSignal:
         0xb6113d0 s Context>handleSignal:
         0xb617368 s Context>handleSignal:
         0xb61d300 s Context>handleSignal:
         0xb623298 s Context>handleSignal:
         0xb629230 s Context>handleSignal:
         0xb62f1c8 s Context>handleSignal:
         0xb635160 s Context>handleSignal:
         0xb63b0f8 s Context>handleSignal:
         0xb641090 s Context>handleSignal:
         0xb647028 s Context>handleSignal:
         0xb64cfc0 s Context>handleSignal:
         0xb652f58 s Context>handleSignal:
         0xb658ef0 s Context>handleSignal:
         0xb65edd0 s Context>handleSignal:
         0xb664bf8 s Context>handleSignal:
         0xb66a968 s Context>handleSignal:
         0xb670620 s Context>handleSignal:
         0xb676220 s Context>handleSignal:
         0xb67bd68 s Context>handleSignal:
         0xb6817f8 s Context>handleSignal:
         0xb6871d0 s Context>handleSignal:
         0xb68caf0 s Context>handleSignal:
         0xb692358 s Context>handleSignal:
         0xb697b08 s Context>handleSignal:
         0xb69d200 s Context>handleSignal:
         0xb6a2840 s Context>handleSignal:
         0xb6a7dc8 s Context>handleSignal:
         0xb6ad298 s Context>handleSignal:
         0xb6b26b0 s Context>handleSignal:
         0xb6b7a10 s Context>handleSignal:
         0xb6bccb8 s Context>handleSignal:
         0xb6c1ea8 s Context>handleSignal:
         0xb6c6fe0 s Context>handleSignal:
         0xb6cc060 s Context>handleSignal:
         0xb6d1028 s Context>handleSignal:
         0xb6d5f38 s Context>handleSignal:
         0xb6dad90 s Context>handleSignal:
         0xb6dfb30 s Context>handleSignal:
         0xb6e4818 s Context>handleSignal:
         0xb6e9448 s Context>handleSignal:
         0xb6edfc0 s Context>handleSignal:
         0xb6f2a80 s Context>handleSignal:
         0xb6f7488 s Context>handleSignal:
         0xb6fbdd8 s Context>handleSignal:
         0xb700670 s Context>handleSignal:
         0xb704e50 s Context>handleSignal:
         0xb709578 s Context>handleSignal:
         0xb70dbe8 s Context>handleSignal:
         0xb7121a0 s Context>handleSignal:
         0xb7166a0 s Context>handleSignal:
         0xb71aae8 s Context>handleSignal:
         0xb71ee78 s Context>handleSignal:
         0xb723150 s Context>handleSignal:
         0xb727370 s Context>handleSignal:
         0xb72b4d8 s Context>handleSignal:
         0xb72f588 s Context>handleSignal:
         0xb733580 s Context>handleSignal:
         0xb7374c0 s Context>handleSignal:
         0xb73b348 s Context>handleSignal:
         0xb73f118 s Context>handleSignal:
         0xb742e30 s Context>handleSignal:
         0xb746a90 s Context>handleSignal:
         0xb74a638 s Context>handleSignal:
         0xb74e128 s Context>handleSignal:
         0xb751b60 s Context>handleSignal:
         0xb7554e0 s Context>handleSignal:
         0xb758da8 s Context>handleSignal:
         0xb75c5b8 s Context>handleSignal:
         0xb75fd10 s Context>handleSignal:
         0xb7633b0 s Context>handleSignal:
         0xb766998 s Context>handleSignal:
         0xbf7e678 s Halt(Exception)>signal
         0xbf997a0 s Halt class(Exception class)>signal
         0xbfc26b0 s Halt class>now
         0xbfc88e0 s FullBlockClosure(Object)>halt
         0xbff2220 s FullBlockClosure>printOn:
         0xc015390 s Context>printOn:
         0xc03eee8 s Context>printDebugOn:
         0xc03f1c8 s [] in Context>debugStack:on:
         0xc05b5f8 s OrderedCollection>do:
         0xbfc8668 s Context>debugStack:on:
         0xbff1fd0 s Context>shortDebugStackOn:
         0xc015158 s [] in SmalltalkImage>logError:inContext:
         0xc03ec08 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7e730 s FullBlockClosure(BlockClosure)>on:do:
         0xbf99858 s SmalltalkImage>logStdErrorDuring:
         0xbfc2768 s SmalltalkImage>logError:inContext:
         0xbfee8d8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc011d68 s FullBlockClosure(BlockClosure)>ensure:
         0xc03a1d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc059b60 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06a2f8 s Halt(Exception)>unhandledErrorAction
         0xc07fb70 s Halt(UnhandledException)>defaultAction
         0xc0caa00 s UndefinedObject>handleSignal:
         0xc0dcd18 s Context>handleSignal:
         0xc0dcdd0 s Context>handleSignal:
         0xc0dce88 s Context>handleSignal:
         0xc0dcf40 s Context>handleSignal:
         0xc0dcff8 s Context>handleSignal:
         0xc0dd0b0 s Context>handleSignal:
         0xc0dd168 s Context>handleSignal:
         0xc0dd220 s Context>handleSignal:
         0xc0dd2d8 s Context>handleSignal:
         0xc0dd390 s Context>handleSignal:
         0xc1067e8 s Context>handleSignal:
         0xc111f08 s Context>handleSignal:
         0xc11cdb0 s Context>handleSignal:
         0xc127698 s Context>handleSignal:
         0xc131ec8 s Context>handleSignal:
         0xc13c6f8 s Context>handleSignal:
         0xc146f28 s Context>handleSignal:
         0xc151758 s Context>handleSignal:
         0xc15bf88 s Context>handleSignal:
         0xc1667b8 s Context>handleSignal:
         0xc170fe8 s Context>handleSignal:
         0xc17b818 s Context>handleSignal:
         0xc186048 s Context>handleSignal:
         0xc190878 s Context>handleSignal:
         0xc19b0a8 s Context>handleSignal:
         0xc1a58d8 s Context>handleSignal:
         0xc1b0108 s Context>handleSignal:
         0xc1ba938 s Context>handleSignal:
         0xc1c5168 s Context>handleSignal:
         0xc1cf998 s Context>handleSignal:
         0xc1da1c8 s Context>handleSignal:
         0xc1e49f8 s Context>handleSignal:
         0xc1ef228 s Context>handleSignal:
         0xc1f9a58 s Context>handleSignal:
         0xc204288 s Context>handleSignal:
         0xc20eab8 s Context>handleSignal:
         0xc2192e8 s Context>handleSignal:
         0xc223b18 s Context>handleSignal:
         0xc22e348 s Context>handleSignal:
         0xc238b78 s Context>handleSignal:
         0xc2433a8 s Context>handleSignal:
         0xc24dbd8 s Context>handleSignal:
         0xc258408 s Context>handleSignal:
         0xb7d9ea0 s Context>handleSignal:
         0xb7e4788 s Context>handleSignal:
         0xb7ef070 s Context>handleSignal:
         0xb7f9958 s Context>handleSignal:
         0xb804240 s Context>handleSignal:
         0xb80eb28 s Context>handleSignal:
         0xb819410 s Context>handleSignal:
         0xb823cf8 s Context>handleSignal:
         0xb82e5e0 s Context>handleSignal:
         0xb838ec8 s Context>handleSignal:
         0xb8437b0 s Context>handleSignal:
         0xb84e098 s Context>handleSignal:
         0xb858980 s Context>handleSignal:
         0xb863268 s Context>handleSignal:
         0xb86db50 s Context>handleSignal:
         0xb878438 s Context>handleSignal:
         0xb882d20 s Context>handleSignal:
         0xb88d608 s Context>handleSignal:
         0xb897ef0 s Context>handleSignal:
         0xb8a27d8 s Context>handleSignal:
         0xb8ad0c0 s Context>handleSignal:
         0xb8b79a8 s Context>handleSignal:
         0xb8c2290 s Context>handleSignal:
         0xb8ccb78 s Context>handleSignal:
         0xb8d7460 s Context>handleSignal:
         0xb8e1d48 s Context>handleSignal:
         0xb8ec630 s Context>handleSignal:
         0xb8f6f18 s Context>handleSignal:
         0xb901800 s Context>handleSignal:
         0xb90c0e8 s Context>handleSignal:
         0xb9169d0 s Context>handleSignal:
         0xb9212b8 s Context>handleSignal:
         0xb92bba0 s Context>handleSignal:
         0xb936488 s Context>handleSignal:
         0xb940d70 s Context>handleSignal:
         0xb94b658 s Context>handleSignal:
         0xb955f40 s Context>handleSignal:
         0xb960828 s Context>handleSignal:
         0xb96b110 s Context>handleSignal:
         0xb9759f8 s Context>handleSignal:
         0xb9802e0 s Context>handleSignal:
         0xb98abc8 s Context>handleSignal:
         0xb9954b0 s Context>handleSignal:
         0xb99fd98 s Context>handleSignal:
         0xb9aa680 s Context>handleSignal:
         0xb9b4f68 s Context>handleSignal:
         0xb9bf850 s Context>handleSignal:
         0xb9ca138 s Context>handleSignal:
         0xb9d4a20 s Context>handleSignal:
         0xb9df308 s Context>handleSignal:
         0xb9e9bf0 s Context>handleSignal:
         0xb9f44d8 s Context>handleSignal:
         0xb9fedc0 s Context>handleSignal:
         0xba096a8 s Context>handleSignal:
         0xba13f90 s Context>handleSignal:
         0xba1e878 s Context>handleSignal:
         0xba29160 s Context>handleSignal:
         0xba33a48 s Context>handleSignal:
         0xba3e330 s Context>handleSignal:
         0xba45298 s Context>handleSignal:
         0xba4a3d0 s Context>handleSignal:
         0xba4f450 s Context>handleSignal:
         0xba54418 s Context>handleSignal:
         0xba593e0 s Context>handleSignal:
         0xba5e2f0 s Context>handleSignal:
         0xba63148 s Context>handleSignal:
         0xba67ee8 s Context>handleSignal:
         0xba6cc88 s Context>handleSignal:
         0xb41a130 s Context>handleSignal:
         0xb420a20 s Context>handleSignal:
         0xb428088 s Context>handleSignal:
         0xb42ea98 s Context>handleSignal:
         0xb435e98 s Context>handleSignal:
         0xb43cf80 s Context>handleSignal:
         0xb443e40 s Context>handleSignal:
         0xb44a000 s Context>handleSignal:
         0xb4501c0 s Context>handleSignal:
         0xb4562c8 s Context>handleSignal:
         0xb45c318 s Context>handleSignal:
         0xb462368 s Context>handleSignal:
         0xb4683b8 s Context>handleSignal:
         0xb46e408 s Context>handleSignal:
         0xb474458 s Context>handleSignal:
         0xb47a4a8 s Context>handleSignal:
         0xb4804f8 s Context>handleSignal:
         0xb486548 s Context>handleSignal:
         0xb48c598 s Context>handleSignal:
         0xb4925e8 s Context>handleSignal:
         0xb498638 s Context>handleSignal:
         0xb49e688 s Context>handleSignal:
         0xb4a46d8 s Context>handleSignal:
         0xb4aa728 s Context>handleSignal:
         0xb4b0778 s Context>handleSignal:
         0xb4b67c8 s Context>handleSignal:
         0xb4bc818 s Context>handleSignal:
         0xb4c2868 s Context>handleSignal:
         0xb4c88b8 s Context>handleSignal:
         0xb4ce908 s Context>handleSignal:
         0xb4d48a0 s Context>handleSignal:
         0xb4da838 s Context>handleSignal:
         0xb4e07d0 s Context>handleSignal:
         0xb4e6768 s Context>handleSignal:
         0xb4ec700 s Context>handleSignal:
         0xb4f2698 s Context>handleSignal:
         0xb4f8630 s Context>handleSignal:
         0xb4fe5c8 s Context>handleSignal:
         0xb504560 s Context>handleSignal:
         0xb50a4f8 s Context>handleSignal:
         0xb510490 s Context>handleSignal:
         0xb516428 s Context>handleSignal:
         0xb51c3c0 s Context>handleSignal:
         0xb522358 s Context>handleSignal:
         0xb5282f0 s Context>handleSignal:
         0xb52e288 s Context>handleSignal:
         0xb534220 s Context>handleSignal:
         0xb53a1b8 s Context>handleSignal:
         0xb540150 s Context>handleSignal:
         0xb5460e8 s Context>handleSignal:
         0xb54c080 s Context>handleSignal:
         0xb552018 s Context>handleSignal:
         0xb557fb0 s Context>handleSignal:
         0xb55df48 s Context>handleSignal:
         0xb563ee0 s Context>handleSignal:
         0xb569e78 s Context>handleSignal:
         0xb56fe10 s Context>handleSignal:
         0xb575da8 s Context>handleSignal:
         0xb57bd40 s Context>handleSignal:
         0xb581cd8 s Context>handleSignal:
         0xb587c70 s Context>handleSignal:
         0xb58dc08 s Context>handleSignal:
         0xb593ba0 s Context>handleSignal:
         0xb599b38 s Context>handleSignal:
         0xb59fad0 s Context>handleSignal:
         0xb5a5a68 s Context>handleSignal:
         0xb5aba00 s Context>handleSignal:
         0xb5b1998 s Context>handleSignal:
         0xb5b7930 s Context>handleSignal:
         0xb5bd8c8 s Context>handleSignal:
         0xb5c3860 s Context>handleSignal:
         0xb5c97f8 s Context>handleSignal:
         0xb5cf790 s Context>handleSignal:
         0xb5d5728 s Context>handleSignal:
         0xb5db6c0 s Context>handleSignal:
         0xb5e1658 s Context>handleSignal:
         0xb5e75f0 s Context>handleSignal:
         0xb5ed588 s Context>handleSignal:
         0xb5f3520 s Context>handleSignal:
         0xb5f94b8 s Context>handleSignal:
         0xb5ff450 s Context>handleSignal:
         0xb6053e8 s Context>handleSignal:
         0xb60b380 s Context>handleSignal:
         0xb611318 s Context>handleSignal:
         0xb6172b0 s Context>handleSignal:
         0xb61d248 s Context>handleSignal:
         0xb6231e0 s Context>handleSignal:
         0xb629178 s Context>handleSignal:
         0xb62f110 s Context>handleSignal:
         0xb6350a8 s Context>handleSignal:
         0xb63b040 s Context>handleSignal:
         0xb640fd8 s Context>handleSignal:
         0xb646f70 s Context>handleSignal:
         0xb64cf08 s Context>handleSignal:
         0xb652ea0 s Context>handleSignal:
         0xb658e38 s Context>handleSignal:
         0xb65ed18 s Context>handleSignal:
         0xb664b40 s Context>handleSignal:
         0xb66a8b0 s Context>handleSignal:
         0xb670568 s Context>handleSignal:
         0xb676168 s Context>handleSignal:
         0xb67bcb0 s Context>handleSignal:
         0xb681740 s Context>handleSignal:
         0xb687118 s Context>handleSignal:
         0xb68ca38 s Context>handleSignal:
         0xb6922a0 s Context>handleSignal:
         0xb697a50 s Context>handleSignal:
         0xb69d148 s Context>handleSignal:
         0xb6a2788 s Context>handleSignal:
         0xb6a7d10 s Context>handleSignal:
         0xb6ad1e0 s Context>handleSignal:
         0xb6b25f8 s Context>handleSignal:
         0xb6b7958 s Context>handleSignal:
         0xb6bcc00 s Context>handleSignal:
         0xb6c1df0 s Context>handleSignal:
         0xb6c6f28 s Context>handleSignal:
         0xb6cbfa8 s Context>handleSignal:
         0xb6d0f70 s Context>handleSignal:
         0xb6d5e80 s Context>handleSignal:
         0xb6dacd8 s Context>handleSignal:
         0xb6dfa78 s Context>handleSignal:
         0xb6e4760 s Context>handleSignal:
         0xb6e9390 s Context>handleSignal:
         0xb6edf08 s Context>handleSignal:
         0xb6f29c8 s Context>handleSignal:
         0xb6f73d0 s Context>handleSignal:
         0xb6fbd20 s Context>handleSignal:
         0xb7005b8 s Context>handleSignal:
         0xb704d98 s Context>handleSignal:
         0xb7094c0 s Context>handleSignal:
         0xb70db30 s Context>handleSignal:
         0xb7120e8 s Context>handleSignal:
         0xb7165e8 s Context>handleSignal:
         0xb71aa30 s Context>handleSignal:
         0xb71edc0 s Context>handleSignal:
         0xb723098 s Context>handleSignal:
         0xb7272b8 s Context>handleSignal:
         0xb72b420 s Context>handleSignal:
         0xb72f4d0 s Context>handleSignal:
         0xb7334c8 s Context>handleSignal:
         0xb737408 s Context>handleSignal:
         0xb73b290 s Context>handleSignal:
         0xb73f060 s Context>handleSignal:
         0xb742d78 s Context>handleSignal:
         0xb7469d8 s Context>handleSignal:
         0xb74a580 s Context>handleSignal:
         0xb74e070 s Context>handleSignal:
         0xb751aa8 s Context>handleSignal:
         0xb755428 s Context>handleSignal:
         0xb758cf0 s Context>handleSignal:
         0xb75c500 s Context>handleSignal:
         0xb75fc58 s Context>handleSignal:
         0xb7632f8 s Context>handleSignal:
         0xb7668e0 s Context>handleSignal:
         0xb769e10 s Context>handleSignal:
         0xb76d1d0 s Context>handleSignal:
         0xb7704d8 s Context>handleSignal:
         0xb773728 s Context>handleSignal:
         0xb7768c0 s Context>handleSignal:
         0xb7799a0 s Context>handleSignal:
         0xb77c9c8 s Context>handleSignal:
         0xb77f938 s Context>handleSignal:
         0xb7827f0 s Context>handleSignal:
         0xb7855f0 s Context>handleSignal:
         0xb788338 s Context>handleSignal:
         0xb78afc8 s Context>handleSignal:
         0xb78dba0 s Context>handleSignal:
         0xb7906c0 s Context>handleSignal:
         0xb793128 s Context>handleSignal:
         0xb795ad8 s Context>handleSignal:
         0xb7983d0 s Context>handleSignal:
         0xb79ac10 s Context>handleSignal:
         0xb79d398 s Context>handleSignal:
         0xb79fa68 s Context>handleSignal:
         0xb7a2080 s Context>handleSignal:
         0xb7a45e0 s Context>handleSignal:
         0xb7a6a88 s Context>handleSignal:
         0xb7a8e78 s Context>handleSignal:
         0xb7ab1b0 s Context>handleSignal:
         0xb7ad430 s Context>handleSignal:
         0xb7af5f8 s Context>handleSignal:
         0xb7b1708 s Context>handleSignal:
         0xb7b3760 s Context>handleSignal:
         0xb7b5700 s Context>handleSignal:
         0xb7b75e8 s Context>handleSignal:
         0xb7b9418 s Context>handleSignal:
         0xb7bb190 s Context>handleSignal:
         0xb7bce50 s Context>handleSignal:
         0xb7bea58 s Context>handleSignal:
         0xb7c04f0 s Context>handleSignal:
         0xb7c1e18 s Context>handleSignal:
         0xb7c3518 s Context>handleSignal:
         0xb7c4b60 s Context>handleSignal:
         0xb7c60f0 s Context>handleSignal:
         0xb7c75c8 s Context>handleSignal:
         0xb7c89e8 s Context>handleSignal:
         0xb7c9d50 s Context>handleSignal:
         0xb7cb000 s Context>handleSignal:
         0xb7cc1f8 s Context>handleSignal:
         0xb7cd338 s Context>handleSignal:
         0xb7ce3c0 s Context>handleSignal:
         0xb7cf390 s Context>handleSignal:
         0xb7d02a8 s Context>handleSignal:
         0xb7d1108 s Context>handleSignal:
         0xb7d1eb0 s Context>handleSignal:
         0xb7d2ba0 s Context>handleSignal:
         0xb7d37d8 s Context>handleSignal:
         0xb7d4358 s Context>handleSignal:
         0xb7d4e20 s Context>handleSignal:
         0xb7d5830 s Context>handleSignal:
         0xb7d6188 s Context>handleSignal:
         0xb7d6a28 s Context>handleSignal:
         0xb7d7210 s Context>handleSignal:
         0xb7d7940 s Context>handleSignal:
         0xb7d7fb8 s Context>handleSignal:
         0xbf73f20 s Halt(Exception)>signal
         0xbf8c7f8 s Halt class(Exception class)>signal
         0xbfaa838 s Halt class>now
         0xbfc8720 s FullBlockClosure(Object)>halt
         0xbff2088 s FullBlockClosure>printOn:
         0xc015210 s Context>printOn:
         0xc03ecc0 s Context>printDebugOn:
         0xc03efa0 s [] in Context>debugStack:on:
         0xc05b540 s OrderedCollection>do:
         0xbfb4eb8 s Context>debugStack:on:
         0xbfe57c8 s Context>shortDebugStackOn:
         0xc007fb0 s [] in SmalltalkImage>logError:inContext:
         0xc02f1e0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf73fd8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8c8b0 s SmalltalkImage>logStdErrorDuring:
         0xbfaa8f0 s SmalltalkImage>logError:inContext:
         0xbfdcb20 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xbfff830 s FullBlockClosure(BlockClosure)>ensure:
         0xc023788 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04ef98 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc063d40 s Halt(Exception)>unhandledErrorAction
         0xc070d48 s Halt(UnhandledException)>defaultAction
         0xc090b88 s UndefinedObject>handleSignal:
         0xc0dc5e8 s Context>handleSignal:
         0xc0dc6a0 s Context>handleSignal:
         0xc0dc758 s Context>handleSignal:
         0xc0dc810 s Context>handleSignal:
         0xc0dc8c8 s Context>handleSignal:
         0xc0dc980 s Context>handleSignal:
         0xc0dca38 s Context>handleSignal:
         0xc0dcaf0 s Context>handleSignal:
         0xc0dcba8 s Context>handleSignal:
         0xc0dcc60 s Context>handleSignal:
         0xc106730 s Context>handleSignal:
         0xc111e50 s Context>handleSignal:
         0xc11ccf8 s Context>handleSignal:
         0xc1275e0 s Context>handleSignal:
         0xc131e10 s Context>handleSignal:
         0xc13c640 s Context>handleSignal:
         0xc146e70 s Context>handleSignal:
         0xc1516a0 s Context>handleSignal:
         0xc15bed0 s Context>handleSignal:
         0xc166700 s Context>handleSignal:
         0xc170f30 s Context>handleSignal:
         0xc17b760 s Context>handleSignal:
         0xc185f90 s Context>handleSignal:
         0xc1907c0 s Context>handleSignal:
         0xc19aff0 s Context>handleSignal:
         0xc1a5820 s Context>handleSignal:
         0xc1b0050 s Context>handleSignal:
         0xc1ba880 s Context>handleSignal:
         0xc1c50b0 s Context>handleSignal:
         0xc1cf8e0 s Context>handleSignal:
         0xc1da110 s Context>handleSignal:
         0xc1e4940 s Context>handleSignal:
         0xc1ef170 s Context>handleSignal:
         0xc1f99a0 s Context>handleSignal:
         0xc2041d0 s Context>handleSignal:
         0xc20ea00 s Context>handleSignal:
         0xc219230 s Context>handleSignal:
         0xc223a60 s Context>handleSignal:
         0xc22e290 s Context>handleSignal:
         0xc238ac0 s Context>handleSignal:
         0xc2432f0 s Context>handleSignal:
         0xc24db20 s Context>handleSignal:
         0xc258350 s Context>handleSignal:
         0xb7d9de8 s Context>handleSignal:
         0xb7e46d0 s Context>handleSignal:
         0xb7eefb8 s Context>handleSignal:
         0xb7f98a0 s Context>handleSignal:
         0xb804188 s Context>handleSignal:
         0xb80ea70 s Context>handleSignal:
         0xb819358 s Context>handleSignal:
         0xb823c40 s Context>handleSignal:
         0xb82e528 s Context>handleSignal:
         0xb838e10 s Context>handleSignal:
         0xb8436f8 s Context>handleSignal:
         0xb84dfe0 s Context>handleSignal:
         0xb8588c8 s Context>handleSignal:
         0xb8631b0 s Context>handleSignal:
         0xb86da98 s Context>handleSignal:
         0xb878380 s Context>handleSignal:
         0xb882c68 s Context>handleSignal:
         0xb88d550 s Context>handleSignal:
         0xb897e38 s Context>handleSignal:
         0xb8a2720 s Context>handleSignal:
         0xb8ad008 s Context>handleSignal:
         0xb8b78f0 s Context>handleSignal:
         0xb8c21d8 s Context>handleSignal:
         0xb8ccac0 s Context>handleSignal:
         0xb8d73a8 s Context>handleSignal:
         0xb8e1c90 s Context>handleSignal:
         0xb8ec578 s Context>handleSignal:
         0xb8f6e60 s Context>handleSignal:
         0xb901748 s Context>handleSignal:
         0xb90c030 s Context>handleSignal:
         0xb916918 s Context>handleSignal:
         0xb921200 s Context>handleSignal:
         0xb92bae8 s Context>handleSignal:
         0xb9363d0 s Context>handleSignal:
         0xb940cb8 s Context>handleSignal:
         0xb94b5a0 s Context>handleSignal:
         0xb955e88 s Context>handleSignal:
         0xb960770 s Context>handleSignal:
         0xb96b058 s Context>handleSignal:
         0xb975940 s Context>handleSignal:
         0xb980228 s Context>handleSignal:
         0xb98ab10 s Context>handleSignal:
         0xb9953f8 s Context>handleSignal:
         0xb99fce0 s Context>handleSignal:
         0xb9aa5c8 s Context>handleSignal:
         0xb9b4eb0 s Context>handleSignal:
         0xb9bf798 s Context>handleSignal:
         0xb9ca080 s Context>handleSignal:
         0xb9d4968 s Context>handleSignal:
         0xb9df250 s Context>handleSignal:
         0xb9e9b38 s Context>handleSignal:
         0xb9f4420 s Context>handleSignal:
         0xb9fed08 s Context>handleSignal:
         0xba095f0 s Context>handleSignal:
         0xba13ed8 s Context>handleSignal:
         0xba1e7c0 s Context>handleSignal:
         0xba290a8 s Context>handleSignal:
         0xba33990 s Context>handleSignal:
         0xba3e278 s Context>handleSignal:
         0xba451e0 s Context>handleSignal:
         0xba4a318 s Context>handleSignal:
         0xba4f398 s Context>handleSignal:
         0xba54360 s Context>handleSignal:
         0xba59328 s Context>handleSignal:
         0xba5e238 s Context>handleSignal:
         0xba63090 s Context>handleSignal:
         0xb419ce0 s Context>handleSignal:
         0xb4205d0 s Context>handleSignal:
         0xb427c38 s Context>handleSignal:
         0xb42e648 s Context>handleSignal:
         0xb435a48 s Context>handleSignal:
         0xb43cb30 s Context>handleSignal:
         0xb4439f0 s Context>handleSignal:
         0xb449bb0 s Context>handleSignal:
         0xb44fd70 s Context>handleSignal:
         0xb455e78 s Context>handleSignal:
         0xb45bec8 s Context>handleSignal:
         0xb461f18 s Context>handleSignal:
         0xb467f68 s Context>handleSignal:
         0xb46dfb8 s Context>handleSignal:
         0xb474008 s Context>handleSignal:
         0xb47a058 s Context>handleSignal:
         0xb4800a8 s Context>handleSignal:
         0xb4860f8 s Context>handleSignal:
         0xb48c148 s Context>handleSignal:
         0xb492198 s Context>handleSignal:
         0xb4981e8 s Context>handleSignal:
         0xb49e238 s Context>handleSignal:
         0xb4a4288 s Context>handleSignal:
         0xb4aa2d8 s Context>handleSignal:
         0xb4b0328 s Context>handleSignal:
         0xb4b6378 s Context>handleSignal:
         0xb4bc3c8 s Context>handleSignal:
         0xb4c2418 s Context>handleSignal:
         0xb4c8468 s Context>handleSignal:
         0xb4ce4b8 s Context>handleSignal:
         0xb4d4450 s Context>handleSignal:
         0xb4da3e8 s Context>handleSignal:
         0xb4e0380 s Context>handleSignal:
         0xb4e6318 s Context>handleSignal:
         0xb4ec2b0 s Context>handleSignal:
         0xb4f2248 s Context>handleSignal:
         0xb4f81e0 s Context>handleSignal:
         0xb4fe178 s Context>handleSignal:
         0xb504110 s Context>handleSignal:
         0xb50a0a8 s Context>handleSignal:
         0xb510040 s Context>handleSignal:
         0xb515fd8 s Context>handleSignal:
         0xb51bf70 s Context>handleSignal:
         0xb521f08 s Context>handleSignal:
         0xb527ea0 s Context>handleSignal:
         0xb52de38 s Context>handleSignal:
         0xb533dd0 s Context>handleSignal:
         0xb539d68 s Context>handleSignal:
         0xb53fd00 s Context>handleSignal:
         0xb545c98 s Context>handleSignal:
         0xb54bc30 s Context>handleSignal:
         0xb551bc8 s Context>handleSignal:
         0xb557b60 s Context>handleSignal:
         0xb55daf8 s Context>handleSignal:
         0xb563a90 s Context>handleSignal:
         0xb569a28 s Context>handleSignal:
         0xb56f9c0 s Context>handleSignal:
         0xb575958 s Context>handleSignal:
         0xb57b8f0 s Context>handleSignal:
         0xb581888 s Context>handleSignal:
         0xb587820 s Context>handleSignal:
         0xb58d7b8 s Context>handleSignal:
         0xb593750 s Context>handleSignal:
         0xb5996e8 s Context>handleSignal:
         0xb59f680 s Context>handleSignal:
         0xb5a5618 s Context>handleSignal:
         0xb5ab5b0 s Context>handleSignal:
         0xb5b1548 s Context>handleSignal:
         0xb5b74e0 s Context>handleSignal:
         0xb5bd478 s Context>handleSignal:
         0xb5c3410 s Context>handleSignal:
         0xb5c93a8 s Context>handleSignal:
         0xb5cf340 s Context>handleSignal:
         0xb5d52d8 s Context>handleSignal:
         0xb5db270 s Context>handleSignal:
         0xb5e1208 s Context>handleSignal:
         0xb5e71a0 s Context>handleSignal:
         0xb5ed138 s Context>handleSignal:
         0xb5f30d0 s Context>handleSignal:
         0xb5f9068 s Context>handleSignal:
         0xb5ff000 s Context>handleSignal:
         0xb604f98 s Context>handleSignal:
         0xb60af30 s Context>handleSignal:
         0xb610ec8 s Context>handleSignal:
         0xb616e60 s Context>handleSignal:
         0xb61cdf8 s Context>handleSignal:
         0xb622d90 s Context>handleSignal:
         0xb628d28 s Context>handleSignal:
         0xb62ecc0 s Context>handleSignal:
         0xb634c58 s Context>handleSignal:
         0xb63abf0 s Context>handleSignal:
         0xb640b88 s Context>handleSignal:
         0xb646b20 s Context>handleSignal:
         0xb64cab8 s Context>handleSignal:
         0xb652a50 s Context>handleSignal:
         0xb6589e8 s Context>handleSignal:
         0xb65e8c8 s Context>handleSignal:
         0xb6646f0 s Context>handleSignal:
         0xb66a460 s Context>handleSignal:
         0xb670118 s Context>handleSignal:
         0xb675d18 s Context>handleSignal:
         0xb67b860 s Context>handleSignal:
         0xb6812f0 s Context>handleSignal:
         0xb686cc8 s Context>handleSignal:
         0xb68c5e8 s Context>handleSignal:
         0xb691e50 s Context>handleSignal:
         0xb697600 s Context>handleSignal:
         0xb69ccf8 s Context>handleSignal:
         0xb6a2338 s Context>handleSignal:
         0xb6a78c0 s Context>handleSignal:
         0xb6acd90 s Context>handleSignal:
         0xb6b21a8 s Context>handleSignal:
         0xb6b7508 s Context>handleSignal:
         0xb6bc7b0 s Context>handleSignal:
         0xb6c19a0 s Context>handleSignal:
         0xb6c6ad8 s Context>handleSignal:
         0xb6cbb58 s Context>handleSignal:
         0xb6d0b20 s Context>handleSignal:
         0xb6d5a30 s Context>handleSignal:
         0xb6da888 s Context>handleSignal:
         0xb6df628 s Context>handleSignal:
         0xb6e4310 s Context>handleSignal:
         0xb6e8f40 s Context>handleSignal:
         0xb6edab8 s Context>handleSignal:
         0xb6f2578 s Context>handleSignal:
         0xb6f6f80 s Context>handleSignal:
         0xb6fb8d0 s Context>handleSignal:
         0xb700168 s Context>handleSignal:
         0xb704948 s Context>handleSignal:
         0xb709070 s Context>handleSignal:
         0xb70d6e0 s Context>handleSignal:
         0xb711c98 s Context>handleSignal:
         0xb716198 s Context>handleSignal:
         0xb71a5e0 s Context>handleSignal:
         0xb71e970 s Context>handleSignal:
         0xb722c48 s Context>handleSignal:
         0xb726e68 s Context>handleSignal:
         0xb72afd0 s Context>handleSignal:
         0xb72f080 s Context>handleSignal:
         0xb733078 s Context>handleSignal:
         0xb736fb8 s Context>handleSignal:
         0xb73ae40 s Context>handleSignal:
         0xb73ec10 s Context>handleSignal:
         0xb742928 s Context>handleSignal:
         0xb746588 s Context>handleSignal:
         0xb74a130 s Context>handleSignal:
         0xb74dc20 s Context>handleSignal:
         0xb751658 s Context>handleSignal:
         0xb754fd8 s Context>handleSignal:
         0xb7588a0 s Context>handleSignal:
         0xb75c0b0 s Context>handleSignal:
         0xb75f808 s Context>handleSignal:
         0xb762ea8 s Context>handleSignal:
         0xb766490 s Context>handleSignal:
         0xb7699c0 s Context>handleSignal:
         0xb76cd80 s Context>handleSignal:
         0xb770088 s Context>handleSignal:
         0xb7732d8 s Context>handleSignal:
         0xb776470 s Context>handleSignal:
         0xb779550 s Context>handleSignal:
         0xb77c578 s Context>handleSignal:
         0xb77f4e8 s Context>handleSignal:
         0xb7823a0 s Context>handleSignal:
         0xb7851a0 s Context>handleSignal:
         0xb787ee8 s Context>handleSignal:
         0xb78ab78 s Context>handleSignal:
         0xb78d750 s Context>handleSignal:
         0xb790270 s Context>handleSignal:
         0xb792cd8 s Context>handleSignal:
         0xb795688 s Context>handleSignal:
         0xb797f80 s Context>handleSignal:
         0xb79a7c0 s Context>handleSignal:
         0xb79cf48 s Context>handleSignal:
         0xb79f618 s Context>handleSignal:
         0xb7a1c30 s Context>handleSignal:
         0xb7a4190 s Context>handleSignal:
         0xb7a6638 s Context>handleSignal:
         0xb7a8a28 s Context>handleSignal:
         0xb7aad60 s Context>handleSignal:
         0xb7acfe0 s Context>handleSignal:
         0xb7af1a8 s Context>handleSignal:
         0xb7b12b8 s Context>handleSignal:
         0xb7b3310 s Context>handleSignal:
         0xb7b52b0 s Context>handleSignal:
         0xb7b7198 s Context>handleSignal:
         0xb7b8fc8 s Context>handleSignal:
         0xb7bad40 s Context>handleSignal:
         0xb7bca00 s Context>handleSignal:
         0xb7be608 s Context>handleSignal:
         0xb7c00a0 s Context>handleSignal:
         0xb7c19c8 s Context>handleSignal:
         0xb7c30c8 s Context>handleSignal:
         0xb7c4710 s Context>handleSignal:
         0xb7c5ca0 s Context>handleSignal:
         0xb7c7178 s Context>handleSignal:
         0xb7c8598 s Context>handleSignal:
         0xb7c9900 s Context>handleSignal:
         0xb7cabb0 s Context>handleSignal:
         0xb7cbda8 s Context>handleSignal:
         0xb7ccee8 s Context>handleSignal:
         0xb7cdf70 s Context>handleSignal:
         0xb7cef40 s Context>handleSignal:
         0xb7cfe58 s Context>handleSignal:
         0xb7d0cb8 s Context>handleSignal:
         0xb7d1a60 s Context>handleSignal:
         0xb7d2750 s Context>handleSignal:
         0xb7d3388 s Context>handleSignal:
         0xb7d3f08 s Context>handleSignal:
         0xb7d49d0 s Context>handleSignal:
         0xb7d53e0 s Context>handleSignal:
         0xb7d5d38 s Context>handleSignal:
         0xb7d65d8 s Context>handleSignal:
         0xb7d6dc0 s Context>handleSignal:
         0xb7d74f0 s Context>handleSignal:
         0xb7d7b68 s Context>handleSignal:
         0xb7d8128 s Context>handleSignal:
         0xbf73bd0 s Halt(Exception)>signal
         0xbf8c3f8 s Halt class(Exception class)>signal
         0xbfaa148 s Halt class>now
         0xbfb4f70 s FullBlockClosure(Object)>halt
         0xbfe5880 s FullBlockClosure>printOn:
         0xc008068 s Context>printOn:
         0xc02f298 s Context>printDebugOn:
         0xc03ed78 s [] in Context>debugStack:on:
         0xc05b488 s OrderedCollection>do:
         0xbfaa9f0 s Context>debugStack:on:
         0xbfdcbe8 s Context>shortDebugStackOn:
         0xbfff920 s [] in SmalltalkImage>logError:inContext:
         0xc023868 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf73c88 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8c4b0 s SmalltalkImage>logStdErrorDuring:
         0xbfaa200 s SmalltalkImage>logError:inContext:
         0xbfdc660 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xbfff350 s FullBlockClosure(BlockClosure)>ensure:
         0xc023178 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04ecb8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc063b90 s Halt(Exception)>unhandledErrorAction
         0xc070948 s Halt(UnhandledException)>defaultAction
         0xc08fbb8 s UndefinedObject>handleSignal:
         0xc0dbeb8 s Context>handleSignal:
         0xc0dbf70 s Context>handleSignal:
         0xc0dc028 s Context>handleSignal:
         0xc0dc0e0 s Context>handleSignal:
         0xc0dc198 s Context>handleSignal:
         0xc0dc250 s Context>handleSignal:
         0xc0dc308 s Context>handleSignal:
         0xc0dc3c0 s Context>handleSignal:
         0xc0dc478 s Context>handleSignal:
         0xc0dc530 s Context>handleSignal:
         0xc106678 s Context>handleSignal:
         0xc111d98 s Context>handleSignal:
         0xc11cc40 s Context>handleSignal:
         0xc127528 s Context>handleSignal:
         0xc131d58 s Context>handleSignal:
         0xc13c588 s Context>handleSignal:
         0xc146db8 s Context>handleSignal:
         0xc1515e8 s Context>handleSignal:
         0xc15be18 s Context>handleSignal:
         0xc166648 s Context>handleSignal:
         0xc170e78 s Context>handleSignal:
         0xc17b6a8 s Context>handleSignal:
         0xc185ed8 s Context>handleSignal:
         0xc190708 s Context>handleSignal:
         0xc19af38 s Context>handleSignal:
         0xc1a5768 s Context>handleSignal:
         0xc1aff98 s Context>handleSignal:
         0xc1ba7c8 s Context>handleSignal:
         0xc1c4ff8 s Context>handleSignal:
         0xc1cf828 s Context>handleSignal:
         0xc1da058 s Context>handleSignal:
         0xc1e4888 s Context>handleSignal:
         0xc1ef0b8 s Context>handleSignal:
         0xc1f98e8 s Context>handleSignal:
         0xc204118 s Context>handleSignal:
         0xc20e948 s Context>handleSignal:
         0xc219178 s Context>handleSignal:
         0xc2239a8 s Context>handleSignal:
         0xc22e1d8 s Context>handleSignal:
         0xc238a08 s Context>handleSignal:
         0xc243238 s Context>handleSignal:
         0xc24da68 s Context>handleSignal:
         0xc258298 s Context>handleSignal:
         0xc2615f0 s Context>handleSignal:
         0xb7e1988 s Context>handleSignal:
         0xb7ec270 s Context>handleSignal:
         0xb7f6b58 s Context>handleSignal:
         0xb801440 s Context>handleSignal:
         0xb80bd28 s Context>handleSignal:
         0xb816610 s Context>handleSignal:
         0xb820ef8 s Context>handleSignal:
         0xb82b7e0 s Context>handleSignal:
         0xb8360c8 s Context>handleSignal:
         0xb8409b0 s Context>handleSignal:
         0xb84b298 s Context>handleSignal:
         0xb855b80 s Context>handleSignal:
         0xb860468 s Context>handleSignal:
         0xb86ad50 s Context>handleSignal:
         0xb875638 s Context>handleSignal:
         0xb87ff20 s Context>handleSignal:
         0xb88a808 s Context>handleSignal:
         0xb8950f0 s Context>handleSignal:
         0xb89f9d8 s Context>handleSignal:
         0xb8aa2c0 s Context>handleSignal:
         0xb8b4ba8 s Context>handleSignal:
         0xb8bf490 s Context>handleSignal:
         0xb8c9d78 s Context>handleSignal:
         0xb8d4660 s Context>handleSignal:
         0xb8def48 s Context>handleSignal:
         0xb8e9830 s Context>handleSignal:
         0xb8f4118 s Context>handleSignal:
         0xb8fea00 s Context>handleSignal:
         0xb9092e8 s Context>handleSignal:
         0xb913bd0 s Context>handleSignal:
         0xb91e4b8 s Context>handleSignal:
         0xb928da0 s Context>handleSignal:
         0xb933688 s Context>handleSignal:
         0xb93df70 s Context>handleSignal:
         0xb948858 s Context>handleSignal:
         0xb953140 s Context>handleSignal:
         0xb95da28 s Context>handleSignal:
         0xb968310 s Context>handleSignal:
         0xb972bf8 s Context>handleSignal:
         0xb97d4e0 s Context>handleSignal:
         0xb987dc8 s Context>handleSignal:
         0xb9926b0 s Context>handleSignal:
         0xb99cf98 s Context>handleSignal:
         0xb9a7880 s Context>handleSignal:
         0xb9b2168 s Context>handleSignal:
         0xb9bca50 s Context>handleSignal:
         0xb9c7338 s Context>handleSignal:
         0xb9d1c20 s Context>handleSignal:
         0xb9dc508 s Context>handleSignal:
         0xb9e6df0 s Context>handleSignal:
         0xb9f16d8 s Context>handleSignal:
         0xb9fbfc0 s Context>handleSignal:
         0xba068a8 s Context>handleSignal:
         0xba11190 s Context>handleSignal:
         0xba1ba78 s Context>handleSignal:
         0xba26360 s Context>handleSignal:
         0xba30c48 s Context>handleSignal:
         0xba3b530 s Context>handleSignal:
         0xba42498 s Context>handleSignal:
         0xba475d0 s Context>handleSignal:
         0xba4c650 s Context>handleSignal:
         0xba51618 s Context>handleSignal:
         0xba565e0 s Context>handleSignal:
         0xba5b4f0 s Context>handleSignal:
         0xb419d98 s Context>handleSignal:
         0xb420688 s Context>handleSignal:
         0xb427cf0 s Context>handleSignal:
         0xb42e700 s Context>handleSignal:
         0xb435b00 s Context>handleSignal:
         0xb43cbe8 s Context>handleSignal:
         0xb443aa8 s Context>handleSignal:
         0xb449c68 s Context>handleSignal:
         0xb44fe28 s Context>handleSignal:
         0xb455f30 s Context>handleSignal:
         0xb45bf80 s Context>handleSignal:
         0xb461fd0 s Context>handleSignal:
         0xb468020 s Context>handleSignal:
         0xb46e070 s Context>handleSignal:
         0xb4740c0 s Context>handleSignal:
         0xb47a110 s Context>handleSignal:
         0xb480160 s Context>handleSignal:
         0xb4861b0 s Context>handleSignal:
         0xb48c200 s Context>handleSignal:
         0xb492250 s Context>handleSignal:
         0xb4982a0 s Context>handleSignal:
         0xb49e2f0 s Context>handleSignal:
         0xb4a4340 s Context>handleSignal:
         0xb4aa390 s Context>handleSignal:
         0xb4b03e0 s Context>handleSignal:
         0xb4b6430 s Context>handleSignal:
         0xb4bc480 s Context>handleSignal:
         0xb4c24d0 s Context>handleSignal:
         0xb4c8520 s Context>handleSignal:
         0xb4ce570 s Context>handleSignal:
         0xb4d4508 s Context>handleSignal:
         0xb4da4a0 s Context>handleSignal:
         0xb4e0438 s Context>handleSignal:
         0xb4e63d0 s Context>handleSignal:
         0xb4ec368 s Context>handleSignal:
         0xb4f2300 s Context>handleSignal:
         0xb4f8298 s Context>handleSignal:
         0xb4fe230 s Context>handleSignal:
         0xb5041c8 s Context>handleSignal:
         0xb50a160 s Context>handleSignal:
         0xb5100f8 s Context>handleSignal:
         0xb516090 s Context>handleSignal:
         0xb51c028 s Context>handleSignal:
         0xb521fc0 s Context>handleSignal:
         0xb527f58 s Context>handleSignal:
         0xb52def0 s Context>handleSignal:
         0xb533e88 s Context>handleSignal:
         0xb539e20 s Context>handleSignal:
         0xb53fdb8 s Context>handleSignal:
         0xb545d50 s Context>handleSignal:
         0xb54bce8 s Context>handleSignal:
         0xb551c80 s Context>handleSignal:
         0xb557c18 s Context>handleSignal:
         0xb55dbb0 s Context>handleSignal:
         0xb563b48 s Context>handleSignal:
         0xb569ae0 s Context>handleSignal:
         0xb56fa78 s Context>handleSignal:
         0xb575a10 s Context>handleSignal:
         0xb57b9a8 s Context>handleSignal:
         0xb581940 s Context>handleSignal:
         0xb5878d8 s Context>handleSignal:
         0xb58d870 s Context>handleSignal:
         0xb593808 s Context>handleSignal:
         0xb5997a0 s Context>handleSignal:
         0xb59f738 s Context>handleSignal:
         0xb5a56d0 s Context>handleSignal:
         0xb5ab668 s Context>handleSignal:
         0xb5b1600 s Context>handleSignal:
         0xb5b7598 s Context>handleSignal:
         0xb5bd530 s Context>handleSignal:
         0xb5c34c8 s Context>handleSignal:
         0xb5c9460 s Context>handleSignal:
         0xb5cf3f8 s Context>handleSignal:
         0xb5d5390 s Context>handleSignal:
         0xb5db328 s Context>handleSignal:
         0xb5e12c0 s Context>handleSignal:
         0xb5e7258 s Context>handleSignal:
         0xb5ed1f0 s Context>handleSignal:
         0xb5f3188 s Context>handleSignal:
         0xb5f9120 s Context>handleSignal:
         0xb5ff0b8 s Context>handleSignal:
         0xb605050 s Context>handleSignal:
         0xb60afe8 s Context>handleSignal:
         0xb610f80 s Context>handleSignal:
         0xb616f18 s Context>handleSignal:
         0xb61ceb0 s Context>handleSignal:
         0xb622e48 s Context>handleSignal:
         0xb628de0 s Context>handleSignal:
         0xb62ed78 s Context>handleSignal:
         0xb634d10 s Context>handleSignal:
         0xb63aca8 s Context>handleSignal:
         0xb640c40 s Context>handleSignal:
         0xb646bd8 s Context>handleSignal:
         0xb64cb70 s Context>handleSignal:
         0xb652b08 s Context>handleSignal:
         0xb658aa0 s Context>handleSignal:
         0xb65e980 s Context>handleSignal:
         0xb6647a8 s Context>handleSignal:
         0xb66a518 s Context>handleSignal:
         0xb6701d0 s Context>handleSignal:
         0xb675dd0 s Context>handleSignal:
         0xb67b918 s Context>handleSignal:
         0xb6813a8 s Context>handleSignal:
         0xb686d80 s Context>handleSignal:
         0xb68c6a0 s Context>handleSignal:
         0xb691f08 s Context>handleSignal:
         0xb6976b8 s Context>handleSignal:
         0xb69cdb0 s Context>handleSignal:
         0xb6a23f0 s Context>handleSignal:
         0xb6a7978 s Context>handleSignal:
         0xb6ace48 s Context>handleSignal:
         0xb6b2260 s Context>handleSignal:
         0xb6b75c0 s Context>handleSignal:
         0xb6bc868 s Context>handleSignal:
         0xb6c1a58 s Context>handleSignal:
         0xb6c6b90 s Context>handleSignal:
         0xb6cbc10 s Context>handleSignal:
         0xb6d0bd8 s Context>handleSignal:
         0xb6d5ae8 s Context>handleSignal:
         0xb6da940 s Context>handleSignal:
         0xb6df6e0 s Context>handleSignal:
         0xb6e43c8 s Context>handleSignal:
         0xb6e8ff8 s Context>handleSignal:
         0xb6edb70 s Context>handleSignal:
         0xb6f2630 s Context>handleSignal:
         0xb6f7038 s Context>handleSignal:
         0xb6fb988 s Context>handleSignal:
         0xb700220 s Context>handleSignal:
         0xb704a00 s Context>handleSignal:
         0xb709128 s Context>handleSignal:
         0xb70d798 s Context>handleSignal:
         0xb711d50 s Context>handleSignal:
         0xb716250 s Context>handleSignal:
         0xb71a698 s Context>handleSignal:
         0xb71ea28 s Context>handleSignal:
         0xb722d00 s Context>handleSignal:
         0xb726f20 s Context>handleSignal:
         0xb72b088 s Context>handleSignal:
         0xb72f138 s Context>handleSignal:
         0xb733130 s Context>handleSignal:
         0xb737070 s Context>handleSignal:
         0xb73aef8 s Context>handleSignal:
         0xb73ecc8 s Context>handleSignal:
         0xb7429e0 s Context>handleSignal:
         0xb746640 s Context>handleSignal:
         0xb74a1e8 s Context>handleSignal:
         0xb74dcd8 s Context>handleSignal:
         0xb751710 s Context>handleSignal:
         0xb755090 s Context>handleSignal:
         0xb758958 s Context>handleSignal:
         0xb75c168 s Context>handleSignal:
         0xb75f8c0 s Context>handleSignal:
         0xb762f60 s Context>handleSignal:
         0xb766548 s Context>handleSignal:
         0xb769a78 s Context>handleSignal:
         0xb76ce38 s Context>handleSignal:
         0xb770140 s Context>handleSignal:
         0xb773390 s Context>handleSignal:
         0xb776528 s Context>handleSignal:
         0xb779608 s Context>handleSignal:
         0xb77c630 s Context>handleSignal:
         0xb77f5a0 s Context>handleSignal:
         0xb782458 s Context>handleSignal:
         0xb785258 s Context>handleSignal:
         0xb787fa0 s Context>handleSignal:
         0xb78ac30 s Context>handleSignal:
         0xb78d808 s Context>handleSignal:
         0xb790328 s Context>handleSignal:
         0xb792d90 s Context>handleSignal:
         0xb795740 s Context>handleSignal:
         0xb798038 s Context>handleSignal:
         0xb79a878 s Context>handleSignal:
         0xb79d000 s Context>handleSignal:
         0xb79f6d0 s Context>handleSignal:
         0xb7a1ce8 s Context>handleSignal:
         0xb7a4248 s Context>handleSignal:
         0xb7a66f0 s Context>handleSignal:
         0xb7a8ae0 s Context>handleSignal:
         0xb7aae18 s Context>handleSignal:
         0xb7ad098 s Context>handleSignal:
         0xb7af260 s Context>handleSignal:
         0xb7b1370 s Context>handleSignal:
         0xb7b33c8 s Context>handleSignal:
         0xb7b5368 s Context>handleSignal:
         0xb7b7250 s Context>handleSignal:
         0xb7b9080 s Context>handleSignal:
         0xb7badf8 s Context>handleSignal:
         0xb7bcab8 s Context>handleSignal:
         0xb7be6c0 s Context>handleSignal:
         0xb7c0158 s Context>handleSignal:
         0xb7c1a80 s Context>handleSignal:
         0xb7c3180 s Context>handleSignal:
         0xb7c47c8 s Context>handleSignal:
         0xb7c5d58 s Context>handleSignal:
         0xb7c7230 s Context>handleSignal:
         0xb7c8650 s Context>handleSignal:
         0xb7c99b8 s Context>handleSignal:
         0xb7cac68 s Context>handleSignal:
         0xb7cbe60 s Context>handleSignal:
         0xb7ccfa0 s Context>handleSignal:
         0xb7ce028 s Context>handleSignal:
         0xb7ceff8 s Context>handleSignal:
         0xb7cff10 s Context>handleSignal:
         0xb7d0d70 s Context>handleSignal:
         0xb7d1b18 s Context>handleSignal:
         0xb7d2808 s Context>handleSignal:
         0xb7d3440 s Context>handleSignal:
         0xb7d3fc0 s Context>handleSignal:
         0xb7d4a88 s Context>handleSignal:
         0xb7d5498 s Context>handleSignal:
         0xb7d5df0 s Context>handleSignal:
         0xb7d6690 s Context>handleSignal:
         0xb7d6e78 s Context>handleSignal:
         0xb7d75a8 s Context>handleSignal:
         0xb7d7c20 s Context>handleSignal:
         0xb7d81e0 s Context>handleSignal:
         0xbf73a28 s Halt(Exception)>signal
         0xbf8c1f8 s Halt class(Exception class)>signal
         0xbfa9dd0 s Halt class>now
         0xbfaaaa8 s FullBlockClosure(Object)>halt
         0xbfdcca0 s FullBlockClosure>printOn:
         0xbfff9d8 s Context>printOn:
         0xc023920 s Context>printDebugOn:
         0xc02f350 s [] in Context>debugStack:on:
         0xc053498 s OrderedCollection>do:
         0xbfaa300 s Context>debugStack:on:
         0xbfdc728 s Context>shortDebugStackOn:
         0xbfff440 s [] in SmalltalkImage>logError:inContext:
         0xc023258 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf73ae0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8c2b0 s SmalltalkImage>logStdErrorDuring:
         0xbfa9e88 s SmalltalkImage>logError:inContext:
         0xbfdc400 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xbfff0e0 s FullBlockClosure(BlockClosure)>ensure:
         0xc022e70 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04eb48 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc063ab8 s Halt(Exception)>unhandledErrorAction
         0xc070748 s Halt(UnhandledException)>defaultAction
         0xc08f3d0 s UndefinedObject>handleSignal:
         0xc0db788 s Context>handleSignal:
         0xc0db840 s Context>handleSignal:
         0xc0db8f8 s Context>handleSignal:
         0xc0db9b0 s Context>handleSignal:
         0xc0dba68 s Context>handleSignal:
         0xc0dbb20 s Context>handleSignal:
         0xc0dbbd8 s Context>handleSignal:
         0xc0dbc90 s Context>handleSignal:
         0xc0dbd48 s Context>handleSignal:
         0xc0dbe00 s Context>handleSignal:
         0xc1065c0 s Context>handleSignal:
         0xc111ce0 s Context>handleSignal:
         0xc11cb88 s Context>handleSignal:
         0xc127470 s Context>handleSignal:
         0xc131ca0 s Context>handleSignal:
         0xc13c4d0 s Context>handleSignal:
         0xc146d00 s Context>handleSignal:
         0xc151530 s Context>handleSignal:
         0xc15bd60 s Context>handleSignal:
         0xc166590 s Context>handleSignal:
         0xc170dc0 s Context>handleSignal:
         0xc17b5f0 s Context>handleSignal:
         0xc185e20 s Context>handleSignal:
         0xc190650 s Context>handleSignal:
         0xc19ae80 s Context>handleSignal:
         0xc1a56b0 s Context>handleSignal:
         0xc1afee0 s Context>handleSignal:
         0xc1ba710 s Context>handleSignal:
         0xc1c4f40 s Context>handleSignal:
         0xc1cf770 s Context>handleSignal:
         0xc1d9fa0 s Context>handleSignal:
         0xc1e47d0 s Context>handleSignal:
         0xc1ef000 s Context>handleSignal:
         0xc1f9830 s Context>handleSignal:
         0xc204060 s Context>handleSignal:
         0xc20e890 s Context>handleSignal:
         0xc2190c0 s Context>handleSignal:
         0xc2238f0 s Context>handleSignal:
         0xc22e120 s Context>handleSignal:
         0xc238950 s Context>handleSignal:
         0xc243180 s Context>handleSignal:
         0xc24d9b0 s Context>handleSignal:
         0xc2581e0 s Context>handleSignal:
         0xc261538 s Context>handleSignal:
         0xb7dc4b8 s Context>handleSignal:
         0xb7e6da0 s Context>handleSignal:
         0xb7f1688 s Context>handleSignal:
         0xb7fbf70 s Context>handleSignal:
         0xb806858 s Context>handleSignal:
         0xb811140 s Context>handleSignal:
         0xb81ba28 s Context>handleSignal:
         0xb826310 s Context>handleSignal:
         0xb830bf8 s Context>handleSignal:
         0xb83b4e0 s Context>handleSignal:
         0xb845dc8 s Context>handleSignal:
         0xb8506b0 s Context>handleSignal:
         0xb85af98 s Context>handleSignal:
         0xb865880 s Context>handleSignal:
         0xb870168 s Context>handleSignal:
         0xb87aa50 s Context>handleSignal:
         0xb885338 s Context>handleSignal:
         0xb88fc20 s Context>handleSignal:
         0xb89a508 s Context>handleSignal:
         0xb8a4df0 s Context>handleSignal:
         0xb8af6d8 s Context>handleSignal:
         0xb8b9fc0 s Context>handleSignal:
         0xb8c48a8 s Context>handleSignal:
         0xb8cf190 s Context>handleSignal:
         0xb8d9a78 s Context>handleSignal:
         0xb8e4360 s Context>handleSignal:
         0xb8eec48 s Context>handleSignal:
         0xb8f9530 s Context>handleSignal:
         0xb903e18 s Context>handleSignal:
         0xb90e700 s Context>handleSignal:
         0xb918fe8 s Context>handleSignal:
         0xb9238d0 s Context>handleSignal:
         0xb92e1b8 s Context>handleSignal:
         0xb938aa0 s Context>handleSignal:
         0xb943388 s Context>handleSignal:
         0xb94dc70 s Context>handleSignal:
         0xb958558 s Context>handleSignal:
         0xb962e40 s Context>handleSignal:
         0xb96d728 s Context>handleSignal:
         0xb978010 s Context>handleSignal:
         0xb9828f8 s Context>handleSignal:
         0xb98d1e0 s Context>handleSignal:
         0xb997ac8 s Context>handleSignal:
         0xb9a23b0 s Context>handleSignal:
         0xb9acc98 s Context>handleSignal:
         0xb9b7580 s Context>handleSignal:
         0xb9c1e68 s Context>handleSignal:
         0xb9cc750 s Context>handleSignal:
         0xb9d7038 s Context>handleSignal:
         0xb9e1920 s Context>handleSignal:
         0xb9ec208 s Context>handleSignal:
         0xb9f6af0 s Context>handleSignal:
         0xba013d8 s Context>handleSignal:
         0xba0bcc0 s Context>handleSignal:
         0xba165a8 s Context>handleSignal:
         0xba20e90 s Context>handleSignal:
         0xba2b778 s Context>handleSignal:
         0xba36060 s Context>handleSignal:
         0xba404f8 s Context>handleSignal:
         0xba473a8 s Context>handleSignal:
         0xba4c4e0 s Context>handleSignal:
         0xba51560 s Context>handleSignal:
         0xba56528 s Context>handleSignal:
         0xb419e50 s Context>handleSignal:
         0xb420740 s Context>handleSignal:
         0xb427da8 s Context>handleSignal:
         0xb42e7b8 s Context>handleSignal:
         0xb435bb8 s Context>handleSignal:
         0xb43cca0 s Context>handleSignal:
         0xb443b60 s Context>handleSignal:
         0xb449d20 s Context>handleSignal:
         0xb44fee0 s Context>handleSignal:
         0xb455fe8 s Context>handleSignal:
         0xb45c038 s Context>handleSignal:
         0xb462088 s Context>handleSignal:
         0xb4680d8 s Context>handleSignal:
         0xb46e128 s Context>handleSignal:
         0xb474178 s Context>handleSignal:
         0xb47a1c8 s Context>handleSignal:
         0xb480218 s Context>handleSignal:
         0xb486268 s Context>handleSignal:
         0xb48c2b8 s Context>handleSignal:
         0xb492308 s Context>handleSignal:
         0xb498358 s Context>handleSignal:
         0xb49e3a8 s Context>handleSignal:
         0xb4a43f8 s Context>handleSignal:
         0xb4aa448 s Context>handleSignal:
         0xb4b0498 s Context>handleSignal:
         0xb4b64e8 s Context>handleSignal:
         0xb4bc538 s Context>handleSignal:
         0xb4c2588 s Context>handleSignal:
         0xb4c85d8 s Context>handleSignal:
         0xb4ce628 s Context>handleSignal:
         0xb4d45c0 s Context>handleSignal:
         0xb4da558 s Context>handleSignal:
         0xb4e04f0 s Context>handleSignal:
         0xb4e6488 s Context>handleSignal:
         0xb4ec420 s Context>handleSignal:
         0xb4f23b8 s Context>handleSignal:
         0xb4f8350 s Context>handleSignal:
         0xb4fe2e8 s Context>handleSignal:
         0xb504280 s Context>handleSignal:
         0xb50a218 s Context>handleSignal:
         0xb5101b0 s Context>handleSignal:
         0xb516148 s Context>handleSignal:
         0xb51c0e0 s Context>handleSignal:
         0xb522078 s Context>handleSignal:
         0xb528010 s Context>handleSignal:
         0xb52dfa8 s Context>handleSignal:
         0xb533f40 s Context>handleSignal:
         0xb539ed8 s Context>handleSignal:
         0xb53fe70 s Context>handleSignal:
         0xb545e08 s Context>handleSignal:
         0xb54bda0 s Context>handleSignal:
         0xb551d38 s Context>handleSignal:
         0xb557cd0 s Context>handleSignal:
         0xb55dc68 s Context>handleSignal:
         0xb563c00 s Context>handleSignal:
         0xb569b98 s Context>handleSignal:
         0xb56fb30 s Context>handleSignal:
         0xb575ac8 s Context>handleSignal:
         0xb57ba60 s Context>handleSignal:
         0xb5819f8 s Context>handleSignal:
         0xb587990 s Context>handleSignal:
         0xb58d928 s Context>handleSignal:
         0xb5938c0 s Context>handleSignal:
         0xb599858 s Context>handleSignal:
         0xb59f7f0 s Context>handleSignal:
         0xb5a5788 s Context>handleSignal:
         0xb5ab720 s Context>handleSignal:
         0xb5b16b8 s Context>handleSignal:
         0xb5b7650 s Context>handleSignal:
         0xb5bd5e8 s Context>handleSignal:
         0xb5c3580 s Context>handleSignal:
         0xb5c9518 s Context>handleSignal:
         0xb5cf4b0 s Context>handleSignal:
         0xb5d5448 s Context>handleSignal:
         0xb5db3e0 s Context>handleSignal:
         0xb5e1378 s Context>handleSignal:
         0xb5e7310 s Context>handleSignal:
         0xb5ed2a8 s Context>handleSignal:
         0xb5f3240 s Context>handleSignal:
         0xb5f91d8 s Context>handleSignal:
         0xb5ff170 s Context>handleSignal:
         0xb605108 s Context>handleSignal:
         0xb60b0a0 s Context>handleSignal:
         0xb611038 s Context>handleSignal:
         0xb616fd0 s Context>handleSignal:
         0xb61cf68 s Context>handleSignal:
         0xb622f00 s Context>handleSignal:
         0xb628e98 s Context>handleSignal:
         0xb62ee30 s Context>handleSignal:
         0xb634dc8 s Context>handleSignal:
         0xb63ad60 s Context>handleSignal:
         0xb640cf8 s Context>handleSignal:
         0xb646c90 s Context>handleSignal:
         0xb64cc28 s Context>handleSignal:
         0xb652bc0 s Context>handleSignal:
         0xb658b58 s Context>handleSignal:
         0xb65ea38 s Context>handleSignal:
         0xb664860 s Context>handleSignal:
         0xb66a5d0 s Context>handleSignal:
         0xb670288 s Context>handleSignal:
         0xb675e88 s Context>handleSignal:
         0xb67b9d0 s Context>handleSignal:
         0xb681460 s Context>handleSignal:
         0xb686e38 s Context>handleSignal:
         0xb68c758 s Context>handleSignal:
         0xb691fc0 s Context>handleSignal:
         0xb697770 s Context>handleSignal:
         0xb69ce68 s Context>handleSignal:
         0xb6a24a8 s Context>handleSignal:
         0xb6a7a30 s Context>handleSignal:
         0xb6acf00 s Context>handleSignal:
         0xb6b2318 s Context>handleSignal:
         0xb6b7678 s Context>handleSignal:
         0xb6bc920 s Context>handleSignal:
         0xb6c1b10 s Context>handleSignal:
         0xb6c6c48 s Context>handleSignal:
         0xb6cbcc8 s Context>handleSignal:
         0xb6d0c90 s Context>handleSignal:
         0xb6d5ba0 s Context>handleSignal:
         0xb6da9f8 s Context>handleSignal:
         0xb6df798 s Context>handleSignal:
         0xb6e4480 s Context>handleSignal:
         0xb6e90b0 s Context>handleSignal:
         0xb6edc28 s Context>handleSignal:
         0xb6f26e8 s Context>handleSignal:
         0xb6f70f0 s Context>handleSignal:
         0xb6fba40 s Context>handleSignal:
         0xb7002d8 s Context>handleSignal:
         0xb704ab8 s Context>handleSignal:
         0xb7091e0 s Context>handleSignal:
         0xb70d850 s Context>handleSignal:
         0xb711e08 s Context>handleSignal:
         0xb716308 s Context>handleSignal:
         0xb71a750 s Context>handleSignal:
         0xb71eae0 s Context>handleSignal:
         0xb722db8 s Context>handleSignal:
         0xb726fd8 s Context>handleSignal:
         0xb72b140 s Context>handleSignal:
         0xb72f1f0 s Context>handleSignal:
         0xb7331e8 s Context>handleSignal:
         0xb737128 s Context>handleSignal:
         0xb73afb0 s Context>handleSignal:
         0xb73ed80 s Context>handleSignal:
         0xb742a98 s Context>handleSignal:
         0xb7466f8 s Context>handleSignal:
         0xb74a2a0 s Context>handleSignal:
         0xb74dd90 s Context>handleSignal:
         0xb7517c8 s Context>handleSignal:
         0xb755148 s Context>handleSignal:
         0xb758a10 s Context>handleSignal:
         0xb75c220 s Context>handleSignal:
         0xb75f978 s Context>handleSignal:
         0xb763018 s Context>handleSignal:
         0xb766600 s Context>handleSignal:
         0xb769b30 s Context>handleSignal:
         0xb76cef0 s Context>handleSignal:
         0xb7701f8 s Context>handleSignal:
         0xb773448 s Context>handleSignal:
         0xb7765e0 s Context>handleSignal:
         0xb7796c0 s Context>handleSignal:
         0xb77c6e8 s Context>handleSignal:
         0xb77f658 s Context>handleSignal:
         0xb782510 s Context>handleSignal:
         0xb785310 s Context>handleSignal:
         0xb788058 s Context>handleSignal:
         0xb78ace8 s Context>handleSignal:
         0xb78d8c0 s Context>handleSignal:
         0xb7903e0 s Context>handleSignal:
         0xb792e48 s Context>handleSignal:
         0xb7957f8 s Context>handleSignal:
         0xb7980f0 s Context>handleSignal:
         0xb79a930 s Context>handleSignal:
         0xb79d0b8 s Context>handleSignal:
         0xb79f788 s Context>handleSignal:
         0xb7a1da0 s Context>handleSignal:
         0xb7a4300 s Context>handleSignal:
         0xb7a67a8 s Context>handleSignal:
         0xb7a8b98 s Context>handleSignal:
         0xb7aaed0 s Context>handleSignal:
         0xb7ad150 s Context>handleSignal:
         0xb7af318 s Context>handleSignal:
         0xb7b1428 s Context>handleSignal:
         0xb7b3480 s Context>handleSignal:
         0xb7b5420 s Context>handleSignal:
         0xb7b7308 s Context>handleSignal:
         0xb7b9138 s Context>handleSignal:
         0xb7baeb0 s Context>handleSignal:
         0xb7bcb70 s Context>handleSignal:
         0xb7be778 s Context>handleSignal:
         0xb7c0210 s Context>handleSignal:
         0xb7c1b38 s Context>handleSignal:
         0xb7c3238 s Context>handleSignal:
         0xb7c4880 s Context>handleSignal:
         0xb7c5e10 s Context>handleSignal:
         0xb7c72e8 s Context>handleSignal:
         0xb7c8708 s Context>handleSignal:
         0xb7c9a70 s Context>handleSignal:
         0xb7cad20 s Context>handleSignal:
         0xb7cbf18 s Context>handleSignal:
         0xb7cd058 s Context>handleSignal:
         0xb7ce0e0 s Context>handleSignal:
         0xb7cf0b0 s Context>handleSignal:
         0xb7cffc8 s Context>handleSignal:
         0xb7d0e28 s Context>handleSignal:
         0xb7d1bd0 s Context>handleSignal:
         0xb7d28c0 s Context>handleSignal:
         0xb7d34f8 s Context>handleSignal:
         0xb7d4078 s Context>handleSignal:
         0xb7d4b40 s Context>handleSignal:
         0xb7d5550 s Context>handleSignal:
         0xb7d5ea8 s Context>handleSignal:
         0xb7d6748 s Context>handleSignal:
         0xb7d6f30 s Context>handleSignal:
         0xb7d7660 s Context>handleSignal:
         0xb7d7cd8 s Context>handleSignal:
         0xb7d8298 s Context>handleSignal:
         0xbf73880 s Halt(Exception)>signal
         0xbf8bff8 s Halt class(Exception class)>signal
         0xbfa9a58 s Halt class>now
         0xbfaa3b8 s FullBlockClosure(Object)>halt
         0xbfdc7e0 s FullBlockClosure>printOn:
         0xbfff4f8 s Context>printOn:
         0xc023310 s Context>printDebugOn:
         0xc0239d8 s [] in Context>debugStack:on:
         0xc04f050 s OrderedCollection>do:
         0xbfa9f88 s Context>debugStack:on:
         0xbfdc4c8 s Context>shortDebugStackOn:
         0xbfff1d0 s [] in SmalltalkImage>logError:inContext:
         0xc022f50 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf73938 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8c0b0 s SmalltalkImage>logStdErrorDuring:
         0xbfa9b10 s SmalltalkImage>logError:inContext:
         0xbfdc1a0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xbffee70 s FullBlockClosure(BlockClosure)>ensure:
         0xc022b68 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04e9d8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0639e0 s Halt(Exception)>unhandledErrorAction
         0xc070548 s Halt(UnhandledException)>defaultAction
         0xc08eb30 s UndefinedObject>handleSignal:
         0xc0b84c0 s Context>handleSignal:
         0xc0b8578 s Context>handleSignal:
         0xc0b8630 s Context>handleSignal:
         0xc0b86e8 s Context>handleSignal:
         0xc0b87a0 s Context>handleSignal:
         0xc0b8858 s Context>handleSignal:
         0xc0b8910 s Context>handleSignal:
         0xc0b89c8 s Context>handleSignal:
         0xc0b8a80 s Context>handleSignal:
         0xc0b8b38 s Context>handleSignal:
         0xc1032b8 s Context>handleSignal:
         0xc10e9d8 s Context>handleSignal:
         0xc119880 s Context>handleSignal:
         0xc124168 s Context>handleSignal:
         0xc12e998 s Context>handleSignal:
         0xc1391c8 s Context>handleSignal:
         0xc1439f8 s Context>handleSignal:
         0xc14e228 s Context>handleSignal:
         0xc158a58 s Context>handleSignal:
         0xc163288 s Context>handleSignal:
         0xc16dab8 s Context>handleSignal:
         0xc1782e8 s Context>handleSignal:
         0xc182b18 s Context>handleSignal:
         0xc18d348 s Context>handleSignal:
         0xc197b78 s Context>handleSignal:
         0xc1a23a8 s Context>handleSignal:
         0xc1acbd8 s Context>handleSignal:
         0xc1b7408 s Context>handleSignal:
         0xc1c1c38 s Context>handleSignal:
         0xc1cc468 s Context>handleSignal:
         0xc1d6c98 s Context>handleSignal:
         0xc1e14c8 s Context>handleSignal:
         0xc1ebcf8 s Context>handleSignal:
         0xc1f6528 s Context>handleSignal:
         0xc200d58 s Context>handleSignal:
         0xc20b588 s Context>handleSignal:
         0xc215db8 s Context>handleSignal:
         0xc2205e8 s Context>handleSignal:
         0xc22ae18 s Context>handleSignal:
         0xc235648 s Context>handleSignal:
         0xc23fe78 s Context>handleSignal:
         0xc24a6a8 s Context>handleSignal:
         0xc254ed8 s Context>handleSignal:
         0xc25f708 s Context>handleSignal:
         0xc266b78 s Context>handleSignal:
         0xb7dfef0 s Context>handleSignal:
         0xb7ea7d8 s Context>handleSignal:
         0xb7f50c0 s Context>handleSignal:
         0xb7ff9a8 s Context>handleSignal:
         0xb80a290 s Context>handleSignal:
         0xb814b78 s Context>handleSignal:
         0xb81f460 s Context>handleSignal:
         0xb829d48 s Context>handleSignal:
         0xb834630 s Context>handleSignal:
         0xb83ef18 s Context>handleSignal:
         0xb849800 s Context>handleSignal:
         0xb8540e8 s Context>handleSignal:
         0xb85e9d0 s Context>handleSignal:
         0xb8692b8 s Context>handleSignal:
         0xb873ba0 s Context>handleSignal:
         0xb87e488 s Context>handleSignal:
         0xb888d70 s Context>handleSignal:
         0xb893658 s Context>handleSignal:
         0xb89df40 s Context>handleSignal:
         0xb8a8828 s Context>handleSignal:
         0xb8b3110 s Context>handleSignal:
         0xb8bd9f8 s Context>handleSignal:
         0xb8c82e0 s Context>handleSignal:
         0xb8d2bc8 s Context>handleSignal:
         0xb8dd4b0 s Context>handleSignal:
         0xb8e7d98 s Context>handleSignal:
         0xb8f2680 s Context>handleSignal:
         0xb8fcf68 s Context>handleSignal:
         0xb907850 s Context>handleSignal:
         0xb912138 s Context>handleSignal:
         0xb91ca20 s Context>handleSignal:
         0xb927308 s Context>handleSignal:
         0xb931bf0 s Context>handleSignal:
         0xb93c4d8 s Context>handleSignal:
         0xb946dc0 s Context>handleSignal:
         0xb9516a8 s Context>handleSignal:
         0xb95bf90 s Context>handleSignal:
         0xb966878 s Context>handleSignal:
         0xb971160 s Context>handleSignal:
         0xb97ba48 s Context>handleSignal:
         0xb986330 s Context>handleSignal:
         0xb990c18 s Context>handleSignal:
         0xb99b500 s Context>handleSignal:
         0xb9a5de8 s Context>handleSignal:
         0xb9b06d0 s Context>handleSignal:
         0xb9bafb8 s Context>handleSignal:
         0xb9c58a0 s Context>handleSignal:
         0xb9d0188 s Context>handleSignal:
         0xb9daa70 s Context>handleSignal:
         0xb9e5358 s Context>handleSignal:
         0xb9efc40 s Context>handleSignal:
         0xb9fa528 s Context>handleSignal:
         0xba04e10 s Context>handleSignal:
         0xba0f6f8 s Context>handleSignal:
         0xba19fe0 s Context>handleSignal:
         0xba248c8 s Context>handleSignal:
         0xba2f1b0 s Context>handleSignal:
         0xba39a98 s Context>handleSignal:
         0xba40d98 s Context>handleSignal:
         0xba47518 s Context>handleSignal:
         0xba4c598 s Context>handleSignal:
         0xb419f08 s Context>handleSignal:
         0xb4207f8 s Context>handleSignal:
         0xb427e60 s Context>handleSignal:
         0xb42e870 s Context>handleSignal:
         0xb435c70 s Context>handleSignal:
         0xb43cd58 s Context>handleSignal:
         0xb443c18 s Context>handleSignal:
         0xb449dd8 s Context>handleSignal:
         0xb44ff98 s Context>handleSignal:
         0xb4560a0 s Context>handleSignal:
         0xb45c0f0 s Context>handleSignal:
         0xb462140 s Context>handleSignal:
         0xb468190 s Context>handleSignal:
         0xb46e1e0 s Context>handleSignal:
         0xb474230 s Context>handleSignal:
         0xb47a280 s Context>handleSignal:
         0xb4802d0 s Context>handleSignal:
         0xb486320 s Context>handleSignal:
         0xb48c370 s Context>handleSignal:
         0xb4923c0 s Context>handleSignal:
         0xb498410 s Context>handleSignal:
         0xb49e460 s Context>handleSignal:
         0xb4a44b0 s Context>handleSignal:
         0xb4aa500 s Context>handleSignal:
         0xb4b0550 s Context>handleSignal:
         0xb4b65a0 s Context>handleSignal:
         0xb4bc5f0 s Context>handleSignal:
         0xb4c2640 s Context>handleSignal:
         0xb4c8690 s Context>handleSignal:
         0xb4ce6e0 s Context>handleSignal:
         0xb4d4678 s Context>handleSignal:
         0xb4da610 s Context>handleSignal:
         0xb4e05a8 s Context>handleSignal:
         0xb4e6540 s Context>handleSignal:
         0xb4ec4d8 s Context>handleSignal:
         0xb4f2470 s Context>handleSignal:
         0xb4f8408 s Context>handleSignal:
         0xb4fe3a0 s Context>handleSignal:
         0xb504338 s Context>handleSignal:
         0xb50a2d0 s Context>handleSignal:
         0xb510268 s Context>handleSignal:
         0xb516200 s Context>handleSignal:
         0xb51c198 s Context>handleSignal:
         0xb522130 s Context>handleSignal:
         0xb5280c8 s Context>handleSignal:
         0xb52e060 s Context>handleSignal:
         0xb533ff8 s Context>handleSignal:
         0xb539f90 s Context>handleSignal:
         0xb53ff28 s Context>handleSignal:
         0xb545ec0 s Context>handleSignal:
         0xb54be58 s Context>handleSignal:
         0xb551df0 s Context>handleSignal:
         0xb557d88 s Context>handleSignal:
         0xb55dd20 s Context>handleSignal:
         0xb563cb8 s Context>handleSignal:
         0xb569c50 s Context>handleSignal:
         0xb56fbe8 s Context>handleSignal:
         0xb575b80 s Context>handleSignal:
         0xb57bb18 s Context>handleSignal:
         0xb581ab0 s Context>handleSignal:
         0xb587a48 s Context>handleSignal:
         0xb58d9e0 s Context>handleSignal:
         0xb593978 s Context>handleSignal:
         0xb599910 s Context>handleSignal:
         0xb59f8a8 s Context>handleSignal:
         0xb5a5840 s Context>handleSignal:
         0xb5ab7d8 s Context>handleSignal:
         0xb5b1770 s Context>handleSignal:
         0xb5b7708 s Context>handleSignal:
         0xb5bd6a0 s Context>handleSignal:
         0xb5c3638 s Context>handleSignal:
         0xb5c95d0 s Context>handleSignal:
         0xb5cf568 s Context>handleSignal:
         0xb5d5500 s Context>handleSignal:
         0xb5db498 s Context>handleSignal:
         0xb5e1430 s Context>handleSignal:
         0xb5e73c8 s Context>handleSignal:
         0xb5ed360 s Context>handleSignal:
         0xb5f32f8 s Context>handleSignal:
         0xb5f9290 s Context>handleSignal:
         0xb5ff228 s Context>handleSignal:
         0xb6051c0 s Context>handleSignal:
         0xb60b158 s Context>handleSignal:
         0xb6110f0 s Context>handleSignal:
         0xb617088 s Context>handleSignal:
         0xb61d020 s Context>handleSignal:
         0xb622fb8 s Context>handleSignal:
         0xb628f50 s Context>handleSignal:
         0xb62eee8 s Context>handleSignal:
         0xb634e80 s Context>handleSignal:
         0xb63ae18 s Context>handleSignal:
         0xb640db0 s Context>handleSignal:
         0xb646d48 s Context>handleSignal:
         0xb64cce0 s Context>handleSignal:
         0xb652c78 s Context>handleSignal:
         0xb658c10 s Context>handleSignal:
         0xb65eaf0 s Context>handleSignal:
         0xb664918 s Context>handleSignal:
         0xb66a688 s Context>handleSignal:
         0xb670340 s Context>handleSignal:
         0xb675f40 s Context>handleSignal:
         0xb67ba88 s Context>handleSignal:
         0xb681518 s Context>handleSignal:
         0xb686ef0 s Context>handleSignal:
         0xb68c810 s Context>handleSignal:
         0xb692078 s Context>handleSignal:
         0xb697828 s Context>handleSignal:
         0xb69cf20 s Context>handleSignal:
         0xb6a2560 s Context>handleSignal:
         0xb6a7ae8 s Context>handleSignal:
         0xb6acfb8 s Context>handleSignal:
         0xb6b23d0 s Context>handleSignal:
         0xb6b7730 s Context>handleSignal:
         0xb6bc9d8 s Context>handleSignal:
         0xb6c1bc8 s Context>handleSignal:
         0xb6c6d00 s Context>handleSignal:
         0xb6cbd80 s Context>handleSignal:
         0xb6d0d48 s Context>handleSignal:
         0xb6d5c58 s Context>handleSignal:
         0xb6daab0 s Context>handleSignal:
         0xb6df850 s Context>handleSignal:
         0xb6e4538 s Context>handleSignal:
         0xb6e9168 s Context>handleSignal:
         0xb6edce0 s Context>handleSignal:
         0xb6f27a0 s Context>handleSignal:
         0xb6f71a8 s Context>handleSignal:
         0xb6fbaf8 s Context>handleSignal:
         0xb700390 s Context>handleSignal:
         0xb704b70 s Context>handleSignal:
         0xb709298 s Context>handleSignal:
         0xb70d908 s Context>handleSignal:
         0xb711ec0 s Context>handleSignal:
         0xb7163c0 s Context>handleSignal:
         0xb71a808 s Context>handleSignal:
         0xb71eb98 s Context>handleSignal:
         0xb722e70 s Context>handleSignal:
         0xb727090 s Context>handleSignal:
         0xb72b1f8 s Context>handleSignal:
         0xb72f2a8 s Context>handleSignal:
         0xb7332a0 s Context>handleSignal:
         0xb7371e0 s Context>handleSignal:
         0xb73b068 s Context>handleSignal:
         0xb73ee38 s Context>handleSignal:
         0xb742b50 s Context>handleSignal:
         0xb7467b0 s Context>handleSignal:
         0xb74a358 s Context>handleSignal:
         0xb74de48 s Context>handleSignal:
         0xb751880 s Context>handleSignal:
         0xb755200 s Context>handleSignal:
         0xb758ac8 s Context>handleSignal:
         0xb75c2d8 s Context>handleSignal:
         0xb75fa30 s Context>handleSignal:
         0xb7630d0 s Context>handleSignal:
         0xb7666b8 s Context>handleSignal:
         0xb769be8 s Context>handleSignal:
         0xb76cfa8 s Context>handleSignal:
         0xb7702b0 s Context>handleSignal:
         0xb773500 s Context>handleSignal:
         0xb776698 s Context>handleSignal:
         0xb779778 s Context>handleSignal:
         0xb77c7a0 s Context>handleSignal:
         0xb77f710 s Context>handleSignal:
         0xb7825c8 s Context>handleSignal:
         0xb7853c8 s Context>handleSignal:
         0xb788110 s Context>handleSignal:
         0xb78ada0 s Context>handleSignal:
         0xb78d978 s Context>handleSignal:
         0xb790498 s Context>handleSignal:
         0xb792f00 s Context>handleSignal:
         0xb7958b0 s Context>handleSignal:
         0xb7981a8 s Context>handleSignal:
         0xb79a9e8 s Context>handleSignal:
         0xb79d170 s Context>handleSignal:
         0xb79f840 s Context>handleSignal:
         0xb7a1e58 s Context>handleSignal:
         0xb7a43b8 s Context>handleSignal:
         0xb7a6860 s Context>handleSignal:
         0xb7a8c50 s Context>handleSignal:
         0xb7aaf88 s Context>handleSignal:
         0xb7ad208 s Context>handleSignal:
         0xb7af3d0 s Context>handleSignal:
         0xb7b14e0 s Context>handleSignal:
         0xb7b3538 s Context>handleSignal:
         0xb7b54d8 s Context>handleSignal:
         0xb7b73c0 s Context>handleSignal:
         0xb7b91f0 s Context>handleSignal:
         0xb7baf68 s Context>handleSignal:
         0xb7bcc28 s Context>handleSignal:
         0xb7be830 s Context>handleSignal:
         0xb7c02c8 s Context>handleSignal:
         0xb7c1bf0 s Context>handleSignal:
         0xb7c32f0 s Context>handleSignal:
         0xb7c4938 s Context>handleSignal:
         0xb7c5ec8 s Context>handleSignal:
         0xb7c73a0 s Context>handleSignal:
         0xb7c87c0 s Context>handleSignal:
         0xb7c9b28 s Context>handleSignal:
         0xb7cadd8 s Context>handleSignal:
         0xb7cbfd0 s Context>handleSignal:
         0xb7cd110 s Context>handleSignal:
         0xb7ce198 s Context>handleSignal:
         0xb7cf168 s Context>handleSignal:
         0xb7d0080 s Context>handleSignal:
         0xb7d0ee0 s Context>handleSignal:
         0xb7d1c88 s Context>handleSignal:
         0xb7d2978 s Context>handleSignal:
         0xb7d35b0 s Context>handleSignal:
         0xb7d4130 s Context>handleSignal:
         0xb7d4bf8 s Context>handleSignal:
         0xb7d5608 s Context>handleSignal:
         0xb7d5f60 s Context>handleSignal:
         0xb7d6800 s Context>handleSignal:
         0xb7d6fe8 s Context>handleSignal:
         0xb7d7718 s Context>handleSignal:
         0xb7d7d90 s Context>handleSignal:
         0xb7d8350 s Context>handleSignal:
         0xbf73710 s Halt(Exception)>signal
         0xbf8bdf8 s Halt class(Exception class)>signal
         0xbfa96e0 s Halt class>now
         0xbfaa040 s FullBlockClosure(Object)>halt
         0xbfdc580 s FullBlockClosure>printOn:
         0xbfff288 s Context>printOn:
         0xc023008 s Context>printDebugOn:
         0xc0233c8 s [] in Context>debugStack:on:
         0xc04ed70 s OrderedCollection>do:
         0xbfa9c10 s Context>debugStack:on:
         0xbfdc268 s Context>shortDebugStackOn:
         0xbffef60 s [] in SmalltalkImage>logError:inContext:
         0xc022c48 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf737c8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8beb0 s SmalltalkImage>logStdErrorDuring:
         0xbfa9798 s SmalltalkImage>logError:inContext:
         0xbfdbf40 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xbffec00 s FullBlockClosure(BlockClosure)>ensure:
         0xc022860 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04e868 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc063908 s Halt(Exception)>unhandledErrorAction
         0xc070348 s Halt(UnhandledException)>defaultAction
         0xc08e290 s UndefinedObject>handleSignal:
         0xc090c40 s Context>handleSignal:
         0xc090cf8 s Context>handleSignal:
         0xc090db0 s Context>handleSignal:
         0xc090e68 s Context>handleSignal:
         0xc090f20 s Context>handleSignal:
         0xc090fd8 s Context>handleSignal:
         0xc091090 s Context>handleSignal:
         0xc091148 s Context>handleSignal:
         0xc091200 s Context>handleSignal:
         0xc0912b8 s Context>handleSignal:
         0xc0ff938 s Context>handleSignal:
         0xc10b058 s Context>handleSignal:
         0xc115f00 s Context>handleSignal:
         0xc1207e8 s Context>handleSignal:
         0xc12b018 s Context>handleSignal:
         0xc135848 s Context>handleSignal:
         0xc140078 s Context>handleSignal:
         0xc14a8a8 s Context>handleSignal:
         0xc1550d8 s Context>handleSignal:
         0xc15f908 s Context>handleSignal:
         0xc16a138 s Context>handleSignal:
         0xc174968 s Context>handleSignal:
         0xc17f198 s Context>handleSignal:
         0xc1899c8 s Context>handleSignal:
         0xc1941f8 s Context>handleSignal:
         0xc19ea28 s Context>handleSignal:
         0xc1a9258 s Context>handleSignal:
         0xc1b3a88 s Context>handleSignal:
         0xc1be2b8 s Context>handleSignal:
         0xc1c8ae8 s Context>handleSignal:
         0xc1d3318 s Context>handleSignal:
         0xc1ddb48 s Context>handleSignal:
         0xc1e8378 s Context>handleSignal:
         0xc1f2ba8 s Context>handleSignal:
         0xc1fd3d8 s Context>handleSignal:
         0xc207c08 s Context>handleSignal:
         0xc212438 s Context>handleSignal:
         0xc21cc68 s Context>handleSignal:
         0xc227498 s Context>handleSignal:
         0xc231cc8 s Context>handleSignal:
         0xc23c4f8 s Context>handleSignal:
         0xc246d28 s Context>handleSignal:
         0xc251558 s Context>handleSignal:
         0xc25bd88 s Context>handleSignal:
         0xc2631f8 s Context>handleSignal:
         0xb7dc570 s Context>handleSignal:
         0xb7e6e58 s Context>handleSignal:
         0xb7f1740 s Context>handleSignal:
         0xb7fc028 s Context>handleSignal:
         0xb806910 s Context>handleSignal:
         0xb8111f8 s Context>handleSignal:
         0xb81bae0 s Context>handleSignal:
         0xb8263c8 s Context>handleSignal:
         0xb830cb0 s Context>handleSignal:
         0xb83b598 s Context>handleSignal:
         0xb845e80 s Context>handleSignal:
         0xb850768 s Context>handleSignal:
         0xb85b050 s Context>handleSignal:
         0xb865938 s Context>handleSignal:
         0xb870220 s Context>handleSignal:
         0xb87ab08 s Context>handleSignal:
         0xb8853f0 s Context>handleSignal:
         0xb88fcd8 s Context>handleSignal:
         0xb89a5c0 s Context>handleSignal:
         0xb8a4ea8 s Context>handleSignal:
         0xb8af790 s Context>handleSignal:
         0xb8ba078 s Context>handleSignal:
         0xb8c4960 s Context>handleSignal:
         0xb8cf248 s Context>handleSignal:
         0xb8d9b30 s Context>handleSignal:
         0xb8e4418 s Context>handleSignal:
         0xb8eed00 s Context>handleSignal:
         0xb8f95e8 s Context>handleSignal:
         0xb903ed0 s Context>handleSignal:
         0xb90e7b8 s Context>handleSignal:
         0xb9190a0 s Context>handleSignal:
         0xb923988 s Context>handleSignal:
         0xb92e270 s Context>handleSignal:
         0xb938b58 s Context>handleSignal:
         0xb943440 s Context>handleSignal:
         0xb94dd28 s Context>handleSignal:
         0xb958610 s Context>handleSignal:
         0xb962ef8 s Context>handleSignal:
         0xb96d7e0 s Context>handleSignal:
         0xb9780c8 s Context>handleSignal:
         0xb9829b0 s Context>handleSignal:
         0xb98d298 s Context>handleSignal:
         0xb997b80 s Context>handleSignal:
         0xb9a2468 s Context>handleSignal:
         0xb9acd50 s Context>handleSignal:
         0xb9b7638 s Context>handleSignal:
         0xb9c1f20 s Context>handleSignal:
         0xb9cc808 s Context>handleSignal:
         0xb9d70f0 s Context>handleSignal:
         0xb9e19d8 s Context>handleSignal:
         0xb9ec2c0 s Context>handleSignal:
         0xb9f6ba8 s Context>handleSignal:
         0xba01490 s Context>handleSignal:
         0xba0bd78 s Context>handleSignal:
         0xba16660 s Context>handleSignal:
         0xba20f48 s Context>handleSignal:
         0xba2b830 s Context>handleSignal:
         0xba36118 s Context>handleSignal:
         0xba405b0 s Context>handleSignal:
         0xba47460 s Context>handleSignal:
         0xb419fc0 s Context>handleSignal:
         0xb4208b0 s Context>handleSignal:
         0xb427f18 s Context>handleSignal:
         0xb42e928 s Context>handleSignal:
         0xb435d28 s Context>handleSignal:
         0xb43ce10 s Context>handleSignal:
         0xb443cd0 s Context>handleSignal:
         0xb449e90 s Context>handleSignal:
         0xb450050 s Context>handleSignal:
         0xb456158 s Context>handleSignal:
         0xb45c1a8 s Context>handleSignal:
         0xb4621f8 s Context>handleSignal:
         0xb468248 s Context>handleSignal:
         0xb46e298 s Context>handleSignal:
         0xb4742e8 s Context>handleSignal:
         0xb47a338 s Context>handleSignal:
         0xb480388 s Context>handleSignal:
         0xb4863d8 s Context>handleSignal:
         0xb48c428 s Context>handleSignal:
         0xb492478 s Context>handleSignal:
         0xb4984c8 s Context>handleSignal:
         0xb49e518 s Context>handleSignal:
         0xb4a4568 s Context>handleSignal:
         0xb4aa5b8 s Context>handleSignal:
         0xb4b0608 s Context>handleSignal:
         0xb4b6658 s Context>handleSignal:
         0xb4bc6a8 s Context>handleSignal:
         0xb4c26f8 s Context>handleSignal:
         0xb4c8748 s Context>handleSignal:
         0xb4ce798 s Context>handleSignal:
         0xb4d4730 s Context>handleSignal:
         0xb4da6c8 s Context>handleSignal:
         0xb4e0660 s Context>handleSignal:
         0xb4e65f8 s Context>handleSignal:
         0xb4ec590 s Context>handleSignal:
         0xb4f2528 s Context>handleSignal:
         0xb4f84c0 s Context>handleSignal:
         0xb4fe458 s Context>handleSignal:
         0xb5043f0 s Context>handleSignal:
         0xb50a388 s Context>handleSignal:
         0xb510320 s Context>handleSignal:
         0xb5162b8 s Context>handleSignal:
         0xb51c250 s Context>handleSignal:
         0xb5221e8 s Context>handleSignal:
         0xb528180 s Context>handleSignal:
         0xb52e118 s Context>handleSignal:
         0xb5340b0 s Context>handleSignal:
         0xb53a048 s Context>handleSignal:
         0xb53ffe0 s Context>handleSignal:
         0xb545f78 s Context>handleSignal:
         0xb54bf10 s Context>handleSignal:
         0xb551ea8 s Context>handleSignal:
         0xb557e40 s Context>handleSignal:
         0xb55ddd8 s Context>handleSignal:
         0xb563d70 s Context>handleSignal:
         0xb569d08 s Context>handleSignal:
         0xb56fca0 s Context>handleSignal:
         0xb575c38 s Context>handleSignal:
         0xb57bbd0 s Context>handleSignal:
         0xb581b68 s Context>handleSignal:
         0xb587b00 s Context>handleSignal:
         0xb58da98 s Context>handleSignal:
         0xb593a30 s Context>handleSignal:
         0xb5999c8 s Context>handleSignal:
         0xb59f960 s Context>handleSignal:
         0xb5a58f8 s Context>handleSignal:
         0xb5ab890 s Context>handleSignal:
         0xb5b1828 s Context>handleSignal:
         0xb5b77c0 s Context>handleSignal:
         0xb5bd758 s Context>handleSignal:
         0xb5c36f0 s Context>handleSignal:
         0xb5c9688 s Context>handleSignal:
         0xb5cf620 s Context>handleSignal:
         0xb5d55b8 s Context>handleSignal:
         0xb5db550 s Context>handleSignal:
         0xb5e14e8 s Context>handleSignal:
         0xb5e7480 s Context>handleSignal:
         0xb5ed418 s Context>handleSignal:
         0xb5f33b0 s Context>handleSignal:
         0xb5f9348 s Context>handleSignal:
         0xb5ff2e0 s Context>handleSignal:
         0xb605278 s Context>handleSignal:
         0xb60b210 s Context>handleSignal:
         0xb6111a8 s Context>handleSignal:
         0xb617140 s Context>handleSignal:
         0xb61d0d8 s Context>handleSignal:
         0xb623070 s Context>handleSignal:
         0xb629008 s Context>handleSignal:
         0xb62efa0 s Context>handleSignal:
         0xb634f38 s Context>handleSignal:
         0xb63aed0 s Context>handleSignal:
         0xb640e68 s Context>handleSignal:
         0xb646e00 s Context>handleSignal:
         0xb64cd98 s Context>handleSignal:
         0xb652d30 s Context>handleSignal:
         0xb658cc8 s Context>handleSignal:
         0xb65eba8 s Context>handleSignal:
         0xb6649d0 s Context>handleSignal:
         0xb66a740 s Context>handleSignal:
         0xb6703f8 s Context>handleSignal:
         0xb675ff8 s Context>handleSignal:
         0xb67bb40 s Context>handleSignal:
         0xb6815d0 s Context>handleSignal:
         0xb686fa8 s Context>handleSignal:
         0xb68c8c8 s Context>handleSignal:
         0xb692130 s Context>handleSignal:
         0xb6978e0 s Context>handleSignal:
         0xb69cfd8 s Context>handleSignal:
         0xb6a2618 s Context>handleSignal:
         0xb6a7ba0 s Context>handleSignal:
         0xb6ad070 s Context>handleSignal:
         0xb6b2488 s Context>handleSignal:
         0xb6b77e8 s Context>handleSignal:
         0xb6bca90 s Context>handleSignal:
         0xb6c1c80 s Context>handleSignal:
         0xb6c6db8 s Context>handleSignal:
         0xb6cbe38 s Context>handleSignal:
         0xb6d0e00 s Context>handleSignal:
         0xb6d5d10 s Context>handleSignal:
         0xb6dab68 s Context>handleSignal:
         0xb6df908 s Context>handleSignal:
         0xb6e45f0 s Context>handleSignal:
         0xb6e9220 s Context>handleSignal:
         0xb6edd98 s Context>handleSignal:
         0xb6f2858 s Context>handleSignal:
         0xb6f7260 s Context>handleSignal:
         0xb6fbbb0 s Context>handleSignal:
         0xb700448 s Context>handleSignal:
         0xb704c28 s Context>handleSignal:
         0xb709350 s Context>handleSignal:
         0xb70d9c0 s Context>handleSignal:
         0xb711f78 s Context>handleSignal:
         0xb716478 s Context>handleSignal:
         0xb71a8c0 s Context>handleSignal:
         0xb71ec50 s Context>handleSignal:
         0xb722f28 s Context>handleSignal:
         0xb727148 s Context>handleSignal:
         0xb72b2b0 s Context>handleSignal:
         0xb72f360 s Context>handleSignal:
         0xb733358 s Context>handleSignal:
         0xb737298 s Context>handleSignal:
         0xb73b120 s Context>handleSignal:
         0xb73eef0 s Context>handleSignal:
         0xb742c08 s Context>handleSignal:
         0xb746868 s Context>handleSignal:
         0xb74a410 s Context>handleSignal:
         0xb74df00 s Context>handleSignal:
         0xb751938 s Context>handleSignal:
         0xb7552b8 s Context>handleSignal:
         0xb758b80 s Context>handleSignal:
         0xb75c390 s Context>handleSignal:
         0xb75fae8 s Context>handleSignal:
         0xb763188 s Context>handleSignal:
         0xb766770 s Context>handleSignal:
         0xb769ca0 s Context>handleSignal:
         0xb76d060 s Context>handleSignal:
         0xb770368 s Context>handleSignal:
         0xb7735b8 s Context>handleSignal:
         0xb776750 s Context>handleSignal:
         0xb779830 s Context>handleSignal:
         0xb77c858 s Context>handleSignal:
         0xb77f7c8 s Context>handleSignal:
         0xb782680 s Context>handleSignal:
         0xb785480 s Context>handleSignal:
         0xb7881c8 s Context>handleSignal:
         0xb78ae58 s Context>handleSignal:
         0xb78da30 s Context>handleSignal:
         0xb790550 s Context>handleSignal:
         0xb792fb8 s Context>handleSignal:
         0xb795968 s Context>handleSignal:
         0xb798260 s Context>handleSignal:
         0xb79aaa0 s Context>handleSignal:
         0xb79d228 s Context>handleSignal:
         0xb79f8f8 s Context>handleSignal:
         0xb7a1f10 s Context>handleSignal:
         0xb7a4470 s Context>handleSignal:
         0xb7a6918 s Context>handleSignal:
         0xb7a8d08 s Context>handleSignal:
         0xb7ab040 s Context>handleSignal:
         0xb7ad2c0 s Context>handleSignal:
         0xb7af488 s Context>handleSignal:
         0xb7b1598 s Context>handleSignal:
         0xb7b35f0 s Context>handleSignal:
         0xb7b5590 s Context>handleSignal:
         0xb7b7478 s Context>handleSignal:
         0xb7b92a8 s Context>handleSignal:
         0xb7bb020 s Context>handleSignal:
         0xb7bcce0 s Context>handleSignal:
         0xb7be8e8 s Context>handleSignal:
         0xb7c0380 s Context>handleSignal:
         0xb7c1ca8 s Context>handleSignal:
         0xb7c33a8 s Context>handleSignal:
         0xb7c49f0 s Context>handleSignal:
         0xb7c5f80 s Context>handleSignal:
         0xb7c7458 s Context>handleSignal:
         0xb7c8878 s Context>handleSignal:
         0xb7c9be0 s Context>handleSignal:
         0xb7cae90 s Context>handleSignal:
         0xb7cc088 s Context>handleSignal:
         0xb7cd1c8 s Context>handleSignal:
         0xb7ce250 s Context>handleSignal:
         0xb7cf220 s Context>handleSignal:
         0xb7d0138 s Context>handleSignal:
         0xb7d0f98 s Context>handleSignal:
         0xb7d1d40 s Context>handleSignal:
         0xb7d2a30 s Context>handleSignal:
         0xb7d3668 s Context>handleSignal:
         0xb7d41e8 s Context>handleSignal:
         0xb7d4cb0 s Context>handleSignal:
         0xb7d56c0 s Context>handleSignal:
         0xb7d6018 s Context>handleSignal:
         0xb7d68b8 s Context>handleSignal:
         0xb7d70a0 s Context>handleSignal:
         0xb7d77d0 s Context>handleSignal:
         0xb7d7e48 s Context>handleSignal:
         0xb7d8408 s Context>handleSignal:
         0xbf735a0 s Halt(Exception)>signal
         0xbf8bbf8 s Halt class(Exception class)>signal
         0xbfa9368 s Halt class>now
         0xbfa9cc8 s FullBlockClosure(Object)>halt
         0xbfdc320 s FullBlockClosure>printOn:
         0xbfff018 s Context>printOn:
         0xc022d00 s Context>printDebugOn:
         0xc0230c0 s [] in Context>debugStack:on:
         0xc04ec00 s OrderedCollection>do:
         0xbfa9898 s Context>debugStack:on:
         0xbfdc008 s Context>shortDebugStackOn:
         0xbffecf0 s [] in SmalltalkImage>logError:inContext:
         0xc022940 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf73658 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8bcb0 s SmalltalkImage>logStdErrorDuring:
         0xbfa9420 s SmalltalkImage>logError:inContext:
         0xbfdbce0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xbffe990 s FullBlockClosure(BlockClosure)>ensure:
         0xc022558 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04e6f8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc063830 s Halt(Exception)>unhandledErrorAction
         0xc070148 s Halt(UnhandledException)>defaultAction
         0xc08d9f0 s UndefinedObject>handleSignal:
         0xc08fc70 s Context>handleSignal:
         0xc08fd28 s Context>handleSignal:
         0xc08fde0 s Context>handleSignal:
         0xc08fe98 s Context>handleSignal:
         0xc08ff50 s Context>handleSignal:
         0xc090008 s Context>handleSignal:
         0xc0900c0 s Context>handleSignal:
         0xc090178 s Context>handleSignal:
         0xc090230 s Context>handleSignal:
         0xc0902e8 s Context>handleSignal:
         0xc0ff7c8 s Context>handleSignal:
         0xc10aee8 s Context>handleSignal:
         0xc115d90 s Context>handleSignal:
         0xc120678 s Context>handleSignal:
         0xc12aea8 s Context>handleSignal:
         0xc1356d8 s Context>handleSignal:
         0xc13ff08 s Context>handleSignal:
         0xc14a738 s Context>handleSignal:
         0xc154f68 s Context>handleSignal:
         0xc15f798 s Context>handleSignal:
         0xc169fc8 s Context>handleSignal:
         0xc1747f8 s Context>handleSignal:
         0xc17f028 s Context>handleSignal:
         0xc189858 s Context>handleSignal:
         0xc194088 s Context>handleSignal:
         0xc19e8b8 s Context>handleSignal:
         0xc1a90e8 s Context>handleSignal:
         0xc1b3918 s Context>handleSignal:
         0xc1be148 s Context>handleSignal:
         0xc1c8978 s Context>handleSignal:
         0xc1d31a8 s Context>handleSignal:
         0xc1dd9d8 s Context>handleSignal:
         0xc1e8208 s Context>handleSignal:
         0xc1f2a38 s Context>handleSignal:
         0xc1fd268 s Context>handleSignal:
         0xc207a98 s Context>handleSignal:
         0xc2122c8 s Context>handleSignal:
         0xc21caf8 s Context>handleSignal:
         0xc227328 s Context>handleSignal:
         0xc231b58 s Context>handleSignal:
         0xc23c388 s Context>handleSignal:
         0xc246bb8 s Context>handleSignal:
         0xc2513e8 s Context>handleSignal:
         0xc25bc18 s Context>handleSignal:
         0xc263088 s Context>handleSignal:
         0xb7dc348 s Context>handleSignal:
         0xb7e6c30 s Context>handleSignal:
         0xb7f1518 s Context>handleSignal:
         0xb7fbe00 s Context>handleSignal:
         0xb8066e8 s Context>handleSignal:
         0xb810fd0 s Context>handleSignal:
         0xb81b8b8 s Context>handleSignal:
         0xb8261a0 s Context>handleSignal:
         0xb830a88 s Context>handleSignal:
         0xb83b370 s Context>handleSignal:
         0xb845c58 s Context>handleSignal:
         0xb850540 s Context>handleSignal:
         0xb85ae28 s Context>handleSignal:
         0xb865710 s Context>handleSignal:
         0xb86fff8 s Context>handleSignal:
         0xb87a8e0 s Context>handleSignal:
         0xb8851c8 s Context>handleSignal:
         0xb88fab0 s Context>handleSignal:
         0xb89a398 s Context>handleSignal:
         0xb8a4c80 s Context>handleSignal:
         0xb8af568 s Context>handleSignal:
         0xb8b9e50 s Context>handleSignal:
         0xb8c4738 s Context>handleSignal:
         0xb8cf020 s Context>handleSignal:
         0xb8d9908 s Context>handleSignal:
         0xb8e41f0 s Context>handleSignal:
         0xb8eead8 s Context>handleSignal:
         0xb8f93c0 s Context>handleSignal:
         0xb903ca8 s Context>handleSignal:
         0xb90e590 s Context>handleSignal:
         0xb918e78 s Context>handleSignal:
         0xb923760 s Context>handleSignal:
         0xb92e048 s Context>handleSignal:
         0xb938930 s Context>handleSignal:
         0xb943218 s Context>handleSignal:
         0xb94db00 s Context>handleSignal:
         0xb9583e8 s Context>handleSignal:
         0xb962cd0 s Context>handleSignal:
         0xb96d5b8 s Context>handleSignal:
         0xb977ea0 s Context>handleSignal:
         0xb982788 s Context>handleSignal:
         0xb98d070 s Context>handleSignal:
         0xb997958 s Context>handleSignal:
         0xb9a2240 s Context>handleSignal:
         0xb9acb28 s Context>handleSignal:
         0xb9b7410 s Context>handleSignal:
         0xb9c1cf8 s Context>handleSignal:
         0xb9cc5e0 s Context>handleSignal:
         0xb9d6ec8 s Context>handleSignal:
         0xb9e17b0 s Context>handleSignal:
         0xb9ec098 s Context>handleSignal:
         0xb9f6980 s Context>handleSignal:
         0xba01268 s Context>handleSignal:
         0xba0bb50 s Context>handleSignal:
         0xba16438 s Context>handleSignal:
         0xba20d20 s Context>handleSignal:
         0xba2b608 s Context>handleSignal:
         0xba35ef0 s Context>handleSignal:
         0xba40440 s Context>handleSignal:
         0xb41a078 s Context>handleSignal:
         0xb420968 s Context>handleSignal:
         0xb427fd0 s Context>handleSignal:
         0xb42e9e0 s Context>handleSignal:
         0xb435de0 s Context>handleSignal:
         0xb43cec8 s Context>handleSignal:
         0xb443d88 s Context>handleSignal:
         0xb449f48 s Context>handleSignal:
         0xb450108 s Context>handleSignal:
         0xb456210 s Context>handleSignal:
         0xb45c260 s Context>handleSignal:
         0xb4622b0 s Context>handleSignal:
         0xb468300 s Context>handleSignal:
         0xb46e350 s Context>handleSignal:
         0xb4743a0 s Context>handleSignal:
         0xb47a3f0 s Context>handleSignal:
         0xb480440 s Context>handleSignal:
         0xb486490 s Context>handleSignal:
         0xb48c4e0 s Context>handleSignal:
         0xb492530 s Context>handleSignal:
         0xb498580 s Context>handleSignal:
         0xb49e5d0 s Context>handleSignal:
         0xb4a4620 s Context>handleSignal:
         0xb4aa670 s Context>handleSignal:
         0xb4b06c0 s Context>handleSignal:
         0xb4b6710 s Context>handleSignal:
         0xb4bc760 s Context>handleSignal:
         0xb4c27b0 s Context>handleSignal:
         0xb4c8800 s Context>handleSignal:
         0xb4ce850 s Context>handleSignal:
         0xb4d47e8 s Context>handleSignal:
         0xb4da780 s Context>handleSignal:
         0xb4e0718 s Context>handleSignal:
         0xb4e66b0 s Context>handleSignal:
         0xb4ec648 s Context>handleSignal:
         0xb4f25e0 s Context>handleSignal:
         0xb4f8578 s Context>handleSignal:
         0xb4fe510 s Context>handleSignal:
         0xb5044a8 s Context>handleSignal:
         0xb50a440 s Context>handleSignal:
         0xb5103d8 s Context>handleSignal:
         0xb516370 s Context>handleSignal:
         0xb51c308 s Context>handleSignal:
         0xb5222a0 s Context>handleSignal:
         0xb528238 s Context>handleSignal:
         0xb52e1d0 s Context>handleSignal:
         0xb534168 s Context>handleSignal:
         0xb53a100 s Context>handleSignal:
         0xb540098 s Context>handleSignal:
         0xb546030 s Context>handleSignal:
         0xb54bfc8 s Context>handleSignal:
         0xb551f60 s Context>handleSignal:
         0xb557ef8 s Context>handleSignal:
         0xb55de90 s Context>handleSignal:
         0xb563e28 s Context>handleSignal:
         0xb569dc0 s Context>handleSignal:
         0xb56fd58 s Context>handleSignal:
         0xb575cf0 s Context>handleSignal:
         0xb57bc88 s Context>handleSignal:
         0xb581c20 s Context>handleSignal:
         0xb587bb8 s Context>handleSignal:
         0xb58db50 s Context>handleSignal:
         0xb593ae8 s Context>handleSignal:
         0xb599a80 s Context>handleSignal:
         0xb59fa18 s Context>handleSignal:
         0xb5a59b0 s Context>handleSignal:
         0xb5ab948 s Context>handleSignal:
         0xb5b18e0 s Context>handleSignal:
         0xb5b7878 s Context>handleSignal:
         0xb5bd810 s Context>handleSignal:
         0xb5c37a8 s Context>handleSignal:
         0xb5c9740 s Context>handleSignal:
         0xb5cf6d8 s Context>handleSignal:
         0xb5d5670 s Context>handleSignal:
         0xb5db608 s Context>handleSignal:
         0xb5e15a0 s Context>handleSignal:
         0xb5e7538 s Context>handleSignal:
         0xb5ed4d0 s Context>handleSignal:
         0xb5f3468 s Context>handleSignal:
         0xb5f9400 s Context>handleSignal:
         0xb5ff398 s Context>handleSignal:
         0xb605330 s Context>handleSignal:
         0xb60b2c8 s Context>handleSignal:
         0xb611260 s Context>handleSignal:
         0xb6171f8 s Context>handleSignal:
         0xb61d190 s Context>handleSignal:
         0xb623128 s Context>handleSignal:
         0xb6290c0 s Context>handleSignal:
         0xb62f058 s Context>handleSignal:
         0xb634ff0 s Context>handleSignal:
         0xb63af88 s Context>handleSignal:
         0xb640f20 s Context>handleSignal:
         0xb646eb8 s Context>handleSignal:
         0xb64ce50 s Context>handleSignal:
         0xb652de8 s Context>handleSignal:
         0xb658d80 s Context>handleSignal:
         0xb65ec60 s Context>handleSignal:
         0xb664a88 s Context>handleSignal:
         0xb66a7f8 s Context>handleSignal:
         0xb6704b0 s Context>handleSignal:
         0xb6760b0 s Context>handleSignal:
         0xb67bbf8 s Context>handleSignal:
         0xb681688 s Context>handleSignal:
         0xb687060 s Context>handleSignal:
         0xb68c980 s Context>handleSignal:
         0xb6921e8 s Context>handleSignal:
         0xb697998 s Context>handleSignal:
         0xb69d090 s Context>handleSignal:
         0xb6a26d0 s Context>handleSignal:
         0xb6a7c58 s Context>handleSignal:
         0xb6ad128 s Context>handleSignal:
         0xb6b2540 s Context>handleSignal:
         0xb6b78a0 s Context>handleSignal:
         0xb6bcb48 s Context>handleSignal:
         0xb6c1d38 s Context>handleSignal:
         0xb6c6e70 s Context>handleSignal:
         0xb6cbef0 s Context>handleSignal:
         0xb6d0eb8 s Context>handleSignal:
         0xb6d5dc8 s Context>handleSignal:
         0xb6dac20 s Context>handleSignal:
         0xb6df9c0 s Context>handleSignal:
         0xb6e46a8 s Context>handleSignal:
         0xb6e92d8 s Context>handleSignal:
         0xb6ede50 s Context>handleSignal:
         0xb6f2910 s Context>handleSignal:
         0xb6f7318 s Context>handleSignal:
         0xb6fbc68 s Context>handleSignal:
         0xb700500 s Context>handleSignal:
         0xb704ce0 s Context>handleSignal:
         0xb709408 s Context>handleSignal:
         0xb70da78 s Context>handleSignal:
         0xb712030 s Context>handleSignal:
         0xb716530 s Context>handleSignal:
         0xb71a978 s Context>handleSignal:
         0xb71ed08 s Context>handleSignal:
         0xb722fe0 s Context>handleSignal:
         0xb727200 s Context>handleSignal:
         0xb72b368 s Context>handleSignal:
         0xb72f418 s Context>handleSignal:
         0xb733410 s Context>handleSignal:
         0xb737350 s Context>handleSignal:
         0xb73b1d8 s Context>handleSignal:
         0xb73efa8 s Context>handleSignal:
         0xb742cc0 s Context>handleSignal:
         0xb746920 s Context>handleSignal:
         0xb74a4c8 s Context>handleSignal:
         0xb74dfb8 s Context>handleSignal:
         0xb7519f0 s Context>handleSignal:
         0xb755370 s Context>handleSignal:
         0xb758c38 s Context>handleSignal:
         0xb75c448 s Context>handleSignal:
         0xb75fba0 s Context>handleSignal:
         0xb763240 s Context>handleSignal:
         0xb766828 s Context>handleSignal:
         0xb769d58 s Context>handleSignal:
         0xb76d118 s Context>handleSignal:
         0xb770420 s Context>handleSignal:
         0xb773670 s Context>handleSignal:
         0xb776808 s Context>handleSignal:
         0xb7798e8 s Context>handleSignal:
         0xb77c910 s Context>handleSignal:
         0xb77f880 s Context>handleSignal:
         0xb782738 s Context>handleSignal:
         0xb785538 s Context>handleSignal:
         0xb788280 s Context>handleSignal:
         0xb78af10 s Context>handleSignal:
         0xb78dae8 s Context>handleSignal:
         0xb790608 s Context>handleSignal:
         0xb793070 s Context>handleSignal:
         0xb795a20 s Context>handleSignal:
         0xb798318 s Context>handleSignal:
         0xb79ab58 s Context>handleSignal:
         0xb79d2e0 s Context>handleSignal:
         0xb79f9b0 s Context>handleSignal:
         0xb7a1fc8 s Context>handleSignal:
         0xb7a4528 s Context>handleSignal:
         0xb7a69d0 s Context>handleSignal:
         0xb7a8dc0 s Context>handleSignal:
         0xb7ab0f8 s Context>handleSignal:
         0xb7ad378 s Context>handleSignal:
         0xb7af540 s Context>handleSignal:
         0xb7b1650 s Context>handleSignal:
         0xb7b36a8 s Context>handleSignal:
         0xb7b5648 s Context>handleSignal:
         0xb7b7530 s Context>handleSignal:
         0xb7b9360 s Context>handleSignal:
         0xb7bb0d8 s Context>handleSignal:
         0xb7bcd98 s Context>handleSignal:
         0xb7be9a0 s Context>handleSignal:
         0xb7c0438 s Context>handleSignal:
         0xb7c1d60 s Context>handleSignal:
         0xb7c3460 s Context>handleSignal:
         0xb7c4aa8 s Context>handleSignal:
         0xb7c6038 s Context>handleSignal:
         0xb7c7510 s Context>handleSignal:
         0xb7c8930 s Context>handleSignal:
         0xb7c9c98 s Context>handleSignal:
         0xb7caf48 s Context>handleSignal:
         0xb7cc140 s Context>handleSignal:
         0xb7cd280 s Context>handleSignal:
         0xb7ce308 s Context>handleSignal:
         0xb7cf2d8 s Context>handleSignal:
         0xb7d01f0 s Context>handleSignal:
         0xb7d1050 s Context>handleSignal:
         0xb7d1df8 s Context>handleSignal:
         0xb7d2ae8 s Context>handleSignal:
         0xb7d3720 s Context>handleSignal:
         0xb7d42a0 s Context>handleSignal:
         0xb7d4d68 s Context>handleSignal:
         0xb7d5778 s Context>handleSignal:
         0xb7d60d0 s Context>handleSignal:
         0xb7d6970 s Context>handleSignal:
         0xb7d7158 s Context>handleSignal:
         0xb7d7888 s Context>handleSignal:
         0xb7d7f00 s Context>handleSignal:
         0xb7d84c0 s Context>handleSignal:
         0xbf73430 s Halt(Exception)>signal
         0xbf8b9f8 s Halt class(Exception class)>signal
         0xbfa8ff0 s Halt class>now
         0xbfa9950 s FullBlockClosure(Object)>halt
         0xbfdc0c0 s FullBlockClosure>printOn:
         0xbffeda8 s Context>printOn:
         0xc0229f8 s Context>printDebugOn:
         0xc022db8 s [] in Context>debugStack:on:
         0xc04ea90 s OrderedCollection>do:
         0xbfa9520 s Context>debugStack:on:
         0xbfdbda8 s Context>shortDebugStackOn:
         0xbffea80 s [] in SmalltalkImage>logError:inContext:
         0xc022638 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf734e8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8bab0 s SmalltalkImage>logStdErrorDuring:
         0xbfa90a8 s SmalltalkImage>logError:inContext:
         0xbfdba98 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xbffe720 s FullBlockClosure(BlockClosure)>ensure:
         0xc022250 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04e588 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc063758 s Halt(Exception)>unhandledErrorAction
         0xc06ff48 s Halt(UnhandledException)>defaultAction
         0xc08d150 s UndefinedObject>handleSignal:
         0xc08f488 s Context>handleSignal:
         0xc08f540 s Context>handleSignal:
         0xc08f5f8 s Context>handleSignal:
         0xc08f6b0 s Context>handleSignal:
         0xc08f768 s Context>handleSignal:
         0xc08f820 s Context>handleSignal:
         0xc08f8d8 s Context>handleSignal:
         0xc08f990 s Context>handleSignal:
         0xc08fa48 s Context>handleSignal:
         0xc08fb00 s Context>handleSignal:
         0xc0ff710 s Context>handleSignal:
         0xc10ae30 s Context>handleSignal:
         0xc115cd8 s Context>handleSignal:
         0xc1205c0 s Context>handleSignal:
         0xc12adf0 s Context>handleSignal:
         0xc135620 s Context>handleSignal:
         0xc13fe50 s Context>handleSignal:
         0xc14a680 s Context>handleSignal:
         0xc154eb0 s Context>handleSignal:
         0xc15f6e0 s Context>handleSignal:
         0xc169f10 s Context>handleSignal:
         0xc174740 s Context>handleSignal:
         0xc17ef70 s Context>handleSignal:
         0xc1897a0 s Context>handleSignal:
         0xc193fd0 s Context>handleSignal:
         0xc19e800 s Context>handleSignal:
         0xc1a9030 s Context>handleSignal:
         0xc1b3860 s Context>handleSignal:
         0xc1be090 s Context>handleSignal:
         0xc1c88c0 s Context>handleSignal:
         0xc1d30f0 s Context>handleSignal:
         0xc1dd920 s Context>handleSignal:
         0xc1e8150 s Context>handleSignal:
         0xc1f2980 s Context>handleSignal:
         0xc1fd1b0 s Context>handleSignal:
         0xc2079e0 s Context>handleSignal:
         0xc212210 s Context>handleSignal:
         0xc21ca40 s Context>handleSignal:
         0xc227270 s Context>handleSignal:
         0xc231aa0 s Context>handleSignal:
         0xc23c2d0 s Context>handleSignal:
         0xc246b00 s Context>handleSignal:
         0xc251330 s Context>handleSignal:
         0xc25bb60 s Context>handleSignal:
         0xc262fd0 s Context>handleSignal:
         0xb7dc290 s Context>handleSignal:
         0xb7e6b78 s Context>handleSignal:
         0xb7f1460 s Context>handleSignal:
         0xb7fbd48 s Context>handleSignal:
         0xb806630 s Context>handleSignal:
         0xb810f18 s Context>handleSignal:
         0xb81b800 s Context>handleSignal:
         0xb8260e8 s Context>handleSignal:
         0xb8309d0 s Context>handleSignal:
         0xb83b2b8 s Context>handleSignal:
         0xb845ba0 s Context>handleSignal:
         0xb850488 s Context>handleSignal:
         0xb85ad70 s Context>handleSignal:
         0xb865658 s Context>handleSignal:
         0xb86ff40 s Context>handleSignal:
         0xb87a828 s Context>handleSignal:
         0xb885110 s Context>handleSignal:
         0xb88f9f8 s Context>handleSignal:
         0xb89a2e0 s Context>handleSignal:
         0xb8a4bc8 s Context>handleSignal:
         0xb8af4b0 s Context>handleSignal:
         0xb8b9d98 s Context>handleSignal:
         0xb8c4680 s Context>handleSignal:
         0xb8cef68 s Context>handleSignal:
         0xb8d9850 s Context>handleSignal:
         0xb8e4138 s Context>handleSignal:
         0xb8eea20 s Context>handleSignal:
         0xb8f9308 s Context>handleSignal:
         0xb903bf0 s Context>handleSignal:
         0xb90e4d8 s Context>handleSignal:
         0xb918dc0 s Context>handleSignal:
         0xb9236a8 s Context>handleSignal:
         0xb92df90 s Context>handleSignal:
         0xb938878 s Context>handleSignal:
         0xb943160 s Context>handleSignal:
         0xb94da48 s Context>handleSignal:
         0xb958330 s Context>handleSignal:
         0xb962c18 s Context>handleSignal:
         0xb96d500 s Context>handleSignal:
         0xb977de8 s Context>handleSignal:
         0xb9826d0 s Context>handleSignal:
         0xb98cfb8 s Context>handleSignal:
         0xb9978a0 s Context>handleSignal:
         0xb9a2188 s Context>handleSignal:
         0xb9aca70 s Context>handleSignal:
         0xb9b7358 s Context>handleSignal:
         0xb9c1c40 s Context>handleSignal:
         0xb9cc528 s Context>handleSignal:
         0xb9d6e10 s Context>handleSignal:
         0xb9e16f8 s Context>handleSignal:
         0xb9ebfe0 s Context>handleSignal:
         0xb9f68c8 s Context>handleSignal:
         0xba011b0 s Context>handleSignal:
         0xba0ba98 s Context>handleSignal:
         0xba16380 s Context>handleSignal:
         0xba20c68 s Context>handleSignal:
         0xba2b550 s Context>handleSignal:
         0xba35e38 s Context>handleSignal:
         0xb4185e0 s Context>handleSignal:
         0xb41eed0 s Context>handleSignal:
         0xb426538 s Context>handleSignal:
         0xb42cf48 s Context>handleSignal:
         0xb434348 s Context>handleSignal:
         0xb43b430 s Context>handleSignal:
         0xb4422f0 s Context>handleSignal:
         0xb4484b0 s Context>handleSignal:
         0xb44e670 s Context>handleSignal:
         0xb454778 s Context>handleSignal:
         0xb45a7c8 s Context>handleSignal:
         0xb460818 s Context>handleSignal:
         0xb466868 s Context>handleSignal:
         0xb46c8b8 s Context>handleSignal:
         0xb472908 s Context>handleSignal:
         0xb478958 s Context>handleSignal:
         0xb47e9a8 s Context>handleSignal:
         0xb4849f8 s Context>handleSignal:
         0xb48aa48 s Context>handleSignal:
         0xb490a98 s Context>handleSignal:
         0xb496ae8 s Context>handleSignal:
         0xb49cb38 s Context>handleSignal:
         0xb4a2b88 s Context>handleSignal:
         0xb4a8bd8 s Context>handleSignal:
         0xb4aec28 s Context>handleSignal:
         0xb4b4c78 s Context>handleSignal:
         0xb4bacc8 s Context>handleSignal:
         0xb4c0d18 s Context>handleSignal:
         0xb4c6d68 s Context>handleSignal:
         0xb4ccdb8 s Context>handleSignal:
         0xb4d2d50 s Context>handleSignal:
         0xb4d8ce8 s Context>handleSignal:
         0xb4dec80 s Context>handleSignal:
         0xb4e4c18 s Context>handleSignal:
         0xb4eabb0 s Context>handleSignal:
         0xb4f0b48 s Context>handleSignal:
         0xb4f6ae0 s Context>handleSignal:
         0xb4fca78 s Context>handleSignal:
         0xb502a10 s Context>handleSignal:
         0xb5089a8 s Context>handleSignal:
         0xb50e940 s Context>handleSignal:
         0xb5148d8 s Context>handleSignal:
         0xb51a870 s Context>handleSignal:
         0xb520808 s Context>handleSignal:
         0xb5267a0 s Context>handleSignal:
         0xb52c738 s Context>handleSignal:
         0xb5326d0 s Context>handleSignal:
         0xb538668 s Context>handleSignal:
         0xb53e600 s Context>handleSignal:
         0xb544598 s Context>handleSignal:
         0xb54a530 s Context>handleSignal:
         0xb5504c8 s Context>handleSignal:
         0xb556460 s Context>handleSignal:
         0xb55c3f8 s Context>handleSignal:
         0xb562390 s Context>handleSignal:
         0xb568328 s Context>handleSignal:
         0xb56e2c0 s Context>handleSignal:
         0xb574258 s Context>handleSignal:
         0xb57a1f0 s Context>handleSignal:
         0xb580188 s Context>handleSignal:
         0xb586120 s Context>handleSignal:
         0xb58c0b8 s Context>handleSignal:
         0xb592050 s Context>handleSignal:
         0xb597fe8 s Context>handleSignal:
         0xb59df80 s Context>handleSignal:
         0xb5a3f18 s Context>handleSignal:
         0xb5a9eb0 s Context>handleSignal:
         0xb5afe48 s Context>handleSignal:
         0xb5b5de0 s Context>handleSignal:
         0xb5bbd78 s Context>handleSignal:
         0xb5c1d10 s Context>handleSignal:
         0xb5c7ca8 s Context>handleSignal:
         0xb5cdc40 s Context>handleSignal:
         0xb5d3bd8 s Context>handleSignal:
         0xb5d9b70 s Context>handleSignal:
         0xb5dfb08 s Context>handleSignal:
         0xb5e5aa0 s Context>handleSignal:
         0xb5eba38 s Context>handleSignal:
         0xb5f19d0 s Context>handleSignal:
         0xb5f7968 s Context>handleSignal:
         0xb5fd900 s Context>handleSignal:
         0xb603898 s Context>handleSignal:
         0xb609830 s Context>handleSignal:
         0xb60f7c8 s Context>handleSignal:
         0xb615760 s Context>handleSignal:
         0xb61b6f8 s Context>handleSignal:
         0xb621690 s Context>handleSignal:
         0xb627628 s Context>handleSignal:
         0xb62d5c0 s Context>handleSignal:
         0xb633558 s Context>handleSignal:
         0xb6394f0 s Context>handleSignal:
         0xb63f488 s Context>handleSignal:
         0xb645420 s Context>handleSignal:
         0xb64b3b8 s Context>handleSignal:
         0xb651350 s Context>handleSignal:
         0xb6572e8 s Context>handleSignal:
         0xb65d1c8 s Context>handleSignal:
         0xb662ff0 s Context>handleSignal:
         0xb668d60 s Context>handleSignal:
         0xb66ea18 s Context>handleSignal:
         0xb674618 s Context>handleSignal:
         0xb67a160 s Context>handleSignal:
         0xb67fbf0 s Context>handleSignal:
         0xb6855c8 s Context>handleSignal:
         0xb68aee8 s Context>handleSignal:
         0xb690750 s Context>handleSignal:
         0xb695f00 s Context>handleSignal:
         0xb69b5f8 s Context>handleSignal:
         0xb6a0c38 s Context>handleSignal:
         0xb6a61c0 s Context>handleSignal:
         0xb6ab690 s Context>handleSignal:
         0xb6b0aa8 s Context>handleSignal:
         0xb6b5e08 s Context>handleSignal:
         0xb6bb0b0 s Context>handleSignal:
         0xb6c02a0 s Context>handleSignal:
         0xb6c53d8 s Context>handleSignal:
         0xb6ca458 s Context>handleSignal:
         0xb6cf420 s Context>handleSignal:
         0xb6d4330 s Context>handleSignal:
         0xb6d9188 s Context>handleSignal:
         0xb6ddf28 s Context>handleSignal:
         0xb6e2c10 s Context>handleSignal:
         0xb6e7840 s Context>handleSignal:
         0xb6ec3b8 s Context>handleSignal:
         0xb6f0e78 s Context>handleSignal:
         0xb6f5880 s Context>handleSignal:
         0xb6fa1d0 s Context>handleSignal:
         0xb6fea68 s Context>handleSignal:
         0xb703248 s Context>handleSignal:
         0xb707970 s Context>handleSignal:
         0xb70bfe0 s Context>handleSignal:
         0xb710598 s Context>handleSignal:
         0xb714a98 s Context>handleSignal:
         0xb718ee0 s Context>handleSignal:
         0xb71d270 s Context>handleSignal:
         0xb721548 s Context>handleSignal:
         0xb725768 s Context>handleSignal:
         0xb7298d0 s Context>handleSignal:
         0xb72d980 s Context>handleSignal:
         0xb731978 s Context>handleSignal:
         0xb7358b8 s Context>handleSignal:
         0xb739740 s Context>handleSignal:
         0xb73d510 s Context>handleSignal:
         0xb741228 s Context>handleSignal:
         0xb744e88 s Context>handleSignal:
         0xb748a30 s Context>handleSignal:
         0xb74c520 s Context>handleSignal:
         0xb74ff58 s Context>handleSignal:
         0xb7538d8 s Context>handleSignal:
         0xb7571a0 s Context>handleSignal:
         0xb75a9b0 s Context>handleSignal:
         0xb75e1c0 s Context>handleSignal:
         0xb761918 s Context>handleSignal:
         0xb764fb8 s Context>handleSignal:
         0xb7685a0 s Context>handleSignal:
         0xb76ba18 s Context>handleSignal:
         0xb76edd8 s Context>handleSignal:
         0xb7720e0 s Context>handleSignal:
         0xb775330 s Context>handleSignal:
         0xb7784c8 s Context>handleSignal:
         0xb77b5a8 s Context>handleSignal:
         0xb77e5d0 s Context>handleSignal:
         0xb781540 s Context>handleSignal:
         0xb7843f8 s Context>handleSignal:
         0xb7871f8 s Context>handleSignal:
         0xb789f40 s Context>handleSignal:
         0xb78cbd0 s Context>handleSignal:
         0xb78f7a8 s Context>handleSignal:
         0xb7922c8 s Context>handleSignal:
         0xb794d30 s Context>handleSignal:
         0xb7976e0 s Context>handleSignal:
         0xb799fd8 s Context>handleSignal:
         0xb79c818 s Context>handleSignal:
         0xb79efa0 s Context>handleSignal:
         0xb7a1670 s Context>handleSignal:
         0xb7a3c88 s Context>handleSignal:
         0xb7a61e8 s Context>handleSignal:
         0xb7a8690 s Context>handleSignal:
         0xb7aaa80 s Context>handleSignal:
         0xb7acdb8 s Context>handleSignal:
         0xb7af038 s Context>handleSignal:
         0xb7b1200 s Context>handleSignal:
         0xb7b3258 s Context>handleSignal:
         0xb7b51f8 s Context>handleSignal:
         0xb7b70e0 s Context>handleSignal:
         0xb7b8f10 s Context>handleSignal:
         0xb7bac88 s Context>handleSignal:
         0xb7bc948 s Context>handleSignal:
         0xb7be550 s Context>handleSignal:
         0xb7bffe8 s Context>handleSignal:
         0xb7c1910 s Context>handleSignal:
         0xb7c3010 s Context>handleSignal:
         0xb7c4658 s Context>handleSignal:
         0xb7c5be8 s Context>handleSignal:
         0xb7c70c0 s Context>handleSignal:
         0xb7c84e0 s Context>handleSignal:
         0xb7c9848 s Context>handleSignal:
         0xb7caaf8 s Context>handleSignal:
         0xb7cbcf0 s Context>handleSignal:
         0xb7cce30 s Context>handleSignal:
         0xb7cdeb8 s Context>handleSignal:
         0xb7cee88 s Context>handleSignal:
         0xb7cfda0 s Context>handleSignal:
         0xb7d0c00 s Context>handleSignal:
         0xb7d19a8 s Context>handleSignal:
         0xb7d2698 s Context>handleSignal:
         0xb7d32d0 s Context>handleSignal:
         0xb7d3e50 s Context>handleSignal:
         0xb7d4918 s Context>handleSignal:
         0xb7d5328 s Context>handleSignal:
         0xb7d5c80 s Context>handleSignal:
         0xb7d6520 s Context>handleSignal:
         0xb7d6d08 s Context>handleSignal:
         0xb7d7438 s Context>handleSignal:
         0xb7d7ab0 s Context>handleSignal:
         0xb7d8070 s Context>handleSignal:
         0xbf73d78 s Halt(Exception)>signal
         0xbf8c5f8 s Halt class(Exception class)>signal
         0xbfaa4c0 s Halt class>now
         0xbfa95d8 s FullBlockClosure(Object)>halt
         0xbfdbe60 s FullBlockClosure>printOn:
         0xbffeb38 s Context>printOn:
         0xc0226f0 s Context>printDebugOn:
         0xc022ab0 s [] in Context>debugStack:on:
         0xc04e920 s OrderedCollection>do:
         0xbfa91a8 s Context>debugStack:on:
         0xbfdbb60 s Context>shortDebugStackOn:
         0xbffe810 s [] in SmalltalkImage>logError:inContext:
         0xc022330 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf73e30 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8c6b0 s SmalltalkImage>logStdErrorDuring:
         0xbfaa578 s SmalltalkImage>logError:inContext:
         0xbfdc8c0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xbfff5c0 s FullBlockClosure(BlockClosure)>ensure:
         0xc023480 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04ee28 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc063c68 s Halt(Exception)>unhandledErrorAction
         0xc070b48 s Halt(UnhandledException)>defaultAction
         0xc08ebe8 s UndefinedObject>handleSignal:
         0xc08eca0 s Context>handleSignal:
         0xc08ed58 s Context>handleSignal:
         0xc08ee10 s Context>handleSignal:
         0xc08eec8 s Context>handleSignal:
         0xc08ef80 s Context>handleSignal:
         0xc08f038 s Context>handleSignal:
         0xc08f0f0 s Context>handleSignal:
         0xc08f1a8 s Context>handleSignal:
         0xc08f260 s Context>handleSignal:
         0xc08f318 s Context>handleSignal:
         0xc0ff658 s Context>handleSignal:
         0xc10ad78 s Context>handleSignal:
         0xc115c20 s Context>handleSignal:
         0xc120508 s Context>handleSignal:
         0xc12ad38 s Context>handleSignal:
         0xc135568 s Context>handleSignal:
         0xc13fd98 s Context>handleSignal:
         0xc14a5c8 s Context>handleSignal:
         0xc154df8 s Context>handleSignal:
         0xc15f628 s Context>handleSignal:
         0xc169e58 s Context>handleSignal:
         0xc174688 s Context>handleSignal:
         0xc17eeb8 s Context>handleSignal:
         0xc1896e8 s Context>handleSignal:
         0xc193f18 s Context>handleSignal:
         0xc19e748 s Context>handleSignal:
         0xc1a8f78 s Context>handleSignal:
         0xc1b37a8 s Context>handleSignal:
         0xc1bdfd8 s Context>handleSignal:
         0xc1c8808 s Context>handleSignal:
         0xc1d3038 s Context>handleSignal:
         0xc1dd868 s Context>handleSignal:
         0xc1e8098 s Context>handleSignal:
         0xc1f28c8 s Context>handleSignal:
         0xc1fd0f8 s Context>handleSignal:
         0xc207928 s Context>handleSignal:
         0xc212158 s Context>handleSignal:
         0xc21c988 s Context>handleSignal:
         0xc2271b8 s Context>handleSignal:
         0xc2319e8 s Context>handleSignal:
         0xc23c218 s Context>handleSignal:
         0xc246a48 s Context>handleSignal:
         0xc251278 s Context>handleSignal:
         0xc25baa8 s Context>handleSignal:
         0xc262f18 s Context>handleSignal:
         0xb7dc1d8 s Context>handleSignal:
         0xb7e6ac0 s Context>handleSignal:
         0xb7f13a8 s Context>handleSignal:
         0xb7fbc90 s Context>handleSignal:
         0xb806578 s Context>handleSignal:
         0xb810e60 s Context>handleSignal:
         0xb81b748 s Context>handleSignal:
         0xb826030 s Context>handleSignal:
         0xb830918 s Context>handleSignal:
         0xb83b200 s Context>handleSignal:
         0xb845ae8 s Context>handleSignal:
         0xb8503d0 s Context>handleSignal:
         0xb85acb8 s Context>handleSignal:
         0xb8655a0 s Context>handleSignal:
         0xb86fe88 s Context>handleSignal:
         0xb87a770 s Context>handleSignal:
         0xb885058 s Context>handleSignal:
         0xb88f940 s Context>handleSignal:
         0xb89a228 s Context>handleSignal:
         0xb8a4b10 s Context>handleSignal:
         0xb8af3f8 s Context>handleSignal:
         0xb8b9ce0 s Context>handleSignal:
         0xb8c45c8 s Context>handleSignal:
         0xb8ceeb0 s Context>handleSignal:
         0xb8d9798 s Context>handleSignal:
         0xb8e4080 s Context>handleSignal:
         0xb8ee968 s Context>handleSignal:
         0xb8f9250 s Context>handleSignal:
         0xb903b38 s Context>handleSignal:
         0xb90e420 s Context>handleSignal:
         0xb918d08 s Context>handleSignal:
         0xb9235f0 s Context>handleSignal:
         0xb92ded8 s Context>handleSignal:
         0xb9387c0 s Context>handleSignal:
         0xb9430a8 s Context>handleSignal:
         0xb94d990 s Context>handleSignal:
         0xb958278 s Context>handleSignal:
         0xb962b60 s Context>handleSignal:
         0xb96d448 s Context>handleSignal:
         0xb977d30 s Context>handleSignal:
         0xb982618 s Context>handleSignal:
         0xb98cf00 s Context>handleSignal:
         0xb9977e8 s Context>handleSignal:
         0xb9a20d0 s Context>handleSignal:
         0xb9ac9b8 s Context>handleSignal:
         0xb9b72a0 s Context>handleSignal:
         0xb9c1b88 s Context>handleSignal:
         0xb9cc470 s Context>handleSignal:
         0xb9d6d58 s Context>handleSignal:
         0xb9e1640 s Context>handleSignal:
         0xb9ebf28 s Context>handleSignal:
         0xb9f6810 s Context>handleSignal:
         0xba010f8 s Context>handleSignal:
         0xba0b9e0 s Context>handleSignal:
         0xba162c8 s Context>handleSignal:
         0xba20bb0 s Context>handleSignal:
         0xba2b498 s Context>handleSignal:
         0xba35d80 s Context>handleSignal:
         0xb418528 s Context>handleSignal:
         0xb41ee18 s Context>handleSignal:
         0xb426480 s Context>handleSignal:
         0xb42ce90 s Context>handleSignal:
         0xb434290 s Context>handleSignal:
         0xb43b378 s Context>handleSignal:
         0xb442238 s Context>handleSignal:
         0xb4483f8 s Context>handleSignal:
         0xb44e5b8 s Context>handleSignal:
         0xb4546c0 s Context>handleSignal:
         0xb45a710 s Context>handleSignal:
         0xb460760 s Context>handleSignal:
         0xb4667b0 s Context>handleSignal:
         0xb46c800 s Context>handleSignal:
         0xb472850 s Context>handleSignal:
         0xb4788a0 s Context>handleSignal:
         0xb47e8f0 s Context>handleSignal:
         0xb484940 s Context>handleSignal:
         0xb48a990 s Context>handleSignal:
         0xb4909e0 s Context>handleSignal:
         0xb496a30 s Context>handleSignal:
         0xb49ca80 s Context>handleSignal:
         0xb4a2ad0 s Context>handleSignal:
         0xb4a8b20 s Context>handleSignal:
         0xb4aeb70 s Context>handleSignal:
         0xb4b4bc0 s Context>handleSignal:
         0xb4bac10 s Context>handleSignal:
         0xb4c0c60 s Context>handleSignal:
         0xb4c6cb0 s Context>handleSignal:
         0xb4ccd00 s Context>handleSignal:
         0xb4d2c98 s Context>handleSignal:
         0xb4d8c30 s Context>handleSignal:
         0xb4debc8 s Context>handleSignal:
         0xb4e4b60 s Context>handleSignal:
         0xb4eaaf8 s Context>handleSignal:
         0xb4f0a90 s Context>handleSignal:
         0xb4f6a28 s Context>handleSignal:
         0xb4fc9c0 s Context>handleSignal:
         0xb502958 s Context>handleSignal:
         0xb5088f0 s Context>handleSignal:
         0xb50e888 s Context>handleSignal:
         0xb514820 s Context>handleSignal:
         0xb51a7b8 s Context>handleSignal:
         0xb520750 s Context>handleSignal:
         0xb5266e8 s Context>handleSignal:
         0xb52c680 s Context>handleSignal:
         0xb532618 s Context>handleSignal:
         0xb5385b0 s Context>handleSignal:
         0xb53e548 s Context>handleSignal:
         0xb5444e0 s Context>handleSignal:
         0xb54a478 s Context>handleSignal:
         0xb550410 s Context>handleSignal:
         0xb5563a8 s Context>handleSignal:
         0xb55c340 s Context>handleSignal:
         0xb5622d8 s Context>handleSignal:
         0xb568270 s Context>handleSignal:
         0xb56e208 s Context>handleSignal:
         0xb5741a0 s Context>handleSignal:
         0xb57a138 s Context>handleSignal:
         0xb5800d0 s Context>handleSignal:
         0xb586068 s Context>handleSignal:
         0xb58c000 s Context>handleSignal:
         0xb591f98 s Context>handleSignal:
         0xb597f30 s Context>handleSignal:
         0xb59dec8 s Context>handleSignal:
         0xb5a3e60 s Context>handleSignal:
         0xb5a9df8 s Context>handleSignal:
         0xb5afd90 s Context>handleSignal:
         0xb5b5d28 s Context>handleSignal:
         0xb5bbcc0 s Context>handleSignal:
         0xb5c1c58 s Context>handleSignal:
         0xb5c7bf0 s Context>handleSignal:
         0xb5cdb88 s Context>handleSignal:
         0xb5d3b20 s Context>handleSignal:
         0xb5d9ab8 s Context>handleSignal:
         0xb5dfa50 s Context>handleSignal:
         0xb5e59e8 s Context>handleSignal:
         0xb5eb980 s Context>handleSignal:
         0xb5f1918 s Context>handleSignal:
         0xb5f78b0 s Context>handleSignal:
         0xb5fd848 s Context>handleSignal:
         0xb6037e0 s Context>handleSignal:
         0xb609778 s Context>handleSignal:
         0xb60f710 s Context>handleSignal:
         0xb6156a8 s Context>handleSignal:
         0xb61b640 s Context>handleSignal:
         0xb6215d8 s Context>handleSignal:
         0xb627570 s Context>handleSignal:
         0xb62d508 s Context>handleSignal:
         0xb6334a0 s Context>handleSignal:
         0xb639438 s Context>handleSignal:
         0xb63f3d0 s Context>handleSignal:
         0xb645368 s Context>handleSignal:
         0xb64b300 s Context>handleSignal:
         0xb651298 s Context>handleSignal:
         0xb657230 s Context>handleSignal:
         0xb65d110 s Context>handleSignal:
         0xb662f38 s Context>handleSignal:
         0xb668ca8 s Context>handleSignal:
         0xb66e960 s Context>handleSignal:
         0xb674560 s Context>handleSignal:
         0xb67a0a8 s Context>handleSignal:
         0xb67fb38 s Context>handleSignal:
         0xb685510 s Context>handleSignal:
         0xb68ae30 s Context>handleSignal:
         0xb690698 s Context>handleSignal:
         0xb695e48 s Context>handleSignal:
         0xb69b540 s Context>handleSignal:
         0xb6a0b80 s Context>handleSignal:
         0xb6a6108 s Context>handleSignal:
         0xb6ab5d8 s Context>handleSignal:
         0xb6b09f0 s Context>handleSignal:
         0xb6b5d50 s Context>handleSignal:
         0xb6baff8 s Context>handleSignal:
         0xb6c01e8 s Context>handleSignal:
         0xb6c5320 s Context>handleSignal:
         0xb6ca3a0 s Context>handleSignal:
         0xb6cf368 s Context>handleSignal:
         0xb6d4278 s Context>handleSignal:
         0xb6d90d0 s Context>handleSignal:
         0xb6dde70 s Context>handleSignal:
         0xb6e2b58 s Context>handleSignal:
         0xb6e7788 s Context>handleSignal:
         0xb6ec300 s Context>handleSignal:
         0xb6f0dc0 s Context>handleSignal:
         0xb6f57c8 s Context>handleSignal:
         0xb6fa118 s Context>handleSignal:
         0xb6fe9b0 s Context>handleSignal:
         0xb703190 s Context>handleSignal:
         0xb7078b8 s Context>handleSignal:
         0xb70bf28 s Context>handleSignal:
         0xb7104e0 s Context>handleSignal:
         0xb7149e0 s Context>handleSignal:
         0xb718e28 s Context>handleSignal:
         0xb71d1b8 s Context>handleSignal:
         0xb721490 s Context>handleSignal:
         0xb7256b0 s Context>handleSignal:
         0xb729818 s Context>handleSignal:
         0xb72d8c8 s Context>handleSignal:
         0xb7318c0 s Context>handleSignal:
         0xb735800 s Context>handleSignal:
         0xb739688 s Context>handleSignal:
         0xb73d458 s Context>handleSignal:
         0xb741170 s Context>handleSignal:
         0xb744dd0 s Context>handleSignal:
         0xb748978 s Context>handleSignal:
         0xb74c468 s Context>handleSignal:
         0xb74fea0 s Context>handleSignal:
         0xb753820 s Context>handleSignal:
         0xb7570e8 s Context>handleSignal:
         0xb75a8f8 s Context>handleSignal:
         0xb75e108 s Context>handleSignal:
         0xb761860 s Context>handleSignal:
         0xb764f00 s Context>handleSignal:
         0xb7684e8 s Context>handleSignal:
         0xb76b960 s Context>handleSignal:
         0xb76ed20 s Context>handleSignal:
         0xb772028 s Context>handleSignal:
         0xb775278 s Context>handleSignal:
         0xb778410 s Context>handleSignal:
         0xb77b4f0 s Context>handleSignal:
         0xb77e518 s Context>handleSignal:
         0xb781488 s Context>handleSignal:
         0xb784340 s Context>handleSignal:
         0xb787140 s Context>handleSignal:
         0xb789e88 s Context>handleSignal:
         0xb78cb18 s Context>handleSignal:
         0xb78f6f0 s Context>handleSignal:
         0xb792210 s Context>handleSignal:
         0xb794c78 s Context>handleSignal:
         0xb797628 s Context>handleSignal:
         0xb799f20 s Context>handleSignal:
         0xb79c760 s Context>handleSignal:
         0xb79eee8 s Context>handleSignal:
         0xb7a15b8 s Context>handleSignal:
         0xb7a3bd0 s Context>handleSignal:
         0xb7a6130 s Context>handleSignal:
         0xb7a85d8 s Context>handleSignal:
         0xb7aa9c8 s Context>handleSignal:
         0xb7acd00 s Context>handleSignal:
         0xb7aef80 s Context>handleSignal:
         0xb7b1148 s Context>handleSignal:
         0xb7b31a0 s Context>handleSignal:
         0xb7b5140 s Context>handleSignal:
         0xb7b7028 s Context>handleSignal:
         0xb7b8e58 s Context>handleSignal:
         0xb7babd0 s Context>handleSignal:
         0xb7bc890 s Context>handleSignal:
         0xb7be498 s Context>handleSignal:
         0xb7bff30 s Context>handleSignal:
         0xb7c1858 s Context>handleSignal:
         0xb7c2f58 s Context>handleSignal:
         0xb7c45a0 s Context>handleSignal:
         0xb7c5b30 s Context>handleSignal:
         0xb7c7008 s Context>handleSignal:
         0xb7c8428 s Context>handleSignal:
         0xb7c9790 s Context>handleSignal:
         0xb7caa40 s Context>handleSignal:
         0xb7cbc38 s Context>handleSignal:
         0xb7ccd78 s Context>handleSignal:
         0xb7cde00 s Context>handleSignal:
         0xb7cedd0 s Context>handleSignal:
         0xb7cfce8 s Context>handleSignal:
         0xb7d0b48 s Context>handleSignal:
         0xb7d18f0 s Context>handleSignal:
         0xb7d25e0 s Context>handleSignal:
         0xb7d3218 s Context>handleSignal:
         0xb7d3d98 s Context>handleSignal:
         0xb7d4860 s Context>handleSignal:
         0xb7d5270 s Context>handleSignal:
         0xb7d5bc8 s Context>handleSignal:
         0xb7d6468 s Context>handleSignal:
         0xb7d6c50 s Context>handleSignal:
         0xb7d7380 s Context>handleSignal:
         0xb7d79f8 s Context>handleSignal:
         0xbf74180 s Halt(Exception)>signal
         0xbf8cb10 s Halt class(Exception class)>signal
         0xbfaacb0 s Halt class>now
         0xbfa9260 s FullBlockClosure(Object)>halt
         0xbfdbc18 s FullBlockClosure>printOn:
         0xbffe8c8 s Context>printOn:
         0xc0223e8 s Context>printDebugOn:
         0xc0227a8 s [] in Context>debugStack:on:
         0xc04e7b0 s OrderedCollection>do:
         0xbfaa678 s Context>debugStack:on:
         0xbfdc988 s Context>shortDebugStackOn:
         0xbfff6b0 s [] in SmalltalkImage>logError:inContext:
         0xc023560 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf740c8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8c9f8 s SmalltalkImage>logStdErrorDuring:
         0xbfaabb0 s SmalltalkImage>logError:inContext:
         0xbfdcd80 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xbfffaa0 s FullBlockClosure(BlockClosure)>ensure:
         0xc023a90 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04f108 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc063e18 s Halt(Exception)>unhandledErrorAction
         0xc070f48 s Halt(UnhandledException)>defaultAction
         0xc08e348 s UndefinedObject>handleSignal:
         0xc08e400 s Context>handleSignal:
         0xc08e4b8 s Context>handleSignal:
         0xc08e570 s Context>handleSignal:
         0xc08e628 s Context>handleSignal:
         0xc08e6e0 s Context>handleSignal:
         0xc08e798 s Context>handleSignal:
         0xc08e850 s Context>handleSignal:
         0xc08e908 s Context>handleSignal:
         0xc08e9c0 s Context>handleSignal:
         0xc08ea78 s Context>handleSignal:
         0xc0ff5a0 s Context>handleSignal:
         0xc10acc0 s Context>handleSignal:
         0xc115b68 s Context>handleSignal:
         0xc120450 s Context>handleSignal:
         0xc12ac80 s Context>handleSignal:
         0xc1354b0 s Context>handleSignal:
         0xc13fce0 s Context>handleSignal:
         0xc14a510 s Context>handleSignal:
         0xc154d40 s Context>handleSignal:
         0xc15f570 s Context>handleSignal:
         0xc169da0 s Context>handleSignal:
         0xc1745d0 s Context>handleSignal:
         0xc17ee00 s Context>handleSignal:
         0xc189630 s Context>handleSignal:
         0xc193e60 s Context>handleSignal:
         0xc19e690 s Context>handleSignal:
         0xc1a8ec0 s Context>handleSignal:
         0xc1b36f0 s Context>handleSignal:
         0xc1bdf20 s Context>handleSignal:
         0xc1c8750 s Context>handleSignal:
         0xc1d2f80 s Context>handleSignal:
         0xc1dd7b0 s Context>handleSignal:
         0xc1e7fe0 s Context>handleSignal:
         0xc1f2810 s Context>handleSignal:
         0xc1fd040 s Context>handleSignal:
         0xc207870 s Context>handleSignal:
         0xc2120a0 s Context>handleSignal:
         0xc21c8d0 s Context>handleSignal:
         0xc227100 s Context>handleSignal:
         0xc231930 s Context>handleSignal:
         0xc23c160 s Context>handleSignal:
         0xc246990 s Context>handleSignal:
         0xc2511c0 s Context>handleSignal:
         0xc25b9f0 s Context>handleSignal:
         0xc262e60 s Context>handleSignal:
         0xb7dc120 s Context>handleSignal:
         0xb7e6a08 s Context>handleSignal:
         0xb7f12f0 s Context>handleSignal:
         0xb7fbbd8 s Context>handleSignal:
         0xb8064c0 s Context>handleSignal:
         0xb810da8 s Context>handleSignal:
         0xb81b690 s Context>handleSignal:
         0xb825f78 s Context>handleSignal:
         0xb830860 s Context>handleSignal:
         0xb83b148 s Context>handleSignal:
         0xb845a30 s Context>handleSignal:
         0xb850318 s Context>handleSignal:
         0xb85ac00 s Context>handleSignal:
         0xb8654e8 s Context>handleSignal:
         0xb86fdd0 s Context>handleSignal:
         0xb87a6b8 s Context>handleSignal:
         0xb884fa0 s Context>handleSignal:
         0xb88f888 s Context>handleSignal:
         0xb89a170 s Context>handleSignal:
         0xb8a4a58 s Context>handleSignal:
         0xb8af340 s Context>handleSignal:
         0xb8b9c28 s Context>handleSignal:
         0xb8c4510 s Context>handleSignal:
         0xb8cedf8 s Context>handleSignal:
         0xb8d96e0 s Context>handleSignal:
         0xb8e3fc8 s Context>handleSignal:
         0xb8ee8b0 s Context>handleSignal:
         0xb8f9198 s Context>handleSignal:
         0xb903a80 s Context>handleSignal:
         0xb90e368 s Context>handleSignal:
         0xb918c50 s Context>handleSignal:
         0xb923538 s Context>handleSignal:
         0xb92de20 s Context>handleSignal:
         0xb938708 s Context>handleSignal:
         0xb942ff0 s Context>handleSignal:
         0xb94d8d8 s Context>handleSignal:
         0xb9581c0 s Context>handleSignal:
         0xb962aa8 s Context>handleSignal:
         0xb96d390 s Context>handleSignal:
         0xb977c78 s Context>handleSignal:
         0xb982560 s Context>handleSignal:
         0xb98ce48 s Context>handleSignal:
         0xb997730 s Context>handleSignal:
         0xb9a2018 s Context>handleSignal:
         0xb9ac900 s Context>handleSignal:
         0xb9b71e8 s Context>handleSignal:
         0xb9c1ad0 s Context>handleSignal:
         0xb9cc3b8 s Context>handleSignal:
         0xb9d6ca0 s Context>handleSignal:
         0xb9e1588 s Context>handleSignal:
         0xb9ebe70 s Context>handleSignal:
         0xb9f6758 s Context>handleSignal:
         0xba01040 s Context>handleSignal:
         0xba0b928 s Context>handleSignal:
         0xba16210 s Context>handleSignal:
         0xba20af8 s Context>handleSignal:
         0xba2b3e0 s Context>handleSignal:
         0xba35cc8 s Context>handleSignal:
         0xb418470 s Context>handleSignal:
         0xb41ed60 s Context>handleSignal:
         0xb4263c8 s Context>handleSignal:
         0xb42cdd8 s Context>handleSignal:
         0xb4341d8 s Context>handleSignal:
         0xb43b2c0 s Context>handleSignal:
         0xb442180 s Context>handleSignal:
         0xb448340 s Context>handleSignal:
         0xb44e500 s Context>handleSignal:
         0xb454608 s Context>handleSignal:
         0xb45a658 s Context>handleSignal:
         0xb4606a8 s Context>handleSignal:
         0xb4666f8 s Context>handleSignal:
         0xb46c748 s Context>handleSignal:
         0xb472798 s Context>handleSignal:
         0xb4787e8 s Context>handleSignal:
         0xb47e838 s Context>handleSignal:
         0xb484888 s Context>handleSignal:
         0xb48a8d8 s Context>handleSignal:
         0xb490928 s Context>handleSignal:
         0xb496978 s Context>handleSignal:
         0xb49c9c8 s Context>handleSignal:
         0xb4a2a18 s Context>handleSignal:
         0xb4a8a68 s Context>handleSignal:
         0xb4aeab8 s Context>handleSignal:
         0xb4b4b08 s Context>handleSignal:
         0xb4bab58 s Context>handleSignal:
         0xb4c0ba8 s Context>handleSignal:
         0xb4c6bf8 s Context>handleSignal:
         0xb4ccc48 s Context>handleSignal:
         0xb4d2be0 s Context>handleSignal:
         0xb4d8b78 s Context>handleSignal:
         0xb4deb10 s Context>handleSignal:
         0xb4e4aa8 s Context>handleSignal:
         0xb4eaa40 s Context>handleSignal:
         0xb4f09d8 s Context>handleSignal:
         0xb4f6970 s Context>handleSignal:
         0xb4fc908 s Context>handleSignal:
         0xb5028a0 s Context>handleSignal:
         0xb508838 s Context>handleSignal:
         0xb50e7d0 s Context>handleSignal:
         0xb514768 s Context>handleSignal:
         0xb51a700 s Context>handleSignal:
         0xb520698 s Context>handleSignal:
         0xb526630 s Context>handleSignal:
         0xb52c5c8 s Context>handleSignal:
         0xb532560 s Context>handleSignal:
         0xb5384f8 s Context>handleSignal:
         0xb53e490 s Context>handleSignal:
         0xb544428 s Context>handleSignal:
         0xb54a3c0 s Context>handleSignal:
         0xb550358 s Context>handleSignal:
         0xb5562f0 s Context>handleSignal:
         0xb55c288 s Context>handleSignal:
         0xb562220 s Context>handleSignal:
         0xb5681b8 s Context>handleSignal:
         0xb56e150 s Context>handleSignal:
         0xb5740e8 s Context>handleSignal:
         0xb57a080 s Context>handleSignal:
         0xb580018 s Context>handleSignal:
         0xb585fb0 s Context>handleSignal:
         0xb58bf48 s Context>handleSignal:
         0xb591ee0 s Context>handleSignal:
         0xb597e78 s Context>handleSignal:
         0xb59de10 s Context>handleSignal:
         0xb5a3da8 s Context>handleSignal:
         0xb5a9d40 s Context>handleSignal:
         0xb5afcd8 s Context>handleSignal:
         0xb5b5c70 s Context>handleSignal:
         0xb5bbc08 s Context>handleSignal:
         0xb5c1ba0 s Context>handleSignal:
         0xb5c7b38 s Context>handleSignal:
         0xb5cdad0 s Context>handleSignal:
         0xb5d3a68 s Context>handleSignal:
         0xb5d9a00 s Context>handleSignal:
         0xb5df998 s Context>handleSignal:
         0xb5e5930 s Context>handleSignal:
         0xb5eb8c8 s Context>handleSignal:
         0xb5f1860 s Context>handleSignal:
         0xb5f77f8 s Context>handleSignal:
         0xb5fd790 s Context>handleSignal:
         0xb603728 s Context>handleSignal:
         0xb6096c0 s Context>handleSignal:
         0xb60f658 s Context>handleSignal:
         0xb6155f0 s Context>handleSignal:
         0xb61b588 s Context>handleSignal:
         0xb621520 s Context>handleSignal:
         0xb6274b8 s Context>handleSignal:
         0xb62d450 s Context>handleSignal:
         0xb6333e8 s Context>handleSignal:
         0xb639380 s Context>handleSignal:
         0xb63f318 s Context>handleSignal:
         0xb6452b0 s Context>handleSignal:
         0xb64b248 s Context>handleSignal:
         0xb6511e0 s Context>handleSignal:
         0xb657178 s Context>handleSignal:
         0xb65d058 s Context>handleSignal:
         0xb662e80 s Context>handleSignal:
         0xb668bf0 s Context>handleSignal:
         0xb66e8a8 s Context>handleSignal:
         0xb6744a8 s Context>handleSignal:
         0xb679ff0 s Context>handleSignal:
         0xb67fa80 s Context>handleSignal:
         0xb685458 s Context>handleSignal:
         0xb68ad78 s Context>handleSignal:
         0xb6905e0 s Context>handleSignal:
         0xb695d90 s Context>handleSignal:
         0xb69b488 s Context>handleSignal:
         0xb6a0ac8 s Context>handleSignal:
         0xb6a6050 s Context>handleSignal:
         0xb6ab520 s Context>handleSignal:
         0xb6b0938 s Context>handleSignal:
         0xb6b5c98 s Context>handleSignal:
         0xb6baf40 s Context>handleSignal:
         0xb6c0130 s Context>handleSignal:
         0xb6c5268 s Context>handleSignal:
         0xb6ca2e8 s Context>handleSignal:
         0xb6cf2b0 s Context>handleSignal:
         0xb6d41c0 s Context>handleSignal:
         0xb6d9018 s Context>handleSignal:
         0xb6dddb8 s Context>handleSignal:
         0xb6e2aa0 s Context>handleSignal:
         0xb6e76d0 s Context>handleSignal:
         0xb6ec248 s Context>handleSignal:
         0xb6f0d08 s Context>handleSignal:
         0xb6f5710 s Context>handleSignal:
         0xb6fa060 s Context>handleSignal:
         0xb6fe8f8 s Context>handleSignal:
         0xb7030d8 s Context>handleSignal:
         0xb707800 s Context>handleSignal:
         0xb70be70 s Context>handleSignal:
         0xb710428 s Context>handleSignal:
         0xb714928 s Context>handleSignal:
         0xb718d70 s Context>handleSignal:
         0xb71d100 s Context>handleSignal:
         0xb7213d8 s Context>handleSignal:
         0xb7255f8 s Context>handleSignal:
         0xb729760 s Context>handleSignal:
         0xb72d810 s Context>handleSignal:
         0xb731808 s Context>handleSignal:
         0xb735748 s Context>handleSignal:
         0xb7395d0 s Context>handleSignal:
         0xb73d3a0 s Context>handleSignal:
         0xb7410b8 s Context>handleSignal:
         0xb744d18 s Context>handleSignal:
         0xb7488c0 s Context>handleSignal:
         0xb74c3b0 s Context>handleSignal:
         0xb74fde8 s Context>handleSignal:
         0xb753768 s Context>handleSignal:
         0xb757030 s Context>handleSignal:
         0xb75a840 s Context>handleSignal:
         0xb75e050 s Context>handleSignal:
         0xb7617a8 s Context>handleSignal:
         0xb764e48 s Context>handleSignal:
         0xb768430 s Context>handleSignal:
         0xb76b8a8 s Context>handleSignal:
         0xb76ec68 s Context>handleSignal:
         0xb771f70 s Context>handleSignal:
         0xb7751c0 s Context>handleSignal:
         0xb778358 s Context>handleSignal:
         0xb77b438 s Context>handleSignal:
         0xb77e460 s Context>handleSignal:
         0xb7813d0 s Context>handleSignal:
         0xb784288 s Context>handleSignal:
         0xb787088 s Context>handleSignal:
         0xb789dd0 s Context>handleSignal:
         0xb78ca60 s Context>handleSignal:
         0xb78f638 s Context>handleSignal:
         0xb792158 s Context>handleSignal:
         0xb794bc0 s Context>handleSignal:
         0xb797570 s Context>handleSignal:
         0xb799e68 s Context>handleSignal:
         0xb79c6a8 s Context>handleSignal:
         0xb79ee30 s Context>handleSignal:
         0xb7a1500 s Context>handleSignal:
         0xb7a3b18 s Context>handleSignal:
         0xb7a6078 s Context>handleSignal:
         0xb7a8520 s Context>handleSignal:
         0xb7aa910 s Context>handleSignal:
         0xb7acc48 s Context>handleSignal:
         0xb7aeec8 s Context>handleSignal:
         0xb7b1090 s Context>handleSignal:
         0xb7b30e8 s Context>handleSignal:
         0xb7b5088 s Context>handleSignal:
         0xb7b6f70 s Context>handleSignal:
         0xb7b8da0 s Context>handleSignal:
         0xb7bab18 s Context>handleSignal:
         0xb7bc7d8 s Context>handleSignal:
         0xb7be3e0 s Context>handleSignal:
         0xb7bfe78 s Context>handleSignal:
         0xb7c17a0 s Context>handleSignal:
         0xb7c2ea0 s Context>handleSignal:
         0xb7c44e8 s Context>handleSignal:
         0xb7c5a78 s Context>handleSignal:
         0xb7c6f50 s Context>handleSignal:
         0xb7c8370 s Context>handleSignal:
         0xb7c96d8 s Context>handleSignal:
         0xb7ca988 s Context>handleSignal:
         0xb7cbb80 s Context>handleSignal:
         0xb7cccc0 s Context>handleSignal:
         0xb7cdd48 s Context>handleSignal:
         0xb7ced18 s Context>handleSignal:
         0xb7cfc30 s Context>handleSignal:
         0xb7d0a90 s Context>handleSignal:
         0xb7d1838 s Context>handleSignal:
         0xb7d2528 s Context>handleSignal:
         0xb7d3160 s Context>handleSignal:
         0xb7d3ce0 s Context>handleSignal:
         0xb7d47a8 s Context>handleSignal:
         0xb7d51b8 s Context>handleSignal:
         0xb7d5b10 s Context>handleSignal:
         0xb7d63b0 s Context>handleSignal:
         0xb7d6b98 s Context>handleSignal:
         0xb7d72c8 s Context>handleSignal:
         0xbf74328 s Halt(Exception)>signal
         0xbf8cd10 s Halt class(Exception class)>signal
         0xbfab028 s Halt class>now
         0xbfaa730 s FullBlockClosure(Object)>halt
         0xbfdca40 s FullBlockClosure>printOn:
         0xbfff768 s Context>printOn:
         0xc023618 s Context>printDebugOn:
         0xc0224a0 s [] in Context>debugStack:on:
         0xc04e640 s OrderedCollection>do:
         0xbfaad68 s Context>debugStack:on:
         0xbfdce48 s Context>shortDebugStackOn:
         0xbfffb90 s [] in SmalltalkImage>logError:inContext:
         0xc023b70 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf74270 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8cbf8 s SmalltalkImage>logStdErrorDuring:
         0xbfaaf28 s SmalltalkImage>logError:inContext:
         0xbfdcfe0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xbfffd10 s FullBlockClosure(BlockClosure)>ensure:
         0xc023d98 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04f278 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc063ef0 s Halt(Exception)>unhandledErrorAction
         0xc071148 s Halt(UnhandledException)>defaultAction
         0xc08daa8 s UndefinedObject>handleSignal:
         0xc08db60 s Context>handleSignal:
         0xc08dc18 s Context>handleSignal:
         0xc08dcd0 s Context>handleSignal:
         0xc08dd88 s Context>handleSignal:
         0xc08de40 s Context>handleSignal:
         0xc08def8 s Context>handleSignal:
         0xc08dfb0 s Context>handleSignal:
         0xc08e068 s Context>handleSignal:
         0xc08e120 s Context>handleSignal:
         0xc08e1d8 s Context>handleSignal:
         0xc0ff4e8 s Context>handleSignal:
         0xc10ac08 s Context>handleSignal:
         0xc115ab0 s Context>handleSignal:
         0xc120398 s Context>handleSignal:
         0xc12abc8 s Context>handleSignal:
         0xc1353f8 s Context>handleSignal:
         0xc13fc28 s Context>handleSignal:
         0xc14a458 s Context>handleSignal:
         0xc154c88 s Context>handleSignal:
         0xc15f4b8 s Context>handleSignal:
         0xc169ce8 s Context>handleSignal:
         0xc174518 s Context>handleSignal:
         0xc17ed48 s Context>handleSignal:
         0xc189578 s Context>handleSignal:
         0xc193da8 s Context>handleSignal:
         0xc19e5d8 s Context>handleSignal:
         0xc1a8e08 s Context>handleSignal:
         0xc1b3638 s Context>handleSignal:
         0xc1bde68 s Context>handleSignal:
         0xc1c8698 s Context>handleSignal:
         0xc1d2ec8 s Context>handleSignal:
         0xc1dd6f8 s Context>handleSignal:
         0xc1e7f28 s Context>handleSignal:
         0xc1f2758 s Context>handleSignal:
         0xc1fcf88 s Context>handleSignal:
         0xc2077b8 s Context>handleSignal:
         0xc211fe8 s Context>handleSignal:
         0xc21c818 s Context>handleSignal:
         0xc227048 s Context>handleSignal:
         0xc231878 s Context>handleSignal:
         0xc23c0a8 s Context>handleSignal:
         0xc2468d8 s Context>handleSignal:
         0xc251108 s Context>handleSignal:
         0xc25b938 s Context>handleSignal:
         0xc262da8 s Context>handleSignal:
         0xb7dc068 s Context>handleSignal:
         0xb7e6950 s Context>handleSignal:
         0xb7f1238 s Context>handleSignal:
         0xb7fbb20 s Context>handleSignal:
         0xb806408 s Context>handleSignal:
         0xb810cf0 s Context>handleSignal:
         0xb81b5d8 s Context>handleSignal:
         0xb825ec0 s Context>handleSignal:
         0xb8307a8 s Context>handleSignal:
         0xb83b090 s Context>handleSignal:
         0xb845978 s Context>handleSignal:
         0xb850260 s Context>handleSignal:
         0xb85ab48 s Context>handleSignal:
         0xb865430 s Context>handleSignal:
         0xb86fd18 s Context>handleSignal:
         0xb87a600 s Context>handleSignal:
         0xb884ee8 s Context>handleSignal:
         0xb88f7d0 s Context>handleSignal:
         0xb89a0b8 s Context>handleSignal:
         0xb8a49a0 s Context>handleSignal:
         0xb8af288 s Context>handleSignal:
         0xb8b9b70 s Context>handleSignal:
         0xb8c4458 s Context>handleSignal:
         0xb8ced40 s Context>handleSignal:
         0xb8d9628 s Context>handleSignal:
         0xb8e3f10 s Context>handleSignal:
         0xb8ee7f8 s Context>handleSignal:
         0xb8f90e0 s Context>handleSignal:
         0xb9039c8 s Context>handleSignal:
         0xb90e2b0 s Context>handleSignal:
         0xb918b98 s Context>handleSignal:
         0xb923480 s Context>handleSignal:
         0xb92dd68 s Context>handleSignal:
         0xb938650 s Context>handleSignal:
         0xb942f38 s Context>handleSignal:
         0xb94d820 s Context>handleSignal:
         0xb958108 s Context>handleSignal:
         0xb9629f0 s Context>handleSignal:
         0xb96d2d8 s Context>handleSignal:
         0xb977bc0 s Context>handleSignal:
         0xb9824a8 s Context>handleSignal:
         0xb98cd90 s Context>handleSignal:
         0xb997678 s Context>handleSignal:
         0xb9a1f60 s Context>handleSignal:
         0xb9ac848 s Context>handleSignal:
         0xb9b7130 s Context>handleSignal:
         0xb9c1a18 s Context>handleSignal:
         0xb9cc300 s Context>handleSignal:
         0xb9d6be8 s Context>handleSignal:
         0xb9e14d0 s Context>handleSignal:
         0xb9ebdb8 s Context>handleSignal:
         0xb9f66a0 s Context>handleSignal:
         0xba00f88 s Context>handleSignal:
         0xba0b870 s Context>handleSignal:
         0xba16158 s Context>handleSignal:
         0xba20a40 s Context>handleSignal:
         0xba2b328 s Context>handleSignal:
         0xba35c10 s Context>handleSignal:
         0xb4183b8 s Context>handleSignal:
         0xb41eca8 s Context>handleSignal:
         0xb426310 s Context>handleSignal:
         0xb42cd20 s Context>handleSignal:
         0xb434120 s Context>handleSignal:
         0xb43b208 s Context>handleSignal:
         0xb4420c8 s Context>handleSignal:
         0xb448288 s Context>handleSignal:
         0xb44e448 s Context>handleSignal:
         0xb454550 s Context>handleSignal:
         0xb45a5a0 s Context>handleSignal:
         0xb4605f0 s Context>handleSignal:
         0xb466640 s Context>handleSignal:
         0xb46c690 s Context>handleSignal:
         0xb4726e0 s Context>handleSignal:
         0xb478730 s Context>handleSignal:
         0xb47e780 s Context>handleSignal:
         0xb4847d0 s Context>handleSignal:
         0xb48a820 s Context>handleSignal:
         0xb490870 s Context>handleSignal:
         0xb4968c0 s Context>handleSignal:
         0xb49c910 s Context>handleSignal:
         0xb4a2960 s Context>handleSignal:
         0xb4a89b0 s Context>handleSignal:
         0xb4aea00 s Context>handleSignal:
         0xb4b4a50 s Context>handleSignal:
         0xb4baaa0 s Context>handleSignal:
         0xb4c0af0 s Context>handleSignal:
         0xb4c6b40 s Context>handleSignal:
         0xb4ccb90 s Context>handleSignal:
         0xb4d2b28 s Context>handleSignal:
         0xb4d8ac0 s Context>handleSignal:
         0xb4dea58 s Context>handleSignal:
         0xb4e49f0 s Context>handleSignal:
         0xb4ea988 s Context>handleSignal:
         0xb4f0920 s Context>handleSignal:
         0xb4f68b8 s Context>handleSignal:
         0xb4fc850 s Context>handleSignal:
         0xb5027e8 s Context>handleSignal:
         0xb508780 s Context>handleSignal:
         0xb50e718 s Context>handleSignal:
         0xb5146b0 s Context>handleSignal:
         0xb51a648 s Context>handleSignal:
         0xb5205e0 s Context>handleSignal:
         0xb526578 s Context>handleSignal:
         0xb52c510 s Context>handleSignal:
         0xb5324a8 s Context>handleSignal:
         0xb538440 s Context>handleSignal:
         0xb53e3d8 s Context>handleSignal:
         0xb544370 s Context>handleSignal:
         0xb54a308 s Context>handleSignal:
         0xb5502a0 s Context>handleSignal:
         0xb556238 s Context>handleSignal:
         0xb55c1d0 s Context>handleSignal:
         0xb562168 s Context>handleSignal:
         0xb568100 s Context>handleSignal:
         0xb56e098 s Context>handleSignal:
         0xb574030 s Context>handleSignal:
         0xb579fc8 s Context>handleSignal:
         0xb57ff60 s Context>handleSignal:
         0xb585ef8 s Context>handleSignal:
         0xb58be90 s Context>handleSignal:
         0xb591e28 s Context>handleSignal:
         0xb597dc0 s Context>handleSignal:
         0xb59dd58 s Context>handleSignal:
         0xb5a3cf0 s Context>handleSignal:
         0xb5a9c88 s Context>handleSignal:
         0xb5afc20 s Context>handleSignal:
         0xb5b5bb8 s Context>handleSignal:
         0xb5bbb50 s Context>handleSignal:
         0xb5c1ae8 s Context>handleSignal:
         0xb5c7a80 s Context>handleSignal:
         0xb5cda18 s Context>handleSignal:
         0xb5d39b0 s Context>handleSignal:
         0xb5d9948 s Context>handleSignal:
         0xb5df8e0 s Context>handleSignal:
         0xb5e5878 s Context>handleSignal:
         0xb5eb810 s Context>handleSignal:
         0xb5f17a8 s Context>handleSignal:
         0xb5f7740 s Context>handleSignal:
         0xb5fd6d8 s Context>handleSignal:
         0xb603670 s Context>handleSignal:
         0xb609608 s Context>handleSignal:
         0xb60f5a0 s Context>handleSignal:
         0xb615538 s Context>handleSignal:
         0xb61b4d0 s Context>handleSignal:
         0xb621468 s Context>handleSignal:
         0xb627400 s Context>handleSignal:
         0xb62d398 s Context>handleSignal:
         0xb633330 s Context>handleSignal:
         0xb6392c8 s Context>handleSignal:
         0xb63f260 s Context>handleSignal:
         0xb6451f8 s Context>handleSignal:
         0xb64b190 s Context>handleSignal:
         0xb651128 s Context>handleSignal:
         0xb6570c0 s Context>handleSignal:
         0xb65cfa0 s Context>handleSignal:
         0xb662dc8 s Context>handleSignal:
         0xb668b38 s Context>handleSignal:
         0xb66e7f0 s Context>handleSignal:
         0xb6743f0 s Context>handleSignal:
         0xb679f38 s Context>handleSignal:
         0xb67f9c8 s Context>handleSignal:
         0xb6853a0 s Context>handleSignal:
         0xb68acc0 s Context>handleSignal:
         0xb690528 s Context>handleSignal:
         0xb695cd8 s Context>handleSignal:
         0xb69b3d0 s Context>handleSignal:
         0xb6a0a10 s Context>handleSignal:
         0xb6a5f98 s Context>handleSignal:
         0xb6ab468 s Context>handleSignal:
         0xb6b0880 s Context>handleSignal:
         0xb6b5be0 s Context>handleSignal:
         0xb6bae88 s Context>handleSignal:
         0xb6c0078 s Context>handleSignal:
         0xb6c51b0 s Context>handleSignal:
         0xb6ca230 s Context>handleSignal:
         0xb6cf1f8 s Context>handleSignal:
         0xb6d4108 s Context>handleSignal:
         0xb6d8f60 s Context>handleSignal:
         0xb6ddd00 s Context>handleSignal:
         0xb6e29e8 s Context>handleSignal:
         0xb6e7618 s Context>handleSignal:
         0xb6ec190 s Context>handleSignal:
         0xb6f0c50 s Context>handleSignal:
         0xb6f5658 s Context>handleSignal:
         0xb6f9fa8 s Context>handleSignal:
         0xb6fe840 s Context>handleSignal:
         0xb703020 s Context>handleSignal:
         0xb707748 s Context>handleSignal:
         0xb70bdb8 s Context>handleSignal:
         0xb710370 s Context>handleSignal:
         0xb714870 s Context>handleSignal:
         0xb718cb8 s Context>handleSignal:
         0xb71d048 s Context>handleSignal:
         0xb721320 s Context>handleSignal:
         0xb725540 s Context>handleSignal:
         0xb7296a8 s Context>handleSignal:
         0xb72d758 s Context>handleSignal:
         0xb731750 s Context>handleSignal:
         0xb735690 s Context>handleSignal:
         0xb739518 s Context>handleSignal:
         0xb73d2e8 s Context>handleSignal:
         0xb741000 s Context>handleSignal:
         0xb744c60 s Context>handleSignal:
         0xb748808 s Context>handleSignal:
         0xb74c2f8 s Context>handleSignal:
         0xb74fd30 s Context>handleSignal:
         0xb7536b0 s Context>handleSignal:
         0xb756f78 s Context>handleSignal:
         0xb75a788 s Context>handleSignal:
         0xb75df98 s Context>handleSignal:
         0xb7616f0 s Context>handleSignal:
         0xb764d90 s Context>handleSignal:
         0xb768378 s Context>handleSignal:
         0xb76b7f0 s Context>handleSignal:
         0xb76ebb0 s Context>handleSignal:
         0xb771eb8 s Context>handleSignal:
         0xb775108 s Context>handleSignal:
         0xb7782a0 s Context>handleSignal:
         0xb77b380 s Context>handleSignal:
         0xb77e3a8 s Context>handleSignal:
         0xb781318 s Context>handleSignal:
         0xb7841d0 s Context>handleSignal:
         0xb786fd0 s Context>handleSignal:
         0xb789d18 s Context>handleSignal:
         0xb78c9a8 s Context>handleSignal:
         0xb78f580 s Context>handleSignal:
         0xb7920a0 s Context>handleSignal:
         0xb794b08 s Context>handleSignal:
         0xb7974b8 s Context>handleSignal:
         0xb799db0 s Context>handleSignal:
         0xb79c5f0 s Context>handleSignal:
         0xb79ed78 s Context>handleSignal:
         0xb7a1448 s Context>handleSignal:
         0xb7a3a60 s Context>handleSignal:
         0xb7a5fc0 s Context>handleSignal:
         0xb7a8468 s Context>handleSignal:
         0xb7aa858 s Context>handleSignal:
         0xb7acb90 s Context>handleSignal:
         0xb7aee10 s Context>handleSignal:
         0xb7b0fd8 s Context>handleSignal:
         0xb7b3030 s Context>handleSignal:
         0xb7b4fd0 s Context>handleSignal:
         0xb7b6eb8 s Context>handleSignal:
         0xb7b8ce8 s Context>handleSignal:
         0xb7baa60 s Context>handleSignal:
         0xb7bc720 s Context>handleSignal:
         0xb7be328 s Context>handleSignal:
         0xb7bfdc0 s Context>handleSignal:
         0xb7c16e8 s Context>handleSignal:
         0xb7c2de8 s Context>handleSignal:
         0xb7c4430 s Context>handleSignal:
         0xb7c59c0 s Context>handleSignal:
         0xb7c6e98 s Context>handleSignal:
         0xb7c82b8 s Context>handleSignal:
         0xb7c9620 s Context>handleSignal:
         0xb7ca8d0 s Context>handleSignal:
         0xb7cbac8 s Context>handleSignal:
         0xb7ccc08 s Context>handleSignal:
         0xb7cdc90 s Context>handleSignal:
         0xb7cec60 s Context>handleSignal:
         0xb7cfb78 s Context>handleSignal:
         0xb7d09d8 s Context>handleSignal:
         0xb7d1780 s Context>handleSignal:
         0xb7d2470 s Context>handleSignal:
         0xb7d30a8 s Context>handleSignal:
         0xb7d3c28 s Context>handleSignal:
         0xb7d46f0 s Context>handleSignal:
         0xb7d5100 s Context>handleSignal:
         0xb7d5a58 s Context>handleSignal:
         0xb7d62f8 s Context>handleSignal:
         0xb7d6ae0 s Context>handleSignal:
         0xbf744d0 s Halt(Exception)>signal
         0xbf8cf10 s Halt class(Exception class)>signal
         0xbfab3a0 s Halt class>now
         0xbfaae20 s FullBlockClosure(Object)>halt
         0xbfdcf00 s FullBlockClosure>printOn:
         0xbfffc48 s Context>printOn:
         0xc023c28 s Context>printDebugOn:
         0xc0236d0 s [] in Context>debugStack:on:
         0xc04eee0 s OrderedCollection>do:
         0xbfab0e0 s Context>debugStack:on:
         0xbfdd0a8 s Context>shortDebugStackOn:
         0xbfffe00 s [] in SmalltalkImage>logError:inContext:
         0xc023e78 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf74418 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8cdf8 s SmalltalkImage>logStdErrorDuring:
         0xbfab2a0 s SmalltalkImage>logError:inContext:
         0xbfdd240 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xbffff80 s FullBlockClosure(BlockClosure)>ensure:
         0xc0240a0 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04f3e8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc063fc8 s Halt(Exception)>unhandledErrorAction
         0xc071348 s Halt(UnhandledException)>defaultAction
         0xc08d208 s UndefinedObject>handleSignal:
         0xc08d2c0 s Context>handleSignal:
         0xc08d378 s Context>handleSignal:
         0xc08d430 s Context>handleSignal:
         0xc08d4e8 s Context>handleSignal:
         0xc08d5a0 s Context>handleSignal:
         0xc08d658 s Context>handleSignal:
         0xc08d710 s Context>handleSignal:
         0xc08d7c8 s Context>handleSignal:
         0xc08d880 s Context>handleSignal:
         0xc08d938 s Context>handleSignal:
         0xc0ff430 s Context>handleSignal:
         0xc10ab50 s Context>handleSignal:
         0xc1159f8 s Context>handleSignal:
         0xc1202e0 s Context>handleSignal:
         0xc12ab10 s Context>handleSignal:
         0xc135340 s Context>handleSignal:
         0xc13fb70 s Context>handleSignal:
         0xc14a3a0 s Context>handleSignal:
         0xc154bd0 s Context>handleSignal:
         0xc15f400 s Context>handleSignal:
         0xc169c30 s Context>handleSignal:
         0xc174460 s Context>handleSignal:
         0xc17ec90 s Context>handleSignal:
         0xc1894c0 s Context>handleSignal:
         0xc193cf0 s Context>handleSignal:
         0xc19e520 s Context>handleSignal:
         0xc1a8d50 s Context>handleSignal:
         0xc1b3580 s Context>handleSignal:
         0xc1bddb0 s Context>handleSignal:
         0xc1c85e0 s Context>handleSignal:
         0xc1d2e10 s Context>handleSignal:
         0xc1dd640 s Context>handleSignal:
         0xc1e7e70 s Context>handleSignal:
         0xc1f26a0 s Context>handleSignal:
         0xc1fced0 s Context>handleSignal:
         0xc207700 s Context>handleSignal:
         0xc211f30 s Context>handleSignal:
         0xc21c760 s Context>handleSignal:
         0xc226f90 s Context>handleSignal:
         0xc2317c0 s Context>handleSignal:
         0xc23bff0 s Context>handleSignal:
         0xc246820 s Context>handleSignal:
         0xc251050 s Context>handleSignal:
         0xc25b880 s Context>handleSignal:
         0xc262cf0 s Context>handleSignal:
         0xb7dbfb0 s Context>handleSignal:
         0xb7e6898 s Context>handleSignal:
         0xb7f1180 s Context>handleSignal:
         0xb7fba68 s Context>handleSignal:
         0xb806350 s Context>handleSignal:
         0xb810c38 s Context>handleSignal:
         0xb81b520 s Context>handleSignal:
         0xb825e08 s Context>handleSignal:
         0xb8306f0 s Context>handleSignal:
         0xb83afd8 s Context>handleSignal:
         0xb8458c0 s Context>handleSignal:
         0xb8501a8 s Context>handleSignal:
         0xb85aa90 s Context>handleSignal:
         0xb865378 s Context>handleSignal:
         0xb86fc60 s Context>handleSignal:
         0xb87a548 s Context>handleSignal:
         0xb884e30 s Context>handleSignal:
         0xb88f718 s Context>handleSignal:
         0xb89a000 s Context>handleSignal:
         0xb8a48e8 s Context>handleSignal:
         0xb8af1d0 s Context>handleSignal:
         0xb8b9ab8 s Context>handleSignal:
         0xb8c43a0 s Context>handleSignal:
         0xb8cec88 s Context>handleSignal:
         0xb8d9570 s Context>handleSignal:
         0xb8e3e58 s Context>handleSignal:
         0xb8ee740 s Context>handleSignal:
         0xb8f9028 s Context>handleSignal:
         0xb903910 s Context>handleSignal:
         0xb90e1f8 s Context>handleSignal:
         0xb918ae0 s Context>handleSignal:
         0xb9233c8 s Context>handleSignal:
         0xb92dcb0 s Context>handleSignal:
         0xb938598 s Context>handleSignal:
         0xb942e80 s Context>handleSignal:
         0xb94d768 s Context>handleSignal:
         0xb958050 s Context>handleSignal:
         0xb962938 s Context>handleSignal:
         0xb96d220 s Context>handleSignal:
         0xb977b08 s Context>handleSignal:
         0xb9823f0 s Context>handleSignal:
         0xb98ccd8 s Context>handleSignal:
         0xb9975c0 s Context>handleSignal:
         0xb9a1ea8 s Context>handleSignal:
         0xb9ac790 s Context>handleSignal:
         0xb9b7078 s Context>handleSignal:
         0xb9c1960 s Context>handleSignal:
         0xb9cc248 s Context>handleSignal:
         0xb9d6b30 s Context>handleSignal:
         0xb9e1418 s Context>handleSignal:
         0xb9ebd00 s Context>handleSignal:
         0xb9f65e8 s Context>handleSignal:
         0xba00ed0 s Context>handleSignal:
         0xba0b7b8 s Context>handleSignal:
         0xba160a0 s Context>handleSignal:
         0xba20988 s Context>handleSignal:
         0xba2b270 s Context>handleSignal:
         0xba35b58 s Context>handleSignal:
         0xb418300 s Context>handleSignal:
         0xb41ebf0 s Context>handleSignal:
         0xb426258 s Context>handleSignal:
         0xb42cc68 s Context>handleSignal:
         0xb434068 s Context>handleSignal:
         0xb43b150 s Context>handleSignal:
         0xb442010 s Context>handleSignal:
         0xb4481d0 s Context>handleSignal:
         0xb44e390 s Context>handleSignal:
         0xb454498 s Context>handleSignal:
         0xb45a4e8 s Context>handleSignal:
         0xb460538 s Context>handleSignal:
         0xb466588 s Context>handleSignal:
         0xb46c5d8 s Context>handleSignal:
         0xb472628 s Context>handleSignal:
         0xb478678 s Context>handleSignal:
         0xb47e6c8 s Context>handleSignal:
         0xb484718 s Context>handleSignal:
         0xb48a768 s Context>handleSignal:
         0xb4907b8 s Context>handleSignal:
         0xb496808 s Context>handleSignal:
         0xb49c858 s Context>handleSignal:
         0xb4a28a8 s Context>handleSignal:
         0xb4a88f8 s Context>handleSignal:
         0xb4ae948 s Context>handleSignal:
         0xb4b4998 s Context>handleSignal:
         0xb4ba9e8 s Context>handleSignal:
         0xb4c0a38 s Context>handleSignal:
         0xb4c6a88 s Context>handleSignal:
         0xb4ccad8 s Context>handleSignal:
         0xb4d2a70 s Context>handleSignal:
         0xb4d8a08 s Context>handleSignal:
         0xb4de9a0 s Context>handleSignal:
         0xb4e4938 s Context>handleSignal:
         0xb4ea8d0 s Context>handleSignal:
         0xb4f0868 s Context>handleSignal:
         0xb4f6800 s Context>handleSignal:
         0xb4fc798 s Context>handleSignal:
         0xb502730 s Context>handleSignal:
         0xb5086c8 s Context>handleSignal:
         0xb50e660 s Context>handleSignal:
         0xb5145f8 s Context>handleSignal:
         0xb51a590 s Context>handleSignal:
         0xb520528 s Context>handleSignal:
         0xb5264c0 s Context>handleSignal:
         0xb52c458 s Context>handleSignal:
         0xb5323f0 s Context>handleSignal:
         0xb538388 s Context>handleSignal:
         0xb53e320 s Context>handleSignal:
         0xb5442b8 s Context>handleSignal:
         0xb54a250 s Context>handleSignal:
         0xb5501e8 s Context>handleSignal:
         0xb556180 s Context>handleSignal:
         0xb55c118 s Context>handleSignal:
         0xb5620b0 s Context>handleSignal:
         0xb568048 s Context>handleSignal:
         0xb56dfe0 s Context>handleSignal:
         0xb573f78 s Context>handleSignal:
         0xb579f10 s Context>handleSignal:
         0xb57fea8 s Context>handleSignal:
         0xb585e40 s Context>handleSignal:
         0xb58bdd8 s Context>handleSignal:
         0xb591d70 s Context>handleSignal:
         0xb597d08 s Context>handleSignal:
         0xb59dca0 s Context>handleSignal:
         0xb5a3c38 s Context>handleSignal:
         0xb5a9bd0 s Context>handleSignal:
         0xb5afb68 s Context>handleSignal:
         0xb5b5b00 s Context>handleSignal:
         0xb5bba98 s Context>handleSignal:
         0xb5c1a30 s Context>handleSignal:
         0xb5c79c8 s Context>handleSignal:
         0xb5cd960 s Context>handleSignal:
         0xb5d38f8 s Context>handleSignal:
         0xb5d9890 s Context>handleSignal:
         0xb5df828 s Context>handleSignal:
         0xb5e57c0 s Context>handleSignal:
         0xb5eb758 s Context>handleSignal:
         0xb5f16f0 s Context>handleSignal:
         0xb5f7688 s Context>handleSignal:
         0xb5fd620 s Context>handleSignal:
         0xb6035b8 s Context>handleSignal:
         0xb609550 s Context>handleSignal:
         0xb60f4e8 s Context>handleSignal:
         0xb615480 s Context>handleSignal:
         0xb61b418 s Context>handleSignal:
         0xb6213b0 s Context>handleSignal:
         0xb627348 s Context>handleSignal:
         0xb62d2e0 s Context>handleSignal:
         0xb633278 s Context>handleSignal:
         0xb639210 s Context>handleSignal:
         0xb63f1a8 s Context>handleSignal:
         0xb645140 s Context>handleSignal:
         0xb64b0d8 s Context>handleSignal:
         0xb651070 s Context>handleSignal:
         0xb657008 s Context>handleSignal:
         0xb65cee8 s Context>handleSignal:
         0xb662d10 s Context>handleSignal:
         0xb668a80 s Context>handleSignal:
         0xb66e738 s Context>handleSignal:
         0xb674338 s Context>handleSignal:
         0xb679e80 s Context>handleSignal:
         0xb67f910 s Context>handleSignal:
         0xb6852e8 s Context>handleSignal:
         0xb68ac08 s Context>handleSignal:
         0xb690470 s Context>handleSignal:
         0xb695c20 s Context>handleSignal:
         0xb69b318 s Context>handleSignal:
         0xb6a0958 s Context>handleSignal:
         0xb6a5ee0 s Context>handleSignal:
         0xb6ab3b0 s Context>handleSignal:
         0xb6b07c8 s Context>handleSignal:
         0xb6b5b28 s Context>handleSignal:
         0xb6badd0 s Context>handleSignal:
         0xb6bffc0 s Context>handleSignal:
         0xb6c50f8 s Context>handleSignal:
         0xb6ca178 s Context>handleSignal:
         0xb6cf140 s Context>handleSignal:
         0xb6d4050 s Context>handleSignal:
         0xb6d8ea8 s Context>handleSignal:
         0xb6ddc48 s Context>handleSignal:
         0xb6e2930 s Context>handleSignal:
         0xb6e7560 s Context>handleSignal:
         0xb6ec0d8 s Context>handleSignal:
         0xb6f0b98 s Context>handleSignal:
         0xb6f55a0 s Context>handleSignal:
         0xb6f9ef0 s Context>handleSignal:
         0xb6fe788 s Context>handleSignal:
         0xb702f68 s Context>handleSignal:
         0xb707690 s Context>handleSignal:
         0xb70bd00 s Context>handleSignal:
         0xb7102b8 s Context>handleSignal:
         0xb7147b8 s Context>handleSignal:
         0xb718c00 s Context>handleSignal:
         0xb71cf90 s Context>handleSignal:
         0xb721268 s Context>handleSignal:
         0xb725488 s Context>handleSignal:
         0xb7295f0 s Context>handleSignal:
         0xb72d6a0 s Context>handleSignal:
         0xb731698 s Context>handleSignal:
         0xb7355d8 s Context>handleSignal:
         0xb739460 s Context>handleSignal:
         0xb73d230 s Context>handleSignal:
         0xb740f48 s Context>handleSignal:
         0xb744ba8 s Context>handleSignal:
         0xb748750 s Context>handleSignal:
         0xb74c240 s Context>handleSignal:
         0xb74fc78 s Context>handleSignal:
         0xb7535f8 s Context>handleSignal:
         0xb756ec0 s Context>handleSignal:
         0xb75a6d0 s Context>handleSignal:
         0xb75dee0 s Context>handleSignal:
         0xb761638 s Context>handleSignal:
         0xb764cd8 s Context>handleSignal:
         0xb7682c0 s Context>handleSignal:
         0xb76b738 s Context>handleSignal:
         0xb76eaf8 s Context>handleSignal:
         0xb771e00 s Context>handleSignal:
         0xb775050 s Context>handleSignal:
         0xb7781e8 s Context>handleSignal:
         0xb77b2c8 s Context>handleSignal:
         0xb77e2f0 s Context>handleSignal:
         0xb781260 s Context>handleSignal:
         0xb784118 s Context>handleSignal:
         0xb786f18 s Context>handleSignal:
         0xb789c60 s Context>handleSignal:
         0xb78c8f0 s Context>handleSignal:
         0xb78f4c8 s Context>handleSignal:
         0xb791fe8 s Context>handleSignal:
         0xb794a50 s Context>handleSignal:
         0xb797400 s Context>handleSignal:
         0xb799cf8 s Context>handleSignal:
         0xb79c538 s Context>handleSignal:
         0xb79ecc0 s Context>handleSignal:
         0xb7a1390 s Context>handleSignal:
         0xb7a39a8 s Context>handleSignal:
         0xb7a5f08 s Context>handleSignal:
         0xb7a83b0 s Context>handleSignal:
         0xb7aa7a0 s Context>handleSignal:
         0xb7acad8 s Context>handleSignal:
         0xb7aed58 s Context>handleSignal:
         0xb7b0f20 s Context>handleSignal:
         0xb7b2f78 s Context>handleSignal:
         0xb7b4f18 s Context>handleSignal:
         0xb7b6e00 s Context>handleSignal:
         0xb7b8c30 s Context>handleSignal:
         0xb7ba9a8 s Context>handleSignal:
         0xb7bc668 s Context>handleSignal:
         0xb7be270 s Context>handleSignal:
         0xb7bfd08 s Context>handleSignal:
         0xb7c1630 s Context>handleSignal:
         0xb7c2d30 s Context>handleSignal:
         0xb7c4378 s Context>handleSignal:
         0xb7c5908 s Context>handleSignal:
         0xb7c6de0 s Context>handleSignal:
         0xb7c8200 s Context>handleSignal:
         0xb7c9568 s Context>handleSignal:
         0xb7ca818 s Context>handleSignal:
         0xb7cba10 s Context>handleSignal:
         0xb7ccb50 s Context>handleSignal:
         0xb7cdbd8 s Context>handleSignal:
         0xb7ceba8 s Context>handleSignal:
         0xb7cfac0 s Context>handleSignal:
         0xb7d0920 s Context>handleSignal:
         0xb7d16c8 s Context>handleSignal:
         0xb7d23b8 s Context>handleSignal:
         0xb7d2ff0 s Context>handleSignal:
         0xb7d3b70 s Context>handleSignal:
         0xb7d4638 s Context>handleSignal:
         0xb7d5048 s Context>handleSignal:
         0xb7d59a0 s Context>handleSignal:
         0xb7d6240 s Context>handleSignal:
         0xbf74678 s Halt(Exception)>signal
         0xbf8d110 s Halt class(Exception class)>signal
         0xbfab718 s Halt class>now
         0xbfab198 s FullBlockClosure(Object)>halt
         0xbfdd160 s FullBlockClosure>printOn:
         0xbfffeb8 s Context>printOn:
         0xc023f30 s Context>printDebugOn:
         0xc023ce0 s [] in Context>debugStack:on:
         0xc04f1c0 s OrderedCollection>do:
         0xbfab458 s Context>debugStack:on:
         0xbfdd308 s Context>shortDebugStackOn:
         0xc000070 s [] in SmalltalkImage>logError:inContext:
         0xc024180 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf745c0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8cff8 s SmalltalkImage>logStdErrorDuring:
         0xbfab618 s SmalltalkImage>logError:inContext:
         0xbfdd4a0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0001f0 s FullBlockClosure(BlockClosure)>ensure:
         0xc0243a8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04f558 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0640a0 s Halt(Exception)>unhandledErrorAction
         0xc071548 s Halt(UnhandledException)>defaultAction
         0xc0903a0 s UndefinedObject>handleSignal:
         0xc090458 s Context>handleSignal:
         0xc090510 s Context>handleSignal:
         0xc0905c8 s Context>handleSignal:
         0xc090680 s Context>handleSignal:
         0xc090738 s Context>handleSignal:
         0xc0907f0 s Context>handleSignal:
         0xc0908a8 s Context>handleSignal:
         0xc090960 s Context>handleSignal:
         0xc090a18 s Context>handleSignal:
         0xc090ad0 s Context>handleSignal:
         0xc0ff880 s Context>handleSignal:
         0xc10afa0 s Context>handleSignal:
         0xc115e48 s Context>handleSignal:
         0xc120730 s Context>handleSignal:
         0xc12af60 s Context>handleSignal:
         0xc135790 s Context>handleSignal:
         0xc13ffc0 s Context>handleSignal:
         0xc14a7f0 s Context>handleSignal:
         0xc155020 s Context>handleSignal:
         0xc15f850 s Context>handleSignal:
         0xc16a080 s Context>handleSignal:
         0xc1748b0 s Context>handleSignal:
         0xc17f0e0 s Context>handleSignal:
         0xc189910 s Context>handleSignal:
         0xc194140 s Context>handleSignal:
         0xc19e970 s Context>handleSignal:
         0xc1a91a0 s Context>handleSignal:
         0xc1b39d0 s Context>handleSignal:
         0xc1be200 s Context>handleSignal:
         0xc1c8a30 s Context>handleSignal:
         0xc1d3260 s Context>handleSignal:
         0xc1dda90 s Context>handleSignal:
         0xc1e82c0 s Context>handleSignal:
         0xc1f2af0 s Context>handleSignal:
         0xc1fd320 s Context>handleSignal:
         0xc207b50 s Context>handleSignal:
         0xc212380 s Context>handleSignal:
         0xc21cbb0 s Context>handleSignal:
         0xc2273e0 s Context>handleSignal:
         0xc231c10 s Context>handleSignal:
         0xc23c440 s Context>handleSignal:
         0xc246c70 s Context>handleSignal:
         0xc2514a0 s Context>handleSignal:
         0xc25bcd0 s Context>handleSignal:
         0xc263140 s Context>handleSignal:
         0xb7dc400 s Context>handleSignal:
         0xb7e6ce8 s Context>handleSignal:
         0xb7f15d0 s Context>handleSignal:
         0xb7fbeb8 s Context>handleSignal:
         0xb8067a0 s Context>handleSignal:
         0xb811088 s Context>handleSignal:
         0xb81b970 s Context>handleSignal:
         0xb826258 s Context>handleSignal:
         0xb830b40 s Context>handleSignal:
         0xb83b428 s Context>handleSignal:
         0xb845d10 s Context>handleSignal:
         0xb8505f8 s Context>handleSignal:
         0xb85aee0 s Context>handleSignal:
         0xb8657c8 s Context>handleSignal:
         0xb8700b0 s Context>handleSignal:
         0xb87a998 s Context>handleSignal:
         0xb885280 s Context>handleSignal:
         0xb88fb68 s Context>handleSignal:
         0xb89a450 s Context>handleSignal:
         0xb8a4d38 s Context>handleSignal:
         0xb8af620 s Context>handleSignal:
         0xb8b9f08 s Context>handleSignal:
         0xb8c47f0 s Context>handleSignal:
         0xb8cf0d8 s Context>handleSignal:
         0xb8d99c0 s Context>handleSignal:
         0xb8e42a8 s Context>handleSignal:
         0xb8eeb90 s Context>handleSignal:
         0xb8f9478 s Context>handleSignal:
         0xb903d60 s Context>handleSignal:
         0xb90e648 s Context>handleSignal:
         0xb918f30 s Context>handleSignal:
         0xb923818 s Context>handleSignal:
         0xb92e100 s Context>handleSignal:
         0xb9389e8 s Context>handleSignal:
         0xb9432d0 s Context>handleSignal:
         0xb94dbb8 s Context>handleSignal:
         0xb9584a0 s Context>handleSignal:
         0xb962d88 s Context>handleSignal:
         0xb96d670 s Context>handleSignal:
         0xb977f58 s Context>handleSignal:
         0xb982840 s Context>handleSignal:
         0xb98d128 s Context>handleSignal:
         0xb997a10 s Context>handleSignal:
         0xb9a22f8 s Context>handleSignal:
         0xb9acbe0 s Context>handleSignal:
         0xb9b74c8 s Context>handleSignal:
         0xb9c1db0 s Context>handleSignal:
         0xb9cc698 s Context>handleSignal:
         0xb9d6f80 s Context>handleSignal:
         0xb9e1868 s Context>handleSignal:
         0xb9ec150 s Context>handleSignal:
         0xb9f6a38 s Context>handleSignal:
         0xba01320 s Context>handleSignal:
         0xba0bc08 s Context>handleSignal:
         0xba164f0 s Context>handleSignal:
         0xba20dd8 s Context>handleSignal:
         0xba2b6c0 s Context>handleSignal:
         0xba35fa8 s Context>handleSignal:
         0xb418248 s Context>handleSignal:
         0xb41eb38 s Context>handleSignal:
         0xb4261a0 s Context>handleSignal:
         0xb42cbb0 s Context>handleSignal:
         0xb433fb0 s Context>handleSignal:
         0xb43b098 s Context>handleSignal:
         0xb441f58 s Context>handleSignal:
         0xb448118 s Context>handleSignal:
         0xb44e2d8 s Context>handleSignal:
         0xb4543e0 s Context>handleSignal:
         0xb45a430 s Context>handleSignal:
         0xb460480 s Context>handleSignal:
         0xb4664d0 s Context>handleSignal:
         0xb46c520 s Context>handleSignal:
         0xb472570 s Context>handleSignal:
         0xb4785c0 s Context>handleSignal:
         0xb47e610 s Context>handleSignal:
         0xb484660 s Context>handleSignal:
         0xb48a6b0 s Context>handleSignal:
         0xb490700 s Context>handleSignal:
         0xb496750 s Context>handleSignal:
         0xb49c7a0 s Context>handleSignal:
         0xb4a27f0 s Context>handleSignal:
         0xb4a8840 s Context>handleSignal:
         0xb4ae890 s Context>handleSignal:
         0xb4b48e0 s Context>handleSignal:
         0xb4ba930 s Context>handleSignal:
         0xb4c0980 s Context>handleSignal:
         0xb4c69d0 s Context>handleSignal:
         0xb4cca20 s Context>handleSignal:
         0xb4d29b8 s Context>handleSignal:
         0xb4d8950 s Context>handleSignal:
         0xb4de8e8 s Context>handleSignal:
         0xb4e4880 s Context>handleSignal:
         0xb4ea818 s Context>handleSignal:
         0xb4f07b0 s Context>handleSignal:
         0xb4f6748 s Context>handleSignal:
         0xb4fc6e0 s Context>handleSignal:
         0xb502678 s Context>handleSignal:
         0xb508610 s Context>handleSignal:
         0xb50e5a8 s Context>handleSignal:
         0xb514540 s Context>handleSignal:
         0xb51a4d8 s Context>handleSignal:
         0xb520470 s Context>handleSignal:
         0xb526408 s Context>handleSignal:
         0xb52c3a0 s Context>handleSignal:
         0xb532338 s Context>handleSignal:
         0xb5382d0 s Context>handleSignal:
         0xb53e268 s Context>handleSignal:
         0xb544200 s Context>handleSignal:
         0xb54a198 s Context>handleSignal:
         0xb550130 s Context>handleSignal:
         0xb5560c8 s Context>handleSignal:
         0xb55c060 s Context>handleSignal:
         0xb561ff8 s Context>handleSignal:
         0xb567f90 s Context>handleSignal:
         0xb56df28 s Context>handleSignal:
         0xb573ec0 s Context>handleSignal:
         0xb579e58 s Context>handleSignal:
         0xb57fdf0 s Context>handleSignal:
         0xb585d88 s Context>handleSignal:
         0xb58bd20 s Context>handleSignal:
         0xb591cb8 s Context>handleSignal:
         0xb597c50 s Context>handleSignal:
         0xb59dbe8 s Context>handleSignal:
         0xb5a3b80 s Context>handleSignal:
         0xb5a9b18 s Context>handleSignal:
         0xb5afab0 s Context>handleSignal:
         0xb5b5a48 s Context>handleSignal:
         0xb5bb9e0 s Context>handleSignal:
         0xb5c1978 s Context>handleSignal:
         0xb5c7910 s Context>handleSignal:
         0xb5cd8a8 s Context>handleSignal:
         0xb5d3840 s Context>handleSignal:
         0xb5d97d8 s Context>handleSignal:
         0xb5df770 s Context>handleSignal:
         0xb5e5708 s Context>handleSignal:
         0xb5eb6a0 s Context>handleSignal:
         0xb5f1638 s Context>handleSignal:
         0xb5f75d0 s Context>handleSignal:
         0xb5fd568 s Context>handleSignal:
         0xb603500 s Context>handleSignal:
         0xb609498 s Context>handleSignal:
         0xb60f430 s Context>handleSignal:
         0xb6153c8 s Context>handleSignal:
         0xb61b360 s Context>handleSignal:
         0xb6212f8 s Context>handleSignal:
         0xb627290 s Context>handleSignal:
         0xb62d228 s Context>handleSignal:
         0xb6331c0 s Context>handleSignal:
         0xb639158 s Context>handleSignal:
         0xb63f0f0 s Context>handleSignal:
         0xb645088 s Context>handleSignal:
         0xb64b020 s Context>handleSignal:
         0xb650fb8 s Context>handleSignal:
         0xb656f50 s Context>handleSignal:
         0xb65ce30 s Context>handleSignal:
         0xb662c58 s Context>handleSignal:
         0xb6689c8 s Context>handleSignal:
         0xb66e680 s Context>handleSignal:
         0xb674280 s Context>handleSignal:
         0xb679dc8 s Context>handleSignal:
         0xb67f858 s Context>handleSignal:
         0xb685230 s Context>handleSignal:
         0xb68ab50 s Context>handleSignal:
         0xb6903b8 s Context>handleSignal:
         0xb695b68 s Context>handleSignal:
         0xb69b260 s Context>handleSignal:
         0xb6a08a0 s Context>handleSignal:
         0xb6a5e28 s Context>handleSignal:
         0xb6ab2f8 s Context>handleSignal:
         0xb6b0710 s Context>handleSignal:
         0xb6b5a70 s Context>handleSignal:
         0xb6bad18 s Context>handleSignal:
         0xb6bff08 s Context>handleSignal:
         0xb6c5040 s Context>handleSignal:
         0xb6ca0c0 s Context>handleSignal:
         0xb6cf088 s Context>handleSignal:
         0xb6d3f98 s Context>handleSignal:
         0xb6d8df0 s Context>handleSignal:
         0xb6ddb90 s Context>handleSignal:
         0xb6e2878 s Context>handleSignal:
         0xb6e74a8 s Context>handleSignal:
         0xb6ec020 s Context>handleSignal:
         0xb6f0ae0 s Context>handleSignal:
         0xb6f54e8 s Context>handleSignal:
         0xb6f9e38 s Context>handleSignal:
         0xb6fe6d0 s Context>handleSignal:
         0xb702eb0 s Context>handleSignal:
         0xb7075d8 s Context>handleSignal:
         0xb70bc48 s Context>handleSignal:
         0xb710200 s Context>handleSignal:
         0xb714700 s Context>handleSignal:
         0xb718b48 s Context>handleSignal:
         0xb71ced8 s Context>handleSignal:
         0xb7211b0 s Context>handleSignal:
         0xb7253d0 s Context>handleSignal:
         0xb729538 s Context>handleSignal:
         0xb72d5e8 s Context>handleSignal:
         0xb7315e0 s Context>handleSignal:
         0xb735520 s Context>handleSignal:
         0xb7393a8 s Context>handleSignal:
         0xb73d178 s Context>handleSignal:
         0xb740e90 s Context>handleSignal:
         0xb744af0 s Context>handleSignal:
         0xb748698 s Context>handleSignal:
         0xb74c188 s Context>handleSignal:
         0xb74fbc0 s Context>handleSignal:
         0xb753540 s Context>handleSignal:
         0xb756e08 s Context>handleSignal:
         0xb75a618 s Context>handleSignal:
         0xb75de28 s Context>handleSignal:
         0xb761580 s Context>handleSignal:
         0xb764c20 s Context>handleSignal:
         0xb768208 s Context>handleSignal:
         0xb76b680 s Context>handleSignal:
         0xb76ea40 s Context>handleSignal:
         0xb771d48 s Context>handleSignal:
         0xb774f98 s Context>handleSignal:
         0xb778130 s Context>handleSignal:
         0xb77b210 s Context>handleSignal:
         0xb77e238 s Context>handleSignal:
         0xb7811a8 s Context>handleSignal:
         0xb784060 s Context>handleSignal:
         0xb786e60 s Context>handleSignal:
         0xb789ba8 s Context>handleSignal:
         0xb78c838 s Context>handleSignal:
         0xb78f410 s Context>handleSignal:
         0xb791f30 s Context>handleSignal:
         0xb794998 s Context>handleSignal:
         0xb797348 s Context>handleSignal:
         0xb799c40 s Context>handleSignal:
         0xb79c480 s Context>handleSignal:
         0xb79ec08 s Context>handleSignal:
         0xb7a12d8 s Context>handleSignal:
         0xb7a38f0 s Context>handleSignal:
         0xb7a5e50 s Context>handleSignal:
         0xb7a82f8 s Context>handleSignal:
         0xb7aa6e8 s Context>handleSignal:
         0xb7aca20 s Context>handleSignal:
         0xb7aeca0 s Context>handleSignal:
         0xb7b0e68 s Context>handleSignal:
         0xb7b2ec0 s Context>handleSignal:
         0xb7b4e60 s Context>handleSignal:
         0xb7b6d48 s Context>handleSignal:
         0xb7b8b78 s Context>handleSignal:
         0xb7ba8f0 s Context>handleSignal:
         0xb7bc5b0 s Context>handleSignal:
         0xb7be1b8 s Context>handleSignal:
         0xb7bfc50 s Context>handleSignal:
         0xb7c1578 s Context>handleSignal:
         0xb7c2c78 s Context>handleSignal:
         0xb7c42c0 s Context>handleSignal:
         0xb7c5850 s Context>handleSignal:
         0xb7c6d28 s Context>handleSignal:
         0xb7c8148 s Context>handleSignal:
         0xb7c94b0 s Context>handleSignal:
         0xb7ca760 s Context>handleSignal:
         0xb7cb958 s Context>handleSignal:
         0xb7cca98 s Context>handleSignal:
         0xb7cdb20 s Context>handleSignal:
         0xb7ceaf0 s Context>handleSignal:
         0xb7cfa08 s Context>handleSignal:
         0xb7d0868 s Context>handleSignal:
         0xb7d1610 s Context>handleSignal:
         0xb7d2300 s Context>handleSignal:
         0xb7d2f38 s Context>handleSignal:
         0xb7d3ab8 s Context>handleSignal:
         0xb7d4580 s Context>handleSignal:
         0xb7d4f90 s Context>handleSignal:
         0xb7d58e8 s Context>handleSignal:
         0xbf74820 s Halt(Exception)>signal
         0xbf8d310 s Halt class(Exception class)>signal
         0xbfaba90 s Halt class>now
         0xbfab510 s FullBlockClosure(Object)>halt
         0xbfdd3c0 s FullBlockClosure>printOn:
         0xc000128 s Context>printOn:
         0xc024238 s Context>printDebugOn:
         0xc023fe8 s [] in Context>debugStack:on:
         0xc04f330 s OrderedCollection>do:
         0xbfab7d0 s Context>debugStack:on:
         0xbfdd568 s Context>shortDebugStackOn:
         0xc0002e0 s [] in SmalltalkImage>logError:inContext:
         0xc024488 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf74768 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8d1f8 s SmalltalkImage>logStdErrorDuring:
         0xbfab990 s SmalltalkImage>logError:inContext:
         0xbfdd700 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc000460 s FullBlockClosure(BlockClosure)>ensure:
         0xc0246b0 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04f6c8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc064178 s Halt(Exception)>unhandledErrorAction
         0xc071748 s Halt(UnhandledException)>defaultAction
         0xc091370 s UndefinedObject>handleSignal:
         0xc091428 s Context>handleSignal:
         0xc0914e0 s Context>handleSignal:
         0xc091598 s Context>handleSignal:
         0xc091650 s Context>handleSignal:
         0xc091708 s Context>handleSignal:
         0xc0917c0 s Context>handleSignal:
         0xc091878 s Context>handleSignal:
         0xc091930 s Context>handleSignal:
         0xc0919e8 s Context>handleSignal:
         0xc091aa0 s Context>handleSignal:
         0xc0ff9f0 s Context>handleSignal:
         0xc10b110 s Context>handleSignal:
         0xc115fb8 s Context>handleSignal:
         0xc1208a0 s Context>handleSignal:
         0xc12b0d0 s Context>handleSignal:
         0xc135900 s Context>handleSignal:
         0xc140130 s Context>handleSignal:
         0xc14a960 s Context>handleSignal:
         0xc155190 s Context>handleSignal:
         0xc15f9c0 s Context>handleSignal:
         0xc16a1f0 s Context>handleSignal:
         0xc174a20 s Context>handleSignal:
         0xc17f250 s Context>handleSignal:
         0xc189a80 s Context>handleSignal:
         0xc1942b0 s Context>handleSignal:
         0xc19eae0 s Context>handleSignal:
         0xc1a9310 s Context>handleSignal:
         0xc1b3b40 s Context>handleSignal:
         0xc1be370 s Context>handleSignal:
         0xc1c8ba0 s Context>handleSignal:
         0xc1d33d0 s Context>handleSignal:
         0xc1ddc00 s Context>handleSignal:
         0xc1e8430 s Context>handleSignal:
         0xc1f2c60 s Context>handleSignal:
         0xc1fd490 s Context>handleSignal:
         0xc207cc0 s Context>handleSignal:
         0xc2124f0 s Context>handleSignal:
         0xc21cd20 s Context>handleSignal:
         0xc227550 s Context>handleSignal:
         0xc231d80 s Context>handleSignal:
         0xc23c5b0 s Context>handleSignal:
         0xc246de0 s Context>handleSignal:
         0xc251610 s Context>handleSignal:
         0xc25be40 s Context>handleSignal:
         0xc2632b0 s Context>handleSignal:
         0xb7dc628 s Context>handleSignal:
         0xb7e6f10 s Context>handleSignal:
         0xb7f17f8 s Context>handleSignal:
         0xb7fc0e0 s Context>handleSignal:
         0xb8069c8 s Context>handleSignal:
         0xb8112b0 s Context>handleSignal:
         0xb81bb98 s Context>handleSignal:
         0xb826480 s Context>handleSignal:
         0xb830d68 s Context>handleSignal:
         0xb83b650 s Context>handleSignal:
         0xb845f38 s Context>handleSignal:
         0xb850820 s Context>handleSignal:
         0xb85b108 s Context>handleSignal:
         0xb8659f0 s Context>handleSignal:
         0xb8702d8 s Context>handleSignal:
         0xb87abc0 s Context>handleSignal:
         0xb8854a8 s Context>handleSignal:
         0xb88fd90 s Context>handleSignal:
         0xb89a678 s Context>handleSignal:
         0xb8a4f60 s Context>handleSignal:
         0xb8af848 s Context>handleSignal:
         0xb8ba130 s Context>handleSignal:
         0xb8c4a18 s Context>handleSignal:
         0xb8cf300 s Context>handleSignal:
         0xb8d9be8 s Context>handleSignal:
         0xb8e44d0 s Context>handleSignal:
         0xb8eedb8 s Context>handleSignal:
         0xb8f96a0 s Context>handleSignal:
         0xb903f88 s Context>handleSignal:
         0xb90e870 s Context>handleSignal:
         0xb919158 s Context>handleSignal:
         0xb923a40 s Context>handleSignal:
         0xb92e328 s Context>handleSignal:
         0xb938c10 s Context>handleSignal:
         0xb9434f8 s Context>handleSignal:
         0xb94dde0 s Context>handleSignal:
         0xb9586c8 s Context>handleSignal:
         0xb962fb0 s Context>handleSignal:
         0xb96d898 s Context>handleSignal:
         0xb978180 s Context>handleSignal:
         0xb982a68 s Context>handleSignal:
         0xb98d350 s Context>handleSignal:
         0xb997c38 s Context>handleSignal:
         0xb9a2520 s Context>handleSignal:
         0xb9ace08 s Context>handleSignal:
         0xb9b76f0 s Context>handleSignal:
         0xb9c1fd8 s Context>handleSignal:
         0xb9cc8c0 s Context>handleSignal:
         0xb9d71a8 s Context>handleSignal:
         0xb9e1a90 s Context>handleSignal:
         0xb9ec378 s Context>handleSignal:
         0xb9f6c60 s Context>handleSignal:
         0xba01548 s Context>handleSignal:
         0xba0be30 s Context>handleSignal:
         0xba16718 s Context>handleSignal:
         0xba21000 s Context>handleSignal:
         0xba2b8e8 s Context>handleSignal:
         0xba361d0 s Context>handleSignal:
         0xb418190 s Context>handleSignal:
         0xb41ea80 s Context>handleSignal:
         0xb4260e8 s Context>handleSignal:
         0xb42caf8 s Context>handleSignal:
         0xb433ef8 s Context>handleSignal:
         0xb43afe0 s Context>handleSignal:
         0xb441ea0 s Context>handleSignal:
         0xb448060 s Context>handleSignal:
         0xb44e220 s Context>handleSignal:
         0xb454328 s Context>handleSignal:
         0xb45a378 s Context>handleSignal:
         0xb4603c8 s Context>handleSignal:
         0xb466418 s Context>handleSignal:
         0xb46c468 s Context>handleSignal:
         0xb4724b8 s Context>handleSignal:
         0xb478508 s Context>handleSignal:
         0xb47e558 s Context>handleSignal:
         0xb4845a8 s Context>handleSignal:
         0xb48a5f8 s Context>handleSignal:
         0xb490648 s Context>handleSignal:
         0xb496698 s Context>handleSignal:
         0xb49c6e8 s Context>handleSignal:
         0xb4a2738 s Context>handleSignal:
         0xb4a8788 s Context>handleSignal:
         0xb4ae7d8 s Context>handleSignal:
         0xb4b4828 s Context>handleSignal:
         0xb4ba878 s Context>handleSignal:
         0xb4c08c8 s Context>handleSignal:
         0xb4c6918 s Context>handleSignal:
         0xb4cc968 s Context>handleSignal:
         0xb4d2900 s Context>handleSignal:
         0xb4d8898 s Context>handleSignal:
         0xb4de830 s Context>handleSignal:
         0xb4e47c8 s Context>handleSignal:
         0xb4ea760 s Context>handleSignal:
         0xb4f06f8 s Context>handleSignal:
         0xb4f6690 s Context>handleSignal:
         0xb4fc628 s Context>handleSignal:
         0xb5025c0 s Context>handleSignal:
         0xb508558 s Context>handleSignal:
         0xb50e4f0 s Context>handleSignal:
         0xb514488 s Context>handleSignal:
         0xb51a420 s Context>handleSignal:
         0xb5203b8 s Context>handleSignal:
         0xb526350 s Context>handleSignal:
         0xb52c2e8 s Context>handleSignal:
         0xb532280 s Context>handleSignal:
         0xb538218 s Context>handleSignal:
         0xb53e1b0 s Context>handleSignal:
         0xb544148 s Context>handleSignal:
         0xb54a0e0 s Context>handleSignal:
         0xb550078 s Context>handleSignal:
         0xb556010 s Context>handleSignal:
         0xb55bfa8 s Context>handleSignal:
         0xb561f40 s Context>handleSignal:
         0xb567ed8 s Context>handleSignal:
         0xb56de70 s Context>handleSignal:
         0xb573e08 s Context>handleSignal:
         0xb579da0 s Context>handleSignal:
         0xb57fd38 s Context>handleSignal:
         0xb585cd0 s Context>handleSignal:
         0xb58bc68 s Context>handleSignal:
         0xb591c00 s Context>handleSignal:
         0xb597b98 s Context>handleSignal:
         0xb59db30 s Context>handleSignal:
         0xb5a3ac8 s Context>handleSignal:
         0xb5a9a60 s Context>handleSignal:
         0xb5af9f8 s Context>handleSignal:
         0xb5b5990 s Context>handleSignal:
         0xb5bb928 s Context>handleSignal:
         0xb5c18c0 s Context>handleSignal:
         0xb5c7858 s Context>handleSignal:
         0xb5cd7f0 s Context>handleSignal:
         0xb5d3788 s Context>handleSignal:
         0xb5d9720 s Context>handleSignal:
         0xb5df6b8 s Context>handleSignal:
         0xb5e5650 s Context>handleSignal:
         0xb5eb5e8 s Context>handleSignal:
         0xb5f1580 s Context>handleSignal:
         0xb5f7518 s Context>handleSignal:
         0xb5fd4b0 s Context>handleSignal:
         0xb603448 s Context>handleSignal:
         0xb6093e0 s Context>handleSignal:
         0xb60f378 s Context>handleSignal:
         0xb615310 s Context>handleSignal:
         0xb61b2a8 s Context>handleSignal:
         0xb621240 s Context>handleSignal:
         0xb6271d8 s Context>handleSignal:
         0xb62d170 s Context>handleSignal:
         0xb633108 s Context>handleSignal:
         0xb6390a0 s Context>handleSignal:
         0xb63f038 s Context>handleSignal:
         0xb644fd0 s Context>handleSignal:
         0xb64af68 s Context>handleSignal:
         0xb650f00 s Context>handleSignal:
         0xb656e98 s Context>handleSignal:
         0xb65cd78 s Context>handleSignal:
         0xb662ba0 s Context>handleSignal:
         0xb668910 s Context>handleSignal:
         0xb66e5c8 s Context>handleSignal:
         0xb6741c8 s Context>handleSignal:
         0xb679d10 s Context>handleSignal:
         0xb67f7a0 s Context>handleSignal:
         0xb685178 s Context>handleSignal:
         0xb68aa98 s Context>handleSignal:
         0xb690300 s Context>handleSignal:
         0xb695ab0 s Context>handleSignal:
         0xb69b1a8 s Context>handleSignal:
         0xb6a07e8 s Context>handleSignal:
         0xb6a5d70 s Context>handleSignal:
         0xb6ab240 s Context>handleSignal:
         0xb6b0658 s Context>handleSignal:
         0xb6b59b8 s Context>handleSignal:
         0xb6bac60 s Context>handleSignal:
         0xb6bfe50 s Context>handleSignal:
         0xb6c4f88 s Context>handleSignal:
         0xb6ca008 s Context>handleSignal:
         0xb6cefd0 s Context>handleSignal:
         0xb6d3ee0 s Context>handleSignal:
         0xb6d8d38 s Context>handleSignal:
         0xb6ddad8 s Context>handleSignal:
         0xb6e27c0 s Context>handleSignal:
         0xb6e73f0 s Context>handleSignal:
         0xb6ebf68 s Context>handleSignal:
         0xb6f0a28 s Context>handleSignal:
         0xb6f5430 s Context>handleSignal:
         0xb6f9d80 s Context>handleSignal:
         0xb6fe618 s Context>handleSignal:
         0xb702df8 s Context>handleSignal:
         0xb707520 s Context>handleSignal:
         0xb70bb90 s Context>handleSignal:
         0xb710148 s Context>handleSignal:
         0xb714648 s Context>handleSignal:
         0xb718a90 s Context>handleSignal:
         0xb71ce20 s Context>handleSignal:
         0xb7210f8 s Context>handleSignal:
         0xb725318 s Context>handleSignal:
         0xb729480 s Context>handleSignal:
         0xb72d530 s Context>handleSignal:
         0xb731528 s Context>handleSignal:
         0xb735468 s Context>handleSignal:
         0xb7392f0 s Context>handleSignal:
         0xb73d0c0 s Context>handleSignal:
         0xb740dd8 s Context>handleSignal:
         0xb744a38 s Context>handleSignal:
         0xb7485e0 s Context>handleSignal:
         0xb74c0d0 s Context>handleSignal:
         0xb74fb08 s Context>handleSignal:
         0xb753488 s Context>handleSignal:
         0xb756d50 s Context>handleSignal:
         0xb75a560 s Context>handleSignal:
         0xb75dd70 s Context>handleSignal:
         0xb7614c8 s Context>handleSignal:
         0xb764b68 s Context>handleSignal:
         0xb768150 s Context>handleSignal:
         0xb76b5c8 s Context>handleSignal:
         0xb76e988 s Context>handleSignal:
         0xb771c90 s Context>handleSignal:
         0xb774ee0 s Context>handleSignal:
         0xb778078 s Context>handleSignal:
         0xb77b158 s Context>handleSignal:
         0xb77e180 s Context>handleSignal:
         0xb7810f0 s Context>handleSignal:
         0xb783fa8 s Context>handleSignal:
         0xb786da8 s Context>handleSignal:
         0xb789af0 s Context>handleSignal:
         0xb78c780 s Context>handleSignal:
         0xb78f358 s Context>handleSignal:
         0xb791e78 s Context>handleSignal:
         0xb7948e0 s Context>handleSignal:
         0xb797290 s Context>handleSignal:
         0xb799b88 s Context>handleSignal:
         0xb79c3c8 s Context>handleSignal:
         0xb79eb50 s Context>handleSignal:
         0xb7a1220 s Context>handleSignal:
         0xb7a3838 s Context>handleSignal:
         0xb7a5d98 s Context>handleSignal:
         0xb7a8240 s Context>handleSignal:
         0xb7aa630 s Context>handleSignal:
         0xb7ac968 s Context>handleSignal:
         0xb7aebe8 s Context>handleSignal:
         0xb7b0db0 s Context>handleSignal:
         0xb7b2e08 s Context>handleSignal:
         0xb7b4da8 s Context>handleSignal:
         0xb7b6c90 s Context>handleSignal:
         0xb7b8ac0 s Context>handleSignal:
         0xb7ba838 s Context>handleSignal:
         0xb7bc4f8 s Context>handleSignal:
         0xb7be100 s Context>handleSignal:
         0xb7bfb98 s Context>handleSignal:
         0xb7c14c0 s Context>handleSignal:
         0xb7c2bc0 s Context>handleSignal:
         0xb7c4208 s Context>handleSignal:
         0xb7c5798 s Context>handleSignal:
         0xb7c6c70 s Context>handleSignal:
         0xb7c8090 s Context>handleSignal:
         0xb7c93f8 s Context>handleSignal:
         0xb7ca6a8 s Context>handleSignal:
         0xb7cb8a0 s Context>handleSignal:
         0xb7cc9e0 s Context>handleSignal:
         0xb7cda68 s Context>handleSignal:
         0xb7cea38 s Context>handleSignal:
         0xb7cf950 s Context>handleSignal:
         0xb7d07b0 s Context>handleSignal:
         0xb7d1558 s Context>handleSignal:
         0xb7d2248 s Context>handleSignal:
         0xb7d2e80 s Context>handleSignal:
         0xb7d3a00 s Context>handleSignal:
         0xb7d44c8 s Context>handleSignal:
         0xb7d4ed8 s Context>handleSignal:
         0xbf749c8 s Halt(Exception)>signal
         0xbf8d510 s Halt class(Exception class)>signal
         0xbfabe08 s Halt class>now
         0xbfab888 s FullBlockClosure(Object)>halt
         0xbfdd620 s FullBlockClosure>printOn:
         0xc000398 s Context>printOn:
         0xc024540 s Context>printDebugOn:
         0xc0242f0 s [] in Context>debugStack:on:
         0xc04f4a0 s OrderedCollection>do:
         0xbfabb48 s Context>debugStack:on:
         0xbfdd7c8 s Context>shortDebugStackOn:
         0xc000550 s [] in SmalltalkImage>logError:inContext:
         0xc024790 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf74910 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8d3f8 s SmalltalkImage>logStdErrorDuring:
         0xbfabd08 s SmalltalkImage>logError:inContext:
         0xbfdd960 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0006d0 s FullBlockClosure(BlockClosure)>ensure:
         0xc0249b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04f838 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc064250 s Halt(Exception)>unhandledErrorAction
         0xc071948 s Halt(UnhandledException)>defaultAction
         0xc091b58 s UndefinedObject>handleSignal:
         0xc091c10 s Context>handleSignal:
         0xc091cc8 s Context>handleSignal:
         0xc091d80 s Context>handleSignal:
         0xc091e38 s Context>handleSignal:
         0xc091ef0 s Context>handleSignal:
         0xc091fa8 s Context>handleSignal:
         0xc092060 s Context>handleSignal:
         0xc092118 s Context>handleSignal:
         0xc0921d0 s Context>handleSignal:
         0xc092288 s Context>handleSignal:
         0xc0ffaa8 s Context>handleSignal:
         0xc10b1c8 s Context>handleSignal:
         0xc116070 s Context>handleSignal:
         0xc120958 s Context>handleSignal:
         0xc12b188 s Context>handleSignal:
         0xc1359b8 s Context>handleSignal:
         0xc1401e8 s Context>handleSignal:
         0xc14aa18 s Context>handleSignal:
         0xc155248 s Context>handleSignal:
         0xc15fa78 s Context>handleSignal:
         0xc16a2a8 s Context>handleSignal:
         0xc174ad8 s Context>handleSignal:
         0xc17f308 s Context>handleSignal:
         0xc189b38 s Context>handleSignal:
         0xc194368 s Context>handleSignal:
         0xc19eb98 s Context>handleSignal:
         0xc1a93c8 s Context>handleSignal:
         0xc1b3bf8 s Context>handleSignal:
         0xc1be428 s Context>handleSignal:
         0xc1c8c58 s Context>handleSignal:
         0xc1d3488 s Context>handleSignal:
         0xc1ddcb8 s Context>handleSignal:
         0xc1e84e8 s Context>handleSignal:
         0xc1f2d18 s Context>handleSignal:
         0xc1fd548 s Context>handleSignal:
         0xc207d78 s Context>handleSignal:
         0xc2125a8 s Context>handleSignal:
         0xc21cdd8 s Context>handleSignal:
         0xc227608 s Context>handleSignal:
         0xc231e38 s Context>handleSignal:
         0xc23c668 s Context>handleSignal:
         0xc246e98 s Context>handleSignal:
         0xc2516c8 s Context>handleSignal:
         0xc25bef8 s Context>handleSignal:
         0xc263368 s Context>handleSignal:
         0xb7dc6e0 s Context>handleSignal:
         0xb7e6fc8 s Context>handleSignal:
         0xb7f18b0 s Context>handleSignal:
         0xb7fc198 s Context>handleSignal:
         0xb806a80 s Context>handleSignal:
         0xb811368 s Context>handleSignal:
         0xb81bc50 s Context>handleSignal:
         0xb826538 s Context>handleSignal:
         0xb830e20 s Context>handleSignal:
         0xb83b708 s Context>handleSignal:
         0xb845ff0 s Context>handleSignal:
         0xb8508d8 s Context>handleSignal:
         0xb85b1c0 s Context>handleSignal:
         0xb865aa8 s Context>handleSignal:
         0xb870390 s Context>handleSignal:
         0xb87ac78 s Context>handleSignal:
         0xb885560 s Context>handleSignal:
         0xb88fe48 s Context>handleSignal:
         0xb89a730 s Context>handleSignal:
         0xb8a5018 s Context>handleSignal:
         0xb8af900 s Context>handleSignal:
         0xb8ba1e8 s Context>handleSignal:
         0xb8c4ad0 s Context>handleSignal:
         0xb8cf3b8 s Context>handleSignal:
         0xb8d9ca0 s Context>handleSignal:
         0xb8e4588 s Context>handleSignal:
         0xb8eee70 s Context>handleSignal:
         0xb8f9758 s Context>handleSignal:
         0xb904040 s Context>handleSignal:
         0xb90e928 s Context>handleSignal:
         0xb919210 s Context>handleSignal:
         0xb923af8 s Context>handleSignal:
         0xb92e3e0 s Context>handleSignal:
         0xb938cc8 s Context>handleSignal:
         0xb9435b0 s Context>handleSignal:
         0xb94de98 s Context>handleSignal:
         0xb958780 s Context>handleSignal:
         0xb963068 s Context>handleSignal:
         0xb96d950 s Context>handleSignal:
         0xb978238 s Context>handleSignal:
         0xb982b20 s Context>handleSignal:
         0xb98d408 s Context>handleSignal:
         0xb997cf0 s Context>handleSignal:
         0xb9a25d8 s Context>handleSignal:
         0xb9acec0 s Context>handleSignal:
         0xb9b77a8 s Context>handleSignal:
         0xb9c2090 s Context>handleSignal:
         0xb9cc978 s Context>handleSignal:
         0xb9d7260 s Context>handleSignal:
         0xb9e1b48 s Context>handleSignal:
         0xb9ec430 s Context>handleSignal:
         0xb9f6d18 s Context>handleSignal:
         0xba01600 s Context>handleSignal:
         0xba0bee8 s Context>handleSignal:
         0xba167d0 s Context>handleSignal:
         0xba210b8 s Context>handleSignal:
         0xba2b9a0 s Context>handleSignal:
         0xba36288 s Context>handleSignal:
         0xb4180d8 s Context>handleSignal:
         0xb41e9c8 s Context>handleSignal:
         0xb426030 s Context>handleSignal:
         0xb42ca40 s Context>handleSignal:
         0xb433e40 s Context>handleSignal:
         0xb43af28 s Context>handleSignal:
         0xb441de8 s Context>handleSignal:
         0xb447fa8 s Context>handleSignal:
         0xb44e168 s Context>handleSignal:
         0xb454270 s Context>handleSignal:
         0xb45a2c0 s Context>handleSignal:
         0xb460310 s Context>handleSignal:
         0xb466360 s Context>handleSignal:
         0xb46c3b0 s Context>handleSignal:
         0xb472400 s Context>handleSignal:
         0xb478450 s Context>handleSignal:
         0xb47e4a0 s Context>handleSignal:
         0xb4844f0 s Context>handleSignal:
         0xb48a540 s Context>handleSignal:
         0xb490590 s Context>handleSignal:
         0xb4965e0 s Context>handleSignal:
         0xb49c630 s Context>handleSignal:
         0xb4a2680 s Context>handleSignal:
         0xb4a86d0 s Context>handleSignal:
         0xb4ae720 s Context>handleSignal:
         0xb4b4770 s Context>handleSignal:
         0xb4ba7c0 s Context>handleSignal:
         0xb4c0810 s Context>handleSignal:
         0xb4c6860 s Context>handleSignal:
         0xb4cc8b0 s Context>handleSignal:
         0xb4d2848 s Context>handleSignal:
         0xb4d87e0 s Context>handleSignal:
         0xb4de778 s Context>handleSignal:
         0xb4e4710 s Context>handleSignal:
         0xb4ea6a8 s Context>handleSignal:
         0xb4f0640 s Context>handleSignal:
         0xb4f65d8 s Context>handleSignal:
         0xb4fc570 s Context>handleSignal:
         0xb502508 s Context>handleSignal:
         0xb5084a0 s Context>handleSignal:
         0xb50e438 s Context>handleSignal:
         0xb5143d0 s Context>handleSignal:
         0xb51a368 s Context>handleSignal:
         0xb520300 s Context>handleSignal:
         0xb526298 s Context>handleSignal:
         0xb52c230 s Context>handleSignal:
         0xb5321c8 s Context>handleSignal:
         0xb538160 s Context>handleSignal:
         0xb53e0f8 s Context>handleSignal:
         0xb544090 s Context>handleSignal:
         0xb54a028 s Context>handleSignal:
         0xb54ffc0 s Context>handleSignal:
         0xb555f58 s Context>handleSignal:
         0xb55bef0 s Context>handleSignal:
         0xb561e88 s Context>handleSignal:
         0xb567e20 s Context>handleSignal:
         0xb56ddb8 s Context>handleSignal:
         0xb573d50 s Context>handleSignal:
         0xb579ce8 s Context>handleSignal:
         0xb57fc80 s Context>handleSignal:
         0xb585c18 s Context>handleSignal:
         0xb58bbb0 s Context>handleSignal:
         0xb591b48 s Context>handleSignal:
         0xb597ae0 s Context>handleSignal:
         0xb59da78 s Context>handleSignal:
         0xb5a3a10 s Context>handleSignal:
         0xb5a99a8 s Context>handleSignal:
         0xb5af940 s Context>handleSignal:
         0xb5b58d8 s Context>handleSignal:
         0xb5bb870 s Context>handleSignal:
         0xb5c1808 s Context>handleSignal:
         0xb5c77a0 s Context>handleSignal:
         0xb5cd738 s Context>handleSignal:
         0xb5d36d0 s Context>handleSignal:
         0xb5d9668 s Context>handleSignal:
         0xb5df600 s Context>handleSignal:
         0xb5e5598 s Context>handleSignal:
         0xb5eb530 s Context>handleSignal:
         0xb5f14c8 s Context>handleSignal:
         0xb5f7460 s Context>handleSignal:
         0xb5fd3f8 s Context>handleSignal:
         0xb603390 s Context>handleSignal:
         0xb609328 s Context>handleSignal:
         0xb60f2c0 s Context>handleSignal:
         0xb615258 s Context>handleSignal:
         0xb61b1f0 s Context>handleSignal:
         0xb621188 s Context>handleSignal:
         0xb627120 s Context>handleSignal:
         0xb62d0b8 s Context>handleSignal:
         0xb633050 s Context>handleSignal:
         0xb638fe8 s Context>handleSignal:
         0xb63ef80 s Context>handleSignal:
         0xb644f18 s Context>handleSignal:
         0xb64aeb0 s Context>handleSignal:
         0xb650e48 s Context>handleSignal:
         0xb656de0 s Context>handleSignal:
         0xb65ccc0 s Context>handleSignal:
         0xb662ae8 s Context>handleSignal:
         0xb668858 s Context>handleSignal:
         0xb66e510 s Context>handleSignal:
         0xb674110 s Context>handleSignal:
         0xb679c58 s Context>handleSignal:
         0xb67f6e8 s Context>handleSignal:
         0xb6850c0 s Context>handleSignal:
         0xb68a9e0 s Context>handleSignal:
         0xb690248 s Context>handleSignal:
         0xb6959f8 s Context>handleSignal:
         0xb69b0f0 s Context>handleSignal:
         0xb6a0730 s Context>handleSignal:
         0xb6a5cb8 s Context>handleSignal:
         0xb6ab188 s Context>handleSignal:
         0xb6b05a0 s Context>handleSignal:
         0xb6b5900 s Context>handleSignal:
         0xb6baba8 s Context>handleSignal:
         0xb6bfd98 s Context>handleSignal:
         0xb6c4ed0 s Context>handleSignal:
         0xb6c9f50 s Context>handleSignal:
         0xb6cef18 s Context>handleSignal:
         0xb6d3e28 s Context>handleSignal:
         0xb6d8c80 s Context>handleSignal:
         0xb6dda20 s Context>handleSignal:
         0xb6e2708 s Context>handleSignal:
         0xb6e7338 s Context>handleSignal:
         0xb6ebeb0 s Context>handleSignal:
         0xb6f0970 s Context>handleSignal:
         0xb6f5378 s Context>handleSignal:
         0xb6f9cc8 s Context>handleSignal:
         0xb6fe560 s Context>handleSignal:
         0xb702d40 s Context>handleSignal:
         0xb707468 s Context>handleSignal:
         0xb70bad8 s Context>handleSignal:
         0xb710090 s Context>handleSignal:
         0xb714590 s Context>handleSignal:
         0xb7189d8 s Context>handleSignal:
         0xb71cd68 s Context>handleSignal:
         0xb721040 s Context>handleSignal:
         0xb725260 s Context>handleSignal:
         0xb7293c8 s Context>handleSignal:
         0xb72d478 s Context>handleSignal:
         0xb731470 s Context>handleSignal:
         0xb7353b0 s Context>handleSignal:
         0xb739238 s Context>handleSignal:
         0xb73d008 s Context>handleSignal:
         0xb740d20 s Context>handleSignal:
         0xb744980 s Context>handleSignal:
         0xb748528 s Context>handleSignal:
         0xb74c018 s Context>handleSignal:
         0xb74fa50 s Context>handleSignal:
         0xb7533d0 s Context>handleSignal:
         0xb756c98 s Context>handleSignal:
         0xb75a4a8 s Context>handleSignal:
         0xb75dcb8 s Context>handleSignal:
         0xb761410 s Context>handleSignal:
         0xb764ab0 s Context>handleSignal:
         0xb768098 s Context>handleSignal:
         0xb76b510 s Context>handleSignal:
         0xb76e8d0 s Context>handleSignal:
         0xb771bd8 s Context>handleSignal:
         0xb774e28 s Context>handleSignal:
         0xb777fc0 s Context>handleSignal:
         0xb77b0a0 s Context>handleSignal:
         0xb77e0c8 s Context>handleSignal:
         0xb781038 s Context>handleSignal:
         0xb783ef0 s Context>handleSignal:
         0xb786cf0 s Context>handleSignal:
         0xb789a38 s Context>handleSignal:
         0xb78c6c8 s Context>handleSignal:
         0xb78f2a0 s Context>handleSignal:
         0xb791dc0 s Context>handleSignal:
         0xb794828 s Context>handleSignal:
         0xb7971d8 s Context>handleSignal:
         0xb799ad0 s Context>handleSignal:
         0xb79c310 s Context>handleSignal:
         0xb79ea98 s Context>handleSignal:
         0xb7a1168 s Context>handleSignal:
         0xb7a3780 s Context>handleSignal:
         0xb7a5ce0 s Context>handleSignal:
         0xb7a8188 s Context>handleSignal:
         0xb7aa578 s Context>handleSignal:
         0xb7ac8b0 s Context>handleSignal:
         0xb7aeb30 s Context>handleSignal:
         0xb7b0cf8 s Context>handleSignal:
         0xb7b2d50 s Context>handleSignal:
         0xb7b4cf0 s Context>handleSignal:
         0xb7b6bd8 s Context>handleSignal:
         0xb7b8a08 s Context>handleSignal:
         0xb7ba780 s Context>handleSignal:
         0xb7bc440 s Context>handleSignal:
         0xb7be048 s Context>handleSignal:
         0xb7bfae0 s Context>handleSignal:
         0xb7c1408 s Context>handleSignal:
         0xb7c2b08 s Context>handleSignal:
         0xb7c4150 s Context>handleSignal:
         0xb7c56e0 s Context>handleSignal:
         0xb7c6bb8 s Context>handleSignal:
         0xb7c7fd8 s Context>handleSignal:
         0xb7c9340 s Context>handleSignal:
         0xb7ca5f0 s Context>handleSignal:
         0xb7cb7e8 s Context>handleSignal:
         0xb7cc928 s Context>handleSignal:
         0xb7cd9b0 s Context>handleSignal:
         0xb7ce980 s Context>handleSignal:
         0xb7cf898 s Context>handleSignal:
         0xb7d06f8 s Context>handleSignal:
         0xb7d14a0 s Context>handleSignal:
         0xb7d2190 s Context>handleSignal:
         0xb7d2dc8 s Context>handleSignal:
         0xb7d3948 s Context>handleSignal:
         0xb7d4410 s Context>handleSignal:
         0xbf74b70 s Halt(Exception)>signal
         0xbf8d710 s Halt class(Exception class)>signal
         0xbfac180 s Halt class>now
         0xbfabc00 s FullBlockClosure(Object)>halt
         0xbfdd880 s FullBlockClosure>printOn:
         0xc000608 s Context>printOn:
         0xc024848 s Context>printDebugOn:
         0xc0245f8 s [] in Context>debugStack:on:
         0xc04f610 s OrderedCollection>do:
         0xbfabec0 s Context>debugStack:on:
         0xbfdda28 s Context>shortDebugStackOn:
         0xc0007c0 s [] in SmalltalkImage>logError:inContext:
         0xc024a98 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf74ab8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8d5f8 s SmalltalkImage>logStdErrorDuring:
         0xbfac080 s SmalltalkImage>logError:inContext:
         0xbfddbc0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc000940 s FullBlockClosure(BlockClosure)>ensure:
         0xc024cc0 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04f9a8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc064328 s Halt(Exception)>unhandledErrorAction
         0xc071b48 s Halt(UnhandledException)>defaultAction
         0xc092340 s UndefinedObject>handleSignal:
         0xc0923f8 s Context>handleSignal:
         0xc0924b0 s Context>handleSignal:
         0xc092568 s Context>handleSignal:
         0xc092620 s Context>handleSignal:
         0xc0926d8 s Context>handleSignal:
         0xc092790 s Context>handleSignal:
         0xc092848 s Context>handleSignal:
         0xc092900 s Context>handleSignal:
         0xc0929b8 s Context>handleSignal:
         0xc092a70 s Context>handleSignal:
         0xc0ffb60 s Context>handleSignal:
         0xc10b280 s Context>handleSignal:
         0xc116128 s Context>handleSignal:
         0xc120a10 s Context>handleSignal:
         0xc12b240 s Context>handleSignal:
         0xc135a70 s Context>handleSignal:
         0xc1402a0 s Context>handleSignal:
         0xc14aad0 s Context>handleSignal:
         0xc155300 s Context>handleSignal:
         0xc15fb30 s Context>handleSignal:
         0xc16a360 s Context>handleSignal:
         0xc174b90 s Context>handleSignal:
         0xc17f3c0 s Context>handleSignal:
         0xc189bf0 s Context>handleSignal:
         0xc194420 s Context>handleSignal:
         0xc19ec50 s Context>handleSignal:
         0xc1a9480 s Context>handleSignal:
         0xc1b3cb0 s Context>handleSignal:
         0xc1be4e0 s Context>handleSignal:
         0xc1c8d10 s Context>handleSignal:
         0xc1d3540 s Context>handleSignal:
         0xc1ddd70 s Context>handleSignal:
         0xc1e85a0 s Context>handleSignal:
         0xc1f2dd0 s Context>handleSignal:
         0xc1fd600 s Context>handleSignal:
         0xc207e30 s Context>handleSignal:
         0xc212660 s Context>handleSignal:
         0xc21ce90 s Context>handleSignal:
         0xc2276c0 s Context>handleSignal:
         0xc231ef0 s Context>handleSignal:
         0xc23c720 s Context>handleSignal:
         0xc246f50 s Context>handleSignal:
         0xc251780 s Context>handleSignal:
         0xc25bfb0 s Context>handleSignal:
         0xc263420 s Context>handleSignal:
         0xb7dc798 s Context>handleSignal:
         0xb7e7080 s Context>handleSignal:
         0xb7f1968 s Context>handleSignal:
         0xb7fc250 s Context>handleSignal:
         0xb806b38 s Context>handleSignal:
         0xb811420 s Context>handleSignal:
         0xb81bd08 s Context>handleSignal:
         0xb8265f0 s Context>handleSignal:
         0xb830ed8 s Context>handleSignal:
         0xb83b7c0 s Context>handleSignal:
         0xb8460a8 s Context>handleSignal:
         0xb850990 s Context>handleSignal:
         0xb85b278 s Context>handleSignal:
         0xb865b60 s Context>handleSignal:
         0xb870448 s Context>handleSignal:
         0xb87ad30 s Context>handleSignal:
         0xb885618 s Context>handleSignal:
         0xb88ff00 s Context>handleSignal:
         0xb89a7e8 s Context>handleSignal:
         0xb8a50d0 s Context>handleSignal:
         0xb8af9b8 s Context>handleSignal:
         0xb8ba2a0 s Context>handleSignal:
         0xb8c4b88 s Context>handleSignal:
         0xb8cf470 s Context>handleSignal:
         0xb8d9d58 s Context>handleSignal:
         0xb8e4640 s Context>handleSignal:
         0xb8eef28 s Context>handleSignal:
         0xb8f9810 s Context>handleSignal:
         0xb9040f8 s Context>handleSignal:
         0xb90e9e0 s Context>handleSignal:
         0xb9192c8 s Context>handleSignal:
         0xb923bb0 s Context>handleSignal:
         0xb92e498 s Context>handleSignal:
         0xb938d80 s Context>handleSignal:
         0xb943668 s Context>handleSignal:
         0xb94df50 s Context>handleSignal:
         0xb958838 s Context>handleSignal:
         0xb963120 s Context>handleSignal:
         0xb96da08 s Context>handleSignal:
         0xb9782f0 s Context>handleSignal:
         0xb982bd8 s Context>handleSignal:
         0xb98d4c0 s Context>handleSignal:
         0xb997da8 s Context>handleSignal:
         0xb9a2690 s Context>handleSignal:
         0xb9acf78 s Context>handleSignal:
         0xb9b7860 s Context>handleSignal:
         0xb9c2148 s Context>handleSignal:
         0xb9cca30 s Context>handleSignal:
         0xb9d7318 s Context>handleSignal:
         0xb9e1c00 s Context>handleSignal:
         0xb9ec4e8 s Context>handleSignal:
         0xb9f6dd0 s Context>handleSignal:
         0xba016b8 s Context>handleSignal:
         0xba0bfa0 s Context>handleSignal:
         0xba16888 s Context>handleSignal:
         0xba21170 s Context>handleSignal:
         0xba2ba58 s Context>handleSignal:
         0xba36340 s Context>handleSignal:
         0xb418020 s Context>handleSignal:
         0xb41e910 s Context>handleSignal:
         0xb425f78 s Context>handleSignal:
         0xb42c988 s Context>handleSignal:
         0xb433d88 s Context>handleSignal:
         0xb43ae70 s Context>handleSignal:
         0xb441d30 s Context>handleSignal:
         0xb447ef0 s Context>handleSignal:
         0xb44e0b0 s Context>handleSignal:
         0xb4541b8 s Context>handleSignal:
         0xb45a208 s Context>handleSignal:
         0xb460258 s Context>handleSignal:
         0xb4662a8 s Context>handleSignal:
         0xb46c2f8 s Context>handleSignal:
         0xb472348 s Context>handleSignal:
         0xb478398 s Context>handleSignal:
         0xb47e3e8 s Context>handleSignal:
         0xb484438 s Context>handleSignal:
         0xb48a488 s Context>handleSignal:
         0xb4904d8 s Context>handleSignal:
         0xb496528 s Context>handleSignal:
         0xb49c578 s Context>handleSignal:
         0xb4a25c8 s Context>handleSignal:
         0xb4a8618 s Context>handleSignal:
         0xb4ae668 s Context>handleSignal:
         0xb4b46b8 s Context>handleSignal:
         0xb4ba708 s Context>handleSignal:
         0xb4c0758 s Context>handleSignal:
         0xb4c67a8 s Context>handleSignal:
         0xb4cc7f8 s Context>handleSignal:
         0xb4d2790 s Context>handleSignal:
         0xb4d8728 s Context>handleSignal:
         0xb4de6c0 s Context>handleSignal:
         0xb4e4658 s Context>handleSignal:
         0xb4ea5f0 s Context>handleSignal:
         0xb4f0588 s Context>handleSignal:
         0xb4f6520 s Context>handleSignal:
         0xb4fc4b8 s Context>handleSignal:
         0xb502450 s Context>handleSignal:
         0xb5083e8 s Context>handleSignal:
         0xb50e380 s Context>handleSignal:
         0xb514318 s Context>handleSignal:
         0xb51a2b0 s Context>handleSignal:
         0xb520248 s Context>handleSignal:
         0xb5261e0 s Context>handleSignal:
         0xb52c178 s Context>handleSignal:
         0xb532110 s Context>handleSignal:
         0xb5380a8 s Context>handleSignal:
         0xb53e040 s Context>handleSignal:
         0xb543fd8 s Context>handleSignal:
         0xb549f70 s Context>handleSignal:
         0xb54ff08 s Context>handleSignal:
         0xb555ea0 s Context>handleSignal:
         0xb55be38 s Context>handleSignal:
         0xb561dd0 s Context>handleSignal:
         0xb567d68 s Context>handleSignal:
         0xb56dd00 s Context>handleSignal:
         0xb573c98 s Context>handleSignal:
         0xb579c30 s Context>handleSignal:
         0xb57fbc8 s Context>handleSignal:
         0xb585b60 s Context>handleSignal:
         0xb58baf8 s Context>handleSignal:
         0xb591a90 s Context>handleSignal:
         0xb597a28 s Context>handleSignal:
         0xb59d9c0 s Context>handleSignal:
         0xb5a3958 s Context>handleSignal:
         0xb5a98f0 s Context>handleSignal:
         0xb5af888 s Context>handleSignal:
         0xb5b5820 s Context>handleSignal:
         0xb5bb7b8 s Context>handleSignal:
         0xb5c1750 s Context>handleSignal:
         0xb5c76e8 s Context>handleSignal:
         0xb5cd680 s Context>handleSignal:
         0xb5d3618 s Context>handleSignal:
         0xb5d95b0 s Context>handleSignal:
         0xb5df548 s Context>handleSignal:
         0xb5e54e0 s Context>handleSignal:
         0xb5eb478 s Context>handleSignal:
         0xb5f1410 s Context>handleSignal:
         0xb5f73a8 s Context>handleSignal:
         0xb5fd340 s Context>handleSignal:
         0xb6032d8 s Context>handleSignal:
         0xb609270 s Context>handleSignal:
         0xb60f208 s Context>handleSignal:
         0xb6151a0 s Context>handleSignal:
         0xb61b138 s Context>handleSignal:
         0xb6210d0 s Context>handleSignal:
         0xb627068 s Context>handleSignal:
         0xb62d000 s Context>handleSignal:
         0xb632f98 s Context>handleSignal:
         0xb638f30 s Context>handleSignal:
         0xb63eec8 s Context>handleSignal:
         0xb644e60 s Context>handleSignal:
         0xb64adf8 s Context>handleSignal:
         0xb650d90 s Context>handleSignal:
         0xb656d28 s Context>handleSignal:
         0xb65cc08 s Context>handleSignal:
         0xb662a30 s Context>handleSignal:
         0xb6687a0 s Context>handleSignal:
         0xb66e458 s Context>handleSignal:
         0xb674058 s Context>handleSignal:
         0xb679ba0 s Context>handleSignal:
         0xb67f630 s Context>handleSignal:
         0xb685008 s Context>handleSignal:
         0xb68a928 s Context>handleSignal:
         0xb690190 s Context>handleSignal:
         0xb695940 s Context>handleSignal:
         0xb69b038 s Context>handleSignal:
         0xb6a0678 s Context>handleSignal:
         0xb6a5c00 s Context>handleSignal:
         0xb6ab0d0 s Context>handleSignal:
         0xb6b04e8 s Context>handleSignal:
         0xb6b5848 s Context>handleSignal:
         0xb6baaf0 s Context>handleSignal:
         0xb6bfce0 s Context>handleSignal:
         0xb6c4e18 s Context>handleSignal:
         0xb6c9e98 s Context>handleSignal:
         0xb6cee60 s Context>handleSignal:
         0xb6d3d70 s Context>handleSignal:
         0xb6d8bc8 s Context>handleSignal:
         0xb6dd968 s Context>handleSignal:
         0xb6e2650 s Context>handleSignal:
         0xb6e7280 s Context>handleSignal:
         0xb6ebdf8 s Context>handleSignal:
         0xb6f08b8 s Context>handleSignal:
         0xb6f52c0 s Context>handleSignal:
         0xb6f9c10 s Context>handleSignal:
         0xb6fe4a8 s Context>handleSignal:
         0xb702c88 s Context>handleSignal:
         0xb7073b0 s Context>handleSignal:
         0xb70ba20 s Context>handleSignal:
         0xb70ffd8 s Context>handleSignal:
         0xb7144d8 s Context>handleSignal:
         0xb718920 s Context>handleSignal:
         0xb71ccb0 s Context>handleSignal:
         0xb720f88 s Context>handleSignal:
         0xb7251a8 s Context>handleSignal:
         0xb729310 s Context>handleSignal:
         0xb72d3c0 s Context>handleSignal:
         0xb7313b8 s Context>handleSignal:
         0xb7352f8 s Context>handleSignal:
         0xb739180 s Context>handleSignal:
         0xb73cf50 s Context>handleSignal:
         0xb740c68 s Context>handleSignal:
         0xb7448c8 s Context>handleSignal:
         0xb748470 s Context>handleSignal:
         0xb74bf60 s Context>handleSignal:
         0xb74f998 s Context>handleSignal:
         0xb753318 s Context>handleSignal:
         0xb756be0 s Context>handleSignal:
         0xb75a3f0 s Context>handleSignal:
         0xb75dc00 s Context>handleSignal:
         0xb761358 s Context>handleSignal:
         0xb7649f8 s Context>handleSignal:
         0xb767fe0 s Context>handleSignal:
         0xb76b458 s Context>handleSignal:
         0xb76e818 s Context>handleSignal:
         0xb771b20 s Context>handleSignal:
         0xb774d70 s Context>handleSignal:
         0xb777f08 s Context>handleSignal:
         0xb77afe8 s Context>handleSignal:
         0xb77e010 s Context>handleSignal:
         0xb780f80 s Context>handleSignal:
         0xb783e38 s Context>handleSignal:
         0xb786c38 s Context>handleSignal:
         0xb789980 s Context>handleSignal:
         0xb78c610 s Context>handleSignal:
         0xb78f1e8 s Context>handleSignal:
         0xb791d08 s Context>handleSignal:
         0xb794770 s Context>handleSignal:
         0xb797120 s Context>handleSignal:
         0xb799a18 s Context>handleSignal:
         0xb79c258 s Context>handleSignal:
         0xb79e9e0 s Context>handleSignal:
         0xb7a10b0 s Context>handleSignal:
         0xb7a36c8 s Context>handleSignal:
         0xb7a5c28 s Context>handleSignal:
         0xb7a80d0 s Context>handleSignal:
         0xb7aa4c0 s Context>handleSignal:
         0xb7ac7f8 s Context>handleSignal:
         0xb7aea78 s Context>handleSignal:
         0xb7b0c40 s Context>handleSignal:
         0xb7b2c98 s Context>handleSignal:
         0xb7b4c38 s Context>handleSignal:
         0xb7b6b20 s Context>handleSignal:
         0xb7b8950 s Context>handleSignal:
         0xb7ba6c8 s Context>handleSignal:
         0xb7bc388 s Context>handleSignal:
         0xb7bdf90 s Context>handleSignal:
         0xb7bfa28 s Context>handleSignal:
         0xb7c1350 s Context>handleSignal:
         0xb7c2a50 s Context>handleSignal:
         0xb7c4098 s Context>handleSignal:
         0xb7c5628 s Context>handleSignal:
         0xb7c6b00 s Context>handleSignal:
         0xb7c7f20 s Context>handleSignal:
         0xb7c9288 s Context>handleSignal:
         0xb7ca538 s Context>handleSignal:
         0xb7cb730 s Context>handleSignal:
         0xb7cc870 s Context>handleSignal:
         0xb7cd8f8 s Context>handleSignal:
         0xb7ce8c8 s Context>handleSignal:
         0xb7cf7e0 s Context>handleSignal:
         0xb7d0640 s Context>handleSignal:
         0xb7d13e8 s Context>handleSignal:
         0xb7d20d8 s Context>handleSignal:
         0xb7d2d10 s Context>handleSignal:
         0xb7d3890 s Context>handleSignal:
         0xbf74d18 s Halt(Exception)>signal
         0xbf8d910 s Halt class(Exception class)>signal
         0xbfac4f8 s Halt class>now
         0xbfabf78 s FullBlockClosure(Object)>halt
         0xbfddae0 s FullBlockClosure>printOn:
         0xc000878 s Context>printOn:
         0xc024b50 s Context>printDebugOn:
         0xc024900 s [] in Context>debugStack:on:
         0xc04f780 s OrderedCollection>do:
         0xbfac238 s Context>debugStack:on:
         0xbfddc88 s Context>shortDebugStackOn:
         0xc000a30 s [] in SmalltalkImage>logError:inContext:
         0xc024da0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf74c60 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8d7f8 s SmalltalkImage>logStdErrorDuring:
         0xbfac3f8 s SmalltalkImage>logError:inContext:
         0xbfdde20 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc000bb0 s FullBlockClosure(BlockClosure)>ensure:
         0xc024fc8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04fb18 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc064400 s Halt(Exception)>unhandledErrorAction
         0xc071d48 s Halt(UnhandledException)>defaultAction
         0xc092b28 s UndefinedObject>handleSignal:
         0xc092be0 s Context>handleSignal:
         0xc092c98 s Context>handleSignal:
         0xc092d50 s Context>handleSignal:
         0xc092e08 s Context>handleSignal:
         0xc092ec0 s Context>handleSignal:
         0xc092f78 s Context>handleSignal:
         0xc093030 s Context>handleSignal:
         0xc0930e8 s Context>handleSignal:
         0xc0931a0 s Context>handleSignal:
         0xc093258 s Context>handleSignal:
         0xc0ffc18 s Context>handleSignal:
         0xc10b338 s Context>handleSignal:
         0xc1161e0 s Context>handleSignal:
         0xc120ac8 s Context>handleSignal:
         0xc12b2f8 s Context>handleSignal:
         0xc135b28 s Context>handleSignal:
         0xc140358 s Context>handleSignal:
         0xc14ab88 s Context>handleSignal:
         0xc1553b8 s Context>handleSignal:
         0xc15fbe8 s Context>handleSignal:
         0xc16a418 s Context>handleSignal:
         0xc174c48 s Context>handleSignal:
         0xc17f478 s Context>handleSignal:
         0xc189ca8 s Context>handleSignal:
         0xc1944d8 s Context>handleSignal:
         0xc19ed08 s Context>handleSignal:
         0xc1a9538 s Context>handleSignal:
         0xc1b3d68 s Context>handleSignal:
         0xc1be598 s Context>handleSignal:
         0xc1c8dc8 s Context>handleSignal:
         0xc1d35f8 s Context>handleSignal:
         0xc1dde28 s Context>handleSignal:
         0xc1e8658 s Context>handleSignal:
         0xc1f2e88 s Context>handleSignal:
         0xc1fd6b8 s Context>handleSignal:
         0xc207ee8 s Context>handleSignal:
         0xc212718 s Context>handleSignal:
         0xc21cf48 s Context>handleSignal:
         0xc227778 s Context>handleSignal:
         0xc231fa8 s Context>handleSignal:
         0xc23c7d8 s Context>handleSignal:
         0xc247008 s Context>handleSignal:
         0xc251838 s Context>handleSignal:
         0xc25c068 s Context>handleSignal:
         0xc2634d8 s Context>handleSignal:
         0xb7dc850 s Context>handleSignal:
         0xb7e7138 s Context>handleSignal:
         0xb7f1a20 s Context>handleSignal:
         0xb7fc308 s Context>handleSignal:
         0xb806bf0 s Context>handleSignal:
         0xb8114d8 s Context>handleSignal:
         0xb81bdc0 s Context>handleSignal:
         0xb8266a8 s Context>handleSignal:
         0xb830f90 s Context>handleSignal:
         0xb83b878 s Context>handleSignal:
         0xb846160 s Context>handleSignal:
         0xb850a48 s Context>handleSignal:
         0xb85b330 s Context>handleSignal:
         0xb865c18 s Context>handleSignal:
         0xb870500 s Context>handleSignal:
         0xb87ade8 s Context>handleSignal:
         0xb8856d0 s Context>handleSignal:
         0xb88ffb8 s Context>handleSignal:
         0xb89a8a0 s Context>handleSignal:
         0xb8a5188 s Context>handleSignal:
         0xb8afa70 s Context>handleSignal:
         0xb8ba358 s Context>handleSignal:
         0xb8c4c40 s Context>handleSignal:
         0xb8cf528 s Context>handleSignal:
         0xb8d9e10 s Context>handleSignal:
         0xb8e46f8 s Context>handleSignal:
         0xb8eefe0 s Context>handleSignal:
         0xb8f98c8 s Context>handleSignal:
         0xb9041b0 s Context>handleSignal:
         0xb90ea98 s Context>handleSignal:
         0xb919380 s Context>handleSignal:
         0xb923c68 s Context>handleSignal:
         0xb92e550 s Context>handleSignal:
         0xb938e38 s Context>handleSignal:
         0xb943720 s Context>handleSignal:
         0xb94e008 s Context>handleSignal:
         0xb9588f0 s Context>handleSignal:
         0xb9631d8 s Context>handleSignal:
         0xb96dac0 s Context>handleSignal:
         0xb9783a8 s Context>handleSignal:
         0xb982c90 s Context>handleSignal:
         0xb98d578 s Context>handleSignal:
         0xb997e60 s Context>handleSignal:
         0xb9a2748 s Context>handleSignal:
         0xb9ad030 s Context>handleSignal:
         0xb9b7918 s Context>handleSignal:
         0xb9c2200 s Context>handleSignal:
         0xb9ccae8 s Context>handleSignal:
         0xb9d73d0 s Context>handleSignal:
         0xb9e1cb8 s Context>handleSignal:
         0xb9ec5a0 s Context>handleSignal:
         0xb9f6e88 s Context>handleSignal:
         0xba01770 s Context>handleSignal:
         0xba0c058 s Context>handleSignal:
         0xba16940 s Context>handleSignal:
         0xba21228 s Context>handleSignal:
         0xba2bb10 s Context>handleSignal:
         0xba363f8 s Context>handleSignal:
         0xb417f68 s Context>handleSignal:
         0xb41e858 s Context>handleSignal:
         0xb425ec0 s Context>handleSignal:
         0xb42c8d0 s Context>handleSignal:
         0xb433cd0 s Context>handleSignal:
         0xb43adb8 s Context>handleSignal:
         0xb441c78 s Context>handleSignal:
         0xb447e38 s Context>handleSignal:
         0xb44dff8 s Context>handleSignal:
         0xb454100 s Context>handleSignal:
         0xb45a150 s Context>handleSignal:
         0xb4601a0 s Context>handleSignal:
         0xb4661f0 s Context>handleSignal:
         0xb46c240 s Context>handleSignal:
         0xb472290 s Context>handleSignal:
         0xb4782e0 s Context>handleSignal:
         0xb47e330 s Context>handleSignal:
         0xb484380 s Context>handleSignal:
         0xb48a3d0 s Context>handleSignal:
         0xb490420 s Context>handleSignal:
         0xb496470 s Context>handleSignal:
         0xb49c4c0 s Context>handleSignal:
         0xb4a2510 s Context>handleSignal:
         0xb4a8560 s Context>handleSignal:
         0xb4ae5b0 s Context>handleSignal:
         0xb4b4600 s Context>handleSignal:
         0xb4ba650 s Context>handleSignal:
         0xb4c06a0 s Context>handleSignal:
         0xb4c66f0 s Context>handleSignal:
         0xb4cc740 s Context>handleSignal:
         0xb4d26d8 s Context>handleSignal:
         0xb4d8670 s Context>handleSignal:
         0xb4de608 s Context>handleSignal:
         0xb4e45a0 s Context>handleSignal:
         0xb4ea538 s Context>handleSignal:
         0xb4f04d0 s Context>handleSignal:
         0xb4f6468 s Context>handleSignal:
         0xb4fc400 s Context>handleSignal:
         0xb502398 s Context>handleSignal:
         0xb508330 s Context>handleSignal:
         0xb50e2c8 s Context>handleSignal:
         0xb514260 s Context>handleSignal:
         0xb51a1f8 s Context>handleSignal:
         0xb520190 s Context>handleSignal:
         0xb526128 s Context>handleSignal:
         0xb52c0c0 s Context>handleSignal:
         0xb532058 s Context>handleSignal:
         0xb537ff0 s Context>handleSignal:
         0xb53df88 s Context>handleSignal:
         0xb543f20 s Context>handleSignal:
         0xb549eb8 s Context>handleSignal:
         0xb54fe50 s Context>handleSignal:
         0xb555de8 s Context>handleSignal:
         0xb55bd80 s Context>handleSignal:
         0xb561d18 s Context>handleSignal:
         0xb567cb0 s Context>handleSignal:
         0xb56dc48 s Context>handleSignal:
         0xb573be0 s Context>handleSignal:
         0xb579b78 s Context>handleSignal:
         0xb57fb10 s Context>handleSignal:
         0xb585aa8 s Context>handleSignal:
         0xb58ba40 s Context>handleSignal:
         0xb5919d8 s Context>handleSignal:
         0xb597970 s Context>handleSignal:
         0xb59d908 s Context>handleSignal:
         0xb5a38a0 s Context>handleSignal:
         0xb5a9838 s Context>handleSignal:
         0xb5af7d0 s Context>handleSignal:
         0xb5b5768 s Context>handleSignal:
         0xb5bb700 s Context>handleSignal:
         0xb5c1698 s Context>handleSignal:
         0xb5c7630 s Context>handleSignal:
         0xb5cd5c8 s Context>handleSignal:
         0xb5d3560 s Context>handleSignal:
         0xb5d94f8 s Context>handleSignal:
         0xb5df490 s Context>handleSignal:
         0xb5e5428 s Context>handleSignal:
         0xb5eb3c0 s Context>handleSignal:
         0xb5f1358 s Context>handleSignal:
         0xb5f72f0 s Context>handleSignal:
         0xb5fd288 s Context>handleSignal:
         0xb603220 s Context>handleSignal:
         0xb6091b8 s Context>handleSignal:
         0xb60f150 s Context>handleSignal:
         0xb6150e8 s Context>handleSignal:
         0xb61b080 s Context>handleSignal:
         0xb621018 s Context>handleSignal:
         0xb626fb0 s Context>handleSignal:
         0xb62cf48 s Context>handleSignal:
         0xb632ee0 s Context>handleSignal:
         0xb638e78 s Context>handleSignal:
         0xb63ee10 s Context>handleSignal:
         0xb644da8 s Context>handleSignal:
         0xb64ad40 s Context>handleSignal:
         0xb650cd8 s Context>handleSignal:
         0xb656c70 s Context>handleSignal:
         0xb65cb50 s Context>handleSignal:
         0xb662978 s Context>handleSignal:
         0xb6686e8 s Context>handleSignal:
         0xb66e3a0 s Context>handleSignal:
         0xb673fa0 s Context>handleSignal:
         0xb679ae8 s Context>handleSignal:
         0xb67f578 s Context>handleSignal:
         0xb684f50 s Context>handleSignal:
         0xb68a870 s Context>handleSignal:
         0xb6900d8 s Context>handleSignal:
         0xb695888 s Context>handleSignal:
         0xb69af80 s Context>handleSignal:
         0xb6a05c0 s Context>handleSignal:
         0xb6a5b48 s Context>handleSignal:
         0xb6ab018 s Context>handleSignal:
         0xb6b0430 s Context>handleSignal:
         0xb6b5790 s Context>handleSignal:
         0xb6baa38 s Context>handleSignal:
         0xb6bfc28 s Context>handleSignal:
         0xb6c4d60 s Context>handleSignal:
         0xb6c9de0 s Context>handleSignal:
         0xb6ceda8 s Context>handleSignal:
         0xb6d3cb8 s Context>handleSignal:
         0xb6d8b10 s Context>handleSignal:
         0xb6dd8b0 s Context>handleSignal:
         0xb6e2598 s Context>handleSignal:
         0xb6e71c8 s Context>handleSignal:
         0xb6ebd40 s Context>handleSignal:
         0xb6f0800 s Context>handleSignal:
         0xb6f5208 s Context>handleSignal:
         0xb6f9b58 s Context>handleSignal:
         0xb6fe3f0 s Context>handleSignal:
         0xb702bd0 s Context>handleSignal:
         0xb7072f8 s Context>handleSignal:
         0xb70b968 s Context>handleSignal:
         0xb70ff20 s Context>handleSignal:
         0xb714420 s Context>handleSignal:
         0xb718868 s Context>handleSignal:
         0xb71cbf8 s Context>handleSignal:
         0xb720ed0 s Context>handleSignal:
         0xb7250f0 s Context>handleSignal:
         0xb729258 s Context>handleSignal:
         0xb72d308 s Context>handleSignal:
         0xb731300 s Context>handleSignal:
         0xb735240 s Context>handleSignal:
         0xb7390c8 s Context>handleSignal:
         0xb73ce98 s Context>handleSignal:
         0xb740bb0 s Context>handleSignal:
         0xb744810 s Context>handleSignal:
         0xb7483b8 s Context>handleSignal:
         0xb74bea8 s Context>handleSignal:
         0xb74f8e0 s Context>handleSignal:
         0xb753260 s Context>handleSignal:
         0xb756b28 s Context>handleSignal:
         0xb75a338 s Context>handleSignal:
         0xb75db48 s Context>handleSignal:
         0xb7612a0 s Context>handleSignal:
         0xb764940 s Context>handleSignal:
         0xb767f28 s Context>handleSignal:
         0xb76b3a0 s Context>handleSignal:
         0xb76e760 s Context>handleSignal:
         0xb771a68 s Context>handleSignal:
         0xb774cb8 s Context>handleSignal:
         0xb777e50 s Context>handleSignal:
         0xb77af30 s Context>handleSignal:
         0xb77df58 s Context>handleSignal:
         0xb780ec8 s Context>handleSignal:
         0xb783d80 s Context>handleSignal:
         0xb786b80 s Context>handleSignal:
         0xb7898c8 s Context>handleSignal:
         0xb78c558 s Context>handleSignal:
         0xb78f130 s Context>handleSignal:
         0xb791c50 s Context>handleSignal:
         0xb7946b8 s Context>handleSignal:
         0xb797068 s Context>handleSignal:
         0xb799960 s Context>handleSignal:
         0xb79c1a0 s Context>handleSignal:
         0xb79e928 s Context>handleSignal:
         0xb7a0ff8 s Context>handleSignal:
         0xb7a3610 s Context>handleSignal:
         0xb7a5b70 s Context>handleSignal:
         0xb7a8018 s Context>handleSignal:
         0xb7aa408 s Context>handleSignal:
         0xb7ac740 s Context>handleSignal:
         0xb7ae9c0 s Context>handleSignal:
         0xb7b0b88 s Context>handleSignal:
         0xb7b2be0 s Context>handleSignal:
         0xb7b4b80 s Context>handleSignal:
         0xb7b6a68 s Context>handleSignal:
         0xb7b8898 s Context>handleSignal:
         0xb7ba610 s Context>handleSignal:
         0xb7bc2d0 s Context>handleSignal:
         0xb7bded8 s Context>handleSignal:
         0xb7bf970 s Context>handleSignal:
         0xb7c1298 s Context>handleSignal:
         0xb7c2998 s Context>handleSignal:
         0xb7c3fe0 s Context>handleSignal:
         0xb7c5570 s Context>handleSignal:
         0xb7c6a48 s Context>handleSignal:
         0xb7c7e68 s Context>handleSignal:
         0xb7c91d0 s Context>handleSignal:
         0xb7ca480 s Context>handleSignal:
         0xb7cb678 s Context>handleSignal:
         0xb7cc7b8 s Context>handleSignal:
         0xb7cd840 s Context>handleSignal:
         0xb7ce810 s Context>handleSignal:
         0xb7cf728 s Context>handleSignal:
         0xb7d0588 s Context>handleSignal:
         0xb7d1330 s Context>handleSignal:
         0xb7d2020 s Context>handleSignal:
         0xb7d2c58 s Context>handleSignal:
         0xbf74ec0 s Halt(Exception)>signal
         0xbf8db10 s Halt class(Exception class)>signal
         0xbfac870 s Halt class>now
         0xbfac2f0 s FullBlockClosure(Object)>halt
         0xbfddd40 s FullBlockClosure>printOn:
         0xc000ae8 s Context>printOn:
         0xc024e58 s Context>printDebugOn:
         0xc024c08 s [] in Context>debugStack:on:
         0xc04f8f0 s OrderedCollection>do:
         0xbfac5b0 s Context>debugStack:on:
         0xbfddee8 s Context>shortDebugStackOn:
         0xc000ca0 s [] in SmalltalkImage>logError:inContext:
         0xc0250a8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf74e08 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8d9f8 s SmalltalkImage>logStdErrorDuring:
         0xbfac770 s SmalltalkImage>logError:inContext:
         0xbfde080 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc000e20 s FullBlockClosure(BlockClosure)>ensure:
         0xc0252d0 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04fc88 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0644d8 s Halt(Exception)>unhandledErrorAction
         0xc071f48 s Halt(UnhandledException)>defaultAction
         0xc093310 s UndefinedObject>handleSignal:
         0xc0933c8 s Context>handleSignal:
         0xc093480 s Context>handleSignal:
         0xc093538 s Context>handleSignal:
         0xc0935f0 s Context>handleSignal:
         0xc0936a8 s Context>handleSignal:
         0xc093760 s Context>handleSignal:
         0xc093818 s Context>handleSignal:
         0xc0938d0 s Context>handleSignal:
         0xc093988 s Context>handleSignal:
         0xc093a40 s Context>handleSignal:
         0xc0ffcd0 s Context>handleSignal:
         0xc10b3f0 s Context>handleSignal:
         0xc116298 s Context>handleSignal:
         0xc120b80 s Context>handleSignal:
         0xc12b3b0 s Context>handleSignal:
         0xc135be0 s Context>handleSignal:
         0xc140410 s Context>handleSignal:
         0xc14ac40 s Context>handleSignal:
         0xc155470 s Context>handleSignal:
         0xc15fca0 s Context>handleSignal:
         0xc16a4d0 s Context>handleSignal:
         0xc174d00 s Context>handleSignal:
         0xc17f530 s Context>handleSignal:
         0xc189d60 s Context>handleSignal:
         0xc194590 s Context>handleSignal:
         0xc19edc0 s Context>handleSignal:
         0xc1a95f0 s Context>handleSignal:
         0xc1b3e20 s Context>handleSignal:
         0xc1be650 s Context>handleSignal:
         0xc1c8e80 s Context>handleSignal:
         0xc1d36b0 s Context>handleSignal:
         0xc1ddee0 s Context>handleSignal:
         0xc1e8710 s Context>handleSignal:
         0xc1f2f40 s Context>handleSignal:
         0xc1fd770 s Context>handleSignal:
         0xc207fa0 s Context>handleSignal:
         0xc2127d0 s Context>handleSignal:
         0xc21d000 s Context>handleSignal:
         0xc227830 s Context>handleSignal:
         0xc232060 s Context>handleSignal:
         0xc23c890 s Context>handleSignal:
         0xc2470c0 s Context>handleSignal:
         0xc2518f0 s Context>handleSignal:
         0xc25c120 s Context>handleSignal:
         0xc263590 s Context>handleSignal:
         0xb7dc908 s Context>handleSignal:
         0xb7e71f0 s Context>handleSignal:
         0xb7f1ad8 s Context>handleSignal:
         0xb7fc3c0 s Context>handleSignal:
         0xb806ca8 s Context>handleSignal:
         0xb811590 s Context>handleSignal:
         0xb81be78 s Context>handleSignal:
         0xb826760 s Context>handleSignal:
         0xb831048 s Context>handleSignal:
         0xb83b930 s Context>handleSignal:
         0xb846218 s Context>handleSignal:
         0xb850b00 s Context>handleSignal:
         0xb85b3e8 s Context>handleSignal:
         0xb865cd0 s Context>handleSignal:
         0xb8705b8 s Context>handleSignal:
         0xb87aea0 s Context>handleSignal:
         0xb885788 s Context>handleSignal:
         0xb890070 s Context>handleSignal:
         0xb89a958 s Context>handleSignal:
         0xb8a5240 s Context>handleSignal:
         0xb8afb28 s Context>handleSignal:
         0xb8ba410 s Context>handleSignal:
         0xb8c4cf8 s Context>handleSignal:
         0xb8cf5e0 s Context>handleSignal:
         0xb8d9ec8 s Context>handleSignal:
         0xb8e47b0 s Context>handleSignal:
         0xb8ef098 s Context>handleSignal:
         0xb8f9980 s Context>handleSignal:
         0xb904268 s Context>handleSignal:
         0xb90eb50 s Context>handleSignal:
         0xb919438 s Context>handleSignal:
         0xb923d20 s Context>handleSignal:
         0xb92e608 s Context>handleSignal:
         0xb938ef0 s Context>handleSignal:
         0xb9437d8 s Context>handleSignal:
         0xb94e0c0 s Context>handleSignal:
         0xb9589a8 s Context>handleSignal:
         0xb963290 s Context>handleSignal:
         0xb96db78 s Context>handleSignal:
         0xb978460 s Context>handleSignal:
         0xb982d48 s Context>handleSignal:
         0xb98d630 s Context>handleSignal:
         0xb997f18 s Context>handleSignal:
         0xb9a2800 s Context>handleSignal:
         0xb9ad0e8 s Context>handleSignal:
         0xb9b79d0 s Context>handleSignal:
         0xb9c22b8 s Context>handleSignal:
         0xb9ccba0 s Context>handleSignal:
         0xb9d7488 s Context>handleSignal:
         0xb9e1d70 s Context>handleSignal:
         0xb9ec658 s Context>handleSignal:
         0xb9f6f40 s Context>handleSignal:
         0xba01828 s Context>handleSignal:
         0xba0c110 s Context>handleSignal:
         0xba169f8 s Context>handleSignal:
         0xba212e0 s Context>handleSignal:
         0xba2bbc8 s Context>handleSignal:
         0xba364b0 s Context>handleSignal:
         0xb417eb0 s Context>handleSignal:
         0xb41e7a0 s Context>handleSignal:
         0xb425e08 s Context>handleSignal:
         0xb42c818 s Context>handleSignal:
         0xb433c18 s Context>handleSignal:
         0xb43ad00 s Context>handleSignal:
         0xb441bc0 s Context>handleSignal:
         0xb447d80 s Context>handleSignal:
         0xb44df40 s Context>handleSignal:
         0xb454048 s Context>handleSignal:
         0xb45a098 s Context>handleSignal:
         0xb4600e8 s Context>handleSignal:
         0xb466138 s Context>handleSignal:
         0xb46c188 s Context>handleSignal:
         0xb4721d8 s Context>handleSignal:
         0xb478228 s Context>handleSignal:
         0xb47e278 s Context>handleSignal:
         0xb4842c8 s Context>handleSignal:
         0xb48a318 s Context>handleSignal:
         0xb490368 s Context>handleSignal:
         0xb4963b8 s Context>handleSignal:
         0xb49c408 s Context>handleSignal:
         0xb4a2458 s Context>handleSignal:
         0xb4a84a8 s Context>handleSignal:
         0xb4ae4f8 s Context>handleSignal:
         0xb4b4548 s Context>handleSignal:
         0xb4ba598 s Context>handleSignal:
         0xb4c05e8 s Context>handleSignal:
         0xb4c6638 s Context>handleSignal:
         0xb4cc688 s Context>handleSignal:
         0xb4d2620 s Context>handleSignal:
         0xb4d85b8 s Context>handleSignal:
         0xb4de550 s Context>handleSignal:
         0xb4e44e8 s Context>handleSignal:
         0xb4ea480 s Context>handleSignal:
         0xb4f0418 s Context>handleSignal:
         0xb4f63b0 s Context>handleSignal:
         0xb4fc348 s Context>handleSignal:
         0xb5022e0 s Context>handleSignal:
         0xb508278 s Context>handleSignal:
         0xb50e210 s Context>handleSignal:
         0xb5141a8 s Context>handleSignal:
         0xb51a140 s Context>handleSignal:
         0xb5200d8 s Context>handleSignal:
         0xb526070 s Context>handleSignal:
         0xb52c008 s Context>handleSignal:
         0xb531fa0 s Context>handleSignal:
         0xb537f38 s Context>handleSignal:
         0xb53ded0 s Context>handleSignal:
         0xb543e68 s Context>handleSignal:
         0xb549e00 s Context>handleSignal:
         0xb54fd98 s Context>handleSignal:
         0xb555d30 s Context>handleSignal:
         0xb55bcc8 s Context>handleSignal:
         0xb561c60 s Context>handleSignal:
         0xb567bf8 s Context>handleSignal:
         0xb56db90 s Context>handleSignal:
         0xb573b28 s Context>handleSignal:
         0xb579ac0 s Context>handleSignal:
         0xb57fa58 s Context>handleSignal:
         0xb5859f0 s Context>handleSignal:
         0xb58b988 s Context>handleSignal:
         0xb591920 s Context>handleSignal:
         0xb5978b8 s Context>handleSignal:
         0xb59d850 s Context>handleSignal:
         0xb5a37e8 s Context>handleSignal:
         0xb5a9780 s Context>handleSignal:
         0xb5af718 s Context>handleSignal:
         0xb5b56b0 s Context>handleSignal:
         0xb5bb648 s Context>handleSignal:
         0xb5c15e0 s Context>handleSignal:
         0xb5c7578 s Context>handleSignal:
         0xb5cd510 s Context>handleSignal:
         0xb5d34a8 s Context>handleSignal:
         0xb5d9440 s Context>handleSignal:
         0xb5df3d8 s Context>handleSignal:
         0xb5e5370 s Context>handleSignal:
         0xb5eb308 s Context>handleSignal:
         0xb5f12a0 s Context>handleSignal:
         0xb5f7238 s Context>handleSignal:
         0xb5fd1d0 s Context>handleSignal:
         0xb603168 s Context>handleSignal:
         0xb609100 s Context>handleSignal:
         0xb60f098 s Context>handleSignal:
         0xb615030 s Context>handleSignal:
         0xb61afc8 s Context>handleSignal:
         0xb620f60 s Context>handleSignal:
         0xb626ef8 s Context>handleSignal:
         0xb62ce90 s Context>handleSignal:
         0xb632e28 s Context>handleSignal:
         0xb638dc0 s Context>handleSignal:
         0xb63ed58 s Context>handleSignal:
         0xb644cf0 s Context>handleSignal:
         0xb64ac88 s Context>handleSignal:
         0xb650c20 s Context>handleSignal:
         0xb656bb8 s Context>handleSignal:
         0xb65ca98 s Context>handleSignal:
         0xb6628c0 s Context>handleSignal:
         0xb668630 s Context>handleSignal:
         0xb66e2e8 s Context>handleSignal:
         0xb673ee8 s Context>handleSignal:
         0xb679a30 s Context>handleSignal:
         0xb67f4c0 s Context>handleSignal:
         0xb684e98 s Context>handleSignal:
         0xb68a7b8 s Context>handleSignal:
         0xb690020 s Context>handleSignal:
         0xb6957d0 s Context>handleSignal:
         0xb69aec8 s Context>handleSignal:
         0xb6a0508 s Context>handleSignal:
         0xb6a5a90 s Context>handleSignal:
         0xb6aaf60 s Context>handleSignal:
         0xb6b0378 s Context>handleSignal:
         0xb6b56d8 s Context>handleSignal:
         0xb6ba980 s Context>handleSignal:
         0xb6bfb70 s Context>handleSignal:
         0xb6c4ca8 s Context>handleSignal:
         0xb6c9d28 s Context>handleSignal:
         0xb6cecf0 s Context>handleSignal:
         0xb6d3c00 s Context>handleSignal:
         0xb6d8a58 s Context>handleSignal:
         0xb6dd7f8 s Context>handleSignal:
         0xb6e24e0 s Context>handleSignal:
         0xb6e7110 s Context>handleSignal:
         0xb6ebc88 s Context>handleSignal:
         0xb6f0748 s Context>handleSignal:
         0xb6f5150 s Context>handleSignal:
         0xb6f9aa0 s Context>handleSignal:
         0xb6fe338 s Context>handleSignal:
         0xb702b18 s Context>handleSignal:
         0xb707240 s Context>handleSignal:
         0xb70b8b0 s Context>handleSignal:
         0xb70fe68 s Context>handleSignal:
         0xb714368 s Context>handleSignal:
         0xb7187b0 s Context>handleSignal:
         0xb71cb40 s Context>handleSignal:
         0xb720e18 s Context>handleSignal:
         0xb725038 s Context>handleSignal:
         0xb7291a0 s Context>handleSignal:
         0xb72d250 s Context>handleSignal:
         0xb731248 s Context>handleSignal:
         0xb735188 s Context>handleSignal:
         0xb739010 s Context>handleSignal:
         0xb73cde0 s Context>handleSignal:
         0xb740af8 s Context>handleSignal:
         0xb744758 s Context>handleSignal:
         0xb748300 s Context>handleSignal:
         0xb74bdf0 s Context>handleSignal:
         0xb74f828 s Context>handleSignal:
         0xb7531a8 s Context>handleSignal:
         0xb756a70 s Context>handleSignal:
         0xb75a280 s Context>handleSignal:
         0xb75da90 s Context>handleSignal:
         0xb7611e8 s Context>handleSignal:
         0xb764888 s Context>handleSignal:
         0xb767e70 s Context>handleSignal:
         0xb76b2e8 s Context>handleSignal:
         0xb76e6a8 s Context>handleSignal:
         0xb7719b0 s Context>handleSignal:
         0xb774c00 s Context>handleSignal:
         0xb777d98 s Context>handleSignal:
         0xb77ae78 s Context>handleSignal:
         0xb77dea0 s Context>handleSignal:
         0xb780e10 s Context>handleSignal:
         0xb783cc8 s Context>handleSignal:
         0xb786ac8 s Context>handleSignal:
         0xb789810 s Context>handleSignal:
         0xb78c4a0 s Context>handleSignal:
         0xb78f078 s Context>handleSignal:
         0xb791b98 s Context>handleSignal:
         0xb794600 s Context>handleSignal:
         0xb796fb0 s Context>handleSignal:
         0xb7998a8 s Context>handleSignal:
         0xb79c0e8 s Context>handleSignal:
         0xb79e870 s Context>handleSignal:
         0xb7a0f40 s Context>handleSignal:
         0xb7a3558 s Context>handleSignal:
         0xb7a5ab8 s Context>handleSignal:
         0xb7a7f60 s Context>handleSignal:
         0xb7aa350 s Context>handleSignal:
         0xb7ac688 s Context>handleSignal:
         0xb7ae908 s Context>handleSignal:
         0xb7b0ad0 s Context>handleSignal:
         0xb7b2b28 s Context>handleSignal:
         0xb7b4ac8 s Context>handleSignal:
         0xb7b69b0 s Context>handleSignal:
         0xb7b87e0 s Context>handleSignal:
         0xb7ba558 s Context>handleSignal:
         0xb7bc218 s Context>handleSignal:
         0xb7bde20 s Context>handleSignal:
         0xb7bf8b8 s Context>handleSignal:
         0xb7c11e0 s Context>handleSignal:
         0xb7c28e0 s Context>handleSignal:
         0xb7c3f28 s Context>handleSignal:
         0xb7c54b8 s Context>handleSignal:
         0xb7c6990 s Context>handleSignal:
         0xb7c7db0 s Context>handleSignal:
         0xb7c9118 s Context>handleSignal:
         0xb7ca3c8 s Context>handleSignal:
         0xb7cb5c0 s Context>handleSignal:
         0xb7cc700 s Context>handleSignal:
         0xb7cd788 s Context>handleSignal:
         0xb7ce758 s Context>handleSignal:
         0xb7cf670 s Context>handleSignal:
         0xb7d04d0 s Context>handleSignal:
         0xb7d1278 s Context>handleSignal:
         0xb7d1f68 s Context>handleSignal:
         0xbf75068 s Halt(Exception)>signal
         0xbf8dd10 s Halt class(Exception class)>signal
         0xbfacbe8 s Halt class>now
         0xbfac668 s FullBlockClosure(Object)>halt
         0xbfddfa0 s FullBlockClosure>printOn:
         0xc000d58 s Context>printOn:
         0xc025160 s Context>printDebugOn:
         0xc024f10 s [] in Context>debugStack:on:
         0xc04fa60 s OrderedCollection>do:
         0xbfac928 s Context>debugStack:on:
         0xbfde148 s Context>shortDebugStackOn:
         0xc000f10 s [] in SmalltalkImage>logError:inContext:
         0xc0253b0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf74fb0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8dbf8 s SmalltalkImage>logStdErrorDuring:
         0xbfacae8 s SmalltalkImage>logError:inContext:
         0xbfde2e0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc001090 s FullBlockClosure(BlockClosure)>ensure:
         0xc0255d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04fdf8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0645b0 s Halt(Exception)>unhandledErrorAction
         0xc072148 s Halt(UnhandledException)>defaultAction
         0xc093af8 s UndefinedObject>handleSignal:
         0xc093bb0 s Context>handleSignal:
         0xc093c68 s Context>handleSignal:
         0xc093d20 s Context>handleSignal:
         0xc093dd8 s Context>handleSignal:
         0xc093e90 s Context>handleSignal:
         0xc093f48 s Context>handleSignal:
         0xc094000 s Context>handleSignal:
         0xc0940b8 s Context>handleSignal:
         0xc094170 s Context>handleSignal:
         0xc094228 s Context>handleSignal:
         0xc0ffd88 s Context>handleSignal:
         0xc10b4a8 s Context>handleSignal:
         0xc116350 s Context>handleSignal:
         0xc120c38 s Context>handleSignal:
         0xc12b468 s Context>handleSignal:
         0xc135c98 s Context>handleSignal:
         0xc1404c8 s Context>handleSignal:
         0xc14acf8 s Context>handleSignal:
         0xc155528 s Context>handleSignal:
         0xc15fd58 s Context>handleSignal:
         0xc16a588 s Context>handleSignal:
         0xc174db8 s Context>handleSignal:
         0xc17f5e8 s Context>handleSignal:
         0xc189e18 s Context>handleSignal:
         0xc194648 s Context>handleSignal:
         0xc19ee78 s Context>handleSignal:
         0xc1a96a8 s Context>handleSignal:
         0xc1b3ed8 s Context>handleSignal:
         0xc1be708 s Context>handleSignal:
         0xc1c8f38 s Context>handleSignal:
         0xc1d3768 s Context>handleSignal:
         0xc1ddf98 s Context>handleSignal:
         0xc1e87c8 s Context>handleSignal:
         0xc1f2ff8 s Context>handleSignal:
         0xc1fd828 s Context>handleSignal:
         0xc208058 s Context>handleSignal:
         0xc212888 s Context>handleSignal:
         0xc21d0b8 s Context>handleSignal:
         0xc2278e8 s Context>handleSignal:
         0xc232118 s Context>handleSignal:
         0xc23c948 s Context>handleSignal:
         0xc247178 s Context>handleSignal:
         0xc2519a8 s Context>handleSignal:
         0xc25c1d8 s Context>handleSignal:
         0xc263648 s Context>handleSignal:
         0xb7dc9c0 s Context>handleSignal:
         0xb7e72a8 s Context>handleSignal:
         0xb7f1b90 s Context>handleSignal:
         0xb7fc478 s Context>handleSignal:
         0xb806d60 s Context>handleSignal:
         0xb811648 s Context>handleSignal:
         0xb81bf30 s Context>handleSignal:
         0xb826818 s Context>handleSignal:
         0xb831100 s Context>handleSignal:
         0xb83b9e8 s Context>handleSignal:
         0xb8462d0 s Context>handleSignal:
         0xb850bb8 s Context>handleSignal:
         0xb85b4a0 s Context>handleSignal:
         0xb865d88 s Context>handleSignal:
         0xb870670 s Context>handleSignal:
         0xb87af58 s Context>handleSignal:
         0xb885840 s Context>handleSignal:
         0xb890128 s Context>handleSignal:
         0xb89aa10 s Context>handleSignal:
         0xb8a52f8 s Context>handleSignal:
         0xb8afbe0 s Context>handleSignal:
         0xb8ba4c8 s Context>handleSignal:
         0xb8c4db0 s Context>handleSignal:
         0xb8cf698 s Context>handleSignal:
         0xb8d9f80 s Context>handleSignal:
         0xb8e4868 s Context>handleSignal:
         0xb8ef150 s Context>handleSignal:
         0xb8f9a38 s Context>handleSignal:
         0xb904320 s Context>handleSignal:
         0xb90ec08 s Context>handleSignal:
         0xb9194f0 s Context>handleSignal:
         0xb923dd8 s Context>handleSignal:
         0xb92e6c0 s Context>handleSignal:
         0xb938fa8 s Context>handleSignal:
         0xb943890 s Context>handleSignal:
         0xb94e178 s Context>handleSignal:
         0xb958a60 s Context>handleSignal:
         0xb963348 s Context>handleSignal:
         0xb96dc30 s Context>handleSignal:
         0xb978518 s Context>handleSignal:
         0xb982e00 s Context>handleSignal:
         0xb98d6e8 s Context>handleSignal:
         0xb997fd0 s Context>handleSignal:
         0xb9a28b8 s Context>handleSignal:
         0xb9ad1a0 s Context>handleSignal:
         0xb9b7a88 s Context>handleSignal:
         0xb9c2370 s Context>handleSignal:
         0xb9ccc58 s Context>handleSignal:
         0xb9d7540 s Context>handleSignal:
         0xb9e1e28 s Context>handleSignal:
         0xb9ec710 s Context>handleSignal:
         0xb9f6ff8 s Context>handleSignal:
         0xba018e0 s Context>handleSignal:
         0xba0c1c8 s Context>handleSignal:
         0xba16ab0 s Context>handleSignal:
         0xba21398 s Context>handleSignal:
         0xba2bc80 s Context>handleSignal:
         0xba36568 s Context>handleSignal:
         0xb417df8 s Context>handleSignal:
         0xb41e6e8 s Context>handleSignal:
         0xb425d50 s Context>handleSignal:
         0xb42c760 s Context>handleSignal:
         0xb433b60 s Context>handleSignal:
         0xb43ac48 s Context>handleSignal:
         0xb441b08 s Context>handleSignal:
         0xb447cc8 s Context>handleSignal:
         0xb44de88 s Context>handleSignal:
         0xb453f90 s Context>handleSignal:
         0xb459fe0 s Context>handleSignal:
         0xb460030 s Context>handleSignal:
         0xb466080 s Context>handleSignal:
         0xb46c0d0 s Context>handleSignal:
         0xb472120 s Context>handleSignal:
         0xb478170 s Context>handleSignal:
         0xb47e1c0 s Context>handleSignal:
         0xb484210 s Context>handleSignal:
         0xb48a260 s Context>handleSignal:
         0xb4902b0 s Context>handleSignal:
         0xb496300 s Context>handleSignal:
         0xb49c350 s Context>handleSignal:
         0xb4a23a0 s Context>handleSignal:
         0xb4a83f0 s Context>handleSignal:
         0xb4ae440 s Context>handleSignal:
         0xb4b4490 s Context>handleSignal:
         0xb4ba4e0 s Context>handleSignal:
         0xb4c0530 s Context>handleSignal:
         0xb4c6580 s Context>handleSignal:
         0xb4cc5d0 s Context>handleSignal:
         0xb4d2568 s Context>handleSignal:
         0xb4d8500 s Context>handleSignal:
         0xb4de498 s Context>handleSignal:
         0xb4e4430 s Context>handleSignal:
         0xb4ea3c8 s Context>handleSignal:
         0xb4f0360 s Context>handleSignal:
         0xb4f62f8 s Context>handleSignal:
         0xb4fc290 s Context>handleSignal:
         0xb502228 s Context>handleSignal:
         0xb5081c0 s Context>handleSignal:
         0xb50e158 s Context>handleSignal:
         0xb5140f0 s Context>handleSignal:
         0xb51a088 s Context>handleSignal:
         0xb520020 s Context>handleSignal:
         0xb525fb8 s Context>handleSignal:
         0xb52bf50 s Context>handleSignal:
         0xb531ee8 s Context>handleSignal:
         0xb537e80 s Context>handleSignal:
         0xb53de18 s Context>handleSignal:
         0xb543db0 s Context>handleSignal:
         0xb549d48 s Context>handleSignal:
         0xb54fce0 s Context>handleSignal:
         0xb555c78 s Context>handleSignal:
         0xb55bc10 s Context>handleSignal:
         0xb561ba8 s Context>handleSignal:
         0xb567b40 s Context>handleSignal:
         0xb56dad8 s Context>handleSignal:
         0xb573a70 s Context>handleSignal:
         0xb579a08 s Context>handleSignal:
         0xb57f9a0 s Context>handleSignal:
         0xb585938 s Context>handleSignal:
         0xb58b8d0 s Context>handleSignal:
         0xb591868 s Context>handleSignal:
         0xb597800 s Context>handleSignal:
         0xb59d798 s Context>handleSignal:
         0xb5a3730 s Context>handleSignal:
         0xb5a96c8 s Context>handleSignal:
         0xb5af660 s Context>handleSignal:
         0xb5b55f8 s Context>handleSignal:
         0xb5bb590 s Context>handleSignal:
         0xb5c1528 s Context>handleSignal:
         0xb5c74c0 s Context>handleSignal:
         0xb5cd458 s Context>handleSignal:
         0xb5d33f0 s Context>handleSignal:
         0xb5d9388 s Context>handleSignal:
         0xb5df320 s Context>handleSignal:
         0xb5e52b8 s Context>handleSignal:
         0xb5eb250 s Context>handleSignal:
         0xb5f11e8 s Context>handleSignal:
         0xb5f7180 s Context>handleSignal:
         0xb5fd118 s Context>handleSignal:
         0xb6030b0 s Context>handleSignal:
         0xb609048 s Context>handleSignal:
         0xb60efe0 s Context>handleSignal:
         0xb614f78 s Context>handleSignal:
         0xb61af10 s Context>handleSignal:
         0xb620ea8 s Context>handleSignal:
         0xb626e40 s Context>handleSignal:
         0xb62cdd8 s Context>handleSignal:
         0xb632d70 s Context>handleSignal:
         0xb638d08 s Context>handleSignal:
         0xb63eca0 s Context>handleSignal:
         0xb644c38 s Context>handleSignal:
         0xb64abd0 s Context>handleSignal:
         0xb650b68 s Context>handleSignal:
         0xb656b00 s Context>handleSignal:
         0xb65c9e0 s Context>handleSignal:
         0xb662808 s Context>handleSignal:
         0xb668578 s Context>handleSignal:
         0xb66e230 s Context>handleSignal:
         0xb673e30 s Context>handleSignal:
         0xb679978 s Context>handleSignal:
         0xb67f408 s Context>handleSignal:
         0xb684de0 s Context>handleSignal:
         0xb68a700 s Context>handleSignal:
         0xb68ff68 s Context>handleSignal:
         0xb695718 s Context>handleSignal:
         0xb69ae10 s Context>handleSignal:
         0xb6a0450 s Context>handleSignal:
         0xb6a59d8 s Context>handleSignal:
         0xb6aaea8 s Context>handleSignal:
         0xb6b02c0 s Context>handleSignal:
         0xb6b5620 s Context>handleSignal:
         0xb6ba8c8 s Context>handleSignal:
         0xb6bfab8 s Context>handleSignal:
         0xb6c4bf0 s Context>handleSignal:
         0xb6c9c70 s Context>handleSignal:
         0xb6cec38 s Context>handleSignal:
         0xb6d3b48 s Context>handleSignal:
         0xb6d89a0 s Context>handleSignal:
         0xb6dd740 s Context>handleSignal:
         0xb6e2428 s Context>handleSignal:
         0xb6e7058 s Context>handleSignal:
         0xb6ebbd0 s Context>handleSignal:
         0xb6f0690 s Context>handleSignal:
         0xb6f5098 s Context>handleSignal:
         0xb6f99e8 s Context>handleSignal:
         0xb6fe280 s Context>handleSignal:
         0xb702a60 s Context>handleSignal:
         0xb707188 s Context>handleSignal:
         0xb70b7f8 s Context>handleSignal:
         0xb70fdb0 s Context>handleSignal:
         0xb7142b0 s Context>handleSignal:
         0xb7186f8 s Context>handleSignal:
         0xb71ca88 s Context>handleSignal:
         0xb720d60 s Context>handleSignal:
         0xb724f80 s Context>handleSignal:
         0xb7290e8 s Context>handleSignal:
         0xb72d198 s Context>handleSignal:
         0xb731190 s Context>handleSignal:
         0xb7350d0 s Context>handleSignal:
         0xb738f58 s Context>handleSignal:
         0xb73cd28 s Context>handleSignal:
         0xb740a40 s Context>handleSignal:
         0xb7446a0 s Context>handleSignal:
         0xb748248 s Context>handleSignal:
         0xb74bd38 s Context>handleSignal:
         0xb74f770 s Context>handleSignal:
         0xb7530f0 s Context>handleSignal:
         0xb7569b8 s Context>handleSignal:
         0xb75a1c8 s Context>handleSignal:
         0xb75d9d8 s Context>handleSignal:
         0xb761130 s Context>handleSignal:
         0xb7647d0 s Context>handleSignal:
         0xb767db8 s Context>handleSignal:
         0xb76b230 s Context>handleSignal:
         0xb76e5f0 s Context>handleSignal:
         0xb7718f8 s Context>handleSignal:
         0xb774b48 s Context>handleSignal:
         0xb777ce0 s Context>handleSignal:
         0xb77adc0 s Context>handleSignal:
         0xb77dde8 s Context>handleSignal:
         0xb780d58 s Context>handleSignal:
         0xb783c10 s Context>handleSignal:
         0xb786a10 s Context>handleSignal:
         0xb789758 s Context>handleSignal:
         0xb78c3e8 s Context>handleSignal:
         0xb78efc0 s Context>handleSignal:
         0xb791ae0 s Context>handleSignal:
         0xb794548 s Context>handleSignal:
         0xb796ef8 s Context>handleSignal:
         0xb7997f0 s Context>handleSignal:
         0xb79c030 s Context>handleSignal:
         0xb79e7b8 s Context>handleSignal:
         0xb7a0e88 s Context>handleSignal:
         0xb7a34a0 s Context>handleSignal:
         0xb7a5a00 s Context>handleSignal:
         0xb7a7ea8 s Context>handleSignal:
         0xb7aa298 s Context>handleSignal:
         0xb7ac5d0 s Context>handleSignal:
         0xb7ae850 s Context>handleSignal:
         0xb7b0a18 s Context>handleSignal:
         0xb7b2a70 s Context>handleSignal:
         0xb7b4a10 s Context>handleSignal:
         0xb7b68f8 s Context>handleSignal:
         0xb7b8728 s Context>handleSignal:
         0xb7ba4a0 s Context>handleSignal:
         0xb7bc160 s Context>handleSignal:
         0xb7bdd68 s Context>handleSignal:
         0xb7bf800 s Context>handleSignal:
         0xb7c1128 s Context>handleSignal:
         0xb7c2828 s Context>handleSignal:
         0xb7c3e70 s Context>handleSignal:
         0xb7c5400 s Context>handleSignal:
         0xb7c68d8 s Context>handleSignal:
         0xb7c7cf8 s Context>handleSignal:
         0xb7c9060 s Context>handleSignal:
         0xb7ca310 s Context>handleSignal:
         0xb7cb508 s Context>handleSignal:
         0xb7cc648 s Context>handleSignal:
         0xb7cd6d0 s Context>handleSignal:
         0xb7ce6a0 s Context>handleSignal:
         0xb7cf5b8 s Context>handleSignal:
         0xb7d0418 s Context>handleSignal:
         0xb7d11c0 s Context>handleSignal:
         0xbf75210 s Halt(Exception)>signal
         0xbf8df10 s Halt class(Exception class)>signal
         0xbfacf60 s Halt class>now
         0xbfac9e0 s FullBlockClosure(Object)>halt
         0xbfde200 s FullBlockClosure>printOn:
         0xc000fc8 s Context>printOn:
         0xc025468 s Context>printDebugOn:
         0xc025218 s [] in Context>debugStack:on:
         0xc04fbd0 s OrderedCollection>do:
         0xbfacca0 s Context>debugStack:on:
         0xbfde3a8 s Context>shortDebugStackOn:
         0xc001180 s [] in SmalltalkImage>logError:inContext:
         0xc0256b8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf75158 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8ddf8 s SmalltalkImage>logStdErrorDuring:
         0xbface60 s SmalltalkImage>logError:inContext:
         0xbfde540 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc001300 s FullBlockClosure(BlockClosure)>ensure:
         0xc0258e0 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc04ff68 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc064688 s Halt(Exception)>unhandledErrorAction
         0xc072348 s Halt(UnhandledException)>defaultAction
         0xc0942e0 s UndefinedObject>handleSignal:
         0xc094398 s Context>handleSignal:
         0xc094450 s Context>handleSignal:
         0xc094508 s Context>handleSignal:
         0xc0945c0 s Context>handleSignal:
         0xc094678 s Context>handleSignal:
         0xc094730 s Context>handleSignal:
         0xc0947e8 s Context>handleSignal:
         0xc0948a0 s Context>handleSignal:
         0xc094958 s Context>handleSignal:
         0xc094a10 s Context>handleSignal:
         0xc0ffe40 s Context>handleSignal:
         0xc10b560 s Context>handleSignal:
         0xc116408 s Context>handleSignal:
         0xc120cf0 s Context>handleSignal:
         0xc12b520 s Context>handleSignal:
         0xc135d50 s Context>handleSignal:
         0xc140580 s Context>handleSignal:
         0xc14adb0 s Context>handleSignal:
         0xc1555e0 s Context>handleSignal:
         0xc15fe10 s Context>handleSignal:
         0xc16a640 s Context>handleSignal:
         0xc174e70 s Context>handleSignal:
         0xc17f6a0 s Context>handleSignal:
         0xc189ed0 s Context>handleSignal:
         0xc194700 s Context>handleSignal:
         0xc19ef30 s Context>handleSignal:
         0xc1a9760 s Context>handleSignal:
         0xc1b3f90 s Context>handleSignal:
         0xc1be7c0 s Context>handleSignal:
         0xc1c8ff0 s Context>handleSignal:
         0xc1d3820 s Context>handleSignal:
         0xc1de050 s Context>handleSignal:
         0xc1e8880 s Context>handleSignal:
         0xc1f30b0 s Context>handleSignal:
         0xc1fd8e0 s Context>handleSignal:
         0xc208110 s Context>handleSignal:
         0xc212940 s Context>handleSignal:
         0xc21d170 s Context>handleSignal:
         0xc2279a0 s Context>handleSignal:
         0xc2321d0 s Context>handleSignal:
         0xc23ca00 s Context>handleSignal:
         0xc247230 s Context>handleSignal:
         0xc251a60 s Context>handleSignal:
         0xc25c290 s Context>handleSignal:
         0xc263700 s Context>handleSignal:
         0xb7dca78 s Context>handleSignal:
         0xb7e7360 s Context>handleSignal:
         0xb7f1c48 s Context>handleSignal:
         0xb7fc530 s Context>handleSignal:
         0xb806e18 s Context>handleSignal:
         0xb811700 s Context>handleSignal:
         0xb81bfe8 s Context>handleSignal:
         0xb8268d0 s Context>handleSignal:
         0xb8311b8 s Context>handleSignal:
         0xb83baa0 s Context>handleSignal:
         0xb846388 s Context>handleSignal:
         0xb850c70 s Context>handleSignal:
         0xb85b558 s Context>handleSignal:
         0xb865e40 s Context>handleSignal:
         0xb870728 s Context>handleSignal:
         0xb87b010 s Context>handleSignal:
         0xb8858f8 s Context>handleSignal:
         0xb8901e0 s Context>handleSignal:
         0xb89aac8 s Context>handleSignal:
         0xb8a53b0 s Context>handleSignal:
         0xb8afc98 s Context>handleSignal:
         0xb8ba580 s Context>handleSignal:
         0xb8c4e68 s Context>handleSignal:
         0xb8cf750 s Context>handleSignal:
         0xb8da038 s Context>handleSignal:
         0xb8e4920 s Context>handleSignal:
         0xb8ef208 s Context>handleSignal:
         0xb8f9af0 s Context>handleSignal:
         0xb9043d8 s Context>handleSignal:
         0xb90ecc0 s Context>handleSignal:
         0xb9195a8 s Context>handleSignal:
         0xb923e90 s Context>handleSignal:
         0xb92e778 s Context>handleSignal:
         0xb939060 s Context>handleSignal:
         0xb943948 s Context>handleSignal:
         0xb94e230 s Context>handleSignal:
         0xb958b18 s Context>handleSignal:
         0xb963400 s Context>handleSignal:
         0xb96dce8 s Context>handleSignal:
         0xb9785d0 s Context>handleSignal:
         0xb982eb8 s Context>handleSignal:
         0xb98d7a0 s Context>handleSignal:
         0xb998088 s Context>handleSignal:
         0xb9a2970 s Context>handleSignal:
         0xb9ad258 s Context>handleSignal:
         0xb9b7b40 s Context>handleSignal:
         0xb9c2428 s Context>handleSignal:
         0xb9ccd10 s Context>handleSignal:
         0xb9d75f8 s Context>handleSignal:
         0xb9e1ee0 s Context>handleSignal:
         0xb9ec7c8 s Context>handleSignal:
         0xb9f70b0 s Context>handleSignal:
         0xba01998 s Context>handleSignal:
         0xba0c280 s Context>handleSignal:
         0xba16b68 s Context>handleSignal:
         0xba21450 s Context>handleSignal:
         0xba2bd38 s Context>handleSignal:
         0xba36620 s Context>handleSignal:
         0xb417d40 s Context>handleSignal:
         0xb41e630 s Context>handleSignal:
         0xb425c98 s Context>handleSignal:
         0xb42c6a8 s Context>handleSignal:
         0xb433aa8 s Context>handleSignal:
         0xb43ab90 s Context>handleSignal:
         0xb441a50 s Context>handleSignal:
         0xb447c10 s Context>handleSignal:
         0xb44ddd0 s Context>handleSignal:
         0xb453ed8 s Context>handleSignal:
         0xb459f28 s Context>handleSignal:
         0xb45ff78 s Context>handleSignal:
         0xb465fc8 s Context>handleSignal:
         0xb46c018 s Context>handleSignal:
         0xb472068 s Context>handleSignal:
         0xb4780b8 s Context>handleSignal:
         0xb47e108 s Context>handleSignal:
         0xb484158 s Context>handleSignal:
         0xb48a1a8 s Context>handleSignal:
         0xb4901f8 s Context>handleSignal:
         0xb496248 s Context>handleSignal:
         0xb49c298 s Context>handleSignal:
         0xb4a22e8 s Context>handleSignal:
         0xb4a8338 s Context>handleSignal:
         0xb4ae388 s Context>handleSignal:
         0xb4b43d8 s Context>handleSignal:
         0xb4ba428 s Context>handleSignal:
         0xb4c0478 s Context>handleSignal:
         0xb4c64c8 s Context>handleSignal:
         0xb4cc518 s Context>handleSignal:
         0xb4d24b0 s Context>handleSignal:
         0xb4d8448 s Context>handleSignal:
         0xb4de3e0 s Context>handleSignal:
         0xb4e4378 s Context>handleSignal:
         0xb4ea310 s Context>handleSignal:
         0xb4f02a8 s Context>handleSignal:
         0xb4f6240 s Context>handleSignal:
         0xb4fc1d8 s Context>handleSignal:
         0xb502170 s Context>handleSignal:
         0xb508108 s Context>handleSignal:
         0xb50e0a0 s Context>handleSignal:
         0xb514038 s Context>handleSignal:
         0xb519fd0 s Context>handleSignal:
         0xb51ff68 s Context>handleSignal:
         0xb525f00 s Context>handleSignal:
         0xb52be98 s Context>handleSignal:
         0xb531e30 s Context>handleSignal:
         0xb537dc8 s Context>handleSignal:
         0xb53dd60 s Context>handleSignal:
         0xb543cf8 s Context>handleSignal:
         0xb549c90 s Context>handleSignal:
         0xb54fc28 s Context>handleSignal:
         0xb555bc0 s Context>handleSignal:
         0xb55bb58 s Context>handleSignal:
         0xb561af0 s Context>handleSignal:
         0xb567a88 s Context>handleSignal:
         0xb56da20 s Context>handleSignal:
         0xb5739b8 s Context>handleSignal:
         0xb579950 s Context>handleSignal:
         0xb57f8e8 s Context>handleSignal:
         0xb585880 s Context>handleSignal:
         0xb58b818 s Context>handleSignal:
         0xb5917b0 s Context>handleSignal:
         0xb597748 s Context>handleSignal:
         0xb59d6e0 s Context>handleSignal:
         0xb5a3678 s Context>handleSignal:
         0xb5a9610 s Context>handleSignal:
         0xb5af5a8 s Context>handleSignal:
         0xb5b5540 s Context>handleSignal:
         0xb5bb4d8 s Context>handleSignal:
         0xb5c1470 s Context>handleSignal:
         0xb5c7408 s Context>handleSignal:
         0xb5cd3a0 s Context>handleSignal:
         0xb5d3338 s Context>handleSignal:
         0xb5d92d0 s Context>handleSignal:
         0xb5df268 s Context>handleSignal:
         0xb5e5200 s Context>handleSignal:
         0xb5eb198 s Context>handleSignal:
         0xb5f1130 s Context>handleSignal:
         0xb5f70c8 s Context>handleSignal:
         0xb5fd060 s Context>handleSignal:
         0xb602ff8 s Context>handleSignal:
         0xb608f90 s Context>handleSignal:
         0xb60ef28 s Context>handleSignal:
         0xb614ec0 s Context>handleSignal:
         0xb61ae58 s Context>handleSignal:
         0xb620df0 s Context>handleSignal:
         0xb626d88 s Context>handleSignal:
         0xb62cd20 s Context>handleSignal:
         0xb632cb8 s Context>handleSignal:
         0xb638c50 s Context>handleSignal:
         0xb63ebe8 s Context>handleSignal:
         0xb644b80 s Context>handleSignal:
         0xb64ab18 s Context>handleSignal:
         0xb650ab0 s Context>handleSignal:
         0xb656a48 s Context>handleSignal:
         0xb65c928 s Context>handleSignal:
         0xb662750 s Context>handleSignal:
         0xb6684c0 s Context>handleSignal:
         0xb66e178 s Context>handleSignal:
         0xb673d78 s Context>handleSignal:
         0xb6798c0 s Context>handleSignal:
         0xb67f350 s Context>handleSignal:
         0xb684d28 s Context>handleSignal:
         0xb68a648 s Context>handleSignal:
         0xb68feb0 s Context>handleSignal:
         0xb695660 s Context>handleSignal:
         0xb69ad58 s Context>handleSignal:
         0xb6a0398 s Context>handleSignal:
         0xb6a5920 s Context>handleSignal:
         0xb6aadf0 s Context>handleSignal:
         0xb6b0208 s Context>handleSignal:
         0xb6b5568 s Context>handleSignal:
         0xb6ba810 s Context>handleSignal:
         0xb6bfa00 s Context>handleSignal:
         0xb6c4b38 s Context>handleSignal:
         0xb6c9bb8 s Context>handleSignal:
         0xb6ceb80 s Context>handleSignal:
         0xb6d3a90 s Context>handleSignal:
         0xb6d88e8 s Context>handleSignal:
         0xb6dd688 s Context>handleSignal:
         0xb6e2370 s Context>handleSignal:
         0xb6e6fa0 s Context>handleSignal:
         0xb6ebb18 s Context>handleSignal:
         0xb6f05d8 s Context>handleSignal:
         0xb6f4fe0 s Context>handleSignal:
         0xb6f9930 s Context>handleSignal:
         0xb6fe1c8 s Context>handleSignal:
         0xb7029a8 s Context>handleSignal:
         0xb7070d0 s Context>handleSignal:
         0xb70b740 s Context>handleSignal:
         0xb70fcf8 s Context>handleSignal:
         0xb7141f8 s Context>handleSignal:
         0xb718640 s Context>handleSignal:
         0xb71c9d0 s Context>handleSignal:
         0xb720ca8 s Context>handleSignal:
         0xb724ec8 s Context>handleSignal:
         0xb729030 s Context>handleSignal:
         0xb72d0e0 s Context>handleSignal:
         0xb7310d8 s Context>handleSignal:
         0xb735018 s Context>handleSignal:
         0xb738ea0 s Context>handleSignal:
         0xb73cc70 s Context>handleSignal:
         0xb740988 s Context>handleSignal:
         0xb7445e8 s Context>handleSignal:
         0xb748190 s Context>handleSignal:
         0xb74bc80 s Context>handleSignal:
         0xb74f6b8 s Context>handleSignal:
         0xb753038 s Context>handleSignal:
         0xb756900 s Context>handleSignal:
         0xb75a110 s Context>handleSignal:
         0xb75d920 s Context>handleSignal:
         0xb761078 s Context>handleSignal:
         0xb764718 s Context>handleSignal:
         0xb767d00 s Context>handleSignal:
         0xb76b178 s Context>handleSignal:
         0xb76e538 s Context>handleSignal:
         0xb771840 s Context>handleSignal:
         0xb774a90 s Context>handleSignal:
         0xb777c28 s Context>handleSignal:
         0xb77ad08 s Context>handleSignal:
         0xb77dd30 s Context>handleSignal:
         0xb780ca0 s Context>handleSignal:
         0xb783b58 s Context>handleSignal:
         0xb786958 s Context>handleSignal:
         0xb7896a0 s Context>handleSignal:
         0xb78c330 s Context>handleSignal:
         0xb78ef08 s Context>handleSignal:
         0xb791a28 s Context>handleSignal:
         0xb794490 s Context>handleSignal:
         0xb796e40 s Context>handleSignal:
         0xb799738 s Context>handleSignal:
         0xb79bf78 s Context>handleSignal:
         0xb79e700 s Context>handleSignal:
         0xb7a0dd0 s Context>handleSignal:
         0xb7a33e8 s Context>handleSignal:
         0xb7a5948 s Context>handleSignal:
         0xb7a7df0 s Context>handleSignal:
         0xb7aa1e0 s Context>handleSignal:
         0xb7ac518 s Context>handleSignal:
         0xb7ae798 s Context>handleSignal:
         0xb7b0960 s Context>handleSignal:
         0xb7b29b8 s Context>handleSignal:
         0xb7b4958 s Context>handleSignal:
         0xb7b6840 s Context>handleSignal:
         0xb7b8670 s Context>handleSignal:
         0xb7ba3e8 s Context>handleSignal:
         0xb7bc0a8 s Context>handleSignal:
         0xb7bdcb0 s Context>handleSignal:
         0xb7bf748 s Context>handleSignal:
         0xb7c1070 s Context>handleSignal:
         0xb7c2770 s Context>handleSignal:
         0xb7c3db8 s Context>handleSignal:
         0xb7c5348 s Context>handleSignal:
         0xb7c6820 s Context>handleSignal:
         0xb7c7c40 s Context>handleSignal:
         0xb7c8fa8 s Context>handleSignal:
         0xb7ca258 s Context>handleSignal:
         0xb7cb450 s Context>handleSignal:
         0xb7cc590 s Context>handleSignal:
         0xb7cd618 s Context>handleSignal:
         0xb7ce5e8 s Context>handleSignal:
         0xb7cf500 s Context>handleSignal:
         0xb7d0360 s Context>handleSignal:
         0xbf753b8 s Halt(Exception)>signal
         0xbf8e110 s Halt class(Exception class)>signal
         0xbfad2d8 s Halt class>now
         0xbfacd58 s FullBlockClosure(Object)>halt
         0xbfde460 s FullBlockClosure>printOn:
         0xc001238 s Context>printOn:
         0xc025770 s Context>printDebugOn:
         0xc025520 s [] in Context>debugStack:on:
         0xc04fd40 s OrderedCollection>do:
         0xbfad018 s Context>debugStack:on:
         0xbfde608 s Context>shortDebugStackOn:
         0xc0013f0 s [] in SmalltalkImage>logError:inContext:
         0xc0259c0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf75300 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8dff8 s SmalltalkImage>logStdErrorDuring:
         0xbfad1d8 s SmalltalkImage>logError:inContext:
         0xbfde7a0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc001570 s FullBlockClosure(BlockClosure)>ensure:
         0xc025be8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0500d8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc064760 s Halt(Exception)>unhandledErrorAction
         0xc072548 s Halt(UnhandledException)>defaultAction
         0xc094ac8 s UndefinedObject>handleSignal:
         0xc094b80 s Context>handleSignal:
         0xc094c38 s Context>handleSignal:
         0xc094cf0 s Context>handleSignal:
         0xc094da8 s Context>handleSignal:
         0xc094e60 s Context>handleSignal:
         0xc094f18 s Context>handleSignal:
         0xc094fd0 s Context>handleSignal:
         0xc095088 s Context>handleSignal:
         0xc095140 s Context>handleSignal:
         0xc0951f8 s Context>handleSignal:
         0xc0ffef8 s Context>handleSignal:
         0xc10b618 s Context>handleSignal:
         0xc1164c0 s Context>handleSignal:
         0xc120da8 s Context>handleSignal:
         0xc12b5d8 s Context>handleSignal:
         0xc135e08 s Context>handleSignal:
         0xc140638 s Context>handleSignal:
         0xc14ae68 s Context>handleSignal:
         0xc155698 s Context>handleSignal:
         0xc15fec8 s Context>handleSignal:
         0xc16a6f8 s Context>handleSignal:
         0xc174f28 s Context>handleSignal:
         0xc17f758 s Context>handleSignal:
         0xc189f88 s Context>handleSignal:
         0xc1947b8 s Context>handleSignal:
         0xc19efe8 s Context>handleSignal:
         0xc1a9818 s Context>handleSignal:
         0xc1b4048 s Context>handleSignal:
         0xc1be878 s Context>handleSignal:
         0xc1c90a8 s Context>handleSignal:
         0xc1d38d8 s Context>handleSignal:
         0xc1de108 s Context>handleSignal:
         0xc1e8938 s Context>handleSignal:
         0xc1f3168 s Context>handleSignal:
         0xc1fd998 s Context>handleSignal:
         0xc2081c8 s Context>handleSignal:
         0xc2129f8 s Context>handleSignal:
         0xc21d228 s Context>handleSignal:
         0xc227a58 s Context>handleSignal:
         0xc232288 s Context>handleSignal:
         0xc23cab8 s Context>handleSignal:
         0xc2472e8 s Context>handleSignal:
         0xc251b18 s Context>handleSignal:
         0xc25c348 s Context>handleSignal:
         0xc2637b8 s Context>handleSignal:
         0xb7dcb30 s Context>handleSignal:
         0xb7e7418 s Context>handleSignal:
         0xb7f1d00 s Context>handleSignal:
         0xb7fc5e8 s Context>handleSignal:
         0xb806ed0 s Context>handleSignal:
         0xb8117b8 s Context>handleSignal:
         0xb81c0a0 s Context>handleSignal:
         0xb826988 s Context>handleSignal:
         0xb831270 s Context>handleSignal:
         0xb83bb58 s Context>handleSignal:
         0xb846440 s Context>handleSignal:
         0xb850d28 s Context>handleSignal:
         0xb85b610 s Context>handleSignal:
         0xb865ef8 s Context>handleSignal:
         0xb8707e0 s Context>handleSignal:
         0xb87b0c8 s Context>handleSignal:
         0xb8859b0 s Context>handleSignal:
         0xb890298 s Context>handleSignal:
         0xb89ab80 s Context>handleSignal:
         0xb8a5468 s Context>handleSignal:
         0xb8afd50 s Context>handleSignal:
         0xb8ba638 s Context>handleSignal:
         0xb8c4f20 s Context>handleSignal:
         0xb8cf808 s Context>handleSignal:
         0xb8da0f0 s Context>handleSignal:
         0xb8e49d8 s Context>handleSignal:
         0xb8ef2c0 s Context>handleSignal:
         0xb8f9ba8 s Context>handleSignal:
         0xb904490 s Context>handleSignal:
         0xb90ed78 s Context>handleSignal:
         0xb919660 s Context>handleSignal:
         0xb923f48 s Context>handleSignal:
         0xb92e830 s Context>handleSignal:
         0xb939118 s Context>handleSignal:
         0xb943a00 s Context>handleSignal:
         0xb94e2e8 s Context>handleSignal:
         0xb958bd0 s Context>handleSignal:
         0xb9634b8 s Context>handleSignal:
         0xb96dda0 s Context>handleSignal:
         0xb978688 s Context>handleSignal:
         0xb982f70 s Context>handleSignal:
         0xb98d858 s Context>handleSignal:
         0xb998140 s Context>handleSignal:
         0xb9a2a28 s Context>handleSignal:
         0xb9ad310 s Context>handleSignal:
         0xb9b7bf8 s Context>handleSignal:
         0xb9c24e0 s Context>handleSignal:
         0xb9ccdc8 s Context>handleSignal:
         0xb9d76b0 s Context>handleSignal:
         0xb9e1f98 s Context>handleSignal:
         0xb9ec880 s Context>handleSignal:
         0xb9f7168 s Context>handleSignal:
         0xba01a50 s Context>handleSignal:
         0xba0c338 s Context>handleSignal:
         0xba16c20 s Context>handleSignal:
         0xba21508 s Context>handleSignal:
         0xba2bdf0 s Context>handleSignal:
         0xba366d8 s Context>handleSignal:
         0xb417c88 s Context>handleSignal:
         0xb41e578 s Context>handleSignal:
         0xb425be0 s Context>handleSignal:
         0xb42c5f0 s Context>handleSignal:
         0xb4339f0 s Context>handleSignal:
         0xb43aad8 s Context>handleSignal:
         0xb441998 s Context>handleSignal:
         0xb447b58 s Context>handleSignal:
         0xb44dd18 s Context>handleSignal:
         0xb453e20 s Context>handleSignal:
         0xb459e70 s Context>handleSignal:
         0xb45fec0 s Context>handleSignal:
         0xb465f10 s Context>handleSignal:
         0xb46bf60 s Context>handleSignal:
         0xb471fb0 s Context>handleSignal:
         0xb478000 s Context>handleSignal:
         0xb47e050 s Context>handleSignal:
         0xb4840a0 s Context>handleSignal:
         0xb48a0f0 s Context>handleSignal:
         0xb490140 s Context>handleSignal:
         0xb496190 s Context>handleSignal:
         0xb49c1e0 s Context>handleSignal:
         0xb4a2230 s Context>handleSignal:
         0xb4a8280 s Context>handleSignal:
         0xb4ae2d0 s Context>handleSignal:
         0xb4b4320 s Context>handleSignal:
         0xb4ba370 s Context>handleSignal:
         0xb4c03c0 s Context>handleSignal:
         0xb4c6410 s Context>handleSignal:
         0xb4cc460 s Context>handleSignal:
         0xb4d23f8 s Context>handleSignal:
         0xb4d8390 s Context>handleSignal:
         0xb4de328 s Context>handleSignal:
         0xb4e42c0 s Context>handleSignal:
         0xb4ea258 s Context>handleSignal:
         0xb4f01f0 s Context>handleSignal:
         0xb4f6188 s Context>handleSignal:
         0xb4fc120 s Context>handleSignal:
         0xb5020b8 s Context>handleSignal:
         0xb508050 s Context>handleSignal:
         0xb50dfe8 s Context>handleSignal:
         0xb513f80 s Context>handleSignal:
         0xb519f18 s Context>handleSignal:
         0xb51feb0 s Context>handleSignal:
         0xb525e48 s Context>handleSignal:
         0xb52bde0 s Context>handleSignal:
         0xb531d78 s Context>handleSignal:
         0xb537d10 s Context>handleSignal:
         0xb53dca8 s Context>handleSignal:
         0xb543c40 s Context>handleSignal:
         0xb549bd8 s Context>handleSignal:
         0xb54fb70 s Context>handleSignal:
         0xb555b08 s Context>handleSignal:
         0xb55baa0 s Context>handleSignal:
         0xb561a38 s Context>handleSignal:
         0xb5679d0 s Context>handleSignal:
         0xb56d968 s Context>handleSignal:
         0xb573900 s Context>handleSignal:
         0xb579898 s Context>handleSignal:
         0xb57f830 s Context>handleSignal:
         0xb5857c8 s Context>handleSignal:
         0xb58b760 s Context>handleSignal:
         0xb5916f8 s Context>handleSignal:
         0xb597690 s Context>handleSignal:
         0xb59d628 s Context>handleSignal:
         0xb5a35c0 s Context>handleSignal:
         0xb5a9558 s Context>handleSignal:
         0xb5af4f0 s Context>handleSignal:
         0xb5b5488 s Context>handleSignal:
         0xb5bb420 s Context>handleSignal:
         0xb5c13b8 s Context>handleSignal:
         0xb5c7350 s Context>handleSignal:
         0xb5cd2e8 s Context>handleSignal:
         0xb5d3280 s Context>handleSignal:
         0xb5d9218 s Context>handleSignal:
         0xb5df1b0 s Context>handleSignal:
         0xb5e5148 s Context>handleSignal:
         0xb5eb0e0 s Context>handleSignal:
         0xb5f1078 s Context>handleSignal:
         0xb5f7010 s Context>handleSignal:
         0xb5fcfa8 s Context>handleSignal:
         0xb602f40 s Context>handleSignal:
         0xb608ed8 s Context>handleSignal:
         0xb60ee70 s Context>handleSignal:
         0xb614e08 s Context>handleSignal:
         0xb61ada0 s Context>handleSignal:
         0xb620d38 s Context>handleSignal:
         0xb626cd0 s Context>handleSignal:
         0xb62cc68 s Context>handleSignal:
         0xb632c00 s Context>handleSignal:
         0xb638b98 s Context>handleSignal:
         0xb63eb30 s Context>handleSignal:
         0xb644ac8 s Context>handleSignal:
         0xb64aa60 s Context>handleSignal:
         0xb6509f8 s Context>handleSignal:
         0xb656990 s Context>handleSignal:
         0xb65c870 s Context>handleSignal:
         0xb662698 s Context>handleSignal:
         0xb668408 s Context>handleSignal:
         0xb66e0c0 s Context>handleSignal:
         0xb673cc0 s Context>handleSignal:
         0xb679808 s Context>handleSignal:
         0xb67f298 s Context>handleSignal:
         0xb684c70 s Context>handleSignal:
         0xb68a590 s Context>handleSignal:
         0xb68fdf8 s Context>handleSignal:
         0xb6955a8 s Context>handleSignal:
         0xb69aca0 s Context>handleSignal:
         0xb6a02e0 s Context>handleSignal:
         0xb6a5868 s Context>handleSignal:
         0xb6aad38 s Context>handleSignal:
         0xb6b0150 s Context>handleSignal:
         0xb6b54b0 s Context>handleSignal:
         0xb6ba758 s Context>handleSignal:
         0xb6bf948 s Context>handleSignal:
         0xb6c4a80 s Context>handleSignal:
         0xb6c9b00 s Context>handleSignal:
         0xb6ceac8 s Context>handleSignal:
         0xb6d39d8 s Context>handleSignal:
         0xb6d8830 s Context>handleSignal:
         0xb6dd5d0 s Context>handleSignal:
         0xb6e22b8 s Context>handleSignal:
         0xb6e6ee8 s Context>handleSignal:
         0xb6eba60 s Context>handleSignal:
         0xb6f0520 s Context>handleSignal:
         0xb6f4f28 s Context>handleSignal:
         0xb6f9878 s Context>handleSignal:
         0xb6fe110 s Context>handleSignal:
         0xb7028f0 s Context>handleSignal:
         0xb707018 s Context>handleSignal:
         0xb70b688 s Context>handleSignal:
         0xb70fc40 s Context>handleSignal:
         0xb714140 s Context>handleSignal:
         0xb718588 s Context>handleSignal:
         0xb71c918 s Context>handleSignal:
         0xb720bf0 s Context>handleSignal:
         0xb724e10 s Context>handleSignal:
         0xb728f78 s Context>handleSignal:
         0xb72d028 s Context>handleSignal:
         0xb731020 s Context>handleSignal:
         0xb734f60 s Context>handleSignal:
         0xb738de8 s Context>handleSignal:
         0xb73cbb8 s Context>handleSignal:
         0xb7408d0 s Context>handleSignal:
         0xb744530 s Context>handleSignal:
         0xb7480d8 s Context>handleSignal:
         0xb74bbc8 s Context>handleSignal:
         0xb74f600 s Context>handleSignal:
         0xb752f80 s Context>handleSignal:
         0xb756848 s Context>handleSignal:
         0xb75a058 s Context>handleSignal:
         0xb75d868 s Context>handleSignal:
         0xb760fc0 s Context>handleSignal:
         0xb764660 s Context>handleSignal:
         0xb767c48 s Context>handleSignal:
         0xb76b0c0 s Context>handleSignal:
         0xb76e480 s Context>handleSignal:
         0xb771788 s Context>handleSignal:
         0xb7749d8 s Context>handleSignal:
         0xb777b70 s Context>handleSignal:
         0xb77ac50 s Context>handleSignal:
         0xb77dc78 s Context>handleSignal:
         0xb780be8 s Context>handleSignal:
         0xb783aa0 s Context>handleSignal:
         0xb7868a0 s Context>handleSignal:
         0xb7895e8 s Context>handleSignal:
         0xb78c278 s Context>handleSignal:
         0xb78ee50 s Context>handleSignal:
         0xb791970 s Context>handleSignal:
         0xb7943d8 s Context>handleSignal:
         0xb796d88 s Context>handleSignal:
         0xb799680 s Context>handleSignal:
         0xb79bec0 s Context>handleSignal:
         0xb79e648 s Context>handleSignal:
         0xb7a0d18 s Context>handleSignal:
         0xb7a3330 s Context>handleSignal:
         0xb7a5890 s Context>handleSignal:
         0xb7a7d38 s Context>handleSignal:
         0xb7aa128 s Context>handleSignal:
         0xb7ac460 s Context>handleSignal:
         0xb7ae6e0 s Context>handleSignal:
         0xb7b08a8 s Context>handleSignal:
         0xb7b2900 s Context>handleSignal:
         0xb7b48a0 s Context>handleSignal:
         0xb7b6788 s Context>handleSignal:
         0xb7b85b8 s Context>handleSignal:
         0xb7ba330 s Context>handleSignal:
         0xb7bbff0 s Context>handleSignal:
         0xb7bdbf8 s Context>handleSignal:
         0xb7bf690 s Context>handleSignal:
         0xb7c0fb8 s Context>handleSignal:
         0xb7c26b8 s Context>handleSignal:
         0xb7c3d00 s Context>handleSignal:
         0xb7c5290 s Context>handleSignal:
         0xb7c6768 s Context>handleSignal:
         0xb7c7b88 s Context>handleSignal:
         0xb7c8ef0 s Context>handleSignal:
         0xb7ca1a0 s Context>handleSignal:
         0xb7cb398 s Context>handleSignal:
         0xb7cc4d8 s Context>handleSignal:
         0xb7cd560 s Context>handleSignal:
         0xb7ce530 s Context>handleSignal:
         0xb7cf448 s Context>handleSignal:
         0xbf75560 s Halt(Exception)>signal
         0xbf8e310 s Halt class(Exception class)>signal
         0xbfad650 s Halt class>now
         0xbfad0d0 s FullBlockClosure(Object)>halt
         0xbfde6c0 s FullBlockClosure>printOn:
         0xc0014a8 s Context>printOn:
         0xc025a78 s Context>printDebugOn:
         0xc025828 s [] in Context>debugStack:on:
         0xc04feb0 s OrderedCollection>do:
         0xbfad390 s Context>debugStack:on:
         0xbfde868 s Context>shortDebugStackOn:
         0xc001660 s [] in SmalltalkImage>logError:inContext:
         0xc025cc8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf754a8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8e1f8 s SmalltalkImage>logStdErrorDuring:
         0xbfad550 s SmalltalkImage>logError:inContext:
         0xbfdea00 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0017e0 s FullBlockClosure(BlockClosure)>ensure:
         0xc025ef0 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc050248 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc064838 s Halt(Exception)>unhandledErrorAction
         0xc072748 s Halt(UnhandledException)>defaultAction
         0xc0952b0 s UndefinedObject>handleSignal:
         0xc095368 s Context>handleSignal:
         0xc095420 s Context>handleSignal:
         0xc0954d8 s Context>handleSignal:
         0xc095590 s Context>handleSignal:
         0xc095648 s Context>handleSignal:
         0xc095700 s Context>handleSignal:
         0xc0957b8 s Context>handleSignal:
         0xc095870 s Context>handleSignal:
         0xc095928 s Context>handleSignal:
         0xc0959e0 s Context>handleSignal:
         0xc0fffb0 s Context>handleSignal:
         0xc10b6d0 s Context>handleSignal:
         0xc116578 s Context>handleSignal:
         0xc120e60 s Context>handleSignal:
         0xc12b690 s Context>handleSignal:
         0xc135ec0 s Context>handleSignal:
         0xc1406f0 s Context>handleSignal:
         0xc14af20 s Context>handleSignal:
         0xc155750 s Context>handleSignal:
         0xc15ff80 s Context>handleSignal:
         0xc16a7b0 s Context>handleSignal:
         0xc174fe0 s Context>handleSignal:
         0xc17f810 s Context>handleSignal:
         0xc18a040 s Context>handleSignal:
         0xc194870 s Context>handleSignal:
         0xc19f0a0 s Context>handleSignal:
         0xc1a98d0 s Context>handleSignal:
         0xc1b4100 s Context>handleSignal:
         0xc1be930 s Context>handleSignal:
         0xc1c9160 s Context>handleSignal:
         0xc1d3990 s Context>handleSignal:
         0xc1de1c0 s Context>handleSignal:
         0xc1e89f0 s Context>handleSignal:
         0xc1f3220 s Context>handleSignal:
         0xc1fda50 s Context>handleSignal:
         0xc208280 s Context>handleSignal:
         0xc212ab0 s Context>handleSignal:
         0xc21d2e0 s Context>handleSignal:
         0xc227b10 s Context>handleSignal:
         0xc232340 s Context>handleSignal:
         0xc23cb70 s Context>handleSignal:
         0xc2473a0 s Context>handleSignal:
         0xc251bd0 s Context>handleSignal:
         0xc25c400 s Context>handleSignal:
         0xc263870 s Context>handleSignal:
         0xb7dcbe8 s Context>handleSignal:
         0xb7e74d0 s Context>handleSignal:
         0xb7f1db8 s Context>handleSignal:
         0xb7fc6a0 s Context>handleSignal:
         0xb806f88 s Context>handleSignal:
         0xb811870 s Context>handleSignal:
         0xb81c158 s Context>handleSignal:
         0xb826a40 s Context>handleSignal:
         0xb831328 s Context>handleSignal:
         0xb83bc10 s Context>handleSignal:
         0xb8464f8 s Context>handleSignal:
         0xb850de0 s Context>handleSignal:
         0xb85b6c8 s Context>handleSignal:
         0xb865fb0 s Context>handleSignal:
         0xb870898 s Context>handleSignal:
         0xb87b180 s Context>handleSignal:
         0xb885a68 s Context>handleSignal:
         0xb890350 s Context>handleSignal:
         0xb89ac38 s Context>handleSignal:
         0xb8a5520 s Context>handleSignal:
         0xb8afe08 s Context>handleSignal:
         0xb8ba6f0 s Context>handleSignal:
         0xb8c4fd8 s Context>handleSignal:
         0xb8cf8c0 s Context>handleSignal:
         0xb8da1a8 s Context>handleSignal:
         0xb8e4a90 s Context>handleSignal:
         0xb8ef378 s Context>handleSignal:
         0xb8f9c60 s Context>handleSignal:
         0xb904548 s Context>handleSignal:
         0xb90ee30 s Context>handleSignal:
         0xb919718 s Context>handleSignal:
         0xb924000 s Context>handleSignal:
         0xb92e8e8 s Context>handleSignal:
         0xb9391d0 s Context>handleSignal:
         0xb943ab8 s Context>handleSignal:
         0xb94e3a0 s Context>handleSignal:
         0xb958c88 s Context>handleSignal:
         0xb963570 s Context>handleSignal:
         0xb96de58 s Context>handleSignal:
         0xb978740 s Context>handleSignal:
         0xb983028 s Context>handleSignal:
         0xb98d910 s Context>handleSignal:
         0xb9981f8 s Context>handleSignal:
         0xb9a2ae0 s Context>handleSignal:
         0xb9ad3c8 s Context>handleSignal:
         0xb9b7cb0 s Context>handleSignal:
         0xb9c2598 s Context>handleSignal:
         0xb9cce80 s Context>handleSignal:
         0xb9d7768 s Context>handleSignal:
         0xb9e2050 s Context>handleSignal:
         0xb9ec938 s Context>handleSignal:
         0xb9f7220 s Context>handleSignal:
         0xba01b08 s Context>handleSignal:
         0xba0c3f0 s Context>handleSignal:
         0xba16cd8 s Context>handleSignal:
         0xba215c0 s Context>handleSignal:
         0xba2bea8 s Context>handleSignal:
         0xba36790 s Context>handleSignal:
         0xb417bd0 s Context>handleSignal:
         0xb41e4c0 s Context>handleSignal:
         0xb425b28 s Context>handleSignal:
         0xb42c538 s Context>handleSignal:
         0xb433938 s Context>handleSignal:
         0xb43aa20 s Context>handleSignal:
         0xb4418e0 s Context>handleSignal:
         0xb447aa0 s Context>handleSignal:
         0xb44dc60 s Context>handleSignal:
         0xb453d68 s Context>handleSignal:
         0xb459db8 s Context>handleSignal:
         0xb45fe08 s Context>handleSignal:
         0xb465e58 s Context>handleSignal:
         0xb46bea8 s Context>handleSignal:
         0xb471ef8 s Context>handleSignal:
         0xb477f48 s Context>handleSignal:
         0xb47df98 s Context>handleSignal:
         0xb483fe8 s Context>handleSignal:
         0xb48a038 s Context>handleSignal:
         0xb490088 s Context>handleSignal:
         0xb4960d8 s Context>handleSignal:
         0xb49c128 s Context>handleSignal:
         0xb4a2178 s Context>handleSignal:
         0xb4a81c8 s Context>handleSignal:
         0xb4ae218 s Context>handleSignal:
         0xb4b4268 s Context>handleSignal:
         0xb4ba2b8 s Context>handleSignal:
         0xb4c0308 s Context>handleSignal:
         0xb4c6358 s Context>handleSignal:
         0xb4cc3a8 s Context>handleSignal:
         0xb4d2340 s Context>handleSignal:
         0xb4d82d8 s Context>handleSignal:
         0xb4de270 s Context>handleSignal:
         0xb4e4208 s Context>handleSignal:
         0xb4ea1a0 s Context>handleSignal:
         0xb4f0138 s Context>handleSignal:
         0xb4f60d0 s Context>handleSignal:
         0xb4fc068 s Context>handleSignal:
         0xb502000 s Context>handleSignal:
         0xb507f98 s Context>handleSignal:
         0xb50df30 s Context>handleSignal:
         0xb513ec8 s Context>handleSignal:
         0xb519e60 s Context>handleSignal:
         0xb51fdf8 s Context>handleSignal:
         0xb525d90 s Context>handleSignal:
         0xb52bd28 s Context>handleSignal:
         0xb531cc0 s Context>handleSignal:
         0xb537c58 s Context>handleSignal:
         0xb53dbf0 s Context>handleSignal:
         0xb543b88 s Context>handleSignal:
         0xb549b20 s Context>handleSignal:
         0xb54fab8 s Context>handleSignal:
         0xb555a50 s Context>handleSignal:
         0xb55b9e8 s Context>handleSignal:
         0xb561980 s Context>handleSignal:
         0xb567918 s Context>handleSignal:
         0xb56d8b0 s Context>handleSignal:
         0xb573848 s Context>handleSignal:
         0xb5797e0 s Context>handleSignal:
         0xb57f778 s Context>handleSignal:
         0xb585710 s Context>handleSignal:
         0xb58b6a8 s Context>handleSignal:
         0xb591640 s Context>handleSignal:
         0xb5975d8 s Context>handleSignal:
         0xb59d570 s Context>handleSignal:
         0xb5a3508 s Context>handleSignal:
         0xb5a94a0 s Context>handleSignal:
         0xb5af438 s Context>handleSignal:
         0xb5b53d0 s Context>handleSignal:
         0xb5bb368 s Context>handleSignal:
         0xb5c1300 s Context>handleSignal:
         0xb5c7298 s Context>handleSignal:
         0xb5cd230 s Context>handleSignal:
         0xb5d31c8 s Context>handleSignal:
         0xb5d9160 s Context>handleSignal:
         0xb5df0f8 s Context>handleSignal:
         0xb5e5090 s Context>handleSignal:
         0xb5eb028 s Context>handleSignal:
         0xb5f0fc0 s Context>handleSignal:
         0xb5f6f58 s Context>handleSignal:
         0xb5fcef0 s Context>handleSignal:
         0xb602e88 s Context>handleSignal:
         0xb608e20 s Context>handleSignal:
         0xb60edb8 s Context>handleSignal:
         0xb614d50 s Context>handleSignal:
         0xb61ace8 s Context>handleSignal:
         0xb620c80 s Context>handleSignal:
         0xb626c18 s Context>handleSignal:
         0xb62cbb0 s Context>handleSignal:
         0xb632b48 s Context>handleSignal:
         0xb638ae0 s Context>handleSignal:
         0xb63ea78 s Context>handleSignal:
         0xb644a10 s Context>handleSignal:
         0xb64a9a8 s Context>handleSignal:
         0xb650940 s Context>handleSignal:
         0xb6568d8 s Context>handleSignal:
         0xb65c7b8 s Context>handleSignal:
         0xb6625e0 s Context>handleSignal:
         0xb668350 s Context>handleSignal:
         0xb66e008 s Context>handleSignal:
         0xb673c08 s Context>handleSignal:
         0xb679750 s Context>handleSignal:
         0xb67f1e0 s Context>handleSignal:
         0xb684bb8 s Context>handleSignal:
         0xb68a4d8 s Context>handleSignal:
         0xb68fd40 s Context>handleSignal:
         0xb6954f0 s Context>handleSignal:
         0xb69abe8 s Context>handleSignal:
         0xb6a0228 s Context>handleSignal:
         0xb6a57b0 s Context>handleSignal:
         0xb6aac80 s Context>handleSignal:
         0xb6b0098 s Context>handleSignal:
         0xb6b53f8 s Context>handleSignal:
         0xb6ba6a0 s Context>handleSignal:
         0xb6bf890 s Context>handleSignal:
         0xb6c49c8 s Context>handleSignal:
         0xb6c9a48 s Context>handleSignal:
         0xb6cea10 s Context>handleSignal:
         0xb6d3920 s Context>handleSignal:
         0xb6d8778 s Context>handleSignal:
         0xb6dd518 s Context>handleSignal:
         0xb6e2200 s Context>handleSignal:
         0xb6e6e30 s Context>handleSignal:
         0xb6eb9a8 s Context>handleSignal:
         0xb6f0468 s Context>handleSignal:
         0xb6f4e70 s Context>handleSignal:
         0xb6f97c0 s Context>handleSignal:
         0xb6fe058 s Context>handleSignal:
         0xb702838 s Context>handleSignal:
         0xb706f60 s Context>handleSignal:
         0xb70b5d0 s Context>handleSignal:
         0xb70fb88 s Context>handleSignal:
         0xb714088 s Context>handleSignal:
         0xb7184d0 s Context>handleSignal:
         0xb71c860 s Context>handleSignal:
         0xb720b38 s Context>handleSignal:
         0xb724d58 s Context>handleSignal:
         0xb728ec0 s Context>handleSignal:
         0xb72cf70 s Context>handleSignal:
         0xb730f68 s Context>handleSignal:
         0xb734ea8 s Context>handleSignal:
         0xb738d30 s Context>handleSignal:
         0xb73cb00 s Context>handleSignal:
         0xb740818 s Context>handleSignal:
         0xb744478 s Context>handleSignal:
         0xb748020 s Context>handleSignal:
         0xb74bb10 s Context>handleSignal:
         0xb74f548 s Context>handleSignal:
         0xb752ec8 s Context>handleSignal:
         0xb756790 s Context>handleSignal:
         0xb759fa0 s Context>handleSignal:
         0xb75d7b0 s Context>handleSignal:
         0xb760f08 s Context>handleSignal:
         0xb7645a8 s Context>handleSignal:
         0xb767b90 s Context>handleSignal:
         0xb76b008 s Context>handleSignal:
         0xb76e3c8 s Context>handleSignal:
         0xb7716d0 s Context>handleSignal:
         0xb774920 s Context>handleSignal:
         0xb777ab8 s Context>handleSignal:
         0xb77ab98 s Context>handleSignal:
         0xb77dbc0 s Context>handleSignal:
         0xb780b30 s Context>handleSignal:
         0xb7839e8 s Context>handleSignal:
         0xb7867e8 s Context>handleSignal:
         0xb789530 s Context>handleSignal:
         0xb78c1c0 s Context>handleSignal:
         0xb78ed98 s Context>handleSignal:
         0xb7918b8 s Context>handleSignal:
         0xb794320 s Context>handleSignal:
         0xb796cd0 s Context>handleSignal:
         0xb7995c8 s Context>handleSignal:
         0xb79be08 s Context>handleSignal:
         0xb79e590 s Context>handleSignal:
         0xb7a0c60 s Context>handleSignal:
         0xb7a3278 s Context>handleSignal:
         0xb7a57d8 s Context>handleSignal:
         0xb7a7c80 s Context>handleSignal:
         0xb7aa070 s Context>handleSignal:
         0xb7ac3a8 s Context>handleSignal:
         0xb7ae628 s Context>handleSignal:
         0xb7b07f0 s Context>handleSignal:
         0xb7b2848 s Context>handleSignal:
         0xb7b47e8 s Context>handleSignal:
         0xb7b66d0 s Context>handleSignal:
         0xb7b8500 s Context>handleSignal:
         0xb7ba278 s Context>handleSignal:
         0xb7bbf38 s Context>handleSignal:
         0xb7bdb40 s Context>handleSignal:
         0xb7bf5d8 s Context>handleSignal:
         0xb7c0f00 s Context>handleSignal:
         0xb7c2600 s Context>handleSignal:
         0xb7c3c48 s Context>handleSignal:
         0xb7c51d8 s Context>handleSignal:
         0xb7c66b0 s Context>handleSignal:
         0xb7c7ad0 s Context>handleSignal:
         0xb7c8e38 s Context>handleSignal:
         0xb7ca0e8 s Context>handleSignal:
         0xb7cb2e0 s Context>handleSignal:
         0xb7cc420 s Context>handleSignal:
         0xb7cd4a8 s Context>handleSignal:
         0xb7ce478 s Context>handleSignal:
         0xbf809b0 s Halt(Exception)>signal
         0xbf9bb38 s Halt class(Exception class)>signal
         0xbfc4a30 s Halt class>now
         0xbfad448 s FullBlockClosure(Object)>halt
         0xbfde920 s FullBlockClosure>printOn:
         0xc001718 s Context>printOn:
         0xc025d80 s Context>printDebugOn:
         0xc025b30 s [] in Context>debugStack:on:
         0xc050020 s OrderedCollection>do:
         0xbfad708 s Context>debugStack:on:
         0xbfdeac8 s Context>shortDebugStackOn:
         0xc0018d0 s [] in SmalltalkImage>logError:inContext:
         0xc025fd0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf75650 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8e3f8 s SmalltalkImage>logStdErrorDuring:
         0xbfad8c8 s SmalltalkImage>logError:inContext:
         0xbfdec60 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc001a50 s FullBlockClosure(BlockClosure)>ensure:
         0xc0261f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0503b8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc064910 s Halt(Exception)>unhandledErrorAction
         0xc072948 s Halt(UnhandledException)>defaultAction
         0xc095a98 s UndefinedObject>handleSignal:
         0xc095b50 s Context>handleSignal:
         0xc095c08 s Context>handleSignal:
         0xc095cc0 s Context>handleSignal:
         0xc095d78 s Context>handleSignal:
         0xc095e30 s Context>handleSignal:
         0xc095ee8 s Context>handleSignal:
         0xc095fa0 s Context>handleSignal:
         0xc096058 s Context>handleSignal:
         0xc096110 s Context>handleSignal:
         0xc0961c8 s Context>handleSignal:
         0xc100068 s Context>handleSignal:
         0xc10b788 s Context>handleSignal:
         0xc116630 s Context>handleSignal:
         0xc120f18 s Context>handleSignal:
         0xc12b748 s Context>handleSignal:
         0xc135f78 s Context>handleSignal:
         0xc1407a8 s Context>handleSignal:
         0xc14afd8 s Context>handleSignal:
         0xc155808 s Context>handleSignal:
         0xc160038 s Context>handleSignal:
         0xc16a868 s Context>handleSignal:
         0xc175098 s Context>handleSignal:
         0xc17f8c8 s Context>handleSignal:
         0xc18a0f8 s Context>handleSignal:
         0xc194928 s Context>handleSignal:
         0xc19f158 s Context>handleSignal:
         0xc1a9988 s Context>handleSignal:
         0xc1b41b8 s Context>handleSignal:
         0xc1be9e8 s Context>handleSignal:
         0xc1c9218 s Context>handleSignal:
         0xc1d3a48 s Context>handleSignal:
         0xc1de278 s Context>handleSignal:
         0xc1e8aa8 s Context>handleSignal:
         0xc1f32d8 s Context>handleSignal:
         0xc1fdb08 s Context>handleSignal:
         0xc208338 s Context>handleSignal:
         0xc212b68 s Context>handleSignal:
         0xc21d398 s Context>handleSignal:
         0xc227bc8 s Context>handleSignal:
         0xc2323f8 s Context>handleSignal:
         0xc23cc28 s Context>handleSignal:
         0xc247458 s Context>handleSignal:
         0xc251c88 s Context>handleSignal:
         0xc25c4b8 s Context>handleSignal:
         0xc263928 s Context>handleSignal:
         0xb7dcca0 s Context>handleSignal:
         0xb7e7588 s Context>handleSignal:
         0xb7f1e70 s Context>handleSignal:
         0xb7fc758 s Context>handleSignal:
         0xb807040 s Context>handleSignal:
         0xb811928 s Context>handleSignal:
         0xb81c210 s Context>handleSignal:
         0xb826af8 s Context>handleSignal:
         0xb8313e0 s Context>handleSignal:
         0xb83bcc8 s Context>handleSignal:
         0xb8465b0 s Context>handleSignal:
         0xb850e98 s Context>handleSignal:
         0xb85b780 s Context>handleSignal:
         0xb866068 s Context>handleSignal:
         0xb870950 s Context>handleSignal:
         0xb87b238 s Context>handleSignal:
         0xb885b20 s Context>handleSignal:
         0xb890408 s Context>handleSignal:
         0xb89acf0 s Context>handleSignal:
         0xb8a55d8 s Context>handleSignal:
         0xb8afec0 s Context>handleSignal:
         0xb8ba7a8 s Context>handleSignal:
         0xb8c5090 s Context>handleSignal:
         0xb8cf978 s Context>handleSignal:
         0xb8da260 s Context>handleSignal:
         0xb8e4b48 s Context>handleSignal:
         0xb8ef430 s Context>handleSignal:
         0xb8f9d18 s Context>handleSignal:
         0xb904600 s Context>handleSignal:
         0xb90eee8 s Context>handleSignal:
         0xb9197d0 s Context>handleSignal:
         0xb9240b8 s Context>handleSignal:
         0xb92e9a0 s Context>handleSignal:
         0xb939288 s Context>handleSignal:
         0xb943b70 s Context>handleSignal:
         0xb94e458 s Context>handleSignal:
         0xb958d40 s Context>handleSignal:
         0xb963628 s Context>handleSignal:
         0xb96df10 s Context>handleSignal:
         0xb9787f8 s Context>handleSignal:
         0xb9830e0 s Context>handleSignal:
         0xb98d9c8 s Context>handleSignal:
         0xb9982b0 s Context>handleSignal:
         0xb9a2b98 s Context>handleSignal:
         0xb9ad480 s Context>handleSignal:
         0xb9b7d68 s Context>handleSignal:
         0xb9c2650 s Context>handleSignal:
         0xb9ccf38 s Context>handleSignal:
         0xb9d7820 s Context>handleSignal:
         0xb9e2108 s Context>handleSignal:
         0xb9ec9f0 s Context>handleSignal:
         0xb9f72d8 s Context>handleSignal:
         0xba01bc0 s Context>handleSignal:
         0xba0c4a8 s Context>handleSignal:
         0xba16d90 s Context>handleSignal:
         0xba21678 s Context>handleSignal:
         0xba2bf60 s Context>handleSignal:
         0xba36848 s Context>handleSignal:
         0xb417b18 s Context>handleSignal:
         0xb41e408 s Context>handleSignal:
         0xb425a70 s Context>handleSignal:
         0xb42c480 s Context>handleSignal:
         0xb433880 s Context>handleSignal:
         0xb43a968 s Context>handleSignal:
         0xb441828 s Context>handleSignal:
         0xb4479e8 s Context>handleSignal:
         0xb44dba8 s Context>handleSignal:
         0xb453cb0 s Context>handleSignal:
         0xb459d00 s Context>handleSignal:
         0xb45fd50 s Context>handleSignal:
         0xb465da0 s Context>handleSignal:
         0xb46bdf0 s Context>handleSignal:
         0xb471e40 s Context>handleSignal:
         0xb477e90 s Context>handleSignal:
         0xb47dee0 s Context>handleSignal:
         0xb483f30 s Context>handleSignal:
         0xb489f80 s Context>handleSignal:
         0xb48ffd0 s Context>handleSignal:
         0xb496020 s Context>handleSignal:
         0xb49c070 s Context>handleSignal:
         0xb4a20c0 s Context>handleSignal:
         0xb4a8110 s Context>handleSignal:
         0xb4ae160 s Context>handleSignal:
         0xb4b41b0 s Context>handleSignal:
         0xb4ba200 s Context>handleSignal:
         0xb4c0250 s Context>handleSignal:
         0xb4c62a0 s Context>handleSignal:
         0xb4cc2f0 s Context>handleSignal:
         0xb4d2288 s Context>handleSignal:
         0xb4d8220 s Context>handleSignal:
         0xb4de1b8 s Context>handleSignal:
         0xb4e4150 s Context>handleSignal:
         0xb4ea0e8 s Context>handleSignal:
         0xb4f0080 s Context>handleSignal:
         0xb4f6018 s Context>handleSignal:
         0xb4fbfb0 s Context>handleSignal:
         0xb501f48 s Context>handleSignal:
         0xb507ee0 s Context>handleSignal:
         0xb50de78 s Context>handleSignal:
         0xb513e10 s Context>handleSignal:
         0xb519da8 s Context>handleSignal:
         0xb51fd40 s Context>handleSignal:
         0xb525cd8 s Context>handleSignal:
         0xb52bc70 s Context>handleSignal:
         0xb531c08 s Context>handleSignal:
         0xb537ba0 s Context>handleSignal:
         0xb53db38 s Context>handleSignal:
         0xb543ad0 s Context>handleSignal:
         0xb549a68 s Context>handleSignal:
         0xb54fa00 s Context>handleSignal:
         0xb555998 s Context>handleSignal:
         0xb55b930 s Context>handleSignal:
         0xb5618c8 s Context>handleSignal:
         0xb567860 s Context>handleSignal:
         0xb56d7f8 s Context>handleSignal:
         0xb573790 s Context>handleSignal:
         0xb579728 s Context>handleSignal:
         0xb57f6c0 s Context>handleSignal:
         0xb585658 s Context>handleSignal:
         0xb58b5f0 s Context>handleSignal:
         0xb591588 s Context>handleSignal:
         0xb597520 s Context>handleSignal:
         0xb59d4b8 s Context>handleSignal:
         0xb5a3450 s Context>handleSignal:
         0xb5a93e8 s Context>handleSignal:
         0xb5af380 s Context>handleSignal:
         0xb5b5318 s Context>handleSignal:
         0xb5bb2b0 s Context>handleSignal:
         0xb5c1248 s Context>handleSignal:
         0xb5c71e0 s Context>handleSignal:
         0xb5cd178 s Context>handleSignal:
         0xb5d3110 s Context>handleSignal:
         0xb5d90a8 s Context>handleSignal:
         0xb5df040 s Context>handleSignal:
         0xb5e4fd8 s Context>handleSignal:
         0xb5eaf70 s Context>handleSignal:
         0xb5f0f08 s Context>handleSignal:
         0xb5f6ea0 s Context>handleSignal:
         0xb5fce38 s Context>handleSignal:
         0xb602dd0 s Context>handleSignal:
         0xb608d68 s Context>handleSignal:
         0xb60ed00 s Context>handleSignal:
         0xb614c98 s Context>handleSignal:
         0xb61ac30 s Context>handleSignal:
         0xb620bc8 s Context>handleSignal:
         0xb626b60 s Context>handleSignal:
         0xb62caf8 s Context>handleSignal:
         0xb632a90 s Context>handleSignal:
         0xb638a28 s Context>handleSignal:
         0xb63e9c0 s Context>handleSignal:
         0xb644958 s Context>handleSignal:
         0xb64a8f0 s Context>handleSignal:
         0xb650888 s Context>handleSignal:
         0xb656820 s Context>handleSignal:
         0xb65c700 s Context>handleSignal:
         0xb662528 s Context>handleSignal:
         0xb668298 s Context>handleSignal:
         0xb66df50 s Context>handleSignal:
         0xb673b50 s Context>handleSignal:
         0xb679698 s Context>handleSignal:
         0xb67f128 s Context>handleSignal:
         0xb684b00 s Context>handleSignal:
         0xb68a420 s Context>handleSignal:
         0xb68fc88 s Context>handleSignal:
         0xb695438 s Context>handleSignal:
         0xb69ab30 s Context>handleSignal:
         0xb6a0170 s Context>handleSignal:
         0xb6a56f8 s Context>handleSignal:
         0xb6aabc8 s Context>handleSignal:
         0xb6affe0 s Context>handleSignal:
         0xb6b5340 s Context>handleSignal:
         0xb6ba5e8 s Context>handleSignal:
         0xb6bf7d8 s Context>handleSignal:
         0xb6c4910 s Context>handleSignal:
         0xb6c9990 s Context>handleSignal:
         0xb6ce958 s Context>handleSignal:
         0xb6d3868 s Context>handleSignal:
         0xb6d86c0 s Context>handleSignal:
         0xb6dd460 s Context>handleSignal:
         0xb6e2148 s Context>handleSignal:
         0xb6e6d78 s Context>handleSignal:
         0xb6eb8f0 s Context>handleSignal:
         0xb6f03b0 s Context>handleSignal:
         0xb6f4db8 s Context>handleSignal:
         0xb6f9708 s Context>handleSignal:
         0xb6fdfa0 s Context>handleSignal:
         0xb702780 s Context>handleSignal:
         0xb706ea8 s Context>handleSignal:
         0xb70b518 s Context>handleSignal:
         0xb70fad0 s Context>handleSignal:
         0xb713fd0 s Context>handleSignal:
         0xb718418 s Context>handleSignal:
         0xb71c7a8 s Context>handleSignal:
         0xb720a80 s Context>handleSignal:
         0xb724ca0 s Context>handleSignal:
         0xb728e08 s Context>handleSignal:
         0xb72ceb8 s Context>handleSignal:
         0xb730eb0 s Context>handleSignal:
         0xb734df0 s Context>handleSignal:
         0xb738c78 s Context>handleSignal:
         0xb73ca48 s Context>handleSignal:
         0xb740760 s Context>handleSignal:
         0xb7443c0 s Context>handleSignal:
         0xb747f68 s Context>handleSignal:
         0xb74ba58 s Context>handleSignal:
         0xb74f490 s Context>handleSignal:
         0xb752e10 s Context>handleSignal:
         0xb7566d8 s Context>handleSignal:
         0xb759ee8 s Context>handleSignal:
         0xb75d6f8 s Context>handleSignal:
         0xb760e50 s Context>handleSignal:
         0xb7644f0 s Context>handleSignal:
         0xb767ad8 s Context>handleSignal:
         0xb76af50 s Context>handleSignal:
         0xb76e310 s Context>handleSignal:
         0xb771618 s Context>handleSignal:
         0xb774868 s Context>handleSignal:
         0xb777a00 s Context>handleSignal:
         0xb77aae0 s Context>handleSignal:
         0xb77db08 s Context>handleSignal:
         0xb780a78 s Context>handleSignal:
         0xb783930 s Context>handleSignal:
         0xb786730 s Context>handleSignal:
         0xb789478 s Context>handleSignal:
         0xb78c108 s Context>handleSignal:
         0xb78ece0 s Context>handleSignal:
         0xb791800 s Context>handleSignal:
         0xb794268 s Context>handleSignal:
         0xb796c18 s Context>handleSignal:
         0xb799510 s Context>handleSignal:
         0xb79bd50 s Context>handleSignal:
         0xb79e4d8 s Context>handleSignal:
         0xb7a0ba8 s Context>handleSignal:
         0xb7a31c0 s Context>handleSignal:
         0xb7a5720 s Context>handleSignal:
         0xb7a7bc8 s Context>handleSignal:
         0xb7a9fb8 s Context>handleSignal:
         0xb7ac2f0 s Context>handleSignal:
         0xb7ae570 s Context>handleSignal:
         0xb7b0738 s Context>handleSignal:
         0xb7b2790 s Context>handleSignal:
         0xb7b4730 s Context>handleSignal:
         0xb7b6618 s Context>handleSignal:
         0xb7b8448 s Context>handleSignal:
         0xb7ba1c0 s Context>handleSignal:
         0xb7bbe80 s Context>handleSignal:
         0xb7bda88 s Context>handleSignal:
         0xb7bf520 s Context>handleSignal:
         0xb7c0e48 s Context>handleSignal:
         0xb7c2548 s Context>handleSignal:
         0xb7c3b90 s Context>handleSignal:
         0xb7c5120 s Context>handleSignal:
         0xb7c65f8 s Context>handleSignal:
         0xb7c7a18 s Context>handleSignal:
         0xb7c8d80 s Context>handleSignal:
         0xb7ca030 s Context>handleSignal:
         0xb7cb228 s Context>handleSignal:
         0xb7cc368 s Context>handleSignal:
         0xb7cd3f0 s Context>handleSignal:
         0xbf808f8 s Halt(Exception)>signal
         0xbf9ba80 s Halt class(Exception class)>signal
         0xbfc4978 s Halt class>now
         0xbfad7c0 s FullBlockClosure(Object)>halt
         0xbfdeb80 s FullBlockClosure>printOn:
         0xc001988 s Context>printOn:
         0xc026088 s Context>printDebugOn:
         0xc025e38 s [] in Context>debugStack:on:
         0xc050190 s OrderedCollection>do:
         0xbfb16b8 s Context>debugStack:on:
         0xbfe24c8 s Context>shortDebugStackOn:
         0xc004fb0 s [] in SmalltalkImage>logError:inContext:
         0xc02ace0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7d538 s FullBlockClosure(BlockClosure)>on:do:
         0xbf98600 s SmalltalkImage>logStdErrorDuring:
         0xbfc1528 s SmalltalkImage>logError:inContext:
         0xbfee810 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc011c78 s FullBlockClosure(BlockClosure)>ensure:
         0xc03a0f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc059aa8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06a240 s Halt(Exception)>unhandledErrorAction
         0xc07fab8 s Halt(UnhandledException)>defaultAction
         0xc096280 s UndefinedObject>handleSignal:
         0xc096338 s Context>handleSignal:
         0xc0963f0 s Context>handleSignal:
         0xc0964a8 s Context>handleSignal:
         0xc096560 s Context>handleSignal:
         0xc096618 s Context>handleSignal:
         0xc0966d0 s Context>handleSignal:
         0xc096788 s Context>handleSignal:
         0xc096840 s Context>handleSignal:
         0xc0968f8 s Context>handleSignal:
         0xc0969b0 s Context>handleSignal:
         0xc100120 s Context>handleSignal:
         0xc10b840 s Context>handleSignal:
         0xc1166e8 s Context>handleSignal:
         0xc120fd0 s Context>handleSignal:
         0xc12b800 s Context>handleSignal:
         0xc136030 s Context>handleSignal:
         0xc140860 s Context>handleSignal:
         0xc14b090 s Context>handleSignal:
         0xc1558c0 s Context>handleSignal:
         0xc1600f0 s Context>handleSignal:
         0xc16a920 s Context>handleSignal:
         0xc175150 s Context>handleSignal:
         0xc17f980 s Context>handleSignal:
         0xc18a1b0 s Context>handleSignal:
         0xc1949e0 s Context>handleSignal:
         0xc19f210 s Context>handleSignal:
         0xc1a9a40 s Context>handleSignal:
         0xc1b4270 s Context>handleSignal:
         0xc1beaa0 s Context>handleSignal:
         0xc1c92d0 s Context>handleSignal:
         0xc1d3b00 s Context>handleSignal:
         0xc1de330 s Context>handleSignal:
         0xc1e8b60 s Context>handleSignal:
         0xc1f3390 s Context>handleSignal:
         0xc1fdbc0 s Context>handleSignal:
         0xc2083f0 s Context>handleSignal:
         0xc212c20 s Context>handleSignal:
         0xc21d450 s Context>handleSignal:
         0xc227c80 s Context>handleSignal:
         0xc2324b0 s Context>handleSignal:
         0xc23cce0 s Context>handleSignal:
         0xc247510 s Context>handleSignal:
         0xc251d40 s Context>handleSignal:
         0xc25c570 s Context>handleSignal:
         0xc2639e0 s Context>handleSignal:
         0xb7dcd58 s Context>handleSignal:
         0xb7e7640 s Context>handleSignal:
         0xb7f1f28 s Context>handleSignal:
         0xb7fc810 s Context>handleSignal:
         0xb8070f8 s Context>handleSignal:
         0xb8119e0 s Context>handleSignal:
         0xb81c2c8 s Context>handleSignal:
         0xb826bb0 s Context>handleSignal:
         0xb831498 s Context>handleSignal:
         0xb83bd80 s Context>handleSignal:
         0xb846668 s Context>handleSignal:
         0xb850f50 s Context>handleSignal:
         0xb85b838 s Context>handleSignal:
         0xb866120 s Context>handleSignal:
         0xb870a08 s Context>handleSignal:
         0xb87b2f0 s Context>handleSignal:
         0xb885bd8 s Context>handleSignal:
         0xb8904c0 s Context>handleSignal:
         0xb89ada8 s Context>handleSignal:
         0xb8a5690 s Context>handleSignal:
         0xb8aff78 s Context>handleSignal:
         0xb8ba860 s Context>handleSignal:
         0xb8c5148 s Context>handleSignal:
         0xb8cfa30 s Context>handleSignal:
         0xb8da318 s Context>handleSignal:
         0xb8e4c00 s Context>handleSignal:
         0xb8ef4e8 s Context>handleSignal:
         0xb8f9dd0 s Context>handleSignal:
         0xb9046b8 s Context>handleSignal:
         0xb90efa0 s Context>handleSignal:
         0xb919888 s Context>handleSignal:
         0xb924170 s Context>handleSignal:
         0xb92ea58 s Context>handleSignal:
         0xb939340 s Context>handleSignal:
         0xb943c28 s Context>handleSignal:
         0xb94e510 s Context>handleSignal:
         0xb958df8 s Context>handleSignal:
         0xb9636e0 s Context>handleSignal:
         0xb96dfc8 s Context>handleSignal:
         0xb9788b0 s Context>handleSignal:
         0xb983198 s Context>handleSignal:
         0xb98da80 s Context>handleSignal:
         0xb998368 s Context>handleSignal:
         0xb9a2c50 s Context>handleSignal:
         0xb9ad538 s Context>handleSignal:
         0xb9b7e20 s Context>handleSignal:
         0xb9c2708 s Context>handleSignal:
         0xb9ccff0 s Context>handleSignal:
         0xb9d78d8 s Context>handleSignal:
         0xb9e21c0 s Context>handleSignal:
         0xb9ecaa8 s Context>handleSignal:
         0xb9f7390 s Context>handleSignal:
         0xba01c78 s Context>handleSignal:
         0xba0c560 s Context>handleSignal:
         0xba16e48 s Context>handleSignal:
         0xba21730 s Context>handleSignal:
         0xba2c018 s Context>handleSignal:
         0xba36900 s Context>handleSignal:
         0xb417a60 s Context>handleSignal:
         0xb41e350 s Context>handleSignal:
         0xb4259b8 s Context>handleSignal:
         0xb42c3c8 s Context>handleSignal:
         0xb4337c8 s Context>handleSignal:
         0xb43a8b0 s Context>handleSignal:
         0xb441770 s Context>handleSignal:
         0xb447930 s Context>handleSignal:
         0xb44daf0 s Context>handleSignal:
         0xb453bf8 s Context>handleSignal:
         0xb459c48 s Context>handleSignal:
         0xb45fc98 s Context>handleSignal:
         0xb465ce8 s Context>handleSignal:
         0xb46bd38 s Context>handleSignal:
         0xb471d88 s Context>handleSignal:
         0xb477dd8 s Context>handleSignal:
         0xb47de28 s Context>handleSignal:
         0xb483e78 s Context>handleSignal:
         0xb489ec8 s Context>handleSignal:
         0xb48ff18 s Context>handleSignal:
         0xb495f68 s Context>handleSignal:
         0xb49bfb8 s Context>handleSignal:
         0xb4a2008 s Context>handleSignal:
         0xb4a8058 s Context>handleSignal:
         0xb4ae0a8 s Context>handleSignal:
         0xb4b40f8 s Context>handleSignal:
         0xb4ba148 s Context>handleSignal:
         0xb4c0198 s Context>handleSignal:
         0xb4c61e8 s Context>handleSignal:
         0xb4cc238 s Context>handleSignal:
         0xb4d21d0 s Context>handleSignal:
         0xb4d8168 s Context>handleSignal:
         0xb4de100 s Context>handleSignal:
         0xb4e4098 s Context>handleSignal:
         0xb4ea030 s Context>handleSignal:
         0xb4effc8 s Context>handleSignal:
         0xb4f5f60 s Context>handleSignal:
         0xb4fbef8 s Context>handleSignal:
         0xb501e90 s Context>handleSignal:
         0xb507e28 s Context>handleSignal:
         0xb50ddc0 s Context>handleSignal:
         0xb513d58 s Context>handleSignal:
         0xb519cf0 s Context>handleSignal:
         0xb51fc88 s Context>handleSignal:
         0xb525c20 s Context>handleSignal:
         0xb52bbb8 s Context>handleSignal:
         0xb531b50 s Context>handleSignal:
         0xb537ae8 s Context>handleSignal:
         0xb53da80 s Context>handleSignal:
         0xb543a18 s Context>handleSignal:
         0xb5499b0 s Context>handleSignal:
         0xb54f948 s Context>handleSignal:
         0xb5558e0 s Context>handleSignal:
         0xb55b878 s Context>handleSignal:
         0xb561810 s Context>handleSignal:
         0xb5677a8 s Context>handleSignal:
         0xb56d740 s Context>handleSignal:
         0xb5736d8 s Context>handleSignal:
         0xb579670 s Context>handleSignal:
         0xb57f608 s Context>handleSignal:
         0xb5855a0 s Context>handleSignal:
         0xb58b538 s Context>handleSignal:
         0xb5914d0 s Context>handleSignal:
         0xb597468 s Context>handleSignal:
         0xb59d400 s Context>handleSignal:
         0xb5a3398 s Context>handleSignal:
         0xb5a9330 s Context>handleSignal:
         0xb5af2c8 s Context>handleSignal:
         0xb5b5260 s Context>handleSignal:
         0xb5bb1f8 s Context>handleSignal:
         0xb5c1190 s Context>handleSignal:
         0xb5c7128 s Context>handleSignal:
         0xb5cd0c0 s Context>handleSignal:
         0xb5d3058 s Context>handleSignal:
         0xb5d8ff0 s Context>handleSignal:
         0xb5def88 s Context>handleSignal:
         0xb5e4f20 s Context>handleSignal:
         0xb5eaeb8 s Context>handleSignal:
         0xb5f0e50 s Context>handleSignal:
         0xb5f6de8 s Context>handleSignal:
         0xb5fcd80 s Context>handleSignal:
         0xb602d18 s Context>handleSignal:
         0xb608cb0 s Context>handleSignal:
         0xb60ec48 s Context>handleSignal:
         0xb614be0 s Context>handleSignal:
         0xb61ab78 s Context>handleSignal:
         0xb620b10 s Context>handleSignal:
         0xb626aa8 s Context>handleSignal:
         0xb62ca40 s Context>handleSignal:
         0xb6329d8 s Context>handleSignal:
         0xb638970 s Context>handleSignal:
         0xb63e908 s Context>handleSignal:
         0xb6448a0 s Context>handleSignal:
         0xb64a838 s Context>handleSignal:
         0xb6507d0 s Context>handleSignal:
         0xb656768 s Context>handleSignal:
         0xb65c648 s Context>handleSignal:
         0xb662470 s Context>handleSignal:
         0xb6681e0 s Context>handleSignal:
         0xb66de98 s Context>handleSignal:
         0xb673a98 s Context>handleSignal:
         0xb6795e0 s Context>handleSignal:
         0xb67f070 s Context>handleSignal:
         0xb684a48 s Context>handleSignal:
         0xb68a368 s Context>handleSignal:
         0xb68fbd0 s Context>handleSignal:
         0xb695380 s Context>handleSignal:
         0xb69aa78 s Context>handleSignal:
         0xb6a00b8 s Context>handleSignal:
         0xb6a5640 s Context>handleSignal:
         0xb6aab10 s Context>handleSignal:
         0xb6aff28 s Context>handleSignal:
         0xb6b5288 s Context>handleSignal:
         0xb6ba530 s Context>handleSignal:
         0xb6bf720 s Context>handleSignal:
         0xb6c4858 s Context>handleSignal:
         0xb6c98d8 s Context>handleSignal:
         0xb6ce8a0 s Context>handleSignal:
         0xb6d37b0 s Context>handleSignal:
         0xb6d8608 s Context>handleSignal:
         0xb6dd3a8 s Context>handleSignal:
         0xb6e2090 s Context>handleSignal:
         0xb6e6cc0 s Context>handleSignal:
         0xb6eb838 s Context>handleSignal:
         0xb6f02f8 s Context>handleSignal:
         0xb6f4d00 s Context>handleSignal:
         0xb6f9650 s Context>handleSignal:
         0xb6fdee8 s Context>handleSignal:
         0xb7026c8 s Context>handleSignal:
         0xb706df0 s Context>handleSignal:
         0xb70b460 s Context>handleSignal:
         0xb70fa18 s Context>handleSignal:
         0xb713f18 s Context>handleSignal:
         0xb718360 s Context>handleSignal:
         0xb71c6f0 s Context>handleSignal:
         0xb7209c8 s Context>handleSignal:
         0xb724be8 s Context>handleSignal:
         0xb728d50 s Context>handleSignal:
         0xb72ce00 s Context>handleSignal:
         0xb730df8 s Context>handleSignal:
         0xb734d38 s Context>handleSignal:
         0xb738bc0 s Context>handleSignal:
         0xb73c990 s Context>handleSignal:
         0xb7406a8 s Context>handleSignal:
         0xb744308 s Context>handleSignal:
         0xb747eb0 s Context>handleSignal:
         0xb74b9a0 s Context>handleSignal:
         0xb74f3d8 s Context>handleSignal:
         0xb752d58 s Context>handleSignal:
         0xb756620 s Context>handleSignal:
         0xb759e30 s Context>handleSignal:
         0xb75d640 s Context>handleSignal:
         0xb760d98 s Context>handleSignal:
         0xb764438 s Context>handleSignal:
         0xb767a20 s Context>handleSignal:
         0xb76ae98 s Context>handleSignal:
         0xb76e258 s Context>handleSignal:
         0xb771560 s Context>handleSignal:
         0xb7747b0 s Context>handleSignal:
         0xb777948 s Context>handleSignal:
         0xb77aa28 s Context>handleSignal:
         0xb77da50 s Context>handleSignal:
         0xb7809c0 s Context>handleSignal:
         0xb783878 s Context>handleSignal:
         0xb786678 s Context>handleSignal:
         0xb7893c0 s Context>handleSignal:
         0xb78c050 s Context>handleSignal:
         0xb78ec28 s Context>handleSignal:
         0xb791748 s Context>handleSignal:
         0xb7941b0 s Context>handleSignal:
         0xb796b60 s Context>handleSignal:
         0xb799458 s Context>handleSignal:
         0xb79bc98 s Context>handleSignal:
         0xb79e420 s Context>handleSignal:
         0xb7a0af0 s Context>handleSignal:
         0xb7a3108 s Context>handleSignal:
         0xb7a5668 s Context>handleSignal:
         0xb7a7b10 s Context>handleSignal:
         0xb7a9f00 s Context>handleSignal:
         0xb7ac238 s Context>handleSignal:
         0xb7ae4b8 s Context>handleSignal:
         0xb7b0680 s Context>handleSignal:
         0xb7b26d8 s Context>handleSignal:
         0xb7b4678 s Context>handleSignal:
         0xb7b6560 s Context>handleSignal:
         0xb7b8390 s Context>handleSignal:
         0xb7ba108 s Context>handleSignal:
         0xb7bbdc8 s Context>handleSignal:
         0xb7bd9d0 s Context>handleSignal:
         0xb7bf468 s Context>handleSignal:
         0xb7c0d90 s Context>handleSignal:
         0xb7c2490 s Context>handleSignal:
         0xb7c3ad8 s Context>handleSignal:
         0xb7c5068 s Context>handleSignal:
         0xb7c6540 s Context>handleSignal:
         0xb7c7960 s Context>handleSignal:
         0xb7c8cc8 s Context>handleSignal:
         0xb7c9f78 s Context>handleSignal:
         0xb7cb170 s Context>handleSignal:
         0xb7cc2b0 s Context>handleSignal:
         0xbf80840 s Halt(Exception)>signal
         0xbf9b9c8 s Halt class(Exception class)>signal
         0xbfc48c0 s Halt class>now
         0xbfb1770 s FullBlockClosure(Object)>halt
         0xbfe2580 s FullBlockClosure>printOn:
         0xc005068 s Context>printOn:
         0xc02ad98 s Context>printDebugOn:
         0xc026140 s [] in Context>debugStack:on:
         0xc050300 s OrderedCollection>do:
         0xbfb14f8 s Context>debugStack:on:
         0xbfe2330 s Context>shortDebugStackOn:
         0xc004e30 s [] in SmalltalkImage>logError:inContext:
         0xc02aab8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7d3c8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf98430 s SmalltalkImage>logStdErrorDuring:
         0xbfc1370 s SmalltalkImage>logError:inContext:
         0xbfee748 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc011b88 s FullBlockClosure(BlockClosure)>ensure:
         0xc03a018 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0599f0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06a188 s Halt(Exception)>unhandledErrorAction
         0xc07fa00 s Halt(UnhandledException)>defaultAction
         0xc096a68 s UndefinedObject>handleSignal:
         0xc096b20 s Context>handleSignal:
         0xc096bd8 s Context>handleSignal:
         0xc096c90 s Context>handleSignal:
         0xc096d48 s Context>handleSignal:
         0xc096e00 s Context>handleSignal:
         0xc096eb8 s Context>handleSignal:
         0xc096f70 s Context>handleSignal:
         0xc097028 s Context>handleSignal:
         0xc0970e0 s Context>handleSignal:
         0xc097198 s Context>handleSignal:
         0xc1001d8 s Context>handleSignal:
         0xc10b8f8 s Context>handleSignal:
         0xc1167a0 s Context>handleSignal:
         0xc121088 s Context>handleSignal:
         0xc12b8b8 s Context>handleSignal:
         0xc1360e8 s Context>handleSignal:
         0xc140918 s Context>handleSignal:
         0xc14b148 s Context>handleSignal:
         0xc155978 s Context>handleSignal:
         0xc1601a8 s Context>handleSignal:
         0xc16a9d8 s Context>handleSignal:
         0xc175208 s Context>handleSignal:
         0xc17fa38 s Context>handleSignal:
         0xc18a268 s Context>handleSignal:
         0xc194a98 s Context>handleSignal:
         0xc19f2c8 s Context>handleSignal:
         0xc1a9af8 s Context>handleSignal:
         0xc1b4328 s Context>handleSignal:
         0xc1beb58 s Context>handleSignal:
         0xc1c9388 s Context>handleSignal:
         0xc1d3bb8 s Context>handleSignal:
         0xc1de3e8 s Context>handleSignal:
         0xc1e8c18 s Context>handleSignal:
         0xc1f3448 s Context>handleSignal:
         0xc1fdc78 s Context>handleSignal:
         0xc2084a8 s Context>handleSignal:
         0xc212cd8 s Context>handleSignal:
         0xc21d508 s Context>handleSignal:
         0xc227d38 s Context>handleSignal:
         0xc232568 s Context>handleSignal:
         0xc23cd98 s Context>handleSignal:
         0xc2475c8 s Context>handleSignal:
         0xc251df8 s Context>handleSignal:
         0xc25c628 s Context>handleSignal:
         0xc263a98 s Context>handleSignal:
         0xb7dce10 s Context>handleSignal:
         0xb7e76f8 s Context>handleSignal:
         0xb7f1fe0 s Context>handleSignal:
         0xb7fc8c8 s Context>handleSignal:
         0xb8071b0 s Context>handleSignal:
         0xb811a98 s Context>handleSignal:
         0xb81c380 s Context>handleSignal:
         0xb826c68 s Context>handleSignal:
         0xb831550 s Context>handleSignal:
         0xb83be38 s Context>handleSignal:
         0xb846720 s Context>handleSignal:
         0xb851008 s Context>handleSignal:
         0xb85b8f0 s Context>handleSignal:
         0xb8661d8 s Context>handleSignal:
         0xb870ac0 s Context>handleSignal:
         0xb87b3a8 s Context>handleSignal:
         0xb885c90 s Context>handleSignal:
         0xb890578 s Context>handleSignal:
         0xb89ae60 s Context>handleSignal:
         0xb8a5748 s Context>handleSignal:
         0xb8b0030 s Context>handleSignal:
         0xb8ba918 s Context>handleSignal:
         0xb8c5200 s Context>handleSignal:
         0xb8cfae8 s Context>handleSignal:
         0xb8da3d0 s Context>handleSignal:
         0xb8e4cb8 s Context>handleSignal:
         0xb8ef5a0 s Context>handleSignal:
         0xb8f9e88 s Context>handleSignal:
         0xb904770 s Context>handleSignal:
         0xb90f058 s Context>handleSignal:
         0xb919940 s Context>handleSignal:
         0xb924228 s Context>handleSignal:
         0xb92eb10 s Context>handleSignal:
         0xb9393f8 s Context>handleSignal:
         0xb943ce0 s Context>handleSignal:
         0xb94e5c8 s Context>handleSignal:
         0xb958eb0 s Context>handleSignal:
         0xb963798 s Context>handleSignal:
         0xb96e080 s Context>handleSignal:
         0xb978968 s Context>handleSignal:
         0xb983250 s Context>handleSignal:
         0xb98db38 s Context>handleSignal:
         0xb998420 s Context>handleSignal:
         0xb9a2d08 s Context>handleSignal:
         0xb9ad5f0 s Context>handleSignal:
         0xb9b7ed8 s Context>handleSignal:
         0xb9c27c0 s Context>handleSignal:
         0xb9cd0a8 s Context>handleSignal:
         0xb9d7990 s Context>handleSignal:
         0xb9e2278 s Context>handleSignal:
         0xb9ecb60 s Context>handleSignal:
         0xb9f7448 s Context>handleSignal:
         0xba01d30 s Context>handleSignal:
         0xba0c618 s Context>handleSignal:
         0xba16f00 s Context>handleSignal:
         0xba217e8 s Context>handleSignal:
         0xba2c0d0 s Context>handleSignal:
         0xba369b8 s Context>handleSignal:
         0xb4179a8 s Context>handleSignal:
         0xb41e298 s Context>handleSignal:
         0xb425900 s Context>handleSignal:
         0xb42c310 s Context>handleSignal:
         0xb433710 s Context>handleSignal:
         0xb43a7f8 s Context>handleSignal:
         0xb4416b8 s Context>handleSignal:
         0xb447878 s Context>handleSignal:
         0xb44da38 s Context>handleSignal:
         0xb453b40 s Context>handleSignal:
         0xb459b90 s Context>handleSignal:
         0xb45fbe0 s Context>handleSignal:
         0xb465c30 s Context>handleSignal:
         0xb46bc80 s Context>handleSignal:
         0xb471cd0 s Context>handleSignal:
         0xb477d20 s Context>handleSignal:
         0xb47dd70 s Context>handleSignal:
         0xb483dc0 s Context>handleSignal:
         0xb489e10 s Context>handleSignal:
         0xb48fe60 s Context>handleSignal:
         0xb495eb0 s Context>handleSignal:
         0xb49bf00 s Context>handleSignal:
         0xb4a1f50 s Context>handleSignal:
         0xb4a7fa0 s Context>handleSignal:
         0xb4adff0 s Context>handleSignal:
         0xb4b4040 s Context>handleSignal:
         0xb4ba090 s Context>handleSignal:
         0xb4c00e0 s Context>handleSignal:
         0xb4c6130 s Context>handleSignal:
         0xb4cc180 s Context>handleSignal:
         0xb4d2118 s Context>handleSignal:
         0xb4d80b0 s Context>handleSignal:
         0xb4de048 s Context>handleSignal:
         0xb4e3fe0 s Context>handleSignal:
         0xb4e9f78 s Context>handleSignal:
         0xb4eff10 s Context>handleSignal:
         0xb4f5ea8 s Context>handleSignal:
         0xb4fbe40 s Context>handleSignal:
         0xb501dd8 s Context>handleSignal:
         0xb507d70 s Context>handleSignal:
         0xb50dd08 s Context>handleSignal:
         0xb513ca0 s Context>handleSignal:
         0xb519c38 s Context>handleSignal:
         0xb51fbd0 s Context>handleSignal:
         0xb525b68 s Context>handleSignal:
         0xb52bb00 s Context>handleSignal:
         0xb531a98 s Context>handleSignal:
         0xb537a30 s Context>handleSignal:
         0xb53d9c8 s Context>handleSignal:
         0xb543960 s Context>handleSignal:
         0xb5498f8 s Context>handleSignal:
         0xb54f890 s Context>handleSignal:
         0xb555828 s Context>handleSignal:
         0xb55b7c0 s Context>handleSignal:
         0xb561758 s Context>handleSignal:
         0xb5676f0 s Context>handleSignal:
         0xb56d688 s Context>handleSignal:
         0xb573620 s Context>handleSignal:
         0xb5795b8 s Context>handleSignal:
         0xb57f550 s Context>handleSignal:
         0xb5854e8 s Context>handleSignal:
         0xb58b480 s Context>handleSignal:
         0xb591418 s Context>handleSignal:
         0xb5973b0 s Context>handleSignal:
         0xb59d348 s Context>handleSignal:
         0xb5a32e0 s Context>handleSignal:
         0xb5a9278 s Context>handleSignal:
         0xb5af210 s Context>handleSignal:
         0xb5b51a8 s Context>handleSignal:
         0xb5bb140 s Context>handleSignal:
         0xb5c10d8 s Context>handleSignal:
         0xb5c7070 s Context>handleSignal:
         0xb5cd008 s Context>handleSignal:
         0xb5d2fa0 s Context>handleSignal:
         0xb5d8f38 s Context>handleSignal:
         0xb5deed0 s Context>handleSignal:
         0xb5e4e68 s Context>handleSignal:
         0xb5eae00 s Context>handleSignal:
         0xb5f0d98 s Context>handleSignal:
         0xb5f6d30 s Context>handleSignal:
         0xb5fccc8 s Context>handleSignal:
         0xb602c60 s Context>handleSignal:
         0xb608bf8 s Context>handleSignal:
         0xb60eb90 s Context>handleSignal:
         0xb614b28 s Context>handleSignal:
         0xb61aac0 s Context>handleSignal:
         0xb620a58 s Context>handleSignal:
         0xb6269f0 s Context>handleSignal:
         0xb62c988 s Context>handleSignal:
         0xb632920 s Context>handleSignal:
         0xb6388b8 s Context>handleSignal:
         0xb63e850 s Context>handleSignal:
         0xb6447e8 s Context>handleSignal:
         0xb64a780 s Context>handleSignal:
         0xb650718 s Context>handleSignal:
         0xb6566b0 s Context>handleSignal:
         0xb65c590 s Context>handleSignal:
         0xb6623b8 s Context>handleSignal:
         0xb668128 s Context>handleSignal:
         0xb66dde0 s Context>handleSignal:
         0xb6739e0 s Context>handleSignal:
         0xb679528 s Context>handleSignal:
         0xb67efb8 s Context>handleSignal:
         0xb684990 s Context>handleSignal:
         0xb68a2b0 s Context>handleSignal:
         0xb68fb18 s Context>handleSignal:
         0xb6952c8 s Context>handleSignal:
         0xb69a9c0 s Context>handleSignal:
         0xb6a0000 s Context>handleSignal:
         0xb6a5588 s Context>handleSignal:
         0xb6aaa58 s Context>handleSignal:
         0xb6afe70 s Context>handleSignal:
         0xb6b51d0 s Context>handleSignal:
         0xb6ba478 s Context>handleSignal:
         0xb6bf668 s Context>handleSignal:
         0xb6c47a0 s Context>handleSignal:
         0xb6c9820 s Context>handleSignal:
         0xb6ce7e8 s Context>handleSignal:
         0xb6d36f8 s Context>handleSignal:
         0xb6d8550 s Context>handleSignal:
         0xb6dd2f0 s Context>handleSignal:
         0xb6e1fd8 s Context>handleSignal:
         0xb6e6c08 s Context>handleSignal:
         0xb6eb780 s Context>handleSignal:
         0xb6f0240 s Context>handleSignal:
         0xb6f4c48 s Context>handleSignal:
         0xb6f9598 s Context>handleSignal:
         0xb6fde30 s Context>handleSignal:
         0xb702610 s Context>handleSignal:
         0xb706d38 s Context>handleSignal:
         0xb70b3a8 s Context>handleSignal:
         0xb70f960 s Context>handleSignal:
         0xb713e60 s Context>handleSignal:
         0xb7182a8 s Context>handleSignal:
         0xb71c638 s Context>handleSignal:
         0xb720910 s Context>handleSignal:
         0xb724b30 s Context>handleSignal:
         0xb728c98 s Context>handleSignal:
         0xb72cd48 s Context>handleSignal:
         0xb730d40 s Context>handleSignal:
         0xb734c80 s Context>handleSignal:
         0xb738b08 s Context>handleSignal:
         0xb73c8d8 s Context>handleSignal:
         0xb7405f0 s Context>handleSignal:
         0xb744250 s Context>handleSignal:
         0xb747df8 s Context>handleSignal:
         0xb74b8e8 s Context>handleSignal:
         0xb74f320 s Context>handleSignal:
         0xb752ca0 s Context>handleSignal:
         0xb756568 s Context>handleSignal:
         0xb759d78 s Context>handleSignal:
         0xb75d588 s Context>handleSignal:
         0xb760ce0 s Context>handleSignal:
         0xb764380 s Context>handleSignal:
         0xb767968 s Context>handleSignal:
         0xb76ade0 s Context>handleSignal:
         0xb76e1a0 s Context>handleSignal:
         0xb7714a8 s Context>handleSignal:
         0xb7746f8 s Context>handleSignal:
         0xb777890 s Context>handleSignal:
         0xb77a970 s Context>handleSignal:
         0xb77d998 s Context>handleSignal:
         0xb780908 s Context>handleSignal:
         0xb7837c0 s Context>handleSignal:
         0xb7865c0 s Context>handleSignal:
         0xb789308 s Context>handleSignal:
         0xb78bf98 s Context>handleSignal:
         0xb78eb70 s Context>handleSignal:
         0xb791690 s Context>handleSignal:
         0xb7940f8 s Context>handleSignal:
         0xb796aa8 s Context>handleSignal:
         0xb7993a0 s Context>handleSignal:
         0xb79bbe0 s Context>handleSignal:
         0xb79e368 s Context>handleSignal:
         0xb7a0a38 s Context>handleSignal:
         0xb7a3050 s Context>handleSignal:
         0xb7a55b0 s Context>handleSignal:
         0xb7a7a58 s Context>handleSignal:
         0xb7a9e48 s Context>handleSignal:
         0xb7ac180 s Context>handleSignal:
         0xb7ae400 s Context>handleSignal:
         0xb7b05c8 s Context>handleSignal:
         0xb7b2620 s Context>handleSignal:
         0xb7b45c0 s Context>handleSignal:
         0xb7b64a8 s Context>handleSignal:
         0xb7b82d8 s Context>handleSignal:
         0xb7ba050 s Context>handleSignal:
         0xb7bbd10 s Context>handleSignal:
         0xb7bd918 s Context>handleSignal:
         0xb7bf3b0 s Context>handleSignal:
         0xb7c0cd8 s Context>handleSignal:
         0xb7c23d8 s Context>handleSignal:
         0xb7c3a20 s Context>handleSignal:
         0xb7c4fb0 s Context>handleSignal:
         0xb7c6488 s Context>handleSignal:
         0xb7c78a8 s Context>handleSignal:
         0xb7c8c10 s Context>handleSignal:
         0xb7c9ec0 s Context>handleSignal:
         0xb7cb0b8 s Context>handleSignal:
         0xbf80788 s Halt(Exception)>signal
         0xbf9b910 s Halt class(Exception class)>signal
         0xbfc4808 s Halt class>now
         0xbfb15b0 s FullBlockClosure(Object)>halt
         0xbfe23e8 s FullBlockClosure>printOn:
         0xc004ee8 s Context>printOn:
         0xc02ab70 s Context>printDebugOn:
         0xc02ae50 s [] in Context>debugStack:on:
         0xc051d98 s OrderedCollection>do:
         0xbfb1338 s Context>debugStack:on:
         0xbfe2198 s Context>shortDebugStackOn:
         0xc004cb0 s [] in SmalltalkImage>logError:inContext:
         0xc02a890 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7d258 s FullBlockClosure(BlockClosure)>on:do:
         0xbf98260 s SmalltalkImage>logStdErrorDuring:
         0xbfc11b8 s SmalltalkImage>logError:inContext:
         0xbfee680 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc011a98 s FullBlockClosure(BlockClosure)>ensure:
         0xc039f38 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc059938 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06a0d0 s Halt(Exception)>unhandledErrorAction
         0xc07f948 s Halt(UnhandledException)>defaultAction
         0xc097250 s UndefinedObject>handleSignal:
         0xc097308 s Context>handleSignal:
         0xc0973c0 s Context>handleSignal:
         0xc097478 s Context>handleSignal:
         0xc097530 s Context>handleSignal:
         0xc0975e8 s Context>handleSignal:
         0xc0976a0 s Context>handleSignal:
         0xc097758 s Context>handleSignal:
         0xc097810 s Context>handleSignal:
         0xc0978c8 s Context>handleSignal:
         0xc097980 s Context>handleSignal:
         0xc100290 s Context>handleSignal:
         0xc10b9b0 s Context>handleSignal:
         0xc116858 s Context>handleSignal:
         0xc121140 s Context>handleSignal:
         0xc12b970 s Context>handleSignal:
         0xc1361a0 s Context>handleSignal:
         0xc1409d0 s Context>handleSignal:
         0xc14b200 s Context>handleSignal:
         0xc155a30 s Context>handleSignal:
         0xc160260 s Context>handleSignal:
         0xc16aa90 s Context>handleSignal:
         0xc1752c0 s Context>handleSignal:
         0xc17faf0 s Context>handleSignal:
         0xc18a320 s Context>handleSignal:
         0xc194b50 s Context>handleSignal:
         0xc19f380 s Context>handleSignal:
         0xc1a9bb0 s Context>handleSignal:
         0xc1b43e0 s Context>handleSignal:
         0xc1bec10 s Context>handleSignal:
         0xc1c9440 s Context>handleSignal:
         0xc1d3c70 s Context>handleSignal:
         0xc1de4a0 s Context>handleSignal:
         0xc1e8cd0 s Context>handleSignal:
         0xc1f3500 s Context>handleSignal:
         0xc1fdd30 s Context>handleSignal:
         0xc208560 s Context>handleSignal:
         0xc212d90 s Context>handleSignal:
         0xc21d5c0 s Context>handleSignal:
         0xc227df0 s Context>handleSignal:
         0xc232620 s Context>handleSignal:
         0xc23ce50 s Context>handleSignal:
         0xc247680 s Context>handleSignal:
         0xc251eb0 s Context>handleSignal:
         0xc25c6e0 s Context>handleSignal:
         0xc263b50 s Context>handleSignal:
         0xb7dcec8 s Context>handleSignal:
         0xb7e77b0 s Context>handleSignal:
         0xb7f2098 s Context>handleSignal:
         0xb7fc980 s Context>handleSignal:
         0xb807268 s Context>handleSignal:
         0xb811b50 s Context>handleSignal:
         0xb81c438 s Context>handleSignal:
         0xb826d20 s Context>handleSignal:
         0xb831608 s Context>handleSignal:
         0xb83bef0 s Context>handleSignal:
         0xb8467d8 s Context>handleSignal:
         0xb8510c0 s Context>handleSignal:
         0xb85b9a8 s Context>handleSignal:
         0xb866290 s Context>handleSignal:
         0xb870b78 s Context>handleSignal:
         0xb87b460 s Context>handleSignal:
         0xb885d48 s Context>handleSignal:
         0xb890630 s Context>handleSignal:
         0xb89af18 s Context>handleSignal:
         0xb8a5800 s Context>handleSignal:
         0xb8b00e8 s Context>handleSignal:
         0xb8ba9d0 s Context>handleSignal:
         0xb8c52b8 s Context>handleSignal:
         0xb8cfba0 s Context>handleSignal:
         0xb8da488 s Context>handleSignal:
         0xb8e4d70 s Context>handleSignal:
         0xb8ef658 s Context>handleSignal:
         0xb8f9f40 s Context>handleSignal:
         0xb904828 s Context>handleSignal:
         0xb90f110 s Context>handleSignal:
         0xb9199f8 s Context>handleSignal:
         0xb9242e0 s Context>handleSignal:
         0xb92ebc8 s Context>handleSignal:
         0xb9394b0 s Context>handleSignal:
         0xb943d98 s Context>handleSignal:
         0xb94e680 s Context>handleSignal:
         0xb958f68 s Context>handleSignal:
         0xb963850 s Context>handleSignal:
         0xb96e138 s Context>handleSignal:
         0xb978a20 s Context>handleSignal:
         0xb983308 s Context>handleSignal:
         0xb98dbf0 s Context>handleSignal:
         0xb9984d8 s Context>handleSignal:
         0xb9a2dc0 s Context>handleSignal:
         0xb9ad6a8 s Context>handleSignal:
         0xb9b7f90 s Context>handleSignal:
         0xb9c2878 s Context>handleSignal:
         0xb9cd160 s Context>handleSignal:
         0xb9d7a48 s Context>handleSignal:
         0xb9e2330 s Context>handleSignal:
         0xb9ecc18 s Context>handleSignal:
         0xb9f7500 s Context>handleSignal:
         0xba01de8 s Context>handleSignal:
         0xba0c6d0 s Context>handleSignal:
         0xba16fb8 s Context>handleSignal:
         0xba218a0 s Context>handleSignal:
         0xba2c188 s Context>handleSignal:
         0xba36a70 s Context>handleSignal:
         0xb4178f0 s Context>handleSignal:
         0xb41e1e0 s Context>handleSignal:
         0xb425848 s Context>handleSignal:
         0xb42c258 s Context>handleSignal:
         0xb433658 s Context>handleSignal:
         0xb43a740 s Context>handleSignal:
         0xb441600 s Context>handleSignal:
         0xb4477c0 s Context>handleSignal:
         0xb44d980 s Context>handleSignal:
         0xb453a88 s Context>handleSignal:
         0xb459ad8 s Context>handleSignal:
         0xb45fb28 s Context>handleSignal:
         0xb465b78 s Context>handleSignal:
         0xb46bbc8 s Context>handleSignal:
         0xb471c18 s Context>handleSignal:
         0xb477c68 s Context>handleSignal:
         0xb47dcb8 s Context>handleSignal:
         0xb483d08 s Context>handleSignal:
         0xb489d58 s Context>handleSignal:
         0xb48fda8 s Context>handleSignal:
         0xb495df8 s Context>handleSignal:
         0xb49be48 s Context>handleSignal:
         0xb4a1e98 s Context>handleSignal:
         0xb4a7ee8 s Context>handleSignal:
         0xb4adf38 s Context>handleSignal:
         0xb4b3f88 s Context>handleSignal:
         0xb4b9fd8 s Context>handleSignal:
         0xb4c0028 s Context>handleSignal:
         0xb4c6078 s Context>handleSignal:
         0xb4cc0c8 s Context>handleSignal:
         0xb4d2060 s Context>handleSignal:
         0xb4d7ff8 s Context>handleSignal:
         0xb4ddf90 s Context>handleSignal:
         0xb4e3f28 s Context>handleSignal:
         0xb4e9ec0 s Context>handleSignal:
         0xb4efe58 s Context>handleSignal:
         0xb4f5df0 s Context>handleSignal:
         0xb4fbd88 s Context>handleSignal:
         0xb501d20 s Context>handleSignal:
         0xb507cb8 s Context>handleSignal:
         0xb50dc50 s Context>handleSignal:
         0xb513be8 s Context>handleSignal:
         0xb519b80 s Context>handleSignal:
         0xb51fb18 s Context>handleSignal:
         0xb525ab0 s Context>handleSignal:
         0xb52ba48 s Context>handleSignal:
         0xb5319e0 s Context>handleSignal:
         0xb537978 s Context>handleSignal:
         0xb53d910 s Context>handleSignal:
         0xb5438a8 s Context>handleSignal:
         0xb549840 s Context>handleSignal:
         0xb54f7d8 s Context>handleSignal:
         0xb555770 s Context>handleSignal:
         0xb55b708 s Context>handleSignal:
         0xb5616a0 s Context>handleSignal:
         0xb567638 s Context>handleSignal:
         0xb56d5d0 s Context>handleSignal:
         0xb573568 s Context>handleSignal:
         0xb579500 s Context>handleSignal:
         0xb57f498 s Context>handleSignal:
         0xb585430 s Context>handleSignal:
         0xb58b3c8 s Context>handleSignal:
         0xb591360 s Context>handleSignal:
         0xb5972f8 s Context>handleSignal:
         0xb59d290 s Context>handleSignal:
         0xb5a3228 s Context>handleSignal:
         0xb5a91c0 s Context>handleSignal:
         0xb5af158 s Context>handleSignal:
         0xb5b50f0 s Context>handleSignal:
         0xb5bb088 s Context>handleSignal:
         0xb5c1020 s Context>handleSignal:
         0xb5c6fb8 s Context>handleSignal:
         0xb5ccf50 s Context>handleSignal:
         0xb5d2ee8 s Context>handleSignal:
         0xb5d8e80 s Context>handleSignal:
         0xb5dee18 s Context>handleSignal:
         0xb5e4db0 s Context>handleSignal:
         0xb5ead48 s Context>handleSignal:
         0xb5f0ce0 s Context>handleSignal:
         0xb5f6c78 s Context>handleSignal:
         0xb5fcc10 s Context>handleSignal:
         0xb602ba8 s Context>handleSignal:
         0xb608b40 s Context>handleSignal:
         0xb60ead8 s Context>handleSignal:
         0xb614a70 s Context>handleSignal:
         0xb61aa08 s Context>handleSignal:
         0xb6209a0 s Context>handleSignal:
         0xb626938 s Context>handleSignal:
         0xb62c8d0 s Context>handleSignal:
         0xb632868 s Context>handleSignal:
         0xb638800 s Context>handleSignal:
         0xb63e798 s Context>handleSignal:
         0xb644730 s Context>handleSignal:
         0xb64a6c8 s Context>handleSignal:
         0xb650660 s Context>handleSignal:
         0xb6565f8 s Context>handleSignal:
         0xb65c4d8 s Context>handleSignal:
         0xb662300 s Context>handleSignal:
         0xb668070 s Context>handleSignal:
         0xb66dd28 s Context>handleSignal:
         0xb673928 s Context>handleSignal:
         0xb679470 s Context>handleSignal:
         0xb67ef00 s Context>handleSignal:
         0xb6848d8 s Context>handleSignal:
         0xb68a1f8 s Context>handleSignal:
         0xb68fa60 s Context>handleSignal:
         0xb695210 s Context>handleSignal:
         0xb69a908 s Context>handleSignal:
         0xb69ff48 s Context>handleSignal:
         0xb6a54d0 s Context>handleSignal:
         0xb6aa9a0 s Context>handleSignal:
         0xb6afdb8 s Context>handleSignal:
         0xb6b5118 s Context>handleSignal:
         0xb6ba3c0 s Context>handleSignal:
         0xb6bf5b0 s Context>handleSignal:
         0xb6c46e8 s Context>handleSignal:
         0xb6c9768 s Context>handleSignal:
         0xb6ce730 s Context>handleSignal:
         0xb6d3640 s Context>handleSignal:
         0xb6d8498 s Context>handleSignal:
         0xb6dd238 s Context>handleSignal:
         0xb6e1f20 s Context>handleSignal:
         0xb6e6b50 s Context>handleSignal:
         0xb6eb6c8 s Context>handleSignal:
         0xb6f0188 s Context>handleSignal:
         0xb6f4b90 s Context>handleSignal:
         0xb6f94e0 s Context>handleSignal:
         0xb6fdd78 s Context>handleSignal:
         0xb702558 s Context>handleSignal:
         0xb706c80 s Context>handleSignal:
         0xb70b2f0 s Context>handleSignal:
         0xb70f8a8 s Context>handleSignal:
         0xb713da8 s Context>handleSignal:
         0xb7181f0 s Context>handleSignal:
         0xb71c580 s Context>handleSignal:
         0xb720858 s Context>handleSignal:
         0xb724a78 s Context>handleSignal:
         0xb728be0 s Context>handleSignal:
         0xb72cc90 s Context>handleSignal:
         0xb730c88 s Context>handleSignal:
         0xb734bc8 s Context>handleSignal:
         0xb738a50 s Context>handleSignal:
         0xb73c820 s Context>handleSignal:
         0xb740538 s Context>handleSignal:
         0xb744198 s Context>handleSignal:
         0xb747d40 s Context>handleSignal:
         0xb74b830 s Context>handleSignal:
         0xb74f268 s Context>handleSignal:
         0xb752be8 s Context>handleSignal:
         0xb7564b0 s Context>handleSignal:
         0xb759cc0 s Context>handleSignal:
         0xb75d4d0 s Context>handleSignal:
         0xb760c28 s Context>handleSignal:
         0xb7642c8 s Context>handleSignal:
         0xb7678b0 s Context>handleSignal:
         0xb76ad28 s Context>handleSignal:
         0xb76e0e8 s Context>handleSignal:
         0xb7713f0 s Context>handleSignal:
         0xb774640 s Context>handleSignal:
         0xb7777d8 s Context>handleSignal:
         0xb77a8b8 s Context>handleSignal:
         0xb77d8e0 s Context>handleSignal:
         0xb780850 s Context>handleSignal:
         0xb783708 s Context>handleSignal:
         0xb786508 s Context>handleSignal:
         0xb789250 s Context>handleSignal:
         0xb78bee0 s Context>handleSignal:
         0xb78eab8 s Context>handleSignal:
         0xb7915d8 s Context>handleSignal:
         0xb794040 s Context>handleSignal:
         0xb7969f0 s Context>handleSignal:
         0xb7992e8 s Context>handleSignal:
         0xb79bb28 s Context>handleSignal:
         0xb79e2b0 s Context>handleSignal:
         0xb7a0980 s Context>handleSignal:
         0xb7a2f98 s Context>handleSignal:
         0xb7a54f8 s Context>handleSignal:
         0xb7a79a0 s Context>handleSignal:
         0xb7a9d90 s Context>handleSignal:
         0xb7ac0c8 s Context>handleSignal:
         0xb7ae348 s Context>handleSignal:
         0xb7b0510 s Context>handleSignal:
         0xb7b2568 s Context>handleSignal:
         0xb7b4508 s Context>handleSignal:
         0xb7b63f0 s Context>handleSignal:
         0xb7b8220 s Context>handleSignal:
         0xb7b9f98 s Context>handleSignal:
         0xb7bbc58 s Context>handleSignal:
         0xb7bd860 s Context>handleSignal:
         0xb7bf2f8 s Context>handleSignal:
         0xb7c0c20 s Context>handleSignal:
         0xb7c2320 s Context>handleSignal:
         0xb7c3968 s Context>handleSignal:
         0xb7c4ef8 s Context>handleSignal:
         0xb7c63d0 s Context>handleSignal:
         0xb7c77f0 s Context>handleSignal:
         0xb7c8b58 s Context>handleSignal:
         0xb7c9e08 s Context>handleSignal:
         0xbf806d0 s Halt(Exception)>signal
         0xbf9b858 s Halt class(Exception class)>signal
         0xbfc4750 s Halt class>now
         0xbfb13f0 s FullBlockClosure(Object)>halt
         0xbfe2250 s FullBlockClosure>printOn:
         0xc004d68 s Context>printOn:
         0xc02a948 s Context>printDebugOn:
         0xc02ac28 s [] in Context>debugStack:on:
         0xc051ce0 s OrderedCollection>do:
         0xbfb1178 s Context>debugStack:on:
         0xbfe2000 s Context>shortDebugStackOn:
         0xc004b30 s [] in SmalltalkImage>logError:inContext:
         0xc02a668 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7d0e8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf98090 s SmalltalkImage>logStdErrorDuring:
         0xbfc1000 s SmalltalkImage>logError:inContext:
         0xbfee5b8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0119a8 s FullBlockClosure(BlockClosure)>ensure:
         0xc039e58 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc059880 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc06a018 s Halt(Exception)>unhandledErrorAction
         0xc07f890 s Halt(UnhandledException)>defaultAction
         0xc0a87c0 s UndefinedObject>handleSignal:
         0xc0a8878 s Context>handleSignal:
         0xc0a8930 s Context>handleSignal:
         0xc0a89e8 s Context>handleSignal:
         0xc0a8aa0 s Context>handleSignal:
         0xc0a8b58 s Context>handleSignal:
         0xc0a8c10 s Context>handleSignal:
         0xc0a8cc8 s Context>handleSignal:
         0xc0a8d80 s Context>handleSignal:
         0xc0a8e38 s Context>handleSignal:
         0xc0a8ef0 s Context>handleSignal:
         0xc101bb8 s Context>handleSignal:
         0xc10d2d8 s Context>handleSignal:
         0xc118180 s Context>handleSignal:
         0xc122a68 s Context>handleSignal:
         0xc12d298 s Context>handleSignal:
         0xc137ac8 s Context>handleSignal:
         0xc1422f8 s Context>handleSignal:
         0xc14cb28 s Context>handleSignal:
         0xc157358 s Context>handleSignal:
         0xc161b88 s Context>handleSignal:
         0xc16c3b8 s Context>handleSignal:
         0xc176be8 s Context>handleSignal:
         0xc181418 s Context>handleSignal:
         0xc18bc48 s Context>handleSignal:
         0xc196478 s Context>handleSignal:
         0xc1a0ca8 s Context>handleSignal:
         0xc1ab4d8 s Context>handleSignal:
         0xc1b5d08 s Context>handleSignal:
         0xc1c0538 s Context>handleSignal:
         0xc1cad68 s Context>handleSignal:
         0xc1d5598 s Context>handleSignal:
         0xc1dfdc8 s Context>handleSignal:
         0xc1ea5f8 s Context>handleSignal:
         0xc1f4e28 s Context>handleSignal:
         0xc1ff658 s Context>handleSignal:
         0xc209e88 s Context>handleSignal:
         0xc2146b8 s Context>handleSignal:
         0xc21eee8 s Context>handleSignal:
         0xc229718 s Context>handleSignal:
         0xc233f48 s Context>handleSignal:
         0xc23e778 s Context>handleSignal:
         0xc248fa8 s Context>handleSignal:
         0xc2537d8 s Context>handleSignal:
         0xc25e008 s Context>handleSignal:
         0xc265478 s Context>handleSignal:
         0xb7de7f0 s Context>handleSignal:
         0xb7e90d8 s Context>handleSignal:
         0xb7f39c0 s Context>handleSignal:
         0xb7fe2a8 s Context>handleSignal:
         0xb808b90 s Context>handleSignal:
         0xb813478 s Context>handleSignal:
         0xb81dd60 s Context>handleSignal:
         0xb828648 s Context>handleSignal:
         0xb832f30 s Context>handleSignal:
         0xb83d818 s Context>handleSignal:
         0xb848100 s Context>handleSignal:
         0xb8529e8 s Context>handleSignal:
         0xb85d2d0 s Context>handleSignal:
         0xb867bb8 s Context>handleSignal:
         0xb8724a0 s Context>handleSignal:
         0xb87cd88 s Context>handleSignal:
         0xb887670 s Context>handleSignal:
         0xb891f58 s Context>handleSignal:
         0xb89c840 s Context>handleSignal:
         0xb8a7128 s Context>handleSignal:
         0xb8b1a10 s Context>handleSignal:
         0xb8bc2f8 s Context>handleSignal:
         0xb8c6be0 s Context>handleSignal:
         0xb8d14c8 s Context>handleSignal:
         0xb8dbdb0 s Context>handleSignal:
         0xb8e6698 s Context>handleSignal:
         0xb8f0f80 s Context>handleSignal:
         0xb8fb868 s Context>handleSignal:
         0xb906150 s Context>handleSignal:
         0xb910a38 s Context>handleSignal:
         0xb91b320 s Context>handleSignal:
         0xb925c08 s Context>handleSignal:
         0xb9304f0 s Context>handleSignal:
         0xb93add8 s Context>handleSignal:
         0xb9456c0 s Context>handleSignal:
         0xb94ffa8 s Context>handleSignal:
         0xb95a890 s Context>handleSignal:
         0xb965178 s Context>handleSignal:
         0xb96fa60 s Context>handleSignal:
         0xb97a348 s Context>handleSignal:
         0xb984c30 s Context>handleSignal:
         0xb98f518 s Context>handleSignal:
         0xb999e00 s Context>handleSignal:
         0xb9a46e8 s Context>handleSignal:
         0xb9aefd0 s Context>handleSignal:
         0xb9b98b8 s Context>handleSignal:
         0xb9c41a0 s Context>handleSignal:
         0xb9cea88 s Context>handleSignal:
         0xb9d9370 s Context>handleSignal:
         0xb9e3c58 s Context>handleSignal:
         0xb9ee540 s Context>handleSignal:
         0xb9f8e28 s Context>handleSignal:
         0xba03710 s Context>handleSignal:
         0xba0dff8 s Context>handleSignal:
         0xba188e0 s Context>handleSignal:
         0xba231c8 s Context>handleSignal:
         0xba2dab0 s Context>handleSignal:
         0xba38398 s Context>handleSignal:
         0xb417838 s Context>handleSignal:
         0xb41e128 s Context>handleSignal:
         0xb425790 s Context>handleSignal:
         0xb42c1a0 s Context>handleSignal:
         0xb4335a0 s Context>handleSignal:
         0xb43a688 s Context>handleSignal:
         0xb441548 s Context>handleSignal:
         0xb447708 s Context>handleSignal:
         0xb44d8c8 s Context>handleSignal:
         0xb4539d0 s Context>handleSignal:
         0xb459a20 s Context>handleSignal:
         0xb45fa70 s Context>handleSignal:
         0xb465ac0 s Context>handleSignal:
         0xb46bb10 s Context>handleSignal:
         0xb471b60 s Context>handleSignal:
         0xb477bb0 s Context>handleSignal:
         0xb47dc00 s Context>handleSignal:
         0xb483c50 s Context>handleSignal:
         0xb489ca0 s Context>handleSignal:
         0xb48fcf0 s Context>handleSignal:
         0xb495d40 s Context>handleSignal:
         0xb49bd90 s Context>handleSignal:
         0xb4a1de0 s Context>handleSignal:
         0xb4a7e30 s Context>handleSignal:
         0xb4ade80 s Context>handleSignal:
         0xb4b3ed0 s Context>handleSignal:
         0xb4b9f20 s Context>handleSignal:
         0xb4bff70 s Context>handleSignal:
         0xb4c5fc0 s Context>handleSignal:
         0xb4cc010 s Context>handleSignal:
         0xb4d1fa8 s Context>handleSignal:
         0xb4d7f40 s Context>handleSignal:
         0xb4dded8 s Context>handleSignal:
         0xb4e3e70 s Context>handleSignal:
         0xb4e9e08 s Context>handleSignal:
         0xb4efda0 s Context>handleSignal:
         0xb4f5d38 s Context>handleSignal:
         0xb4fbcd0 s Context>handleSignal:
         0xb501c68 s Context>handleSignal:
         0xb507c00 s Context>handleSignal:
         0xb50db98 s Context>handleSignal:
         0xb513b30 s Context>handleSignal:
         0xb519ac8 s Context>handleSignal:
         0xb51fa60 s Context>handleSignal:
         0xb5259f8 s Context>handleSignal:
         0xb52b990 s Context>handleSignal:
         0xb531928 s Context>handleSignal:
         0xb5378c0 s Context>handleSignal:
         0xb53d858 s Context>handleSignal:
         0xb5437f0 s Context>handleSignal:
         0xb549788 s Context>handleSignal:
         0xb54f720 s Context>handleSignal:
         0xb5556b8 s Context>handleSignal:
         0xb55b650 s Context>handleSignal:
         0xb5615e8 s Context>handleSignal:
         0xb567580 s Context>handleSignal:
         0xb56d518 s Context>handleSignal:
         0xb5734b0 s Context>handleSignal:
         0xb579448 s Context>handleSignal:
         0xb57f3e0 s Context>handleSignal:
         0xb585378 s Context>handleSignal:
         0xb58b310 s Context>handleSignal:
         0xb5912a8 s Context>handleSignal:
         0xb597240 s Context>handleSignal:
         0xb59d1d8 s Context>handleSignal:
         0xb5a3170 s Context>handleSignal:
         0xb5a9108 s Context>handleSignal:
         0xb5af0a0 s Context>handleSignal:
         0xb5b5038 s Context>handleSignal:
         0xb5bafd0 s Context>handleSignal:
         0xb5c0f68 s Context>handleSignal:
         0xb5c6f00 s Context>handleSignal:
         0xb5cce98 s Context>handleSignal:
         0xb5d2e30 s Context>handleSignal:
         0xb5d8dc8 s Context>handleSignal:
         0xb5ded60 s Context>handleSignal:
         0xb5e4cf8 s Context>handleSignal:
         0xb5eac90 s Context>handleSignal:
         0xb5f0c28 s Context>handleSignal:
         0xb5f6bc0 s Context>handleSignal:
         0xb5fcb58 s Context>handleSignal:
         0xb602af0 s Context>handleSignal:
         0xb608a88 s Context>handleSignal:
         0xb60ea20 s Context>handleSignal:
         0xb6149b8 s Context>handleSignal:
         0xb61a950 s Context>handleSignal:
         0xb6208e8 s Context>handleSignal:
         0xb626880 s Context>handleSignal:
         0xb62c818 s Context>handleSignal:
         0xb6327b0 s Context>handleSignal:
         0xb638748 s Context>handleSignal:
         0xb63e6e0 s Context>handleSignal:
         0xb644678 s Context>handleSignal:
         0xb64a610 s Context>handleSignal:
         0xb6505a8 s Context>handleSignal:
         0xb656540 s Context>handleSignal:
         0xb65c420 s Context>handleSignal:
         0xb662248 s Context>handleSignal:
         0xb667fb8 s Context>handleSignal:
         0xb66dc70 s Context>handleSignal:
         0xb673870 s Context>handleSignal:
         0xb6793b8 s Context>handleSignal:
         0xb67ee48 s Context>handleSignal:
         0xb684820 s Context>handleSignal:
         0xb68a140 s Context>handleSignal:
         0xb68f9a8 s Context>handleSignal:
         0xb695158 s Context>handleSignal:
         0xb69a850 s Context>handleSignal:
         0xb69fe90 s Context>handleSignal:
         0xb6a5418 s Context>handleSignal:
         0xb6aa8e8 s Context>handleSignal:
         0xb6afd00 s Context>handleSignal:
         0xb6b5060 s Context>handleSignal:
         0xb6ba308 s Context>handleSignal:
         0xb6bf4f8 s Context>handleSignal:
         0xb6c4630 s Context>handleSignal:
         0xb6c96b0 s Context>handleSignal:
         0xb6ce678 s Context>handleSignal:
         0xb6d3588 s Context>handleSignal:
         0xb6d83e0 s Context>handleSignal:
         0xb6dd180 s Context>handleSignal:
         0xb6e1e68 s Context>handleSignal:
         0xb6e6a98 s Context>handleSignal:
         0xb6eb610 s Context>handleSignal:
         0xb6f00d0 s Context>handleSignal:
         0xb6f4ad8 s Context>handleSignal:
         0xb6f9428 s Context>handleSignal:
         0xb6fdcc0 s Context>handleSignal:
         0xb7024a0 s Context>handleSignal:
         0xb706bc8 s Context>handleSignal:
         0xb70b238 s Context>handleSignal:
         0xb70f7f0 s Context>handleSignal:
         0xb713cf0 s Context>handleSignal:
         0xb718138 s Context>handleSignal:
         0xb71c4c8 s Context>handleSignal:
         0xb7207a0 s Context>handleSignal:
         0xb7249c0 s Context>handleSignal:
         0xb728b28 s Context>handleSignal:
         0xb72cbd8 s Context>handleSignal:
         0xb730bd0 s Context>handleSignal:
         0xb734b10 s Context>handleSignal:
         0xb738998 s Context>handleSignal:
         0xb73c768 s Context>handleSignal:
         0xb740480 s Context>handleSignal:
         0xb7440e0 s Context>handleSignal:
         0xb747c88 s Context>handleSignal:
         0xb74b778 s Context>handleSignal:
         0xb74f1b0 s Context>handleSignal:
         0xb752b30 s Context>handleSignal:
         0xb7563f8 s Context>handleSignal:
         0xb759c08 s Context>handleSignal:
         0xb75d418 s Context>handleSignal:
         0xb760b70 s Context>handleSignal:
         0xb764210 s Context>handleSignal:
         0xb7677f8 s Context>handleSignal:
         0xb76ac70 s Context>handleSignal:
         0xb76e030 s Context>handleSignal:
         0xb771338 s Context>handleSignal:
         0xb774588 s Context>handleSignal:
         0xb777720 s Context>handleSignal:
         0xb77a800 s Context>handleSignal:
         0xb77d828 s Context>handleSignal:
         0xb780798 s Context>handleSignal:
         0xb783650 s Context>handleSignal:
         0xb786450 s Context>handleSignal:
         0xb789198 s Context>handleSignal:
         0xb78be28 s Context>handleSignal:
         0xb78ea00 s Context>handleSignal:
         0xb791520 s Context>handleSignal:
         0xb793f88 s Context>handleSignal:
         0xb796938 s Context>handleSignal:
         0xb799230 s Context>handleSignal:
         0xb79ba70 s Context>handleSignal:
         0xb79e1f8 s Context>handleSignal:
         0xb7a08c8 s Context>handleSignal:
         0xb7a2ee0 s Context>handleSignal:
         0xb7a5440 s Context>handleSignal:
         0xb7a78e8 s Context>handleSignal:
         0xb7a9cd8 s Context>handleSignal:
         0xb7ac010 s Context>handleSignal:
         0xb7ae290 s Context>handleSignal:
         0xb7b0458 s Context>handleSignal:
         0xb7b24b0 s Context>handleSignal:
         0xb7b4450 s Context>handleSignal:
         0xb7b6338 s Context>handleSignal:
         0xb7b8168 s Context>handleSignal:
         0xb7b9ee0 s Context>handleSignal:
         0xb7bbba0 s Context>handleSignal:
         0xb7bd7a8 s Context>handleSignal:
         0xb7bf240 s Context>handleSignal:
         0xb7c0b68 s Context>handleSignal:
         0xb7c2268 s Context>handleSignal:
         0xb7c38b0 s Context>handleSignal:
         0xb7c4e40 s Context>handleSignal:
         0xb7c6318 s Context>handleSignal:
         0xb7c7738 s Context>handleSignal:
         0xb7c8aa0 s Context>handleSignal:
         0xbf80618 s Halt(Exception)>signal
         0xbf9b7a0 s Halt class(Exception class)>signal
         0xbfc4698 s Halt class>now
         0xbfb1230 s FullBlockClosure(Object)>halt
         0xbfe20b8 s FullBlockClosure>printOn:
         0xc004be8 s Context>printOn:
         0xc02a720 s Context>printDebugOn:
         0xc02aa00 s [] in Context>debugStack:on:
         0xc051c28 s OrderedCollection>do:
         0xbfb0fb8 s Context>debugStack:on:
         0xbfe1e68 s Context>shortDebugStackOn:
         0xc0049b0 s [] in SmalltalkImage>logError:inContext:
         0xc02a440 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7cf78 s FullBlockClosure(BlockClosure)>on:do:
         0xbf97ec0 s SmalltalkImage>logStdErrorDuring:
         0xbfc0e48 s SmalltalkImage>logError:inContext:
         0xbfee4f0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0118b8 s FullBlockClosure(BlockClosure)>ensure:
         0xc039d78 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0597c8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069f60 s Halt(Exception)>unhandledErrorAction
         0xc07f7d8 s Halt(UnhandledException)>defaultAction
         0xc0a7fd8 s UndefinedObject>handleSignal:
         0xc0a8090 s Context>handleSignal:
         0xc0a8148 s Context>handleSignal:
         0xc0a8200 s Context>handleSignal:
         0xc0a82b8 s Context>handleSignal:
         0xc0a8370 s Context>handleSignal:
         0xc0a8428 s Context>handleSignal:
         0xc0a84e0 s Context>handleSignal:
         0xc0a8598 s Context>handleSignal:
         0xc0a8650 s Context>handleSignal:
         0xc0a8708 s Context>handleSignal:
         0xc101b00 s Context>handleSignal:
         0xc10d220 s Context>handleSignal:
         0xc1180c8 s Context>handleSignal:
         0xc1229b0 s Context>handleSignal:
         0xc12d1e0 s Context>handleSignal:
         0xc137a10 s Context>handleSignal:
         0xc142240 s Context>handleSignal:
         0xc14ca70 s Context>handleSignal:
         0xc1572a0 s Context>handleSignal:
         0xc161ad0 s Context>handleSignal:
         0xc16c300 s Context>handleSignal:
         0xc176b30 s Context>handleSignal:
         0xc181360 s Context>handleSignal:
         0xc18bb90 s Context>handleSignal:
         0xc1963c0 s Context>handleSignal:
         0xc1a0bf0 s Context>handleSignal:
         0xc1ab420 s Context>handleSignal:
         0xc1b5c50 s Context>handleSignal:
         0xc1c0480 s Context>handleSignal:
         0xc1cacb0 s Context>handleSignal:
         0xc1d54e0 s Context>handleSignal:
         0xc1dfd10 s Context>handleSignal:
         0xc1ea540 s Context>handleSignal:
         0xc1f4d70 s Context>handleSignal:
         0xc1ff5a0 s Context>handleSignal:
         0xc209dd0 s Context>handleSignal:
         0xc214600 s Context>handleSignal:
         0xc21ee30 s Context>handleSignal:
         0xc229660 s Context>handleSignal:
         0xc233e90 s Context>handleSignal:
         0xc23e6c0 s Context>handleSignal:
         0xc248ef0 s Context>handleSignal:
         0xc253720 s Context>handleSignal:
         0xc25df50 s Context>handleSignal:
         0xc2653c0 s Context>handleSignal:
         0xb7de738 s Context>handleSignal:
         0xb7e9020 s Context>handleSignal:
         0xb7f3908 s Context>handleSignal:
         0xb7fe1f0 s Context>handleSignal:
         0xb808ad8 s Context>handleSignal:
         0xb8133c0 s Context>handleSignal:
         0xb81dca8 s Context>handleSignal:
         0xb828590 s Context>handleSignal:
         0xb832e78 s Context>handleSignal:
         0xb83d760 s Context>handleSignal:
         0xb848048 s Context>handleSignal:
         0xb852930 s Context>handleSignal:
         0xb85d218 s Context>handleSignal:
         0xb867b00 s Context>handleSignal:
         0xb8723e8 s Context>handleSignal:
         0xb87ccd0 s Context>handleSignal:
         0xb8875b8 s Context>handleSignal:
         0xb891ea0 s Context>handleSignal:
         0xb89c788 s Context>handleSignal:
         0xb8a7070 s Context>handleSignal:
         0xb8b1958 s Context>handleSignal:
         0xb8bc240 s Context>handleSignal:
         0xb8c6b28 s Context>handleSignal:
         0xb8d1410 s Context>handleSignal:
         0xb8dbcf8 s Context>handleSignal:
         0xb8e65e0 s Context>handleSignal:
         0xb8f0ec8 s Context>handleSignal:
         0xb8fb7b0 s Context>handleSignal:
         0xb906098 s Context>handleSignal:
         0xb910980 s Context>handleSignal:
         0xb91b268 s Context>handleSignal:
         0xb925b50 s Context>handleSignal:
         0xb930438 s Context>handleSignal:
         0xb93ad20 s Context>handleSignal:
         0xb945608 s Context>handleSignal:
         0xb94fef0 s Context>handleSignal:
         0xb95a7d8 s Context>handleSignal:
         0xb9650c0 s Context>handleSignal:
         0xb96f9a8 s Context>handleSignal:
         0xb97a290 s Context>handleSignal:
         0xb984b78 s Context>handleSignal:
         0xb98f460 s Context>handleSignal:
         0xb999d48 s Context>handleSignal:
         0xb9a4630 s Context>handleSignal:
         0xb9aef18 s Context>handleSignal:
         0xb9b9800 s Context>handleSignal:
         0xb9c40e8 s Context>handleSignal:
         0xb9ce9d0 s Context>handleSignal:
         0xb9d92b8 s Context>handleSignal:
         0xb9e3ba0 s Context>handleSignal:
         0xb9ee488 s Context>handleSignal:
         0xb9f8d70 s Context>handleSignal:
         0xba03658 s Context>handleSignal:
         0xba0df40 s Context>handleSignal:
         0xba18828 s Context>handleSignal:
         0xba23110 s Context>handleSignal:
         0xba2d9f8 s Context>handleSignal:
         0xba382e0 s Context>handleSignal:
         0xb417780 s Context>handleSignal:
         0xb41e070 s Context>handleSignal:
         0xb4256d8 s Context>handleSignal:
         0xb42c0e8 s Context>handleSignal:
         0xb4334e8 s Context>handleSignal:
         0xb43a5d0 s Context>handleSignal:
         0xb441490 s Context>handleSignal:
         0xb447650 s Context>handleSignal:
         0xb44d810 s Context>handleSignal:
         0xb453918 s Context>handleSignal:
         0xb459968 s Context>handleSignal:
         0xb45f9b8 s Context>handleSignal:
         0xb465a08 s Context>handleSignal:
         0xb46ba58 s Context>handleSignal:
         0xb471aa8 s Context>handleSignal:
         0xb477af8 s Context>handleSignal:
         0xb47db48 s Context>handleSignal:
         0xb483b98 s Context>handleSignal:
         0xb489be8 s Context>handleSignal:
         0xb48fc38 s Context>handleSignal:
         0xb495c88 s Context>handleSignal:
         0xb49bcd8 s Context>handleSignal:
         0xb4a1d28 s Context>handleSignal:
         0xb4a7d78 s Context>handleSignal:
         0xb4addc8 s Context>handleSignal:
         0xb4b3e18 s Context>handleSignal:
         0xb4b9e68 s Context>handleSignal:
         0xb4bfeb8 s Context>handleSignal:
         0xb4c5f08 s Context>handleSignal:
         0xb4cbf58 s Context>handleSignal:
         0xb4d1ef0 s Context>handleSignal:
         0xb4d7e88 s Context>handleSignal:
         0xb4dde20 s Context>handleSignal:
         0xb4e3db8 s Context>handleSignal:
         0xb4e9d50 s Context>handleSignal:
         0xb4efce8 s Context>handleSignal:
         0xb4f5c80 s Context>handleSignal:
         0xb4fbc18 s Context>handleSignal:
         0xb501bb0 s Context>handleSignal:
         0xb507b48 s Context>handleSignal:
         0xb50dae0 s Context>handleSignal:
         0xb513a78 s Context>handleSignal:
         0xb519a10 s Context>handleSignal:
         0xb51f9a8 s Context>handleSignal:
         0xb525940 s Context>handleSignal:
         0xb52b8d8 s Context>handleSignal:
         0xb531870 s Context>handleSignal:
         0xb537808 s Context>handleSignal:
         0xb53d7a0 s Context>handleSignal:
         0xb543738 s Context>handleSignal:
         0xb5496d0 s Context>handleSignal:
         0xb54f668 s Context>handleSignal:
         0xb555600 s Context>handleSignal:
         0xb55b598 s Context>handleSignal:
         0xb561530 s Context>handleSignal:
         0xb5674c8 s Context>handleSignal:
         0xb56d460 s Context>handleSignal:
         0xb5733f8 s Context>handleSignal:
         0xb579390 s Context>handleSignal:
         0xb57f328 s Context>handleSignal:
         0xb5852c0 s Context>handleSignal:
         0xb58b258 s Context>handleSignal:
         0xb5911f0 s Context>handleSignal:
         0xb597188 s Context>handleSignal:
         0xb59d120 s Context>handleSignal:
         0xb5a30b8 s Context>handleSignal:
         0xb5a9050 s Context>handleSignal:
         0xb5aefe8 s Context>handleSignal:
         0xb5b4f80 s Context>handleSignal:
         0xb5baf18 s Context>handleSignal:
         0xb5c0eb0 s Context>handleSignal:
         0xb5c6e48 s Context>handleSignal:
         0xb5ccde0 s Context>handleSignal:
         0xb5d2d78 s Context>handleSignal:
         0xb5d8d10 s Context>handleSignal:
         0xb5deca8 s Context>handleSignal:
         0xb5e4c40 s Context>handleSignal:
         0xb5eabd8 s Context>handleSignal:
         0xb5f0b70 s Context>handleSignal:
         0xb5f6b08 s Context>handleSignal:
         0xb5fcaa0 s Context>handleSignal:
         0xb602a38 s Context>handleSignal:
         0xb6089d0 s Context>handleSignal:
         0xb60e968 s Context>handleSignal:
         0xb614900 s Context>handleSignal:
         0xb61a898 s Context>handleSignal:
         0xb620830 s Context>handleSignal:
         0xb6267c8 s Context>handleSignal:
         0xb62c760 s Context>handleSignal:
         0xb6326f8 s Context>handleSignal:
         0xb638690 s Context>handleSignal:
         0xb63e628 s Context>handleSignal:
         0xb6445c0 s Context>handleSignal:
         0xb64a558 s Context>handleSignal:
         0xb6504f0 s Context>handleSignal:
         0xb656488 s Context>handleSignal:
         0xb65c368 s Context>handleSignal:
         0xb662190 s Context>handleSignal:
         0xb667f00 s Context>handleSignal:
         0xb66dbb8 s Context>handleSignal:
         0xb6737b8 s Context>handleSignal:
         0xb679300 s Context>handleSignal:
         0xb67ed90 s Context>handleSignal:
         0xb684768 s Context>handleSignal:
         0xb68a088 s Context>handleSignal:
         0xb68f8f0 s Context>handleSignal:
         0xb6950a0 s Context>handleSignal:
         0xb69a798 s Context>handleSignal:
         0xb69fdd8 s Context>handleSignal:
         0xb6a5360 s Context>handleSignal:
         0xb6aa830 s Context>handleSignal:
         0xb6afc48 s Context>handleSignal:
         0xb6b4fa8 s Context>handleSignal:
         0xb6ba250 s Context>handleSignal:
         0xb6bf440 s Context>handleSignal:
         0xb6c4578 s Context>handleSignal:
         0xb6c95f8 s Context>handleSignal:
         0xb6ce5c0 s Context>handleSignal:
         0xb6d34d0 s Context>handleSignal:
         0xb6d8328 s Context>handleSignal:
         0xb6dd0c8 s Context>handleSignal:
         0xb6e1db0 s Context>handleSignal:
         0xb6e69e0 s Context>handleSignal:
         0xb6eb558 s Context>handleSignal:
         0xb6f0018 s Context>handleSignal:
         0xb6f4a20 s Context>handleSignal:
         0xb6f9370 s Context>handleSignal:
         0xb6fdc08 s Context>handleSignal:
         0xb7023e8 s Context>handleSignal:
         0xb706b10 s Context>handleSignal:
         0xb70b180 s Context>handleSignal:
         0xb70f738 s Context>handleSignal:
         0xb713c38 s Context>handleSignal:
         0xb718080 s Context>handleSignal:
         0xb71c410 s Context>handleSignal:
         0xb7206e8 s Context>handleSignal:
         0xb724908 s Context>handleSignal:
         0xb728a70 s Context>handleSignal:
         0xb72cb20 s Context>handleSignal:
         0xb730b18 s Context>handleSignal:
         0xb734a58 s Context>handleSignal:
         0xb7388e0 s Context>handleSignal:
         0xb73c6b0 s Context>handleSignal:
         0xb7403c8 s Context>handleSignal:
         0xb744028 s Context>handleSignal:
         0xb747bd0 s Context>handleSignal:
         0xb74b6c0 s Context>handleSignal:
         0xb74f0f8 s Context>handleSignal:
         0xb752a78 s Context>handleSignal:
         0xb756340 s Context>handleSignal:
         0xb759b50 s Context>handleSignal:
         0xb75d360 s Context>handleSignal:
         0xb760ab8 s Context>handleSignal:
         0xb764158 s Context>handleSignal:
         0xb767740 s Context>handleSignal:
         0xb76abb8 s Context>handleSignal:
         0xb76df78 s Context>handleSignal:
         0xb771280 s Context>handleSignal:
         0xb7744d0 s Context>handleSignal:
         0xb777668 s Context>handleSignal:
         0xb77a748 s Context>handleSignal:
         0xb77d770 s Context>handleSignal:
         0xb7806e0 s Context>handleSignal:
         0xb783598 s Context>handleSignal:
         0xb786398 s Context>handleSignal:
         0xb7890e0 s Context>handleSignal:
         0xb78bd70 s Context>handleSignal:
         0xb78e948 s Context>handleSignal:
         0xb791468 s Context>handleSignal:
         0xb793ed0 s Context>handleSignal:
         0xb796880 s Context>handleSignal:
         0xb799178 s Context>handleSignal:
         0xb79b9b8 s Context>handleSignal:
         0xb79e140 s Context>handleSignal:
         0xb7a0810 s Context>handleSignal:
         0xb7a2e28 s Context>handleSignal:
         0xb7a5388 s Context>handleSignal:
         0xb7a7830 s Context>handleSignal:
         0xb7a9c20 s Context>handleSignal:
         0xb7abf58 s Context>handleSignal:
         0xb7ae1d8 s Context>handleSignal:
         0xb7b03a0 s Context>handleSignal:
         0xb7b23f8 s Context>handleSignal:
         0xb7b4398 s Context>handleSignal:
         0xb7b6280 s Context>handleSignal:
         0xb7b80b0 s Context>handleSignal:
         0xb7b9e28 s Context>handleSignal:
         0xb7bbae8 s Context>handleSignal:
         0xb7bd6f0 s Context>handleSignal:
         0xb7bf188 s Context>handleSignal:
         0xb7c0ab0 s Context>handleSignal:
         0xb7c21b0 s Context>handleSignal:
         0xb7c37f8 s Context>handleSignal:
         0xb7c4d88 s Context>handleSignal:
         0xb7c6260 s Context>handleSignal:
         0xb7c7680 s Context>handleSignal:
         0xbf80560 s Halt(Exception)>signal
         0xbf9b6e8 s Halt class(Exception class)>signal
         0xbfc45e0 s Halt class>now
         0xbfb1070 s FullBlockClosure(Object)>halt
         0xbfe1f20 s FullBlockClosure>printOn:
         0xc004a68 s Context>printOn:
         0xc02a4f8 s Context>printDebugOn:
         0xc02a7d8 s [] in Context>debugStack:on:
         0xc051b70 s OrderedCollection>do:
         0xbfb0df8 s Context>debugStack:on:
         0xbfe1cd0 s Context>shortDebugStackOn:
         0xc004830 s [] in SmalltalkImage>logError:inContext:
         0xc02a218 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7ce08 s FullBlockClosure(BlockClosure)>on:do:
         0xbf97cf0 s SmalltalkImage>logStdErrorDuring:
         0xbfc0c90 s SmalltalkImage>logError:inContext:
         0xbfee428 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0117c8 s FullBlockClosure(BlockClosure)>ensure:
         0xc039c98 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc059710 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069ea8 s Halt(Exception)>unhandledErrorAction
         0xc07f720 s Halt(UnhandledException)>defaultAction
         0xc0a77f0 s UndefinedObject>handleSignal:
         0xc0a78a8 s Context>handleSignal:
         0xc0a7960 s Context>handleSignal:
         0xc0a7a18 s Context>handleSignal:
         0xc0a7ad0 s Context>handleSignal:
         0xc0a7b88 s Context>handleSignal:
         0xc0a7c40 s Context>handleSignal:
         0xc0a7cf8 s Context>handleSignal:
         0xc0a7db0 s Context>handleSignal:
         0xc0a7e68 s Context>handleSignal:
         0xc0a7f20 s Context>handleSignal:
         0xc101a48 s Context>handleSignal:
         0xc10d168 s Context>handleSignal:
         0xc118010 s Context>handleSignal:
         0xc1228f8 s Context>handleSignal:
         0xc12d128 s Context>handleSignal:
         0xc137958 s Context>handleSignal:
         0xc142188 s Context>handleSignal:
         0xc14c9b8 s Context>handleSignal:
         0xc1571e8 s Context>handleSignal:
         0xc161a18 s Context>handleSignal:
         0xc16c248 s Context>handleSignal:
         0xc176a78 s Context>handleSignal:
         0xc1812a8 s Context>handleSignal:
         0xc18bad8 s Context>handleSignal:
         0xc196308 s Context>handleSignal:
         0xc1a0b38 s Context>handleSignal:
         0xc1ab368 s Context>handleSignal:
         0xc1b5b98 s Context>handleSignal:
         0xc1c03c8 s Context>handleSignal:
         0xc1cabf8 s Context>handleSignal:
         0xc1d5428 s Context>handleSignal:
         0xc1dfc58 s Context>handleSignal:
         0xc1ea488 s Context>handleSignal:
         0xc1f4cb8 s Context>handleSignal:
         0xc1ff4e8 s Context>handleSignal:
         0xc209d18 s Context>handleSignal:
         0xc214548 s Context>handleSignal:
         0xc21ed78 s Context>handleSignal:
         0xc2295a8 s Context>handleSignal:
         0xc233dd8 s Context>handleSignal:
         0xc23e608 s Context>handleSignal:
         0xc248e38 s Context>handleSignal:
         0xc253668 s Context>handleSignal:
         0xc25de98 s Context>handleSignal:
         0xc265308 s Context>handleSignal:
         0xb7de680 s Context>handleSignal:
         0xb7e8f68 s Context>handleSignal:
         0xb7f3850 s Context>handleSignal:
         0xb7fe138 s Context>handleSignal:
         0xb808a20 s Context>handleSignal:
         0xb813308 s Context>handleSignal:
         0xb81dbf0 s Context>handleSignal:
         0xb8284d8 s Context>handleSignal:
         0xb832dc0 s Context>handleSignal:
         0xb83d6a8 s Context>handleSignal:
         0xb847f90 s Context>handleSignal:
         0xb852878 s Context>handleSignal:
         0xb85d160 s Context>handleSignal:
         0xb867a48 s Context>handleSignal:
         0xb872330 s Context>handleSignal:
         0xb87cc18 s Context>handleSignal:
         0xb887500 s Context>handleSignal:
         0xb891de8 s Context>handleSignal:
         0xb89c6d0 s Context>handleSignal:
         0xb8a6fb8 s Context>handleSignal:
         0xb8b18a0 s Context>handleSignal:
         0xb8bc188 s Context>handleSignal:
         0xb8c6a70 s Context>handleSignal:
         0xb8d1358 s Context>handleSignal:
         0xb8dbc40 s Context>handleSignal:
         0xb8e6528 s Context>handleSignal:
         0xb8f0e10 s Context>handleSignal:
         0xb8fb6f8 s Context>handleSignal:
         0xb905fe0 s Context>handleSignal:
         0xb9108c8 s Context>handleSignal:
         0xb91b1b0 s Context>handleSignal:
         0xb925a98 s Context>handleSignal:
         0xb930380 s Context>handleSignal:
         0xb93ac68 s Context>handleSignal:
         0xb945550 s Context>handleSignal:
         0xb94fe38 s Context>handleSignal:
         0xb95a720 s Context>handleSignal:
         0xb965008 s Context>handleSignal:
         0xb96f8f0 s Context>handleSignal:
         0xb97a1d8 s Context>handleSignal:
         0xb984ac0 s Context>handleSignal:
         0xb98f3a8 s Context>handleSignal:
         0xb999c90 s Context>handleSignal:
         0xb9a4578 s Context>handleSignal:
         0xb9aee60 s Context>handleSignal:
         0xb9b9748 s Context>handleSignal:
         0xb9c4030 s Context>handleSignal:
         0xb9ce918 s Context>handleSignal:
         0xb9d9200 s Context>handleSignal:
         0xb9e3ae8 s Context>handleSignal:
         0xb9ee3d0 s Context>handleSignal:
         0xb9f8cb8 s Context>handleSignal:
         0xba035a0 s Context>handleSignal:
         0xba0de88 s Context>handleSignal:
         0xba18770 s Context>handleSignal:
         0xba23058 s Context>handleSignal:
         0xba2d940 s Context>handleSignal:
         0xba38228 s Context>handleSignal:
         0xb4176c8 s Context>handleSignal:
         0xb41dfb8 s Context>handleSignal:
         0xb425620 s Context>handleSignal:
         0xb42c030 s Context>handleSignal:
         0xb433430 s Context>handleSignal:
         0xb43a518 s Context>handleSignal:
         0xb4413d8 s Context>handleSignal:
         0xb447598 s Context>handleSignal:
         0xb44d758 s Context>handleSignal:
         0xb453860 s Context>handleSignal:
         0xb4598b0 s Context>handleSignal:
         0xb45f900 s Context>handleSignal:
         0xb465950 s Context>handleSignal:
         0xb46b9a0 s Context>handleSignal:
         0xb4719f0 s Context>handleSignal:
         0xb477a40 s Context>handleSignal:
         0xb47da90 s Context>handleSignal:
         0xb483ae0 s Context>handleSignal:
         0xb489b30 s Context>handleSignal:
         0xb48fb80 s Context>handleSignal:
         0xb495bd0 s Context>handleSignal:
         0xb49bc20 s Context>handleSignal:
         0xb4a1c70 s Context>handleSignal:
         0xb4a7cc0 s Context>handleSignal:
         0xb4add10 s Context>handleSignal:
         0xb4b3d60 s Context>handleSignal:
         0xb4b9db0 s Context>handleSignal:
         0xb4bfe00 s Context>handleSignal:
         0xb4c5e50 s Context>handleSignal:
         0xb4cbea0 s Context>handleSignal:
         0xb4d1e38 s Context>handleSignal:
         0xb4d7dd0 s Context>handleSignal:
         0xb4ddd68 s Context>handleSignal:
         0xb4e3d00 s Context>handleSignal:
         0xb4e9c98 s Context>handleSignal:
         0xb4efc30 s Context>handleSignal:
         0xb4f5bc8 s Context>handleSignal:
         0xb4fbb60 s Context>handleSignal:
         0xb501af8 s Context>handleSignal:
         0xb507a90 s Context>handleSignal:
         0xb50da28 s Context>handleSignal:
         0xb5139c0 s Context>handleSignal:
         0xb519958 s Context>handleSignal:
         0xb51f8f0 s Context>handleSignal:
         0xb525888 s Context>handleSignal:
         0xb52b820 s Context>handleSignal:
         0xb5317b8 s Context>handleSignal:
         0xb537750 s Context>handleSignal:
         0xb53d6e8 s Context>handleSignal:
         0xb543680 s Context>handleSignal:
         0xb549618 s Context>handleSignal:
         0xb54f5b0 s Context>handleSignal:
         0xb555548 s Context>handleSignal:
         0xb55b4e0 s Context>handleSignal:
         0xb561478 s Context>handleSignal:
         0xb567410 s Context>handleSignal:
         0xb56d3a8 s Context>handleSignal:
         0xb573340 s Context>handleSignal:
         0xb5792d8 s Context>handleSignal:
         0xb57f270 s Context>handleSignal:
         0xb585208 s Context>handleSignal:
         0xb58b1a0 s Context>handleSignal:
         0xb591138 s Context>handleSignal:
         0xb5970d0 s Context>handleSignal:
         0xb59d068 s Context>handleSignal:
         0xb5a3000 s Context>handleSignal:
         0xb5a8f98 s Context>handleSignal:
         0xb5aef30 s Context>handleSignal:
         0xb5b4ec8 s Context>handleSignal:
         0xb5bae60 s Context>handleSignal:
         0xb5c0df8 s Context>handleSignal:
         0xb5c6d90 s Context>handleSignal:
         0xb5ccd28 s Context>handleSignal:
         0xb5d2cc0 s Context>handleSignal:
         0xb5d8c58 s Context>handleSignal:
         0xb5debf0 s Context>handleSignal:
         0xb5e4b88 s Context>handleSignal:
         0xb5eab20 s Context>handleSignal:
         0xb5f0ab8 s Context>handleSignal:
         0xb5f6a50 s Context>handleSignal:
         0xb5fc9e8 s Context>handleSignal:
         0xb602980 s Context>handleSignal:
         0xb608918 s Context>handleSignal:
         0xb60e8b0 s Context>handleSignal:
         0xb614848 s Context>handleSignal:
         0xb61a7e0 s Context>handleSignal:
         0xb620778 s Context>handleSignal:
         0xb626710 s Context>handleSignal:
         0xb62c6a8 s Context>handleSignal:
         0xb632640 s Context>handleSignal:
         0xb6385d8 s Context>handleSignal:
         0xb63e570 s Context>handleSignal:
         0xb644508 s Context>handleSignal:
         0xb64a4a0 s Context>handleSignal:
         0xb650438 s Context>handleSignal:
         0xb6563d0 s Context>handleSignal:
         0xb65c2b0 s Context>handleSignal:
         0xb6620d8 s Context>handleSignal:
         0xb667e48 s Context>handleSignal:
         0xb66db00 s Context>handleSignal:
         0xb673700 s Context>handleSignal:
         0xb679248 s Context>handleSignal:
         0xb67ecd8 s Context>handleSignal:
         0xb6846b0 s Context>handleSignal:
         0xb689fd0 s Context>handleSignal:
         0xb68f838 s Context>handleSignal:
         0xb694fe8 s Context>handleSignal:
         0xb69a6e0 s Context>handleSignal:
         0xb69fd20 s Context>handleSignal:
         0xb6a52a8 s Context>handleSignal:
         0xb6aa778 s Context>handleSignal:
         0xb6afb90 s Context>handleSignal:
         0xb6b4ef0 s Context>handleSignal:
         0xb6ba198 s Context>handleSignal:
         0xb6bf388 s Context>handleSignal:
         0xb6c44c0 s Context>handleSignal:
         0xb6c9540 s Context>handleSignal:
         0xb6ce508 s Context>handleSignal:
         0xb6d3418 s Context>handleSignal:
         0xb6d8270 s Context>handleSignal:
         0xb6dd010 s Context>handleSignal:
         0xb6e1cf8 s Context>handleSignal:
         0xb6e6928 s Context>handleSignal:
         0xb6eb4a0 s Context>handleSignal:
         0xb6eff60 s Context>handleSignal:
         0xb6f4968 s Context>handleSignal:
         0xb6f92b8 s Context>handleSignal:
         0xb6fdb50 s Context>handleSignal:
         0xb702330 s Context>handleSignal:
         0xb706a58 s Context>handleSignal:
         0xb70b0c8 s Context>handleSignal:
         0xb70f680 s Context>handleSignal:
         0xb713b80 s Context>handleSignal:
         0xb717fc8 s Context>handleSignal:
         0xb71c358 s Context>handleSignal:
         0xb720630 s Context>handleSignal:
         0xb724850 s Context>handleSignal:
         0xb7289b8 s Context>handleSignal:
         0xb72ca68 s Context>handleSignal:
         0xb730a60 s Context>handleSignal:
         0xb7349a0 s Context>handleSignal:
         0xb738828 s Context>handleSignal:
         0xb73c5f8 s Context>handleSignal:
         0xb740310 s Context>handleSignal:
         0xb743f70 s Context>handleSignal:
         0xb747b18 s Context>handleSignal:
         0xb74b608 s Context>handleSignal:
         0xb74f040 s Context>handleSignal:
         0xb7529c0 s Context>handleSignal:
         0xb756288 s Context>handleSignal:
         0xb759a98 s Context>handleSignal:
         0xb75d2a8 s Context>handleSignal:
         0xb760a00 s Context>handleSignal:
         0xb7640a0 s Context>handleSignal:
         0xb767688 s Context>handleSignal:
         0xb76ab00 s Context>handleSignal:
         0xb76dec0 s Context>handleSignal:
         0xb7711c8 s Context>handleSignal:
         0xb774418 s Context>handleSignal:
         0xb7775b0 s Context>handleSignal:
         0xb77a690 s Context>handleSignal:
         0xb77d6b8 s Context>handleSignal:
         0xb780628 s Context>handleSignal:
         0xb7834e0 s Context>handleSignal:
         0xb7862e0 s Context>handleSignal:
         0xb789028 s Context>handleSignal:
         0xb78bcb8 s Context>handleSignal:
         0xb78e890 s Context>handleSignal:
         0xb7913b0 s Context>handleSignal:
         0xb793e18 s Context>handleSignal:
         0xb7967c8 s Context>handleSignal:
         0xb7990c0 s Context>handleSignal:
         0xb79b900 s Context>handleSignal:
         0xb79e088 s Context>handleSignal:
         0xb7a0758 s Context>handleSignal:
         0xb7a2d70 s Context>handleSignal:
         0xb7a52d0 s Context>handleSignal:
         0xb7a7778 s Context>handleSignal:
         0xb7a9b68 s Context>handleSignal:
         0xb7abea0 s Context>handleSignal:
         0xb7ae120 s Context>handleSignal:
         0xb7b02e8 s Context>handleSignal:
         0xb7b2340 s Context>handleSignal:
         0xb7b42e0 s Context>handleSignal:
         0xb7b61c8 s Context>handleSignal:
         0xb7b7ff8 s Context>handleSignal:
         0xb7b9d70 s Context>handleSignal:
         0xb7bba30 s Context>handleSignal:
         0xb7bd638 s Context>handleSignal:
         0xb7bf0d0 s Context>handleSignal:
         0xb7c09f8 s Context>handleSignal:
         0xb7c20f8 s Context>handleSignal:
         0xb7c3740 s Context>handleSignal:
         0xb7c4cd0 s Context>handleSignal:
         0xb7c61a8 s Context>handleSignal:
         0xbf804a8 s Halt(Exception)>signal
         0xbf9b630 s Halt class(Exception class)>signal
         0xbfc4528 s Halt class>now
         0xbfb0eb0 s FullBlockClosure(Object)>halt
         0xbfe1d88 s FullBlockClosure>printOn:
         0xc0048e8 s Context>printOn:
         0xc02a2d0 s Context>printDebugOn:
         0xc02a5b0 s [] in Context>debugStack:on:
         0xc051ab8 s OrderedCollection>do:
         0xbfb0c38 s Context>debugStack:on:
         0xbfe1b38 s Context>shortDebugStackOn:
         0xc0046b0 s [] in SmalltalkImage>logError:inContext:
         0xc029ff0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7cc98 s FullBlockClosure(BlockClosure)>on:do:
         0xbf97b20 s SmalltalkImage>logStdErrorDuring:
         0xbfc0ad8 s SmalltalkImage>logError:inContext:
         0xbfee360 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0116d8 s FullBlockClosure(BlockClosure)>ensure:
         0xc039bb8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc059658 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069df0 s Halt(Exception)>unhandledErrorAction
         0xc07f668 s Halt(UnhandledException)>defaultAction
         0xc0a7008 s UndefinedObject>handleSignal:
         0xc0a70c0 s Context>handleSignal:
         0xc0a7178 s Context>handleSignal:
         0xc0a7230 s Context>handleSignal:
         0xc0a72e8 s Context>handleSignal:
         0xc0a73a0 s Context>handleSignal:
         0xc0a7458 s Context>handleSignal:
         0xc0a7510 s Context>handleSignal:
         0xc0a75c8 s Context>handleSignal:
         0xc0a7680 s Context>handleSignal:
         0xc0a7738 s Context>handleSignal:
         0xc101990 s Context>handleSignal:
         0xc10d0b0 s Context>handleSignal:
         0xc117f58 s Context>handleSignal:
         0xc122840 s Context>handleSignal:
         0xc12d070 s Context>handleSignal:
         0xc1378a0 s Context>handleSignal:
         0xc1420d0 s Context>handleSignal:
         0xc14c900 s Context>handleSignal:
         0xc157130 s Context>handleSignal:
         0xc161960 s Context>handleSignal:
         0xc16c190 s Context>handleSignal:
         0xc1769c0 s Context>handleSignal:
         0xc1811f0 s Context>handleSignal:
         0xc18ba20 s Context>handleSignal:
         0xc196250 s Context>handleSignal:
         0xc1a0a80 s Context>handleSignal:
         0xc1ab2b0 s Context>handleSignal:
         0xc1b5ae0 s Context>handleSignal:
         0xc1c0310 s Context>handleSignal:
         0xc1cab40 s Context>handleSignal:
         0xc1d5370 s Context>handleSignal:
         0xc1dfba0 s Context>handleSignal:
         0xc1ea3d0 s Context>handleSignal:
         0xc1f4c00 s Context>handleSignal:
         0xc1ff430 s Context>handleSignal:
         0xc209c60 s Context>handleSignal:
         0xc214490 s Context>handleSignal:
         0xc21ecc0 s Context>handleSignal:
         0xc2294f0 s Context>handleSignal:
         0xc233d20 s Context>handleSignal:
         0xc23e550 s Context>handleSignal:
         0xc248d80 s Context>handleSignal:
         0xc2535b0 s Context>handleSignal:
         0xc25dde0 s Context>handleSignal:
         0xc265250 s Context>handleSignal:
         0xb7de5c8 s Context>handleSignal:
         0xb7e8eb0 s Context>handleSignal:
         0xb7f3798 s Context>handleSignal:
         0xb7fe080 s Context>handleSignal:
         0xb808968 s Context>handleSignal:
         0xb813250 s Context>handleSignal:
         0xb81db38 s Context>handleSignal:
         0xb828420 s Context>handleSignal:
         0xb832d08 s Context>handleSignal:
         0xb83d5f0 s Context>handleSignal:
         0xb847ed8 s Context>handleSignal:
         0xb8527c0 s Context>handleSignal:
         0xb85d0a8 s Context>handleSignal:
         0xb867990 s Context>handleSignal:
         0xb872278 s Context>handleSignal:
         0xb87cb60 s Context>handleSignal:
         0xb887448 s Context>handleSignal:
         0xb891d30 s Context>handleSignal:
         0xb89c618 s Context>handleSignal:
         0xb8a6f00 s Context>handleSignal:
         0xb8b17e8 s Context>handleSignal:
         0xb8bc0d0 s Context>handleSignal:
         0xb8c69b8 s Context>handleSignal:
         0xb8d12a0 s Context>handleSignal:
         0xb8dbb88 s Context>handleSignal:
         0xb8e6470 s Context>handleSignal:
         0xb8f0d58 s Context>handleSignal:
         0xb8fb640 s Context>handleSignal:
         0xb905f28 s Context>handleSignal:
         0xb910810 s Context>handleSignal:
         0xb91b0f8 s Context>handleSignal:
         0xb9259e0 s Context>handleSignal:
         0xb9302c8 s Context>handleSignal:
         0xb93abb0 s Context>handleSignal:
         0xb945498 s Context>handleSignal:
         0xb94fd80 s Context>handleSignal:
         0xb95a668 s Context>handleSignal:
         0xb964f50 s Context>handleSignal:
         0xb96f838 s Context>handleSignal:
         0xb97a120 s Context>handleSignal:
         0xb984a08 s Context>handleSignal:
         0xb98f2f0 s Context>handleSignal:
         0xb999bd8 s Context>handleSignal:
         0xb9a44c0 s Context>handleSignal:
         0xb9aeda8 s Context>handleSignal:
         0xb9b9690 s Context>handleSignal:
         0xb9c3f78 s Context>handleSignal:
         0xb9ce860 s Context>handleSignal:
         0xb9d9148 s Context>handleSignal:
         0xb9e3a30 s Context>handleSignal:
         0xb9ee318 s Context>handleSignal:
         0xb9f8c00 s Context>handleSignal:
         0xba034e8 s Context>handleSignal:
         0xba0ddd0 s Context>handleSignal:
         0xba186b8 s Context>handleSignal:
         0xba22fa0 s Context>handleSignal:
         0xba2d888 s Context>handleSignal:
         0xba38170 s Context>handleSignal:
         0xb417610 s Context>handleSignal:
         0xb41df00 s Context>handleSignal:
         0xb425568 s Context>handleSignal:
         0xb42bf78 s Context>handleSignal:
         0xb433378 s Context>handleSignal:
         0xb43a460 s Context>handleSignal:
         0xb441320 s Context>handleSignal:
         0xb4474e0 s Context>handleSignal:
         0xb44d6a0 s Context>handleSignal:
         0xb4537a8 s Context>handleSignal:
         0xb4597f8 s Context>handleSignal:
         0xb45f848 s Context>handleSignal:
         0xb465898 s Context>handleSignal:
         0xb46b8e8 s Context>handleSignal:
         0xb471938 s Context>handleSignal:
         0xb477988 s Context>handleSignal:
         0xb47d9d8 s Context>handleSignal:
         0xb483a28 s Context>handleSignal:
         0xb489a78 s Context>handleSignal:
         0xb48fac8 s Context>handleSignal:
         0xb495b18 s Context>handleSignal:
         0xb49bb68 s Context>handleSignal:
         0xb4a1bb8 s Context>handleSignal:
         0xb4a7c08 s Context>handleSignal:
         0xb4adc58 s Context>handleSignal:
         0xb4b3ca8 s Context>handleSignal:
         0xb4b9cf8 s Context>handleSignal:
         0xb4bfd48 s Context>handleSignal:
         0xb4c5d98 s Context>handleSignal:
         0xb4cbde8 s Context>handleSignal:
         0xb4d1d80 s Context>handleSignal:
         0xb4d7d18 s Context>handleSignal:
         0xb4ddcb0 s Context>handleSignal:
         0xb4e3c48 s Context>handleSignal:
         0xb4e9be0 s Context>handleSignal:
         0xb4efb78 s Context>handleSignal:
         0xb4f5b10 s Context>handleSignal:
         0xb4fbaa8 s Context>handleSignal:
         0xb501a40 s Context>handleSignal:
         0xb5079d8 s Context>handleSignal:
         0xb50d970 s Context>handleSignal:
         0xb513908 s Context>handleSignal:
         0xb5198a0 s Context>handleSignal:
         0xb51f838 s Context>handleSignal:
         0xb5257d0 s Context>handleSignal:
         0xb52b768 s Context>handleSignal:
         0xb531700 s Context>handleSignal:
         0xb537698 s Context>handleSignal:
         0xb53d630 s Context>handleSignal:
         0xb5435c8 s Context>handleSignal:
         0xb549560 s Context>handleSignal:
         0xb54f4f8 s Context>handleSignal:
         0xb555490 s Context>handleSignal:
         0xb55b428 s Context>handleSignal:
         0xb5613c0 s Context>handleSignal:
         0xb567358 s Context>handleSignal:
         0xb56d2f0 s Context>handleSignal:
         0xb573288 s Context>handleSignal:
         0xb579220 s Context>handleSignal:
         0xb57f1b8 s Context>handleSignal:
         0xb585150 s Context>handleSignal:
         0xb58b0e8 s Context>handleSignal:
         0xb591080 s Context>handleSignal:
         0xb597018 s Context>handleSignal:
         0xb59cfb0 s Context>handleSignal:
         0xb5a2f48 s Context>handleSignal:
         0xb5a8ee0 s Context>handleSignal:
         0xb5aee78 s Context>handleSignal:
         0xb5b4e10 s Context>handleSignal:
         0xb5bada8 s Context>handleSignal:
         0xb5c0d40 s Context>handleSignal:
         0xb5c6cd8 s Context>handleSignal:
         0xb5ccc70 s Context>handleSignal:
         0xb5d2c08 s Context>handleSignal:
         0xb5d8ba0 s Context>handleSignal:
         0xb5deb38 s Context>handleSignal:
         0xb5e4ad0 s Context>handleSignal:
         0xb5eaa68 s Context>handleSignal:
         0xb5f0a00 s Context>handleSignal:
         0xb5f6998 s Context>handleSignal:
         0xb5fc930 s Context>handleSignal:
         0xb6028c8 s Context>handleSignal:
         0xb608860 s Context>handleSignal:
         0xb60e7f8 s Context>handleSignal:
         0xb614790 s Context>handleSignal:
         0xb61a728 s Context>handleSignal:
         0xb6206c0 s Context>handleSignal:
         0xb626658 s Context>handleSignal:
         0xb62c5f0 s Context>handleSignal:
         0xb632588 s Context>handleSignal:
         0xb638520 s Context>handleSignal:
         0xb63e4b8 s Context>handleSignal:
         0xb644450 s Context>handleSignal:
         0xb64a3e8 s Context>handleSignal:
         0xb650380 s Context>handleSignal:
         0xb656318 s Context>handleSignal:
         0xb65c1f8 s Context>handleSignal:
         0xb662020 s Context>handleSignal:
         0xb667d90 s Context>handleSignal:
         0xb66da48 s Context>handleSignal:
         0xb673648 s Context>handleSignal:
         0xb679190 s Context>handleSignal:
         0xb67ec20 s Context>handleSignal:
         0xb6845f8 s Context>handleSignal:
         0xb689f18 s Context>handleSignal:
         0xb68f780 s Context>handleSignal:
         0xb694f30 s Context>handleSignal:
         0xb69a628 s Context>handleSignal:
         0xb69fc68 s Context>handleSignal:
         0xb6a51f0 s Context>handleSignal:
         0xb6aa6c0 s Context>handleSignal:
         0xb6afad8 s Context>handleSignal:
         0xb6b4e38 s Context>handleSignal:
         0xb6ba0e0 s Context>handleSignal:
         0xb6bf2d0 s Context>handleSignal:
         0xb6c4408 s Context>handleSignal:
         0xb6c9488 s Context>handleSignal:
         0xb6ce450 s Context>handleSignal:
         0xb6d3360 s Context>handleSignal:
         0xb6d81b8 s Context>handleSignal:
         0xb6dcf58 s Context>handleSignal:
         0xb6e1c40 s Context>handleSignal:
         0xb6e6870 s Context>handleSignal:
         0xb6eb3e8 s Context>handleSignal:
         0xb6efea8 s Context>handleSignal:
         0xb6f48b0 s Context>handleSignal:
         0xb6f9200 s Context>handleSignal:
         0xb6fda98 s Context>handleSignal:
         0xb702278 s Context>handleSignal:
         0xb7069a0 s Context>handleSignal:
         0xb70b010 s Context>handleSignal:
         0xb70f5c8 s Context>handleSignal:
         0xb713ac8 s Context>handleSignal:
         0xb717f10 s Context>handleSignal:
         0xb71c2a0 s Context>handleSignal:
         0xb720578 s Context>handleSignal:
         0xb724798 s Context>handleSignal:
         0xb728900 s Context>handleSignal:
         0xb72c9b0 s Context>handleSignal:
         0xb7309a8 s Context>handleSignal:
         0xb7348e8 s Context>handleSignal:
         0xb738770 s Context>handleSignal:
         0xb73c540 s Context>handleSignal:
         0xb740258 s Context>handleSignal:
         0xb743eb8 s Context>handleSignal:
         0xb747a60 s Context>handleSignal:
         0xb74b550 s Context>handleSignal:
         0xb74ef88 s Context>handleSignal:
         0xb752908 s Context>handleSignal:
         0xb7561d0 s Context>handleSignal:
         0xb7599e0 s Context>handleSignal:
         0xb75d1f0 s Context>handleSignal:
         0xb760948 s Context>handleSignal:
         0xb763fe8 s Context>handleSignal:
         0xb7675d0 s Context>handleSignal:
         0xb76aa48 s Context>handleSignal:
         0xb76de08 s Context>handleSignal:
         0xb771110 s Context>handleSignal:
         0xb774360 s Context>handleSignal:
         0xb7774f8 s Context>handleSignal:
         0xb77a5d8 s Context>handleSignal:
         0xb77d600 s Context>handleSignal:
         0xb780570 s Context>handleSignal:
         0xb783428 s Context>handleSignal:
         0xb786228 s Context>handleSignal:
         0xb788f70 s Context>handleSignal:
         0xb78bc00 s Context>handleSignal:
         0xb78e7d8 s Context>handleSignal:
         0xb7912f8 s Context>handleSignal:
         0xb793d60 s Context>handleSignal:
         0xb796710 s Context>handleSignal:
         0xb799008 s Context>handleSignal:
         0xb79b848 s Context>handleSignal:
         0xb79dfd0 s Context>handleSignal:
         0xb7a06a0 s Context>handleSignal:
         0xb7a2cb8 s Context>handleSignal:
         0xb7a5218 s Context>handleSignal:
         0xb7a76c0 s Context>handleSignal:
         0xb7a9ab0 s Context>handleSignal:
         0xb7abde8 s Context>handleSignal:
         0xb7ae068 s Context>handleSignal:
         0xb7b0230 s Context>handleSignal:
         0xb7b2288 s Context>handleSignal:
         0xb7b4228 s Context>handleSignal:
         0xb7b6110 s Context>handleSignal:
         0xb7b7f40 s Context>handleSignal:
         0xb7b9cb8 s Context>handleSignal:
         0xb7bb978 s Context>handleSignal:
         0xb7bd580 s Context>handleSignal:
         0xb7bf018 s Context>handleSignal:
         0xb7c0940 s Context>handleSignal:
         0xb7c2040 s Context>handleSignal:
         0xb7c3688 s Context>handleSignal:
         0xb7c4c18 s Context>handleSignal:
         0xbf803f0 s Halt(Exception)>signal
         0xbf9b578 s Halt class(Exception class)>signal
         0xbfc4470 s Halt class>now
         0xbfb0cf0 s FullBlockClosure(Object)>halt
         0xbfe1bf0 s FullBlockClosure>printOn:
         0xc004768 s Context>printOn:
         0xc02a0a8 s Context>printDebugOn:
         0xc02a388 s [] in Context>debugStack:on:
         0xc051a00 s OrderedCollection>do:
         0xbfb0a78 s Context>debugStack:on:
         0xbfe19a0 s Context>shortDebugStackOn:
         0xc004530 s [] in SmalltalkImage>logError:inContext:
         0xc029dc8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7cb28 s FullBlockClosure(BlockClosure)>on:do:
         0xbf97950 s SmalltalkImage>logStdErrorDuring:
         0xbfc0920 s SmalltalkImage>logError:inContext:
         0xbfee298 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0115e8 s FullBlockClosure(BlockClosure)>ensure:
         0xc039ad8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0595a0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069d38 s Halt(Exception)>unhandledErrorAction
         0xc07f5b0 s Halt(UnhandledException)>defaultAction
         0xc0a6820 s UndefinedObject>handleSignal:
         0xc0a68d8 s Context>handleSignal:
         0xc0a6990 s Context>handleSignal:
         0xc0a6a48 s Context>handleSignal:
         0xc0a6b00 s Context>handleSignal:
         0xc0a6bb8 s Context>handleSignal:
         0xc0a6c70 s Context>handleSignal:
         0xc0a6d28 s Context>handleSignal:
         0xc0a6de0 s Context>handleSignal:
         0xc0a6e98 s Context>handleSignal:
         0xc0a6f50 s Context>handleSignal:
         0xc1018d8 s Context>handleSignal:
         0xc10cff8 s Context>handleSignal:
         0xc117ea0 s Context>handleSignal:
         0xc122788 s Context>handleSignal:
         0xc12cfb8 s Context>handleSignal:
         0xc1377e8 s Context>handleSignal:
         0xc142018 s Context>handleSignal:
         0xc14c848 s Context>handleSignal:
         0xc157078 s Context>handleSignal:
         0xc1618a8 s Context>handleSignal:
         0xc16c0d8 s Context>handleSignal:
         0xc176908 s Context>handleSignal:
         0xc181138 s Context>handleSignal:
         0xc18b968 s Context>handleSignal:
         0xc196198 s Context>handleSignal:
         0xc1a09c8 s Context>handleSignal:
         0xc1ab1f8 s Context>handleSignal:
         0xc1b5a28 s Context>handleSignal:
         0xc1c0258 s Context>handleSignal:
         0xc1caa88 s Context>handleSignal:
         0xc1d52b8 s Context>handleSignal:
         0xc1dfae8 s Context>handleSignal:
         0xc1ea318 s Context>handleSignal:
         0xc1f4b48 s Context>handleSignal:
         0xc1ff378 s Context>handleSignal:
         0xc209ba8 s Context>handleSignal:
         0xc2143d8 s Context>handleSignal:
         0xc21ec08 s Context>handleSignal:
         0xc229438 s Context>handleSignal:
         0xc233c68 s Context>handleSignal:
         0xc23e498 s Context>handleSignal:
         0xc248cc8 s Context>handleSignal:
         0xc2534f8 s Context>handleSignal:
         0xc25dd28 s Context>handleSignal:
         0xc265198 s Context>handleSignal:
         0xb7de510 s Context>handleSignal:
         0xb7e8df8 s Context>handleSignal:
         0xb7f36e0 s Context>handleSignal:
         0xb7fdfc8 s Context>handleSignal:
         0xb8088b0 s Context>handleSignal:
         0xb813198 s Context>handleSignal:
         0xb81da80 s Context>handleSignal:
         0xb828368 s Context>handleSignal:
         0xb832c50 s Context>handleSignal:
         0xb83d538 s Context>handleSignal:
         0xb847e20 s Context>handleSignal:
         0xb852708 s Context>handleSignal:
         0xb85cff0 s Context>handleSignal:
         0xb8678d8 s Context>handleSignal:
         0xb8721c0 s Context>handleSignal:
         0xb87caa8 s Context>handleSignal:
         0xb887390 s Context>handleSignal:
         0xb891c78 s Context>handleSignal:
         0xb89c560 s Context>handleSignal:
         0xb8a6e48 s Context>handleSignal:
         0xb8b1730 s Context>handleSignal:
         0xb8bc018 s Context>handleSignal:
         0xb8c6900 s Context>handleSignal:
         0xb8d11e8 s Context>handleSignal:
         0xb8dbad0 s Context>handleSignal:
         0xb8e63b8 s Context>handleSignal:
         0xb8f0ca0 s Context>handleSignal:
         0xb8fb588 s Context>handleSignal:
         0xb905e70 s Context>handleSignal:
         0xb910758 s Context>handleSignal:
         0xb91b040 s Context>handleSignal:
         0xb925928 s Context>handleSignal:
         0xb930210 s Context>handleSignal:
         0xb93aaf8 s Context>handleSignal:
         0xb9453e0 s Context>handleSignal:
         0xb94fcc8 s Context>handleSignal:
         0xb95a5b0 s Context>handleSignal:
         0xb964e98 s Context>handleSignal:
         0xb96f780 s Context>handleSignal:
         0xb97a068 s Context>handleSignal:
         0xb984950 s Context>handleSignal:
         0xb98f238 s Context>handleSignal:
         0xb999b20 s Context>handleSignal:
         0xb9a4408 s Context>handleSignal:
         0xb9aecf0 s Context>handleSignal:
         0xb9b95d8 s Context>handleSignal:
         0xb9c3ec0 s Context>handleSignal:
         0xb9ce7a8 s Context>handleSignal:
         0xb9d9090 s Context>handleSignal:
         0xb9e3978 s Context>handleSignal:
         0xb9ee260 s Context>handleSignal:
         0xb9f8b48 s Context>handleSignal:
         0xba03430 s Context>handleSignal:
         0xba0dd18 s Context>handleSignal:
         0xba18600 s Context>handleSignal:
         0xba22ee8 s Context>handleSignal:
         0xba2d7d0 s Context>handleSignal:
         0xba380b8 s Context>handleSignal:
         0xb417558 s Context>handleSignal:
         0xb41de48 s Context>handleSignal:
         0xb4254b0 s Context>handleSignal:
         0xb42bec0 s Context>handleSignal:
         0xb4332c0 s Context>handleSignal:
         0xb43a3a8 s Context>handleSignal:
         0xb441268 s Context>handleSignal:
         0xb447428 s Context>handleSignal:
         0xb44d5e8 s Context>handleSignal:
         0xb4536f0 s Context>handleSignal:
         0xb459740 s Context>handleSignal:
         0xb45f790 s Context>handleSignal:
         0xb4657e0 s Context>handleSignal:
         0xb46b830 s Context>handleSignal:
         0xb471880 s Context>handleSignal:
         0xb4778d0 s Context>handleSignal:
         0xb47d920 s Context>handleSignal:
         0xb483970 s Context>handleSignal:
         0xb4899c0 s Context>handleSignal:
         0xb48fa10 s Context>handleSignal:
         0xb495a60 s Context>handleSignal:
         0xb49bab0 s Context>handleSignal:
         0xb4a1b00 s Context>handleSignal:
         0xb4a7b50 s Context>handleSignal:
         0xb4adba0 s Context>handleSignal:
         0xb4b3bf0 s Context>handleSignal:
         0xb4b9c40 s Context>handleSignal:
         0xb4bfc90 s Context>handleSignal:
         0xb4c5ce0 s Context>handleSignal:
         0xb4cbd30 s Context>handleSignal:
         0xb4d1cc8 s Context>handleSignal:
         0xb4d7c60 s Context>handleSignal:
         0xb4ddbf8 s Context>handleSignal:
         0xb4e3b90 s Context>handleSignal:
         0xb4e9b28 s Context>handleSignal:
         0xb4efac0 s Context>handleSignal:
         0xb4f5a58 s Context>handleSignal:
         0xb4fb9f0 s Context>handleSignal:
         0xb501988 s Context>handleSignal:
         0xb507920 s Context>handleSignal:
         0xb50d8b8 s Context>handleSignal:
         0xb513850 s Context>handleSignal:
         0xb5197e8 s Context>handleSignal:
         0xb51f780 s Context>handleSignal:
         0xb525718 s Context>handleSignal:
         0xb52b6b0 s Context>handleSignal:
         0xb531648 s Context>handleSignal:
         0xb5375e0 s Context>handleSignal:
         0xb53d578 s Context>handleSignal:
         0xb543510 s Context>handleSignal:
         0xb5494a8 s Context>handleSignal:
         0xb54f440 s Context>handleSignal:
         0xb5553d8 s Context>handleSignal:
         0xb55b370 s Context>handleSignal:
         0xb561308 s Context>handleSignal:
         0xb5672a0 s Context>handleSignal:
         0xb56d238 s Context>handleSignal:
         0xb5731d0 s Context>handleSignal:
         0xb579168 s Context>handleSignal:
         0xb57f100 s Context>handleSignal:
         0xb585098 s Context>handleSignal:
         0xb58b030 s Context>handleSignal:
         0xb590fc8 s Context>handleSignal:
         0xb596f60 s Context>handleSignal:
         0xb59cef8 s Context>handleSignal:
         0xb5a2e90 s Context>handleSignal:
         0xb5a8e28 s Context>handleSignal:
         0xb5aedc0 s Context>handleSignal:
         0xb5b4d58 s Context>handleSignal:
         0xb5bacf0 s Context>handleSignal:
         0xb5c0c88 s Context>handleSignal:
         0xb5c6c20 s Context>handleSignal:
         0xb5ccbb8 s Context>handleSignal:
         0xb5d2b50 s Context>handleSignal:
         0xb5d8ae8 s Context>handleSignal:
         0xb5dea80 s Context>handleSignal:
         0xb5e4a18 s Context>handleSignal:
         0xb5ea9b0 s Context>handleSignal:
         0xb5f0948 s Context>handleSignal:
         0xb5f68e0 s Context>handleSignal:
         0xb5fc878 s Context>handleSignal:
         0xb602810 s Context>handleSignal:
         0xb6087a8 s Context>handleSignal:
         0xb60e740 s Context>handleSignal:
         0xb6146d8 s Context>handleSignal:
         0xb61a670 s Context>handleSignal:
         0xb620608 s Context>handleSignal:
         0xb6265a0 s Context>handleSignal:
         0xb62c538 s Context>handleSignal:
         0xb6324d0 s Context>handleSignal:
         0xb638468 s Context>handleSignal:
         0xb63e400 s Context>handleSignal:
         0xb644398 s Context>handleSignal:
         0xb64a330 s Context>handleSignal:
         0xb6502c8 s Context>handleSignal:
         0xb656260 s Context>handleSignal:
         0xb65c140 s Context>handleSignal:
         0xb661f68 s Context>handleSignal:
         0xb667cd8 s Context>handleSignal:
         0xb66d990 s Context>handleSignal:
         0xb673590 s Context>handleSignal:
         0xb6790d8 s Context>handleSignal:
         0xb67eb68 s Context>handleSignal:
         0xb684540 s Context>handleSignal:
         0xb689e60 s Context>handleSignal:
         0xb68f6c8 s Context>handleSignal:
         0xb694e78 s Context>handleSignal:
         0xb69a570 s Context>handleSignal:
         0xb69fbb0 s Context>handleSignal:
         0xb6a5138 s Context>handleSignal:
         0xb6aa608 s Context>handleSignal:
         0xb6afa20 s Context>handleSignal:
         0xb6b4d80 s Context>handleSignal:
         0xb6ba028 s Context>handleSignal:
         0xb6bf218 s Context>handleSignal:
         0xb6c4350 s Context>handleSignal:
         0xb6c93d0 s Context>handleSignal:
         0xb6ce398 s Context>handleSignal:
         0xb6d32a8 s Context>handleSignal:
         0xb6d8100 s Context>handleSignal:
         0xb6dcea0 s Context>handleSignal:
         0xb6e1b88 s Context>handleSignal:
         0xb6e67b8 s Context>handleSignal:
         0xb6eb330 s Context>handleSignal:
         0xb6efdf0 s Context>handleSignal:
         0xb6f47f8 s Context>handleSignal:
         0xb6f9148 s Context>handleSignal:
         0xb6fd9e0 s Context>handleSignal:
         0xb7021c0 s Context>handleSignal:
         0xb7068e8 s Context>handleSignal:
         0xb70af58 s Context>handleSignal:
         0xb70f510 s Context>handleSignal:
         0xb713a10 s Context>handleSignal:
         0xb717e58 s Context>handleSignal:
         0xb71c1e8 s Context>handleSignal:
         0xb7204c0 s Context>handleSignal:
         0xb7246e0 s Context>handleSignal:
         0xb728848 s Context>handleSignal:
         0xb72c8f8 s Context>handleSignal:
         0xb7308f0 s Context>handleSignal:
         0xb734830 s Context>handleSignal:
         0xb7386b8 s Context>handleSignal:
         0xb73c488 s Context>handleSignal:
         0xb7401a0 s Context>handleSignal:
         0xb743e00 s Context>handleSignal:
         0xb7479a8 s Context>handleSignal:
         0xb74b498 s Context>handleSignal:
         0xb74eed0 s Context>handleSignal:
         0xb752850 s Context>handleSignal:
         0xb756118 s Context>handleSignal:
         0xb759928 s Context>handleSignal:
         0xb75d138 s Context>handleSignal:
         0xb760890 s Context>handleSignal:
         0xb763f30 s Context>handleSignal:
         0xb767518 s Context>handleSignal:
         0xb76a990 s Context>handleSignal:
         0xb76dd50 s Context>handleSignal:
         0xb771058 s Context>handleSignal:
         0xb7742a8 s Context>handleSignal:
         0xb777440 s Context>handleSignal:
         0xb77a520 s Context>handleSignal:
         0xb77d548 s Context>handleSignal:
         0xb7804b8 s Context>handleSignal:
         0xb783370 s Context>handleSignal:
         0xb786170 s Context>handleSignal:
         0xb788eb8 s Context>handleSignal:
         0xb78bb48 s Context>handleSignal:
         0xb78e720 s Context>handleSignal:
         0xb791240 s Context>handleSignal:
         0xb793ca8 s Context>handleSignal:
         0xb796658 s Context>handleSignal:
         0xb798f50 s Context>handleSignal:
         0xb79b790 s Context>handleSignal:
         0xb79df18 s Context>handleSignal:
         0xb7a05e8 s Context>handleSignal:
         0xb7a2c00 s Context>handleSignal:
         0xb7a5160 s Context>handleSignal:
         0xb7a7608 s Context>handleSignal:
         0xb7a99f8 s Context>handleSignal:
         0xb7abd30 s Context>handleSignal:
         0xb7adfb0 s Context>handleSignal:
         0xb7b0178 s Context>handleSignal:
         0xb7b21d0 s Context>handleSignal:
         0xb7b4170 s Context>handleSignal:
         0xb7b6058 s Context>handleSignal:
         0xb7b7e88 s Context>handleSignal:
         0xb7b9c00 s Context>handleSignal:
         0xb7bb8c0 s Context>handleSignal:
         0xb7bd4c8 s Context>handleSignal:
         0xb7bef60 s Context>handleSignal:
         0xb7c0888 s Context>handleSignal:
         0xb7c1f88 s Context>handleSignal:
         0xb7c35d0 s Context>handleSignal:
         0xbf80338 s Halt(Exception)>signal
         0xbf9b4c0 s Halt class(Exception class)>signal
         0xbfc43b8 s Halt class>now
         0xbfb0b30 s FullBlockClosure(Object)>halt
         0xbfe1a58 s FullBlockClosure>printOn:
         0xc0045e8 s Context>printOn:
         0xc029e80 s Context>printDebugOn:
         0xc02a160 s [] in Context>debugStack:on:
         0xc051948 s OrderedCollection>do:
         0xbfb08b8 s Context>debugStack:on:
         0xbfe1808 s Context>shortDebugStackOn:
         0xc0043b0 s [] in SmalltalkImage>logError:inContext:
         0xc029ba0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7c9b8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf97780 s SmalltalkImage>logStdErrorDuring:
         0xbfc0768 s SmalltalkImage>logError:inContext:
         0xbfee1d0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0114f8 s FullBlockClosure(BlockClosure)>ensure:
         0xc0399f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0594e8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069c80 s Halt(Exception)>unhandledErrorAction
         0xc07f4f8 s Halt(UnhandledException)>defaultAction
         0xc0a6038 s UndefinedObject>handleSignal:
         0xc0a60f0 s Context>handleSignal:
         0xc0a61a8 s Context>handleSignal:
         0xc0a6260 s Context>handleSignal:
         0xc0a6318 s Context>handleSignal:
         0xc0a63d0 s Context>handleSignal:
         0xc0a6488 s Context>handleSignal:
         0xc0a6540 s Context>handleSignal:
         0xc0a65f8 s Context>handleSignal:
         0xc0a66b0 s Context>handleSignal:
         0xc0a6768 s Context>handleSignal:
         0xc101820 s Context>handleSignal:
         0xc10cf40 s Context>handleSignal:
         0xc117de8 s Context>handleSignal:
         0xc1226d0 s Context>handleSignal:
         0xc12cf00 s Context>handleSignal:
         0xc137730 s Context>handleSignal:
         0xc141f60 s Context>handleSignal:
         0xc14c790 s Context>handleSignal:
         0xc156fc0 s Context>handleSignal:
         0xc1617f0 s Context>handleSignal:
         0xc16c020 s Context>handleSignal:
         0xc176850 s Context>handleSignal:
         0xc181080 s Context>handleSignal:
         0xc18b8b0 s Context>handleSignal:
         0xc1960e0 s Context>handleSignal:
         0xc1a0910 s Context>handleSignal:
         0xc1ab140 s Context>handleSignal:
         0xc1b5970 s Context>handleSignal:
         0xc1c01a0 s Context>handleSignal:
         0xc1ca9d0 s Context>handleSignal:
         0xc1d5200 s Context>handleSignal:
         0xc1dfa30 s Context>handleSignal:
         0xc1ea260 s Context>handleSignal:
         0xc1f4a90 s Context>handleSignal:
         0xc1ff2c0 s Context>handleSignal:
         0xc209af0 s Context>handleSignal:
         0xc214320 s Context>handleSignal:
         0xc21eb50 s Context>handleSignal:
         0xc229380 s Context>handleSignal:
         0xc233bb0 s Context>handleSignal:
         0xc23e3e0 s Context>handleSignal:
         0xc248c10 s Context>handleSignal:
         0xc253440 s Context>handleSignal:
         0xc25dc70 s Context>handleSignal:
         0xc2650e0 s Context>handleSignal:
         0xb7de458 s Context>handleSignal:
         0xb7e8d40 s Context>handleSignal:
         0xb7f3628 s Context>handleSignal:
         0xb7fdf10 s Context>handleSignal:
         0xb8087f8 s Context>handleSignal:
         0xb8130e0 s Context>handleSignal:
         0xb81d9c8 s Context>handleSignal:
         0xb8282b0 s Context>handleSignal:
         0xb832b98 s Context>handleSignal:
         0xb83d480 s Context>handleSignal:
         0xb847d68 s Context>handleSignal:
         0xb852650 s Context>handleSignal:
         0xb85cf38 s Context>handleSignal:
         0xb867820 s Context>handleSignal:
         0xb872108 s Context>handleSignal:
         0xb87c9f0 s Context>handleSignal:
         0xb8872d8 s Context>handleSignal:
         0xb891bc0 s Context>handleSignal:
         0xb89c4a8 s Context>handleSignal:
         0xb8a6d90 s Context>handleSignal:
         0xb8b1678 s Context>handleSignal:
         0xb8bbf60 s Context>handleSignal:
         0xb8c6848 s Context>handleSignal:
         0xb8d1130 s Context>handleSignal:
         0xb8dba18 s Context>handleSignal:
         0xb8e6300 s Context>handleSignal:
         0xb8f0be8 s Context>handleSignal:
         0xb8fb4d0 s Context>handleSignal:
         0xb905db8 s Context>handleSignal:
         0xb9106a0 s Context>handleSignal:
         0xb91af88 s Context>handleSignal:
         0xb925870 s Context>handleSignal:
         0xb930158 s Context>handleSignal:
         0xb93aa40 s Context>handleSignal:
         0xb945328 s Context>handleSignal:
         0xb94fc10 s Context>handleSignal:
         0xb95a4f8 s Context>handleSignal:
         0xb964de0 s Context>handleSignal:
         0xb96f6c8 s Context>handleSignal:
         0xb979fb0 s Context>handleSignal:
         0xb984898 s Context>handleSignal:
         0xb98f180 s Context>handleSignal:
         0xb999a68 s Context>handleSignal:
         0xb9a4350 s Context>handleSignal:
         0xb9aec38 s Context>handleSignal:
         0xb9b9520 s Context>handleSignal:
         0xb9c3e08 s Context>handleSignal:
         0xb9ce6f0 s Context>handleSignal:
         0xb9d8fd8 s Context>handleSignal:
         0xb9e38c0 s Context>handleSignal:
         0xb9ee1a8 s Context>handleSignal:
         0xb9f8a90 s Context>handleSignal:
         0xba03378 s Context>handleSignal:
         0xba0dc60 s Context>handleSignal:
         0xba18548 s Context>handleSignal:
         0xba22e30 s Context>handleSignal:
         0xba2d718 s Context>handleSignal:
         0xba38000 s Context>handleSignal:
         0xb4174a0 s Context>handleSignal:
         0xb41dd90 s Context>handleSignal:
         0xb4253f8 s Context>handleSignal:
         0xb42be08 s Context>handleSignal:
         0xb433208 s Context>handleSignal:
         0xb43a2f0 s Context>handleSignal:
         0xb4411b0 s Context>handleSignal:
         0xb447370 s Context>handleSignal:
         0xb44d530 s Context>handleSignal:
         0xb453638 s Context>handleSignal:
         0xb459688 s Context>handleSignal:
         0xb45f6d8 s Context>handleSignal:
         0xb465728 s Context>handleSignal:
         0xb46b778 s Context>handleSignal:
         0xb4717c8 s Context>handleSignal:
         0xb477818 s Context>handleSignal:
         0xb47d868 s Context>handleSignal:
         0xb4838b8 s Context>handleSignal:
         0xb489908 s Context>handleSignal:
         0xb48f958 s Context>handleSignal:
         0xb4959a8 s Context>handleSignal:
         0xb49b9f8 s Context>handleSignal:
         0xb4a1a48 s Context>handleSignal:
         0xb4a7a98 s Context>handleSignal:
         0xb4adae8 s Context>handleSignal:
         0xb4b3b38 s Context>handleSignal:
         0xb4b9b88 s Context>handleSignal:
         0xb4bfbd8 s Context>handleSignal:
         0xb4c5c28 s Context>handleSignal:
         0xb4cbc78 s Context>handleSignal:
         0xb4d1c10 s Context>handleSignal:
         0xb4d7ba8 s Context>handleSignal:
         0xb4ddb40 s Context>handleSignal:
         0xb4e3ad8 s Context>handleSignal:
         0xb4e9a70 s Context>handleSignal:
         0xb4efa08 s Context>handleSignal:
         0xb4f59a0 s Context>handleSignal:
         0xb4fb938 s Context>handleSignal:
         0xb5018d0 s Context>handleSignal:
         0xb507868 s Context>handleSignal:
         0xb50d800 s Context>handleSignal:
         0xb513798 s Context>handleSignal:
         0xb519730 s Context>handleSignal:
         0xb51f6c8 s Context>handleSignal:
         0xb525660 s Context>handleSignal:
         0xb52b5f8 s Context>handleSignal:
         0xb531590 s Context>handleSignal:
         0xb537528 s Context>handleSignal:
         0xb53d4c0 s Context>handleSignal:
         0xb543458 s Context>handleSignal:
         0xb5493f0 s Context>handleSignal:
         0xb54f388 s Context>handleSignal:
         0xb555320 s Context>handleSignal:
         0xb55b2b8 s Context>handleSignal:
         0xb561250 s Context>handleSignal:
         0xb5671e8 s Context>handleSignal:
         0xb56d180 s Context>handleSignal:
         0xb573118 s Context>handleSignal:
         0xb5790b0 s Context>handleSignal:
         0xb57f048 s Context>handleSignal:
         0xb584fe0 s Context>handleSignal:
         0xb58af78 s Context>handleSignal:
         0xb590f10 s Context>handleSignal:
         0xb596ea8 s Context>handleSignal:
         0xb59ce40 s Context>handleSignal:
         0xb5a2dd8 s Context>handleSignal:
         0xb5a8d70 s Context>handleSignal:
         0xb5aed08 s Context>handleSignal:
         0xb5b4ca0 s Context>handleSignal:
         0xb5bac38 s Context>handleSignal:
         0xb5c0bd0 s Context>handleSignal:
         0xb5c6b68 s Context>handleSignal:
         0xb5ccb00 s Context>handleSignal:
         0xb5d2a98 s Context>handleSignal:
         0xb5d8a30 s Context>handleSignal:
         0xb5de9c8 s Context>handleSignal:
         0xb5e4960 s Context>handleSignal:
         0xb5ea8f8 s Context>handleSignal:
         0xb5f0890 s Context>handleSignal:
         0xb5f6828 s Context>handleSignal:
         0xb5fc7c0 s Context>handleSignal:
         0xb602758 s Context>handleSignal:
         0xb6086f0 s Context>handleSignal:
         0xb60e688 s Context>handleSignal:
         0xb614620 s Context>handleSignal:
         0xb61a5b8 s Context>handleSignal:
         0xb620550 s Context>handleSignal:
         0xb6264e8 s Context>handleSignal:
         0xb62c480 s Context>handleSignal:
         0xb632418 s Context>handleSignal:
         0xb6383b0 s Context>handleSignal:
         0xb63e348 s Context>handleSignal:
         0xb6442e0 s Context>handleSignal:
         0xb64a278 s Context>handleSignal:
         0xb650210 s Context>handleSignal:
         0xb6561a8 s Context>handleSignal:
         0xb65c088 s Context>handleSignal:
         0xb661eb0 s Context>handleSignal:
         0xb667c20 s Context>handleSignal:
         0xb66d8d8 s Context>handleSignal:
         0xb6734d8 s Context>handleSignal:
         0xb679020 s Context>handleSignal:
         0xb67eab0 s Context>handleSignal:
         0xb684488 s Context>handleSignal:
         0xb689da8 s Context>handleSignal:
         0xb68f610 s Context>handleSignal:
         0xb694dc0 s Context>handleSignal:
         0xb69a4b8 s Context>handleSignal:
         0xb69faf8 s Context>handleSignal:
         0xb6a5080 s Context>handleSignal:
         0xb6aa550 s Context>handleSignal:
         0xb6af968 s Context>handleSignal:
         0xb6b4cc8 s Context>handleSignal:
         0xb6b9f70 s Context>handleSignal:
         0xb6bf160 s Context>handleSignal:
         0xb6c4298 s Context>handleSignal:
         0xb6c9318 s Context>handleSignal:
         0xb6ce2e0 s Context>handleSignal:
         0xb6d31f0 s Context>handleSignal:
         0xb6d8048 s Context>handleSignal:
         0xb6dcde8 s Context>handleSignal:
         0xb6e1ad0 s Context>handleSignal:
         0xb6e6700 s Context>handleSignal:
         0xb6eb278 s Context>handleSignal:
         0xb6efd38 s Context>handleSignal:
         0xb6f4740 s Context>handleSignal:
         0xb6f9090 s Context>handleSignal:
         0xb6fd928 s Context>handleSignal:
         0xb702108 s Context>handleSignal:
         0xb706830 s Context>handleSignal:
         0xb70aea0 s Context>handleSignal:
         0xb70f458 s Context>handleSignal:
         0xb713958 s Context>handleSignal:
         0xb717da0 s Context>handleSignal:
         0xb71c130 s Context>handleSignal:
         0xb720408 s Context>handleSignal:
         0xb724628 s Context>handleSignal:
         0xb728790 s Context>handleSignal:
         0xb72c840 s Context>handleSignal:
         0xb730838 s Context>handleSignal:
         0xb734778 s Context>handleSignal:
         0xb738600 s Context>handleSignal:
         0xb73c3d0 s Context>handleSignal:
         0xb7400e8 s Context>handleSignal:
         0xb743d48 s Context>handleSignal:
         0xb7478f0 s Context>handleSignal:
         0xb74b3e0 s Context>handleSignal:
         0xb74ee18 s Context>handleSignal:
         0xb752798 s Context>handleSignal:
         0xb756060 s Context>handleSignal:
         0xb759870 s Context>handleSignal:
         0xb75d080 s Context>handleSignal:
         0xb7607d8 s Context>handleSignal:
         0xb763e78 s Context>handleSignal:
         0xb767460 s Context>handleSignal:
         0xb76a8d8 s Context>handleSignal:
         0xb76dc98 s Context>handleSignal:
         0xb770fa0 s Context>handleSignal:
         0xb7741f0 s Context>handleSignal:
         0xb777388 s Context>handleSignal:
         0xb77a468 s Context>handleSignal:
         0xb77d490 s Context>handleSignal:
         0xb780400 s Context>handleSignal:
         0xb7832b8 s Context>handleSignal:
         0xb7860b8 s Context>handleSignal:
         0xb788e00 s Context>handleSignal:
         0xb78ba90 s Context>handleSignal:
         0xb78e668 s Context>handleSignal:
         0xb791188 s Context>handleSignal:
         0xb793bf0 s Context>handleSignal:
         0xb7965a0 s Context>handleSignal:
         0xb798e98 s Context>handleSignal:
         0xb79b6d8 s Context>handleSignal:
         0xb79de60 s Context>handleSignal:
         0xb7a0530 s Context>handleSignal:
         0xb7a2b48 s Context>handleSignal:
         0xb7a50a8 s Context>handleSignal:
         0xb7a7550 s Context>handleSignal:
         0xb7a9940 s Context>handleSignal:
         0xb7abc78 s Context>handleSignal:
         0xb7adef8 s Context>handleSignal:
         0xb7b00c0 s Context>handleSignal:
         0xb7b2118 s Context>handleSignal:
         0xb7b40b8 s Context>handleSignal:
         0xb7b5fa0 s Context>handleSignal:
         0xb7b7dd0 s Context>handleSignal:
         0xb7b9b48 s Context>handleSignal:
         0xb7bb808 s Context>handleSignal:
         0xb7bd410 s Context>handleSignal:
         0xb7beea8 s Context>handleSignal:
         0xb7c07d0 s Context>handleSignal:
         0xb7c1ed0 s Context>handleSignal:
         0xbf80280 s Halt(Exception)>signal
         0xbf9b408 s Halt class(Exception class)>signal
         0xbfc4300 s Halt class>now
         0xbfb0970 s FullBlockClosure(Object)>halt
         0xbfe18c0 s FullBlockClosure>printOn:
         0xc004468 s Context>printOn:
         0xc029c58 s Context>printDebugOn:
         0xc029f38 s [] in Context>debugStack:on:
         0xc051890 s OrderedCollection>do:
         0xbfb06f8 s Context>debugStack:on:
         0xbfe1670 s Context>shortDebugStackOn:
         0xc004230 s [] in SmalltalkImage>logError:inContext:
         0xc029978 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7c848 s FullBlockClosure(BlockClosure)>on:do:
         0xbf975b0 s SmalltalkImage>logStdErrorDuring:
         0xbfc05b0 s SmalltalkImage>logError:inContext:
         0xbfee108 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc011408 s FullBlockClosure(BlockClosure)>ensure:
         0xc039918 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc059430 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069bc8 s Halt(Exception)>unhandledErrorAction
         0xc07f440 s Halt(UnhandledException)>defaultAction
         0xc0a5850 s UndefinedObject>handleSignal:
         0xc0a5908 s Context>handleSignal:
         0xc0a59c0 s Context>handleSignal:
         0xc0a5a78 s Context>handleSignal:
         0xc0a5b30 s Context>handleSignal:
         0xc0a5be8 s Context>handleSignal:
         0xc0a5ca0 s Context>handleSignal:
         0xc0a5d58 s Context>handleSignal:
         0xc0a5e10 s Context>handleSignal:
         0xc0a5ec8 s Context>handleSignal:
         0xc0a5f80 s Context>handleSignal:
         0xc101768 s Context>handleSignal:
         0xc10ce88 s Context>handleSignal:
         0xc117d30 s Context>handleSignal:
         0xc122618 s Context>handleSignal:
         0xc12ce48 s Context>handleSignal:
         0xc137678 s Context>handleSignal:
         0xc141ea8 s Context>handleSignal:
         0xc14c6d8 s Context>handleSignal:
         0xc156f08 s Context>handleSignal:
         0xc161738 s Context>handleSignal:
         0xc16bf68 s Context>handleSignal:
         0xc176798 s Context>handleSignal:
         0xc180fc8 s Context>handleSignal:
         0xc18b7f8 s Context>handleSignal:
         0xc196028 s Context>handleSignal:
         0xc1a0858 s Context>handleSignal:
         0xc1ab088 s Context>handleSignal:
         0xc1b58b8 s Context>handleSignal:
         0xc1c00e8 s Context>handleSignal:
         0xc1ca918 s Context>handleSignal:
         0xc1d5148 s Context>handleSignal:
         0xc1df978 s Context>handleSignal:
         0xc1ea1a8 s Context>handleSignal:
         0xc1f49d8 s Context>handleSignal:
         0xc1ff208 s Context>handleSignal:
         0xc209a38 s Context>handleSignal:
         0xc214268 s Context>handleSignal:
         0xc21ea98 s Context>handleSignal:
         0xc2292c8 s Context>handleSignal:
         0xc233af8 s Context>handleSignal:
         0xc23e328 s Context>handleSignal:
         0xc248b58 s Context>handleSignal:
         0xc253388 s Context>handleSignal:
         0xc25dbb8 s Context>handleSignal:
         0xc265028 s Context>handleSignal:
         0xb7de3a0 s Context>handleSignal:
         0xb7e8c88 s Context>handleSignal:
         0xb7f3570 s Context>handleSignal:
         0xb7fde58 s Context>handleSignal:
         0xb808740 s Context>handleSignal:
         0xb813028 s Context>handleSignal:
         0xb81d910 s Context>handleSignal:
         0xb8281f8 s Context>handleSignal:
         0xb832ae0 s Context>handleSignal:
         0xb83d3c8 s Context>handleSignal:
         0xb847cb0 s Context>handleSignal:
         0xb852598 s Context>handleSignal:
         0xb85ce80 s Context>handleSignal:
         0xb867768 s Context>handleSignal:
         0xb872050 s Context>handleSignal:
         0xb87c938 s Context>handleSignal:
         0xb887220 s Context>handleSignal:
         0xb891b08 s Context>handleSignal:
         0xb89c3f0 s Context>handleSignal:
         0xb8a6cd8 s Context>handleSignal:
         0xb8b15c0 s Context>handleSignal:
         0xb8bbea8 s Context>handleSignal:
         0xb8c6790 s Context>handleSignal:
         0xb8d1078 s Context>handleSignal:
         0xb8db960 s Context>handleSignal:
         0xb8e6248 s Context>handleSignal:
         0xb8f0b30 s Context>handleSignal:
         0xb8fb418 s Context>handleSignal:
         0xb905d00 s Context>handleSignal:
         0xb9105e8 s Context>handleSignal:
         0xb91aed0 s Context>handleSignal:
         0xb9257b8 s Context>handleSignal:
         0xb9300a0 s Context>handleSignal:
         0xb93a988 s Context>handleSignal:
         0xb945270 s Context>handleSignal:
         0xb94fb58 s Context>handleSignal:
         0xb95a440 s Context>handleSignal:
         0xb964d28 s Context>handleSignal:
         0xb96f610 s Context>handleSignal:
         0xb979ef8 s Context>handleSignal:
         0xb9847e0 s Context>handleSignal:
         0xb98f0c8 s Context>handleSignal:
         0xb9999b0 s Context>handleSignal:
         0xb9a4298 s Context>handleSignal:
         0xb9aeb80 s Context>handleSignal:
         0xb9b9468 s Context>handleSignal:
         0xb9c3d50 s Context>handleSignal:
         0xb9ce638 s Context>handleSignal:
         0xb9d8f20 s Context>handleSignal:
         0xb9e3808 s Context>handleSignal:
         0xb9ee0f0 s Context>handleSignal:
         0xb9f89d8 s Context>handleSignal:
         0xba032c0 s Context>handleSignal:
         0xba0dba8 s Context>handleSignal:
         0xba18490 s Context>handleSignal:
         0xba22d78 s Context>handleSignal:
         0xba2d660 s Context>handleSignal:
         0xba37f48 s Context>handleSignal:
         0xb4173e8 s Context>handleSignal:
         0xb41dcd8 s Context>handleSignal:
         0xb425340 s Context>handleSignal:
         0xb42bd50 s Context>handleSignal:
         0xb433150 s Context>handleSignal:
         0xb43a238 s Context>handleSignal:
         0xb4410f8 s Context>handleSignal:
         0xb4472b8 s Context>handleSignal:
         0xb44d478 s Context>handleSignal:
         0xb453580 s Context>handleSignal:
         0xb4595d0 s Context>handleSignal:
         0xb45f620 s Context>handleSignal:
         0xb465670 s Context>handleSignal:
         0xb46b6c0 s Context>handleSignal:
         0xb471710 s Context>handleSignal:
         0xb477760 s Context>handleSignal:
         0xb47d7b0 s Context>handleSignal:
         0xb483800 s Context>handleSignal:
         0xb489850 s Context>handleSignal:
         0xb48f8a0 s Context>handleSignal:
         0xb4958f0 s Context>handleSignal:
         0xb49b940 s Context>handleSignal:
         0xb4a1990 s Context>handleSignal:
         0xb4a79e0 s Context>handleSignal:
         0xb4ada30 s Context>handleSignal:
         0xb4b3a80 s Context>handleSignal:
         0xb4b9ad0 s Context>handleSignal:
         0xb4bfb20 s Context>handleSignal:
         0xb4c5b70 s Context>handleSignal:
         0xb4cbbc0 s Context>handleSignal:
         0xb4d1b58 s Context>handleSignal:
         0xb4d7af0 s Context>handleSignal:
         0xb4dda88 s Context>handleSignal:
         0xb4e3a20 s Context>handleSignal:
         0xb4e99b8 s Context>handleSignal:
         0xb4ef950 s Context>handleSignal:
         0xb4f58e8 s Context>handleSignal:
         0xb4fb880 s Context>handleSignal:
         0xb501818 s Context>handleSignal:
         0xb5077b0 s Context>handleSignal:
         0xb50d748 s Context>handleSignal:
         0xb5136e0 s Context>handleSignal:
         0xb519678 s Context>handleSignal:
         0xb51f610 s Context>handleSignal:
         0xb5255a8 s Context>handleSignal:
         0xb52b540 s Context>handleSignal:
         0xb5314d8 s Context>handleSignal:
         0xb537470 s Context>handleSignal:
         0xb53d408 s Context>handleSignal:
         0xb5433a0 s Context>handleSignal:
         0xb549338 s Context>handleSignal:
         0xb54f2d0 s Context>handleSignal:
         0xb555268 s Context>handleSignal:
         0xb55b200 s Context>handleSignal:
         0xb561198 s Context>handleSignal:
         0xb567130 s Context>handleSignal:
         0xb56d0c8 s Context>handleSignal:
         0xb573060 s Context>handleSignal:
         0xb578ff8 s Context>handleSignal:
         0xb57ef90 s Context>handleSignal:
         0xb584f28 s Context>handleSignal:
         0xb58aec0 s Context>handleSignal:
         0xb590e58 s Context>handleSignal:
         0xb596df0 s Context>handleSignal:
         0xb59cd88 s Context>handleSignal:
         0xb5a2d20 s Context>handleSignal:
         0xb5a8cb8 s Context>handleSignal:
         0xb5aec50 s Context>handleSignal:
         0xb5b4be8 s Context>handleSignal:
         0xb5bab80 s Context>handleSignal:
         0xb5c0b18 s Context>handleSignal:
         0xb5c6ab0 s Context>handleSignal:
         0xb5cca48 s Context>handleSignal:
         0xb5d29e0 s Context>handleSignal:
         0xb5d8978 s Context>handleSignal:
         0xb5de910 s Context>handleSignal:
         0xb5e48a8 s Context>handleSignal:
         0xb5ea840 s Context>handleSignal:
         0xb5f07d8 s Context>handleSignal:
         0xb5f6770 s Context>handleSignal:
         0xb5fc708 s Context>handleSignal:
         0xb6026a0 s Context>handleSignal:
         0xb608638 s Context>handleSignal:
         0xb60e5d0 s Context>handleSignal:
         0xb614568 s Context>handleSignal:
         0xb61a500 s Context>handleSignal:
         0xb620498 s Context>handleSignal:
         0xb626430 s Context>handleSignal:
         0xb62c3c8 s Context>handleSignal:
         0xb632360 s Context>handleSignal:
         0xb6382f8 s Context>handleSignal:
         0xb63e290 s Context>handleSignal:
         0xb644228 s Context>handleSignal:
         0xb64a1c0 s Context>handleSignal:
         0xb650158 s Context>handleSignal:
         0xb6560f0 s Context>handleSignal:
         0xb65bfd0 s Context>handleSignal:
         0xb661df8 s Context>handleSignal:
         0xb667b68 s Context>handleSignal:
         0xb66d820 s Context>handleSignal:
         0xb673420 s Context>handleSignal:
         0xb678f68 s Context>handleSignal:
         0xb67e9f8 s Context>handleSignal:
         0xb6843d0 s Context>handleSignal:
         0xb689cf0 s Context>handleSignal:
         0xb68f558 s Context>handleSignal:
         0xb694d08 s Context>handleSignal:
         0xb69a400 s Context>handleSignal:
         0xb69fa40 s Context>handleSignal:
         0xb6a4fc8 s Context>handleSignal:
         0xb6aa498 s Context>handleSignal:
         0xb6af8b0 s Context>handleSignal:
         0xb6b4c10 s Context>handleSignal:
         0xb6b9eb8 s Context>handleSignal:
         0xb6bf0a8 s Context>handleSignal:
         0xb6c41e0 s Context>handleSignal:
         0xb6c9260 s Context>handleSignal:
         0xb6ce228 s Context>handleSignal:
         0xb6d3138 s Context>handleSignal:
         0xb6d7f90 s Context>handleSignal:
         0xb6dcd30 s Context>handleSignal:
         0xb6e1a18 s Context>handleSignal:
         0xb6e6648 s Context>handleSignal:
         0xb6eb1c0 s Context>handleSignal:
         0xb6efc80 s Context>handleSignal:
         0xb6f4688 s Context>handleSignal:
         0xb6f8fd8 s Context>handleSignal:
         0xb6fd870 s Context>handleSignal:
         0xb702050 s Context>handleSignal:
         0xb706778 s Context>handleSignal:
         0xb70ade8 s Context>handleSignal:
         0xb70f3a0 s Context>handleSignal:
         0xb7138a0 s Context>handleSignal:
         0xb717ce8 s Context>handleSignal:
         0xb71c078 s Context>handleSignal:
         0xb720350 s Context>handleSignal:
         0xb724570 s Context>handleSignal:
         0xb7286d8 s Context>handleSignal:
         0xb72c788 s Context>handleSignal:
         0xb730780 s Context>handleSignal:
         0xb7346c0 s Context>handleSignal:
         0xb738548 s Context>handleSignal:
         0xb73c318 s Context>handleSignal:
         0xb740030 s Context>handleSignal:
         0xb743c90 s Context>handleSignal:
         0xb747838 s Context>handleSignal:
         0xb74b328 s Context>handleSignal:
         0xb74ed60 s Context>handleSignal:
         0xb7526e0 s Context>handleSignal:
         0xb755fa8 s Context>handleSignal:
         0xb7597b8 s Context>handleSignal:
         0xb75cfc8 s Context>handleSignal:
         0xb760720 s Context>handleSignal:
         0xb763dc0 s Context>handleSignal:
         0xb7673a8 s Context>handleSignal:
         0xb76a820 s Context>handleSignal:
         0xb76dbe0 s Context>handleSignal:
         0xb770ee8 s Context>handleSignal:
         0xb774138 s Context>handleSignal:
         0xb7772d0 s Context>handleSignal:
         0xb77a3b0 s Context>handleSignal:
         0xb77d3d8 s Context>handleSignal:
         0xb780348 s Context>handleSignal:
         0xb783200 s Context>handleSignal:
         0xb786000 s Context>handleSignal:
         0xb788d48 s Context>handleSignal:
         0xb78b9d8 s Context>handleSignal:
         0xb78e5b0 s Context>handleSignal:
         0xb7910d0 s Context>handleSignal:
         0xb793b38 s Context>handleSignal:
         0xb7964e8 s Context>handleSignal:
         0xb798de0 s Context>handleSignal:
         0xb79b620 s Context>handleSignal:
         0xb79dda8 s Context>handleSignal:
         0xb7a0478 s Context>handleSignal:
         0xb7a2a90 s Context>handleSignal:
         0xb7a4ff0 s Context>handleSignal:
         0xb7a7498 s Context>handleSignal:
         0xb7a9888 s Context>handleSignal:
         0xb7abbc0 s Context>handleSignal:
         0xb7ade40 s Context>handleSignal:
         0xb7b0008 s Context>handleSignal:
         0xb7b2060 s Context>handleSignal:
         0xb7b4000 s Context>handleSignal:
         0xb7b5ee8 s Context>handleSignal:
         0xb7b7d18 s Context>handleSignal:
         0xb7b9a90 s Context>handleSignal:
         0xb7bb750 s Context>handleSignal:
         0xb7bd358 s Context>handleSignal:
         0xb7bedf0 s Context>handleSignal:
         0xb7c0718 s Context>handleSignal:
         0xbf801c8 s Halt(Exception)>signal
         0xbf9b350 s Halt class(Exception class)>signal
         0xbfc4248 s Halt class>now
         0xbfb07b0 s FullBlockClosure(Object)>halt
         0xbfe1728 s FullBlockClosure>printOn:
         0xc0042e8 s Context>printOn:
         0xc029a30 s Context>printDebugOn:
         0xc029d10 s [] in Context>debugStack:on:
         0xc0517d8 s OrderedCollection>do:
         0xbfb0538 s Context>debugStack:on:
         0xbfe14d8 s Context>shortDebugStackOn:
         0xc0040b0 s [] in SmalltalkImage>logError:inContext:
         0xc029750 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7c6d8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf973e0 s SmalltalkImage>logStdErrorDuring:
         0xbfc03f8 s SmalltalkImage>logError:inContext:
         0xbfee040 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc011318 s FullBlockClosure(BlockClosure)>ensure:
         0xc039838 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc059378 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069b10 s Halt(Exception)>unhandledErrorAction
         0xc07f388 s Halt(UnhandledException)>defaultAction
         0xc0a5068 s UndefinedObject>handleSignal:
         0xc0a5120 s Context>handleSignal:
         0xc0a51d8 s Context>handleSignal:
         0xc0a5290 s Context>handleSignal:
         0xc0a5348 s Context>handleSignal:
         0xc0a5400 s Context>handleSignal:
         0xc0a54b8 s Context>handleSignal:
         0xc0a5570 s Context>handleSignal:
         0xc0a5628 s Context>handleSignal:
         0xc0a56e0 s Context>handleSignal:
         0xc0a5798 s Context>handleSignal:
         0xc1016b0 s Context>handleSignal:
         0xc10cdd0 s Context>handleSignal:
         0xc117c78 s Context>handleSignal:
         0xc122560 s Context>handleSignal:
         0xc12cd90 s Context>handleSignal:
         0xc1375c0 s Context>handleSignal:
         0xc141df0 s Context>handleSignal:
         0xc14c620 s Context>handleSignal:
         0xc156e50 s Context>handleSignal:
         0xc161680 s Context>handleSignal:
         0xc16beb0 s Context>handleSignal:
         0xc1766e0 s Context>handleSignal:
         0xc180f10 s Context>handleSignal:
         0xc18b740 s Context>handleSignal:
         0xc195f70 s Context>handleSignal:
         0xc1a07a0 s Context>handleSignal:
         0xc1aafd0 s Context>handleSignal:
         0xc1b5800 s Context>handleSignal:
         0xc1c0030 s Context>handleSignal:
         0xc1ca860 s Context>handleSignal:
         0xc1d5090 s Context>handleSignal:
         0xc1df8c0 s Context>handleSignal:
         0xc1ea0f0 s Context>handleSignal:
         0xc1f4920 s Context>handleSignal:
         0xc1ff150 s Context>handleSignal:
         0xc209980 s Context>handleSignal:
         0xc2141b0 s Context>handleSignal:
         0xc21e9e0 s Context>handleSignal:
         0xc229210 s Context>handleSignal:
         0xc233a40 s Context>handleSignal:
         0xc23e270 s Context>handleSignal:
         0xc248aa0 s Context>handleSignal:
         0xc2532d0 s Context>handleSignal:
         0xc25db00 s Context>handleSignal:
         0xc264f70 s Context>handleSignal:
         0xb7de2e8 s Context>handleSignal:
         0xb7e8bd0 s Context>handleSignal:
         0xb7f34b8 s Context>handleSignal:
         0xb7fdda0 s Context>handleSignal:
         0xb808688 s Context>handleSignal:
         0xb812f70 s Context>handleSignal:
         0xb81d858 s Context>handleSignal:
         0xb828140 s Context>handleSignal:
         0xb832a28 s Context>handleSignal:
         0xb83d310 s Context>handleSignal:
         0xb847bf8 s Context>handleSignal:
         0xb8524e0 s Context>handleSignal:
         0xb85cdc8 s Context>handleSignal:
         0xb8676b0 s Context>handleSignal:
         0xb871f98 s Context>handleSignal:
         0xb87c880 s Context>handleSignal:
         0xb887168 s Context>handleSignal:
         0xb891a50 s Context>handleSignal:
         0xb89c338 s Context>handleSignal:
         0xb8a6c20 s Context>handleSignal:
         0xb8b1508 s Context>handleSignal:
         0xb8bbdf0 s Context>handleSignal:
         0xb8c66d8 s Context>handleSignal:
         0xb8d0fc0 s Context>handleSignal:
         0xb8db8a8 s Context>handleSignal:
         0xb8e6190 s Context>handleSignal:
         0xb8f0a78 s Context>handleSignal:
         0xb8fb360 s Context>handleSignal:
         0xb905c48 s Context>handleSignal:
         0xb910530 s Context>handleSignal:
         0xb91ae18 s Context>handleSignal:
         0xb925700 s Context>handleSignal:
         0xb92ffe8 s Context>handleSignal:
         0xb93a8d0 s Context>handleSignal:
         0xb9451b8 s Context>handleSignal:
         0xb94faa0 s Context>handleSignal:
         0xb95a388 s Context>handleSignal:
         0xb964c70 s Context>handleSignal:
         0xb96f558 s Context>handleSignal:
         0xb979e40 s Context>handleSignal:
         0xb984728 s Context>handleSignal:
         0xb98f010 s Context>handleSignal:
         0xb9998f8 s Context>handleSignal:
         0xb9a41e0 s Context>handleSignal:
         0xb9aeac8 s Context>handleSignal:
         0xb9b93b0 s Context>handleSignal:
         0xb9c3c98 s Context>handleSignal:
         0xb9ce580 s Context>handleSignal:
         0xb9d8e68 s Context>handleSignal:
         0xb9e3750 s Context>handleSignal:
         0xb9ee038 s Context>handleSignal:
         0xb9f8920 s Context>handleSignal:
         0xba03208 s Context>handleSignal:
         0xba0daf0 s Context>handleSignal:
         0xba183d8 s Context>handleSignal:
         0xba22cc0 s Context>handleSignal:
         0xba2d5a8 s Context>handleSignal:
         0xba37e90 s Context>handleSignal:
         0xb417330 s Context>handleSignal:
         0xb41dc20 s Context>handleSignal:
         0xb425288 s Context>handleSignal:
         0xb42bc98 s Context>handleSignal:
         0xb433098 s Context>handleSignal:
         0xb43a180 s Context>handleSignal:
         0xb441040 s Context>handleSignal:
         0xb447200 s Context>handleSignal:
         0xb44d3c0 s Context>handleSignal:
         0xb4534c8 s Context>handleSignal:
         0xb459518 s Context>handleSignal:
         0xb45f568 s Context>handleSignal:
         0xb4655b8 s Context>handleSignal:
         0xb46b608 s Context>handleSignal:
         0xb471658 s Context>handleSignal:
         0xb4776a8 s Context>handleSignal:
         0xb47d6f8 s Context>handleSignal:
         0xb483748 s Context>handleSignal:
         0xb489798 s Context>handleSignal:
         0xb48f7e8 s Context>handleSignal:
         0xb495838 s Context>handleSignal:
         0xb49b888 s Context>handleSignal:
         0xb4a18d8 s Context>handleSignal:
         0xb4a7928 s Context>handleSignal:
         0xb4ad978 s Context>handleSignal:
         0xb4b39c8 s Context>handleSignal:
         0xb4b9a18 s Context>handleSignal:
         0xb4bfa68 s Context>handleSignal:
         0xb4c5ab8 s Context>handleSignal:
         0xb4cbb08 s Context>handleSignal:
         0xb4d1aa0 s Context>handleSignal:
         0xb4d7a38 s Context>handleSignal:
         0xb4dd9d0 s Context>handleSignal:
         0xb4e3968 s Context>handleSignal:
         0xb4e9900 s Context>handleSignal:
         0xb4ef898 s Context>handleSignal:
         0xb4f5830 s Context>handleSignal:
         0xb4fb7c8 s Context>handleSignal:
         0xb501760 s Context>handleSignal:
         0xb5076f8 s Context>handleSignal:
         0xb50d690 s Context>handleSignal:
         0xb513628 s Context>handleSignal:
         0xb5195c0 s Context>handleSignal:
         0xb51f558 s Context>handleSignal:
         0xb5254f0 s Context>handleSignal:
         0xb52b488 s Context>handleSignal:
         0xb531420 s Context>handleSignal:
         0xb5373b8 s Context>handleSignal:
         0xb53d350 s Context>handleSignal:
         0xb5432e8 s Context>handleSignal:
         0xb549280 s Context>handleSignal:
         0xb54f218 s Context>handleSignal:
         0xb5551b0 s Context>handleSignal:
         0xb55b148 s Context>handleSignal:
         0xb5610e0 s Context>handleSignal:
         0xb567078 s Context>handleSignal:
         0xb56d010 s Context>handleSignal:
         0xb572fa8 s Context>handleSignal:
         0xb578f40 s Context>handleSignal:
         0xb57eed8 s Context>handleSignal:
         0xb584e70 s Context>handleSignal:
         0xb58ae08 s Context>handleSignal:
         0xb590da0 s Context>handleSignal:
         0xb596d38 s Context>handleSignal:
         0xb59ccd0 s Context>handleSignal:
         0xb5a2c68 s Context>handleSignal:
         0xb5a8c00 s Context>handleSignal:
         0xb5aeb98 s Context>handleSignal:
         0xb5b4b30 s Context>handleSignal:
         0xb5baac8 s Context>handleSignal:
         0xb5c0a60 s Context>handleSignal:
         0xb5c69f8 s Context>handleSignal:
         0xb5cc990 s Context>handleSignal:
         0xb5d2928 s Context>handleSignal:
         0xb5d88c0 s Context>handleSignal:
         0xb5de858 s Context>handleSignal:
         0xb5e47f0 s Context>handleSignal:
         0xb5ea788 s Context>handleSignal:
         0xb5f0720 s Context>handleSignal:
         0xb5f66b8 s Context>handleSignal:
         0xb5fc650 s Context>handleSignal:
         0xb6025e8 s Context>handleSignal:
         0xb608580 s Context>handleSignal:
         0xb60e518 s Context>handleSignal:
         0xb6144b0 s Context>handleSignal:
         0xb61a448 s Context>handleSignal:
         0xb6203e0 s Context>handleSignal:
         0xb626378 s Context>handleSignal:
         0xb62c310 s Context>handleSignal:
         0xb6322a8 s Context>handleSignal:
         0xb638240 s Context>handleSignal:
         0xb63e1d8 s Context>handleSignal:
         0xb644170 s Context>handleSignal:
         0xb64a108 s Context>handleSignal:
         0xb6500a0 s Context>handleSignal:
         0xb656038 s Context>handleSignal:
         0xb65bf18 s Context>handleSignal:
         0xb661d40 s Context>handleSignal:
         0xb667ab0 s Context>handleSignal:
         0xb66d768 s Context>handleSignal:
         0xb673368 s Context>handleSignal:
         0xb678eb0 s Context>handleSignal:
         0xb67e940 s Context>handleSignal:
         0xb684318 s Context>handleSignal:
         0xb689c38 s Context>handleSignal:
         0xb68f4a0 s Context>handleSignal:
         0xb694c50 s Context>handleSignal:
         0xb69a348 s Context>handleSignal:
         0xb69f988 s Context>handleSignal:
         0xb6a4f10 s Context>handleSignal:
         0xb6aa3e0 s Context>handleSignal:
         0xb6af7f8 s Context>handleSignal:
         0xb6b4b58 s Context>handleSignal:
         0xb6b9e00 s Context>handleSignal:
         0xb6beff0 s Context>handleSignal:
         0xb6c4128 s Context>handleSignal:
         0xb6c91a8 s Context>handleSignal:
         0xb6ce170 s Context>handleSignal:
         0xb6d3080 s Context>handleSignal:
         0xb6d7ed8 s Context>handleSignal:
         0xb6dcc78 s Context>handleSignal:
         0xb6e1960 s Context>handleSignal:
         0xb6e6590 s Context>handleSignal:
         0xb6eb108 s Context>handleSignal:
         0xb6efbc8 s Context>handleSignal:
         0xb6f45d0 s Context>handleSignal:
         0xb6f8f20 s Context>handleSignal:
         0xb6fd7b8 s Context>handleSignal:
         0xb701f98 s Context>handleSignal:
         0xb7066c0 s Context>handleSignal:
         0xb70ad30 s Context>handleSignal:
         0xb70f2e8 s Context>handleSignal:
         0xb7137e8 s Context>handleSignal:
         0xb717c30 s Context>handleSignal:
         0xb71bfc0 s Context>handleSignal:
         0xb720298 s Context>handleSignal:
         0xb7244b8 s Context>handleSignal:
         0xb728620 s Context>handleSignal:
         0xb72c6d0 s Context>handleSignal:
         0xb7306c8 s Context>handleSignal:
         0xb734608 s Context>handleSignal:
         0xb738490 s Context>handleSignal:
         0xb73c260 s Context>handleSignal:
         0xb73ff78 s Context>handleSignal:
         0xb743bd8 s Context>handleSignal:
         0xb747780 s Context>handleSignal:
         0xb74b270 s Context>handleSignal:
         0xb74eca8 s Context>handleSignal:
         0xb752628 s Context>handleSignal:
         0xb755ef0 s Context>handleSignal:
         0xb759700 s Context>handleSignal:
         0xb75cf10 s Context>handleSignal:
         0xb760668 s Context>handleSignal:
         0xb763d08 s Context>handleSignal:
         0xb7672f0 s Context>handleSignal:
         0xb76a768 s Context>handleSignal:
         0xb76db28 s Context>handleSignal:
         0xb770e30 s Context>handleSignal:
         0xb774080 s Context>handleSignal:
         0xb777218 s Context>handleSignal:
         0xb77a2f8 s Context>handleSignal:
         0xb77d320 s Context>handleSignal:
         0xb780290 s Context>handleSignal:
         0xb783148 s Context>handleSignal:
         0xb785f48 s Context>handleSignal:
         0xb788c90 s Context>handleSignal:
         0xb78b920 s Context>handleSignal:
         0xb78e4f8 s Context>handleSignal:
         0xb791018 s Context>handleSignal:
         0xb793a80 s Context>handleSignal:
         0xb796430 s Context>handleSignal:
         0xb798d28 s Context>handleSignal:
         0xb79b568 s Context>handleSignal:
         0xb79dcf0 s Context>handleSignal:
         0xb7a03c0 s Context>handleSignal:
         0xb7a29d8 s Context>handleSignal:
         0xb7a4f38 s Context>handleSignal:
         0xb7a73e0 s Context>handleSignal:
         0xb7a97d0 s Context>handleSignal:
         0xb7abb08 s Context>handleSignal:
         0xb7add88 s Context>handleSignal:
         0xb7aff50 s Context>handleSignal:
         0xb7b1fa8 s Context>handleSignal:
         0xb7b3f48 s Context>handleSignal:
         0xb7b5e30 s Context>handleSignal:
         0xb7b7c60 s Context>handleSignal:
         0xb7b99d8 s Context>handleSignal:
         0xb7bb698 s Context>handleSignal:
         0xb7bd2a0 s Context>handleSignal:
         0xb7bed38 s Context>handleSignal:
         0xbf80110 s Halt(Exception)>signal
         0xbf9b298 s Halt class(Exception class)>signal
         0xbfc4190 s Halt class>now
         0xbfb05f0 s FullBlockClosure(Object)>halt
         0xbfe1590 s FullBlockClosure>printOn:
         0xc004168 s Context>printOn:
         0xc029808 s Context>printDebugOn:
         0xc029ae8 s [] in Context>debugStack:on:
         0xc051720 s OrderedCollection>do:
         0xbfb0378 s Context>debugStack:on:
         0xbfe1340 s Context>shortDebugStackOn:
         0xc003f30 s [] in SmalltalkImage>logError:inContext:
         0xc029528 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7c568 s FullBlockClosure(BlockClosure)>on:do:
         0xbf97210 s SmalltalkImage>logStdErrorDuring:
         0xbfc0240 s SmalltalkImage>logError:inContext:
         0xbfedf78 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc011228 s FullBlockClosure(BlockClosure)>ensure:
         0xc039758 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0592c0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069a58 s Halt(Exception)>unhandledErrorAction
         0xc07f2d0 s Halt(UnhandledException)>defaultAction
         0xc0a4880 s UndefinedObject>handleSignal:
         0xc0a4938 s Context>handleSignal:
         0xc0a49f0 s Context>handleSignal:
         0xc0a4aa8 s Context>handleSignal:
         0xc0a4b60 s Context>handleSignal:
         0xc0a4c18 s Context>handleSignal:
         0xc0a4cd0 s Context>handleSignal:
         0xc0a4d88 s Context>handleSignal:
         0xc0a4e40 s Context>handleSignal:
         0xc0a4ef8 s Context>handleSignal:
         0xc0a4fb0 s Context>handleSignal:
         0xc1015f8 s Context>handleSignal:
         0xc10cd18 s Context>handleSignal:
         0xc117bc0 s Context>handleSignal:
         0xc1224a8 s Context>handleSignal:
         0xc12ccd8 s Context>handleSignal:
         0xc137508 s Context>handleSignal:
         0xc141d38 s Context>handleSignal:
         0xc14c568 s Context>handleSignal:
         0xc156d98 s Context>handleSignal:
         0xc1615c8 s Context>handleSignal:
         0xc16bdf8 s Context>handleSignal:
         0xc176628 s Context>handleSignal:
         0xc180e58 s Context>handleSignal:
         0xc18b688 s Context>handleSignal:
         0xc195eb8 s Context>handleSignal:
         0xc1a06e8 s Context>handleSignal:
         0xc1aaf18 s Context>handleSignal:
         0xc1b5748 s Context>handleSignal:
         0xc1bff78 s Context>handleSignal:
         0xc1ca7a8 s Context>handleSignal:
         0xc1d4fd8 s Context>handleSignal:
         0xc1df808 s Context>handleSignal:
         0xc1ea038 s Context>handleSignal:
         0xc1f4868 s Context>handleSignal:
         0xc1ff098 s Context>handleSignal:
         0xc2098c8 s Context>handleSignal:
         0xc2140f8 s Context>handleSignal:
         0xc21e928 s Context>handleSignal:
         0xc229158 s Context>handleSignal:
         0xc233988 s Context>handleSignal:
         0xc23e1b8 s Context>handleSignal:
         0xc2489e8 s Context>handleSignal:
         0xc253218 s Context>handleSignal:
         0xc25da48 s Context>handleSignal:
         0xc264eb8 s Context>handleSignal:
         0xb7de230 s Context>handleSignal:
         0xb7e8b18 s Context>handleSignal:
         0xb7f3400 s Context>handleSignal:
         0xb7fdce8 s Context>handleSignal:
         0xb8085d0 s Context>handleSignal:
         0xb812eb8 s Context>handleSignal:
         0xb81d7a0 s Context>handleSignal:
         0xb828088 s Context>handleSignal:
         0xb832970 s Context>handleSignal:
         0xb83d258 s Context>handleSignal:
         0xb847b40 s Context>handleSignal:
         0xb852428 s Context>handleSignal:
         0xb85cd10 s Context>handleSignal:
         0xb8675f8 s Context>handleSignal:
         0xb871ee0 s Context>handleSignal:
         0xb87c7c8 s Context>handleSignal:
         0xb8870b0 s Context>handleSignal:
         0xb891998 s Context>handleSignal:
         0xb89c280 s Context>handleSignal:
         0xb8a6b68 s Context>handleSignal:
         0xb8b1450 s Context>handleSignal:
         0xb8bbd38 s Context>handleSignal:
         0xb8c6620 s Context>handleSignal:
         0xb8d0f08 s Context>handleSignal:
         0xb8db7f0 s Context>handleSignal:
         0xb8e60d8 s Context>handleSignal:
         0xb8f09c0 s Context>handleSignal:
         0xb8fb2a8 s Context>handleSignal:
         0xb905b90 s Context>handleSignal:
         0xb910478 s Context>handleSignal:
         0xb91ad60 s Context>handleSignal:
         0xb925648 s Context>handleSignal:
         0xb92ff30 s Context>handleSignal:
         0xb93a818 s Context>handleSignal:
         0xb945100 s Context>handleSignal:
         0xb94f9e8 s Context>handleSignal:
         0xb95a2d0 s Context>handleSignal:
         0xb964bb8 s Context>handleSignal:
         0xb96f4a0 s Context>handleSignal:
         0xb979d88 s Context>handleSignal:
         0xb984670 s Context>handleSignal:
         0xb98ef58 s Context>handleSignal:
         0xb999840 s Context>handleSignal:
         0xb9a4128 s Context>handleSignal:
         0xb9aea10 s Context>handleSignal:
         0xb9b92f8 s Context>handleSignal:
         0xb9c3be0 s Context>handleSignal:
         0xb9ce4c8 s Context>handleSignal:
         0xb9d8db0 s Context>handleSignal:
         0xb9e3698 s Context>handleSignal:
         0xb9edf80 s Context>handleSignal:
         0xb9f8868 s Context>handleSignal:
         0xba03150 s Context>handleSignal:
         0xba0da38 s Context>handleSignal:
         0xba18320 s Context>handleSignal:
         0xba22c08 s Context>handleSignal:
         0xba2d4f0 s Context>handleSignal:
         0xba37dd8 s Context>handleSignal:
         0xb417278 s Context>handleSignal:
         0xb41db68 s Context>handleSignal:
         0xb4251d0 s Context>handleSignal:
         0xb42bbe0 s Context>handleSignal:
         0xb432fe0 s Context>handleSignal:
         0xb43a0c8 s Context>handleSignal:
         0xb440f88 s Context>handleSignal:
         0xb447148 s Context>handleSignal:
         0xb44d308 s Context>handleSignal:
         0xb453410 s Context>handleSignal:
         0xb459460 s Context>handleSignal:
         0xb45f4b0 s Context>handleSignal:
         0xb465500 s Context>handleSignal:
         0xb46b550 s Context>handleSignal:
         0xb4715a0 s Context>handleSignal:
         0xb4775f0 s Context>handleSignal:
         0xb47d640 s Context>handleSignal:
         0xb483690 s Context>handleSignal:
         0xb4896e0 s Context>handleSignal:
         0xb48f730 s Context>handleSignal:
         0xb495780 s Context>handleSignal:
         0xb49b7d0 s Context>handleSignal:
         0xb4a1820 s Context>handleSignal:
         0xb4a7870 s Context>handleSignal:
         0xb4ad8c0 s Context>handleSignal:
         0xb4b3910 s Context>handleSignal:
         0xb4b9960 s Context>handleSignal:
         0xb4bf9b0 s Context>handleSignal:
         0xb4c5a00 s Context>handleSignal:
         0xb4cba50 s Context>handleSignal:
         0xb4d19e8 s Context>handleSignal:
         0xb4d7980 s Context>handleSignal:
         0xb4dd918 s Context>handleSignal:
         0xb4e38b0 s Context>handleSignal:
         0xb4e9848 s Context>handleSignal:
         0xb4ef7e0 s Context>handleSignal:
         0xb4f5778 s Context>handleSignal:
         0xb4fb710 s Context>handleSignal:
         0xb5016a8 s Context>handleSignal:
         0xb507640 s Context>handleSignal:
         0xb50d5d8 s Context>handleSignal:
         0xb513570 s Context>handleSignal:
         0xb519508 s Context>handleSignal:
         0xb51f4a0 s Context>handleSignal:
         0xb525438 s Context>handleSignal:
         0xb52b3d0 s Context>handleSignal:
         0xb531368 s Context>handleSignal:
         0xb537300 s Context>handleSignal:
         0xb53d298 s Context>handleSignal:
         0xb543230 s Context>handleSignal:
         0xb5491c8 s Context>handleSignal:
         0xb54f160 s Context>handleSignal:
         0xb5550f8 s Context>handleSignal:
         0xb55b090 s Context>handleSignal:
         0xb561028 s Context>handleSignal:
         0xb566fc0 s Context>handleSignal:
         0xb56cf58 s Context>handleSignal:
         0xb572ef0 s Context>handleSignal:
         0xb578e88 s Context>handleSignal:
         0xb57ee20 s Context>handleSignal:
         0xb584db8 s Context>handleSignal:
         0xb58ad50 s Context>handleSignal:
         0xb590ce8 s Context>handleSignal:
         0xb596c80 s Context>handleSignal:
         0xb59cc18 s Context>handleSignal:
         0xb5a2bb0 s Context>handleSignal:
         0xb5a8b48 s Context>handleSignal:
         0xb5aeae0 s Context>handleSignal:
         0xb5b4a78 s Context>handleSignal:
         0xb5baa10 s Context>handleSignal:
         0xb5c09a8 s Context>handleSignal:
         0xb5c6940 s Context>handleSignal:
         0xb5cc8d8 s Context>handleSignal:
         0xb5d2870 s Context>handleSignal:
         0xb5d8808 s Context>handleSignal:
         0xb5de7a0 s Context>handleSignal:
         0xb5e4738 s Context>handleSignal:
         0xb5ea6d0 s Context>handleSignal:
         0xb5f0668 s Context>handleSignal:
         0xb5f6600 s Context>handleSignal:
         0xb5fc598 s Context>handleSignal:
         0xb602530 s Context>handleSignal:
         0xb6084c8 s Context>handleSignal:
         0xb60e460 s Context>handleSignal:
         0xb6143f8 s Context>handleSignal:
         0xb61a390 s Context>handleSignal:
         0xb620328 s Context>handleSignal:
         0xb6262c0 s Context>handleSignal:
         0xb62c258 s Context>handleSignal:
         0xb6321f0 s Context>handleSignal:
         0xb638188 s Context>handleSignal:
         0xb63e120 s Context>handleSignal:
         0xb6440b8 s Context>handleSignal:
         0xb64a050 s Context>handleSignal:
         0xb64ffe8 s Context>handleSignal:
         0xb655f80 s Context>handleSignal:
         0xb65be60 s Context>handleSignal:
         0xb661c88 s Context>handleSignal:
         0xb6679f8 s Context>handleSignal:
         0xb66d6b0 s Context>handleSignal:
         0xb6732b0 s Context>handleSignal:
         0xb678df8 s Context>handleSignal:
         0xb67e888 s Context>handleSignal:
         0xb684260 s Context>handleSignal:
         0xb689b80 s Context>handleSignal:
         0xb68f3e8 s Context>handleSignal:
         0xb694b98 s Context>handleSignal:
         0xb69a290 s Context>handleSignal:
         0xb69f8d0 s Context>handleSignal:
         0xb6a4e58 s Context>handleSignal:
         0xb6aa328 s Context>handleSignal:
         0xb6af740 s Context>handleSignal:
         0xb6b4aa0 s Context>handleSignal:
         0xb6b9d48 s Context>handleSignal:
         0xb6bef38 s Context>handleSignal:
         0xb6c4070 s Context>handleSignal:
         0xb6c90f0 s Context>handleSignal:
         0xb6ce0b8 s Context>handleSignal:
         0xb6d2fc8 s Context>handleSignal:
         0xb6d7e20 s Context>handleSignal:
         0xb6dcbc0 s Context>handleSignal:
         0xb6e18a8 s Context>handleSignal:
         0xb6e64d8 s Context>handleSignal:
         0xb6eb050 s Context>handleSignal:
         0xb6efb10 s Context>handleSignal:
         0xb6f4518 s Context>handleSignal:
         0xb6f8e68 s Context>handleSignal:
         0xb6fd700 s Context>handleSignal:
         0xb701ee0 s Context>handleSignal:
         0xb706608 s Context>handleSignal:
         0xb70ac78 s Context>handleSignal:
         0xb70f230 s Context>handleSignal:
         0xb713730 s Context>handleSignal:
         0xb717b78 s Context>handleSignal:
         0xb71bf08 s Context>handleSignal:
         0xb7201e0 s Context>handleSignal:
         0xb724400 s Context>handleSignal:
         0xb728568 s Context>handleSignal:
         0xb72c618 s Context>handleSignal:
         0xb730610 s Context>handleSignal:
         0xb734550 s Context>handleSignal:
         0xb7383d8 s Context>handleSignal:
         0xb73c1a8 s Context>handleSignal:
         0xb73fec0 s Context>handleSignal:
         0xb743b20 s Context>handleSignal:
         0xb7476c8 s Context>handleSignal:
         0xb74b1b8 s Context>handleSignal:
         0xb74ebf0 s Context>handleSignal:
         0xb752570 s Context>handleSignal:
         0xb755e38 s Context>handleSignal:
         0xb759648 s Context>handleSignal:
         0xb75ce58 s Context>handleSignal:
         0xb7605b0 s Context>handleSignal:
         0xb763c50 s Context>handleSignal:
         0xb767238 s Context>handleSignal:
         0xb76a6b0 s Context>handleSignal:
         0xb76da70 s Context>handleSignal:
         0xb770d78 s Context>handleSignal:
         0xb773fc8 s Context>handleSignal:
         0xb777160 s Context>handleSignal:
         0xb77a240 s Context>handleSignal:
         0xb77d268 s Context>handleSignal:
         0xb7801d8 s Context>handleSignal:
         0xb783090 s Context>handleSignal:
         0xb785e90 s Context>handleSignal:
         0xb788bd8 s Context>handleSignal:
         0xb78b868 s Context>handleSignal:
         0xb78e440 s Context>handleSignal:
         0xb790f60 s Context>handleSignal:
         0xb7939c8 s Context>handleSignal:
         0xb796378 s Context>handleSignal:
         0xb798c70 s Context>handleSignal:
         0xb79b4b0 s Context>handleSignal:
         0xb79dc38 s Context>handleSignal:
         0xb7a0308 s Context>handleSignal:
         0xb7a2920 s Context>handleSignal:
         0xb7a4e80 s Context>handleSignal:
         0xb7a7328 s Context>handleSignal:
         0xb7a9718 s Context>handleSignal:
         0xb7aba50 s Context>handleSignal:
         0xb7adcd0 s Context>handleSignal:
         0xb7afe98 s Context>handleSignal:
         0xb7b1ef0 s Context>handleSignal:
         0xb7b3e90 s Context>handleSignal:
         0xb7b5d78 s Context>handleSignal:
         0xb7b7ba8 s Context>handleSignal:
         0xb7b9920 s Context>handleSignal:
         0xb7bb5e0 s Context>handleSignal:
         0xb7bd1e8 s Context>handleSignal:
         0xbf80058 s Halt(Exception)>signal
         0xbf9b1e0 s Halt class(Exception class)>signal
         0xbfc40d8 s Halt class>now
         0xbfb0430 s FullBlockClosure(Object)>halt
         0xbfe13f8 s FullBlockClosure>printOn:
         0xc003fe8 s Context>printOn:
         0xc0295e0 s Context>printDebugOn:
         0xc0298c0 s [] in Context>debugStack:on:
         0xc051668 s OrderedCollection>do:
         0xbfb01b8 s Context>debugStack:on:
         0xbfe11a8 s Context>shortDebugStackOn:
         0xc003db0 s [] in SmalltalkImage>logError:inContext:
         0xc029300 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7c3f8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf97040 s SmalltalkImage>logStdErrorDuring:
         0xbfc0088 s SmalltalkImage>logError:inContext:
         0xbfedeb0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc011138 s FullBlockClosure(BlockClosure)>ensure:
         0xc039678 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc059208 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0699a0 s Halt(Exception)>unhandledErrorAction
         0xc07f218 s Halt(UnhandledException)>defaultAction
         0xc0a4098 s UndefinedObject>handleSignal:
         0xc0a4150 s Context>handleSignal:
         0xc0a4208 s Context>handleSignal:
         0xc0a42c0 s Context>handleSignal:
         0xc0a4378 s Context>handleSignal:
         0xc0a4430 s Context>handleSignal:
         0xc0a44e8 s Context>handleSignal:
         0xc0a45a0 s Context>handleSignal:
         0xc0a4658 s Context>handleSignal:
         0xc0a4710 s Context>handleSignal:
         0xc0a47c8 s Context>handleSignal:
         0xc101540 s Context>handleSignal:
         0xc10cc60 s Context>handleSignal:
         0xc117b08 s Context>handleSignal:
         0xc1223f0 s Context>handleSignal:
         0xc12cc20 s Context>handleSignal:
         0xc137450 s Context>handleSignal:
         0xc141c80 s Context>handleSignal:
         0xc14c4b0 s Context>handleSignal:
         0xc156ce0 s Context>handleSignal:
         0xc161510 s Context>handleSignal:
         0xc16bd40 s Context>handleSignal:
         0xc176570 s Context>handleSignal:
         0xc180da0 s Context>handleSignal:
         0xc18b5d0 s Context>handleSignal:
         0xc195e00 s Context>handleSignal:
         0xc1a0630 s Context>handleSignal:
         0xc1aae60 s Context>handleSignal:
         0xc1b5690 s Context>handleSignal:
         0xc1bfec0 s Context>handleSignal:
         0xc1ca6f0 s Context>handleSignal:
         0xc1d4f20 s Context>handleSignal:
         0xc1df750 s Context>handleSignal:
         0xc1e9f80 s Context>handleSignal:
         0xc1f47b0 s Context>handleSignal:
         0xc1fefe0 s Context>handleSignal:
         0xc209810 s Context>handleSignal:
         0xc214040 s Context>handleSignal:
         0xc21e870 s Context>handleSignal:
         0xc2290a0 s Context>handleSignal:
         0xc2338d0 s Context>handleSignal:
         0xc23e100 s Context>handleSignal:
         0xc248930 s Context>handleSignal:
         0xc253160 s Context>handleSignal:
         0xc25d990 s Context>handleSignal:
         0xc264e00 s Context>handleSignal:
         0xb7de178 s Context>handleSignal:
         0xb7e8a60 s Context>handleSignal:
         0xb7f3348 s Context>handleSignal:
         0xb7fdc30 s Context>handleSignal:
         0xb808518 s Context>handleSignal:
         0xb812e00 s Context>handleSignal:
         0xb81d6e8 s Context>handleSignal:
         0xb827fd0 s Context>handleSignal:
         0xb8328b8 s Context>handleSignal:
         0xb83d1a0 s Context>handleSignal:
         0xb847a88 s Context>handleSignal:
         0xb852370 s Context>handleSignal:
         0xb85cc58 s Context>handleSignal:
         0xb867540 s Context>handleSignal:
         0xb871e28 s Context>handleSignal:
         0xb87c710 s Context>handleSignal:
         0xb886ff8 s Context>handleSignal:
         0xb8918e0 s Context>handleSignal:
         0xb89c1c8 s Context>handleSignal:
         0xb8a6ab0 s Context>handleSignal:
         0xb8b1398 s Context>handleSignal:
         0xb8bbc80 s Context>handleSignal:
         0xb8c6568 s Context>handleSignal:
         0xb8d0e50 s Context>handleSignal:
         0xb8db738 s Context>handleSignal:
         0xb8e6020 s Context>handleSignal:
         0xb8f0908 s Context>handleSignal:
         0xb8fb1f0 s Context>handleSignal:
         0xb905ad8 s Context>handleSignal:
         0xb9103c0 s Context>handleSignal:
         0xb91aca8 s Context>handleSignal:
         0xb925590 s Context>handleSignal:
         0xb92fe78 s Context>handleSignal:
         0xb93a760 s Context>handleSignal:
         0xb945048 s Context>handleSignal:
         0xb94f930 s Context>handleSignal:
         0xb95a218 s Context>handleSignal:
         0xb964b00 s Context>handleSignal:
         0xb96f3e8 s Context>handleSignal:
         0xb979cd0 s Context>handleSignal:
         0xb9845b8 s Context>handleSignal:
         0xb98eea0 s Context>handleSignal:
         0xb999788 s Context>handleSignal:
         0xb9a4070 s Context>handleSignal:
         0xb9ae958 s Context>handleSignal:
         0xb9b9240 s Context>handleSignal:
         0xb9c3b28 s Context>handleSignal:
         0xb9ce410 s Context>handleSignal:
         0xb9d8cf8 s Context>handleSignal:
         0xb9e35e0 s Context>handleSignal:
         0xb9edec8 s Context>handleSignal:
         0xb9f87b0 s Context>handleSignal:
         0xba03098 s Context>handleSignal:
         0xba0d980 s Context>handleSignal:
         0xba18268 s Context>handleSignal:
         0xba22b50 s Context>handleSignal:
         0xba2d438 s Context>handleSignal:
         0xba37d20 s Context>handleSignal:
         0xb4171c0 s Context>handleSignal:
         0xb41dab0 s Context>handleSignal:
         0xb425118 s Context>handleSignal:
         0xb42bb28 s Context>handleSignal:
         0xb432f28 s Context>handleSignal:
         0xb43a010 s Context>handleSignal:
         0xb440ed0 s Context>handleSignal:
         0xb447090 s Context>handleSignal:
         0xb44d250 s Context>handleSignal:
         0xb453358 s Context>handleSignal:
         0xb4593a8 s Context>handleSignal:
         0xb45f3f8 s Context>handleSignal:
         0xb465448 s Context>handleSignal:
         0xb46b498 s Context>handleSignal:
         0xb4714e8 s Context>handleSignal:
         0xb477538 s Context>handleSignal:
         0xb47d588 s Context>handleSignal:
         0xb4835d8 s Context>handleSignal:
         0xb489628 s Context>handleSignal:
         0xb48f678 s Context>handleSignal:
         0xb4956c8 s Context>handleSignal:
         0xb49b718 s Context>handleSignal:
         0xb4a1768 s Context>handleSignal:
         0xb4a77b8 s Context>handleSignal:
         0xb4ad808 s Context>handleSignal:
         0xb4b3858 s Context>handleSignal:
         0xb4b98a8 s Context>handleSignal:
         0xb4bf8f8 s Context>handleSignal:
         0xb4c5948 s Context>handleSignal:
         0xb4cb998 s Context>handleSignal:
         0xb4d1930 s Context>handleSignal:
         0xb4d78c8 s Context>handleSignal:
         0xb4dd860 s Context>handleSignal:
         0xb4e37f8 s Context>handleSignal:
         0xb4e9790 s Context>handleSignal:
         0xb4ef728 s Context>handleSignal:
         0xb4f56c0 s Context>handleSignal:
         0xb4fb658 s Context>handleSignal:
         0xb5015f0 s Context>handleSignal:
         0xb507588 s Context>handleSignal:
         0xb50d520 s Context>handleSignal:
         0xb5134b8 s Context>handleSignal:
         0xb519450 s Context>handleSignal:
         0xb51f3e8 s Context>handleSignal:
         0xb525380 s Context>handleSignal:
         0xb52b318 s Context>handleSignal:
         0xb5312b0 s Context>handleSignal:
         0xb537248 s Context>handleSignal:
         0xb53d1e0 s Context>handleSignal:
         0xb543178 s Context>handleSignal:
         0xb549110 s Context>handleSignal:
         0xb54f0a8 s Context>handleSignal:
         0xb555040 s Context>handleSignal:
         0xb55afd8 s Context>handleSignal:
         0xb560f70 s Context>handleSignal:
         0xb566f08 s Context>handleSignal:
         0xb56cea0 s Context>handleSignal:
         0xb572e38 s Context>handleSignal:
         0xb578dd0 s Context>handleSignal:
         0xb57ed68 s Context>handleSignal:
         0xb584d00 s Context>handleSignal:
         0xb58ac98 s Context>handleSignal:
         0xb590c30 s Context>handleSignal:
         0xb596bc8 s Context>handleSignal:
         0xb59cb60 s Context>handleSignal:
         0xb5a2af8 s Context>handleSignal:
         0xb5a8a90 s Context>handleSignal:
         0xb5aea28 s Context>handleSignal:
         0xb5b49c0 s Context>handleSignal:
         0xb5ba958 s Context>handleSignal:
         0xb5c08f0 s Context>handleSignal:
         0xb5c6888 s Context>handleSignal:
         0xb5cc820 s Context>handleSignal:
         0xb5d27b8 s Context>handleSignal:
         0xb5d8750 s Context>handleSignal:
         0xb5de6e8 s Context>handleSignal:
         0xb5e4680 s Context>handleSignal:
         0xb5ea618 s Context>handleSignal:
         0xb5f05b0 s Context>handleSignal:
         0xb5f6548 s Context>handleSignal:
         0xb5fc4e0 s Context>handleSignal:
         0xb602478 s Context>handleSignal:
         0xb608410 s Context>handleSignal:
         0xb60e3a8 s Context>handleSignal:
         0xb614340 s Context>handleSignal:
         0xb61a2d8 s Context>handleSignal:
         0xb620270 s Context>handleSignal:
         0xb626208 s Context>handleSignal:
         0xb62c1a0 s Context>handleSignal:
         0xb632138 s Context>handleSignal:
         0xb6380d0 s Context>handleSignal:
         0xb63e068 s Context>handleSignal:
         0xb644000 s Context>handleSignal:
         0xb649f98 s Context>handleSignal:
         0xb64ff30 s Context>handleSignal:
         0xb655ec8 s Context>handleSignal:
         0xb65bda8 s Context>handleSignal:
         0xb661bd0 s Context>handleSignal:
         0xb667940 s Context>handleSignal:
         0xb66d5f8 s Context>handleSignal:
         0xb6731f8 s Context>handleSignal:
         0xb678d40 s Context>handleSignal:
         0xb67e7d0 s Context>handleSignal:
         0xb6841a8 s Context>handleSignal:
         0xb689ac8 s Context>handleSignal:
         0xb68f330 s Context>handleSignal:
         0xb694ae0 s Context>handleSignal:
         0xb69a1d8 s Context>handleSignal:
         0xb69f818 s Context>handleSignal:
         0xb6a4da0 s Context>handleSignal:
         0xb6aa270 s Context>handleSignal:
         0xb6af688 s Context>handleSignal:
         0xb6b49e8 s Context>handleSignal:
         0xb6b9c90 s Context>handleSignal:
         0xb6bee80 s Context>handleSignal:
         0xb6c3fb8 s Context>handleSignal:
         0xb6c9038 s Context>handleSignal:
         0xb6ce000 s Context>handleSignal:
         0xb6d2f10 s Context>handleSignal:
         0xb6d7d68 s Context>handleSignal:
         0xb6dcb08 s Context>handleSignal:
         0xb6e17f0 s Context>handleSignal:
         0xb6e6420 s Context>handleSignal:
         0xb6eaf98 s Context>handleSignal:
         0xb6efa58 s Context>handleSignal:
         0xb6f4460 s Context>handleSignal:
         0xb6f8db0 s Context>handleSignal:
         0xb6fd648 s Context>handleSignal:
         0xb701e28 s Context>handleSignal:
         0xb706550 s Context>handleSignal:
         0xb70abc0 s Context>handleSignal:
         0xb70f178 s Context>handleSignal:
         0xb713678 s Context>handleSignal:
         0xb717ac0 s Context>handleSignal:
         0xb71be50 s Context>handleSignal:
         0xb720128 s Context>handleSignal:
         0xb724348 s Context>handleSignal:
         0xb7284b0 s Context>handleSignal:
         0xb72c560 s Context>handleSignal:
         0xb730558 s Context>handleSignal:
         0xb734498 s Context>handleSignal:
         0xb738320 s Context>handleSignal:
         0xb73c0f0 s Context>handleSignal:
         0xb73fe08 s Context>handleSignal:
         0xb743a68 s Context>handleSignal:
         0xb747610 s Context>handleSignal:
         0xb74b100 s Context>handleSignal:
         0xb74eb38 s Context>handleSignal:
         0xb7524b8 s Context>handleSignal:
         0xb755d80 s Context>handleSignal:
         0xb759590 s Context>handleSignal:
         0xb75cda0 s Context>handleSignal:
         0xb7604f8 s Context>handleSignal:
         0xb763b98 s Context>handleSignal:
         0xb767180 s Context>handleSignal:
         0xb76a5f8 s Context>handleSignal:
         0xb76d9b8 s Context>handleSignal:
         0xb770cc0 s Context>handleSignal:
         0xb773f10 s Context>handleSignal:
         0xb7770a8 s Context>handleSignal:
         0xb77a188 s Context>handleSignal:
         0xb77d1b0 s Context>handleSignal:
         0xb780120 s Context>handleSignal:
         0xb782fd8 s Context>handleSignal:
         0xb785dd8 s Context>handleSignal:
         0xb788b20 s Context>handleSignal:
         0xb78b7b0 s Context>handleSignal:
         0xb78e388 s Context>handleSignal:
         0xb790ea8 s Context>handleSignal:
         0xb793910 s Context>handleSignal:
         0xb7962c0 s Context>handleSignal:
         0xb798bb8 s Context>handleSignal:
         0xb79b3f8 s Context>handleSignal:
         0xb79db80 s Context>handleSignal:
         0xb7a0250 s Context>handleSignal:
         0xb7a2868 s Context>handleSignal:
         0xb7a4dc8 s Context>handleSignal:
         0xb7a7270 s Context>handleSignal:
         0xb7a9660 s Context>handleSignal:
         0xb7ab998 s Context>handleSignal:
         0xb7adc18 s Context>handleSignal:
         0xb7afde0 s Context>handleSignal:
         0xb7b1e38 s Context>handleSignal:
         0xb7b3dd8 s Context>handleSignal:
         0xb7b5cc0 s Context>handleSignal:
         0xb7b7af0 s Context>handleSignal:
         0xb7b9868 s Context>handleSignal:
         0xb7bb528 s Context>handleSignal:
         0xbf7ffa0 s Halt(Exception)>signal
         0xbf9b128 s Halt class(Exception class)>signal
         0xbfc4020 s Halt class>now
         0xbfb0270 s FullBlockClosure(Object)>halt
         0xbfe1260 s FullBlockClosure>printOn:
         0xc003e68 s Context>printOn:
         0xc0293b8 s Context>printDebugOn:
         0xc029698 s [] in Context>debugStack:on:
         0xc0515b0 s OrderedCollection>do:
         0xbfafff8 s Context>debugStack:on:
         0xbfe1010 s Context>shortDebugStackOn:
         0xc003c30 s [] in SmalltalkImage>logError:inContext:
         0xc0290d8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7c288 s FullBlockClosure(BlockClosure)>on:do:
         0xbf96e70 s SmalltalkImage>logStdErrorDuring:
         0xbfbfed0 s SmalltalkImage>logError:inContext:
         0xbfedde8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc011048 s FullBlockClosure(BlockClosure)>ensure:
         0xc039598 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc059150 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0698e8 s Halt(Exception)>unhandledErrorAction
         0xc07f160 s Halt(UnhandledException)>defaultAction
         0xc0a38b0 s UndefinedObject>handleSignal:
         0xc0a3968 s Context>handleSignal:
         0xc0a3a20 s Context>handleSignal:
         0xc0a3ad8 s Context>handleSignal:
         0xc0a3b90 s Context>handleSignal:
         0xc0a3c48 s Context>handleSignal:
         0xc0a3d00 s Context>handleSignal:
         0xc0a3db8 s Context>handleSignal:
         0xc0a3e70 s Context>handleSignal:
         0xc0a3f28 s Context>handleSignal:
         0xc0a3fe0 s Context>handleSignal:
         0xc101488 s Context>handleSignal:
         0xc10cba8 s Context>handleSignal:
         0xc117a50 s Context>handleSignal:
         0xc122338 s Context>handleSignal:
         0xc12cb68 s Context>handleSignal:
         0xc137398 s Context>handleSignal:
         0xc141bc8 s Context>handleSignal:
         0xc14c3f8 s Context>handleSignal:
         0xc156c28 s Context>handleSignal:
         0xc161458 s Context>handleSignal:
         0xc16bc88 s Context>handleSignal:
         0xc1764b8 s Context>handleSignal:
         0xc180ce8 s Context>handleSignal:
         0xc18b518 s Context>handleSignal:
         0xc195d48 s Context>handleSignal:
         0xc1a0578 s Context>handleSignal:
         0xc1aada8 s Context>handleSignal:
         0xc1b55d8 s Context>handleSignal:
         0xc1bfe08 s Context>handleSignal:
         0xc1ca638 s Context>handleSignal:
         0xc1d4e68 s Context>handleSignal:
         0xc1df698 s Context>handleSignal:
         0xc1e9ec8 s Context>handleSignal:
         0xc1f46f8 s Context>handleSignal:
         0xc1fef28 s Context>handleSignal:
         0xc209758 s Context>handleSignal:
         0xc213f88 s Context>handleSignal:
         0xc21e7b8 s Context>handleSignal:
         0xc228fe8 s Context>handleSignal:
         0xc233818 s Context>handleSignal:
         0xc23e048 s Context>handleSignal:
         0xc248878 s Context>handleSignal:
         0xc2530a8 s Context>handleSignal:
         0xc25d8d8 s Context>handleSignal:
         0xc264d48 s Context>handleSignal:
         0xb7de0c0 s Context>handleSignal:
         0xb7e89a8 s Context>handleSignal:
         0xb7f3290 s Context>handleSignal:
         0xb7fdb78 s Context>handleSignal:
         0xb808460 s Context>handleSignal:
         0xb812d48 s Context>handleSignal:
         0xb81d630 s Context>handleSignal:
         0xb827f18 s Context>handleSignal:
         0xb832800 s Context>handleSignal:
         0xb83d0e8 s Context>handleSignal:
         0xb8479d0 s Context>handleSignal:
         0xb8522b8 s Context>handleSignal:
         0xb85cba0 s Context>handleSignal:
         0xb867488 s Context>handleSignal:
         0xb871d70 s Context>handleSignal:
         0xb87c658 s Context>handleSignal:
         0xb886f40 s Context>handleSignal:
         0xb891828 s Context>handleSignal:
         0xb89c110 s Context>handleSignal:
         0xb8a69f8 s Context>handleSignal:
         0xb8b12e0 s Context>handleSignal:
         0xb8bbbc8 s Context>handleSignal:
         0xb8c64b0 s Context>handleSignal:
         0xb8d0d98 s Context>handleSignal:
         0xb8db680 s Context>handleSignal:
         0xb8e5f68 s Context>handleSignal:
         0xb8f0850 s Context>handleSignal:
         0xb8fb138 s Context>handleSignal:
         0xb905a20 s Context>handleSignal:
         0xb910308 s Context>handleSignal:
         0xb91abf0 s Context>handleSignal:
         0xb9254d8 s Context>handleSignal:
         0xb92fdc0 s Context>handleSignal:
         0xb93a6a8 s Context>handleSignal:
         0xb944f90 s Context>handleSignal:
         0xb94f878 s Context>handleSignal:
         0xb95a160 s Context>handleSignal:
         0xb964a48 s Context>handleSignal:
         0xb96f330 s Context>handleSignal:
         0xb979c18 s Context>handleSignal:
         0xb984500 s Context>handleSignal:
         0xb98ede8 s Context>handleSignal:
         0xb9996d0 s Context>handleSignal:
         0xb9a3fb8 s Context>handleSignal:
         0xb9ae8a0 s Context>handleSignal:
         0xb9b9188 s Context>handleSignal:
         0xb9c3a70 s Context>handleSignal:
         0xb9ce358 s Context>handleSignal:
         0xb9d8c40 s Context>handleSignal:
         0xb9e3528 s Context>handleSignal:
         0xb9ede10 s Context>handleSignal:
         0xb9f86f8 s Context>handleSignal:
         0xba02fe0 s Context>handleSignal:
         0xba0d8c8 s Context>handleSignal:
         0xba181b0 s Context>handleSignal:
         0xba22a98 s Context>handleSignal:
         0xba2d380 s Context>handleSignal:
         0xba37c68 s Context>handleSignal:
         0xb417108 s Context>handleSignal:
         0xb41d9f8 s Context>handleSignal:
         0xb425060 s Context>handleSignal:
         0xb42ba70 s Context>handleSignal:
         0xb432e70 s Context>handleSignal:
         0xb439f58 s Context>handleSignal:
         0xb440e18 s Context>handleSignal:
         0xb446fd8 s Context>handleSignal:
         0xb44d198 s Context>handleSignal:
         0xb4532a0 s Context>handleSignal:
         0xb4592f0 s Context>handleSignal:
         0xb45f340 s Context>handleSignal:
         0xb465390 s Context>handleSignal:
         0xb46b3e0 s Context>handleSignal:
         0xb471430 s Context>handleSignal:
         0xb477480 s Context>handleSignal:
         0xb47d4d0 s Context>handleSignal:
         0xb483520 s Context>handleSignal:
         0xb489570 s Context>handleSignal:
         0xb48f5c0 s Context>handleSignal:
         0xb495610 s Context>handleSignal:
         0xb49b660 s Context>handleSignal:
         0xb4a16b0 s Context>handleSignal:
         0xb4a7700 s Context>handleSignal:
         0xb4ad750 s Context>handleSignal:
         0xb4b37a0 s Context>handleSignal:
         0xb4b97f0 s Context>handleSignal:
         0xb4bf840 s Context>handleSignal:
         0xb4c5890 s Context>handleSignal:
         0xb4cb8e0 s Context>handleSignal:
         0xb4d1878 s Context>handleSignal:
         0xb4d7810 s Context>handleSignal:
         0xb4dd7a8 s Context>handleSignal:
         0xb4e3740 s Context>handleSignal:
         0xb4e96d8 s Context>handleSignal:
         0xb4ef670 s Context>handleSignal:
         0xb4f5608 s Context>handleSignal:
         0xb4fb5a0 s Context>handleSignal:
         0xb501538 s Context>handleSignal:
         0xb5074d0 s Context>handleSignal:
         0xb50d468 s Context>handleSignal:
         0xb513400 s Context>handleSignal:
         0xb519398 s Context>handleSignal:
         0xb51f330 s Context>handleSignal:
         0xb5252c8 s Context>handleSignal:
         0xb52b260 s Context>handleSignal:
         0xb5311f8 s Context>handleSignal:
         0xb537190 s Context>handleSignal:
         0xb53d128 s Context>handleSignal:
         0xb5430c0 s Context>handleSignal:
         0xb549058 s Context>handleSignal:
         0xb54eff0 s Context>handleSignal:
         0xb554f88 s Context>handleSignal:
         0xb55af20 s Context>handleSignal:
         0xb560eb8 s Context>handleSignal:
         0xb566e50 s Context>handleSignal:
         0xb56cde8 s Context>handleSignal:
         0xb572d80 s Context>handleSignal:
         0xb578d18 s Context>handleSignal:
         0xb57ecb0 s Context>handleSignal:
         0xb584c48 s Context>handleSignal:
         0xb58abe0 s Context>handleSignal:
         0xb590b78 s Context>handleSignal:
         0xb596b10 s Context>handleSignal:
         0xb59caa8 s Context>handleSignal:
         0xb5a2a40 s Context>handleSignal:
         0xb5a89d8 s Context>handleSignal:
         0xb5ae970 s Context>handleSignal:
         0xb5b4908 s Context>handleSignal:
         0xb5ba8a0 s Context>handleSignal:
         0xb5c0838 s Context>handleSignal:
         0xb5c67d0 s Context>handleSignal:
         0xb5cc768 s Context>handleSignal:
         0xb5d2700 s Context>handleSignal:
         0xb5d8698 s Context>handleSignal:
         0xb5de630 s Context>handleSignal:
         0xb5e45c8 s Context>handleSignal:
         0xb5ea560 s Context>handleSignal:
         0xb5f04f8 s Context>handleSignal:
         0xb5f6490 s Context>handleSignal:
         0xb5fc428 s Context>handleSignal:
         0xb6023c0 s Context>handleSignal:
         0xb608358 s Context>handleSignal:
         0xb60e2f0 s Context>handleSignal:
         0xb614288 s Context>handleSignal:
         0xb61a220 s Context>handleSignal:
         0xb6201b8 s Context>handleSignal:
         0xb626150 s Context>handleSignal:
         0xb62c0e8 s Context>handleSignal:
         0xb632080 s Context>handleSignal:
         0xb638018 s Context>handleSignal:
         0xb63dfb0 s Context>handleSignal:
         0xb643f48 s Context>handleSignal:
         0xb649ee0 s Context>handleSignal:
         0xb64fe78 s Context>handleSignal:
         0xb655e10 s Context>handleSignal:
         0xb65bcf0 s Context>handleSignal:
         0xb661b18 s Context>handleSignal:
         0xb667888 s Context>handleSignal:
         0xb66d540 s Context>handleSignal:
         0xb673140 s Context>handleSignal:
         0xb678c88 s Context>handleSignal:
         0xb67e718 s Context>handleSignal:
         0xb6840f0 s Context>handleSignal:
         0xb689a10 s Context>handleSignal:
         0xb68f278 s Context>handleSignal:
         0xb694a28 s Context>handleSignal:
         0xb69a120 s Context>handleSignal:
         0xb69f760 s Context>handleSignal:
         0xb6a4ce8 s Context>handleSignal:
         0xb6aa1b8 s Context>handleSignal:
         0xb6af5d0 s Context>handleSignal:
         0xb6b4930 s Context>handleSignal:
         0xb6b9bd8 s Context>handleSignal:
         0xb6bedc8 s Context>handleSignal:
         0xb6c3f00 s Context>handleSignal:
         0xb6c8f80 s Context>handleSignal:
         0xb6cdf48 s Context>handleSignal:
         0xb6d2e58 s Context>handleSignal:
         0xb6d7cb0 s Context>handleSignal:
         0xb6dca50 s Context>handleSignal:
         0xb6e1738 s Context>handleSignal:
         0xb6e6368 s Context>handleSignal:
         0xb6eaee0 s Context>handleSignal:
         0xb6ef9a0 s Context>handleSignal:
         0xb6f43a8 s Context>handleSignal:
         0xb6f8cf8 s Context>handleSignal:
         0xb6fd590 s Context>handleSignal:
         0xb701d70 s Context>handleSignal:
         0xb706498 s Context>handleSignal:
         0xb70ab08 s Context>handleSignal:
         0xb70f0c0 s Context>handleSignal:
         0xb7135c0 s Context>handleSignal:
         0xb717a08 s Context>handleSignal:
         0xb71bd98 s Context>handleSignal:
         0xb720070 s Context>handleSignal:
         0xb724290 s Context>handleSignal:
         0xb7283f8 s Context>handleSignal:
         0xb72c4a8 s Context>handleSignal:
         0xb7304a0 s Context>handleSignal:
         0xb7343e0 s Context>handleSignal:
         0xb738268 s Context>handleSignal:
         0xb73c038 s Context>handleSignal:
         0xb73fd50 s Context>handleSignal:
         0xb7439b0 s Context>handleSignal:
         0xb747558 s Context>handleSignal:
         0xb74b048 s Context>handleSignal:
         0xb74ea80 s Context>handleSignal:
         0xb752400 s Context>handleSignal:
         0xb755cc8 s Context>handleSignal:
         0xb7594d8 s Context>handleSignal:
         0xb75cce8 s Context>handleSignal:
         0xb760440 s Context>handleSignal:
         0xb763ae0 s Context>handleSignal:
         0xb7670c8 s Context>handleSignal:
         0xb76a540 s Context>handleSignal:
         0xb76d900 s Context>handleSignal:
         0xb770c08 s Context>handleSignal:
         0xb773e58 s Context>handleSignal:
         0xb776ff0 s Context>handleSignal:
         0xb77a0d0 s Context>handleSignal:
         0xb77d0f8 s Context>handleSignal:
         0xb780068 s Context>handleSignal:
         0xb782f20 s Context>handleSignal:
         0xb785d20 s Context>handleSignal:
         0xb788a68 s Context>handleSignal:
         0xb78b6f8 s Context>handleSignal:
         0xb78e2d0 s Context>handleSignal:
         0xb790df0 s Context>handleSignal:
         0xb793858 s Context>handleSignal:
         0xb796208 s Context>handleSignal:
         0xb798b00 s Context>handleSignal:
         0xb79b340 s Context>handleSignal:
         0xb79dac8 s Context>handleSignal:
         0xb7a0198 s Context>handleSignal:
         0xb7a27b0 s Context>handleSignal:
         0xb7a4d10 s Context>handleSignal:
         0xb7a71b8 s Context>handleSignal:
         0xb7a95a8 s Context>handleSignal:
         0xb7ab8e0 s Context>handleSignal:
         0xb7adb60 s Context>handleSignal:
         0xb7afd28 s Context>handleSignal:
         0xb7b1d80 s Context>handleSignal:
         0xb7b3d20 s Context>handleSignal:
         0xb7b5c08 s Context>handleSignal:
         0xb7b7a38 s Context>handleSignal:
         0xb7b97b0 s Context>handleSignal:
         0xbf7fee8 s Halt(Exception)>signal
         0xbf9b070 s Halt class(Exception class)>signal
         0xbfc3f68 s Halt class>now
         0xbfb00b0 s FullBlockClosure(Object)>halt
         0xbfe10c8 s FullBlockClosure>printOn:
         0xc003ce8 s Context>printOn:
         0xc029190 s Context>printDebugOn:
         0xc029470 s [] in Context>debugStack:on:
         0xc0514f8 s OrderedCollection>do:
         0xbfafe38 s Context>debugStack:on:
         0xbfe0e78 s Context>shortDebugStackOn:
         0xc003ab0 s [] in SmalltalkImage>logError:inContext:
         0xc028eb0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7c118 s FullBlockClosure(BlockClosure)>on:do:
         0xbf96ca0 s SmalltalkImage>logStdErrorDuring:
         0xbfbfd18 s SmalltalkImage>logError:inContext:
         0xbfedd20 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc010f58 s FullBlockClosure(BlockClosure)>ensure:
         0xc0394b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc059098 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069830 s Halt(Exception)>unhandledErrorAction
         0xc07f0a8 s Halt(UnhandledException)>defaultAction
         0xc0a30c8 s UndefinedObject>handleSignal:
         0xc0a3180 s Context>handleSignal:
         0xc0a3238 s Context>handleSignal:
         0xc0a32f0 s Context>handleSignal:
         0xc0a33a8 s Context>handleSignal:
         0xc0a3460 s Context>handleSignal:
         0xc0a3518 s Context>handleSignal:
         0xc0a35d0 s Context>handleSignal:
         0xc0a3688 s Context>handleSignal:
         0xc0a3740 s Context>handleSignal:
         0xc0a37f8 s Context>handleSignal:
         0xc1013d0 s Context>handleSignal:
         0xc10caf0 s Context>handleSignal:
         0xc117998 s Context>handleSignal:
         0xc122280 s Context>handleSignal:
         0xc12cab0 s Context>handleSignal:
         0xc1372e0 s Context>handleSignal:
         0xc141b10 s Context>handleSignal:
         0xc14c340 s Context>handleSignal:
         0xc156b70 s Context>handleSignal:
         0xc1613a0 s Context>handleSignal:
         0xc16bbd0 s Context>handleSignal:
         0xc176400 s Context>handleSignal:
         0xc180c30 s Context>handleSignal:
         0xc18b460 s Context>handleSignal:
         0xc195c90 s Context>handleSignal:
         0xc1a04c0 s Context>handleSignal:
         0xc1aacf0 s Context>handleSignal:
         0xc1b5520 s Context>handleSignal:
         0xc1bfd50 s Context>handleSignal:
         0xc1ca580 s Context>handleSignal:
         0xc1d4db0 s Context>handleSignal:
         0xc1df5e0 s Context>handleSignal:
         0xc1e9e10 s Context>handleSignal:
         0xc1f4640 s Context>handleSignal:
         0xc1fee70 s Context>handleSignal:
         0xc2096a0 s Context>handleSignal:
         0xc213ed0 s Context>handleSignal:
         0xc21e700 s Context>handleSignal:
         0xc228f30 s Context>handleSignal:
         0xc233760 s Context>handleSignal:
         0xc23df90 s Context>handleSignal:
         0xc2487c0 s Context>handleSignal:
         0xc252ff0 s Context>handleSignal:
         0xc25d820 s Context>handleSignal:
         0xc264c90 s Context>handleSignal:
         0xb7de008 s Context>handleSignal:
         0xb7e88f0 s Context>handleSignal:
         0xb7f31d8 s Context>handleSignal:
         0xb7fdac0 s Context>handleSignal:
         0xb8083a8 s Context>handleSignal:
         0xb812c90 s Context>handleSignal:
         0xb81d578 s Context>handleSignal:
         0xb827e60 s Context>handleSignal:
         0xb832748 s Context>handleSignal:
         0xb83d030 s Context>handleSignal:
         0xb847918 s Context>handleSignal:
         0xb852200 s Context>handleSignal:
         0xb85cae8 s Context>handleSignal:
         0xb8673d0 s Context>handleSignal:
         0xb871cb8 s Context>handleSignal:
         0xb87c5a0 s Context>handleSignal:
         0xb886e88 s Context>handleSignal:
         0xb891770 s Context>handleSignal:
         0xb89c058 s Context>handleSignal:
         0xb8a6940 s Context>handleSignal:
         0xb8b1228 s Context>handleSignal:
         0xb8bbb10 s Context>handleSignal:
         0xb8c63f8 s Context>handleSignal:
         0xb8d0ce0 s Context>handleSignal:
         0xb8db5c8 s Context>handleSignal:
         0xb8e5eb0 s Context>handleSignal:
         0xb8f0798 s Context>handleSignal:
         0xb8fb080 s Context>handleSignal:
         0xb905968 s Context>handleSignal:
         0xb910250 s Context>handleSignal:
         0xb91ab38 s Context>handleSignal:
         0xb925420 s Context>handleSignal:
         0xb92fd08 s Context>handleSignal:
         0xb93a5f0 s Context>handleSignal:
         0xb944ed8 s Context>handleSignal:
         0xb94f7c0 s Context>handleSignal:
         0xb95a0a8 s Context>handleSignal:
         0xb964990 s Context>handleSignal:
         0xb96f278 s Context>handleSignal:
         0xb979b60 s Context>handleSignal:
         0xb984448 s Context>handleSignal:
         0xb98ed30 s Context>handleSignal:
         0xb999618 s Context>handleSignal:
         0xb9a3f00 s Context>handleSignal:
         0xb9ae7e8 s Context>handleSignal:
         0xb9b90d0 s Context>handleSignal:
         0xb9c39b8 s Context>handleSignal:
         0xb9ce2a0 s Context>handleSignal:
         0xb9d8b88 s Context>handleSignal:
         0xb9e3470 s Context>handleSignal:
         0xb9edd58 s Context>handleSignal:
         0xb9f8640 s Context>handleSignal:
         0xba02f28 s Context>handleSignal:
         0xba0d810 s Context>handleSignal:
         0xba180f8 s Context>handleSignal:
         0xba229e0 s Context>handleSignal:
         0xba2d2c8 s Context>handleSignal:
         0xba37bb0 s Context>handleSignal:
         0xb417050 s Context>handleSignal:
         0xb41d940 s Context>handleSignal:
         0xb424fa8 s Context>handleSignal:
         0xb42b9b8 s Context>handleSignal:
         0xb432db8 s Context>handleSignal:
         0xb439ea0 s Context>handleSignal:
         0xb440d60 s Context>handleSignal:
         0xb446f20 s Context>handleSignal:
         0xb44d0e0 s Context>handleSignal:
         0xb4531e8 s Context>handleSignal:
         0xb459238 s Context>handleSignal:
         0xb45f288 s Context>handleSignal:
         0xb4652d8 s Context>handleSignal:
         0xb46b328 s Context>handleSignal:
         0xb471378 s Context>handleSignal:
         0xb4773c8 s Context>handleSignal:
         0xb47d418 s Context>handleSignal:
         0xb483468 s Context>handleSignal:
         0xb4894b8 s Context>handleSignal:
         0xb48f508 s Context>handleSignal:
         0xb495558 s Context>handleSignal:
         0xb49b5a8 s Context>handleSignal:
         0xb4a15f8 s Context>handleSignal:
         0xb4a7648 s Context>handleSignal:
         0xb4ad698 s Context>handleSignal:
         0xb4b36e8 s Context>handleSignal:
         0xb4b9738 s Context>handleSignal:
         0xb4bf788 s Context>handleSignal:
         0xb4c57d8 s Context>handleSignal:
         0xb4cb828 s Context>handleSignal:
         0xb4d17c0 s Context>handleSignal:
         0xb4d7758 s Context>handleSignal:
         0xb4dd6f0 s Context>handleSignal:
         0xb4e3688 s Context>handleSignal:
         0xb4e9620 s Context>handleSignal:
         0xb4ef5b8 s Context>handleSignal:
         0xb4f5550 s Context>handleSignal:
         0xb4fb4e8 s Context>handleSignal:
         0xb501480 s Context>handleSignal:
         0xb507418 s Context>handleSignal:
         0xb50d3b0 s Context>handleSignal:
         0xb513348 s Context>handleSignal:
         0xb5192e0 s Context>handleSignal:
         0xb51f278 s Context>handleSignal:
         0xb525210 s Context>handleSignal:
         0xb52b1a8 s Context>handleSignal:
         0xb531140 s Context>handleSignal:
         0xb5370d8 s Context>handleSignal:
         0xb53d070 s Context>handleSignal:
         0xb543008 s Context>handleSignal:
         0xb548fa0 s Context>handleSignal:
         0xb54ef38 s Context>handleSignal:
         0xb554ed0 s Context>handleSignal:
         0xb55ae68 s Context>handleSignal:
         0xb560e00 s Context>handleSignal:
         0xb566d98 s Context>handleSignal:
         0xb56cd30 s Context>handleSignal:
         0xb572cc8 s Context>handleSignal:
         0xb578c60 s Context>handleSignal:
         0xb57ebf8 s Context>handleSignal:
         0xb584b90 s Context>handleSignal:
         0xb58ab28 s Context>handleSignal:
         0xb590ac0 s Context>handleSignal:
         0xb596a58 s Context>handleSignal:
         0xb59c9f0 s Context>handleSignal:
         0xb5a2988 s Context>handleSignal:
         0xb5a8920 s Context>handleSignal:
         0xb5ae8b8 s Context>handleSignal:
         0xb5b4850 s Context>handleSignal:
         0xb5ba7e8 s Context>handleSignal:
         0xb5c0780 s Context>handleSignal:
         0xb5c6718 s Context>handleSignal:
         0xb5cc6b0 s Context>handleSignal:
         0xb5d2648 s Context>handleSignal:
         0xb5d85e0 s Context>handleSignal:
         0xb5de578 s Context>handleSignal:
         0xb5e4510 s Context>handleSignal:
         0xb5ea4a8 s Context>handleSignal:
         0xb5f0440 s Context>handleSignal:
         0xb5f63d8 s Context>handleSignal:
         0xb5fc370 s Context>handleSignal:
         0xb602308 s Context>handleSignal:
         0xb6082a0 s Context>handleSignal:
         0xb60e238 s Context>handleSignal:
         0xb6141d0 s Context>handleSignal:
         0xb61a168 s Context>handleSignal:
         0xb620100 s Context>handleSignal:
         0xb626098 s Context>handleSignal:
         0xb62c030 s Context>handleSignal:
         0xb631fc8 s Context>handleSignal:
         0xb637f60 s Context>handleSignal:
         0xb63def8 s Context>handleSignal:
         0xb643e90 s Context>handleSignal:
         0xb649e28 s Context>handleSignal:
         0xb64fdc0 s Context>handleSignal:
         0xb655d58 s Context>handleSignal:
         0xb65bc38 s Context>handleSignal:
         0xb661a60 s Context>handleSignal:
         0xb6677d0 s Context>handleSignal:
         0xb66d488 s Context>handleSignal:
         0xb673088 s Context>handleSignal:
         0xb678bd0 s Context>handleSignal:
         0xb67e660 s Context>handleSignal:
         0xb684038 s Context>handleSignal:
         0xb689958 s Context>handleSignal:
         0xb68f1c0 s Context>handleSignal:
         0xb694970 s Context>handleSignal:
         0xb69a068 s Context>handleSignal:
         0xb69f6a8 s Context>handleSignal:
         0xb6a4c30 s Context>handleSignal:
         0xb6aa100 s Context>handleSignal:
         0xb6af518 s Context>handleSignal:
         0xb6b4878 s Context>handleSignal:
         0xb6b9b20 s Context>handleSignal:
         0xb6bed10 s Context>handleSignal:
         0xb6c3e48 s Context>handleSignal:
         0xb6c8ec8 s Context>handleSignal:
         0xb6cde90 s Context>handleSignal:
         0xb6d2da0 s Context>handleSignal:
         0xb6d7bf8 s Context>handleSignal:
         0xb6dc998 s Context>handleSignal:
         0xb6e1680 s Context>handleSignal:
         0xb6e62b0 s Context>handleSignal:
         0xb6eae28 s Context>handleSignal:
         0xb6ef8e8 s Context>handleSignal:
         0xb6f42f0 s Context>handleSignal:
         0xb6f8c40 s Context>handleSignal:
         0xb6fd4d8 s Context>handleSignal:
         0xb701cb8 s Context>handleSignal:
         0xb7063e0 s Context>handleSignal:
         0xb70aa50 s Context>handleSignal:
         0xb70f008 s Context>handleSignal:
         0xb713508 s Context>handleSignal:
         0xb717950 s Context>handleSignal:
         0xb71bce0 s Context>handleSignal:
         0xb71ffb8 s Context>handleSignal:
         0xb7241d8 s Context>handleSignal:
         0xb728340 s Context>handleSignal:
         0xb72c3f0 s Context>handleSignal:
         0xb7303e8 s Context>handleSignal:
         0xb734328 s Context>handleSignal:
         0xb7381b0 s Context>handleSignal:
         0xb73bf80 s Context>handleSignal:
         0xb73fc98 s Context>handleSignal:
         0xb7438f8 s Context>handleSignal:
         0xb7474a0 s Context>handleSignal:
         0xb74af90 s Context>handleSignal:
         0xb74e9c8 s Context>handleSignal:
         0xb752348 s Context>handleSignal:
         0xb755c10 s Context>handleSignal:
         0xb759420 s Context>handleSignal:
         0xb75cc30 s Context>handleSignal:
         0xb760388 s Context>handleSignal:
         0xb763a28 s Context>handleSignal:
         0xb767010 s Context>handleSignal:
         0xb76a488 s Context>handleSignal:
         0xb76d848 s Context>handleSignal:
         0xb770b50 s Context>handleSignal:
         0xb773da0 s Context>handleSignal:
         0xb776f38 s Context>handleSignal:
         0xb77a018 s Context>handleSignal:
         0xb77d040 s Context>handleSignal:
         0xb77ffb0 s Context>handleSignal:
         0xb782e68 s Context>handleSignal:
         0xb785c68 s Context>handleSignal:
         0xb7889b0 s Context>handleSignal:
         0xb78b640 s Context>handleSignal:
         0xb78e218 s Context>handleSignal:
         0xb790d38 s Context>handleSignal:
         0xb7937a0 s Context>handleSignal:
         0xb796150 s Context>handleSignal:
         0xb798a48 s Context>handleSignal:
         0xb79b288 s Context>handleSignal:
         0xb79da10 s Context>handleSignal:
         0xb7a00e0 s Context>handleSignal:
         0xb7a26f8 s Context>handleSignal:
         0xb7a4c58 s Context>handleSignal:
         0xb7a7100 s Context>handleSignal:
         0xb7a94f0 s Context>handleSignal:
         0xb7ab828 s Context>handleSignal:
         0xb7adaa8 s Context>handleSignal:
         0xb7afc70 s Context>handleSignal:
         0xb7b1cc8 s Context>handleSignal:
         0xb7b3c68 s Context>handleSignal:
         0xb7b5b50 s Context>handleSignal:
         0xb7b7980 s Context>handleSignal:
         0xbf7fe30 s Halt(Exception)>signal
         0xbf9afb8 s Halt class(Exception class)>signal
         0xbfc3eb0 s Halt class>now
         0xbfafef0 s FullBlockClosure(Object)>halt
         0xbfe0f30 s FullBlockClosure>printOn:
         0xc003b68 s Context>printOn:
         0xc028f68 s Context>printDebugOn:
         0xc029248 s [] in Context>debugStack:on:
         0xc051440 s OrderedCollection>do:
         0xbfafc78 s Context>debugStack:on:
         0xbfe0ce0 s Context>shortDebugStackOn:
         0xc003930 s [] in SmalltalkImage>logError:inContext:
         0xc028c88 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7bfa8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf96ad0 s SmalltalkImage>logStdErrorDuring:
         0xbfbfb60 s SmalltalkImage>logError:inContext:
         0xbfedc58 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc010e68 s FullBlockClosure(BlockClosure)>ensure:
         0xc0393d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058fe0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069778 s Halt(Exception)>unhandledErrorAction
         0xc07eff0 s Halt(UnhandledException)>defaultAction
         0xc0a28e0 s UndefinedObject>handleSignal:
         0xc0a2998 s Context>handleSignal:
         0xc0a2a50 s Context>handleSignal:
         0xc0a2b08 s Context>handleSignal:
         0xc0a2bc0 s Context>handleSignal:
         0xc0a2c78 s Context>handleSignal:
         0xc0a2d30 s Context>handleSignal:
         0xc0a2de8 s Context>handleSignal:
         0xc0a2ea0 s Context>handleSignal:
         0xc0a2f58 s Context>handleSignal:
         0xc0a3010 s Context>handleSignal:
         0xc101318 s Context>handleSignal:
         0xc10ca38 s Context>handleSignal:
         0xc1178e0 s Context>handleSignal:
         0xc1221c8 s Context>handleSignal:
         0xc12c9f8 s Context>handleSignal:
         0xc137228 s Context>handleSignal:
         0xc141a58 s Context>handleSignal:
         0xc14c288 s Context>handleSignal:
         0xc156ab8 s Context>handleSignal:
         0xc1612e8 s Context>handleSignal:
         0xc16bb18 s Context>handleSignal:
         0xc176348 s Context>handleSignal:
         0xc180b78 s Context>handleSignal:
         0xc18b3a8 s Context>handleSignal:
         0xc195bd8 s Context>handleSignal:
         0xc1a0408 s Context>handleSignal:
         0xc1aac38 s Context>handleSignal:
         0xc1b5468 s Context>handleSignal:
         0xc1bfc98 s Context>handleSignal:
         0xc1ca4c8 s Context>handleSignal:
         0xc1d4cf8 s Context>handleSignal:
         0xc1df528 s Context>handleSignal:
         0xc1e9d58 s Context>handleSignal:
         0xc1f4588 s Context>handleSignal:
         0xc1fedb8 s Context>handleSignal:
         0xc2095e8 s Context>handleSignal:
         0xc213e18 s Context>handleSignal:
         0xc21e648 s Context>handleSignal:
         0xc228e78 s Context>handleSignal:
         0xc2336a8 s Context>handleSignal:
         0xc23ded8 s Context>handleSignal:
         0xc248708 s Context>handleSignal:
         0xc252f38 s Context>handleSignal:
         0xc25d768 s Context>handleSignal:
         0xc264bd8 s Context>handleSignal:
         0xb7ddf50 s Context>handleSignal:
         0xb7e8838 s Context>handleSignal:
         0xb7f3120 s Context>handleSignal:
         0xb7fda08 s Context>handleSignal:
         0xb8082f0 s Context>handleSignal:
         0xb812bd8 s Context>handleSignal:
         0xb81d4c0 s Context>handleSignal:
         0xb827da8 s Context>handleSignal:
         0xb832690 s Context>handleSignal:
         0xb83cf78 s Context>handleSignal:
         0xb847860 s Context>handleSignal:
         0xb852148 s Context>handleSignal:
         0xb85ca30 s Context>handleSignal:
         0xb867318 s Context>handleSignal:
         0xb871c00 s Context>handleSignal:
         0xb87c4e8 s Context>handleSignal:
         0xb886dd0 s Context>handleSignal:
         0xb8916b8 s Context>handleSignal:
         0xb89bfa0 s Context>handleSignal:
         0xb8a6888 s Context>handleSignal:
         0xb8b1170 s Context>handleSignal:
         0xb8bba58 s Context>handleSignal:
         0xb8c6340 s Context>handleSignal:
         0xb8d0c28 s Context>handleSignal:
         0xb8db510 s Context>handleSignal:
         0xb8e5df8 s Context>handleSignal:
         0xb8f06e0 s Context>handleSignal:
         0xb8fafc8 s Context>handleSignal:
         0xb9058b0 s Context>handleSignal:
         0xb910198 s Context>handleSignal:
         0xb91aa80 s Context>handleSignal:
         0xb925368 s Context>handleSignal:
         0xb92fc50 s Context>handleSignal:
         0xb93a538 s Context>handleSignal:
         0xb944e20 s Context>handleSignal:
         0xb94f708 s Context>handleSignal:
         0xb959ff0 s Context>handleSignal:
         0xb9648d8 s Context>handleSignal:
         0xb96f1c0 s Context>handleSignal:
         0xb979aa8 s Context>handleSignal:
         0xb984390 s Context>handleSignal:
         0xb98ec78 s Context>handleSignal:
         0xb999560 s Context>handleSignal:
         0xb9a3e48 s Context>handleSignal:
         0xb9ae730 s Context>handleSignal:
         0xb9b9018 s Context>handleSignal:
         0xb9c3900 s Context>handleSignal:
         0xb9ce1e8 s Context>handleSignal:
         0xb9d8ad0 s Context>handleSignal:
         0xb9e33b8 s Context>handleSignal:
         0xb9edca0 s Context>handleSignal:
         0xb9f8588 s Context>handleSignal:
         0xba02e70 s Context>handleSignal:
         0xba0d758 s Context>handleSignal:
         0xba18040 s Context>handleSignal:
         0xba22928 s Context>handleSignal:
         0xba2d210 s Context>handleSignal:
         0xba37af8 s Context>handleSignal:
         0xb416f98 s Context>handleSignal:
         0xb41d888 s Context>handleSignal:
         0xb424ef0 s Context>handleSignal:
         0xb42b900 s Context>handleSignal:
         0xb432d00 s Context>handleSignal:
         0xb439de8 s Context>handleSignal:
         0xb440ca8 s Context>handleSignal:
         0xb446e68 s Context>handleSignal:
         0xb44d028 s Context>handleSignal:
         0xb453130 s Context>handleSignal:
         0xb459180 s Context>handleSignal:
         0xb45f1d0 s Context>handleSignal:
         0xb465220 s Context>handleSignal:
         0xb46b270 s Context>handleSignal:
         0xb4712c0 s Context>handleSignal:
         0xb477310 s Context>handleSignal:
         0xb47d360 s Context>handleSignal:
         0xb4833b0 s Context>handleSignal:
         0xb489400 s Context>handleSignal:
         0xb48f450 s Context>handleSignal:
         0xb4954a0 s Context>handleSignal:
         0xb49b4f0 s Context>handleSignal:
         0xb4a1540 s Context>handleSignal:
         0xb4a7590 s Context>handleSignal:
         0xb4ad5e0 s Context>handleSignal:
         0xb4b3630 s Context>handleSignal:
         0xb4b9680 s Context>handleSignal:
         0xb4bf6d0 s Context>handleSignal:
         0xb4c5720 s Context>handleSignal:
         0xb4cb770 s Context>handleSignal:
         0xb4d1708 s Context>handleSignal:
         0xb4d76a0 s Context>handleSignal:
         0xb4dd638 s Context>handleSignal:
         0xb4e35d0 s Context>handleSignal:
         0xb4e9568 s Context>handleSignal:
         0xb4ef500 s Context>handleSignal:
         0xb4f5498 s Context>handleSignal:
         0xb4fb430 s Context>handleSignal:
         0xb5013c8 s Context>handleSignal:
         0xb507360 s Context>handleSignal:
         0xb50d2f8 s Context>handleSignal:
         0xb513290 s Context>handleSignal:
         0xb519228 s Context>handleSignal:
         0xb51f1c0 s Context>handleSignal:
         0xb525158 s Context>handleSignal:
         0xb52b0f0 s Context>handleSignal:
         0xb531088 s Context>handleSignal:
         0xb537020 s Context>handleSignal:
         0xb53cfb8 s Context>handleSignal:
         0xb542f50 s Context>handleSignal:
         0xb548ee8 s Context>handleSignal:
         0xb54ee80 s Context>handleSignal:
         0xb554e18 s Context>handleSignal:
         0xb55adb0 s Context>handleSignal:
         0xb560d48 s Context>handleSignal:
         0xb566ce0 s Context>handleSignal:
         0xb56cc78 s Context>handleSignal:
         0xb572c10 s Context>handleSignal:
         0xb578ba8 s Context>handleSignal:
         0xb57eb40 s Context>handleSignal:
         0xb584ad8 s Context>handleSignal:
         0xb58aa70 s Context>handleSignal:
         0xb590a08 s Context>handleSignal:
         0xb5969a0 s Context>handleSignal:
         0xb59c938 s Context>handleSignal:
         0xb5a28d0 s Context>handleSignal:
         0xb5a8868 s Context>handleSignal:
         0xb5ae800 s Context>handleSignal:
         0xb5b4798 s Context>handleSignal:
         0xb5ba730 s Context>handleSignal:
         0xb5c06c8 s Context>handleSignal:
         0xb5c6660 s Context>handleSignal:
         0xb5cc5f8 s Context>handleSignal:
         0xb5d2590 s Context>handleSignal:
         0xb5d8528 s Context>handleSignal:
         0xb5de4c0 s Context>handleSignal:
         0xb5e4458 s Context>handleSignal:
         0xb5ea3f0 s Context>handleSignal:
         0xb5f0388 s Context>handleSignal:
         0xb5f6320 s Context>handleSignal:
         0xb5fc2b8 s Context>handleSignal:
         0xb602250 s Context>handleSignal:
         0xb6081e8 s Context>handleSignal:
         0xb60e180 s Context>handleSignal:
         0xb614118 s Context>handleSignal:
         0xb61a0b0 s Context>handleSignal:
         0xb620048 s Context>handleSignal:
         0xb625fe0 s Context>handleSignal:
         0xb62bf78 s Context>handleSignal:
         0xb631f10 s Context>handleSignal:
         0xb637ea8 s Context>handleSignal:
         0xb63de40 s Context>handleSignal:
         0xb643dd8 s Context>handleSignal:
         0xb649d70 s Context>handleSignal:
         0xb64fd08 s Context>handleSignal:
         0xb655ca0 s Context>handleSignal:
         0xb65bb80 s Context>handleSignal:
         0xb6619a8 s Context>handleSignal:
         0xb667718 s Context>handleSignal:
         0xb66d3d0 s Context>handleSignal:
         0xb672fd0 s Context>handleSignal:
         0xb678b18 s Context>handleSignal:
         0xb67e5a8 s Context>handleSignal:
         0xb683f80 s Context>handleSignal:
         0xb6898a0 s Context>handleSignal:
         0xb68f108 s Context>handleSignal:
         0xb6948b8 s Context>handleSignal:
         0xb699fb0 s Context>handleSignal:
         0xb69f5f0 s Context>handleSignal:
         0xb6a4b78 s Context>handleSignal:
         0xb6aa048 s Context>handleSignal:
         0xb6af460 s Context>handleSignal:
         0xb6b47c0 s Context>handleSignal:
         0xb6b9a68 s Context>handleSignal:
         0xb6bec58 s Context>handleSignal:
         0xb6c3d90 s Context>handleSignal:
         0xb6c8e10 s Context>handleSignal:
         0xb6cddd8 s Context>handleSignal:
         0xb6d2ce8 s Context>handleSignal:
         0xb6d7b40 s Context>handleSignal:
         0xb6dc8e0 s Context>handleSignal:
         0xb6e15c8 s Context>handleSignal:
         0xb6e61f8 s Context>handleSignal:
         0xb6ead70 s Context>handleSignal:
         0xb6ef830 s Context>handleSignal:
         0xb6f4238 s Context>handleSignal:
         0xb6f8b88 s Context>handleSignal:
         0xb6fd420 s Context>handleSignal:
         0xb701c00 s Context>handleSignal:
         0xb706328 s Context>handleSignal:
         0xb70a998 s Context>handleSignal:
         0xb70ef50 s Context>handleSignal:
         0xb713450 s Context>handleSignal:
         0xb717898 s Context>handleSignal:
         0xb71bc28 s Context>handleSignal:
         0xb71ff00 s Context>handleSignal:
         0xb724120 s Context>handleSignal:
         0xb728288 s Context>handleSignal:
         0xb72c338 s Context>handleSignal:
         0xb730330 s Context>handleSignal:
         0xb734270 s Context>handleSignal:
         0xb7380f8 s Context>handleSignal:
         0xb73bec8 s Context>handleSignal:
         0xb73fbe0 s Context>handleSignal:
         0xb743840 s Context>handleSignal:
         0xb7473e8 s Context>handleSignal:
         0xb74aed8 s Context>handleSignal:
         0xb74e910 s Context>handleSignal:
         0xb752290 s Context>handleSignal:
         0xb755b58 s Context>handleSignal:
         0xb759368 s Context>handleSignal:
         0xb75cb78 s Context>handleSignal:
         0xb7602d0 s Context>handleSignal:
         0xb763970 s Context>handleSignal:
         0xb766f58 s Context>handleSignal:
         0xb76a3d0 s Context>handleSignal:
         0xb76d790 s Context>handleSignal:
         0xb770a98 s Context>handleSignal:
         0xb773ce8 s Context>handleSignal:
         0xb776e80 s Context>handleSignal:
         0xb779f60 s Context>handleSignal:
         0xb77cf88 s Context>handleSignal:
         0xb77fef8 s Context>handleSignal:
         0xb782db0 s Context>handleSignal:
         0xb785bb0 s Context>handleSignal:
         0xb7888f8 s Context>handleSignal:
         0xb78b588 s Context>handleSignal:
         0xb78e160 s Context>handleSignal:
         0xb790c80 s Context>handleSignal:
         0xb7936e8 s Context>handleSignal:
         0xb796098 s Context>handleSignal:
         0xb798990 s Context>handleSignal:
         0xb79b1d0 s Context>handleSignal:
         0xb79d958 s Context>handleSignal:
         0xb7a0028 s Context>handleSignal:
         0xb7a2640 s Context>handleSignal:
         0xb7a4ba0 s Context>handleSignal:
         0xb7a7048 s Context>handleSignal:
         0xb7a9438 s Context>handleSignal:
         0xb7ab770 s Context>handleSignal:
         0xb7ad9f0 s Context>handleSignal:
         0xb7afbb8 s Context>handleSignal:
         0xb7b1c10 s Context>handleSignal:
         0xb7b3bb0 s Context>handleSignal:
         0xb7b5a98 s Context>handleSignal:
         0xbf7fd78 s Halt(Exception)>signal
         0xbf9af00 s Halt class(Exception class)>signal
         0xbfc3df8 s Halt class>now
         0xbfafd30 s FullBlockClosure(Object)>halt
         0xbfe0d98 s FullBlockClosure>printOn:
         0xc0039e8 s Context>printOn:
         0xc028d40 s Context>printDebugOn:
         0xc029020 s [] in Context>debugStack:on:
         0xc051388 s OrderedCollection>do:
         0xbfafab8 s Context>debugStack:on:
         0xbfe0b48 s Context>shortDebugStackOn:
         0xc0037b0 s [] in SmalltalkImage>logError:inContext:
         0xc028a60 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7be38 s FullBlockClosure(BlockClosure)>on:do:
         0xbf96900 s SmalltalkImage>logStdErrorDuring:
         0xbfbf9a8 s SmalltalkImage>logError:inContext:
         0xbfedb90 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc010d78 s FullBlockClosure(BlockClosure)>ensure:
         0xc0392f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058f28 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0696c0 s Halt(Exception)>unhandledErrorAction
         0xc07ef38 s Halt(UnhandledException)>defaultAction
         0xc0a20f8 s UndefinedObject>handleSignal:
         0xc0a21b0 s Context>handleSignal:
         0xc0a2268 s Context>handleSignal:
         0xc0a2320 s Context>handleSignal:
         0xc0a23d8 s Context>handleSignal:
         0xc0a2490 s Context>handleSignal:
         0xc0a2548 s Context>handleSignal:
         0xc0a2600 s Context>handleSignal:
         0xc0a26b8 s Context>handleSignal:
         0xc0a2770 s Context>handleSignal:
         0xc0a2828 s Context>handleSignal:
         0xc101260 s Context>handleSignal:
         0xc10c980 s Context>handleSignal:
         0xc117828 s Context>handleSignal:
         0xc122110 s Context>handleSignal:
         0xc12c940 s Context>handleSignal:
         0xc137170 s Context>handleSignal:
         0xc1419a0 s Context>handleSignal:
         0xc14c1d0 s Context>handleSignal:
         0xc156a00 s Context>handleSignal:
         0xc161230 s Context>handleSignal:
         0xc16ba60 s Context>handleSignal:
         0xc176290 s Context>handleSignal:
         0xc180ac0 s Context>handleSignal:
         0xc18b2f0 s Context>handleSignal:
         0xc195b20 s Context>handleSignal:
         0xc1a0350 s Context>handleSignal:
         0xc1aab80 s Context>handleSignal:
         0xc1b53b0 s Context>handleSignal:
         0xc1bfbe0 s Context>handleSignal:
         0xc1ca410 s Context>handleSignal:
         0xc1d4c40 s Context>handleSignal:
         0xc1df470 s Context>handleSignal:
         0xc1e9ca0 s Context>handleSignal:
         0xc1f44d0 s Context>handleSignal:
         0xc1fed00 s Context>handleSignal:
         0xc209530 s Context>handleSignal:
         0xc213d60 s Context>handleSignal:
         0xc21e590 s Context>handleSignal:
         0xc228dc0 s Context>handleSignal:
         0xc2335f0 s Context>handleSignal:
         0xc23de20 s Context>handleSignal:
         0xc248650 s Context>handleSignal:
         0xc252e80 s Context>handleSignal:
         0xc25d6b0 s Context>handleSignal:
         0xc264b20 s Context>handleSignal:
         0xb7dde98 s Context>handleSignal:
         0xb7e8780 s Context>handleSignal:
         0xb7f3068 s Context>handleSignal:
         0xb7fd950 s Context>handleSignal:
         0xb808238 s Context>handleSignal:
         0xb812b20 s Context>handleSignal:
         0xb81d408 s Context>handleSignal:
         0xb827cf0 s Context>handleSignal:
         0xb8325d8 s Context>handleSignal:
         0xb83cec0 s Context>handleSignal:
         0xb8477a8 s Context>handleSignal:
         0xb852090 s Context>handleSignal:
         0xb85c978 s Context>handleSignal:
         0xb867260 s Context>handleSignal:
         0xb871b48 s Context>handleSignal:
         0xb87c430 s Context>handleSignal:
         0xb886d18 s Context>handleSignal:
         0xb891600 s Context>handleSignal:
         0xb89bee8 s Context>handleSignal:
         0xb8a67d0 s Context>handleSignal:
         0xb8b10b8 s Context>handleSignal:
         0xb8bb9a0 s Context>handleSignal:
         0xb8c6288 s Context>handleSignal:
         0xb8d0b70 s Context>handleSignal:
         0xb8db458 s Context>handleSignal:
         0xb8e5d40 s Context>handleSignal:
         0xb8f0628 s Context>handleSignal:
         0xb8faf10 s Context>handleSignal:
         0xb9057f8 s Context>handleSignal:
         0xb9100e0 s Context>handleSignal:
         0xb91a9c8 s Context>handleSignal:
         0xb9252b0 s Context>handleSignal:
         0xb92fb98 s Context>handleSignal:
         0xb93a480 s Context>handleSignal:
         0xb944d68 s Context>handleSignal:
         0xb94f650 s Context>handleSignal:
         0xb959f38 s Context>handleSignal:
         0xb964820 s Context>handleSignal:
         0xb96f108 s Context>handleSignal:
         0xb9799f0 s Context>handleSignal:
         0xb9842d8 s Context>handleSignal:
         0xb98ebc0 s Context>handleSignal:
         0xb9994a8 s Context>handleSignal:
         0xb9a3d90 s Context>handleSignal:
         0xb9ae678 s Context>handleSignal:
         0xb9b8f60 s Context>handleSignal:
         0xb9c3848 s Context>handleSignal:
         0xb9ce130 s Context>handleSignal:
         0xb9d8a18 s Context>handleSignal:
         0xb9e3300 s Context>handleSignal:
         0xb9edbe8 s Context>handleSignal:
         0xb9f84d0 s Context>handleSignal:
         0xba02db8 s Context>handleSignal:
         0xba0d6a0 s Context>handleSignal:
         0xba17f88 s Context>handleSignal:
         0xba22870 s Context>handleSignal:
         0xba2d158 s Context>handleSignal:
         0xba37a40 s Context>handleSignal:
         0xb416ee0 s Context>handleSignal:
         0xb41d7d0 s Context>handleSignal:
         0xb424e38 s Context>handleSignal:
         0xb42b848 s Context>handleSignal:
         0xb432c48 s Context>handleSignal:
         0xb439d30 s Context>handleSignal:
         0xb440bf0 s Context>handleSignal:
         0xb446db0 s Context>handleSignal:
         0xb44cf70 s Context>handleSignal:
         0xb453078 s Context>handleSignal:
         0xb4590c8 s Context>handleSignal:
         0xb45f118 s Context>handleSignal:
         0xb465168 s Context>handleSignal:
         0xb46b1b8 s Context>handleSignal:
         0xb471208 s Context>handleSignal:
         0xb477258 s Context>handleSignal:
         0xb47d2a8 s Context>handleSignal:
         0xb4832f8 s Context>handleSignal:
         0xb489348 s Context>handleSignal:
         0xb48f398 s Context>handleSignal:
         0xb4953e8 s Context>handleSignal:
         0xb49b438 s Context>handleSignal:
         0xb4a1488 s Context>handleSignal:
         0xb4a74d8 s Context>handleSignal:
         0xb4ad528 s Context>handleSignal:
         0xb4b3578 s Context>handleSignal:
         0xb4b95c8 s Context>handleSignal:
         0xb4bf618 s Context>handleSignal:
         0xb4c5668 s Context>handleSignal:
         0xb4cb6b8 s Context>handleSignal:
         0xb4d1650 s Context>handleSignal:
         0xb4d75e8 s Context>handleSignal:
         0xb4dd580 s Context>handleSignal:
         0xb4e3518 s Context>handleSignal:
         0xb4e94b0 s Context>handleSignal:
         0xb4ef448 s Context>handleSignal:
         0xb4f53e0 s Context>handleSignal:
         0xb4fb378 s Context>handleSignal:
         0xb501310 s Context>handleSignal:
         0xb5072a8 s Context>handleSignal:
         0xb50d240 s Context>handleSignal:
         0xb5131d8 s Context>handleSignal:
         0xb519170 s Context>handleSignal:
         0xb51f108 s Context>handleSignal:
         0xb5250a0 s Context>handleSignal:
         0xb52b038 s Context>handleSignal:
         0xb530fd0 s Context>handleSignal:
         0xb536f68 s Context>handleSignal:
         0xb53cf00 s Context>handleSignal:
         0xb542e98 s Context>handleSignal:
         0xb548e30 s Context>handleSignal:
         0xb54edc8 s Context>handleSignal:
         0xb554d60 s Context>handleSignal:
         0xb55acf8 s Context>handleSignal:
         0xb560c90 s Context>handleSignal:
         0xb566c28 s Context>handleSignal:
         0xb56cbc0 s Context>handleSignal:
         0xb572b58 s Context>handleSignal:
         0xb578af0 s Context>handleSignal:
         0xb57ea88 s Context>handleSignal:
         0xb584a20 s Context>handleSignal:
         0xb58a9b8 s Context>handleSignal:
         0xb590950 s Context>handleSignal:
         0xb5968e8 s Context>handleSignal:
         0xb59c880 s Context>handleSignal:
         0xb5a2818 s Context>handleSignal:
         0xb5a87b0 s Context>handleSignal:
         0xb5ae748 s Context>handleSignal:
         0xb5b46e0 s Context>handleSignal:
         0xb5ba678 s Context>handleSignal:
         0xb5c0610 s Context>handleSignal:
         0xb5c65a8 s Context>handleSignal:
         0xb5cc540 s Context>handleSignal:
         0xb5d24d8 s Context>handleSignal:
         0xb5d8470 s Context>handleSignal:
         0xb5de408 s Context>handleSignal:
         0xb5e43a0 s Context>handleSignal:
         0xb5ea338 s Context>handleSignal:
         0xb5f02d0 s Context>handleSignal:
         0xb5f6268 s Context>handleSignal:
         0xb5fc200 s Context>handleSignal:
         0xb602198 s Context>handleSignal:
         0xb608130 s Context>handleSignal:
         0xb60e0c8 s Context>handleSignal:
         0xb614060 s Context>handleSignal:
         0xb619ff8 s Context>handleSignal:
         0xb61ff90 s Context>handleSignal:
         0xb625f28 s Context>handleSignal:
         0xb62bec0 s Context>handleSignal:
         0xb631e58 s Context>handleSignal:
         0xb637df0 s Context>handleSignal:
         0xb63dd88 s Context>handleSignal:
         0xb643d20 s Context>handleSignal:
         0xb649cb8 s Context>handleSignal:
         0xb64fc50 s Context>handleSignal:
         0xb655be8 s Context>handleSignal:
         0xb65bac8 s Context>handleSignal:
         0xb6618f0 s Context>handleSignal:
         0xb667660 s Context>handleSignal:
         0xb66d318 s Context>handleSignal:
         0xb672f18 s Context>handleSignal:
         0xb678a60 s Context>handleSignal:
         0xb67e4f0 s Context>handleSignal:
         0xb683ec8 s Context>handleSignal:
         0xb6897e8 s Context>handleSignal:
         0xb68f050 s Context>handleSignal:
         0xb694800 s Context>handleSignal:
         0xb699ef8 s Context>handleSignal:
         0xb69f538 s Context>handleSignal:
         0xb6a4ac0 s Context>handleSignal:
         0xb6a9f90 s Context>handleSignal:
         0xb6af3a8 s Context>handleSignal:
         0xb6b4708 s Context>handleSignal:
         0xb6b99b0 s Context>handleSignal:
         0xb6beba0 s Context>handleSignal:
         0xb6c3cd8 s Context>handleSignal:
         0xb6c8d58 s Context>handleSignal:
         0xb6cdd20 s Context>handleSignal:
         0xb6d2c30 s Context>handleSignal:
         0xb6d7a88 s Context>handleSignal:
         0xb6dc828 s Context>handleSignal:
         0xb6e1510 s Context>handleSignal:
         0xb6e6140 s Context>handleSignal:
         0xb6eacb8 s Context>handleSignal:
         0xb6ef778 s Context>handleSignal:
         0xb6f4180 s Context>handleSignal:
         0xb6f8ad0 s Context>handleSignal:
         0xb6fd368 s Context>handleSignal:
         0xb701b48 s Context>handleSignal:
         0xb706270 s Context>handleSignal:
         0xb70a8e0 s Context>handleSignal:
         0xb70ee98 s Context>handleSignal:
         0xb713398 s Context>handleSignal:
         0xb7177e0 s Context>handleSignal:
         0xb71bb70 s Context>handleSignal:
         0xb71fe48 s Context>handleSignal:
         0xb724068 s Context>handleSignal:
         0xb7281d0 s Context>handleSignal:
         0xb72c280 s Context>handleSignal:
         0xb730278 s Context>handleSignal:
         0xb7341b8 s Context>handleSignal:
         0xb738040 s Context>handleSignal:
         0xb73be10 s Context>handleSignal:
         0xb73fb28 s Context>handleSignal:
         0xb743788 s Context>handleSignal:
         0xb747330 s Context>handleSignal:
         0xb74ae20 s Context>handleSignal:
         0xb74e858 s Context>handleSignal:
         0xb7521d8 s Context>handleSignal:
         0xb755aa0 s Context>handleSignal:
         0xb7592b0 s Context>handleSignal:
         0xb75cac0 s Context>handleSignal:
         0xb760218 s Context>handleSignal:
         0xb7638b8 s Context>handleSignal:
         0xb766ea0 s Context>handleSignal:
         0xb76a318 s Context>handleSignal:
         0xb76d6d8 s Context>handleSignal:
         0xb7709e0 s Context>handleSignal:
         0xb773c30 s Context>handleSignal:
         0xb776dc8 s Context>handleSignal:
         0xb779ea8 s Context>handleSignal:
         0xb77ced0 s Context>handleSignal:
         0xb77fe40 s Context>handleSignal:
         0xb782cf8 s Context>handleSignal:
         0xb785af8 s Context>handleSignal:
         0xb788840 s Context>handleSignal:
         0xb78b4d0 s Context>handleSignal:
         0xb78e0a8 s Context>handleSignal:
         0xb790bc8 s Context>handleSignal:
         0xb793630 s Context>handleSignal:
         0xb795fe0 s Context>handleSignal:
         0xb7988d8 s Context>handleSignal:
         0xb79b118 s Context>handleSignal:
         0xb79d8a0 s Context>handleSignal:
         0xb79ff70 s Context>handleSignal:
         0xb7a2588 s Context>handleSignal:
         0xb7a4ae8 s Context>handleSignal:
         0xb7a6f90 s Context>handleSignal:
         0xb7a9380 s Context>handleSignal:
         0xb7ab6b8 s Context>handleSignal:
         0xb7ad938 s Context>handleSignal:
         0xb7afb00 s Context>handleSignal:
         0xb7b1b58 s Context>handleSignal:
         0xb7b3af8 s Context>handleSignal:
         0xbf7fcc0 s Halt(Exception)>signal
         0xbf9ae48 s Halt class(Exception class)>signal
         0xbfc3d40 s Halt class>now
         0xbfafb70 s FullBlockClosure(Object)>halt
         0xbfe0c00 s FullBlockClosure>printOn:
         0xc003868 s Context>printOn:
         0xc028b18 s Context>printDebugOn:
         0xc028df8 s [] in Context>debugStack:on:
         0xc0512d0 s OrderedCollection>do:
         0xbfaf8f8 s Context>debugStack:on:
         0xbfe09b0 s Context>shortDebugStackOn:
         0xc003630 s [] in SmalltalkImage>logError:inContext:
         0xc028838 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7bcc8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf96730 s SmalltalkImage>logStdErrorDuring:
         0xbfbf7f0 s SmalltalkImage>logError:inContext:
         0xbfedac8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc010c88 s FullBlockClosure(BlockClosure)>ensure:
         0xc039218 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058e70 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069608 s Halt(Exception)>unhandledErrorAction
         0xc07ee80 s Halt(UnhandledException)>defaultAction
         0xc0a1910 s UndefinedObject>handleSignal:
         0xc0a19c8 s Context>handleSignal:
         0xc0a1a80 s Context>handleSignal:
         0xc0a1b38 s Context>handleSignal:
         0xc0a1bf0 s Context>handleSignal:
         0xc0a1ca8 s Context>handleSignal:
         0xc0a1d60 s Context>handleSignal:
         0xc0a1e18 s Context>handleSignal:
         0xc0a1ed0 s Context>handleSignal:
         0xc0a1f88 s Context>handleSignal:
         0xc0a2040 s Context>handleSignal:
         0xc1011a8 s Context>handleSignal:
         0xc10c8c8 s Context>handleSignal:
         0xc117770 s Context>handleSignal:
         0xc122058 s Context>handleSignal:
         0xc12c888 s Context>handleSignal:
         0xc1370b8 s Context>handleSignal:
         0xc1418e8 s Context>handleSignal:
         0xc14c118 s Context>handleSignal:
         0xc156948 s Context>handleSignal:
         0xc161178 s Context>handleSignal:
         0xc16b9a8 s Context>handleSignal:
         0xc1761d8 s Context>handleSignal:
         0xc180a08 s Context>handleSignal:
         0xc18b238 s Context>handleSignal:
         0xc195a68 s Context>handleSignal:
         0xc1a0298 s Context>handleSignal:
         0xc1aaac8 s Context>handleSignal:
         0xc1b52f8 s Context>handleSignal:
         0xc1bfb28 s Context>handleSignal:
         0xc1ca358 s Context>handleSignal:
         0xc1d4b88 s Context>handleSignal:
         0xc1df3b8 s Context>handleSignal:
         0xc1e9be8 s Context>handleSignal:
         0xc1f4418 s Context>handleSignal:
         0xc1fec48 s Context>handleSignal:
         0xc209478 s Context>handleSignal:
         0xc213ca8 s Context>handleSignal:
         0xc21e4d8 s Context>handleSignal:
         0xc228d08 s Context>handleSignal:
         0xc233538 s Context>handleSignal:
         0xc23dd68 s Context>handleSignal:
         0xc248598 s Context>handleSignal:
         0xc252dc8 s Context>handleSignal:
         0xc25d5f8 s Context>handleSignal:
         0xc264a68 s Context>handleSignal:
         0xb7ddde0 s Context>handleSignal:
         0xb7e86c8 s Context>handleSignal:
         0xb7f2fb0 s Context>handleSignal:
         0xb7fd898 s Context>handleSignal:
         0xb808180 s Context>handleSignal:
         0xb812a68 s Context>handleSignal:
         0xb81d350 s Context>handleSignal:
         0xb827c38 s Context>handleSignal:
         0xb832520 s Context>handleSignal:
         0xb83ce08 s Context>handleSignal:
         0xb8476f0 s Context>handleSignal:
         0xb851fd8 s Context>handleSignal:
         0xb85c8c0 s Context>handleSignal:
         0xb8671a8 s Context>handleSignal:
         0xb871a90 s Context>handleSignal:
         0xb87c378 s Context>handleSignal:
         0xb886c60 s Context>handleSignal:
         0xb891548 s Context>handleSignal:
         0xb89be30 s Context>handleSignal:
         0xb8a6718 s Context>handleSignal:
         0xb8b1000 s Context>handleSignal:
         0xb8bb8e8 s Context>handleSignal:
         0xb8c61d0 s Context>handleSignal:
         0xb8d0ab8 s Context>handleSignal:
         0xb8db3a0 s Context>handleSignal:
         0xb8e5c88 s Context>handleSignal:
         0xb8f0570 s Context>handleSignal:
         0xb8fae58 s Context>handleSignal:
         0xb905740 s Context>handleSignal:
         0xb910028 s Context>handleSignal:
         0xb91a910 s Context>handleSignal:
         0xb9251f8 s Context>handleSignal:
         0xb92fae0 s Context>handleSignal:
         0xb93a3c8 s Context>handleSignal:
         0xb944cb0 s Context>handleSignal:
         0xb94f598 s Context>handleSignal:
         0xb959e80 s Context>handleSignal:
         0xb964768 s Context>handleSignal:
         0xb96f050 s Context>handleSignal:
         0xb979938 s Context>handleSignal:
         0xb984220 s Context>handleSignal:
         0xb98eb08 s Context>handleSignal:
         0xb9993f0 s Context>handleSignal:
         0xb9a3cd8 s Context>handleSignal:
         0xb9ae5c0 s Context>handleSignal:
         0xb9b8ea8 s Context>handleSignal:
         0xb9c3790 s Context>handleSignal:
         0xb9ce078 s Context>handleSignal:
         0xb9d8960 s Context>handleSignal:
         0xb9e3248 s Context>handleSignal:
         0xb9edb30 s Context>handleSignal:
         0xb9f8418 s Context>handleSignal:
         0xba02d00 s Context>handleSignal:
         0xba0d5e8 s Context>handleSignal:
         0xba17ed0 s Context>handleSignal:
         0xba227b8 s Context>handleSignal:
         0xba2d0a0 s Context>handleSignal:
         0xba37988 s Context>handleSignal:
         0xb416e28 s Context>handleSignal:
         0xb41d718 s Context>handleSignal:
         0xb424d80 s Context>handleSignal:
         0xb42b790 s Context>handleSignal:
         0xb432b90 s Context>handleSignal:
         0xb439c78 s Context>handleSignal:
         0xb440b38 s Context>handleSignal:
         0xb446cf8 s Context>handleSignal:
         0xb44ceb8 s Context>handleSignal:
         0xb452fc0 s Context>handleSignal:
         0xb459010 s Context>handleSignal:
         0xb45f060 s Context>handleSignal:
         0xb4650b0 s Context>handleSignal:
         0xb46b100 s Context>handleSignal:
         0xb471150 s Context>handleSignal:
         0xb4771a0 s Context>handleSignal:
         0xb47d1f0 s Context>handleSignal:
         0xb483240 s Context>handleSignal:
         0xb489290 s Context>handleSignal:
         0xb48f2e0 s Context>handleSignal:
         0xb495330 s Context>handleSignal:
         0xb49b380 s Context>handleSignal:
         0xb4a13d0 s Context>handleSignal:
         0xb4a7420 s Context>handleSignal:
         0xb4ad470 s Context>handleSignal:
         0xb4b34c0 s Context>handleSignal:
         0xb4b9510 s Context>handleSignal:
         0xb4bf560 s Context>handleSignal:
         0xb4c55b0 s Context>handleSignal:
         0xb4cb600 s Context>handleSignal:
         0xb4d1598 s Context>handleSignal:
         0xb4d7530 s Context>handleSignal:
         0xb4dd4c8 s Context>handleSignal:
         0xb4e3460 s Context>handleSignal:
         0xb4e93f8 s Context>handleSignal:
         0xb4ef390 s Context>handleSignal:
         0xb4f5328 s Context>handleSignal:
         0xb4fb2c0 s Context>handleSignal:
         0xb501258 s Context>handleSignal:
         0xb5071f0 s Context>handleSignal:
         0xb50d188 s Context>handleSignal:
         0xb513120 s Context>handleSignal:
         0xb5190b8 s Context>handleSignal:
         0xb51f050 s Context>handleSignal:
         0xb524fe8 s Context>handleSignal:
         0xb52af80 s Context>handleSignal:
         0xb530f18 s Context>handleSignal:
         0xb536eb0 s Context>handleSignal:
         0xb53ce48 s Context>handleSignal:
         0xb542de0 s Context>handleSignal:
         0xb548d78 s Context>handleSignal:
         0xb54ed10 s Context>handleSignal:
         0xb554ca8 s Context>handleSignal:
         0xb55ac40 s Context>handleSignal:
         0xb560bd8 s Context>handleSignal:
         0xb566b70 s Context>handleSignal:
         0xb56cb08 s Context>handleSignal:
         0xb572aa0 s Context>handleSignal:
         0xb578a38 s Context>handleSignal:
         0xb57e9d0 s Context>handleSignal:
         0xb584968 s Context>handleSignal:
         0xb58a900 s Context>handleSignal:
         0xb590898 s Context>handleSignal:
         0xb596830 s Context>handleSignal:
         0xb59c7c8 s Context>handleSignal:
         0xb5a2760 s Context>handleSignal:
         0xb5a86f8 s Context>handleSignal:
         0xb5ae690 s Context>handleSignal:
         0xb5b4628 s Context>handleSignal:
         0xb5ba5c0 s Context>handleSignal:
         0xb5c0558 s Context>handleSignal:
         0xb5c64f0 s Context>handleSignal:
         0xb5cc488 s Context>handleSignal:
         0xb5d2420 s Context>handleSignal:
         0xb5d83b8 s Context>handleSignal:
         0xb5de350 s Context>handleSignal:
         0xb5e42e8 s Context>handleSignal:
         0xb5ea280 s Context>handleSignal:
         0xb5f0218 s Context>handleSignal:
         0xb5f61b0 s Context>handleSignal:
         0xb5fc148 s Context>handleSignal:
         0xb6020e0 s Context>handleSignal:
         0xb608078 s Context>handleSignal:
         0xb60e010 s Context>handleSignal:
         0xb613fa8 s Context>handleSignal:
         0xb619f40 s Context>handleSignal:
         0xb61fed8 s Context>handleSignal:
         0xb625e70 s Context>handleSignal:
         0xb62be08 s Context>handleSignal:
         0xb631da0 s Context>handleSignal:
         0xb637d38 s Context>handleSignal:
         0xb63dcd0 s Context>handleSignal:
         0xb643c68 s Context>handleSignal:
         0xb649c00 s Context>handleSignal:
         0xb64fb98 s Context>handleSignal:
         0xb655b30 s Context>handleSignal:
         0xb65ba10 s Context>handleSignal:
         0xb661838 s Context>handleSignal:
         0xb6675a8 s Context>handleSignal:
         0xb66d260 s Context>handleSignal:
         0xb672e60 s Context>handleSignal:
         0xb6789a8 s Context>handleSignal:
         0xb67e438 s Context>handleSignal:
         0xb683e10 s Context>handleSignal:
         0xb689730 s Context>handleSignal:
         0xb68ef98 s Context>handleSignal:
         0xb694748 s Context>handleSignal:
         0xb699e40 s Context>handleSignal:
         0xb69f480 s Context>handleSignal:
         0xb6a4a08 s Context>handleSignal:
         0xb6a9ed8 s Context>handleSignal:
         0xb6af2f0 s Context>handleSignal:
         0xb6b4650 s Context>handleSignal:
         0xb6b98f8 s Context>handleSignal:
         0xb6beae8 s Context>handleSignal:
         0xb6c3c20 s Context>handleSignal:
         0xb6c8ca0 s Context>handleSignal:
         0xb6cdc68 s Context>handleSignal:
         0xb6d2b78 s Context>handleSignal:
         0xb6d79d0 s Context>handleSignal:
         0xb6dc770 s Context>handleSignal:
         0xb6e1458 s Context>handleSignal:
         0xb6e6088 s Context>handleSignal:
         0xb6eac00 s Context>handleSignal:
         0xb6ef6c0 s Context>handleSignal:
         0xb6f40c8 s Context>handleSignal:
         0xb6f8a18 s Context>handleSignal:
         0xb6fd2b0 s Context>handleSignal:
         0xb701a90 s Context>handleSignal:
         0xb7061b8 s Context>handleSignal:
         0xb70a828 s Context>handleSignal:
         0xb70ede0 s Context>handleSignal:
         0xb7132e0 s Context>handleSignal:
         0xb717728 s Context>handleSignal:
         0xb71bab8 s Context>handleSignal:
         0xb71fd90 s Context>handleSignal:
         0xb723fb0 s Context>handleSignal:
         0xb728118 s Context>handleSignal:
         0xb72c1c8 s Context>handleSignal:
         0xb7301c0 s Context>handleSignal:
         0xb734100 s Context>handleSignal:
         0xb737f88 s Context>handleSignal:
         0xb73bd58 s Context>handleSignal:
         0xb73fa70 s Context>handleSignal:
         0xb7436d0 s Context>handleSignal:
         0xb747278 s Context>handleSignal:
         0xb74ad68 s Context>handleSignal:
         0xb74e7a0 s Context>handleSignal:
         0xb752120 s Context>handleSignal:
         0xb7559e8 s Context>handleSignal:
         0xb7591f8 s Context>handleSignal:
         0xb75ca08 s Context>handleSignal:
         0xb760160 s Context>handleSignal:
         0xb763800 s Context>handleSignal:
         0xb766de8 s Context>handleSignal:
         0xb76a260 s Context>handleSignal:
         0xb76d620 s Context>handleSignal:
         0xb770928 s Context>handleSignal:
         0xb773b78 s Context>handleSignal:
         0xb776d10 s Context>handleSignal:
         0xb779df0 s Context>handleSignal:
         0xb77ce18 s Context>handleSignal:
         0xb77fd88 s Context>handleSignal:
         0xb782c40 s Context>handleSignal:
         0xb785a40 s Context>handleSignal:
         0xb788788 s Context>handleSignal:
         0xb78b418 s Context>handleSignal:
         0xb78dff0 s Context>handleSignal:
         0xb790b10 s Context>handleSignal:
         0xb793578 s Context>handleSignal:
         0xb795f28 s Context>handleSignal:
         0xb798820 s Context>handleSignal:
         0xb79b060 s Context>handleSignal:
         0xb79d7e8 s Context>handleSignal:
         0xb79feb8 s Context>handleSignal:
         0xb7a24d0 s Context>handleSignal:
         0xb7a4a30 s Context>handleSignal:
         0xb7a6ed8 s Context>handleSignal:
         0xb7a92c8 s Context>handleSignal:
         0xb7ab600 s Context>handleSignal:
         0xb7ad880 s Context>handleSignal:
         0xb7afa48 s Context>handleSignal:
         0xb7b1aa0 s Context>handleSignal:
         0xbf7fc08 s Halt(Exception)>signal
         0xbf9ad90 s Halt class(Exception class)>signal
         0xbfc3c88 s Halt class>now
         0xbfaf9b0 s FullBlockClosure(Object)>halt
         0xbfe0a68 s FullBlockClosure>printOn:
         0xc0036e8 s Context>printOn:
         0xc0288f0 s Context>printDebugOn:
         0xc028bd0 s [] in Context>debugStack:on:
         0xc051218 s OrderedCollection>do:
         0xbfaf738 s Context>debugStack:on:
         0xbfe0818 s Context>shortDebugStackOn:
         0xc0034b0 s [] in SmalltalkImage>logError:inContext:
         0xc028610 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7bb58 s FullBlockClosure(BlockClosure)>on:do:
         0xbf96560 s SmalltalkImage>logStdErrorDuring:
         0xbfbf638 s SmalltalkImage>logError:inContext:
         0xbfeda00 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc010b98 s FullBlockClosure(BlockClosure)>ensure:
         0xc039138 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058db8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069550 s Halt(Exception)>unhandledErrorAction
         0xc07edc8 s Halt(UnhandledException)>defaultAction
         0xc0a1128 s UndefinedObject>handleSignal:
         0xc0a11e0 s Context>handleSignal:
         0xc0a1298 s Context>handleSignal:
         0xc0a1350 s Context>handleSignal:
         0xc0a1408 s Context>handleSignal:
         0xc0a14c0 s Context>handleSignal:
         0xc0a1578 s Context>handleSignal:
         0xc0a1630 s Context>handleSignal:
         0xc0a16e8 s Context>handleSignal:
         0xc0a17a0 s Context>handleSignal:
         0xc0a1858 s Context>handleSignal:
         0xc1010f0 s Context>handleSignal:
         0xc10c810 s Context>handleSignal:
         0xc1176b8 s Context>handleSignal:
         0xc121fa0 s Context>handleSignal:
         0xc12c7d0 s Context>handleSignal:
         0xc137000 s Context>handleSignal:
         0xc141830 s Context>handleSignal:
         0xc14c060 s Context>handleSignal:
         0xc156890 s Context>handleSignal:
         0xc1610c0 s Context>handleSignal:
         0xc16b8f0 s Context>handleSignal:
         0xc176120 s Context>handleSignal:
         0xc180950 s Context>handleSignal:
         0xc18b180 s Context>handleSignal:
         0xc1959b0 s Context>handleSignal:
         0xc1a01e0 s Context>handleSignal:
         0xc1aaa10 s Context>handleSignal:
         0xc1b5240 s Context>handleSignal:
         0xc1bfa70 s Context>handleSignal:
         0xc1ca2a0 s Context>handleSignal:
         0xc1d4ad0 s Context>handleSignal:
         0xc1df300 s Context>handleSignal:
         0xc1e9b30 s Context>handleSignal:
         0xc1f4360 s Context>handleSignal:
         0xc1feb90 s Context>handleSignal:
         0xc2093c0 s Context>handleSignal:
         0xc213bf0 s Context>handleSignal:
         0xc21e420 s Context>handleSignal:
         0xc228c50 s Context>handleSignal:
         0xc233480 s Context>handleSignal:
         0xc23dcb0 s Context>handleSignal:
         0xc2484e0 s Context>handleSignal:
         0xc252d10 s Context>handleSignal:
         0xc25d540 s Context>handleSignal:
         0xc2649b0 s Context>handleSignal:
         0xb7ddd28 s Context>handleSignal:
         0xb7e8610 s Context>handleSignal:
         0xb7f2ef8 s Context>handleSignal:
         0xb7fd7e0 s Context>handleSignal:
         0xb8080c8 s Context>handleSignal:
         0xb8129b0 s Context>handleSignal:
         0xb81d298 s Context>handleSignal:
         0xb827b80 s Context>handleSignal:
         0xb832468 s Context>handleSignal:
         0xb83cd50 s Context>handleSignal:
         0xb847638 s Context>handleSignal:
         0xb851f20 s Context>handleSignal:
         0xb85c808 s Context>handleSignal:
         0xb8670f0 s Context>handleSignal:
         0xb8719d8 s Context>handleSignal:
         0xb87c2c0 s Context>handleSignal:
         0xb886ba8 s Context>handleSignal:
         0xb891490 s Context>handleSignal:
         0xb89bd78 s Context>handleSignal:
         0xb8a6660 s Context>handleSignal:
         0xb8b0f48 s Context>handleSignal:
         0xb8bb830 s Context>handleSignal:
         0xb8c6118 s Context>handleSignal:
         0xb8d0a00 s Context>handleSignal:
         0xb8db2e8 s Context>handleSignal:
         0xb8e5bd0 s Context>handleSignal:
         0xb8f04b8 s Context>handleSignal:
         0xb8fada0 s Context>handleSignal:
         0xb905688 s Context>handleSignal:
         0xb90ff70 s Context>handleSignal:
         0xb91a858 s Context>handleSignal:
         0xb925140 s Context>handleSignal:
         0xb92fa28 s Context>handleSignal:
         0xb93a310 s Context>handleSignal:
         0xb944bf8 s Context>handleSignal:
         0xb94f4e0 s Context>handleSignal:
         0xb959dc8 s Context>handleSignal:
         0xb9646b0 s Context>handleSignal:
         0xb96ef98 s Context>handleSignal:
         0xb979880 s Context>handleSignal:
         0xb984168 s Context>handleSignal:
         0xb98ea50 s Context>handleSignal:
         0xb999338 s Context>handleSignal:
         0xb9a3c20 s Context>handleSignal:
         0xb9ae508 s Context>handleSignal:
         0xb9b8df0 s Context>handleSignal:
         0xb9c36d8 s Context>handleSignal:
         0xb9cdfc0 s Context>handleSignal:
         0xb9d88a8 s Context>handleSignal:
         0xb9e3190 s Context>handleSignal:
         0xb9eda78 s Context>handleSignal:
         0xb9f8360 s Context>handleSignal:
         0xba02c48 s Context>handleSignal:
         0xba0d530 s Context>handleSignal:
         0xba17e18 s Context>handleSignal:
         0xba22700 s Context>handleSignal:
         0xba2cfe8 s Context>handleSignal:
         0xba378d0 s Context>handleSignal:
         0xb416d70 s Context>handleSignal:
         0xb41d660 s Context>handleSignal:
         0xb424cc8 s Context>handleSignal:
         0xb42b6d8 s Context>handleSignal:
         0xb432ad8 s Context>handleSignal:
         0xb439bc0 s Context>handleSignal:
         0xb440a80 s Context>handleSignal:
         0xb446c40 s Context>handleSignal:
         0xb44ce00 s Context>handleSignal:
         0xb452f08 s Context>handleSignal:
         0xb458f58 s Context>handleSignal:
         0xb45efa8 s Context>handleSignal:
         0xb464ff8 s Context>handleSignal:
         0xb46b048 s Context>handleSignal:
         0xb471098 s Context>handleSignal:
         0xb4770e8 s Context>handleSignal:
         0xb47d138 s Context>handleSignal:
         0xb483188 s Context>handleSignal:
         0xb4891d8 s Context>handleSignal:
         0xb48f228 s Context>handleSignal:
         0xb495278 s Context>handleSignal:
         0xb49b2c8 s Context>handleSignal:
         0xb4a1318 s Context>handleSignal:
         0xb4a7368 s Context>handleSignal:
         0xb4ad3b8 s Context>handleSignal:
         0xb4b3408 s Context>handleSignal:
         0xb4b9458 s Context>handleSignal:
         0xb4bf4a8 s Context>handleSignal:
         0xb4c54f8 s Context>handleSignal:
         0xb4cb548 s Context>handleSignal:
         0xb4d14e0 s Context>handleSignal:
         0xb4d7478 s Context>handleSignal:
         0xb4dd410 s Context>handleSignal:
         0xb4e33a8 s Context>handleSignal:
         0xb4e9340 s Context>handleSignal:
         0xb4ef2d8 s Context>handleSignal:
         0xb4f5270 s Context>handleSignal:
         0xb4fb208 s Context>handleSignal:
         0xb5011a0 s Context>handleSignal:
         0xb507138 s Context>handleSignal:
         0xb50d0d0 s Context>handleSignal:
         0xb513068 s Context>handleSignal:
         0xb519000 s Context>handleSignal:
         0xb51ef98 s Context>handleSignal:
         0xb524f30 s Context>handleSignal:
         0xb52aec8 s Context>handleSignal:
         0xb530e60 s Context>handleSignal:
         0xb536df8 s Context>handleSignal:
         0xb53cd90 s Context>handleSignal:
         0xb542d28 s Context>handleSignal:
         0xb548cc0 s Context>handleSignal:
         0xb54ec58 s Context>handleSignal:
         0xb554bf0 s Context>handleSignal:
         0xb55ab88 s Context>handleSignal:
         0xb560b20 s Context>handleSignal:
         0xb566ab8 s Context>handleSignal:
         0xb56ca50 s Context>handleSignal:
         0xb5729e8 s Context>handleSignal:
         0xb578980 s Context>handleSignal:
         0xb57e918 s Context>handleSignal:
         0xb5848b0 s Context>handleSignal:
         0xb58a848 s Context>handleSignal:
         0xb5907e0 s Context>handleSignal:
         0xb596778 s Context>handleSignal:
         0xb59c710 s Context>handleSignal:
         0xb5a26a8 s Context>handleSignal:
         0xb5a8640 s Context>handleSignal:
         0xb5ae5d8 s Context>handleSignal:
         0xb5b4570 s Context>handleSignal:
         0xb5ba508 s Context>handleSignal:
         0xb5c04a0 s Context>handleSignal:
         0xb5c6438 s Context>handleSignal:
         0xb5cc3d0 s Context>handleSignal:
         0xb5d2368 s Context>handleSignal:
         0xb5d8300 s Context>handleSignal:
         0xb5de298 s Context>handleSignal:
         0xb5e4230 s Context>handleSignal:
         0xb5ea1c8 s Context>handleSignal:
         0xb5f0160 s Context>handleSignal:
         0xb5f60f8 s Context>handleSignal:
         0xb5fc090 s Context>handleSignal:
         0xb602028 s Context>handleSignal:
         0xb607fc0 s Context>handleSignal:
         0xb60df58 s Context>handleSignal:
         0xb613ef0 s Context>handleSignal:
         0xb619e88 s Context>handleSignal:
         0xb61fe20 s Context>handleSignal:
         0xb625db8 s Context>handleSignal:
         0xb62bd50 s Context>handleSignal:
         0xb631ce8 s Context>handleSignal:
         0xb637c80 s Context>handleSignal:
         0xb63dc18 s Context>handleSignal:
         0xb643bb0 s Context>handleSignal:
         0xb649b48 s Context>handleSignal:
         0xb64fae0 s Context>handleSignal:
         0xb655a78 s Context>handleSignal:
         0xb65b958 s Context>handleSignal:
         0xb661780 s Context>handleSignal:
         0xb6674f0 s Context>handleSignal:
         0xb66d1a8 s Context>handleSignal:
         0xb672da8 s Context>handleSignal:
         0xb6788f0 s Context>handleSignal:
         0xb67e380 s Context>handleSignal:
         0xb683d58 s Context>handleSignal:
         0xb689678 s Context>handleSignal:
         0xb68eee0 s Context>handleSignal:
         0xb694690 s Context>handleSignal:
         0xb699d88 s Context>handleSignal:
         0xb69f3c8 s Context>handleSignal:
         0xb6a4950 s Context>handleSignal:
         0xb6a9e20 s Context>handleSignal:
         0xb6af238 s Context>handleSignal:
         0xb6b4598 s Context>handleSignal:
         0xb6b9840 s Context>handleSignal:
         0xb6bea30 s Context>handleSignal:
         0xb6c3b68 s Context>handleSignal:
         0xb6c8be8 s Context>handleSignal:
         0xb6cdbb0 s Context>handleSignal:
         0xb6d2ac0 s Context>handleSignal:
         0xb6d7918 s Context>handleSignal:
         0xb6dc6b8 s Context>handleSignal:
         0xb6e13a0 s Context>handleSignal:
         0xb6e5fd0 s Context>handleSignal:
         0xb6eab48 s Context>handleSignal:
         0xb6ef608 s Context>handleSignal:
         0xb6f4010 s Context>handleSignal:
         0xb6f8960 s Context>handleSignal:
         0xb6fd1f8 s Context>handleSignal:
         0xb7019d8 s Context>handleSignal:
         0xb706100 s Context>handleSignal:
         0xb70a770 s Context>handleSignal:
         0xb70ed28 s Context>handleSignal:
         0xb713228 s Context>handleSignal:
         0xb717670 s Context>handleSignal:
         0xb71ba00 s Context>handleSignal:
         0xb71fcd8 s Context>handleSignal:
         0xb723ef8 s Context>handleSignal:
         0xb728060 s Context>handleSignal:
         0xb72c110 s Context>handleSignal:
         0xb730108 s Context>handleSignal:
         0xb734048 s Context>handleSignal:
         0xb737ed0 s Context>handleSignal:
         0xb73bca0 s Context>handleSignal:
         0xb73f9b8 s Context>handleSignal:
         0xb743618 s Context>handleSignal:
         0xb7471c0 s Context>handleSignal:
         0xb74acb0 s Context>handleSignal:
         0xb74e6e8 s Context>handleSignal:
         0xb752068 s Context>handleSignal:
         0xb755930 s Context>handleSignal:
         0xb759140 s Context>handleSignal:
         0xb75c950 s Context>handleSignal:
         0xb7600a8 s Context>handleSignal:
         0xb763748 s Context>handleSignal:
         0xb766d30 s Context>handleSignal:
         0xb76a1a8 s Context>handleSignal:
         0xb76d568 s Context>handleSignal:
         0xb770870 s Context>handleSignal:
         0xb773ac0 s Context>handleSignal:
         0xb776c58 s Context>handleSignal:
         0xb779d38 s Context>handleSignal:
         0xb77cd60 s Context>handleSignal:
         0xb77fcd0 s Context>handleSignal:
         0xb782b88 s Context>handleSignal:
         0xb785988 s Context>handleSignal:
         0xb7886d0 s Context>handleSignal:
         0xb78b360 s Context>handleSignal:
         0xb78df38 s Context>handleSignal:
         0xb790a58 s Context>handleSignal:
         0xb7934c0 s Context>handleSignal:
         0xb795e70 s Context>handleSignal:
         0xb798768 s Context>handleSignal:
         0xb79afa8 s Context>handleSignal:
         0xb79d730 s Context>handleSignal:
         0xb79fe00 s Context>handleSignal:
         0xb7a2418 s Context>handleSignal:
         0xb7a4978 s Context>handleSignal:
         0xb7a6e20 s Context>handleSignal:
         0xb7a9210 s Context>handleSignal:
         0xb7ab548 s Context>handleSignal:
         0xb7ad7c8 s Context>handleSignal:
         0xb7af990 s Context>handleSignal:
         0xbf7fb50 s Halt(Exception)>signal
         0xbf9acd8 s Halt class(Exception class)>signal
         0xbfc3bd0 s Halt class>now
         0xbfaf7f0 s FullBlockClosure(Object)>halt
         0xbfe08d0 s FullBlockClosure>printOn:
         0xc003568 s Context>printOn:
         0xc0286c8 s Context>printDebugOn:
         0xc0289a8 s [] in Context>debugStack:on:
         0xc051160 s OrderedCollection>do:
         0xbfaf578 s Context>debugStack:on:
         0xbfe0680 s Context>shortDebugStackOn:
         0xc003330 s [] in SmalltalkImage>logError:inContext:
         0xc0283e8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7b9e8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf96390 s SmalltalkImage>logStdErrorDuring:
         0xbfbf480 s SmalltalkImage>logError:inContext:
         0xbfed938 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc010aa8 s FullBlockClosure(BlockClosure)>ensure:
         0xc039058 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058d00 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069498 s Halt(Exception)>unhandledErrorAction
         0xc07ed10 s Halt(UnhandledException)>defaultAction
         0xc0a0940 s UndefinedObject>handleSignal:
         0xc0a09f8 s Context>handleSignal:
         0xc0a0ab0 s Context>handleSignal:
         0xc0a0b68 s Context>handleSignal:
         0xc0a0c20 s Context>handleSignal:
         0xc0a0cd8 s Context>handleSignal:
         0xc0a0d90 s Context>handleSignal:
         0xc0a0e48 s Context>handleSignal:
         0xc0a0f00 s Context>handleSignal:
         0xc0a0fb8 s Context>handleSignal:
         0xc0a1070 s Context>handleSignal:
         0xc101038 s Context>handleSignal:
         0xc10c758 s Context>handleSignal:
         0xc117600 s Context>handleSignal:
         0xc121ee8 s Context>handleSignal:
         0xc12c718 s Context>handleSignal:
         0xc136f48 s Context>handleSignal:
         0xc141778 s Context>handleSignal:
         0xc14bfa8 s Context>handleSignal:
         0xc1567d8 s Context>handleSignal:
         0xc161008 s Context>handleSignal:
         0xc16b838 s Context>handleSignal:
         0xc176068 s Context>handleSignal:
         0xc180898 s Context>handleSignal:
         0xc18b0c8 s Context>handleSignal:
         0xc1958f8 s Context>handleSignal:
         0xc1a0128 s Context>handleSignal:
         0xc1aa958 s Context>handleSignal:
         0xc1b5188 s Context>handleSignal:
         0xc1bf9b8 s Context>handleSignal:
         0xc1ca1e8 s Context>handleSignal:
         0xc1d4a18 s Context>handleSignal:
         0xc1df248 s Context>handleSignal:
         0xc1e9a78 s Context>handleSignal:
         0xc1f42a8 s Context>handleSignal:
         0xc1fead8 s Context>handleSignal:
         0xc209308 s Context>handleSignal:
         0xc213b38 s Context>handleSignal:
         0xc21e368 s Context>handleSignal:
         0xc228b98 s Context>handleSignal:
         0xc2333c8 s Context>handleSignal:
         0xc23dbf8 s Context>handleSignal:
         0xc248428 s Context>handleSignal:
         0xc252c58 s Context>handleSignal:
         0xc25d488 s Context>handleSignal:
         0xc2648f8 s Context>handleSignal:
         0xb7ddc70 s Context>handleSignal:
         0xb7e8558 s Context>handleSignal:
         0xb7f2e40 s Context>handleSignal:
         0xb7fd728 s Context>handleSignal:
         0xb808010 s Context>handleSignal:
         0xb8128f8 s Context>handleSignal:
         0xb81d1e0 s Context>handleSignal:
         0xb827ac8 s Context>handleSignal:
         0xb8323b0 s Context>handleSignal:
         0xb83cc98 s Context>handleSignal:
         0xb847580 s Context>handleSignal:
         0xb851e68 s Context>handleSignal:
         0xb85c750 s Context>handleSignal:
         0xb867038 s Context>handleSignal:
         0xb871920 s Context>handleSignal:
         0xb87c208 s Context>handleSignal:
         0xb886af0 s Context>handleSignal:
         0xb8913d8 s Context>handleSignal:
         0xb89bcc0 s Context>handleSignal:
         0xb8a65a8 s Context>handleSignal:
         0xb8b0e90 s Context>handleSignal:
         0xb8bb778 s Context>handleSignal:
         0xb8c6060 s Context>handleSignal:
         0xb8d0948 s Context>handleSignal:
         0xb8db230 s Context>handleSignal:
         0xb8e5b18 s Context>handleSignal:
         0xb8f0400 s Context>handleSignal:
         0xb8face8 s Context>handleSignal:
         0xb9055d0 s Context>handleSignal:
         0xb90feb8 s Context>handleSignal:
         0xb91a7a0 s Context>handleSignal:
         0xb925088 s Context>handleSignal:
         0xb92f970 s Context>handleSignal:
         0xb93a258 s Context>handleSignal:
         0xb944b40 s Context>handleSignal:
         0xb94f428 s Context>handleSignal:
         0xb959d10 s Context>handleSignal:
         0xb9645f8 s Context>handleSignal:
         0xb96eee0 s Context>handleSignal:
         0xb9797c8 s Context>handleSignal:
         0xb9840b0 s Context>handleSignal:
         0xb98e998 s Context>handleSignal:
         0xb999280 s Context>handleSignal:
         0xb9a3b68 s Context>handleSignal:
         0xb9ae450 s Context>handleSignal:
         0xb9b8d38 s Context>handleSignal:
         0xb9c3620 s Context>handleSignal:
         0xb9cdf08 s Context>handleSignal:
         0xb9d87f0 s Context>handleSignal:
         0xb9e30d8 s Context>handleSignal:
         0xb9ed9c0 s Context>handleSignal:
         0xb9f82a8 s Context>handleSignal:
         0xba02b90 s Context>handleSignal:
         0xba0d478 s Context>handleSignal:
         0xba17d60 s Context>handleSignal:
         0xba22648 s Context>handleSignal:
         0xba2cf30 s Context>handleSignal:
         0xba37818 s Context>handleSignal:
         0xb418e80 s Context>handleSignal:
         0xb41f770 s Context>handleSignal:
         0xb426dd8 s Context>handleSignal:
         0xb42d7e8 s Context>handleSignal:
         0xb434be8 s Context>handleSignal:
         0xb43bcd0 s Context>handleSignal:
         0xb442b90 s Context>handleSignal:
         0xb448d50 s Context>handleSignal:
         0xb44ef10 s Context>handleSignal:
         0xb455018 s Context>handleSignal:
         0xb45b068 s Context>handleSignal:
         0xb4610b8 s Context>handleSignal:
         0xb467108 s Context>handleSignal:
         0xb46d158 s Context>handleSignal:
         0xb4731a8 s Context>handleSignal:
         0xb4791f8 s Context>handleSignal:
         0xb47f248 s Context>handleSignal:
         0xb485298 s Context>handleSignal:
         0xb48b2e8 s Context>handleSignal:
         0xb491338 s Context>handleSignal:
         0xb497388 s Context>handleSignal:
         0xb49d3d8 s Context>handleSignal:
         0xb4a3428 s Context>handleSignal:
         0xb4a9478 s Context>handleSignal:
         0xb4af4c8 s Context>handleSignal:
         0xb4b5518 s Context>handleSignal:
         0xb4bb568 s Context>handleSignal:
         0xb4c15b8 s Context>handleSignal:
         0xb4c7608 s Context>handleSignal:
         0xb4cd658 s Context>handleSignal:
         0xb4d35f0 s Context>handleSignal:
         0xb4d9588 s Context>handleSignal:
         0xb4df520 s Context>handleSignal:
         0xb4e54b8 s Context>handleSignal:
         0xb4eb450 s Context>handleSignal:
         0xb4f13e8 s Context>handleSignal:
         0xb4f7380 s Context>handleSignal:
         0xb4fd318 s Context>handleSignal:
         0xb5032b0 s Context>handleSignal:
         0xb509248 s Context>handleSignal:
         0xb50f1e0 s Context>handleSignal:
         0xb515178 s Context>handleSignal:
         0xb51b110 s Context>handleSignal:
         0xb5210a8 s Context>handleSignal:
         0xb527040 s Context>handleSignal:
         0xb52cfd8 s Context>handleSignal:
         0xb532f70 s Context>handleSignal:
         0xb538f08 s Context>handleSignal:
         0xb53eea0 s Context>handleSignal:
         0xb544e38 s Context>handleSignal:
         0xb54add0 s Context>handleSignal:
         0xb550d68 s Context>handleSignal:
         0xb556d00 s Context>handleSignal:
         0xb55cc98 s Context>handleSignal:
         0xb562c30 s Context>handleSignal:
         0xb568bc8 s Context>handleSignal:
         0xb56eb60 s Context>handleSignal:
         0xb574af8 s Context>handleSignal:
         0xb57aa90 s Context>handleSignal:
         0xb580a28 s Context>handleSignal:
         0xb5869c0 s Context>handleSignal:
         0xb58c958 s Context>handleSignal:
         0xb5928f0 s Context>handleSignal:
         0xb598888 s Context>handleSignal:
         0xb59e820 s Context>handleSignal:
         0xb5a47b8 s Context>handleSignal:
         0xb5aa750 s Context>handleSignal:
         0xb5b06e8 s Context>handleSignal:
         0xb5b6680 s Context>handleSignal:
         0xb5bc618 s Context>handleSignal:
         0xb5c25b0 s Context>handleSignal:
         0xb5c8548 s Context>handleSignal:
         0xb5ce4e0 s Context>handleSignal:
         0xb5d4478 s Context>handleSignal:
         0xb5da410 s Context>handleSignal:
         0xb5e03a8 s Context>handleSignal:
         0xb5e6340 s Context>handleSignal:
         0xb5ec2d8 s Context>handleSignal:
         0xb5f2270 s Context>handleSignal:
         0xb5f8208 s Context>handleSignal:
         0xb5fe1a0 s Context>handleSignal:
         0xb604138 s Context>handleSignal:
         0xb60a0d0 s Context>handleSignal:
         0xb610068 s Context>handleSignal:
         0xb616000 s Context>handleSignal:
         0xb61bf98 s Context>handleSignal:
         0xb621f30 s Context>handleSignal:
         0xb627ec8 s Context>handleSignal:
         0xb62de60 s Context>handleSignal:
         0xb633df8 s Context>handleSignal:
         0xb639d90 s Context>handleSignal:
         0xb63fd28 s Context>handleSignal:
         0xb645cc0 s Context>handleSignal:
         0xb64bc58 s Context>handleSignal:
         0xb651bf0 s Context>handleSignal:
         0xb657b88 s Context>handleSignal:
         0xb65da68 s Context>handleSignal:
         0xb663890 s Context>handleSignal:
         0xb669600 s Context>handleSignal:
         0xb66f2b8 s Context>handleSignal:
         0xb674eb8 s Context>handleSignal:
         0xb67aa00 s Context>handleSignal:
         0xb680490 s Context>handleSignal:
         0xb685e68 s Context>handleSignal:
         0xb68b788 s Context>handleSignal:
         0xb690ff0 s Context>handleSignal:
         0xb6967a0 s Context>handleSignal:
         0xb69be98 s Context>handleSignal:
         0xb6a14d8 s Context>handleSignal:
         0xb6a6a60 s Context>handleSignal:
         0xb6abf30 s Context>handleSignal:
         0xb6b1348 s Context>handleSignal:
         0xb6b66a8 s Context>handleSignal:
         0xb6bb950 s Context>handleSignal:
         0xb6c0b40 s Context>handleSignal:
         0xb6c5c78 s Context>handleSignal:
         0xb6cacf8 s Context>handleSignal:
         0xb6cfcc0 s Context>handleSignal:
         0xb6d4bd0 s Context>handleSignal:
         0xb6d9a28 s Context>handleSignal:
         0xb6de7c8 s Context>handleSignal:
         0xb6e34b0 s Context>handleSignal:
         0xb6e80e0 s Context>handleSignal:
         0xb6ecc58 s Context>handleSignal:
         0xb6f1718 s Context>handleSignal:
         0xb6f6120 s Context>handleSignal:
         0xb6faa70 s Context>handleSignal:
         0xb6ff308 s Context>handleSignal:
         0xb703ae8 s Context>handleSignal:
         0xb708210 s Context>handleSignal:
         0xb70c880 s Context>handleSignal:
         0xb710e38 s Context>handleSignal:
         0xb715338 s Context>handleSignal:
         0xb719780 s Context>handleSignal:
         0xb71db10 s Context>handleSignal:
         0xb721de8 s Context>handleSignal:
         0xb726008 s Context>handleSignal:
         0xb72a170 s Context>handleSignal:
         0xb72e220 s Context>handleSignal:
         0xb732218 s Context>handleSignal:
         0xb736158 s Context>handleSignal:
         0xb739fe0 s Context>handleSignal:
         0xb73ddb0 s Context>handleSignal:
         0xb741ac8 s Context>handleSignal:
         0xb745728 s Context>handleSignal:
         0xb7492d0 s Context>handleSignal:
         0xb74cdc0 s Context>handleSignal:
         0xb7507f8 s Context>handleSignal:
         0xb754178 s Context>handleSignal:
         0xb757a40 s Context>handleSignal:
         0xb75b250 s Context>handleSignal:
         0xb75ea60 s Context>handleSignal:
         0xb7621b8 s Context>handleSignal:
         0xb765858 s Context>handleSignal:
         0xb768e40 s Context>handleSignal:
         0xb76c2b8 s Context>handleSignal:
         0xb76f678 s Context>handleSignal:
         0xb772980 s Context>handleSignal:
         0xb775bd0 s Context>handleSignal:
         0xb778d68 s Context>handleSignal:
         0xb77be48 s Context>handleSignal:
         0xb77ee70 s Context>handleSignal:
         0xb781de0 s Context>handleSignal:
         0xb784c98 s Context>handleSignal:
         0xb787a98 s Context>handleSignal:
         0xb78a7e0 s Context>handleSignal:
         0xb78d470 s Context>handleSignal:
         0xb790048 s Context>handleSignal:
         0xb792b68 s Context>handleSignal:
         0xb7955d0 s Context>handleSignal:
         0xb797ec8 s Context>handleSignal:
         0xb79a708 s Context>handleSignal:
         0xb79ce90 s Context>handleSignal:
         0xb79f560 s Context>handleSignal:
         0xb7a1b78 s Context>handleSignal:
         0xb7a40d8 s Context>handleSignal:
         0xb7a6580 s Context>handleSignal:
         0xb7a8970 s Context>handleSignal:
         0xb7aaca8 s Context>handleSignal:
         0xb7acf28 s Context>handleSignal:
         0xb7af0f0 s Context>handleSignal:
         0xbf7fa98 s Halt(Exception)>signal
         0xbf9ac20 s Halt class(Exception class)>signal
         0xbfc3b18 s Halt class>now
         0xbfaf630 s FullBlockClosure(Object)>halt
         0xbfe0738 s FullBlockClosure>printOn:
         0xc0033e8 s Context>printOn:
         0xc0284a0 s Context>printDebugOn:
         0xc028780 s [] in Context>debugStack:on:
         0xc0510a8 s OrderedCollection>do:
         0xbfaf3b8 s Context>debugStack:on:
         0xbfe04e8 s Context>shortDebugStackOn:
         0xc0031b0 s [] in SmalltalkImage>logError:inContext:
         0xc0281c0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7b878 s FullBlockClosure(BlockClosure)>on:do:
         0xbf961c0 s SmalltalkImage>logStdErrorDuring:
         0xbfbf2c8 s SmalltalkImage>logError:inContext:
         0xbfed870 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0109b8 s FullBlockClosure(BlockClosure)>ensure:
         0xc038f78 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058c48 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0693e0 s Halt(Exception)>unhandledErrorAction
         0xc07ec58 s Halt(UnhandledException)>defaultAction
         0xc0a0158 s UndefinedObject>handleSignal:
         0xc0a0210 s Context>handleSignal:
         0xc0a02c8 s Context>handleSignal:
         0xc0a0380 s Context>handleSignal:
         0xc0a0438 s Context>handleSignal:
         0xc0a04f0 s Context>handleSignal:
         0xc0a05a8 s Context>handleSignal:
         0xc0a0660 s Context>handleSignal:
         0xc0a0718 s Context>handleSignal:
         0xc0a07d0 s Context>handleSignal:
         0xc0a0888 s Context>handleSignal:
         0xc100f80 s Context>handleSignal:
         0xc10c6a0 s Context>handleSignal:
         0xc117548 s Context>handleSignal:
         0xc121e30 s Context>handleSignal:
         0xc12c660 s Context>handleSignal:
         0xc136e90 s Context>handleSignal:
         0xc1416c0 s Context>handleSignal:
         0xc14bef0 s Context>handleSignal:
         0xc156720 s Context>handleSignal:
         0xc160f50 s Context>handleSignal:
         0xc16b780 s Context>handleSignal:
         0xc175fb0 s Context>handleSignal:
         0xc1807e0 s Context>handleSignal:
         0xc18b010 s Context>handleSignal:
         0xc195840 s Context>handleSignal:
         0xc1a0070 s Context>handleSignal:
         0xc1aa8a0 s Context>handleSignal:
         0xc1b50d0 s Context>handleSignal:
         0xc1bf900 s Context>handleSignal:
         0xc1ca130 s Context>handleSignal:
         0xc1d4960 s Context>handleSignal:
         0xc1df190 s Context>handleSignal:
         0xc1e99c0 s Context>handleSignal:
         0xc1f41f0 s Context>handleSignal:
         0xc1fea20 s Context>handleSignal:
         0xc209250 s Context>handleSignal:
         0xc213a80 s Context>handleSignal:
         0xc21e2b0 s Context>handleSignal:
         0xc228ae0 s Context>handleSignal:
         0xc233310 s Context>handleSignal:
         0xc23db40 s Context>handleSignal:
         0xc248370 s Context>handleSignal:
         0xc252ba0 s Context>handleSignal:
         0xc25d3d0 s Context>handleSignal:
         0xc264840 s Context>handleSignal:
         0xb7ddbb8 s Context>handleSignal:
         0xb7e84a0 s Context>handleSignal:
         0xb7f2d88 s Context>handleSignal:
         0xb7fd670 s Context>handleSignal:
         0xb807f58 s Context>handleSignal:
         0xb812840 s Context>handleSignal:
         0xb81d128 s Context>handleSignal:
         0xb827a10 s Context>handleSignal:
         0xb8322f8 s Context>handleSignal:
         0xb83cbe0 s Context>handleSignal:
         0xb8474c8 s Context>handleSignal:
         0xb851db0 s Context>handleSignal:
         0xb85c698 s Context>handleSignal:
         0xb866f80 s Context>handleSignal:
         0xb871868 s Context>handleSignal:
         0xb87c150 s Context>handleSignal:
         0xb886a38 s Context>handleSignal:
         0xb891320 s Context>handleSignal:
         0xb89bc08 s Context>handleSignal:
         0xb8a64f0 s Context>handleSignal:
         0xb8b0dd8 s Context>handleSignal:
         0xb8bb6c0 s Context>handleSignal:
         0xb8c5fa8 s Context>handleSignal:
         0xb8d0890 s Context>handleSignal:
         0xb8db178 s Context>handleSignal:
         0xb8e5a60 s Context>handleSignal:
         0xb8f0348 s Context>handleSignal:
         0xb8fac30 s Context>handleSignal:
         0xb905518 s Context>handleSignal:
         0xb90fe00 s Context>handleSignal:
         0xb91a6e8 s Context>handleSignal:
         0xb924fd0 s Context>handleSignal:
         0xb92f8b8 s Context>handleSignal:
         0xb93a1a0 s Context>handleSignal:
         0xb944a88 s Context>handleSignal:
         0xb94f370 s Context>handleSignal:
         0xb959c58 s Context>handleSignal:
         0xb964540 s Context>handleSignal:
         0xb96ee28 s Context>handleSignal:
         0xb979710 s Context>handleSignal:
         0xb983ff8 s Context>handleSignal:
         0xb98e8e0 s Context>handleSignal:
         0xb9991c8 s Context>handleSignal:
         0xb9a3ab0 s Context>handleSignal:
         0xb9ae398 s Context>handleSignal:
         0xb9b8c80 s Context>handleSignal:
         0xb9c3568 s Context>handleSignal:
         0xb9cde50 s Context>handleSignal:
         0xb9d8738 s Context>handleSignal:
         0xb9e3020 s Context>handleSignal:
         0xb9ed908 s Context>handleSignal:
         0xb9f81f0 s Context>handleSignal:
         0xba02ad8 s Context>handleSignal:
         0xba0d3c0 s Context>handleSignal:
         0xba17ca8 s Context>handleSignal:
         0xba22590 s Context>handleSignal:
         0xba2ce78 s Context>handleSignal:
         0xba37760 s Context>handleSignal:
         0xb418dc8 s Context>handleSignal:
         0xb41f6b8 s Context>handleSignal:
         0xb426d20 s Context>handleSignal:
         0xb42d730 s Context>handleSignal:
         0xb434b30 s Context>handleSignal:
         0xb43bc18 s Context>handleSignal:
         0xb442ad8 s Context>handleSignal:
         0xb448c98 s Context>handleSignal:
         0xb44ee58 s Context>handleSignal:
         0xb454f60 s Context>handleSignal:
         0xb45afb0 s Context>handleSignal:
         0xb461000 s Context>handleSignal:
         0xb467050 s Context>handleSignal:
         0xb46d0a0 s Context>handleSignal:
         0xb4730f0 s Context>handleSignal:
         0xb479140 s Context>handleSignal:
         0xb47f190 s Context>handleSignal:
         0xb4851e0 s Context>handleSignal:
         0xb48b230 s Context>handleSignal:
         0xb491280 s Context>handleSignal:
         0xb4972d0 s Context>handleSignal:
         0xb49d320 s Context>handleSignal:
         0xb4a3370 s Context>handleSignal:
         0xb4a93c0 s Context>handleSignal:
         0xb4af410 s Context>handleSignal:
         0xb4b5460 s Context>handleSignal:
         0xb4bb4b0 s Context>handleSignal:
         0xb4c1500 s Context>handleSignal:
         0xb4c7550 s Context>handleSignal:
         0xb4cd5a0 s Context>handleSignal:
         0xb4d3538 s Context>handleSignal:
         0xb4d94d0 s Context>handleSignal:
         0xb4df468 s Context>handleSignal:
         0xb4e5400 s Context>handleSignal:
         0xb4eb398 s Context>handleSignal:
         0xb4f1330 s Context>handleSignal:
         0xb4f72c8 s Context>handleSignal:
         0xb4fd260 s Context>handleSignal:
         0xb5031f8 s Context>handleSignal:
         0xb509190 s Context>handleSignal:
         0xb50f128 s Context>handleSignal:
         0xb5150c0 s Context>handleSignal:
         0xb51b058 s Context>handleSignal:
         0xb520ff0 s Context>handleSignal:
         0xb526f88 s Context>handleSignal:
         0xb52cf20 s Context>handleSignal:
         0xb532eb8 s Context>handleSignal:
         0xb538e50 s Context>handleSignal:
         0xb53ede8 s Context>handleSignal:
         0xb544d80 s Context>handleSignal:
         0xb54ad18 s Context>handleSignal:
         0xb550cb0 s Context>handleSignal:
         0xb556c48 s Context>handleSignal:
         0xb55cbe0 s Context>handleSignal:
         0xb562b78 s Context>handleSignal:
         0xb568b10 s Context>handleSignal:
         0xb56eaa8 s Context>handleSignal:
         0xb574a40 s Context>handleSignal:
         0xb57a9d8 s Context>handleSignal:
         0xb580970 s Context>handleSignal:
         0xb586908 s Context>handleSignal:
         0xb58c8a0 s Context>handleSignal:
         0xb592838 s Context>handleSignal:
         0xb5987d0 s Context>handleSignal:
         0xb59e768 s Context>handleSignal:
         0xb5a4700 s Context>handleSignal:
         0xb5aa698 s Context>handleSignal:
         0xb5b0630 s Context>handleSignal:
         0xb5b65c8 s Context>handleSignal:
         0xb5bc560 s Context>handleSignal:
         0xb5c24f8 s Context>handleSignal:
         0xb5c8490 s Context>handleSignal:
         0xb5ce428 s Context>handleSignal:
         0xb5d43c0 s Context>handleSignal:
         0xb5da358 s Context>handleSignal:
         0xb5e02f0 s Context>handleSignal:
         0xb5e6288 s Context>handleSignal:
         0xb5ec220 s Context>handleSignal:
         0xb5f21b8 s Context>handleSignal:
         0xb5f8150 s Context>handleSignal:
         0xb5fe0e8 s Context>handleSignal:
         0xb604080 s Context>handleSignal:
         0xb60a018 s Context>handleSignal:
         0xb60ffb0 s Context>handleSignal:
         0xb615f48 s Context>handleSignal:
         0xb61bee0 s Context>handleSignal:
         0xb621e78 s Context>handleSignal:
         0xb627e10 s Context>handleSignal:
         0xb62dda8 s Context>handleSignal:
         0xb633d40 s Context>handleSignal:
         0xb639cd8 s Context>handleSignal:
         0xb63fc70 s Context>handleSignal:
         0xb645c08 s Context>handleSignal:
         0xb64bba0 s Context>handleSignal:
         0xb651b38 s Context>handleSignal:
         0xb657ad0 s Context>handleSignal:
         0xb65d9b0 s Context>handleSignal:
         0xb6637d8 s Context>handleSignal:
         0xb669548 s Context>handleSignal:
         0xb66f200 s Context>handleSignal:
         0xb674e00 s Context>handleSignal:
         0xb67a948 s Context>handleSignal:
         0xb6803d8 s Context>handleSignal:
         0xb685db0 s Context>handleSignal:
         0xb68b6d0 s Context>handleSignal:
         0xb690f38 s Context>handleSignal:
         0xb6966e8 s Context>handleSignal:
         0xb69bde0 s Context>handleSignal:
         0xb6a1420 s Context>handleSignal:
         0xb6a69a8 s Context>handleSignal:
         0xb6abe78 s Context>handleSignal:
         0xb6b1290 s Context>handleSignal:
         0xb6b65f0 s Context>handleSignal:
         0xb6bb898 s Context>handleSignal:
         0xb6c0a88 s Context>handleSignal:
         0xb6c5bc0 s Context>handleSignal:
         0xb6cac40 s Context>handleSignal:
         0xb6cfc08 s Context>handleSignal:
         0xb6d4b18 s Context>handleSignal:
         0xb6d9970 s Context>handleSignal:
         0xb6de710 s Context>handleSignal:
         0xb6e33f8 s Context>handleSignal:
         0xb6e8028 s Context>handleSignal:
         0xb6ecba0 s Context>handleSignal:
         0xb6f1660 s Context>handleSignal:
         0xb6f6068 s Context>handleSignal:
         0xb6fa9b8 s Context>handleSignal:
         0xb6ff250 s Context>handleSignal:
         0xb703a30 s Context>handleSignal:
         0xb708158 s Context>handleSignal:
         0xb70c7c8 s Context>handleSignal:
         0xb710d80 s Context>handleSignal:
         0xb715280 s Context>handleSignal:
         0xb7196c8 s Context>handleSignal:
         0xb71da58 s Context>handleSignal:
         0xb721d30 s Context>handleSignal:
         0xb725f50 s Context>handleSignal:
         0xb72a0b8 s Context>handleSignal:
         0xb72e168 s Context>handleSignal:
         0xb732160 s Context>handleSignal:
         0xb7360a0 s Context>handleSignal:
         0xb739f28 s Context>handleSignal:
         0xb73dcf8 s Context>handleSignal:
         0xb741a10 s Context>handleSignal:
         0xb745670 s Context>handleSignal:
         0xb749218 s Context>handleSignal:
         0xb74cd08 s Context>handleSignal:
         0xb750740 s Context>handleSignal:
         0xb7540c0 s Context>handleSignal:
         0xb757988 s Context>handleSignal:
         0xb75b198 s Context>handleSignal:
         0xb75e9a8 s Context>handleSignal:
         0xb762100 s Context>handleSignal:
         0xb7657a0 s Context>handleSignal:
         0xb768d88 s Context>handleSignal:
         0xb76c200 s Context>handleSignal:
         0xb76f5c0 s Context>handleSignal:
         0xb7728c8 s Context>handleSignal:
         0xb775b18 s Context>handleSignal:
         0xb778cb0 s Context>handleSignal:
         0xb77bd90 s Context>handleSignal:
         0xb77edb8 s Context>handleSignal:
         0xb781d28 s Context>handleSignal:
         0xb784be0 s Context>handleSignal:
         0xb7879e0 s Context>handleSignal:
         0xb78a728 s Context>handleSignal:
         0xb78d3b8 s Context>handleSignal:
         0xb78ff90 s Context>handleSignal:
         0xb792ab0 s Context>handleSignal:
         0xb795518 s Context>handleSignal:
         0xb797e10 s Context>handleSignal:
         0xb79a650 s Context>handleSignal:
         0xb79cdd8 s Context>handleSignal:
         0xb79f4a8 s Context>handleSignal:
         0xb7a1ac0 s Context>handleSignal:
         0xb7a4020 s Context>handleSignal:
         0xb7a64c8 s Context>handleSignal:
         0xb7a88b8 s Context>handleSignal:
         0xb7aabf0 s Context>handleSignal:
         0xb7ace70 s Context>handleSignal:
         0xbf7f9e0 s Halt(Exception)>signal
         0xbf9ab68 s Halt class(Exception class)>signal
         0xbfc3a60 s Halt class>now
         0xbfaf470 s FullBlockClosure(Object)>halt
         0xbfe05a0 s FullBlockClosure>printOn:
         0xc003268 s Context>printOn:
         0xc028278 s Context>printDebugOn:
         0xc028558 s [] in Context>debugStack:on:
         0xc050ff0 s OrderedCollection>do:
         0xbfb2bb8 s Context>debugStack:on:
         0xbfe37e8 s Context>shortDebugStackOn:
         0xc0061b0 s [] in SmalltalkImage>logError:inContext:
         0xc02c6c0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7b708 s FullBlockClosure(BlockClosure)>on:do:
         0xbf95ff0 s SmalltalkImage>logStdErrorDuring:
         0xbfbf110 s SmalltalkImage>logError:inContext:
         0xbfed7a8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0108c8 s FullBlockClosure(BlockClosure)>ensure:
         0xc038e98 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058b90 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069328 s Halt(Exception)>unhandledErrorAction
         0xc07eba0 s Halt(UnhandledException)>defaultAction
         0xc09f970 s UndefinedObject>handleSignal:
         0xc09fa28 s Context>handleSignal:
         0xc09fae0 s Context>handleSignal:
         0xc09fb98 s Context>handleSignal:
         0xc09fc50 s Context>handleSignal:
         0xc09fd08 s Context>handleSignal:
         0xc09fdc0 s Context>handleSignal:
         0xc09fe78 s Context>handleSignal:
         0xc09ff30 s Context>handleSignal:
         0xc09ffe8 s Context>handleSignal:
         0xc0a00a0 s Context>handleSignal:
         0xc100ec8 s Context>handleSignal:
         0xc10c5e8 s Context>handleSignal:
         0xc117490 s Context>handleSignal:
         0xc121d78 s Context>handleSignal:
         0xc12c5a8 s Context>handleSignal:
         0xc136dd8 s Context>handleSignal:
         0xc141608 s Context>handleSignal:
         0xc14be38 s Context>handleSignal:
         0xc156668 s Context>handleSignal:
         0xc160e98 s Context>handleSignal:
         0xc16b6c8 s Context>handleSignal:
         0xc175ef8 s Context>handleSignal:
         0xc180728 s Context>handleSignal:
         0xc18af58 s Context>handleSignal:
         0xc195788 s Context>handleSignal:
         0xc19ffb8 s Context>handleSignal:
         0xc1aa7e8 s Context>handleSignal:
         0xc1b5018 s Context>handleSignal:
         0xc1bf848 s Context>handleSignal:
         0xc1ca078 s Context>handleSignal:
         0xc1d48a8 s Context>handleSignal:
         0xc1df0d8 s Context>handleSignal:
         0xc1e9908 s Context>handleSignal:
         0xc1f4138 s Context>handleSignal:
         0xc1fe968 s Context>handleSignal:
         0xc209198 s Context>handleSignal:
         0xc2139c8 s Context>handleSignal:
         0xc21e1f8 s Context>handleSignal:
         0xc228a28 s Context>handleSignal:
         0xc233258 s Context>handleSignal:
         0xc23da88 s Context>handleSignal:
         0xc2482b8 s Context>handleSignal:
         0xc252ae8 s Context>handleSignal:
         0xc25d318 s Context>handleSignal:
         0xc264788 s Context>handleSignal:
         0xb7ddb00 s Context>handleSignal:
         0xb7e83e8 s Context>handleSignal:
         0xb7f2cd0 s Context>handleSignal:
         0xb7fd5b8 s Context>handleSignal:
         0xb807ea0 s Context>handleSignal:
         0xb812788 s Context>handleSignal:
         0xb81d070 s Context>handleSignal:
         0xb827958 s Context>handleSignal:
         0xb832240 s Context>handleSignal:
         0xb83cb28 s Context>handleSignal:
         0xb847410 s Context>handleSignal:
         0xb851cf8 s Context>handleSignal:
         0xb85c5e0 s Context>handleSignal:
         0xb866ec8 s Context>handleSignal:
         0xb8717b0 s Context>handleSignal:
         0xb87c098 s Context>handleSignal:
         0xb886980 s Context>handleSignal:
         0xb891268 s Context>handleSignal:
         0xb89bb50 s Context>handleSignal:
         0xb8a6438 s Context>handleSignal:
         0xb8b0d20 s Context>handleSignal:
         0xb8bb608 s Context>handleSignal:
         0xb8c5ef0 s Context>handleSignal:
         0xb8d07d8 s Context>handleSignal:
         0xb8db0c0 s Context>handleSignal:
         0xb8e59a8 s Context>handleSignal:
         0xb8f0290 s Context>handleSignal:
         0xb8fab78 s Context>handleSignal:
         0xb905460 s Context>handleSignal:
         0xb90fd48 s Context>handleSignal:
         0xb91a630 s Context>handleSignal:
         0xb924f18 s Context>handleSignal:
         0xb92f800 s Context>handleSignal:
         0xb93a0e8 s Context>handleSignal:
         0xb9449d0 s Context>handleSignal:
         0xb94f2b8 s Context>handleSignal:
         0xb959ba0 s Context>handleSignal:
         0xb964488 s Context>handleSignal:
         0xb96ed70 s Context>handleSignal:
         0xb979658 s Context>handleSignal:
         0xb983f40 s Context>handleSignal:
         0xb98e828 s Context>handleSignal:
         0xb999110 s Context>handleSignal:
         0xb9a39f8 s Context>handleSignal:
         0xb9ae2e0 s Context>handleSignal:
         0xb9b8bc8 s Context>handleSignal:
         0xb9c34b0 s Context>handleSignal:
         0xb9cdd98 s Context>handleSignal:
         0xb9d8680 s Context>handleSignal:
         0xb9e2f68 s Context>handleSignal:
         0xb9ed850 s Context>handleSignal:
         0xb9f8138 s Context>handleSignal:
         0xba02a20 s Context>handleSignal:
         0xba0d308 s Context>handleSignal:
         0xba17bf0 s Context>handleSignal:
         0xba224d8 s Context>handleSignal:
         0xba2cdc0 s Context>handleSignal:
         0xba376a8 s Context>handleSignal:
         0xb418d10 s Context>handleSignal:
         0xb41f600 s Context>handleSignal:
         0xb426c68 s Context>handleSignal:
         0xb42d678 s Context>handleSignal:
         0xb434a78 s Context>handleSignal:
         0xb43bb60 s Context>handleSignal:
         0xb442a20 s Context>handleSignal:
         0xb448be0 s Context>handleSignal:
         0xb44eda0 s Context>handleSignal:
         0xb454ea8 s Context>handleSignal:
         0xb45aef8 s Context>handleSignal:
         0xb460f48 s Context>handleSignal:
         0xb466f98 s Context>handleSignal:
         0xb46cfe8 s Context>handleSignal:
         0xb473038 s Context>handleSignal:
         0xb479088 s Context>handleSignal:
         0xb47f0d8 s Context>handleSignal:
         0xb485128 s Context>handleSignal:
         0xb48b178 s Context>handleSignal:
         0xb4911c8 s Context>handleSignal:
         0xb497218 s Context>handleSignal:
         0xb49d268 s Context>handleSignal:
         0xb4a32b8 s Context>handleSignal:
         0xb4a9308 s Context>handleSignal:
         0xb4af358 s Context>handleSignal:
         0xb4b53a8 s Context>handleSignal:
         0xb4bb3f8 s Context>handleSignal:
         0xb4c1448 s Context>handleSignal:
         0xb4c7498 s Context>handleSignal:
         0xb4cd4e8 s Context>handleSignal:
         0xb4d3480 s Context>handleSignal:
         0xb4d9418 s Context>handleSignal:
         0xb4df3b0 s Context>handleSignal:
         0xb4e5348 s Context>handleSignal:
         0xb4eb2e0 s Context>handleSignal:
         0xb4f1278 s Context>handleSignal:
         0xb4f7210 s Context>handleSignal:
         0xb4fd1a8 s Context>handleSignal:
         0xb503140 s Context>handleSignal:
         0xb5090d8 s Context>handleSignal:
         0xb50f070 s Context>handleSignal:
         0xb515008 s Context>handleSignal:
         0xb51afa0 s Context>handleSignal:
         0xb520f38 s Context>handleSignal:
         0xb526ed0 s Context>handleSignal:
         0xb52ce68 s Context>handleSignal:
         0xb532e00 s Context>handleSignal:
         0xb538d98 s Context>handleSignal:
         0xb53ed30 s Context>handleSignal:
         0xb544cc8 s Context>handleSignal:
         0xb54ac60 s Context>handleSignal:
         0xb550bf8 s Context>handleSignal:
         0xb556b90 s Context>handleSignal:
         0xb55cb28 s Context>handleSignal:
         0xb562ac0 s Context>handleSignal:
         0xb568a58 s Context>handleSignal:
         0xb56e9f0 s Context>handleSignal:
         0xb574988 s Context>handleSignal:
         0xb57a920 s Context>handleSignal:
         0xb5808b8 s Context>handleSignal:
         0xb586850 s Context>handleSignal:
         0xb58c7e8 s Context>handleSignal:
         0xb592780 s Context>handleSignal:
         0xb598718 s Context>handleSignal:
         0xb59e6b0 s Context>handleSignal:
         0xb5a4648 s Context>handleSignal:
         0xb5aa5e0 s Context>handleSignal:
         0xb5b0578 s Context>handleSignal:
         0xb5b6510 s Context>handleSignal:
         0xb5bc4a8 s Context>handleSignal:
         0xb5c2440 s Context>handleSignal:
         0xb5c83d8 s Context>handleSignal:
         0xb5ce370 s Context>handleSignal:
         0xb5d4308 s Context>handleSignal:
         0xb5da2a0 s Context>handleSignal:
         0xb5e0238 s Context>handleSignal:
         0xb5e61d0 s Context>handleSignal:
         0xb5ec168 s Context>handleSignal:
         0xb5f2100 s Context>handleSignal:
         0xb5f8098 s Context>handleSignal:
         0xb5fe030 s Context>handleSignal:
         0xb603fc8 s Context>handleSignal:
         0xb609f60 s Context>handleSignal:
         0xb60fef8 s Context>handleSignal:
         0xb615e90 s Context>handleSignal:
         0xb61be28 s Context>handleSignal:
         0xb621dc0 s Context>handleSignal:
         0xb627d58 s Context>handleSignal:
         0xb62dcf0 s Context>handleSignal:
         0xb633c88 s Context>handleSignal:
         0xb639c20 s Context>handleSignal:
         0xb63fbb8 s Context>handleSignal:
         0xb645b50 s Context>handleSignal:
         0xb64bae8 s Context>handleSignal:
         0xb651a80 s Context>handleSignal:
         0xb657a18 s Context>handleSignal:
         0xb65d8f8 s Context>handleSignal:
         0xb663720 s Context>handleSignal:
         0xb669490 s Context>handleSignal:
         0xb66f148 s Context>handleSignal:
         0xb674d48 s Context>handleSignal:
         0xb67a890 s Context>handleSignal:
         0xb680320 s Context>handleSignal:
         0xb685cf8 s Context>handleSignal:
         0xb68b618 s Context>handleSignal:
         0xb690e80 s Context>handleSignal:
         0xb696630 s Context>handleSignal:
         0xb69bd28 s Context>handleSignal:
         0xb6a1368 s Context>handleSignal:
         0xb6a68f0 s Context>handleSignal:
         0xb6abdc0 s Context>handleSignal:
         0xb6b11d8 s Context>handleSignal:
         0xb6b6538 s Context>handleSignal:
         0xb6bb7e0 s Context>handleSignal:
         0xb6c09d0 s Context>handleSignal:
         0xb6c5b08 s Context>handleSignal:
         0xb6cab88 s Context>handleSignal:
         0xb6cfb50 s Context>handleSignal:
         0xb6d4a60 s Context>handleSignal:
         0xb6d98b8 s Context>handleSignal:
         0xb6de658 s Context>handleSignal:
         0xb6e3340 s Context>handleSignal:
         0xb6e7f70 s Context>handleSignal:
         0xb6ecae8 s Context>handleSignal:
         0xb6f15a8 s Context>handleSignal:
         0xb6f5fb0 s Context>handleSignal:
         0xb6fa900 s Context>handleSignal:
         0xb6ff198 s Context>handleSignal:
         0xb703978 s Context>handleSignal:
         0xb7080a0 s Context>handleSignal:
         0xb70c710 s Context>handleSignal:
         0xb710cc8 s Context>handleSignal:
         0xb7151c8 s Context>handleSignal:
         0xb719610 s Context>handleSignal:
         0xb71d9a0 s Context>handleSignal:
         0xb721c78 s Context>handleSignal:
         0xb725e98 s Context>handleSignal:
         0xb72a000 s Context>handleSignal:
         0xb72e0b0 s Context>handleSignal:
         0xb7320a8 s Context>handleSignal:
         0xb735fe8 s Context>handleSignal:
         0xb739e70 s Context>handleSignal:
         0xb73dc40 s Context>handleSignal:
         0xb741958 s Context>handleSignal:
         0xb7455b8 s Context>handleSignal:
         0xb749160 s Context>handleSignal:
         0xb74cc50 s Context>handleSignal:
         0xb750688 s Context>handleSignal:
         0xb754008 s Context>handleSignal:
         0xb7578d0 s Context>handleSignal:
         0xb75b0e0 s Context>handleSignal:
         0xb75e8f0 s Context>handleSignal:
         0xb762048 s Context>handleSignal:
         0xb7656e8 s Context>handleSignal:
         0xb768cd0 s Context>handleSignal:
         0xb76c148 s Context>handleSignal:
         0xb76f508 s Context>handleSignal:
         0xb772810 s Context>handleSignal:
         0xb775a60 s Context>handleSignal:
         0xb778bf8 s Context>handleSignal:
         0xb77bcd8 s Context>handleSignal:
         0xb77ed00 s Context>handleSignal:
         0xb781c70 s Context>handleSignal:
         0xb784b28 s Context>handleSignal:
         0xb787928 s Context>handleSignal:
         0xb78a670 s Context>handleSignal:
         0xb78d300 s Context>handleSignal:
         0xb78fed8 s Context>handleSignal:
         0xb7929f8 s Context>handleSignal:
         0xb795460 s Context>handleSignal:
         0xb797d58 s Context>handleSignal:
         0xb79a598 s Context>handleSignal:
         0xb79cd20 s Context>handleSignal:
         0xb79f3f0 s Context>handleSignal:
         0xb7a1a08 s Context>handleSignal:
         0xb7a3f68 s Context>handleSignal:
         0xb7a6410 s Context>handleSignal:
         0xb7a8800 s Context>handleSignal:
         0xb7aab38 s Context>handleSignal:
         0xbf7f928 s Halt(Exception)>signal
         0xbf9aab0 s Halt class(Exception class)>signal
         0xbfc39a8 s Halt class>now
         0xbfb2c70 s FullBlockClosure(Object)>halt
         0xbfe38a0 s FullBlockClosure>printOn:
         0xc006268 s Context>printOn:
         0xc02c778 s Context>printDebugOn:
         0xc028330 s [] in Context>debugStack:on:
         0xc050f38 s OrderedCollection>do:
         0xbfb29f8 s Context>debugStack:on:
         0xbfe3650 s Context>shortDebugStackOn:
         0xc006030 s [] in SmalltalkImage>logError:inContext:
         0xc02c498 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7b598 s FullBlockClosure(BlockClosure)>on:do:
         0xbf95e20 s SmalltalkImage>logStdErrorDuring:
         0xbfbef58 s SmalltalkImage>logError:inContext:
         0xbfed6e0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0107d8 s FullBlockClosure(BlockClosure)>ensure:
         0xc038db8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058ad8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069270 s Halt(Exception)>unhandledErrorAction
         0xc07eae8 s Halt(UnhandledException)>defaultAction
         0xc09f188 s UndefinedObject>handleSignal:
         0xc09f240 s Context>handleSignal:
         0xc09f2f8 s Context>handleSignal:
         0xc09f3b0 s Context>handleSignal:
         0xc09f468 s Context>handleSignal:
         0xc09f520 s Context>handleSignal:
         0xc09f5d8 s Context>handleSignal:
         0xc09f690 s Context>handleSignal:
         0xc09f748 s Context>handleSignal:
         0xc09f800 s Context>handleSignal:
         0xc09f8b8 s Context>handleSignal:
         0xc100e10 s Context>handleSignal:
         0xc10c530 s Context>handleSignal:
         0xc1173d8 s Context>handleSignal:
         0xc121cc0 s Context>handleSignal:
         0xc12c4f0 s Context>handleSignal:
         0xc136d20 s Context>handleSignal:
         0xc141550 s Context>handleSignal:
         0xc14bd80 s Context>handleSignal:
         0xc1565b0 s Context>handleSignal:
         0xc160de0 s Context>handleSignal:
         0xc16b610 s Context>handleSignal:
         0xc175e40 s Context>handleSignal:
         0xc180670 s Context>handleSignal:
         0xc18aea0 s Context>handleSignal:
         0xc1956d0 s Context>handleSignal:
         0xc19ff00 s Context>handleSignal:
         0xc1aa730 s Context>handleSignal:
         0xc1b4f60 s Context>handleSignal:
         0xc1bf790 s Context>handleSignal:
         0xc1c9fc0 s Context>handleSignal:
         0xc1d47f0 s Context>handleSignal:
         0xc1df020 s Context>handleSignal:
         0xc1e9850 s Context>handleSignal:
         0xc1f4080 s Context>handleSignal:
         0xc1fe8b0 s Context>handleSignal:
         0xc2090e0 s Context>handleSignal:
         0xc213910 s Context>handleSignal:
         0xc21e140 s Context>handleSignal:
         0xc228970 s Context>handleSignal:
         0xc2331a0 s Context>handleSignal:
         0xc23d9d0 s Context>handleSignal:
         0xc248200 s Context>handleSignal:
         0xc252a30 s Context>handleSignal:
         0xc25d260 s Context>handleSignal:
         0xc2646d0 s Context>handleSignal:
         0xb7dda48 s Context>handleSignal:
         0xb7e8330 s Context>handleSignal:
         0xb7f2c18 s Context>handleSignal:
         0xb7fd500 s Context>handleSignal:
         0xb807de8 s Context>handleSignal:
         0xb8126d0 s Context>handleSignal:
         0xb81cfb8 s Context>handleSignal:
         0xb8278a0 s Context>handleSignal:
         0xb832188 s Context>handleSignal:
         0xb83ca70 s Context>handleSignal:
         0xb847358 s Context>handleSignal:
         0xb851c40 s Context>handleSignal:
         0xb85c528 s Context>handleSignal:
         0xb866e10 s Context>handleSignal:
         0xb8716f8 s Context>handleSignal:
         0xb87bfe0 s Context>handleSignal:
         0xb8868c8 s Context>handleSignal:
         0xb8911b0 s Context>handleSignal:
         0xb89ba98 s Context>handleSignal:
         0xb8a6380 s Context>handleSignal:
         0xb8b0c68 s Context>handleSignal:
         0xb8bb550 s Context>handleSignal:
         0xb8c5e38 s Context>handleSignal:
         0xb8d0720 s Context>handleSignal:
         0xb8db008 s Context>handleSignal:
         0xb8e58f0 s Context>handleSignal:
         0xb8f01d8 s Context>handleSignal:
         0xb8faac0 s Context>handleSignal:
         0xb9053a8 s Context>handleSignal:
         0xb90fc90 s Context>handleSignal:
         0xb91a578 s Context>handleSignal:
         0xb924e60 s Context>handleSignal:
         0xb92f748 s Context>handleSignal:
         0xb93a030 s Context>handleSignal:
         0xb944918 s Context>handleSignal:
         0xb94f200 s Context>handleSignal:
         0xb959ae8 s Context>handleSignal:
         0xb9643d0 s Context>handleSignal:
         0xb96ecb8 s Context>handleSignal:
         0xb9795a0 s Context>handleSignal:
         0xb983e88 s Context>handleSignal:
         0xb98e770 s Context>handleSignal:
         0xb999058 s Context>handleSignal:
         0xb9a3940 s Context>handleSignal:
         0xb9ae228 s Context>handleSignal:
         0xb9b8b10 s Context>handleSignal:
         0xb9c33f8 s Context>handleSignal:
         0xb9cdce0 s Context>handleSignal:
         0xb9d85c8 s Context>handleSignal:
         0xb9e2eb0 s Context>handleSignal:
         0xb9ed798 s Context>handleSignal:
         0xb9f8080 s Context>handleSignal:
         0xba02968 s Context>handleSignal:
         0xba0d250 s Context>handleSignal:
         0xba17b38 s Context>handleSignal:
         0xba22420 s Context>handleSignal:
         0xba2cd08 s Context>handleSignal:
         0xba375f0 s Context>handleSignal:
         0xb418c58 s Context>handleSignal:
         0xb41f548 s Context>handleSignal:
         0xb426bb0 s Context>handleSignal:
         0xb42d5c0 s Context>handleSignal:
         0xb4349c0 s Context>handleSignal:
         0xb43baa8 s Context>handleSignal:
         0xb442968 s Context>handleSignal:
         0xb448b28 s Context>handleSignal:
         0xb44ece8 s Context>handleSignal:
         0xb454df0 s Context>handleSignal:
         0xb45ae40 s Context>handleSignal:
         0xb460e90 s Context>handleSignal:
         0xb466ee0 s Context>handleSignal:
         0xb46cf30 s Context>handleSignal:
         0xb472f80 s Context>handleSignal:
         0xb478fd0 s Context>handleSignal:
         0xb47f020 s Context>handleSignal:
         0xb485070 s Context>handleSignal:
         0xb48b0c0 s Context>handleSignal:
         0xb491110 s Context>handleSignal:
         0xb497160 s Context>handleSignal:
         0xb49d1b0 s Context>handleSignal:
         0xb4a3200 s Context>handleSignal:
         0xb4a9250 s Context>handleSignal:
         0xb4af2a0 s Context>handleSignal:
         0xb4b52f0 s Context>handleSignal:
         0xb4bb340 s Context>handleSignal:
         0xb4c1390 s Context>handleSignal:
         0xb4c73e0 s Context>handleSignal:
         0xb4cd430 s Context>handleSignal:
         0xb4d33c8 s Context>handleSignal:
         0xb4d9360 s Context>handleSignal:
         0xb4df2f8 s Context>handleSignal:
         0xb4e5290 s Context>handleSignal:
         0xb4eb228 s Context>handleSignal:
         0xb4f11c0 s Context>handleSignal:
         0xb4f7158 s Context>handleSignal:
         0xb4fd0f0 s Context>handleSignal:
         0xb503088 s Context>handleSignal:
         0xb509020 s Context>handleSignal:
         0xb50efb8 s Context>handleSignal:
         0xb514f50 s Context>handleSignal:
         0xb51aee8 s Context>handleSignal:
         0xb520e80 s Context>handleSignal:
         0xb526e18 s Context>handleSignal:
         0xb52cdb0 s Context>handleSignal:
         0xb532d48 s Context>handleSignal:
         0xb538ce0 s Context>handleSignal:
         0xb53ec78 s Context>handleSignal:
         0xb544c10 s Context>handleSignal:
         0xb54aba8 s Context>handleSignal:
         0xb550b40 s Context>handleSignal:
         0xb556ad8 s Context>handleSignal:
         0xb55ca70 s Context>handleSignal:
         0xb562a08 s Context>handleSignal:
         0xb5689a0 s Context>handleSignal:
         0xb56e938 s Context>handleSignal:
         0xb5748d0 s Context>handleSignal:
         0xb57a868 s Context>handleSignal:
         0xb580800 s Context>handleSignal:
         0xb586798 s Context>handleSignal:
         0xb58c730 s Context>handleSignal:
         0xb5926c8 s Context>handleSignal:
         0xb598660 s Context>handleSignal:
         0xb59e5f8 s Context>handleSignal:
         0xb5a4590 s Context>handleSignal:
         0xb5aa528 s Context>handleSignal:
         0xb5b04c0 s Context>handleSignal:
         0xb5b6458 s Context>handleSignal:
         0xb5bc3f0 s Context>handleSignal:
         0xb5c2388 s Context>handleSignal:
         0xb5c8320 s Context>handleSignal:
         0xb5ce2b8 s Context>handleSignal:
         0xb5d4250 s Context>handleSignal:
         0xb5da1e8 s Context>handleSignal:
         0xb5e0180 s Context>handleSignal:
         0xb5e6118 s Context>handleSignal:
         0xb5ec0b0 s Context>handleSignal:
         0xb5f2048 s Context>handleSignal:
         0xb5f7fe0 s Context>handleSignal:
         0xb5fdf78 s Context>handleSignal:
         0xb603f10 s Context>handleSignal:
         0xb609ea8 s Context>handleSignal:
         0xb60fe40 s Context>handleSignal:
         0xb615dd8 s Context>handleSignal:
         0xb61bd70 s Context>handleSignal:
         0xb621d08 s Context>handleSignal:
         0xb627ca0 s Context>handleSignal:
         0xb62dc38 s Context>handleSignal:
         0xb633bd0 s Context>handleSignal:
         0xb639b68 s Context>handleSignal:
         0xb63fb00 s Context>handleSignal:
         0xb645a98 s Context>handleSignal:
         0xb64ba30 s Context>handleSignal:
         0xb6519c8 s Context>handleSignal:
         0xb657960 s Context>handleSignal:
         0xb65d840 s Context>handleSignal:
         0xb663668 s Context>handleSignal:
         0xb6693d8 s Context>handleSignal:
         0xb66f090 s Context>handleSignal:
         0xb674c90 s Context>handleSignal:
         0xb67a7d8 s Context>handleSignal:
         0xb680268 s Context>handleSignal:
         0xb685c40 s Context>handleSignal:
         0xb68b560 s Context>handleSignal:
         0xb690dc8 s Context>handleSignal:
         0xb696578 s Context>handleSignal:
         0xb69bc70 s Context>handleSignal:
         0xb6a12b0 s Context>handleSignal:
         0xb6a6838 s Context>handleSignal:
         0xb6abd08 s Context>handleSignal:
         0xb6b1120 s Context>handleSignal:
         0xb6b6480 s Context>handleSignal:
         0xb6bb728 s Context>handleSignal:
         0xb6c0918 s Context>handleSignal:
         0xb6c5a50 s Context>handleSignal:
         0xb6caad0 s Context>handleSignal:
         0xb6cfa98 s Context>handleSignal:
         0xb6d49a8 s Context>handleSignal:
         0xb6d9800 s Context>handleSignal:
         0xb6de5a0 s Context>handleSignal:
         0xb6e3288 s Context>handleSignal:
         0xb6e7eb8 s Context>handleSignal:
         0xb6eca30 s Context>handleSignal:
         0xb6f14f0 s Context>handleSignal:
         0xb6f5ef8 s Context>handleSignal:
         0xb6fa848 s Context>handleSignal:
         0xb6ff0e0 s Context>handleSignal:
         0xb7038c0 s Context>handleSignal:
         0xb707fe8 s Context>handleSignal:
         0xb70c658 s Context>handleSignal:
         0xb710c10 s Context>handleSignal:
         0xb715110 s Context>handleSignal:
         0xb719558 s Context>handleSignal:
         0xb71d8e8 s Context>handleSignal:
         0xb721bc0 s Context>handleSignal:
         0xb725de0 s Context>handleSignal:
         0xb729f48 s Context>handleSignal:
         0xb72dff8 s Context>handleSignal:
         0xb731ff0 s Context>handleSignal:
         0xb735f30 s Context>handleSignal:
         0xb739db8 s Context>handleSignal:
         0xb73db88 s Context>handleSignal:
         0xb7418a0 s Context>handleSignal:
         0xb745500 s Context>handleSignal:
         0xb7490a8 s Context>handleSignal:
         0xb74cb98 s Context>handleSignal:
         0xb7505d0 s Context>handleSignal:
         0xb753f50 s Context>handleSignal:
         0xb757818 s Context>handleSignal:
         0xb75b028 s Context>handleSignal:
         0xb75e838 s Context>handleSignal:
         0xb761f90 s Context>handleSignal:
         0xb765630 s Context>handleSignal:
         0xb768c18 s Context>handleSignal:
         0xb76c090 s Context>handleSignal:
         0xb76f450 s Context>handleSignal:
         0xb772758 s Context>handleSignal:
         0xb7759a8 s Context>handleSignal:
         0xb778b40 s Context>handleSignal:
         0xb77bc20 s Context>handleSignal:
         0xb77ec48 s Context>handleSignal:
         0xb781bb8 s Context>handleSignal:
         0xb784a70 s Context>handleSignal:
         0xb787870 s Context>handleSignal:
         0xb78a5b8 s Context>handleSignal:
         0xb78d248 s Context>handleSignal:
         0xb78fe20 s Context>handleSignal:
         0xb792940 s Context>handleSignal:
         0xb7953a8 s Context>handleSignal:
         0xb797ca0 s Context>handleSignal:
         0xb79a4e0 s Context>handleSignal:
         0xb79cc68 s Context>handleSignal:
         0xb79f338 s Context>handleSignal:
         0xb7a1950 s Context>handleSignal:
         0xb7a3eb0 s Context>handleSignal:
         0xb7a6358 s Context>handleSignal:
         0xb7a8748 s Context>handleSignal:
         0xbf7f870 s Halt(Exception)>signal
         0xbf9a9f8 s Halt class(Exception class)>signal
         0xbfc38f0 s Halt class>now
         0xbfb2ab0 s FullBlockClosure(Object)>halt
         0xbfe3708 s FullBlockClosure>printOn:
         0xc0060e8 s Context>printOn:
         0xc02c550 s Context>printDebugOn:
         0xc02c830 s [] in Context>debugStack:on:
         0xc052638 s OrderedCollection>do:
         0xbfb2838 s Context>debugStack:on:
         0xbfe34b8 s Context>shortDebugStackOn:
         0xc005eb0 s [] in SmalltalkImage>logError:inContext:
         0xc02c270 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7b428 s FullBlockClosure(BlockClosure)>on:do:
         0xbf95c50 s SmalltalkImage>logStdErrorDuring:
         0xbfbeda0 s SmalltalkImage>logError:inContext:
         0xbfed618 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0106e8 s FullBlockClosure(BlockClosure)>ensure:
         0xc038cd8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058a20 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0691b8 s Halt(Exception)>unhandledErrorAction
         0xc07ea30 s Halt(UnhandledException)>defaultAction
         0xc09e9a0 s UndefinedObject>handleSignal:
         0xc09ea58 s Context>handleSignal:
         0xc09eb10 s Context>handleSignal:
         0xc09ebc8 s Context>handleSignal:
         0xc09ec80 s Context>handleSignal:
         0xc09ed38 s Context>handleSignal:
         0xc09edf0 s Context>handleSignal:
         0xc09eea8 s Context>handleSignal:
         0xc09ef60 s Context>handleSignal:
         0xc09f018 s Context>handleSignal:
         0xc09f0d0 s Context>handleSignal:
         0xc100d58 s Context>handleSignal:
         0xc10c478 s Context>handleSignal:
         0xc117320 s Context>handleSignal:
         0xc121c08 s Context>handleSignal:
         0xc12c438 s Context>handleSignal:
         0xc136c68 s Context>handleSignal:
         0xc141498 s Context>handleSignal:
         0xc14bcc8 s Context>handleSignal:
         0xc1564f8 s Context>handleSignal:
         0xc160d28 s Context>handleSignal:
         0xc16b558 s Context>handleSignal:
         0xc175d88 s Context>handleSignal:
         0xc1805b8 s Context>handleSignal:
         0xc18ade8 s Context>handleSignal:
         0xc195618 s Context>handleSignal:
         0xc19fe48 s Context>handleSignal:
         0xc1aa678 s Context>handleSignal:
         0xc1b4ea8 s Context>handleSignal:
         0xc1bf6d8 s Context>handleSignal:
         0xc1c9f08 s Context>handleSignal:
         0xc1d4738 s Context>handleSignal:
         0xc1def68 s Context>handleSignal:
         0xc1e9798 s Context>handleSignal:
         0xc1f3fc8 s Context>handleSignal:
         0xc1fe7f8 s Context>handleSignal:
         0xc209028 s Context>handleSignal:
         0xc213858 s Context>handleSignal:
         0xc21e088 s Context>handleSignal:
         0xc2288b8 s Context>handleSignal:
         0xc2330e8 s Context>handleSignal:
         0xc23d918 s Context>handleSignal:
         0xc248148 s Context>handleSignal:
         0xc252978 s Context>handleSignal:
         0xc25d1a8 s Context>handleSignal:
         0xc264618 s Context>handleSignal:
         0xb7dd990 s Context>handleSignal:
         0xb7e8278 s Context>handleSignal:
         0xb7f2b60 s Context>handleSignal:
         0xb7fd448 s Context>handleSignal:
         0xb807d30 s Context>handleSignal:
         0xb812618 s Context>handleSignal:
         0xb81cf00 s Context>handleSignal:
         0xb8277e8 s Context>handleSignal:
         0xb8320d0 s Context>handleSignal:
         0xb83c9b8 s Context>handleSignal:
         0xb8472a0 s Context>handleSignal:
         0xb851b88 s Context>handleSignal:
         0xb85c470 s Context>handleSignal:
         0xb866d58 s Context>handleSignal:
         0xb871640 s Context>handleSignal:
         0xb87bf28 s Context>handleSignal:
         0xb886810 s Context>handleSignal:
         0xb8910f8 s Context>handleSignal:
         0xb89b9e0 s Context>handleSignal:
         0xb8a62c8 s Context>handleSignal:
         0xb8b0bb0 s Context>handleSignal:
         0xb8bb498 s Context>handleSignal:
         0xb8c5d80 s Context>handleSignal:
         0xb8d0668 s Context>handleSignal:
         0xb8daf50 s Context>handleSignal:
         0xb8e5838 s Context>handleSignal:
         0xb8f0120 s Context>handleSignal:
         0xb8faa08 s Context>handleSignal:
         0xb9052f0 s Context>handleSignal:
         0xb90fbd8 s Context>handleSignal:
         0xb91a4c0 s Context>handleSignal:
         0xb924da8 s Context>handleSignal:
         0xb92f690 s Context>handleSignal:
         0xb939f78 s Context>handleSignal:
         0xb944860 s Context>handleSignal:
         0xb94f148 s Context>handleSignal:
         0xb959a30 s Context>handleSignal:
         0xb964318 s Context>handleSignal:
         0xb96ec00 s Context>handleSignal:
         0xb9794e8 s Context>handleSignal:
         0xb983dd0 s Context>handleSignal:
         0xb98e6b8 s Context>handleSignal:
         0xb998fa0 s Context>handleSignal:
         0xb9a3888 s Context>handleSignal:
         0xb9ae170 s Context>handleSignal:
         0xb9b8a58 s Context>handleSignal:
         0xb9c3340 s Context>handleSignal:
         0xb9cdc28 s Context>handleSignal:
         0xb9d8510 s Context>handleSignal:
         0xb9e2df8 s Context>handleSignal:
         0xb9ed6e0 s Context>handleSignal:
         0xb9f7fc8 s Context>handleSignal:
         0xba028b0 s Context>handleSignal:
         0xba0d198 s Context>handleSignal:
         0xba17a80 s Context>handleSignal:
         0xba22368 s Context>handleSignal:
         0xba2cc50 s Context>handleSignal:
         0xba37538 s Context>handleSignal:
         0xb418ba0 s Context>handleSignal:
         0xb41f490 s Context>handleSignal:
         0xb426af8 s Context>handleSignal:
         0xb42d508 s Context>handleSignal:
         0xb434908 s Context>handleSignal:
         0xb43b9f0 s Context>handleSignal:
         0xb4428b0 s Context>handleSignal:
         0xb448a70 s Context>handleSignal:
         0xb44ec30 s Context>handleSignal:
         0xb454d38 s Context>handleSignal:
         0xb45ad88 s Context>handleSignal:
         0xb460dd8 s Context>handleSignal:
         0xb466e28 s Context>handleSignal:
         0xb46ce78 s Context>handleSignal:
         0xb472ec8 s Context>handleSignal:
         0xb478f18 s Context>handleSignal:
         0xb47ef68 s Context>handleSignal:
         0xb484fb8 s Context>handleSignal:
         0xb48b008 s Context>handleSignal:
         0xb491058 s Context>handleSignal:
         0xb4970a8 s Context>handleSignal:
         0xb49d0f8 s Context>handleSignal:
         0xb4a3148 s Context>handleSignal:
         0xb4a9198 s Context>handleSignal:
         0xb4af1e8 s Context>handleSignal:
         0xb4b5238 s Context>handleSignal:
         0xb4bb288 s Context>handleSignal:
         0xb4c12d8 s Context>handleSignal:
         0xb4c7328 s Context>handleSignal:
         0xb4cd378 s Context>handleSignal:
         0xb4d3310 s Context>handleSignal:
         0xb4d92a8 s Context>handleSignal:
         0xb4df240 s Context>handleSignal:
         0xb4e51d8 s Context>handleSignal:
         0xb4eb170 s Context>handleSignal:
         0xb4f1108 s Context>handleSignal:
         0xb4f70a0 s Context>handleSignal:
         0xb4fd038 s Context>handleSignal:
         0xb502fd0 s Context>handleSignal:
         0xb508f68 s Context>handleSignal:
         0xb50ef00 s Context>handleSignal:
         0xb514e98 s Context>handleSignal:
         0xb51ae30 s Context>handleSignal:
         0xb520dc8 s Context>handleSignal:
         0xb526d60 s Context>handleSignal:
         0xb52ccf8 s Context>handleSignal:
         0xb532c90 s Context>handleSignal:
         0xb538c28 s Context>handleSignal:
         0xb53ebc0 s Context>handleSignal:
         0xb544b58 s Context>handleSignal:
         0xb54aaf0 s Context>handleSignal:
         0xb550a88 s Context>handleSignal:
         0xb556a20 s Context>handleSignal:
         0xb55c9b8 s Context>handleSignal:
         0xb562950 s Context>handleSignal:
         0xb5688e8 s Context>handleSignal:
         0xb56e880 s Context>handleSignal:
         0xb574818 s Context>handleSignal:
         0xb57a7b0 s Context>handleSignal:
         0xb580748 s Context>handleSignal:
         0xb5866e0 s Context>handleSignal:
         0xb58c678 s Context>handleSignal:
         0xb592610 s Context>handleSignal:
         0xb5985a8 s Context>handleSignal:
         0xb59e540 s Context>handleSignal:
         0xb5a44d8 s Context>handleSignal:
         0xb5aa470 s Context>handleSignal:
         0xb5b0408 s Context>handleSignal:
         0xb5b63a0 s Context>handleSignal:
         0xb5bc338 s Context>handleSignal:
         0xb5c22d0 s Context>handleSignal:
         0xb5c8268 s Context>handleSignal:
         0xb5ce200 s Context>handleSignal:
         0xb5d4198 s Context>handleSignal:
         0xb5da130 s Context>handleSignal:
         0xb5e00c8 s Context>handleSignal:
         0xb5e6060 s Context>handleSignal:
         0xb5ebff8 s Context>handleSignal:
         0xb5f1f90 s Context>handleSignal:
         0xb5f7f28 s Context>handleSignal:
         0xb5fdec0 s Context>handleSignal:
         0xb603e58 s Context>handleSignal:
         0xb609df0 s Context>handleSignal:
         0xb60fd88 s Context>handleSignal:
         0xb615d20 s Context>handleSignal:
         0xb61bcb8 s Context>handleSignal:
         0xb621c50 s Context>handleSignal:
         0xb627be8 s Context>handleSignal:
         0xb62db80 s Context>handleSignal:
         0xb633b18 s Context>handleSignal:
         0xb639ab0 s Context>handleSignal:
         0xb63fa48 s Context>handleSignal:
         0xb6459e0 s Context>handleSignal:
         0xb64b978 s Context>handleSignal:
         0xb651910 s Context>handleSignal:
         0xb6578a8 s Context>handleSignal:
         0xb65d788 s Context>handleSignal:
         0xb6635b0 s Context>handleSignal:
         0xb669320 s Context>handleSignal:
         0xb66efd8 s Context>handleSignal:
         0xb674bd8 s Context>handleSignal:
         0xb67a720 s Context>handleSignal:
         0xb6801b0 s Context>handleSignal:
         0xb685b88 s Context>handleSignal:
         0xb68b4a8 s Context>handleSignal:
         0xb690d10 s Context>handleSignal:
         0xb6964c0 s Context>handleSignal:
         0xb69bbb8 s Context>handleSignal:
         0xb6a11f8 s Context>handleSignal:
         0xb6a6780 s Context>handleSignal:
         0xb6abc50 s Context>handleSignal:
         0xb6b1068 s Context>handleSignal:
         0xb6b63c8 s Context>handleSignal:
         0xb6bb670 s Context>handleSignal:
         0xb6c0860 s Context>handleSignal:
         0xb6c5998 s Context>handleSignal:
         0xb6caa18 s Context>handleSignal:
         0xb6cf9e0 s Context>handleSignal:
         0xb6d48f0 s Context>handleSignal:
         0xb6d9748 s Context>handleSignal:
         0xb6de4e8 s Context>handleSignal:
         0xb6e31d0 s Context>handleSignal:
         0xb6e7e00 s Context>handleSignal:
         0xb6ec978 s Context>handleSignal:
         0xb6f1438 s Context>handleSignal:
         0xb6f5e40 s Context>handleSignal:
         0xb6fa790 s Context>handleSignal:
         0xb6ff028 s Context>handleSignal:
         0xb703808 s Context>handleSignal:
         0xb707f30 s Context>handleSignal:
         0xb70c5a0 s Context>handleSignal:
         0xb710b58 s Context>handleSignal:
         0xb715058 s Context>handleSignal:
         0xb7194a0 s Context>handleSignal:
         0xb71d830 s Context>handleSignal:
         0xb721b08 s Context>handleSignal:
         0xb725d28 s Context>handleSignal:
         0xb729e90 s Context>handleSignal:
         0xb72df40 s Context>handleSignal:
         0xb731f38 s Context>handleSignal:
         0xb735e78 s Context>handleSignal:
         0xb739d00 s Context>handleSignal:
         0xb73dad0 s Context>handleSignal:
         0xb7417e8 s Context>handleSignal:
         0xb745448 s Context>handleSignal:
         0xb748ff0 s Context>handleSignal:
         0xb74cae0 s Context>handleSignal:
         0xb750518 s Context>handleSignal:
         0xb753e98 s Context>handleSignal:
         0xb757760 s Context>handleSignal:
         0xb75af70 s Context>handleSignal:
         0xb75e780 s Context>handleSignal:
         0xb761ed8 s Context>handleSignal:
         0xb765578 s Context>handleSignal:
         0xb768b60 s Context>handleSignal:
         0xb76bfd8 s Context>handleSignal:
         0xb76f398 s Context>handleSignal:
         0xb7726a0 s Context>handleSignal:
         0xb7758f0 s Context>handleSignal:
         0xb778a88 s Context>handleSignal:
         0xb77bb68 s Context>handleSignal:
         0xb77eb90 s Context>handleSignal:
         0xb781b00 s Context>handleSignal:
         0xb7849b8 s Context>handleSignal:
         0xb7877b8 s Context>handleSignal:
         0xb78a500 s Context>handleSignal:
         0xb78d190 s Context>handleSignal:
         0xb78fd68 s Context>handleSignal:
         0xb792888 s Context>handleSignal:
         0xb7952f0 s Context>handleSignal:
         0xb797be8 s Context>handleSignal:
         0xb79a428 s Context>handleSignal:
         0xb79cbb0 s Context>handleSignal:
         0xb79f280 s Context>handleSignal:
         0xb7a1898 s Context>handleSignal:
         0xb7a3df8 s Context>handleSignal:
         0xb7a62a0 s Context>handleSignal:
         0xbf7f7b8 s Halt(Exception)>signal
         0xbf9a940 s Halt class(Exception class)>signal
         0xbfc3838 s Halt class>now
         0xbfb28f0 s FullBlockClosure(Object)>halt
         0xbfe3570 s FullBlockClosure>printOn:
         0xc005f68 s Context>printOn:
         0xc02c328 s Context>printDebugOn:
         0xc02c608 s [] in Context>debugStack:on:
         0xc052580 s OrderedCollection>do:
         0xbfb2678 s Context>debugStack:on:
         0xbfe3320 s Context>shortDebugStackOn:
         0xc005d30 s [] in SmalltalkImage>logError:inContext:
         0xc02c048 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7b2b8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf95a80 s SmalltalkImage>logStdErrorDuring:
         0xbfbebe8 s SmalltalkImage>logError:inContext:
         0xbfed550 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0105f8 s FullBlockClosure(BlockClosure)>ensure:
         0xc038bf8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058968 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069100 s Halt(Exception)>unhandledErrorAction
         0xc07e978 s Halt(UnhandledException)>defaultAction
         0xc0ae6a0 s UndefinedObject>handleSignal:
         0xc0ae758 s Context>handleSignal:
         0xc0ae810 s Context>handleSignal:
         0xc0ae8c8 s Context>handleSignal:
         0xc0ae980 s Context>handleSignal:
         0xc0aea38 s Context>handleSignal:
         0xc0aeaf0 s Context>handleSignal:
         0xc0aeba8 s Context>handleSignal:
         0xc0aec60 s Context>handleSignal:
         0xc0aed18 s Context>handleSignal:
         0xc0aedd0 s Context>handleSignal:
         0xc102458 s Context>handleSignal:
         0xc10db78 s Context>handleSignal:
         0xc118a20 s Context>handleSignal:
         0xc123308 s Context>handleSignal:
         0xc12db38 s Context>handleSignal:
         0xc138368 s Context>handleSignal:
         0xc142b98 s Context>handleSignal:
         0xc14d3c8 s Context>handleSignal:
         0xc157bf8 s Context>handleSignal:
         0xc162428 s Context>handleSignal:
         0xc16cc58 s Context>handleSignal:
         0xc177488 s Context>handleSignal:
         0xc181cb8 s Context>handleSignal:
         0xc18c4e8 s Context>handleSignal:
         0xc196d18 s Context>handleSignal:
         0xc1a1548 s Context>handleSignal:
         0xc1abd78 s Context>handleSignal:
         0xc1b65a8 s Context>handleSignal:
         0xc1c0dd8 s Context>handleSignal:
         0xc1cb608 s Context>handleSignal:
         0xc1d5e38 s Context>handleSignal:
         0xc1e0668 s Context>handleSignal:
         0xc1eae98 s Context>handleSignal:
         0xc1f56c8 s Context>handleSignal:
         0xc1ffef8 s Context>handleSignal:
         0xc20a728 s Context>handleSignal:
         0xc214f58 s Context>handleSignal:
         0xc21f788 s Context>handleSignal:
         0xc229fb8 s Context>handleSignal:
         0xc2347e8 s Context>handleSignal:
         0xc23f018 s Context>handleSignal:
         0xc249848 s Context>handleSignal:
         0xc254078 s Context>handleSignal:
         0xc25e8a8 s Context>handleSignal:
         0xc265d18 s Context>handleSignal:
         0xb7df090 s Context>handleSignal:
         0xb7e9978 s Context>handleSignal:
         0xb7f4260 s Context>handleSignal:
         0xb7feb48 s Context>handleSignal:
         0xb809430 s Context>handleSignal:
         0xb813d18 s Context>handleSignal:
         0xb81e600 s Context>handleSignal:
         0xb828ee8 s Context>handleSignal:
         0xb8337d0 s Context>handleSignal:
         0xb83e0b8 s Context>handleSignal:
         0xb8489a0 s Context>handleSignal:
         0xb853288 s Context>handleSignal:
         0xb85db70 s Context>handleSignal:
         0xb868458 s Context>handleSignal:
         0xb872d40 s Context>handleSignal:
         0xb87d628 s Context>handleSignal:
         0xb887f10 s Context>handleSignal:
         0xb8927f8 s Context>handleSignal:
         0xb89d0e0 s Context>handleSignal:
         0xb8a79c8 s Context>handleSignal:
         0xb8b22b0 s Context>handleSignal:
         0xb8bcb98 s Context>handleSignal:
         0xb8c7480 s Context>handleSignal:
         0xb8d1d68 s Context>handleSignal:
         0xb8dc650 s Context>handleSignal:
         0xb8e6f38 s Context>handleSignal:
         0xb8f1820 s Context>handleSignal:
         0xb8fc108 s Context>handleSignal:
         0xb9069f0 s Context>handleSignal:
         0xb9112d8 s Context>handleSignal:
         0xb91bbc0 s Context>handleSignal:
         0xb9264a8 s Context>handleSignal:
         0xb930d90 s Context>handleSignal:
         0xb93b678 s Context>handleSignal:
         0xb945f60 s Context>handleSignal:
         0xb950848 s Context>handleSignal:
         0xb95b130 s Context>handleSignal:
         0xb965a18 s Context>handleSignal:
         0xb970300 s Context>handleSignal:
         0xb97abe8 s Context>handleSignal:
         0xb9854d0 s Context>handleSignal:
         0xb98fdb8 s Context>handleSignal:
         0xb99a6a0 s Context>handleSignal:
         0xb9a4f88 s Context>handleSignal:
         0xb9af870 s Context>handleSignal:
         0xb9ba158 s Context>handleSignal:
         0xb9c4a40 s Context>handleSignal:
         0xb9cf328 s Context>handleSignal:
         0xb9d9c10 s Context>handleSignal:
         0xb9e44f8 s Context>handleSignal:
         0xb9eede0 s Context>handleSignal:
         0xb9f96c8 s Context>handleSignal:
         0xba03fb0 s Context>handleSignal:
         0xba0e898 s Context>handleSignal:
         0xba19180 s Context>handleSignal:
         0xba23a68 s Context>handleSignal:
         0xba2e350 s Context>handleSignal:
         0xba38c38 s Context>handleSignal:
         0xb418ae8 s Context>handleSignal:
         0xb41f3d8 s Context>handleSignal:
         0xb426a40 s Context>handleSignal:
         0xb42d450 s Context>handleSignal:
         0xb434850 s Context>handleSignal:
         0xb43b938 s Context>handleSignal:
         0xb4427f8 s Context>handleSignal:
         0xb4489b8 s Context>handleSignal:
         0xb44eb78 s Context>handleSignal:
         0xb454c80 s Context>handleSignal:
         0xb45acd0 s Context>handleSignal:
         0xb460d20 s Context>handleSignal:
         0xb466d70 s Context>handleSignal:
         0xb46cdc0 s Context>handleSignal:
         0xb472e10 s Context>handleSignal:
         0xb478e60 s Context>handleSignal:
         0xb47eeb0 s Context>handleSignal:
         0xb484f00 s Context>handleSignal:
         0xb48af50 s Context>handleSignal:
         0xb490fa0 s Context>handleSignal:
         0xb496ff0 s Context>handleSignal:
         0xb49d040 s Context>handleSignal:
         0xb4a3090 s Context>handleSignal:
         0xb4a90e0 s Context>handleSignal:
         0xb4af130 s Context>handleSignal:
         0xb4b5180 s Context>handleSignal:
         0xb4bb1d0 s Context>handleSignal:
         0xb4c1220 s Context>handleSignal:
         0xb4c7270 s Context>handleSignal:
         0xb4cd2c0 s Context>handleSignal:
         0xb4d3258 s Context>handleSignal:
         0xb4d91f0 s Context>handleSignal:
         0xb4df188 s Context>handleSignal:
         0xb4e5120 s Context>handleSignal:
         0xb4eb0b8 s Context>handleSignal:
         0xb4f1050 s Context>handleSignal:
         0xb4f6fe8 s Context>handleSignal:
         0xb4fcf80 s Context>handleSignal:
         0xb502f18 s Context>handleSignal:
         0xb508eb0 s Context>handleSignal:
         0xb50ee48 s Context>handleSignal:
         0xb514de0 s Context>handleSignal:
         0xb51ad78 s Context>handleSignal:
         0xb520d10 s Context>handleSignal:
         0xb526ca8 s Context>handleSignal:
         0xb52cc40 s Context>handleSignal:
         0xb532bd8 s Context>handleSignal:
         0xb538b70 s Context>handleSignal:
         0xb53eb08 s Context>handleSignal:
         0xb544aa0 s Context>handleSignal:
         0xb54aa38 s Context>handleSignal:
         0xb5509d0 s Context>handleSignal:
         0xb556968 s Context>handleSignal:
         0xb55c900 s Context>handleSignal:
         0xb562898 s Context>handleSignal:
         0xb568830 s Context>handleSignal:
         0xb56e7c8 s Context>handleSignal:
         0xb574760 s Context>handleSignal:
         0xb57a6f8 s Context>handleSignal:
         0xb580690 s Context>handleSignal:
         0xb586628 s Context>handleSignal:
         0xb58c5c0 s Context>handleSignal:
         0xb592558 s Context>handleSignal:
         0xb5984f0 s Context>handleSignal:
         0xb59e488 s Context>handleSignal:
         0xb5a4420 s Context>handleSignal:
         0xb5aa3b8 s Context>handleSignal:
         0xb5b0350 s Context>handleSignal:
         0xb5b62e8 s Context>handleSignal:
         0xb5bc280 s Context>handleSignal:
         0xb5c2218 s Context>handleSignal:
         0xb5c81b0 s Context>handleSignal:
         0xb5ce148 s Context>handleSignal:
         0xb5d40e0 s Context>handleSignal:
         0xb5da078 s Context>handleSignal:
         0xb5e0010 s Context>handleSignal:
         0xb5e5fa8 s Context>handleSignal:
         0xb5ebf40 s Context>handleSignal:
         0xb5f1ed8 s Context>handleSignal:
         0xb5f7e70 s Context>handleSignal:
         0xb5fde08 s Context>handleSignal:
         0xb603da0 s Context>handleSignal:
         0xb609d38 s Context>handleSignal:
         0xb60fcd0 s Context>handleSignal:
         0xb615c68 s Context>handleSignal:
         0xb61bc00 s Context>handleSignal:
         0xb621b98 s Context>handleSignal:
         0xb627b30 s Context>handleSignal:
         0xb62dac8 s Context>handleSignal:
         0xb633a60 s Context>handleSignal:
         0xb6399f8 s Context>handleSignal:
         0xb63f990 s Context>handleSignal:
         0xb645928 s Context>handleSignal:
         0xb64b8c0 s Context>handleSignal:
         0xb651858 s Context>handleSignal:
         0xb6577f0 s Context>handleSignal:
         0xb65d6d0 s Context>handleSignal:
         0xb6634f8 s Context>handleSignal:
         0xb669268 s Context>handleSignal:
         0xb66ef20 s Context>handleSignal:
         0xb674b20 s Context>handleSignal:
         0xb67a668 s Context>handleSignal:
         0xb6800f8 s Context>handleSignal:
         0xb685ad0 s Context>handleSignal:
         0xb68b3f0 s Context>handleSignal:
         0xb690c58 s Context>handleSignal:
         0xb696408 s Context>handleSignal:
         0xb69bb00 s Context>handleSignal:
         0xb6a1140 s Context>handleSignal:
         0xb6a66c8 s Context>handleSignal:
         0xb6abb98 s Context>handleSignal:
         0xb6b0fb0 s Context>handleSignal:
         0xb6b6310 s Context>handleSignal:
         0xb6bb5b8 s Context>handleSignal:
         0xb6c07a8 s Context>handleSignal:
         0xb6c58e0 s Context>handleSignal:
         0xb6ca960 s Context>handleSignal:
         0xb6cf928 s Context>handleSignal:
         0xb6d4838 s Context>handleSignal:
         0xb6d9690 s Context>handleSignal:
         0xb6de430 s Context>handleSignal:
         0xb6e3118 s Context>handleSignal:
         0xb6e7d48 s Context>handleSignal:
         0xb6ec8c0 s Context>handleSignal:
         0xb6f1380 s Context>handleSignal:
         0xb6f5d88 s Context>handleSignal:
         0xb6fa6d8 s Context>handleSignal:
         0xb6fef70 s Context>handleSignal:
         0xb703750 s Context>handleSignal:
         0xb707e78 s Context>handleSignal:
         0xb70c4e8 s Context>handleSignal:
         0xb710aa0 s Context>handleSignal:
         0xb714fa0 s Context>handleSignal:
         0xb7193e8 s Context>handleSignal:
         0xb71d778 s Context>handleSignal:
         0xb721a50 s Context>handleSignal:
         0xb725c70 s Context>handleSignal:
         0xb729dd8 s Context>handleSignal:
         0xb72de88 s Context>handleSignal:
         0xb731e80 s Context>handleSignal:
         0xb735dc0 s Context>handleSignal:
         0xb739c48 s Context>handleSignal:
         0xb73da18 s Context>handleSignal:
         0xb741730 s Context>handleSignal:
         0xb745390 s Context>handleSignal:
         0xb748f38 s Context>handleSignal:
         0xb74ca28 s Context>handleSignal:
         0xb750460 s Context>handleSignal:
         0xb753de0 s Context>handleSignal:
         0xb7576a8 s Context>handleSignal:
         0xb75aeb8 s Context>handleSignal:
         0xb75e6c8 s Context>handleSignal:
         0xb761e20 s Context>handleSignal:
         0xb7654c0 s Context>handleSignal:
         0xb768aa8 s Context>handleSignal:
         0xb76bf20 s Context>handleSignal:
         0xb76f2e0 s Context>handleSignal:
         0xb7725e8 s Context>handleSignal:
         0xb775838 s Context>handleSignal:
         0xb7789d0 s Context>handleSignal:
         0xb77bab0 s Context>handleSignal:
         0xb77ead8 s Context>handleSignal:
         0xb781a48 s Context>handleSignal:
         0xb784900 s Context>handleSignal:
         0xb787700 s Context>handleSignal:
         0xb78a448 s Context>handleSignal:
         0xb78d0d8 s Context>handleSignal:
         0xb78fcb0 s Context>handleSignal:
         0xb7927d0 s Context>handleSignal:
         0xb795238 s Context>handleSignal:
         0xb797b30 s Context>handleSignal:
         0xb79a370 s Context>handleSignal:
         0xb79caf8 s Context>handleSignal:
         0xb79f1c8 s Context>handleSignal:
         0xb7a17e0 s Context>handleSignal:
         0xb7a3d40 s Context>handleSignal:
         0xbf7f700 s Halt(Exception)>signal
         0xbf9a888 s Halt class(Exception class)>signal
         0xbfc3780 s Halt class>now
         0xbfb2730 s FullBlockClosure(Object)>halt
         0xbfe33d8 s FullBlockClosure>printOn:
         0xc005de8 s Context>printOn:
         0xc02c100 s Context>printDebugOn:
         0xc02c3e0 s [] in Context>debugStack:on:
         0xc0524c8 s OrderedCollection>do:
         0xbfb24b8 s Context>debugStack:on:
         0xbfe3188 s Context>shortDebugStackOn:
         0xc005bb0 s [] in SmalltalkImage>logError:inContext:
         0xc02be20 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7b148 s FullBlockClosure(BlockClosure)>on:do:
         0xbf958b0 s SmalltalkImage>logStdErrorDuring:
         0xbfbea30 s SmalltalkImage>logError:inContext:
         0xbfed488 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc010508 s FullBlockClosure(BlockClosure)>ensure:
         0xc038b18 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0588b0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc069048 s Halt(Exception)>unhandledErrorAction
         0xc07e8c0 s Halt(UnhandledException)>defaultAction
         0xc0adeb8 s UndefinedObject>handleSignal:
         0xc0adf70 s Context>handleSignal:
         0xc0ae028 s Context>handleSignal:
         0xc0ae0e0 s Context>handleSignal:
         0xc0ae198 s Context>handleSignal:
         0xc0ae250 s Context>handleSignal:
         0xc0ae308 s Context>handleSignal:
         0xc0ae3c0 s Context>handleSignal:
         0xc0ae478 s Context>handleSignal:
         0xc0ae530 s Context>handleSignal:
         0xc0ae5e8 s Context>handleSignal:
         0xc1023a0 s Context>handleSignal:
         0xc10dac0 s Context>handleSignal:
         0xc118968 s Context>handleSignal:
         0xc123250 s Context>handleSignal:
         0xc12da80 s Context>handleSignal:
         0xc1382b0 s Context>handleSignal:
         0xc142ae0 s Context>handleSignal:
         0xc14d310 s Context>handleSignal:
         0xc157b40 s Context>handleSignal:
         0xc162370 s Context>handleSignal:
         0xc16cba0 s Context>handleSignal:
         0xc1773d0 s Context>handleSignal:
         0xc181c00 s Context>handleSignal:
         0xc18c430 s Context>handleSignal:
         0xc196c60 s Context>handleSignal:
         0xc1a1490 s Context>handleSignal:
         0xc1abcc0 s Context>handleSignal:
         0xc1b64f0 s Context>handleSignal:
         0xc1c0d20 s Context>handleSignal:
         0xc1cb550 s Context>handleSignal:
         0xc1d5d80 s Context>handleSignal:
         0xc1e05b0 s Context>handleSignal:
         0xc1eade0 s Context>handleSignal:
         0xc1f5610 s Context>handleSignal:
         0xc1ffe40 s Context>handleSignal:
         0xc20a670 s Context>handleSignal:
         0xc214ea0 s Context>handleSignal:
         0xc21f6d0 s Context>handleSignal:
         0xc229f00 s Context>handleSignal:
         0xc234730 s Context>handleSignal:
         0xc23ef60 s Context>handleSignal:
         0xc249790 s Context>handleSignal:
         0xc253fc0 s Context>handleSignal:
         0xc25e7f0 s Context>handleSignal:
         0xc265c60 s Context>handleSignal:
         0xb7defd8 s Context>handleSignal:
         0xb7e98c0 s Context>handleSignal:
         0xb7f41a8 s Context>handleSignal:
         0xb7fea90 s Context>handleSignal:
         0xb809378 s Context>handleSignal:
         0xb813c60 s Context>handleSignal:
         0xb81e548 s Context>handleSignal:
         0xb828e30 s Context>handleSignal:
         0xb833718 s Context>handleSignal:
         0xb83e000 s Context>handleSignal:
         0xb8488e8 s Context>handleSignal:
         0xb8531d0 s Context>handleSignal:
         0xb85dab8 s Context>handleSignal:
         0xb8683a0 s Context>handleSignal:
         0xb872c88 s Context>handleSignal:
         0xb87d570 s Context>handleSignal:
         0xb887e58 s Context>handleSignal:
         0xb892740 s Context>handleSignal:
         0xb89d028 s Context>handleSignal:
         0xb8a7910 s Context>handleSignal:
         0xb8b21f8 s Context>handleSignal:
         0xb8bcae0 s Context>handleSignal:
         0xb8c73c8 s Context>handleSignal:
         0xb8d1cb0 s Context>handleSignal:
         0xb8dc598 s Context>handleSignal:
         0xb8e6e80 s Context>handleSignal:
         0xb8f1768 s Context>handleSignal:
         0xb8fc050 s Context>handleSignal:
         0xb906938 s Context>handleSignal:
         0xb911220 s Context>handleSignal:
         0xb91bb08 s Context>handleSignal:
         0xb9263f0 s Context>handleSignal:
         0xb930cd8 s Context>handleSignal:
         0xb93b5c0 s Context>handleSignal:
         0xb945ea8 s Context>handleSignal:
         0xb950790 s Context>handleSignal:
         0xb95b078 s Context>handleSignal:
         0xb965960 s Context>handleSignal:
         0xb970248 s Context>handleSignal:
         0xb97ab30 s Context>handleSignal:
         0xb985418 s Context>handleSignal:
         0xb98fd00 s Context>handleSignal:
         0xb99a5e8 s Context>handleSignal:
         0xb9a4ed0 s Context>handleSignal:
         0xb9af7b8 s Context>handleSignal:
         0xb9ba0a0 s Context>handleSignal:
         0xb9c4988 s Context>handleSignal:
         0xb9cf270 s Context>handleSignal:
         0xb9d9b58 s Context>handleSignal:
         0xb9e4440 s Context>handleSignal:
         0xb9eed28 s Context>handleSignal:
         0xb9f9610 s Context>handleSignal:
         0xba03ef8 s Context>handleSignal:
         0xba0e7e0 s Context>handleSignal:
         0xba190c8 s Context>handleSignal:
         0xba239b0 s Context>handleSignal:
         0xba2e298 s Context>handleSignal:
         0xba38b80 s Context>handleSignal:
         0xb418a30 s Context>handleSignal:
         0xb41f320 s Context>handleSignal:
         0xb426988 s Context>handleSignal:
         0xb42d398 s Context>handleSignal:
         0xb434798 s Context>handleSignal:
         0xb43b880 s Context>handleSignal:
         0xb442740 s Context>handleSignal:
         0xb448900 s Context>handleSignal:
         0xb44eac0 s Context>handleSignal:
         0xb454bc8 s Context>handleSignal:
         0xb45ac18 s Context>handleSignal:
         0xb460c68 s Context>handleSignal:
         0xb466cb8 s Context>handleSignal:
         0xb46cd08 s Context>handleSignal:
         0xb472d58 s Context>handleSignal:
         0xb478da8 s Context>handleSignal:
         0xb47edf8 s Context>handleSignal:
         0xb484e48 s Context>handleSignal:
         0xb48ae98 s Context>handleSignal:
         0xb490ee8 s Context>handleSignal:
         0xb496f38 s Context>handleSignal:
         0xb49cf88 s Context>handleSignal:
         0xb4a2fd8 s Context>handleSignal:
         0xb4a9028 s Context>handleSignal:
         0xb4af078 s Context>handleSignal:
         0xb4b50c8 s Context>handleSignal:
         0xb4bb118 s Context>handleSignal:
         0xb4c1168 s Context>handleSignal:
         0xb4c71b8 s Context>handleSignal:
         0xb4cd208 s Context>handleSignal:
         0xb4d31a0 s Context>handleSignal:
         0xb4d9138 s Context>handleSignal:
         0xb4df0d0 s Context>handleSignal:
         0xb4e5068 s Context>handleSignal:
         0xb4eb000 s Context>handleSignal:
         0xb4f0f98 s Context>handleSignal:
         0xb4f6f30 s Context>handleSignal:
         0xb4fcec8 s Context>handleSignal:
         0xb502e60 s Context>handleSignal:
         0xb508df8 s Context>handleSignal:
         0xb50ed90 s Context>handleSignal:
         0xb514d28 s Context>handleSignal:
         0xb51acc0 s Context>handleSignal:
         0xb520c58 s Context>handleSignal:
         0xb526bf0 s Context>handleSignal:
         0xb52cb88 s Context>handleSignal:
         0xb532b20 s Context>handleSignal:
         0xb538ab8 s Context>handleSignal:
         0xb53ea50 s Context>handleSignal:
         0xb5449e8 s Context>handleSignal:
         0xb54a980 s Context>handleSignal:
         0xb550918 s Context>handleSignal:
         0xb5568b0 s Context>handleSignal:
         0xb55c848 s Context>handleSignal:
         0xb5627e0 s Context>handleSignal:
         0xb568778 s Context>handleSignal:
         0xb56e710 s Context>handleSignal:
         0xb5746a8 s Context>handleSignal:
         0xb57a640 s Context>handleSignal:
         0xb5805d8 s Context>handleSignal:
         0xb586570 s Context>handleSignal:
         0xb58c508 s Context>handleSignal:
         0xb5924a0 s Context>handleSignal:
         0xb598438 s Context>handleSignal:
         0xb59e3d0 s Context>handleSignal:
         0xb5a4368 s Context>handleSignal:
         0xb5aa300 s Context>handleSignal:
         0xb5b0298 s Context>handleSignal:
         0xb5b6230 s Context>handleSignal:
         0xb5bc1c8 s Context>handleSignal:
         0xb5c2160 s Context>handleSignal:
         0xb5c80f8 s Context>handleSignal:
         0xb5ce090 s Context>handleSignal:
         0xb5d4028 s Context>handleSignal:
         0xb5d9fc0 s Context>handleSignal:
         0xb5dff58 s Context>handleSignal:
         0xb5e5ef0 s Context>handleSignal:
         0xb5ebe88 s Context>handleSignal:
         0xb5f1e20 s Context>handleSignal:
         0xb5f7db8 s Context>handleSignal:
         0xb5fdd50 s Context>handleSignal:
         0xb603ce8 s Context>handleSignal:
         0xb609c80 s Context>handleSignal:
         0xb60fc18 s Context>handleSignal:
         0xb615bb0 s Context>handleSignal:
         0xb61bb48 s Context>handleSignal:
         0xb621ae0 s Context>handleSignal:
         0xb627a78 s Context>handleSignal:
         0xb62da10 s Context>handleSignal:
         0xb6339a8 s Context>handleSignal:
         0xb639940 s Context>handleSignal:
         0xb63f8d8 s Context>handleSignal:
         0xb645870 s Context>handleSignal:
         0xb64b808 s Context>handleSignal:
         0xb6517a0 s Context>handleSignal:
         0xb657738 s Context>handleSignal:
         0xb65d618 s Context>handleSignal:
         0xb663440 s Context>handleSignal:
         0xb6691b0 s Context>handleSignal:
         0xb66ee68 s Context>handleSignal:
         0xb674a68 s Context>handleSignal:
         0xb67a5b0 s Context>handleSignal:
         0xb680040 s Context>handleSignal:
         0xb685a18 s Context>handleSignal:
         0xb68b338 s Context>handleSignal:
         0xb690ba0 s Context>handleSignal:
         0xb696350 s Context>handleSignal:
         0xb69ba48 s Context>handleSignal:
         0xb6a1088 s Context>handleSignal:
         0xb6a6610 s Context>handleSignal:
         0xb6abae0 s Context>handleSignal:
         0xb6b0ef8 s Context>handleSignal:
         0xb6b6258 s Context>handleSignal:
         0xb6bb500 s Context>handleSignal:
         0xb6c06f0 s Context>handleSignal:
         0xb6c5828 s Context>handleSignal:
         0xb6ca8a8 s Context>handleSignal:
         0xb6cf870 s Context>handleSignal:
         0xb6d4780 s Context>handleSignal:
         0xb6d95d8 s Context>handleSignal:
         0xb6de378 s Context>handleSignal:
         0xb6e3060 s Context>handleSignal:
         0xb6e7c90 s Context>handleSignal:
         0xb6ec808 s Context>handleSignal:
         0xb6f12c8 s Context>handleSignal:
         0xb6f5cd0 s Context>handleSignal:
         0xb6fa620 s Context>handleSignal:
         0xb6feeb8 s Context>handleSignal:
         0xb703698 s Context>handleSignal:
         0xb707dc0 s Context>handleSignal:
         0xb70c430 s Context>handleSignal:
         0xb7109e8 s Context>handleSignal:
         0xb714ee8 s Context>handleSignal:
         0xb719330 s Context>handleSignal:
         0xb71d6c0 s Context>handleSignal:
         0xb721998 s Context>handleSignal:
         0xb725bb8 s Context>handleSignal:
         0xb729d20 s Context>handleSignal:
         0xb72ddd0 s Context>handleSignal:
         0xb731dc8 s Context>handleSignal:
         0xb735d08 s Context>handleSignal:
         0xb739b90 s Context>handleSignal:
         0xb73d960 s Context>handleSignal:
         0xb741678 s Context>handleSignal:
         0xb7452d8 s Context>handleSignal:
         0xb748e80 s Context>handleSignal:
         0xb74c970 s Context>handleSignal:
         0xb7503a8 s Context>handleSignal:
         0xb753d28 s Context>handleSignal:
         0xb7575f0 s Context>handleSignal:
         0xb75ae00 s Context>handleSignal:
         0xb75e610 s Context>handleSignal:
         0xb761d68 s Context>handleSignal:
         0xb765408 s Context>handleSignal:
         0xb7689f0 s Context>handleSignal:
         0xb76be68 s Context>handleSignal:
         0xb76f228 s Context>handleSignal:
         0xb772530 s Context>handleSignal:
         0xb775780 s Context>handleSignal:
         0xb778918 s Context>handleSignal:
         0xb77b9f8 s Context>handleSignal:
         0xb77ea20 s Context>handleSignal:
         0xb781990 s Context>handleSignal:
         0xb784848 s Context>handleSignal:
         0xb787648 s Context>handleSignal:
         0xb78a390 s Context>handleSignal:
         0xb78d020 s Context>handleSignal:
         0xb78fbf8 s Context>handleSignal:
         0xb792718 s Context>handleSignal:
         0xb795180 s Context>handleSignal:
         0xb797a78 s Context>handleSignal:
         0xb79a2b8 s Context>handleSignal:
         0xb79ca40 s Context>handleSignal:
         0xb79f110 s Context>handleSignal:
         0xb7a1728 s Context>handleSignal:
         0xbf7f648 s Halt(Exception)>signal
         0xbf9a7d0 s Halt class(Exception class)>signal
         0xbfc36c8 s Halt class>now
         0xbfb2570 s FullBlockClosure(Object)>halt
         0xbfe3240 s FullBlockClosure>printOn:
         0xc005c68 s Context>printOn:
         0xc02bed8 s Context>printDebugOn:
         0xc02c1b8 s [] in Context>debugStack:on:
         0xc052410 s OrderedCollection>do:
         0xbfb22f8 s Context>debugStack:on:
         0xbfe2ff0 s Context>shortDebugStackOn:
         0xc005a30 s [] in SmalltalkImage>logError:inContext:
         0xc02bbf8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7afd8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf956e0 s SmalltalkImage>logStdErrorDuring:
         0xbfbe878 s SmalltalkImage>logError:inContext:
         0xbfed3c0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc010418 s FullBlockClosure(BlockClosure)>ensure:
         0xc038a38 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0587f8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068f90 s Halt(Exception)>unhandledErrorAction
         0xc07e808 s Halt(UnhandledException)>defaultAction
         0xc0ad6d0 s UndefinedObject>handleSignal:
         0xc0ad788 s Context>handleSignal:
         0xc0ad840 s Context>handleSignal:
         0xc0ad8f8 s Context>handleSignal:
         0xc0ad9b0 s Context>handleSignal:
         0xc0ada68 s Context>handleSignal:
         0xc0adb20 s Context>handleSignal:
         0xc0adbd8 s Context>handleSignal:
         0xc0adc90 s Context>handleSignal:
         0xc0add48 s Context>handleSignal:
         0xc0ade00 s Context>handleSignal:
         0xc1022e8 s Context>handleSignal:
         0xc10da08 s Context>handleSignal:
         0xc1188b0 s Context>handleSignal:
         0xc123198 s Context>handleSignal:
         0xc12d9c8 s Context>handleSignal:
         0xc1381f8 s Context>handleSignal:
         0xc142a28 s Context>handleSignal:
         0xc14d258 s Context>handleSignal:
         0xc157a88 s Context>handleSignal:
         0xc1622b8 s Context>handleSignal:
         0xc16cae8 s Context>handleSignal:
         0xc177318 s Context>handleSignal:
         0xc181b48 s Context>handleSignal:
         0xc18c378 s Context>handleSignal:
         0xc196ba8 s Context>handleSignal:
         0xc1a13d8 s Context>handleSignal:
         0xc1abc08 s Context>handleSignal:
         0xc1b6438 s Context>handleSignal:
         0xc1c0c68 s Context>handleSignal:
         0xc1cb498 s Context>handleSignal:
         0xc1d5cc8 s Context>handleSignal:
         0xc1e04f8 s Context>handleSignal:
         0xc1ead28 s Context>handleSignal:
         0xc1f5558 s Context>handleSignal:
         0xc1ffd88 s Context>handleSignal:
         0xc20a5b8 s Context>handleSignal:
         0xc214de8 s Context>handleSignal:
         0xc21f618 s Context>handleSignal:
         0xc229e48 s Context>handleSignal:
         0xc234678 s Context>handleSignal:
         0xc23eea8 s Context>handleSignal:
         0xc2496d8 s Context>handleSignal:
         0xc253f08 s Context>handleSignal:
         0xc25e738 s Context>handleSignal:
         0xc265ba8 s Context>handleSignal:
         0xb7def20 s Context>handleSignal:
         0xb7e9808 s Context>handleSignal:
         0xb7f40f0 s Context>handleSignal:
         0xb7fe9d8 s Context>handleSignal:
         0xb8092c0 s Context>handleSignal:
         0xb813ba8 s Context>handleSignal:
         0xb81e490 s Context>handleSignal:
         0xb828d78 s Context>handleSignal:
         0xb833660 s Context>handleSignal:
         0xb83df48 s Context>handleSignal:
         0xb848830 s Context>handleSignal:
         0xb853118 s Context>handleSignal:
         0xb85da00 s Context>handleSignal:
         0xb8682e8 s Context>handleSignal:
         0xb872bd0 s Context>handleSignal:
         0xb87d4b8 s Context>handleSignal:
         0xb887da0 s Context>handleSignal:
         0xb892688 s Context>handleSignal:
         0xb89cf70 s Context>handleSignal:
         0xb8a7858 s Context>handleSignal:
         0xb8b2140 s Context>handleSignal:
         0xb8bca28 s Context>handleSignal:
         0xb8c7310 s Context>handleSignal:
         0xb8d1bf8 s Context>handleSignal:
         0xb8dc4e0 s Context>handleSignal:
         0xb8e6dc8 s Context>handleSignal:
         0xb8f16b0 s Context>handleSignal:
         0xb8fbf98 s Context>handleSignal:
         0xb906880 s Context>handleSignal:
         0xb911168 s Context>handleSignal:
         0xb91ba50 s Context>handleSignal:
         0xb926338 s Context>handleSignal:
         0xb930c20 s Context>handleSignal:
         0xb93b508 s Context>handleSignal:
         0xb945df0 s Context>handleSignal:
         0xb9506d8 s Context>handleSignal:
         0xb95afc0 s Context>handleSignal:
         0xb9658a8 s Context>handleSignal:
         0xb970190 s Context>handleSignal:
         0xb97aa78 s Context>handleSignal:
         0xb985360 s Context>handleSignal:
         0xb98fc48 s Context>handleSignal:
         0xb99a530 s Context>handleSignal:
         0xb9a4e18 s Context>handleSignal:
         0xb9af700 s Context>handleSignal:
         0xb9b9fe8 s Context>handleSignal:
         0xb9c48d0 s Context>handleSignal:
         0xb9cf1b8 s Context>handleSignal:
         0xb9d9aa0 s Context>handleSignal:
         0xb9e4388 s Context>handleSignal:
         0xb9eec70 s Context>handleSignal:
         0xb9f9558 s Context>handleSignal:
         0xba03e40 s Context>handleSignal:
         0xba0e728 s Context>handleSignal:
         0xba19010 s Context>handleSignal:
         0xba238f8 s Context>handleSignal:
         0xba2e1e0 s Context>handleSignal:
         0xba38ac8 s Context>handleSignal:
         0xb418978 s Context>handleSignal:
         0xb41f268 s Context>handleSignal:
         0xb4268d0 s Context>handleSignal:
         0xb42d2e0 s Context>handleSignal:
         0xb4346e0 s Context>handleSignal:
         0xb43b7c8 s Context>handleSignal:
         0xb442688 s Context>handleSignal:
         0xb448848 s Context>handleSignal:
         0xb44ea08 s Context>handleSignal:
         0xb454b10 s Context>handleSignal:
         0xb45ab60 s Context>handleSignal:
         0xb460bb0 s Context>handleSignal:
         0xb466c00 s Context>handleSignal:
         0xb46cc50 s Context>handleSignal:
         0xb472ca0 s Context>handleSignal:
         0xb478cf0 s Context>handleSignal:
         0xb47ed40 s Context>handleSignal:
         0xb484d90 s Context>handleSignal:
         0xb48ade0 s Context>handleSignal:
         0xb490e30 s Context>handleSignal:
         0xb496e80 s Context>handleSignal:
         0xb49ced0 s Context>handleSignal:
         0xb4a2f20 s Context>handleSignal:
         0xb4a8f70 s Context>handleSignal:
         0xb4aefc0 s Context>handleSignal:
         0xb4b5010 s Context>handleSignal:
         0xb4bb060 s Context>handleSignal:
         0xb4c10b0 s Context>handleSignal:
         0xb4c7100 s Context>handleSignal:
         0xb4cd150 s Context>handleSignal:
         0xb4d30e8 s Context>handleSignal:
         0xb4d9080 s Context>handleSignal:
         0xb4df018 s Context>handleSignal:
         0xb4e4fb0 s Context>handleSignal:
         0xb4eaf48 s Context>handleSignal:
         0xb4f0ee0 s Context>handleSignal:
         0xb4f6e78 s Context>handleSignal:
         0xb4fce10 s Context>handleSignal:
         0xb502da8 s Context>handleSignal:
         0xb508d40 s Context>handleSignal:
         0xb50ecd8 s Context>handleSignal:
         0xb514c70 s Context>handleSignal:
         0xb51ac08 s Context>handleSignal:
         0xb520ba0 s Context>handleSignal:
         0xb526b38 s Context>handleSignal:
         0xb52cad0 s Context>handleSignal:
         0xb532a68 s Context>handleSignal:
         0xb538a00 s Context>handleSignal:
         0xb53e998 s Context>handleSignal:
         0xb544930 s Context>handleSignal:
         0xb54a8c8 s Context>handleSignal:
         0xb550860 s Context>handleSignal:
         0xb5567f8 s Context>handleSignal:
         0xb55c790 s Context>handleSignal:
         0xb562728 s Context>handleSignal:
         0xb5686c0 s Context>handleSignal:
         0xb56e658 s Context>handleSignal:
         0xb5745f0 s Context>handleSignal:
         0xb57a588 s Context>handleSignal:
         0xb580520 s Context>handleSignal:
         0xb5864b8 s Context>handleSignal:
         0xb58c450 s Context>handleSignal:
         0xb5923e8 s Context>handleSignal:
         0xb598380 s Context>handleSignal:
         0xb59e318 s Context>handleSignal:
         0xb5a42b0 s Context>handleSignal:
         0xb5aa248 s Context>handleSignal:
         0xb5b01e0 s Context>handleSignal:
         0xb5b6178 s Context>handleSignal:
         0xb5bc110 s Context>handleSignal:
         0xb5c20a8 s Context>handleSignal:
         0xb5c8040 s Context>handleSignal:
         0xb5cdfd8 s Context>handleSignal:
         0xb5d3f70 s Context>handleSignal:
         0xb5d9f08 s Context>handleSignal:
         0xb5dfea0 s Context>handleSignal:
         0xb5e5e38 s Context>handleSignal:
         0xb5ebdd0 s Context>handleSignal:
         0xb5f1d68 s Context>handleSignal:
         0xb5f7d00 s Context>handleSignal:
         0xb5fdc98 s Context>handleSignal:
         0xb603c30 s Context>handleSignal:
         0xb609bc8 s Context>handleSignal:
         0xb60fb60 s Context>handleSignal:
         0xb615af8 s Context>handleSignal:
         0xb61ba90 s Context>handleSignal:
         0xb621a28 s Context>handleSignal:
         0xb6279c0 s Context>handleSignal:
         0xb62d958 s Context>handleSignal:
         0xb6338f0 s Context>handleSignal:
         0xb639888 s Context>handleSignal:
         0xb63f820 s Context>handleSignal:
         0xb6457b8 s Context>handleSignal:
         0xb64b750 s Context>handleSignal:
         0xb6516e8 s Context>handleSignal:
         0xb657680 s Context>handleSignal:
         0xb65d560 s Context>handleSignal:
         0xb663388 s Context>handleSignal:
         0xb6690f8 s Context>handleSignal:
         0xb66edb0 s Context>handleSignal:
         0xb6749b0 s Context>handleSignal:
         0xb67a4f8 s Context>handleSignal:
         0xb67ff88 s Context>handleSignal:
         0xb685960 s Context>handleSignal:
         0xb68b280 s Context>handleSignal:
         0xb690ae8 s Context>handleSignal:
         0xb696298 s Context>handleSignal:
         0xb69b990 s Context>handleSignal:
         0xb6a0fd0 s Context>handleSignal:
         0xb6a6558 s Context>handleSignal:
         0xb6aba28 s Context>handleSignal:
         0xb6b0e40 s Context>handleSignal:
         0xb6b61a0 s Context>handleSignal:
         0xb6bb448 s Context>handleSignal:
         0xb6c0638 s Context>handleSignal:
         0xb6c5770 s Context>handleSignal:
         0xb6ca7f0 s Context>handleSignal:
         0xb6cf7b8 s Context>handleSignal:
         0xb6d46c8 s Context>handleSignal:
         0xb6d9520 s Context>handleSignal:
         0xb6de2c0 s Context>handleSignal:
         0xb6e2fa8 s Context>handleSignal:
         0xb6e7bd8 s Context>handleSignal:
         0xb6ec750 s Context>handleSignal:
         0xb6f1210 s Context>handleSignal:
         0xb6f5c18 s Context>handleSignal:
         0xb6fa568 s Context>handleSignal:
         0xb6fee00 s Context>handleSignal:
         0xb7035e0 s Context>handleSignal:
         0xb707d08 s Context>handleSignal:
         0xb70c378 s Context>handleSignal:
         0xb710930 s Context>handleSignal:
         0xb714e30 s Context>handleSignal:
         0xb719278 s Context>handleSignal:
         0xb71d608 s Context>handleSignal:
         0xb7218e0 s Context>handleSignal:
         0xb725b00 s Context>handleSignal:
         0xb729c68 s Context>handleSignal:
         0xb72dd18 s Context>handleSignal:
         0xb731d10 s Context>handleSignal:
         0xb735c50 s Context>handleSignal:
         0xb739ad8 s Context>handleSignal:
         0xb73d8a8 s Context>handleSignal:
         0xb7415c0 s Context>handleSignal:
         0xb745220 s Context>handleSignal:
         0xb748dc8 s Context>handleSignal:
         0xb74c8b8 s Context>handleSignal:
         0xb7502f0 s Context>handleSignal:
         0xb753c70 s Context>handleSignal:
         0xb757538 s Context>handleSignal:
         0xb75ad48 s Context>handleSignal:
         0xb75e558 s Context>handleSignal:
         0xb761cb0 s Context>handleSignal:
         0xb765350 s Context>handleSignal:
         0xb768938 s Context>handleSignal:
         0xb76bdb0 s Context>handleSignal:
         0xb76f170 s Context>handleSignal:
         0xb772478 s Context>handleSignal:
         0xb7756c8 s Context>handleSignal:
         0xb778860 s Context>handleSignal:
         0xb77b940 s Context>handleSignal:
         0xb77e968 s Context>handleSignal:
         0xb7818d8 s Context>handleSignal:
         0xb784790 s Context>handleSignal:
         0xb787590 s Context>handleSignal:
         0xb78a2d8 s Context>handleSignal:
         0xb78cf68 s Context>handleSignal:
         0xb78fb40 s Context>handleSignal:
         0xb792660 s Context>handleSignal:
         0xb7950c8 s Context>handleSignal:
         0xb7979c0 s Context>handleSignal:
         0xb79a200 s Context>handleSignal:
         0xb79c988 s Context>handleSignal:
         0xb79f058 s Context>handleSignal:
         0xbf7f590 s Halt(Exception)>signal
         0xbf9a718 s Halt class(Exception class)>signal
         0xbfc3610 s Halt class>now
         0xbfb23b0 s FullBlockClosure(Object)>halt
         0xbfe30a8 s FullBlockClosure>printOn:
         0xc005ae8 s Context>printOn:
         0xc02bcb0 s Context>printDebugOn:
         0xc02bf90 s [] in Context>debugStack:on:
         0xc052358 s OrderedCollection>do:
         0xbfb2138 s Context>debugStack:on:
         0xbfe2e58 s Context>shortDebugStackOn:
         0xc0058b0 s [] in SmalltalkImage>logError:inContext:
         0xc02b9d0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7ae68 s FullBlockClosure(BlockClosure)>on:do:
         0xbf95510 s SmalltalkImage>logStdErrorDuring:
         0xbfbe6c0 s SmalltalkImage>logError:inContext:
         0xbfed2f8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc010328 s FullBlockClosure(BlockClosure)>ensure:
         0xc038958 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058740 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068ed8 s Halt(Exception)>unhandledErrorAction
         0xc07e750 s Halt(UnhandledException)>defaultAction
         0xc0acee8 s UndefinedObject>handleSignal:
         0xc0acfa0 s Context>handleSignal:
         0xc0ad058 s Context>handleSignal:
         0xc0ad110 s Context>handleSignal:
         0xc0ad1c8 s Context>handleSignal:
         0xc0ad280 s Context>handleSignal:
         0xc0ad338 s Context>handleSignal:
         0xc0ad3f0 s Context>handleSignal:
         0xc0ad4a8 s Context>handleSignal:
         0xc0ad560 s Context>handleSignal:
         0xc0ad618 s Context>handleSignal:
         0xc102230 s Context>handleSignal:
         0xc10d950 s Context>handleSignal:
         0xc1187f8 s Context>handleSignal:
         0xc1230e0 s Context>handleSignal:
         0xc12d910 s Context>handleSignal:
         0xc138140 s Context>handleSignal:
         0xc142970 s Context>handleSignal:
         0xc14d1a0 s Context>handleSignal:
         0xc1579d0 s Context>handleSignal:
         0xc162200 s Context>handleSignal:
         0xc16ca30 s Context>handleSignal:
         0xc177260 s Context>handleSignal:
         0xc181a90 s Context>handleSignal:
         0xc18c2c0 s Context>handleSignal:
         0xc196af0 s Context>handleSignal:
         0xc1a1320 s Context>handleSignal:
         0xc1abb50 s Context>handleSignal:
         0xc1b6380 s Context>handleSignal:
         0xc1c0bb0 s Context>handleSignal:
         0xc1cb3e0 s Context>handleSignal:
         0xc1d5c10 s Context>handleSignal:
         0xc1e0440 s Context>handleSignal:
         0xc1eac70 s Context>handleSignal:
         0xc1f54a0 s Context>handleSignal:
         0xc1ffcd0 s Context>handleSignal:
         0xc20a500 s Context>handleSignal:
         0xc214d30 s Context>handleSignal:
         0xc21f560 s Context>handleSignal:
         0xc229d90 s Context>handleSignal:
         0xc2345c0 s Context>handleSignal:
         0xc23edf0 s Context>handleSignal:
         0xc249620 s Context>handleSignal:
         0xc253e50 s Context>handleSignal:
         0xc25e680 s Context>handleSignal:
         0xc265af0 s Context>handleSignal:
         0xb7dee68 s Context>handleSignal:
         0xb7e9750 s Context>handleSignal:
         0xb7f4038 s Context>handleSignal:
         0xb7fe920 s Context>handleSignal:
         0xb809208 s Context>handleSignal:
         0xb813af0 s Context>handleSignal:
         0xb81e3d8 s Context>handleSignal:
         0xb828cc0 s Context>handleSignal:
         0xb8335a8 s Context>handleSignal:
         0xb83de90 s Context>handleSignal:
         0xb848778 s Context>handleSignal:
         0xb853060 s Context>handleSignal:
         0xb85d948 s Context>handleSignal:
         0xb868230 s Context>handleSignal:
         0xb872b18 s Context>handleSignal:
         0xb87d400 s Context>handleSignal:
         0xb887ce8 s Context>handleSignal:
         0xb8925d0 s Context>handleSignal:
         0xb89ceb8 s Context>handleSignal:
         0xb8a77a0 s Context>handleSignal:
         0xb8b2088 s Context>handleSignal:
         0xb8bc970 s Context>handleSignal:
         0xb8c7258 s Context>handleSignal:
         0xb8d1b40 s Context>handleSignal:
         0xb8dc428 s Context>handleSignal:
         0xb8e6d10 s Context>handleSignal:
         0xb8f15f8 s Context>handleSignal:
         0xb8fbee0 s Context>handleSignal:
         0xb9067c8 s Context>handleSignal:
         0xb9110b0 s Context>handleSignal:
         0xb91b998 s Context>handleSignal:
         0xb926280 s Context>handleSignal:
         0xb930b68 s Context>handleSignal:
         0xb93b450 s Context>handleSignal:
         0xb945d38 s Context>handleSignal:
         0xb950620 s Context>handleSignal:
         0xb95af08 s Context>handleSignal:
         0xb9657f0 s Context>handleSignal:
         0xb9700d8 s Context>handleSignal:
         0xb97a9c0 s Context>handleSignal:
         0xb9852a8 s Context>handleSignal:
         0xb98fb90 s Context>handleSignal:
         0xb99a478 s Context>handleSignal:
         0xb9a4d60 s Context>handleSignal:
         0xb9af648 s Context>handleSignal:
         0xb9b9f30 s Context>handleSignal:
         0xb9c4818 s Context>handleSignal:
         0xb9cf100 s Context>handleSignal:
         0xb9d99e8 s Context>handleSignal:
         0xb9e42d0 s Context>handleSignal:
         0xb9eebb8 s Context>handleSignal:
         0xb9f94a0 s Context>handleSignal:
         0xba03d88 s Context>handleSignal:
         0xba0e670 s Context>handleSignal:
         0xba18f58 s Context>handleSignal:
         0xba23840 s Context>handleSignal:
         0xba2e128 s Context>handleSignal:
         0xba38a10 s Context>handleSignal:
         0xb4188c0 s Context>handleSignal:
         0xb41f1b0 s Context>handleSignal:
         0xb426818 s Context>handleSignal:
         0xb42d228 s Context>handleSignal:
         0xb434628 s Context>handleSignal:
         0xb43b710 s Context>handleSignal:
         0xb4425d0 s Context>handleSignal:
         0xb448790 s Context>handleSignal:
         0xb44e950 s Context>handleSignal:
         0xb454a58 s Context>handleSignal:
         0xb45aaa8 s Context>handleSignal:
         0xb460af8 s Context>handleSignal:
         0xb466b48 s Context>handleSignal:
         0xb46cb98 s Context>handleSignal:
         0xb472be8 s Context>handleSignal:
         0xb478c38 s Context>handleSignal:
         0xb47ec88 s Context>handleSignal:
         0xb484cd8 s Context>handleSignal:
         0xb48ad28 s Context>handleSignal:
         0xb490d78 s Context>handleSignal:
         0xb496dc8 s Context>handleSignal:
         0xb49ce18 s Context>handleSignal:
         0xb4a2e68 s Context>handleSignal:
         0xb4a8eb8 s Context>handleSignal:
         0xb4aef08 s Context>handleSignal:
         0xb4b4f58 s Context>handleSignal:
         0xb4bafa8 s Context>handleSignal:
         0xb4c0ff8 s Context>handleSignal:
         0xb4c7048 s Context>handleSignal:
         0xb4cd098 s Context>handleSignal:
         0xb4d3030 s Context>handleSignal:
         0xb4d8fc8 s Context>handleSignal:
         0xb4def60 s Context>handleSignal:
         0xb4e4ef8 s Context>handleSignal:
         0xb4eae90 s Context>handleSignal:
         0xb4f0e28 s Context>handleSignal:
         0xb4f6dc0 s Context>handleSignal:
         0xb4fcd58 s Context>handleSignal:
         0xb502cf0 s Context>handleSignal:
         0xb508c88 s Context>handleSignal:
         0xb50ec20 s Context>handleSignal:
         0xb514bb8 s Context>handleSignal:
         0xb51ab50 s Context>handleSignal:
         0xb520ae8 s Context>handleSignal:
         0xb526a80 s Context>handleSignal:
         0xb52ca18 s Context>handleSignal:
         0xb5329b0 s Context>handleSignal:
         0xb538948 s Context>handleSignal:
         0xb53e8e0 s Context>handleSignal:
         0xb544878 s Context>handleSignal:
         0xb54a810 s Context>handleSignal:
         0xb5507a8 s Context>handleSignal:
         0xb556740 s Context>handleSignal:
         0xb55c6d8 s Context>handleSignal:
         0xb562670 s Context>handleSignal:
         0xb568608 s Context>handleSignal:
         0xb56e5a0 s Context>handleSignal:
         0xb574538 s Context>handleSignal:
         0xb57a4d0 s Context>handleSignal:
         0xb580468 s Context>handleSignal:
         0xb586400 s Context>handleSignal:
         0xb58c398 s Context>handleSignal:
         0xb592330 s Context>handleSignal:
         0xb5982c8 s Context>handleSignal:
         0xb59e260 s Context>handleSignal:
         0xb5a41f8 s Context>handleSignal:
         0xb5aa190 s Context>handleSignal:
         0xb5b0128 s Context>handleSignal:
         0xb5b60c0 s Context>handleSignal:
         0xb5bc058 s Context>handleSignal:
         0xb5c1ff0 s Context>handleSignal:
         0xb5c7f88 s Context>handleSignal:
         0xb5cdf20 s Context>handleSignal:
         0xb5d3eb8 s Context>handleSignal:
         0xb5d9e50 s Context>handleSignal:
         0xb5dfde8 s Context>handleSignal:
         0xb5e5d80 s Context>handleSignal:
         0xb5ebd18 s Context>handleSignal:
         0xb5f1cb0 s Context>handleSignal:
         0xb5f7c48 s Context>handleSignal:
         0xb5fdbe0 s Context>handleSignal:
         0xb603b78 s Context>handleSignal:
         0xb609b10 s Context>handleSignal:
         0xb60faa8 s Context>handleSignal:
         0xb615a40 s Context>handleSignal:
         0xb61b9d8 s Context>handleSignal:
         0xb621970 s Context>handleSignal:
         0xb627908 s Context>handleSignal:
         0xb62d8a0 s Context>handleSignal:
         0xb633838 s Context>handleSignal:
         0xb6397d0 s Context>handleSignal:
         0xb63f768 s Context>handleSignal:
         0xb645700 s Context>handleSignal:
         0xb64b698 s Context>handleSignal:
         0xb651630 s Context>handleSignal:
         0xb6575c8 s Context>handleSignal:
         0xb65d4a8 s Context>handleSignal:
         0xb6632d0 s Context>handleSignal:
         0xb669040 s Context>handleSignal:
         0xb66ecf8 s Context>handleSignal:
         0xb6748f8 s Context>handleSignal:
         0xb67a440 s Context>handleSignal:
         0xb67fed0 s Context>handleSignal:
         0xb6858a8 s Context>handleSignal:
         0xb68b1c8 s Context>handleSignal:
         0xb690a30 s Context>handleSignal:
         0xb6961e0 s Context>handleSignal:
         0xb69b8d8 s Context>handleSignal:
         0xb6a0f18 s Context>handleSignal:
         0xb6a64a0 s Context>handleSignal:
         0xb6ab970 s Context>handleSignal:
         0xb6b0d88 s Context>handleSignal:
         0xb6b60e8 s Context>handleSignal:
         0xb6bb390 s Context>handleSignal:
         0xb6c0580 s Context>handleSignal:
         0xb6c56b8 s Context>handleSignal:
         0xb6ca738 s Context>handleSignal:
         0xb6cf700 s Context>handleSignal:
         0xb6d4610 s Context>handleSignal:
         0xb6d9468 s Context>handleSignal:
         0xb6de208 s Context>handleSignal:
         0xb6e2ef0 s Context>handleSignal:
         0xb6e7b20 s Context>handleSignal:
         0xb6ec698 s Context>handleSignal:
         0xb6f1158 s Context>handleSignal:
         0xb6f5b60 s Context>handleSignal:
         0xb6fa4b0 s Context>handleSignal:
         0xb6fed48 s Context>handleSignal:
         0xb703528 s Context>handleSignal:
         0xb707c50 s Context>handleSignal:
         0xb70c2c0 s Context>handleSignal:
         0xb710878 s Context>handleSignal:
         0xb714d78 s Context>handleSignal:
         0xb7191c0 s Context>handleSignal:
         0xb71d550 s Context>handleSignal:
         0xb721828 s Context>handleSignal:
         0xb725a48 s Context>handleSignal:
         0xb729bb0 s Context>handleSignal:
         0xb72dc60 s Context>handleSignal:
         0xb731c58 s Context>handleSignal:
         0xb735b98 s Context>handleSignal:
         0xb739a20 s Context>handleSignal:
         0xb73d7f0 s Context>handleSignal:
         0xb741508 s Context>handleSignal:
         0xb745168 s Context>handleSignal:
         0xb748d10 s Context>handleSignal:
         0xb74c800 s Context>handleSignal:
         0xb750238 s Context>handleSignal:
         0xb753bb8 s Context>handleSignal:
         0xb757480 s Context>handleSignal:
         0xb75ac90 s Context>handleSignal:
         0xb75e4a0 s Context>handleSignal:
         0xb761bf8 s Context>handleSignal:
         0xb765298 s Context>handleSignal:
         0xb768880 s Context>handleSignal:
         0xb76bcf8 s Context>handleSignal:
         0xb76f0b8 s Context>handleSignal:
         0xb7723c0 s Context>handleSignal:
         0xb775610 s Context>handleSignal:
         0xb7787a8 s Context>handleSignal:
         0xb77b888 s Context>handleSignal:
         0xb77e8b0 s Context>handleSignal:
         0xb781820 s Context>handleSignal:
         0xb7846d8 s Context>handleSignal:
         0xb7874d8 s Context>handleSignal:
         0xb78a220 s Context>handleSignal:
         0xb78ceb0 s Context>handleSignal:
         0xb78fa88 s Context>handleSignal:
         0xb7925a8 s Context>handleSignal:
         0xb795010 s Context>handleSignal:
         0xb797908 s Context>handleSignal:
         0xb79a148 s Context>handleSignal:
         0xb79c8d0 s Context>handleSignal:
         0xbf7f4d8 s Halt(Exception)>signal
         0xbf9a660 s Halt class(Exception class)>signal
         0xbfc3558 s Halt class>now
         0xbfb21f0 s FullBlockClosure(Object)>halt
         0xbfe2f10 s FullBlockClosure>printOn:
         0xc005968 s Context>printOn:
         0xc02ba88 s Context>printDebugOn:
         0xc02bd68 s [] in Context>debugStack:on:
         0xc0522a0 s OrderedCollection>do:
         0xbfb1f78 s Context>debugStack:on:
         0xbfe2cc0 s Context>shortDebugStackOn:
         0xc005730 s [] in SmalltalkImage>logError:inContext:
         0xc02b7a8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7acf8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf95340 s SmalltalkImage>logStdErrorDuring:
         0xbfbe508 s SmalltalkImage>logError:inContext:
         0xbfed230 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc010238 s FullBlockClosure(BlockClosure)>ensure:
         0xc038878 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058688 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068e20 s Halt(Exception)>unhandledErrorAction
         0xc07e698 s Halt(UnhandledException)>defaultAction
         0xc0ac700 s UndefinedObject>handleSignal:
         0xc0ac7b8 s Context>handleSignal:
         0xc0ac870 s Context>handleSignal:
         0xc0ac928 s Context>handleSignal:
         0xc0ac9e0 s Context>handleSignal:
         0xc0aca98 s Context>handleSignal:
         0xc0acb50 s Context>handleSignal:
         0xc0acc08 s Context>handleSignal:
         0xc0accc0 s Context>handleSignal:
         0xc0acd78 s Context>handleSignal:
         0xc0ace30 s Context>handleSignal:
         0xc102178 s Context>handleSignal:
         0xc10d898 s Context>handleSignal:
         0xc118740 s Context>handleSignal:
         0xc123028 s Context>handleSignal:
         0xc12d858 s Context>handleSignal:
         0xc138088 s Context>handleSignal:
         0xc1428b8 s Context>handleSignal:
         0xc14d0e8 s Context>handleSignal:
         0xc157918 s Context>handleSignal:
         0xc162148 s Context>handleSignal:
         0xc16c978 s Context>handleSignal:
         0xc1771a8 s Context>handleSignal:
         0xc1819d8 s Context>handleSignal:
         0xc18c208 s Context>handleSignal:
         0xc196a38 s Context>handleSignal:
         0xc1a1268 s Context>handleSignal:
         0xc1aba98 s Context>handleSignal:
         0xc1b62c8 s Context>handleSignal:
         0xc1c0af8 s Context>handleSignal:
         0xc1cb328 s Context>handleSignal:
         0xc1d5b58 s Context>handleSignal:
         0xc1e0388 s Context>handleSignal:
         0xc1eabb8 s Context>handleSignal:
         0xc1f53e8 s Context>handleSignal:
         0xc1ffc18 s Context>handleSignal:
         0xc20a448 s Context>handleSignal:
         0xc214c78 s Context>handleSignal:
         0xc21f4a8 s Context>handleSignal:
         0xc229cd8 s Context>handleSignal:
         0xc234508 s Context>handleSignal:
         0xc23ed38 s Context>handleSignal:
         0xc249568 s Context>handleSignal:
         0xc253d98 s Context>handleSignal:
         0xc25e5c8 s Context>handleSignal:
         0xc265a38 s Context>handleSignal:
         0xb7dedb0 s Context>handleSignal:
         0xb7e9698 s Context>handleSignal:
         0xb7f3f80 s Context>handleSignal:
         0xb7fe868 s Context>handleSignal:
         0xb809150 s Context>handleSignal:
         0xb813a38 s Context>handleSignal:
         0xb81e320 s Context>handleSignal:
         0xb828c08 s Context>handleSignal:
         0xb8334f0 s Context>handleSignal:
         0xb83ddd8 s Context>handleSignal:
         0xb8486c0 s Context>handleSignal:
         0xb852fa8 s Context>handleSignal:
         0xb85d890 s Context>handleSignal:
         0xb868178 s Context>handleSignal:
         0xb872a60 s Context>handleSignal:
         0xb87d348 s Context>handleSignal:
         0xb887c30 s Context>handleSignal:
         0xb892518 s Context>handleSignal:
         0xb89ce00 s Context>handleSignal:
         0xb8a76e8 s Context>handleSignal:
         0xb8b1fd0 s Context>handleSignal:
         0xb8bc8b8 s Context>handleSignal:
         0xb8c71a0 s Context>handleSignal:
         0xb8d1a88 s Context>handleSignal:
         0xb8dc370 s Context>handleSignal:
         0xb8e6c58 s Context>handleSignal:
         0xb8f1540 s Context>handleSignal:
         0xb8fbe28 s Context>handleSignal:
         0xb906710 s Context>handleSignal:
         0xb910ff8 s Context>handleSignal:
         0xb91b8e0 s Context>handleSignal:
         0xb9261c8 s Context>handleSignal:
         0xb930ab0 s Context>handleSignal:
         0xb93b398 s Context>handleSignal:
         0xb945c80 s Context>handleSignal:
         0xb950568 s Context>handleSignal:
         0xb95ae50 s Context>handleSignal:
         0xb965738 s Context>handleSignal:
         0xb970020 s Context>handleSignal:
         0xb97a908 s Context>handleSignal:
         0xb9851f0 s Context>handleSignal:
         0xb98fad8 s Context>handleSignal:
         0xb99a3c0 s Context>handleSignal:
         0xb9a4ca8 s Context>handleSignal:
         0xb9af590 s Context>handleSignal:
         0xb9b9e78 s Context>handleSignal:
         0xb9c4760 s Context>handleSignal:
         0xb9cf048 s Context>handleSignal:
         0xb9d9930 s Context>handleSignal:
         0xb9e4218 s Context>handleSignal:
         0xb9eeb00 s Context>handleSignal:
         0xb9f93e8 s Context>handleSignal:
         0xba03cd0 s Context>handleSignal:
         0xba0e5b8 s Context>handleSignal:
         0xba18ea0 s Context>handleSignal:
         0xba23788 s Context>handleSignal:
         0xba2e070 s Context>handleSignal:
         0xba38958 s Context>handleSignal:
         0xb418808 s Context>handleSignal:
         0xb41f0f8 s Context>handleSignal:
         0xb426760 s Context>handleSignal:
         0xb42d170 s Context>handleSignal:
         0xb434570 s Context>handleSignal:
         0xb43b658 s Context>handleSignal:
         0xb442518 s Context>handleSignal:
         0xb4486d8 s Context>handleSignal:
         0xb44e898 s Context>handleSignal:
         0xb4549a0 s Context>handleSignal:
         0xb45a9f0 s Context>handleSignal:
         0xb460a40 s Context>handleSignal:
         0xb466a90 s Context>handleSignal:
         0xb46cae0 s Context>handleSignal:
         0xb472b30 s Context>handleSignal:
         0xb478b80 s Context>handleSignal:
         0xb47ebd0 s Context>handleSignal:
         0xb484c20 s Context>handleSignal:
         0xb48ac70 s Context>handleSignal:
         0xb490cc0 s Context>handleSignal:
         0xb496d10 s Context>handleSignal:
         0xb49cd60 s Context>handleSignal:
         0xb4a2db0 s Context>handleSignal:
         0xb4a8e00 s Context>handleSignal:
         0xb4aee50 s Context>handleSignal:
         0xb4b4ea0 s Context>handleSignal:
         0xb4baef0 s Context>handleSignal:
         0xb4c0f40 s Context>handleSignal:
         0xb4c6f90 s Context>handleSignal:
         0xb4ccfe0 s Context>handleSignal:
         0xb4d2f78 s Context>handleSignal:
         0xb4d8f10 s Context>handleSignal:
         0xb4deea8 s Context>handleSignal:
         0xb4e4e40 s Context>handleSignal:
         0xb4eadd8 s Context>handleSignal:
         0xb4f0d70 s Context>handleSignal:
         0xb4f6d08 s Context>handleSignal:
         0xb4fcca0 s Context>handleSignal:
         0xb502c38 s Context>handleSignal:
         0xb508bd0 s Context>handleSignal:
         0xb50eb68 s Context>handleSignal:
         0xb514b00 s Context>handleSignal:
         0xb51aa98 s Context>handleSignal:
         0xb520a30 s Context>handleSignal:
         0xb5269c8 s Context>handleSignal:
         0xb52c960 s Context>handleSignal:
         0xb5328f8 s Context>handleSignal:
         0xb538890 s Context>handleSignal:
         0xb53e828 s Context>handleSignal:
         0xb5447c0 s Context>handleSignal:
         0xb54a758 s Context>handleSignal:
         0xb5506f0 s Context>handleSignal:
         0xb556688 s Context>handleSignal:
         0xb55c620 s Context>handleSignal:
         0xb5625b8 s Context>handleSignal:
         0xb568550 s Context>handleSignal:
         0xb56e4e8 s Context>handleSignal:
         0xb574480 s Context>handleSignal:
         0xb57a418 s Context>handleSignal:
         0xb5803b0 s Context>handleSignal:
         0xb586348 s Context>handleSignal:
         0xb58c2e0 s Context>handleSignal:
         0xb592278 s Context>handleSignal:
         0xb598210 s Context>handleSignal:
         0xb59e1a8 s Context>handleSignal:
         0xb5a4140 s Context>handleSignal:
         0xb5aa0d8 s Context>handleSignal:
         0xb5b0070 s Context>handleSignal:
         0xb5b6008 s Context>handleSignal:
         0xb5bbfa0 s Context>handleSignal:
         0xb5c1f38 s Context>handleSignal:
         0xb5c7ed0 s Context>handleSignal:
         0xb5cde68 s Context>handleSignal:
         0xb5d3e00 s Context>handleSignal:
         0xb5d9d98 s Context>handleSignal:
         0xb5dfd30 s Context>handleSignal:
         0xb5e5cc8 s Context>handleSignal:
         0xb5ebc60 s Context>handleSignal:
         0xb5f1bf8 s Context>handleSignal:
         0xb5f7b90 s Context>handleSignal:
         0xb5fdb28 s Context>handleSignal:
         0xb603ac0 s Context>handleSignal:
         0xb609a58 s Context>handleSignal:
         0xb60f9f0 s Context>handleSignal:
         0xb615988 s Context>handleSignal:
         0xb61b920 s Context>handleSignal:
         0xb6218b8 s Context>handleSignal:
         0xb627850 s Context>handleSignal:
         0xb62d7e8 s Context>handleSignal:
         0xb633780 s Context>handleSignal:
         0xb639718 s Context>handleSignal:
         0xb63f6b0 s Context>handleSignal:
         0xb645648 s Context>handleSignal:
         0xb64b5e0 s Context>handleSignal:
         0xb651578 s Context>handleSignal:
         0xb657510 s Context>handleSignal:
         0xb65d3f0 s Context>handleSignal:
         0xb663218 s Context>handleSignal:
         0xb668f88 s Context>handleSignal:
         0xb66ec40 s Context>handleSignal:
         0xb674840 s Context>handleSignal:
         0xb67a388 s Context>handleSignal:
         0xb67fe18 s Context>handleSignal:
         0xb6857f0 s Context>handleSignal:
         0xb68b110 s Context>handleSignal:
         0xb690978 s Context>handleSignal:
         0xb696128 s Context>handleSignal:
         0xb69b820 s Context>handleSignal:
         0xb6a0e60 s Context>handleSignal:
         0xb6a63e8 s Context>handleSignal:
         0xb6ab8b8 s Context>handleSignal:
         0xb6b0cd0 s Context>handleSignal:
         0xb6b6030 s Context>handleSignal:
         0xb6bb2d8 s Context>handleSignal:
         0xb6c04c8 s Context>handleSignal:
         0xb6c5600 s Context>handleSignal:
         0xb6ca680 s Context>handleSignal:
         0xb6cf648 s Context>handleSignal:
         0xb6d4558 s Context>handleSignal:
         0xb6d93b0 s Context>handleSignal:
         0xb6de150 s Context>handleSignal:
         0xb6e2e38 s Context>handleSignal:
         0xb6e7a68 s Context>handleSignal:
         0xb6ec5e0 s Context>handleSignal:
         0xb6f10a0 s Context>handleSignal:
         0xb6f5aa8 s Context>handleSignal:
         0xb6fa3f8 s Context>handleSignal:
         0xb6fec90 s Context>handleSignal:
         0xb703470 s Context>handleSignal:
         0xb707b98 s Context>handleSignal:
         0xb70c208 s Context>handleSignal:
         0xb7107c0 s Context>handleSignal:
         0xb714cc0 s Context>handleSignal:
         0xb719108 s Context>handleSignal:
         0xb71d498 s Context>handleSignal:
         0xb721770 s Context>handleSignal:
         0xb725990 s Context>handleSignal:
         0xb729af8 s Context>handleSignal:
         0xb72dba8 s Context>handleSignal:
         0xb731ba0 s Context>handleSignal:
         0xb735ae0 s Context>handleSignal:
         0xb739968 s Context>handleSignal:
         0xb73d738 s Context>handleSignal:
         0xb741450 s Context>handleSignal:
         0xb7450b0 s Context>handleSignal:
         0xb748c58 s Context>handleSignal:
         0xb74c748 s Context>handleSignal:
         0xb750180 s Context>handleSignal:
         0xb753b00 s Context>handleSignal:
         0xb7573c8 s Context>handleSignal:
         0xb75abd8 s Context>handleSignal:
         0xb75e3e8 s Context>handleSignal:
         0xb761b40 s Context>handleSignal:
         0xb7651e0 s Context>handleSignal:
         0xb7687c8 s Context>handleSignal:
         0xb76bc40 s Context>handleSignal:
         0xb76f000 s Context>handleSignal:
         0xb772308 s Context>handleSignal:
         0xb775558 s Context>handleSignal:
         0xb7786f0 s Context>handleSignal:
         0xb77b7d0 s Context>handleSignal:
         0xb77e7f8 s Context>handleSignal:
         0xb781768 s Context>handleSignal:
         0xb784620 s Context>handleSignal:
         0xb787420 s Context>handleSignal:
         0xb78a168 s Context>handleSignal:
         0xb78cdf8 s Context>handleSignal:
         0xb78f9d0 s Context>handleSignal:
         0xb7924f0 s Context>handleSignal:
         0xb794f58 s Context>handleSignal:
         0xb797850 s Context>handleSignal:
         0xb79a090 s Context>handleSignal:
         0xbf7f420 s Halt(Exception)>signal
         0xbf9a5a8 s Halt class(Exception class)>signal
         0xbfc34a0 s Halt class>now
         0xbfb2030 s FullBlockClosure(Object)>halt
         0xbfe2d78 s FullBlockClosure>printOn:
         0xc0057e8 s Context>printOn:
         0xc02b860 s Context>printDebugOn:
         0xc02bb40 s [] in Context>debugStack:on:
         0xc0521e8 s OrderedCollection>do:
         0xbfb1db8 s Context>debugStack:on:
         0xbfe2b28 s Context>shortDebugStackOn:
         0xc0055b0 s [] in SmalltalkImage>logError:inContext:
         0xc02b580 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7ab88 s FullBlockClosure(BlockClosure)>on:do:
         0xbf95170 s SmalltalkImage>logStdErrorDuring:
         0xbfbe350 s SmalltalkImage>logError:inContext:
         0xbfed168 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc010148 s FullBlockClosure(BlockClosure)>ensure:
         0xc038798 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0585d0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068d68 s Halt(Exception)>unhandledErrorAction
         0xc07e5e0 s Halt(UnhandledException)>defaultAction
         0xc0abf18 s UndefinedObject>handleSignal:
         0xc0abfd0 s Context>handleSignal:
         0xc0ac088 s Context>handleSignal:
         0xc0ac140 s Context>handleSignal:
         0xc0ac1f8 s Context>handleSignal:
         0xc0ac2b0 s Context>handleSignal:
         0xc0ac368 s Context>handleSignal:
         0xc0ac420 s Context>handleSignal:
         0xc0ac4d8 s Context>handleSignal:
         0xc0ac590 s Context>handleSignal:
         0xc0ac648 s Context>handleSignal:
         0xc1020c0 s Context>handleSignal:
         0xc10d7e0 s Context>handleSignal:
         0xc118688 s Context>handleSignal:
         0xc122f70 s Context>handleSignal:
         0xc12d7a0 s Context>handleSignal:
         0xc137fd0 s Context>handleSignal:
         0xc142800 s Context>handleSignal:
         0xc14d030 s Context>handleSignal:
         0xc157860 s Context>handleSignal:
         0xc162090 s Context>handleSignal:
         0xc16c8c0 s Context>handleSignal:
         0xc1770f0 s Context>handleSignal:
         0xc181920 s Context>handleSignal:
         0xc18c150 s Context>handleSignal:
         0xc196980 s Context>handleSignal:
         0xc1a11b0 s Context>handleSignal:
         0xc1ab9e0 s Context>handleSignal:
         0xc1b6210 s Context>handleSignal:
         0xc1c0a40 s Context>handleSignal:
         0xc1cb270 s Context>handleSignal:
         0xc1d5aa0 s Context>handleSignal:
         0xc1e02d0 s Context>handleSignal:
         0xc1eab00 s Context>handleSignal:
         0xc1f5330 s Context>handleSignal:
         0xc1ffb60 s Context>handleSignal:
         0xc20a390 s Context>handleSignal:
         0xc214bc0 s Context>handleSignal:
         0xc21f3f0 s Context>handleSignal:
         0xc229c20 s Context>handleSignal:
         0xc234450 s Context>handleSignal:
         0xc23ec80 s Context>handleSignal:
         0xc2494b0 s Context>handleSignal:
         0xc253ce0 s Context>handleSignal:
         0xc25e510 s Context>handleSignal:
         0xc265980 s Context>handleSignal:
         0xb7decf8 s Context>handleSignal:
         0xb7e95e0 s Context>handleSignal:
         0xb7f3ec8 s Context>handleSignal:
         0xb7fe7b0 s Context>handleSignal:
         0xb809098 s Context>handleSignal:
         0xb813980 s Context>handleSignal:
         0xb81e268 s Context>handleSignal:
         0xb828b50 s Context>handleSignal:
         0xb833438 s Context>handleSignal:
         0xb83dd20 s Context>handleSignal:
         0xb848608 s Context>handleSignal:
         0xb852ef0 s Context>handleSignal:
         0xb85d7d8 s Context>handleSignal:
         0xb8680c0 s Context>handleSignal:
         0xb8729a8 s Context>handleSignal:
         0xb87d290 s Context>handleSignal:
         0xb887b78 s Context>handleSignal:
         0xb892460 s Context>handleSignal:
         0xb89cd48 s Context>handleSignal:
         0xb8a7630 s Context>handleSignal:
         0xb8b1f18 s Context>handleSignal:
         0xb8bc800 s Context>handleSignal:
         0xb8c70e8 s Context>handleSignal:
         0xb8d19d0 s Context>handleSignal:
         0xb8dc2b8 s Context>handleSignal:
         0xb8e6ba0 s Context>handleSignal:
         0xb8f1488 s Context>handleSignal:
         0xb8fbd70 s Context>handleSignal:
         0xb906658 s Context>handleSignal:
         0xb910f40 s Context>handleSignal:
         0xb91b828 s Context>handleSignal:
         0xb926110 s Context>handleSignal:
         0xb9309f8 s Context>handleSignal:
         0xb93b2e0 s Context>handleSignal:
         0xb945bc8 s Context>handleSignal:
         0xb9504b0 s Context>handleSignal:
         0xb95ad98 s Context>handleSignal:
         0xb965680 s Context>handleSignal:
         0xb96ff68 s Context>handleSignal:
         0xb97a850 s Context>handleSignal:
         0xb985138 s Context>handleSignal:
         0xb98fa20 s Context>handleSignal:
         0xb99a308 s Context>handleSignal:
         0xb9a4bf0 s Context>handleSignal:
         0xb9af4d8 s Context>handleSignal:
         0xb9b9dc0 s Context>handleSignal:
         0xb9c46a8 s Context>handleSignal:
         0xb9cef90 s Context>handleSignal:
         0xb9d9878 s Context>handleSignal:
         0xb9e4160 s Context>handleSignal:
         0xb9eea48 s Context>handleSignal:
         0xb9f9330 s Context>handleSignal:
         0xba03c18 s Context>handleSignal:
         0xba0e500 s Context>handleSignal:
         0xba18de8 s Context>handleSignal:
         0xba236d0 s Context>handleSignal:
         0xba2dfb8 s Context>handleSignal:
         0xba388a0 s Context>handleSignal:
         0xb418750 s Context>handleSignal:
         0xb41f040 s Context>handleSignal:
         0xb4266a8 s Context>handleSignal:
         0xb42d0b8 s Context>handleSignal:
         0xb4344b8 s Context>handleSignal:
         0xb43b5a0 s Context>handleSignal:
         0xb442460 s Context>handleSignal:
         0xb448620 s Context>handleSignal:
         0xb44e7e0 s Context>handleSignal:
         0xb4548e8 s Context>handleSignal:
         0xb45a938 s Context>handleSignal:
         0xb460988 s Context>handleSignal:
         0xb4669d8 s Context>handleSignal:
         0xb46ca28 s Context>handleSignal:
         0xb472a78 s Context>handleSignal:
         0xb478ac8 s Context>handleSignal:
         0xb47eb18 s Context>handleSignal:
         0xb484b68 s Context>handleSignal:
         0xb48abb8 s Context>handleSignal:
         0xb490c08 s Context>handleSignal:
         0xb496c58 s Context>handleSignal:
         0xb49cca8 s Context>handleSignal:
         0xb4a2cf8 s Context>handleSignal:
         0xb4a8d48 s Context>handleSignal:
         0xb4aed98 s Context>handleSignal:
         0xb4b4de8 s Context>handleSignal:
         0xb4bae38 s Context>handleSignal:
         0xb4c0e88 s Context>handleSignal:
         0xb4c6ed8 s Context>handleSignal:
         0xb4ccf28 s Context>handleSignal:
         0xb4d2ec0 s Context>handleSignal:
         0xb4d8e58 s Context>handleSignal:
         0xb4dedf0 s Context>handleSignal:
         0xb4e4d88 s Context>handleSignal:
         0xb4ead20 s Context>handleSignal:
         0xb4f0cb8 s Context>handleSignal:
         0xb4f6c50 s Context>handleSignal:
         0xb4fcbe8 s Context>handleSignal:
         0xb502b80 s Context>handleSignal:
         0xb508b18 s Context>handleSignal:
         0xb50eab0 s Context>handleSignal:
         0xb514a48 s Context>handleSignal:
         0xb51a9e0 s Context>handleSignal:
         0xb520978 s Context>handleSignal:
         0xb526910 s Context>handleSignal:
         0xb52c8a8 s Context>handleSignal:
         0xb532840 s Context>handleSignal:
         0xb5387d8 s Context>handleSignal:
         0xb53e770 s Context>handleSignal:
         0xb544708 s Context>handleSignal:
         0xb54a6a0 s Context>handleSignal:
         0xb550638 s Context>handleSignal:
         0xb5565d0 s Context>handleSignal:
         0xb55c568 s Context>handleSignal:
         0xb562500 s Context>handleSignal:
         0xb568498 s Context>handleSignal:
         0xb56e430 s Context>handleSignal:
         0xb5743c8 s Context>handleSignal:
         0xb57a360 s Context>handleSignal:
         0xb5802f8 s Context>handleSignal:
         0xb586290 s Context>handleSignal:
         0xb58c228 s Context>handleSignal:
         0xb5921c0 s Context>handleSignal:
         0xb598158 s Context>handleSignal:
         0xb59e0f0 s Context>handleSignal:
         0xb5a4088 s Context>handleSignal:
         0xb5aa020 s Context>handleSignal:
         0xb5affb8 s Context>handleSignal:
         0xb5b5f50 s Context>handleSignal:
         0xb5bbee8 s Context>handleSignal:
         0xb5c1e80 s Context>handleSignal:
         0xb5c7e18 s Context>handleSignal:
         0xb5cddb0 s Context>handleSignal:
         0xb5d3d48 s Context>handleSignal:
         0xb5d9ce0 s Context>handleSignal:
         0xb5dfc78 s Context>handleSignal:
         0xb5e5c10 s Context>handleSignal:
         0xb5ebba8 s Context>handleSignal:
         0xb5f1b40 s Context>handleSignal:
         0xb5f7ad8 s Context>handleSignal:
         0xb5fda70 s Context>handleSignal:
         0xb603a08 s Context>handleSignal:
         0xb6099a0 s Context>handleSignal:
         0xb60f938 s Context>handleSignal:
         0xb6158d0 s Context>handleSignal:
         0xb61b868 s Context>handleSignal:
         0xb621800 s Context>handleSignal:
         0xb627798 s Context>handleSignal:
         0xb62d730 s Context>handleSignal:
         0xb6336c8 s Context>handleSignal:
         0xb639660 s Context>handleSignal:
         0xb63f5f8 s Context>handleSignal:
         0xb645590 s Context>handleSignal:
         0xb64b528 s Context>handleSignal:
         0xb6514c0 s Context>handleSignal:
         0xb657458 s Context>handleSignal:
         0xb65d338 s Context>handleSignal:
         0xb663160 s Context>handleSignal:
         0xb668ed0 s Context>handleSignal:
         0xb66eb88 s Context>handleSignal:
         0xb674788 s Context>handleSignal:
         0xb67a2d0 s Context>handleSignal:
         0xb67fd60 s Context>handleSignal:
         0xb685738 s Context>handleSignal:
         0xb68b058 s Context>handleSignal:
         0xb6908c0 s Context>handleSignal:
         0xb696070 s Context>handleSignal:
         0xb69b768 s Context>handleSignal:
         0xb6a0da8 s Context>handleSignal:
         0xb6a6330 s Context>handleSignal:
         0xb6ab800 s Context>handleSignal:
         0xb6b0c18 s Context>handleSignal:
         0xb6b5f78 s Context>handleSignal:
         0xb6bb220 s Context>handleSignal:
         0xb6c0410 s Context>handleSignal:
         0xb6c5548 s Context>handleSignal:
         0xb6ca5c8 s Context>handleSignal:
         0xb6cf590 s Context>handleSignal:
         0xb6d44a0 s Context>handleSignal:
         0xb6d92f8 s Context>handleSignal:
         0xb6de098 s Context>handleSignal:
         0xb6e2d80 s Context>handleSignal:
         0xb6e79b0 s Context>handleSignal:
         0xb6ec528 s Context>handleSignal:
         0xb6f0fe8 s Context>handleSignal:
         0xb6f59f0 s Context>handleSignal:
         0xb6fa340 s Context>handleSignal:
         0xb6febd8 s Context>handleSignal:
         0xb7033b8 s Context>handleSignal:
         0xb707ae0 s Context>handleSignal:
         0xb70c150 s Context>handleSignal:
         0xb710708 s Context>handleSignal:
         0xb714c08 s Context>handleSignal:
         0xb719050 s Context>handleSignal:
         0xb71d3e0 s Context>handleSignal:
         0xb7216b8 s Context>handleSignal:
         0xb7258d8 s Context>handleSignal:
         0xb729a40 s Context>handleSignal:
         0xb72daf0 s Context>handleSignal:
         0xb731ae8 s Context>handleSignal:
         0xb735a28 s Context>handleSignal:
         0xb7398b0 s Context>handleSignal:
         0xb73d680 s Context>handleSignal:
         0xb741398 s Context>handleSignal:
         0xb744ff8 s Context>handleSignal:
         0xb748ba0 s Context>handleSignal:
         0xb74c690 s Context>handleSignal:
         0xb7500c8 s Context>handleSignal:
         0xb753a48 s Context>handleSignal:
         0xb757310 s Context>handleSignal:
         0xb75ab20 s Context>handleSignal:
         0xb75e330 s Context>handleSignal:
         0xb761a88 s Context>handleSignal:
         0xb765128 s Context>handleSignal:
         0xb768710 s Context>handleSignal:
         0xb76bb88 s Context>handleSignal:
         0xb76ef48 s Context>handleSignal:
         0xb772250 s Context>handleSignal:
         0xb7754a0 s Context>handleSignal:
         0xb778638 s Context>handleSignal:
         0xb77b718 s Context>handleSignal:
         0xb77e740 s Context>handleSignal:
         0xb7816b0 s Context>handleSignal:
         0xb784568 s Context>handleSignal:
         0xb787368 s Context>handleSignal:
         0xb78a0b0 s Context>handleSignal:
         0xb78cd40 s Context>handleSignal:
         0xb78f918 s Context>handleSignal:
         0xb792438 s Context>handleSignal:
         0xb794ea0 s Context>handleSignal:
         0xb797798 s Context>handleSignal:
         0xbf7f368 s Halt(Exception)>signal
         0xbf9a4f0 s Halt class(Exception class)>signal
         0xbfc33e8 s Halt class>now
         0xbfb1e70 s FullBlockClosure(Object)>halt
         0xbfe2be0 s FullBlockClosure>printOn:
         0xc005668 s Context>printOn:
         0xc02b638 s Context>printDebugOn:
         0xc02b918 s [] in Context>debugStack:on:
         0xc052130 s OrderedCollection>do:
         0xbfb1bf8 s Context>debugStack:on:
         0xbfe2990 s Context>shortDebugStackOn:
         0xc005430 s [] in SmalltalkImage>logError:inContext:
         0xc02b358 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7aa18 s FullBlockClosure(BlockClosure)>on:do:
         0xbf94fa0 s SmalltalkImage>logStdErrorDuring:
         0xbfbe198 s SmalltalkImage>logError:inContext:
         0xbfed0a0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc010058 s FullBlockClosure(BlockClosure)>ensure:
         0xc0386b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058518 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068cb0 s Halt(Exception)>unhandledErrorAction
         0xc07e528 s Halt(UnhandledException)>defaultAction
         0xc0ab730 s UndefinedObject>handleSignal:
         0xc0ab7e8 s Context>handleSignal:
         0xc0ab8a0 s Context>handleSignal:
         0xc0ab958 s Context>handleSignal:
         0xc0aba10 s Context>handleSignal:
         0xc0abac8 s Context>handleSignal:
         0xc0abb80 s Context>handleSignal:
         0xc0abc38 s Context>handleSignal:
         0xc0abcf0 s Context>handleSignal:
         0xc0abda8 s Context>handleSignal:
         0xc0abe60 s Context>handleSignal:
         0xc102008 s Context>handleSignal:
         0xc10d728 s Context>handleSignal:
         0xc1185d0 s Context>handleSignal:
         0xc122eb8 s Context>handleSignal:
         0xc12d6e8 s Context>handleSignal:
         0xc137f18 s Context>handleSignal:
         0xc142748 s Context>handleSignal:
         0xc14cf78 s Context>handleSignal:
         0xc1577a8 s Context>handleSignal:
         0xc161fd8 s Context>handleSignal:
         0xc16c808 s Context>handleSignal:
         0xc177038 s Context>handleSignal:
         0xc181868 s Context>handleSignal:
         0xc18c098 s Context>handleSignal:
         0xc1968c8 s Context>handleSignal:
         0xc1a10f8 s Context>handleSignal:
         0xc1ab928 s Context>handleSignal:
         0xc1b6158 s Context>handleSignal:
         0xc1c0988 s Context>handleSignal:
         0xc1cb1b8 s Context>handleSignal:
         0xc1d59e8 s Context>handleSignal:
         0xc1e0218 s Context>handleSignal:
         0xc1eaa48 s Context>handleSignal:
         0xc1f5278 s Context>handleSignal:
         0xc1ffaa8 s Context>handleSignal:
         0xc20a2d8 s Context>handleSignal:
         0xc214b08 s Context>handleSignal:
         0xc21f338 s Context>handleSignal:
         0xc229b68 s Context>handleSignal:
         0xc234398 s Context>handleSignal:
         0xc23ebc8 s Context>handleSignal:
         0xc2493f8 s Context>handleSignal:
         0xc253c28 s Context>handleSignal:
         0xc25e458 s Context>handleSignal:
         0xc2658c8 s Context>handleSignal:
         0xb7dec40 s Context>handleSignal:
         0xb7e9528 s Context>handleSignal:
         0xb7f3e10 s Context>handleSignal:
         0xb7fe6f8 s Context>handleSignal:
         0xb808fe0 s Context>handleSignal:
         0xb8138c8 s Context>handleSignal:
         0xb81e1b0 s Context>handleSignal:
         0xb828a98 s Context>handleSignal:
         0xb833380 s Context>handleSignal:
         0xb83dc68 s Context>handleSignal:
         0xb848550 s Context>handleSignal:
         0xb852e38 s Context>handleSignal:
         0xb85d720 s Context>handleSignal:
         0xb868008 s Context>handleSignal:
         0xb8728f0 s Context>handleSignal:
         0xb87d1d8 s Context>handleSignal:
         0xb887ac0 s Context>handleSignal:
         0xb8923a8 s Context>handleSignal:
         0xb89cc90 s Context>handleSignal:
         0xb8a7578 s Context>handleSignal:
         0xb8b1e60 s Context>handleSignal:
         0xb8bc748 s Context>handleSignal:
         0xb8c7030 s Context>handleSignal:
         0xb8d1918 s Context>handleSignal:
         0xb8dc200 s Context>handleSignal:
         0xb8e6ae8 s Context>handleSignal:
         0xb8f13d0 s Context>handleSignal:
         0xb8fbcb8 s Context>handleSignal:
         0xb9065a0 s Context>handleSignal:
         0xb910e88 s Context>handleSignal:
         0xb91b770 s Context>handleSignal:
         0xb926058 s Context>handleSignal:
         0xb930940 s Context>handleSignal:
         0xb93b228 s Context>handleSignal:
         0xb945b10 s Context>handleSignal:
         0xb9503f8 s Context>handleSignal:
         0xb95ace0 s Context>handleSignal:
         0xb9655c8 s Context>handleSignal:
         0xb96feb0 s Context>handleSignal:
         0xb97a798 s Context>handleSignal:
         0xb985080 s Context>handleSignal:
         0xb98f968 s Context>handleSignal:
         0xb99a250 s Context>handleSignal:
         0xb9a4b38 s Context>handleSignal:
         0xb9af420 s Context>handleSignal:
         0xb9b9d08 s Context>handleSignal:
         0xb9c45f0 s Context>handleSignal:
         0xb9ceed8 s Context>handleSignal:
         0xb9d97c0 s Context>handleSignal:
         0xb9e40a8 s Context>handleSignal:
         0xb9ee990 s Context>handleSignal:
         0xb9f9278 s Context>handleSignal:
         0xba03b60 s Context>handleSignal:
         0xba0e448 s Context>handleSignal:
         0xba18d30 s Context>handleSignal:
         0xba23618 s Context>handleSignal:
         0xba2df00 s Context>handleSignal:
         0xba387e8 s Context>handleSignal:
         0xb418698 s Context>handleSignal:
         0xb41ef88 s Context>handleSignal:
         0xb4265f0 s Context>handleSignal:
         0xb42d000 s Context>handleSignal:
         0xb434400 s Context>handleSignal:
         0xb43b4e8 s Context>handleSignal:
         0xb4423a8 s Context>handleSignal:
         0xb448568 s Context>handleSignal:
         0xb44e728 s Context>handleSignal:
         0xb454830 s Context>handleSignal:
         0xb45a880 s Context>handleSignal:
         0xb4608d0 s Context>handleSignal:
         0xb466920 s Context>handleSignal:
         0xb46c970 s Context>handleSignal:
         0xb4729c0 s Context>handleSignal:
         0xb478a10 s Context>handleSignal:
         0xb47ea60 s Context>handleSignal:
         0xb484ab0 s Context>handleSignal:
         0xb48ab00 s Context>handleSignal:
         0xb490b50 s Context>handleSignal:
         0xb496ba0 s Context>handleSignal:
         0xb49cbf0 s Context>handleSignal:
         0xb4a2c40 s Context>handleSignal:
         0xb4a8c90 s Context>handleSignal:
         0xb4aece0 s Context>handleSignal:
         0xb4b4d30 s Context>handleSignal:
         0xb4bad80 s Context>handleSignal:
         0xb4c0dd0 s Context>handleSignal:
         0xb4c6e20 s Context>handleSignal:
         0xb4cce70 s Context>handleSignal:
         0xb4d2e08 s Context>handleSignal:
         0xb4d8da0 s Context>handleSignal:
         0xb4ded38 s Context>handleSignal:
         0xb4e4cd0 s Context>handleSignal:
         0xb4eac68 s Context>handleSignal:
         0xb4f0c00 s Context>handleSignal:
         0xb4f6b98 s Context>handleSignal:
         0xb4fcb30 s Context>handleSignal:
         0xb502ac8 s Context>handleSignal:
         0xb508a60 s Context>handleSignal:
         0xb50e9f8 s Context>handleSignal:
         0xb514990 s Context>handleSignal:
         0xb51a928 s Context>handleSignal:
         0xb5208c0 s Context>handleSignal:
         0xb526858 s Context>handleSignal:
         0xb52c7f0 s Context>handleSignal:
         0xb532788 s Context>handleSignal:
         0xb538720 s Context>handleSignal:
         0xb53e6b8 s Context>handleSignal:
         0xb544650 s Context>handleSignal:
         0xb54a5e8 s Context>handleSignal:
         0xb550580 s Context>handleSignal:
         0xb556518 s Context>handleSignal:
         0xb55c4b0 s Context>handleSignal:
         0xb562448 s Context>handleSignal:
         0xb5683e0 s Context>handleSignal:
         0xb56e378 s Context>handleSignal:
         0xb574310 s Context>handleSignal:
         0xb57a2a8 s Context>handleSignal:
         0xb580240 s Context>handleSignal:
         0xb5861d8 s Context>handleSignal:
         0xb58c170 s Context>handleSignal:
         0xb592108 s Context>handleSignal:
         0xb5980a0 s Context>handleSignal:
         0xb59e038 s Context>handleSignal:
         0xb5a3fd0 s Context>handleSignal:
         0xb5a9f68 s Context>handleSignal:
         0xb5aff00 s Context>handleSignal:
         0xb5b5e98 s Context>handleSignal:
         0xb5bbe30 s Context>handleSignal:
         0xb5c1dc8 s Context>handleSignal:
         0xb5c7d60 s Context>handleSignal:
         0xb5cdcf8 s Context>handleSignal:
         0xb5d3c90 s Context>handleSignal:
         0xb5d9c28 s Context>handleSignal:
         0xb5dfbc0 s Context>handleSignal:
         0xb5e5b58 s Context>handleSignal:
         0xb5ebaf0 s Context>handleSignal:
         0xb5f1a88 s Context>handleSignal:
         0xb5f7a20 s Context>handleSignal:
         0xb5fd9b8 s Context>handleSignal:
         0xb603950 s Context>handleSignal:
         0xb6098e8 s Context>handleSignal:
         0xb60f880 s Context>handleSignal:
         0xb615818 s Context>handleSignal:
         0xb61b7b0 s Context>handleSignal:
         0xb621748 s Context>handleSignal:
         0xb6276e0 s Context>handleSignal:
         0xb62d678 s Context>handleSignal:
         0xb633610 s Context>handleSignal:
         0xb6395a8 s Context>handleSignal:
         0xb63f540 s Context>handleSignal:
         0xb6454d8 s Context>handleSignal:
         0xb64b470 s Context>handleSignal:
         0xb651408 s Context>handleSignal:
         0xb6573a0 s Context>handleSignal:
         0xb65d280 s Context>handleSignal:
         0xb6630a8 s Context>handleSignal:
         0xb668e18 s Context>handleSignal:
         0xb66ead0 s Context>handleSignal:
         0xb6746d0 s Context>handleSignal:
         0xb67a218 s Context>handleSignal:
         0xb67fca8 s Context>handleSignal:
         0xb685680 s Context>handleSignal:
         0xb68afa0 s Context>handleSignal:
         0xb690808 s Context>handleSignal:
         0xb695fb8 s Context>handleSignal:
         0xb69b6b0 s Context>handleSignal:
         0xb6a0cf0 s Context>handleSignal:
         0xb6a6278 s Context>handleSignal:
         0xb6ab748 s Context>handleSignal:
         0xb6b0b60 s Context>handleSignal:
         0xb6b5ec0 s Context>handleSignal:
         0xb6bb168 s Context>handleSignal:
         0xb6c0358 s Context>handleSignal:
         0xb6c5490 s Context>handleSignal:
         0xb6ca510 s Context>handleSignal:
         0xb6cf4d8 s Context>handleSignal:
         0xb6d43e8 s Context>handleSignal:
         0xb6d9240 s Context>handleSignal:
         0xb6ddfe0 s Context>handleSignal:
         0xb6e2cc8 s Context>handleSignal:
         0xb6e78f8 s Context>handleSignal:
         0xb6ec470 s Context>handleSignal:
         0xb6f0f30 s Context>handleSignal:
         0xb6f5938 s Context>handleSignal:
         0xb6fa288 s Context>handleSignal:
         0xb6feb20 s Context>handleSignal:
         0xb703300 s Context>handleSignal:
         0xb707a28 s Context>handleSignal:
         0xb70c098 s Context>handleSignal:
         0xb710650 s Context>handleSignal:
         0xb714b50 s Context>handleSignal:
         0xb718f98 s Context>handleSignal:
         0xb71d328 s Context>handleSignal:
         0xb721600 s Context>handleSignal:
         0xb725820 s Context>handleSignal:
         0xb729988 s Context>handleSignal:
         0xb72da38 s Context>handleSignal:
         0xb731a30 s Context>handleSignal:
         0xb735970 s Context>handleSignal:
         0xb7397f8 s Context>handleSignal:
         0xb73d5c8 s Context>handleSignal:
         0xb7412e0 s Context>handleSignal:
         0xb744f40 s Context>handleSignal:
         0xb748ae8 s Context>handleSignal:
         0xb74c5d8 s Context>handleSignal:
         0xb750010 s Context>handleSignal:
         0xb753990 s Context>handleSignal:
         0xb757258 s Context>handleSignal:
         0xb75aa68 s Context>handleSignal:
         0xb75e278 s Context>handleSignal:
         0xb7619d0 s Context>handleSignal:
         0xb765070 s Context>handleSignal:
         0xb768658 s Context>handleSignal:
         0xb76bad0 s Context>handleSignal:
         0xb76ee90 s Context>handleSignal:
         0xb772198 s Context>handleSignal:
         0xb7753e8 s Context>handleSignal:
         0xb778580 s Context>handleSignal:
         0xb77b660 s Context>handleSignal:
         0xb77e688 s Context>handleSignal:
         0xb7815f8 s Context>handleSignal:
         0xb7844b0 s Context>handleSignal:
         0xb7872b0 s Context>handleSignal:
         0xb789ff8 s Context>handleSignal:
         0xb78cc88 s Context>handleSignal:
         0xb78f860 s Context>handleSignal:
         0xb792380 s Context>handleSignal:
         0xb794de8 s Context>handleSignal:
         0xbf7f2b0 s Halt(Exception)>signal
         0xbf9a438 s Halt class(Exception class)>signal
         0xbfc3330 s Halt class>now
         0xbfb1cb0 s FullBlockClosure(Object)>halt
         0xbfe2a48 s FullBlockClosure>printOn:
         0xc0054e8 s Context>printOn:
         0xc02b410 s Context>printDebugOn:
         0xc02b6f0 s [] in Context>debugStack:on:
         0xc052078 s OrderedCollection>do:
         0xbfb1a38 s Context>debugStack:on:
         0xbfe27f8 s Context>shortDebugStackOn:
         0xc0052b0 s [] in SmalltalkImage>logError:inContext:
         0xc02b130 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7a8a8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf94dd0 s SmalltalkImage>logStdErrorDuring:
         0xbfbdfe0 s SmalltalkImage>logError:inContext:
         0xbfecfd8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00ff68 s FullBlockClosure(BlockClosure)>ensure:
         0xc0385d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058460 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068bf8 s Halt(Exception)>unhandledErrorAction
         0xc07e470 s Halt(UnhandledException)>defaultAction
         0xc0aaf48 s UndefinedObject>handleSignal:
         0xc0ab000 s Context>handleSignal:
         0xc0ab0b8 s Context>handleSignal:
         0xc0ab170 s Context>handleSignal:
         0xc0ab228 s Context>handleSignal:
         0xc0ab2e0 s Context>handleSignal:
         0xc0ab398 s Context>handleSignal:
         0xc0ab450 s Context>handleSignal:
         0xc0ab508 s Context>handleSignal:
         0xc0ab5c0 s Context>handleSignal:
         0xc0ab678 s Context>handleSignal:
         0xc101f50 s Context>handleSignal:
         0xc10d670 s Context>handleSignal:
         0xc118518 s Context>handleSignal:
         0xc122e00 s Context>handleSignal:
         0xc12d630 s Context>handleSignal:
         0xc137e60 s Context>handleSignal:
         0xc142690 s Context>handleSignal:
         0xc14cec0 s Context>handleSignal:
         0xc1576f0 s Context>handleSignal:
         0xc161f20 s Context>handleSignal:
         0xc16c750 s Context>handleSignal:
         0xc176f80 s Context>handleSignal:
         0xc1817b0 s Context>handleSignal:
         0xc18bfe0 s Context>handleSignal:
         0xc196810 s Context>handleSignal:
         0xc1a1040 s Context>handleSignal:
         0xc1ab870 s Context>handleSignal:
         0xc1b60a0 s Context>handleSignal:
         0xc1c08d0 s Context>handleSignal:
         0xc1cb100 s Context>handleSignal:
         0xc1d5930 s Context>handleSignal:
         0xc1e0160 s Context>handleSignal:
         0xc1ea990 s Context>handleSignal:
         0xc1f51c0 s Context>handleSignal:
         0xc1ff9f0 s Context>handleSignal:
         0xc20a220 s Context>handleSignal:
         0xc214a50 s Context>handleSignal:
         0xc21f280 s Context>handleSignal:
         0xc229ab0 s Context>handleSignal:
         0xc2342e0 s Context>handleSignal:
         0xc23eb10 s Context>handleSignal:
         0xc249340 s Context>handleSignal:
         0xc253b70 s Context>handleSignal:
         0xc25e3a0 s Context>handleSignal:
         0xc265810 s Context>handleSignal:
         0xb7deb88 s Context>handleSignal:
         0xb7e9470 s Context>handleSignal:
         0xb7f3d58 s Context>handleSignal:
         0xb7fe640 s Context>handleSignal:
         0xb808f28 s Context>handleSignal:
         0xb813810 s Context>handleSignal:
         0xb81e0f8 s Context>handleSignal:
         0xb8289e0 s Context>handleSignal:
         0xb8332c8 s Context>handleSignal:
         0xb83dbb0 s Context>handleSignal:
         0xb848498 s Context>handleSignal:
         0xb852d80 s Context>handleSignal:
         0xb85d668 s Context>handleSignal:
         0xb867f50 s Context>handleSignal:
         0xb872838 s Context>handleSignal:
         0xb87d120 s Context>handleSignal:
         0xb887a08 s Context>handleSignal:
         0xb8922f0 s Context>handleSignal:
         0xb89cbd8 s Context>handleSignal:
         0xb8a74c0 s Context>handleSignal:
         0xb8b1da8 s Context>handleSignal:
         0xb8bc690 s Context>handleSignal:
         0xb8c6f78 s Context>handleSignal:
         0xb8d1860 s Context>handleSignal:
         0xb8dc148 s Context>handleSignal:
         0xb8e6a30 s Context>handleSignal:
         0xb8f1318 s Context>handleSignal:
         0xb8fbc00 s Context>handleSignal:
         0xb9064e8 s Context>handleSignal:
         0xb910dd0 s Context>handleSignal:
         0xb91b6b8 s Context>handleSignal:
         0xb925fa0 s Context>handleSignal:
         0xb930888 s Context>handleSignal:
         0xb93b170 s Context>handleSignal:
         0xb945a58 s Context>handleSignal:
         0xb950340 s Context>handleSignal:
         0xb95ac28 s Context>handleSignal:
         0xb965510 s Context>handleSignal:
         0xb96fdf8 s Context>handleSignal:
         0xb97a6e0 s Context>handleSignal:
         0xb984fc8 s Context>handleSignal:
         0xb98f8b0 s Context>handleSignal:
         0xb99a198 s Context>handleSignal:
         0xb9a4a80 s Context>handleSignal:
         0xb9af368 s Context>handleSignal:
         0xb9b9c50 s Context>handleSignal:
         0xb9c4538 s Context>handleSignal:
         0xb9cee20 s Context>handleSignal:
         0xb9d9708 s Context>handleSignal:
         0xb9e3ff0 s Context>handleSignal:
         0xb9ee8d8 s Context>handleSignal:
         0xb9f91c0 s Context>handleSignal:
         0xba03aa8 s Context>handleSignal:
         0xba0e390 s Context>handleSignal:
         0xba18c78 s Context>handleSignal:
         0xba23560 s Context>handleSignal:
         0xba2de48 s Context>handleSignal:
         0xba38730 s Context>handleSignal:
         0xb419c28 s Context>handleSignal:
         0xb420518 s Context>handleSignal:
         0xb427b80 s Context>handleSignal:
         0xb42e590 s Context>handleSignal:
         0xb435990 s Context>handleSignal:
         0xb43ca78 s Context>handleSignal:
         0xb443938 s Context>handleSignal:
         0xb449af8 s Context>handleSignal:
         0xb44fcb8 s Context>handleSignal:
         0xb455dc0 s Context>handleSignal:
         0xb45be10 s Context>handleSignal:
         0xb461e60 s Context>handleSignal:
         0xb467eb0 s Context>handleSignal:
         0xb46df00 s Context>handleSignal:
         0xb473f50 s Context>handleSignal:
         0xb479fa0 s Context>handleSignal:
         0xb47fff0 s Context>handleSignal:
         0xb486040 s Context>handleSignal:
         0xb48c090 s Context>handleSignal:
         0xb4920e0 s Context>handleSignal:
         0xb498130 s Context>handleSignal:
         0xb49e180 s Context>handleSignal:
         0xb4a41d0 s Context>handleSignal:
         0xb4aa220 s Context>handleSignal:
         0xb4b0270 s Context>handleSignal:
         0xb4b62c0 s Context>handleSignal:
         0xb4bc310 s Context>handleSignal:
         0xb4c2360 s Context>handleSignal:
         0xb4c83b0 s Context>handleSignal:
         0xb4ce400 s Context>handleSignal:
         0xb4d4398 s Context>handleSignal:
         0xb4da330 s Context>handleSignal:
         0xb4e02c8 s Context>handleSignal:
         0xb4e6260 s Context>handleSignal:
         0xb4ec1f8 s Context>handleSignal:
         0xb4f2190 s Context>handleSignal:
         0xb4f8128 s Context>handleSignal:
         0xb4fe0c0 s Context>handleSignal:
         0xb504058 s Context>handleSignal:
         0xb509ff0 s Context>handleSignal:
         0xb50ff88 s Context>handleSignal:
         0xb515f20 s Context>handleSignal:
         0xb51beb8 s Context>handleSignal:
         0xb521e50 s Context>handleSignal:
         0xb527de8 s Context>handleSignal:
         0xb52dd80 s Context>handleSignal:
         0xb533d18 s Context>handleSignal:
         0xb539cb0 s Context>handleSignal:
         0xb53fc48 s Context>handleSignal:
         0xb545be0 s Context>handleSignal:
         0xb54bb78 s Context>handleSignal:
         0xb551b10 s Context>handleSignal:
         0xb557aa8 s Context>handleSignal:
         0xb55da40 s Context>handleSignal:
         0xb5639d8 s Context>handleSignal:
         0xb569970 s Context>handleSignal:
         0xb56f908 s Context>handleSignal:
         0xb5758a0 s Context>handleSignal:
         0xb57b838 s Context>handleSignal:
         0xb5817d0 s Context>handleSignal:
         0xb587768 s Context>handleSignal:
         0xb58d700 s Context>handleSignal:
         0xb593698 s Context>handleSignal:
         0xb599630 s Context>handleSignal:
         0xb59f5c8 s Context>handleSignal:
         0xb5a5560 s Context>handleSignal:
         0xb5ab4f8 s Context>handleSignal:
         0xb5b1490 s Context>handleSignal:
         0xb5b7428 s Context>handleSignal:
         0xb5bd3c0 s Context>handleSignal:
         0xb5c3358 s Context>handleSignal:
         0xb5c92f0 s Context>handleSignal:
         0xb5cf288 s Context>handleSignal:
         0xb5d5220 s Context>handleSignal:
         0xb5db1b8 s Context>handleSignal:
         0xb5e1150 s Context>handleSignal:
         0xb5e70e8 s Context>handleSignal:
         0xb5ed080 s Context>handleSignal:
         0xb5f3018 s Context>handleSignal:
         0xb5f8fb0 s Context>handleSignal:
         0xb5fef48 s Context>handleSignal:
         0xb604ee0 s Context>handleSignal:
         0xb60ae78 s Context>handleSignal:
         0xb610e10 s Context>handleSignal:
         0xb616da8 s Context>handleSignal:
         0xb61cd40 s Context>handleSignal:
         0xb622cd8 s Context>handleSignal:
         0xb628c70 s Context>handleSignal:
         0xb62ec08 s Context>handleSignal:
         0xb634ba0 s Context>handleSignal:
         0xb63ab38 s Context>handleSignal:
         0xb640ad0 s Context>handleSignal:
         0xb646a68 s Context>handleSignal:
         0xb64ca00 s Context>handleSignal:
         0xb652998 s Context>handleSignal:
         0xb658930 s Context>handleSignal:
         0xb65e810 s Context>handleSignal:
         0xb664638 s Context>handleSignal:
         0xb66a3a8 s Context>handleSignal:
         0xb670060 s Context>handleSignal:
         0xb675c60 s Context>handleSignal:
         0xb67b7a8 s Context>handleSignal:
         0xb681238 s Context>handleSignal:
         0xb686c10 s Context>handleSignal:
         0xb68c530 s Context>handleSignal:
         0xb691d98 s Context>handleSignal:
         0xb697548 s Context>handleSignal:
         0xb69cc40 s Context>handleSignal:
         0xb6a2280 s Context>handleSignal:
         0xb6a7808 s Context>handleSignal:
         0xb6accd8 s Context>handleSignal:
         0xb6b20f0 s Context>handleSignal:
         0xb6b7450 s Context>handleSignal:
         0xb6bc6f8 s Context>handleSignal:
         0xb6c18e8 s Context>handleSignal:
         0xb6c6a20 s Context>handleSignal:
         0xb6cbaa0 s Context>handleSignal:
         0xb6d0a68 s Context>handleSignal:
         0xb6d5978 s Context>handleSignal:
         0xb6da7d0 s Context>handleSignal:
         0xb6df570 s Context>handleSignal:
         0xb6e4258 s Context>handleSignal:
         0xb6e8e88 s Context>handleSignal:
         0xb6eda00 s Context>handleSignal:
         0xb6f24c0 s Context>handleSignal:
         0xb6f6ec8 s Context>handleSignal:
         0xb6fb818 s Context>handleSignal:
         0xb7000b0 s Context>handleSignal:
         0xb704890 s Context>handleSignal:
         0xb708fb8 s Context>handleSignal:
         0xb70d628 s Context>handleSignal:
         0xb711be0 s Context>handleSignal:
         0xb7160e0 s Context>handleSignal:
         0xb71a528 s Context>handleSignal:
         0xb71e8b8 s Context>handleSignal:
         0xb722b90 s Context>handleSignal:
         0xb726db0 s Context>handleSignal:
         0xb72af18 s Context>handleSignal:
         0xb72efc8 s Context>handleSignal:
         0xb732fc0 s Context>handleSignal:
         0xb736f00 s Context>handleSignal:
         0xb73ad88 s Context>handleSignal:
         0xb73eb58 s Context>handleSignal:
         0xb742870 s Context>handleSignal:
         0xb7464d0 s Context>handleSignal:
         0xb74a078 s Context>handleSignal:
         0xb74db68 s Context>handleSignal:
         0xb7515a0 s Context>handleSignal:
         0xb754f20 s Context>handleSignal:
         0xb7587e8 s Context>handleSignal:
         0xb75bff8 s Context>handleSignal:
         0xb75f750 s Context>handleSignal:
         0xb762df0 s Context>handleSignal:
         0xb7663d8 s Context>handleSignal:
         0xb769908 s Context>handleSignal:
         0xb76ccc8 s Context>handleSignal:
         0xb76ffd0 s Context>handleSignal:
         0xb773220 s Context>handleSignal:
         0xb7763b8 s Context>handleSignal:
         0xb779498 s Context>handleSignal:
         0xb77c4c0 s Context>handleSignal:
         0xb77f430 s Context>handleSignal:
         0xb7822e8 s Context>handleSignal:
         0xb7850e8 s Context>handleSignal:
         0xb787e30 s Context>handleSignal:
         0xb78aac0 s Context>handleSignal:
         0xb78d698 s Context>handleSignal:
         0xb7901b8 s Context>handleSignal:
         0xb792c20 s Context>handleSignal:
         0xbf7f1f8 s Halt(Exception)>signal
         0xbf9a380 s Halt class(Exception class)>signal
         0xbfc3278 s Halt class>now
         0xbfb1af0 s FullBlockClosure(Object)>halt
         0xbfe28b0 s FullBlockClosure>printOn:
         0xc005368 s Context>printOn:
         0xc02b1e8 s Context>printDebugOn:
         0xc02b4c8 s [] in Context>debugStack:on:
         0xc051fc0 s OrderedCollection>do:
         0xbfb1878 s Context>debugStack:on:
         0xbfe2660 s Context>shortDebugStackOn:
         0xc005130 s [] in SmalltalkImage>logError:inContext:
         0xc02af08 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7a738 s FullBlockClosure(BlockClosure)>on:do:
         0xbf94c00 s SmalltalkImage>logStdErrorDuring:
         0xbfbde28 s SmalltalkImage>logError:inContext:
         0xbfecf10 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00fe78 s FullBlockClosure(BlockClosure)>ensure:
         0xc0384f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0583a8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068b40 s Halt(Exception)>unhandledErrorAction
         0xc07e3b8 s Halt(UnhandledException)>defaultAction
         0xc0aa760 s UndefinedObject>handleSignal:
         0xc0aa818 s Context>handleSignal:
         0xc0aa8d0 s Context>handleSignal:
         0xc0aa988 s Context>handleSignal:
         0xc0aaa40 s Context>handleSignal:
         0xc0aaaf8 s Context>handleSignal:
         0xc0aabb0 s Context>handleSignal:
         0xc0aac68 s Context>handleSignal:
         0xc0aad20 s Context>handleSignal:
         0xc0aadd8 s Context>handleSignal:
         0xc0aae90 s Context>handleSignal:
         0xc101e98 s Context>handleSignal:
         0xc10d5b8 s Context>handleSignal:
         0xc118460 s Context>handleSignal:
         0xc122d48 s Context>handleSignal:
         0xc12d578 s Context>handleSignal:
         0xc137da8 s Context>handleSignal:
         0xc1425d8 s Context>handleSignal:
         0xc14ce08 s Context>handleSignal:
         0xc157638 s Context>handleSignal:
         0xc161e68 s Context>handleSignal:
         0xc16c698 s Context>handleSignal:
         0xc176ec8 s Context>handleSignal:
         0xc1816f8 s Context>handleSignal:
         0xc18bf28 s Context>handleSignal:
         0xc196758 s Context>handleSignal:
         0xc1a0f88 s Context>handleSignal:
         0xc1ab7b8 s Context>handleSignal:
         0xc1b5fe8 s Context>handleSignal:
         0xc1c0818 s Context>handleSignal:
         0xc1cb048 s Context>handleSignal:
         0xc1d5878 s Context>handleSignal:
         0xc1e00a8 s Context>handleSignal:
         0xc1ea8d8 s Context>handleSignal:
         0xc1f5108 s Context>handleSignal:
         0xc1ff938 s Context>handleSignal:
         0xc20a168 s Context>handleSignal:
         0xc214998 s Context>handleSignal:
         0xc21f1c8 s Context>handleSignal:
         0xc2299f8 s Context>handleSignal:
         0xc234228 s Context>handleSignal:
         0xc23ea58 s Context>handleSignal:
         0xc249288 s Context>handleSignal:
         0xc253ab8 s Context>handleSignal:
         0xc25e2e8 s Context>handleSignal:
         0xc265758 s Context>handleSignal:
         0xb7dead0 s Context>handleSignal:
         0xb7e93b8 s Context>handleSignal:
         0xb7f3ca0 s Context>handleSignal:
         0xb7fe588 s Context>handleSignal:
         0xb808e70 s Context>handleSignal:
         0xb813758 s Context>handleSignal:
         0xb81e040 s Context>handleSignal:
         0xb828928 s Context>handleSignal:
         0xb833210 s Context>handleSignal:
         0xb83daf8 s Context>handleSignal:
         0xb8483e0 s Context>handleSignal:
         0xb852cc8 s Context>handleSignal:
         0xb85d5b0 s Context>handleSignal:
         0xb867e98 s Context>handleSignal:
         0xb872780 s Context>handleSignal:
         0xb87d068 s Context>handleSignal:
         0xb887950 s Context>handleSignal:
         0xb892238 s Context>handleSignal:
         0xb89cb20 s Context>handleSignal:
         0xb8a7408 s Context>handleSignal:
         0xb8b1cf0 s Context>handleSignal:
         0xb8bc5d8 s Context>handleSignal:
         0xb8c6ec0 s Context>handleSignal:
         0xb8d17a8 s Context>handleSignal:
         0xb8dc090 s Context>handleSignal:
         0xb8e6978 s Context>handleSignal:
         0xb8f1260 s Context>handleSignal:
         0xb8fbb48 s Context>handleSignal:
         0xb906430 s Context>handleSignal:
         0xb910d18 s Context>handleSignal:
         0xb91b600 s Context>handleSignal:
         0xb925ee8 s Context>handleSignal:
         0xb9307d0 s Context>handleSignal:
         0xb93b0b8 s Context>handleSignal:
         0xb9459a0 s Context>handleSignal:
         0xb950288 s Context>handleSignal:
         0xb95ab70 s Context>handleSignal:
         0xb965458 s Context>handleSignal:
         0xb96fd40 s Context>handleSignal:
         0xb97a628 s Context>handleSignal:
         0xb984f10 s Context>handleSignal:
         0xb98f7f8 s Context>handleSignal:
         0xb99a0e0 s Context>handleSignal:
         0xb9a49c8 s Context>handleSignal:
         0xb9af2b0 s Context>handleSignal:
         0xb9b9b98 s Context>handleSignal:
         0xb9c4480 s Context>handleSignal:
         0xb9ced68 s Context>handleSignal:
         0xb9d9650 s Context>handleSignal:
         0xb9e3f38 s Context>handleSignal:
         0xb9ee820 s Context>handleSignal:
         0xb9f9108 s Context>handleSignal:
         0xba039f0 s Context>handleSignal:
         0xba0e2d8 s Context>handleSignal:
         0xba18bc0 s Context>handleSignal:
         0xba234a8 s Context>handleSignal:
         0xba2dd90 s Context>handleSignal:
         0xba38678 s Context>handleSignal:
         0xb419b70 s Context>handleSignal:
         0xb420460 s Context>handleSignal:
         0xb427ac8 s Context>handleSignal:
         0xb42e4d8 s Context>handleSignal:
         0xb4358d8 s Context>handleSignal:
         0xb43c9c0 s Context>handleSignal:
         0xb443880 s Context>handleSignal:
         0xb449a40 s Context>handleSignal:
         0xb44fc00 s Context>handleSignal:
         0xb455d08 s Context>handleSignal:
         0xb45bd58 s Context>handleSignal:
         0xb461da8 s Context>handleSignal:
         0xb467df8 s Context>handleSignal:
         0xb46de48 s Context>handleSignal:
         0xb473e98 s Context>handleSignal:
         0xb479ee8 s Context>handleSignal:
         0xb47ff38 s Context>handleSignal:
         0xb485f88 s Context>handleSignal:
         0xb48bfd8 s Context>handleSignal:
         0xb492028 s Context>handleSignal:
         0xb498078 s Context>handleSignal:
         0xb49e0c8 s Context>handleSignal:
         0xb4a4118 s Context>handleSignal:
         0xb4aa168 s Context>handleSignal:
         0xb4b01b8 s Context>handleSignal:
         0xb4b6208 s Context>handleSignal:
         0xb4bc258 s Context>handleSignal:
         0xb4c22a8 s Context>handleSignal:
         0xb4c82f8 s Context>handleSignal:
         0xb4ce348 s Context>handleSignal:
         0xb4d42e0 s Context>handleSignal:
         0xb4da278 s Context>handleSignal:
         0xb4e0210 s Context>handleSignal:
         0xb4e61a8 s Context>handleSignal:
         0xb4ec140 s Context>handleSignal:
         0xb4f20d8 s Context>handleSignal:
         0xb4f8070 s Context>handleSignal:
         0xb4fe008 s Context>handleSignal:
         0xb503fa0 s Context>handleSignal:
         0xb509f38 s Context>handleSignal:
         0xb50fed0 s Context>handleSignal:
         0xb515e68 s Context>handleSignal:
         0xb51be00 s Context>handleSignal:
         0xb521d98 s Context>handleSignal:
         0xb527d30 s Context>handleSignal:
         0xb52dcc8 s Context>handleSignal:
         0xb533c60 s Context>handleSignal:
         0xb539bf8 s Context>handleSignal:
         0xb53fb90 s Context>handleSignal:
         0xb545b28 s Context>handleSignal:
         0xb54bac0 s Context>handleSignal:
         0xb551a58 s Context>handleSignal:
         0xb5579f0 s Context>handleSignal:
         0xb55d988 s Context>handleSignal:
         0xb563920 s Context>handleSignal:
         0xb5698b8 s Context>handleSignal:
         0xb56f850 s Context>handleSignal:
         0xb5757e8 s Context>handleSignal:
         0xb57b780 s Context>handleSignal:
         0xb581718 s Context>handleSignal:
         0xb5876b0 s Context>handleSignal:
         0xb58d648 s Context>handleSignal:
         0xb5935e0 s Context>handleSignal:
         0xb599578 s Context>handleSignal:
         0xb59f510 s Context>handleSignal:
         0xb5a54a8 s Context>handleSignal:
         0xb5ab440 s Context>handleSignal:
         0xb5b13d8 s Context>handleSignal:
         0xb5b7370 s Context>handleSignal:
         0xb5bd308 s Context>handleSignal:
         0xb5c32a0 s Context>handleSignal:
         0xb5c9238 s Context>handleSignal:
         0xb5cf1d0 s Context>handleSignal:
         0xb5d5168 s Context>handleSignal:
         0xb5db100 s Context>handleSignal:
         0xb5e1098 s Context>handleSignal:
         0xb5e7030 s Context>handleSignal:
         0xb5ecfc8 s Context>handleSignal:
         0xb5f2f60 s Context>handleSignal:
         0xb5f8ef8 s Context>handleSignal:
         0xb5fee90 s Context>handleSignal:
         0xb604e28 s Context>handleSignal:
         0xb60adc0 s Context>handleSignal:
         0xb610d58 s Context>handleSignal:
         0xb616cf0 s Context>handleSignal:
         0xb61cc88 s Context>handleSignal:
         0xb622c20 s Context>handleSignal:
         0xb628bb8 s Context>handleSignal:
         0xb62eb50 s Context>handleSignal:
         0xb634ae8 s Context>handleSignal:
         0xb63aa80 s Context>handleSignal:
         0xb640a18 s Context>handleSignal:
         0xb6469b0 s Context>handleSignal:
         0xb64c948 s Context>handleSignal:
         0xb6528e0 s Context>handleSignal:
         0xb658878 s Context>handleSignal:
         0xb65e758 s Context>handleSignal:
         0xb664580 s Context>handleSignal:
         0xb66a2f0 s Context>handleSignal:
         0xb66ffa8 s Context>handleSignal:
         0xb675ba8 s Context>handleSignal:
         0xb67b6f0 s Context>handleSignal:
         0xb681180 s Context>handleSignal:
         0xb686b58 s Context>handleSignal:
         0xb68c478 s Context>handleSignal:
         0xb691ce0 s Context>handleSignal:
         0xb697490 s Context>handleSignal:
         0xb69cb88 s Context>handleSignal:
         0xb6a21c8 s Context>handleSignal:
         0xb6a7750 s Context>handleSignal:
         0xb6acc20 s Context>handleSignal:
         0xb6b2038 s Context>handleSignal:
         0xb6b7398 s Context>handleSignal:
         0xb6bc640 s Context>handleSignal:
         0xb6c1830 s Context>handleSignal:
         0xb6c6968 s Context>handleSignal:
         0xb6cb9e8 s Context>handleSignal:
         0xb6d09b0 s Context>handleSignal:
         0xb6d58c0 s Context>handleSignal:
         0xb6da718 s Context>handleSignal:
         0xb6df4b8 s Context>handleSignal:
         0xb6e41a0 s Context>handleSignal:
         0xb6e8dd0 s Context>handleSignal:
         0xb6ed948 s Context>handleSignal:
         0xb6f2408 s Context>handleSignal:
         0xb6f6e10 s Context>handleSignal:
         0xb6fb760 s Context>handleSignal:
         0xb6ffff8 s Context>handleSignal:
         0xb7047d8 s Context>handleSignal:
         0xb708f00 s Context>handleSignal:
         0xb70d570 s Context>handleSignal:
         0xb711b28 s Context>handleSignal:
         0xb716028 s Context>handleSignal:
         0xb71a470 s Context>handleSignal:
         0xb71e800 s Context>handleSignal:
         0xb722ad8 s Context>handleSignal:
         0xb726cf8 s Context>handleSignal:
         0xb72ae60 s Context>handleSignal:
         0xb72ef10 s Context>handleSignal:
         0xb732f08 s Context>handleSignal:
         0xb736e48 s Context>handleSignal:
         0xb73acd0 s Context>handleSignal:
         0xb73eaa0 s Context>handleSignal:
         0xb7427b8 s Context>handleSignal:
         0xb746418 s Context>handleSignal:
         0xb749fc0 s Context>handleSignal:
         0xb74dab0 s Context>handleSignal:
         0xb7514e8 s Context>handleSignal:
         0xb754e68 s Context>handleSignal:
         0xb758730 s Context>handleSignal:
         0xb75bf40 s Context>handleSignal:
         0xb75f698 s Context>handleSignal:
         0xb762d38 s Context>handleSignal:
         0xb766320 s Context>handleSignal:
         0xb769850 s Context>handleSignal:
         0xb76cc10 s Context>handleSignal:
         0xb76ff18 s Context>handleSignal:
         0xb773168 s Context>handleSignal:
         0xb776300 s Context>handleSignal:
         0xb7793e0 s Context>handleSignal:
         0xb77c408 s Context>handleSignal:
         0xb77f378 s Context>handleSignal:
         0xb782230 s Context>handleSignal:
         0xb785030 s Context>handleSignal:
         0xb787d78 s Context>handleSignal:
         0xb78aa08 s Context>handleSignal:
         0xb78d5e0 s Context>handleSignal:
         0xb790100 s Context>handleSignal:
         0xbf7f140 s Halt(Exception)>signal
         0xbf9a2c8 s Halt class(Exception class)>signal
         0xbfc31c0 s Halt class>now
         0xbfb1930 s FullBlockClosure(Object)>halt
         0xbfe2718 s FullBlockClosure>printOn:
         0xc0051e8 s Context>printOn:
         0xc02afc0 s Context>printDebugOn:
         0xc02b2a0 s [] in Context>debugStack:on:
         0xc051f08 s OrderedCollection>do:
         0xbfb4cf8 s Context>debugStack:on:
         0xbfe5630 s Context>shortDebugStackOn:
         0xc007e30 s [] in SmalltalkImage>logError:inContext:
         0xc02efb8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7a5c8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf94a30 s SmalltalkImage>logStdErrorDuring:
         0xbfbdc70 s SmalltalkImage>logError:inContext:
         0xbfece48 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00fd88 s FullBlockClosure(BlockClosure)>ensure:
         0xc038418 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0582f0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068a88 s Halt(Exception)>unhandledErrorAction
         0xc07e300 s Halt(UnhandledException)>defaultAction
         0xc0a9f78 s UndefinedObject>handleSignal:
         0xc0aa030 s Context>handleSignal:
         0xc0aa0e8 s Context>handleSignal:
         0xc0aa1a0 s Context>handleSignal:
         0xc0aa258 s Context>handleSignal:
         0xc0aa310 s Context>handleSignal:
         0xc0aa3c8 s Context>handleSignal:
         0xc0aa480 s Context>handleSignal:
         0xc0aa538 s Context>handleSignal:
         0xc0aa5f0 s Context>handleSignal:
         0xc0aa6a8 s Context>handleSignal:
         0xc101de0 s Context>handleSignal:
         0xc10d500 s Context>handleSignal:
         0xc1183a8 s Context>handleSignal:
         0xc122c90 s Context>handleSignal:
         0xc12d4c0 s Context>handleSignal:
         0xc137cf0 s Context>handleSignal:
         0xc142520 s Context>handleSignal:
         0xc14cd50 s Context>handleSignal:
         0xc157580 s Context>handleSignal:
         0xc161db0 s Context>handleSignal:
         0xc16c5e0 s Context>handleSignal:
         0xc176e10 s Context>handleSignal:
         0xc181640 s Context>handleSignal:
         0xc18be70 s Context>handleSignal:
         0xc1966a0 s Context>handleSignal:
         0xc1a0ed0 s Context>handleSignal:
         0xc1ab700 s Context>handleSignal:
         0xc1b5f30 s Context>handleSignal:
         0xc1c0760 s Context>handleSignal:
         0xc1caf90 s Context>handleSignal:
         0xc1d57c0 s Context>handleSignal:
         0xc1dfff0 s Context>handleSignal:
         0xc1ea820 s Context>handleSignal:
         0xc1f5050 s Context>handleSignal:
         0xc1ff880 s Context>handleSignal:
         0xc20a0b0 s Context>handleSignal:
         0xc2148e0 s Context>handleSignal:
         0xc21f110 s Context>handleSignal:
         0xc229940 s Context>handleSignal:
         0xc234170 s Context>handleSignal:
         0xc23e9a0 s Context>handleSignal:
         0xc2491d0 s Context>handleSignal:
         0xc253a00 s Context>handleSignal:
         0xc25e230 s Context>handleSignal:
         0xc2656a0 s Context>handleSignal:
         0xb7dea18 s Context>handleSignal:
         0xb7e9300 s Context>handleSignal:
         0xb7f3be8 s Context>handleSignal:
         0xb7fe4d0 s Context>handleSignal:
         0xb808db8 s Context>handleSignal:
         0xb8136a0 s Context>handleSignal:
         0xb81df88 s Context>handleSignal:
         0xb828870 s Context>handleSignal:
         0xb833158 s Context>handleSignal:
         0xb83da40 s Context>handleSignal:
         0xb848328 s Context>handleSignal:
         0xb852c10 s Context>handleSignal:
         0xb85d4f8 s Context>handleSignal:
         0xb867de0 s Context>handleSignal:
         0xb8726c8 s Context>handleSignal:
         0xb87cfb0 s Context>handleSignal:
         0xb887898 s Context>handleSignal:
         0xb892180 s Context>handleSignal:
         0xb89ca68 s Context>handleSignal:
         0xb8a7350 s Context>handleSignal:
         0xb8b1c38 s Context>handleSignal:
         0xb8bc520 s Context>handleSignal:
         0xb8c6e08 s Context>handleSignal:
         0xb8d16f0 s Context>handleSignal:
         0xb8dbfd8 s Context>handleSignal:
         0xb8e68c0 s Context>handleSignal:
         0xb8f11a8 s Context>handleSignal:
         0xb8fba90 s Context>handleSignal:
         0xb906378 s Context>handleSignal:
         0xb910c60 s Context>handleSignal:
         0xb91b548 s Context>handleSignal:
         0xb925e30 s Context>handleSignal:
         0xb930718 s Context>handleSignal:
         0xb93b000 s Context>handleSignal:
         0xb9458e8 s Context>handleSignal:
         0xb9501d0 s Context>handleSignal:
         0xb95aab8 s Context>handleSignal:
         0xb9653a0 s Context>handleSignal:
         0xb96fc88 s Context>handleSignal:
         0xb97a570 s Context>handleSignal:
         0xb984e58 s Context>handleSignal:
         0xb98f740 s Context>handleSignal:
         0xb99a028 s Context>handleSignal:
         0xb9a4910 s Context>handleSignal:
         0xb9af1f8 s Context>handleSignal:
         0xb9b9ae0 s Context>handleSignal:
         0xb9c43c8 s Context>handleSignal:
         0xb9cecb0 s Context>handleSignal:
         0xb9d9598 s Context>handleSignal:
         0xb9e3e80 s Context>handleSignal:
         0xb9ee768 s Context>handleSignal:
         0xb9f9050 s Context>handleSignal:
         0xba03938 s Context>handleSignal:
         0xba0e220 s Context>handleSignal:
         0xba18b08 s Context>handleSignal:
         0xba233f0 s Context>handleSignal:
         0xba2dcd8 s Context>handleSignal:
         0xba385c0 s Context>handleSignal:
         0xb419ab8 s Context>handleSignal:
         0xb4203a8 s Context>handleSignal:
         0xb427a10 s Context>handleSignal:
         0xb42e420 s Context>handleSignal:
         0xb435820 s Context>handleSignal:
         0xb43c908 s Context>handleSignal:
         0xb4437c8 s Context>handleSignal:
         0xb449988 s Context>handleSignal:
         0xb44fb48 s Context>handleSignal:
         0xb455c50 s Context>handleSignal:
         0xb45bca0 s Context>handleSignal:
         0xb461cf0 s Context>handleSignal:
         0xb467d40 s Context>handleSignal:
         0xb46dd90 s Context>handleSignal:
         0xb473de0 s Context>handleSignal:
         0xb479e30 s Context>handleSignal:
         0xb47fe80 s Context>handleSignal:
         0xb485ed0 s Context>handleSignal:
         0xb48bf20 s Context>handleSignal:
         0xb491f70 s Context>handleSignal:
         0xb497fc0 s Context>handleSignal:
         0xb49e010 s Context>handleSignal:
         0xb4a4060 s Context>handleSignal:
         0xb4aa0b0 s Context>handleSignal:
         0xb4b0100 s Context>handleSignal:
         0xb4b6150 s Context>handleSignal:
         0xb4bc1a0 s Context>handleSignal:
         0xb4c21f0 s Context>handleSignal:
         0xb4c8240 s Context>handleSignal:
         0xb4ce290 s Context>handleSignal:
         0xb4d4228 s Context>handleSignal:
         0xb4da1c0 s Context>handleSignal:
         0xb4e0158 s Context>handleSignal:
         0xb4e60f0 s Context>handleSignal:
         0xb4ec088 s Context>handleSignal:
         0xb4f2020 s Context>handleSignal:
         0xb4f7fb8 s Context>handleSignal:
         0xb4fdf50 s Context>handleSignal:
         0xb503ee8 s Context>handleSignal:
         0xb509e80 s Context>handleSignal:
         0xb50fe18 s Context>handleSignal:
         0xb515db0 s Context>handleSignal:
         0xb51bd48 s Context>handleSignal:
         0xb521ce0 s Context>handleSignal:
         0xb527c78 s Context>handleSignal:
         0xb52dc10 s Context>handleSignal:
         0xb533ba8 s Context>handleSignal:
         0xb539b40 s Context>handleSignal:
         0xb53fad8 s Context>handleSignal:
         0xb545a70 s Context>handleSignal:
         0xb54ba08 s Context>handleSignal:
         0xb5519a0 s Context>handleSignal:
         0xb557938 s Context>handleSignal:
         0xb55d8d0 s Context>handleSignal:
         0xb563868 s Context>handleSignal:
         0xb569800 s Context>handleSignal:
         0xb56f798 s Context>handleSignal:
         0xb575730 s Context>handleSignal:
         0xb57b6c8 s Context>handleSignal:
         0xb581660 s Context>handleSignal:
         0xb5875f8 s Context>handleSignal:
         0xb58d590 s Context>handleSignal:
         0xb593528 s Context>handleSignal:
         0xb5994c0 s Context>handleSignal:
         0xb59f458 s Context>handleSignal:
         0xb5a53f0 s Context>handleSignal:
         0xb5ab388 s Context>handleSignal:
         0xb5b1320 s Context>handleSignal:
         0xb5b72b8 s Context>handleSignal:
         0xb5bd250 s Context>handleSignal:
         0xb5c31e8 s Context>handleSignal:
         0xb5c9180 s Context>handleSignal:
         0xb5cf118 s Context>handleSignal:
         0xb5d50b0 s Context>handleSignal:
         0xb5db048 s Context>handleSignal:
         0xb5e0fe0 s Context>handleSignal:
         0xb5e6f78 s Context>handleSignal:
         0xb5ecf10 s Context>handleSignal:
         0xb5f2ea8 s Context>handleSignal:
         0xb5f8e40 s Context>handleSignal:
         0xb5fedd8 s Context>handleSignal:
         0xb604d70 s Context>handleSignal:
         0xb60ad08 s Context>handleSignal:
         0xb610ca0 s Context>handleSignal:
         0xb616c38 s Context>handleSignal:
         0xb61cbd0 s Context>handleSignal:
         0xb622b68 s Context>handleSignal:
         0xb628b00 s Context>handleSignal:
         0xb62ea98 s Context>handleSignal:
         0xb634a30 s Context>handleSignal:
         0xb63a9c8 s Context>handleSignal:
         0xb640960 s Context>handleSignal:
         0xb6468f8 s Context>handleSignal:
         0xb64c890 s Context>handleSignal:
         0xb652828 s Context>handleSignal:
         0xb6587c0 s Context>handleSignal:
         0xb65e6a0 s Context>handleSignal:
         0xb6644c8 s Context>handleSignal:
         0xb66a238 s Context>handleSignal:
         0xb66fef0 s Context>handleSignal:
         0xb675af0 s Context>handleSignal:
         0xb67b638 s Context>handleSignal:
         0xb6810c8 s Context>handleSignal:
         0xb686aa0 s Context>handleSignal:
         0xb68c3c0 s Context>handleSignal:
         0xb691c28 s Context>handleSignal:
         0xb6973d8 s Context>handleSignal:
         0xb69cad0 s Context>handleSignal:
         0xb6a2110 s Context>handleSignal:
         0xb6a7698 s Context>handleSignal:
         0xb6acb68 s Context>handleSignal:
         0xb6b1f80 s Context>handleSignal:
         0xb6b72e0 s Context>handleSignal:
         0xb6bc588 s Context>handleSignal:
         0xb6c1778 s Context>handleSignal:
         0xb6c68b0 s Context>handleSignal:
         0xb6cb930 s Context>handleSignal:
         0xb6d08f8 s Context>handleSignal:
         0xb6d5808 s Context>handleSignal:
         0xb6da660 s Context>handleSignal:
         0xb6df400 s Context>handleSignal:
         0xb6e40e8 s Context>handleSignal:
         0xb6e8d18 s Context>handleSignal:
         0xb6ed890 s Context>handleSignal:
         0xb6f2350 s Context>handleSignal:
         0xb6f6d58 s Context>handleSignal:
         0xb6fb6a8 s Context>handleSignal:
         0xb6fff40 s Context>handleSignal:
         0xb704720 s Context>handleSignal:
         0xb708e48 s Context>handleSignal:
         0xb70d4b8 s Context>handleSignal:
         0xb711a70 s Context>handleSignal:
         0xb715f70 s Context>handleSignal:
         0xb71a3b8 s Context>handleSignal:
         0xb71e748 s Context>handleSignal:
         0xb722a20 s Context>handleSignal:
         0xb726c40 s Context>handleSignal:
         0xb72ada8 s Context>handleSignal:
         0xb72ee58 s Context>handleSignal:
         0xb732e50 s Context>handleSignal:
         0xb736d90 s Context>handleSignal:
         0xb73ac18 s Context>handleSignal:
         0xb73e9e8 s Context>handleSignal:
         0xb742700 s Context>handleSignal:
         0xb746360 s Context>handleSignal:
         0xb749f08 s Context>handleSignal:
         0xb74d9f8 s Context>handleSignal:
         0xb751430 s Context>handleSignal:
         0xb754db0 s Context>handleSignal:
         0xb758678 s Context>handleSignal:
         0xb75be88 s Context>handleSignal:
         0xb75f5e0 s Context>handleSignal:
         0xb762c80 s Context>handleSignal:
         0xb766268 s Context>handleSignal:
         0xb769798 s Context>handleSignal:
         0xb76cb58 s Context>handleSignal:
         0xb76fe60 s Context>handleSignal:
         0xb7730b0 s Context>handleSignal:
         0xb776248 s Context>handleSignal:
         0xb779328 s Context>handleSignal:
         0xb77c350 s Context>handleSignal:
         0xb77f2c0 s Context>handleSignal:
         0xb782178 s Context>handleSignal:
         0xb784f78 s Context>handleSignal:
         0xb787cc0 s Context>handleSignal:
         0xb78a950 s Context>handleSignal:
         0xb78d528 s Context>handleSignal:
         0xbf7f088 s Halt(Exception)>signal
         0xbf9a210 s Halt class(Exception class)>signal
         0xbfc3108 s Halt class>now
         0xbfb4db0 s FullBlockClosure(Object)>halt
         0xbfe56e8 s FullBlockClosure>printOn:
         0xc007ee8 s Context>printOn:
         0xc02f070 s Context>printDebugOn:
         0xc02b078 s [] in Context>debugStack:on:
         0xc051e50 s OrderedCollection>do:
         0xbfb4b38 s Context>debugStack:on:
         0xbfe5498 s Context>shortDebugStackOn:
         0xc007cb0 s [] in SmalltalkImage>logError:inContext:
         0xc02ed90 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7a458 s FullBlockClosure(BlockClosure)>on:do:
         0xbf94860 s SmalltalkImage>logStdErrorDuring:
         0xbfbdab8 s SmalltalkImage>logError:inContext:
         0xbfecd80 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00fc98 s FullBlockClosure(BlockClosure)>ensure:
         0xc038338 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058238 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0689d0 s Halt(Exception)>unhandledErrorAction
         0xc07e248 s Halt(UnhandledException)>defaultAction
         0xc0a9790 s UndefinedObject>handleSignal:
         0xc0a9848 s Context>handleSignal:
         0xc0a9900 s Context>handleSignal:
         0xc0a99b8 s Context>handleSignal:
         0xc0a9a70 s Context>handleSignal:
         0xc0a9b28 s Context>handleSignal:
         0xc0a9be0 s Context>handleSignal:
         0xc0a9c98 s Context>handleSignal:
         0xc0a9d50 s Context>handleSignal:
         0xc0a9e08 s Context>handleSignal:
         0xc0a9ec0 s Context>handleSignal:
         0xc101d28 s Context>handleSignal:
         0xc10d448 s Context>handleSignal:
         0xc1182f0 s Context>handleSignal:
         0xc122bd8 s Context>handleSignal:
         0xc12d408 s Context>handleSignal:
         0xc137c38 s Context>handleSignal:
         0xc142468 s Context>handleSignal:
         0xc14cc98 s Context>handleSignal:
         0xc1574c8 s Context>handleSignal:
         0xc161cf8 s Context>handleSignal:
         0xc16c528 s Context>handleSignal:
         0xc176d58 s Context>handleSignal:
         0xc181588 s Context>handleSignal:
         0xc18bdb8 s Context>handleSignal:
         0xc1965e8 s Context>handleSignal:
         0xc1a0e18 s Context>handleSignal:
         0xc1ab648 s Context>handleSignal:
         0xc1b5e78 s Context>handleSignal:
         0xc1c06a8 s Context>handleSignal:
         0xc1caed8 s Context>handleSignal:
         0xc1d5708 s Context>handleSignal:
         0xc1dff38 s Context>handleSignal:
         0xc1ea768 s Context>handleSignal:
         0xc1f4f98 s Context>handleSignal:
         0xc1ff7c8 s Context>handleSignal:
         0xc209ff8 s Context>handleSignal:
         0xc214828 s Context>handleSignal:
         0xc21f058 s Context>handleSignal:
         0xc229888 s Context>handleSignal:
         0xc2340b8 s Context>handleSignal:
         0xc23e8e8 s Context>handleSignal:
         0xc249118 s Context>handleSignal:
         0xc253948 s Context>handleSignal:
         0xc25e178 s Context>handleSignal:
         0xc2655e8 s Context>handleSignal:
         0xb7de960 s Context>handleSignal:
         0xb7e9248 s Context>handleSignal:
         0xb7f3b30 s Context>handleSignal:
         0xb7fe418 s Context>handleSignal:
         0xb808d00 s Context>handleSignal:
         0xb8135e8 s Context>handleSignal:
         0xb81ded0 s Context>handleSignal:
         0xb8287b8 s Context>handleSignal:
         0xb8330a0 s Context>handleSignal:
         0xb83d988 s Context>handleSignal:
         0xb848270 s Context>handleSignal:
         0xb852b58 s Context>handleSignal:
         0xb85d440 s Context>handleSignal:
         0xb867d28 s Context>handleSignal:
         0xb872610 s Context>handleSignal:
         0xb87cef8 s Context>handleSignal:
         0xb8877e0 s Context>handleSignal:
         0xb8920c8 s Context>handleSignal:
         0xb89c9b0 s Context>handleSignal:
         0xb8a7298 s Context>handleSignal:
         0xb8b1b80 s Context>handleSignal:
         0xb8bc468 s Context>handleSignal:
         0xb8c6d50 s Context>handleSignal:
         0xb8d1638 s Context>handleSignal:
         0xb8dbf20 s Context>handleSignal:
         0xb8e6808 s Context>handleSignal:
         0xb8f10f0 s Context>handleSignal:
         0xb8fb9d8 s Context>handleSignal:
         0xb9062c0 s Context>handleSignal:
         0xb910ba8 s Context>handleSignal:
         0xb91b490 s Context>handleSignal:
         0xb925d78 s Context>handleSignal:
         0xb930660 s Context>handleSignal:
         0xb93af48 s Context>handleSignal:
         0xb945830 s Context>handleSignal:
         0xb950118 s Context>handleSignal:
         0xb95aa00 s Context>handleSignal:
         0xb9652e8 s Context>handleSignal:
         0xb96fbd0 s Context>handleSignal:
         0xb97a4b8 s Context>handleSignal:
         0xb984da0 s Context>handleSignal:
         0xb98f688 s Context>handleSignal:
         0xb999f70 s Context>handleSignal:
         0xb9a4858 s Context>handleSignal:
         0xb9af140 s Context>handleSignal:
         0xb9b9a28 s Context>handleSignal:
         0xb9c4310 s Context>handleSignal:
         0xb9cebf8 s Context>handleSignal:
         0xb9d94e0 s Context>handleSignal:
         0xb9e3dc8 s Context>handleSignal:
         0xb9ee6b0 s Context>handleSignal:
         0xb9f8f98 s Context>handleSignal:
         0xba03880 s Context>handleSignal:
         0xba0e168 s Context>handleSignal:
         0xba18a50 s Context>handleSignal:
         0xba23338 s Context>handleSignal:
         0xba2dc20 s Context>handleSignal:
         0xba38508 s Context>handleSignal:
         0xb419a00 s Context>handleSignal:
         0xb4202f0 s Context>handleSignal:
         0xb427958 s Context>handleSignal:
         0xb42e368 s Context>handleSignal:
         0xb435768 s Context>handleSignal:
         0xb43c850 s Context>handleSignal:
         0xb443710 s Context>handleSignal:
         0xb4498d0 s Context>handleSignal:
         0xb44fa90 s Context>handleSignal:
         0xb455b98 s Context>handleSignal:
         0xb45bbe8 s Context>handleSignal:
         0xb461c38 s Context>handleSignal:
         0xb467c88 s Context>handleSignal:
         0xb46dcd8 s Context>handleSignal:
         0xb473d28 s Context>handleSignal:
         0xb479d78 s Context>handleSignal:
         0xb47fdc8 s Context>handleSignal:
         0xb485e18 s Context>handleSignal:
         0xb48be68 s Context>handleSignal:
         0xb491eb8 s Context>handleSignal:
         0xb497f08 s Context>handleSignal:
         0xb49df58 s Context>handleSignal:
         0xb4a3fa8 s Context>handleSignal:
         0xb4a9ff8 s Context>handleSignal:
         0xb4b0048 s Context>handleSignal:
         0xb4b6098 s Context>handleSignal:
         0xb4bc0e8 s Context>handleSignal:
         0xb4c2138 s Context>handleSignal:
         0xb4c8188 s Context>handleSignal:
         0xb4ce1d8 s Context>handleSignal:
         0xb4d4170 s Context>handleSignal:
         0xb4da108 s Context>handleSignal:
         0xb4e00a0 s Context>handleSignal:
         0xb4e6038 s Context>handleSignal:
         0xb4ebfd0 s Context>handleSignal:
         0xb4f1f68 s Context>handleSignal:
         0xb4f7f00 s Context>handleSignal:
         0xb4fde98 s Context>handleSignal:
         0xb503e30 s Context>handleSignal:
         0xb509dc8 s Context>handleSignal:
         0xb50fd60 s Context>handleSignal:
         0xb515cf8 s Context>handleSignal:
         0xb51bc90 s Context>handleSignal:
         0xb521c28 s Context>handleSignal:
         0xb527bc0 s Context>handleSignal:
         0xb52db58 s Context>handleSignal:
         0xb533af0 s Context>handleSignal:
         0xb539a88 s Context>handleSignal:
         0xb53fa20 s Context>handleSignal:
         0xb5459b8 s Context>handleSignal:
         0xb54b950 s Context>handleSignal:
         0xb5518e8 s Context>handleSignal:
         0xb557880 s Context>handleSignal:
         0xb55d818 s Context>handleSignal:
         0xb5637b0 s Context>handleSignal:
         0xb569748 s Context>handleSignal:
         0xb56f6e0 s Context>handleSignal:
         0xb575678 s Context>handleSignal:
         0xb57b610 s Context>handleSignal:
         0xb5815a8 s Context>handleSignal:
         0xb587540 s Context>handleSignal:
         0xb58d4d8 s Context>handleSignal:
         0xb593470 s Context>handleSignal:
         0xb599408 s Context>handleSignal:
         0xb59f3a0 s Context>handleSignal:
         0xb5a5338 s Context>handleSignal:
         0xb5ab2d0 s Context>handleSignal:
         0xb5b1268 s Context>handleSignal:
         0xb5b7200 s Context>handleSignal:
         0xb5bd198 s Context>handleSignal:
         0xb5c3130 s Context>handleSignal:
         0xb5c90c8 s Context>handleSignal:
         0xb5cf060 s Context>handleSignal:
         0xb5d4ff8 s Context>handleSignal:
         0xb5daf90 s Context>handleSignal:
         0xb5e0f28 s Context>handleSignal:
         0xb5e6ec0 s Context>handleSignal:
         0xb5ece58 s Context>handleSignal:
         0xb5f2df0 s Context>handleSignal:
         0xb5f8d88 s Context>handleSignal:
         0xb5fed20 s Context>handleSignal:
         0xb604cb8 s Context>handleSignal:
         0xb60ac50 s Context>handleSignal:
         0xb610be8 s Context>handleSignal:
         0xb616b80 s Context>handleSignal:
         0xb61cb18 s Context>handleSignal:
         0xb622ab0 s Context>handleSignal:
         0xb628a48 s Context>handleSignal:
         0xb62e9e0 s Context>handleSignal:
         0xb634978 s Context>handleSignal:
         0xb63a910 s Context>handleSignal:
         0xb6408a8 s Context>handleSignal:
         0xb646840 s Context>handleSignal:
         0xb64c7d8 s Context>handleSignal:
         0xb652770 s Context>handleSignal:
         0xb658708 s Context>handleSignal:
         0xb65e5e8 s Context>handleSignal:
         0xb664410 s Context>handleSignal:
         0xb66a180 s Context>handleSignal:
         0xb66fe38 s Context>handleSignal:
         0xb675a38 s Context>handleSignal:
         0xb67b580 s Context>handleSignal:
         0xb681010 s Context>handleSignal:
         0xb6869e8 s Context>handleSignal:
         0xb68c308 s Context>handleSignal:
         0xb691b70 s Context>handleSignal:
         0xb697320 s Context>handleSignal:
         0xb69ca18 s Context>handleSignal:
         0xb6a2058 s Context>handleSignal:
         0xb6a75e0 s Context>handleSignal:
         0xb6acab0 s Context>handleSignal:
         0xb6b1ec8 s Context>handleSignal:
         0xb6b7228 s Context>handleSignal:
         0xb6bc4d0 s Context>handleSignal:
         0xb6c16c0 s Context>handleSignal:
         0xb6c67f8 s Context>handleSignal:
         0xb6cb878 s Context>handleSignal:
         0xb6d0840 s Context>handleSignal:
         0xb6d5750 s Context>handleSignal:
         0xb6da5a8 s Context>handleSignal:
         0xb6df348 s Context>handleSignal:
         0xb6e4030 s Context>handleSignal:
         0xb6e8c60 s Context>handleSignal:
         0xb6ed7d8 s Context>handleSignal:
         0xb6f2298 s Context>handleSignal:
         0xb6f6ca0 s Context>handleSignal:
         0xb6fb5f0 s Context>handleSignal:
         0xb6ffe88 s Context>handleSignal:
         0xb704668 s Context>handleSignal:
         0xb708d90 s Context>handleSignal:
         0xb70d400 s Context>handleSignal:
         0xb7119b8 s Context>handleSignal:
         0xb715eb8 s Context>handleSignal:
         0xb71a300 s Context>handleSignal:
         0xb71e690 s Context>handleSignal:
         0xb722968 s Context>handleSignal:
         0xb726b88 s Context>handleSignal:
         0xb72acf0 s Context>handleSignal:
         0xb72eda0 s Context>handleSignal:
         0xb732d98 s Context>handleSignal:
         0xb736cd8 s Context>handleSignal:
         0xb73ab60 s Context>handleSignal:
         0xb73e930 s Context>handleSignal:
         0xb742648 s Context>handleSignal:
         0xb7462a8 s Context>handleSignal:
         0xb749e50 s Context>handleSignal:
         0xb74d940 s Context>handleSignal:
         0xb751378 s Context>handleSignal:
         0xb754cf8 s Context>handleSignal:
         0xb7585c0 s Context>handleSignal:
         0xb75bdd0 s Context>handleSignal:
         0xb75f528 s Context>handleSignal:
         0xb762bc8 s Context>handleSignal:
         0xb7661b0 s Context>handleSignal:
         0xb7696e0 s Context>handleSignal:
         0xb76caa0 s Context>handleSignal:
         0xb76fda8 s Context>handleSignal:
         0xb772ff8 s Context>handleSignal:
         0xb776190 s Context>handleSignal:
         0xb779270 s Context>handleSignal:
         0xb77c298 s Context>handleSignal:
         0xb77f208 s Context>handleSignal:
         0xb7820c0 s Context>handleSignal:
         0xb784ec0 s Context>handleSignal:
         0xb787c08 s Context>handleSignal:
         0xb78a898 s Context>handleSignal:
         0xbf7efd0 s Halt(Exception)>signal
         0xbf9a158 s Halt class(Exception class)>signal
         0xbfc3050 s Halt class>now
         0xbfb4bf0 s FullBlockClosure(Object)>halt
         0xbfe5550 s FullBlockClosure>printOn:
         0xc007d68 s Context>printOn:
         0xc02ee48 s Context>printDebugOn:
         0xc02f128 s [] in Context>debugStack:on:
         0xc0533e0 s OrderedCollection>do:
         0xbfb4978 s Context>debugStack:on:
         0xbfe5300 s Context>shortDebugStackOn:
         0xc007b30 s [] in SmalltalkImage>logError:inContext:
         0xc02eb68 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7a2e8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf94690 s SmalltalkImage>logStdErrorDuring:
         0xbfbd900 s SmalltalkImage>logError:inContext:
         0xbfeccb8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00fba8 s FullBlockClosure(BlockClosure)>ensure:
         0xc038258 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058180 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068918 s Halt(Exception)>unhandledErrorAction
         0xc07e190 s Halt(UnhandledException)>defaultAction
         0xc0a8fa8 s UndefinedObject>handleSignal:
         0xc0a9060 s Context>handleSignal:
         0xc0a9118 s Context>handleSignal:
         0xc0a91d0 s Context>handleSignal:
         0xc0a9288 s Context>handleSignal:
         0xc0a9340 s Context>handleSignal:
         0xc0a93f8 s Context>handleSignal:
         0xc0a94b0 s Context>handleSignal:
         0xc0a9568 s Context>handleSignal:
         0xc0a9620 s Context>handleSignal:
         0xc0a96d8 s Context>handleSignal:
         0xc101c70 s Context>handleSignal:
         0xc10d390 s Context>handleSignal:
         0xc118238 s Context>handleSignal:
         0xc122b20 s Context>handleSignal:
         0xc12d350 s Context>handleSignal:
         0xc137b80 s Context>handleSignal:
         0xc1423b0 s Context>handleSignal:
         0xc14cbe0 s Context>handleSignal:
         0xc157410 s Context>handleSignal:
         0xc161c40 s Context>handleSignal:
         0xc16c470 s Context>handleSignal:
         0xc176ca0 s Context>handleSignal:
         0xc1814d0 s Context>handleSignal:
         0xc18bd00 s Context>handleSignal:
         0xc196530 s Context>handleSignal:
         0xc1a0d60 s Context>handleSignal:
         0xc1ab590 s Context>handleSignal:
         0xc1b5dc0 s Context>handleSignal:
         0xc1c05f0 s Context>handleSignal:
         0xc1cae20 s Context>handleSignal:
         0xc1d5650 s Context>handleSignal:
         0xc1dfe80 s Context>handleSignal:
         0xc1ea6b0 s Context>handleSignal:
         0xc1f4ee0 s Context>handleSignal:
         0xc1ff710 s Context>handleSignal:
         0xc209f40 s Context>handleSignal:
         0xc214770 s Context>handleSignal:
         0xc21efa0 s Context>handleSignal:
         0xc2297d0 s Context>handleSignal:
         0xc234000 s Context>handleSignal:
         0xc23e830 s Context>handleSignal:
         0xc249060 s Context>handleSignal:
         0xc253890 s Context>handleSignal:
         0xc25e0c0 s Context>handleSignal:
         0xc265530 s Context>handleSignal:
         0xb7de8a8 s Context>handleSignal:
         0xb7e9190 s Context>handleSignal:
         0xb7f3a78 s Context>handleSignal:
         0xb7fe360 s Context>handleSignal:
         0xb808c48 s Context>handleSignal:
         0xb813530 s Context>handleSignal:
         0xb81de18 s Context>handleSignal:
         0xb828700 s Context>handleSignal:
         0xb832fe8 s Context>handleSignal:
         0xb83d8d0 s Context>handleSignal:
         0xb8481b8 s Context>handleSignal:
         0xb852aa0 s Context>handleSignal:
         0xb85d388 s Context>handleSignal:
         0xb867c70 s Context>handleSignal:
         0xb872558 s Context>handleSignal:
         0xb87ce40 s Context>handleSignal:
         0xb887728 s Context>handleSignal:
         0xb892010 s Context>handleSignal:
         0xb89c8f8 s Context>handleSignal:
         0xb8a71e0 s Context>handleSignal:
         0xb8b1ac8 s Context>handleSignal:
         0xb8bc3b0 s Context>handleSignal:
         0xb8c6c98 s Context>handleSignal:
         0xb8d1580 s Context>handleSignal:
         0xb8dbe68 s Context>handleSignal:
         0xb8e6750 s Context>handleSignal:
         0xb8f1038 s Context>handleSignal:
         0xb8fb920 s Context>handleSignal:
         0xb906208 s Context>handleSignal:
         0xb910af0 s Context>handleSignal:
         0xb91b3d8 s Context>handleSignal:
         0xb925cc0 s Context>handleSignal:
         0xb9305a8 s Context>handleSignal:
         0xb93ae90 s Context>handleSignal:
         0xb945778 s Context>handleSignal:
         0xb950060 s Context>handleSignal:
         0xb95a948 s Context>handleSignal:
         0xb965230 s Context>handleSignal:
         0xb96fb18 s Context>handleSignal:
         0xb97a400 s Context>handleSignal:
         0xb984ce8 s Context>handleSignal:
         0xb98f5d0 s Context>handleSignal:
         0xb999eb8 s Context>handleSignal:
         0xb9a47a0 s Context>handleSignal:
         0xb9af088 s Context>handleSignal:
         0xb9b9970 s Context>handleSignal:
         0xb9c4258 s Context>handleSignal:
         0xb9ceb40 s Context>handleSignal:
         0xb9d9428 s Context>handleSignal:
         0xb9e3d10 s Context>handleSignal:
         0xb9ee5f8 s Context>handleSignal:
         0xb9f8ee0 s Context>handleSignal:
         0xba037c8 s Context>handleSignal:
         0xba0e0b0 s Context>handleSignal:
         0xba18998 s Context>handleSignal:
         0xba23280 s Context>handleSignal:
         0xba2db68 s Context>handleSignal:
         0xba38450 s Context>handleSignal:
         0xb419948 s Context>handleSignal:
         0xb420238 s Context>handleSignal:
         0xb4278a0 s Context>handleSignal:
         0xb42e2b0 s Context>handleSignal:
         0xb4356b0 s Context>handleSignal:
         0xb43c798 s Context>handleSignal:
         0xb443658 s Context>handleSignal:
         0xb449818 s Context>handleSignal:
         0xb44f9d8 s Context>handleSignal:
         0xb455ae0 s Context>handleSignal:
         0xb45bb30 s Context>handleSignal:
         0xb461b80 s Context>handleSignal:
         0xb467bd0 s Context>handleSignal:
         0xb46dc20 s Context>handleSignal:
         0xb473c70 s Context>handleSignal:
         0xb479cc0 s Context>handleSignal:
         0xb47fd10 s Context>handleSignal:
         0xb485d60 s Context>handleSignal:
         0xb48bdb0 s Context>handleSignal:
         0xb491e00 s Context>handleSignal:
         0xb497e50 s Context>handleSignal:
         0xb49dea0 s Context>handleSignal:
         0xb4a3ef0 s Context>handleSignal:
         0xb4a9f40 s Context>handleSignal:
         0xb4aff90 s Context>handleSignal:
         0xb4b5fe0 s Context>handleSignal:
         0xb4bc030 s Context>handleSignal:
         0xb4c2080 s Context>handleSignal:
         0xb4c80d0 s Context>handleSignal:
         0xb4ce120 s Context>handleSignal:
         0xb4d40b8 s Context>handleSignal:
         0xb4da050 s Context>handleSignal:
         0xb4dffe8 s Context>handleSignal:
         0xb4e5f80 s Context>handleSignal:
         0xb4ebf18 s Context>handleSignal:
         0xb4f1eb0 s Context>handleSignal:
         0xb4f7e48 s Context>handleSignal:
         0xb4fdde0 s Context>handleSignal:
         0xb503d78 s Context>handleSignal:
         0xb509d10 s Context>handleSignal:
         0xb50fca8 s Context>handleSignal:
         0xb515c40 s Context>handleSignal:
         0xb51bbd8 s Context>handleSignal:
         0xb521b70 s Context>handleSignal:
         0xb527b08 s Context>handleSignal:
         0xb52daa0 s Context>handleSignal:
         0xb533a38 s Context>handleSignal:
         0xb5399d0 s Context>handleSignal:
         0xb53f968 s Context>handleSignal:
         0xb545900 s Context>handleSignal:
         0xb54b898 s Context>handleSignal:
         0xb551830 s Context>handleSignal:
         0xb5577c8 s Context>handleSignal:
         0xb55d760 s Context>handleSignal:
         0xb5636f8 s Context>handleSignal:
         0xb569690 s Context>handleSignal:
         0xb56f628 s Context>handleSignal:
         0xb5755c0 s Context>handleSignal:
         0xb57b558 s Context>handleSignal:
         0xb5814f0 s Context>handleSignal:
         0xb587488 s Context>handleSignal:
         0xb58d420 s Context>handleSignal:
         0xb5933b8 s Context>handleSignal:
         0xb599350 s Context>handleSignal:
         0xb59f2e8 s Context>handleSignal:
         0xb5a5280 s Context>handleSignal:
         0xb5ab218 s Context>handleSignal:
         0xb5b11b0 s Context>handleSignal:
         0xb5b7148 s Context>handleSignal:
         0xb5bd0e0 s Context>handleSignal:
         0xb5c3078 s Context>handleSignal:
         0xb5c9010 s Context>handleSignal:
         0xb5cefa8 s Context>handleSignal:
         0xb5d4f40 s Context>handleSignal:
         0xb5daed8 s Context>handleSignal:
         0xb5e0e70 s Context>handleSignal:
         0xb5e6e08 s Context>handleSignal:
         0xb5ecda0 s Context>handleSignal:
         0xb5f2d38 s Context>handleSignal:
         0xb5f8cd0 s Context>handleSignal:
         0xb5fec68 s Context>handleSignal:
         0xb604c00 s Context>handleSignal:
         0xb60ab98 s Context>handleSignal:
         0xb610b30 s Context>handleSignal:
         0xb616ac8 s Context>handleSignal:
         0xb61ca60 s Context>handleSignal:
         0xb6229f8 s Context>handleSignal:
         0xb628990 s Context>handleSignal:
         0xb62e928 s Context>handleSignal:
         0xb6348c0 s Context>handleSignal:
         0xb63a858 s Context>handleSignal:
         0xb6407f0 s Context>handleSignal:
         0xb646788 s Context>handleSignal:
         0xb64c720 s Context>handleSignal:
         0xb6526b8 s Context>handleSignal:
         0xb658650 s Context>handleSignal:
         0xb65e530 s Context>handleSignal:
         0xb664358 s Context>handleSignal:
         0xb66a0c8 s Context>handleSignal:
         0xb66fd80 s Context>handleSignal:
         0xb675980 s Context>handleSignal:
         0xb67b4c8 s Context>handleSignal:
         0xb680f58 s Context>handleSignal:
         0xb686930 s Context>handleSignal:
         0xb68c250 s Context>handleSignal:
         0xb691ab8 s Context>handleSignal:
         0xb697268 s Context>handleSignal:
         0xb69c960 s Context>handleSignal:
         0xb6a1fa0 s Context>handleSignal:
         0xb6a7528 s Context>handleSignal:
         0xb6ac9f8 s Context>handleSignal:
         0xb6b1e10 s Context>handleSignal:
         0xb6b7170 s Context>handleSignal:
         0xb6bc418 s Context>handleSignal:
         0xb6c1608 s Context>handleSignal:
         0xb6c6740 s Context>handleSignal:
         0xb6cb7c0 s Context>handleSignal:
         0xb6d0788 s Context>handleSignal:
         0xb6d5698 s Context>handleSignal:
         0xb6da4f0 s Context>handleSignal:
         0xb6df290 s Context>handleSignal:
         0xb6e3f78 s Context>handleSignal:
         0xb6e8ba8 s Context>handleSignal:
         0xb6ed720 s Context>handleSignal:
         0xb6f21e0 s Context>handleSignal:
         0xb6f6be8 s Context>handleSignal:
         0xb6fb538 s Context>handleSignal:
         0xb6ffdd0 s Context>handleSignal:
         0xb7045b0 s Context>handleSignal:
         0xb708cd8 s Context>handleSignal:
         0xb70d348 s Context>handleSignal:
         0xb711900 s Context>handleSignal:
         0xb715e00 s Context>handleSignal:
         0xb71a248 s Context>handleSignal:
         0xb71e5d8 s Context>handleSignal:
         0xb7228b0 s Context>handleSignal:
         0xb726ad0 s Context>handleSignal:
         0xb72ac38 s Context>handleSignal:
         0xb72ece8 s Context>handleSignal:
         0xb732ce0 s Context>handleSignal:
         0xb736c20 s Context>handleSignal:
         0xb73aaa8 s Context>handleSignal:
         0xb73e878 s Context>handleSignal:
         0xb742590 s Context>handleSignal:
         0xb7461f0 s Context>handleSignal:
         0xb749d98 s Context>handleSignal:
         0xb74d888 s Context>handleSignal:
         0xb7512c0 s Context>handleSignal:
         0xb754c40 s Context>handleSignal:
         0xb758508 s Context>handleSignal:
         0xb75bd18 s Context>handleSignal:
         0xb75f470 s Context>handleSignal:
         0xb762b10 s Context>handleSignal:
         0xb7660f8 s Context>handleSignal:
         0xb769628 s Context>handleSignal:
         0xb76c9e8 s Context>handleSignal:
         0xb76fcf0 s Context>handleSignal:
         0xb772f40 s Context>handleSignal:
         0xb7760d8 s Context>handleSignal:
         0xb7791b8 s Context>handleSignal:
         0xb77c1e0 s Context>handleSignal:
         0xb77f150 s Context>handleSignal:
         0xb782008 s Context>handleSignal:
         0xb784e08 s Context>handleSignal:
         0xb787b50 s Context>handleSignal:
         0xbf7ef18 s Halt(Exception)>signal
         0xbf9a0a0 s Halt class(Exception class)>signal
         0xbfc2f98 s Halt class>now
         0xbfb4a30 s FullBlockClosure(Object)>halt
         0xbfe53b8 s FullBlockClosure>printOn:
         0xc007be8 s Context>printOn:
         0xc02ec20 s Context>printDebugOn:
         0xc02ef00 s [] in Context>debugStack:on:
         0xc053328 s OrderedCollection>do:
         0xbfb47b8 s Context>debugStack:on:
         0xbfe5168 s Context>shortDebugStackOn:
         0xc0079b0 s [] in SmalltalkImage>logError:inContext:
         0xc02e940 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7a230 s FullBlockClosure(BlockClosure)>on:do:
         0xbf94578 s SmalltalkImage>logStdErrorDuring:
         0xbfbd800 s SmalltalkImage>logError:inContext:
         0xbfecbf0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00fab8 s FullBlockClosure(BlockClosure)>ensure:
         0xc038178 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0580c8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068860 s Halt(Exception)>unhandledErrorAction
         0xc07e0d8 s Halt(UnhandledException)>defaultAction
         0xc0b7cd8 s UndefinedObject>handleSignal:
         0xc0b7d90 s Context>handleSignal:
         0xc0b7e48 s Context>handleSignal:
         0xc0b7f00 s Context>handleSignal:
         0xc0b7fb8 s Context>handleSignal:
         0xc0b8070 s Context>handleSignal:
         0xc0b8128 s Context>handleSignal:
         0xc0b81e0 s Context>handleSignal:
         0xc0b8298 s Context>handleSignal:
         0xc0b8350 s Context>handleSignal:
         0xc0b8408 s Context>handleSignal:
         0xc103200 s Context>handleSignal:
         0xc10e920 s Context>handleSignal:
         0xc1197c8 s Context>handleSignal:
         0xc1240b0 s Context>handleSignal:
         0xc12e8e0 s Context>handleSignal:
         0xc139110 s Context>handleSignal:
         0xc143940 s Context>handleSignal:
         0xc14e170 s Context>handleSignal:
         0xc1589a0 s Context>handleSignal:
         0xc1631d0 s Context>handleSignal:
         0xc16da00 s Context>handleSignal:
         0xc178230 s Context>handleSignal:
         0xc182a60 s Context>handleSignal:
         0xc18d290 s Context>handleSignal:
         0xc197ac0 s Context>handleSignal:
         0xc1a22f0 s Context>handleSignal:
         0xc1acb20 s Context>handleSignal:
         0xc1b7350 s Context>handleSignal:
         0xc1c1b80 s Context>handleSignal:
         0xc1cc3b0 s Context>handleSignal:
         0xc1d6be0 s Context>handleSignal:
         0xc1e1410 s Context>handleSignal:
         0xc1ebc40 s Context>handleSignal:
         0xc1f6470 s Context>handleSignal:
         0xc200ca0 s Context>handleSignal:
         0xc20b4d0 s Context>handleSignal:
         0xc215d00 s Context>handleSignal:
         0xc220530 s Context>handleSignal:
         0xc22ad60 s Context>handleSignal:
         0xc235590 s Context>handleSignal:
         0xc23fdc0 s Context>handleSignal:
         0xc24a5f0 s Context>handleSignal:
         0xc254e20 s Context>handleSignal:
         0xc25f650 s Context>handleSignal:
         0xc266ac0 s Context>handleSignal:
         0xb7dfe38 s Context>handleSignal:
         0xb7ea720 s Context>handleSignal:
         0xb7f5008 s Context>handleSignal:
         0xb7ff8f0 s Context>handleSignal:
         0xb80a1d8 s Context>handleSignal:
         0xb814ac0 s Context>handleSignal:
         0xb81f3a8 s Context>handleSignal:
         0xb829c90 s Context>handleSignal:
         0xb834578 s Context>handleSignal:
         0xb83ee60 s Context>handleSignal:
         0xb849748 s Context>handleSignal:
         0xb854030 s Context>handleSignal:
         0xb85e918 s Context>handleSignal:
         0xb869200 s Context>handleSignal:
         0xb873ae8 s Context>handleSignal:
         0xb87e3d0 s Context>handleSignal:
         0xb888cb8 s Context>handleSignal:
         0xb8935a0 s Context>handleSignal:
         0xb89de88 s Context>handleSignal:
         0xb8a8770 s Context>handleSignal:
         0xb8b3058 s Context>handleSignal:
         0xb8bd940 s Context>handleSignal:
         0xb8c8228 s Context>handleSignal:
         0xb8d2b10 s Context>handleSignal:
         0xb8dd3f8 s Context>handleSignal:
         0xb8e7ce0 s Context>handleSignal:
         0xb8f25c8 s Context>handleSignal:
         0xb8fceb0 s Context>handleSignal:
         0xb907798 s Context>handleSignal:
         0xb912080 s Context>handleSignal:
         0xb91c968 s Context>handleSignal:
         0xb927250 s Context>handleSignal:
         0xb931b38 s Context>handleSignal:
         0xb93c420 s Context>handleSignal:
         0xb946d08 s Context>handleSignal:
         0xb9515f0 s Context>handleSignal:
         0xb95bed8 s Context>handleSignal:
         0xb9667c0 s Context>handleSignal:
         0xb9710a8 s Context>handleSignal:
         0xb97b990 s Context>handleSignal:
         0xb986278 s Context>handleSignal:
         0xb990b60 s Context>handleSignal:
         0xb99b448 s Context>handleSignal:
         0xb9a5d30 s Context>handleSignal:
         0xb9b0618 s Context>handleSignal:
         0xb9baf00 s Context>handleSignal:
         0xb9c57e8 s Context>handleSignal:
         0xb9d00d0 s Context>handleSignal:
         0xb9da9b8 s Context>handleSignal:
         0xb9e52a0 s Context>handleSignal:
         0xb9efb88 s Context>handleSignal:
         0xb9fa470 s Context>handleSignal:
         0xba04d58 s Context>handleSignal:
         0xba0f640 s Context>handleSignal:
         0xba19f28 s Context>handleSignal:
         0xba24810 s Context>handleSignal:
         0xba2f0f8 s Context>handleSignal:
         0xba399e0 s Context>handleSignal:
         0xb419890 s Context>handleSignal:
         0xb420180 s Context>handleSignal:
         0xb4277e8 s Context>handleSignal:
         0xb42e1f8 s Context>handleSignal:
         0xb4355f8 s Context>handleSignal:
         0xb43c6e0 s Context>handleSignal:
         0xb4435a0 s Context>handleSignal:
         0xb449760 s Context>handleSignal:
         0xb44f920 s Context>handleSignal:
         0xb455a28 s Context>handleSignal:
         0xb45ba78 s Context>handleSignal:
         0xb461ac8 s Context>handleSignal:
         0xb467b18 s Context>handleSignal:
         0xb46db68 s Context>handleSignal:
         0xb473bb8 s Context>handleSignal:
         0xb479c08 s Context>handleSignal:
         0xb47fc58 s Context>handleSignal:
         0xb485ca8 s Context>handleSignal:
         0xb48bcf8 s Context>handleSignal:
         0xb491d48 s Context>handleSignal:
         0xb497d98 s Context>handleSignal:
         0xb49dde8 s Context>handleSignal:
         0xb4a3e38 s Context>handleSignal:
         0xb4a9e88 s Context>handleSignal:
         0xb4afed8 s Context>handleSignal:
         0xb4b5f28 s Context>handleSignal:
         0xb4bbf78 s Context>handleSignal:
         0xb4c1fc8 s Context>handleSignal:
         0xb4c8018 s Context>handleSignal:
         0xb4ce068 s Context>handleSignal:
         0xb4d4000 s Context>handleSignal:
         0xb4d9f98 s Context>handleSignal:
         0xb4dff30 s Context>handleSignal:
         0xb4e5ec8 s Context>handleSignal:
         0xb4ebe60 s Context>handleSignal:
         0xb4f1df8 s Context>handleSignal:
         0xb4f7d90 s Context>handleSignal:
         0xb4fdd28 s Context>handleSignal:
         0xb503cc0 s Context>handleSignal:
         0xb509c58 s Context>handleSignal:
         0xb50fbf0 s Context>handleSignal:
         0xb515b88 s Context>handleSignal:
         0xb51bb20 s Context>handleSignal:
         0xb521ab8 s Context>handleSignal:
         0xb527a50 s Context>handleSignal:
         0xb52d9e8 s Context>handleSignal:
         0xb533980 s Context>handleSignal:
         0xb539918 s Context>handleSignal:
         0xb53f8b0 s Context>handleSignal:
         0xb545848 s Context>handleSignal:
         0xb54b7e0 s Context>handleSignal:
         0xb551778 s Context>handleSignal:
         0xb557710 s Context>handleSignal:
         0xb55d6a8 s Context>handleSignal:
         0xb563640 s Context>handleSignal:
         0xb5695d8 s Context>handleSignal:
         0xb56f570 s Context>handleSignal:
         0xb575508 s Context>handleSignal:
         0xb57b4a0 s Context>handleSignal:
         0xb581438 s Context>handleSignal:
         0xb5873d0 s Context>handleSignal:
         0xb58d368 s Context>handleSignal:
         0xb593300 s Context>handleSignal:
         0xb599298 s Context>handleSignal:
         0xb59f230 s Context>handleSignal:
         0xb5a51c8 s Context>handleSignal:
         0xb5ab160 s Context>handleSignal:
         0xb5b10f8 s Context>handleSignal:
         0xb5b7090 s Context>handleSignal:
         0xb5bd028 s Context>handleSignal:
         0xb5c2fc0 s Context>handleSignal:
         0xb5c8f58 s Context>handleSignal:
         0xb5ceef0 s Context>handleSignal:
         0xb5d4e88 s Context>handleSignal:
         0xb5dae20 s Context>handleSignal:
         0xb5e0db8 s Context>handleSignal:
         0xb5e6d50 s Context>handleSignal:
         0xb5ecce8 s Context>handleSignal:
         0xb5f2c80 s Context>handleSignal:
         0xb5f8c18 s Context>handleSignal:
         0xb5febb0 s Context>handleSignal:
         0xb604b48 s Context>handleSignal:
         0xb60aae0 s Context>handleSignal:
         0xb610a78 s Context>handleSignal:
         0xb616a10 s Context>handleSignal:
         0xb61c9a8 s Context>handleSignal:
         0xb622940 s Context>handleSignal:
         0xb6288d8 s Context>handleSignal:
         0xb62e870 s Context>handleSignal:
         0xb634808 s Context>handleSignal:
         0xb63a7a0 s Context>handleSignal:
         0xb640738 s Context>handleSignal:
         0xb6466d0 s Context>handleSignal:
         0xb64c668 s Context>handleSignal:
         0xb652600 s Context>handleSignal:
         0xb658598 s Context>handleSignal:
         0xb65e478 s Context>handleSignal:
         0xb6642a0 s Context>handleSignal:
         0xb66a010 s Context>handleSignal:
         0xb66fcc8 s Context>handleSignal:
         0xb6758c8 s Context>handleSignal:
         0xb67b410 s Context>handleSignal:
         0xb680ea0 s Context>handleSignal:
         0xb686878 s Context>handleSignal:
         0xb68c198 s Context>handleSignal:
         0xb691a00 s Context>handleSignal:
         0xb6971b0 s Context>handleSignal:
         0xb69c8a8 s Context>handleSignal:
         0xb6a1ee8 s Context>handleSignal:
         0xb6a7470 s Context>handleSignal:
         0xb6ac940 s Context>handleSignal:
         0xb6b1d58 s Context>handleSignal:
         0xb6b70b8 s Context>handleSignal:
         0xb6bc360 s Context>handleSignal:
         0xb6c1550 s Context>handleSignal:
         0xb6c6688 s Context>handleSignal:
         0xb6cb708 s Context>handleSignal:
         0xb6d06d0 s Context>handleSignal:
         0xb6d55e0 s Context>handleSignal:
         0xb6da438 s Context>handleSignal:
         0xb6df1d8 s Context>handleSignal:
         0xb6e3ec0 s Context>handleSignal:
         0xb6e8af0 s Context>handleSignal:
         0xb6ed668 s Context>handleSignal:
         0xb6f2128 s Context>handleSignal:
         0xb6f6b30 s Context>handleSignal:
         0xb6fb480 s Context>handleSignal:
         0xb6ffd18 s Context>handleSignal:
         0xb7044f8 s Context>handleSignal:
         0xb708c20 s Context>handleSignal:
         0xb70d290 s Context>handleSignal:
         0xb711848 s Context>handleSignal:
         0xb715d48 s Context>handleSignal:
         0xb71a190 s Context>handleSignal:
         0xb71e520 s Context>handleSignal:
         0xb7227f8 s Context>handleSignal:
         0xb726a18 s Context>handleSignal:
         0xb72ab80 s Context>handleSignal:
         0xb72ec30 s Context>handleSignal:
         0xb732c28 s Context>handleSignal:
         0xb736b68 s Context>handleSignal:
         0xb73a9f0 s Context>handleSignal:
         0xb73e7c0 s Context>handleSignal:
         0xb7424d8 s Context>handleSignal:
         0xb746138 s Context>handleSignal:
         0xb749ce0 s Context>handleSignal:
         0xb74d7d0 s Context>handleSignal:
         0xb751208 s Context>handleSignal:
         0xb754b88 s Context>handleSignal:
         0xb758450 s Context>handleSignal:
         0xb75bc60 s Context>handleSignal:
         0xb75f3b8 s Context>handleSignal:
         0xb762a58 s Context>handleSignal:
         0xb766040 s Context>handleSignal:
         0xb769570 s Context>handleSignal:
         0xb76c930 s Context>handleSignal:
         0xb76fc38 s Context>handleSignal:
         0xb772e88 s Context>handleSignal:
         0xb776020 s Context>handleSignal:
         0xb779100 s Context>handleSignal:
         0xb77c128 s Context>handleSignal:
         0xb77f098 s Context>handleSignal:
         0xb781f50 s Context>handleSignal:
         0xb784d50 s Context>handleSignal:
         0xbf7ee60 s Halt(Exception)>signal
         0xbf99fe8 s Halt class(Exception class)>signal
         0xbfc2ee0 s Halt class>now
         0xbfb4870 s FullBlockClosure(Object)>halt
         0xbfe5220 s FullBlockClosure>printOn:
         0xc007a68 s Context>printOn:
         0xc02e9f8 s Context>printDebugOn:
         0xc02ecd8 s [] in Context>debugStack:on:
         0xc053270 s OrderedCollection>do:
         0xbfb45f8 s Context>debugStack:on:
         0xbfe4fd0 s Context>shortDebugStackOn:
         0xc007830 s [] in SmalltalkImage>logError:inContext:
         0xc02e718 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7a178 s FullBlockClosure(BlockClosure)>on:do:
         0xbf94460 s SmalltalkImage>logStdErrorDuring:
         0xbfbd700 s SmalltalkImage>logError:inContext:
         0xbfecb28 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00f9c8 s FullBlockClosure(BlockClosure)>ensure:
         0xc038098 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc058010 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0687a8 s Halt(Exception)>unhandledErrorAction
         0xc07e020 s Halt(UnhandledException)>defaultAction
         0xc0b74f0 s UndefinedObject>handleSignal:
         0xc0b75a8 s Context>handleSignal:
         0xc0b7660 s Context>handleSignal:
         0xc0b7718 s Context>handleSignal:
         0xc0b77d0 s Context>handleSignal:
         0xc0b7888 s Context>handleSignal:
         0xc0b7940 s Context>handleSignal:
         0xc0b79f8 s Context>handleSignal:
         0xc0b7ab0 s Context>handleSignal:
         0xc0b7b68 s Context>handleSignal:
         0xc0b7c20 s Context>handleSignal:
         0xc103148 s Context>handleSignal:
         0xc10e868 s Context>handleSignal:
         0xc119710 s Context>handleSignal:
         0xc123ff8 s Context>handleSignal:
         0xc12e828 s Context>handleSignal:
         0xc139058 s Context>handleSignal:
         0xc143888 s Context>handleSignal:
         0xc14e0b8 s Context>handleSignal:
         0xc1588e8 s Context>handleSignal:
         0xc163118 s Context>handleSignal:
         0xc16d948 s Context>handleSignal:
         0xc178178 s Context>handleSignal:
         0xc1829a8 s Context>handleSignal:
         0xc18d1d8 s Context>handleSignal:
         0xc197a08 s Context>handleSignal:
         0xc1a2238 s Context>handleSignal:
         0xc1aca68 s Context>handleSignal:
         0xc1b7298 s Context>handleSignal:
         0xc1c1ac8 s Context>handleSignal:
         0xc1cc2f8 s Context>handleSignal:
         0xc1d6b28 s Context>handleSignal:
         0xc1e1358 s Context>handleSignal:
         0xc1ebb88 s Context>handleSignal:
         0xc1f63b8 s Context>handleSignal:
         0xc200be8 s Context>handleSignal:
         0xc20b418 s Context>handleSignal:
         0xc215c48 s Context>handleSignal:
         0xc220478 s Context>handleSignal:
         0xc22aca8 s Context>handleSignal:
         0xc2354d8 s Context>handleSignal:
         0xc23fd08 s Context>handleSignal:
         0xc24a538 s Context>handleSignal:
         0xc254d68 s Context>handleSignal:
         0xc25f598 s Context>handleSignal:
         0xc266a08 s Context>handleSignal:
         0xb7dfd80 s Context>handleSignal:
         0xb7ea668 s Context>handleSignal:
         0xb7f4f50 s Context>handleSignal:
         0xb7ff838 s Context>handleSignal:
         0xb80a120 s Context>handleSignal:
         0xb814a08 s Context>handleSignal:
         0xb81f2f0 s Context>handleSignal:
         0xb829bd8 s Context>handleSignal:
         0xb8344c0 s Context>handleSignal:
         0xb83eda8 s Context>handleSignal:
         0xb849690 s Context>handleSignal:
         0xb853f78 s Context>handleSignal:
         0xb85e860 s Context>handleSignal:
         0xb869148 s Context>handleSignal:
         0xb873a30 s Context>handleSignal:
         0xb87e318 s Context>handleSignal:
         0xb888c00 s Context>handleSignal:
         0xb8934e8 s Context>handleSignal:
         0xb89ddd0 s Context>handleSignal:
         0xb8a86b8 s Context>handleSignal:
         0xb8b2fa0 s Context>handleSignal:
         0xb8bd888 s Context>handleSignal:
         0xb8c8170 s Context>handleSignal:
         0xb8d2a58 s Context>handleSignal:
         0xb8dd340 s Context>handleSignal:
         0xb8e7c28 s Context>handleSignal:
         0xb8f2510 s Context>handleSignal:
         0xb8fcdf8 s Context>handleSignal:
         0xb9076e0 s Context>handleSignal:
         0xb911fc8 s Context>handleSignal:
         0xb91c8b0 s Context>handleSignal:
         0xb927198 s Context>handleSignal:
         0xb931a80 s Context>handleSignal:
         0xb93c368 s Context>handleSignal:
         0xb946c50 s Context>handleSignal:
         0xb951538 s Context>handleSignal:
         0xb95be20 s Context>handleSignal:
         0xb966708 s Context>handleSignal:
         0xb970ff0 s Context>handleSignal:
         0xb97b8d8 s Context>handleSignal:
         0xb9861c0 s Context>handleSignal:
         0xb990aa8 s Context>handleSignal:
         0xb99b390 s Context>handleSignal:
         0xb9a5c78 s Context>handleSignal:
         0xb9b0560 s Context>handleSignal:
         0xb9bae48 s Context>handleSignal:
         0xb9c5730 s Context>handleSignal:
         0xb9d0018 s Context>handleSignal:
         0xb9da900 s Context>handleSignal:
         0xb9e51e8 s Context>handleSignal:
         0xb9efad0 s Context>handleSignal:
         0xb9fa3b8 s Context>handleSignal:
         0xba04ca0 s Context>handleSignal:
         0xba0f588 s Context>handleSignal:
         0xba19e70 s Context>handleSignal:
         0xba24758 s Context>handleSignal:
         0xba2f040 s Context>handleSignal:
         0xba39928 s Context>handleSignal:
         0xb4197d8 s Context>handleSignal:
         0xb4200c8 s Context>handleSignal:
         0xb427730 s Context>handleSignal:
         0xb42e140 s Context>handleSignal:
         0xb435540 s Context>handleSignal:
         0xb43c628 s Context>handleSignal:
         0xb4434e8 s Context>handleSignal:
         0xb4496a8 s Context>handleSignal:
         0xb44f868 s Context>handleSignal:
         0xb455970 s Context>handleSignal:
         0xb45b9c0 s Context>handleSignal:
         0xb461a10 s Context>handleSignal:
         0xb467a60 s Context>handleSignal:
         0xb46dab0 s Context>handleSignal:
         0xb473b00 s Context>handleSignal:
         0xb479b50 s Context>handleSignal:
         0xb47fba0 s Context>handleSignal:
         0xb485bf0 s Context>handleSignal:
         0xb48bc40 s Context>handleSignal:
         0xb491c90 s Context>handleSignal:
         0xb497ce0 s Context>handleSignal:
         0xb49dd30 s Context>handleSignal:
         0xb4a3d80 s Context>handleSignal:
         0xb4a9dd0 s Context>handleSignal:
         0xb4afe20 s Context>handleSignal:
         0xb4b5e70 s Context>handleSignal:
         0xb4bbec0 s Context>handleSignal:
         0xb4c1f10 s Context>handleSignal:
         0xb4c7f60 s Context>handleSignal:
         0xb4cdfb0 s Context>handleSignal:
         0xb4d3f48 s Context>handleSignal:
         0xb4d9ee0 s Context>handleSignal:
         0xb4dfe78 s Context>handleSignal:
         0xb4e5e10 s Context>handleSignal:
         0xb4ebda8 s Context>handleSignal:
         0xb4f1d40 s Context>handleSignal:
         0xb4f7cd8 s Context>handleSignal:
         0xb4fdc70 s Context>handleSignal:
         0xb503c08 s Context>handleSignal:
         0xb509ba0 s Context>handleSignal:
         0xb50fb38 s Context>handleSignal:
         0xb515ad0 s Context>handleSignal:
         0xb51ba68 s Context>handleSignal:
         0xb521a00 s Context>handleSignal:
         0xb527998 s Context>handleSignal:
         0xb52d930 s Context>handleSignal:
         0xb5338c8 s Context>handleSignal:
         0xb539860 s Context>handleSignal:
         0xb53f7f8 s Context>handleSignal:
         0xb545790 s Context>handleSignal:
         0xb54b728 s Context>handleSignal:
         0xb5516c0 s Context>handleSignal:
         0xb557658 s Context>handleSignal:
         0xb55d5f0 s Context>handleSignal:
         0xb563588 s Context>handleSignal:
         0xb569520 s Context>handleSignal:
         0xb56f4b8 s Context>handleSignal:
         0xb575450 s Context>handleSignal:
         0xb57b3e8 s Context>handleSignal:
         0xb581380 s Context>handleSignal:
         0xb587318 s Context>handleSignal:
         0xb58d2b0 s Context>handleSignal:
         0xb593248 s Context>handleSignal:
         0xb5991e0 s Context>handleSignal:
         0xb59f178 s Context>handleSignal:
         0xb5a5110 s Context>handleSignal:
         0xb5ab0a8 s Context>handleSignal:
         0xb5b1040 s Context>handleSignal:
         0xb5b6fd8 s Context>handleSignal:
         0xb5bcf70 s Context>handleSignal:
         0xb5c2f08 s Context>handleSignal:
         0xb5c8ea0 s Context>handleSignal:
         0xb5cee38 s Context>handleSignal:
         0xb5d4dd0 s Context>handleSignal:
         0xb5dad68 s Context>handleSignal:
         0xb5e0d00 s Context>handleSignal:
         0xb5e6c98 s Context>handleSignal:
         0xb5ecc30 s Context>handleSignal:
         0xb5f2bc8 s Context>handleSignal:
         0xb5f8b60 s Context>handleSignal:
         0xb5feaf8 s Context>handleSignal:
         0xb604a90 s Context>handleSignal:
         0xb60aa28 s Context>handleSignal:
         0xb6109c0 s Context>handleSignal:
         0xb616958 s Context>handleSignal:
         0xb61c8f0 s Context>handleSignal:
         0xb622888 s Context>handleSignal:
         0xb628820 s Context>handleSignal:
         0xb62e7b8 s Context>handleSignal:
         0xb634750 s Context>handleSignal:
         0xb63a6e8 s Context>handleSignal:
         0xb640680 s Context>handleSignal:
         0xb646618 s Context>handleSignal:
         0xb64c5b0 s Context>handleSignal:
         0xb652548 s Context>handleSignal:
         0xb6584e0 s Context>handleSignal:
         0xb65e3c0 s Context>handleSignal:
         0xb6641e8 s Context>handleSignal:
         0xb669f58 s Context>handleSignal:
         0xb66fc10 s Context>handleSignal:
         0xb675810 s Context>handleSignal:
         0xb67b358 s Context>handleSignal:
         0xb680de8 s Context>handleSignal:
         0xb6867c0 s Context>handleSignal:
         0xb68c0e0 s Context>handleSignal:
         0xb691948 s Context>handleSignal:
         0xb6970f8 s Context>handleSignal:
         0xb69c7f0 s Context>handleSignal:
         0xb6a1e30 s Context>handleSignal:
         0xb6a73b8 s Context>handleSignal:
         0xb6ac888 s Context>handleSignal:
         0xb6b1ca0 s Context>handleSignal:
         0xb6b7000 s Context>handleSignal:
         0xb6bc2a8 s Context>handleSignal:
         0xb6c1498 s Context>handleSignal:
         0xb6c65d0 s Context>handleSignal:
         0xb6cb650 s Context>handleSignal:
         0xb6d0618 s Context>handleSignal:
         0xb6d5528 s Context>handleSignal:
         0xb6da380 s Context>handleSignal:
         0xb6df120 s Context>handleSignal:
         0xb6e3e08 s Context>handleSignal:
         0xb6e8a38 s Context>handleSignal:
         0xb6ed5b0 s Context>handleSignal:
         0xb6f2070 s Context>handleSignal:
         0xb6f6a78 s Context>handleSignal:
         0xb6fb3c8 s Context>handleSignal:
         0xb6ffc60 s Context>handleSignal:
         0xb704440 s Context>handleSignal:
         0xb708b68 s Context>handleSignal:
         0xb70d1d8 s Context>handleSignal:
         0xb711790 s Context>handleSignal:
         0xb715c90 s Context>handleSignal:
         0xb71a0d8 s Context>handleSignal:
         0xb71e468 s Context>handleSignal:
         0xb722740 s Context>handleSignal:
         0xb726960 s Context>handleSignal:
         0xb72aac8 s Context>handleSignal:
         0xb72eb78 s Context>handleSignal:
         0xb732b70 s Context>handleSignal:
         0xb736ab0 s Context>handleSignal:
         0xb73a938 s Context>handleSignal:
         0xb73e708 s Context>handleSignal:
         0xb742420 s Context>handleSignal:
         0xb746080 s Context>handleSignal:
         0xb749c28 s Context>handleSignal:
         0xb74d718 s Context>handleSignal:
         0xb751150 s Context>handleSignal:
         0xb754ad0 s Context>handleSignal:
         0xb758398 s Context>handleSignal:
         0xb75bba8 s Context>handleSignal:
         0xb75f300 s Context>handleSignal:
         0xb7629a0 s Context>handleSignal:
         0xb765f88 s Context>handleSignal:
         0xb7694b8 s Context>handleSignal:
         0xb76c878 s Context>handleSignal:
         0xb76fb80 s Context>handleSignal:
         0xb772dd0 s Context>handleSignal:
         0xb775f68 s Context>handleSignal:
         0xb779048 s Context>handleSignal:
         0xb77c070 s Context>handleSignal:
         0xb77efe0 s Context>handleSignal:
         0xb781e98 s Context>handleSignal:
         0xbf7eda8 s Halt(Exception)>signal
         0xbf99f30 s Halt class(Exception class)>signal
         0xbfc2e28 s Halt class>now
         0xbfb46b0 s FullBlockClosure(Object)>halt
         0xbfe5088 s FullBlockClosure>printOn:
         0xc0078e8 s Context>printOn:
         0xc02e7d0 s Context>printDebugOn:
         0xc02eab0 s [] in Context>debugStack:on:
         0xc0531b8 s OrderedCollection>do:
         0xbfb4438 s Context>debugStack:on:
         0xbfe4e38 s Context>shortDebugStackOn:
         0xc0076b0 s [] in SmalltalkImage>logError:inContext:
         0xc02e4f0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7a0c0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf94348 s SmalltalkImage>logStdErrorDuring:
         0xbfbd600 s SmalltalkImage>logError:inContext:
         0xbfeca60 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00f8d8 s FullBlockClosure(BlockClosure)>ensure:
         0xc037fb8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057f58 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0686f0 s Halt(Exception)>unhandledErrorAction
         0xc07df68 s Halt(UnhandledException)>defaultAction
         0xc0b6d08 s UndefinedObject>handleSignal:
         0xc0b6dc0 s Context>handleSignal:
         0xc0b6e78 s Context>handleSignal:
         0xc0b6f30 s Context>handleSignal:
         0xc0b6fe8 s Context>handleSignal:
         0xc0b70a0 s Context>handleSignal:
         0xc0b7158 s Context>handleSignal:
         0xc0b7210 s Context>handleSignal:
         0xc0b72c8 s Context>handleSignal:
         0xc0b7380 s Context>handleSignal:
         0xc0b7438 s Context>handleSignal:
         0xc103090 s Context>handleSignal:
         0xc10e7b0 s Context>handleSignal:
         0xc119658 s Context>handleSignal:
         0xc123f40 s Context>handleSignal:
         0xc12e770 s Context>handleSignal:
         0xc138fa0 s Context>handleSignal:
         0xc1437d0 s Context>handleSignal:
         0xc14e000 s Context>handleSignal:
         0xc158830 s Context>handleSignal:
         0xc163060 s Context>handleSignal:
         0xc16d890 s Context>handleSignal:
         0xc1780c0 s Context>handleSignal:
         0xc1828f0 s Context>handleSignal:
         0xc18d120 s Context>handleSignal:
         0xc197950 s Context>handleSignal:
         0xc1a2180 s Context>handleSignal:
         0xc1ac9b0 s Context>handleSignal:
         0xc1b71e0 s Context>handleSignal:
         0xc1c1a10 s Context>handleSignal:
         0xc1cc240 s Context>handleSignal:
         0xc1d6a70 s Context>handleSignal:
         0xc1e12a0 s Context>handleSignal:
         0xc1ebad0 s Context>handleSignal:
         0xc1f6300 s Context>handleSignal:
         0xc200b30 s Context>handleSignal:
         0xc20b360 s Context>handleSignal:
         0xc215b90 s Context>handleSignal:
         0xc2203c0 s Context>handleSignal:
         0xc22abf0 s Context>handleSignal:
         0xc235420 s Context>handleSignal:
         0xc23fc50 s Context>handleSignal:
         0xc24a480 s Context>handleSignal:
         0xc254cb0 s Context>handleSignal:
         0xc25f4e0 s Context>handleSignal:
         0xc266950 s Context>handleSignal:
         0xb7dfcc8 s Context>handleSignal:
         0xb7ea5b0 s Context>handleSignal:
         0xb7f4e98 s Context>handleSignal:
         0xb7ff780 s Context>handleSignal:
         0xb80a068 s Context>handleSignal:
         0xb814950 s Context>handleSignal:
         0xb81f238 s Context>handleSignal:
         0xb829b20 s Context>handleSignal:
         0xb834408 s Context>handleSignal:
         0xb83ecf0 s Context>handleSignal:
         0xb8495d8 s Context>handleSignal:
         0xb853ec0 s Context>handleSignal:
         0xb85e7a8 s Context>handleSignal:
         0xb869090 s Context>handleSignal:
         0xb873978 s Context>handleSignal:
         0xb87e260 s Context>handleSignal:
         0xb888b48 s Context>handleSignal:
         0xb893430 s Context>handleSignal:
         0xb89dd18 s Context>handleSignal:
         0xb8a8600 s Context>handleSignal:
         0xb8b2ee8 s Context>handleSignal:
         0xb8bd7d0 s Context>handleSignal:
         0xb8c80b8 s Context>handleSignal:
         0xb8d29a0 s Context>handleSignal:
         0xb8dd288 s Context>handleSignal:
         0xb8e7b70 s Context>handleSignal:
         0xb8f2458 s Context>handleSignal:
         0xb8fcd40 s Context>handleSignal:
         0xb907628 s Context>handleSignal:
         0xb911f10 s Context>handleSignal:
         0xb91c7f8 s Context>handleSignal:
         0xb9270e0 s Context>handleSignal:
         0xb9319c8 s Context>handleSignal:
         0xb93c2b0 s Context>handleSignal:
         0xb946b98 s Context>handleSignal:
         0xb951480 s Context>handleSignal:
         0xb95bd68 s Context>handleSignal:
         0xb966650 s Context>handleSignal:
         0xb970f38 s Context>handleSignal:
         0xb97b820 s Context>handleSignal:
         0xb986108 s Context>handleSignal:
         0xb9909f0 s Context>handleSignal:
         0xb99b2d8 s Context>handleSignal:
         0xb9a5bc0 s Context>handleSignal:
         0xb9b04a8 s Context>handleSignal:
         0xb9bad90 s Context>handleSignal:
         0xb9c5678 s Context>handleSignal:
         0xb9cff60 s Context>handleSignal:
         0xb9da848 s Context>handleSignal:
         0xb9e5130 s Context>handleSignal:
         0xb9efa18 s Context>handleSignal:
         0xb9fa300 s Context>handleSignal:
         0xba04be8 s Context>handleSignal:
         0xba0f4d0 s Context>handleSignal:
         0xba19db8 s Context>handleSignal:
         0xba246a0 s Context>handleSignal:
         0xba2ef88 s Context>handleSignal:
         0xba39870 s Context>handleSignal:
         0xb419720 s Context>handleSignal:
         0xb420010 s Context>handleSignal:
         0xb427678 s Context>handleSignal:
         0xb42e088 s Context>handleSignal:
         0xb435488 s Context>handleSignal:
         0xb43c570 s Context>handleSignal:
         0xb443430 s Context>handleSignal:
         0xb4495f0 s Context>handleSignal:
         0xb44f7b0 s Context>handleSignal:
         0xb4558b8 s Context>handleSignal:
         0xb45b908 s Context>handleSignal:
         0xb461958 s Context>handleSignal:
         0xb4679a8 s Context>handleSignal:
         0xb46d9f8 s Context>handleSignal:
         0xb473a48 s Context>handleSignal:
         0xb479a98 s Context>handleSignal:
         0xb47fae8 s Context>handleSignal:
         0xb485b38 s Context>handleSignal:
         0xb48bb88 s Context>handleSignal:
         0xb491bd8 s Context>handleSignal:
         0xb497c28 s Context>handleSignal:
         0xb49dc78 s Context>handleSignal:
         0xb4a3cc8 s Context>handleSignal:
         0xb4a9d18 s Context>handleSignal:
         0xb4afd68 s Context>handleSignal:
         0xb4b5db8 s Context>handleSignal:
         0xb4bbe08 s Context>handleSignal:
         0xb4c1e58 s Context>handleSignal:
         0xb4c7ea8 s Context>handleSignal:
         0xb4cdef8 s Context>handleSignal:
         0xb4d3e90 s Context>handleSignal:
         0xb4d9e28 s Context>handleSignal:
         0xb4dfdc0 s Context>handleSignal:
         0xb4e5d58 s Context>handleSignal:
         0xb4ebcf0 s Context>handleSignal:
         0xb4f1c88 s Context>handleSignal:
         0xb4f7c20 s Context>handleSignal:
         0xb4fdbb8 s Context>handleSignal:
         0xb503b50 s Context>handleSignal:
         0xb509ae8 s Context>handleSignal:
         0xb50fa80 s Context>handleSignal:
         0xb515a18 s Context>handleSignal:
         0xb51b9b0 s Context>handleSignal:
         0xb521948 s Context>handleSignal:
         0xb5278e0 s Context>handleSignal:
         0xb52d878 s Context>handleSignal:
         0xb533810 s Context>handleSignal:
         0xb5397a8 s Context>handleSignal:
         0xb53f740 s Context>handleSignal:
         0xb5456d8 s Context>handleSignal:
         0xb54b670 s Context>handleSignal:
         0xb551608 s Context>handleSignal:
         0xb5575a0 s Context>handleSignal:
         0xb55d538 s Context>handleSignal:
         0xb5634d0 s Context>handleSignal:
         0xb569468 s Context>handleSignal:
         0xb56f400 s Context>handleSignal:
         0xb575398 s Context>handleSignal:
         0xb57b330 s Context>handleSignal:
         0xb5812c8 s Context>handleSignal:
         0xb587260 s Context>handleSignal:
         0xb58d1f8 s Context>handleSignal:
         0xb593190 s Context>handleSignal:
         0xb599128 s Context>handleSignal:
         0xb59f0c0 s Context>handleSignal:
         0xb5a5058 s Context>handleSignal:
         0xb5aaff0 s Context>handleSignal:
         0xb5b0f88 s Context>handleSignal:
         0xb5b6f20 s Context>handleSignal:
         0xb5bceb8 s Context>handleSignal:
         0xb5c2e50 s Context>handleSignal:
         0xb5c8de8 s Context>handleSignal:
         0xb5ced80 s Context>handleSignal:
         0xb5d4d18 s Context>handleSignal:
         0xb5dacb0 s Context>handleSignal:
         0xb5e0c48 s Context>handleSignal:
         0xb5e6be0 s Context>handleSignal:
         0xb5ecb78 s Context>handleSignal:
         0xb5f2b10 s Context>handleSignal:
         0xb5f8aa8 s Context>handleSignal:
         0xb5fea40 s Context>handleSignal:
         0xb6049d8 s Context>handleSignal:
         0xb60a970 s Context>handleSignal:
         0xb610908 s Context>handleSignal:
         0xb6168a0 s Context>handleSignal:
         0xb61c838 s Context>handleSignal:
         0xb6227d0 s Context>handleSignal:
         0xb628768 s Context>handleSignal:
         0xb62e700 s Context>handleSignal:
         0xb634698 s Context>handleSignal:
         0xb63a630 s Context>handleSignal:
         0xb6405c8 s Context>handleSignal:
         0xb646560 s Context>handleSignal:
         0xb64c4f8 s Context>handleSignal:
         0xb652490 s Context>handleSignal:
         0xb658428 s Context>handleSignal:
         0xb65e308 s Context>handleSignal:
         0xb664130 s Context>handleSignal:
         0xb669ea0 s Context>handleSignal:
         0xb66fb58 s Context>handleSignal:
         0xb675758 s Context>handleSignal:
         0xb67b2a0 s Context>handleSignal:
         0xb680d30 s Context>handleSignal:
         0xb686708 s Context>handleSignal:
         0xb68c028 s Context>handleSignal:
         0xb691890 s Context>handleSignal:
         0xb697040 s Context>handleSignal:
         0xb69c738 s Context>handleSignal:
         0xb6a1d78 s Context>handleSignal:
         0xb6a7300 s Context>handleSignal:
         0xb6ac7d0 s Context>handleSignal:
         0xb6b1be8 s Context>handleSignal:
         0xb6b6f48 s Context>handleSignal:
         0xb6bc1f0 s Context>handleSignal:
         0xb6c13e0 s Context>handleSignal:
         0xb6c6518 s Context>handleSignal:
         0xb6cb598 s Context>handleSignal:
         0xb6d0560 s Context>handleSignal:
         0xb6d5470 s Context>handleSignal:
         0xb6da2c8 s Context>handleSignal:
         0xb6df068 s Context>handleSignal:
         0xb6e3d50 s Context>handleSignal:
         0xb6e8980 s Context>handleSignal:
         0xb6ed4f8 s Context>handleSignal:
         0xb6f1fb8 s Context>handleSignal:
         0xb6f69c0 s Context>handleSignal:
         0xb6fb310 s Context>handleSignal:
         0xb6ffba8 s Context>handleSignal:
         0xb704388 s Context>handleSignal:
         0xb708ab0 s Context>handleSignal:
         0xb70d120 s Context>handleSignal:
         0xb7116d8 s Context>handleSignal:
         0xb715bd8 s Context>handleSignal:
         0xb71a020 s Context>handleSignal:
         0xb71e3b0 s Context>handleSignal:
         0xb722688 s Context>handleSignal:
         0xb7268a8 s Context>handleSignal:
         0xb72aa10 s Context>handleSignal:
         0xb72eac0 s Context>handleSignal:
         0xb732ab8 s Context>handleSignal:
         0xb7369f8 s Context>handleSignal:
         0xb73a880 s Context>handleSignal:
         0xb73e650 s Context>handleSignal:
         0xb742368 s Context>handleSignal:
         0xb745fc8 s Context>handleSignal:
         0xb749b70 s Context>handleSignal:
         0xb74d660 s Context>handleSignal:
         0xb751098 s Context>handleSignal:
         0xb754a18 s Context>handleSignal:
         0xb7582e0 s Context>handleSignal:
         0xb75baf0 s Context>handleSignal:
         0xb75f248 s Context>handleSignal:
         0xb7628e8 s Context>handleSignal:
         0xb765ed0 s Context>handleSignal:
         0xb769400 s Context>handleSignal:
         0xb76c7c0 s Context>handleSignal:
         0xb76fac8 s Context>handleSignal:
         0xb772d18 s Context>handleSignal:
         0xb775eb0 s Context>handleSignal:
         0xb778f90 s Context>handleSignal:
         0xb77bfb8 s Context>handleSignal:
         0xb77ef28 s Context>handleSignal:
         0xbf7ecf0 s Halt(Exception)>signal
         0xbf99e78 s Halt class(Exception class)>signal
         0xbfc2d70 s Halt class>now
         0xbfb44f0 s FullBlockClosure(Object)>halt
         0xbfe4ef0 s FullBlockClosure>printOn:
         0xc007768 s Context>printOn:
         0xc02e5a8 s Context>printDebugOn:
         0xc02e888 s [] in Context>debugStack:on:
         0xc053100 s OrderedCollection>do:
         0xbfb4278 s Context>debugStack:on:
         0xbfe4ca0 s Context>shortDebugStackOn:
         0xc007530 s [] in SmalltalkImage>logError:inContext:
         0xc02e2c8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf7a008 s FullBlockClosure(BlockClosure)>on:do:
         0xbf94230 s SmalltalkImage>logStdErrorDuring:
         0xbfbd500 s SmalltalkImage>logError:inContext:
         0xbfec998 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00f7e8 s FullBlockClosure(BlockClosure)>ensure:
         0xc037ed8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057ea0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068638 s Halt(Exception)>unhandledErrorAction
         0xc07deb0 s Halt(UnhandledException)>defaultAction
         0xc0b6520 s UndefinedObject>handleSignal:
         0xc0b65d8 s Context>handleSignal:
         0xc0b6690 s Context>handleSignal:
         0xc0b6748 s Context>handleSignal:
         0xc0b6800 s Context>handleSignal:
         0xc0b68b8 s Context>handleSignal:
         0xc0b6970 s Context>handleSignal:
         0xc0b6a28 s Context>handleSignal:
         0xc0b6ae0 s Context>handleSignal:
         0xc0b6b98 s Context>handleSignal:
         0xc0b6c50 s Context>handleSignal:
         0xc102fd8 s Context>handleSignal:
         0xc10e6f8 s Context>handleSignal:
         0xc1195a0 s Context>handleSignal:
         0xc123e88 s Context>handleSignal:
         0xc12e6b8 s Context>handleSignal:
         0xc138ee8 s Context>handleSignal:
         0xc143718 s Context>handleSignal:
         0xc14df48 s Context>handleSignal:
         0xc158778 s Context>handleSignal:
         0xc162fa8 s Context>handleSignal:
         0xc16d7d8 s Context>handleSignal:
         0xc178008 s Context>handleSignal:
         0xc182838 s Context>handleSignal:
         0xc18d068 s Context>handleSignal:
         0xc197898 s Context>handleSignal:
         0xc1a20c8 s Context>handleSignal:
         0xc1ac8f8 s Context>handleSignal:
         0xc1b7128 s Context>handleSignal:
         0xc1c1958 s Context>handleSignal:
         0xc1cc188 s Context>handleSignal:
         0xc1d69b8 s Context>handleSignal:
         0xc1e11e8 s Context>handleSignal:
         0xc1eba18 s Context>handleSignal:
         0xc1f6248 s Context>handleSignal:
         0xc200a78 s Context>handleSignal:
         0xc20b2a8 s Context>handleSignal:
         0xc215ad8 s Context>handleSignal:
         0xc220308 s Context>handleSignal:
         0xc22ab38 s Context>handleSignal:
         0xc235368 s Context>handleSignal:
         0xc23fb98 s Context>handleSignal:
         0xc24a3c8 s Context>handleSignal:
         0xc254bf8 s Context>handleSignal:
         0xc25f428 s Context>handleSignal:
         0xc266898 s Context>handleSignal:
         0xb7dfc10 s Context>handleSignal:
         0xb7ea4f8 s Context>handleSignal:
         0xb7f4de0 s Context>handleSignal:
         0xb7ff6c8 s Context>handleSignal:
         0xb809fb0 s Context>handleSignal:
         0xb814898 s Context>handleSignal:
         0xb81f180 s Context>handleSignal:
         0xb829a68 s Context>handleSignal:
         0xb834350 s Context>handleSignal:
         0xb83ec38 s Context>handleSignal:
         0xb849520 s Context>handleSignal:
         0xb853e08 s Context>handleSignal:
         0xb85e6f0 s Context>handleSignal:
         0xb868fd8 s Context>handleSignal:
         0xb8738c0 s Context>handleSignal:
         0xb87e1a8 s Context>handleSignal:
         0xb888a90 s Context>handleSignal:
         0xb893378 s Context>handleSignal:
         0xb89dc60 s Context>handleSignal:
         0xb8a8548 s Context>handleSignal:
         0xb8b2e30 s Context>handleSignal:
         0xb8bd718 s Context>handleSignal:
         0xb8c8000 s Context>handleSignal:
         0xb8d28e8 s Context>handleSignal:
         0xb8dd1d0 s Context>handleSignal:
         0xb8e7ab8 s Context>handleSignal:
         0xb8f23a0 s Context>handleSignal:
         0xb8fcc88 s Context>handleSignal:
         0xb907570 s Context>handleSignal:
         0xb911e58 s Context>handleSignal:
         0xb91c740 s Context>handleSignal:
         0xb927028 s Context>handleSignal:
         0xb931910 s Context>handleSignal:
         0xb93c1f8 s Context>handleSignal:
         0xb946ae0 s Context>handleSignal:
         0xb9513c8 s Context>handleSignal:
         0xb95bcb0 s Context>handleSignal:
         0xb966598 s Context>handleSignal:
         0xb970e80 s Context>handleSignal:
         0xb97b768 s Context>handleSignal:
         0xb986050 s Context>handleSignal:
         0xb990938 s Context>handleSignal:
         0xb99b220 s Context>handleSignal:
         0xb9a5b08 s Context>handleSignal:
         0xb9b03f0 s Context>handleSignal:
         0xb9bacd8 s Context>handleSignal:
         0xb9c55c0 s Context>handleSignal:
         0xb9cfea8 s Context>handleSignal:
         0xb9da790 s Context>handleSignal:
         0xb9e5078 s Context>handleSignal:
         0xb9ef960 s Context>handleSignal:
         0xb9fa248 s Context>handleSignal:
         0xba04b30 s Context>handleSignal:
         0xba0f418 s Context>handleSignal:
         0xba19d00 s Context>handleSignal:
         0xba245e8 s Context>handleSignal:
         0xba2eed0 s Context>handleSignal:
         0xba397b8 s Context>handleSignal:
         0xb419668 s Context>handleSignal:
         0xb41ff58 s Context>handleSignal:
         0xb4275c0 s Context>handleSignal:
         0xb42dfd0 s Context>handleSignal:
         0xb4353d0 s Context>handleSignal:
         0xb43c4b8 s Context>handleSignal:
         0xb443378 s Context>handleSignal:
         0xb449538 s Context>handleSignal:
         0xb44f6f8 s Context>handleSignal:
         0xb455800 s Context>handleSignal:
         0xb45b850 s Context>handleSignal:
         0xb4618a0 s Context>handleSignal:
         0xb4678f0 s Context>handleSignal:
         0xb46d940 s Context>handleSignal:
         0xb473990 s Context>handleSignal:
         0xb4799e0 s Context>handleSignal:
         0xb47fa30 s Context>handleSignal:
         0xb485a80 s Context>handleSignal:
         0xb48bad0 s Context>handleSignal:
         0xb491b20 s Context>handleSignal:
         0xb497b70 s Context>handleSignal:
         0xb49dbc0 s Context>handleSignal:
         0xb4a3c10 s Context>handleSignal:
         0xb4a9c60 s Context>handleSignal:
         0xb4afcb0 s Context>handleSignal:
         0xb4b5d00 s Context>handleSignal:
         0xb4bbd50 s Context>handleSignal:
         0xb4c1da0 s Context>handleSignal:
         0xb4c7df0 s Context>handleSignal:
         0xb4cde40 s Context>handleSignal:
         0xb4d3dd8 s Context>handleSignal:
         0xb4d9d70 s Context>handleSignal:
         0xb4dfd08 s Context>handleSignal:
         0xb4e5ca0 s Context>handleSignal:
         0xb4ebc38 s Context>handleSignal:
         0xb4f1bd0 s Context>handleSignal:
         0xb4f7b68 s Context>handleSignal:
         0xb4fdb00 s Context>handleSignal:
         0xb503a98 s Context>handleSignal:
         0xb509a30 s Context>handleSignal:
         0xb50f9c8 s Context>handleSignal:
         0xb515960 s Context>handleSignal:
         0xb51b8f8 s Context>handleSignal:
         0xb521890 s Context>handleSignal:
         0xb527828 s Context>handleSignal:
         0xb52d7c0 s Context>handleSignal:
         0xb533758 s Context>handleSignal:
         0xb5396f0 s Context>handleSignal:
         0xb53f688 s Context>handleSignal:
         0xb545620 s Context>handleSignal:
         0xb54b5b8 s Context>handleSignal:
         0xb551550 s Context>handleSignal:
         0xb5574e8 s Context>handleSignal:
         0xb55d480 s Context>handleSignal:
         0xb563418 s Context>handleSignal:
         0xb5693b0 s Context>handleSignal:
         0xb56f348 s Context>handleSignal:
         0xb5752e0 s Context>handleSignal:
         0xb57b278 s Context>handleSignal:
         0xb581210 s Context>handleSignal:
         0xb5871a8 s Context>handleSignal:
         0xb58d140 s Context>handleSignal:
         0xb5930d8 s Context>handleSignal:
         0xb599070 s Context>handleSignal:
         0xb59f008 s Context>handleSignal:
         0xb5a4fa0 s Context>handleSignal:
         0xb5aaf38 s Context>handleSignal:
         0xb5b0ed0 s Context>handleSignal:
         0xb5b6e68 s Context>handleSignal:
         0xb5bce00 s Context>handleSignal:
         0xb5c2d98 s Context>handleSignal:
         0xb5c8d30 s Context>handleSignal:
         0xb5cecc8 s Context>handleSignal:
         0xb5d4c60 s Context>handleSignal:
         0xb5dabf8 s Context>handleSignal:
         0xb5e0b90 s Context>handleSignal:
         0xb5e6b28 s Context>handleSignal:
         0xb5ecac0 s Context>handleSignal:
         0xb5f2a58 s Context>handleSignal:
         0xb5f89f0 s Context>handleSignal:
         0xb5fe988 s Context>handleSignal:
         0xb604920 s Context>handleSignal:
         0xb60a8b8 s Context>handleSignal:
         0xb610850 s Context>handleSignal:
         0xb6167e8 s Context>handleSignal:
         0xb61c780 s Context>handleSignal:
         0xb622718 s Context>handleSignal:
         0xb6286b0 s Context>handleSignal:
         0xb62e648 s Context>handleSignal:
         0xb6345e0 s Context>handleSignal:
         0xb63a578 s Context>handleSignal:
         0xb640510 s Context>handleSignal:
         0xb6464a8 s Context>handleSignal:
         0xb64c440 s Context>handleSignal:
         0xb6523d8 s Context>handleSignal:
         0xb658370 s Context>handleSignal:
         0xb65e250 s Context>handleSignal:
         0xb664078 s Context>handleSignal:
         0xb669de8 s Context>handleSignal:
         0xb66faa0 s Context>handleSignal:
         0xb6756a0 s Context>handleSignal:
         0xb67b1e8 s Context>handleSignal:
         0xb680c78 s Context>handleSignal:
         0xb686650 s Context>handleSignal:
         0xb68bf70 s Context>handleSignal:
         0xb6917d8 s Context>handleSignal:
         0xb696f88 s Context>handleSignal:
         0xb69c680 s Context>handleSignal:
         0xb6a1cc0 s Context>handleSignal:
         0xb6a7248 s Context>handleSignal:
         0xb6ac718 s Context>handleSignal:
         0xb6b1b30 s Context>handleSignal:
         0xb6b6e90 s Context>handleSignal:
         0xb6bc138 s Context>handleSignal:
         0xb6c1328 s Context>handleSignal:
         0xb6c6460 s Context>handleSignal:
         0xb6cb4e0 s Context>handleSignal:
         0xb6d04a8 s Context>handleSignal:
         0xb6d53b8 s Context>handleSignal:
         0xb6da210 s Context>handleSignal:
         0xb6defb0 s Context>handleSignal:
         0xb6e3c98 s Context>handleSignal:
         0xb6e88c8 s Context>handleSignal:
         0xb6ed440 s Context>handleSignal:
         0xb6f1f00 s Context>handleSignal:
         0xb6f6908 s Context>handleSignal:
         0xb6fb258 s Context>handleSignal:
         0xb6ffaf0 s Context>handleSignal:
         0xb7042d0 s Context>handleSignal:
         0xb7089f8 s Context>handleSignal:
         0xb70d068 s Context>handleSignal:
         0xb711620 s Context>handleSignal:
         0xb715b20 s Context>handleSignal:
         0xb719f68 s Context>handleSignal:
         0xb71e2f8 s Context>handleSignal:
         0xb7225d0 s Context>handleSignal:
         0xb7267f0 s Context>handleSignal:
         0xb72a958 s Context>handleSignal:
         0xb72ea08 s Context>handleSignal:
         0xb732a00 s Context>handleSignal:
         0xb736940 s Context>handleSignal:
         0xb73a7c8 s Context>handleSignal:
         0xb73e598 s Context>handleSignal:
         0xb7422b0 s Context>handleSignal:
         0xb745f10 s Context>handleSignal:
         0xb749ab8 s Context>handleSignal:
         0xb74d5a8 s Context>handleSignal:
         0xb750fe0 s Context>handleSignal:
         0xb754960 s Context>handleSignal:
         0xb758228 s Context>handleSignal:
         0xb75ba38 s Context>handleSignal:
         0xb75f190 s Context>handleSignal:
         0xb762830 s Context>handleSignal:
         0xb765e18 s Context>handleSignal:
         0xb769348 s Context>handleSignal:
         0xb76c708 s Context>handleSignal:
         0xb76fa10 s Context>handleSignal:
         0xb772c60 s Context>handleSignal:
         0xb775df8 s Context>handleSignal:
         0xb778ed8 s Context>handleSignal:
         0xb77bf00 s Context>handleSignal:
         0xbf7ec38 s Halt(Exception)>signal
         0xbf99dc0 s Halt class(Exception class)>signal
         0xbfc2cb8 s Halt class>now
         0xbfb4330 s FullBlockClosure(Object)>halt
         0xbfe4d58 s FullBlockClosure>printOn:
         0xc0075e8 s Context>printOn:
         0xc02e380 s Context>printDebugOn:
         0xc02e660 s [] in Context>debugStack:on:
         0xc053048 s OrderedCollection>do:
         0xbfb40b8 s Context>debugStack:on:
         0xbfe4b08 s Context>shortDebugStackOn:
         0xc0073b0 s [] in SmalltalkImage>logError:inContext:
         0xc02e0a0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79f50 s FullBlockClosure(BlockClosure)>on:do:
         0xbf94118 s SmalltalkImage>logStdErrorDuring:
         0xbfbd400 s SmalltalkImage>logError:inContext:
         0xbfec8d0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00f6f8 s FullBlockClosure(BlockClosure)>ensure:
         0xc037df8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057de8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068580 s Halt(Exception)>unhandledErrorAction
         0xc07ddf8 s Halt(UnhandledException)>defaultAction
         0xc0b5d38 s UndefinedObject>handleSignal:
         0xc0b5df0 s Context>handleSignal:
         0xc0b5ea8 s Context>handleSignal:
         0xc0b5f60 s Context>handleSignal:
         0xc0b6018 s Context>handleSignal:
         0xc0b60d0 s Context>handleSignal:
         0xc0b6188 s Context>handleSignal:
         0xc0b6240 s Context>handleSignal:
         0xc0b62f8 s Context>handleSignal:
         0xc0b63b0 s Context>handleSignal:
         0xc0b6468 s Context>handleSignal:
         0xc102f20 s Context>handleSignal:
         0xc10e640 s Context>handleSignal:
         0xc1194e8 s Context>handleSignal:
         0xc123dd0 s Context>handleSignal:
         0xc12e600 s Context>handleSignal:
         0xc138e30 s Context>handleSignal:
         0xc143660 s Context>handleSignal:
         0xc14de90 s Context>handleSignal:
         0xc1586c0 s Context>handleSignal:
         0xc162ef0 s Context>handleSignal:
         0xc16d720 s Context>handleSignal:
         0xc177f50 s Context>handleSignal:
         0xc182780 s Context>handleSignal:
         0xc18cfb0 s Context>handleSignal:
         0xc1977e0 s Context>handleSignal:
         0xc1a2010 s Context>handleSignal:
         0xc1ac840 s Context>handleSignal:
         0xc1b7070 s Context>handleSignal:
         0xc1c18a0 s Context>handleSignal:
         0xc1cc0d0 s Context>handleSignal:
         0xc1d6900 s Context>handleSignal:
         0xc1e1130 s Context>handleSignal:
         0xc1eb960 s Context>handleSignal:
         0xc1f6190 s Context>handleSignal:
         0xc2009c0 s Context>handleSignal:
         0xc20b1f0 s Context>handleSignal:
         0xc215a20 s Context>handleSignal:
         0xc220250 s Context>handleSignal:
         0xc22aa80 s Context>handleSignal:
         0xc2352b0 s Context>handleSignal:
         0xc23fae0 s Context>handleSignal:
         0xc24a310 s Context>handleSignal:
         0xc254b40 s Context>handleSignal:
         0xc25f370 s Context>handleSignal:
         0xc2667e0 s Context>handleSignal:
         0xb7dfb58 s Context>handleSignal:
         0xb7ea440 s Context>handleSignal:
         0xb7f4d28 s Context>handleSignal:
         0xb7ff610 s Context>handleSignal:
         0xb809ef8 s Context>handleSignal:
         0xb8147e0 s Context>handleSignal:
         0xb81f0c8 s Context>handleSignal:
         0xb8299b0 s Context>handleSignal:
         0xb834298 s Context>handleSignal:
         0xb83eb80 s Context>handleSignal:
         0xb849468 s Context>handleSignal:
         0xb853d50 s Context>handleSignal:
         0xb85e638 s Context>handleSignal:
         0xb868f20 s Context>handleSignal:
         0xb873808 s Context>handleSignal:
         0xb87e0f0 s Context>handleSignal:
         0xb8889d8 s Context>handleSignal:
         0xb8932c0 s Context>handleSignal:
         0xb89dba8 s Context>handleSignal:
         0xb8a8490 s Context>handleSignal:
         0xb8b2d78 s Context>handleSignal:
         0xb8bd660 s Context>handleSignal:
         0xb8c7f48 s Context>handleSignal:
         0xb8d2830 s Context>handleSignal:
         0xb8dd118 s Context>handleSignal:
         0xb8e7a00 s Context>handleSignal:
         0xb8f22e8 s Context>handleSignal:
         0xb8fcbd0 s Context>handleSignal:
         0xb9074b8 s Context>handleSignal:
         0xb911da0 s Context>handleSignal:
         0xb91c688 s Context>handleSignal:
         0xb926f70 s Context>handleSignal:
         0xb931858 s Context>handleSignal:
         0xb93c140 s Context>handleSignal:
         0xb946a28 s Context>handleSignal:
         0xb951310 s Context>handleSignal:
         0xb95bbf8 s Context>handleSignal:
         0xb9664e0 s Context>handleSignal:
         0xb970dc8 s Context>handleSignal:
         0xb97b6b0 s Context>handleSignal:
         0xb985f98 s Context>handleSignal:
         0xb990880 s Context>handleSignal:
         0xb99b168 s Context>handleSignal:
         0xb9a5a50 s Context>handleSignal:
         0xb9b0338 s Context>handleSignal:
         0xb9bac20 s Context>handleSignal:
         0xb9c5508 s Context>handleSignal:
         0xb9cfdf0 s Context>handleSignal:
         0xb9da6d8 s Context>handleSignal:
         0xb9e4fc0 s Context>handleSignal:
         0xb9ef8a8 s Context>handleSignal:
         0xb9fa190 s Context>handleSignal:
         0xba04a78 s Context>handleSignal:
         0xba0f360 s Context>handleSignal:
         0xba19c48 s Context>handleSignal:
         0xba24530 s Context>handleSignal:
         0xba2ee18 s Context>handleSignal:
         0xba39700 s Context>handleSignal:
         0xb4195b0 s Context>handleSignal:
         0xb41fea0 s Context>handleSignal:
         0xb427508 s Context>handleSignal:
         0xb42df18 s Context>handleSignal:
         0xb435318 s Context>handleSignal:
         0xb43c400 s Context>handleSignal:
         0xb4432c0 s Context>handleSignal:
         0xb449480 s Context>handleSignal:
         0xb44f640 s Context>handleSignal:
         0xb455748 s Context>handleSignal:
         0xb45b798 s Context>handleSignal:
         0xb4617e8 s Context>handleSignal:
         0xb467838 s Context>handleSignal:
         0xb46d888 s Context>handleSignal:
         0xb4738d8 s Context>handleSignal:
         0xb479928 s Context>handleSignal:
         0xb47f978 s Context>handleSignal:
         0xb4859c8 s Context>handleSignal:
         0xb48ba18 s Context>handleSignal:
         0xb491a68 s Context>handleSignal:
         0xb497ab8 s Context>handleSignal:
         0xb49db08 s Context>handleSignal:
         0xb4a3b58 s Context>handleSignal:
         0xb4a9ba8 s Context>handleSignal:
         0xb4afbf8 s Context>handleSignal:
         0xb4b5c48 s Context>handleSignal:
         0xb4bbc98 s Context>handleSignal:
         0xb4c1ce8 s Context>handleSignal:
         0xb4c7d38 s Context>handleSignal:
         0xb4cdd88 s Context>handleSignal:
         0xb4d3d20 s Context>handleSignal:
         0xb4d9cb8 s Context>handleSignal:
         0xb4dfc50 s Context>handleSignal:
         0xb4e5be8 s Context>handleSignal:
         0xb4ebb80 s Context>handleSignal:
         0xb4f1b18 s Context>handleSignal:
         0xb4f7ab0 s Context>handleSignal:
         0xb4fda48 s Context>handleSignal:
         0xb5039e0 s Context>handleSignal:
         0xb509978 s Context>handleSignal:
         0xb50f910 s Context>handleSignal:
         0xb5158a8 s Context>handleSignal:
         0xb51b840 s Context>handleSignal:
         0xb5217d8 s Context>handleSignal:
         0xb527770 s Context>handleSignal:
         0xb52d708 s Context>handleSignal:
         0xb5336a0 s Context>handleSignal:
         0xb539638 s Context>handleSignal:
         0xb53f5d0 s Context>handleSignal:
         0xb545568 s Context>handleSignal:
         0xb54b500 s Context>handleSignal:
         0xb551498 s Context>handleSignal:
         0xb557430 s Context>handleSignal:
         0xb55d3c8 s Context>handleSignal:
         0xb563360 s Context>handleSignal:
         0xb5692f8 s Context>handleSignal:
         0xb56f290 s Context>handleSignal:
         0xb575228 s Context>handleSignal:
         0xb57b1c0 s Context>handleSignal:
         0xb581158 s Context>handleSignal:
         0xb5870f0 s Context>handleSignal:
         0xb58d088 s Context>handleSignal:
         0xb593020 s Context>handleSignal:
         0xb598fb8 s Context>handleSignal:
         0xb59ef50 s Context>handleSignal:
         0xb5a4ee8 s Context>handleSignal:
         0xb5aae80 s Context>handleSignal:
         0xb5b0e18 s Context>handleSignal:
         0xb5b6db0 s Context>handleSignal:
         0xb5bcd48 s Context>handleSignal:
         0xb5c2ce0 s Context>handleSignal:
         0xb5c8c78 s Context>handleSignal:
         0xb5cec10 s Context>handleSignal:
         0xb5d4ba8 s Context>handleSignal:
         0xb5dab40 s Context>handleSignal:
         0xb5e0ad8 s Context>handleSignal:
         0xb5e6a70 s Context>handleSignal:
         0xb5eca08 s Context>handleSignal:
         0xb5f29a0 s Context>handleSignal:
         0xb5f8938 s Context>handleSignal:
         0xb5fe8d0 s Context>handleSignal:
         0xb604868 s Context>handleSignal:
         0xb60a800 s Context>handleSignal:
         0xb610798 s Context>handleSignal:
         0xb616730 s Context>handleSignal:
         0xb61c6c8 s Context>handleSignal:
         0xb622660 s Context>handleSignal:
         0xb6285f8 s Context>handleSignal:
         0xb62e590 s Context>handleSignal:
         0xb634528 s Context>handleSignal:
         0xb63a4c0 s Context>handleSignal:
         0xb640458 s Context>handleSignal:
         0xb6463f0 s Context>handleSignal:
         0xb64c388 s Context>handleSignal:
         0xb652320 s Context>handleSignal:
         0xb6582b8 s Context>handleSignal:
         0xb65e198 s Context>handleSignal:
         0xb663fc0 s Context>handleSignal:
         0xb669d30 s Context>handleSignal:
         0xb66f9e8 s Context>handleSignal:
         0xb6755e8 s Context>handleSignal:
         0xb67b130 s Context>handleSignal:
         0xb680bc0 s Context>handleSignal:
         0xb686598 s Context>handleSignal:
         0xb68beb8 s Context>handleSignal:
         0xb691720 s Context>handleSignal:
         0xb696ed0 s Context>handleSignal:
         0xb69c5c8 s Context>handleSignal:
         0xb6a1c08 s Context>handleSignal:
         0xb6a7190 s Context>handleSignal:
         0xb6ac660 s Context>handleSignal:
         0xb6b1a78 s Context>handleSignal:
         0xb6b6dd8 s Context>handleSignal:
         0xb6bc080 s Context>handleSignal:
         0xb6c1270 s Context>handleSignal:
         0xb6c63a8 s Context>handleSignal:
         0xb6cb428 s Context>handleSignal:
         0xb6d03f0 s Context>handleSignal:
         0xb6d5300 s Context>handleSignal:
         0xb6da158 s Context>handleSignal:
         0xb6deef8 s Context>handleSignal:
         0xb6e3be0 s Context>handleSignal:
         0xb6e8810 s Context>handleSignal:
         0xb6ed388 s Context>handleSignal:
         0xb6f1e48 s Context>handleSignal:
         0xb6f6850 s Context>handleSignal:
         0xb6fb1a0 s Context>handleSignal:
         0xb6ffa38 s Context>handleSignal:
         0xb704218 s Context>handleSignal:
         0xb708940 s Context>handleSignal:
         0xb70cfb0 s Context>handleSignal:
         0xb711568 s Context>handleSignal:
         0xb715a68 s Context>handleSignal:
         0xb719eb0 s Context>handleSignal:
         0xb71e240 s Context>handleSignal:
         0xb722518 s Context>handleSignal:
         0xb726738 s Context>handleSignal:
         0xb72a8a0 s Context>handleSignal:
         0xb72e950 s Context>handleSignal:
         0xb732948 s Context>handleSignal:
         0xb736888 s Context>handleSignal:
         0xb73a710 s Context>handleSignal:
         0xb73e4e0 s Context>handleSignal:
         0xb7421f8 s Context>handleSignal:
         0xb745e58 s Context>handleSignal:
         0xb749a00 s Context>handleSignal:
         0xb74d4f0 s Context>handleSignal:
         0xb750f28 s Context>handleSignal:
         0xb7548a8 s Context>handleSignal:
         0xb758170 s Context>handleSignal:
         0xb75b980 s Context>handleSignal:
         0xb75f0d8 s Context>handleSignal:
         0xb762778 s Context>handleSignal:
         0xb765d60 s Context>handleSignal:
         0xb769290 s Context>handleSignal:
         0xb76c650 s Context>handleSignal:
         0xb76f958 s Context>handleSignal:
         0xb772ba8 s Context>handleSignal:
         0xb775d40 s Context>handleSignal:
         0xb778e20 s Context>handleSignal:
         0xbf7eb80 s Halt(Exception)>signal
         0xbf99d08 s Halt class(Exception class)>signal
         0xbfc2c00 s Halt class>now
         0xbfb4170 s FullBlockClosure(Object)>halt
         0xbfe4bc0 s FullBlockClosure>printOn:
         0xc007468 s Context>printOn:
         0xc02e158 s Context>printDebugOn:
         0xc02e438 s [] in Context>debugStack:on:
         0xc052f90 s OrderedCollection>do:
         0xbfb3ef8 s Context>debugStack:on:
         0xbfe4970 s Context>shortDebugStackOn:
         0xc007230 s [] in SmalltalkImage>logError:inContext:
         0xc02de78 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79e98 s FullBlockClosure(BlockClosure)>on:do:
         0xbf94000 s SmalltalkImage>logStdErrorDuring:
         0xbfbd300 s SmalltalkImage>logError:inContext:
         0xbfec808 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00f608 s FullBlockClosure(BlockClosure)>ensure:
         0xc037d18 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057d30 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0684c8 s Halt(Exception)>unhandledErrorAction
         0xc07dd40 s Halt(UnhandledException)>defaultAction
         0xc0b5550 s UndefinedObject>handleSignal:
         0xc0b5608 s Context>handleSignal:
         0xc0b56c0 s Context>handleSignal:
         0xc0b5778 s Context>handleSignal:
         0xc0b5830 s Context>handleSignal:
         0xc0b58e8 s Context>handleSignal:
         0xc0b59a0 s Context>handleSignal:
         0xc0b5a58 s Context>handleSignal:
         0xc0b5b10 s Context>handleSignal:
         0xc0b5bc8 s Context>handleSignal:
         0xc0b5c80 s Context>handleSignal:
         0xc102e68 s Context>handleSignal:
         0xc10e588 s Context>handleSignal:
         0xc119430 s Context>handleSignal:
         0xc123d18 s Context>handleSignal:
         0xc12e548 s Context>handleSignal:
         0xc138d78 s Context>handleSignal:
         0xc1435a8 s Context>handleSignal:
         0xc14ddd8 s Context>handleSignal:
         0xc158608 s Context>handleSignal:
         0xc162e38 s Context>handleSignal:
         0xc16d668 s Context>handleSignal:
         0xc177e98 s Context>handleSignal:
         0xc1826c8 s Context>handleSignal:
         0xc18cef8 s Context>handleSignal:
         0xc197728 s Context>handleSignal:
         0xc1a1f58 s Context>handleSignal:
         0xc1ac788 s Context>handleSignal:
         0xc1b6fb8 s Context>handleSignal:
         0xc1c17e8 s Context>handleSignal:
         0xc1cc018 s Context>handleSignal:
         0xc1d6848 s Context>handleSignal:
         0xc1e1078 s Context>handleSignal:
         0xc1eb8a8 s Context>handleSignal:
         0xc1f60d8 s Context>handleSignal:
         0xc200908 s Context>handleSignal:
         0xc20b138 s Context>handleSignal:
         0xc215968 s Context>handleSignal:
         0xc220198 s Context>handleSignal:
         0xc22a9c8 s Context>handleSignal:
         0xc2351f8 s Context>handleSignal:
         0xc23fa28 s Context>handleSignal:
         0xc24a258 s Context>handleSignal:
         0xc254a88 s Context>handleSignal:
         0xc25f2b8 s Context>handleSignal:
         0xc266728 s Context>handleSignal:
         0xb7dfaa0 s Context>handleSignal:
         0xb7ea388 s Context>handleSignal:
         0xb7f4c70 s Context>handleSignal:
         0xb7ff558 s Context>handleSignal:
         0xb809e40 s Context>handleSignal:
         0xb814728 s Context>handleSignal:
         0xb81f010 s Context>handleSignal:
         0xb8298f8 s Context>handleSignal:
         0xb8341e0 s Context>handleSignal:
         0xb83eac8 s Context>handleSignal:
         0xb8493b0 s Context>handleSignal:
         0xb853c98 s Context>handleSignal:
         0xb85e580 s Context>handleSignal:
         0xb868e68 s Context>handleSignal:
         0xb873750 s Context>handleSignal:
         0xb87e038 s Context>handleSignal:
         0xb888920 s Context>handleSignal:
         0xb893208 s Context>handleSignal:
         0xb89daf0 s Context>handleSignal:
         0xb8a83d8 s Context>handleSignal:
         0xb8b2cc0 s Context>handleSignal:
         0xb8bd5a8 s Context>handleSignal:
         0xb8c7e90 s Context>handleSignal:
         0xb8d2778 s Context>handleSignal:
         0xb8dd060 s Context>handleSignal:
         0xb8e7948 s Context>handleSignal:
         0xb8f2230 s Context>handleSignal:
         0xb8fcb18 s Context>handleSignal:
         0xb907400 s Context>handleSignal:
         0xb911ce8 s Context>handleSignal:
         0xb91c5d0 s Context>handleSignal:
         0xb926eb8 s Context>handleSignal:
         0xb9317a0 s Context>handleSignal:
         0xb93c088 s Context>handleSignal:
         0xb946970 s Context>handleSignal:
         0xb951258 s Context>handleSignal:
         0xb95bb40 s Context>handleSignal:
         0xb966428 s Context>handleSignal:
         0xb970d10 s Context>handleSignal:
         0xb97b5f8 s Context>handleSignal:
         0xb985ee0 s Context>handleSignal:
         0xb9907c8 s Context>handleSignal:
         0xb99b0b0 s Context>handleSignal:
         0xb9a5998 s Context>handleSignal:
         0xb9b0280 s Context>handleSignal:
         0xb9bab68 s Context>handleSignal:
         0xb9c5450 s Context>handleSignal:
         0xb9cfd38 s Context>handleSignal:
         0xb9da620 s Context>handleSignal:
         0xb9e4f08 s Context>handleSignal:
         0xb9ef7f0 s Context>handleSignal:
         0xb9fa0d8 s Context>handleSignal:
         0xba049c0 s Context>handleSignal:
         0xba0f2a8 s Context>handleSignal:
         0xba19b90 s Context>handleSignal:
         0xba24478 s Context>handleSignal:
         0xba2ed60 s Context>handleSignal:
         0xba39648 s Context>handleSignal:
         0xb4194f8 s Context>handleSignal:
         0xb41fde8 s Context>handleSignal:
         0xb427450 s Context>handleSignal:
         0xb42de60 s Context>handleSignal:
         0xb435260 s Context>handleSignal:
         0xb43c348 s Context>handleSignal:
         0xb443208 s Context>handleSignal:
         0xb4493c8 s Context>handleSignal:
         0xb44f588 s Context>handleSignal:
         0xb455690 s Context>handleSignal:
         0xb45b6e0 s Context>handleSignal:
         0xb461730 s Context>handleSignal:
         0xb467780 s Context>handleSignal:
         0xb46d7d0 s Context>handleSignal:
         0xb473820 s Context>handleSignal:
         0xb479870 s Context>handleSignal:
         0xb47f8c0 s Context>handleSignal:
         0xb485910 s Context>handleSignal:
         0xb48b960 s Context>handleSignal:
         0xb4919b0 s Context>handleSignal:
         0xb497a00 s Context>handleSignal:
         0xb49da50 s Context>handleSignal:
         0xb4a3aa0 s Context>handleSignal:
         0xb4a9af0 s Context>handleSignal:
         0xb4afb40 s Context>handleSignal:
         0xb4b5b90 s Context>handleSignal:
         0xb4bbbe0 s Context>handleSignal:
         0xb4c1c30 s Context>handleSignal:
         0xb4c7c80 s Context>handleSignal:
         0xb4cdcd0 s Context>handleSignal:
         0xb4d3c68 s Context>handleSignal:
         0xb4d9c00 s Context>handleSignal:
         0xb4dfb98 s Context>handleSignal:
         0xb4e5b30 s Context>handleSignal:
         0xb4ebac8 s Context>handleSignal:
         0xb4f1a60 s Context>handleSignal:
         0xb4f79f8 s Context>handleSignal:
         0xb4fd990 s Context>handleSignal:
         0xb503928 s Context>handleSignal:
         0xb5098c0 s Context>handleSignal:
         0xb50f858 s Context>handleSignal:
         0xb5157f0 s Context>handleSignal:
         0xb51b788 s Context>handleSignal:
         0xb521720 s Context>handleSignal:
         0xb5276b8 s Context>handleSignal:
         0xb52d650 s Context>handleSignal:
         0xb5335e8 s Context>handleSignal:
         0xb539580 s Context>handleSignal:
         0xb53f518 s Context>handleSignal:
         0xb5454b0 s Context>handleSignal:
         0xb54b448 s Context>handleSignal:
         0xb5513e0 s Context>handleSignal:
         0xb557378 s Context>handleSignal:
         0xb55d310 s Context>handleSignal:
         0xb5632a8 s Context>handleSignal:
         0xb569240 s Context>handleSignal:
         0xb56f1d8 s Context>handleSignal:
         0xb575170 s Context>handleSignal:
         0xb57b108 s Context>handleSignal:
         0xb5810a0 s Context>handleSignal:
         0xb587038 s Context>handleSignal:
         0xb58cfd0 s Context>handleSignal:
         0xb592f68 s Context>handleSignal:
         0xb598f00 s Context>handleSignal:
         0xb59ee98 s Context>handleSignal:
         0xb5a4e30 s Context>handleSignal:
         0xb5aadc8 s Context>handleSignal:
         0xb5b0d60 s Context>handleSignal:
         0xb5b6cf8 s Context>handleSignal:
         0xb5bcc90 s Context>handleSignal:
         0xb5c2c28 s Context>handleSignal:
         0xb5c8bc0 s Context>handleSignal:
         0xb5ceb58 s Context>handleSignal:
         0xb5d4af0 s Context>handleSignal:
         0xb5daa88 s Context>handleSignal:
         0xb5e0a20 s Context>handleSignal:
         0xb5e69b8 s Context>handleSignal:
         0xb5ec950 s Context>handleSignal:
         0xb5f28e8 s Context>handleSignal:
         0xb5f8880 s Context>handleSignal:
         0xb5fe818 s Context>handleSignal:
         0xb6047b0 s Context>handleSignal:
         0xb60a748 s Context>handleSignal:
         0xb6106e0 s Context>handleSignal:
         0xb616678 s Context>handleSignal:
         0xb61c610 s Context>handleSignal:
         0xb6225a8 s Context>handleSignal:
         0xb628540 s Context>handleSignal:
         0xb62e4d8 s Context>handleSignal:
         0xb634470 s Context>handleSignal:
         0xb63a408 s Context>handleSignal:
         0xb6403a0 s Context>handleSignal:
         0xb646338 s Context>handleSignal:
         0xb64c2d0 s Context>handleSignal:
         0xb652268 s Context>handleSignal:
         0xb658200 s Context>handleSignal:
         0xb65e0e0 s Context>handleSignal:
         0xb663f08 s Context>handleSignal:
         0xb669c78 s Context>handleSignal:
         0xb66f930 s Context>handleSignal:
         0xb675530 s Context>handleSignal:
         0xb67b078 s Context>handleSignal:
         0xb680b08 s Context>handleSignal:
         0xb6864e0 s Context>handleSignal:
         0xb68be00 s Context>handleSignal:
         0xb691668 s Context>handleSignal:
         0xb696e18 s Context>handleSignal:
         0xb69c510 s Context>handleSignal:
         0xb6a1b50 s Context>handleSignal:
         0xb6a70d8 s Context>handleSignal:
         0xb6ac5a8 s Context>handleSignal:
         0xb6b19c0 s Context>handleSignal:
         0xb6b6d20 s Context>handleSignal:
         0xb6bbfc8 s Context>handleSignal:
         0xb6c11b8 s Context>handleSignal:
         0xb6c62f0 s Context>handleSignal:
         0xb6cb370 s Context>handleSignal:
         0xb6d0338 s Context>handleSignal:
         0xb6d5248 s Context>handleSignal:
         0xb6da0a0 s Context>handleSignal:
         0xb6dee40 s Context>handleSignal:
         0xb6e3b28 s Context>handleSignal:
         0xb6e8758 s Context>handleSignal:
         0xb6ed2d0 s Context>handleSignal:
         0xb6f1d90 s Context>handleSignal:
         0xb6f6798 s Context>handleSignal:
         0xb6fb0e8 s Context>handleSignal:
         0xb6ff980 s Context>handleSignal:
         0xb704160 s Context>handleSignal:
         0xb708888 s Context>handleSignal:
         0xb70cef8 s Context>handleSignal:
         0xb7114b0 s Context>handleSignal:
         0xb7159b0 s Context>handleSignal:
         0xb719df8 s Context>handleSignal:
         0xb71e188 s Context>handleSignal:
         0xb722460 s Context>handleSignal:
         0xb726680 s Context>handleSignal:
         0xb72a7e8 s Context>handleSignal:
         0xb72e898 s Context>handleSignal:
         0xb732890 s Context>handleSignal:
         0xb7367d0 s Context>handleSignal:
         0xb73a658 s Context>handleSignal:
         0xb73e428 s Context>handleSignal:
         0xb742140 s Context>handleSignal:
         0xb745da0 s Context>handleSignal:
         0xb749948 s Context>handleSignal:
         0xb74d438 s Context>handleSignal:
         0xb750e70 s Context>handleSignal:
         0xb7547f0 s Context>handleSignal:
         0xb7580b8 s Context>handleSignal:
         0xb75b8c8 s Context>handleSignal:
         0xb75f020 s Context>handleSignal:
         0xb7626c0 s Context>handleSignal:
         0xb765ca8 s Context>handleSignal:
         0xb7691d8 s Context>handleSignal:
         0xb76c598 s Context>handleSignal:
         0xb76f8a0 s Context>handleSignal:
         0xb772af0 s Context>handleSignal:
         0xb775c88 s Context>handleSignal:
         0xbf7eac8 s Halt(Exception)>signal
         0xbf99c50 s Halt class(Exception class)>signal
         0xbfc2b48 s Halt class>now
         0xbfb3fb0 s FullBlockClosure(Object)>halt
         0xbfe4a28 s FullBlockClosure>printOn:
         0xc0072e8 s Context>printOn:
         0xc02df30 s Context>printDebugOn:
         0xc02e210 s [] in Context>debugStack:on:
         0xc052ed8 s OrderedCollection>do:
         0xbfb3d38 s Context>debugStack:on:
         0xbfe47d8 s Context>shortDebugStackOn:
         0xc0070b0 s [] in SmalltalkImage>logError:inContext:
         0xc02dc50 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79de0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf93ee8 s SmalltalkImage>logStdErrorDuring:
         0xbfbd200 s SmalltalkImage>logError:inContext:
         0xbfec740 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00f518 s FullBlockClosure(BlockClosure)>ensure:
         0xc037c38 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057c78 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068410 s Halt(Exception)>unhandledErrorAction
         0xc07dc88 s Halt(UnhandledException)>defaultAction
         0xc0b4d68 s UndefinedObject>handleSignal:
         0xc0b4e20 s Context>handleSignal:
         0xc0b4ed8 s Context>handleSignal:
         0xc0b4f90 s Context>handleSignal:
         0xc0b5048 s Context>handleSignal:
         0xc0b5100 s Context>handleSignal:
         0xc0b51b8 s Context>handleSignal:
         0xc0b5270 s Context>handleSignal:
         0xc0b5328 s Context>handleSignal:
         0xc0b53e0 s Context>handleSignal:
         0xc0b5498 s Context>handleSignal:
         0xc102db0 s Context>handleSignal:
         0xc10e4d0 s Context>handleSignal:
         0xc119378 s Context>handleSignal:
         0xc123c60 s Context>handleSignal:
         0xc12e490 s Context>handleSignal:
         0xc138cc0 s Context>handleSignal:
         0xc1434f0 s Context>handleSignal:
         0xc14dd20 s Context>handleSignal:
         0xc158550 s Context>handleSignal:
         0xc162d80 s Context>handleSignal:
         0xc16d5b0 s Context>handleSignal:
         0xc177de0 s Context>handleSignal:
         0xc182610 s Context>handleSignal:
         0xc18ce40 s Context>handleSignal:
         0xc197670 s Context>handleSignal:
         0xc1a1ea0 s Context>handleSignal:
         0xc1ac6d0 s Context>handleSignal:
         0xc1b6f00 s Context>handleSignal:
         0xc1c1730 s Context>handleSignal:
         0xc1cbf60 s Context>handleSignal:
         0xc1d6790 s Context>handleSignal:
         0xc1e0fc0 s Context>handleSignal:
         0xc1eb7f0 s Context>handleSignal:
         0xc1f6020 s Context>handleSignal:
         0xc200850 s Context>handleSignal:
         0xc20b080 s Context>handleSignal:
         0xc2158b0 s Context>handleSignal:
         0xc2200e0 s Context>handleSignal:
         0xc22a910 s Context>handleSignal:
         0xc235140 s Context>handleSignal:
         0xc23f970 s Context>handleSignal:
         0xc24a1a0 s Context>handleSignal:
         0xc2549d0 s Context>handleSignal:
         0xc25f200 s Context>handleSignal:
         0xc266670 s Context>handleSignal:
         0xb7df9e8 s Context>handleSignal:
         0xb7ea2d0 s Context>handleSignal:
         0xb7f4bb8 s Context>handleSignal:
         0xb7ff4a0 s Context>handleSignal:
         0xb809d88 s Context>handleSignal:
         0xb814670 s Context>handleSignal:
         0xb81ef58 s Context>handleSignal:
         0xb829840 s Context>handleSignal:
         0xb834128 s Context>handleSignal:
         0xb83ea10 s Context>handleSignal:
         0xb8492f8 s Context>handleSignal:
         0xb853be0 s Context>handleSignal:
         0xb85e4c8 s Context>handleSignal:
         0xb868db0 s Context>handleSignal:
         0xb873698 s Context>handleSignal:
         0xb87df80 s Context>handleSignal:
         0xb888868 s Context>handleSignal:
         0xb893150 s Context>handleSignal:
         0xb89da38 s Context>handleSignal:
         0xb8a8320 s Context>handleSignal:
         0xb8b2c08 s Context>handleSignal:
         0xb8bd4f0 s Context>handleSignal:
         0xb8c7dd8 s Context>handleSignal:
         0xb8d26c0 s Context>handleSignal:
         0xb8dcfa8 s Context>handleSignal:
         0xb8e7890 s Context>handleSignal:
         0xb8f2178 s Context>handleSignal:
         0xb8fca60 s Context>handleSignal:
         0xb907348 s Context>handleSignal:
         0xb911c30 s Context>handleSignal:
         0xb91c518 s Context>handleSignal:
         0xb926e00 s Context>handleSignal:
         0xb9316e8 s Context>handleSignal:
         0xb93bfd0 s Context>handleSignal:
         0xb9468b8 s Context>handleSignal:
         0xb9511a0 s Context>handleSignal:
         0xb95ba88 s Context>handleSignal:
         0xb966370 s Context>handleSignal:
         0xb970c58 s Context>handleSignal:
         0xb97b540 s Context>handleSignal:
         0xb985e28 s Context>handleSignal:
         0xb990710 s Context>handleSignal:
         0xb99aff8 s Context>handleSignal:
         0xb9a58e0 s Context>handleSignal:
         0xb9b01c8 s Context>handleSignal:
         0xb9baab0 s Context>handleSignal:
         0xb9c5398 s Context>handleSignal:
         0xb9cfc80 s Context>handleSignal:
         0xb9da568 s Context>handleSignal:
         0xb9e4e50 s Context>handleSignal:
         0xb9ef738 s Context>handleSignal:
         0xb9fa020 s Context>handleSignal:
         0xba04908 s Context>handleSignal:
         0xba0f1f0 s Context>handleSignal:
         0xba19ad8 s Context>handleSignal:
         0xba243c0 s Context>handleSignal:
         0xba2eca8 s Context>handleSignal:
         0xba39590 s Context>handleSignal:
         0xb419440 s Context>handleSignal:
         0xb41fd30 s Context>handleSignal:
         0xb427398 s Context>handleSignal:
         0xb42dda8 s Context>handleSignal:
         0xb4351a8 s Context>handleSignal:
         0xb43c290 s Context>handleSignal:
         0xb443150 s Context>handleSignal:
         0xb449310 s Context>handleSignal:
         0xb44f4d0 s Context>handleSignal:
         0xb4555d8 s Context>handleSignal:
         0xb45b628 s Context>handleSignal:
         0xb461678 s Context>handleSignal:
         0xb4676c8 s Context>handleSignal:
         0xb46d718 s Context>handleSignal:
         0xb473768 s Context>handleSignal:
         0xb4797b8 s Context>handleSignal:
         0xb47f808 s Context>handleSignal:
         0xb485858 s Context>handleSignal:
         0xb48b8a8 s Context>handleSignal:
         0xb4918f8 s Context>handleSignal:
         0xb497948 s Context>handleSignal:
         0xb49d998 s Context>handleSignal:
         0xb4a39e8 s Context>handleSignal:
         0xb4a9a38 s Context>handleSignal:
         0xb4afa88 s Context>handleSignal:
         0xb4b5ad8 s Context>handleSignal:
         0xb4bbb28 s Context>handleSignal:
         0xb4c1b78 s Context>handleSignal:
         0xb4c7bc8 s Context>handleSignal:
         0xb4cdc18 s Context>handleSignal:
         0xb4d3bb0 s Context>handleSignal:
         0xb4d9b48 s Context>handleSignal:
         0xb4dfae0 s Context>handleSignal:
         0xb4e5a78 s Context>handleSignal:
         0xb4eba10 s Context>handleSignal:
         0xb4f19a8 s Context>handleSignal:
         0xb4f7940 s Context>handleSignal:
         0xb4fd8d8 s Context>handleSignal:
         0xb503870 s Context>handleSignal:
         0xb509808 s Context>handleSignal:
         0xb50f7a0 s Context>handleSignal:
         0xb515738 s Context>handleSignal:
         0xb51b6d0 s Context>handleSignal:
         0xb521668 s Context>handleSignal:
         0xb527600 s Context>handleSignal:
         0xb52d598 s Context>handleSignal:
         0xb533530 s Context>handleSignal:
         0xb5394c8 s Context>handleSignal:
         0xb53f460 s Context>handleSignal:
         0xb5453f8 s Context>handleSignal:
         0xb54b390 s Context>handleSignal:
         0xb551328 s Context>handleSignal:
         0xb5572c0 s Context>handleSignal:
         0xb55d258 s Context>handleSignal:
         0xb5631f0 s Context>handleSignal:
         0xb569188 s Context>handleSignal:
         0xb56f120 s Context>handleSignal:
         0xb5750b8 s Context>handleSignal:
         0xb57b050 s Context>handleSignal:
         0xb580fe8 s Context>handleSignal:
         0xb586f80 s Context>handleSignal:
         0xb58cf18 s Context>handleSignal:
         0xb592eb0 s Context>handleSignal:
         0xb598e48 s Context>handleSignal:
         0xb59ede0 s Context>handleSignal:
         0xb5a4d78 s Context>handleSignal:
         0xb5aad10 s Context>handleSignal:
         0xb5b0ca8 s Context>handleSignal:
         0xb5b6c40 s Context>handleSignal:
         0xb5bcbd8 s Context>handleSignal:
         0xb5c2b70 s Context>handleSignal:
         0xb5c8b08 s Context>handleSignal:
         0xb5ceaa0 s Context>handleSignal:
         0xb5d4a38 s Context>handleSignal:
         0xb5da9d0 s Context>handleSignal:
         0xb5e0968 s Context>handleSignal:
         0xb5e6900 s Context>handleSignal:
         0xb5ec898 s Context>handleSignal:
         0xb5f2830 s Context>handleSignal:
         0xb5f87c8 s Context>handleSignal:
         0xb5fe760 s Context>handleSignal:
         0xb6046f8 s Context>handleSignal:
         0xb60a690 s Context>handleSignal:
         0xb610628 s Context>handleSignal:
         0xb6165c0 s Context>handleSignal:
         0xb61c558 s Context>handleSignal:
         0xb6224f0 s Context>handleSignal:
         0xb628488 s Context>handleSignal:
         0xb62e420 s Context>handleSignal:
         0xb6343b8 s Context>handleSignal:
         0xb63a350 s Context>handleSignal:
         0xb6402e8 s Context>handleSignal:
         0xb646280 s Context>handleSignal:
         0xb64c218 s Context>handleSignal:
         0xb6521b0 s Context>handleSignal:
         0xb658148 s Context>handleSignal:
         0xb65e028 s Context>handleSignal:
         0xb663e50 s Context>handleSignal:
         0xb669bc0 s Context>handleSignal:
         0xb66f878 s Context>handleSignal:
         0xb675478 s Context>handleSignal:
         0xb67afc0 s Context>handleSignal:
         0xb680a50 s Context>handleSignal:
         0xb686428 s Context>handleSignal:
         0xb68bd48 s Context>handleSignal:
         0xb6915b0 s Context>handleSignal:
         0xb696d60 s Context>handleSignal:
         0xb69c458 s Context>handleSignal:
         0xb6a1a98 s Context>handleSignal:
         0xb6a7020 s Context>handleSignal:
         0xb6ac4f0 s Context>handleSignal:
         0xb6b1908 s Context>handleSignal:
         0xb6b6c68 s Context>handleSignal:
         0xb6bbf10 s Context>handleSignal:
         0xb6c1100 s Context>handleSignal:
         0xb6c6238 s Context>handleSignal:
         0xb6cb2b8 s Context>handleSignal:
         0xb6d0280 s Context>handleSignal:
         0xb6d5190 s Context>handleSignal:
         0xb6d9fe8 s Context>handleSignal:
         0xb6ded88 s Context>handleSignal:
         0xb6e3a70 s Context>handleSignal:
         0xb6e86a0 s Context>handleSignal:
         0xb6ed218 s Context>handleSignal:
         0xb6f1cd8 s Context>handleSignal:
         0xb6f66e0 s Context>handleSignal:
         0xb6fb030 s Context>handleSignal:
         0xb6ff8c8 s Context>handleSignal:
         0xb7040a8 s Context>handleSignal:
         0xb7087d0 s Context>handleSignal:
         0xb70ce40 s Context>handleSignal:
         0xb7113f8 s Context>handleSignal:
         0xb7158f8 s Context>handleSignal:
         0xb719d40 s Context>handleSignal:
         0xb71e0d0 s Context>handleSignal:
         0xb7223a8 s Context>handleSignal:
         0xb7265c8 s Context>handleSignal:
         0xb72a730 s Context>handleSignal:
         0xb72e7e0 s Context>handleSignal:
         0xb7327d8 s Context>handleSignal:
         0xb736718 s Context>handleSignal:
         0xb73a5a0 s Context>handleSignal:
         0xb73e370 s Context>handleSignal:
         0xb742088 s Context>handleSignal:
         0xb745ce8 s Context>handleSignal:
         0xb749890 s Context>handleSignal:
         0xb74d380 s Context>handleSignal:
         0xb750db8 s Context>handleSignal:
         0xb754738 s Context>handleSignal:
         0xb758000 s Context>handleSignal:
         0xb75b810 s Context>handleSignal:
         0xb75ef68 s Context>handleSignal:
         0xb762608 s Context>handleSignal:
         0xb765bf0 s Context>handleSignal:
         0xb769120 s Context>handleSignal:
         0xb76c4e0 s Context>handleSignal:
         0xb76f7e8 s Context>handleSignal:
         0xb772a38 s Context>handleSignal:
         0xbf7ea10 s Halt(Exception)>signal
         0xbf99b98 s Halt class(Exception class)>signal
         0xbfc2a90 s Halt class>now
         0xbfb3df0 s FullBlockClosure(Object)>halt
         0xbfe4890 s FullBlockClosure>printOn:
         0xc007168 s Context>printOn:
         0xc02dd08 s Context>printDebugOn:
         0xc02dfe8 s [] in Context>debugStack:on:
         0xc052e20 s OrderedCollection>do:
         0xbfb3b78 s Context>debugStack:on:
         0xbfe4640 s Context>shortDebugStackOn:
         0xc006f30 s [] in SmalltalkImage>logError:inContext:
         0xc02da28 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79d28 s FullBlockClosure(BlockClosure)>on:do:
         0xbf93dd0 s SmalltalkImage>logStdErrorDuring:
         0xbfbd100 s SmalltalkImage>logError:inContext:
         0xbfec678 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00f428 s FullBlockClosure(BlockClosure)>ensure:
         0xc037b58 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057bc0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068358 s Halt(Exception)>unhandledErrorAction
         0xc07dbd0 s Halt(UnhandledException)>defaultAction
         0xc0b4580 s UndefinedObject>handleSignal:
         0xc0b4638 s Context>handleSignal:
         0xc0b46f0 s Context>handleSignal:
         0xc0b47a8 s Context>handleSignal:
         0xc0b4860 s Context>handleSignal:
         0xc0b4918 s Context>handleSignal:
         0xc0b49d0 s Context>handleSignal:
         0xc0b4a88 s Context>handleSignal:
         0xc0b4b40 s Context>handleSignal:
         0xc0b4bf8 s Context>handleSignal:
         0xc0b4cb0 s Context>handleSignal:
         0xc102cf8 s Context>handleSignal:
         0xc10e418 s Context>handleSignal:
         0xc1192c0 s Context>handleSignal:
         0xc123ba8 s Context>handleSignal:
         0xc12e3d8 s Context>handleSignal:
         0xc138c08 s Context>handleSignal:
         0xc143438 s Context>handleSignal:
         0xc14dc68 s Context>handleSignal:
         0xc158498 s Context>handleSignal:
         0xc162cc8 s Context>handleSignal:
         0xc16d4f8 s Context>handleSignal:
         0xc177d28 s Context>handleSignal:
         0xc182558 s Context>handleSignal:
         0xc18cd88 s Context>handleSignal:
         0xc1975b8 s Context>handleSignal:
         0xc1a1de8 s Context>handleSignal:
         0xc1ac618 s Context>handleSignal:
         0xc1b6e48 s Context>handleSignal:
         0xc1c1678 s Context>handleSignal:
         0xc1cbea8 s Context>handleSignal:
         0xc1d66d8 s Context>handleSignal:
         0xc1e0f08 s Context>handleSignal:
         0xc1eb738 s Context>handleSignal:
         0xc1f5f68 s Context>handleSignal:
         0xc200798 s Context>handleSignal:
         0xc20afc8 s Context>handleSignal:
         0xc2157f8 s Context>handleSignal:
         0xc220028 s Context>handleSignal:
         0xc22a858 s Context>handleSignal:
         0xc235088 s Context>handleSignal:
         0xc23f8b8 s Context>handleSignal:
         0xc24a0e8 s Context>handleSignal:
         0xc254918 s Context>handleSignal:
         0xc25f148 s Context>handleSignal:
         0xc2665b8 s Context>handleSignal:
         0xb7df930 s Context>handleSignal:
         0xb7ea218 s Context>handleSignal:
         0xb7f4b00 s Context>handleSignal:
         0xb7ff3e8 s Context>handleSignal:
         0xb809cd0 s Context>handleSignal:
         0xb8145b8 s Context>handleSignal:
         0xb81eea0 s Context>handleSignal:
         0xb829788 s Context>handleSignal:
         0xb834070 s Context>handleSignal:
         0xb83e958 s Context>handleSignal:
         0xb849240 s Context>handleSignal:
         0xb853b28 s Context>handleSignal:
         0xb85e410 s Context>handleSignal:
         0xb868cf8 s Context>handleSignal:
         0xb8735e0 s Context>handleSignal:
         0xb87dec8 s Context>handleSignal:
         0xb8887b0 s Context>handleSignal:
         0xb893098 s Context>handleSignal:
         0xb89d980 s Context>handleSignal:
         0xb8a8268 s Context>handleSignal:
         0xb8b2b50 s Context>handleSignal:
         0xb8bd438 s Context>handleSignal:
         0xb8c7d20 s Context>handleSignal:
         0xb8d2608 s Context>handleSignal:
         0xb8dcef0 s Context>handleSignal:
         0xb8e77d8 s Context>handleSignal:
         0xb8f20c0 s Context>handleSignal:
         0xb8fc9a8 s Context>handleSignal:
         0xb907290 s Context>handleSignal:
         0xb911b78 s Context>handleSignal:
         0xb91c460 s Context>handleSignal:
         0xb926d48 s Context>handleSignal:
         0xb931630 s Context>handleSignal:
         0xb93bf18 s Context>handleSignal:
         0xb946800 s Context>handleSignal:
         0xb9510e8 s Context>handleSignal:
         0xb95b9d0 s Context>handleSignal:
         0xb9662b8 s Context>handleSignal:
         0xb970ba0 s Context>handleSignal:
         0xb97b488 s Context>handleSignal:
         0xb985d70 s Context>handleSignal:
         0xb990658 s Context>handleSignal:
         0xb99af40 s Context>handleSignal:
         0xb9a5828 s Context>handleSignal:
         0xb9b0110 s Context>handleSignal:
         0xb9ba9f8 s Context>handleSignal:
         0xb9c52e0 s Context>handleSignal:
         0xb9cfbc8 s Context>handleSignal:
         0xb9da4b0 s Context>handleSignal:
         0xb9e4d98 s Context>handleSignal:
         0xb9ef680 s Context>handleSignal:
         0xb9f9f68 s Context>handleSignal:
         0xba04850 s Context>handleSignal:
         0xba0f138 s Context>handleSignal:
         0xba19a20 s Context>handleSignal:
         0xba24308 s Context>handleSignal:
         0xba2ebf0 s Context>handleSignal:
         0xba394d8 s Context>handleSignal:
         0xb419388 s Context>handleSignal:
         0xb41fc78 s Context>handleSignal:
         0xb4272e0 s Context>handleSignal:
         0xb42dcf0 s Context>handleSignal:
         0xb4350f0 s Context>handleSignal:
         0xb43c1d8 s Context>handleSignal:
         0xb443098 s Context>handleSignal:
         0xb449258 s Context>handleSignal:
         0xb44f418 s Context>handleSignal:
         0xb455520 s Context>handleSignal:
         0xb45b570 s Context>handleSignal:
         0xb4615c0 s Context>handleSignal:
         0xb467610 s Context>handleSignal:
         0xb46d660 s Context>handleSignal:
         0xb4736b0 s Context>handleSignal:
         0xb479700 s Context>handleSignal:
         0xb47f750 s Context>handleSignal:
         0xb4857a0 s Context>handleSignal:
         0xb48b7f0 s Context>handleSignal:
         0xb491840 s Context>handleSignal:
         0xb497890 s Context>handleSignal:
         0xb49d8e0 s Context>handleSignal:
         0xb4a3930 s Context>handleSignal:
         0xb4a9980 s Context>handleSignal:
         0xb4af9d0 s Context>handleSignal:
         0xb4b5a20 s Context>handleSignal:
         0xb4bba70 s Context>handleSignal:
         0xb4c1ac0 s Context>handleSignal:
         0xb4c7b10 s Context>handleSignal:
         0xb4cdb60 s Context>handleSignal:
         0xb4d3af8 s Context>handleSignal:
         0xb4d9a90 s Context>handleSignal:
         0xb4dfa28 s Context>handleSignal:
         0xb4e59c0 s Context>handleSignal:
         0xb4eb958 s Context>handleSignal:
         0xb4f18f0 s Context>handleSignal:
         0xb4f7888 s Context>handleSignal:
         0xb4fd820 s Context>handleSignal:
         0xb5037b8 s Context>handleSignal:
         0xb509750 s Context>handleSignal:
         0xb50f6e8 s Context>handleSignal:
         0xb515680 s Context>handleSignal:
         0xb51b618 s Context>handleSignal:
         0xb5215b0 s Context>handleSignal:
         0xb527548 s Context>handleSignal:
         0xb52d4e0 s Context>handleSignal:
         0xb533478 s Context>handleSignal:
         0xb539410 s Context>handleSignal:
         0xb53f3a8 s Context>handleSignal:
         0xb545340 s Context>handleSignal:
         0xb54b2d8 s Context>handleSignal:
         0xb551270 s Context>handleSignal:
         0xb557208 s Context>handleSignal:
         0xb55d1a0 s Context>handleSignal:
         0xb563138 s Context>handleSignal:
         0xb5690d0 s Context>handleSignal:
         0xb56f068 s Context>handleSignal:
         0xb575000 s Context>handleSignal:
         0xb57af98 s Context>handleSignal:
         0xb580f30 s Context>handleSignal:
         0xb586ec8 s Context>handleSignal:
         0xb58ce60 s Context>handleSignal:
         0xb592df8 s Context>handleSignal:
         0xb598d90 s Context>handleSignal:
         0xb59ed28 s Context>handleSignal:
         0xb5a4cc0 s Context>handleSignal:
         0xb5aac58 s Context>handleSignal:
         0xb5b0bf0 s Context>handleSignal:
         0xb5b6b88 s Context>handleSignal:
         0xb5bcb20 s Context>handleSignal:
         0xb5c2ab8 s Context>handleSignal:
         0xb5c8a50 s Context>handleSignal:
         0xb5ce9e8 s Context>handleSignal:
         0xb5d4980 s Context>handleSignal:
         0xb5da918 s Context>handleSignal:
         0xb5e08b0 s Context>handleSignal:
         0xb5e6848 s Context>handleSignal:
         0xb5ec7e0 s Context>handleSignal:
         0xb5f2778 s Context>handleSignal:
         0xb5f8710 s Context>handleSignal:
         0xb5fe6a8 s Context>handleSignal:
         0xb604640 s Context>handleSignal:
         0xb60a5d8 s Context>handleSignal:
         0xb610570 s Context>handleSignal:
         0xb616508 s Context>handleSignal:
         0xb61c4a0 s Context>handleSignal:
         0xb622438 s Context>handleSignal:
         0xb6283d0 s Context>handleSignal:
         0xb62e368 s Context>handleSignal:
         0xb634300 s Context>handleSignal:
         0xb63a298 s Context>handleSignal:
         0xb640230 s Context>handleSignal:
         0xb6461c8 s Context>handleSignal:
         0xb64c160 s Context>handleSignal:
         0xb6520f8 s Context>handleSignal:
         0xb658090 s Context>handleSignal:
         0xb65df70 s Context>handleSignal:
         0xb663d98 s Context>handleSignal:
         0xb669b08 s Context>handleSignal:
         0xb66f7c0 s Context>handleSignal:
         0xb6753c0 s Context>handleSignal:
         0xb67af08 s Context>handleSignal:
         0xb680998 s Context>handleSignal:
         0xb686370 s Context>handleSignal:
         0xb68bc90 s Context>handleSignal:
         0xb6914f8 s Context>handleSignal:
         0xb696ca8 s Context>handleSignal:
         0xb69c3a0 s Context>handleSignal:
         0xb6a19e0 s Context>handleSignal:
         0xb6a6f68 s Context>handleSignal:
         0xb6ac438 s Context>handleSignal:
         0xb6b1850 s Context>handleSignal:
         0xb6b6bb0 s Context>handleSignal:
         0xb6bbe58 s Context>handleSignal:
         0xb6c1048 s Context>handleSignal:
         0xb6c6180 s Context>handleSignal:
         0xb6cb200 s Context>handleSignal:
         0xb6d01c8 s Context>handleSignal:
         0xb6d50d8 s Context>handleSignal:
         0xb6d9f30 s Context>handleSignal:
         0xb6decd0 s Context>handleSignal:
         0xb6e39b8 s Context>handleSignal:
         0xb6e85e8 s Context>handleSignal:
         0xb6ed160 s Context>handleSignal:
         0xb6f1c20 s Context>handleSignal:
         0xb6f6628 s Context>handleSignal:
         0xb6faf78 s Context>handleSignal:
         0xb6ff810 s Context>handleSignal:
         0xb703ff0 s Context>handleSignal:
         0xb708718 s Context>handleSignal:
         0xb70cd88 s Context>handleSignal:
         0xb711340 s Context>handleSignal:
         0xb715840 s Context>handleSignal:
         0xb719c88 s Context>handleSignal:
         0xb71e018 s Context>handleSignal:
         0xb7222f0 s Context>handleSignal:
         0xb726510 s Context>handleSignal:
         0xb72a678 s Context>handleSignal:
         0xb72e728 s Context>handleSignal:
         0xb732720 s Context>handleSignal:
         0xb736660 s Context>handleSignal:
         0xb73a4e8 s Context>handleSignal:
         0xb73e2b8 s Context>handleSignal:
         0xb741fd0 s Context>handleSignal:
         0xb745c30 s Context>handleSignal:
         0xb7497d8 s Context>handleSignal:
         0xb74d2c8 s Context>handleSignal:
         0xb750d00 s Context>handleSignal:
         0xb754680 s Context>handleSignal:
         0xb757f48 s Context>handleSignal:
         0xb75b758 s Context>handleSignal:
         0xb75eeb0 s Context>handleSignal:
         0xb762550 s Context>handleSignal:
         0xb765b38 s Context>handleSignal:
         0xb769068 s Context>handleSignal:
         0xb76c428 s Context>handleSignal:
         0xb76f730 s Context>handleSignal:
         0xbf7e958 s Halt(Exception)>signal
         0xbf99ae0 s Halt class(Exception class)>signal
         0xbfc29d8 s Halt class>now
         0xbfb3c30 s FullBlockClosure(Object)>halt
         0xbfe46f8 s FullBlockClosure>printOn:
         0xc006fe8 s Context>printOn:
         0xc02dae0 s Context>printDebugOn:
         0xc02ddc0 s [] in Context>debugStack:on:
         0xc052d68 s OrderedCollection>do:
         0xbfb39b8 s Context>debugStack:on:
         0xbfe44a8 s Context>shortDebugStackOn:
         0xc006db0 s [] in SmalltalkImage>logError:inContext:
         0xc02d800 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79c70 s FullBlockClosure(BlockClosure)>on:do:
         0xbf93cb8 s SmalltalkImage>logStdErrorDuring:
         0xbfbd000 s SmalltalkImage>logError:inContext:
         0xbfec5b0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00f338 s FullBlockClosure(BlockClosure)>ensure:
         0xc037a78 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057b08 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0682a0 s Halt(Exception)>unhandledErrorAction
         0xc07db18 s Halt(UnhandledException)>defaultAction
         0xc0b3d98 s UndefinedObject>handleSignal:
         0xc0b3e50 s Context>handleSignal:
         0xc0b3f08 s Context>handleSignal:
         0xc0b3fc0 s Context>handleSignal:
         0xc0b4078 s Context>handleSignal:
         0xc0b4130 s Context>handleSignal:
         0xc0b41e8 s Context>handleSignal:
         0xc0b42a0 s Context>handleSignal:
         0xc0b4358 s Context>handleSignal:
         0xc0b4410 s Context>handleSignal:
         0xc0b44c8 s Context>handleSignal:
         0xc102c40 s Context>handleSignal:
         0xc10e360 s Context>handleSignal:
         0xc119208 s Context>handleSignal:
         0xc123af0 s Context>handleSignal:
         0xc12e320 s Context>handleSignal:
         0xc138b50 s Context>handleSignal:
         0xc143380 s Context>handleSignal:
         0xc14dbb0 s Context>handleSignal:
         0xc1583e0 s Context>handleSignal:
         0xc162c10 s Context>handleSignal:
         0xc16d440 s Context>handleSignal:
         0xc177c70 s Context>handleSignal:
         0xc1824a0 s Context>handleSignal:
         0xc18ccd0 s Context>handleSignal:
         0xc197500 s Context>handleSignal:
         0xc1a1d30 s Context>handleSignal:
         0xc1ac560 s Context>handleSignal:
         0xc1b6d90 s Context>handleSignal:
         0xc1c15c0 s Context>handleSignal:
         0xc1cbdf0 s Context>handleSignal:
         0xc1d6620 s Context>handleSignal:
         0xc1e0e50 s Context>handleSignal:
         0xc1eb680 s Context>handleSignal:
         0xc1f5eb0 s Context>handleSignal:
         0xc2006e0 s Context>handleSignal:
         0xc20af10 s Context>handleSignal:
         0xc215740 s Context>handleSignal:
         0xc21ff70 s Context>handleSignal:
         0xc22a7a0 s Context>handleSignal:
         0xc234fd0 s Context>handleSignal:
         0xc23f800 s Context>handleSignal:
         0xc24a030 s Context>handleSignal:
         0xc254860 s Context>handleSignal:
         0xc25f090 s Context>handleSignal:
         0xc266500 s Context>handleSignal:
         0xb7df878 s Context>handleSignal:
         0xb7ea160 s Context>handleSignal:
         0xb7f4a48 s Context>handleSignal:
         0xb7ff330 s Context>handleSignal:
         0xb809c18 s Context>handleSignal:
         0xb814500 s Context>handleSignal:
         0xb81ede8 s Context>handleSignal:
         0xb8296d0 s Context>handleSignal:
         0xb833fb8 s Context>handleSignal:
         0xb83e8a0 s Context>handleSignal:
         0xb849188 s Context>handleSignal:
         0xb853a70 s Context>handleSignal:
         0xb85e358 s Context>handleSignal:
         0xb868c40 s Context>handleSignal:
         0xb873528 s Context>handleSignal:
         0xb87de10 s Context>handleSignal:
         0xb8886f8 s Context>handleSignal:
         0xb892fe0 s Context>handleSignal:
         0xb89d8c8 s Context>handleSignal:
         0xb8a81b0 s Context>handleSignal:
         0xb8b2a98 s Context>handleSignal:
         0xb8bd380 s Context>handleSignal:
         0xb8c7c68 s Context>handleSignal:
         0xb8d2550 s Context>handleSignal:
         0xb8dce38 s Context>handleSignal:
         0xb8e7720 s Context>handleSignal:
         0xb8f2008 s Context>handleSignal:
         0xb8fc8f0 s Context>handleSignal:
         0xb9071d8 s Context>handleSignal:
         0xb911ac0 s Context>handleSignal:
         0xb91c3a8 s Context>handleSignal:
         0xb926c90 s Context>handleSignal:
         0xb931578 s Context>handleSignal:
         0xb93be60 s Context>handleSignal:
         0xb946748 s Context>handleSignal:
         0xb951030 s Context>handleSignal:
         0xb95b918 s Context>handleSignal:
         0xb966200 s Context>handleSignal:
         0xb970ae8 s Context>handleSignal:
         0xb97b3d0 s Context>handleSignal:
         0xb985cb8 s Context>handleSignal:
         0xb9905a0 s Context>handleSignal:
         0xb99ae88 s Context>handleSignal:
         0xb9a5770 s Context>handleSignal:
         0xb9b0058 s Context>handleSignal:
         0xb9ba940 s Context>handleSignal:
         0xb9c5228 s Context>handleSignal:
         0xb9cfb10 s Context>handleSignal:
         0xb9da3f8 s Context>handleSignal:
         0xb9e4ce0 s Context>handleSignal:
         0xb9ef5c8 s Context>handleSignal:
         0xb9f9eb0 s Context>handleSignal:
         0xba04798 s Context>handleSignal:
         0xba0f080 s Context>handleSignal:
         0xba19968 s Context>handleSignal:
         0xba24250 s Context>handleSignal:
         0xba2eb38 s Context>handleSignal:
         0xba39420 s Context>handleSignal:
         0xb4192d0 s Context>handleSignal:
         0xb41fbc0 s Context>handleSignal:
         0xb427228 s Context>handleSignal:
         0xb42dc38 s Context>handleSignal:
         0xb435038 s Context>handleSignal:
         0xb43c120 s Context>handleSignal:
         0xb442fe0 s Context>handleSignal:
         0xb4491a0 s Context>handleSignal:
         0xb44f360 s Context>handleSignal:
         0xb455468 s Context>handleSignal:
         0xb45b4b8 s Context>handleSignal:
         0xb461508 s Context>handleSignal:
         0xb467558 s Context>handleSignal:
         0xb46d5a8 s Context>handleSignal:
         0xb4735f8 s Context>handleSignal:
         0xb479648 s Context>handleSignal:
         0xb47f698 s Context>handleSignal:
         0xb4856e8 s Context>handleSignal:
         0xb48b738 s Context>handleSignal:
         0xb491788 s Context>handleSignal:
         0xb4977d8 s Context>handleSignal:
         0xb49d828 s Context>handleSignal:
         0xb4a3878 s Context>handleSignal:
         0xb4a98c8 s Context>handleSignal:
         0xb4af918 s Context>handleSignal:
         0xb4b5968 s Context>handleSignal:
         0xb4bb9b8 s Context>handleSignal:
         0xb4c1a08 s Context>handleSignal:
         0xb4c7a58 s Context>handleSignal:
         0xb4cdaa8 s Context>handleSignal:
         0xb4d3a40 s Context>handleSignal:
         0xb4d99d8 s Context>handleSignal:
         0xb4df970 s Context>handleSignal:
         0xb4e5908 s Context>handleSignal:
         0xb4eb8a0 s Context>handleSignal:
         0xb4f1838 s Context>handleSignal:
         0xb4f77d0 s Context>handleSignal:
         0xb4fd768 s Context>handleSignal:
         0xb503700 s Context>handleSignal:
         0xb509698 s Context>handleSignal:
         0xb50f630 s Context>handleSignal:
         0xb5155c8 s Context>handleSignal:
         0xb51b560 s Context>handleSignal:
         0xb5214f8 s Context>handleSignal:
         0xb527490 s Context>handleSignal:
         0xb52d428 s Context>handleSignal:
         0xb5333c0 s Context>handleSignal:
         0xb539358 s Context>handleSignal:
         0xb53f2f0 s Context>handleSignal:
         0xb545288 s Context>handleSignal:
         0xb54b220 s Context>handleSignal:
         0xb5511b8 s Context>handleSignal:
         0xb557150 s Context>handleSignal:
         0xb55d0e8 s Context>handleSignal:
         0xb563080 s Context>handleSignal:
         0xb569018 s Context>handleSignal:
         0xb56efb0 s Context>handleSignal:
         0xb574f48 s Context>handleSignal:
         0xb57aee0 s Context>handleSignal:
         0xb580e78 s Context>handleSignal:
         0xb586e10 s Context>handleSignal:
         0xb58cda8 s Context>handleSignal:
         0xb592d40 s Context>handleSignal:
         0xb598cd8 s Context>handleSignal:
         0xb59ec70 s Context>handleSignal:
         0xb5a4c08 s Context>handleSignal:
         0xb5aaba0 s Context>handleSignal:
         0xb5b0b38 s Context>handleSignal:
         0xb5b6ad0 s Context>handleSignal:
         0xb5bca68 s Context>handleSignal:
         0xb5c2a00 s Context>handleSignal:
         0xb5c8998 s Context>handleSignal:
         0xb5ce930 s Context>handleSignal:
         0xb5d48c8 s Context>handleSignal:
         0xb5da860 s Context>handleSignal:
         0xb5e07f8 s Context>handleSignal:
         0xb5e6790 s Context>handleSignal:
         0xb5ec728 s Context>handleSignal:
         0xb5f26c0 s Context>handleSignal:
         0xb5f8658 s Context>handleSignal:
         0xb5fe5f0 s Context>handleSignal:
         0xb604588 s Context>handleSignal:
         0xb60a520 s Context>handleSignal:
         0xb6104b8 s Context>handleSignal:
         0xb616450 s Context>handleSignal:
         0xb61c3e8 s Context>handleSignal:
         0xb622380 s Context>handleSignal:
         0xb628318 s Context>handleSignal:
         0xb62e2b0 s Context>handleSignal:
         0xb634248 s Context>handleSignal:
         0xb63a1e0 s Context>handleSignal:
         0xb640178 s Context>handleSignal:
         0xb646110 s Context>handleSignal:
         0xb64c0a8 s Context>handleSignal:
         0xb652040 s Context>handleSignal:
         0xb657fd8 s Context>handleSignal:
         0xb65deb8 s Context>handleSignal:
         0xb663ce0 s Context>handleSignal:
         0xb669a50 s Context>handleSignal:
         0xb66f708 s Context>handleSignal:
         0xb675308 s Context>handleSignal:
         0xb67ae50 s Context>handleSignal:
         0xb6808e0 s Context>handleSignal:
         0xb6862b8 s Context>handleSignal:
         0xb68bbd8 s Context>handleSignal:
         0xb691440 s Context>handleSignal:
         0xb696bf0 s Context>handleSignal:
         0xb69c2e8 s Context>handleSignal:
         0xb6a1928 s Context>handleSignal:
         0xb6a6eb0 s Context>handleSignal:
         0xb6ac380 s Context>handleSignal:
         0xb6b1798 s Context>handleSignal:
         0xb6b6af8 s Context>handleSignal:
         0xb6bbda0 s Context>handleSignal:
         0xb6c0f90 s Context>handleSignal:
         0xb6c60c8 s Context>handleSignal:
         0xb6cb148 s Context>handleSignal:
         0xb6d0110 s Context>handleSignal:
         0xb6d5020 s Context>handleSignal:
         0xb6d9e78 s Context>handleSignal:
         0xb6dec18 s Context>handleSignal:
         0xb6e3900 s Context>handleSignal:
         0xb6e8530 s Context>handleSignal:
         0xb6ed0a8 s Context>handleSignal:
         0xb6f1b68 s Context>handleSignal:
         0xb6f6570 s Context>handleSignal:
         0xb6faec0 s Context>handleSignal:
         0xb6ff758 s Context>handleSignal:
         0xb703f38 s Context>handleSignal:
         0xb708660 s Context>handleSignal:
         0xb70ccd0 s Context>handleSignal:
         0xb711288 s Context>handleSignal:
         0xb715788 s Context>handleSignal:
         0xb719bd0 s Context>handleSignal:
         0xb71df60 s Context>handleSignal:
         0xb722238 s Context>handleSignal:
         0xb726458 s Context>handleSignal:
         0xb72a5c0 s Context>handleSignal:
         0xb72e670 s Context>handleSignal:
         0xb732668 s Context>handleSignal:
         0xb7365a8 s Context>handleSignal:
         0xb73a430 s Context>handleSignal:
         0xb73e200 s Context>handleSignal:
         0xb741f18 s Context>handleSignal:
         0xb745b78 s Context>handleSignal:
         0xb749720 s Context>handleSignal:
         0xb74d210 s Context>handleSignal:
         0xb750c48 s Context>handleSignal:
         0xb7545c8 s Context>handleSignal:
         0xb757e90 s Context>handleSignal:
         0xb75b6a0 s Context>handleSignal:
         0xb75edf8 s Context>handleSignal:
         0xb762498 s Context>handleSignal:
         0xb765a80 s Context>handleSignal:
         0xb768fb0 s Context>handleSignal:
         0xb76c370 s Context>handleSignal:
         0xbf7e8a0 s Halt(Exception)>signal
         0xbf99a28 s Halt class(Exception class)>signal
         0xbfc2920 s Halt class>now
         0xbfb3a70 s FullBlockClosure(Object)>halt
         0xbfe4560 s FullBlockClosure>printOn:
         0xc006e68 s Context>printOn:
         0xc02d8b8 s Context>printDebugOn:
         0xc02db98 s [] in Context>debugStack:on:
         0xc052cb0 s OrderedCollection>do:
         0xbfb37f8 s Context>debugStack:on:
         0xbfe4310 s Context>shortDebugStackOn:
         0xc006c30 s [] in SmalltalkImage>logError:inContext:
         0xc02d5d8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79bb8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf93ba0 s SmalltalkImage>logStdErrorDuring:
         0xbfbcf00 s SmalltalkImage>logError:inContext:
         0xbfec4e8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00f248 s FullBlockClosure(BlockClosure)>ensure:
         0xc037998 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057a50 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0681e8 s Halt(Exception)>unhandledErrorAction
         0xc07da60 s Halt(UnhandledException)>defaultAction
         0xc0b35b0 s UndefinedObject>handleSignal:
         0xc0b3668 s Context>handleSignal:
         0xc0b3720 s Context>handleSignal:
         0xc0b37d8 s Context>handleSignal:
         0xc0b3890 s Context>handleSignal:
         0xc0b3948 s Context>handleSignal:
         0xc0b3a00 s Context>handleSignal:
         0xc0b3ab8 s Context>handleSignal:
         0xc0b3b70 s Context>handleSignal:
         0xc0b3c28 s Context>handleSignal:
         0xc0b3ce0 s Context>handleSignal:
         0xc102b88 s Context>handleSignal:
         0xc10e2a8 s Context>handleSignal:
         0xc119150 s Context>handleSignal:
         0xc123a38 s Context>handleSignal:
         0xc12e268 s Context>handleSignal:
         0xc138a98 s Context>handleSignal:
         0xc1432c8 s Context>handleSignal:
         0xc14daf8 s Context>handleSignal:
         0xc158328 s Context>handleSignal:
         0xc162b58 s Context>handleSignal:
         0xc16d388 s Context>handleSignal:
         0xc177bb8 s Context>handleSignal:
         0xc1823e8 s Context>handleSignal:
         0xc18cc18 s Context>handleSignal:
         0xc197448 s Context>handleSignal:
         0xc1a1c78 s Context>handleSignal:
         0xc1ac4a8 s Context>handleSignal:
         0xc1b6cd8 s Context>handleSignal:
         0xc1c1508 s Context>handleSignal:
         0xc1cbd38 s Context>handleSignal:
         0xc1d6568 s Context>handleSignal:
         0xc1e0d98 s Context>handleSignal:
         0xc1eb5c8 s Context>handleSignal:
         0xc1f5df8 s Context>handleSignal:
         0xc200628 s Context>handleSignal:
         0xc20ae58 s Context>handleSignal:
         0xc215688 s Context>handleSignal:
         0xc21feb8 s Context>handleSignal:
         0xc22a6e8 s Context>handleSignal:
         0xc234f18 s Context>handleSignal:
         0xc23f748 s Context>handleSignal:
         0xc249f78 s Context>handleSignal:
         0xc2547a8 s Context>handleSignal:
         0xc25efd8 s Context>handleSignal:
         0xc266448 s Context>handleSignal:
         0xb7df7c0 s Context>handleSignal:
         0xb7ea0a8 s Context>handleSignal:
         0xb7f4990 s Context>handleSignal:
         0xb7ff278 s Context>handleSignal:
         0xb809b60 s Context>handleSignal:
         0xb814448 s Context>handleSignal:
         0xb81ed30 s Context>handleSignal:
         0xb829618 s Context>handleSignal:
         0xb833f00 s Context>handleSignal:
         0xb83e7e8 s Context>handleSignal:
         0xb8490d0 s Context>handleSignal:
         0xb8539b8 s Context>handleSignal:
         0xb85e2a0 s Context>handleSignal:
         0xb868b88 s Context>handleSignal:
         0xb873470 s Context>handleSignal:
         0xb87dd58 s Context>handleSignal:
         0xb888640 s Context>handleSignal:
         0xb892f28 s Context>handleSignal:
         0xb89d810 s Context>handleSignal:
         0xb8a80f8 s Context>handleSignal:
         0xb8b29e0 s Context>handleSignal:
         0xb8bd2c8 s Context>handleSignal:
         0xb8c7bb0 s Context>handleSignal:
         0xb8d2498 s Context>handleSignal:
         0xb8dcd80 s Context>handleSignal:
         0xb8e7668 s Context>handleSignal:
         0xb8f1f50 s Context>handleSignal:
         0xb8fc838 s Context>handleSignal:
         0xb907120 s Context>handleSignal:
         0xb911a08 s Context>handleSignal:
         0xb91c2f0 s Context>handleSignal:
         0xb926bd8 s Context>handleSignal:
         0xb9314c0 s Context>handleSignal:
         0xb93bda8 s Context>handleSignal:
         0xb946690 s Context>handleSignal:
         0xb950f78 s Context>handleSignal:
         0xb95b860 s Context>handleSignal:
         0xb966148 s Context>handleSignal:
         0xb970a30 s Context>handleSignal:
         0xb97b318 s Context>handleSignal:
         0xb985c00 s Context>handleSignal:
         0xb9904e8 s Context>handleSignal:
         0xb99add0 s Context>handleSignal:
         0xb9a56b8 s Context>handleSignal:
         0xb9affa0 s Context>handleSignal:
         0xb9ba888 s Context>handleSignal:
         0xb9c5170 s Context>handleSignal:
         0xb9cfa58 s Context>handleSignal:
         0xb9da340 s Context>handleSignal:
         0xb9e4c28 s Context>handleSignal:
         0xb9ef510 s Context>handleSignal:
         0xb9f9df8 s Context>handleSignal:
         0xba046e0 s Context>handleSignal:
         0xba0efc8 s Context>handleSignal:
         0xba198b0 s Context>handleSignal:
         0xba24198 s Context>handleSignal:
         0xba2ea80 s Context>handleSignal:
         0xba39368 s Context>handleSignal:
         0xb419218 s Context>handleSignal:
         0xb41fb08 s Context>handleSignal:
         0xb427170 s Context>handleSignal:
         0xb42db80 s Context>handleSignal:
         0xb434f80 s Context>handleSignal:
         0xb43c068 s Context>handleSignal:
         0xb442f28 s Context>handleSignal:
         0xb4490e8 s Context>handleSignal:
         0xb44f2a8 s Context>handleSignal:
         0xb4553b0 s Context>handleSignal:
         0xb45b400 s Context>handleSignal:
         0xb461450 s Context>handleSignal:
         0xb4674a0 s Context>handleSignal:
         0xb46d4f0 s Context>handleSignal:
         0xb473540 s Context>handleSignal:
         0xb479590 s Context>handleSignal:
         0xb47f5e0 s Context>handleSignal:
         0xb485630 s Context>handleSignal:
         0xb48b680 s Context>handleSignal:
         0xb4916d0 s Context>handleSignal:
         0xb497720 s Context>handleSignal:
         0xb49d770 s Context>handleSignal:
         0xb4a37c0 s Context>handleSignal:
         0xb4a9810 s Context>handleSignal:
         0xb4af860 s Context>handleSignal:
         0xb4b58b0 s Context>handleSignal:
         0xb4bb900 s Context>handleSignal:
         0xb4c1950 s Context>handleSignal:
         0xb4c79a0 s Context>handleSignal:
         0xb4cd9f0 s Context>handleSignal:
         0xb4d3988 s Context>handleSignal:
         0xb4d9920 s Context>handleSignal:
         0xb4df8b8 s Context>handleSignal:
         0xb4e5850 s Context>handleSignal:
         0xb4eb7e8 s Context>handleSignal:
         0xb4f1780 s Context>handleSignal:
         0xb4f7718 s Context>handleSignal:
         0xb4fd6b0 s Context>handleSignal:
         0xb503648 s Context>handleSignal:
         0xb5095e0 s Context>handleSignal:
         0xb50f578 s Context>handleSignal:
         0xb515510 s Context>handleSignal:
         0xb51b4a8 s Context>handleSignal:
         0xb521440 s Context>handleSignal:
         0xb5273d8 s Context>handleSignal:
         0xb52d370 s Context>handleSignal:
         0xb533308 s Context>handleSignal:
         0xb5392a0 s Context>handleSignal:
         0xb53f238 s Context>handleSignal:
         0xb5451d0 s Context>handleSignal:
         0xb54b168 s Context>handleSignal:
         0xb551100 s Context>handleSignal:
         0xb557098 s Context>handleSignal:
         0xb55d030 s Context>handleSignal:
         0xb562fc8 s Context>handleSignal:
         0xb568f60 s Context>handleSignal:
         0xb56eef8 s Context>handleSignal:
         0xb574e90 s Context>handleSignal:
         0xb57ae28 s Context>handleSignal:
         0xb580dc0 s Context>handleSignal:
         0xb586d58 s Context>handleSignal:
         0xb58ccf0 s Context>handleSignal:
         0xb592c88 s Context>handleSignal:
         0xb598c20 s Context>handleSignal:
         0xb59ebb8 s Context>handleSignal:
         0xb5a4b50 s Context>handleSignal:
         0xb5aaae8 s Context>handleSignal:
         0xb5b0a80 s Context>handleSignal:
         0xb5b6a18 s Context>handleSignal:
         0xb5bc9b0 s Context>handleSignal:
         0xb5c2948 s Context>handleSignal:
         0xb5c88e0 s Context>handleSignal:
         0xb5ce878 s Context>handleSignal:
         0xb5d4810 s Context>handleSignal:
         0xb5da7a8 s Context>handleSignal:
         0xb5e0740 s Context>handleSignal:
         0xb5e66d8 s Context>handleSignal:
         0xb5ec670 s Context>handleSignal:
         0xb5f2608 s Context>handleSignal:
         0xb5f85a0 s Context>handleSignal:
         0xb5fe538 s Context>handleSignal:
         0xb6044d0 s Context>handleSignal:
         0xb60a468 s Context>handleSignal:
         0xb610400 s Context>handleSignal:
         0xb616398 s Context>handleSignal:
         0xb61c330 s Context>handleSignal:
         0xb6222c8 s Context>handleSignal:
         0xb628260 s Context>handleSignal:
         0xb62e1f8 s Context>handleSignal:
         0xb634190 s Context>handleSignal:
         0xb63a128 s Context>handleSignal:
         0xb6400c0 s Context>handleSignal:
         0xb646058 s Context>handleSignal:
         0xb64bff0 s Context>handleSignal:
         0xb651f88 s Context>handleSignal:
         0xb657f20 s Context>handleSignal:
         0xb65de00 s Context>handleSignal:
         0xb663c28 s Context>handleSignal:
         0xb669998 s Context>handleSignal:
         0xb66f650 s Context>handleSignal:
         0xb675250 s Context>handleSignal:
         0xb67ad98 s Context>handleSignal:
         0xb680828 s Context>handleSignal:
         0xb686200 s Context>handleSignal:
         0xb68bb20 s Context>handleSignal:
         0xb691388 s Context>handleSignal:
         0xb696b38 s Context>handleSignal:
         0xb69c230 s Context>handleSignal:
         0xb6a1870 s Context>handleSignal:
         0xb6a6df8 s Context>handleSignal:
         0xb6ac2c8 s Context>handleSignal:
         0xb6b16e0 s Context>handleSignal:
         0xb6b6a40 s Context>handleSignal:
         0xb6bbce8 s Context>handleSignal:
         0xb6c0ed8 s Context>handleSignal:
         0xb6c6010 s Context>handleSignal:
         0xb6cb090 s Context>handleSignal:
         0xb6d0058 s Context>handleSignal:
         0xb6d4f68 s Context>handleSignal:
         0xb6d9dc0 s Context>handleSignal:
         0xb6deb60 s Context>handleSignal:
         0xb6e3848 s Context>handleSignal:
         0xb6e8478 s Context>handleSignal:
         0xb6ecff0 s Context>handleSignal:
         0xb6f1ab0 s Context>handleSignal:
         0xb6f64b8 s Context>handleSignal:
         0xb6fae08 s Context>handleSignal:
         0xb6ff6a0 s Context>handleSignal:
         0xb703e80 s Context>handleSignal:
         0xb7085a8 s Context>handleSignal:
         0xb70cc18 s Context>handleSignal:
         0xb7111d0 s Context>handleSignal:
         0xb7156d0 s Context>handleSignal:
         0xb719b18 s Context>handleSignal:
         0xb71dea8 s Context>handleSignal:
         0xb722180 s Context>handleSignal:
         0xb7263a0 s Context>handleSignal:
         0xb72a508 s Context>handleSignal:
         0xb72e5b8 s Context>handleSignal:
         0xb7325b0 s Context>handleSignal:
         0xb7364f0 s Context>handleSignal:
         0xb73a378 s Context>handleSignal:
         0xb73e148 s Context>handleSignal:
         0xb741e60 s Context>handleSignal:
         0xb745ac0 s Context>handleSignal:
         0xb749668 s Context>handleSignal:
         0xb74d158 s Context>handleSignal:
         0xb750b90 s Context>handleSignal:
         0xb754510 s Context>handleSignal:
         0xb757dd8 s Context>handleSignal:
         0xb75b5e8 s Context>handleSignal:
         0xb75ed40 s Context>handleSignal:
         0xb7623e0 s Context>handleSignal:
         0xb7659c8 s Context>handleSignal:
         0xb768ef8 s Context>handleSignal:
         0xbf7e7e8 s Halt(Exception)>signal
         0xbf99970 s Halt class(Exception class)>signal
         0xbfc2868 s Halt class>now
         0xbfb38b0 s FullBlockClosure(Object)>halt
         0xbfe43c8 s FullBlockClosure>printOn:
         0xc006ce8 s Context>printOn:
         0xc02d690 s Context>printDebugOn:
         0xc02d970 s [] in Context>debugStack:on:
         0xc052bf8 s OrderedCollection>do:
         0xbfb3638 s Context>debugStack:on:
         0xbfe4178 s Context>shortDebugStackOn:
         0xc006ab0 s [] in SmalltalkImage>logError:inContext:
         0xc02d3b0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79b00 s FullBlockClosure(BlockClosure)>on:do:
         0xbf93a88 s SmalltalkImage>logStdErrorDuring:
         0xbfbce00 s SmalltalkImage>logError:inContext:
         0xbfec420 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00f158 s FullBlockClosure(BlockClosure)>ensure:
         0xc0378b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057998 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068130 s Halt(Exception)>unhandledErrorAction
         0xc07d9a8 s Halt(UnhandledException)>defaultAction
         0xc0b2dc8 s UndefinedObject>handleSignal:
         0xc0b2e80 s Context>handleSignal:
         0xc0b2f38 s Context>handleSignal:
         0xc0b2ff0 s Context>handleSignal:
         0xc0b30a8 s Context>handleSignal:
         0xc0b3160 s Context>handleSignal:
         0xc0b3218 s Context>handleSignal:
         0xc0b32d0 s Context>handleSignal:
         0xc0b3388 s Context>handleSignal:
         0xc0b3440 s Context>handleSignal:
         0xc0b34f8 s Context>handleSignal:
         0xc102ad0 s Context>handleSignal:
         0xc10e1f0 s Context>handleSignal:
         0xc119098 s Context>handleSignal:
         0xc123980 s Context>handleSignal:
         0xc12e1b0 s Context>handleSignal:
         0xc1389e0 s Context>handleSignal:
         0xc143210 s Context>handleSignal:
         0xc14da40 s Context>handleSignal:
         0xc158270 s Context>handleSignal:
         0xc162aa0 s Context>handleSignal:
         0xc16d2d0 s Context>handleSignal:
         0xc177b00 s Context>handleSignal:
         0xc182330 s Context>handleSignal:
         0xc18cb60 s Context>handleSignal:
         0xc197390 s Context>handleSignal:
         0xc1a1bc0 s Context>handleSignal:
         0xc1ac3f0 s Context>handleSignal:
         0xc1b6c20 s Context>handleSignal:
         0xc1c1450 s Context>handleSignal:
         0xc1cbc80 s Context>handleSignal:
         0xc1d64b0 s Context>handleSignal:
         0xc1e0ce0 s Context>handleSignal:
         0xc1eb510 s Context>handleSignal:
         0xc1f5d40 s Context>handleSignal:
         0xc200570 s Context>handleSignal:
         0xc20ada0 s Context>handleSignal:
         0xc2155d0 s Context>handleSignal:
         0xc21fe00 s Context>handleSignal:
         0xc22a630 s Context>handleSignal:
         0xc234e60 s Context>handleSignal:
         0xc23f690 s Context>handleSignal:
         0xc249ec0 s Context>handleSignal:
         0xc2546f0 s Context>handleSignal:
         0xc25ef20 s Context>handleSignal:
         0xc266390 s Context>handleSignal:
         0xb7df708 s Context>handleSignal:
         0xb7e9ff0 s Context>handleSignal:
         0xb7f48d8 s Context>handleSignal:
         0xb7ff1c0 s Context>handleSignal:
         0xb809aa8 s Context>handleSignal:
         0xb814390 s Context>handleSignal:
         0xb81ec78 s Context>handleSignal:
         0xb829560 s Context>handleSignal:
         0xb833e48 s Context>handleSignal:
         0xb83e730 s Context>handleSignal:
         0xb849018 s Context>handleSignal:
         0xb853900 s Context>handleSignal:
         0xb85e1e8 s Context>handleSignal:
         0xb868ad0 s Context>handleSignal:
         0xb8733b8 s Context>handleSignal:
         0xb87dca0 s Context>handleSignal:
         0xb888588 s Context>handleSignal:
         0xb892e70 s Context>handleSignal:
         0xb89d758 s Context>handleSignal:
         0xb8a8040 s Context>handleSignal:
         0xb8b2928 s Context>handleSignal:
         0xb8bd210 s Context>handleSignal:
         0xb8c7af8 s Context>handleSignal:
         0xb8d23e0 s Context>handleSignal:
         0xb8dccc8 s Context>handleSignal:
         0xb8e75b0 s Context>handleSignal:
         0xb8f1e98 s Context>handleSignal:
         0xb8fc780 s Context>handleSignal:
         0xb907068 s Context>handleSignal:
         0xb911950 s Context>handleSignal:
         0xb91c238 s Context>handleSignal:
         0xb926b20 s Context>handleSignal:
         0xb931408 s Context>handleSignal:
         0xb93bcf0 s Context>handleSignal:
         0xb9465d8 s Context>handleSignal:
         0xb950ec0 s Context>handleSignal:
         0xb95b7a8 s Context>handleSignal:
         0xb966090 s Context>handleSignal:
         0xb970978 s Context>handleSignal:
         0xb97b260 s Context>handleSignal:
         0xb985b48 s Context>handleSignal:
         0xb990430 s Context>handleSignal:
         0xb99ad18 s Context>handleSignal:
         0xb9a5600 s Context>handleSignal:
         0xb9afee8 s Context>handleSignal:
         0xb9ba7d0 s Context>handleSignal:
         0xb9c50b8 s Context>handleSignal:
         0xb9cf9a0 s Context>handleSignal:
         0xb9da288 s Context>handleSignal:
         0xb9e4b70 s Context>handleSignal:
         0xb9ef458 s Context>handleSignal:
         0xb9f9d40 s Context>handleSignal:
         0xba04628 s Context>handleSignal:
         0xba0ef10 s Context>handleSignal:
         0xba197f8 s Context>handleSignal:
         0xba240e0 s Context>handleSignal:
         0xba2e9c8 s Context>handleSignal:
         0xba392b0 s Context>handleSignal:
         0xb419160 s Context>handleSignal:
         0xb41fa50 s Context>handleSignal:
         0xb4270b8 s Context>handleSignal:
         0xb42dac8 s Context>handleSignal:
         0xb434ec8 s Context>handleSignal:
         0xb43bfb0 s Context>handleSignal:
         0xb442e70 s Context>handleSignal:
         0xb449030 s Context>handleSignal:
         0xb44f1f0 s Context>handleSignal:
         0xb4552f8 s Context>handleSignal:
         0xb45b348 s Context>handleSignal:
         0xb461398 s Context>handleSignal:
         0xb4673e8 s Context>handleSignal:
         0xb46d438 s Context>handleSignal:
         0xb473488 s Context>handleSignal:
         0xb4794d8 s Context>handleSignal:
         0xb47f528 s Context>handleSignal:
         0xb485578 s Context>handleSignal:
         0xb48b5c8 s Context>handleSignal:
         0xb491618 s Context>handleSignal:
         0xb497668 s Context>handleSignal:
         0xb49d6b8 s Context>handleSignal:
         0xb4a3708 s Context>handleSignal:
         0xb4a9758 s Context>handleSignal:
         0xb4af7a8 s Context>handleSignal:
         0xb4b57f8 s Context>handleSignal:
         0xb4bb848 s Context>handleSignal:
         0xb4c1898 s Context>handleSignal:
         0xb4c78e8 s Context>handleSignal:
         0xb4cd938 s Context>handleSignal:
         0xb4d38d0 s Context>handleSignal:
         0xb4d9868 s Context>handleSignal:
         0xb4df800 s Context>handleSignal:
         0xb4e5798 s Context>handleSignal:
         0xb4eb730 s Context>handleSignal:
         0xb4f16c8 s Context>handleSignal:
         0xb4f7660 s Context>handleSignal:
         0xb4fd5f8 s Context>handleSignal:
         0xb503590 s Context>handleSignal:
         0xb509528 s Context>handleSignal:
         0xb50f4c0 s Context>handleSignal:
         0xb515458 s Context>handleSignal:
         0xb51b3f0 s Context>handleSignal:
         0xb521388 s Context>handleSignal:
         0xb527320 s Context>handleSignal:
         0xb52d2b8 s Context>handleSignal:
         0xb533250 s Context>handleSignal:
         0xb5391e8 s Context>handleSignal:
         0xb53f180 s Context>handleSignal:
         0xb545118 s Context>handleSignal:
         0xb54b0b0 s Context>handleSignal:
         0xb551048 s Context>handleSignal:
         0xb556fe0 s Context>handleSignal:
         0xb55cf78 s Context>handleSignal:
         0xb562f10 s Context>handleSignal:
         0xb568ea8 s Context>handleSignal:
         0xb56ee40 s Context>handleSignal:
         0xb574dd8 s Context>handleSignal:
         0xb57ad70 s Context>handleSignal:
         0xb580d08 s Context>handleSignal:
         0xb586ca0 s Context>handleSignal:
         0xb58cc38 s Context>handleSignal:
         0xb592bd0 s Context>handleSignal:
         0xb598b68 s Context>handleSignal:
         0xb59eb00 s Context>handleSignal:
         0xb5a4a98 s Context>handleSignal:
         0xb5aaa30 s Context>handleSignal:
         0xb5b09c8 s Context>handleSignal:
         0xb5b6960 s Context>handleSignal:
         0xb5bc8f8 s Context>handleSignal:
         0xb5c2890 s Context>handleSignal:
         0xb5c8828 s Context>handleSignal:
         0xb5ce7c0 s Context>handleSignal:
         0xb5d4758 s Context>handleSignal:
         0xb5da6f0 s Context>handleSignal:
         0xb5e0688 s Context>handleSignal:
         0xb5e6620 s Context>handleSignal:
         0xb5ec5b8 s Context>handleSignal:
         0xb5f2550 s Context>handleSignal:
         0xb5f84e8 s Context>handleSignal:
         0xb5fe480 s Context>handleSignal:
         0xb604418 s Context>handleSignal:
         0xb60a3b0 s Context>handleSignal:
         0xb610348 s Context>handleSignal:
         0xb6162e0 s Context>handleSignal:
         0xb61c278 s Context>handleSignal:
         0xb622210 s Context>handleSignal:
         0xb6281a8 s Context>handleSignal:
         0xb62e140 s Context>handleSignal:
         0xb6340d8 s Context>handleSignal:
         0xb63a070 s Context>handleSignal:
         0xb640008 s Context>handleSignal:
         0xb645fa0 s Context>handleSignal:
         0xb64bf38 s Context>handleSignal:
         0xb651ed0 s Context>handleSignal:
         0xb657e68 s Context>handleSignal:
         0xb65dd48 s Context>handleSignal:
         0xb663b70 s Context>handleSignal:
         0xb6698e0 s Context>handleSignal:
         0xb66f598 s Context>handleSignal:
         0xb675198 s Context>handleSignal:
         0xb67ace0 s Context>handleSignal:
         0xb680770 s Context>handleSignal:
         0xb686148 s Context>handleSignal:
         0xb68ba68 s Context>handleSignal:
         0xb6912d0 s Context>handleSignal:
         0xb696a80 s Context>handleSignal:
         0xb69c178 s Context>handleSignal:
         0xb6a17b8 s Context>handleSignal:
         0xb6a6d40 s Context>handleSignal:
         0xb6ac210 s Context>handleSignal:
         0xb6b1628 s Context>handleSignal:
         0xb6b6988 s Context>handleSignal:
         0xb6bbc30 s Context>handleSignal:
         0xb6c0e20 s Context>handleSignal:
         0xb6c5f58 s Context>handleSignal:
         0xb6cafd8 s Context>handleSignal:
         0xb6cffa0 s Context>handleSignal:
         0xb6d4eb0 s Context>handleSignal:
         0xb6d9d08 s Context>handleSignal:
         0xb6deaa8 s Context>handleSignal:
         0xb6e3790 s Context>handleSignal:
         0xb6e83c0 s Context>handleSignal:
         0xb6ecf38 s Context>handleSignal:
         0xb6f19f8 s Context>handleSignal:
         0xb6f6400 s Context>handleSignal:
         0xb6fad50 s Context>handleSignal:
         0xb6ff5e8 s Context>handleSignal:
         0xb703dc8 s Context>handleSignal:
         0xb7084f0 s Context>handleSignal:
         0xb70cb60 s Context>handleSignal:
         0xb711118 s Context>handleSignal:
         0xb715618 s Context>handleSignal:
         0xb719a60 s Context>handleSignal:
         0xb71ddf0 s Context>handleSignal:
         0xb7220c8 s Context>handleSignal:
         0xb7262e8 s Context>handleSignal:
         0xb72a450 s Context>handleSignal:
         0xb72e500 s Context>handleSignal:
         0xb7324f8 s Context>handleSignal:
         0xb736438 s Context>handleSignal:
         0xb73a2c0 s Context>handleSignal:
         0xb73e090 s Context>handleSignal:
         0xb741da8 s Context>handleSignal:
         0xb745a08 s Context>handleSignal:
         0xb7495b0 s Context>handleSignal:
         0xb74d0a0 s Context>handleSignal:
         0xb750ad8 s Context>handleSignal:
         0xb754458 s Context>handleSignal:
         0xb757d20 s Context>handleSignal:
         0xb75b530 s Context>handleSignal:
         0xb75ec88 s Context>handleSignal:
         0xb762328 s Context>handleSignal:
         0xb765910 s Context>handleSignal:
         0xbf7e5c0 s Halt(Exception)>signal
         0xbf996e8 s Halt class(Exception class)>signal
         0xbfc25f8 s Halt class>now
         0xbfb36f0 s FullBlockClosure(Object)>halt
         0xbfe4230 s FullBlockClosure>printOn:
         0xc006b68 s Context>printOn:
         0xc02d468 s Context>printDebugOn:
         0xc02d748 s [] in Context>debugStack:on:
         0xc052b40 s OrderedCollection>do:
         0xbfb3478 s Context>debugStack:on:
         0xbfe3fe0 s Context>shortDebugStackOn:
         0xc006930 s [] in SmalltalkImage>logError:inContext:
         0xc02d188 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79a48 s FullBlockClosure(BlockClosure)>on:do:
         0xbf93970 s SmalltalkImage>logStdErrorDuring:
         0xbfbcd00 s SmalltalkImage>logError:inContext:
         0xbfec358 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00f068 s FullBlockClosure(BlockClosure)>ensure:
         0xc0377d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0578e0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc068078 s Halt(Exception)>unhandledErrorAction
         0xc07d8f0 s Halt(UnhandledException)>defaultAction
         0xc0b25e0 s UndefinedObject>handleSignal:
         0xc0b2698 s Context>handleSignal:
         0xc0b2750 s Context>handleSignal:
         0xc0b2808 s Context>handleSignal:
         0xc0b28c0 s Context>handleSignal:
         0xc0b2978 s Context>handleSignal:
         0xc0b2a30 s Context>handleSignal:
         0xc0b2ae8 s Context>handleSignal:
         0xc0b2ba0 s Context>handleSignal:
         0xc0b2c58 s Context>handleSignal:
         0xc0b2d10 s Context>handleSignal:
         0xc102a18 s Context>handleSignal:
         0xc10e138 s Context>handleSignal:
         0xc118fe0 s Context>handleSignal:
         0xc1238c8 s Context>handleSignal:
         0xc12e0f8 s Context>handleSignal:
         0xc138928 s Context>handleSignal:
         0xc143158 s Context>handleSignal:
         0xc14d988 s Context>handleSignal:
         0xc1581b8 s Context>handleSignal:
         0xc1629e8 s Context>handleSignal:
         0xc16d218 s Context>handleSignal:
         0xc177a48 s Context>handleSignal:
         0xc182278 s Context>handleSignal:
         0xc18caa8 s Context>handleSignal:
         0xc1972d8 s Context>handleSignal:
         0xc1a1b08 s Context>handleSignal:
         0xc1ac338 s Context>handleSignal:
         0xc1b6b68 s Context>handleSignal:
         0xc1c1398 s Context>handleSignal:
         0xc1cbbc8 s Context>handleSignal:
         0xc1d63f8 s Context>handleSignal:
         0xc1e0c28 s Context>handleSignal:
         0xc1eb458 s Context>handleSignal:
         0xc1f5c88 s Context>handleSignal:
         0xc2004b8 s Context>handleSignal:
         0xc20ace8 s Context>handleSignal:
         0xc215518 s Context>handleSignal:
         0xc21fd48 s Context>handleSignal:
         0xc22a578 s Context>handleSignal:
         0xc234da8 s Context>handleSignal:
         0xc23f5d8 s Context>handleSignal:
         0xc249e08 s Context>handleSignal:
         0xc254638 s Context>handleSignal:
         0xc25ee68 s Context>handleSignal:
         0xc2662d8 s Context>handleSignal:
         0xb7df650 s Context>handleSignal:
         0xb7e9f38 s Context>handleSignal:
         0xb7f4820 s Context>handleSignal:
         0xb7ff108 s Context>handleSignal:
         0xb8099f0 s Context>handleSignal:
         0xb8142d8 s Context>handleSignal:
         0xb81ebc0 s Context>handleSignal:
         0xb8294a8 s Context>handleSignal:
         0xb833d90 s Context>handleSignal:
         0xb83e678 s Context>handleSignal:
         0xb848f60 s Context>handleSignal:
         0xb853848 s Context>handleSignal:
         0xb85e130 s Context>handleSignal:
         0xb868a18 s Context>handleSignal:
         0xb873300 s Context>handleSignal:
         0xb87dbe8 s Context>handleSignal:
         0xb8884d0 s Context>handleSignal:
         0xb892db8 s Context>handleSignal:
         0xb89d6a0 s Context>handleSignal:
         0xb8a7f88 s Context>handleSignal:
         0xb8b2870 s Context>handleSignal:
         0xb8bd158 s Context>handleSignal:
         0xb8c7a40 s Context>handleSignal:
         0xb8d2328 s Context>handleSignal:
         0xb8dcc10 s Context>handleSignal:
         0xb8e74f8 s Context>handleSignal:
         0xb8f1de0 s Context>handleSignal:
         0xb8fc6c8 s Context>handleSignal:
         0xb906fb0 s Context>handleSignal:
         0xb911898 s Context>handleSignal:
         0xb91c180 s Context>handleSignal:
         0xb926a68 s Context>handleSignal:
         0xb931350 s Context>handleSignal:
         0xb93bc38 s Context>handleSignal:
         0xb946520 s Context>handleSignal:
         0xb950e08 s Context>handleSignal:
         0xb95b6f0 s Context>handleSignal:
         0xb965fd8 s Context>handleSignal:
         0xb9708c0 s Context>handleSignal:
         0xb97b1a8 s Context>handleSignal:
         0xb985a90 s Context>handleSignal:
         0xb990378 s Context>handleSignal:
         0xb99ac60 s Context>handleSignal:
         0xb9a5548 s Context>handleSignal:
         0xb9afe30 s Context>handleSignal:
         0xb9ba718 s Context>handleSignal:
         0xb9c5000 s Context>handleSignal:
         0xb9cf8e8 s Context>handleSignal:
         0xb9da1d0 s Context>handleSignal:
         0xb9e4ab8 s Context>handleSignal:
         0xb9ef3a0 s Context>handleSignal:
         0xb9f9c88 s Context>handleSignal:
         0xba04570 s Context>handleSignal:
         0xba0ee58 s Context>handleSignal:
         0xba19740 s Context>handleSignal:
         0xba24028 s Context>handleSignal:
         0xba2e910 s Context>handleSignal:
         0xba391f8 s Context>handleSignal:
         0xb4190a8 s Context>handleSignal:
         0xb41f998 s Context>handleSignal:
         0xb427000 s Context>handleSignal:
         0xb42da10 s Context>handleSignal:
         0xb434e10 s Context>handleSignal:
         0xb43bef8 s Context>handleSignal:
         0xb442db8 s Context>handleSignal:
         0xb448f78 s Context>handleSignal:
         0xb44f138 s Context>handleSignal:
         0xb455240 s Context>handleSignal:
         0xb45b290 s Context>handleSignal:
         0xb4612e0 s Context>handleSignal:
         0xb467330 s Context>handleSignal:
         0xb46d380 s Context>handleSignal:
         0xb4733d0 s Context>handleSignal:
         0xb479420 s Context>handleSignal:
         0xb47f470 s Context>handleSignal:
         0xb4854c0 s Context>handleSignal:
         0xb48b510 s Context>handleSignal:
         0xb491560 s Context>handleSignal:
         0xb4975b0 s Context>handleSignal:
         0xb49d600 s Context>handleSignal:
         0xb4a3650 s Context>handleSignal:
         0xb4a96a0 s Context>handleSignal:
         0xb4af6f0 s Context>handleSignal:
         0xb4b5740 s Context>handleSignal:
         0xb4bb790 s Context>handleSignal:
         0xb4c17e0 s Context>handleSignal:
         0xb4c7830 s Context>handleSignal:
         0xb4cd880 s Context>handleSignal:
         0xb4d3818 s Context>handleSignal:
         0xb4d97b0 s Context>handleSignal:
         0xb4df748 s Context>handleSignal:
         0xb4e56e0 s Context>handleSignal:
         0xb4eb678 s Context>handleSignal:
         0xb4f1610 s Context>handleSignal:
         0xb4f75a8 s Context>handleSignal:
         0xb4fd540 s Context>handleSignal:
         0xb5034d8 s Context>handleSignal:
         0xb509470 s Context>handleSignal:
         0xb50f408 s Context>handleSignal:
         0xb5153a0 s Context>handleSignal:
         0xb51b338 s Context>handleSignal:
         0xb5212d0 s Context>handleSignal:
         0xb527268 s Context>handleSignal:
         0xb52d200 s Context>handleSignal:
         0xb533198 s Context>handleSignal:
         0xb539130 s Context>handleSignal:
         0xb53f0c8 s Context>handleSignal:
         0xb545060 s Context>handleSignal:
         0xb54aff8 s Context>handleSignal:
         0xb550f90 s Context>handleSignal:
         0xb556f28 s Context>handleSignal:
         0xb55cec0 s Context>handleSignal:
         0xb562e58 s Context>handleSignal:
         0xb568df0 s Context>handleSignal:
         0xb56ed88 s Context>handleSignal:
         0xb574d20 s Context>handleSignal:
         0xb57acb8 s Context>handleSignal:
         0xb580c50 s Context>handleSignal:
         0xb586be8 s Context>handleSignal:
         0xb58cb80 s Context>handleSignal:
         0xb592b18 s Context>handleSignal:
         0xb598ab0 s Context>handleSignal:
         0xb59ea48 s Context>handleSignal:
         0xb5a49e0 s Context>handleSignal:
         0xb5aa978 s Context>handleSignal:
         0xb5b0910 s Context>handleSignal:
         0xb5b68a8 s Context>handleSignal:
         0xb5bc840 s Context>handleSignal:
         0xb5c27d8 s Context>handleSignal:
         0xb5c8770 s Context>handleSignal:
         0xb5ce708 s Context>handleSignal:
         0xb5d46a0 s Context>handleSignal:
         0xb5da638 s Context>handleSignal:
         0xb5e05d0 s Context>handleSignal:
         0xb5e6568 s Context>handleSignal:
         0xb5ec500 s Context>handleSignal:
         0xb5f2498 s Context>handleSignal:
         0xb5f8430 s Context>handleSignal:
         0xb5fe3c8 s Context>handleSignal:
         0xb604360 s Context>handleSignal:
         0xb60a2f8 s Context>handleSignal:
         0xb610290 s Context>handleSignal:
         0xb616228 s Context>handleSignal:
         0xb61c1c0 s Context>handleSignal:
         0xb622158 s Context>handleSignal:
         0xb6280f0 s Context>handleSignal:
         0xb62e088 s Context>handleSignal:
         0xb634020 s Context>handleSignal:
         0xb639fb8 s Context>handleSignal:
         0xb63ff50 s Context>handleSignal:
         0xb645ee8 s Context>handleSignal:
         0xb64be80 s Context>handleSignal:
         0xb651e18 s Context>handleSignal:
         0xb657db0 s Context>handleSignal:
         0xb65dc90 s Context>handleSignal:
         0xb663ab8 s Context>handleSignal:
         0xb669828 s Context>handleSignal:
         0xb66f4e0 s Context>handleSignal:
         0xb6750e0 s Context>handleSignal:
         0xb67ac28 s Context>handleSignal:
         0xb6806b8 s Context>handleSignal:
         0xb686090 s Context>handleSignal:
         0xb68b9b0 s Context>handleSignal:
         0xb691218 s Context>handleSignal:
         0xb6969c8 s Context>handleSignal:
         0xb69c0c0 s Context>handleSignal:
         0xb6a1700 s Context>handleSignal:
         0xb6a6c88 s Context>handleSignal:
         0xb6ac158 s Context>handleSignal:
         0xb6b1570 s Context>handleSignal:
         0xb6b68d0 s Context>handleSignal:
         0xb6bbb78 s Context>handleSignal:
         0xb6c0d68 s Context>handleSignal:
         0xb6c5ea0 s Context>handleSignal:
         0xb6caf20 s Context>handleSignal:
         0xb6cfee8 s Context>handleSignal:
         0xb6d4df8 s Context>handleSignal:
         0xb6d9c50 s Context>handleSignal:
         0xb6de9f0 s Context>handleSignal:
         0xb6e36d8 s Context>handleSignal:
         0xb6e8308 s Context>handleSignal:
         0xb6ece80 s Context>handleSignal:
         0xb6f1940 s Context>handleSignal:
         0xb6f6348 s Context>handleSignal:
         0xb6fac98 s Context>handleSignal:
         0xb6ff530 s Context>handleSignal:
         0xb703d10 s Context>handleSignal:
         0xb708438 s Context>handleSignal:
         0xb70caa8 s Context>handleSignal:
         0xb711060 s Context>handleSignal:
         0xb715560 s Context>handleSignal:
         0xb7199a8 s Context>handleSignal:
         0xb71dd38 s Context>handleSignal:
         0xb722010 s Context>handleSignal:
         0xb726230 s Context>handleSignal:
         0xb72a398 s Context>handleSignal:
         0xb72e448 s Context>handleSignal:
         0xb732440 s Context>handleSignal:
         0xb736380 s Context>handleSignal:
         0xb73a208 s Context>handleSignal:
         0xb73dfd8 s Context>handleSignal:
         0xb741cf0 s Context>handleSignal:
         0xb745950 s Context>handleSignal:
         0xb7494f8 s Context>handleSignal:
         0xb74cfe8 s Context>handleSignal:
         0xb750a20 s Context>handleSignal:
         0xb7543a0 s Context>handleSignal:
         0xb757c68 s Context>handleSignal:
         0xb75b478 s Context>handleSignal:
         0xb75ebd0 s Context>handleSignal:
         0xb762270 s Context>handleSignal:
         0xbf7e508 s Halt(Exception)>signal
         0xbf99630 s Halt class(Exception class)>signal
         0xbfc2540 s Halt class>now
         0xbfb3530 s FullBlockClosure(Object)>halt
         0xbfe4098 s FullBlockClosure>printOn:
         0xc0069e8 s Context>printOn:
         0xc02d240 s Context>printDebugOn:
         0xc02d520 s [] in Context>debugStack:on:
         0xc052a88 s OrderedCollection>do:
         0xbfb32b8 s Context>debugStack:on:
         0xbfe3e48 s Context>shortDebugStackOn:
         0xc0067b0 s [] in SmalltalkImage>logError:inContext:
         0xc02cf60 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79990 s FullBlockClosure(BlockClosure)>on:do:
         0xbf93858 s SmalltalkImage>logStdErrorDuring:
         0xbfbcc00 s SmalltalkImage>logError:inContext:
         0xbfec290 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00ef78 s FullBlockClosure(BlockClosure)>ensure:
         0xc0376f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057828 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067fc0 s Halt(Exception)>unhandledErrorAction
         0xc07d838 s Halt(UnhandledException)>defaultAction
         0xc0b1df8 s UndefinedObject>handleSignal:
         0xc0b1eb0 s Context>handleSignal:
         0xc0b1f68 s Context>handleSignal:
         0xc0b2020 s Context>handleSignal:
         0xc0b20d8 s Context>handleSignal:
         0xc0b2190 s Context>handleSignal:
         0xc0b2248 s Context>handleSignal:
         0xc0b2300 s Context>handleSignal:
         0xc0b23b8 s Context>handleSignal:
         0xc0b2470 s Context>handleSignal:
         0xc0b2528 s Context>handleSignal:
         0xc102960 s Context>handleSignal:
         0xc10e080 s Context>handleSignal:
         0xc118f28 s Context>handleSignal:
         0xc123810 s Context>handleSignal:
         0xc12e040 s Context>handleSignal:
         0xc138870 s Context>handleSignal:
         0xc1430a0 s Context>handleSignal:
         0xc14d8d0 s Context>handleSignal:
         0xc158100 s Context>handleSignal:
         0xc162930 s Context>handleSignal:
         0xc16d160 s Context>handleSignal:
         0xc177990 s Context>handleSignal:
         0xc1821c0 s Context>handleSignal:
         0xc18c9f0 s Context>handleSignal:
         0xc197220 s Context>handleSignal:
         0xc1a1a50 s Context>handleSignal:
         0xc1ac280 s Context>handleSignal:
         0xc1b6ab0 s Context>handleSignal:
         0xc1c12e0 s Context>handleSignal:
         0xc1cbb10 s Context>handleSignal:
         0xc1d6340 s Context>handleSignal:
         0xc1e0b70 s Context>handleSignal:
         0xc1eb3a0 s Context>handleSignal:
         0xc1f5bd0 s Context>handleSignal:
         0xc200400 s Context>handleSignal:
         0xc20ac30 s Context>handleSignal:
         0xc215460 s Context>handleSignal:
         0xc21fc90 s Context>handleSignal:
         0xc22a4c0 s Context>handleSignal:
         0xc234cf0 s Context>handleSignal:
         0xc23f520 s Context>handleSignal:
         0xc249d50 s Context>handleSignal:
         0xc254580 s Context>handleSignal:
         0xc25edb0 s Context>handleSignal:
         0xc266220 s Context>handleSignal:
         0xb7df598 s Context>handleSignal:
         0xb7e9e80 s Context>handleSignal:
         0xb7f4768 s Context>handleSignal:
         0xb7ff050 s Context>handleSignal:
         0xb809938 s Context>handleSignal:
         0xb814220 s Context>handleSignal:
         0xb81eb08 s Context>handleSignal:
         0xb8293f0 s Context>handleSignal:
         0xb833cd8 s Context>handleSignal:
         0xb83e5c0 s Context>handleSignal:
         0xb848ea8 s Context>handleSignal:
         0xb853790 s Context>handleSignal:
         0xb85e078 s Context>handleSignal:
         0xb868960 s Context>handleSignal:
         0xb873248 s Context>handleSignal:
         0xb87db30 s Context>handleSignal:
         0xb888418 s Context>handleSignal:
         0xb892d00 s Context>handleSignal:
         0xb89d5e8 s Context>handleSignal:
         0xb8a7ed0 s Context>handleSignal:
         0xb8b27b8 s Context>handleSignal:
         0xb8bd0a0 s Context>handleSignal:
         0xb8c7988 s Context>handleSignal:
         0xb8d2270 s Context>handleSignal:
         0xb8dcb58 s Context>handleSignal:
         0xb8e7440 s Context>handleSignal:
         0xb8f1d28 s Context>handleSignal:
         0xb8fc610 s Context>handleSignal:
         0xb906ef8 s Context>handleSignal:
         0xb9117e0 s Context>handleSignal:
         0xb91c0c8 s Context>handleSignal:
         0xb9269b0 s Context>handleSignal:
         0xb931298 s Context>handleSignal:
         0xb93bb80 s Context>handleSignal:
         0xb946468 s Context>handleSignal:
         0xb950d50 s Context>handleSignal:
         0xb95b638 s Context>handleSignal:
         0xb965f20 s Context>handleSignal:
         0xb970808 s Context>handleSignal:
         0xb97b0f0 s Context>handleSignal:
         0xb9859d8 s Context>handleSignal:
         0xb9902c0 s Context>handleSignal:
         0xb99aba8 s Context>handleSignal:
         0xb9a5490 s Context>handleSignal:
         0xb9afd78 s Context>handleSignal:
         0xb9ba660 s Context>handleSignal:
         0xb9c4f48 s Context>handleSignal:
         0xb9cf830 s Context>handleSignal:
         0xb9da118 s Context>handleSignal:
         0xb9e4a00 s Context>handleSignal:
         0xb9ef2e8 s Context>handleSignal:
         0xb9f9bd0 s Context>handleSignal:
         0xba044b8 s Context>handleSignal:
         0xba0eda0 s Context>handleSignal:
         0xba19688 s Context>handleSignal:
         0xba23f70 s Context>handleSignal:
         0xba2e858 s Context>handleSignal:
         0xba39140 s Context>handleSignal:
         0xb418ff0 s Context>handleSignal:
         0xb41f8e0 s Context>handleSignal:
         0xb426f48 s Context>handleSignal:
         0xb42d958 s Context>handleSignal:
         0xb434d58 s Context>handleSignal:
         0xb43be40 s Context>handleSignal:
         0xb442d00 s Context>handleSignal:
         0xb448ec0 s Context>handleSignal:
         0xb44f080 s Context>handleSignal:
         0xb455188 s Context>handleSignal:
         0xb45b1d8 s Context>handleSignal:
         0xb461228 s Context>handleSignal:
         0xb467278 s Context>handleSignal:
         0xb46d2c8 s Context>handleSignal:
         0xb473318 s Context>handleSignal:
         0xb479368 s Context>handleSignal:
         0xb47f3b8 s Context>handleSignal:
         0xb485408 s Context>handleSignal:
         0xb48b458 s Context>handleSignal:
         0xb4914a8 s Context>handleSignal:
         0xb4974f8 s Context>handleSignal:
         0xb49d548 s Context>handleSignal:
         0xb4a3598 s Context>handleSignal:
         0xb4a95e8 s Context>handleSignal:
         0xb4af638 s Context>handleSignal:
         0xb4b5688 s Context>handleSignal:
         0xb4bb6d8 s Context>handleSignal:
         0xb4c1728 s Context>handleSignal:
         0xb4c7778 s Context>handleSignal:
         0xb4cd7c8 s Context>handleSignal:
         0xb4d3760 s Context>handleSignal:
         0xb4d96f8 s Context>handleSignal:
         0xb4df690 s Context>handleSignal:
         0xb4e5628 s Context>handleSignal:
         0xb4eb5c0 s Context>handleSignal:
         0xb4f1558 s Context>handleSignal:
         0xb4f74f0 s Context>handleSignal:
         0xb4fd488 s Context>handleSignal:
         0xb503420 s Context>handleSignal:
         0xb5093b8 s Context>handleSignal:
         0xb50f350 s Context>handleSignal:
         0xb5152e8 s Context>handleSignal:
         0xb51b280 s Context>handleSignal:
         0xb521218 s Context>handleSignal:
         0xb5271b0 s Context>handleSignal:
         0xb52d148 s Context>handleSignal:
         0xb5330e0 s Context>handleSignal:
         0xb539078 s Context>handleSignal:
         0xb53f010 s Context>handleSignal:
         0xb544fa8 s Context>handleSignal:
         0xb54af40 s Context>handleSignal:
         0xb550ed8 s Context>handleSignal:
         0xb556e70 s Context>handleSignal:
         0xb55ce08 s Context>handleSignal:
         0xb562da0 s Context>handleSignal:
         0xb568d38 s Context>handleSignal:
         0xb56ecd0 s Context>handleSignal:
         0xb574c68 s Context>handleSignal:
         0xb57ac00 s Context>handleSignal:
         0xb580b98 s Context>handleSignal:
         0xb586b30 s Context>handleSignal:
         0xb58cac8 s Context>handleSignal:
         0xb592a60 s Context>handleSignal:
         0xb5989f8 s Context>handleSignal:
         0xb59e990 s Context>handleSignal:
         0xb5a4928 s Context>handleSignal:
         0xb5aa8c0 s Context>handleSignal:
         0xb5b0858 s Context>handleSignal:
         0xb5b67f0 s Context>handleSignal:
         0xb5bc788 s Context>handleSignal:
         0xb5c2720 s Context>handleSignal:
         0xb5c86b8 s Context>handleSignal:
         0xb5ce650 s Context>handleSignal:
         0xb5d45e8 s Context>handleSignal:
         0xb5da580 s Context>handleSignal:
         0xb5e0518 s Context>handleSignal:
         0xb5e64b0 s Context>handleSignal:
         0xb5ec448 s Context>handleSignal:
         0xb5f23e0 s Context>handleSignal:
         0xb5f8378 s Context>handleSignal:
         0xb5fe310 s Context>handleSignal:
         0xb6042a8 s Context>handleSignal:
         0xb60a240 s Context>handleSignal:
         0xb6101d8 s Context>handleSignal:
         0xb616170 s Context>handleSignal:
         0xb61c108 s Context>handleSignal:
         0xb6220a0 s Context>handleSignal:
         0xb628038 s Context>handleSignal:
         0xb62dfd0 s Context>handleSignal:
         0xb633f68 s Context>handleSignal:
         0xb639f00 s Context>handleSignal:
         0xb63fe98 s Context>handleSignal:
         0xb645e30 s Context>handleSignal:
         0xb64bdc8 s Context>handleSignal:
         0xb651d60 s Context>handleSignal:
         0xb657cf8 s Context>handleSignal:
         0xb65dbd8 s Context>handleSignal:
         0xb663a00 s Context>handleSignal:
         0xb669770 s Context>handleSignal:
         0xb66f428 s Context>handleSignal:
         0xb675028 s Context>handleSignal:
         0xb67ab70 s Context>handleSignal:
         0xb680600 s Context>handleSignal:
         0xb685fd8 s Context>handleSignal:
         0xb68b8f8 s Context>handleSignal:
         0xb691160 s Context>handleSignal:
         0xb696910 s Context>handleSignal:
         0xb69c008 s Context>handleSignal:
         0xb6a1648 s Context>handleSignal:
         0xb6a6bd0 s Context>handleSignal:
         0xb6ac0a0 s Context>handleSignal:
         0xb6b14b8 s Context>handleSignal:
         0xb6b6818 s Context>handleSignal:
         0xb6bbac0 s Context>handleSignal:
         0xb6c0cb0 s Context>handleSignal:
         0xb6c5de8 s Context>handleSignal:
         0xb6cae68 s Context>handleSignal:
         0xb6cfe30 s Context>handleSignal:
         0xb6d4d40 s Context>handleSignal:
         0xb6d9b98 s Context>handleSignal:
         0xb6de938 s Context>handleSignal:
         0xb6e3620 s Context>handleSignal:
         0xb6e8250 s Context>handleSignal:
         0xb6ecdc8 s Context>handleSignal:
         0xb6f1888 s Context>handleSignal:
         0xb6f6290 s Context>handleSignal:
         0xb6fabe0 s Context>handleSignal:
         0xb6ff478 s Context>handleSignal:
         0xb703c58 s Context>handleSignal:
         0xb708380 s Context>handleSignal:
         0xb70c9f0 s Context>handleSignal:
         0xb710fa8 s Context>handleSignal:
         0xb7154a8 s Context>handleSignal:
         0xb7198f0 s Context>handleSignal:
         0xb71dc80 s Context>handleSignal:
         0xb721f58 s Context>handleSignal:
         0xb726178 s Context>handleSignal:
         0xb72a2e0 s Context>handleSignal:
         0xb72e390 s Context>handleSignal:
         0xb732388 s Context>handleSignal:
         0xb7362c8 s Context>handleSignal:
         0xb73a150 s Context>handleSignal:
         0xb73df20 s Context>handleSignal:
         0xb741c38 s Context>handleSignal:
         0xb745898 s Context>handleSignal:
         0xb749440 s Context>handleSignal:
         0xb74cf30 s Context>handleSignal:
         0xb750968 s Context>handleSignal:
         0xb7542e8 s Context>handleSignal:
         0xb757bb0 s Context>handleSignal:
         0xb75b3c0 s Context>handleSignal:
         0xb75eb18 s Context>handleSignal:
         0xbf7e450 s Halt(Exception)>signal
         0xbf99578 s Halt class(Exception class)>signal
         0xbfc2488 s Halt class>now
         0xbfb3370 s FullBlockClosure(Object)>halt
         0xbfe3f00 s FullBlockClosure>printOn:
         0xc006868 s Context>printOn:
         0xc02d018 s Context>printDebugOn:
         0xc02d2f8 s [] in Context>debugStack:on:
         0xc0529d0 s OrderedCollection>do:
         0xbfb30f8 s Context>debugStack:on:
         0xbfe3cb0 s Context>shortDebugStackOn:
         0xc006630 s [] in SmalltalkImage>logError:inContext:
         0xc02cd38 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf798d8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf93740 s SmalltalkImage>logStdErrorDuring:
         0xbfbcb00 s SmalltalkImage>logError:inContext:
         0xbfec1c8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00ee88 s FullBlockClosure(BlockClosure)>ensure:
         0xc037618 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057770 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067f08 s Halt(Exception)>unhandledErrorAction
         0xc07d780 s Halt(UnhandledException)>defaultAction
         0xc0b1610 s UndefinedObject>handleSignal:
         0xc0b16c8 s Context>handleSignal:
         0xc0b1780 s Context>handleSignal:
         0xc0b1838 s Context>handleSignal:
         0xc0b18f0 s Context>handleSignal:
         0xc0b19a8 s Context>handleSignal:
         0xc0b1a60 s Context>handleSignal:
         0xc0b1b18 s Context>handleSignal:
         0xc0b1bd0 s Context>handleSignal:
         0xc0b1c88 s Context>handleSignal:
         0xc0b1d40 s Context>handleSignal:
         0xc1028a8 s Context>handleSignal:
         0xc10dfc8 s Context>handleSignal:
         0xc118e70 s Context>handleSignal:
         0xc123758 s Context>handleSignal:
         0xc12df88 s Context>handleSignal:
         0xc1387b8 s Context>handleSignal:
         0xc142fe8 s Context>handleSignal:
         0xc14d818 s Context>handleSignal:
         0xc158048 s Context>handleSignal:
         0xc162878 s Context>handleSignal:
         0xc16d0a8 s Context>handleSignal:
         0xc1778d8 s Context>handleSignal:
         0xc182108 s Context>handleSignal:
         0xc18c938 s Context>handleSignal:
         0xc197168 s Context>handleSignal:
         0xc1a1998 s Context>handleSignal:
         0xc1ac1c8 s Context>handleSignal:
         0xc1b69f8 s Context>handleSignal:
         0xc1c1228 s Context>handleSignal:
         0xc1cba58 s Context>handleSignal:
         0xc1d6288 s Context>handleSignal:
         0xc1e0ab8 s Context>handleSignal:
         0xc1eb2e8 s Context>handleSignal:
         0xc1f5b18 s Context>handleSignal:
         0xc200348 s Context>handleSignal:
         0xc20ab78 s Context>handleSignal:
         0xc2153a8 s Context>handleSignal:
         0xc21fbd8 s Context>handleSignal:
         0xc22a408 s Context>handleSignal:
         0xc234c38 s Context>handleSignal:
         0xc23f468 s Context>handleSignal:
         0xc249c98 s Context>handleSignal:
         0xc2544c8 s Context>handleSignal:
         0xc25ecf8 s Context>handleSignal:
         0xc266168 s Context>handleSignal:
         0xb7df4e0 s Context>handleSignal:
         0xb7e9dc8 s Context>handleSignal:
         0xb7f46b0 s Context>handleSignal:
         0xb7fef98 s Context>handleSignal:
         0xb809880 s Context>handleSignal:
         0xb814168 s Context>handleSignal:
         0xb81ea50 s Context>handleSignal:
         0xb829338 s Context>handleSignal:
         0xb833c20 s Context>handleSignal:
         0xb83e508 s Context>handleSignal:
         0xb848df0 s Context>handleSignal:
         0xb8536d8 s Context>handleSignal:
         0xb85dfc0 s Context>handleSignal:
         0xb8688a8 s Context>handleSignal:
         0xb873190 s Context>handleSignal:
         0xb87da78 s Context>handleSignal:
         0xb888360 s Context>handleSignal:
         0xb892c48 s Context>handleSignal:
         0xb89d530 s Context>handleSignal:
         0xb8a7e18 s Context>handleSignal:
         0xb8b2700 s Context>handleSignal:
         0xb8bcfe8 s Context>handleSignal:
         0xb8c78d0 s Context>handleSignal:
         0xb8d21b8 s Context>handleSignal:
         0xb8dcaa0 s Context>handleSignal:
         0xb8e7388 s Context>handleSignal:
         0xb8f1c70 s Context>handleSignal:
         0xb8fc558 s Context>handleSignal:
         0xb906e40 s Context>handleSignal:
         0xb911728 s Context>handleSignal:
         0xb91c010 s Context>handleSignal:
         0xb9268f8 s Context>handleSignal:
         0xb9311e0 s Context>handleSignal:
         0xb93bac8 s Context>handleSignal:
         0xb9463b0 s Context>handleSignal:
         0xb950c98 s Context>handleSignal:
         0xb95b580 s Context>handleSignal:
         0xb965e68 s Context>handleSignal:
         0xb970750 s Context>handleSignal:
         0xb97b038 s Context>handleSignal:
         0xb985920 s Context>handleSignal:
         0xb990208 s Context>handleSignal:
         0xb99aaf0 s Context>handleSignal:
         0xb9a53d8 s Context>handleSignal:
         0xb9afcc0 s Context>handleSignal:
         0xb9ba5a8 s Context>handleSignal:
         0xb9c4e90 s Context>handleSignal:
         0xb9cf778 s Context>handleSignal:
         0xb9da060 s Context>handleSignal:
         0xb9e4948 s Context>handleSignal:
         0xb9ef230 s Context>handleSignal:
         0xb9f9b18 s Context>handleSignal:
         0xba04400 s Context>handleSignal:
         0xba0ece8 s Context>handleSignal:
         0xba195d0 s Context>handleSignal:
         0xba23eb8 s Context>handleSignal:
         0xba2e7a0 s Context>handleSignal:
         0xba39088 s Context>handleSignal:
         0xb418f38 s Context>handleSignal:
         0xb41f828 s Context>handleSignal:
         0xb426e90 s Context>handleSignal:
         0xb42d8a0 s Context>handleSignal:
         0xb434ca0 s Context>handleSignal:
         0xb43bd88 s Context>handleSignal:
         0xb442c48 s Context>handleSignal:
         0xb448e08 s Context>handleSignal:
         0xb44efc8 s Context>handleSignal:
         0xb4550d0 s Context>handleSignal:
         0xb45b120 s Context>handleSignal:
         0xb461170 s Context>handleSignal:
         0xb4671c0 s Context>handleSignal:
         0xb46d210 s Context>handleSignal:
         0xb473260 s Context>handleSignal:
         0xb4792b0 s Context>handleSignal:
         0xb47f300 s Context>handleSignal:
         0xb485350 s Context>handleSignal:
         0xb48b3a0 s Context>handleSignal:
         0xb4913f0 s Context>handleSignal:
         0xb497440 s Context>handleSignal:
         0xb49d490 s Context>handleSignal:
         0xb4a34e0 s Context>handleSignal:
         0xb4a9530 s Context>handleSignal:
         0xb4af580 s Context>handleSignal:
         0xb4b55d0 s Context>handleSignal:
         0xb4bb620 s Context>handleSignal:
         0xb4c1670 s Context>handleSignal:
         0xb4c76c0 s Context>handleSignal:
         0xb4cd710 s Context>handleSignal:
         0xb4d36a8 s Context>handleSignal:
         0xb4d9640 s Context>handleSignal:
         0xb4df5d8 s Context>handleSignal:
         0xb4e5570 s Context>handleSignal:
         0xb4eb508 s Context>handleSignal:
         0xb4f14a0 s Context>handleSignal:
         0xb4f7438 s Context>handleSignal:
         0xb4fd3d0 s Context>handleSignal:
         0xb503368 s Context>handleSignal:
         0xb509300 s Context>handleSignal:
         0xb50f298 s Context>handleSignal:
         0xb515230 s Context>handleSignal:
         0xb51b1c8 s Context>handleSignal:
         0xb521160 s Context>handleSignal:
         0xb5270f8 s Context>handleSignal:
         0xb52d090 s Context>handleSignal:
         0xb533028 s Context>handleSignal:
         0xb538fc0 s Context>handleSignal:
         0xb53ef58 s Context>handleSignal:
         0xb544ef0 s Context>handleSignal:
         0xb54ae88 s Context>handleSignal:
         0xb550e20 s Context>handleSignal:
         0xb556db8 s Context>handleSignal:
         0xb55cd50 s Context>handleSignal:
         0xb562ce8 s Context>handleSignal:
         0xb568c80 s Context>handleSignal:
         0xb56ec18 s Context>handleSignal:
         0xb574bb0 s Context>handleSignal:
         0xb57ab48 s Context>handleSignal:
         0xb580ae0 s Context>handleSignal:
         0xb586a78 s Context>handleSignal:
         0xb58ca10 s Context>handleSignal:
         0xb5929a8 s Context>handleSignal:
         0xb598940 s Context>handleSignal:
         0xb59e8d8 s Context>handleSignal:
         0xb5a4870 s Context>handleSignal:
         0xb5aa808 s Context>handleSignal:
         0xb5b07a0 s Context>handleSignal:
         0xb5b6738 s Context>handleSignal:
         0xb5bc6d0 s Context>handleSignal:
         0xb5c2668 s Context>handleSignal:
         0xb5c8600 s Context>handleSignal:
         0xb5ce598 s Context>handleSignal:
         0xb5d4530 s Context>handleSignal:
         0xb5da4c8 s Context>handleSignal:
         0xb5e0460 s Context>handleSignal:
         0xb5e63f8 s Context>handleSignal:
         0xb5ec390 s Context>handleSignal:
         0xb5f2328 s Context>handleSignal:
         0xb5f82c0 s Context>handleSignal:
         0xb5fe258 s Context>handleSignal:
         0xb6041f0 s Context>handleSignal:
         0xb60a188 s Context>handleSignal:
         0xb610120 s Context>handleSignal:
         0xb6160b8 s Context>handleSignal:
         0xb61c050 s Context>handleSignal:
         0xb621fe8 s Context>handleSignal:
         0xb627f80 s Context>handleSignal:
         0xb62df18 s Context>handleSignal:
         0xb633eb0 s Context>handleSignal:
         0xb639e48 s Context>handleSignal:
         0xb63fde0 s Context>handleSignal:
         0xb645d78 s Context>handleSignal:
         0xb64bd10 s Context>handleSignal:
         0xb651ca8 s Context>handleSignal:
         0xb657c40 s Context>handleSignal:
         0xb65db20 s Context>handleSignal:
         0xb663948 s Context>handleSignal:
         0xb6696b8 s Context>handleSignal:
         0xb66f370 s Context>handleSignal:
         0xb674f70 s Context>handleSignal:
         0xb67aab8 s Context>handleSignal:
         0xb680548 s Context>handleSignal:
         0xb685f20 s Context>handleSignal:
         0xb68b840 s Context>handleSignal:
         0xb6910a8 s Context>handleSignal:
         0xb696858 s Context>handleSignal:
         0xb69bf50 s Context>handleSignal:
         0xb6a1590 s Context>handleSignal:
         0xb6a6b18 s Context>handleSignal:
         0xb6abfe8 s Context>handleSignal:
         0xb6b1400 s Context>handleSignal:
         0xb6b6760 s Context>handleSignal:
         0xb6bba08 s Context>handleSignal:
         0xb6c0bf8 s Context>handleSignal:
         0xb6c5d30 s Context>handleSignal:
         0xb6cadb0 s Context>handleSignal:
         0xb6cfd78 s Context>handleSignal:
         0xb6d4c88 s Context>handleSignal:
         0xb6d9ae0 s Context>handleSignal:
         0xb6de880 s Context>handleSignal:
         0xb6e3568 s Context>handleSignal:
         0xb6e8198 s Context>handleSignal:
         0xb6ecd10 s Context>handleSignal:
         0xb6f17d0 s Context>handleSignal:
         0xb6f61d8 s Context>handleSignal:
         0xb6fab28 s Context>handleSignal:
         0xb6ff3c0 s Context>handleSignal:
         0xb703ba0 s Context>handleSignal:
         0xb7082c8 s Context>handleSignal:
         0xb70c938 s Context>handleSignal:
         0xb710ef0 s Context>handleSignal:
         0xb7153f0 s Context>handleSignal:
         0xb719838 s Context>handleSignal:
         0xb71dbc8 s Context>handleSignal:
         0xb721ea0 s Context>handleSignal:
         0xb7260c0 s Context>handleSignal:
         0xb72a228 s Context>handleSignal:
         0xb72e2d8 s Context>handleSignal:
         0xb7322d0 s Context>handleSignal:
         0xb736210 s Context>handleSignal:
         0xb73a098 s Context>handleSignal:
         0xb73de68 s Context>handleSignal:
         0xb741b80 s Context>handleSignal:
         0xb7457e0 s Context>handleSignal:
         0xb749388 s Context>handleSignal:
         0xb74ce78 s Context>handleSignal:
         0xb7508b0 s Context>handleSignal:
         0xb754230 s Context>handleSignal:
         0xb757af8 s Context>handleSignal:
         0xb75b308 s Context>handleSignal:
         0xbf7e398 s Halt(Exception)>signal
         0xbf994c0 s Halt class(Exception class)>signal
         0xbfc23d0 s Halt class>now
         0xbfb31b0 s FullBlockClosure(Object)>halt
         0xbfe3d68 s FullBlockClosure>printOn:
         0xc0066e8 s Context>printOn:
         0xc02cdf0 s Context>printDebugOn:
         0xc02d0d0 s [] in Context>debugStack:on:
         0xc052918 s OrderedCollection>do:
         0xbfb2f38 s Context>debugStack:on:
         0xbfe3b18 s Context>shortDebugStackOn:
         0xc0064b0 s [] in SmalltalkImage>logError:inContext:
         0xc02cb10 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79820 s FullBlockClosure(BlockClosure)>on:do:
         0xbf93628 s SmalltalkImage>logStdErrorDuring:
         0xbfbca00 s SmalltalkImage>logError:inContext:
         0xbfec100 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00ed98 s FullBlockClosure(BlockClosure)>ensure:
         0xc037538 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0576b8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067e50 s Halt(Exception)>unhandledErrorAction
         0xc07d6c8 s Halt(UnhandledException)>defaultAction
         0xc0b0e28 s UndefinedObject>handleSignal:
         0xc0b0ee0 s Context>handleSignal:
         0xc0b0f98 s Context>handleSignal:
         0xc0b1050 s Context>handleSignal:
         0xc0b1108 s Context>handleSignal:
         0xc0b11c0 s Context>handleSignal:
         0xc0b1278 s Context>handleSignal:
         0xc0b1330 s Context>handleSignal:
         0xc0b13e8 s Context>handleSignal:
         0xc0b14a0 s Context>handleSignal:
         0xc0b1558 s Context>handleSignal:
         0xc1027f0 s Context>handleSignal:
         0xc10df10 s Context>handleSignal:
         0xc118db8 s Context>handleSignal:
         0xc1236a0 s Context>handleSignal:
         0xc12ded0 s Context>handleSignal:
         0xc138700 s Context>handleSignal:
         0xc142f30 s Context>handleSignal:
         0xc14d760 s Context>handleSignal:
         0xc157f90 s Context>handleSignal:
         0xc1627c0 s Context>handleSignal:
         0xc16cff0 s Context>handleSignal:
         0xc177820 s Context>handleSignal:
         0xc182050 s Context>handleSignal:
         0xc18c880 s Context>handleSignal:
         0xc1970b0 s Context>handleSignal:
         0xc1a18e0 s Context>handleSignal:
         0xc1ac110 s Context>handleSignal:
         0xc1b6940 s Context>handleSignal:
         0xc1c1170 s Context>handleSignal:
         0xc1cb9a0 s Context>handleSignal:
         0xc1d61d0 s Context>handleSignal:
         0xc1e0a00 s Context>handleSignal:
         0xc1eb230 s Context>handleSignal:
         0xc1f5a60 s Context>handleSignal:
         0xc200290 s Context>handleSignal:
         0xc20aac0 s Context>handleSignal:
         0xc2152f0 s Context>handleSignal:
         0xc21fb20 s Context>handleSignal:
         0xc22a350 s Context>handleSignal:
         0xc234b80 s Context>handleSignal:
         0xc23f3b0 s Context>handleSignal:
         0xc249be0 s Context>handleSignal:
         0xc254410 s Context>handleSignal:
         0xc25ec40 s Context>handleSignal:
         0xc2660b0 s Context>handleSignal:
         0xb7df428 s Context>handleSignal:
         0xb7e9d10 s Context>handleSignal:
         0xb7f45f8 s Context>handleSignal:
         0xb7feee0 s Context>handleSignal:
         0xb8097c8 s Context>handleSignal:
         0xb8140b0 s Context>handleSignal:
         0xb81e998 s Context>handleSignal:
         0xb829280 s Context>handleSignal:
         0xb833b68 s Context>handleSignal:
         0xb83e450 s Context>handleSignal:
         0xb848d38 s Context>handleSignal:
         0xb853620 s Context>handleSignal:
         0xb85df08 s Context>handleSignal:
         0xb8687f0 s Context>handleSignal:
         0xb8730d8 s Context>handleSignal:
         0xb87d9c0 s Context>handleSignal:
         0xb8882a8 s Context>handleSignal:
         0xb892b90 s Context>handleSignal:
         0xb89d478 s Context>handleSignal:
         0xb8a7d60 s Context>handleSignal:
         0xb8b2648 s Context>handleSignal:
         0xb8bcf30 s Context>handleSignal:
         0xb8c7818 s Context>handleSignal:
         0xb8d2100 s Context>handleSignal:
         0xb8dc9e8 s Context>handleSignal:
         0xb8e72d0 s Context>handleSignal:
         0xb8f1bb8 s Context>handleSignal:
         0xb8fc4a0 s Context>handleSignal:
         0xb906d88 s Context>handleSignal:
         0xb911670 s Context>handleSignal:
         0xb91bf58 s Context>handleSignal:
         0xb926840 s Context>handleSignal:
         0xb931128 s Context>handleSignal:
         0xb93ba10 s Context>handleSignal:
         0xb9462f8 s Context>handleSignal:
         0xb950be0 s Context>handleSignal:
         0xb95b4c8 s Context>handleSignal:
         0xb965db0 s Context>handleSignal:
         0xb970698 s Context>handleSignal:
         0xb97af80 s Context>handleSignal:
         0xb985868 s Context>handleSignal:
         0xb990150 s Context>handleSignal:
         0xb99aa38 s Context>handleSignal:
         0xb9a5320 s Context>handleSignal:
         0xb9afc08 s Context>handleSignal:
         0xb9ba4f0 s Context>handleSignal:
         0xb9c4dd8 s Context>handleSignal:
         0xb9cf6c0 s Context>handleSignal:
         0xb9d9fa8 s Context>handleSignal:
         0xb9e4890 s Context>handleSignal:
         0xb9ef178 s Context>handleSignal:
         0xb9f9a60 s Context>handleSignal:
         0xba04348 s Context>handleSignal:
         0xba0ec30 s Context>handleSignal:
         0xba19518 s Context>handleSignal:
         0xba23e00 s Context>handleSignal:
         0xba2e6e8 s Context>handleSignal:
         0xba38fd0 s Context>handleSignal:
         0xb416cb8 s Context>handleSignal:
         0xb41d5a8 s Context>handleSignal:
         0xb424c10 s Context>handleSignal:
         0xb42b620 s Context>handleSignal:
         0xb432a20 s Context>handleSignal:
         0xb439b08 s Context>handleSignal:
         0xb4409c8 s Context>handleSignal:
         0xb446b88 s Context>handleSignal:
         0xb44cd48 s Context>handleSignal:
         0xb452e50 s Context>handleSignal:
         0xb458ea0 s Context>handleSignal:
         0xb45eef0 s Context>handleSignal:
         0xb464f40 s Context>handleSignal:
         0xb46af90 s Context>handleSignal:
         0xb470fe0 s Context>handleSignal:
         0xb477030 s Context>handleSignal:
         0xb47d080 s Context>handleSignal:
         0xb4830d0 s Context>handleSignal:
         0xb489120 s Context>handleSignal:
         0xb48f170 s Context>handleSignal:
         0xb4951c0 s Context>handleSignal:
         0xb49b210 s Context>handleSignal:
         0xb4a1260 s Context>handleSignal:
         0xb4a72b0 s Context>handleSignal:
         0xb4ad300 s Context>handleSignal:
         0xb4b3350 s Context>handleSignal:
         0xb4b93a0 s Context>handleSignal:
         0xb4bf3f0 s Context>handleSignal:
         0xb4c5440 s Context>handleSignal:
         0xb4cb490 s Context>handleSignal:
         0xb4d1428 s Context>handleSignal:
         0xb4d73c0 s Context>handleSignal:
         0xb4dd358 s Context>handleSignal:
         0xb4e32f0 s Context>handleSignal:
         0xb4e9288 s Context>handleSignal:
         0xb4ef220 s Context>handleSignal:
         0xb4f51b8 s Context>handleSignal:
         0xb4fb150 s Context>handleSignal:
         0xb5010e8 s Context>handleSignal:
         0xb507080 s Context>handleSignal:
         0xb50d018 s Context>handleSignal:
         0xb512fb0 s Context>handleSignal:
         0xb518f48 s Context>handleSignal:
         0xb51eee0 s Context>handleSignal:
         0xb524e78 s Context>handleSignal:
         0xb52ae10 s Context>handleSignal:
         0xb530da8 s Context>handleSignal:
         0xb536d40 s Context>handleSignal:
         0xb53ccd8 s Context>handleSignal:
         0xb542c70 s Context>handleSignal:
         0xb548c08 s Context>handleSignal:
         0xb54eba0 s Context>handleSignal:
         0xb554b38 s Context>handleSignal:
         0xb55aad0 s Context>handleSignal:
         0xb560a68 s Context>handleSignal:
         0xb566a00 s Context>handleSignal:
         0xb56c998 s Context>handleSignal:
         0xb572930 s Context>handleSignal:
         0xb5788c8 s Context>handleSignal:
         0xb57e860 s Context>handleSignal:
         0xb5847f8 s Context>handleSignal:
         0xb58a790 s Context>handleSignal:
         0xb590728 s Context>handleSignal:
         0xb5966c0 s Context>handleSignal:
         0xb59c658 s Context>handleSignal:
         0xb5a25f0 s Context>handleSignal:
         0xb5a8588 s Context>handleSignal:
         0xb5ae520 s Context>handleSignal:
         0xb5b44b8 s Context>handleSignal:
         0xb5ba450 s Context>handleSignal:
         0xb5c03e8 s Context>handleSignal:
         0xb5c6380 s Context>handleSignal:
         0xb5cc318 s Context>handleSignal:
         0xb5d22b0 s Context>handleSignal:
         0xb5d8248 s Context>handleSignal:
         0xb5de1e0 s Context>handleSignal:
         0xb5e4178 s Context>handleSignal:
         0xb5ea110 s Context>handleSignal:
         0xb5f00a8 s Context>handleSignal:
         0xb5f6040 s Context>handleSignal:
         0xb5fbfd8 s Context>handleSignal:
         0xb601f70 s Context>handleSignal:
         0xb607f08 s Context>handleSignal:
         0xb60dea0 s Context>handleSignal:
         0xb613e38 s Context>handleSignal:
         0xb619dd0 s Context>handleSignal:
         0xb61fd68 s Context>handleSignal:
         0xb625d00 s Context>handleSignal:
         0xb62bc98 s Context>handleSignal:
         0xb631c30 s Context>handleSignal:
         0xb637bc8 s Context>handleSignal:
         0xb63db60 s Context>handleSignal:
         0xb643af8 s Context>handleSignal:
         0xb649a90 s Context>handleSignal:
         0xb64fa28 s Context>handleSignal:
         0xb6559c0 s Context>handleSignal:
         0xb65b8a0 s Context>handleSignal:
         0xb6616c8 s Context>handleSignal:
         0xb667438 s Context>handleSignal:
         0xb66d0f0 s Context>handleSignal:
         0xb672cf0 s Context>handleSignal:
         0xb678838 s Context>handleSignal:
         0xb67e2c8 s Context>handleSignal:
         0xb683ca0 s Context>handleSignal:
         0xb6895c0 s Context>handleSignal:
         0xb68ee28 s Context>handleSignal:
         0xb6945d8 s Context>handleSignal:
         0xb699cd0 s Context>handleSignal:
         0xb69f310 s Context>handleSignal:
         0xb6a4898 s Context>handleSignal:
         0xb6a9d68 s Context>handleSignal:
         0xb6af180 s Context>handleSignal:
         0xb6b44e0 s Context>handleSignal:
         0xb6b9788 s Context>handleSignal:
         0xb6be978 s Context>handleSignal:
         0xb6c3ab0 s Context>handleSignal:
         0xb6c8b30 s Context>handleSignal:
         0xb6cdaf8 s Context>handleSignal:
         0xb6d2a08 s Context>handleSignal:
         0xb6d7860 s Context>handleSignal:
         0xb6dc600 s Context>handleSignal:
         0xb6e12e8 s Context>handleSignal:
         0xb6e5f18 s Context>handleSignal:
         0xb6eaa90 s Context>handleSignal:
         0xb6ef550 s Context>handleSignal:
         0xb6f3f58 s Context>handleSignal:
         0xb6f88a8 s Context>handleSignal:
         0xb6fd140 s Context>handleSignal:
         0xb701920 s Context>handleSignal:
         0xb706048 s Context>handleSignal:
         0xb70a6b8 s Context>handleSignal:
         0xb70ec70 s Context>handleSignal:
         0xb713170 s Context>handleSignal:
         0xb7175b8 s Context>handleSignal:
         0xb71b948 s Context>handleSignal:
         0xb71fc20 s Context>handleSignal:
         0xb723e40 s Context>handleSignal:
         0xb727fa8 s Context>handleSignal:
         0xb72c058 s Context>handleSignal:
         0xb730050 s Context>handleSignal:
         0xb733f90 s Context>handleSignal:
         0xb737e18 s Context>handleSignal:
         0xb73bbe8 s Context>handleSignal:
         0xb73f900 s Context>handleSignal:
         0xb743560 s Context>handleSignal:
         0xb747108 s Context>handleSignal:
         0xb74abf8 s Context>handleSignal:
         0xb74e630 s Context>handleSignal:
         0xb751fb0 s Context>handleSignal:
         0xb755878 s Context>handleSignal:
         0xbf7e2e0 s Halt(Exception)>signal
         0xbf99408 s Halt class(Exception class)>signal
         0xbfc2318 s Halt class>now
         0xbfb2ff0 s FullBlockClosure(Object)>halt
         0xbfe3bd0 s FullBlockClosure>printOn:
         0xc006568 s Context>printOn:
         0xc02cbc8 s Context>printDebugOn:
         0xc02cea8 s [] in Context>debugStack:on:
         0xc052860 s OrderedCollection>do:
         0xbfb2d78 s Context>debugStack:on:
         0xbfe3980 s Context>shortDebugStackOn:
         0xc006330 s [] in SmalltalkImage>logError:inContext:
         0xc02c8e8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79768 s FullBlockClosure(BlockClosure)>on:do:
         0xbf93510 s SmalltalkImage>logStdErrorDuring:
         0xbfbc900 s SmalltalkImage>logError:inContext:
         0xbfec038 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00eca8 s FullBlockClosure(BlockClosure)>ensure:
         0xc037458 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057600 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067d98 s Halt(Exception)>unhandledErrorAction
         0xc07d610 s Halt(UnhandledException)>defaultAction
         0xc0b0640 s UndefinedObject>handleSignal:
         0xc0b06f8 s Context>handleSignal:
         0xc0b07b0 s Context>handleSignal:
         0xc0b0868 s Context>handleSignal:
         0xc0b0920 s Context>handleSignal:
         0xc0b09d8 s Context>handleSignal:
         0xc0b0a90 s Context>handleSignal:
         0xc0b0b48 s Context>handleSignal:
         0xc0b0c00 s Context>handleSignal:
         0xc0b0cb8 s Context>handleSignal:
         0xc0b0d70 s Context>handleSignal:
         0xc102738 s Context>handleSignal:
         0xc10de58 s Context>handleSignal:
         0xc118d00 s Context>handleSignal:
         0xc1235e8 s Context>handleSignal:
         0xc12de18 s Context>handleSignal:
         0xc138648 s Context>handleSignal:
         0xc142e78 s Context>handleSignal:
         0xc14d6a8 s Context>handleSignal:
         0xc157ed8 s Context>handleSignal:
         0xc162708 s Context>handleSignal:
         0xc16cf38 s Context>handleSignal:
         0xc177768 s Context>handleSignal:
         0xc181f98 s Context>handleSignal:
         0xc18c7c8 s Context>handleSignal:
         0xc196ff8 s Context>handleSignal:
         0xc1a1828 s Context>handleSignal:
         0xc1ac058 s Context>handleSignal:
         0xc1b6888 s Context>handleSignal:
         0xc1c10b8 s Context>handleSignal:
         0xc1cb8e8 s Context>handleSignal:
         0xc1d6118 s Context>handleSignal:
         0xc1e0948 s Context>handleSignal:
         0xc1eb178 s Context>handleSignal:
         0xc1f59a8 s Context>handleSignal:
         0xc2001d8 s Context>handleSignal:
         0xc20aa08 s Context>handleSignal:
         0xc215238 s Context>handleSignal:
         0xc21fa68 s Context>handleSignal:
         0xc22a298 s Context>handleSignal:
         0xc234ac8 s Context>handleSignal:
         0xc23f2f8 s Context>handleSignal:
         0xc249b28 s Context>handleSignal:
         0xc254358 s Context>handleSignal:
         0xc25eb88 s Context>handleSignal:
         0xc265ff8 s Context>handleSignal:
         0xb7df370 s Context>handleSignal:
         0xb7e9c58 s Context>handleSignal:
         0xb7f4540 s Context>handleSignal:
         0xb7fee28 s Context>handleSignal:
         0xb809710 s Context>handleSignal:
         0xb813ff8 s Context>handleSignal:
         0xb81e8e0 s Context>handleSignal:
         0xb8291c8 s Context>handleSignal:
         0xb833ab0 s Context>handleSignal:
         0xb83e398 s Context>handleSignal:
         0xb848c80 s Context>handleSignal:
         0xb853568 s Context>handleSignal:
         0xb85de50 s Context>handleSignal:
         0xb868738 s Context>handleSignal:
         0xb873020 s Context>handleSignal:
         0xb87d908 s Context>handleSignal:
         0xb8881f0 s Context>handleSignal:
         0xb892ad8 s Context>handleSignal:
         0xb89d3c0 s Context>handleSignal:
         0xb8a7ca8 s Context>handleSignal:
         0xb8b2590 s Context>handleSignal:
         0xb8bce78 s Context>handleSignal:
         0xb8c7760 s Context>handleSignal:
         0xb8d2048 s Context>handleSignal:
         0xb8dc930 s Context>handleSignal:
         0xb8e7218 s Context>handleSignal:
         0xb8f1b00 s Context>handleSignal:
         0xb8fc3e8 s Context>handleSignal:
         0xb906cd0 s Context>handleSignal:
         0xb9115b8 s Context>handleSignal:
         0xb91bea0 s Context>handleSignal:
         0xb926788 s Context>handleSignal:
         0xb931070 s Context>handleSignal:
         0xb93b958 s Context>handleSignal:
         0xb946240 s Context>handleSignal:
         0xb950b28 s Context>handleSignal:
         0xb95b410 s Context>handleSignal:
         0xb965cf8 s Context>handleSignal:
         0xb9705e0 s Context>handleSignal:
         0xb97aec8 s Context>handleSignal:
         0xb9857b0 s Context>handleSignal:
         0xb990098 s Context>handleSignal:
         0xb99a980 s Context>handleSignal:
         0xb9a5268 s Context>handleSignal:
         0xb9afb50 s Context>handleSignal:
         0xb9ba438 s Context>handleSignal:
         0xb9c4d20 s Context>handleSignal:
         0xb9cf608 s Context>handleSignal:
         0xb9d9ef0 s Context>handleSignal:
         0xb9e47d8 s Context>handleSignal:
         0xb9ef0c0 s Context>handleSignal:
         0xb9f99a8 s Context>handleSignal:
         0xba04290 s Context>handleSignal:
         0xba0eb78 s Context>handleSignal:
         0xba19460 s Context>handleSignal:
         0xba23d48 s Context>handleSignal:
         0xba2e630 s Context>handleSignal:
         0xba38f18 s Context>handleSignal:
         0xb416c00 s Context>handleSignal:
         0xb41d4f0 s Context>handleSignal:
         0xb424b58 s Context>handleSignal:
         0xb42b568 s Context>handleSignal:
         0xb432968 s Context>handleSignal:
         0xb439a50 s Context>handleSignal:
         0xb440910 s Context>handleSignal:
         0xb446ad0 s Context>handleSignal:
         0xb44cc90 s Context>handleSignal:
         0xb452d98 s Context>handleSignal:
         0xb458de8 s Context>handleSignal:
         0xb45ee38 s Context>handleSignal:
         0xb464e88 s Context>handleSignal:
         0xb46aed8 s Context>handleSignal:
         0xb470f28 s Context>handleSignal:
         0xb476f78 s Context>handleSignal:
         0xb47cfc8 s Context>handleSignal:
         0xb483018 s Context>handleSignal:
         0xb489068 s Context>handleSignal:
         0xb48f0b8 s Context>handleSignal:
         0xb495108 s Context>handleSignal:
         0xb49b158 s Context>handleSignal:
         0xb4a11a8 s Context>handleSignal:
         0xb4a71f8 s Context>handleSignal:
         0xb4ad248 s Context>handleSignal:
         0xb4b3298 s Context>handleSignal:
         0xb4b92e8 s Context>handleSignal:
         0xb4bf338 s Context>handleSignal:
         0xb4c5388 s Context>handleSignal:
         0xb4cb3d8 s Context>handleSignal:
         0xb4d1370 s Context>handleSignal:
         0xb4d7308 s Context>handleSignal:
         0xb4dd2a0 s Context>handleSignal:
         0xb4e3238 s Context>handleSignal:
         0xb4e91d0 s Context>handleSignal:
         0xb4ef168 s Context>handleSignal:
         0xb4f5100 s Context>handleSignal:
         0xb4fb098 s Context>handleSignal:
         0xb501030 s Context>handleSignal:
         0xb506fc8 s Context>handleSignal:
         0xb50cf60 s Context>handleSignal:
         0xb512ef8 s Context>handleSignal:
         0xb518e90 s Context>handleSignal:
         0xb51ee28 s Context>handleSignal:
         0xb524dc0 s Context>handleSignal:
         0xb52ad58 s Context>handleSignal:
         0xb530cf0 s Context>handleSignal:
         0xb536c88 s Context>handleSignal:
         0xb53cc20 s Context>handleSignal:
         0xb542bb8 s Context>handleSignal:
         0xb548b50 s Context>handleSignal:
         0xb54eae8 s Context>handleSignal:
         0xb554a80 s Context>handleSignal:
         0xb55aa18 s Context>handleSignal:
         0xb5609b0 s Context>handleSignal:
         0xb566948 s Context>handleSignal:
         0xb56c8e0 s Context>handleSignal:
         0xb572878 s Context>handleSignal:
         0xb578810 s Context>handleSignal:
         0xb57e7a8 s Context>handleSignal:
         0xb584740 s Context>handleSignal:
         0xb58a6d8 s Context>handleSignal:
         0xb590670 s Context>handleSignal:
         0xb596608 s Context>handleSignal:
         0xb59c5a0 s Context>handleSignal:
         0xb5a2538 s Context>handleSignal:
         0xb5a84d0 s Context>handleSignal:
         0xb5ae468 s Context>handleSignal:
         0xb5b4400 s Context>handleSignal:
         0xb5ba398 s Context>handleSignal:
         0xb5c0330 s Context>handleSignal:
         0xb5c62c8 s Context>handleSignal:
         0xb5cc260 s Context>handleSignal:
         0xb5d21f8 s Context>handleSignal:
         0xb5d8190 s Context>handleSignal:
         0xb5de128 s Context>handleSignal:
         0xb5e40c0 s Context>handleSignal:
         0xb5ea058 s Context>handleSignal:
         0xb5efff0 s Context>handleSignal:
         0xb5f5f88 s Context>handleSignal:
         0xb5fbf20 s Context>handleSignal:
         0xb601eb8 s Context>handleSignal:
         0xb607e50 s Context>handleSignal:
         0xb60dde8 s Context>handleSignal:
         0xb613d80 s Context>handleSignal:
         0xb619d18 s Context>handleSignal:
         0xb61fcb0 s Context>handleSignal:
         0xb625c48 s Context>handleSignal:
         0xb62bbe0 s Context>handleSignal:
         0xb631b78 s Context>handleSignal:
         0xb637b10 s Context>handleSignal:
         0xb63daa8 s Context>handleSignal:
         0xb643a40 s Context>handleSignal:
         0xb6499d8 s Context>handleSignal:
         0xb64f970 s Context>handleSignal:
         0xb655908 s Context>handleSignal:
         0xb65b7e8 s Context>handleSignal:
         0xb661610 s Context>handleSignal:
         0xb667380 s Context>handleSignal:
         0xb66d038 s Context>handleSignal:
         0xb672c38 s Context>handleSignal:
         0xb678780 s Context>handleSignal:
         0xb67e210 s Context>handleSignal:
         0xb683be8 s Context>handleSignal:
         0xb689508 s Context>handleSignal:
         0xb68ed70 s Context>handleSignal:
         0xb694520 s Context>handleSignal:
         0xb699c18 s Context>handleSignal:
         0xb69f258 s Context>handleSignal:
         0xb6a47e0 s Context>handleSignal:
         0xb6a9cb0 s Context>handleSignal:
         0xb6af0c8 s Context>handleSignal:
         0xb6b4428 s Context>handleSignal:
         0xb6b96d0 s Context>handleSignal:
         0xb6be8c0 s Context>handleSignal:
         0xb6c39f8 s Context>handleSignal:
         0xb6c8a78 s Context>handleSignal:
         0xb6cda40 s Context>handleSignal:
         0xb6d2950 s Context>handleSignal:
         0xb6d77a8 s Context>handleSignal:
         0xb6dc548 s Context>handleSignal:
         0xb6e1230 s Context>handleSignal:
         0xb6e5e60 s Context>handleSignal:
         0xb6ea9d8 s Context>handleSignal:
         0xb6ef498 s Context>handleSignal:
         0xb6f3ea0 s Context>handleSignal:
         0xb6f87f0 s Context>handleSignal:
         0xb6fd088 s Context>handleSignal:
         0xb701868 s Context>handleSignal:
         0xb705f90 s Context>handleSignal:
         0xb70a600 s Context>handleSignal:
         0xb70ebb8 s Context>handleSignal:
         0xb7130b8 s Context>handleSignal:
         0xb717500 s Context>handleSignal:
         0xb71b890 s Context>handleSignal:
         0xb71fb68 s Context>handleSignal:
         0xb723d88 s Context>handleSignal:
         0xb727ef0 s Context>handleSignal:
         0xb72bfa0 s Context>handleSignal:
         0xb72ff98 s Context>handleSignal:
         0xb733ed8 s Context>handleSignal:
         0xb737d60 s Context>handleSignal:
         0xb73bb30 s Context>handleSignal:
         0xb73f848 s Context>handleSignal:
         0xb7434a8 s Context>handleSignal:
         0xb747050 s Context>handleSignal:
         0xb74ab40 s Context>handleSignal:
         0xb74e578 s Context>handleSignal:
         0xb751ef8 s Context>handleSignal:
         0xbf7e228 s Halt(Exception)>signal
         0xbf99350 s Halt class(Exception class)>signal
         0xbfc2260 s Halt class>now
         0xbfb2e30 s FullBlockClosure(Object)>halt
         0xbfe3a38 s FullBlockClosure>printOn:
         0xc0063e8 s Context>printOn:
         0xc02c9a0 s Context>printDebugOn:
         0xc02cc80 s [] in Context>debugStack:on:
         0xc0527a8 s OrderedCollection>do:
         0xbfaf1f8 s Context>debugStack:on:
         0xbfe0350 s Context>shortDebugStackOn:
         0xc003030 s [] in SmalltalkImage>logError:inContext:
         0xc027f98 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf796b0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf933f8 s SmalltalkImage>logStdErrorDuring:
         0xbfbc800 s SmalltalkImage>logError:inContext:
         0xbfebf70 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00ebb8 s FullBlockClosure(BlockClosure)>ensure:
         0xc037378 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057548 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067ce0 s Halt(Exception)>unhandledErrorAction
         0xc07d558 s Halt(UnhandledException)>defaultAction
         0xc0afe58 s UndefinedObject>handleSignal:
         0xc0aff10 s Context>handleSignal:
         0xc0affc8 s Context>handleSignal:
         0xc0b0080 s Context>handleSignal:
         0xc0b0138 s Context>handleSignal:
         0xc0b01f0 s Context>handleSignal:
         0xc0b02a8 s Context>handleSignal:
         0xc0b0360 s Context>handleSignal:
         0xc0b0418 s Context>handleSignal:
         0xc0b04d0 s Context>handleSignal:
         0xc0b0588 s Context>handleSignal:
         0xc102680 s Context>handleSignal:
         0xc10dda0 s Context>handleSignal:
         0xc118c48 s Context>handleSignal:
         0xc123530 s Context>handleSignal:
         0xc12dd60 s Context>handleSignal:
         0xc138590 s Context>handleSignal:
         0xc142dc0 s Context>handleSignal:
         0xc14d5f0 s Context>handleSignal:
         0xc157e20 s Context>handleSignal:
         0xc162650 s Context>handleSignal:
         0xc16ce80 s Context>handleSignal:
         0xc1776b0 s Context>handleSignal:
         0xc181ee0 s Context>handleSignal:
         0xc18c710 s Context>handleSignal:
         0xc196f40 s Context>handleSignal:
         0xc1a1770 s Context>handleSignal:
         0xc1abfa0 s Context>handleSignal:
         0xc1b67d0 s Context>handleSignal:
         0xc1c1000 s Context>handleSignal:
         0xc1cb830 s Context>handleSignal:
         0xc1d6060 s Context>handleSignal:
         0xc1e0890 s Context>handleSignal:
         0xc1eb0c0 s Context>handleSignal:
         0xc1f58f0 s Context>handleSignal:
         0xc200120 s Context>handleSignal:
         0xc20a950 s Context>handleSignal:
         0xc215180 s Context>handleSignal:
         0xc21f9b0 s Context>handleSignal:
         0xc22a1e0 s Context>handleSignal:
         0xc234a10 s Context>handleSignal:
         0xc23f240 s Context>handleSignal:
         0xc249a70 s Context>handleSignal:
         0xc2542a0 s Context>handleSignal:
         0xc25ead0 s Context>handleSignal:
         0xc265f40 s Context>handleSignal:
         0xb7df2b8 s Context>handleSignal:
         0xb7e9ba0 s Context>handleSignal:
         0xb7f4488 s Context>handleSignal:
         0xb7fed70 s Context>handleSignal:
         0xb809658 s Context>handleSignal:
         0xb813f40 s Context>handleSignal:
         0xb81e828 s Context>handleSignal:
         0xb829110 s Context>handleSignal:
         0xb8339f8 s Context>handleSignal:
         0xb83e2e0 s Context>handleSignal:
         0xb848bc8 s Context>handleSignal:
         0xb8534b0 s Context>handleSignal:
         0xb85dd98 s Context>handleSignal:
         0xb868680 s Context>handleSignal:
         0xb872f68 s Context>handleSignal:
         0xb87d850 s Context>handleSignal:
         0xb888138 s Context>handleSignal:
         0xb892a20 s Context>handleSignal:
         0xb89d308 s Context>handleSignal:
         0xb8a7bf0 s Context>handleSignal:
         0xb8b24d8 s Context>handleSignal:
         0xb8bcdc0 s Context>handleSignal:
         0xb8c76a8 s Context>handleSignal:
         0xb8d1f90 s Context>handleSignal:
         0xb8dc878 s Context>handleSignal:
         0xb8e7160 s Context>handleSignal:
         0xb8f1a48 s Context>handleSignal:
         0xb8fc330 s Context>handleSignal:
         0xb906c18 s Context>handleSignal:
         0xb911500 s Context>handleSignal:
         0xb91bde8 s Context>handleSignal:
         0xb9266d0 s Context>handleSignal:
         0xb930fb8 s Context>handleSignal:
         0xb93b8a0 s Context>handleSignal:
         0xb946188 s Context>handleSignal:
         0xb950a70 s Context>handleSignal:
         0xb95b358 s Context>handleSignal:
         0xb965c40 s Context>handleSignal:
         0xb970528 s Context>handleSignal:
         0xb97ae10 s Context>handleSignal:
         0xb9856f8 s Context>handleSignal:
         0xb98ffe0 s Context>handleSignal:
         0xb99a8c8 s Context>handleSignal:
         0xb9a51b0 s Context>handleSignal:
         0xb9afa98 s Context>handleSignal:
         0xb9ba380 s Context>handleSignal:
         0xb9c4c68 s Context>handleSignal:
         0xb9cf550 s Context>handleSignal:
         0xb9d9e38 s Context>handleSignal:
         0xb9e4720 s Context>handleSignal:
         0xb9ef008 s Context>handleSignal:
         0xb9f98f0 s Context>handleSignal:
         0xba041d8 s Context>handleSignal:
         0xba0eac0 s Context>handleSignal:
         0xba193a8 s Context>handleSignal:
         0xba23c90 s Context>handleSignal:
         0xba2e578 s Context>handleSignal:
         0xba38e60 s Context>handleSignal:
         0xb416b48 s Context>handleSignal:
         0xb41d438 s Context>handleSignal:
         0xb424aa0 s Context>handleSignal:
         0xb42b4b0 s Context>handleSignal:
         0xb4328b0 s Context>handleSignal:
         0xb439998 s Context>handleSignal:
         0xb440858 s Context>handleSignal:
         0xb446a18 s Context>handleSignal:
         0xb44cbd8 s Context>handleSignal:
         0xb452ce0 s Context>handleSignal:
         0xb458d30 s Context>handleSignal:
         0xb45ed80 s Context>handleSignal:
         0xb464dd0 s Context>handleSignal:
         0xb46ae20 s Context>handleSignal:
         0xb470e70 s Context>handleSignal:
         0xb476ec0 s Context>handleSignal:
         0xb47cf10 s Context>handleSignal:
         0xb482f60 s Context>handleSignal:
         0xb488fb0 s Context>handleSignal:
         0xb48f000 s Context>handleSignal:
         0xb495050 s Context>handleSignal:
         0xb49b0a0 s Context>handleSignal:
         0xb4a10f0 s Context>handleSignal:
         0xb4a7140 s Context>handleSignal:
         0xb4ad190 s Context>handleSignal:
         0xb4b31e0 s Context>handleSignal:
         0xb4b9230 s Context>handleSignal:
         0xb4bf280 s Context>handleSignal:
         0xb4c52d0 s Context>handleSignal:
         0xb4cb320 s Context>handleSignal:
         0xb4d12b8 s Context>handleSignal:
         0xb4d7250 s Context>handleSignal:
         0xb4dd1e8 s Context>handleSignal:
         0xb4e3180 s Context>handleSignal:
         0xb4e9118 s Context>handleSignal:
         0xb4ef0b0 s Context>handleSignal:
         0xb4f5048 s Context>handleSignal:
         0xb4fafe0 s Context>handleSignal:
         0xb500f78 s Context>handleSignal:
         0xb506f10 s Context>handleSignal:
         0xb50cea8 s Context>handleSignal:
         0xb512e40 s Context>handleSignal:
         0xb518dd8 s Context>handleSignal:
         0xb51ed70 s Context>handleSignal:
         0xb524d08 s Context>handleSignal:
         0xb52aca0 s Context>handleSignal:
         0xb530c38 s Context>handleSignal:
         0xb536bd0 s Context>handleSignal:
         0xb53cb68 s Context>handleSignal:
         0xb542b00 s Context>handleSignal:
         0xb548a98 s Context>handleSignal:
         0xb54ea30 s Context>handleSignal:
         0xb5549c8 s Context>handleSignal:
         0xb55a960 s Context>handleSignal:
         0xb5608f8 s Context>handleSignal:
         0xb566890 s Context>handleSignal:
         0xb56c828 s Context>handleSignal:
         0xb5727c0 s Context>handleSignal:
         0xb578758 s Context>handleSignal:
         0xb57e6f0 s Context>handleSignal:
         0xb584688 s Context>handleSignal:
         0xb58a620 s Context>handleSignal:
         0xb5905b8 s Context>handleSignal:
         0xb596550 s Context>handleSignal:
         0xb59c4e8 s Context>handleSignal:
         0xb5a2480 s Context>handleSignal:
         0xb5a8418 s Context>handleSignal:
         0xb5ae3b0 s Context>handleSignal:
         0xb5b4348 s Context>handleSignal:
         0xb5ba2e0 s Context>handleSignal:
         0xb5c0278 s Context>handleSignal:
         0xb5c6210 s Context>handleSignal:
         0xb5cc1a8 s Context>handleSignal:
         0xb5d2140 s Context>handleSignal:
         0xb5d80d8 s Context>handleSignal:
         0xb5de070 s Context>handleSignal:
         0xb5e4008 s Context>handleSignal:
         0xb5e9fa0 s Context>handleSignal:
         0xb5eff38 s Context>handleSignal:
         0xb5f5ed0 s Context>handleSignal:
         0xb5fbe68 s Context>handleSignal:
         0xb601e00 s Context>handleSignal:
         0xb607d98 s Context>handleSignal:
         0xb60dd30 s Context>handleSignal:
         0xb613cc8 s Context>handleSignal:
         0xb619c60 s Context>handleSignal:
         0xb61fbf8 s Context>handleSignal:
         0xb625b90 s Context>handleSignal:
         0xb62bb28 s Context>handleSignal:
         0xb631ac0 s Context>handleSignal:
         0xb637a58 s Context>handleSignal:
         0xb63d9f0 s Context>handleSignal:
         0xb643988 s Context>handleSignal:
         0xb649920 s Context>handleSignal:
         0xb64f8b8 s Context>handleSignal:
         0xb655850 s Context>handleSignal:
         0xb65b730 s Context>handleSignal:
         0xb661558 s Context>handleSignal:
         0xb6672c8 s Context>handleSignal:
         0xb66cf80 s Context>handleSignal:
         0xb672b80 s Context>handleSignal:
         0xb6786c8 s Context>handleSignal:
         0xb67e158 s Context>handleSignal:
         0xb683b30 s Context>handleSignal:
         0xb689450 s Context>handleSignal:
         0xb68ecb8 s Context>handleSignal:
         0xb694468 s Context>handleSignal:
         0xb699b60 s Context>handleSignal:
         0xb69f1a0 s Context>handleSignal:
         0xb6a4728 s Context>handleSignal:
         0xb6a9bf8 s Context>handleSignal:
         0xb6af010 s Context>handleSignal:
         0xb6b4370 s Context>handleSignal:
         0xb6b9618 s Context>handleSignal:
         0xb6be808 s Context>handleSignal:
         0xb6c3940 s Context>handleSignal:
         0xb6c89c0 s Context>handleSignal:
         0xb6cd988 s Context>handleSignal:
         0xb6d2898 s Context>handleSignal:
         0xb6d76f0 s Context>handleSignal:
         0xb6dc490 s Context>handleSignal:
         0xb6e1178 s Context>handleSignal:
         0xb6e5da8 s Context>handleSignal:
         0xb6ea920 s Context>handleSignal:
         0xb6ef3e0 s Context>handleSignal:
         0xb6f3de8 s Context>handleSignal:
         0xb6f8738 s Context>handleSignal:
         0xb6fcfd0 s Context>handleSignal:
         0xb7017b0 s Context>handleSignal:
         0xb705ed8 s Context>handleSignal:
         0xb70a548 s Context>handleSignal:
         0xb70eb00 s Context>handleSignal:
         0xb713000 s Context>handleSignal:
         0xb717448 s Context>handleSignal:
         0xb71b7d8 s Context>handleSignal:
         0xb71fab0 s Context>handleSignal:
         0xb723cd0 s Context>handleSignal:
         0xb727e38 s Context>handleSignal:
         0xb72bee8 s Context>handleSignal:
         0xb72fee0 s Context>handleSignal:
         0xb733e20 s Context>handleSignal:
         0xb737ca8 s Context>handleSignal:
         0xb73ba78 s Context>handleSignal:
         0xb73f790 s Context>handleSignal:
         0xb7433f0 s Context>handleSignal:
         0xb746f98 s Context>handleSignal:
         0xb74aa88 s Context>handleSignal:
         0xb74e4c0 s Context>handleSignal:
         0xbf7e170 s Halt(Exception)>signal
         0xbf99298 s Halt class(Exception class)>signal
         0xbfc21a8 s Halt class>now
         0xbfaf2b0 s FullBlockClosure(Object)>halt
         0xbfe0408 s FullBlockClosure>printOn:
         0xc0030e8 s Context>printOn:
         0xc028050 s Context>printDebugOn:
         0xc02ca58 s [] in Context>debugStack:on:
         0xc0526f0 s OrderedCollection>do:
         0xbfaf038 s Context>debugStack:on:
         0xbfe01b8 s Context>shortDebugStackOn:
         0xc002eb0 s [] in SmalltalkImage>logError:inContext:
         0xc027d70 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf795f8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf932e0 s SmalltalkImage>logStdErrorDuring:
         0xbfbc700 s SmalltalkImage>logError:inContext:
         0xbfebea8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00eac8 s FullBlockClosure(BlockClosure)>ensure:
         0xc037298 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057490 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067c28 s Halt(Exception)>unhandledErrorAction
         0xc07d4a0 s Halt(UnhandledException)>defaultAction
         0xc0af670 s UndefinedObject>handleSignal:
         0xc0af728 s Context>handleSignal:
         0xc0af7e0 s Context>handleSignal:
         0xc0af898 s Context>handleSignal:
         0xc0af950 s Context>handleSignal:
         0xc0afa08 s Context>handleSignal:
         0xc0afac0 s Context>handleSignal:
         0xc0afb78 s Context>handleSignal:
         0xc0afc30 s Context>handleSignal:
         0xc0afce8 s Context>handleSignal:
         0xc0afda0 s Context>handleSignal:
         0xc1025c8 s Context>handleSignal:
         0xc10dce8 s Context>handleSignal:
         0xc118b90 s Context>handleSignal:
         0xc123478 s Context>handleSignal:
         0xc12dca8 s Context>handleSignal:
         0xc1384d8 s Context>handleSignal:
         0xc142d08 s Context>handleSignal:
         0xc14d538 s Context>handleSignal:
         0xc157d68 s Context>handleSignal:
         0xc162598 s Context>handleSignal:
         0xc16cdc8 s Context>handleSignal:
         0xc1775f8 s Context>handleSignal:
         0xc181e28 s Context>handleSignal:
         0xc18c658 s Context>handleSignal:
         0xc196e88 s Context>handleSignal:
         0xc1a16b8 s Context>handleSignal:
         0xc1abee8 s Context>handleSignal:
         0xc1b6718 s Context>handleSignal:
         0xc1c0f48 s Context>handleSignal:
         0xc1cb778 s Context>handleSignal:
         0xc1d5fa8 s Context>handleSignal:
         0xc1e07d8 s Context>handleSignal:
         0xc1eb008 s Context>handleSignal:
         0xc1f5838 s Context>handleSignal:
         0xc200068 s Context>handleSignal:
         0xc20a898 s Context>handleSignal:
         0xc2150c8 s Context>handleSignal:
         0xc21f8f8 s Context>handleSignal:
         0xc22a128 s Context>handleSignal:
         0xc234958 s Context>handleSignal:
         0xc23f188 s Context>handleSignal:
         0xc2499b8 s Context>handleSignal:
         0xc2541e8 s Context>handleSignal:
         0xc25ea18 s Context>handleSignal:
         0xc265e88 s Context>handleSignal:
         0xb7df200 s Context>handleSignal:
         0xb7e9ae8 s Context>handleSignal:
         0xb7f43d0 s Context>handleSignal:
         0xb7fecb8 s Context>handleSignal:
         0xb8095a0 s Context>handleSignal:
         0xb813e88 s Context>handleSignal:
         0xb81e770 s Context>handleSignal:
         0xb829058 s Context>handleSignal:
         0xb833940 s Context>handleSignal:
         0xb83e228 s Context>handleSignal:
         0xb848b10 s Context>handleSignal:
         0xb8533f8 s Context>handleSignal:
         0xb85dce0 s Context>handleSignal:
         0xb8685c8 s Context>handleSignal:
         0xb872eb0 s Context>handleSignal:
         0xb87d798 s Context>handleSignal:
         0xb888080 s Context>handleSignal:
         0xb892968 s Context>handleSignal:
         0xb89d250 s Context>handleSignal:
         0xb8a7b38 s Context>handleSignal:
         0xb8b2420 s Context>handleSignal:
         0xb8bcd08 s Context>handleSignal:
         0xb8c75f0 s Context>handleSignal:
         0xb8d1ed8 s Context>handleSignal:
         0xb8dc7c0 s Context>handleSignal:
         0xb8e70a8 s Context>handleSignal:
         0xb8f1990 s Context>handleSignal:
         0xb8fc278 s Context>handleSignal:
         0xb906b60 s Context>handleSignal:
         0xb911448 s Context>handleSignal:
         0xb91bd30 s Context>handleSignal:
         0xb926618 s Context>handleSignal:
         0xb930f00 s Context>handleSignal:
         0xb93b7e8 s Context>handleSignal:
         0xb9460d0 s Context>handleSignal:
         0xb9509b8 s Context>handleSignal:
         0xb95b2a0 s Context>handleSignal:
         0xb965b88 s Context>handleSignal:
         0xb970470 s Context>handleSignal:
         0xb97ad58 s Context>handleSignal:
         0xb985640 s Context>handleSignal:
         0xb98ff28 s Context>handleSignal:
         0xb99a810 s Context>handleSignal:
         0xb9a50f8 s Context>handleSignal:
         0xb9af9e0 s Context>handleSignal:
         0xb9ba2c8 s Context>handleSignal:
         0xb9c4bb0 s Context>handleSignal:
         0xb9cf498 s Context>handleSignal:
         0xb9d9d80 s Context>handleSignal:
         0xb9e4668 s Context>handleSignal:
         0xb9eef50 s Context>handleSignal:
         0xb9f9838 s Context>handleSignal:
         0xba04120 s Context>handleSignal:
         0xba0ea08 s Context>handleSignal:
         0xba192f0 s Context>handleSignal:
         0xba23bd8 s Context>handleSignal:
         0xba2e4c0 s Context>handleSignal:
         0xba38da8 s Context>handleSignal:
         0xb416a90 s Context>handleSignal:
         0xb41d380 s Context>handleSignal:
         0xb4249e8 s Context>handleSignal:
         0xb42b3f8 s Context>handleSignal:
         0xb4327f8 s Context>handleSignal:
         0xb4398e0 s Context>handleSignal:
         0xb4407a0 s Context>handleSignal:
         0xb446960 s Context>handleSignal:
         0xb44cb20 s Context>handleSignal:
         0xb452c28 s Context>handleSignal:
         0xb458c78 s Context>handleSignal:
         0xb45ecc8 s Context>handleSignal:
         0xb464d18 s Context>handleSignal:
         0xb46ad68 s Context>handleSignal:
         0xb470db8 s Context>handleSignal:
         0xb476e08 s Context>handleSignal:
         0xb47ce58 s Context>handleSignal:
         0xb482ea8 s Context>handleSignal:
         0xb488ef8 s Context>handleSignal:
         0xb48ef48 s Context>handleSignal:
         0xb494f98 s Context>handleSignal:
         0xb49afe8 s Context>handleSignal:
         0xb4a1038 s Context>handleSignal:
         0xb4a7088 s Context>handleSignal:
         0xb4ad0d8 s Context>handleSignal:
         0xb4b3128 s Context>handleSignal:
         0xb4b9178 s Context>handleSignal:
         0xb4bf1c8 s Context>handleSignal:
         0xb4c5218 s Context>handleSignal:
         0xb4cb268 s Context>handleSignal:
         0xb4d1200 s Context>handleSignal:
         0xb4d7198 s Context>handleSignal:
         0xb4dd130 s Context>handleSignal:
         0xb4e30c8 s Context>handleSignal:
         0xb4e9060 s Context>handleSignal:
         0xb4eeff8 s Context>handleSignal:
         0xb4f4f90 s Context>handleSignal:
         0xb4faf28 s Context>handleSignal:
         0xb500ec0 s Context>handleSignal:
         0xb506e58 s Context>handleSignal:
         0xb50cdf0 s Context>handleSignal:
         0xb512d88 s Context>handleSignal:
         0xb518d20 s Context>handleSignal:
         0xb51ecb8 s Context>handleSignal:
         0xb524c50 s Context>handleSignal:
         0xb52abe8 s Context>handleSignal:
         0xb530b80 s Context>handleSignal:
         0xb536b18 s Context>handleSignal:
         0xb53cab0 s Context>handleSignal:
         0xb542a48 s Context>handleSignal:
         0xb5489e0 s Context>handleSignal:
         0xb54e978 s Context>handleSignal:
         0xb554910 s Context>handleSignal:
         0xb55a8a8 s Context>handleSignal:
         0xb560840 s Context>handleSignal:
         0xb5667d8 s Context>handleSignal:
         0xb56c770 s Context>handleSignal:
         0xb572708 s Context>handleSignal:
         0xb5786a0 s Context>handleSignal:
         0xb57e638 s Context>handleSignal:
         0xb5845d0 s Context>handleSignal:
         0xb58a568 s Context>handleSignal:
         0xb590500 s Context>handleSignal:
         0xb596498 s Context>handleSignal:
         0xb59c430 s Context>handleSignal:
         0xb5a23c8 s Context>handleSignal:
         0xb5a8360 s Context>handleSignal:
         0xb5ae2f8 s Context>handleSignal:
         0xb5b4290 s Context>handleSignal:
         0xb5ba228 s Context>handleSignal:
         0xb5c01c0 s Context>handleSignal:
         0xb5c6158 s Context>handleSignal:
         0xb5cc0f0 s Context>handleSignal:
         0xb5d2088 s Context>handleSignal:
         0xb5d8020 s Context>handleSignal:
         0xb5ddfb8 s Context>handleSignal:
         0xb5e3f50 s Context>handleSignal:
         0xb5e9ee8 s Context>handleSignal:
         0xb5efe80 s Context>handleSignal:
         0xb5f5e18 s Context>handleSignal:
         0xb5fbdb0 s Context>handleSignal:
         0xb601d48 s Context>handleSignal:
         0xb607ce0 s Context>handleSignal:
         0xb60dc78 s Context>handleSignal:
         0xb613c10 s Context>handleSignal:
         0xb619ba8 s Context>handleSignal:
         0xb61fb40 s Context>handleSignal:
         0xb625ad8 s Context>handleSignal:
         0xb62ba70 s Context>handleSignal:
         0xb631a08 s Context>handleSignal:
         0xb6379a0 s Context>handleSignal:
         0xb63d938 s Context>handleSignal:
         0xb6438d0 s Context>handleSignal:
         0xb649868 s Context>handleSignal:
         0xb64f800 s Context>handleSignal:
         0xb655798 s Context>handleSignal:
         0xb65b678 s Context>handleSignal:
         0xb6614a0 s Context>handleSignal:
         0xb667210 s Context>handleSignal:
         0xb66cec8 s Context>handleSignal:
         0xb672ac8 s Context>handleSignal:
         0xb678610 s Context>handleSignal:
         0xb67e0a0 s Context>handleSignal:
         0xb683a78 s Context>handleSignal:
         0xb689398 s Context>handleSignal:
         0xb68ec00 s Context>handleSignal:
         0xb6943b0 s Context>handleSignal:
         0xb699aa8 s Context>handleSignal:
         0xb69f0e8 s Context>handleSignal:
         0xb6a4670 s Context>handleSignal:
         0xb6a9b40 s Context>handleSignal:
         0xb6aef58 s Context>handleSignal:
         0xb6b42b8 s Context>handleSignal:
         0xb6b9560 s Context>handleSignal:
         0xb6be750 s Context>handleSignal:
         0xb6c3888 s Context>handleSignal:
         0xb6c8908 s Context>handleSignal:
         0xb6cd8d0 s Context>handleSignal:
         0xb6d27e0 s Context>handleSignal:
         0xb6d7638 s Context>handleSignal:
         0xb6dc3d8 s Context>handleSignal:
         0xb6e10c0 s Context>handleSignal:
         0xb6e5cf0 s Context>handleSignal:
         0xb6ea868 s Context>handleSignal:
         0xb6ef328 s Context>handleSignal:
         0xb6f3d30 s Context>handleSignal:
         0xb6f8680 s Context>handleSignal:
         0xb6fcf18 s Context>handleSignal:
         0xb7016f8 s Context>handleSignal:
         0xb705e20 s Context>handleSignal:
         0xb70a490 s Context>handleSignal:
         0xb70ea48 s Context>handleSignal:
         0xb712f48 s Context>handleSignal:
         0xb717390 s Context>handleSignal:
         0xb71b720 s Context>handleSignal:
         0xb71f9f8 s Context>handleSignal:
         0xb723c18 s Context>handleSignal:
         0xb727d80 s Context>handleSignal:
         0xb72be30 s Context>handleSignal:
         0xb72fe28 s Context>handleSignal:
         0xb733d68 s Context>handleSignal:
         0xb737bf0 s Context>handleSignal:
         0xb73b9c0 s Context>handleSignal:
         0xb73f6d8 s Context>handleSignal:
         0xb743338 s Context>handleSignal:
         0xb746ee0 s Context>handleSignal:
         0xb74a9d0 s Context>handleSignal:
         0xbf7e0b8 s Halt(Exception)>signal
         0xbf991e0 s Halt class(Exception class)>signal
         0xbfc20f0 s Halt class>now
         0xbfaf0f0 s FullBlockClosure(Object)>halt
         0xbfe0270 s FullBlockClosure>printOn:
         0xc002f68 s Context>printOn:
         0xc027e28 s Context>printDebugOn:
         0xc028108 s [] in Context>debugStack:on:
         0xc050e80 s OrderedCollection>do:
         0xbfaee78 s Context>debugStack:on:
         0xbfe0020 s Context>shortDebugStackOn:
         0xc002d30 s [] in SmalltalkImage>logError:inContext:
         0xc027b48 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79540 s FullBlockClosure(BlockClosure)>on:do:
         0xbf931c8 s SmalltalkImage>logStdErrorDuring:
         0xbfbc600 s SmalltalkImage>logError:inContext:
         0xbfebde0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00e9d8 s FullBlockClosure(BlockClosure)>ensure:
         0xc0371b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0573d8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067b70 s Halt(Exception)>unhandledErrorAction
         0xc07d3e8 s Halt(UnhandledException)>defaultAction
         0xc0aee88 s UndefinedObject>handleSignal:
         0xc0aef40 s Context>handleSignal:
         0xc0aeff8 s Context>handleSignal:
         0xc0af0b0 s Context>handleSignal:
         0xc0af168 s Context>handleSignal:
         0xc0af220 s Context>handleSignal:
         0xc0af2d8 s Context>handleSignal:
         0xc0af390 s Context>handleSignal:
         0xc0af448 s Context>handleSignal:
         0xc0af500 s Context>handleSignal:
         0xc0af5b8 s Context>handleSignal:
         0xc102510 s Context>handleSignal:
         0xc10dc30 s Context>handleSignal:
         0xc118ad8 s Context>handleSignal:
         0xc1233c0 s Context>handleSignal:
         0xc12dbf0 s Context>handleSignal:
         0xc138420 s Context>handleSignal:
         0xc142c50 s Context>handleSignal:
         0xc14d480 s Context>handleSignal:
         0xc157cb0 s Context>handleSignal:
         0xc1624e0 s Context>handleSignal:
         0xc16cd10 s Context>handleSignal:
         0xc177540 s Context>handleSignal:
         0xc181d70 s Context>handleSignal:
         0xc18c5a0 s Context>handleSignal:
         0xc196dd0 s Context>handleSignal:
         0xc1a1600 s Context>handleSignal:
         0xc1abe30 s Context>handleSignal:
         0xc1b6660 s Context>handleSignal:
         0xc1c0e90 s Context>handleSignal:
         0xc1cb6c0 s Context>handleSignal:
         0xc1d5ef0 s Context>handleSignal:
         0xc1e0720 s Context>handleSignal:
         0xc1eaf50 s Context>handleSignal:
         0xc1f5780 s Context>handleSignal:
         0xc1fffb0 s Context>handleSignal:
         0xc20a7e0 s Context>handleSignal:
         0xc215010 s Context>handleSignal:
         0xc21f840 s Context>handleSignal:
         0xc22a070 s Context>handleSignal:
         0xc2348a0 s Context>handleSignal:
         0xc23f0d0 s Context>handleSignal:
         0xc249900 s Context>handleSignal:
         0xc254130 s Context>handleSignal:
         0xc25e960 s Context>handleSignal:
         0xc265dd0 s Context>handleSignal:
         0xb7df148 s Context>handleSignal:
         0xb7e9a30 s Context>handleSignal:
         0xb7f4318 s Context>handleSignal:
         0xb7fec00 s Context>handleSignal:
         0xb8094e8 s Context>handleSignal:
         0xb813dd0 s Context>handleSignal:
         0xb81e6b8 s Context>handleSignal:
         0xb828fa0 s Context>handleSignal:
         0xb833888 s Context>handleSignal:
         0xb83e170 s Context>handleSignal:
         0xb848a58 s Context>handleSignal:
         0xb853340 s Context>handleSignal:
         0xb85dc28 s Context>handleSignal:
         0xb868510 s Context>handleSignal:
         0xb872df8 s Context>handleSignal:
         0xb87d6e0 s Context>handleSignal:
         0xb887fc8 s Context>handleSignal:
         0xb8928b0 s Context>handleSignal:
         0xb89d198 s Context>handleSignal:
         0xb8a7a80 s Context>handleSignal:
         0xb8b2368 s Context>handleSignal:
         0xb8bcc50 s Context>handleSignal:
         0xb8c7538 s Context>handleSignal:
         0xb8d1e20 s Context>handleSignal:
         0xb8dc708 s Context>handleSignal:
         0xb8e6ff0 s Context>handleSignal:
         0xb8f18d8 s Context>handleSignal:
         0xb8fc1c0 s Context>handleSignal:
         0xb906aa8 s Context>handleSignal:
         0xb911390 s Context>handleSignal:
         0xb91bc78 s Context>handleSignal:
         0xb926560 s Context>handleSignal:
         0xb930e48 s Context>handleSignal:
         0xb93b730 s Context>handleSignal:
         0xb946018 s Context>handleSignal:
         0xb950900 s Context>handleSignal:
         0xb95b1e8 s Context>handleSignal:
         0xb965ad0 s Context>handleSignal:
         0xb9703b8 s Context>handleSignal:
         0xb97aca0 s Context>handleSignal:
         0xb985588 s Context>handleSignal:
         0xb98fe70 s Context>handleSignal:
         0xb99a758 s Context>handleSignal:
         0xb9a5040 s Context>handleSignal:
         0xb9af928 s Context>handleSignal:
         0xb9ba210 s Context>handleSignal:
         0xb9c4af8 s Context>handleSignal:
         0xb9cf3e0 s Context>handleSignal:
         0xb9d9cc8 s Context>handleSignal:
         0xb9e45b0 s Context>handleSignal:
         0xb9eee98 s Context>handleSignal:
         0xb9f9780 s Context>handleSignal:
         0xba04068 s Context>handleSignal:
         0xba0e950 s Context>handleSignal:
         0xba19238 s Context>handleSignal:
         0xba23b20 s Context>handleSignal:
         0xba2e408 s Context>handleSignal:
         0xba38cf0 s Context>handleSignal:
         0xb4169d8 s Context>handleSignal:
         0xb41d2c8 s Context>handleSignal:
         0xb424930 s Context>handleSignal:
         0xb42b340 s Context>handleSignal:
         0xb432740 s Context>handleSignal:
         0xb439828 s Context>handleSignal:
         0xb4406e8 s Context>handleSignal:
         0xb4468a8 s Context>handleSignal:
         0xb44ca68 s Context>handleSignal:
         0xb452b70 s Context>handleSignal:
         0xb458bc0 s Context>handleSignal:
         0xb45ec10 s Context>handleSignal:
         0xb464c60 s Context>handleSignal:
         0xb46acb0 s Context>handleSignal:
         0xb470d00 s Context>handleSignal:
         0xb476d50 s Context>handleSignal:
         0xb47cda0 s Context>handleSignal:
         0xb482df0 s Context>handleSignal:
         0xb488e40 s Context>handleSignal:
         0xb48ee90 s Context>handleSignal:
         0xb494ee0 s Context>handleSignal:
         0xb49af30 s Context>handleSignal:
         0xb4a0f80 s Context>handleSignal:
         0xb4a6fd0 s Context>handleSignal:
         0xb4ad020 s Context>handleSignal:
         0xb4b3070 s Context>handleSignal:
         0xb4b90c0 s Context>handleSignal:
         0xb4bf110 s Context>handleSignal:
         0xb4c5160 s Context>handleSignal:
         0xb4cb1b0 s Context>handleSignal:
         0xb4d1148 s Context>handleSignal:
         0xb4d70e0 s Context>handleSignal:
         0xb4dd078 s Context>handleSignal:
         0xb4e3010 s Context>handleSignal:
         0xb4e8fa8 s Context>handleSignal:
         0xb4eef40 s Context>handleSignal:
         0xb4f4ed8 s Context>handleSignal:
         0xb4fae70 s Context>handleSignal:
         0xb500e08 s Context>handleSignal:
         0xb506da0 s Context>handleSignal:
         0xb50cd38 s Context>handleSignal:
         0xb512cd0 s Context>handleSignal:
         0xb518c68 s Context>handleSignal:
         0xb51ec00 s Context>handleSignal:
         0xb524b98 s Context>handleSignal:
         0xb52ab30 s Context>handleSignal:
         0xb530ac8 s Context>handleSignal:
         0xb536a60 s Context>handleSignal:
         0xb53c9f8 s Context>handleSignal:
         0xb542990 s Context>handleSignal:
         0xb548928 s Context>handleSignal:
         0xb54e8c0 s Context>handleSignal:
         0xb554858 s Context>handleSignal:
         0xb55a7f0 s Context>handleSignal:
         0xb560788 s Context>handleSignal:
         0xb566720 s Context>handleSignal:
         0xb56c6b8 s Context>handleSignal:
         0xb572650 s Context>handleSignal:
         0xb5785e8 s Context>handleSignal:
         0xb57e580 s Context>handleSignal:
         0xb584518 s Context>handleSignal:
         0xb58a4b0 s Context>handleSignal:
         0xb590448 s Context>handleSignal:
         0xb5963e0 s Context>handleSignal:
         0xb59c378 s Context>handleSignal:
         0xb5a2310 s Context>handleSignal:
         0xb5a82a8 s Context>handleSignal:
         0xb5ae240 s Context>handleSignal:
         0xb5b41d8 s Context>handleSignal:
         0xb5ba170 s Context>handleSignal:
         0xb5c0108 s Context>handleSignal:
         0xb5c60a0 s Context>handleSignal:
         0xb5cc038 s Context>handleSignal:
         0xb5d1fd0 s Context>handleSignal:
         0xb5d7f68 s Context>handleSignal:
         0xb5ddf00 s Context>handleSignal:
         0xb5e3e98 s Context>handleSignal:
         0xb5e9e30 s Context>handleSignal:
         0xb5efdc8 s Context>handleSignal:
         0xb5f5d60 s Context>handleSignal:
         0xb5fbcf8 s Context>handleSignal:
         0xb601c90 s Context>handleSignal:
         0xb607c28 s Context>handleSignal:
         0xb60dbc0 s Context>handleSignal:
         0xb613b58 s Context>handleSignal:
         0xb619af0 s Context>handleSignal:
         0xb61fa88 s Context>handleSignal:
         0xb625a20 s Context>handleSignal:
         0xb62b9b8 s Context>handleSignal:
         0xb631950 s Context>handleSignal:
         0xb6378e8 s Context>handleSignal:
         0xb63d880 s Context>handleSignal:
         0xb643818 s Context>handleSignal:
         0xb6497b0 s Context>handleSignal:
         0xb64f748 s Context>handleSignal:
         0xb6556e0 s Context>handleSignal:
         0xb65b5c0 s Context>handleSignal:
         0xb6613e8 s Context>handleSignal:
         0xb667158 s Context>handleSignal:
         0xb66ce10 s Context>handleSignal:
         0xb672a10 s Context>handleSignal:
         0xb678558 s Context>handleSignal:
         0xb67dfe8 s Context>handleSignal:
         0xb6839c0 s Context>handleSignal:
         0xb6892e0 s Context>handleSignal:
         0xb68eb48 s Context>handleSignal:
         0xb6942f8 s Context>handleSignal:
         0xb6999f0 s Context>handleSignal:
         0xb69f030 s Context>handleSignal:
         0xb6a45b8 s Context>handleSignal:
         0xb6a9a88 s Context>handleSignal:
         0xb6aeea0 s Context>handleSignal:
         0xb6b4200 s Context>handleSignal:
         0xb6b94a8 s Context>handleSignal:
         0xb6be698 s Context>handleSignal:
         0xb6c37d0 s Context>handleSignal:
         0xb6c8850 s Context>handleSignal:
         0xb6cd818 s Context>handleSignal:
         0xb6d2728 s Context>handleSignal:
         0xb6d7580 s Context>handleSignal:
         0xb6dc320 s Context>handleSignal:
         0xb6e1008 s Context>handleSignal:
         0xb6e5c38 s Context>handleSignal:
         0xb6ea7b0 s Context>handleSignal:
         0xb6ef270 s Context>handleSignal:
         0xb6f3c78 s Context>handleSignal:
         0xb6f85c8 s Context>handleSignal:
         0xb6fce60 s Context>handleSignal:
         0xb701640 s Context>handleSignal:
         0xb705d68 s Context>handleSignal:
         0xb70a3d8 s Context>handleSignal:
         0xb70e990 s Context>handleSignal:
         0xb712e90 s Context>handleSignal:
         0xb7172d8 s Context>handleSignal:
         0xb71b668 s Context>handleSignal:
         0xb71f940 s Context>handleSignal:
         0xb723b60 s Context>handleSignal:
         0xb727cc8 s Context>handleSignal:
         0xb72bd78 s Context>handleSignal:
         0xb72fd70 s Context>handleSignal:
         0xb733cb0 s Context>handleSignal:
         0xb737b38 s Context>handleSignal:
         0xb73b908 s Context>handleSignal:
         0xb73f620 s Context>handleSignal:
         0xb743280 s Context>handleSignal:
         0xb746e28 s Context>handleSignal:
         0xbf7e000 s Halt(Exception)>signal
         0xbf99128 s Halt class(Exception class)>signal
         0xbfc2038 s Halt class>now
         0xbfaef30 s FullBlockClosure(Object)>halt
         0xbfe00d8 s FullBlockClosure>printOn:
         0xc002de8 s Context>printOn:
         0xc027c00 s Context>printDebugOn:
         0xc027ee0 s [] in Context>debugStack:on:
         0xc050dc8 s OrderedCollection>do:
         0xbfaecb8 s Context>debugStack:on:
         0xbfdfe88 s Context>shortDebugStackOn:
         0xc002bb0 s [] in SmalltalkImage>logError:inContext:
         0xc027920 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79488 s FullBlockClosure(BlockClosure)>on:do:
         0xbf930b0 s SmalltalkImage>logStdErrorDuring:
         0xbfbc500 s SmalltalkImage>logError:inContext:
         0xbfebd18 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00e8e8 s FullBlockClosure(BlockClosure)>ensure:
         0xc0370d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057320 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067ab8 s Halt(Exception)>unhandledErrorAction
         0xc07d330 s Halt(UnhandledException)>defaultAction
         0xc09e1b8 s UndefinedObject>handleSignal:
         0xc09e270 s Context>handleSignal:
         0xc09e328 s Context>handleSignal:
         0xc09e3e0 s Context>handleSignal:
         0xc09e498 s Context>handleSignal:
         0xc09e550 s Context>handleSignal:
         0xc09e608 s Context>handleSignal:
         0xc09e6c0 s Context>handleSignal:
         0xc09e778 s Context>handleSignal:
         0xc09e830 s Context>handleSignal:
         0xc09e8e8 s Context>handleSignal:
         0xc100ca0 s Context>handleSignal:
         0xc10c3c0 s Context>handleSignal:
         0xc117268 s Context>handleSignal:
         0xc121b50 s Context>handleSignal:
         0xc12c380 s Context>handleSignal:
         0xc136bb0 s Context>handleSignal:
         0xc1413e0 s Context>handleSignal:
         0xc14bc10 s Context>handleSignal:
         0xc156440 s Context>handleSignal:
         0xc160c70 s Context>handleSignal:
         0xc16b4a0 s Context>handleSignal:
         0xc175cd0 s Context>handleSignal:
         0xc180500 s Context>handleSignal:
         0xc18ad30 s Context>handleSignal:
         0xc195560 s Context>handleSignal:
         0xc19fd90 s Context>handleSignal:
         0xc1aa5c0 s Context>handleSignal:
         0xc1b4df0 s Context>handleSignal:
         0xc1bf620 s Context>handleSignal:
         0xc1c9e50 s Context>handleSignal:
         0xc1d4680 s Context>handleSignal:
         0xc1deeb0 s Context>handleSignal:
         0xc1e96e0 s Context>handleSignal:
         0xc1f3f10 s Context>handleSignal:
         0xc1fe740 s Context>handleSignal:
         0xc208f70 s Context>handleSignal:
         0xc2137a0 s Context>handleSignal:
         0xc21dfd0 s Context>handleSignal:
         0xc228800 s Context>handleSignal:
         0xc233030 s Context>handleSignal:
         0xc23d860 s Context>handleSignal:
         0xc248090 s Context>handleSignal:
         0xc2528c0 s Context>handleSignal:
         0xc25d0f0 s Context>handleSignal:
         0xc264560 s Context>handleSignal:
         0xb7dd8d8 s Context>handleSignal:
         0xb7e81c0 s Context>handleSignal:
         0xb7f2aa8 s Context>handleSignal:
         0xb7fd390 s Context>handleSignal:
         0xb807c78 s Context>handleSignal:
         0xb812560 s Context>handleSignal:
         0xb81ce48 s Context>handleSignal:
         0xb827730 s Context>handleSignal:
         0xb832018 s Context>handleSignal:
         0xb83c900 s Context>handleSignal:
         0xb8471e8 s Context>handleSignal:
         0xb851ad0 s Context>handleSignal:
         0xb85c3b8 s Context>handleSignal:
         0xb866ca0 s Context>handleSignal:
         0xb871588 s Context>handleSignal:
         0xb87be70 s Context>handleSignal:
         0xb886758 s Context>handleSignal:
         0xb891040 s Context>handleSignal:
         0xb89b928 s Context>handleSignal:
         0xb8a6210 s Context>handleSignal:
         0xb8b0af8 s Context>handleSignal:
         0xb8bb3e0 s Context>handleSignal:
         0xb8c5cc8 s Context>handleSignal:
         0xb8d05b0 s Context>handleSignal:
         0xb8dae98 s Context>handleSignal:
         0xb8e5780 s Context>handleSignal:
         0xb8f0068 s Context>handleSignal:
         0xb8fa950 s Context>handleSignal:
         0xb905238 s Context>handleSignal:
         0xb90fb20 s Context>handleSignal:
         0xb91a408 s Context>handleSignal:
         0xb924cf0 s Context>handleSignal:
         0xb92f5d8 s Context>handleSignal:
         0xb939ec0 s Context>handleSignal:
         0xb9447a8 s Context>handleSignal:
         0xb94f090 s Context>handleSignal:
         0xb959978 s Context>handleSignal:
         0xb964260 s Context>handleSignal:
         0xb96eb48 s Context>handleSignal:
         0xb979430 s Context>handleSignal:
         0xb983d18 s Context>handleSignal:
         0xb98e600 s Context>handleSignal:
         0xb998ee8 s Context>handleSignal:
         0xb9a37d0 s Context>handleSignal:
         0xb9ae0b8 s Context>handleSignal:
         0xb9b89a0 s Context>handleSignal:
         0xb9c3288 s Context>handleSignal:
         0xb9cdb70 s Context>handleSignal:
         0xb9d8458 s Context>handleSignal:
         0xb9e2d40 s Context>handleSignal:
         0xb9ed628 s Context>handleSignal:
         0xb9f7f10 s Context>handleSignal:
         0xba027f8 s Context>handleSignal:
         0xba0d0e0 s Context>handleSignal:
         0xba179c8 s Context>handleSignal:
         0xba222b0 s Context>handleSignal:
         0xba2cb98 s Context>handleSignal:
         0xba37480 s Context>handleSignal:
         0xb416920 s Context>handleSignal:
         0xb41d210 s Context>handleSignal:
         0xb424878 s Context>handleSignal:
         0xb42b288 s Context>handleSignal:
         0xb432688 s Context>handleSignal:
         0xb439770 s Context>handleSignal:
         0xb440630 s Context>handleSignal:
         0xb4467f0 s Context>handleSignal:
         0xb44c9b0 s Context>handleSignal:
         0xb452ab8 s Context>handleSignal:
         0xb458b08 s Context>handleSignal:
         0xb45eb58 s Context>handleSignal:
         0xb464ba8 s Context>handleSignal:
         0xb46abf8 s Context>handleSignal:
         0xb470c48 s Context>handleSignal:
         0xb476c98 s Context>handleSignal:
         0xb47cce8 s Context>handleSignal:
         0xb482d38 s Context>handleSignal:
         0xb488d88 s Context>handleSignal:
         0xb48edd8 s Context>handleSignal:
         0xb494e28 s Context>handleSignal:
         0xb49ae78 s Context>handleSignal:
         0xb4a0ec8 s Context>handleSignal:
         0xb4a6f18 s Context>handleSignal:
         0xb4acf68 s Context>handleSignal:
         0xb4b2fb8 s Context>handleSignal:
         0xb4b9008 s Context>handleSignal:
         0xb4bf058 s Context>handleSignal:
         0xb4c50a8 s Context>handleSignal:
         0xb4cb0f8 s Context>handleSignal:
         0xb4d1090 s Context>handleSignal:
         0xb4d7028 s Context>handleSignal:
         0xb4dcfc0 s Context>handleSignal:
         0xb4e2f58 s Context>handleSignal:
         0xb4e8ef0 s Context>handleSignal:
         0xb4eee88 s Context>handleSignal:
         0xb4f4e20 s Context>handleSignal:
         0xb4fadb8 s Context>handleSignal:
         0xb500d50 s Context>handleSignal:
         0xb506ce8 s Context>handleSignal:
         0xb50cc80 s Context>handleSignal:
         0xb512c18 s Context>handleSignal:
         0xb518bb0 s Context>handleSignal:
         0xb51eb48 s Context>handleSignal:
         0xb524ae0 s Context>handleSignal:
         0xb52aa78 s Context>handleSignal:
         0xb530a10 s Context>handleSignal:
         0xb5369a8 s Context>handleSignal:
         0xb53c940 s Context>handleSignal:
         0xb5428d8 s Context>handleSignal:
         0xb548870 s Context>handleSignal:
         0xb54e808 s Context>handleSignal:
         0xb5547a0 s Context>handleSignal:
         0xb55a738 s Context>handleSignal:
         0xb5606d0 s Context>handleSignal:
         0xb566668 s Context>handleSignal:
         0xb56c600 s Context>handleSignal:
         0xb572598 s Context>handleSignal:
         0xb578530 s Context>handleSignal:
         0xb57e4c8 s Context>handleSignal:
         0xb584460 s Context>handleSignal:
         0xb58a3f8 s Context>handleSignal:
         0xb590390 s Context>handleSignal:
         0xb596328 s Context>handleSignal:
         0xb59c2c0 s Context>handleSignal:
         0xb5a2258 s Context>handleSignal:
         0xb5a81f0 s Context>handleSignal:
         0xb5ae188 s Context>handleSignal:
         0xb5b4120 s Context>handleSignal:
         0xb5ba0b8 s Context>handleSignal:
         0xb5c0050 s Context>handleSignal:
         0xb5c5fe8 s Context>handleSignal:
         0xb5cbf80 s Context>handleSignal:
         0xb5d1f18 s Context>handleSignal:
         0xb5d7eb0 s Context>handleSignal:
         0xb5dde48 s Context>handleSignal:
         0xb5e3de0 s Context>handleSignal:
         0xb5e9d78 s Context>handleSignal:
         0xb5efd10 s Context>handleSignal:
         0xb5f5ca8 s Context>handleSignal:
         0xb5fbc40 s Context>handleSignal:
         0xb601bd8 s Context>handleSignal:
         0xb607b70 s Context>handleSignal:
         0xb60db08 s Context>handleSignal:
         0xb613aa0 s Context>handleSignal:
         0xb619a38 s Context>handleSignal:
         0xb61f9d0 s Context>handleSignal:
         0xb625968 s Context>handleSignal:
         0xb62b900 s Context>handleSignal:
         0xb631898 s Context>handleSignal:
         0xb637830 s Context>handleSignal:
         0xb63d7c8 s Context>handleSignal:
         0xb643760 s Context>handleSignal:
         0xb6496f8 s Context>handleSignal:
         0xb64f690 s Context>handleSignal:
         0xb655628 s Context>handleSignal:
         0xb65b508 s Context>handleSignal:
         0xb661330 s Context>handleSignal:
         0xb6670a0 s Context>handleSignal:
         0xb66cd58 s Context>handleSignal:
         0xb672958 s Context>handleSignal:
         0xb6784a0 s Context>handleSignal:
         0xb67df30 s Context>handleSignal:
         0xb683908 s Context>handleSignal:
         0xb689228 s Context>handleSignal:
         0xb68ea90 s Context>handleSignal:
         0xb694240 s Context>handleSignal:
         0xb699938 s Context>handleSignal:
         0xb69ef78 s Context>handleSignal:
         0xb6a4500 s Context>handleSignal:
         0xb6a99d0 s Context>handleSignal:
         0xb6aede8 s Context>handleSignal:
         0xb6b4148 s Context>handleSignal:
         0xb6b93f0 s Context>handleSignal:
         0xb6be5e0 s Context>handleSignal:
         0xb6c3718 s Context>handleSignal:
         0xb6c8798 s Context>handleSignal:
         0xb6cd760 s Context>handleSignal:
         0xb6d2670 s Context>handleSignal:
         0xb6d74c8 s Context>handleSignal:
         0xb6dc268 s Context>handleSignal:
         0xb6e0f50 s Context>handleSignal:
         0xb6e5b80 s Context>handleSignal:
         0xb6ea6f8 s Context>handleSignal:
         0xb6ef1b8 s Context>handleSignal:
         0xb6f3bc0 s Context>handleSignal:
         0xb6f8510 s Context>handleSignal:
         0xb6fcda8 s Context>handleSignal:
         0xb701588 s Context>handleSignal:
         0xb705cb0 s Context>handleSignal:
         0xb70a320 s Context>handleSignal:
         0xb70e8d8 s Context>handleSignal:
         0xb712dd8 s Context>handleSignal:
         0xb717220 s Context>handleSignal:
         0xb71b5b0 s Context>handleSignal:
         0xb71f888 s Context>handleSignal:
         0xb723aa8 s Context>handleSignal:
         0xb727c10 s Context>handleSignal:
         0xb72bcc0 s Context>handleSignal:
         0xb72fcb8 s Context>handleSignal:
         0xb733bf8 s Context>handleSignal:
         0xb737a80 s Context>handleSignal:
         0xb73b850 s Context>handleSignal:
         0xb73f568 s Context>handleSignal:
         0xb7431c8 s Context>handleSignal:
         0xbf7df48 s Halt(Exception)>signal
         0xbf99070 s Halt class(Exception class)>signal
         0xbfc1f80 s Halt class>now
         0xbfaed70 s FullBlockClosure(Object)>halt
         0xbfdff40 s FullBlockClosure>printOn:
         0xc002c68 s Context>printOn:
         0xc0279d8 s Context>printDebugOn:
         0xc027cb8 s [] in Context>debugStack:on:
         0xc050d10 s OrderedCollection>do:
         0xbfaeaf8 s Context>debugStack:on:
         0xbfdfcf0 s Context>shortDebugStackOn:
         0xc002a30 s [] in SmalltalkImage>logError:inContext:
         0xc0276f8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf793d0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf92f98 s SmalltalkImage>logStdErrorDuring:
         0xbfbc400 s SmalltalkImage>logError:inContext:
         0xbfebc50 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00e7f8 s FullBlockClosure(BlockClosure)>ensure:
         0xc036ff8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057268 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067a00 s Halt(Exception)>unhandledErrorAction
         0xc07d278 s Halt(UnhandledException)>defaultAction
         0xc09d9d0 s UndefinedObject>handleSignal:
         0xc09da88 s Context>handleSignal:
         0xc09db40 s Context>handleSignal:
         0xc09dbf8 s Context>handleSignal:
         0xc09dcb0 s Context>handleSignal:
         0xc09dd68 s Context>handleSignal:
         0xc09de20 s Context>handleSignal:
         0xc09ded8 s Context>handleSignal:
         0xc09df90 s Context>handleSignal:
         0xc09e048 s Context>handleSignal:
         0xc09e100 s Context>handleSignal:
         0xc100be8 s Context>handleSignal:
         0xc10c308 s Context>handleSignal:
         0xc1171b0 s Context>handleSignal:
         0xc121a98 s Context>handleSignal:
         0xc12c2c8 s Context>handleSignal:
         0xc136af8 s Context>handleSignal:
         0xc141328 s Context>handleSignal:
         0xc14bb58 s Context>handleSignal:
         0xc156388 s Context>handleSignal:
         0xc160bb8 s Context>handleSignal:
         0xc16b3e8 s Context>handleSignal:
         0xc175c18 s Context>handleSignal:
         0xc180448 s Context>handleSignal:
         0xc18ac78 s Context>handleSignal:
         0xc1954a8 s Context>handleSignal:
         0xc19fcd8 s Context>handleSignal:
         0xc1aa508 s Context>handleSignal:
         0xc1b4d38 s Context>handleSignal:
         0xc1bf568 s Context>handleSignal:
         0xc1c9d98 s Context>handleSignal:
         0xc1d45c8 s Context>handleSignal:
         0xc1dedf8 s Context>handleSignal:
         0xc1e9628 s Context>handleSignal:
         0xc1f3e58 s Context>handleSignal:
         0xc1fe688 s Context>handleSignal:
         0xc208eb8 s Context>handleSignal:
         0xc2136e8 s Context>handleSignal:
         0xc21df18 s Context>handleSignal:
         0xc228748 s Context>handleSignal:
         0xc232f78 s Context>handleSignal:
         0xc23d7a8 s Context>handleSignal:
         0xc247fd8 s Context>handleSignal:
         0xc252808 s Context>handleSignal:
         0xc25d038 s Context>handleSignal:
         0xc2644a8 s Context>handleSignal:
         0xb7dd820 s Context>handleSignal:
         0xb7e8108 s Context>handleSignal:
         0xb7f29f0 s Context>handleSignal:
         0xb7fd2d8 s Context>handleSignal:
         0xb807bc0 s Context>handleSignal:
         0xb8124a8 s Context>handleSignal:
         0xb81cd90 s Context>handleSignal:
         0xb827678 s Context>handleSignal:
         0xb831f60 s Context>handleSignal:
         0xb83c848 s Context>handleSignal:
         0xb847130 s Context>handleSignal:
         0xb851a18 s Context>handleSignal:
         0xb85c300 s Context>handleSignal:
         0xb866be8 s Context>handleSignal:
         0xb8714d0 s Context>handleSignal:
         0xb87bdb8 s Context>handleSignal:
         0xb8866a0 s Context>handleSignal:
         0xb890f88 s Context>handleSignal:
         0xb89b870 s Context>handleSignal:
         0xb8a6158 s Context>handleSignal:
         0xb8b0a40 s Context>handleSignal:
         0xb8bb328 s Context>handleSignal:
         0xb8c5c10 s Context>handleSignal:
         0xb8d04f8 s Context>handleSignal:
         0xb8dade0 s Context>handleSignal:
         0xb8e56c8 s Context>handleSignal:
         0xb8effb0 s Context>handleSignal:
         0xb8fa898 s Context>handleSignal:
         0xb905180 s Context>handleSignal:
         0xb90fa68 s Context>handleSignal:
         0xb91a350 s Context>handleSignal:
         0xb924c38 s Context>handleSignal:
         0xb92f520 s Context>handleSignal:
         0xb939e08 s Context>handleSignal:
         0xb9446f0 s Context>handleSignal:
         0xb94efd8 s Context>handleSignal:
         0xb9598c0 s Context>handleSignal:
         0xb9641a8 s Context>handleSignal:
         0xb96ea90 s Context>handleSignal:
         0xb979378 s Context>handleSignal:
         0xb983c60 s Context>handleSignal:
         0xb98e548 s Context>handleSignal:
         0xb998e30 s Context>handleSignal:
         0xb9a3718 s Context>handleSignal:
         0xb9ae000 s Context>handleSignal:
         0xb9b88e8 s Context>handleSignal:
         0xb9c31d0 s Context>handleSignal:
         0xb9cdab8 s Context>handleSignal:
         0xb9d83a0 s Context>handleSignal:
         0xb9e2c88 s Context>handleSignal:
         0xb9ed570 s Context>handleSignal:
         0xb9f7e58 s Context>handleSignal:
         0xba02740 s Context>handleSignal:
         0xba0d028 s Context>handleSignal:
         0xba17910 s Context>handleSignal:
         0xba221f8 s Context>handleSignal:
         0xba2cae0 s Context>handleSignal:
         0xba373c8 s Context>handleSignal:
         0xb416868 s Context>handleSignal:
         0xb41d158 s Context>handleSignal:
         0xb4247c0 s Context>handleSignal:
         0xb42b1d0 s Context>handleSignal:
         0xb4325d0 s Context>handleSignal:
         0xb4396b8 s Context>handleSignal:
         0xb440578 s Context>handleSignal:
         0xb446738 s Context>handleSignal:
         0xb44c8f8 s Context>handleSignal:
         0xb452a00 s Context>handleSignal:
         0xb458a50 s Context>handleSignal:
         0xb45eaa0 s Context>handleSignal:
         0xb464af0 s Context>handleSignal:
         0xb46ab40 s Context>handleSignal:
         0xb470b90 s Context>handleSignal:
         0xb476be0 s Context>handleSignal:
         0xb47cc30 s Context>handleSignal:
         0xb482c80 s Context>handleSignal:
         0xb488cd0 s Context>handleSignal:
         0xb48ed20 s Context>handleSignal:
         0xb494d70 s Context>handleSignal:
         0xb49adc0 s Context>handleSignal:
         0xb4a0e10 s Context>handleSignal:
         0xb4a6e60 s Context>handleSignal:
         0xb4aceb0 s Context>handleSignal:
         0xb4b2f00 s Context>handleSignal:
         0xb4b8f50 s Context>handleSignal:
         0xb4befa0 s Context>handleSignal:
         0xb4c4ff0 s Context>handleSignal:
         0xb4cb040 s Context>handleSignal:
         0xb4d0fd8 s Context>handleSignal:
         0xb4d6f70 s Context>handleSignal:
         0xb4dcf08 s Context>handleSignal:
         0xb4e2ea0 s Context>handleSignal:
         0xb4e8e38 s Context>handleSignal:
         0xb4eedd0 s Context>handleSignal:
         0xb4f4d68 s Context>handleSignal:
         0xb4fad00 s Context>handleSignal:
         0xb500c98 s Context>handleSignal:
         0xb506c30 s Context>handleSignal:
         0xb50cbc8 s Context>handleSignal:
         0xb512b60 s Context>handleSignal:
         0xb518af8 s Context>handleSignal:
         0xb51ea90 s Context>handleSignal:
         0xb524a28 s Context>handleSignal:
         0xb52a9c0 s Context>handleSignal:
         0xb530958 s Context>handleSignal:
         0xb5368f0 s Context>handleSignal:
         0xb53c888 s Context>handleSignal:
         0xb542820 s Context>handleSignal:
         0xb5487b8 s Context>handleSignal:
         0xb54e750 s Context>handleSignal:
         0xb5546e8 s Context>handleSignal:
         0xb55a680 s Context>handleSignal:
         0xb560618 s Context>handleSignal:
         0xb5665b0 s Context>handleSignal:
         0xb56c548 s Context>handleSignal:
         0xb5724e0 s Context>handleSignal:
         0xb578478 s Context>handleSignal:
         0xb57e410 s Context>handleSignal:
         0xb5843a8 s Context>handleSignal:
         0xb58a340 s Context>handleSignal:
         0xb5902d8 s Context>handleSignal:
         0xb596270 s Context>handleSignal:
         0xb59c208 s Context>handleSignal:
         0xb5a21a0 s Context>handleSignal:
         0xb5a8138 s Context>handleSignal:
         0xb5ae0d0 s Context>handleSignal:
         0xb5b4068 s Context>handleSignal:
         0xb5ba000 s Context>handleSignal:
         0xb5bff98 s Context>handleSignal:
         0xb5c5f30 s Context>handleSignal:
         0xb5cbec8 s Context>handleSignal:
         0xb5d1e60 s Context>handleSignal:
         0xb5d7df8 s Context>handleSignal:
         0xb5ddd90 s Context>handleSignal:
         0xb5e3d28 s Context>handleSignal:
         0xb5e9cc0 s Context>handleSignal:
         0xb5efc58 s Context>handleSignal:
         0xb5f5bf0 s Context>handleSignal:
         0xb5fbb88 s Context>handleSignal:
         0xb601b20 s Context>handleSignal:
         0xb607ab8 s Context>handleSignal:
         0xb60da50 s Context>handleSignal:
         0xb6139e8 s Context>handleSignal:
         0xb619980 s Context>handleSignal:
         0xb61f918 s Context>handleSignal:
         0xb6258b0 s Context>handleSignal:
         0xb62b848 s Context>handleSignal:
         0xb6317e0 s Context>handleSignal:
         0xb637778 s Context>handleSignal:
         0xb63d710 s Context>handleSignal:
         0xb6436a8 s Context>handleSignal:
         0xb649640 s Context>handleSignal:
         0xb64f5d8 s Context>handleSignal:
         0xb655570 s Context>handleSignal:
         0xb65b450 s Context>handleSignal:
         0xb661278 s Context>handleSignal:
         0xb666fe8 s Context>handleSignal:
         0xb66cca0 s Context>handleSignal:
         0xb6728a0 s Context>handleSignal:
         0xb6783e8 s Context>handleSignal:
         0xb67de78 s Context>handleSignal:
         0xb683850 s Context>handleSignal:
         0xb689170 s Context>handleSignal:
         0xb68e9d8 s Context>handleSignal:
         0xb694188 s Context>handleSignal:
         0xb699880 s Context>handleSignal:
         0xb69eec0 s Context>handleSignal:
         0xb6a4448 s Context>handleSignal:
         0xb6a9918 s Context>handleSignal:
         0xb6aed30 s Context>handleSignal:
         0xb6b4090 s Context>handleSignal:
         0xb6b9338 s Context>handleSignal:
         0xb6be528 s Context>handleSignal:
         0xb6c3660 s Context>handleSignal:
         0xb6c86e0 s Context>handleSignal:
         0xb6cd6a8 s Context>handleSignal:
         0xb6d25b8 s Context>handleSignal:
         0xb6d7410 s Context>handleSignal:
         0xb6dc1b0 s Context>handleSignal:
         0xb6e0e98 s Context>handleSignal:
         0xb6e5ac8 s Context>handleSignal:
         0xb6ea640 s Context>handleSignal:
         0xb6ef100 s Context>handleSignal:
         0xb6f3b08 s Context>handleSignal:
         0xb6f8458 s Context>handleSignal:
         0xb6fccf0 s Context>handleSignal:
         0xb7014d0 s Context>handleSignal:
         0xb705bf8 s Context>handleSignal:
         0xb70a268 s Context>handleSignal:
         0xb70e820 s Context>handleSignal:
         0xb712d20 s Context>handleSignal:
         0xb717168 s Context>handleSignal:
         0xb71b4f8 s Context>handleSignal:
         0xb71f7d0 s Context>handleSignal:
         0xb7239f0 s Context>handleSignal:
         0xb727b58 s Context>handleSignal:
         0xb72bc08 s Context>handleSignal:
         0xb72fc00 s Context>handleSignal:
         0xb733b40 s Context>handleSignal:
         0xb7379c8 s Context>handleSignal:
         0xb73b798 s Context>handleSignal:
         0xb73f4b0 s Context>handleSignal:
         0xbf7de90 s Halt(Exception)>signal
         0xbf98fb8 s Halt class(Exception class)>signal
         0xbfc1ec8 s Halt class>now
         0xbfaebb0 s FullBlockClosure(Object)>halt
         0xbfdfda8 s FullBlockClosure>printOn:
         0xc002ae8 s Context>printOn:
         0xc0277b0 s Context>printDebugOn:
         0xc027a90 s [] in Context>debugStack:on:
         0xc050c58 s OrderedCollection>do:
         0xbfae938 s Context>debugStack:on:
         0xbfdfb58 s Context>shortDebugStackOn:
         0xc0028b0 s [] in SmalltalkImage>logError:inContext:
         0xc0274d0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79318 s FullBlockClosure(BlockClosure)>on:do:
         0xbf92e80 s SmalltalkImage>logStdErrorDuring:
         0xbfbc300 s SmalltalkImage>logError:inContext:
         0xbfebb88 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00e708 s FullBlockClosure(BlockClosure)>ensure:
         0xc036f18 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0571b0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067948 s Halt(Exception)>unhandledErrorAction
         0xc07d1c0 s Halt(UnhandledException)>defaultAction
         0xc09d1e8 s UndefinedObject>handleSignal:
         0xc09d2a0 s Context>handleSignal:
         0xc09d358 s Context>handleSignal:
         0xc09d410 s Context>handleSignal:
         0xc09d4c8 s Context>handleSignal:
         0xc09d580 s Context>handleSignal:
         0xc09d638 s Context>handleSignal:
         0xc09d6f0 s Context>handleSignal:
         0xc09d7a8 s Context>handleSignal:
         0xc09d860 s Context>handleSignal:
         0xc09d918 s Context>handleSignal:
         0xc100b30 s Context>handleSignal:
         0xc10c250 s Context>handleSignal:
         0xc1170f8 s Context>handleSignal:
         0xc1219e0 s Context>handleSignal:
         0xc12c210 s Context>handleSignal:
         0xc136a40 s Context>handleSignal:
         0xc141270 s Context>handleSignal:
         0xc14baa0 s Context>handleSignal:
         0xc1562d0 s Context>handleSignal:
         0xc160b00 s Context>handleSignal:
         0xc16b330 s Context>handleSignal:
         0xc175b60 s Context>handleSignal:
         0xc180390 s Context>handleSignal:
         0xc18abc0 s Context>handleSignal:
         0xc1953f0 s Context>handleSignal:
         0xc19fc20 s Context>handleSignal:
         0xc1aa450 s Context>handleSignal:
         0xc1b4c80 s Context>handleSignal:
         0xc1bf4b0 s Context>handleSignal:
         0xc1c9ce0 s Context>handleSignal:
         0xc1d4510 s Context>handleSignal:
         0xc1ded40 s Context>handleSignal:
         0xc1e9570 s Context>handleSignal:
         0xc1f3da0 s Context>handleSignal:
         0xc1fe5d0 s Context>handleSignal:
         0xc208e00 s Context>handleSignal:
         0xc213630 s Context>handleSignal:
         0xc21de60 s Context>handleSignal:
         0xc228690 s Context>handleSignal:
         0xc232ec0 s Context>handleSignal:
         0xc23d6f0 s Context>handleSignal:
         0xc247f20 s Context>handleSignal:
         0xc252750 s Context>handleSignal:
         0xc25cf80 s Context>handleSignal:
         0xc2643f0 s Context>handleSignal:
         0xb7dd768 s Context>handleSignal:
         0xb7e8050 s Context>handleSignal:
         0xb7f2938 s Context>handleSignal:
         0xb7fd220 s Context>handleSignal:
         0xb807b08 s Context>handleSignal:
         0xb8123f0 s Context>handleSignal:
         0xb81ccd8 s Context>handleSignal:
         0xb8275c0 s Context>handleSignal:
         0xb831ea8 s Context>handleSignal:
         0xb83c790 s Context>handleSignal:
         0xb847078 s Context>handleSignal:
         0xb851960 s Context>handleSignal:
         0xb85c248 s Context>handleSignal:
         0xb866b30 s Context>handleSignal:
         0xb871418 s Context>handleSignal:
         0xb87bd00 s Context>handleSignal:
         0xb8865e8 s Context>handleSignal:
         0xb890ed0 s Context>handleSignal:
         0xb89b7b8 s Context>handleSignal:
         0xb8a60a0 s Context>handleSignal:
         0xb8b0988 s Context>handleSignal:
         0xb8bb270 s Context>handleSignal:
         0xb8c5b58 s Context>handleSignal:
         0xb8d0440 s Context>handleSignal:
         0xb8dad28 s Context>handleSignal:
         0xb8e5610 s Context>handleSignal:
         0xb8efef8 s Context>handleSignal:
         0xb8fa7e0 s Context>handleSignal:
         0xb9050c8 s Context>handleSignal:
         0xb90f9b0 s Context>handleSignal:
         0xb91a298 s Context>handleSignal:
         0xb924b80 s Context>handleSignal:
         0xb92f468 s Context>handleSignal:
         0xb939d50 s Context>handleSignal:
         0xb944638 s Context>handleSignal:
         0xb94ef20 s Context>handleSignal:
         0xb959808 s Context>handleSignal:
         0xb9640f0 s Context>handleSignal:
         0xb96e9d8 s Context>handleSignal:
         0xb9792c0 s Context>handleSignal:
         0xb983ba8 s Context>handleSignal:
         0xb98e490 s Context>handleSignal:
         0xb998d78 s Context>handleSignal:
         0xb9a3660 s Context>handleSignal:
         0xb9adf48 s Context>handleSignal:
         0xb9b8830 s Context>handleSignal:
         0xb9c3118 s Context>handleSignal:
         0xb9cda00 s Context>handleSignal:
         0xb9d82e8 s Context>handleSignal:
         0xb9e2bd0 s Context>handleSignal:
         0xb9ed4b8 s Context>handleSignal:
         0xb9f7da0 s Context>handleSignal:
         0xba02688 s Context>handleSignal:
         0xba0cf70 s Context>handleSignal:
         0xba17858 s Context>handleSignal:
         0xba22140 s Context>handleSignal:
         0xba2ca28 s Context>handleSignal:
         0xba37310 s Context>handleSignal:
         0xb4167b0 s Context>handleSignal:
         0xb41d0a0 s Context>handleSignal:
         0xb424708 s Context>handleSignal:
         0xb42b118 s Context>handleSignal:
         0xb432518 s Context>handleSignal:
         0xb439600 s Context>handleSignal:
         0xb4404c0 s Context>handleSignal:
         0xb446680 s Context>handleSignal:
         0xb44c840 s Context>handleSignal:
         0xb452948 s Context>handleSignal:
         0xb458998 s Context>handleSignal:
         0xb45e9e8 s Context>handleSignal:
         0xb464a38 s Context>handleSignal:
         0xb46aa88 s Context>handleSignal:
         0xb470ad8 s Context>handleSignal:
         0xb476b28 s Context>handleSignal:
         0xb47cb78 s Context>handleSignal:
         0xb482bc8 s Context>handleSignal:
         0xb488c18 s Context>handleSignal:
         0xb48ec68 s Context>handleSignal:
         0xb494cb8 s Context>handleSignal:
         0xb49ad08 s Context>handleSignal:
         0xb4a0d58 s Context>handleSignal:
         0xb4a6da8 s Context>handleSignal:
         0xb4acdf8 s Context>handleSignal:
         0xb4b2e48 s Context>handleSignal:
         0xb4b8e98 s Context>handleSignal:
         0xb4beee8 s Context>handleSignal:
         0xb4c4f38 s Context>handleSignal:
         0xb4caf88 s Context>handleSignal:
         0xb4d0f20 s Context>handleSignal:
         0xb4d6eb8 s Context>handleSignal:
         0xb4dce50 s Context>handleSignal:
         0xb4e2de8 s Context>handleSignal:
         0xb4e8d80 s Context>handleSignal:
         0xb4eed18 s Context>handleSignal:
         0xb4f4cb0 s Context>handleSignal:
         0xb4fac48 s Context>handleSignal:
         0xb500be0 s Context>handleSignal:
         0xb506b78 s Context>handleSignal:
         0xb50cb10 s Context>handleSignal:
         0xb512aa8 s Context>handleSignal:
         0xb518a40 s Context>handleSignal:
         0xb51e9d8 s Context>handleSignal:
         0xb524970 s Context>handleSignal:
         0xb52a908 s Context>handleSignal:
         0xb5308a0 s Context>handleSignal:
         0xb536838 s Context>handleSignal:
         0xb53c7d0 s Context>handleSignal:
         0xb542768 s Context>handleSignal:
         0xb548700 s Context>handleSignal:
         0xb54e698 s Context>handleSignal:
         0xb554630 s Context>handleSignal:
         0xb55a5c8 s Context>handleSignal:
         0xb560560 s Context>handleSignal:
         0xb5664f8 s Context>handleSignal:
         0xb56c490 s Context>handleSignal:
         0xb572428 s Context>handleSignal:
         0xb5783c0 s Context>handleSignal:
         0xb57e358 s Context>handleSignal:
         0xb5842f0 s Context>handleSignal:
         0xb58a288 s Context>handleSignal:
         0xb590220 s Context>handleSignal:
         0xb5961b8 s Context>handleSignal:
         0xb59c150 s Context>handleSignal:
         0xb5a20e8 s Context>handleSignal:
         0xb5a8080 s Context>handleSignal:
         0xb5ae018 s Context>handleSignal:
         0xb5b3fb0 s Context>handleSignal:
         0xb5b9f48 s Context>handleSignal:
         0xb5bfee0 s Context>handleSignal:
         0xb5c5e78 s Context>handleSignal:
         0xb5cbe10 s Context>handleSignal:
         0xb5d1da8 s Context>handleSignal:
         0xb5d7d40 s Context>handleSignal:
         0xb5ddcd8 s Context>handleSignal:
         0xb5e3c70 s Context>handleSignal:
         0xb5e9c08 s Context>handleSignal:
         0xb5efba0 s Context>handleSignal:
         0xb5f5b38 s Context>handleSignal:
         0xb5fbad0 s Context>handleSignal:
         0xb601a68 s Context>handleSignal:
         0xb607a00 s Context>handleSignal:
         0xb60d998 s Context>handleSignal:
         0xb613930 s Context>handleSignal:
         0xb6198c8 s Context>handleSignal:
         0xb61f860 s Context>handleSignal:
         0xb6257f8 s Context>handleSignal:
         0xb62b790 s Context>handleSignal:
         0xb631728 s Context>handleSignal:
         0xb6376c0 s Context>handleSignal:
         0xb63d658 s Context>handleSignal:
         0xb6435f0 s Context>handleSignal:
         0xb649588 s Context>handleSignal:
         0xb64f520 s Context>handleSignal:
         0xb6554b8 s Context>handleSignal:
         0xb65b398 s Context>handleSignal:
         0xb6611c0 s Context>handleSignal:
         0xb666f30 s Context>handleSignal:
         0xb66cbe8 s Context>handleSignal:
         0xb6727e8 s Context>handleSignal:
         0xb678330 s Context>handleSignal:
         0xb67ddc0 s Context>handleSignal:
         0xb683798 s Context>handleSignal:
         0xb6890b8 s Context>handleSignal:
         0xb68e920 s Context>handleSignal:
         0xb6940d0 s Context>handleSignal:
         0xb6997c8 s Context>handleSignal:
         0xb69ee08 s Context>handleSignal:
         0xb6a4390 s Context>handleSignal:
         0xb6a9860 s Context>handleSignal:
         0xb6aec78 s Context>handleSignal:
         0xb6b3fd8 s Context>handleSignal:
         0xb6b9280 s Context>handleSignal:
         0xb6be470 s Context>handleSignal:
         0xb6c35a8 s Context>handleSignal:
         0xb6c8628 s Context>handleSignal:
         0xb6cd5f0 s Context>handleSignal:
         0xb6d2500 s Context>handleSignal:
         0xb6d7358 s Context>handleSignal:
         0xb6dc0f8 s Context>handleSignal:
         0xb6e0de0 s Context>handleSignal:
         0xb6e5a10 s Context>handleSignal:
         0xb6ea588 s Context>handleSignal:
         0xb6ef048 s Context>handleSignal:
         0xb6f3a50 s Context>handleSignal:
         0xb6f83a0 s Context>handleSignal:
         0xb6fcc38 s Context>handleSignal:
         0xb701418 s Context>handleSignal:
         0xb705b40 s Context>handleSignal:
         0xb70a1b0 s Context>handleSignal:
         0xb70e768 s Context>handleSignal:
         0xb712c68 s Context>handleSignal:
         0xb7170b0 s Context>handleSignal:
         0xb71b440 s Context>handleSignal:
         0xb71f718 s Context>handleSignal:
         0xb723938 s Context>handleSignal:
         0xb727aa0 s Context>handleSignal:
         0xb72bb50 s Context>handleSignal:
         0xb72fb48 s Context>handleSignal:
         0xb733a88 s Context>handleSignal:
         0xb737910 s Context>handleSignal:
         0xb73b6e0 s Context>handleSignal:
         0xbf7ddd8 s Halt(Exception)>signal
         0xbf98f00 s Halt class(Exception class)>signal
         0xbfc1e10 s Halt class>now
         0xbfae9f0 s FullBlockClosure(Object)>halt
         0xbfdfc10 s FullBlockClosure>printOn:
         0xc002968 s Context>printOn:
         0xc027588 s Context>printDebugOn:
         0xc027868 s [] in Context>debugStack:on:
         0xc050ba0 s OrderedCollection>do:
         0xbfae778 s Context>debugStack:on:
         0xbfdf9c0 s Context>shortDebugStackOn:
         0xc002730 s [] in SmalltalkImage>logError:inContext:
         0xc0272a8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79260 s FullBlockClosure(BlockClosure)>on:do:
         0xbf92d68 s SmalltalkImage>logStdErrorDuring:
         0xbfbc200 s SmalltalkImage>logError:inContext:
         0xbfebac0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00e618 s FullBlockClosure(BlockClosure)>ensure:
         0xc036e38 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0570f8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067890 s Halt(Exception)>unhandledErrorAction
         0xc07d108 s Halt(UnhandledException)>defaultAction
         0xc09ca00 s UndefinedObject>handleSignal:
         0xc09cab8 s Context>handleSignal:
         0xc09cb70 s Context>handleSignal:
         0xc09cc28 s Context>handleSignal:
         0xc09cce0 s Context>handleSignal:
         0xc09cd98 s Context>handleSignal:
         0xc09ce50 s Context>handleSignal:
         0xc09cf08 s Context>handleSignal:
         0xc09cfc0 s Context>handleSignal:
         0xc09d078 s Context>handleSignal:
         0xc09d130 s Context>handleSignal:
         0xc100a78 s Context>handleSignal:
         0xc10c198 s Context>handleSignal:
         0xc117040 s Context>handleSignal:
         0xc121928 s Context>handleSignal:
         0xc12c158 s Context>handleSignal:
         0xc136988 s Context>handleSignal:
         0xc1411b8 s Context>handleSignal:
         0xc14b9e8 s Context>handleSignal:
         0xc156218 s Context>handleSignal:
         0xc160a48 s Context>handleSignal:
         0xc16b278 s Context>handleSignal:
         0xc175aa8 s Context>handleSignal:
         0xc1802d8 s Context>handleSignal:
         0xc18ab08 s Context>handleSignal:
         0xc195338 s Context>handleSignal:
         0xc19fb68 s Context>handleSignal:
         0xc1aa398 s Context>handleSignal:
         0xc1b4bc8 s Context>handleSignal:
         0xc1bf3f8 s Context>handleSignal:
         0xc1c9c28 s Context>handleSignal:
         0xc1d4458 s Context>handleSignal:
         0xc1dec88 s Context>handleSignal:
         0xc1e94b8 s Context>handleSignal:
         0xc1f3ce8 s Context>handleSignal:
         0xc1fe518 s Context>handleSignal:
         0xc208d48 s Context>handleSignal:
         0xc213578 s Context>handleSignal:
         0xc21dda8 s Context>handleSignal:
         0xc2285d8 s Context>handleSignal:
         0xc232e08 s Context>handleSignal:
         0xc23d638 s Context>handleSignal:
         0xc247e68 s Context>handleSignal:
         0xc252698 s Context>handleSignal:
         0xc25cec8 s Context>handleSignal:
         0xc264338 s Context>handleSignal:
         0xb7dd6b0 s Context>handleSignal:
         0xb7e7f98 s Context>handleSignal:
         0xb7f2880 s Context>handleSignal:
         0xb7fd168 s Context>handleSignal:
         0xb807a50 s Context>handleSignal:
         0xb812338 s Context>handleSignal:
         0xb81cc20 s Context>handleSignal:
         0xb827508 s Context>handleSignal:
         0xb831df0 s Context>handleSignal:
         0xb83c6d8 s Context>handleSignal:
         0xb846fc0 s Context>handleSignal:
         0xb8518a8 s Context>handleSignal:
         0xb85c190 s Context>handleSignal:
         0xb866a78 s Context>handleSignal:
         0xb871360 s Context>handleSignal:
         0xb87bc48 s Context>handleSignal:
         0xb886530 s Context>handleSignal:
         0xb890e18 s Context>handleSignal:
         0xb89b700 s Context>handleSignal:
         0xb8a5fe8 s Context>handleSignal:
         0xb8b08d0 s Context>handleSignal:
         0xb8bb1b8 s Context>handleSignal:
         0xb8c5aa0 s Context>handleSignal:
         0xb8d0388 s Context>handleSignal:
         0xb8dac70 s Context>handleSignal:
         0xb8e5558 s Context>handleSignal:
         0xb8efe40 s Context>handleSignal:
         0xb8fa728 s Context>handleSignal:
         0xb905010 s Context>handleSignal:
         0xb90f8f8 s Context>handleSignal:
         0xb91a1e0 s Context>handleSignal:
         0xb924ac8 s Context>handleSignal:
         0xb92f3b0 s Context>handleSignal:
         0xb939c98 s Context>handleSignal:
         0xb944580 s Context>handleSignal:
         0xb94ee68 s Context>handleSignal:
         0xb959750 s Context>handleSignal:
         0xb964038 s Context>handleSignal:
         0xb96e920 s Context>handleSignal:
         0xb979208 s Context>handleSignal:
         0xb983af0 s Context>handleSignal:
         0xb98e3d8 s Context>handleSignal:
         0xb998cc0 s Context>handleSignal:
         0xb9a35a8 s Context>handleSignal:
         0xb9ade90 s Context>handleSignal:
         0xb9b8778 s Context>handleSignal:
         0xb9c3060 s Context>handleSignal:
         0xb9cd948 s Context>handleSignal:
         0xb9d8230 s Context>handleSignal:
         0xb9e2b18 s Context>handleSignal:
         0xb9ed400 s Context>handleSignal:
         0xb9f7ce8 s Context>handleSignal:
         0xba025d0 s Context>handleSignal:
         0xba0ceb8 s Context>handleSignal:
         0xba177a0 s Context>handleSignal:
         0xba22088 s Context>handleSignal:
         0xba2c970 s Context>handleSignal:
         0xba37258 s Context>handleSignal:
         0xba40ce0 s Context>handleSignal:
         0xb41b830 s Context>handleSignal:
         0xb422120 s Context>handleSignal:
         0xb429788 s Context>handleSignal:
         0xb430198 s Context>handleSignal:
         0xb437598 s Context>handleSignal:
         0xb43e680 s Context>handleSignal:
         0xb445540 s Context>handleSignal:
         0xb44b700 s Context>handleSignal:
         0xb4518c0 s Context>handleSignal:
         0xb4579c8 s Context>handleSignal:
         0xb45da18 s Context>handleSignal:
         0xb463a68 s Context>handleSignal:
         0xb469ab8 s Context>handleSignal:
         0xb46fb08 s Context>handleSignal:
         0xb475b58 s Context>handleSignal:
         0xb47bba8 s Context>handleSignal:
         0xb481bf8 s Context>handleSignal:
         0xb487c48 s Context>handleSignal:
         0xb48dc98 s Context>handleSignal:
         0xb493ce8 s Context>handleSignal:
         0xb499d38 s Context>handleSignal:
         0xb49fd88 s Context>handleSignal:
         0xb4a5dd8 s Context>handleSignal:
         0xb4abe28 s Context>handleSignal:
         0xb4b1e78 s Context>handleSignal:
         0xb4b7ec8 s Context>handleSignal:
         0xb4bdf18 s Context>handleSignal:
         0xb4c3f68 s Context>handleSignal:
         0xb4c9fb8 s Context>handleSignal:
         0xb4d0008 s Context>handleSignal:
         0xb4d5fa0 s Context>handleSignal:
         0xb4dbf38 s Context>handleSignal:
         0xb4e1ed0 s Context>handleSignal:
         0xb4e7e68 s Context>handleSignal:
         0xb4ede00 s Context>handleSignal:
         0xb4f3d98 s Context>handleSignal:
         0xb4f9d30 s Context>handleSignal:
         0xb4ffcc8 s Context>handleSignal:
         0xb505c60 s Context>handleSignal:
         0xb50bbf8 s Context>handleSignal:
         0xb511b90 s Context>handleSignal:
         0xb517b28 s Context>handleSignal:
         0xb51dac0 s Context>handleSignal:
         0xb523a58 s Context>handleSignal:
         0xb5299f0 s Context>handleSignal:
         0xb52f988 s Context>handleSignal:
         0xb535920 s Context>handleSignal:
         0xb53b8b8 s Context>handleSignal:
         0xb541850 s Context>handleSignal:
         0xb5477e8 s Context>handleSignal:
         0xb54d780 s Context>handleSignal:
         0xb553718 s Context>handleSignal:
         0xb5596b0 s Context>handleSignal:
         0xb55f648 s Context>handleSignal:
         0xb5655e0 s Context>handleSignal:
         0xb56b578 s Context>handleSignal:
         0xb571510 s Context>handleSignal:
         0xb5774a8 s Context>handleSignal:
         0xb57d440 s Context>handleSignal:
         0xb5833d8 s Context>handleSignal:
         0xb589370 s Context>handleSignal:
         0xb58f308 s Context>handleSignal:
         0xb5952a0 s Context>handleSignal:
         0xb59b238 s Context>handleSignal:
         0xb5a11d0 s Context>handleSignal:
         0xb5a7168 s Context>handleSignal:
         0xb5ad100 s Context>handleSignal:
         0xb5b3098 s Context>handleSignal:
         0xb5b9030 s Context>handleSignal:
         0xb5befc8 s Context>handleSignal:
         0xb5c4f60 s Context>handleSignal:
         0xb5caef8 s Context>handleSignal:
         0xb5d0e90 s Context>handleSignal:
         0xb5d6e28 s Context>handleSignal:
         0xb5dcdc0 s Context>handleSignal:
         0xb5e2d58 s Context>handleSignal:
         0xb5e8cf0 s Context>handleSignal:
         0xb5eec88 s Context>handleSignal:
         0xb5f4c20 s Context>handleSignal:
         0xb5fabb8 s Context>handleSignal:
         0xb600b50 s Context>handleSignal:
         0xb606ae8 s Context>handleSignal:
         0xb60ca80 s Context>handleSignal:
         0xb612a18 s Context>handleSignal:
         0xb6189b0 s Context>handleSignal:
         0xb61e948 s Context>handleSignal:
         0xb6248e0 s Context>handleSignal:
         0xb62a878 s Context>handleSignal:
         0xb630810 s Context>handleSignal:
         0xb6367a8 s Context>handleSignal:
         0xb63c740 s Context>handleSignal:
         0xb6426d8 s Context>handleSignal:
         0xb648670 s Context>handleSignal:
         0xb64e608 s Context>handleSignal:
         0xb6545a0 s Context>handleSignal:
         0xb65a538 s Context>handleSignal:
         0xb660418 s Context>handleSignal:
         0xb666240 s Context>handleSignal:
         0xb66bfb0 s Context>handleSignal:
         0xb671c68 s Context>handleSignal:
         0xb677868 s Context>handleSignal:
         0xb67d3b0 s Context>handleSignal:
         0xb682e40 s Context>handleSignal:
         0xb688818 s Context>handleSignal:
         0xb68e138 s Context>handleSignal:
         0xb6939a0 s Context>handleSignal:
         0xb699150 s Context>handleSignal:
         0xb69e848 s Context>handleSignal:
         0xb6a3e88 s Context>handleSignal:
         0xb6a9410 s Context>handleSignal:
         0xb6ae8e0 s Context>handleSignal:
         0xb6b3c40 s Context>handleSignal:
         0xb6b8ee8 s Context>handleSignal:
         0xb6be0d8 s Context>handleSignal:
         0xb6c3210 s Context>handleSignal:
         0xb6c8290 s Context>handleSignal:
         0xb6cd258 s Context>handleSignal:
         0xb6d2168 s Context>handleSignal:
         0xb6d6fc0 s Context>handleSignal:
         0xb6dbd60 s Context>handleSignal:
         0xb6e0a48 s Context>handleSignal:
         0xb6e5678 s Context>handleSignal:
         0xb6ea1f0 s Context>handleSignal:
         0xb6eecb0 s Context>handleSignal:
         0xb6f36b8 s Context>handleSignal:
         0xb6f8008 s Context>handleSignal:
         0xb6fc8a0 s Context>handleSignal:
         0xb701080 s Context>handleSignal:
         0xb7057a8 s Context>handleSignal:
         0xb709e18 s Context>handleSignal:
         0xb70e3d0 s Context>handleSignal:
         0xb7128d0 s Context>handleSignal:
         0xb716d18 s Context>handleSignal:
         0xb71b0a8 s Context>handleSignal:
         0xb71f380 s Context>handleSignal:
         0xb7235a0 s Context>handleSignal:
         0xb727708 s Context>handleSignal:
         0xb72b7b8 s Context>handleSignal:
         0xb72f7b0 s Context>handleSignal:
         0xb7336f0 s Context>handleSignal:
         0xb737578 s Context>handleSignal:
         0xbf7dd20 s Halt(Exception)>signal
         0xbf98e48 s Halt class(Exception class)>signal
         0xbfc1d58 s Halt class>now
         0xbfae830 s FullBlockClosure(Object)>halt
         0xbfdfa78 s FullBlockClosure>printOn:
         0xc0027e8 s Context>printOn:
         0xc027360 s Context>printDebugOn:
         0xc027640 s [] in Context>debugStack:on:
         0xc050ae8 s OrderedCollection>do:
         0xbfae5b8 s Context>debugStack:on:
         0xbfdf828 s Context>shortDebugStackOn:
         0xc0025b0 s [] in SmalltalkImage>logError:inContext:
         0xc027080 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf791a8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf92c50 s SmalltalkImage>logStdErrorDuring:
         0xbfbc100 s SmalltalkImage>logError:inContext:
         0xbfeb9f8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00e528 s FullBlockClosure(BlockClosure)>ensure:
         0xc036d58 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc057040 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0677d8 s Halt(Exception)>unhandledErrorAction
         0xc07d050 s Halt(UnhandledException)>defaultAction
         0xc09c218 s UndefinedObject>handleSignal:
         0xc09c2d0 s Context>handleSignal:
         0xc09c388 s Context>handleSignal:
         0xc09c440 s Context>handleSignal:
         0xc09c4f8 s Context>handleSignal:
         0xc09c5b0 s Context>handleSignal:
         0xc09c668 s Context>handleSignal:
         0xc09c720 s Context>handleSignal:
         0xc09c7d8 s Context>handleSignal:
         0xc09c890 s Context>handleSignal:
         0xc09c948 s Context>handleSignal:
         0xc1009c0 s Context>handleSignal:
         0xc10c0e0 s Context>handleSignal:
         0xc116f88 s Context>handleSignal:
         0xc121870 s Context>handleSignal:
         0xc12c0a0 s Context>handleSignal:
         0xc1368d0 s Context>handleSignal:
         0xc141100 s Context>handleSignal:
         0xc14b930 s Context>handleSignal:
         0xc156160 s Context>handleSignal:
         0xc160990 s Context>handleSignal:
         0xc16b1c0 s Context>handleSignal:
         0xc1759f0 s Context>handleSignal:
         0xc180220 s Context>handleSignal:
         0xc18aa50 s Context>handleSignal:
         0xc195280 s Context>handleSignal:
         0xc19fab0 s Context>handleSignal:
         0xc1aa2e0 s Context>handleSignal:
         0xc1b4b10 s Context>handleSignal:
         0xc1bf340 s Context>handleSignal:
         0xc1c9b70 s Context>handleSignal:
         0xc1d43a0 s Context>handleSignal:
         0xc1debd0 s Context>handleSignal:
         0xc1e9400 s Context>handleSignal:
         0xc1f3c30 s Context>handleSignal:
         0xc1fe460 s Context>handleSignal:
         0xc208c90 s Context>handleSignal:
         0xc2134c0 s Context>handleSignal:
         0xc21dcf0 s Context>handleSignal:
         0xc228520 s Context>handleSignal:
         0xc232d50 s Context>handleSignal:
         0xc23d580 s Context>handleSignal:
         0xc247db0 s Context>handleSignal:
         0xc2525e0 s Context>handleSignal:
         0xc25ce10 s Context>handleSignal:
         0xc264280 s Context>handleSignal:
         0xb7dd5f8 s Context>handleSignal:
         0xb7e7ee0 s Context>handleSignal:
         0xb7f27c8 s Context>handleSignal:
         0xb7fd0b0 s Context>handleSignal:
         0xb807998 s Context>handleSignal:
         0xb812280 s Context>handleSignal:
         0xb81cb68 s Context>handleSignal:
         0xb827450 s Context>handleSignal:
         0xb831d38 s Context>handleSignal:
         0xb83c620 s Context>handleSignal:
         0xb846f08 s Context>handleSignal:
         0xb8517f0 s Context>handleSignal:
         0xb85c0d8 s Context>handleSignal:
         0xb8669c0 s Context>handleSignal:
         0xb8712a8 s Context>handleSignal:
         0xb87bb90 s Context>handleSignal:
         0xb886478 s Context>handleSignal:
         0xb890d60 s Context>handleSignal:
         0xb89b648 s Context>handleSignal:
         0xb8a5f30 s Context>handleSignal:
         0xb8b0818 s Context>handleSignal:
         0xb8bb100 s Context>handleSignal:
         0xb8c59e8 s Context>handleSignal:
         0xb8d02d0 s Context>handleSignal:
         0xb8dabb8 s Context>handleSignal:
         0xb8e54a0 s Context>handleSignal:
         0xb8efd88 s Context>handleSignal:
         0xb8fa670 s Context>handleSignal:
         0xb904f58 s Context>handleSignal:
         0xb90f840 s Context>handleSignal:
         0xb91a128 s Context>handleSignal:
         0xb924a10 s Context>handleSignal:
         0xb92f2f8 s Context>handleSignal:
         0xb939be0 s Context>handleSignal:
         0xb9444c8 s Context>handleSignal:
         0xb94edb0 s Context>handleSignal:
         0xb959698 s Context>handleSignal:
         0xb963f80 s Context>handleSignal:
         0xb96e868 s Context>handleSignal:
         0xb979150 s Context>handleSignal:
         0xb983a38 s Context>handleSignal:
         0xb98e320 s Context>handleSignal:
         0xb998c08 s Context>handleSignal:
         0xb9a34f0 s Context>handleSignal:
         0xb9addd8 s Context>handleSignal:
         0xb9b86c0 s Context>handleSignal:
         0xb9c2fa8 s Context>handleSignal:
         0xb9cd890 s Context>handleSignal:
         0xb9d8178 s Context>handleSignal:
         0xb9e2a60 s Context>handleSignal:
         0xb9ed348 s Context>handleSignal:
         0xb9f7c30 s Context>handleSignal:
         0xba02518 s Context>handleSignal:
         0xba0ce00 s Context>handleSignal:
         0xba176e8 s Context>handleSignal:
         0xba21fd0 s Context>handleSignal:
         0xba2c8b8 s Context>handleSignal:
         0xba371a0 s Context>handleSignal:
         0xba40c28 s Context>handleSignal:
         0xb41b778 s Context>handleSignal:
         0xb422068 s Context>handleSignal:
         0xb4296d0 s Context>handleSignal:
         0xb4300e0 s Context>handleSignal:
         0xb4374e0 s Context>handleSignal:
         0xb43e5c8 s Context>handleSignal:
         0xb445488 s Context>handleSignal:
         0xb44b648 s Context>handleSignal:
         0xb451808 s Context>handleSignal:
         0xb457910 s Context>handleSignal:
         0xb45d960 s Context>handleSignal:
         0xb4639b0 s Context>handleSignal:
         0xb469a00 s Context>handleSignal:
         0xb46fa50 s Context>handleSignal:
         0xb475aa0 s Context>handleSignal:
         0xb47baf0 s Context>handleSignal:
         0xb481b40 s Context>handleSignal:
         0xb487b90 s Context>handleSignal:
         0xb48dbe0 s Context>handleSignal:
         0xb493c30 s Context>handleSignal:
         0xb499c80 s Context>handleSignal:
         0xb49fcd0 s Context>handleSignal:
         0xb4a5d20 s Context>handleSignal:
         0xb4abd70 s Context>handleSignal:
         0xb4b1dc0 s Context>handleSignal:
         0xb4b7e10 s Context>handleSignal:
         0xb4bde60 s Context>handleSignal:
         0xb4c3eb0 s Context>handleSignal:
         0xb4c9f00 s Context>handleSignal:
         0xb4cff50 s Context>handleSignal:
         0xb4d5ee8 s Context>handleSignal:
         0xb4dbe80 s Context>handleSignal:
         0xb4e1e18 s Context>handleSignal:
         0xb4e7db0 s Context>handleSignal:
         0xb4edd48 s Context>handleSignal:
         0xb4f3ce0 s Context>handleSignal:
         0xb4f9c78 s Context>handleSignal:
         0xb4ffc10 s Context>handleSignal:
         0xb505ba8 s Context>handleSignal:
         0xb50bb40 s Context>handleSignal:
         0xb511ad8 s Context>handleSignal:
         0xb517a70 s Context>handleSignal:
         0xb51da08 s Context>handleSignal:
         0xb5239a0 s Context>handleSignal:
         0xb529938 s Context>handleSignal:
         0xb52f8d0 s Context>handleSignal:
         0xb535868 s Context>handleSignal:
         0xb53b800 s Context>handleSignal:
         0xb541798 s Context>handleSignal:
         0xb547730 s Context>handleSignal:
         0xb54d6c8 s Context>handleSignal:
         0xb553660 s Context>handleSignal:
         0xb5595f8 s Context>handleSignal:
         0xb55f590 s Context>handleSignal:
         0xb565528 s Context>handleSignal:
         0xb56b4c0 s Context>handleSignal:
         0xb571458 s Context>handleSignal:
         0xb5773f0 s Context>handleSignal:
         0xb57d388 s Context>handleSignal:
         0xb583320 s Context>handleSignal:
         0xb5892b8 s Context>handleSignal:
         0xb58f250 s Context>handleSignal:
         0xb5951e8 s Context>handleSignal:
         0xb59b180 s Context>handleSignal:
         0xb5a1118 s Context>handleSignal:
         0xb5a70b0 s Context>handleSignal:
         0xb5ad048 s Context>handleSignal:
         0xb5b2fe0 s Context>handleSignal:
         0xb5b8f78 s Context>handleSignal:
         0xb5bef10 s Context>handleSignal:
         0xb5c4ea8 s Context>handleSignal:
         0xb5cae40 s Context>handleSignal:
         0xb5d0dd8 s Context>handleSignal:
         0xb5d6d70 s Context>handleSignal:
         0xb5dcd08 s Context>handleSignal:
         0xb5e2ca0 s Context>handleSignal:
         0xb5e8c38 s Context>handleSignal:
         0xb5eebd0 s Context>handleSignal:
         0xb5f4b68 s Context>handleSignal:
         0xb5fab00 s Context>handleSignal:
         0xb600a98 s Context>handleSignal:
         0xb606a30 s Context>handleSignal:
         0xb60c9c8 s Context>handleSignal:
         0xb612960 s Context>handleSignal:
         0xb6188f8 s Context>handleSignal:
         0xb61e890 s Context>handleSignal:
         0xb624828 s Context>handleSignal:
         0xb62a7c0 s Context>handleSignal:
         0xb630758 s Context>handleSignal:
         0xb6366f0 s Context>handleSignal:
         0xb63c688 s Context>handleSignal:
         0xb642620 s Context>handleSignal:
         0xb6485b8 s Context>handleSignal:
         0xb64e550 s Context>handleSignal:
         0xb6544e8 s Context>handleSignal:
         0xb65a480 s Context>handleSignal:
         0xb660360 s Context>handleSignal:
         0xb666188 s Context>handleSignal:
         0xb66bef8 s Context>handleSignal:
         0xb671bb0 s Context>handleSignal:
         0xb6777b0 s Context>handleSignal:
         0xb67d2f8 s Context>handleSignal:
         0xb682d88 s Context>handleSignal:
         0xb688760 s Context>handleSignal:
         0xb68e080 s Context>handleSignal:
         0xb6938e8 s Context>handleSignal:
         0xb699098 s Context>handleSignal:
         0xb69e790 s Context>handleSignal:
         0xb6a3dd0 s Context>handleSignal:
         0xb6a9358 s Context>handleSignal:
         0xb6ae828 s Context>handleSignal:
         0xb6b3b88 s Context>handleSignal:
         0xb6b8e30 s Context>handleSignal:
         0xb6be020 s Context>handleSignal:
         0xb6c3158 s Context>handleSignal:
         0xb6c81d8 s Context>handleSignal:
         0xb6cd1a0 s Context>handleSignal:
         0xb6d20b0 s Context>handleSignal:
         0xb6d6f08 s Context>handleSignal:
         0xb6dbca8 s Context>handleSignal:
         0xb6e0990 s Context>handleSignal:
         0xb6e55c0 s Context>handleSignal:
         0xb6ea138 s Context>handleSignal:
         0xb6eebf8 s Context>handleSignal:
         0xb6f3600 s Context>handleSignal:
         0xb6f7f50 s Context>handleSignal:
         0xb6fc7e8 s Context>handleSignal:
         0xb700fc8 s Context>handleSignal:
         0xb7056f0 s Context>handleSignal:
         0xb709d60 s Context>handleSignal:
         0xb70e318 s Context>handleSignal:
         0xb712818 s Context>handleSignal:
         0xb716c60 s Context>handleSignal:
         0xb71aff0 s Context>handleSignal:
         0xb71f2c8 s Context>handleSignal:
         0xb7234e8 s Context>handleSignal:
         0xb727650 s Context>handleSignal:
         0xb72b700 s Context>handleSignal:
         0xb72f6f8 s Context>handleSignal:
         0xb733638 s Context>handleSignal:
         0xbf7dc68 s Halt(Exception)>signal
         0xbf98d90 s Halt class(Exception class)>signal
         0xbfc1ca0 s Halt class>now
         0xbfae670 s FullBlockClosure(Object)>halt
         0xbfdf8e0 s FullBlockClosure>printOn:
         0xc002668 s Context>printOn:
         0xc027138 s Context>printDebugOn:
         0xc027418 s [] in Context>debugStack:on:
         0xc050a30 s OrderedCollection>do:
         0xbfb84f8 s Context>debugStack:on:
         0xbfe8930 s Context>shortDebugStackOn:
         0xc00ae30 s [] in SmalltalkImage>logError:inContext:
         0xc0334b8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf790f0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf92b38 s SmalltalkImage>logStdErrorDuring:
         0xbfbc000 s SmalltalkImage>logError:inContext:
         0xbfeb930 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00e438 s FullBlockClosure(BlockClosure)>ensure:
         0xc036c78 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056f88 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067720 s Halt(Exception)>unhandledErrorAction
         0xc07cf98 s Halt(UnhandledException)>defaultAction
         0xc09ba30 s UndefinedObject>handleSignal:
         0xc09bae8 s Context>handleSignal:
         0xc09bba0 s Context>handleSignal:
         0xc09bc58 s Context>handleSignal:
         0xc09bd10 s Context>handleSignal:
         0xc09bdc8 s Context>handleSignal:
         0xc09be80 s Context>handleSignal:
         0xc09bf38 s Context>handleSignal:
         0xc09bff0 s Context>handleSignal:
         0xc09c0a8 s Context>handleSignal:
         0xc09c160 s Context>handleSignal:
         0xc100908 s Context>handleSignal:
         0xc10c028 s Context>handleSignal:
         0xc116ed0 s Context>handleSignal:
         0xc1217b8 s Context>handleSignal:
         0xc12bfe8 s Context>handleSignal:
         0xc136818 s Context>handleSignal:
         0xc141048 s Context>handleSignal:
         0xc14b878 s Context>handleSignal:
         0xc1560a8 s Context>handleSignal:
         0xc1608d8 s Context>handleSignal:
         0xc16b108 s Context>handleSignal:
         0xc175938 s Context>handleSignal:
         0xc180168 s Context>handleSignal:
         0xc18a998 s Context>handleSignal:
         0xc1951c8 s Context>handleSignal:
         0xc19f9f8 s Context>handleSignal:
         0xc1aa228 s Context>handleSignal:
         0xc1b4a58 s Context>handleSignal:
         0xc1bf288 s Context>handleSignal:
         0xc1c9ab8 s Context>handleSignal:
         0xc1d42e8 s Context>handleSignal:
         0xc1deb18 s Context>handleSignal:
         0xc1e9348 s Context>handleSignal:
         0xc1f3b78 s Context>handleSignal:
         0xc1fe3a8 s Context>handleSignal:
         0xc208bd8 s Context>handleSignal:
         0xc213408 s Context>handleSignal:
         0xc21dc38 s Context>handleSignal:
         0xc228468 s Context>handleSignal:
         0xc232c98 s Context>handleSignal:
         0xc23d4c8 s Context>handleSignal:
         0xc247cf8 s Context>handleSignal:
         0xc252528 s Context>handleSignal:
         0xc25cd58 s Context>handleSignal:
         0xc2641c8 s Context>handleSignal:
         0xb7dd540 s Context>handleSignal:
         0xb7e7e28 s Context>handleSignal:
         0xb7f2710 s Context>handleSignal:
         0xb7fcff8 s Context>handleSignal:
         0xb8078e0 s Context>handleSignal:
         0xb8121c8 s Context>handleSignal:
         0xb81cab0 s Context>handleSignal:
         0xb827398 s Context>handleSignal:
         0xb831c80 s Context>handleSignal:
         0xb83c568 s Context>handleSignal:
         0xb846e50 s Context>handleSignal:
         0xb851738 s Context>handleSignal:
         0xb85c020 s Context>handleSignal:
         0xb866908 s Context>handleSignal:
         0xb8711f0 s Context>handleSignal:
         0xb87bad8 s Context>handleSignal:
         0xb8863c0 s Context>handleSignal:
         0xb890ca8 s Context>handleSignal:
         0xb89b590 s Context>handleSignal:
         0xb8a5e78 s Context>handleSignal:
         0xb8b0760 s Context>handleSignal:
         0xb8bb048 s Context>handleSignal:
         0xb8c5930 s Context>handleSignal:
         0xb8d0218 s Context>handleSignal:
         0xb8dab00 s Context>handleSignal:
         0xb8e53e8 s Context>handleSignal:
         0xb8efcd0 s Context>handleSignal:
         0xb8fa5b8 s Context>handleSignal:
         0xb904ea0 s Context>handleSignal:
         0xb90f788 s Context>handleSignal:
         0xb91a070 s Context>handleSignal:
         0xb924958 s Context>handleSignal:
         0xb92f240 s Context>handleSignal:
         0xb939b28 s Context>handleSignal:
         0xb944410 s Context>handleSignal:
         0xb94ecf8 s Context>handleSignal:
         0xb9595e0 s Context>handleSignal:
         0xb963ec8 s Context>handleSignal:
         0xb96e7b0 s Context>handleSignal:
         0xb979098 s Context>handleSignal:
         0xb983980 s Context>handleSignal:
         0xb98e268 s Context>handleSignal:
         0xb998b50 s Context>handleSignal:
         0xb9a3438 s Context>handleSignal:
         0xb9add20 s Context>handleSignal:
         0xb9b8608 s Context>handleSignal:
         0xb9c2ef0 s Context>handleSignal:
         0xb9cd7d8 s Context>handleSignal:
         0xb9d80c0 s Context>handleSignal:
         0xb9e29a8 s Context>handleSignal:
         0xb9ed290 s Context>handleSignal:
         0xb9f7b78 s Context>handleSignal:
         0xba02460 s Context>handleSignal:
         0xba0cd48 s Context>handleSignal:
         0xba17630 s Context>handleSignal:
         0xba21f18 s Context>handleSignal:
         0xba2c800 s Context>handleSignal:
         0xba370e8 s Context>handleSignal:
         0xba40b70 s Context>handleSignal:
         0xb41b6c0 s Context>handleSignal:
         0xb421fb0 s Context>handleSignal:
         0xb429618 s Context>handleSignal:
         0xb430028 s Context>handleSignal:
         0xb437428 s Context>handleSignal:
         0xb43e510 s Context>handleSignal:
         0xb4453d0 s Context>handleSignal:
         0xb44b590 s Context>handleSignal:
         0xb451750 s Context>handleSignal:
         0xb457858 s Context>handleSignal:
         0xb45d8a8 s Context>handleSignal:
         0xb4638f8 s Context>handleSignal:
         0xb469948 s Context>handleSignal:
         0xb46f998 s Context>handleSignal:
         0xb4759e8 s Context>handleSignal:
         0xb47ba38 s Context>handleSignal:
         0xb481a88 s Context>handleSignal:
         0xb487ad8 s Context>handleSignal:
         0xb48db28 s Context>handleSignal:
         0xb493b78 s Context>handleSignal:
         0xb499bc8 s Context>handleSignal:
         0xb49fc18 s Context>handleSignal:
         0xb4a5c68 s Context>handleSignal:
         0xb4abcb8 s Context>handleSignal:
         0xb4b1d08 s Context>handleSignal:
         0xb4b7d58 s Context>handleSignal:
         0xb4bdda8 s Context>handleSignal:
         0xb4c3df8 s Context>handleSignal:
         0xb4c9e48 s Context>handleSignal:
         0xb4cfe98 s Context>handleSignal:
         0xb4d5e30 s Context>handleSignal:
         0xb4dbdc8 s Context>handleSignal:
         0xb4e1d60 s Context>handleSignal:
         0xb4e7cf8 s Context>handleSignal:
         0xb4edc90 s Context>handleSignal:
         0xb4f3c28 s Context>handleSignal:
         0xb4f9bc0 s Context>handleSignal:
         0xb4ffb58 s Context>handleSignal:
         0xb505af0 s Context>handleSignal:
         0xb50ba88 s Context>handleSignal:
         0xb511a20 s Context>handleSignal:
         0xb5179b8 s Context>handleSignal:
         0xb51d950 s Context>handleSignal:
         0xb5238e8 s Context>handleSignal:
         0xb529880 s Context>handleSignal:
         0xb52f818 s Context>handleSignal:
         0xb5357b0 s Context>handleSignal:
         0xb53b748 s Context>handleSignal:
         0xb5416e0 s Context>handleSignal:
         0xb547678 s Context>handleSignal:
         0xb54d610 s Context>handleSignal:
         0xb5535a8 s Context>handleSignal:
         0xb559540 s Context>handleSignal:
         0xb55f4d8 s Context>handleSignal:
         0xb565470 s Context>handleSignal:
         0xb56b408 s Context>handleSignal:
         0xb5713a0 s Context>handleSignal:
         0xb577338 s Context>handleSignal:
         0xb57d2d0 s Context>handleSignal:
         0xb583268 s Context>handleSignal:
         0xb589200 s Context>handleSignal:
         0xb58f198 s Context>handleSignal:
         0xb595130 s Context>handleSignal:
         0xb59b0c8 s Context>handleSignal:
         0xb5a1060 s Context>handleSignal:
         0xb5a6ff8 s Context>handleSignal:
         0xb5acf90 s Context>handleSignal:
         0xb5b2f28 s Context>handleSignal:
         0xb5b8ec0 s Context>handleSignal:
         0xb5bee58 s Context>handleSignal:
         0xb5c4df0 s Context>handleSignal:
         0xb5cad88 s Context>handleSignal:
         0xb5d0d20 s Context>handleSignal:
         0xb5d6cb8 s Context>handleSignal:
         0xb5dcc50 s Context>handleSignal:
         0xb5e2be8 s Context>handleSignal:
         0xb5e8b80 s Context>handleSignal:
         0xb5eeb18 s Context>handleSignal:
         0xb5f4ab0 s Context>handleSignal:
         0xb5faa48 s Context>handleSignal:
         0xb6009e0 s Context>handleSignal:
         0xb606978 s Context>handleSignal:
         0xb60c910 s Context>handleSignal:
         0xb6128a8 s Context>handleSignal:
         0xb618840 s Context>handleSignal:
         0xb61e7d8 s Context>handleSignal:
         0xb624770 s Context>handleSignal:
         0xb62a708 s Context>handleSignal:
         0xb6306a0 s Context>handleSignal:
         0xb636638 s Context>handleSignal:
         0xb63c5d0 s Context>handleSignal:
         0xb642568 s Context>handleSignal:
         0xb648500 s Context>handleSignal:
         0xb64e498 s Context>handleSignal:
         0xb654430 s Context>handleSignal:
         0xb65a3c8 s Context>handleSignal:
         0xb6602a8 s Context>handleSignal:
         0xb6660d0 s Context>handleSignal:
         0xb66be40 s Context>handleSignal:
         0xb671af8 s Context>handleSignal:
         0xb6776f8 s Context>handleSignal:
         0xb67d240 s Context>handleSignal:
         0xb682cd0 s Context>handleSignal:
         0xb6886a8 s Context>handleSignal:
         0xb68dfc8 s Context>handleSignal:
         0xb693830 s Context>handleSignal:
         0xb698fe0 s Context>handleSignal:
         0xb69e6d8 s Context>handleSignal:
         0xb6a3d18 s Context>handleSignal:
         0xb6a92a0 s Context>handleSignal:
         0xb6ae770 s Context>handleSignal:
         0xb6b3ad0 s Context>handleSignal:
         0xb6b8d78 s Context>handleSignal:
         0xb6bdf68 s Context>handleSignal:
         0xb6c30a0 s Context>handleSignal:
         0xb6c8120 s Context>handleSignal:
         0xb6cd0e8 s Context>handleSignal:
         0xb6d1ff8 s Context>handleSignal:
         0xb6d6e50 s Context>handleSignal:
         0xb6dbbf0 s Context>handleSignal:
         0xb6e08d8 s Context>handleSignal:
         0xb6e5508 s Context>handleSignal:
         0xb6ea080 s Context>handleSignal:
         0xb6eeb40 s Context>handleSignal:
         0xb6f3548 s Context>handleSignal:
         0xb6f7e98 s Context>handleSignal:
         0xb6fc730 s Context>handleSignal:
         0xb700f10 s Context>handleSignal:
         0xb705638 s Context>handleSignal:
         0xb709ca8 s Context>handleSignal:
         0xb70e260 s Context>handleSignal:
         0xb712760 s Context>handleSignal:
         0xb716ba8 s Context>handleSignal:
         0xb71af38 s Context>handleSignal:
         0xb71f210 s Context>handleSignal:
         0xb723430 s Context>handleSignal:
         0xb727598 s Context>handleSignal:
         0xb72b648 s Context>handleSignal:
         0xb72f640 s Context>handleSignal:
         0xbf7dbb0 s Halt(Exception)>signal
         0xbf98cd8 s Halt class(Exception class)>signal
         0xbfc1be8 s Halt class>now
         0xbfb85b0 s FullBlockClosure(Object)>halt
         0xbfe89e8 s FullBlockClosure>printOn:
         0xc00aee8 s Context>printOn:
         0xc033570 s Context>printDebugOn:
         0xc0271f0 s [] in Context>debugStack:on:
         0xc050978 s OrderedCollection>do:
         0xbfb8338 s Context>debugStack:on:
         0xbfe8798 s Context>shortDebugStackOn:
         0xc00acb0 s [] in SmalltalkImage>logError:inContext:
         0xc033290 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf79038 s FullBlockClosure(BlockClosure)>on:do:
         0xbf92a20 s SmalltalkImage>logStdErrorDuring:
         0xbfbbf00 s SmalltalkImage>logError:inContext:
         0xbfeb868 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00e348 s FullBlockClosure(BlockClosure)>ensure:
         0xc036b98 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056ed0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067668 s Halt(Exception)>unhandledErrorAction
         0xc07cee0 s Halt(UnhandledException)>defaultAction
         0xc09b248 s UndefinedObject>handleSignal:
         0xc09b300 s Context>handleSignal:
         0xc09b3b8 s Context>handleSignal:
         0xc09b470 s Context>handleSignal:
         0xc09b528 s Context>handleSignal:
         0xc09b5e0 s Context>handleSignal:
         0xc09b698 s Context>handleSignal:
         0xc09b750 s Context>handleSignal:
         0xc09b808 s Context>handleSignal:
         0xc09b8c0 s Context>handleSignal:
         0xc09b978 s Context>handleSignal:
         0xc100850 s Context>handleSignal:
         0xc10bf70 s Context>handleSignal:
         0xc116e18 s Context>handleSignal:
         0xc121700 s Context>handleSignal:
         0xc12bf30 s Context>handleSignal:
         0xc136760 s Context>handleSignal:
         0xc140f90 s Context>handleSignal:
         0xc14b7c0 s Context>handleSignal:
         0xc155ff0 s Context>handleSignal:
         0xc160820 s Context>handleSignal:
         0xc16b050 s Context>handleSignal:
         0xc175880 s Context>handleSignal:
         0xc1800b0 s Context>handleSignal:
         0xc18a8e0 s Context>handleSignal:
         0xc195110 s Context>handleSignal:
         0xc19f940 s Context>handleSignal:
         0xc1aa170 s Context>handleSignal:
         0xc1b49a0 s Context>handleSignal:
         0xc1bf1d0 s Context>handleSignal:
         0xc1c9a00 s Context>handleSignal:
         0xc1d4230 s Context>handleSignal:
         0xc1dea60 s Context>handleSignal:
         0xc1e9290 s Context>handleSignal:
         0xc1f3ac0 s Context>handleSignal:
         0xc1fe2f0 s Context>handleSignal:
         0xc208b20 s Context>handleSignal:
         0xc213350 s Context>handleSignal:
         0xc21db80 s Context>handleSignal:
         0xc2283b0 s Context>handleSignal:
         0xc232be0 s Context>handleSignal:
         0xc23d410 s Context>handleSignal:
         0xc247c40 s Context>handleSignal:
         0xc252470 s Context>handleSignal:
         0xc25cca0 s Context>handleSignal:
         0xc264110 s Context>handleSignal:
         0xb7dd488 s Context>handleSignal:
         0xb7e7d70 s Context>handleSignal:
         0xb7f2658 s Context>handleSignal:
         0xb7fcf40 s Context>handleSignal:
         0xb807828 s Context>handleSignal:
         0xb812110 s Context>handleSignal:
         0xb81c9f8 s Context>handleSignal:
         0xb8272e0 s Context>handleSignal:
         0xb831bc8 s Context>handleSignal:
         0xb83c4b0 s Context>handleSignal:
         0xb846d98 s Context>handleSignal:
         0xb851680 s Context>handleSignal:
         0xb85bf68 s Context>handleSignal:
         0xb866850 s Context>handleSignal:
         0xb871138 s Context>handleSignal:
         0xb87ba20 s Context>handleSignal:
         0xb886308 s Context>handleSignal:
         0xb890bf0 s Context>handleSignal:
         0xb89b4d8 s Context>handleSignal:
         0xb8a5dc0 s Context>handleSignal:
         0xb8b06a8 s Context>handleSignal:
         0xb8baf90 s Context>handleSignal:
         0xb8c5878 s Context>handleSignal:
         0xb8d0160 s Context>handleSignal:
         0xb8daa48 s Context>handleSignal:
         0xb8e5330 s Context>handleSignal:
         0xb8efc18 s Context>handleSignal:
         0xb8fa500 s Context>handleSignal:
         0xb904de8 s Context>handleSignal:
         0xb90f6d0 s Context>handleSignal:
         0xb919fb8 s Context>handleSignal:
         0xb9248a0 s Context>handleSignal:
         0xb92f188 s Context>handleSignal:
         0xb939a70 s Context>handleSignal:
         0xb944358 s Context>handleSignal:
         0xb94ec40 s Context>handleSignal:
         0xb959528 s Context>handleSignal:
         0xb963e10 s Context>handleSignal:
         0xb96e6f8 s Context>handleSignal:
         0xb978fe0 s Context>handleSignal:
         0xb9838c8 s Context>handleSignal:
         0xb98e1b0 s Context>handleSignal:
         0xb998a98 s Context>handleSignal:
         0xb9a3380 s Context>handleSignal:
         0xb9adc68 s Context>handleSignal:
         0xb9b8550 s Context>handleSignal:
         0xb9c2e38 s Context>handleSignal:
         0xb9cd720 s Context>handleSignal:
         0xb9d8008 s Context>handleSignal:
         0xb9e28f0 s Context>handleSignal:
         0xb9ed1d8 s Context>handleSignal:
         0xb9f7ac0 s Context>handleSignal:
         0xba023a8 s Context>handleSignal:
         0xba0cc90 s Context>handleSignal:
         0xba17578 s Context>handleSignal:
         0xba21e60 s Context>handleSignal:
         0xba2c748 s Context>handleSignal:
         0xba37030 s Context>handleSignal:
         0xba40ab8 s Context>handleSignal:
         0xb41b608 s Context>handleSignal:
         0xb421ef8 s Context>handleSignal:
         0xb429560 s Context>handleSignal:
         0xb42ff70 s Context>handleSignal:
         0xb437370 s Context>handleSignal:
         0xb43e458 s Context>handleSignal:
         0xb445318 s Context>handleSignal:
         0xb44b4d8 s Context>handleSignal:
         0xb451698 s Context>handleSignal:
         0xb4577a0 s Context>handleSignal:
         0xb45d7f0 s Context>handleSignal:
         0xb463840 s Context>handleSignal:
         0xb469890 s Context>handleSignal:
         0xb46f8e0 s Context>handleSignal:
         0xb475930 s Context>handleSignal:
         0xb47b980 s Context>handleSignal:
         0xb4819d0 s Context>handleSignal:
         0xb487a20 s Context>handleSignal:
         0xb48da70 s Context>handleSignal:
         0xb493ac0 s Context>handleSignal:
         0xb499b10 s Context>handleSignal:
         0xb49fb60 s Context>handleSignal:
         0xb4a5bb0 s Context>handleSignal:
         0xb4abc00 s Context>handleSignal:
         0xb4b1c50 s Context>handleSignal:
         0xb4b7ca0 s Context>handleSignal:
         0xb4bdcf0 s Context>handleSignal:
         0xb4c3d40 s Context>handleSignal:
         0xb4c9d90 s Context>handleSignal:
         0xb4cfde0 s Context>handleSignal:
         0xb4d5d78 s Context>handleSignal:
         0xb4dbd10 s Context>handleSignal:
         0xb4e1ca8 s Context>handleSignal:
         0xb4e7c40 s Context>handleSignal:
         0xb4edbd8 s Context>handleSignal:
         0xb4f3b70 s Context>handleSignal:
         0xb4f9b08 s Context>handleSignal:
         0xb4ffaa0 s Context>handleSignal:
         0xb505a38 s Context>handleSignal:
         0xb50b9d0 s Context>handleSignal:
         0xb511968 s Context>handleSignal:
         0xb517900 s Context>handleSignal:
         0xb51d898 s Context>handleSignal:
         0xb523830 s Context>handleSignal:
         0xb5297c8 s Context>handleSignal:
         0xb52f760 s Context>handleSignal:
         0xb5356f8 s Context>handleSignal:
         0xb53b690 s Context>handleSignal:
         0xb541628 s Context>handleSignal:
         0xb5475c0 s Context>handleSignal:
         0xb54d558 s Context>handleSignal:
         0xb5534f0 s Context>handleSignal:
         0xb559488 s Context>handleSignal:
         0xb55f420 s Context>handleSignal:
         0xb5653b8 s Context>handleSignal:
         0xb56b350 s Context>handleSignal:
         0xb5712e8 s Context>handleSignal:
         0xb577280 s Context>handleSignal:
         0xb57d218 s Context>handleSignal:
         0xb5831b0 s Context>handleSignal:
         0xb589148 s Context>handleSignal:
         0xb58f0e0 s Context>handleSignal:
         0xb595078 s Context>handleSignal:
         0xb59b010 s Context>handleSignal:
         0xb5a0fa8 s Context>handleSignal:
         0xb5a6f40 s Context>handleSignal:
         0xb5aced8 s Context>handleSignal:
         0xb5b2e70 s Context>handleSignal:
         0xb5b8e08 s Context>handleSignal:
         0xb5beda0 s Context>handleSignal:
         0xb5c4d38 s Context>handleSignal:
         0xb5cacd0 s Context>handleSignal:
         0xb5d0c68 s Context>handleSignal:
         0xb5d6c00 s Context>handleSignal:
         0xb5dcb98 s Context>handleSignal:
         0xb5e2b30 s Context>handleSignal:
         0xb5e8ac8 s Context>handleSignal:
         0xb5eea60 s Context>handleSignal:
         0xb5f49f8 s Context>handleSignal:
         0xb5fa990 s Context>handleSignal:
         0xb600928 s Context>handleSignal:
         0xb6068c0 s Context>handleSignal:
         0xb60c858 s Context>handleSignal:
         0xb6127f0 s Context>handleSignal:
         0xb618788 s Context>handleSignal:
         0xb61e720 s Context>handleSignal:
         0xb6246b8 s Context>handleSignal:
         0xb62a650 s Context>handleSignal:
         0xb6305e8 s Context>handleSignal:
         0xb636580 s Context>handleSignal:
         0xb63c518 s Context>handleSignal:
         0xb6424b0 s Context>handleSignal:
         0xb648448 s Context>handleSignal:
         0xb64e3e0 s Context>handleSignal:
         0xb654378 s Context>handleSignal:
         0xb65a310 s Context>handleSignal:
         0xb6601f0 s Context>handleSignal:
         0xb666018 s Context>handleSignal:
         0xb66bd88 s Context>handleSignal:
         0xb671a40 s Context>handleSignal:
         0xb677640 s Context>handleSignal:
         0xb67d188 s Context>handleSignal:
         0xb682c18 s Context>handleSignal:
         0xb6885f0 s Context>handleSignal:
         0xb68df10 s Context>handleSignal:
         0xb693778 s Context>handleSignal:
         0xb698f28 s Context>handleSignal:
         0xb69e620 s Context>handleSignal:
         0xb6a3c60 s Context>handleSignal:
         0xb6a91e8 s Context>handleSignal:
         0xb6ae6b8 s Context>handleSignal:
         0xb6b3a18 s Context>handleSignal:
         0xb6b8cc0 s Context>handleSignal:
         0xb6bdeb0 s Context>handleSignal:
         0xb6c2fe8 s Context>handleSignal:
         0xb6c8068 s Context>handleSignal:
         0xb6cd030 s Context>handleSignal:
         0xb6d1f40 s Context>handleSignal:
         0xb6d6d98 s Context>handleSignal:
         0xb6dbb38 s Context>handleSignal:
         0xb6e0820 s Context>handleSignal:
         0xb6e5450 s Context>handleSignal:
         0xb6e9fc8 s Context>handleSignal:
         0xb6eea88 s Context>handleSignal:
         0xb6f3490 s Context>handleSignal:
         0xb6f7de0 s Context>handleSignal:
         0xb6fc678 s Context>handleSignal:
         0xb700e58 s Context>handleSignal:
         0xb705580 s Context>handleSignal:
         0xb709bf0 s Context>handleSignal:
         0xb70e1a8 s Context>handleSignal:
         0xb7126a8 s Context>handleSignal:
         0xb716af0 s Context>handleSignal:
         0xb71ae80 s Context>handleSignal:
         0xb71f158 s Context>handleSignal:
         0xb723378 s Context>handleSignal:
         0xb7274e0 s Context>handleSignal:
         0xb72b590 s Context>handleSignal:
         0xbf7daf8 s Halt(Exception)>signal
         0xbf98c20 s Halt class(Exception class)>signal
         0xbfc1b30 s Halt class>now
         0xbfb83f0 s FullBlockClosure(Object)>halt
         0xbfe8850 s FullBlockClosure>printOn:
         0xc00ad68 s Context>printOn:
         0xc033348 s Context>printDebugOn:
         0xc033628 s [] in Context>debugStack:on:
         0xc054ae0 s OrderedCollection>do:
         0xbfb8178 s Context>debugStack:on:
         0xbfe8600 s Context>shortDebugStackOn:
         0xc00ab30 s [] in SmalltalkImage>logError:inContext:
         0xc033068 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78f80 s FullBlockClosure(BlockClosure)>on:do:
         0xbf92908 s SmalltalkImage>logStdErrorDuring:
         0xbfbbe00 s SmalltalkImage>logError:inContext:
         0xbfeb7a0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00e258 s FullBlockClosure(BlockClosure)>ensure:
         0xc036ab8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056e18 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0675b0 s Halt(Exception)>unhandledErrorAction
         0xc07ce28 s Halt(UnhandledException)>defaultAction
         0xc09aa60 s UndefinedObject>handleSignal:
         0xc09ab18 s Context>handleSignal:
         0xc09abd0 s Context>handleSignal:
         0xc09ac88 s Context>handleSignal:
         0xc09ad40 s Context>handleSignal:
         0xc09adf8 s Context>handleSignal:
         0xc09aeb0 s Context>handleSignal:
         0xc09af68 s Context>handleSignal:
         0xc09b020 s Context>handleSignal:
         0xc09b0d8 s Context>handleSignal:
         0xc09b190 s Context>handleSignal:
         0xc100798 s Context>handleSignal:
         0xc10beb8 s Context>handleSignal:
         0xc116d60 s Context>handleSignal:
         0xc121648 s Context>handleSignal:
         0xc12be78 s Context>handleSignal:
         0xc1366a8 s Context>handleSignal:
         0xc140ed8 s Context>handleSignal:
         0xc14b708 s Context>handleSignal:
         0xc155f38 s Context>handleSignal:
         0xc160768 s Context>handleSignal:
         0xc16af98 s Context>handleSignal:
         0xc1757c8 s Context>handleSignal:
         0xc17fff8 s Context>handleSignal:
         0xc18a828 s Context>handleSignal:
         0xc195058 s Context>handleSignal:
         0xc19f888 s Context>handleSignal:
         0xc1aa0b8 s Context>handleSignal:
         0xc1b48e8 s Context>handleSignal:
         0xc1bf118 s Context>handleSignal:
         0xc1c9948 s Context>handleSignal:
         0xc1d4178 s Context>handleSignal:
         0xc1de9a8 s Context>handleSignal:
         0xc1e91d8 s Context>handleSignal:
         0xc1f3a08 s Context>handleSignal:
         0xc1fe238 s Context>handleSignal:
         0xc208a68 s Context>handleSignal:
         0xc213298 s Context>handleSignal:
         0xc21dac8 s Context>handleSignal:
         0xc2282f8 s Context>handleSignal:
         0xc232b28 s Context>handleSignal:
         0xc23d358 s Context>handleSignal:
         0xc247b88 s Context>handleSignal:
         0xc2523b8 s Context>handleSignal:
         0xc25cbe8 s Context>handleSignal:
         0xc264058 s Context>handleSignal:
         0xb7dd3d0 s Context>handleSignal:
         0xb7e7cb8 s Context>handleSignal:
         0xb7f25a0 s Context>handleSignal:
         0xb7fce88 s Context>handleSignal:
         0xb807770 s Context>handleSignal:
         0xb812058 s Context>handleSignal:
         0xb81c940 s Context>handleSignal:
         0xb827228 s Context>handleSignal:
         0xb831b10 s Context>handleSignal:
         0xb83c3f8 s Context>handleSignal:
         0xb846ce0 s Context>handleSignal:
         0xb8515c8 s Context>handleSignal:
         0xb85beb0 s Context>handleSignal:
         0xb866798 s Context>handleSignal:
         0xb871080 s Context>handleSignal:
         0xb87b968 s Context>handleSignal:
         0xb886250 s Context>handleSignal:
         0xb890b38 s Context>handleSignal:
         0xb89b420 s Context>handleSignal:
         0xb8a5d08 s Context>handleSignal:
         0xb8b05f0 s Context>handleSignal:
         0xb8baed8 s Context>handleSignal:
         0xb8c57c0 s Context>handleSignal:
         0xb8d00a8 s Context>handleSignal:
         0xb8da990 s Context>handleSignal:
         0xb8e5278 s Context>handleSignal:
         0xb8efb60 s Context>handleSignal:
         0xb8fa448 s Context>handleSignal:
         0xb904d30 s Context>handleSignal:
         0xb90f618 s Context>handleSignal:
         0xb919f00 s Context>handleSignal:
         0xb9247e8 s Context>handleSignal:
         0xb92f0d0 s Context>handleSignal:
         0xb9399b8 s Context>handleSignal:
         0xb9442a0 s Context>handleSignal:
         0xb94eb88 s Context>handleSignal:
         0xb959470 s Context>handleSignal:
         0xb963d58 s Context>handleSignal:
         0xb96e640 s Context>handleSignal:
         0xb978f28 s Context>handleSignal:
         0xb983810 s Context>handleSignal:
         0xb98e0f8 s Context>handleSignal:
         0xb9989e0 s Context>handleSignal:
         0xb9a32c8 s Context>handleSignal:
         0xb9adbb0 s Context>handleSignal:
         0xb9b8498 s Context>handleSignal:
         0xb9c2d80 s Context>handleSignal:
         0xb9cd668 s Context>handleSignal:
         0xb9d7f50 s Context>handleSignal:
         0xb9e2838 s Context>handleSignal:
         0xb9ed120 s Context>handleSignal:
         0xb9f7a08 s Context>handleSignal:
         0xba022f0 s Context>handleSignal:
         0xba0cbd8 s Context>handleSignal:
         0xba174c0 s Context>handleSignal:
         0xba21da8 s Context>handleSignal:
         0xba2c690 s Context>handleSignal:
         0xba36f78 s Context>handleSignal:
         0xba40a00 s Context>handleSignal:
         0xb41b550 s Context>handleSignal:
         0xb421e40 s Context>handleSignal:
         0xb4294a8 s Context>handleSignal:
         0xb42feb8 s Context>handleSignal:
         0xb4372b8 s Context>handleSignal:
         0xb43e3a0 s Context>handleSignal:
         0xb445260 s Context>handleSignal:
         0xb44b420 s Context>handleSignal:
         0xb4515e0 s Context>handleSignal:
         0xb4576e8 s Context>handleSignal:
         0xb45d738 s Context>handleSignal:
         0xb463788 s Context>handleSignal:
         0xb4697d8 s Context>handleSignal:
         0xb46f828 s Context>handleSignal:
         0xb475878 s Context>handleSignal:
         0xb47b8c8 s Context>handleSignal:
         0xb481918 s Context>handleSignal:
         0xb487968 s Context>handleSignal:
         0xb48d9b8 s Context>handleSignal:
         0xb493a08 s Context>handleSignal:
         0xb499a58 s Context>handleSignal:
         0xb49faa8 s Context>handleSignal:
         0xb4a5af8 s Context>handleSignal:
         0xb4abb48 s Context>handleSignal:
         0xb4b1b98 s Context>handleSignal:
         0xb4b7be8 s Context>handleSignal:
         0xb4bdc38 s Context>handleSignal:
         0xb4c3c88 s Context>handleSignal:
         0xb4c9cd8 s Context>handleSignal:
         0xb4cfd28 s Context>handleSignal:
         0xb4d5cc0 s Context>handleSignal:
         0xb4dbc58 s Context>handleSignal:
         0xb4e1bf0 s Context>handleSignal:
         0xb4e7b88 s Context>handleSignal:
         0xb4edb20 s Context>handleSignal:
         0xb4f3ab8 s Context>handleSignal:
         0xb4f9a50 s Context>handleSignal:
         0xb4ff9e8 s Context>handleSignal:
         0xb505980 s Context>handleSignal:
         0xb50b918 s Context>handleSignal:
         0xb5118b0 s Context>handleSignal:
         0xb517848 s Context>handleSignal:
         0xb51d7e0 s Context>handleSignal:
         0xb523778 s Context>handleSignal:
         0xb529710 s Context>handleSignal:
         0xb52f6a8 s Context>handleSignal:
         0xb535640 s Context>handleSignal:
         0xb53b5d8 s Context>handleSignal:
         0xb541570 s Context>handleSignal:
         0xb547508 s Context>handleSignal:
         0xb54d4a0 s Context>handleSignal:
         0xb553438 s Context>handleSignal:
         0xb5593d0 s Context>handleSignal:
         0xb55f368 s Context>handleSignal:
         0xb565300 s Context>handleSignal:
         0xb56b298 s Context>handleSignal:
         0xb571230 s Context>handleSignal:
         0xb5771c8 s Context>handleSignal:
         0xb57d160 s Context>handleSignal:
         0xb5830f8 s Context>handleSignal:
         0xb589090 s Context>handleSignal:
         0xb58f028 s Context>handleSignal:
         0xb594fc0 s Context>handleSignal:
         0xb59af58 s Context>handleSignal:
         0xb5a0ef0 s Context>handleSignal:
         0xb5a6e88 s Context>handleSignal:
         0xb5ace20 s Context>handleSignal:
         0xb5b2db8 s Context>handleSignal:
         0xb5b8d50 s Context>handleSignal:
         0xb5bece8 s Context>handleSignal:
         0xb5c4c80 s Context>handleSignal:
         0xb5cac18 s Context>handleSignal:
         0xb5d0bb0 s Context>handleSignal:
         0xb5d6b48 s Context>handleSignal:
         0xb5dcae0 s Context>handleSignal:
         0xb5e2a78 s Context>handleSignal:
         0xb5e8a10 s Context>handleSignal:
         0xb5ee9a8 s Context>handleSignal:
         0xb5f4940 s Context>handleSignal:
         0xb5fa8d8 s Context>handleSignal:
         0xb600870 s Context>handleSignal:
         0xb606808 s Context>handleSignal:
         0xb60c7a0 s Context>handleSignal:
         0xb612738 s Context>handleSignal:
         0xb6186d0 s Context>handleSignal:
         0xb61e668 s Context>handleSignal:
         0xb624600 s Context>handleSignal:
         0xb62a598 s Context>handleSignal:
         0xb630530 s Context>handleSignal:
         0xb6364c8 s Context>handleSignal:
         0xb63c460 s Context>handleSignal:
         0xb6423f8 s Context>handleSignal:
         0xb648390 s Context>handleSignal:
         0xb64e328 s Context>handleSignal:
         0xb6542c0 s Context>handleSignal:
         0xb65a258 s Context>handleSignal:
         0xb660138 s Context>handleSignal:
         0xb665f60 s Context>handleSignal:
         0xb66bcd0 s Context>handleSignal:
         0xb671988 s Context>handleSignal:
         0xb677588 s Context>handleSignal:
         0xb67d0d0 s Context>handleSignal:
         0xb682b60 s Context>handleSignal:
         0xb688538 s Context>handleSignal:
         0xb68de58 s Context>handleSignal:
         0xb6936c0 s Context>handleSignal:
         0xb698e70 s Context>handleSignal:
         0xb69e568 s Context>handleSignal:
         0xb6a3ba8 s Context>handleSignal:
         0xb6a9130 s Context>handleSignal:
         0xb6ae600 s Context>handleSignal:
         0xb6b3960 s Context>handleSignal:
         0xb6b8c08 s Context>handleSignal:
         0xb6bddf8 s Context>handleSignal:
         0xb6c2f30 s Context>handleSignal:
         0xb6c7fb0 s Context>handleSignal:
         0xb6ccf78 s Context>handleSignal:
         0xb6d1e88 s Context>handleSignal:
         0xb6d6ce0 s Context>handleSignal:
         0xb6dba80 s Context>handleSignal:
         0xb6e0768 s Context>handleSignal:
         0xb6e5398 s Context>handleSignal:
         0xb6e9f10 s Context>handleSignal:
         0xb6ee9d0 s Context>handleSignal:
         0xb6f33d8 s Context>handleSignal:
         0xb6f7d28 s Context>handleSignal:
         0xb6fc5c0 s Context>handleSignal:
         0xb700da0 s Context>handleSignal:
         0xb7054c8 s Context>handleSignal:
         0xb709b38 s Context>handleSignal:
         0xb70e0f0 s Context>handleSignal:
         0xb7125f0 s Context>handleSignal:
         0xb716a38 s Context>handleSignal:
         0xb71adc8 s Context>handleSignal:
         0xb71f0a0 s Context>handleSignal:
         0xb7232c0 s Context>handleSignal:
         0xb727428 s Context>handleSignal:
         0xbf7da40 s Halt(Exception)>signal
         0xbf98b68 s Halt class(Exception class)>signal
         0xbfc1a78 s Halt class>now
         0xbfb8230 s FullBlockClosure(Object)>halt
         0xbfe86b8 s FullBlockClosure>printOn:
         0xc00abe8 s Context>printOn:
         0xc033120 s Context>printDebugOn:
         0xc033400 s [] in Context>debugStack:on:
         0xc054a28 s OrderedCollection>do:
         0xbfb7fb8 s Context>debugStack:on:
         0xbfe8468 s Context>shortDebugStackOn:
         0xc00a9b0 s [] in SmalltalkImage>logError:inContext:
         0xc032e40 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78ec8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf927f0 s SmalltalkImage>logStdErrorDuring:
         0xbfbbd00 s SmalltalkImage>logError:inContext:
         0xbfeb6d8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00e168 s FullBlockClosure(BlockClosure)>ensure:
         0xc0369d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056d60 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0674f8 s Halt(Exception)>unhandledErrorAction
         0xc07cd70 s Halt(UnhandledException)>defaultAction
         0xc0c7920 s UndefinedObject>handleSignal:
         0xc0c79d8 s Context>handleSignal:
         0xc0c7a90 s Context>handleSignal:
         0xc0c7b48 s Context>handleSignal:
         0xc0c7c00 s Context>handleSignal:
         0xc0c7cb8 s Context>handleSignal:
         0xc0c7d70 s Context>handleSignal:
         0xc0c7e28 s Context>handleSignal:
         0xc0c7ee0 s Context>handleSignal:
         0xc0c7f98 s Context>handleSignal:
         0xc0c8050 s Context>handleSignal:
         0xc104900 s Context>handleSignal:
         0xc110020 s Context>handleSignal:
         0xc11aec8 s Context>handleSignal:
         0xc1257b0 s Context>handleSignal:
         0xc12ffe0 s Context>handleSignal:
         0xc13a810 s Context>handleSignal:
         0xc145040 s Context>handleSignal:
         0xc14f870 s Context>handleSignal:
         0xc15a0a0 s Context>handleSignal:
         0xc1648d0 s Context>handleSignal:
         0xc16f100 s Context>handleSignal:
         0xc179930 s Context>handleSignal:
         0xc184160 s Context>handleSignal:
         0xc18e990 s Context>handleSignal:
         0xc1991c0 s Context>handleSignal:
         0xc1a39f0 s Context>handleSignal:
         0xc1ae220 s Context>handleSignal:
         0xc1b8a50 s Context>handleSignal:
         0xc1c3280 s Context>handleSignal:
         0xc1cdab0 s Context>handleSignal:
         0xc1d82e0 s Context>handleSignal:
         0xc1e2b10 s Context>handleSignal:
         0xc1ed340 s Context>handleSignal:
         0xc1f7b70 s Context>handleSignal:
         0xc2023a0 s Context>handleSignal:
         0xc20cbd0 s Context>handleSignal:
         0xc217400 s Context>handleSignal:
         0xc221c30 s Context>handleSignal:
         0xc22c460 s Context>handleSignal:
         0xc236c90 s Context>handleSignal:
         0xc2414c0 s Context>handleSignal:
         0xc24bcf0 s Context>handleSignal:
         0xc256520 s Context>handleSignal:
         0xc260d50 s Context>handleSignal:
         0xc2681c0 s Context>handleSignal:
         0xb7e1538 s Context>handleSignal:
         0xb7ebe20 s Context>handleSignal:
         0xb7f6708 s Context>handleSignal:
         0xb800ff0 s Context>handleSignal:
         0xb80b8d8 s Context>handleSignal:
         0xb8161c0 s Context>handleSignal:
         0xb820aa8 s Context>handleSignal:
         0xb82b390 s Context>handleSignal:
         0xb835c78 s Context>handleSignal:
         0xb840560 s Context>handleSignal:
         0xb84ae48 s Context>handleSignal:
         0xb855730 s Context>handleSignal:
         0xb860018 s Context>handleSignal:
         0xb86a900 s Context>handleSignal:
         0xb8751e8 s Context>handleSignal:
         0xb87fad0 s Context>handleSignal:
         0xb88a3b8 s Context>handleSignal:
         0xb894ca0 s Context>handleSignal:
         0xb89f588 s Context>handleSignal:
         0xb8a9e70 s Context>handleSignal:
         0xb8b4758 s Context>handleSignal:
         0xb8bf040 s Context>handleSignal:
         0xb8c9928 s Context>handleSignal:
         0xb8d4210 s Context>handleSignal:
         0xb8deaf8 s Context>handleSignal:
         0xb8e93e0 s Context>handleSignal:
         0xb8f3cc8 s Context>handleSignal:
         0xb8fe5b0 s Context>handleSignal:
         0xb908e98 s Context>handleSignal:
         0xb913780 s Context>handleSignal:
         0xb91e068 s Context>handleSignal:
         0xb928950 s Context>handleSignal:
         0xb933238 s Context>handleSignal:
         0xb93db20 s Context>handleSignal:
         0xb948408 s Context>handleSignal:
         0xb952cf0 s Context>handleSignal:
         0xb95d5d8 s Context>handleSignal:
         0xb967ec0 s Context>handleSignal:
         0xb9727a8 s Context>handleSignal:
         0xb97d090 s Context>handleSignal:
         0xb987978 s Context>handleSignal:
         0xb992260 s Context>handleSignal:
         0xb99cb48 s Context>handleSignal:
         0xb9a7430 s Context>handleSignal:
         0xb9b1d18 s Context>handleSignal:
         0xb9bc600 s Context>handleSignal:
         0xb9c6ee8 s Context>handleSignal:
         0xb9d17d0 s Context>handleSignal:
         0xb9dc0b8 s Context>handleSignal:
         0xb9e69a0 s Context>handleSignal:
         0xb9f1288 s Context>handleSignal:
         0xb9fbb70 s Context>handleSignal:
         0xba06458 s Context>handleSignal:
         0xba10d40 s Context>handleSignal:
         0xba1b628 s Context>handleSignal:
         0xba25f10 s Context>handleSignal:
         0xba307f8 s Context>handleSignal:
         0xba3b0e0 s Context>handleSignal:
         0xba42048 s Context>handleSignal:
         0xb41b498 s Context>handleSignal:
         0xb421d88 s Context>handleSignal:
         0xb4293f0 s Context>handleSignal:
         0xb42fe00 s Context>handleSignal:
         0xb437200 s Context>handleSignal:
         0xb43e2e8 s Context>handleSignal:
         0xb4451a8 s Context>handleSignal:
         0xb44b368 s Context>handleSignal:
         0xb451528 s Context>handleSignal:
         0xb457630 s Context>handleSignal:
         0xb45d680 s Context>handleSignal:
         0xb4636d0 s Context>handleSignal:
         0xb469720 s Context>handleSignal:
         0xb46f770 s Context>handleSignal:
         0xb4757c0 s Context>handleSignal:
         0xb47b810 s Context>handleSignal:
         0xb481860 s Context>handleSignal:
         0xb4878b0 s Context>handleSignal:
         0xb48d900 s Context>handleSignal:
         0xb493950 s Context>handleSignal:
         0xb4999a0 s Context>handleSignal:
         0xb49f9f0 s Context>handleSignal:
         0xb4a5a40 s Context>handleSignal:
         0xb4aba90 s Context>handleSignal:
         0xb4b1ae0 s Context>handleSignal:
         0xb4b7b30 s Context>handleSignal:
         0xb4bdb80 s Context>handleSignal:
         0xb4c3bd0 s Context>handleSignal:
         0xb4c9c20 s Context>handleSignal:
         0xb4cfc70 s Context>handleSignal:
         0xb4d5c08 s Context>handleSignal:
         0xb4dbba0 s Context>handleSignal:
         0xb4e1b38 s Context>handleSignal:
         0xb4e7ad0 s Context>handleSignal:
         0xb4eda68 s Context>handleSignal:
         0xb4f3a00 s Context>handleSignal:
         0xb4f9998 s Context>handleSignal:
         0xb4ff930 s Context>handleSignal:
         0xb5058c8 s Context>handleSignal:
         0xb50b860 s Context>handleSignal:
         0xb5117f8 s Context>handleSignal:
         0xb517790 s Context>handleSignal:
         0xb51d728 s Context>handleSignal:
         0xb5236c0 s Context>handleSignal:
         0xb529658 s Context>handleSignal:
         0xb52f5f0 s Context>handleSignal:
         0xb535588 s Context>handleSignal:
         0xb53b520 s Context>handleSignal:
         0xb5414b8 s Context>handleSignal:
         0xb547450 s Context>handleSignal:
         0xb54d3e8 s Context>handleSignal:
         0xb553380 s Context>handleSignal:
         0xb559318 s Context>handleSignal:
         0xb55f2b0 s Context>handleSignal:
         0xb565248 s Context>handleSignal:
         0xb56b1e0 s Context>handleSignal:
         0xb571178 s Context>handleSignal:
         0xb577110 s Context>handleSignal:
         0xb57d0a8 s Context>handleSignal:
         0xb583040 s Context>handleSignal:
         0xb588fd8 s Context>handleSignal:
         0xb58ef70 s Context>handleSignal:
         0xb594f08 s Context>handleSignal:
         0xb59aea0 s Context>handleSignal:
         0xb5a0e38 s Context>handleSignal:
         0xb5a6dd0 s Context>handleSignal:
         0xb5acd68 s Context>handleSignal:
         0xb5b2d00 s Context>handleSignal:
         0xb5b8c98 s Context>handleSignal:
         0xb5bec30 s Context>handleSignal:
         0xb5c4bc8 s Context>handleSignal:
         0xb5cab60 s Context>handleSignal:
         0xb5d0af8 s Context>handleSignal:
         0xb5d6a90 s Context>handleSignal:
         0xb5dca28 s Context>handleSignal:
         0xb5e29c0 s Context>handleSignal:
         0xb5e8958 s Context>handleSignal:
         0xb5ee8f0 s Context>handleSignal:
         0xb5f4888 s Context>handleSignal:
         0xb5fa820 s Context>handleSignal:
         0xb6007b8 s Context>handleSignal:
         0xb606750 s Context>handleSignal:
         0xb60c6e8 s Context>handleSignal:
         0xb612680 s Context>handleSignal:
         0xb618618 s Context>handleSignal:
         0xb61e5b0 s Context>handleSignal:
         0xb624548 s Context>handleSignal:
         0xb62a4e0 s Context>handleSignal:
         0xb630478 s Context>handleSignal:
         0xb636410 s Context>handleSignal:
         0xb63c3a8 s Context>handleSignal:
         0xb642340 s Context>handleSignal:
         0xb6482d8 s Context>handleSignal:
         0xb64e270 s Context>handleSignal:
         0xb654208 s Context>handleSignal:
         0xb65a1a0 s Context>handleSignal:
         0xb660080 s Context>handleSignal:
         0xb665ea8 s Context>handleSignal:
         0xb66bc18 s Context>handleSignal:
         0xb6718d0 s Context>handleSignal:
         0xb6774d0 s Context>handleSignal:
         0xb67d018 s Context>handleSignal:
         0xb682aa8 s Context>handleSignal:
         0xb688480 s Context>handleSignal:
         0xb68dda0 s Context>handleSignal:
         0xb693608 s Context>handleSignal:
         0xb698db8 s Context>handleSignal:
         0xb69e4b0 s Context>handleSignal:
         0xb6a3af0 s Context>handleSignal:
         0xb6a9078 s Context>handleSignal:
         0xb6ae548 s Context>handleSignal:
         0xb6b38a8 s Context>handleSignal:
         0xb6b8b50 s Context>handleSignal:
         0xb6bdd40 s Context>handleSignal:
         0xb6c2e78 s Context>handleSignal:
         0xb6c7ef8 s Context>handleSignal:
         0xb6ccec0 s Context>handleSignal:
         0xb6d1dd0 s Context>handleSignal:
         0xb6d6c28 s Context>handleSignal:
         0xb6db9c8 s Context>handleSignal:
         0xb6e06b0 s Context>handleSignal:
         0xb6e52e0 s Context>handleSignal:
         0xb6e9e58 s Context>handleSignal:
         0xb6ee918 s Context>handleSignal:
         0xb6f3320 s Context>handleSignal:
         0xb6f7c70 s Context>handleSignal:
         0xb6fc508 s Context>handleSignal:
         0xb700ce8 s Context>handleSignal:
         0xb705410 s Context>handleSignal:
         0xb709a80 s Context>handleSignal:
         0xb70e038 s Context>handleSignal:
         0xb712538 s Context>handleSignal:
         0xb716980 s Context>handleSignal:
         0xb71ad10 s Context>handleSignal:
         0xb71efe8 s Context>handleSignal:
         0xb723208 s Context>handleSignal:
         0xbf7d988 s Halt(Exception)>signal
         0xbf98ab0 s Halt class(Exception class)>signal
         0xbfc19c0 s Halt class>now
         0xbfb8070 s FullBlockClosure(Object)>halt
         0xbfe8520 s FullBlockClosure>printOn:
         0xc00aa68 s Context>printOn:
         0xc032ef8 s Context>printDebugOn:
         0xc0331d8 s [] in Context>debugStack:on:
         0xc054970 s OrderedCollection>do:
         0xbfb7df8 s Context>debugStack:on:
         0xbfe82d0 s Context>shortDebugStackOn:
         0xc00a830 s [] in SmalltalkImage>logError:inContext:
         0xc032c18 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78e10 s FullBlockClosure(BlockClosure)>on:do:
         0xbf926d8 s SmalltalkImage>logStdErrorDuring:
         0xbfbbc00 s SmalltalkImage>logError:inContext:
         0xbfeb610 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00e078 s FullBlockClosure(BlockClosure)>ensure:
         0xc0368f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056ca8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067440 s Halt(Exception)>unhandledErrorAction
         0xc07ccb8 s Halt(UnhandledException)>defaultAction
         0xc0c7138 s UndefinedObject>handleSignal:
         0xc0c71f0 s Context>handleSignal:
         0xc0c72a8 s Context>handleSignal:
         0xc0c7360 s Context>handleSignal:
         0xc0c7418 s Context>handleSignal:
         0xc0c74d0 s Context>handleSignal:
         0xc0c7588 s Context>handleSignal:
         0xc0c7640 s Context>handleSignal:
         0xc0c76f8 s Context>handleSignal:
         0xc0c77b0 s Context>handleSignal:
         0xc0c7868 s Context>handleSignal:
         0xc104848 s Context>handleSignal:
         0xc10ff68 s Context>handleSignal:
         0xc11ae10 s Context>handleSignal:
         0xc1256f8 s Context>handleSignal:
         0xc12ff28 s Context>handleSignal:
         0xc13a758 s Context>handleSignal:
         0xc144f88 s Context>handleSignal:
         0xc14f7b8 s Context>handleSignal:
         0xc159fe8 s Context>handleSignal:
         0xc164818 s Context>handleSignal:
         0xc16f048 s Context>handleSignal:
         0xc179878 s Context>handleSignal:
         0xc1840a8 s Context>handleSignal:
         0xc18e8d8 s Context>handleSignal:
         0xc199108 s Context>handleSignal:
         0xc1a3938 s Context>handleSignal:
         0xc1ae168 s Context>handleSignal:
         0xc1b8998 s Context>handleSignal:
         0xc1c31c8 s Context>handleSignal:
         0xc1cd9f8 s Context>handleSignal:
         0xc1d8228 s Context>handleSignal:
         0xc1e2a58 s Context>handleSignal:
         0xc1ed288 s Context>handleSignal:
         0xc1f7ab8 s Context>handleSignal:
         0xc2022e8 s Context>handleSignal:
         0xc20cb18 s Context>handleSignal:
         0xc217348 s Context>handleSignal:
         0xc221b78 s Context>handleSignal:
         0xc22c3a8 s Context>handleSignal:
         0xc236bd8 s Context>handleSignal:
         0xc241408 s Context>handleSignal:
         0xc24bc38 s Context>handleSignal:
         0xc256468 s Context>handleSignal:
         0xc260c98 s Context>handleSignal:
         0xc268108 s Context>handleSignal:
         0xb7e1480 s Context>handleSignal:
         0xb7ebd68 s Context>handleSignal:
         0xb7f6650 s Context>handleSignal:
         0xb800f38 s Context>handleSignal:
         0xb80b820 s Context>handleSignal:
         0xb816108 s Context>handleSignal:
         0xb8209f0 s Context>handleSignal:
         0xb82b2d8 s Context>handleSignal:
         0xb835bc0 s Context>handleSignal:
         0xb8404a8 s Context>handleSignal:
         0xb84ad90 s Context>handleSignal:
         0xb855678 s Context>handleSignal:
         0xb85ff60 s Context>handleSignal:
         0xb86a848 s Context>handleSignal:
         0xb875130 s Context>handleSignal:
         0xb87fa18 s Context>handleSignal:
         0xb88a300 s Context>handleSignal:
         0xb894be8 s Context>handleSignal:
         0xb89f4d0 s Context>handleSignal:
         0xb8a9db8 s Context>handleSignal:
         0xb8b46a0 s Context>handleSignal:
         0xb8bef88 s Context>handleSignal:
         0xb8c9870 s Context>handleSignal:
         0xb8d4158 s Context>handleSignal:
         0xb8dea40 s Context>handleSignal:
         0xb8e9328 s Context>handleSignal:
         0xb8f3c10 s Context>handleSignal:
         0xb8fe4f8 s Context>handleSignal:
         0xb908de0 s Context>handleSignal:
         0xb9136c8 s Context>handleSignal:
         0xb91dfb0 s Context>handleSignal:
         0xb928898 s Context>handleSignal:
         0xb933180 s Context>handleSignal:
         0xb93da68 s Context>handleSignal:
         0xb948350 s Context>handleSignal:
         0xb952c38 s Context>handleSignal:
         0xb95d520 s Context>handleSignal:
         0xb967e08 s Context>handleSignal:
         0xb9726f0 s Context>handleSignal:
         0xb97cfd8 s Context>handleSignal:
         0xb9878c0 s Context>handleSignal:
         0xb9921a8 s Context>handleSignal:
         0xb99ca90 s Context>handleSignal:
         0xb9a7378 s Context>handleSignal:
         0xb9b1c60 s Context>handleSignal:
         0xb9bc548 s Context>handleSignal:
         0xb9c6e30 s Context>handleSignal:
         0xb9d1718 s Context>handleSignal:
         0xb9dc000 s Context>handleSignal:
         0xb9e68e8 s Context>handleSignal:
         0xb9f11d0 s Context>handleSignal:
         0xb9fbab8 s Context>handleSignal:
         0xba063a0 s Context>handleSignal:
         0xba10c88 s Context>handleSignal:
         0xba1b570 s Context>handleSignal:
         0xba25e58 s Context>handleSignal:
         0xba30740 s Context>handleSignal:
         0xba3b028 s Context>handleSignal:
         0xba41f90 s Context>handleSignal:
         0xb41b3e0 s Context>handleSignal:
         0xb421cd0 s Context>handleSignal:
         0xb429338 s Context>handleSignal:
         0xb42fd48 s Context>handleSignal:
         0xb437148 s Context>handleSignal:
         0xb43e230 s Context>handleSignal:
         0xb4450f0 s Context>handleSignal:
         0xb44b2b0 s Context>handleSignal:
         0xb451470 s Context>handleSignal:
         0xb457578 s Context>handleSignal:
         0xb45d5c8 s Context>handleSignal:
         0xb463618 s Context>handleSignal:
         0xb469668 s Context>handleSignal:
         0xb46f6b8 s Context>handleSignal:
         0xb475708 s Context>handleSignal:
         0xb47b758 s Context>handleSignal:
         0xb4817a8 s Context>handleSignal:
         0xb4877f8 s Context>handleSignal:
         0xb48d848 s Context>handleSignal:
         0xb493898 s Context>handleSignal:
         0xb4998e8 s Context>handleSignal:
         0xb49f938 s Context>handleSignal:
         0xb4a5988 s Context>handleSignal:
         0xb4ab9d8 s Context>handleSignal:
         0xb4b1a28 s Context>handleSignal:
         0xb4b7a78 s Context>handleSignal:
         0xb4bdac8 s Context>handleSignal:
         0xb4c3b18 s Context>handleSignal:
         0xb4c9b68 s Context>handleSignal:
         0xb4cfbb8 s Context>handleSignal:
         0xb4d5b50 s Context>handleSignal:
         0xb4dbae8 s Context>handleSignal:
         0xb4e1a80 s Context>handleSignal:
         0xb4e7a18 s Context>handleSignal:
         0xb4ed9b0 s Context>handleSignal:
         0xb4f3948 s Context>handleSignal:
         0xb4f98e0 s Context>handleSignal:
         0xb4ff878 s Context>handleSignal:
         0xb505810 s Context>handleSignal:
         0xb50b7a8 s Context>handleSignal:
         0xb511740 s Context>handleSignal:
         0xb5176d8 s Context>handleSignal:
         0xb51d670 s Context>handleSignal:
         0xb523608 s Context>handleSignal:
         0xb5295a0 s Context>handleSignal:
         0xb52f538 s Context>handleSignal:
         0xb5354d0 s Context>handleSignal:
         0xb53b468 s Context>handleSignal:
         0xb541400 s Context>handleSignal:
         0xb547398 s Context>handleSignal:
         0xb54d330 s Context>handleSignal:
         0xb5532c8 s Context>handleSignal:
         0xb559260 s Context>handleSignal:
         0xb55f1f8 s Context>handleSignal:
         0xb565190 s Context>handleSignal:
         0xb56b128 s Context>handleSignal:
         0xb5710c0 s Context>handleSignal:
         0xb577058 s Context>handleSignal:
         0xb57cff0 s Context>handleSignal:
         0xb582f88 s Context>handleSignal:
         0xb588f20 s Context>handleSignal:
         0xb58eeb8 s Context>handleSignal:
         0xb594e50 s Context>handleSignal:
         0xb59ade8 s Context>handleSignal:
         0xb5a0d80 s Context>handleSignal:
         0xb5a6d18 s Context>handleSignal:
         0xb5accb0 s Context>handleSignal:
         0xb5b2c48 s Context>handleSignal:
         0xb5b8be0 s Context>handleSignal:
         0xb5beb78 s Context>handleSignal:
         0xb5c4b10 s Context>handleSignal:
         0xb5caaa8 s Context>handleSignal:
         0xb5d0a40 s Context>handleSignal:
         0xb5d69d8 s Context>handleSignal:
         0xb5dc970 s Context>handleSignal:
         0xb5e2908 s Context>handleSignal:
         0xb5e88a0 s Context>handleSignal:
         0xb5ee838 s Context>handleSignal:
         0xb5f47d0 s Context>handleSignal:
         0xb5fa768 s Context>handleSignal:
         0xb600700 s Context>handleSignal:
         0xb606698 s Context>handleSignal:
         0xb60c630 s Context>handleSignal:
         0xb6125c8 s Context>handleSignal:
         0xb618560 s Context>handleSignal:
         0xb61e4f8 s Context>handleSignal:
         0xb624490 s Context>handleSignal:
         0xb62a428 s Context>handleSignal:
         0xb6303c0 s Context>handleSignal:
         0xb636358 s Context>handleSignal:
         0xb63c2f0 s Context>handleSignal:
         0xb642288 s Context>handleSignal:
         0xb648220 s Context>handleSignal:
         0xb64e1b8 s Context>handleSignal:
         0xb654150 s Context>handleSignal:
         0xb65a0e8 s Context>handleSignal:
         0xb65ffc8 s Context>handleSignal:
         0xb665df0 s Context>handleSignal:
         0xb66bb60 s Context>handleSignal:
         0xb671818 s Context>handleSignal:
         0xb677418 s Context>handleSignal:
         0xb67cf60 s Context>handleSignal:
         0xb6829f0 s Context>handleSignal:
         0xb6883c8 s Context>handleSignal:
         0xb68dce8 s Context>handleSignal:
         0xb693550 s Context>handleSignal:
         0xb698d00 s Context>handleSignal:
         0xb69e3f8 s Context>handleSignal:
         0xb6a3a38 s Context>handleSignal:
         0xb6a8fc0 s Context>handleSignal:
         0xb6ae490 s Context>handleSignal:
         0xb6b37f0 s Context>handleSignal:
         0xb6b8a98 s Context>handleSignal:
         0xb6bdc88 s Context>handleSignal:
         0xb6c2dc0 s Context>handleSignal:
         0xb6c7e40 s Context>handleSignal:
         0xb6cce08 s Context>handleSignal:
         0xb6d1d18 s Context>handleSignal:
         0xb6d6b70 s Context>handleSignal:
         0xb6db910 s Context>handleSignal:
         0xb6e05f8 s Context>handleSignal:
         0xb6e5228 s Context>handleSignal:
         0xb6e9da0 s Context>handleSignal:
         0xb6ee860 s Context>handleSignal:
         0xb6f3268 s Context>handleSignal:
         0xb6f7bb8 s Context>handleSignal:
         0xb6fc450 s Context>handleSignal:
         0xb700c30 s Context>handleSignal:
         0xb705358 s Context>handleSignal:
         0xb7099c8 s Context>handleSignal:
         0xb70df80 s Context>handleSignal:
         0xb712480 s Context>handleSignal:
         0xb7168c8 s Context>handleSignal:
         0xb71ac58 s Context>handleSignal:
         0xb71ef30 s Context>handleSignal:
         0xbf7d8d0 s Halt(Exception)>signal
         0xbf989f8 s Halt class(Exception class)>signal
         0xbfc1908 s Halt class>now
         0xbfb7eb0 s FullBlockClosure(Object)>halt
         0xbfe8388 s FullBlockClosure>printOn:
         0xc00a8e8 s Context>printOn:
         0xc032cd0 s Context>printDebugOn:
         0xc032fb0 s [] in Context>debugStack:on:
         0xc0548b8 s OrderedCollection>do:
         0xbfb7c38 s Context>debugStack:on:
         0xbfe8138 s Context>shortDebugStackOn:
         0xc00a6b0 s [] in SmalltalkImage>logError:inContext:
         0xc0329f0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78d58 s FullBlockClosure(BlockClosure)>on:do:
         0xbf925c0 s SmalltalkImage>logStdErrorDuring:
         0xbfbbb00 s SmalltalkImage>logError:inContext:
         0xbfeb548 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00df88 s FullBlockClosure(BlockClosure)>ensure:
         0xc036818 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056bf0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067388 s Halt(Exception)>unhandledErrorAction
         0xc07cc00 s Halt(UnhandledException)>defaultAction
         0xc0c6950 s UndefinedObject>handleSignal:
         0xc0c6a08 s Context>handleSignal:
         0xc0c6ac0 s Context>handleSignal:
         0xc0c6b78 s Context>handleSignal:
         0xc0c6c30 s Context>handleSignal:
         0xc0c6ce8 s Context>handleSignal:
         0xc0c6da0 s Context>handleSignal:
         0xc0c6e58 s Context>handleSignal:
         0xc0c6f10 s Context>handleSignal:
         0xc0c6fc8 s Context>handleSignal:
         0xc0c7080 s Context>handleSignal:
         0xc104790 s Context>handleSignal:
         0xc10feb0 s Context>handleSignal:
         0xc11ad58 s Context>handleSignal:
         0xc125640 s Context>handleSignal:
         0xc12fe70 s Context>handleSignal:
         0xc13a6a0 s Context>handleSignal:
         0xc144ed0 s Context>handleSignal:
         0xc14f700 s Context>handleSignal:
         0xc159f30 s Context>handleSignal:
         0xc164760 s Context>handleSignal:
         0xc16ef90 s Context>handleSignal:
         0xc1797c0 s Context>handleSignal:
         0xc183ff0 s Context>handleSignal:
         0xc18e820 s Context>handleSignal:
         0xc199050 s Context>handleSignal:
         0xc1a3880 s Context>handleSignal:
         0xc1ae0b0 s Context>handleSignal:
         0xc1b88e0 s Context>handleSignal:
         0xc1c3110 s Context>handleSignal:
         0xc1cd940 s Context>handleSignal:
         0xc1d8170 s Context>handleSignal:
         0xc1e29a0 s Context>handleSignal:
         0xc1ed1d0 s Context>handleSignal:
         0xc1f7a00 s Context>handleSignal:
         0xc202230 s Context>handleSignal:
         0xc20ca60 s Context>handleSignal:
         0xc217290 s Context>handleSignal:
         0xc221ac0 s Context>handleSignal:
         0xc22c2f0 s Context>handleSignal:
         0xc236b20 s Context>handleSignal:
         0xc241350 s Context>handleSignal:
         0xc24bb80 s Context>handleSignal:
         0xc2563b0 s Context>handleSignal:
         0xc260be0 s Context>handleSignal:
         0xc268050 s Context>handleSignal:
         0xb7e13c8 s Context>handleSignal:
         0xb7ebcb0 s Context>handleSignal:
         0xb7f6598 s Context>handleSignal:
         0xb800e80 s Context>handleSignal:
         0xb80b768 s Context>handleSignal:
         0xb816050 s Context>handleSignal:
         0xb820938 s Context>handleSignal:
         0xb82b220 s Context>handleSignal:
         0xb835b08 s Context>handleSignal:
         0xb8403f0 s Context>handleSignal:
         0xb84acd8 s Context>handleSignal:
         0xb8555c0 s Context>handleSignal:
         0xb85fea8 s Context>handleSignal:
         0xb86a790 s Context>handleSignal:
         0xb875078 s Context>handleSignal:
         0xb87f960 s Context>handleSignal:
         0xb88a248 s Context>handleSignal:
         0xb894b30 s Context>handleSignal:
         0xb89f418 s Context>handleSignal:
         0xb8a9d00 s Context>handleSignal:
         0xb8b45e8 s Context>handleSignal:
         0xb8beed0 s Context>handleSignal:
         0xb8c97b8 s Context>handleSignal:
         0xb8d40a0 s Context>handleSignal:
         0xb8de988 s Context>handleSignal:
         0xb8e9270 s Context>handleSignal:
         0xb8f3b58 s Context>handleSignal:
         0xb8fe440 s Context>handleSignal:
         0xb908d28 s Context>handleSignal:
         0xb913610 s Context>handleSignal:
         0xb91def8 s Context>handleSignal:
         0xb9287e0 s Context>handleSignal:
         0xb9330c8 s Context>handleSignal:
         0xb93d9b0 s Context>handleSignal:
         0xb948298 s Context>handleSignal:
         0xb952b80 s Context>handleSignal:
         0xb95d468 s Context>handleSignal:
         0xb967d50 s Context>handleSignal:
         0xb972638 s Context>handleSignal:
         0xb97cf20 s Context>handleSignal:
         0xb987808 s Context>handleSignal:
         0xb9920f0 s Context>handleSignal:
         0xb99c9d8 s Context>handleSignal:
         0xb9a72c0 s Context>handleSignal:
         0xb9b1ba8 s Context>handleSignal:
         0xb9bc490 s Context>handleSignal:
         0xb9c6d78 s Context>handleSignal:
         0xb9d1660 s Context>handleSignal:
         0xb9dbf48 s Context>handleSignal:
         0xb9e6830 s Context>handleSignal:
         0xb9f1118 s Context>handleSignal:
         0xb9fba00 s Context>handleSignal:
         0xba062e8 s Context>handleSignal:
         0xba10bd0 s Context>handleSignal:
         0xba1b4b8 s Context>handleSignal:
         0xba25da0 s Context>handleSignal:
         0xba30688 s Context>handleSignal:
         0xba3af70 s Context>handleSignal:
         0xba41ed8 s Context>handleSignal:
         0xb41b328 s Context>handleSignal:
         0xb421c18 s Context>handleSignal:
         0xb429280 s Context>handleSignal:
         0xb42fc90 s Context>handleSignal:
         0xb437090 s Context>handleSignal:
         0xb43e178 s Context>handleSignal:
         0xb445038 s Context>handleSignal:
         0xb44b1f8 s Context>handleSignal:
         0xb4513b8 s Context>handleSignal:
         0xb4574c0 s Context>handleSignal:
         0xb45d510 s Context>handleSignal:
         0xb463560 s Context>handleSignal:
         0xb4695b0 s Context>handleSignal:
         0xb46f600 s Context>handleSignal:
         0xb475650 s Context>handleSignal:
         0xb47b6a0 s Context>handleSignal:
         0xb4816f0 s Context>handleSignal:
         0xb487740 s Context>handleSignal:
         0xb48d790 s Context>handleSignal:
         0xb4937e0 s Context>handleSignal:
         0xb499830 s Context>handleSignal:
         0xb49f880 s Context>handleSignal:
         0xb4a58d0 s Context>handleSignal:
         0xb4ab920 s Context>handleSignal:
         0xb4b1970 s Context>handleSignal:
         0xb4b79c0 s Context>handleSignal:
         0xb4bda10 s Context>handleSignal:
         0xb4c3a60 s Context>handleSignal:
         0xb4c9ab0 s Context>handleSignal:
         0xb4cfb00 s Context>handleSignal:
         0xb4d5a98 s Context>handleSignal:
         0xb4dba30 s Context>handleSignal:
         0xb4e19c8 s Context>handleSignal:
         0xb4e7960 s Context>handleSignal:
         0xb4ed8f8 s Context>handleSignal:
         0xb4f3890 s Context>handleSignal:
         0xb4f9828 s Context>handleSignal:
         0xb4ff7c0 s Context>handleSignal:
         0xb505758 s Context>handleSignal:
         0xb50b6f0 s Context>handleSignal:
         0xb511688 s Context>handleSignal:
         0xb517620 s Context>handleSignal:
         0xb51d5b8 s Context>handleSignal:
         0xb523550 s Context>handleSignal:
         0xb5294e8 s Context>handleSignal:
         0xb52f480 s Context>handleSignal:
         0xb535418 s Context>handleSignal:
         0xb53b3b0 s Context>handleSignal:
         0xb541348 s Context>handleSignal:
         0xb5472e0 s Context>handleSignal:
         0xb54d278 s Context>handleSignal:
         0xb553210 s Context>handleSignal:
         0xb5591a8 s Context>handleSignal:
         0xb55f140 s Context>handleSignal:
         0xb5650d8 s Context>handleSignal:
         0xb56b070 s Context>handleSignal:
         0xb571008 s Context>handleSignal:
         0xb576fa0 s Context>handleSignal:
         0xb57cf38 s Context>handleSignal:
         0xb582ed0 s Context>handleSignal:
         0xb588e68 s Context>handleSignal:
         0xb58ee00 s Context>handleSignal:
         0xb594d98 s Context>handleSignal:
         0xb59ad30 s Context>handleSignal:
         0xb5a0cc8 s Context>handleSignal:
         0xb5a6c60 s Context>handleSignal:
         0xb5acbf8 s Context>handleSignal:
         0xb5b2b90 s Context>handleSignal:
         0xb5b8b28 s Context>handleSignal:
         0xb5beac0 s Context>handleSignal:
         0xb5c4a58 s Context>handleSignal:
         0xb5ca9f0 s Context>handleSignal:
         0xb5d0988 s Context>handleSignal:
         0xb5d6920 s Context>handleSignal:
         0xb5dc8b8 s Context>handleSignal:
         0xb5e2850 s Context>handleSignal:
         0xb5e87e8 s Context>handleSignal:
         0xb5ee780 s Context>handleSignal:
         0xb5f4718 s Context>handleSignal:
         0xb5fa6b0 s Context>handleSignal:
         0xb600648 s Context>handleSignal:
         0xb6065e0 s Context>handleSignal:
         0xb60c578 s Context>handleSignal:
         0xb612510 s Context>handleSignal:
         0xb6184a8 s Context>handleSignal:
         0xb61e440 s Context>handleSignal:
         0xb6243d8 s Context>handleSignal:
         0xb62a370 s Context>handleSignal:
         0xb630308 s Context>handleSignal:
         0xb6362a0 s Context>handleSignal:
         0xb63c238 s Context>handleSignal:
         0xb6421d0 s Context>handleSignal:
         0xb648168 s Context>handleSignal:
         0xb64e100 s Context>handleSignal:
         0xb654098 s Context>handleSignal:
         0xb65a030 s Context>handleSignal:
         0xb65ff10 s Context>handleSignal:
         0xb665d38 s Context>handleSignal:
         0xb66baa8 s Context>handleSignal:
         0xb671760 s Context>handleSignal:
         0xb677360 s Context>handleSignal:
         0xb67cea8 s Context>handleSignal:
         0xb682938 s Context>handleSignal:
         0xb688310 s Context>handleSignal:
         0xb68dc30 s Context>handleSignal:
         0xb693498 s Context>handleSignal:
         0xb698c48 s Context>handleSignal:
         0xb69e340 s Context>handleSignal:
         0xb6a3980 s Context>handleSignal:
         0xb6a8f08 s Context>handleSignal:
         0xb6ae3d8 s Context>handleSignal:
         0xb6b3738 s Context>handleSignal:
         0xb6b89e0 s Context>handleSignal:
         0xb6bdbd0 s Context>handleSignal:
         0xb6c2d08 s Context>handleSignal:
         0xb6c7d88 s Context>handleSignal:
         0xb6ccd50 s Context>handleSignal:
         0xb6d1c60 s Context>handleSignal:
         0xb6d6ab8 s Context>handleSignal:
         0xb6db858 s Context>handleSignal:
         0xb6e0540 s Context>handleSignal:
         0xb6e5170 s Context>handleSignal:
         0xb6e9ce8 s Context>handleSignal:
         0xb6ee7a8 s Context>handleSignal:
         0xb6f31b0 s Context>handleSignal:
         0xb6f7b00 s Context>handleSignal:
         0xb6fc398 s Context>handleSignal:
         0xb700b78 s Context>handleSignal:
         0xb7052a0 s Context>handleSignal:
         0xb709910 s Context>handleSignal:
         0xb70dec8 s Context>handleSignal:
         0xb7123c8 s Context>handleSignal:
         0xb716810 s Context>handleSignal:
         0xb71aba0 s Context>handleSignal:
         0xbf7d818 s Halt(Exception)>signal
         0xbf98940 s Halt class(Exception class)>signal
         0xbfc1850 s Halt class>now
         0xbfb7cf0 s FullBlockClosure(Object)>halt
         0xbfe81f0 s FullBlockClosure>printOn:
         0xc00a768 s Context>printOn:
         0xc032aa8 s Context>printDebugOn:
         0xc032d88 s [] in Context>debugStack:on:
         0xc054800 s OrderedCollection>do:
         0xbfb7a78 s Context>debugStack:on:
         0xbfe7fa0 s Context>shortDebugStackOn:
         0xc00a530 s [] in SmalltalkImage>logError:inContext:
         0xc0327c8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78ca0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf924a8 s SmalltalkImage>logStdErrorDuring:
         0xbfbba00 s SmalltalkImage>logError:inContext:
         0xbfeb480 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00de98 s FullBlockClosure(BlockClosure)>ensure:
         0xc036738 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056b38 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0672d0 s Halt(Exception)>unhandledErrorAction
         0xc07cb48 s Halt(UnhandledException)>defaultAction
         0xc0c6168 s UndefinedObject>handleSignal:
         0xc0c6220 s Context>handleSignal:
         0xc0c62d8 s Context>handleSignal:
         0xc0c6390 s Context>handleSignal:
         0xc0c6448 s Context>handleSignal:
         0xc0c6500 s Context>handleSignal:
         0xc0c65b8 s Context>handleSignal:
         0xc0c6670 s Context>handleSignal:
         0xc0c6728 s Context>handleSignal:
         0xc0c67e0 s Context>handleSignal:
         0xc0c6898 s Context>handleSignal:
         0xc1046d8 s Context>handleSignal:
         0xc10fdf8 s Context>handleSignal:
         0xc11aca0 s Context>handleSignal:
         0xc125588 s Context>handleSignal:
         0xc12fdb8 s Context>handleSignal:
         0xc13a5e8 s Context>handleSignal:
         0xc144e18 s Context>handleSignal:
         0xc14f648 s Context>handleSignal:
         0xc159e78 s Context>handleSignal:
         0xc1646a8 s Context>handleSignal:
         0xc16eed8 s Context>handleSignal:
         0xc179708 s Context>handleSignal:
         0xc183f38 s Context>handleSignal:
         0xc18e768 s Context>handleSignal:
         0xc198f98 s Context>handleSignal:
         0xc1a37c8 s Context>handleSignal:
         0xc1adff8 s Context>handleSignal:
         0xc1b8828 s Context>handleSignal:
         0xc1c3058 s Context>handleSignal:
         0xc1cd888 s Context>handleSignal:
         0xc1d80b8 s Context>handleSignal:
         0xc1e28e8 s Context>handleSignal:
         0xc1ed118 s Context>handleSignal:
         0xc1f7948 s Context>handleSignal:
         0xc202178 s Context>handleSignal:
         0xc20c9a8 s Context>handleSignal:
         0xc2171d8 s Context>handleSignal:
         0xc221a08 s Context>handleSignal:
         0xc22c238 s Context>handleSignal:
         0xc236a68 s Context>handleSignal:
         0xc241298 s Context>handleSignal:
         0xc24bac8 s Context>handleSignal:
         0xc2562f8 s Context>handleSignal:
         0xc260b28 s Context>handleSignal:
         0xc267f98 s Context>handleSignal:
         0xb7e1310 s Context>handleSignal:
         0xb7ebbf8 s Context>handleSignal:
         0xb7f64e0 s Context>handleSignal:
         0xb800dc8 s Context>handleSignal:
         0xb80b6b0 s Context>handleSignal:
         0xb815f98 s Context>handleSignal:
         0xb820880 s Context>handleSignal:
         0xb82b168 s Context>handleSignal:
         0xb835a50 s Context>handleSignal:
         0xb840338 s Context>handleSignal:
         0xb84ac20 s Context>handleSignal:
         0xb855508 s Context>handleSignal:
         0xb85fdf0 s Context>handleSignal:
         0xb86a6d8 s Context>handleSignal:
         0xb874fc0 s Context>handleSignal:
         0xb87f8a8 s Context>handleSignal:
         0xb88a190 s Context>handleSignal:
         0xb894a78 s Context>handleSignal:
         0xb89f360 s Context>handleSignal:
         0xb8a9c48 s Context>handleSignal:
         0xb8b4530 s Context>handleSignal:
         0xb8bee18 s Context>handleSignal:
         0xb8c9700 s Context>handleSignal:
         0xb8d3fe8 s Context>handleSignal:
         0xb8de8d0 s Context>handleSignal:
         0xb8e91b8 s Context>handleSignal:
         0xb8f3aa0 s Context>handleSignal:
         0xb8fe388 s Context>handleSignal:
         0xb908c70 s Context>handleSignal:
         0xb913558 s Context>handleSignal:
         0xb91de40 s Context>handleSignal:
         0xb928728 s Context>handleSignal:
         0xb933010 s Context>handleSignal:
         0xb93d8f8 s Context>handleSignal:
         0xb9481e0 s Context>handleSignal:
         0xb952ac8 s Context>handleSignal:
         0xb95d3b0 s Context>handleSignal:
         0xb967c98 s Context>handleSignal:
         0xb972580 s Context>handleSignal:
         0xb97ce68 s Context>handleSignal:
         0xb987750 s Context>handleSignal:
         0xb992038 s Context>handleSignal:
         0xb99c920 s Context>handleSignal:
         0xb9a7208 s Context>handleSignal:
         0xb9b1af0 s Context>handleSignal:
         0xb9bc3d8 s Context>handleSignal:
         0xb9c6cc0 s Context>handleSignal:
         0xb9d15a8 s Context>handleSignal:
         0xb9dbe90 s Context>handleSignal:
         0xb9e6778 s Context>handleSignal:
         0xb9f1060 s Context>handleSignal:
         0xb9fb948 s Context>handleSignal:
         0xba06230 s Context>handleSignal:
         0xba10b18 s Context>handleSignal:
         0xba1b400 s Context>handleSignal:
         0xba25ce8 s Context>handleSignal:
         0xba305d0 s Context>handleSignal:
         0xba3aeb8 s Context>handleSignal:
         0xba41e20 s Context>handleSignal:
         0xb41b270 s Context>handleSignal:
         0xb421b60 s Context>handleSignal:
         0xb4291c8 s Context>handleSignal:
         0xb42fbd8 s Context>handleSignal:
         0xb436fd8 s Context>handleSignal:
         0xb43e0c0 s Context>handleSignal:
         0xb444f80 s Context>handleSignal:
         0xb44b140 s Context>handleSignal:
         0xb451300 s Context>handleSignal:
         0xb457408 s Context>handleSignal:
         0xb45d458 s Context>handleSignal:
         0xb4634a8 s Context>handleSignal:
         0xb4694f8 s Context>handleSignal:
         0xb46f548 s Context>handleSignal:
         0xb475598 s Context>handleSignal:
         0xb47b5e8 s Context>handleSignal:
         0xb481638 s Context>handleSignal:
         0xb487688 s Context>handleSignal:
         0xb48d6d8 s Context>handleSignal:
         0xb493728 s Context>handleSignal:
         0xb499778 s Context>handleSignal:
         0xb49f7c8 s Context>handleSignal:
         0xb4a5818 s Context>handleSignal:
         0xb4ab868 s Context>handleSignal:
         0xb4b18b8 s Context>handleSignal:
         0xb4b7908 s Context>handleSignal:
         0xb4bd958 s Context>handleSignal:
         0xb4c39a8 s Context>handleSignal:
         0xb4c99f8 s Context>handleSignal:
         0xb4cfa48 s Context>handleSignal:
         0xb4d59e0 s Context>handleSignal:
         0xb4db978 s Context>handleSignal:
         0xb4e1910 s Context>handleSignal:
         0xb4e78a8 s Context>handleSignal:
         0xb4ed840 s Context>handleSignal:
         0xb4f37d8 s Context>handleSignal:
         0xb4f9770 s Context>handleSignal:
         0xb4ff708 s Context>handleSignal:
         0xb5056a0 s Context>handleSignal:
         0xb50b638 s Context>handleSignal:
         0xb5115d0 s Context>handleSignal:
         0xb517568 s Context>handleSignal:
         0xb51d500 s Context>handleSignal:
         0xb523498 s Context>handleSignal:
         0xb529430 s Context>handleSignal:
         0xb52f3c8 s Context>handleSignal:
         0xb535360 s Context>handleSignal:
         0xb53b2f8 s Context>handleSignal:
         0xb541290 s Context>handleSignal:
         0xb547228 s Context>handleSignal:
         0xb54d1c0 s Context>handleSignal:
         0xb553158 s Context>handleSignal:
         0xb5590f0 s Context>handleSignal:
         0xb55f088 s Context>handleSignal:
         0xb565020 s Context>handleSignal:
         0xb56afb8 s Context>handleSignal:
         0xb570f50 s Context>handleSignal:
         0xb576ee8 s Context>handleSignal:
         0xb57ce80 s Context>handleSignal:
         0xb582e18 s Context>handleSignal:
         0xb588db0 s Context>handleSignal:
         0xb58ed48 s Context>handleSignal:
         0xb594ce0 s Context>handleSignal:
         0xb59ac78 s Context>handleSignal:
         0xb5a0c10 s Context>handleSignal:
         0xb5a6ba8 s Context>handleSignal:
         0xb5acb40 s Context>handleSignal:
         0xb5b2ad8 s Context>handleSignal:
         0xb5b8a70 s Context>handleSignal:
         0xb5bea08 s Context>handleSignal:
         0xb5c49a0 s Context>handleSignal:
         0xb5ca938 s Context>handleSignal:
         0xb5d08d0 s Context>handleSignal:
         0xb5d6868 s Context>handleSignal:
         0xb5dc800 s Context>handleSignal:
         0xb5e2798 s Context>handleSignal:
         0xb5e8730 s Context>handleSignal:
         0xb5ee6c8 s Context>handleSignal:
         0xb5f4660 s Context>handleSignal:
         0xb5fa5f8 s Context>handleSignal:
         0xb600590 s Context>handleSignal:
         0xb606528 s Context>handleSignal:
         0xb60c4c0 s Context>handleSignal:
         0xb612458 s Context>handleSignal:
         0xb6183f0 s Context>handleSignal:
         0xb61e388 s Context>handleSignal:
         0xb624320 s Context>handleSignal:
         0xb62a2b8 s Context>handleSignal:
         0xb630250 s Context>handleSignal:
         0xb6361e8 s Context>handleSignal:
         0xb63c180 s Context>handleSignal:
         0xb642118 s Context>handleSignal:
         0xb6480b0 s Context>handleSignal:
         0xb64e048 s Context>handleSignal:
         0xb653fe0 s Context>handleSignal:
         0xb659f78 s Context>handleSignal:
         0xb65fe58 s Context>handleSignal:
         0xb665c80 s Context>handleSignal:
         0xb66b9f0 s Context>handleSignal:
         0xb6716a8 s Context>handleSignal:
         0xb6772a8 s Context>handleSignal:
         0xb67cdf0 s Context>handleSignal:
         0xb682880 s Context>handleSignal:
         0xb688258 s Context>handleSignal:
         0xb68db78 s Context>handleSignal:
         0xb6933e0 s Context>handleSignal:
         0xb698b90 s Context>handleSignal:
         0xb69e288 s Context>handleSignal:
         0xb6a38c8 s Context>handleSignal:
         0xb6a8e50 s Context>handleSignal:
         0xb6ae320 s Context>handleSignal:
         0xb6b3680 s Context>handleSignal:
         0xb6b8928 s Context>handleSignal:
         0xb6bdb18 s Context>handleSignal:
         0xb6c2c50 s Context>handleSignal:
         0xb6c7cd0 s Context>handleSignal:
         0xb6ccc98 s Context>handleSignal:
         0xb6d1ba8 s Context>handleSignal:
         0xb6d6a00 s Context>handleSignal:
         0xb6db7a0 s Context>handleSignal:
         0xb6e0488 s Context>handleSignal:
         0xb6e50b8 s Context>handleSignal:
         0xb6e9c30 s Context>handleSignal:
         0xb6ee6f0 s Context>handleSignal:
         0xb6f30f8 s Context>handleSignal:
         0xb6f7a48 s Context>handleSignal:
         0xb6fc2e0 s Context>handleSignal:
         0xb700ac0 s Context>handleSignal:
         0xb7051e8 s Context>handleSignal:
         0xb709858 s Context>handleSignal:
         0xb70de10 s Context>handleSignal:
         0xb712310 s Context>handleSignal:
         0xb716758 s Context>handleSignal:
         0xbf7d760 s Halt(Exception)>signal
         0xbf98888 s Halt class(Exception class)>signal
         0xbfc1798 s Halt class>now
         0xbfb7b30 s FullBlockClosure(Object)>halt
         0xbfe8058 s FullBlockClosure>printOn:
         0xc00a5e8 s Context>printOn:
         0xc032880 s Context>printDebugOn:
         0xc032b60 s [] in Context>debugStack:on:
         0xc054748 s OrderedCollection>do:
         0xbfb78b8 s Context>debugStack:on:
         0xbfe7e08 s Context>shortDebugStackOn:
         0xc00a3b0 s [] in SmalltalkImage>logError:inContext:
         0xc0325a0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78be8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf92390 s SmalltalkImage>logStdErrorDuring:
         0xbfbb900 s SmalltalkImage>logError:inContext:
         0xbfeb3b8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00dda8 s FullBlockClosure(BlockClosure)>ensure:
         0xc036658 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056a80 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067218 s Halt(Exception)>unhandledErrorAction
         0xc07ca90 s Halt(UnhandledException)>defaultAction
         0xc0c5980 s UndefinedObject>handleSignal:
         0xc0c5a38 s Context>handleSignal:
         0xc0c5af0 s Context>handleSignal:
         0xc0c5ba8 s Context>handleSignal:
         0xc0c5c60 s Context>handleSignal:
         0xc0c5d18 s Context>handleSignal:
         0xc0c5dd0 s Context>handleSignal:
         0xc0c5e88 s Context>handleSignal:
         0xc0c5f40 s Context>handleSignal:
         0xc0c5ff8 s Context>handleSignal:
         0xc0c60b0 s Context>handleSignal:
         0xc104620 s Context>handleSignal:
         0xc10fd40 s Context>handleSignal:
         0xc11abe8 s Context>handleSignal:
         0xc1254d0 s Context>handleSignal:
         0xc12fd00 s Context>handleSignal:
         0xc13a530 s Context>handleSignal:
         0xc144d60 s Context>handleSignal:
         0xc14f590 s Context>handleSignal:
         0xc159dc0 s Context>handleSignal:
         0xc1645f0 s Context>handleSignal:
         0xc16ee20 s Context>handleSignal:
         0xc179650 s Context>handleSignal:
         0xc183e80 s Context>handleSignal:
         0xc18e6b0 s Context>handleSignal:
         0xc198ee0 s Context>handleSignal:
         0xc1a3710 s Context>handleSignal:
         0xc1adf40 s Context>handleSignal:
         0xc1b8770 s Context>handleSignal:
         0xc1c2fa0 s Context>handleSignal:
         0xc1cd7d0 s Context>handleSignal:
         0xc1d8000 s Context>handleSignal:
         0xc1e2830 s Context>handleSignal:
         0xc1ed060 s Context>handleSignal:
         0xc1f7890 s Context>handleSignal:
         0xc2020c0 s Context>handleSignal:
         0xc20c8f0 s Context>handleSignal:
         0xc217120 s Context>handleSignal:
         0xc221950 s Context>handleSignal:
         0xc22c180 s Context>handleSignal:
         0xc2369b0 s Context>handleSignal:
         0xc2411e0 s Context>handleSignal:
         0xc24ba10 s Context>handleSignal:
         0xc256240 s Context>handleSignal:
         0xc260a70 s Context>handleSignal:
         0xc267ee0 s Context>handleSignal:
         0xb7e1258 s Context>handleSignal:
         0xb7ebb40 s Context>handleSignal:
         0xb7f6428 s Context>handleSignal:
         0xb800d10 s Context>handleSignal:
         0xb80b5f8 s Context>handleSignal:
         0xb815ee0 s Context>handleSignal:
         0xb8207c8 s Context>handleSignal:
         0xb82b0b0 s Context>handleSignal:
         0xb835998 s Context>handleSignal:
         0xb840280 s Context>handleSignal:
         0xb84ab68 s Context>handleSignal:
         0xb855450 s Context>handleSignal:
         0xb85fd38 s Context>handleSignal:
         0xb86a620 s Context>handleSignal:
         0xb874f08 s Context>handleSignal:
         0xb87f7f0 s Context>handleSignal:
         0xb88a0d8 s Context>handleSignal:
         0xb8949c0 s Context>handleSignal:
         0xb89f2a8 s Context>handleSignal:
         0xb8a9b90 s Context>handleSignal:
         0xb8b4478 s Context>handleSignal:
         0xb8bed60 s Context>handleSignal:
         0xb8c9648 s Context>handleSignal:
         0xb8d3f30 s Context>handleSignal:
         0xb8de818 s Context>handleSignal:
         0xb8e9100 s Context>handleSignal:
         0xb8f39e8 s Context>handleSignal:
         0xb8fe2d0 s Context>handleSignal:
         0xb908bb8 s Context>handleSignal:
         0xb9134a0 s Context>handleSignal:
         0xb91dd88 s Context>handleSignal:
         0xb928670 s Context>handleSignal:
         0xb932f58 s Context>handleSignal:
         0xb93d840 s Context>handleSignal:
         0xb948128 s Context>handleSignal:
         0xb952a10 s Context>handleSignal:
         0xb95d2f8 s Context>handleSignal:
         0xb967be0 s Context>handleSignal:
         0xb9724c8 s Context>handleSignal:
         0xb97cdb0 s Context>handleSignal:
         0xb987698 s Context>handleSignal:
         0xb991f80 s Context>handleSignal:
         0xb99c868 s Context>handleSignal:
         0xb9a7150 s Context>handleSignal:
         0xb9b1a38 s Context>handleSignal:
         0xb9bc320 s Context>handleSignal:
         0xb9c6c08 s Context>handleSignal:
         0xb9d14f0 s Context>handleSignal:
         0xb9dbdd8 s Context>handleSignal:
         0xb9e66c0 s Context>handleSignal:
         0xb9f0fa8 s Context>handleSignal:
         0xb9fb890 s Context>handleSignal:
         0xba06178 s Context>handleSignal:
         0xba10a60 s Context>handleSignal:
         0xba1b348 s Context>handleSignal:
         0xba25c30 s Context>handleSignal:
         0xba30518 s Context>handleSignal:
         0xba3ae00 s Context>handleSignal:
         0xba41d68 s Context>handleSignal:
         0xb41b1b8 s Context>handleSignal:
         0xb421aa8 s Context>handleSignal:
         0xb429110 s Context>handleSignal:
         0xb42fb20 s Context>handleSignal:
         0xb436f20 s Context>handleSignal:
         0xb43e008 s Context>handleSignal:
         0xb444ec8 s Context>handleSignal:
         0xb44b088 s Context>handleSignal:
         0xb451248 s Context>handleSignal:
         0xb457350 s Context>handleSignal:
         0xb45d3a0 s Context>handleSignal:
         0xb4633f0 s Context>handleSignal:
         0xb469440 s Context>handleSignal:
         0xb46f490 s Context>handleSignal:
         0xb4754e0 s Context>handleSignal:
         0xb47b530 s Context>handleSignal:
         0xb481580 s Context>handleSignal:
         0xb4875d0 s Context>handleSignal:
         0xb48d620 s Context>handleSignal:
         0xb493670 s Context>handleSignal:
         0xb4996c0 s Context>handleSignal:
         0xb49f710 s Context>handleSignal:
         0xb4a5760 s Context>handleSignal:
         0xb4ab7b0 s Context>handleSignal:
         0xb4b1800 s Context>handleSignal:
         0xb4b7850 s Context>handleSignal:
         0xb4bd8a0 s Context>handleSignal:
         0xb4c38f0 s Context>handleSignal:
         0xb4c9940 s Context>handleSignal:
         0xb4cf990 s Context>handleSignal:
         0xb4d5928 s Context>handleSignal:
         0xb4db8c0 s Context>handleSignal:
         0xb4e1858 s Context>handleSignal:
         0xb4e77f0 s Context>handleSignal:
         0xb4ed788 s Context>handleSignal:
         0xb4f3720 s Context>handleSignal:
         0xb4f96b8 s Context>handleSignal:
         0xb4ff650 s Context>handleSignal:
         0xb5055e8 s Context>handleSignal:
         0xb50b580 s Context>handleSignal:
         0xb511518 s Context>handleSignal:
         0xb5174b0 s Context>handleSignal:
         0xb51d448 s Context>handleSignal:
         0xb5233e0 s Context>handleSignal:
         0xb529378 s Context>handleSignal:
         0xb52f310 s Context>handleSignal:
         0xb5352a8 s Context>handleSignal:
         0xb53b240 s Context>handleSignal:
         0xb5411d8 s Context>handleSignal:
         0xb547170 s Context>handleSignal:
         0xb54d108 s Context>handleSignal:
         0xb5530a0 s Context>handleSignal:
         0xb559038 s Context>handleSignal:
         0xb55efd0 s Context>handleSignal:
         0xb564f68 s Context>handleSignal:
         0xb56af00 s Context>handleSignal:
         0xb570e98 s Context>handleSignal:
         0xb576e30 s Context>handleSignal:
         0xb57cdc8 s Context>handleSignal:
         0xb582d60 s Context>handleSignal:
         0xb588cf8 s Context>handleSignal:
         0xb58ec90 s Context>handleSignal:
         0xb594c28 s Context>handleSignal:
         0xb59abc0 s Context>handleSignal:
         0xb5a0b58 s Context>handleSignal:
         0xb5a6af0 s Context>handleSignal:
         0xb5aca88 s Context>handleSignal:
         0xb5b2a20 s Context>handleSignal:
         0xb5b89b8 s Context>handleSignal:
         0xb5be950 s Context>handleSignal:
         0xb5c48e8 s Context>handleSignal:
         0xb5ca880 s Context>handleSignal:
         0xb5d0818 s Context>handleSignal:
         0xb5d67b0 s Context>handleSignal:
         0xb5dc748 s Context>handleSignal:
         0xb5e26e0 s Context>handleSignal:
         0xb5e8678 s Context>handleSignal:
         0xb5ee610 s Context>handleSignal:
         0xb5f45a8 s Context>handleSignal:
         0xb5fa540 s Context>handleSignal:
         0xb6004d8 s Context>handleSignal:
         0xb606470 s Context>handleSignal:
         0xb60c408 s Context>handleSignal:
         0xb6123a0 s Context>handleSignal:
         0xb618338 s Context>handleSignal:
         0xb61e2d0 s Context>handleSignal:
         0xb624268 s Context>handleSignal:
         0xb62a200 s Context>handleSignal:
         0xb630198 s Context>handleSignal:
         0xb636130 s Context>handleSignal:
         0xb63c0c8 s Context>handleSignal:
         0xb642060 s Context>handleSignal:
         0xb647ff8 s Context>handleSignal:
         0xb64df90 s Context>handleSignal:
         0xb653f28 s Context>handleSignal:
         0xb659ec0 s Context>handleSignal:
         0xb65fda0 s Context>handleSignal:
         0xb665bc8 s Context>handleSignal:
         0xb66b938 s Context>handleSignal:
         0xb6715f0 s Context>handleSignal:
         0xb6771f0 s Context>handleSignal:
         0xb67cd38 s Context>handleSignal:
         0xb6827c8 s Context>handleSignal:
         0xb6881a0 s Context>handleSignal:
         0xb68dac0 s Context>handleSignal:
         0xb693328 s Context>handleSignal:
         0xb698ad8 s Context>handleSignal:
         0xb69e1d0 s Context>handleSignal:
         0xb6a3810 s Context>handleSignal:
         0xb6a8d98 s Context>handleSignal:
         0xb6ae268 s Context>handleSignal:
         0xb6b35c8 s Context>handleSignal:
         0xb6b8870 s Context>handleSignal:
         0xb6bda60 s Context>handleSignal:
         0xb6c2b98 s Context>handleSignal:
         0xb6c7c18 s Context>handleSignal:
         0xb6ccbe0 s Context>handleSignal:
         0xb6d1af0 s Context>handleSignal:
         0xb6d6948 s Context>handleSignal:
         0xb6db6e8 s Context>handleSignal:
         0xb6e03d0 s Context>handleSignal:
         0xb6e5000 s Context>handleSignal:
         0xb6e9b78 s Context>handleSignal:
         0xb6ee638 s Context>handleSignal:
         0xb6f3040 s Context>handleSignal:
         0xb6f7990 s Context>handleSignal:
         0xb6fc228 s Context>handleSignal:
         0xb700a08 s Context>handleSignal:
         0xb705130 s Context>handleSignal:
         0xb7097a0 s Context>handleSignal:
         0xb70dd58 s Context>handleSignal:
         0xb712258 s Context>handleSignal:
         0xbf7d6a8 s Halt(Exception)>signal
         0xbf987d0 s Halt class(Exception class)>signal
         0xbfc16e0 s Halt class>now
         0xbfb7970 s FullBlockClosure(Object)>halt
         0xbfe7ec0 s FullBlockClosure>printOn:
         0xc00a468 s Context>printOn:
         0xc032658 s Context>printDebugOn:
         0xc032938 s [] in Context>debugStack:on:
         0xc054690 s OrderedCollection>do:
         0xbfb76f8 s Context>debugStack:on:
         0xbfe7c70 s Context>shortDebugStackOn:
         0xc00a230 s [] in SmalltalkImage>logError:inContext:
         0xc032378 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78b30 s FullBlockClosure(BlockClosure)>on:do:
         0xbf92278 s SmalltalkImage>logStdErrorDuring:
         0xbfbb800 s SmalltalkImage>logError:inContext:
         0xbfeb2f0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00dcb8 s FullBlockClosure(BlockClosure)>ensure:
         0xc036578 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0569c8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc067160 s Halt(Exception)>unhandledErrorAction
         0xc07c9d8 s Halt(UnhandledException)>defaultAction
         0xc0c5198 s UndefinedObject>handleSignal:
         0xc0c5250 s Context>handleSignal:
         0xc0c5308 s Context>handleSignal:
         0xc0c53c0 s Context>handleSignal:
         0xc0c5478 s Context>handleSignal:
         0xc0c5530 s Context>handleSignal:
         0xc0c55e8 s Context>handleSignal:
         0xc0c56a0 s Context>handleSignal:
         0xc0c5758 s Context>handleSignal:
         0xc0c5810 s Context>handleSignal:
         0xc0c58c8 s Context>handleSignal:
         0xc104568 s Context>handleSignal:
         0xc10fc88 s Context>handleSignal:
         0xc11ab30 s Context>handleSignal:
         0xc125418 s Context>handleSignal:
         0xc12fc48 s Context>handleSignal:
         0xc13a478 s Context>handleSignal:
         0xc144ca8 s Context>handleSignal:
         0xc14f4d8 s Context>handleSignal:
         0xc159d08 s Context>handleSignal:
         0xc164538 s Context>handleSignal:
         0xc16ed68 s Context>handleSignal:
         0xc179598 s Context>handleSignal:
         0xc183dc8 s Context>handleSignal:
         0xc18e5f8 s Context>handleSignal:
         0xc198e28 s Context>handleSignal:
         0xc1a3658 s Context>handleSignal:
         0xc1ade88 s Context>handleSignal:
         0xc1b86b8 s Context>handleSignal:
         0xc1c2ee8 s Context>handleSignal:
         0xc1cd718 s Context>handleSignal:
         0xc1d7f48 s Context>handleSignal:
         0xc1e2778 s Context>handleSignal:
         0xc1ecfa8 s Context>handleSignal:
         0xc1f77d8 s Context>handleSignal:
         0xc202008 s Context>handleSignal:
         0xc20c838 s Context>handleSignal:
         0xc217068 s Context>handleSignal:
         0xc221898 s Context>handleSignal:
         0xc22c0c8 s Context>handleSignal:
         0xc2368f8 s Context>handleSignal:
         0xc241128 s Context>handleSignal:
         0xc24b958 s Context>handleSignal:
         0xc256188 s Context>handleSignal:
         0xc2609b8 s Context>handleSignal:
         0xc267e28 s Context>handleSignal:
         0xb7e11a0 s Context>handleSignal:
         0xb7eba88 s Context>handleSignal:
         0xb7f6370 s Context>handleSignal:
         0xb800c58 s Context>handleSignal:
         0xb80b540 s Context>handleSignal:
         0xb815e28 s Context>handleSignal:
         0xb820710 s Context>handleSignal:
         0xb82aff8 s Context>handleSignal:
         0xb8358e0 s Context>handleSignal:
         0xb8401c8 s Context>handleSignal:
         0xb84aab0 s Context>handleSignal:
         0xb855398 s Context>handleSignal:
         0xb85fc80 s Context>handleSignal:
         0xb86a568 s Context>handleSignal:
         0xb874e50 s Context>handleSignal:
         0xb87f738 s Context>handleSignal:
         0xb88a020 s Context>handleSignal:
         0xb894908 s Context>handleSignal:
         0xb89f1f0 s Context>handleSignal:
         0xb8a9ad8 s Context>handleSignal:
         0xb8b43c0 s Context>handleSignal:
         0xb8beca8 s Context>handleSignal:
         0xb8c9590 s Context>handleSignal:
         0xb8d3e78 s Context>handleSignal:
         0xb8de760 s Context>handleSignal:
         0xb8e9048 s Context>handleSignal:
         0xb8f3930 s Context>handleSignal:
         0xb8fe218 s Context>handleSignal:
         0xb908b00 s Context>handleSignal:
         0xb9133e8 s Context>handleSignal:
         0xb91dcd0 s Context>handleSignal:
         0xb9285b8 s Context>handleSignal:
         0xb932ea0 s Context>handleSignal:
         0xb93d788 s Context>handleSignal:
         0xb948070 s Context>handleSignal:
         0xb952958 s Context>handleSignal:
         0xb95d240 s Context>handleSignal:
         0xb967b28 s Context>handleSignal:
         0xb972410 s Context>handleSignal:
         0xb97ccf8 s Context>handleSignal:
         0xb9875e0 s Context>handleSignal:
         0xb991ec8 s Context>handleSignal:
         0xb99c7b0 s Context>handleSignal:
         0xb9a7098 s Context>handleSignal:
         0xb9b1980 s Context>handleSignal:
         0xb9bc268 s Context>handleSignal:
         0xb9c6b50 s Context>handleSignal:
         0xb9d1438 s Context>handleSignal:
         0xb9dbd20 s Context>handleSignal:
         0xb9e6608 s Context>handleSignal:
         0xb9f0ef0 s Context>handleSignal:
         0xb9fb7d8 s Context>handleSignal:
         0xba060c0 s Context>handleSignal:
         0xba109a8 s Context>handleSignal:
         0xba1b290 s Context>handleSignal:
         0xba25b78 s Context>handleSignal:
         0xba30460 s Context>handleSignal:
         0xba3ad48 s Context>handleSignal:
         0xba41cb0 s Context>handleSignal:
         0xb41b100 s Context>handleSignal:
         0xb4219f0 s Context>handleSignal:
         0xb429058 s Context>handleSignal:
         0xb42fa68 s Context>handleSignal:
         0xb436e68 s Context>handleSignal:
         0xb43df50 s Context>handleSignal:
         0xb444e10 s Context>handleSignal:
         0xb44afd0 s Context>handleSignal:
         0xb451190 s Context>handleSignal:
         0xb457298 s Context>handleSignal:
         0xb45d2e8 s Context>handleSignal:
         0xb463338 s Context>handleSignal:
         0xb469388 s Context>handleSignal:
         0xb46f3d8 s Context>handleSignal:
         0xb475428 s Context>handleSignal:
         0xb47b478 s Context>handleSignal:
         0xb4814c8 s Context>handleSignal:
         0xb487518 s Context>handleSignal:
         0xb48d568 s Context>handleSignal:
         0xb4935b8 s Context>handleSignal:
         0xb499608 s Context>handleSignal:
         0xb49f658 s Context>handleSignal:
         0xb4a56a8 s Context>handleSignal:
         0xb4ab6f8 s Context>handleSignal:
         0xb4b1748 s Context>handleSignal:
         0xb4b7798 s Context>handleSignal:
         0xb4bd7e8 s Context>handleSignal:
         0xb4c3838 s Context>handleSignal:
         0xb4c9888 s Context>handleSignal:
         0xb4cf8d8 s Context>handleSignal:
         0xb4d5870 s Context>handleSignal:
         0xb4db808 s Context>handleSignal:
         0xb4e17a0 s Context>handleSignal:
         0xb4e7738 s Context>handleSignal:
         0xb4ed6d0 s Context>handleSignal:
         0xb4f3668 s Context>handleSignal:
         0xb4f9600 s Context>handleSignal:
         0xb4ff598 s Context>handleSignal:
         0xb505530 s Context>handleSignal:
         0xb50b4c8 s Context>handleSignal:
         0xb511460 s Context>handleSignal:
         0xb5173f8 s Context>handleSignal:
         0xb51d390 s Context>handleSignal:
         0xb523328 s Context>handleSignal:
         0xb5292c0 s Context>handleSignal:
         0xb52f258 s Context>handleSignal:
         0xb5351f0 s Context>handleSignal:
         0xb53b188 s Context>handleSignal:
         0xb541120 s Context>handleSignal:
         0xb5470b8 s Context>handleSignal:
         0xb54d050 s Context>handleSignal:
         0xb552fe8 s Context>handleSignal:
         0xb558f80 s Context>handleSignal:
         0xb55ef18 s Context>handleSignal:
         0xb564eb0 s Context>handleSignal:
         0xb56ae48 s Context>handleSignal:
         0xb570de0 s Context>handleSignal:
         0xb576d78 s Context>handleSignal:
         0xb57cd10 s Context>handleSignal:
         0xb582ca8 s Context>handleSignal:
         0xb588c40 s Context>handleSignal:
         0xb58ebd8 s Context>handleSignal:
         0xb594b70 s Context>handleSignal:
         0xb59ab08 s Context>handleSignal:
         0xb5a0aa0 s Context>handleSignal:
         0xb5a6a38 s Context>handleSignal:
         0xb5ac9d0 s Context>handleSignal:
         0xb5b2968 s Context>handleSignal:
         0xb5b8900 s Context>handleSignal:
         0xb5be898 s Context>handleSignal:
         0xb5c4830 s Context>handleSignal:
         0xb5ca7c8 s Context>handleSignal:
         0xb5d0760 s Context>handleSignal:
         0xb5d66f8 s Context>handleSignal:
         0xb5dc690 s Context>handleSignal:
         0xb5e2628 s Context>handleSignal:
         0xb5e85c0 s Context>handleSignal:
         0xb5ee558 s Context>handleSignal:
         0xb5f44f0 s Context>handleSignal:
         0xb5fa488 s Context>handleSignal:
         0xb600420 s Context>handleSignal:
         0xb6063b8 s Context>handleSignal:
         0xb60c350 s Context>handleSignal:
         0xb6122e8 s Context>handleSignal:
         0xb618280 s Context>handleSignal:
         0xb61e218 s Context>handleSignal:
         0xb6241b0 s Context>handleSignal:
         0xb62a148 s Context>handleSignal:
         0xb6300e0 s Context>handleSignal:
         0xb636078 s Context>handleSignal:
         0xb63c010 s Context>handleSignal:
         0xb641fa8 s Context>handleSignal:
         0xb647f40 s Context>handleSignal:
         0xb64ded8 s Context>handleSignal:
         0xb653e70 s Context>handleSignal:
         0xb659e08 s Context>handleSignal:
         0xb65fce8 s Context>handleSignal:
         0xb665b10 s Context>handleSignal:
         0xb66b880 s Context>handleSignal:
         0xb671538 s Context>handleSignal:
         0xb677138 s Context>handleSignal:
         0xb67cc80 s Context>handleSignal:
         0xb682710 s Context>handleSignal:
         0xb6880e8 s Context>handleSignal:
         0xb68da08 s Context>handleSignal:
         0xb693270 s Context>handleSignal:
         0xb698a20 s Context>handleSignal:
         0xb69e118 s Context>handleSignal:
         0xb6a3758 s Context>handleSignal:
         0xb6a8ce0 s Context>handleSignal:
         0xb6ae1b0 s Context>handleSignal:
         0xb6b3510 s Context>handleSignal:
         0xb6b87b8 s Context>handleSignal:
         0xb6bd9a8 s Context>handleSignal:
         0xb6c2ae0 s Context>handleSignal:
         0xb6c7b60 s Context>handleSignal:
         0xb6ccb28 s Context>handleSignal:
         0xb6d1a38 s Context>handleSignal:
         0xb6d6890 s Context>handleSignal:
         0xb6db630 s Context>handleSignal:
         0xb6e0318 s Context>handleSignal:
         0xb6e4f48 s Context>handleSignal:
         0xb6e9ac0 s Context>handleSignal:
         0xb6ee580 s Context>handleSignal:
         0xb6f2f88 s Context>handleSignal:
         0xb6f78d8 s Context>handleSignal:
         0xb6fc170 s Context>handleSignal:
         0xb700950 s Context>handleSignal:
         0xb705078 s Context>handleSignal:
         0xb7096e8 s Context>handleSignal:
         0xb70dca0 s Context>handleSignal:
         0xbf7d5f0 s Halt(Exception)>signal
         0xbf98718 s Halt class(Exception class)>signal
         0xbfc1628 s Halt class>now
         0xbfb77b0 s FullBlockClosure(Object)>halt
         0xbfe7d28 s FullBlockClosure>printOn:
         0xc00a2e8 s Context>printOn:
         0xc032430 s Context>printDebugOn:
         0xc032710 s [] in Context>debugStack:on:
         0xc0545d8 s OrderedCollection>do:
         0xbfb7538 s Context>debugStack:on:
         0xbfe7ad8 s Context>shortDebugStackOn:
         0xc00a0b0 s [] in SmalltalkImage>logError:inContext:
         0xc032150 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78a78 s FullBlockClosure(BlockClosure)>on:do:
         0xbf92160 s SmalltalkImage>logStdErrorDuring:
         0xbfbb700 s SmalltalkImage>logError:inContext:
         0xbfeb228 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00dbc8 s FullBlockClosure(BlockClosure)>ensure:
         0xc036498 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056910 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0670a8 s Halt(Exception)>unhandledErrorAction
         0xc07c920 s Halt(UnhandledException)>defaultAction
         0xc0c49b0 s UndefinedObject>handleSignal:
         0xc0c4a68 s Context>handleSignal:
         0xc0c4b20 s Context>handleSignal:
         0xc0c4bd8 s Context>handleSignal:
         0xc0c4c90 s Context>handleSignal:
         0xc0c4d48 s Context>handleSignal:
         0xc0c4e00 s Context>handleSignal:
         0xc0c4eb8 s Context>handleSignal:
         0xc0c4f70 s Context>handleSignal:
         0xc0c5028 s Context>handleSignal:
         0xc0c50e0 s Context>handleSignal:
         0xc1044b0 s Context>handleSignal:
         0xc10fbd0 s Context>handleSignal:
         0xc11aa78 s Context>handleSignal:
         0xc125360 s Context>handleSignal:
         0xc12fb90 s Context>handleSignal:
         0xc13a3c0 s Context>handleSignal:
         0xc144bf0 s Context>handleSignal:
         0xc14f420 s Context>handleSignal:
         0xc159c50 s Context>handleSignal:
         0xc164480 s Context>handleSignal:
         0xc16ecb0 s Context>handleSignal:
         0xc1794e0 s Context>handleSignal:
         0xc183d10 s Context>handleSignal:
         0xc18e540 s Context>handleSignal:
         0xc198d70 s Context>handleSignal:
         0xc1a35a0 s Context>handleSignal:
         0xc1addd0 s Context>handleSignal:
         0xc1b8600 s Context>handleSignal:
         0xc1c2e30 s Context>handleSignal:
         0xc1cd660 s Context>handleSignal:
         0xc1d7e90 s Context>handleSignal:
         0xc1e26c0 s Context>handleSignal:
         0xc1ecef0 s Context>handleSignal:
         0xc1f7720 s Context>handleSignal:
         0xc201f50 s Context>handleSignal:
         0xc20c780 s Context>handleSignal:
         0xc216fb0 s Context>handleSignal:
         0xc2217e0 s Context>handleSignal:
         0xc22c010 s Context>handleSignal:
         0xc236840 s Context>handleSignal:
         0xc241070 s Context>handleSignal:
         0xc24b8a0 s Context>handleSignal:
         0xc2560d0 s Context>handleSignal:
         0xc260900 s Context>handleSignal:
         0xc267d70 s Context>handleSignal:
         0xb7e10e8 s Context>handleSignal:
         0xb7eb9d0 s Context>handleSignal:
         0xb7f62b8 s Context>handleSignal:
         0xb800ba0 s Context>handleSignal:
         0xb80b488 s Context>handleSignal:
         0xb815d70 s Context>handleSignal:
         0xb820658 s Context>handleSignal:
         0xb82af40 s Context>handleSignal:
         0xb835828 s Context>handleSignal:
         0xb840110 s Context>handleSignal:
         0xb84a9f8 s Context>handleSignal:
         0xb8552e0 s Context>handleSignal:
         0xb85fbc8 s Context>handleSignal:
         0xb86a4b0 s Context>handleSignal:
         0xb874d98 s Context>handleSignal:
         0xb87f680 s Context>handleSignal:
         0xb889f68 s Context>handleSignal:
         0xb894850 s Context>handleSignal:
         0xb89f138 s Context>handleSignal:
         0xb8a9a20 s Context>handleSignal:
         0xb8b4308 s Context>handleSignal:
         0xb8bebf0 s Context>handleSignal:
         0xb8c94d8 s Context>handleSignal:
         0xb8d3dc0 s Context>handleSignal:
         0xb8de6a8 s Context>handleSignal:
         0xb8e8f90 s Context>handleSignal:
         0xb8f3878 s Context>handleSignal:
         0xb8fe160 s Context>handleSignal:
         0xb908a48 s Context>handleSignal:
         0xb913330 s Context>handleSignal:
         0xb91dc18 s Context>handleSignal:
         0xb928500 s Context>handleSignal:
         0xb932de8 s Context>handleSignal:
         0xb93d6d0 s Context>handleSignal:
         0xb947fb8 s Context>handleSignal:
         0xb9528a0 s Context>handleSignal:
         0xb95d188 s Context>handleSignal:
         0xb967a70 s Context>handleSignal:
         0xb972358 s Context>handleSignal:
         0xb97cc40 s Context>handleSignal:
         0xb987528 s Context>handleSignal:
         0xb991e10 s Context>handleSignal:
         0xb99c6f8 s Context>handleSignal:
         0xb9a6fe0 s Context>handleSignal:
         0xb9b18c8 s Context>handleSignal:
         0xb9bc1b0 s Context>handleSignal:
         0xb9c6a98 s Context>handleSignal:
         0xb9d1380 s Context>handleSignal:
         0xb9dbc68 s Context>handleSignal:
         0xb9e6550 s Context>handleSignal:
         0xb9f0e38 s Context>handleSignal:
         0xb9fb720 s Context>handleSignal:
         0xba06008 s Context>handleSignal:
         0xba108f0 s Context>handleSignal:
         0xba1b1d8 s Context>handleSignal:
         0xba25ac0 s Context>handleSignal:
         0xba303a8 s Context>handleSignal:
         0xba3ac90 s Context>handleSignal:
         0xba41bf8 s Context>handleSignal:
         0xb41b048 s Context>handleSignal:
         0xb421938 s Context>handleSignal:
         0xb428fa0 s Context>handleSignal:
         0xb42f9b0 s Context>handleSignal:
         0xb436db0 s Context>handleSignal:
         0xb43de98 s Context>handleSignal:
         0xb444d58 s Context>handleSignal:
         0xb44af18 s Context>handleSignal:
         0xb4510d8 s Context>handleSignal:
         0xb4571e0 s Context>handleSignal:
         0xb45d230 s Context>handleSignal:
         0xb463280 s Context>handleSignal:
         0xb4692d0 s Context>handleSignal:
         0xb46f320 s Context>handleSignal:
         0xb475370 s Context>handleSignal:
         0xb47b3c0 s Context>handleSignal:
         0xb481410 s Context>handleSignal:
         0xb487460 s Context>handleSignal:
         0xb48d4b0 s Context>handleSignal:
         0xb493500 s Context>handleSignal:
         0xb499550 s Context>handleSignal:
         0xb49f5a0 s Context>handleSignal:
         0xb4a55f0 s Context>handleSignal:
         0xb4ab640 s Context>handleSignal:
         0xb4b1690 s Context>handleSignal:
         0xb4b76e0 s Context>handleSignal:
         0xb4bd730 s Context>handleSignal:
         0xb4c3780 s Context>handleSignal:
         0xb4c97d0 s Context>handleSignal:
         0xb4cf820 s Context>handleSignal:
         0xb4d57b8 s Context>handleSignal:
         0xb4db750 s Context>handleSignal:
         0xb4e16e8 s Context>handleSignal:
         0xb4e7680 s Context>handleSignal:
         0xb4ed618 s Context>handleSignal:
         0xb4f35b0 s Context>handleSignal:
         0xb4f9548 s Context>handleSignal:
         0xb4ff4e0 s Context>handleSignal:
         0xb505478 s Context>handleSignal:
         0xb50b410 s Context>handleSignal:
         0xb5113a8 s Context>handleSignal:
         0xb517340 s Context>handleSignal:
         0xb51d2d8 s Context>handleSignal:
         0xb523270 s Context>handleSignal:
         0xb529208 s Context>handleSignal:
         0xb52f1a0 s Context>handleSignal:
         0xb535138 s Context>handleSignal:
         0xb53b0d0 s Context>handleSignal:
         0xb541068 s Context>handleSignal:
         0xb547000 s Context>handleSignal:
         0xb54cf98 s Context>handleSignal:
         0xb552f30 s Context>handleSignal:
         0xb558ec8 s Context>handleSignal:
         0xb55ee60 s Context>handleSignal:
         0xb564df8 s Context>handleSignal:
         0xb56ad90 s Context>handleSignal:
         0xb570d28 s Context>handleSignal:
         0xb576cc0 s Context>handleSignal:
         0xb57cc58 s Context>handleSignal:
         0xb582bf0 s Context>handleSignal:
         0xb588b88 s Context>handleSignal:
         0xb58eb20 s Context>handleSignal:
         0xb594ab8 s Context>handleSignal:
         0xb59aa50 s Context>handleSignal:
         0xb5a09e8 s Context>handleSignal:
         0xb5a6980 s Context>handleSignal:
         0xb5ac918 s Context>handleSignal:
         0xb5b28b0 s Context>handleSignal:
         0xb5b8848 s Context>handleSignal:
         0xb5be7e0 s Context>handleSignal:
         0xb5c4778 s Context>handleSignal:
         0xb5ca710 s Context>handleSignal:
         0xb5d06a8 s Context>handleSignal:
         0xb5d6640 s Context>handleSignal:
         0xb5dc5d8 s Context>handleSignal:
         0xb5e2570 s Context>handleSignal:
         0xb5e8508 s Context>handleSignal:
         0xb5ee4a0 s Context>handleSignal:
         0xb5f4438 s Context>handleSignal:
         0xb5fa3d0 s Context>handleSignal:
         0xb600368 s Context>handleSignal:
         0xb606300 s Context>handleSignal:
         0xb60c298 s Context>handleSignal:
         0xb612230 s Context>handleSignal:
         0xb6181c8 s Context>handleSignal:
         0xb61e160 s Context>handleSignal:
         0xb6240f8 s Context>handleSignal:
         0xb62a090 s Context>handleSignal:
         0xb630028 s Context>handleSignal:
         0xb635fc0 s Context>handleSignal:
         0xb63bf58 s Context>handleSignal:
         0xb641ef0 s Context>handleSignal:
         0xb647e88 s Context>handleSignal:
         0xb64de20 s Context>handleSignal:
         0xb653db8 s Context>handleSignal:
         0xb659d50 s Context>handleSignal:
         0xb65fc30 s Context>handleSignal:
         0xb665a58 s Context>handleSignal:
         0xb66b7c8 s Context>handleSignal:
         0xb671480 s Context>handleSignal:
         0xb677080 s Context>handleSignal:
         0xb67cbc8 s Context>handleSignal:
         0xb682658 s Context>handleSignal:
         0xb688030 s Context>handleSignal:
         0xb68d950 s Context>handleSignal:
         0xb6931b8 s Context>handleSignal:
         0xb698968 s Context>handleSignal:
         0xb69e060 s Context>handleSignal:
         0xb6a36a0 s Context>handleSignal:
         0xb6a8c28 s Context>handleSignal:
         0xb6ae0f8 s Context>handleSignal:
         0xb6b3458 s Context>handleSignal:
         0xb6b8700 s Context>handleSignal:
         0xb6bd8f0 s Context>handleSignal:
         0xb6c2a28 s Context>handleSignal:
         0xb6c7aa8 s Context>handleSignal:
         0xb6cca70 s Context>handleSignal:
         0xb6d1980 s Context>handleSignal:
         0xb6d67d8 s Context>handleSignal:
         0xb6db578 s Context>handleSignal:
         0xb6e0260 s Context>handleSignal:
         0xb6e4e90 s Context>handleSignal:
         0xb6e9a08 s Context>handleSignal:
         0xb6ee4c8 s Context>handleSignal:
         0xb6f2ed0 s Context>handleSignal:
         0xb6f7820 s Context>handleSignal:
         0xb6fc0b8 s Context>handleSignal:
         0xb700898 s Context>handleSignal:
         0xb704fc0 s Context>handleSignal:
         0xb709630 s Context>handleSignal:
         0xbf7d480 s Halt(Exception)>signal
         0xbf98548 s Halt class(Exception class)>signal
         0xbfc1470 s Halt class>now
         0xbfb75f0 s FullBlockClosure(Object)>halt
         0xbfe7b90 s FullBlockClosure>printOn:
         0xc00a168 s Context>printOn:
         0xc032208 s Context>printDebugOn:
         0xc0324e8 s [] in Context>debugStack:on:
         0xc054520 s OrderedCollection>do:
         0xbfb7378 s Context>debugStack:on:
         0xbfe7940 s Context>shortDebugStackOn:
         0xc009f30 s [] in SmalltalkImage>logError:inContext:
         0xc031f28 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf789c0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf92048 s SmalltalkImage>logStdErrorDuring:
         0xbfbb600 s SmalltalkImage>logError:inContext:
         0xbfeb160 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00dad8 s FullBlockClosure(BlockClosure)>ensure:
         0xc0363b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056858 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066ff0 s Halt(Exception)>unhandledErrorAction
         0xc07c868 s Halt(UnhandledException)>defaultAction
         0xc0c41c8 s UndefinedObject>handleSignal:
         0xc0c4280 s Context>handleSignal:
         0xc0c4338 s Context>handleSignal:
         0xc0c43f0 s Context>handleSignal:
         0xc0c44a8 s Context>handleSignal:
         0xc0c4560 s Context>handleSignal:
         0xc0c4618 s Context>handleSignal:
         0xc0c46d0 s Context>handleSignal:
         0xc0c4788 s Context>handleSignal:
         0xc0c4840 s Context>handleSignal:
         0xc0c48f8 s Context>handleSignal:
         0xc1043f8 s Context>handleSignal:
         0xc10fb18 s Context>handleSignal:
         0xc11a9c0 s Context>handleSignal:
         0xc1252a8 s Context>handleSignal:
         0xc12fad8 s Context>handleSignal:
         0xc13a308 s Context>handleSignal:
         0xc144b38 s Context>handleSignal:
         0xc14f368 s Context>handleSignal:
         0xc159b98 s Context>handleSignal:
         0xc1643c8 s Context>handleSignal:
         0xc16ebf8 s Context>handleSignal:
         0xc179428 s Context>handleSignal:
         0xc183c58 s Context>handleSignal:
         0xc18e488 s Context>handleSignal:
         0xc198cb8 s Context>handleSignal:
         0xc1a34e8 s Context>handleSignal:
         0xc1add18 s Context>handleSignal:
         0xc1b8548 s Context>handleSignal:
         0xc1c2d78 s Context>handleSignal:
         0xc1cd5a8 s Context>handleSignal:
         0xc1d7dd8 s Context>handleSignal:
         0xc1e2608 s Context>handleSignal:
         0xc1ece38 s Context>handleSignal:
         0xc1f7668 s Context>handleSignal:
         0xc201e98 s Context>handleSignal:
         0xc20c6c8 s Context>handleSignal:
         0xc216ef8 s Context>handleSignal:
         0xc221728 s Context>handleSignal:
         0xc22bf58 s Context>handleSignal:
         0xc236788 s Context>handleSignal:
         0xc240fb8 s Context>handleSignal:
         0xc24b7e8 s Context>handleSignal:
         0xc256018 s Context>handleSignal:
         0xc260848 s Context>handleSignal:
         0xc267cb8 s Context>handleSignal:
         0xb7e1030 s Context>handleSignal:
         0xb7eb918 s Context>handleSignal:
         0xb7f6200 s Context>handleSignal:
         0xb800ae8 s Context>handleSignal:
         0xb80b3d0 s Context>handleSignal:
         0xb815cb8 s Context>handleSignal:
         0xb8205a0 s Context>handleSignal:
         0xb82ae88 s Context>handleSignal:
         0xb835770 s Context>handleSignal:
         0xb840058 s Context>handleSignal:
         0xb84a940 s Context>handleSignal:
         0xb855228 s Context>handleSignal:
         0xb85fb10 s Context>handleSignal:
         0xb86a3f8 s Context>handleSignal:
         0xb874ce0 s Context>handleSignal:
         0xb87f5c8 s Context>handleSignal:
         0xb889eb0 s Context>handleSignal:
         0xb894798 s Context>handleSignal:
         0xb89f080 s Context>handleSignal:
         0xb8a9968 s Context>handleSignal:
         0xb8b4250 s Context>handleSignal:
         0xb8beb38 s Context>handleSignal:
         0xb8c9420 s Context>handleSignal:
         0xb8d3d08 s Context>handleSignal:
         0xb8de5f0 s Context>handleSignal:
         0xb8e8ed8 s Context>handleSignal:
         0xb8f37c0 s Context>handleSignal:
         0xb8fe0a8 s Context>handleSignal:
         0xb908990 s Context>handleSignal:
         0xb913278 s Context>handleSignal:
         0xb91db60 s Context>handleSignal:
         0xb928448 s Context>handleSignal:
         0xb932d30 s Context>handleSignal:
         0xb93d618 s Context>handleSignal:
         0xb947f00 s Context>handleSignal:
         0xb9527e8 s Context>handleSignal:
         0xb95d0d0 s Context>handleSignal:
         0xb9679b8 s Context>handleSignal:
         0xb9722a0 s Context>handleSignal:
         0xb97cb88 s Context>handleSignal:
         0xb987470 s Context>handleSignal:
         0xb991d58 s Context>handleSignal:
         0xb99c640 s Context>handleSignal:
         0xb9a6f28 s Context>handleSignal:
         0xb9b1810 s Context>handleSignal:
         0xb9bc0f8 s Context>handleSignal:
         0xb9c69e0 s Context>handleSignal:
         0xb9d12c8 s Context>handleSignal:
         0xb9dbbb0 s Context>handleSignal:
         0xb9e6498 s Context>handleSignal:
         0xb9f0d80 s Context>handleSignal:
         0xb9fb668 s Context>handleSignal:
         0xba05f50 s Context>handleSignal:
         0xba10838 s Context>handleSignal:
         0xba1b120 s Context>handleSignal:
         0xba25a08 s Context>handleSignal:
         0xba302f0 s Context>handleSignal:
         0xba3abd8 s Context>handleSignal:
         0xba41b40 s Context>handleSignal:
         0xb41af90 s Context>handleSignal:
         0xb421880 s Context>handleSignal:
         0xb428ee8 s Context>handleSignal:
         0xb42f8f8 s Context>handleSignal:
         0xb436cf8 s Context>handleSignal:
         0xb43dde0 s Context>handleSignal:
         0xb444ca0 s Context>handleSignal:
         0xb44ae60 s Context>handleSignal:
         0xb451020 s Context>handleSignal:
         0xb457128 s Context>handleSignal:
         0xb45d178 s Context>handleSignal:
         0xb4631c8 s Context>handleSignal:
         0xb469218 s Context>handleSignal:
         0xb46f268 s Context>handleSignal:
         0xb4752b8 s Context>handleSignal:
         0xb47b308 s Context>handleSignal:
         0xb481358 s Context>handleSignal:
         0xb4873a8 s Context>handleSignal:
         0xb48d3f8 s Context>handleSignal:
         0xb493448 s Context>handleSignal:
         0xb499498 s Context>handleSignal:
         0xb49f4e8 s Context>handleSignal:
         0xb4a5538 s Context>handleSignal:
         0xb4ab588 s Context>handleSignal:
         0xb4b15d8 s Context>handleSignal:
         0xb4b7628 s Context>handleSignal:
         0xb4bd678 s Context>handleSignal:
         0xb4c36c8 s Context>handleSignal:
         0xb4c9718 s Context>handleSignal:
         0xb4cf768 s Context>handleSignal:
         0xb4d5700 s Context>handleSignal:
         0xb4db698 s Context>handleSignal:
         0xb4e1630 s Context>handleSignal:
         0xb4e75c8 s Context>handleSignal:
         0xb4ed560 s Context>handleSignal:
         0xb4f34f8 s Context>handleSignal:
         0xb4f9490 s Context>handleSignal:
         0xb4ff428 s Context>handleSignal:
         0xb5053c0 s Context>handleSignal:
         0xb50b358 s Context>handleSignal:
         0xb5112f0 s Context>handleSignal:
         0xb517288 s Context>handleSignal:
         0xb51d220 s Context>handleSignal:
         0xb5231b8 s Context>handleSignal:
         0xb529150 s Context>handleSignal:
         0xb52f0e8 s Context>handleSignal:
         0xb535080 s Context>handleSignal:
         0xb53b018 s Context>handleSignal:
         0xb540fb0 s Context>handleSignal:
         0xb546f48 s Context>handleSignal:
         0xb54cee0 s Context>handleSignal:
         0xb552e78 s Context>handleSignal:
         0xb558e10 s Context>handleSignal:
         0xb55eda8 s Context>handleSignal:
         0xb564d40 s Context>handleSignal:
         0xb56acd8 s Context>handleSignal:
         0xb570c70 s Context>handleSignal:
         0xb576c08 s Context>handleSignal:
         0xb57cba0 s Context>handleSignal:
         0xb582b38 s Context>handleSignal:
         0xb588ad0 s Context>handleSignal:
         0xb58ea68 s Context>handleSignal:
         0xb594a00 s Context>handleSignal:
         0xb59a998 s Context>handleSignal:
         0xb5a0930 s Context>handleSignal:
         0xb5a68c8 s Context>handleSignal:
         0xb5ac860 s Context>handleSignal:
         0xb5b27f8 s Context>handleSignal:
         0xb5b8790 s Context>handleSignal:
         0xb5be728 s Context>handleSignal:
         0xb5c46c0 s Context>handleSignal:
         0xb5ca658 s Context>handleSignal:
         0xb5d05f0 s Context>handleSignal:
         0xb5d6588 s Context>handleSignal:
         0xb5dc520 s Context>handleSignal:
         0xb5e24b8 s Context>handleSignal:
         0xb5e8450 s Context>handleSignal:
         0xb5ee3e8 s Context>handleSignal:
         0xb5f4380 s Context>handleSignal:
         0xb5fa318 s Context>handleSignal:
         0xb6002b0 s Context>handleSignal:
         0xb606248 s Context>handleSignal:
         0xb60c1e0 s Context>handleSignal:
         0xb612178 s Context>handleSignal:
         0xb618110 s Context>handleSignal:
         0xb61e0a8 s Context>handleSignal:
         0xb624040 s Context>handleSignal:
         0xb629fd8 s Context>handleSignal:
         0xb62ff70 s Context>handleSignal:
         0xb635f08 s Context>handleSignal:
         0xb63bea0 s Context>handleSignal:
         0xb641e38 s Context>handleSignal:
         0xb647dd0 s Context>handleSignal:
         0xb64dd68 s Context>handleSignal:
         0xb653d00 s Context>handleSignal:
         0xb659c98 s Context>handleSignal:
         0xb65fb78 s Context>handleSignal:
         0xb6659a0 s Context>handleSignal:
         0xb66b710 s Context>handleSignal:
         0xb6713c8 s Context>handleSignal:
         0xb676fc8 s Context>handleSignal:
         0xb67cb10 s Context>handleSignal:
         0xb6825a0 s Context>handleSignal:
         0xb687f78 s Context>handleSignal:
         0xb68d898 s Context>handleSignal:
         0xb693100 s Context>handleSignal:
         0xb6988b0 s Context>handleSignal:
         0xb69dfa8 s Context>handleSignal:
         0xb6a35e8 s Context>handleSignal:
         0xb6a8b70 s Context>handleSignal:
         0xb6ae040 s Context>handleSignal:
         0xb6b33a0 s Context>handleSignal:
         0xb6b8648 s Context>handleSignal:
         0xb6bd838 s Context>handleSignal:
         0xb6c2970 s Context>handleSignal:
         0xb6c79f0 s Context>handleSignal:
         0xb6cc9b8 s Context>handleSignal:
         0xb6d18c8 s Context>handleSignal:
         0xb6d6720 s Context>handleSignal:
         0xb6db4c0 s Context>handleSignal:
         0xb6e01a8 s Context>handleSignal:
         0xb6e4dd8 s Context>handleSignal:
         0xb6e9950 s Context>handleSignal:
         0xb6ee410 s Context>handleSignal:
         0xb6f2e18 s Context>handleSignal:
         0xb6f7768 s Context>handleSignal:
         0xb6fc000 s Context>handleSignal:
         0xb7007e0 s Context>handleSignal:
         0xb704f08 s Context>handleSignal:
         0xbf7d310 s Halt(Exception)>signal
         0xbf98378 s Halt class(Exception class)>signal
         0xbfc12b8 s Halt class>now
         0xbfb7430 s FullBlockClosure(Object)>halt
         0xbfe79f8 s FullBlockClosure>printOn:
         0xc009fe8 s Context>printOn:
         0xc031fe0 s Context>printDebugOn:
         0xc0322c0 s [] in Context>debugStack:on:
         0xc054468 s OrderedCollection>do:
         0xbfb71b8 s Context>debugStack:on:
         0xbfe77a8 s Context>shortDebugStackOn:
         0xc009db0 s [] in SmalltalkImage>logError:inContext:
         0xc031d00 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78908 s FullBlockClosure(BlockClosure)>on:do:
         0xbf91f30 s SmalltalkImage>logStdErrorDuring:
         0xbfbb500 s SmalltalkImage>logError:inContext:
         0xbfeb098 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00d9e8 s FullBlockClosure(BlockClosure)>ensure:
         0xc0362d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0567a0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066f38 s Halt(Exception)>unhandledErrorAction
         0xc07c7b0 s Halt(UnhandledException)>defaultAction
         0xc0c39e0 s UndefinedObject>handleSignal:
         0xc0c3a98 s Context>handleSignal:
         0xc0c3b50 s Context>handleSignal:
         0xc0c3c08 s Context>handleSignal:
         0xc0c3cc0 s Context>handleSignal:
         0xc0c3d78 s Context>handleSignal:
         0xc0c3e30 s Context>handleSignal:
         0xc0c3ee8 s Context>handleSignal:
         0xc0c3fa0 s Context>handleSignal:
         0xc0c4058 s Context>handleSignal:
         0xc0c4110 s Context>handleSignal:
         0xc104340 s Context>handleSignal:
         0xc10fa60 s Context>handleSignal:
         0xc11a908 s Context>handleSignal:
         0xc1251f0 s Context>handleSignal:
         0xc12fa20 s Context>handleSignal:
         0xc13a250 s Context>handleSignal:
         0xc144a80 s Context>handleSignal:
         0xc14f2b0 s Context>handleSignal:
         0xc159ae0 s Context>handleSignal:
         0xc164310 s Context>handleSignal:
         0xc16eb40 s Context>handleSignal:
         0xc179370 s Context>handleSignal:
         0xc183ba0 s Context>handleSignal:
         0xc18e3d0 s Context>handleSignal:
         0xc198c00 s Context>handleSignal:
         0xc1a3430 s Context>handleSignal:
         0xc1adc60 s Context>handleSignal:
         0xc1b8490 s Context>handleSignal:
         0xc1c2cc0 s Context>handleSignal:
         0xc1cd4f0 s Context>handleSignal:
         0xc1d7d20 s Context>handleSignal:
         0xc1e2550 s Context>handleSignal:
         0xc1ecd80 s Context>handleSignal:
         0xc1f75b0 s Context>handleSignal:
         0xc201de0 s Context>handleSignal:
         0xc20c610 s Context>handleSignal:
         0xc216e40 s Context>handleSignal:
         0xc221670 s Context>handleSignal:
         0xc22bea0 s Context>handleSignal:
         0xc2366d0 s Context>handleSignal:
         0xc240f00 s Context>handleSignal:
         0xc24b730 s Context>handleSignal:
         0xc255f60 s Context>handleSignal:
         0xc260790 s Context>handleSignal:
         0xc267c00 s Context>handleSignal:
         0xb7e0f78 s Context>handleSignal:
         0xb7eb860 s Context>handleSignal:
         0xb7f6148 s Context>handleSignal:
         0xb800a30 s Context>handleSignal:
         0xb80b318 s Context>handleSignal:
         0xb815c00 s Context>handleSignal:
         0xb8204e8 s Context>handleSignal:
         0xb82add0 s Context>handleSignal:
         0xb8356b8 s Context>handleSignal:
         0xb83ffa0 s Context>handleSignal:
         0xb84a888 s Context>handleSignal:
         0xb855170 s Context>handleSignal:
         0xb85fa58 s Context>handleSignal:
         0xb86a340 s Context>handleSignal:
         0xb874c28 s Context>handleSignal:
         0xb87f510 s Context>handleSignal:
         0xb889df8 s Context>handleSignal:
         0xb8946e0 s Context>handleSignal:
         0xb89efc8 s Context>handleSignal:
         0xb8a98b0 s Context>handleSignal:
         0xb8b4198 s Context>handleSignal:
         0xb8bea80 s Context>handleSignal:
         0xb8c9368 s Context>handleSignal:
         0xb8d3c50 s Context>handleSignal:
         0xb8de538 s Context>handleSignal:
         0xb8e8e20 s Context>handleSignal:
         0xb8f3708 s Context>handleSignal:
         0xb8fdff0 s Context>handleSignal:
         0xb9088d8 s Context>handleSignal:
         0xb9131c0 s Context>handleSignal:
         0xb91daa8 s Context>handleSignal:
         0xb928390 s Context>handleSignal:
         0xb932c78 s Context>handleSignal:
         0xb93d560 s Context>handleSignal:
         0xb947e48 s Context>handleSignal:
         0xb952730 s Context>handleSignal:
         0xb95d018 s Context>handleSignal:
         0xb967900 s Context>handleSignal:
         0xb9721e8 s Context>handleSignal:
         0xb97cad0 s Context>handleSignal:
         0xb9873b8 s Context>handleSignal:
         0xb991ca0 s Context>handleSignal:
         0xb99c588 s Context>handleSignal:
         0xb9a6e70 s Context>handleSignal:
         0xb9b1758 s Context>handleSignal:
         0xb9bc040 s Context>handleSignal:
         0xb9c6928 s Context>handleSignal:
         0xb9d1210 s Context>handleSignal:
         0xb9dbaf8 s Context>handleSignal:
         0xb9e63e0 s Context>handleSignal:
         0xb9f0cc8 s Context>handleSignal:
         0xb9fb5b0 s Context>handleSignal:
         0xba05e98 s Context>handleSignal:
         0xba10780 s Context>handleSignal:
         0xba1b068 s Context>handleSignal:
         0xba25950 s Context>handleSignal:
         0xba30238 s Context>handleSignal:
         0xba3ab20 s Context>handleSignal:
         0xba41a88 s Context>handleSignal:
         0xb41aed8 s Context>handleSignal:
         0xb4217c8 s Context>handleSignal:
         0xb428e30 s Context>handleSignal:
         0xb42f840 s Context>handleSignal:
         0xb436c40 s Context>handleSignal:
         0xb43dd28 s Context>handleSignal:
         0xb444be8 s Context>handleSignal:
         0xb44ada8 s Context>handleSignal:
         0xb450f68 s Context>handleSignal:
         0xb457070 s Context>handleSignal:
         0xb45d0c0 s Context>handleSignal:
         0xb463110 s Context>handleSignal:
         0xb469160 s Context>handleSignal:
         0xb46f1b0 s Context>handleSignal:
         0xb475200 s Context>handleSignal:
         0xb47b250 s Context>handleSignal:
         0xb4812a0 s Context>handleSignal:
         0xb4872f0 s Context>handleSignal:
         0xb48d340 s Context>handleSignal:
         0xb493390 s Context>handleSignal:
         0xb4993e0 s Context>handleSignal:
         0xb49f430 s Context>handleSignal:
         0xb4a5480 s Context>handleSignal:
         0xb4ab4d0 s Context>handleSignal:
         0xb4b1520 s Context>handleSignal:
         0xb4b7570 s Context>handleSignal:
         0xb4bd5c0 s Context>handleSignal:
         0xb4c3610 s Context>handleSignal:
         0xb4c9660 s Context>handleSignal:
         0xb4cf6b0 s Context>handleSignal:
         0xb4d5648 s Context>handleSignal:
         0xb4db5e0 s Context>handleSignal:
         0xb4e1578 s Context>handleSignal:
         0xb4e7510 s Context>handleSignal:
         0xb4ed4a8 s Context>handleSignal:
         0xb4f3440 s Context>handleSignal:
         0xb4f93d8 s Context>handleSignal:
         0xb4ff370 s Context>handleSignal:
         0xb505308 s Context>handleSignal:
         0xb50b2a0 s Context>handleSignal:
         0xb511238 s Context>handleSignal:
         0xb5171d0 s Context>handleSignal:
         0xb51d168 s Context>handleSignal:
         0xb523100 s Context>handleSignal:
         0xb529098 s Context>handleSignal:
         0xb52f030 s Context>handleSignal:
         0xb534fc8 s Context>handleSignal:
         0xb53af60 s Context>handleSignal:
         0xb540ef8 s Context>handleSignal:
         0xb546e90 s Context>handleSignal:
         0xb54ce28 s Context>handleSignal:
         0xb552dc0 s Context>handleSignal:
         0xb558d58 s Context>handleSignal:
         0xb55ecf0 s Context>handleSignal:
         0xb564c88 s Context>handleSignal:
         0xb56ac20 s Context>handleSignal:
         0xb570bb8 s Context>handleSignal:
         0xb576b50 s Context>handleSignal:
         0xb57cae8 s Context>handleSignal:
         0xb582a80 s Context>handleSignal:
         0xb588a18 s Context>handleSignal:
         0xb58e9b0 s Context>handleSignal:
         0xb594948 s Context>handleSignal:
         0xb59a8e0 s Context>handleSignal:
         0xb5a0878 s Context>handleSignal:
         0xb5a6810 s Context>handleSignal:
         0xb5ac7a8 s Context>handleSignal:
         0xb5b2740 s Context>handleSignal:
         0xb5b86d8 s Context>handleSignal:
         0xb5be670 s Context>handleSignal:
         0xb5c4608 s Context>handleSignal:
         0xb5ca5a0 s Context>handleSignal:
         0xb5d0538 s Context>handleSignal:
         0xb5d64d0 s Context>handleSignal:
         0xb5dc468 s Context>handleSignal:
         0xb5e2400 s Context>handleSignal:
         0xb5e8398 s Context>handleSignal:
         0xb5ee330 s Context>handleSignal:
         0xb5f42c8 s Context>handleSignal:
         0xb5fa260 s Context>handleSignal:
         0xb6001f8 s Context>handleSignal:
         0xb606190 s Context>handleSignal:
         0xb60c128 s Context>handleSignal:
         0xb6120c0 s Context>handleSignal:
         0xb618058 s Context>handleSignal:
         0xb61dff0 s Context>handleSignal:
         0xb623f88 s Context>handleSignal:
         0xb629f20 s Context>handleSignal:
         0xb62feb8 s Context>handleSignal:
         0xb635e50 s Context>handleSignal:
         0xb63bde8 s Context>handleSignal:
         0xb641d80 s Context>handleSignal:
         0xb647d18 s Context>handleSignal:
         0xb64dcb0 s Context>handleSignal:
         0xb653c48 s Context>handleSignal:
         0xb659be0 s Context>handleSignal:
         0xb65fac0 s Context>handleSignal:
         0xb6658e8 s Context>handleSignal:
         0xb66b658 s Context>handleSignal:
         0xb671310 s Context>handleSignal:
         0xb676f10 s Context>handleSignal:
         0xb67ca58 s Context>handleSignal:
         0xb6824e8 s Context>handleSignal:
         0xb687ec0 s Context>handleSignal:
         0xb68d7e0 s Context>handleSignal:
         0xb693048 s Context>handleSignal:
         0xb6987f8 s Context>handleSignal:
         0xb69def0 s Context>handleSignal:
         0xb6a3530 s Context>handleSignal:
         0xb6a8ab8 s Context>handleSignal:
         0xb6adf88 s Context>handleSignal:
         0xb6b32e8 s Context>handleSignal:
         0xb6b8590 s Context>handleSignal:
         0xb6bd780 s Context>handleSignal:
         0xb6c28b8 s Context>handleSignal:
         0xb6c7938 s Context>handleSignal:
         0xb6cc900 s Context>handleSignal:
         0xb6d1810 s Context>handleSignal:
         0xb6d6668 s Context>handleSignal:
         0xb6db408 s Context>handleSignal:
         0xb6e00f0 s Context>handleSignal:
         0xb6e4d20 s Context>handleSignal:
         0xb6e9898 s Context>handleSignal:
         0xb6ee358 s Context>handleSignal:
         0xb6f2d60 s Context>handleSignal:
         0xb6f76b0 s Context>handleSignal:
         0xb6fbf48 s Context>handleSignal:
         0xb700728 s Context>handleSignal:
         0xbf7d1a0 s Halt(Exception)>signal
         0xbf981a8 s Halt class(Exception class)>signal
         0xbfc1100 s Halt class>now
         0xbfb7270 s FullBlockClosure(Object)>halt
         0xbfe7860 s FullBlockClosure>printOn:
         0xc009e68 s Context>printOn:
         0xc031db8 s Context>printDebugOn:
         0xc032098 s [] in Context>debugStack:on:
         0xc0543b0 s OrderedCollection>do:
         0xbfb6ff8 s Context>debugStack:on:
         0xbfe7610 s Context>shortDebugStackOn:
         0xc009c30 s [] in SmalltalkImage>logError:inContext:
         0xc031ad8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78850 s FullBlockClosure(BlockClosure)>on:do:
         0xbf91e18 s SmalltalkImage>logStdErrorDuring:
         0xbfbb400 s SmalltalkImage>logError:inContext:
         0xbfeafd0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00d8f8 s FullBlockClosure(BlockClosure)>ensure:
         0xc0361f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0566e8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066e80 s Halt(Exception)>unhandledErrorAction
         0xc07c6f8 s Halt(UnhandledException)>defaultAction
         0xc0c31f8 s UndefinedObject>handleSignal:
         0xc0c32b0 s Context>handleSignal:
         0xc0c3368 s Context>handleSignal:
         0xc0c3420 s Context>handleSignal:
         0xc0c34d8 s Context>handleSignal:
         0xc0c3590 s Context>handleSignal:
         0xc0c3648 s Context>handleSignal:
         0xc0c3700 s Context>handleSignal:
         0xc0c37b8 s Context>handleSignal:
         0xc0c3870 s Context>handleSignal:
         0xc0c3928 s Context>handleSignal:
         0xc104288 s Context>handleSignal:
         0xc10f9a8 s Context>handleSignal:
         0xc11a850 s Context>handleSignal:
         0xc125138 s Context>handleSignal:
         0xc12f968 s Context>handleSignal:
         0xc13a198 s Context>handleSignal:
         0xc1449c8 s Context>handleSignal:
         0xc14f1f8 s Context>handleSignal:
         0xc159a28 s Context>handleSignal:
         0xc164258 s Context>handleSignal:
         0xc16ea88 s Context>handleSignal:
         0xc1792b8 s Context>handleSignal:
         0xc183ae8 s Context>handleSignal:
         0xc18e318 s Context>handleSignal:
         0xc198b48 s Context>handleSignal:
         0xc1a3378 s Context>handleSignal:
         0xc1adba8 s Context>handleSignal:
         0xc1b83d8 s Context>handleSignal:
         0xc1c2c08 s Context>handleSignal:
         0xc1cd438 s Context>handleSignal:
         0xc1d7c68 s Context>handleSignal:
         0xc1e2498 s Context>handleSignal:
         0xc1eccc8 s Context>handleSignal:
         0xc1f74f8 s Context>handleSignal:
         0xc201d28 s Context>handleSignal:
         0xc20c558 s Context>handleSignal:
         0xc216d88 s Context>handleSignal:
         0xc2215b8 s Context>handleSignal:
         0xc22bde8 s Context>handleSignal:
         0xc236618 s Context>handleSignal:
         0xc240e48 s Context>handleSignal:
         0xc24b678 s Context>handleSignal:
         0xc255ea8 s Context>handleSignal:
         0xc2606d8 s Context>handleSignal:
         0xc267b48 s Context>handleSignal:
         0xb7e0ec0 s Context>handleSignal:
         0xb7eb7a8 s Context>handleSignal:
         0xb7f6090 s Context>handleSignal:
         0xb800978 s Context>handleSignal:
         0xb80b260 s Context>handleSignal:
         0xb815b48 s Context>handleSignal:
         0xb820430 s Context>handleSignal:
         0xb82ad18 s Context>handleSignal:
         0xb835600 s Context>handleSignal:
         0xb83fee8 s Context>handleSignal:
         0xb84a7d0 s Context>handleSignal:
         0xb8550b8 s Context>handleSignal:
         0xb85f9a0 s Context>handleSignal:
         0xb86a288 s Context>handleSignal:
         0xb874b70 s Context>handleSignal:
         0xb87f458 s Context>handleSignal:
         0xb889d40 s Context>handleSignal:
         0xb894628 s Context>handleSignal:
         0xb89ef10 s Context>handleSignal:
         0xb8a97f8 s Context>handleSignal:
         0xb8b40e0 s Context>handleSignal:
         0xb8be9c8 s Context>handleSignal:
         0xb8c92b0 s Context>handleSignal:
         0xb8d3b98 s Context>handleSignal:
         0xb8de480 s Context>handleSignal:
         0xb8e8d68 s Context>handleSignal:
         0xb8f3650 s Context>handleSignal:
         0xb8fdf38 s Context>handleSignal:
         0xb908820 s Context>handleSignal:
         0xb913108 s Context>handleSignal:
         0xb91d9f0 s Context>handleSignal:
         0xb9282d8 s Context>handleSignal:
         0xb932bc0 s Context>handleSignal:
         0xb93d4a8 s Context>handleSignal:
         0xb947d90 s Context>handleSignal:
         0xb952678 s Context>handleSignal:
         0xb95cf60 s Context>handleSignal:
         0xb967848 s Context>handleSignal:
         0xb972130 s Context>handleSignal:
         0xb97ca18 s Context>handleSignal:
         0xb987300 s Context>handleSignal:
         0xb991be8 s Context>handleSignal:
         0xb99c4d0 s Context>handleSignal:
         0xb9a6db8 s Context>handleSignal:
         0xb9b16a0 s Context>handleSignal:
         0xb9bbf88 s Context>handleSignal:
         0xb9c6870 s Context>handleSignal:
         0xb9d1158 s Context>handleSignal:
         0xb9dba40 s Context>handleSignal:
         0xb9e6328 s Context>handleSignal:
         0xb9f0c10 s Context>handleSignal:
         0xb9fb4f8 s Context>handleSignal:
         0xba05de0 s Context>handleSignal:
         0xba106c8 s Context>handleSignal:
         0xba1afb0 s Context>handleSignal:
         0xba25898 s Context>handleSignal:
         0xba30180 s Context>handleSignal:
         0xba3aa68 s Context>handleSignal:
         0xba419d0 s Context>handleSignal:
         0xb41ae20 s Context>handleSignal:
         0xb421710 s Context>handleSignal:
         0xb428d78 s Context>handleSignal:
         0xb42f788 s Context>handleSignal:
         0xb436b88 s Context>handleSignal:
         0xb43dc70 s Context>handleSignal:
         0xb444b30 s Context>handleSignal:
         0xb44acf0 s Context>handleSignal:
         0xb450eb0 s Context>handleSignal:
         0xb456fb8 s Context>handleSignal:
         0xb45d008 s Context>handleSignal:
         0xb463058 s Context>handleSignal:
         0xb4690a8 s Context>handleSignal:
         0xb46f0f8 s Context>handleSignal:
         0xb475148 s Context>handleSignal:
         0xb47b198 s Context>handleSignal:
         0xb4811e8 s Context>handleSignal:
         0xb487238 s Context>handleSignal:
         0xb48d288 s Context>handleSignal:
         0xb4932d8 s Context>handleSignal:
         0xb499328 s Context>handleSignal:
         0xb49f378 s Context>handleSignal:
         0xb4a53c8 s Context>handleSignal:
         0xb4ab418 s Context>handleSignal:
         0xb4b1468 s Context>handleSignal:
         0xb4b74b8 s Context>handleSignal:
         0xb4bd508 s Context>handleSignal:
         0xb4c3558 s Context>handleSignal:
         0xb4c95a8 s Context>handleSignal:
         0xb4cf5f8 s Context>handleSignal:
         0xb4d5590 s Context>handleSignal:
         0xb4db528 s Context>handleSignal:
         0xb4e14c0 s Context>handleSignal:
         0xb4e7458 s Context>handleSignal:
         0xb4ed3f0 s Context>handleSignal:
         0xb4f3388 s Context>handleSignal:
         0xb4f9320 s Context>handleSignal:
         0xb4ff2b8 s Context>handleSignal:
         0xb505250 s Context>handleSignal:
         0xb50b1e8 s Context>handleSignal:
         0xb511180 s Context>handleSignal:
         0xb517118 s Context>handleSignal:
         0xb51d0b0 s Context>handleSignal:
         0xb523048 s Context>handleSignal:
         0xb528fe0 s Context>handleSignal:
         0xb52ef78 s Context>handleSignal:
         0xb534f10 s Context>handleSignal:
         0xb53aea8 s Context>handleSignal:
         0xb540e40 s Context>handleSignal:
         0xb546dd8 s Context>handleSignal:
         0xb54cd70 s Context>handleSignal:
         0xb552d08 s Context>handleSignal:
         0xb558ca0 s Context>handleSignal:
         0xb55ec38 s Context>handleSignal:
         0xb564bd0 s Context>handleSignal:
         0xb56ab68 s Context>handleSignal:
         0xb570b00 s Context>handleSignal:
         0xb576a98 s Context>handleSignal:
         0xb57ca30 s Context>handleSignal:
         0xb5829c8 s Context>handleSignal:
         0xb588960 s Context>handleSignal:
         0xb58e8f8 s Context>handleSignal:
         0xb594890 s Context>handleSignal:
         0xb59a828 s Context>handleSignal:
         0xb5a07c0 s Context>handleSignal:
         0xb5a6758 s Context>handleSignal:
         0xb5ac6f0 s Context>handleSignal:
         0xb5b2688 s Context>handleSignal:
         0xb5b8620 s Context>handleSignal:
         0xb5be5b8 s Context>handleSignal:
         0xb5c4550 s Context>handleSignal:
         0xb5ca4e8 s Context>handleSignal:
         0xb5d0480 s Context>handleSignal:
         0xb5d6418 s Context>handleSignal:
         0xb5dc3b0 s Context>handleSignal:
         0xb5e2348 s Context>handleSignal:
         0xb5e82e0 s Context>handleSignal:
         0xb5ee278 s Context>handleSignal:
         0xb5f4210 s Context>handleSignal:
         0xb5fa1a8 s Context>handleSignal:
         0xb600140 s Context>handleSignal:
         0xb6060d8 s Context>handleSignal:
         0xb60c070 s Context>handleSignal:
         0xb612008 s Context>handleSignal:
         0xb617fa0 s Context>handleSignal:
         0xb61df38 s Context>handleSignal:
         0xb623ed0 s Context>handleSignal:
         0xb629e68 s Context>handleSignal:
         0xb62fe00 s Context>handleSignal:
         0xb635d98 s Context>handleSignal:
         0xb63bd30 s Context>handleSignal:
         0xb641cc8 s Context>handleSignal:
         0xb647c60 s Context>handleSignal:
         0xb64dbf8 s Context>handleSignal:
         0xb653b90 s Context>handleSignal:
         0xb659b28 s Context>handleSignal:
         0xb65fa08 s Context>handleSignal:
         0xb665830 s Context>handleSignal:
         0xb66b5a0 s Context>handleSignal:
         0xb671258 s Context>handleSignal:
         0xb676e58 s Context>handleSignal:
         0xb67c9a0 s Context>handleSignal:
         0xb682430 s Context>handleSignal:
         0xb687e08 s Context>handleSignal:
         0xb68d728 s Context>handleSignal:
         0xb692f90 s Context>handleSignal:
         0xb698740 s Context>handleSignal:
         0xb69de38 s Context>handleSignal:
         0xb6a3478 s Context>handleSignal:
         0xb6a8a00 s Context>handleSignal:
         0xb6aded0 s Context>handleSignal:
         0xb6b3230 s Context>handleSignal:
         0xb6b84d8 s Context>handleSignal:
         0xb6bd6c8 s Context>handleSignal:
         0xb6c2800 s Context>handleSignal:
         0xb6c7880 s Context>handleSignal:
         0xb6cc848 s Context>handleSignal:
         0xb6d1758 s Context>handleSignal:
         0xb6d65b0 s Context>handleSignal:
         0xb6db350 s Context>handleSignal:
         0xb6e0038 s Context>handleSignal:
         0xb6e4c68 s Context>handleSignal:
         0xb6e97e0 s Context>handleSignal:
         0xb6ee2a0 s Context>handleSignal:
         0xb6f2ca8 s Context>handleSignal:
         0xb6f75f8 s Context>handleSignal:
         0xb6fbe90 s Context>handleSignal:
         0xbf7d030 s Halt(Exception)>signal
         0xbf97fd8 s Halt class(Exception class)>signal
         0xbfc0f48 s Halt class>now
         0xbfb70b0 s FullBlockClosure(Object)>halt
         0xbfe76c8 s FullBlockClosure>printOn:
         0xc009ce8 s Context>printOn:
         0xc031b90 s Context>printDebugOn:
         0xc031e70 s [] in Context>debugStack:on:
         0xc0542f8 s OrderedCollection>do:
         0xbfb6e38 s Context>debugStack:on:
         0xbfe7478 s Context>shortDebugStackOn:
         0xc009ab0 s [] in SmalltalkImage>logError:inContext:
         0xc0318b0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78798 s FullBlockClosure(BlockClosure)>on:do:
         0xbf91d00 s SmalltalkImage>logStdErrorDuring:
         0xbfbb300 s SmalltalkImage>logError:inContext:
         0xbfeaf08 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00d808 s FullBlockClosure(BlockClosure)>ensure:
         0xc036118 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056630 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066dc8 s Halt(Exception)>unhandledErrorAction
         0xc07c640 s Halt(UnhandledException)>defaultAction
         0xc0c2a10 s UndefinedObject>handleSignal:
         0xc0c2ac8 s Context>handleSignal:
         0xc0c2b80 s Context>handleSignal:
         0xc0c2c38 s Context>handleSignal:
         0xc0c2cf0 s Context>handleSignal:
         0xc0c2da8 s Context>handleSignal:
         0xc0c2e60 s Context>handleSignal:
         0xc0c2f18 s Context>handleSignal:
         0xc0c2fd0 s Context>handleSignal:
         0xc0c3088 s Context>handleSignal:
         0xc0c3140 s Context>handleSignal:
         0xc1041d0 s Context>handleSignal:
         0xc10f8f0 s Context>handleSignal:
         0xc11a798 s Context>handleSignal:
         0xc125080 s Context>handleSignal:
         0xc12f8b0 s Context>handleSignal:
         0xc13a0e0 s Context>handleSignal:
         0xc144910 s Context>handleSignal:
         0xc14f140 s Context>handleSignal:
         0xc159970 s Context>handleSignal:
         0xc1641a0 s Context>handleSignal:
         0xc16e9d0 s Context>handleSignal:
         0xc179200 s Context>handleSignal:
         0xc183a30 s Context>handleSignal:
         0xc18e260 s Context>handleSignal:
         0xc198a90 s Context>handleSignal:
         0xc1a32c0 s Context>handleSignal:
         0xc1adaf0 s Context>handleSignal:
         0xc1b8320 s Context>handleSignal:
         0xc1c2b50 s Context>handleSignal:
         0xc1cd380 s Context>handleSignal:
         0xc1d7bb0 s Context>handleSignal:
         0xc1e23e0 s Context>handleSignal:
         0xc1ecc10 s Context>handleSignal:
         0xc1f7440 s Context>handleSignal:
         0xc201c70 s Context>handleSignal:
         0xc20c4a0 s Context>handleSignal:
         0xc216cd0 s Context>handleSignal:
         0xc221500 s Context>handleSignal:
         0xc22bd30 s Context>handleSignal:
         0xc236560 s Context>handleSignal:
         0xc240d90 s Context>handleSignal:
         0xc24b5c0 s Context>handleSignal:
         0xc255df0 s Context>handleSignal:
         0xc260620 s Context>handleSignal:
         0xc267a90 s Context>handleSignal:
         0xb7e0e08 s Context>handleSignal:
         0xb7eb6f0 s Context>handleSignal:
         0xb7f5fd8 s Context>handleSignal:
         0xb8008c0 s Context>handleSignal:
         0xb80b1a8 s Context>handleSignal:
         0xb815a90 s Context>handleSignal:
         0xb820378 s Context>handleSignal:
         0xb82ac60 s Context>handleSignal:
         0xb835548 s Context>handleSignal:
         0xb83fe30 s Context>handleSignal:
         0xb84a718 s Context>handleSignal:
         0xb855000 s Context>handleSignal:
         0xb85f8e8 s Context>handleSignal:
         0xb86a1d0 s Context>handleSignal:
         0xb874ab8 s Context>handleSignal:
         0xb87f3a0 s Context>handleSignal:
         0xb889c88 s Context>handleSignal:
         0xb894570 s Context>handleSignal:
         0xb89ee58 s Context>handleSignal:
         0xb8a9740 s Context>handleSignal:
         0xb8b4028 s Context>handleSignal:
         0xb8be910 s Context>handleSignal:
         0xb8c91f8 s Context>handleSignal:
         0xb8d3ae0 s Context>handleSignal:
         0xb8de3c8 s Context>handleSignal:
         0xb8e8cb0 s Context>handleSignal:
         0xb8f3598 s Context>handleSignal:
         0xb8fde80 s Context>handleSignal:
         0xb908768 s Context>handleSignal:
         0xb913050 s Context>handleSignal:
         0xb91d938 s Context>handleSignal:
         0xb928220 s Context>handleSignal:
         0xb932b08 s Context>handleSignal:
         0xb93d3f0 s Context>handleSignal:
         0xb947cd8 s Context>handleSignal:
         0xb9525c0 s Context>handleSignal:
         0xb95cea8 s Context>handleSignal:
         0xb967790 s Context>handleSignal:
         0xb972078 s Context>handleSignal:
         0xb97c960 s Context>handleSignal:
         0xb987248 s Context>handleSignal:
         0xb991b30 s Context>handleSignal:
         0xb99c418 s Context>handleSignal:
         0xb9a6d00 s Context>handleSignal:
         0xb9b15e8 s Context>handleSignal:
         0xb9bbed0 s Context>handleSignal:
         0xb9c67b8 s Context>handleSignal:
         0xb9d10a0 s Context>handleSignal:
         0xb9db988 s Context>handleSignal:
         0xb9e6270 s Context>handleSignal:
         0xb9f0b58 s Context>handleSignal:
         0xb9fb440 s Context>handleSignal:
         0xba05d28 s Context>handleSignal:
         0xba10610 s Context>handleSignal:
         0xba1aef8 s Context>handleSignal:
         0xba257e0 s Context>handleSignal:
         0xba300c8 s Context>handleSignal:
         0xba3a9b0 s Context>handleSignal:
         0xba41918 s Context>handleSignal:
         0xb41ad68 s Context>handleSignal:
         0xb421658 s Context>handleSignal:
         0xb428cc0 s Context>handleSignal:
         0xb42f6d0 s Context>handleSignal:
         0xb436ad0 s Context>handleSignal:
         0xb43dbb8 s Context>handleSignal:
         0xb444a78 s Context>handleSignal:
         0xb44ac38 s Context>handleSignal:
         0xb450df8 s Context>handleSignal:
         0xb456f00 s Context>handleSignal:
         0xb45cf50 s Context>handleSignal:
         0xb462fa0 s Context>handleSignal:
         0xb468ff0 s Context>handleSignal:
         0xb46f040 s Context>handleSignal:
         0xb475090 s Context>handleSignal:
         0xb47b0e0 s Context>handleSignal:
         0xb481130 s Context>handleSignal:
         0xb487180 s Context>handleSignal:
         0xb48d1d0 s Context>handleSignal:
         0xb493220 s Context>handleSignal:
         0xb499270 s Context>handleSignal:
         0xb49f2c0 s Context>handleSignal:
         0xb4a5310 s Context>handleSignal:
         0xb4ab360 s Context>handleSignal:
         0xb4b13b0 s Context>handleSignal:
         0xb4b7400 s Context>handleSignal:
         0xb4bd450 s Context>handleSignal:
         0xb4c34a0 s Context>handleSignal:
         0xb4c94f0 s Context>handleSignal:
         0xb4cf540 s Context>handleSignal:
         0xb4d54d8 s Context>handleSignal:
         0xb4db470 s Context>handleSignal:
         0xb4e1408 s Context>handleSignal:
         0xb4e73a0 s Context>handleSignal:
         0xb4ed338 s Context>handleSignal:
         0xb4f32d0 s Context>handleSignal:
         0xb4f9268 s Context>handleSignal:
         0xb4ff200 s Context>handleSignal:
         0xb505198 s Context>handleSignal:
         0xb50b130 s Context>handleSignal:
         0xb5110c8 s Context>handleSignal:
         0xb517060 s Context>handleSignal:
         0xb51cff8 s Context>handleSignal:
         0xb522f90 s Context>handleSignal:
         0xb528f28 s Context>handleSignal:
         0xb52eec0 s Context>handleSignal:
         0xb534e58 s Context>handleSignal:
         0xb53adf0 s Context>handleSignal:
         0xb540d88 s Context>handleSignal:
         0xb546d20 s Context>handleSignal:
         0xb54ccb8 s Context>handleSignal:
         0xb552c50 s Context>handleSignal:
         0xb558be8 s Context>handleSignal:
         0xb55eb80 s Context>handleSignal:
         0xb564b18 s Context>handleSignal:
         0xb56aab0 s Context>handleSignal:
         0xb570a48 s Context>handleSignal:
         0xb5769e0 s Context>handleSignal:
         0xb57c978 s Context>handleSignal:
         0xb582910 s Context>handleSignal:
         0xb5888a8 s Context>handleSignal:
         0xb58e840 s Context>handleSignal:
         0xb5947d8 s Context>handleSignal:
         0xb59a770 s Context>handleSignal:
         0xb5a0708 s Context>handleSignal:
         0xb5a66a0 s Context>handleSignal:
         0xb5ac638 s Context>handleSignal:
         0xb5b25d0 s Context>handleSignal:
         0xb5b8568 s Context>handleSignal:
         0xb5be500 s Context>handleSignal:
         0xb5c4498 s Context>handleSignal:
         0xb5ca430 s Context>handleSignal:
         0xb5d03c8 s Context>handleSignal:
         0xb5d6360 s Context>handleSignal:
         0xb5dc2f8 s Context>handleSignal:
         0xb5e2290 s Context>handleSignal:
         0xb5e8228 s Context>handleSignal:
         0xb5ee1c0 s Context>handleSignal:
         0xb5f4158 s Context>handleSignal:
         0xb5fa0f0 s Context>handleSignal:
         0xb600088 s Context>handleSignal:
         0xb606020 s Context>handleSignal:
         0xb60bfb8 s Context>handleSignal:
         0xb611f50 s Context>handleSignal:
         0xb617ee8 s Context>handleSignal:
         0xb61de80 s Context>handleSignal:
         0xb623e18 s Context>handleSignal:
         0xb629db0 s Context>handleSignal:
         0xb62fd48 s Context>handleSignal:
         0xb635ce0 s Context>handleSignal:
         0xb63bc78 s Context>handleSignal:
         0xb641c10 s Context>handleSignal:
         0xb647ba8 s Context>handleSignal:
         0xb64db40 s Context>handleSignal:
         0xb653ad8 s Context>handleSignal:
         0xb659a70 s Context>handleSignal:
         0xb65f950 s Context>handleSignal:
         0xb665778 s Context>handleSignal:
         0xb66b4e8 s Context>handleSignal:
         0xb6711a0 s Context>handleSignal:
         0xb676da0 s Context>handleSignal:
         0xb67c8e8 s Context>handleSignal:
         0xb682378 s Context>handleSignal:
         0xb687d50 s Context>handleSignal:
         0xb68d670 s Context>handleSignal:
         0xb692ed8 s Context>handleSignal:
         0xb698688 s Context>handleSignal:
         0xb69dd80 s Context>handleSignal:
         0xb6a33c0 s Context>handleSignal:
         0xb6a8948 s Context>handleSignal:
         0xb6ade18 s Context>handleSignal:
         0xb6b3178 s Context>handleSignal:
         0xb6b8420 s Context>handleSignal:
         0xb6bd610 s Context>handleSignal:
         0xb6c2748 s Context>handleSignal:
         0xb6c77c8 s Context>handleSignal:
         0xb6cc790 s Context>handleSignal:
         0xb6d16a0 s Context>handleSignal:
         0xb6d64f8 s Context>handleSignal:
         0xb6db298 s Context>handleSignal:
         0xb6dff80 s Context>handleSignal:
         0xb6e4bb0 s Context>handleSignal:
         0xb6e9728 s Context>handleSignal:
         0xb6ee1e8 s Context>handleSignal:
         0xb6f2bf0 s Context>handleSignal:
         0xb6f7540 s Context>handleSignal:
         0xbf7cec0 s Halt(Exception)>signal
         0xbf97e08 s Halt class(Exception class)>signal
         0xbfc0d90 s Halt class>now
         0xbfb6ef0 s FullBlockClosure(Object)>halt
         0xbfe7530 s FullBlockClosure>printOn:
         0xc009b68 s Context>printOn:
         0xc031968 s Context>printDebugOn:
         0xc031c48 s [] in Context>debugStack:on:
         0xc054240 s OrderedCollection>do:
         0xbfb6c78 s Context>debugStack:on:
         0xbfe72e0 s Context>shortDebugStackOn:
         0xc009930 s [] in SmalltalkImage>logError:inContext:
         0xc031688 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf786e0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf91be8 s SmalltalkImage>logStdErrorDuring:
         0xbfbb200 s SmalltalkImage>logError:inContext:
         0xbfeae40 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00d718 s FullBlockClosure(BlockClosure)>ensure:
         0xc036038 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056578 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066d10 s Halt(Exception)>unhandledErrorAction
         0xc07c588 s Halt(UnhandledException)>defaultAction
         0xc0c2228 s UndefinedObject>handleSignal:
         0xc0c22e0 s Context>handleSignal:
         0xc0c2398 s Context>handleSignal:
         0xc0c2450 s Context>handleSignal:
         0xc0c2508 s Context>handleSignal:
         0xc0c25c0 s Context>handleSignal:
         0xc0c2678 s Context>handleSignal:
         0xc0c2730 s Context>handleSignal:
         0xc0c27e8 s Context>handleSignal:
         0xc0c28a0 s Context>handleSignal:
         0xc0c2958 s Context>handleSignal:
         0xc104118 s Context>handleSignal:
         0xc10f838 s Context>handleSignal:
         0xc11a6e0 s Context>handleSignal:
         0xc124fc8 s Context>handleSignal:
         0xc12f7f8 s Context>handleSignal:
         0xc13a028 s Context>handleSignal:
         0xc144858 s Context>handleSignal:
         0xc14f088 s Context>handleSignal:
         0xc1598b8 s Context>handleSignal:
         0xc1640e8 s Context>handleSignal:
         0xc16e918 s Context>handleSignal:
         0xc179148 s Context>handleSignal:
         0xc183978 s Context>handleSignal:
         0xc18e1a8 s Context>handleSignal:
         0xc1989d8 s Context>handleSignal:
         0xc1a3208 s Context>handleSignal:
         0xc1ada38 s Context>handleSignal:
         0xc1b8268 s Context>handleSignal:
         0xc1c2a98 s Context>handleSignal:
         0xc1cd2c8 s Context>handleSignal:
         0xc1d7af8 s Context>handleSignal:
         0xc1e2328 s Context>handleSignal:
         0xc1ecb58 s Context>handleSignal:
         0xc1f7388 s Context>handleSignal:
         0xc201bb8 s Context>handleSignal:
         0xc20c3e8 s Context>handleSignal:
         0xc216c18 s Context>handleSignal:
         0xc221448 s Context>handleSignal:
         0xc22bc78 s Context>handleSignal:
         0xc2364a8 s Context>handleSignal:
         0xc240cd8 s Context>handleSignal:
         0xc24b508 s Context>handleSignal:
         0xc255d38 s Context>handleSignal:
         0xc260568 s Context>handleSignal:
         0xc2679d8 s Context>handleSignal:
         0xb7e0d50 s Context>handleSignal:
         0xb7eb638 s Context>handleSignal:
         0xb7f5f20 s Context>handleSignal:
         0xb800808 s Context>handleSignal:
         0xb80b0f0 s Context>handleSignal:
         0xb8159d8 s Context>handleSignal:
         0xb8202c0 s Context>handleSignal:
         0xb82aba8 s Context>handleSignal:
         0xb835490 s Context>handleSignal:
         0xb83fd78 s Context>handleSignal:
         0xb84a660 s Context>handleSignal:
         0xb854f48 s Context>handleSignal:
         0xb85f830 s Context>handleSignal:
         0xb86a118 s Context>handleSignal:
         0xb874a00 s Context>handleSignal:
         0xb87f2e8 s Context>handleSignal:
         0xb889bd0 s Context>handleSignal:
         0xb8944b8 s Context>handleSignal:
         0xb89eda0 s Context>handleSignal:
         0xb8a9688 s Context>handleSignal:
         0xb8b3f70 s Context>handleSignal:
         0xb8be858 s Context>handleSignal:
         0xb8c9140 s Context>handleSignal:
         0xb8d3a28 s Context>handleSignal:
         0xb8de310 s Context>handleSignal:
         0xb8e8bf8 s Context>handleSignal:
         0xb8f34e0 s Context>handleSignal:
         0xb8fddc8 s Context>handleSignal:
         0xb9086b0 s Context>handleSignal:
         0xb912f98 s Context>handleSignal:
         0xb91d880 s Context>handleSignal:
         0xb928168 s Context>handleSignal:
         0xb932a50 s Context>handleSignal:
         0xb93d338 s Context>handleSignal:
         0xb947c20 s Context>handleSignal:
         0xb952508 s Context>handleSignal:
         0xb95cdf0 s Context>handleSignal:
         0xb9676d8 s Context>handleSignal:
         0xb971fc0 s Context>handleSignal:
         0xb97c8a8 s Context>handleSignal:
         0xb987190 s Context>handleSignal:
         0xb991a78 s Context>handleSignal:
         0xb99c360 s Context>handleSignal:
         0xb9a6c48 s Context>handleSignal:
         0xb9b1530 s Context>handleSignal:
         0xb9bbe18 s Context>handleSignal:
         0xb9c6700 s Context>handleSignal:
         0xb9d0fe8 s Context>handleSignal:
         0xb9db8d0 s Context>handleSignal:
         0xb9e61b8 s Context>handleSignal:
         0xb9f0aa0 s Context>handleSignal:
         0xb9fb388 s Context>handleSignal:
         0xba05c70 s Context>handleSignal:
         0xba10558 s Context>handleSignal:
         0xba1ae40 s Context>handleSignal:
         0xba25728 s Context>handleSignal:
         0xba30010 s Context>handleSignal:
         0xba3a8f8 s Context>handleSignal:
         0xba41860 s Context>handleSignal:
         0xb41acb0 s Context>handleSignal:
         0xb4215a0 s Context>handleSignal:
         0xb428c08 s Context>handleSignal:
         0xb42f618 s Context>handleSignal:
         0xb436a18 s Context>handleSignal:
         0xb43db00 s Context>handleSignal:
         0xb4449c0 s Context>handleSignal:
         0xb44ab80 s Context>handleSignal:
         0xb450d40 s Context>handleSignal:
         0xb456e48 s Context>handleSignal:
         0xb45ce98 s Context>handleSignal:
         0xb462ee8 s Context>handleSignal:
         0xb468f38 s Context>handleSignal:
         0xb46ef88 s Context>handleSignal:
         0xb474fd8 s Context>handleSignal:
         0xb47b028 s Context>handleSignal:
         0xb481078 s Context>handleSignal:
         0xb4870c8 s Context>handleSignal:
         0xb48d118 s Context>handleSignal:
         0xb493168 s Context>handleSignal:
         0xb4991b8 s Context>handleSignal:
         0xb49f208 s Context>handleSignal:
         0xb4a5258 s Context>handleSignal:
         0xb4ab2a8 s Context>handleSignal:
         0xb4b12f8 s Context>handleSignal:
         0xb4b7348 s Context>handleSignal:
         0xb4bd398 s Context>handleSignal:
         0xb4c33e8 s Context>handleSignal:
         0xb4c9438 s Context>handleSignal:
         0xb4cf488 s Context>handleSignal:
         0xb4d5420 s Context>handleSignal:
         0xb4db3b8 s Context>handleSignal:
         0xb4e1350 s Context>handleSignal:
         0xb4e72e8 s Context>handleSignal:
         0xb4ed280 s Context>handleSignal:
         0xb4f3218 s Context>handleSignal:
         0xb4f91b0 s Context>handleSignal:
         0xb4ff148 s Context>handleSignal:
         0xb5050e0 s Context>handleSignal:
         0xb50b078 s Context>handleSignal:
         0xb511010 s Context>handleSignal:
         0xb516fa8 s Context>handleSignal:
         0xb51cf40 s Context>handleSignal:
         0xb522ed8 s Context>handleSignal:
         0xb528e70 s Context>handleSignal:
         0xb52ee08 s Context>handleSignal:
         0xb534da0 s Context>handleSignal:
         0xb53ad38 s Context>handleSignal:
         0xb540cd0 s Context>handleSignal:
         0xb546c68 s Context>handleSignal:
         0xb54cc00 s Context>handleSignal:
         0xb552b98 s Context>handleSignal:
         0xb558b30 s Context>handleSignal:
         0xb55eac8 s Context>handleSignal:
         0xb564a60 s Context>handleSignal:
         0xb56a9f8 s Context>handleSignal:
         0xb570990 s Context>handleSignal:
         0xb576928 s Context>handleSignal:
         0xb57c8c0 s Context>handleSignal:
         0xb582858 s Context>handleSignal:
         0xb5887f0 s Context>handleSignal:
         0xb58e788 s Context>handleSignal:
         0xb594720 s Context>handleSignal:
         0xb59a6b8 s Context>handleSignal:
         0xb5a0650 s Context>handleSignal:
         0xb5a65e8 s Context>handleSignal:
         0xb5ac580 s Context>handleSignal:
         0xb5b2518 s Context>handleSignal:
         0xb5b84b0 s Context>handleSignal:
         0xb5be448 s Context>handleSignal:
         0xb5c43e0 s Context>handleSignal:
         0xb5ca378 s Context>handleSignal:
         0xb5d0310 s Context>handleSignal:
         0xb5d62a8 s Context>handleSignal:
         0xb5dc240 s Context>handleSignal:
         0xb5e21d8 s Context>handleSignal:
         0xb5e8170 s Context>handleSignal:
         0xb5ee108 s Context>handleSignal:
         0xb5f40a0 s Context>handleSignal:
         0xb5fa038 s Context>handleSignal:
         0xb5fffd0 s Context>handleSignal:
         0xb605f68 s Context>handleSignal:
         0xb60bf00 s Context>handleSignal:
         0xb611e98 s Context>handleSignal:
         0xb617e30 s Context>handleSignal:
         0xb61ddc8 s Context>handleSignal:
         0xb623d60 s Context>handleSignal:
         0xb629cf8 s Context>handleSignal:
         0xb62fc90 s Context>handleSignal:
         0xb635c28 s Context>handleSignal:
         0xb63bbc0 s Context>handleSignal:
         0xb641b58 s Context>handleSignal:
         0xb647af0 s Context>handleSignal:
         0xb64da88 s Context>handleSignal:
         0xb653a20 s Context>handleSignal:
         0xb6599b8 s Context>handleSignal:
         0xb65f898 s Context>handleSignal:
         0xb6656c0 s Context>handleSignal:
         0xb66b430 s Context>handleSignal:
         0xb6710e8 s Context>handleSignal:
         0xb676ce8 s Context>handleSignal:
         0xb67c830 s Context>handleSignal:
         0xb6822c0 s Context>handleSignal:
         0xb687c98 s Context>handleSignal:
         0xb68d5b8 s Context>handleSignal:
         0xb692e20 s Context>handleSignal:
         0xb6985d0 s Context>handleSignal:
         0xb69dcc8 s Context>handleSignal:
         0xb6a3308 s Context>handleSignal:
         0xb6a8890 s Context>handleSignal:
         0xb6add60 s Context>handleSignal:
         0xb6b30c0 s Context>handleSignal:
         0xb6b8368 s Context>handleSignal:
         0xb6bd558 s Context>handleSignal:
         0xb6c2690 s Context>handleSignal:
         0xb6c7710 s Context>handleSignal:
         0xb6cc6d8 s Context>handleSignal:
         0xb6d15e8 s Context>handleSignal:
         0xb6d6440 s Context>handleSignal:
         0xb6db1e0 s Context>handleSignal:
         0xb6dfec8 s Context>handleSignal:
         0xb6e4af8 s Context>handleSignal:
         0xb6e9670 s Context>handleSignal:
         0xb6ee130 s Context>handleSignal:
         0xb6f2b38 s Context>handleSignal:
         0xbf7cd50 s Halt(Exception)>signal
         0xbf97c38 s Halt class(Exception class)>signal
         0xbfc0bd8 s Halt class>now
         0xbfb6d30 s FullBlockClosure(Object)>halt
         0xbfe7398 s FullBlockClosure>printOn:
         0xc0099e8 s Context>printOn:
         0xc031740 s Context>printDebugOn:
         0xc031a20 s [] in Context>debugStack:on:
         0xc054188 s OrderedCollection>do:
         0xbfb6ab8 s Context>debugStack:on:
         0xbfe7148 s Context>shortDebugStackOn:
         0xc0097b0 s [] in SmalltalkImage>logError:inContext:
         0xc031460 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78628 s FullBlockClosure(BlockClosure)>on:do:
         0xbf91ad0 s SmalltalkImage>logStdErrorDuring:
         0xbfbb100 s SmalltalkImage>logError:inContext:
         0xbfead78 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00d628 s FullBlockClosure(BlockClosure)>ensure:
         0xc035f58 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0564c0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066c58 s Halt(Exception)>unhandledErrorAction
         0xc07c4d0 s Halt(UnhandledException)>defaultAction
         0xc0c1a40 s UndefinedObject>handleSignal:
         0xc0c1af8 s Context>handleSignal:
         0xc0c1bb0 s Context>handleSignal:
         0xc0c1c68 s Context>handleSignal:
         0xc0c1d20 s Context>handleSignal:
         0xc0c1dd8 s Context>handleSignal:
         0xc0c1e90 s Context>handleSignal:
         0xc0c1f48 s Context>handleSignal:
         0xc0c2000 s Context>handleSignal:
         0xc0c20b8 s Context>handleSignal:
         0xc0c2170 s Context>handleSignal:
         0xc104060 s Context>handleSignal:
         0xc10f780 s Context>handleSignal:
         0xc11a628 s Context>handleSignal:
         0xc124f10 s Context>handleSignal:
         0xc12f740 s Context>handleSignal:
         0xc139f70 s Context>handleSignal:
         0xc1447a0 s Context>handleSignal:
         0xc14efd0 s Context>handleSignal:
         0xc159800 s Context>handleSignal:
         0xc164030 s Context>handleSignal:
         0xc16e860 s Context>handleSignal:
         0xc179090 s Context>handleSignal:
         0xc1838c0 s Context>handleSignal:
         0xc18e0f0 s Context>handleSignal:
         0xc198920 s Context>handleSignal:
         0xc1a3150 s Context>handleSignal:
         0xc1ad980 s Context>handleSignal:
         0xc1b81b0 s Context>handleSignal:
         0xc1c29e0 s Context>handleSignal:
         0xc1cd210 s Context>handleSignal:
         0xc1d7a40 s Context>handleSignal:
         0xc1e2270 s Context>handleSignal:
         0xc1ecaa0 s Context>handleSignal:
         0xc1f72d0 s Context>handleSignal:
         0xc201b00 s Context>handleSignal:
         0xc20c330 s Context>handleSignal:
         0xc216b60 s Context>handleSignal:
         0xc221390 s Context>handleSignal:
         0xc22bbc0 s Context>handleSignal:
         0xc2363f0 s Context>handleSignal:
         0xc240c20 s Context>handleSignal:
         0xc24b450 s Context>handleSignal:
         0xc255c80 s Context>handleSignal:
         0xc2604b0 s Context>handleSignal:
         0xc267920 s Context>handleSignal:
         0xb7e0c98 s Context>handleSignal:
         0xb7eb580 s Context>handleSignal:
         0xb7f5e68 s Context>handleSignal:
         0xb800750 s Context>handleSignal:
         0xb80b038 s Context>handleSignal:
         0xb815920 s Context>handleSignal:
         0xb820208 s Context>handleSignal:
         0xb82aaf0 s Context>handleSignal:
         0xb8353d8 s Context>handleSignal:
         0xb83fcc0 s Context>handleSignal:
         0xb84a5a8 s Context>handleSignal:
         0xb854e90 s Context>handleSignal:
         0xb85f778 s Context>handleSignal:
         0xb86a060 s Context>handleSignal:
         0xb874948 s Context>handleSignal:
         0xb87f230 s Context>handleSignal:
         0xb889b18 s Context>handleSignal:
         0xb894400 s Context>handleSignal:
         0xb89ece8 s Context>handleSignal:
         0xb8a95d0 s Context>handleSignal:
         0xb8b3eb8 s Context>handleSignal:
         0xb8be7a0 s Context>handleSignal:
         0xb8c9088 s Context>handleSignal:
         0xb8d3970 s Context>handleSignal:
         0xb8de258 s Context>handleSignal:
         0xb8e8b40 s Context>handleSignal:
         0xb8f3428 s Context>handleSignal:
         0xb8fdd10 s Context>handleSignal:
         0xb9085f8 s Context>handleSignal:
         0xb912ee0 s Context>handleSignal:
         0xb91d7c8 s Context>handleSignal:
         0xb9280b0 s Context>handleSignal:
         0xb932998 s Context>handleSignal:
         0xb93d280 s Context>handleSignal:
         0xb947b68 s Context>handleSignal:
         0xb952450 s Context>handleSignal:
         0xb95cd38 s Context>handleSignal:
         0xb967620 s Context>handleSignal:
         0xb971f08 s Context>handleSignal:
         0xb97c7f0 s Context>handleSignal:
         0xb9870d8 s Context>handleSignal:
         0xb9919c0 s Context>handleSignal:
         0xb99c2a8 s Context>handleSignal:
         0xb9a6b90 s Context>handleSignal:
         0xb9b1478 s Context>handleSignal:
         0xb9bbd60 s Context>handleSignal:
         0xb9c6648 s Context>handleSignal:
         0xb9d0f30 s Context>handleSignal:
         0xb9db818 s Context>handleSignal:
         0xb9e6100 s Context>handleSignal:
         0xb9f09e8 s Context>handleSignal:
         0xb9fb2d0 s Context>handleSignal:
         0xba05bb8 s Context>handleSignal:
         0xba104a0 s Context>handleSignal:
         0xba1ad88 s Context>handleSignal:
         0xba25670 s Context>handleSignal:
         0xba2ff58 s Context>handleSignal:
         0xba3a840 s Context>handleSignal:
         0xba417a8 s Context>handleSignal:
         0xb41abf8 s Context>handleSignal:
         0xb4214e8 s Context>handleSignal:
         0xb428b50 s Context>handleSignal:
         0xb42f560 s Context>handleSignal:
         0xb436960 s Context>handleSignal:
         0xb43da48 s Context>handleSignal:
         0xb444908 s Context>handleSignal:
         0xb44aac8 s Context>handleSignal:
         0xb450c88 s Context>handleSignal:
         0xb456d90 s Context>handleSignal:
         0xb45cde0 s Context>handleSignal:
         0xb462e30 s Context>handleSignal:
         0xb468e80 s Context>handleSignal:
         0xb46eed0 s Context>handleSignal:
         0xb474f20 s Context>handleSignal:
         0xb47af70 s Context>handleSignal:
         0xb480fc0 s Context>handleSignal:
         0xb487010 s Context>handleSignal:
         0xb48d060 s Context>handleSignal:
         0xb4930b0 s Context>handleSignal:
         0xb499100 s Context>handleSignal:
         0xb49f150 s Context>handleSignal:
         0xb4a51a0 s Context>handleSignal:
         0xb4ab1f0 s Context>handleSignal:
         0xb4b1240 s Context>handleSignal:
         0xb4b7290 s Context>handleSignal:
         0xb4bd2e0 s Context>handleSignal:
         0xb4c3330 s Context>handleSignal:
         0xb4c9380 s Context>handleSignal:
         0xb4cf3d0 s Context>handleSignal:
         0xb4d5368 s Context>handleSignal:
         0xb4db300 s Context>handleSignal:
         0xb4e1298 s Context>handleSignal:
         0xb4e7230 s Context>handleSignal:
         0xb4ed1c8 s Context>handleSignal:
         0xb4f3160 s Context>handleSignal:
         0xb4f90f8 s Context>handleSignal:
         0xb4ff090 s Context>handleSignal:
         0xb505028 s Context>handleSignal:
         0xb50afc0 s Context>handleSignal:
         0xb510f58 s Context>handleSignal:
         0xb516ef0 s Context>handleSignal:
         0xb51ce88 s Context>handleSignal:
         0xb522e20 s Context>handleSignal:
         0xb528db8 s Context>handleSignal:
         0xb52ed50 s Context>handleSignal:
         0xb534ce8 s Context>handleSignal:
         0xb53ac80 s Context>handleSignal:
         0xb540c18 s Context>handleSignal:
         0xb546bb0 s Context>handleSignal:
         0xb54cb48 s Context>handleSignal:
         0xb552ae0 s Context>handleSignal:
         0xb558a78 s Context>handleSignal:
         0xb55ea10 s Context>handleSignal:
         0xb5649a8 s Context>handleSignal:
         0xb56a940 s Context>handleSignal:
         0xb5708d8 s Context>handleSignal:
         0xb576870 s Context>handleSignal:
         0xb57c808 s Context>handleSignal:
         0xb5827a0 s Context>handleSignal:
         0xb588738 s Context>handleSignal:
         0xb58e6d0 s Context>handleSignal:
         0xb594668 s Context>handleSignal:
         0xb59a600 s Context>handleSignal:
         0xb5a0598 s Context>handleSignal:
         0xb5a6530 s Context>handleSignal:
         0xb5ac4c8 s Context>handleSignal:
         0xb5b2460 s Context>handleSignal:
         0xb5b83f8 s Context>handleSignal:
         0xb5be390 s Context>handleSignal:
         0xb5c4328 s Context>handleSignal:
         0xb5ca2c0 s Context>handleSignal:
         0xb5d0258 s Context>handleSignal:
         0xb5d61f0 s Context>handleSignal:
         0xb5dc188 s Context>handleSignal:
         0xb5e2120 s Context>handleSignal:
         0xb5e80b8 s Context>handleSignal:
         0xb5ee050 s Context>handleSignal:
         0xb5f3fe8 s Context>handleSignal:
         0xb5f9f80 s Context>handleSignal:
         0xb5fff18 s Context>handleSignal:
         0xb605eb0 s Context>handleSignal:
         0xb60be48 s Context>handleSignal:
         0xb611de0 s Context>handleSignal:
         0xb617d78 s Context>handleSignal:
         0xb61dd10 s Context>handleSignal:
         0xb623ca8 s Context>handleSignal:
         0xb629c40 s Context>handleSignal:
         0xb62fbd8 s Context>handleSignal:
         0xb635b70 s Context>handleSignal:
         0xb63bb08 s Context>handleSignal:
         0xb641aa0 s Context>handleSignal:
         0xb647a38 s Context>handleSignal:
         0xb64d9d0 s Context>handleSignal:
         0xb653968 s Context>handleSignal:
         0xb659900 s Context>handleSignal:
         0xb65f7e0 s Context>handleSignal:
         0xb665608 s Context>handleSignal:
         0xb66b378 s Context>handleSignal:
         0xb671030 s Context>handleSignal:
         0xb676c30 s Context>handleSignal:
         0xb67c778 s Context>handleSignal:
         0xb682208 s Context>handleSignal:
         0xb687be0 s Context>handleSignal:
         0xb68d500 s Context>handleSignal:
         0xb692d68 s Context>handleSignal:
         0xb698518 s Context>handleSignal:
         0xb69dc10 s Context>handleSignal:
         0xb6a3250 s Context>handleSignal:
         0xb6a87d8 s Context>handleSignal:
         0xb6adca8 s Context>handleSignal:
         0xb6b3008 s Context>handleSignal:
         0xb6b82b0 s Context>handleSignal:
         0xb6bd4a0 s Context>handleSignal:
         0xb6c25d8 s Context>handleSignal:
         0xb6c7658 s Context>handleSignal:
         0xb6cc620 s Context>handleSignal:
         0xb6d1530 s Context>handleSignal:
         0xb6d6388 s Context>handleSignal:
         0xb6db128 s Context>handleSignal:
         0xb6dfe10 s Context>handleSignal:
         0xb6e4a40 s Context>handleSignal:
         0xb6e95b8 s Context>handleSignal:
         0xb6ee078 s Context>handleSignal:
         0xbf7cbe0 s Halt(Exception)>signal
         0xbf97a68 s Halt class(Exception class)>signal
         0xbfc0a20 s Halt class>now
         0xbfb6b70 s FullBlockClosure(Object)>halt
         0xbfe7200 s FullBlockClosure>printOn:
         0xc009868 s Context>printOn:
         0xc031518 s Context>printDebugOn:
         0xc0317f8 s [] in Context>debugStack:on:
         0xc0540d0 s OrderedCollection>do:
         0xbfb68f8 s Context>debugStack:on:
         0xbfe6fb0 s Context>shortDebugStackOn:
         0xc009630 s [] in SmalltalkImage>logError:inContext:
         0xc031238 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78570 s FullBlockClosure(BlockClosure)>on:do:
         0xbf919b8 s SmalltalkImage>logStdErrorDuring:
         0xbfbb000 s SmalltalkImage>logError:inContext:
         0xbfeacb0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00d538 s FullBlockClosure(BlockClosure)>ensure:
         0xc035e78 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056408 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066ba0 s Halt(Exception)>unhandledErrorAction
         0xc07c418 s Halt(UnhandledException)>defaultAction
         0xc0c1258 s UndefinedObject>handleSignal:
         0xc0c1310 s Context>handleSignal:
         0xc0c13c8 s Context>handleSignal:
         0xc0c1480 s Context>handleSignal:
         0xc0c1538 s Context>handleSignal:
         0xc0c15f0 s Context>handleSignal:
         0xc0c16a8 s Context>handleSignal:
         0xc0c1760 s Context>handleSignal:
         0xc0c1818 s Context>handleSignal:
         0xc0c18d0 s Context>handleSignal:
         0xc0c1988 s Context>handleSignal:
         0xc103fa8 s Context>handleSignal:
         0xc10f6c8 s Context>handleSignal:
         0xc11a570 s Context>handleSignal:
         0xc124e58 s Context>handleSignal:
         0xc12f688 s Context>handleSignal:
         0xc139eb8 s Context>handleSignal:
         0xc1446e8 s Context>handleSignal:
         0xc14ef18 s Context>handleSignal:
         0xc159748 s Context>handleSignal:
         0xc163f78 s Context>handleSignal:
         0xc16e7a8 s Context>handleSignal:
         0xc178fd8 s Context>handleSignal:
         0xc183808 s Context>handleSignal:
         0xc18e038 s Context>handleSignal:
         0xc198868 s Context>handleSignal:
         0xc1a3098 s Context>handleSignal:
         0xc1ad8c8 s Context>handleSignal:
         0xc1b80f8 s Context>handleSignal:
         0xc1c2928 s Context>handleSignal:
         0xc1cd158 s Context>handleSignal:
         0xc1d7988 s Context>handleSignal:
         0xc1e21b8 s Context>handleSignal:
         0xc1ec9e8 s Context>handleSignal:
         0xc1f7218 s Context>handleSignal:
         0xc201a48 s Context>handleSignal:
         0xc20c278 s Context>handleSignal:
         0xc216aa8 s Context>handleSignal:
         0xc2212d8 s Context>handleSignal:
         0xc22bb08 s Context>handleSignal:
         0xc236338 s Context>handleSignal:
         0xc240b68 s Context>handleSignal:
         0xc24b398 s Context>handleSignal:
         0xc255bc8 s Context>handleSignal:
         0xc2603f8 s Context>handleSignal:
         0xc267868 s Context>handleSignal:
         0xb7e0be0 s Context>handleSignal:
         0xb7eb4c8 s Context>handleSignal:
         0xb7f5db0 s Context>handleSignal:
         0xb800698 s Context>handleSignal:
         0xb80af80 s Context>handleSignal:
         0xb815868 s Context>handleSignal:
         0xb820150 s Context>handleSignal:
         0xb82aa38 s Context>handleSignal:
         0xb835320 s Context>handleSignal:
         0xb83fc08 s Context>handleSignal:
         0xb84a4f0 s Context>handleSignal:
         0xb854dd8 s Context>handleSignal:
         0xb85f6c0 s Context>handleSignal:
         0xb869fa8 s Context>handleSignal:
         0xb874890 s Context>handleSignal:
         0xb87f178 s Context>handleSignal:
         0xb889a60 s Context>handleSignal:
         0xb894348 s Context>handleSignal:
         0xb89ec30 s Context>handleSignal:
         0xb8a9518 s Context>handleSignal:
         0xb8b3e00 s Context>handleSignal:
         0xb8be6e8 s Context>handleSignal:
         0xb8c8fd0 s Context>handleSignal:
         0xb8d38b8 s Context>handleSignal:
         0xb8de1a0 s Context>handleSignal:
         0xb8e8a88 s Context>handleSignal:
         0xb8f3370 s Context>handleSignal:
         0xb8fdc58 s Context>handleSignal:
         0xb908540 s Context>handleSignal:
         0xb912e28 s Context>handleSignal:
         0xb91d710 s Context>handleSignal:
         0xb927ff8 s Context>handleSignal:
         0xb9328e0 s Context>handleSignal:
         0xb93d1c8 s Context>handleSignal:
         0xb947ab0 s Context>handleSignal:
         0xb952398 s Context>handleSignal:
         0xb95cc80 s Context>handleSignal:
         0xb967568 s Context>handleSignal:
         0xb971e50 s Context>handleSignal:
         0xb97c738 s Context>handleSignal:
         0xb987020 s Context>handleSignal:
         0xb991908 s Context>handleSignal:
         0xb99c1f0 s Context>handleSignal:
         0xb9a6ad8 s Context>handleSignal:
         0xb9b13c0 s Context>handleSignal:
         0xb9bbca8 s Context>handleSignal:
         0xb9c6590 s Context>handleSignal:
         0xb9d0e78 s Context>handleSignal:
         0xb9db760 s Context>handleSignal:
         0xb9e6048 s Context>handleSignal:
         0xb9f0930 s Context>handleSignal:
         0xb9fb218 s Context>handleSignal:
         0xba05b00 s Context>handleSignal:
         0xba103e8 s Context>handleSignal:
         0xba1acd0 s Context>handleSignal:
         0xba255b8 s Context>handleSignal:
         0xba2fea0 s Context>handleSignal:
         0xba3a788 s Context>handleSignal:
         0xba416f0 s Context>handleSignal:
         0xb41ab40 s Context>handleSignal:
         0xb421430 s Context>handleSignal:
         0xb428a98 s Context>handleSignal:
         0xb42f4a8 s Context>handleSignal:
         0xb4368a8 s Context>handleSignal:
         0xb43d990 s Context>handleSignal:
         0xb444850 s Context>handleSignal:
         0xb44aa10 s Context>handleSignal:
         0xb450bd0 s Context>handleSignal:
         0xb456cd8 s Context>handleSignal:
         0xb45cd28 s Context>handleSignal:
         0xb462d78 s Context>handleSignal:
         0xb468dc8 s Context>handleSignal:
         0xb46ee18 s Context>handleSignal:
         0xb474e68 s Context>handleSignal:
         0xb47aeb8 s Context>handleSignal:
         0xb480f08 s Context>handleSignal:
         0xb486f58 s Context>handleSignal:
         0xb48cfa8 s Context>handleSignal:
         0xb492ff8 s Context>handleSignal:
         0xb499048 s Context>handleSignal:
         0xb49f098 s Context>handleSignal:
         0xb4a50e8 s Context>handleSignal:
         0xb4ab138 s Context>handleSignal:
         0xb4b1188 s Context>handleSignal:
         0xb4b71d8 s Context>handleSignal:
         0xb4bd228 s Context>handleSignal:
         0xb4c3278 s Context>handleSignal:
         0xb4c92c8 s Context>handleSignal:
         0xb4cf318 s Context>handleSignal:
         0xb4d52b0 s Context>handleSignal:
         0xb4db248 s Context>handleSignal:
         0xb4e11e0 s Context>handleSignal:
         0xb4e7178 s Context>handleSignal:
         0xb4ed110 s Context>handleSignal:
         0xb4f30a8 s Context>handleSignal:
         0xb4f9040 s Context>handleSignal:
         0xb4fefd8 s Context>handleSignal:
         0xb504f70 s Context>handleSignal:
         0xb50af08 s Context>handleSignal:
         0xb510ea0 s Context>handleSignal:
         0xb516e38 s Context>handleSignal:
         0xb51cdd0 s Context>handleSignal:
         0xb522d68 s Context>handleSignal:
         0xb528d00 s Context>handleSignal:
         0xb52ec98 s Context>handleSignal:
         0xb534c30 s Context>handleSignal:
         0xb53abc8 s Context>handleSignal:
         0xb540b60 s Context>handleSignal:
         0xb546af8 s Context>handleSignal:
         0xb54ca90 s Context>handleSignal:
         0xb552a28 s Context>handleSignal:
         0xb5589c0 s Context>handleSignal:
         0xb55e958 s Context>handleSignal:
         0xb5648f0 s Context>handleSignal:
         0xb56a888 s Context>handleSignal:
         0xb570820 s Context>handleSignal:
         0xb5767b8 s Context>handleSignal:
         0xb57c750 s Context>handleSignal:
         0xb5826e8 s Context>handleSignal:
         0xb588680 s Context>handleSignal:
         0xb58e618 s Context>handleSignal:
         0xb5945b0 s Context>handleSignal:
         0xb59a548 s Context>handleSignal:
         0xb5a04e0 s Context>handleSignal:
         0xb5a6478 s Context>handleSignal:
         0xb5ac410 s Context>handleSignal:
         0xb5b23a8 s Context>handleSignal:
         0xb5b8340 s Context>handleSignal:
         0xb5be2d8 s Context>handleSignal:
         0xb5c4270 s Context>handleSignal:
         0xb5ca208 s Context>handleSignal:
         0xb5d01a0 s Context>handleSignal:
         0xb5d6138 s Context>handleSignal:
         0xb5dc0d0 s Context>handleSignal:
         0xb5e2068 s Context>handleSignal:
         0xb5e8000 s Context>handleSignal:
         0xb5edf98 s Context>handleSignal:
         0xb5f3f30 s Context>handleSignal:
         0xb5f9ec8 s Context>handleSignal:
         0xb5ffe60 s Context>handleSignal:
         0xb605df8 s Context>handleSignal:
         0xb60bd90 s Context>handleSignal:
         0xb611d28 s Context>handleSignal:
         0xb617cc0 s Context>handleSignal:
         0xb61dc58 s Context>handleSignal:
         0xb623bf0 s Context>handleSignal:
         0xb629b88 s Context>handleSignal:
         0xb62fb20 s Context>handleSignal:
         0xb635ab8 s Context>handleSignal:
         0xb63ba50 s Context>handleSignal:
         0xb6419e8 s Context>handleSignal:
         0xb647980 s Context>handleSignal:
         0xb64d918 s Context>handleSignal:
         0xb6538b0 s Context>handleSignal:
         0xb659848 s Context>handleSignal:
         0xb65f728 s Context>handleSignal:
         0xb665550 s Context>handleSignal:
         0xb66b2c0 s Context>handleSignal:
         0xb670f78 s Context>handleSignal:
         0xb676b78 s Context>handleSignal:
         0xb67c6c0 s Context>handleSignal:
         0xb682150 s Context>handleSignal:
         0xb687b28 s Context>handleSignal:
         0xb68d448 s Context>handleSignal:
         0xb692cb0 s Context>handleSignal:
         0xb698460 s Context>handleSignal:
         0xb69db58 s Context>handleSignal:
         0xb6a3198 s Context>handleSignal:
         0xb6a8720 s Context>handleSignal:
         0xb6adbf0 s Context>handleSignal:
         0xb6b2f50 s Context>handleSignal:
         0xb6b81f8 s Context>handleSignal:
         0xb6bd3e8 s Context>handleSignal:
         0xb6c2520 s Context>handleSignal:
         0xb6c75a0 s Context>handleSignal:
         0xb6cc568 s Context>handleSignal:
         0xb6d1478 s Context>handleSignal:
         0xb6d62d0 s Context>handleSignal:
         0xb6db070 s Context>handleSignal:
         0xb6dfd58 s Context>handleSignal:
         0xb6e4988 s Context>handleSignal:
         0xb6e9500 s Context>handleSignal:
         0xbf7ca70 s Halt(Exception)>signal
         0xbf97898 s Halt class(Exception class)>signal
         0xbfc0868 s Halt class>now
         0xbfb69b0 s FullBlockClosure(Object)>halt
         0xbfe7068 s FullBlockClosure>printOn:
         0xc0096e8 s Context>printOn:
         0xc0312f0 s Context>printDebugOn:
         0xc0315d0 s [] in Context>debugStack:on:
         0xc054018 s OrderedCollection>do:
         0xbfb6738 s Context>debugStack:on:
         0xbfe6e18 s Context>shortDebugStackOn:
         0xc0094b0 s [] in SmalltalkImage>logError:inContext:
         0xc031010 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf784b8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf918a0 s SmalltalkImage>logStdErrorDuring:
         0xbfbaf00 s SmalltalkImage>logError:inContext:
         0xbfeabe8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00d448 s FullBlockClosure(BlockClosure)>ensure:
         0xc035d98 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056350 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066ae8 s Halt(Exception)>unhandledErrorAction
         0xc07c360 s Halt(UnhandledException)>defaultAction
         0xc0c0a70 s UndefinedObject>handleSignal:
         0xc0c0b28 s Context>handleSignal:
         0xc0c0be0 s Context>handleSignal:
         0xc0c0c98 s Context>handleSignal:
         0xc0c0d50 s Context>handleSignal:
         0xc0c0e08 s Context>handleSignal:
         0xc0c0ec0 s Context>handleSignal:
         0xc0c0f78 s Context>handleSignal:
         0xc0c1030 s Context>handleSignal:
         0xc0c10e8 s Context>handleSignal:
         0xc0c11a0 s Context>handleSignal:
         0xc103ef0 s Context>handleSignal:
         0xc10f610 s Context>handleSignal:
         0xc11a4b8 s Context>handleSignal:
         0xc124da0 s Context>handleSignal:
         0xc12f5d0 s Context>handleSignal:
         0xc139e00 s Context>handleSignal:
         0xc144630 s Context>handleSignal:
         0xc14ee60 s Context>handleSignal:
         0xc159690 s Context>handleSignal:
         0xc163ec0 s Context>handleSignal:
         0xc16e6f0 s Context>handleSignal:
         0xc178f20 s Context>handleSignal:
         0xc183750 s Context>handleSignal:
         0xc18df80 s Context>handleSignal:
         0xc1987b0 s Context>handleSignal:
         0xc1a2fe0 s Context>handleSignal:
         0xc1ad810 s Context>handleSignal:
         0xc1b8040 s Context>handleSignal:
         0xc1c2870 s Context>handleSignal:
         0xc1cd0a0 s Context>handleSignal:
         0xc1d78d0 s Context>handleSignal:
         0xc1e2100 s Context>handleSignal:
         0xc1ec930 s Context>handleSignal:
         0xc1f7160 s Context>handleSignal:
         0xc201990 s Context>handleSignal:
         0xc20c1c0 s Context>handleSignal:
         0xc2169f0 s Context>handleSignal:
         0xc221220 s Context>handleSignal:
         0xc22ba50 s Context>handleSignal:
         0xc236280 s Context>handleSignal:
         0xc240ab0 s Context>handleSignal:
         0xc24b2e0 s Context>handleSignal:
         0xc255b10 s Context>handleSignal:
         0xc260340 s Context>handleSignal:
         0xc2677b0 s Context>handleSignal:
         0xb7e0b28 s Context>handleSignal:
         0xb7eb410 s Context>handleSignal:
         0xb7f5cf8 s Context>handleSignal:
         0xb8005e0 s Context>handleSignal:
         0xb80aec8 s Context>handleSignal:
         0xb8157b0 s Context>handleSignal:
         0xb820098 s Context>handleSignal:
         0xb82a980 s Context>handleSignal:
         0xb835268 s Context>handleSignal:
         0xb83fb50 s Context>handleSignal:
         0xb84a438 s Context>handleSignal:
         0xb854d20 s Context>handleSignal:
         0xb85f608 s Context>handleSignal:
         0xb869ef0 s Context>handleSignal:
         0xb8747d8 s Context>handleSignal:
         0xb87f0c0 s Context>handleSignal:
         0xb8899a8 s Context>handleSignal:
         0xb894290 s Context>handleSignal:
         0xb89eb78 s Context>handleSignal:
         0xb8a9460 s Context>handleSignal:
         0xb8b3d48 s Context>handleSignal:
         0xb8be630 s Context>handleSignal:
         0xb8c8f18 s Context>handleSignal:
         0xb8d3800 s Context>handleSignal:
         0xb8de0e8 s Context>handleSignal:
         0xb8e89d0 s Context>handleSignal:
         0xb8f32b8 s Context>handleSignal:
         0xb8fdba0 s Context>handleSignal:
         0xb908488 s Context>handleSignal:
         0xb912d70 s Context>handleSignal:
         0xb91d658 s Context>handleSignal:
         0xb927f40 s Context>handleSignal:
         0xb932828 s Context>handleSignal:
         0xb93d110 s Context>handleSignal:
         0xb9479f8 s Context>handleSignal:
         0xb9522e0 s Context>handleSignal:
         0xb95cbc8 s Context>handleSignal:
         0xb9674b0 s Context>handleSignal:
         0xb971d98 s Context>handleSignal:
         0xb97c680 s Context>handleSignal:
         0xb986f68 s Context>handleSignal:
         0xb991850 s Context>handleSignal:
         0xb99c138 s Context>handleSignal:
         0xb9a6a20 s Context>handleSignal:
         0xb9b1308 s Context>handleSignal:
         0xb9bbbf0 s Context>handleSignal:
         0xb9c64d8 s Context>handleSignal:
         0xb9d0dc0 s Context>handleSignal:
         0xb9db6a8 s Context>handleSignal:
         0xb9e5f90 s Context>handleSignal:
         0xb9f0878 s Context>handleSignal:
         0xb9fb160 s Context>handleSignal:
         0xba05a48 s Context>handleSignal:
         0xba10330 s Context>handleSignal:
         0xba1ac18 s Context>handleSignal:
         0xba25500 s Context>handleSignal:
         0xba2fde8 s Context>handleSignal:
         0xba3a6d0 s Context>handleSignal:
         0xba41638 s Context>handleSignal:
         0xb41aa88 s Context>handleSignal:
         0xb421378 s Context>handleSignal:
         0xb4289e0 s Context>handleSignal:
         0xb42f3f0 s Context>handleSignal:
         0xb4367f0 s Context>handleSignal:
         0xb43d8d8 s Context>handleSignal:
         0xb444798 s Context>handleSignal:
         0xb44a958 s Context>handleSignal:
         0xb450b18 s Context>handleSignal:
         0xb456c20 s Context>handleSignal:
         0xb45cc70 s Context>handleSignal:
         0xb462cc0 s Context>handleSignal:
         0xb468d10 s Context>handleSignal:
         0xb46ed60 s Context>handleSignal:
         0xb474db0 s Context>handleSignal:
         0xb47ae00 s Context>handleSignal:
         0xb480e50 s Context>handleSignal:
         0xb486ea0 s Context>handleSignal:
         0xb48cef0 s Context>handleSignal:
         0xb492f40 s Context>handleSignal:
         0xb498f90 s Context>handleSignal:
         0xb49efe0 s Context>handleSignal:
         0xb4a5030 s Context>handleSignal:
         0xb4ab080 s Context>handleSignal:
         0xb4b10d0 s Context>handleSignal:
         0xb4b7120 s Context>handleSignal:
         0xb4bd170 s Context>handleSignal:
         0xb4c31c0 s Context>handleSignal:
         0xb4c9210 s Context>handleSignal:
         0xb4cf260 s Context>handleSignal:
         0xb4d51f8 s Context>handleSignal:
         0xb4db190 s Context>handleSignal:
         0xb4e1128 s Context>handleSignal:
         0xb4e70c0 s Context>handleSignal:
         0xb4ed058 s Context>handleSignal:
         0xb4f2ff0 s Context>handleSignal:
         0xb4f8f88 s Context>handleSignal:
         0xb4fef20 s Context>handleSignal:
         0xb504eb8 s Context>handleSignal:
         0xb50ae50 s Context>handleSignal:
         0xb510de8 s Context>handleSignal:
         0xb516d80 s Context>handleSignal:
         0xb51cd18 s Context>handleSignal:
         0xb522cb0 s Context>handleSignal:
         0xb528c48 s Context>handleSignal:
         0xb52ebe0 s Context>handleSignal:
         0xb534b78 s Context>handleSignal:
         0xb53ab10 s Context>handleSignal:
         0xb540aa8 s Context>handleSignal:
         0xb546a40 s Context>handleSignal:
         0xb54c9d8 s Context>handleSignal:
         0xb552970 s Context>handleSignal:
         0xb558908 s Context>handleSignal:
         0xb55e8a0 s Context>handleSignal:
         0xb564838 s Context>handleSignal:
         0xb56a7d0 s Context>handleSignal:
         0xb570768 s Context>handleSignal:
         0xb576700 s Context>handleSignal:
         0xb57c698 s Context>handleSignal:
         0xb582630 s Context>handleSignal:
         0xb5885c8 s Context>handleSignal:
         0xb58e560 s Context>handleSignal:
         0xb5944f8 s Context>handleSignal:
         0xb59a490 s Context>handleSignal:
         0xb5a0428 s Context>handleSignal:
         0xb5a63c0 s Context>handleSignal:
         0xb5ac358 s Context>handleSignal:
         0xb5b22f0 s Context>handleSignal:
         0xb5b8288 s Context>handleSignal:
         0xb5be220 s Context>handleSignal:
         0xb5c41b8 s Context>handleSignal:
         0xb5ca150 s Context>handleSignal:
         0xb5d00e8 s Context>handleSignal:
         0xb5d6080 s Context>handleSignal:
         0xb5dc018 s Context>handleSignal:
         0xb5e1fb0 s Context>handleSignal:
         0xb5e7f48 s Context>handleSignal:
         0xb5edee0 s Context>handleSignal:
         0xb5f3e78 s Context>handleSignal:
         0xb5f9e10 s Context>handleSignal:
         0xb5ffda8 s Context>handleSignal:
         0xb605d40 s Context>handleSignal:
         0xb60bcd8 s Context>handleSignal:
         0xb611c70 s Context>handleSignal:
         0xb617c08 s Context>handleSignal:
         0xb61dba0 s Context>handleSignal:
         0xb623b38 s Context>handleSignal:
         0xb629ad0 s Context>handleSignal:
         0xb62fa68 s Context>handleSignal:
         0xb635a00 s Context>handleSignal:
         0xb63b998 s Context>handleSignal:
         0xb641930 s Context>handleSignal:
         0xb6478c8 s Context>handleSignal:
         0xb64d860 s Context>handleSignal:
         0xb6537f8 s Context>handleSignal:
         0xb659790 s Context>handleSignal:
         0xb65f670 s Context>handleSignal:
         0xb665498 s Context>handleSignal:
         0xb66b208 s Context>handleSignal:
         0xb670ec0 s Context>handleSignal:
         0xb676ac0 s Context>handleSignal:
         0xb67c608 s Context>handleSignal:
         0xb682098 s Context>handleSignal:
         0xb687a70 s Context>handleSignal:
         0xb68d390 s Context>handleSignal:
         0xb692bf8 s Context>handleSignal:
         0xb6983a8 s Context>handleSignal:
         0xb69daa0 s Context>handleSignal:
         0xb6a30e0 s Context>handleSignal:
         0xb6a8668 s Context>handleSignal:
         0xb6adb38 s Context>handleSignal:
         0xb6b2e98 s Context>handleSignal:
         0xb6b8140 s Context>handleSignal:
         0xb6bd330 s Context>handleSignal:
         0xb6c2468 s Context>handleSignal:
         0xb6c74e8 s Context>handleSignal:
         0xb6cc4b0 s Context>handleSignal:
         0xb6d13c0 s Context>handleSignal:
         0xb6d6218 s Context>handleSignal:
         0xb6dafb8 s Context>handleSignal:
         0xb6dfca0 s Context>handleSignal:
         0xb6e48d0 s Context>handleSignal:
         0xbf7c900 s Halt(Exception)>signal
         0xbf976c8 s Halt class(Exception class)>signal
         0xbfc06b0 s Halt class>now
         0xbfb67f0 s FullBlockClosure(Object)>halt
         0xbfe6ed0 s FullBlockClosure>printOn:
         0xc009568 s Context>printOn:
         0xc0310c8 s Context>printDebugOn:
         0xc0313a8 s [] in Context>debugStack:on:
         0xc053f60 s OrderedCollection>do:
         0xbfb6578 s Context>debugStack:on:
         0xbfe6c80 s Context>shortDebugStackOn:
         0xc009330 s [] in SmalltalkImage>logError:inContext:
         0xc030de8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78400 s FullBlockClosure(BlockClosure)>on:do:
         0xbf91788 s SmalltalkImage>logStdErrorDuring:
         0xbfbae00 s SmalltalkImage>logError:inContext:
         0xbfeab20 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00d358 s FullBlockClosure(BlockClosure)>ensure:
         0xc035cb8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056298 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066a30 s Halt(Exception)>unhandledErrorAction
         0xc07c2a8 s Halt(UnhandledException)>defaultAction
         0xc0c0288 s UndefinedObject>handleSignal:
         0xc0c0340 s Context>handleSignal:
         0xc0c03f8 s Context>handleSignal:
         0xc0c04b0 s Context>handleSignal:
         0xc0c0568 s Context>handleSignal:
         0xc0c0620 s Context>handleSignal:
         0xc0c06d8 s Context>handleSignal:
         0xc0c0790 s Context>handleSignal:
         0xc0c0848 s Context>handleSignal:
         0xc0c0900 s Context>handleSignal:
         0xc0c09b8 s Context>handleSignal:
         0xc103e38 s Context>handleSignal:
         0xc10f558 s Context>handleSignal:
         0xc11a400 s Context>handleSignal:
         0xc124ce8 s Context>handleSignal:
         0xc12f518 s Context>handleSignal:
         0xc139d48 s Context>handleSignal:
         0xc144578 s Context>handleSignal:
         0xc14eda8 s Context>handleSignal:
         0xc1595d8 s Context>handleSignal:
         0xc163e08 s Context>handleSignal:
         0xc16e638 s Context>handleSignal:
         0xc178e68 s Context>handleSignal:
         0xc183698 s Context>handleSignal:
         0xc18dec8 s Context>handleSignal:
         0xc1986f8 s Context>handleSignal:
         0xc1a2f28 s Context>handleSignal:
         0xc1ad758 s Context>handleSignal:
         0xc1b7f88 s Context>handleSignal:
         0xc1c27b8 s Context>handleSignal:
         0xc1ccfe8 s Context>handleSignal:
         0xc1d7818 s Context>handleSignal:
         0xc1e2048 s Context>handleSignal:
         0xc1ec878 s Context>handleSignal:
         0xc1f70a8 s Context>handleSignal:
         0xc2018d8 s Context>handleSignal:
         0xc20c108 s Context>handleSignal:
         0xc216938 s Context>handleSignal:
         0xc221168 s Context>handleSignal:
         0xc22b998 s Context>handleSignal:
         0xc2361c8 s Context>handleSignal:
         0xc2409f8 s Context>handleSignal:
         0xc24b228 s Context>handleSignal:
         0xc255a58 s Context>handleSignal:
         0xc260288 s Context>handleSignal:
         0xc2676f8 s Context>handleSignal:
         0xb7e0a70 s Context>handleSignal:
         0xb7eb358 s Context>handleSignal:
         0xb7f5c40 s Context>handleSignal:
         0xb800528 s Context>handleSignal:
         0xb80ae10 s Context>handleSignal:
         0xb8156f8 s Context>handleSignal:
         0xb81ffe0 s Context>handleSignal:
         0xb82a8c8 s Context>handleSignal:
         0xb8351b0 s Context>handleSignal:
         0xb83fa98 s Context>handleSignal:
         0xb84a380 s Context>handleSignal:
         0xb854c68 s Context>handleSignal:
         0xb85f550 s Context>handleSignal:
         0xb869e38 s Context>handleSignal:
         0xb874720 s Context>handleSignal:
         0xb87f008 s Context>handleSignal:
         0xb8898f0 s Context>handleSignal:
         0xb8941d8 s Context>handleSignal:
         0xb89eac0 s Context>handleSignal:
         0xb8a93a8 s Context>handleSignal:
         0xb8b3c90 s Context>handleSignal:
         0xb8be578 s Context>handleSignal:
         0xb8c8e60 s Context>handleSignal:
         0xb8d3748 s Context>handleSignal:
         0xb8de030 s Context>handleSignal:
         0xb8e8918 s Context>handleSignal:
         0xb8f3200 s Context>handleSignal:
         0xb8fdae8 s Context>handleSignal:
         0xb9083d0 s Context>handleSignal:
         0xb912cb8 s Context>handleSignal:
         0xb91d5a0 s Context>handleSignal:
         0xb927e88 s Context>handleSignal:
         0xb932770 s Context>handleSignal:
         0xb93d058 s Context>handleSignal:
         0xb947940 s Context>handleSignal:
         0xb952228 s Context>handleSignal:
         0xb95cb10 s Context>handleSignal:
         0xb9673f8 s Context>handleSignal:
         0xb971ce0 s Context>handleSignal:
         0xb97c5c8 s Context>handleSignal:
         0xb986eb0 s Context>handleSignal:
         0xb991798 s Context>handleSignal:
         0xb99c080 s Context>handleSignal:
         0xb9a6968 s Context>handleSignal:
         0xb9b1250 s Context>handleSignal:
         0xb9bbb38 s Context>handleSignal:
         0xb9c6420 s Context>handleSignal:
         0xb9d0d08 s Context>handleSignal:
         0xb9db5f0 s Context>handleSignal:
         0xb9e5ed8 s Context>handleSignal:
         0xb9f07c0 s Context>handleSignal:
         0xb9fb0a8 s Context>handleSignal:
         0xba05990 s Context>handleSignal:
         0xba10278 s Context>handleSignal:
         0xba1ab60 s Context>handleSignal:
         0xba25448 s Context>handleSignal:
         0xba2fd30 s Context>handleSignal:
         0xba3a618 s Context>handleSignal:
         0xba41580 s Context>handleSignal:
         0xb41a9d0 s Context>handleSignal:
         0xb4212c0 s Context>handleSignal:
         0xb428928 s Context>handleSignal:
         0xb42f338 s Context>handleSignal:
         0xb436738 s Context>handleSignal:
         0xb43d820 s Context>handleSignal:
         0xb4446e0 s Context>handleSignal:
         0xb44a8a0 s Context>handleSignal:
         0xb450a60 s Context>handleSignal:
         0xb456b68 s Context>handleSignal:
         0xb45cbb8 s Context>handleSignal:
         0xb462c08 s Context>handleSignal:
         0xb468c58 s Context>handleSignal:
         0xb46eca8 s Context>handleSignal:
         0xb474cf8 s Context>handleSignal:
         0xb47ad48 s Context>handleSignal:
         0xb480d98 s Context>handleSignal:
         0xb486de8 s Context>handleSignal:
         0xb48ce38 s Context>handleSignal:
         0xb492e88 s Context>handleSignal:
         0xb498ed8 s Context>handleSignal:
         0xb49ef28 s Context>handleSignal:
         0xb4a4f78 s Context>handleSignal:
         0xb4aafc8 s Context>handleSignal:
         0xb4b1018 s Context>handleSignal:
         0xb4b7068 s Context>handleSignal:
         0xb4bd0b8 s Context>handleSignal:
         0xb4c3108 s Context>handleSignal:
         0xb4c9158 s Context>handleSignal:
         0xb4cf1a8 s Context>handleSignal:
         0xb4d5140 s Context>handleSignal:
         0xb4db0d8 s Context>handleSignal:
         0xb4e1070 s Context>handleSignal:
         0xb4e7008 s Context>handleSignal:
         0xb4ecfa0 s Context>handleSignal:
         0xb4f2f38 s Context>handleSignal:
         0xb4f8ed0 s Context>handleSignal:
         0xb4fee68 s Context>handleSignal:
         0xb504e00 s Context>handleSignal:
         0xb50ad98 s Context>handleSignal:
         0xb510d30 s Context>handleSignal:
         0xb516cc8 s Context>handleSignal:
         0xb51cc60 s Context>handleSignal:
         0xb522bf8 s Context>handleSignal:
         0xb528b90 s Context>handleSignal:
         0xb52eb28 s Context>handleSignal:
         0xb534ac0 s Context>handleSignal:
         0xb53aa58 s Context>handleSignal:
         0xb5409f0 s Context>handleSignal:
         0xb546988 s Context>handleSignal:
         0xb54c920 s Context>handleSignal:
         0xb5528b8 s Context>handleSignal:
         0xb558850 s Context>handleSignal:
         0xb55e7e8 s Context>handleSignal:
         0xb564780 s Context>handleSignal:
         0xb56a718 s Context>handleSignal:
         0xb5706b0 s Context>handleSignal:
         0xb576648 s Context>handleSignal:
         0xb57c5e0 s Context>handleSignal:
         0xb582578 s Context>handleSignal:
         0xb588510 s Context>handleSignal:
         0xb58e4a8 s Context>handleSignal:
         0xb594440 s Context>handleSignal:
         0xb59a3d8 s Context>handleSignal:
         0xb5a0370 s Context>handleSignal:
         0xb5a6308 s Context>handleSignal:
         0xb5ac2a0 s Context>handleSignal:
         0xb5b2238 s Context>handleSignal:
         0xb5b81d0 s Context>handleSignal:
         0xb5be168 s Context>handleSignal:
         0xb5c4100 s Context>handleSignal:
         0xb5ca098 s Context>handleSignal:
         0xb5d0030 s Context>handleSignal:
         0xb5d5fc8 s Context>handleSignal:
         0xb5dbf60 s Context>handleSignal:
         0xb5e1ef8 s Context>handleSignal:
         0xb5e7e90 s Context>handleSignal:
         0xb5ede28 s Context>handleSignal:
         0xb5f3dc0 s Context>handleSignal:
         0xb5f9d58 s Context>handleSignal:
         0xb5ffcf0 s Context>handleSignal:
         0xb605c88 s Context>handleSignal:
         0xb60bc20 s Context>handleSignal:
         0xb611bb8 s Context>handleSignal:
         0xb617b50 s Context>handleSignal:
         0xb61dae8 s Context>handleSignal:
         0xb623a80 s Context>handleSignal:
         0xb629a18 s Context>handleSignal:
         0xb62f9b0 s Context>handleSignal:
         0xb635948 s Context>handleSignal:
         0xb63b8e0 s Context>handleSignal:
         0xb641878 s Context>handleSignal:
         0xb647810 s Context>handleSignal:
         0xb64d7a8 s Context>handleSignal:
         0xb653740 s Context>handleSignal:
         0xb6596d8 s Context>handleSignal:
         0xb65f5b8 s Context>handleSignal:
         0xb6653e0 s Context>handleSignal:
         0xb66b150 s Context>handleSignal:
         0xb670e08 s Context>handleSignal:
         0xb676a08 s Context>handleSignal:
         0xb67c550 s Context>handleSignal:
         0xb681fe0 s Context>handleSignal:
         0xb6879b8 s Context>handleSignal:
         0xb68d2d8 s Context>handleSignal:
         0xb692b40 s Context>handleSignal:
         0xb6982f0 s Context>handleSignal:
         0xb69d9e8 s Context>handleSignal:
         0xb6a3028 s Context>handleSignal:
         0xb6a85b0 s Context>handleSignal:
         0xb6ada80 s Context>handleSignal:
         0xb6b2de0 s Context>handleSignal:
         0xb6b8088 s Context>handleSignal:
         0xb6bd278 s Context>handleSignal:
         0xb6c23b0 s Context>handleSignal:
         0xb6c7430 s Context>handleSignal:
         0xb6cc3f8 s Context>handleSignal:
         0xb6d1308 s Context>handleSignal:
         0xb6d6160 s Context>handleSignal:
         0xb6daf00 s Context>handleSignal:
         0xb6dfbe8 s Context>handleSignal:
         0xbf7c790 s Halt(Exception)>signal
         0xbf974f8 s Halt class(Exception class)>signal
         0xbfc04f8 s Halt class>now
         0xbfb6630 s FullBlockClosure(Object)>halt
         0xbfe6d38 s FullBlockClosure>printOn:
         0xc0093e8 s Context>printOn:
         0xc030ea0 s Context>printDebugOn:
         0xc031180 s [] in Context>debugStack:on:
         0xc053ea8 s OrderedCollection>do:
         0xbfb63b8 s Context>debugStack:on:
         0xbfe6ae8 s Context>shortDebugStackOn:
         0xc0091b0 s [] in SmalltalkImage>logError:inContext:
         0xc030bc0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78348 s FullBlockClosure(BlockClosure)>on:do:
         0xbf91670 s SmalltalkImage>logStdErrorDuring:
         0xbfbad00 s SmalltalkImage>logError:inContext:
         0xbfeaa58 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00d268 s FullBlockClosure(BlockClosure)>ensure:
         0xc035bd8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0561e0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066978 s Halt(Exception)>unhandledErrorAction
         0xc07c1f0 s Halt(UnhandledException)>defaultAction
         0xc0bfaa0 s UndefinedObject>handleSignal:
         0xc0bfb58 s Context>handleSignal:
         0xc0bfc10 s Context>handleSignal:
         0xc0bfcc8 s Context>handleSignal:
         0xc0bfd80 s Context>handleSignal:
         0xc0bfe38 s Context>handleSignal:
         0xc0bfef0 s Context>handleSignal:
         0xc0bffa8 s Context>handleSignal:
         0xc0c0060 s Context>handleSignal:
         0xc0c0118 s Context>handleSignal:
         0xc0c01d0 s Context>handleSignal:
         0xc103d80 s Context>handleSignal:
         0xc10f4a0 s Context>handleSignal:
         0xc11a348 s Context>handleSignal:
         0xc124c30 s Context>handleSignal:
         0xc12f460 s Context>handleSignal:
         0xc139c90 s Context>handleSignal:
         0xc1444c0 s Context>handleSignal:
         0xc14ecf0 s Context>handleSignal:
         0xc159520 s Context>handleSignal:
         0xc163d50 s Context>handleSignal:
         0xc16e580 s Context>handleSignal:
         0xc178db0 s Context>handleSignal:
         0xc1835e0 s Context>handleSignal:
         0xc18de10 s Context>handleSignal:
         0xc198640 s Context>handleSignal:
         0xc1a2e70 s Context>handleSignal:
         0xc1ad6a0 s Context>handleSignal:
         0xc1b7ed0 s Context>handleSignal:
         0xc1c2700 s Context>handleSignal:
         0xc1ccf30 s Context>handleSignal:
         0xc1d7760 s Context>handleSignal:
         0xc1e1f90 s Context>handleSignal:
         0xc1ec7c0 s Context>handleSignal:
         0xc1f6ff0 s Context>handleSignal:
         0xc201820 s Context>handleSignal:
         0xc20c050 s Context>handleSignal:
         0xc216880 s Context>handleSignal:
         0xc2210b0 s Context>handleSignal:
         0xc22b8e0 s Context>handleSignal:
         0xc236110 s Context>handleSignal:
         0xc240940 s Context>handleSignal:
         0xc24b170 s Context>handleSignal:
         0xc2559a0 s Context>handleSignal:
         0xc2601d0 s Context>handleSignal:
         0xc267640 s Context>handleSignal:
         0xb7e09b8 s Context>handleSignal:
         0xb7eb2a0 s Context>handleSignal:
         0xb7f5b88 s Context>handleSignal:
         0xb800470 s Context>handleSignal:
         0xb80ad58 s Context>handleSignal:
         0xb815640 s Context>handleSignal:
         0xb81ff28 s Context>handleSignal:
         0xb82a810 s Context>handleSignal:
         0xb8350f8 s Context>handleSignal:
         0xb83f9e0 s Context>handleSignal:
         0xb84a2c8 s Context>handleSignal:
         0xb854bb0 s Context>handleSignal:
         0xb85f498 s Context>handleSignal:
         0xb869d80 s Context>handleSignal:
         0xb874668 s Context>handleSignal:
         0xb87ef50 s Context>handleSignal:
         0xb889838 s Context>handleSignal:
         0xb894120 s Context>handleSignal:
         0xb89ea08 s Context>handleSignal:
         0xb8a92f0 s Context>handleSignal:
         0xb8b3bd8 s Context>handleSignal:
         0xb8be4c0 s Context>handleSignal:
         0xb8c8da8 s Context>handleSignal:
         0xb8d3690 s Context>handleSignal:
         0xb8ddf78 s Context>handleSignal:
         0xb8e8860 s Context>handleSignal:
         0xb8f3148 s Context>handleSignal:
         0xb8fda30 s Context>handleSignal:
         0xb908318 s Context>handleSignal:
         0xb912c00 s Context>handleSignal:
         0xb91d4e8 s Context>handleSignal:
         0xb927dd0 s Context>handleSignal:
         0xb9326b8 s Context>handleSignal:
         0xb93cfa0 s Context>handleSignal:
         0xb947888 s Context>handleSignal:
         0xb952170 s Context>handleSignal:
         0xb95ca58 s Context>handleSignal:
         0xb967340 s Context>handleSignal:
         0xb971c28 s Context>handleSignal:
         0xb97c510 s Context>handleSignal:
         0xb986df8 s Context>handleSignal:
         0xb9916e0 s Context>handleSignal:
         0xb99bfc8 s Context>handleSignal:
         0xb9a68b0 s Context>handleSignal:
         0xb9b1198 s Context>handleSignal:
         0xb9bba80 s Context>handleSignal:
         0xb9c6368 s Context>handleSignal:
         0xb9d0c50 s Context>handleSignal:
         0xb9db538 s Context>handleSignal:
         0xb9e5e20 s Context>handleSignal:
         0xb9f0708 s Context>handleSignal:
         0xb9faff0 s Context>handleSignal:
         0xba058d8 s Context>handleSignal:
         0xba101c0 s Context>handleSignal:
         0xba1aaa8 s Context>handleSignal:
         0xba25390 s Context>handleSignal:
         0xba2fc78 s Context>handleSignal:
         0xba3a560 s Context>handleSignal:
         0xba414c8 s Context>handleSignal:
         0xb41a918 s Context>handleSignal:
         0xb421208 s Context>handleSignal:
         0xb428870 s Context>handleSignal:
         0xb42f280 s Context>handleSignal:
         0xb436680 s Context>handleSignal:
         0xb43d768 s Context>handleSignal:
         0xb444628 s Context>handleSignal:
         0xb44a7e8 s Context>handleSignal:
         0xb4509a8 s Context>handleSignal:
         0xb456ab0 s Context>handleSignal:
         0xb45cb00 s Context>handleSignal:
         0xb462b50 s Context>handleSignal:
         0xb468ba0 s Context>handleSignal:
         0xb46ebf0 s Context>handleSignal:
         0xb474c40 s Context>handleSignal:
         0xb47ac90 s Context>handleSignal:
         0xb480ce0 s Context>handleSignal:
         0xb486d30 s Context>handleSignal:
         0xb48cd80 s Context>handleSignal:
         0xb492dd0 s Context>handleSignal:
         0xb498e20 s Context>handleSignal:
         0xb49ee70 s Context>handleSignal:
         0xb4a4ec0 s Context>handleSignal:
         0xb4aaf10 s Context>handleSignal:
         0xb4b0f60 s Context>handleSignal:
         0xb4b6fb0 s Context>handleSignal:
         0xb4bd000 s Context>handleSignal:
         0xb4c3050 s Context>handleSignal:
         0xb4c90a0 s Context>handleSignal:
         0xb4cf0f0 s Context>handleSignal:
         0xb4d5088 s Context>handleSignal:
         0xb4db020 s Context>handleSignal:
         0xb4e0fb8 s Context>handleSignal:
         0xb4e6f50 s Context>handleSignal:
         0xb4ecee8 s Context>handleSignal:
         0xb4f2e80 s Context>handleSignal:
         0xb4f8e18 s Context>handleSignal:
         0xb4fedb0 s Context>handleSignal:
         0xb504d48 s Context>handleSignal:
         0xb50ace0 s Context>handleSignal:
         0xb510c78 s Context>handleSignal:
         0xb516c10 s Context>handleSignal:
         0xb51cba8 s Context>handleSignal:
         0xb522b40 s Context>handleSignal:
         0xb528ad8 s Context>handleSignal:
         0xb52ea70 s Context>handleSignal:
         0xb534a08 s Context>handleSignal:
         0xb53a9a0 s Context>handleSignal:
         0xb540938 s Context>handleSignal:
         0xb5468d0 s Context>handleSignal:
         0xb54c868 s Context>handleSignal:
         0xb552800 s Context>handleSignal:
         0xb558798 s Context>handleSignal:
         0xb55e730 s Context>handleSignal:
         0xb5646c8 s Context>handleSignal:
         0xb56a660 s Context>handleSignal:
         0xb5705f8 s Context>handleSignal:
         0xb576590 s Context>handleSignal:
         0xb57c528 s Context>handleSignal:
         0xb5824c0 s Context>handleSignal:
         0xb588458 s Context>handleSignal:
         0xb58e3f0 s Context>handleSignal:
         0xb594388 s Context>handleSignal:
         0xb59a320 s Context>handleSignal:
         0xb5a02b8 s Context>handleSignal:
         0xb5a6250 s Context>handleSignal:
         0xb5ac1e8 s Context>handleSignal:
         0xb5b2180 s Context>handleSignal:
         0xb5b8118 s Context>handleSignal:
         0xb5be0b0 s Context>handleSignal:
         0xb5c4048 s Context>handleSignal:
         0xb5c9fe0 s Context>handleSignal:
         0xb5cff78 s Context>handleSignal:
         0xb5d5f10 s Context>handleSignal:
         0xb5dbea8 s Context>handleSignal:
         0xb5e1e40 s Context>handleSignal:
         0xb5e7dd8 s Context>handleSignal:
         0xb5edd70 s Context>handleSignal:
         0xb5f3d08 s Context>handleSignal:
         0xb5f9ca0 s Context>handleSignal:
         0xb5ffc38 s Context>handleSignal:
         0xb605bd0 s Context>handleSignal:
         0xb60bb68 s Context>handleSignal:
         0xb611b00 s Context>handleSignal:
         0xb617a98 s Context>handleSignal:
         0xb61da30 s Context>handleSignal:
         0xb6239c8 s Context>handleSignal:
         0xb629960 s Context>handleSignal:
         0xb62f8f8 s Context>handleSignal:
         0xb635890 s Context>handleSignal:
         0xb63b828 s Context>handleSignal:
         0xb6417c0 s Context>handleSignal:
         0xb647758 s Context>handleSignal:
         0xb64d6f0 s Context>handleSignal:
         0xb653688 s Context>handleSignal:
         0xb659620 s Context>handleSignal:
         0xb65f500 s Context>handleSignal:
         0xb665328 s Context>handleSignal:
         0xb66b098 s Context>handleSignal:
         0xb670d50 s Context>handleSignal:
         0xb676950 s Context>handleSignal:
         0xb67c498 s Context>handleSignal:
         0xb681f28 s Context>handleSignal:
         0xb687900 s Context>handleSignal:
         0xb68d220 s Context>handleSignal:
         0xb692a88 s Context>handleSignal:
         0xb698238 s Context>handleSignal:
         0xb69d930 s Context>handleSignal:
         0xb6a2f70 s Context>handleSignal:
         0xb6a84f8 s Context>handleSignal:
         0xb6ad9c8 s Context>handleSignal:
         0xb6b2d28 s Context>handleSignal:
         0xb6b7fd0 s Context>handleSignal:
         0xb6bd1c0 s Context>handleSignal:
         0xb6c22f8 s Context>handleSignal:
         0xb6c7378 s Context>handleSignal:
         0xb6cc340 s Context>handleSignal:
         0xb6d1250 s Context>handleSignal:
         0xb6d60a8 s Context>handleSignal:
         0xb6dae48 s Context>handleSignal:
         0xbf7c620 s Halt(Exception)>signal
         0xbf97328 s Halt class(Exception class)>signal
         0xbfc0340 s Halt class>now
         0xbfb6470 s FullBlockClosure(Object)>halt
         0xbfe6ba0 s FullBlockClosure>printOn:
         0xc009268 s Context>printOn:
         0xc030c78 s Context>printDebugOn:
         0xc030f58 s [] in Context>debugStack:on:
         0xc053df0 s OrderedCollection>do:
         0xbfb61f8 s Context>debugStack:on:
         0xbfe6950 s Context>shortDebugStackOn:
         0xc009030 s [] in SmalltalkImage>logError:inContext:
         0xc030998 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78290 s FullBlockClosure(BlockClosure)>on:do:
         0xbf91558 s SmalltalkImage>logStdErrorDuring:
         0xbfbac00 s SmalltalkImage>logError:inContext:
         0xbfea990 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00d178 s FullBlockClosure(BlockClosure)>ensure:
         0xc035af8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056128 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0668c0 s Halt(Exception)>unhandledErrorAction
         0xc07c138 s Halt(UnhandledException)>defaultAction
         0xc0bf2b8 s UndefinedObject>handleSignal:
         0xc0bf370 s Context>handleSignal:
         0xc0bf428 s Context>handleSignal:
         0xc0bf4e0 s Context>handleSignal:
         0xc0bf598 s Context>handleSignal:
         0xc0bf650 s Context>handleSignal:
         0xc0bf708 s Context>handleSignal:
         0xc0bf7c0 s Context>handleSignal:
         0xc0bf878 s Context>handleSignal:
         0xc0bf930 s Context>handleSignal:
         0xc0bf9e8 s Context>handleSignal:
         0xc103cc8 s Context>handleSignal:
         0xc10f3e8 s Context>handleSignal:
         0xc11a290 s Context>handleSignal:
         0xc124b78 s Context>handleSignal:
         0xc12f3a8 s Context>handleSignal:
         0xc139bd8 s Context>handleSignal:
         0xc144408 s Context>handleSignal:
         0xc14ec38 s Context>handleSignal:
         0xc159468 s Context>handleSignal:
         0xc163c98 s Context>handleSignal:
         0xc16e4c8 s Context>handleSignal:
         0xc178cf8 s Context>handleSignal:
         0xc183528 s Context>handleSignal:
         0xc18dd58 s Context>handleSignal:
         0xc198588 s Context>handleSignal:
         0xc1a2db8 s Context>handleSignal:
         0xc1ad5e8 s Context>handleSignal:
         0xc1b7e18 s Context>handleSignal:
         0xc1c2648 s Context>handleSignal:
         0xc1cce78 s Context>handleSignal:
         0xc1d76a8 s Context>handleSignal:
         0xc1e1ed8 s Context>handleSignal:
         0xc1ec708 s Context>handleSignal:
         0xc1f6f38 s Context>handleSignal:
         0xc201768 s Context>handleSignal:
         0xc20bf98 s Context>handleSignal:
         0xc2167c8 s Context>handleSignal:
         0xc220ff8 s Context>handleSignal:
         0xc22b828 s Context>handleSignal:
         0xc236058 s Context>handleSignal:
         0xc240888 s Context>handleSignal:
         0xc24b0b8 s Context>handleSignal:
         0xc2558e8 s Context>handleSignal:
         0xc260118 s Context>handleSignal:
         0xc267588 s Context>handleSignal:
         0xb7e0900 s Context>handleSignal:
         0xb7eb1e8 s Context>handleSignal:
         0xb7f5ad0 s Context>handleSignal:
         0xb8003b8 s Context>handleSignal:
         0xb80aca0 s Context>handleSignal:
         0xb815588 s Context>handleSignal:
         0xb81fe70 s Context>handleSignal:
         0xb82a758 s Context>handleSignal:
         0xb835040 s Context>handleSignal:
         0xb83f928 s Context>handleSignal:
         0xb84a210 s Context>handleSignal:
         0xb854af8 s Context>handleSignal:
         0xb85f3e0 s Context>handleSignal:
         0xb869cc8 s Context>handleSignal:
         0xb8745b0 s Context>handleSignal:
         0xb87ee98 s Context>handleSignal:
         0xb889780 s Context>handleSignal:
         0xb894068 s Context>handleSignal:
         0xb89e950 s Context>handleSignal:
         0xb8a9238 s Context>handleSignal:
         0xb8b3b20 s Context>handleSignal:
         0xb8be408 s Context>handleSignal:
         0xb8c8cf0 s Context>handleSignal:
         0xb8d35d8 s Context>handleSignal:
         0xb8ddec0 s Context>handleSignal:
         0xb8e87a8 s Context>handleSignal:
         0xb8f3090 s Context>handleSignal:
         0xb8fd978 s Context>handleSignal:
         0xb908260 s Context>handleSignal:
         0xb912b48 s Context>handleSignal:
         0xb91d430 s Context>handleSignal:
         0xb927d18 s Context>handleSignal:
         0xb932600 s Context>handleSignal:
         0xb93cee8 s Context>handleSignal:
         0xb9477d0 s Context>handleSignal:
         0xb9520b8 s Context>handleSignal:
         0xb95c9a0 s Context>handleSignal:
         0xb967288 s Context>handleSignal:
         0xb971b70 s Context>handleSignal:
         0xb97c458 s Context>handleSignal:
         0xb986d40 s Context>handleSignal:
         0xb991628 s Context>handleSignal:
         0xb99bf10 s Context>handleSignal:
         0xb9a67f8 s Context>handleSignal:
         0xb9b10e0 s Context>handleSignal:
         0xb9bb9c8 s Context>handleSignal:
         0xb9c62b0 s Context>handleSignal:
         0xb9d0b98 s Context>handleSignal:
         0xb9db480 s Context>handleSignal:
         0xb9e5d68 s Context>handleSignal:
         0xb9f0650 s Context>handleSignal:
         0xb9faf38 s Context>handleSignal:
         0xba05820 s Context>handleSignal:
         0xba10108 s Context>handleSignal:
         0xba1a9f0 s Context>handleSignal:
         0xba252d8 s Context>handleSignal:
         0xba2fbc0 s Context>handleSignal:
         0xba3a4a8 s Context>handleSignal:
         0xba41410 s Context>handleSignal:
         0xb41a860 s Context>handleSignal:
         0xb421150 s Context>handleSignal:
         0xb4287b8 s Context>handleSignal:
         0xb42f1c8 s Context>handleSignal:
         0xb4365c8 s Context>handleSignal:
         0xb43d6b0 s Context>handleSignal:
         0xb444570 s Context>handleSignal:
         0xb44a730 s Context>handleSignal:
         0xb4508f0 s Context>handleSignal:
         0xb4569f8 s Context>handleSignal:
         0xb45ca48 s Context>handleSignal:
         0xb462a98 s Context>handleSignal:
         0xb468ae8 s Context>handleSignal:
         0xb46eb38 s Context>handleSignal:
         0xb474b88 s Context>handleSignal:
         0xb47abd8 s Context>handleSignal:
         0xb480c28 s Context>handleSignal:
         0xb486c78 s Context>handleSignal:
         0xb48ccc8 s Context>handleSignal:
         0xb492d18 s Context>handleSignal:
         0xb498d68 s Context>handleSignal:
         0xb49edb8 s Context>handleSignal:
         0xb4a4e08 s Context>handleSignal:
         0xb4aae58 s Context>handleSignal:
         0xb4b0ea8 s Context>handleSignal:
         0xb4b6ef8 s Context>handleSignal:
         0xb4bcf48 s Context>handleSignal:
         0xb4c2f98 s Context>handleSignal:
         0xb4c8fe8 s Context>handleSignal:
         0xb4cf038 s Context>handleSignal:
         0xb4d4fd0 s Context>handleSignal:
         0xb4daf68 s Context>handleSignal:
         0xb4e0f00 s Context>handleSignal:
         0xb4e6e98 s Context>handleSignal:
         0xb4ece30 s Context>handleSignal:
         0xb4f2dc8 s Context>handleSignal:
         0xb4f8d60 s Context>handleSignal:
         0xb4fecf8 s Context>handleSignal:
         0xb504c90 s Context>handleSignal:
         0xb50ac28 s Context>handleSignal:
         0xb510bc0 s Context>handleSignal:
         0xb516b58 s Context>handleSignal:
         0xb51caf0 s Context>handleSignal:
         0xb522a88 s Context>handleSignal:
         0xb528a20 s Context>handleSignal:
         0xb52e9b8 s Context>handleSignal:
         0xb534950 s Context>handleSignal:
         0xb53a8e8 s Context>handleSignal:
         0xb540880 s Context>handleSignal:
         0xb546818 s Context>handleSignal:
         0xb54c7b0 s Context>handleSignal:
         0xb552748 s Context>handleSignal:
         0xb5586e0 s Context>handleSignal:
         0xb55e678 s Context>handleSignal:
         0xb564610 s Context>handleSignal:
         0xb56a5a8 s Context>handleSignal:
         0xb570540 s Context>handleSignal:
         0xb5764d8 s Context>handleSignal:
         0xb57c470 s Context>handleSignal:
         0xb582408 s Context>handleSignal:
         0xb5883a0 s Context>handleSignal:
         0xb58e338 s Context>handleSignal:
         0xb5942d0 s Context>handleSignal:
         0xb59a268 s Context>handleSignal:
         0xb5a0200 s Context>handleSignal:
         0xb5a6198 s Context>handleSignal:
         0xb5ac130 s Context>handleSignal:
         0xb5b20c8 s Context>handleSignal:
         0xb5b8060 s Context>handleSignal:
         0xb5bdff8 s Context>handleSignal:
         0xb5c3f90 s Context>handleSignal:
         0xb5c9f28 s Context>handleSignal:
         0xb5cfec0 s Context>handleSignal:
         0xb5d5e58 s Context>handleSignal:
         0xb5dbdf0 s Context>handleSignal:
         0xb5e1d88 s Context>handleSignal:
         0xb5e7d20 s Context>handleSignal:
         0xb5edcb8 s Context>handleSignal:
         0xb5f3c50 s Context>handleSignal:
         0xb5f9be8 s Context>handleSignal:
         0xb5ffb80 s Context>handleSignal:
         0xb605b18 s Context>handleSignal:
         0xb60bab0 s Context>handleSignal:
         0xb611a48 s Context>handleSignal:
         0xb6179e0 s Context>handleSignal:
         0xb61d978 s Context>handleSignal:
         0xb623910 s Context>handleSignal:
         0xb6298a8 s Context>handleSignal:
         0xb62f840 s Context>handleSignal:
         0xb6357d8 s Context>handleSignal:
         0xb63b770 s Context>handleSignal:
         0xb641708 s Context>handleSignal:
         0xb6476a0 s Context>handleSignal:
         0xb64d638 s Context>handleSignal:
         0xb6535d0 s Context>handleSignal:
         0xb659568 s Context>handleSignal:
         0xb65f448 s Context>handleSignal:
         0xb665270 s Context>handleSignal:
         0xb66afe0 s Context>handleSignal:
         0xb670c98 s Context>handleSignal:
         0xb676898 s Context>handleSignal:
         0xb67c3e0 s Context>handleSignal:
         0xb681e70 s Context>handleSignal:
         0xb687848 s Context>handleSignal:
         0xb68d168 s Context>handleSignal:
         0xb6929d0 s Context>handleSignal:
         0xb698180 s Context>handleSignal:
         0xb69d878 s Context>handleSignal:
         0xb6a2eb8 s Context>handleSignal:
         0xb6a8440 s Context>handleSignal:
         0xb6ad910 s Context>handleSignal:
         0xb6b2c70 s Context>handleSignal:
         0xb6b7f18 s Context>handleSignal:
         0xb6bd108 s Context>handleSignal:
         0xb6c2240 s Context>handleSignal:
         0xb6c72c0 s Context>handleSignal:
         0xb6cc288 s Context>handleSignal:
         0xb6d1198 s Context>handleSignal:
         0xb6d5ff0 s Context>handleSignal:
         0xbf7c4b0 s Halt(Exception)>signal
         0xbf97158 s Halt class(Exception class)>signal
         0xbfc0188 s Halt class>now
         0xbfb62b0 s FullBlockClosure(Object)>halt
         0xbfe6a08 s FullBlockClosure>printOn:
         0xc0090e8 s Context>printOn:
         0xc030a50 s Context>printDebugOn:
         0xc030d30 s [] in Context>debugStack:on:
         0xc053d38 s OrderedCollection>do:
         0xbfb6038 s Context>debugStack:on:
         0xbfe67b8 s Context>shortDebugStackOn:
         0xc008eb0 s [] in SmalltalkImage>logError:inContext:
         0xc030770 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf781d8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf91440 s SmalltalkImage>logStdErrorDuring:
         0xbfbab00 s SmalltalkImage>logError:inContext:
         0xbfea8c8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00d088 s FullBlockClosure(BlockClosure)>ensure:
         0xc035a18 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc056070 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066808 s Halt(Exception)>unhandledErrorAction
         0xc07c080 s Halt(UnhandledException)>defaultAction
         0xc0bead0 s UndefinedObject>handleSignal:
         0xc0beb88 s Context>handleSignal:
         0xc0bec40 s Context>handleSignal:
         0xc0becf8 s Context>handleSignal:
         0xc0bedb0 s Context>handleSignal:
         0xc0bee68 s Context>handleSignal:
         0xc0bef20 s Context>handleSignal:
         0xc0befd8 s Context>handleSignal:
         0xc0bf090 s Context>handleSignal:
         0xc0bf148 s Context>handleSignal:
         0xc0bf200 s Context>handleSignal:
         0xc103c10 s Context>handleSignal:
         0xc10f330 s Context>handleSignal:
         0xc11a1d8 s Context>handleSignal:
         0xc124ac0 s Context>handleSignal:
         0xc12f2f0 s Context>handleSignal:
         0xc139b20 s Context>handleSignal:
         0xc144350 s Context>handleSignal:
         0xc14eb80 s Context>handleSignal:
         0xc1593b0 s Context>handleSignal:
         0xc163be0 s Context>handleSignal:
         0xc16e410 s Context>handleSignal:
         0xc178c40 s Context>handleSignal:
         0xc183470 s Context>handleSignal:
         0xc18dca0 s Context>handleSignal:
         0xc1984d0 s Context>handleSignal:
         0xc1a2d00 s Context>handleSignal:
         0xc1ad530 s Context>handleSignal:
         0xc1b7d60 s Context>handleSignal:
         0xc1c2590 s Context>handleSignal:
         0xc1ccdc0 s Context>handleSignal:
         0xc1d75f0 s Context>handleSignal:
         0xc1e1e20 s Context>handleSignal:
         0xc1ec650 s Context>handleSignal:
         0xc1f6e80 s Context>handleSignal:
         0xc2016b0 s Context>handleSignal:
         0xc20bee0 s Context>handleSignal:
         0xc216710 s Context>handleSignal:
         0xc220f40 s Context>handleSignal:
         0xc22b770 s Context>handleSignal:
         0xc235fa0 s Context>handleSignal:
         0xc2407d0 s Context>handleSignal:
         0xc24b000 s Context>handleSignal:
         0xc255830 s Context>handleSignal:
         0xc260060 s Context>handleSignal:
         0xc2674d0 s Context>handleSignal:
         0xb7e0848 s Context>handleSignal:
         0xb7eb130 s Context>handleSignal:
         0xb7f5a18 s Context>handleSignal:
         0xb800300 s Context>handleSignal:
         0xb80abe8 s Context>handleSignal:
         0xb8154d0 s Context>handleSignal:
         0xb81fdb8 s Context>handleSignal:
         0xb82a6a0 s Context>handleSignal:
         0xb834f88 s Context>handleSignal:
         0xb83f870 s Context>handleSignal:
         0xb84a158 s Context>handleSignal:
         0xb854a40 s Context>handleSignal:
         0xb85f328 s Context>handleSignal:
         0xb869c10 s Context>handleSignal:
         0xb8744f8 s Context>handleSignal:
         0xb87ede0 s Context>handleSignal:
         0xb8896c8 s Context>handleSignal:
         0xb893fb0 s Context>handleSignal:
         0xb89e898 s Context>handleSignal:
         0xb8a9180 s Context>handleSignal:
         0xb8b3a68 s Context>handleSignal:
         0xb8be350 s Context>handleSignal:
         0xb8c8c38 s Context>handleSignal:
         0xb8d3520 s Context>handleSignal:
         0xb8dde08 s Context>handleSignal:
         0xb8e86f0 s Context>handleSignal:
         0xb8f2fd8 s Context>handleSignal:
         0xb8fd8c0 s Context>handleSignal:
         0xb9081a8 s Context>handleSignal:
         0xb912a90 s Context>handleSignal:
         0xb91d378 s Context>handleSignal:
         0xb927c60 s Context>handleSignal:
         0xb932548 s Context>handleSignal:
         0xb93ce30 s Context>handleSignal:
         0xb947718 s Context>handleSignal:
         0xb952000 s Context>handleSignal:
         0xb95c8e8 s Context>handleSignal:
         0xb9671d0 s Context>handleSignal:
         0xb971ab8 s Context>handleSignal:
         0xb97c3a0 s Context>handleSignal:
         0xb986c88 s Context>handleSignal:
         0xb991570 s Context>handleSignal:
         0xb99be58 s Context>handleSignal:
         0xb9a6740 s Context>handleSignal:
         0xb9b1028 s Context>handleSignal:
         0xb9bb910 s Context>handleSignal:
         0xb9c61f8 s Context>handleSignal:
         0xb9d0ae0 s Context>handleSignal:
         0xb9db3c8 s Context>handleSignal:
         0xb9e5cb0 s Context>handleSignal:
         0xb9f0598 s Context>handleSignal:
         0xb9fae80 s Context>handleSignal:
         0xba05768 s Context>handleSignal:
         0xba10050 s Context>handleSignal:
         0xba1a938 s Context>handleSignal:
         0xba25220 s Context>handleSignal:
         0xba2fb08 s Context>handleSignal:
         0xba3a3f0 s Context>handleSignal:
         0xba41358 s Context>handleSignal:
         0xb41a7a8 s Context>handleSignal:
         0xb421098 s Context>handleSignal:
         0xb428700 s Context>handleSignal:
         0xb42f110 s Context>handleSignal:
         0xb436510 s Context>handleSignal:
         0xb43d5f8 s Context>handleSignal:
         0xb4444b8 s Context>handleSignal:
         0xb44a678 s Context>handleSignal:
         0xb450838 s Context>handleSignal:
         0xb456940 s Context>handleSignal:
         0xb45c990 s Context>handleSignal:
         0xb4629e0 s Context>handleSignal:
         0xb468a30 s Context>handleSignal:
         0xb46ea80 s Context>handleSignal:
         0xb474ad0 s Context>handleSignal:
         0xb47ab20 s Context>handleSignal:
         0xb480b70 s Context>handleSignal:
         0xb486bc0 s Context>handleSignal:
         0xb48cc10 s Context>handleSignal:
         0xb492c60 s Context>handleSignal:
         0xb498cb0 s Context>handleSignal:
         0xb49ed00 s Context>handleSignal:
         0xb4a4d50 s Context>handleSignal:
         0xb4aada0 s Context>handleSignal:
         0xb4b0df0 s Context>handleSignal:
         0xb4b6e40 s Context>handleSignal:
         0xb4bce90 s Context>handleSignal:
         0xb4c2ee0 s Context>handleSignal:
         0xb4c8f30 s Context>handleSignal:
         0xb4cef80 s Context>handleSignal:
         0xb4d4f18 s Context>handleSignal:
         0xb4daeb0 s Context>handleSignal:
         0xb4e0e48 s Context>handleSignal:
         0xb4e6de0 s Context>handleSignal:
         0xb4ecd78 s Context>handleSignal:
         0xb4f2d10 s Context>handleSignal:
         0xb4f8ca8 s Context>handleSignal:
         0xb4fec40 s Context>handleSignal:
         0xb504bd8 s Context>handleSignal:
         0xb50ab70 s Context>handleSignal:
         0xb510b08 s Context>handleSignal:
         0xb516aa0 s Context>handleSignal:
         0xb51ca38 s Context>handleSignal:
         0xb5229d0 s Context>handleSignal:
         0xb528968 s Context>handleSignal:
         0xb52e900 s Context>handleSignal:
         0xb534898 s Context>handleSignal:
         0xb53a830 s Context>handleSignal:
         0xb5407c8 s Context>handleSignal:
         0xb546760 s Context>handleSignal:
         0xb54c6f8 s Context>handleSignal:
         0xb552690 s Context>handleSignal:
         0xb558628 s Context>handleSignal:
         0xb55e5c0 s Context>handleSignal:
         0xb564558 s Context>handleSignal:
         0xb56a4f0 s Context>handleSignal:
         0xb570488 s Context>handleSignal:
         0xb576420 s Context>handleSignal:
         0xb57c3b8 s Context>handleSignal:
         0xb582350 s Context>handleSignal:
         0xb5882e8 s Context>handleSignal:
         0xb58e280 s Context>handleSignal:
         0xb594218 s Context>handleSignal:
         0xb59a1b0 s Context>handleSignal:
         0xb5a0148 s Context>handleSignal:
         0xb5a60e0 s Context>handleSignal:
         0xb5ac078 s Context>handleSignal:
         0xb5b2010 s Context>handleSignal:
         0xb5b7fa8 s Context>handleSignal:
         0xb5bdf40 s Context>handleSignal:
         0xb5c3ed8 s Context>handleSignal:
         0xb5c9e70 s Context>handleSignal:
         0xb5cfe08 s Context>handleSignal:
         0xb5d5da0 s Context>handleSignal:
         0xb5dbd38 s Context>handleSignal:
         0xb5e1cd0 s Context>handleSignal:
         0xb5e7c68 s Context>handleSignal:
         0xb5edc00 s Context>handleSignal:
         0xb5f3b98 s Context>handleSignal:
         0xb5f9b30 s Context>handleSignal:
         0xb5ffac8 s Context>handleSignal:
         0xb605a60 s Context>handleSignal:
         0xb60b9f8 s Context>handleSignal:
         0xb611990 s Context>handleSignal:
         0xb617928 s Context>handleSignal:
         0xb61d8c0 s Context>handleSignal:
         0xb623858 s Context>handleSignal:
         0xb6297f0 s Context>handleSignal:
         0xb62f788 s Context>handleSignal:
         0xb635720 s Context>handleSignal:
         0xb63b6b8 s Context>handleSignal:
         0xb641650 s Context>handleSignal:
         0xb6475e8 s Context>handleSignal:
         0xb64d580 s Context>handleSignal:
         0xb653518 s Context>handleSignal:
         0xb6594b0 s Context>handleSignal:
         0xb65f390 s Context>handleSignal:
         0xb6651b8 s Context>handleSignal:
         0xb66af28 s Context>handleSignal:
         0xb670be0 s Context>handleSignal:
         0xb6767e0 s Context>handleSignal:
         0xb67c328 s Context>handleSignal:
         0xb681db8 s Context>handleSignal:
         0xb687790 s Context>handleSignal:
         0xb68d0b0 s Context>handleSignal:
         0xb692918 s Context>handleSignal:
         0xb6980c8 s Context>handleSignal:
         0xb69d7c0 s Context>handleSignal:
         0xb6a2e00 s Context>handleSignal:
         0xb6a8388 s Context>handleSignal:
         0xb6ad858 s Context>handleSignal:
         0xb6b2bb8 s Context>handleSignal:
         0xb6b7e60 s Context>handleSignal:
         0xb6bd050 s Context>handleSignal:
         0xb6c2188 s Context>handleSignal:
         0xb6c7208 s Context>handleSignal:
         0xb6cc1d0 s Context>handleSignal:
         0xb6d10e0 s Context>handleSignal:
         0xbf7c340 s Halt(Exception)>signal
         0xbf96f88 s Halt class(Exception class)>signal
         0xbfbffd0 s Halt class>now
         0xbfb60f0 s FullBlockClosure(Object)>halt
         0xbfe6870 s FullBlockClosure>printOn:
         0xc008f68 s Context>printOn:
         0xc030828 s Context>printDebugOn:
         0xc030b08 s [] in Context>debugStack:on:
         0xc053c80 s OrderedCollection>do:
         0xbfb5e78 s Context>debugStack:on:
         0xbfe6620 s Context>shortDebugStackOn:
         0xc008d30 s [] in SmalltalkImage>logError:inContext:
         0xc030548 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78120 s FullBlockClosure(BlockClosure)>on:do:
         0xbf91328 s SmalltalkImage>logStdErrorDuring:
         0xbfbaa00 s SmalltalkImage>logError:inContext:
         0xbfea800 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00cf98 s FullBlockClosure(BlockClosure)>ensure:
         0xc035938 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055fb8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066750 s Halt(Exception)>unhandledErrorAction
         0xc07bfc8 s Halt(UnhandledException)>defaultAction
         0xc0be2e8 s UndefinedObject>handleSignal:
         0xc0be3a0 s Context>handleSignal:
         0xc0be458 s Context>handleSignal:
         0xc0be510 s Context>handleSignal:
         0xc0be5c8 s Context>handleSignal:
         0xc0be680 s Context>handleSignal:
         0xc0be738 s Context>handleSignal:
         0xc0be7f0 s Context>handleSignal:
         0xc0be8a8 s Context>handleSignal:
         0xc0be960 s Context>handleSignal:
         0xc0bea18 s Context>handleSignal:
         0xc103b58 s Context>handleSignal:
         0xc10f278 s Context>handleSignal:
         0xc11a120 s Context>handleSignal:
         0xc124a08 s Context>handleSignal:
         0xc12f238 s Context>handleSignal:
         0xc139a68 s Context>handleSignal:
         0xc144298 s Context>handleSignal:
         0xc14eac8 s Context>handleSignal:
         0xc1592f8 s Context>handleSignal:
         0xc163b28 s Context>handleSignal:
         0xc16e358 s Context>handleSignal:
         0xc178b88 s Context>handleSignal:
         0xc1833b8 s Context>handleSignal:
         0xc18dbe8 s Context>handleSignal:
         0xc198418 s Context>handleSignal:
         0xc1a2c48 s Context>handleSignal:
         0xc1ad478 s Context>handleSignal:
         0xc1b7ca8 s Context>handleSignal:
         0xc1c24d8 s Context>handleSignal:
         0xc1ccd08 s Context>handleSignal:
         0xc1d7538 s Context>handleSignal:
         0xc1e1d68 s Context>handleSignal:
         0xc1ec598 s Context>handleSignal:
         0xc1f6dc8 s Context>handleSignal:
         0xc2015f8 s Context>handleSignal:
         0xc20be28 s Context>handleSignal:
         0xc216658 s Context>handleSignal:
         0xc220e88 s Context>handleSignal:
         0xc22b6b8 s Context>handleSignal:
         0xc235ee8 s Context>handleSignal:
         0xc240718 s Context>handleSignal:
         0xc24af48 s Context>handleSignal:
         0xc255778 s Context>handleSignal:
         0xc25ffa8 s Context>handleSignal:
         0xc267418 s Context>handleSignal:
         0xb7e0790 s Context>handleSignal:
         0xb7eb078 s Context>handleSignal:
         0xb7f5960 s Context>handleSignal:
         0xb800248 s Context>handleSignal:
         0xb80ab30 s Context>handleSignal:
         0xb815418 s Context>handleSignal:
         0xb81fd00 s Context>handleSignal:
         0xb82a5e8 s Context>handleSignal:
         0xb834ed0 s Context>handleSignal:
         0xb83f7b8 s Context>handleSignal:
         0xb84a0a0 s Context>handleSignal:
         0xb854988 s Context>handleSignal:
         0xb85f270 s Context>handleSignal:
         0xb869b58 s Context>handleSignal:
         0xb874440 s Context>handleSignal:
         0xb87ed28 s Context>handleSignal:
         0xb889610 s Context>handleSignal:
         0xb893ef8 s Context>handleSignal:
         0xb89e7e0 s Context>handleSignal:
         0xb8a90c8 s Context>handleSignal:
         0xb8b39b0 s Context>handleSignal:
         0xb8be298 s Context>handleSignal:
         0xb8c8b80 s Context>handleSignal:
         0xb8d3468 s Context>handleSignal:
         0xb8ddd50 s Context>handleSignal:
         0xb8e8638 s Context>handleSignal:
         0xb8f2f20 s Context>handleSignal:
         0xb8fd808 s Context>handleSignal:
         0xb9080f0 s Context>handleSignal:
         0xb9129d8 s Context>handleSignal:
         0xb91d2c0 s Context>handleSignal:
         0xb927ba8 s Context>handleSignal:
         0xb932490 s Context>handleSignal:
         0xb93cd78 s Context>handleSignal:
         0xb947660 s Context>handleSignal:
         0xb951f48 s Context>handleSignal:
         0xb95c830 s Context>handleSignal:
         0xb967118 s Context>handleSignal:
         0xb971a00 s Context>handleSignal:
         0xb97c2e8 s Context>handleSignal:
         0xb986bd0 s Context>handleSignal:
         0xb9914b8 s Context>handleSignal:
         0xb99bda0 s Context>handleSignal:
         0xb9a6688 s Context>handleSignal:
         0xb9b0f70 s Context>handleSignal:
         0xb9bb858 s Context>handleSignal:
         0xb9c6140 s Context>handleSignal:
         0xb9d0a28 s Context>handleSignal:
         0xb9db310 s Context>handleSignal:
         0xb9e5bf8 s Context>handleSignal:
         0xb9f04e0 s Context>handleSignal:
         0xb9fadc8 s Context>handleSignal:
         0xba056b0 s Context>handleSignal:
         0xba0ff98 s Context>handleSignal:
         0xba1a880 s Context>handleSignal:
         0xba25168 s Context>handleSignal:
         0xba2fa50 s Context>handleSignal:
         0xba3a338 s Context>handleSignal:
         0xba412a0 s Context>handleSignal:
         0xb41a6f0 s Context>handleSignal:
         0xb420fe0 s Context>handleSignal:
         0xb428648 s Context>handleSignal:
         0xb42f058 s Context>handleSignal:
         0xb436458 s Context>handleSignal:
         0xb43d540 s Context>handleSignal:
         0xb444400 s Context>handleSignal:
         0xb44a5c0 s Context>handleSignal:
         0xb450780 s Context>handleSignal:
         0xb456888 s Context>handleSignal:
         0xb45c8d8 s Context>handleSignal:
         0xb462928 s Context>handleSignal:
         0xb468978 s Context>handleSignal:
         0xb46e9c8 s Context>handleSignal:
         0xb474a18 s Context>handleSignal:
         0xb47aa68 s Context>handleSignal:
         0xb480ab8 s Context>handleSignal:
         0xb486b08 s Context>handleSignal:
         0xb48cb58 s Context>handleSignal:
         0xb492ba8 s Context>handleSignal:
         0xb498bf8 s Context>handleSignal:
         0xb49ec48 s Context>handleSignal:
         0xb4a4c98 s Context>handleSignal:
         0xb4aace8 s Context>handleSignal:
         0xb4b0d38 s Context>handleSignal:
         0xb4b6d88 s Context>handleSignal:
         0xb4bcdd8 s Context>handleSignal:
         0xb4c2e28 s Context>handleSignal:
         0xb4c8e78 s Context>handleSignal:
         0xb4ceec8 s Context>handleSignal:
         0xb4d4e60 s Context>handleSignal:
         0xb4dadf8 s Context>handleSignal:
         0xb4e0d90 s Context>handleSignal:
         0xb4e6d28 s Context>handleSignal:
         0xb4eccc0 s Context>handleSignal:
         0xb4f2c58 s Context>handleSignal:
         0xb4f8bf0 s Context>handleSignal:
         0xb4feb88 s Context>handleSignal:
         0xb504b20 s Context>handleSignal:
         0xb50aab8 s Context>handleSignal:
         0xb510a50 s Context>handleSignal:
         0xb5169e8 s Context>handleSignal:
         0xb51c980 s Context>handleSignal:
         0xb522918 s Context>handleSignal:
         0xb5288b0 s Context>handleSignal:
         0xb52e848 s Context>handleSignal:
         0xb5347e0 s Context>handleSignal:
         0xb53a778 s Context>handleSignal:
         0xb540710 s Context>handleSignal:
         0xb5466a8 s Context>handleSignal:
         0xb54c640 s Context>handleSignal:
         0xb5525d8 s Context>handleSignal:
         0xb558570 s Context>handleSignal:
         0xb55e508 s Context>handleSignal:
         0xb5644a0 s Context>handleSignal:
         0xb56a438 s Context>handleSignal:
         0xb5703d0 s Context>handleSignal:
         0xb576368 s Context>handleSignal:
         0xb57c300 s Context>handleSignal:
         0xb582298 s Context>handleSignal:
         0xb588230 s Context>handleSignal:
         0xb58e1c8 s Context>handleSignal:
         0xb594160 s Context>handleSignal:
         0xb59a0f8 s Context>handleSignal:
         0xb5a0090 s Context>handleSignal:
         0xb5a6028 s Context>handleSignal:
         0xb5abfc0 s Context>handleSignal:
         0xb5b1f58 s Context>handleSignal:
         0xb5b7ef0 s Context>handleSignal:
         0xb5bde88 s Context>handleSignal:
         0xb5c3e20 s Context>handleSignal:
         0xb5c9db8 s Context>handleSignal:
         0xb5cfd50 s Context>handleSignal:
         0xb5d5ce8 s Context>handleSignal:
         0xb5dbc80 s Context>handleSignal:
         0xb5e1c18 s Context>handleSignal:
         0xb5e7bb0 s Context>handleSignal:
         0xb5edb48 s Context>handleSignal:
         0xb5f3ae0 s Context>handleSignal:
         0xb5f9a78 s Context>handleSignal:
         0xb5ffa10 s Context>handleSignal:
         0xb6059a8 s Context>handleSignal:
         0xb60b940 s Context>handleSignal:
         0xb6118d8 s Context>handleSignal:
         0xb617870 s Context>handleSignal:
         0xb61d808 s Context>handleSignal:
         0xb6237a0 s Context>handleSignal:
         0xb629738 s Context>handleSignal:
         0xb62f6d0 s Context>handleSignal:
         0xb635668 s Context>handleSignal:
         0xb63b600 s Context>handleSignal:
         0xb641598 s Context>handleSignal:
         0xb647530 s Context>handleSignal:
         0xb64d4c8 s Context>handleSignal:
         0xb653460 s Context>handleSignal:
         0xb6593f8 s Context>handleSignal:
         0xb65f2d8 s Context>handleSignal:
         0xb665100 s Context>handleSignal:
         0xb66ae70 s Context>handleSignal:
         0xb670b28 s Context>handleSignal:
         0xb676728 s Context>handleSignal:
         0xb67c270 s Context>handleSignal:
         0xb681d00 s Context>handleSignal:
         0xb6876d8 s Context>handleSignal:
         0xb68cff8 s Context>handleSignal:
         0xb692860 s Context>handleSignal:
         0xb698010 s Context>handleSignal:
         0xb69d708 s Context>handleSignal:
         0xb6a2d48 s Context>handleSignal:
         0xb6a82d0 s Context>handleSignal:
         0xb6ad7a0 s Context>handleSignal:
         0xb6b2b00 s Context>handleSignal:
         0xb6b7da8 s Context>handleSignal:
         0xb6bcf98 s Context>handleSignal:
         0xb6c20d0 s Context>handleSignal:
         0xb6c7150 s Context>handleSignal:
         0xb6cc118 s Context>handleSignal:
         0xbf7c1d0 s Halt(Exception)>signal
         0xbf96db8 s Halt class(Exception class)>signal
         0xbfbfe18 s Halt class>now
         0xbfb5f30 s FullBlockClosure(Object)>halt
         0xbfe66d8 s FullBlockClosure>printOn:
         0xc008de8 s Context>printOn:
         0xc030600 s Context>printDebugOn:
         0xc0308e0 s [] in Context>debugStack:on:
         0xc053bc8 s OrderedCollection>do:
         0xbfb5cb8 s Context>debugStack:on:
         0xbfe6488 s Context>shortDebugStackOn:
         0xc008bb0 s [] in SmalltalkImage>logError:inContext:
         0xc030320 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf78068 s FullBlockClosure(BlockClosure)>on:do:
         0xbf91210 s SmalltalkImage>logStdErrorDuring:
         0xbfba900 s SmalltalkImage>logError:inContext:
         0xbfea738 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00cea8 s FullBlockClosure(BlockClosure)>ensure:
         0xc035858 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055f00 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066698 s Halt(Exception)>unhandledErrorAction
         0xc07bf10 s Halt(UnhandledException)>defaultAction
         0xc0bdb00 s UndefinedObject>handleSignal:
         0xc0bdbb8 s Context>handleSignal:
         0xc0bdc70 s Context>handleSignal:
         0xc0bdd28 s Context>handleSignal:
         0xc0bdde0 s Context>handleSignal:
         0xc0bde98 s Context>handleSignal:
         0xc0bdf50 s Context>handleSignal:
         0xc0be008 s Context>handleSignal:
         0xc0be0c0 s Context>handleSignal:
         0xc0be178 s Context>handleSignal:
         0xc0be230 s Context>handleSignal:
         0xc103aa0 s Context>handleSignal:
         0xc10f1c0 s Context>handleSignal:
         0xc11a068 s Context>handleSignal:
         0xc124950 s Context>handleSignal:
         0xc12f180 s Context>handleSignal:
         0xc1399b0 s Context>handleSignal:
         0xc1441e0 s Context>handleSignal:
         0xc14ea10 s Context>handleSignal:
         0xc159240 s Context>handleSignal:
         0xc163a70 s Context>handleSignal:
         0xc16e2a0 s Context>handleSignal:
         0xc178ad0 s Context>handleSignal:
         0xc183300 s Context>handleSignal:
         0xc18db30 s Context>handleSignal:
         0xc198360 s Context>handleSignal:
         0xc1a2b90 s Context>handleSignal:
         0xc1ad3c0 s Context>handleSignal:
         0xc1b7bf0 s Context>handleSignal:
         0xc1c2420 s Context>handleSignal:
         0xc1ccc50 s Context>handleSignal:
         0xc1d7480 s Context>handleSignal:
         0xc1e1cb0 s Context>handleSignal:
         0xc1ec4e0 s Context>handleSignal:
         0xc1f6d10 s Context>handleSignal:
         0xc201540 s Context>handleSignal:
         0xc20bd70 s Context>handleSignal:
         0xc2165a0 s Context>handleSignal:
         0xc220dd0 s Context>handleSignal:
         0xc22b600 s Context>handleSignal:
         0xc235e30 s Context>handleSignal:
         0xc240660 s Context>handleSignal:
         0xc24ae90 s Context>handleSignal:
         0xc2556c0 s Context>handleSignal:
         0xc25fef0 s Context>handleSignal:
         0xc267360 s Context>handleSignal:
         0xb7e06d8 s Context>handleSignal:
         0xb7eafc0 s Context>handleSignal:
         0xb7f58a8 s Context>handleSignal:
         0xb800190 s Context>handleSignal:
         0xb80aa78 s Context>handleSignal:
         0xb815360 s Context>handleSignal:
         0xb81fc48 s Context>handleSignal:
         0xb82a530 s Context>handleSignal:
         0xb834e18 s Context>handleSignal:
         0xb83f700 s Context>handleSignal:
         0xb849fe8 s Context>handleSignal:
         0xb8548d0 s Context>handleSignal:
         0xb85f1b8 s Context>handleSignal:
         0xb869aa0 s Context>handleSignal:
         0xb874388 s Context>handleSignal:
         0xb87ec70 s Context>handleSignal:
         0xb889558 s Context>handleSignal:
         0xb893e40 s Context>handleSignal:
         0xb89e728 s Context>handleSignal:
         0xb8a9010 s Context>handleSignal:
         0xb8b38f8 s Context>handleSignal:
         0xb8be1e0 s Context>handleSignal:
         0xb8c8ac8 s Context>handleSignal:
         0xb8d33b0 s Context>handleSignal:
         0xb8ddc98 s Context>handleSignal:
         0xb8e8580 s Context>handleSignal:
         0xb8f2e68 s Context>handleSignal:
         0xb8fd750 s Context>handleSignal:
         0xb908038 s Context>handleSignal:
         0xb912920 s Context>handleSignal:
         0xb91d208 s Context>handleSignal:
         0xb927af0 s Context>handleSignal:
         0xb9323d8 s Context>handleSignal:
         0xb93ccc0 s Context>handleSignal:
         0xb9475a8 s Context>handleSignal:
         0xb951e90 s Context>handleSignal:
         0xb95c778 s Context>handleSignal:
         0xb967060 s Context>handleSignal:
         0xb971948 s Context>handleSignal:
         0xb97c230 s Context>handleSignal:
         0xb986b18 s Context>handleSignal:
         0xb991400 s Context>handleSignal:
         0xb99bce8 s Context>handleSignal:
         0xb9a65d0 s Context>handleSignal:
         0xb9b0eb8 s Context>handleSignal:
         0xb9bb7a0 s Context>handleSignal:
         0xb9c6088 s Context>handleSignal:
         0xb9d0970 s Context>handleSignal:
         0xb9db258 s Context>handleSignal:
         0xb9e5b40 s Context>handleSignal:
         0xb9f0428 s Context>handleSignal:
         0xb9fad10 s Context>handleSignal:
         0xba055f8 s Context>handleSignal:
         0xba0fee0 s Context>handleSignal:
         0xba1a7c8 s Context>handleSignal:
         0xba250b0 s Context>handleSignal:
         0xba2f998 s Context>handleSignal:
         0xba3a280 s Context>handleSignal:
         0xba411e8 s Context>handleSignal:
         0xb41a638 s Context>handleSignal:
         0xb420f28 s Context>handleSignal:
         0xb428590 s Context>handleSignal:
         0xb42efa0 s Context>handleSignal:
         0xb4363a0 s Context>handleSignal:
         0xb43d488 s Context>handleSignal:
         0xb444348 s Context>handleSignal:
         0xb44a508 s Context>handleSignal:
         0xb4506c8 s Context>handleSignal:
         0xb4567d0 s Context>handleSignal:
         0xb45c820 s Context>handleSignal:
         0xb462870 s Context>handleSignal:
         0xb4688c0 s Context>handleSignal:
         0xb46e910 s Context>handleSignal:
         0xb474960 s Context>handleSignal:
         0xb47a9b0 s Context>handleSignal:
         0xb480a00 s Context>handleSignal:
         0xb486a50 s Context>handleSignal:
         0xb48caa0 s Context>handleSignal:
         0xb492af0 s Context>handleSignal:
         0xb498b40 s Context>handleSignal:
         0xb49eb90 s Context>handleSignal:
         0xb4a4be0 s Context>handleSignal:
         0xb4aac30 s Context>handleSignal:
         0xb4b0c80 s Context>handleSignal:
         0xb4b6cd0 s Context>handleSignal:
         0xb4bcd20 s Context>handleSignal:
         0xb4c2d70 s Context>handleSignal:
         0xb4c8dc0 s Context>handleSignal:
         0xb4cee10 s Context>handleSignal:
         0xb4d4da8 s Context>handleSignal:
         0xb4dad40 s Context>handleSignal:
         0xb4e0cd8 s Context>handleSignal:
         0xb4e6c70 s Context>handleSignal:
         0xb4ecc08 s Context>handleSignal:
         0xb4f2ba0 s Context>handleSignal:
         0xb4f8b38 s Context>handleSignal:
         0xb4fead0 s Context>handleSignal:
         0xb504a68 s Context>handleSignal:
         0xb50aa00 s Context>handleSignal:
         0xb510998 s Context>handleSignal:
         0xb516930 s Context>handleSignal:
         0xb51c8c8 s Context>handleSignal:
         0xb522860 s Context>handleSignal:
         0xb5287f8 s Context>handleSignal:
         0xb52e790 s Context>handleSignal:
         0xb534728 s Context>handleSignal:
         0xb53a6c0 s Context>handleSignal:
         0xb540658 s Context>handleSignal:
         0xb5465f0 s Context>handleSignal:
         0xb54c588 s Context>handleSignal:
         0xb552520 s Context>handleSignal:
         0xb5584b8 s Context>handleSignal:
         0xb55e450 s Context>handleSignal:
         0xb5643e8 s Context>handleSignal:
         0xb56a380 s Context>handleSignal:
         0xb570318 s Context>handleSignal:
         0xb5762b0 s Context>handleSignal:
         0xb57c248 s Context>handleSignal:
         0xb5821e0 s Context>handleSignal:
         0xb588178 s Context>handleSignal:
         0xb58e110 s Context>handleSignal:
         0xb5940a8 s Context>handleSignal:
         0xb59a040 s Context>handleSignal:
         0xb59ffd8 s Context>handleSignal:
         0xb5a5f70 s Context>handleSignal:
         0xb5abf08 s Context>handleSignal:
         0xb5b1ea0 s Context>handleSignal:
         0xb5b7e38 s Context>handleSignal:
         0xb5bddd0 s Context>handleSignal:
         0xb5c3d68 s Context>handleSignal:
         0xb5c9d00 s Context>handleSignal:
         0xb5cfc98 s Context>handleSignal:
         0xb5d5c30 s Context>handleSignal:
         0xb5dbbc8 s Context>handleSignal:
         0xb5e1b60 s Context>handleSignal:
         0xb5e7af8 s Context>handleSignal:
         0xb5eda90 s Context>handleSignal:
         0xb5f3a28 s Context>handleSignal:
         0xb5f99c0 s Context>handleSignal:
         0xb5ff958 s Context>handleSignal:
         0xb6058f0 s Context>handleSignal:
         0xb60b888 s Context>handleSignal:
         0xb611820 s Context>handleSignal:
         0xb6177b8 s Context>handleSignal:
         0xb61d750 s Context>handleSignal:
         0xb6236e8 s Context>handleSignal:
         0xb629680 s Context>handleSignal:
         0xb62f618 s Context>handleSignal:
         0xb6355b0 s Context>handleSignal:
         0xb63b548 s Context>handleSignal:
         0xb6414e0 s Context>handleSignal:
         0xb647478 s Context>handleSignal:
         0xb64d410 s Context>handleSignal:
         0xb6533a8 s Context>handleSignal:
         0xb659340 s Context>handleSignal:
         0xb65f220 s Context>handleSignal:
         0xb665048 s Context>handleSignal:
         0xb66adb8 s Context>handleSignal:
         0xb670a70 s Context>handleSignal:
         0xb676670 s Context>handleSignal:
         0xb67c1b8 s Context>handleSignal:
         0xb681c48 s Context>handleSignal:
         0xb687620 s Context>handleSignal:
         0xb68cf40 s Context>handleSignal:
         0xb6927a8 s Context>handleSignal:
         0xb697f58 s Context>handleSignal:
         0xb69d650 s Context>handleSignal:
         0xb6a2c90 s Context>handleSignal:
         0xb6a8218 s Context>handleSignal:
         0xb6ad6e8 s Context>handleSignal:
         0xb6b2a48 s Context>handleSignal:
         0xb6b7cf0 s Context>handleSignal:
         0xb6bcee0 s Context>handleSignal:
         0xb6c2018 s Context>handleSignal:
         0xb6c7098 s Context>handleSignal:
         0xbf7c060 s Halt(Exception)>signal
         0xbf96be8 s Halt class(Exception class)>signal
         0xbfbfc60 s Halt class>now
         0xbfb5d70 s FullBlockClosure(Object)>halt
         0xbfe6540 s FullBlockClosure>printOn:
         0xc008c68 s Context>printOn:
         0xc0303d8 s Context>printDebugOn:
         0xc0306b8 s [] in Context>debugStack:on:
         0xc053b10 s OrderedCollection>do:
         0xbfb5af8 s Context>debugStack:on:
         0xbfe62f0 s Context>shortDebugStackOn:
         0xc008a30 s [] in SmalltalkImage>logError:inContext:
         0xc0300f8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77fb0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf910f8 s SmalltalkImage>logStdErrorDuring:
         0xbfba800 s SmalltalkImage>logError:inContext:
         0xbfea670 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00cdb8 s FullBlockClosure(BlockClosure)>ensure:
         0xc035778 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055e48 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0665e0 s Halt(Exception)>unhandledErrorAction
         0xc07be58 s Halt(UnhandledException)>defaultAction
         0xc0bd318 s UndefinedObject>handleSignal:
         0xc0bd3d0 s Context>handleSignal:
         0xc0bd488 s Context>handleSignal:
         0xc0bd540 s Context>handleSignal:
         0xc0bd5f8 s Context>handleSignal:
         0xc0bd6b0 s Context>handleSignal:
         0xc0bd768 s Context>handleSignal:
         0xc0bd820 s Context>handleSignal:
         0xc0bd8d8 s Context>handleSignal:
         0xc0bd990 s Context>handleSignal:
         0xc0bda48 s Context>handleSignal:
         0xc1039e8 s Context>handleSignal:
         0xc10f108 s Context>handleSignal:
         0xc119fb0 s Context>handleSignal:
         0xc124898 s Context>handleSignal:
         0xc12f0c8 s Context>handleSignal:
         0xc1398f8 s Context>handleSignal:
         0xc144128 s Context>handleSignal:
         0xc14e958 s Context>handleSignal:
         0xc159188 s Context>handleSignal:
         0xc1639b8 s Context>handleSignal:
         0xc16e1e8 s Context>handleSignal:
         0xc178a18 s Context>handleSignal:
         0xc183248 s Context>handleSignal:
         0xc18da78 s Context>handleSignal:
         0xc1982a8 s Context>handleSignal:
         0xc1a2ad8 s Context>handleSignal:
         0xc1ad308 s Context>handleSignal:
         0xc1b7b38 s Context>handleSignal:
         0xc1c2368 s Context>handleSignal:
         0xc1ccb98 s Context>handleSignal:
         0xc1d73c8 s Context>handleSignal:
         0xc1e1bf8 s Context>handleSignal:
         0xc1ec428 s Context>handleSignal:
         0xc1f6c58 s Context>handleSignal:
         0xc201488 s Context>handleSignal:
         0xc20bcb8 s Context>handleSignal:
         0xc2164e8 s Context>handleSignal:
         0xc220d18 s Context>handleSignal:
         0xc22b548 s Context>handleSignal:
         0xc235d78 s Context>handleSignal:
         0xc2405a8 s Context>handleSignal:
         0xc24add8 s Context>handleSignal:
         0xc255608 s Context>handleSignal:
         0xc25fe38 s Context>handleSignal:
         0xc2672a8 s Context>handleSignal:
         0xb7e0620 s Context>handleSignal:
         0xb7eaf08 s Context>handleSignal:
         0xb7f57f0 s Context>handleSignal:
         0xb8000d8 s Context>handleSignal:
         0xb80a9c0 s Context>handleSignal:
         0xb8152a8 s Context>handleSignal:
         0xb81fb90 s Context>handleSignal:
         0xb82a478 s Context>handleSignal:
         0xb834d60 s Context>handleSignal:
         0xb83f648 s Context>handleSignal:
         0xb849f30 s Context>handleSignal:
         0xb854818 s Context>handleSignal:
         0xb85f100 s Context>handleSignal:
         0xb8699e8 s Context>handleSignal:
         0xb8742d0 s Context>handleSignal:
         0xb87ebb8 s Context>handleSignal:
         0xb8894a0 s Context>handleSignal:
         0xb893d88 s Context>handleSignal:
         0xb89e670 s Context>handleSignal:
         0xb8a8f58 s Context>handleSignal:
         0xb8b3840 s Context>handleSignal:
         0xb8be128 s Context>handleSignal:
         0xb8c8a10 s Context>handleSignal:
         0xb8d32f8 s Context>handleSignal:
         0xb8ddbe0 s Context>handleSignal:
         0xb8e84c8 s Context>handleSignal:
         0xb8f2db0 s Context>handleSignal:
         0xb8fd698 s Context>handleSignal:
         0xb907f80 s Context>handleSignal:
         0xb912868 s Context>handleSignal:
         0xb91d150 s Context>handleSignal:
         0xb927a38 s Context>handleSignal:
         0xb932320 s Context>handleSignal:
         0xb93cc08 s Context>handleSignal:
         0xb9474f0 s Context>handleSignal:
         0xb951dd8 s Context>handleSignal:
         0xb95c6c0 s Context>handleSignal:
         0xb966fa8 s Context>handleSignal:
         0xb971890 s Context>handleSignal:
         0xb97c178 s Context>handleSignal:
         0xb986a60 s Context>handleSignal:
         0xb991348 s Context>handleSignal:
         0xb99bc30 s Context>handleSignal:
         0xb9a6518 s Context>handleSignal:
         0xb9b0e00 s Context>handleSignal:
         0xb9bb6e8 s Context>handleSignal:
         0xb9c5fd0 s Context>handleSignal:
         0xb9d08b8 s Context>handleSignal:
         0xb9db1a0 s Context>handleSignal:
         0xb9e5a88 s Context>handleSignal:
         0xb9f0370 s Context>handleSignal:
         0xb9fac58 s Context>handleSignal:
         0xba05540 s Context>handleSignal:
         0xba0fe28 s Context>handleSignal:
         0xba1a710 s Context>handleSignal:
         0xba24ff8 s Context>handleSignal:
         0xba2f8e0 s Context>handleSignal:
         0xba3a1c8 s Context>handleSignal:
         0xba41130 s Context>handleSignal:
         0xb41a580 s Context>handleSignal:
         0xb420e70 s Context>handleSignal:
         0xb4284d8 s Context>handleSignal:
         0xb42eee8 s Context>handleSignal:
         0xb4362e8 s Context>handleSignal:
         0xb43d3d0 s Context>handleSignal:
         0xb444290 s Context>handleSignal:
         0xb44a450 s Context>handleSignal:
         0xb450610 s Context>handleSignal:
         0xb456718 s Context>handleSignal:
         0xb45c768 s Context>handleSignal:
         0xb4627b8 s Context>handleSignal:
         0xb468808 s Context>handleSignal:
         0xb46e858 s Context>handleSignal:
         0xb4748a8 s Context>handleSignal:
         0xb47a8f8 s Context>handleSignal:
         0xb480948 s Context>handleSignal:
         0xb486998 s Context>handleSignal:
         0xb48c9e8 s Context>handleSignal:
         0xb492a38 s Context>handleSignal:
         0xb498a88 s Context>handleSignal:
         0xb49ead8 s Context>handleSignal:
         0xb4a4b28 s Context>handleSignal:
         0xb4aab78 s Context>handleSignal:
         0xb4b0bc8 s Context>handleSignal:
         0xb4b6c18 s Context>handleSignal:
         0xb4bcc68 s Context>handleSignal:
         0xb4c2cb8 s Context>handleSignal:
         0xb4c8d08 s Context>handleSignal:
         0xb4ced58 s Context>handleSignal:
         0xb4d4cf0 s Context>handleSignal:
         0xb4dac88 s Context>handleSignal:
         0xb4e0c20 s Context>handleSignal:
         0xb4e6bb8 s Context>handleSignal:
         0xb4ecb50 s Context>handleSignal:
         0xb4f2ae8 s Context>handleSignal:
         0xb4f8a80 s Context>handleSignal:
         0xb4fea18 s Context>handleSignal:
         0xb5049b0 s Context>handleSignal:
         0xb50a948 s Context>handleSignal:
         0xb5108e0 s Context>handleSignal:
         0xb516878 s Context>handleSignal:
         0xb51c810 s Context>handleSignal:
         0xb5227a8 s Context>handleSignal:
         0xb528740 s Context>handleSignal:
         0xb52e6d8 s Context>handleSignal:
         0xb534670 s Context>handleSignal:
         0xb53a608 s Context>handleSignal:
         0xb5405a0 s Context>handleSignal:
         0xb546538 s Context>handleSignal:
         0xb54c4d0 s Context>handleSignal:
         0xb552468 s Context>handleSignal:
         0xb558400 s Context>handleSignal:
         0xb55e398 s Context>handleSignal:
         0xb564330 s Context>handleSignal:
         0xb56a2c8 s Context>handleSignal:
         0xb570260 s Context>handleSignal:
         0xb5761f8 s Context>handleSignal:
         0xb57c190 s Context>handleSignal:
         0xb582128 s Context>handleSignal:
         0xb5880c0 s Context>handleSignal:
         0xb58e058 s Context>handleSignal:
         0xb593ff0 s Context>handleSignal:
         0xb599f88 s Context>handleSignal:
         0xb59ff20 s Context>handleSignal:
         0xb5a5eb8 s Context>handleSignal:
         0xb5abe50 s Context>handleSignal:
         0xb5b1de8 s Context>handleSignal:
         0xb5b7d80 s Context>handleSignal:
         0xb5bdd18 s Context>handleSignal:
         0xb5c3cb0 s Context>handleSignal:
         0xb5c9c48 s Context>handleSignal:
         0xb5cfbe0 s Context>handleSignal:
         0xb5d5b78 s Context>handleSignal:
         0xb5dbb10 s Context>handleSignal:
         0xb5e1aa8 s Context>handleSignal:
         0xb5e7a40 s Context>handleSignal:
         0xb5ed9d8 s Context>handleSignal:
         0xb5f3970 s Context>handleSignal:
         0xb5f9908 s Context>handleSignal:
         0xb5ff8a0 s Context>handleSignal:
         0xb605838 s Context>handleSignal:
         0xb60b7d0 s Context>handleSignal:
         0xb611768 s Context>handleSignal:
         0xb617700 s Context>handleSignal:
         0xb61d698 s Context>handleSignal:
         0xb623630 s Context>handleSignal:
         0xb6295c8 s Context>handleSignal:
         0xb62f560 s Context>handleSignal:
         0xb6354f8 s Context>handleSignal:
         0xb63b490 s Context>handleSignal:
         0xb641428 s Context>handleSignal:
         0xb6473c0 s Context>handleSignal:
         0xb64d358 s Context>handleSignal:
         0xb6532f0 s Context>handleSignal:
         0xb659288 s Context>handleSignal:
         0xb65f168 s Context>handleSignal:
         0xb664f90 s Context>handleSignal:
         0xb66ad00 s Context>handleSignal:
         0xb6709b8 s Context>handleSignal:
         0xb6765b8 s Context>handleSignal:
         0xb67c100 s Context>handleSignal:
         0xb681b90 s Context>handleSignal:
         0xb687568 s Context>handleSignal:
         0xb68ce88 s Context>handleSignal:
         0xb6926f0 s Context>handleSignal:
         0xb697ea0 s Context>handleSignal:
         0xb69d598 s Context>handleSignal:
         0xb6a2bd8 s Context>handleSignal:
         0xb6a8160 s Context>handleSignal:
         0xb6ad630 s Context>handleSignal:
         0xb6b2990 s Context>handleSignal:
         0xb6b7c38 s Context>handleSignal:
         0xb6bce28 s Context>handleSignal:
         0xb6c1f60 s Context>handleSignal:
         0xbf7bef0 s Halt(Exception)>signal
         0xbf96a18 s Halt class(Exception class)>signal
         0xbfbfaa8 s Halt class>now
         0xbfb5bb0 s FullBlockClosure(Object)>halt
         0xbfe63a8 s FullBlockClosure>printOn:
         0xc008ae8 s Context>printOn:
         0xc0301b0 s Context>printDebugOn:
         0xc030490 s [] in Context>debugStack:on:
         0xc053a58 s OrderedCollection>do:
         0xbfb5938 s Context>debugStack:on:
         0xbfe6158 s Context>shortDebugStackOn:
         0xc0088b0 s [] in SmalltalkImage>logError:inContext:
         0xc02fed0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77ef8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf90fe0 s SmalltalkImage>logStdErrorDuring:
         0xbfba700 s SmalltalkImage>logError:inContext:
         0xbfea5a8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00ccc8 s FullBlockClosure(BlockClosure)>ensure:
         0xc035698 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055d90 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066528 s Halt(Exception)>unhandledErrorAction
         0xc07bda0 s Halt(UnhandledException)>defaultAction
         0xc0bcb30 s UndefinedObject>handleSignal:
         0xc0bcbe8 s Context>handleSignal:
         0xc0bcca0 s Context>handleSignal:
         0xc0bcd58 s Context>handleSignal:
         0xc0bce10 s Context>handleSignal:
         0xc0bcec8 s Context>handleSignal:
         0xc0bcf80 s Context>handleSignal:
         0xc0bd038 s Context>handleSignal:
         0xc0bd0f0 s Context>handleSignal:
         0xc0bd1a8 s Context>handleSignal:
         0xc0bd260 s Context>handleSignal:
         0xc103930 s Context>handleSignal:
         0xc10f050 s Context>handleSignal:
         0xc119ef8 s Context>handleSignal:
         0xc1247e0 s Context>handleSignal:
         0xc12f010 s Context>handleSignal:
         0xc139840 s Context>handleSignal:
         0xc144070 s Context>handleSignal:
         0xc14e8a0 s Context>handleSignal:
         0xc1590d0 s Context>handleSignal:
         0xc163900 s Context>handleSignal:
         0xc16e130 s Context>handleSignal:
         0xc178960 s Context>handleSignal:
         0xc183190 s Context>handleSignal:
         0xc18d9c0 s Context>handleSignal:
         0xc1981f0 s Context>handleSignal:
         0xc1a2a20 s Context>handleSignal:
         0xc1ad250 s Context>handleSignal:
         0xc1b7a80 s Context>handleSignal:
         0xc1c22b0 s Context>handleSignal:
         0xc1ccae0 s Context>handleSignal:
         0xc1d7310 s Context>handleSignal:
         0xc1e1b40 s Context>handleSignal:
         0xc1ec370 s Context>handleSignal:
         0xc1f6ba0 s Context>handleSignal:
         0xc2013d0 s Context>handleSignal:
         0xc20bc00 s Context>handleSignal:
         0xc216430 s Context>handleSignal:
         0xc220c60 s Context>handleSignal:
         0xc22b490 s Context>handleSignal:
         0xc235cc0 s Context>handleSignal:
         0xc2404f0 s Context>handleSignal:
         0xc24ad20 s Context>handleSignal:
         0xc255550 s Context>handleSignal:
         0xc25fd80 s Context>handleSignal:
         0xc2671f0 s Context>handleSignal:
         0xb7e0568 s Context>handleSignal:
         0xb7eae50 s Context>handleSignal:
         0xb7f5738 s Context>handleSignal:
         0xb800020 s Context>handleSignal:
         0xb80a908 s Context>handleSignal:
         0xb8151f0 s Context>handleSignal:
         0xb81fad8 s Context>handleSignal:
         0xb82a3c0 s Context>handleSignal:
         0xb834ca8 s Context>handleSignal:
         0xb83f590 s Context>handleSignal:
         0xb849e78 s Context>handleSignal:
         0xb854760 s Context>handleSignal:
         0xb85f048 s Context>handleSignal:
         0xb869930 s Context>handleSignal:
         0xb874218 s Context>handleSignal:
         0xb87eb00 s Context>handleSignal:
         0xb8893e8 s Context>handleSignal:
         0xb893cd0 s Context>handleSignal:
         0xb89e5b8 s Context>handleSignal:
         0xb8a8ea0 s Context>handleSignal:
         0xb8b3788 s Context>handleSignal:
         0xb8be070 s Context>handleSignal:
         0xb8c8958 s Context>handleSignal:
         0xb8d3240 s Context>handleSignal:
         0xb8ddb28 s Context>handleSignal:
         0xb8e8410 s Context>handleSignal:
         0xb8f2cf8 s Context>handleSignal:
         0xb8fd5e0 s Context>handleSignal:
         0xb907ec8 s Context>handleSignal:
         0xb9127b0 s Context>handleSignal:
         0xb91d098 s Context>handleSignal:
         0xb927980 s Context>handleSignal:
         0xb932268 s Context>handleSignal:
         0xb93cb50 s Context>handleSignal:
         0xb947438 s Context>handleSignal:
         0xb951d20 s Context>handleSignal:
         0xb95c608 s Context>handleSignal:
         0xb966ef0 s Context>handleSignal:
         0xb9717d8 s Context>handleSignal:
         0xb97c0c0 s Context>handleSignal:
         0xb9869a8 s Context>handleSignal:
         0xb991290 s Context>handleSignal:
         0xb99bb78 s Context>handleSignal:
         0xb9a6460 s Context>handleSignal:
         0xb9b0d48 s Context>handleSignal:
         0xb9bb630 s Context>handleSignal:
         0xb9c5f18 s Context>handleSignal:
         0xb9d0800 s Context>handleSignal:
         0xb9db0e8 s Context>handleSignal:
         0xb9e59d0 s Context>handleSignal:
         0xb9f02b8 s Context>handleSignal:
         0xb9faba0 s Context>handleSignal:
         0xba05488 s Context>handleSignal:
         0xba0fd70 s Context>handleSignal:
         0xba1a658 s Context>handleSignal:
         0xba24f40 s Context>handleSignal:
         0xba2f828 s Context>handleSignal:
         0xba3a110 s Context>handleSignal:
         0xba41078 s Context>handleSignal:
         0xb41a4c8 s Context>handleSignal:
         0xb420db8 s Context>handleSignal:
         0xb428420 s Context>handleSignal:
         0xb42ee30 s Context>handleSignal:
         0xb436230 s Context>handleSignal:
         0xb43d318 s Context>handleSignal:
         0xb4441d8 s Context>handleSignal:
         0xb44a398 s Context>handleSignal:
         0xb450558 s Context>handleSignal:
         0xb456660 s Context>handleSignal:
         0xb45c6b0 s Context>handleSignal:
         0xb462700 s Context>handleSignal:
         0xb468750 s Context>handleSignal:
         0xb46e7a0 s Context>handleSignal:
         0xb4747f0 s Context>handleSignal:
         0xb47a840 s Context>handleSignal:
         0xb480890 s Context>handleSignal:
         0xb4868e0 s Context>handleSignal:
         0xb48c930 s Context>handleSignal:
         0xb492980 s Context>handleSignal:
         0xb4989d0 s Context>handleSignal:
         0xb49ea20 s Context>handleSignal:
         0xb4a4a70 s Context>handleSignal:
         0xb4aaac0 s Context>handleSignal:
         0xb4b0b10 s Context>handleSignal:
         0xb4b6b60 s Context>handleSignal:
         0xb4bcbb0 s Context>handleSignal:
         0xb4c2c00 s Context>handleSignal:
         0xb4c8c50 s Context>handleSignal:
         0xb4ceca0 s Context>handleSignal:
         0xb4d4c38 s Context>handleSignal:
         0xb4dabd0 s Context>handleSignal:
         0xb4e0b68 s Context>handleSignal:
         0xb4e6b00 s Context>handleSignal:
         0xb4eca98 s Context>handleSignal:
         0xb4f2a30 s Context>handleSignal:
         0xb4f89c8 s Context>handleSignal:
         0xb4fe960 s Context>handleSignal:
         0xb5048f8 s Context>handleSignal:
         0xb50a890 s Context>handleSignal:
         0xb510828 s Context>handleSignal:
         0xb5167c0 s Context>handleSignal:
         0xb51c758 s Context>handleSignal:
         0xb5226f0 s Context>handleSignal:
         0xb528688 s Context>handleSignal:
         0xb52e620 s Context>handleSignal:
         0xb5345b8 s Context>handleSignal:
         0xb53a550 s Context>handleSignal:
         0xb5404e8 s Context>handleSignal:
         0xb546480 s Context>handleSignal:
         0xb54c418 s Context>handleSignal:
         0xb5523b0 s Context>handleSignal:
         0xb558348 s Context>handleSignal:
         0xb55e2e0 s Context>handleSignal:
         0xb564278 s Context>handleSignal:
         0xb56a210 s Context>handleSignal:
         0xb5701a8 s Context>handleSignal:
         0xb576140 s Context>handleSignal:
         0xb57c0d8 s Context>handleSignal:
         0xb582070 s Context>handleSignal:
         0xb588008 s Context>handleSignal:
         0xb58dfa0 s Context>handleSignal:
         0xb593f38 s Context>handleSignal:
         0xb599ed0 s Context>handleSignal:
         0xb59fe68 s Context>handleSignal:
         0xb5a5e00 s Context>handleSignal:
         0xb5abd98 s Context>handleSignal:
         0xb5b1d30 s Context>handleSignal:
         0xb5b7cc8 s Context>handleSignal:
         0xb5bdc60 s Context>handleSignal:
         0xb5c3bf8 s Context>handleSignal:
         0xb5c9b90 s Context>handleSignal:
         0xb5cfb28 s Context>handleSignal:
         0xb5d5ac0 s Context>handleSignal:
         0xb5dba58 s Context>handleSignal:
         0xb5e19f0 s Context>handleSignal:
         0xb5e7988 s Context>handleSignal:
         0xb5ed920 s Context>handleSignal:
         0xb5f38b8 s Context>handleSignal:
         0xb5f9850 s Context>handleSignal:
         0xb5ff7e8 s Context>handleSignal:
         0xb605780 s Context>handleSignal:
         0xb60b718 s Context>handleSignal:
         0xb6116b0 s Context>handleSignal:
         0xb617648 s Context>handleSignal:
         0xb61d5e0 s Context>handleSignal:
         0xb623578 s Context>handleSignal:
         0xb629510 s Context>handleSignal:
         0xb62f4a8 s Context>handleSignal:
         0xb635440 s Context>handleSignal:
         0xb63b3d8 s Context>handleSignal:
         0xb641370 s Context>handleSignal:
         0xb647308 s Context>handleSignal:
         0xb64d2a0 s Context>handleSignal:
         0xb653238 s Context>handleSignal:
         0xb6591d0 s Context>handleSignal:
         0xb65f0b0 s Context>handleSignal:
         0xb664ed8 s Context>handleSignal:
         0xb66ac48 s Context>handleSignal:
         0xb670900 s Context>handleSignal:
         0xb676500 s Context>handleSignal:
         0xb67c048 s Context>handleSignal:
         0xb681ad8 s Context>handleSignal:
         0xb6874b0 s Context>handleSignal:
         0xb68cdd0 s Context>handleSignal:
         0xb692638 s Context>handleSignal:
         0xb697de8 s Context>handleSignal:
         0xb69d4e0 s Context>handleSignal:
         0xb6a2b20 s Context>handleSignal:
         0xb6a80a8 s Context>handleSignal:
         0xb6ad578 s Context>handleSignal:
         0xb6b28d8 s Context>handleSignal:
         0xb6b7b80 s Context>handleSignal:
         0xb6bcd70 s Context>handleSignal:
         0xbf7bd80 s Halt(Exception)>signal
         0xbf96848 s Halt class(Exception class)>signal
         0xbfbf8f0 s Halt class>now
         0xbfb59f0 s FullBlockClosure(Object)>halt
         0xbfe6210 s FullBlockClosure>printOn:
         0xc008968 s Context>printOn:
         0xc02ff88 s Context>printDebugOn:
         0xc030268 s [] in Context>debugStack:on:
         0xc0539a0 s OrderedCollection>do:
         0xbfb5778 s Context>debugStack:on:
         0xbfe5fc0 s Context>shortDebugStackOn:
         0xc008730 s [] in SmalltalkImage>logError:inContext:
         0xc02fca8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77e40 s FullBlockClosure(BlockClosure)>on:do:
         0xbf90ec8 s SmalltalkImage>logStdErrorDuring:
         0xbfba600 s SmalltalkImage>logError:inContext:
         0xbfea4e0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00cbd8 s FullBlockClosure(BlockClosure)>ensure:
         0xc0355b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055cd8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066470 s Halt(Exception)>unhandledErrorAction
         0xc07bce8 s Halt(UnhandledException)>defaultAction
         0xc0bc348 s UndefinedObject>handleSignal:
         0xc0bc400 s Context>handleSignal:
         0xc0bc4b8 s Context>handleSignal:
         0xc0bc570 s Context>handleSignal:
         0xc0bc628 s Context>handleSignal:
         0xc0bc6e0 s Context>handleSignal:
         0xc0bc798 s Context>handleSignal:
         0xc0bc850 s Context>handleSignal:
         0xc0bc908 s Context>handleSignal:
         0xc0bc9c0 s Context>handleSignal:
         0xc0bca78 s Context>handleSignal:
         0xc103878 s Context>handleSignal:
         0xc10ef98 s Context>handleSignal:
         0xc119e40 s Context>handleSignal:
         0xc124728 s Context>handleSignal:
         0xc12ef58 s Context>handleSignal:
         0xc139788 s Context>handleSignal:
         0xc143fb8 s Context>handleSignal:
         0xc14e7e8 s Context>handleSignal:
         0xc159018 s Context>handleSignal:
         0xc163848 s Context>handleSignal:
         0xc16e078 s Context>handleSignal:
         0xc1788a8 s Context>handleSignal:
         0xc1830d8 s Context>handleSignal:
         0xc18d908 s Context>handleSignal:
         0xc198138 s Context>handleSignal:
         0xc1a2968 s Context>handleSignal:
         0xc1ad198 s Context>handleSignal:
         0xc1b79c8 s Context>handleSignal:
         0xc1c21f8 s Context>handleSignal:
         0xc1cca28 s Context>handleSignal:
         0xc1d7258 s Context>handleSignal:
         0xc1e1a88 s Context>handleSignal:
         0xc1ec2b8 s Context>handleSignal:
         0xc1f6ae8 s Context>handleSignal:
         0xc201318 s Context>handleSignal:
         0xc20bb48 s Context>handleSignal:
         0xc216378 s Context>handleSignal:
         0xc220ba8 s Context>handleSignal:
         0xc22b3d8 s Context>handleSignal:
         0xc235c08 s Context>handleSignal:
         0xc240438 s Context>handleSignal:
         0xc24ac68 s Context>handleSignal:
         0xc255498 s Context>handleSignal:
         0xc25fcc8 s Context>handleSignal:
         0xc267138 s Context>handleSignal:
         0xb7e04b0 s Context>handleSignal:
         0xb7ead98 s Context>handleSignal:
         0xb7f5680 s Context>handleSignal:
         0xb7fff68 s Context>handleSignal:
         0xb80a850 s Context>handleSignal:
         0xb815138 s Context>handleSignal:
         0xb81fa20 s Context>handleSignal:
         0xb82a308 s Context>handleSignal:
         0xb834bf0 s Context>handleSignal:
         0xb83f4d8 s Context>handleSignal:
         0xb849dc0 s Context>handleSignal:
         0xb8546a8 s Context>handleSignal:
         0xb85ef90 s Context>handleSignal:
         0xb869878 s Context>handleSignal:
         0xb874160 s Context>handleSignal:
         0xb87ea48 s Context>handleSignal:
         0xb889330 s Context>handleSignal:
         0xb893c18 s Context>handleSignal:
         0xb89e500 s Context>handleSignal:
         0xb8a8de8 s Context>handleSignal:
         0xb8b36d0 s Context>handleSignal:
         0xb8bdfb8 s Context>handleSignal:
         0xb8c88a0 s Context>handleSignal:
         0xb8d3188 s Context>handleSignal:
         0xb8dda70 s Context>handleSignal:
         0xb8e8358 s Context>handleSignal:
         0xb8f2c40 s Context>handleSignal:
         0xb8fd528 s Context>handleSignal:
         0xb907e10 s Context>handleSignal:
         0xb9126f8 s Context>handleSignal:
         0xb91cfe0 s Context>handleSignal:
         0xb9278c8 s Context>handleSignal:
         0xb9321b0 s Context>handleSignal:
         0xb93ca98 s Context>handleSignal:
         0xb947380 s Context>handleSignal:
         0xb951c68 s Context>handleSignal:
         0xb95c550 s Context>handleSignal:
         0xb966e38 s Context>handleSignal:
         0xb971720 s Context>handleSignal:
         0xb97c008 s Context>handleSignal:
         0xb9868f0 s Context>handleSignal:
         0xb9911d8 s Context>handleSignal:
         0xb99bac0 s Context>handleSignal:
         0xb9a63a8 s Context>handleSignal:
         0xb9b0c90 s Context>handleSignal:
         0xb9bb578 s Context>handleSignal:
         0xb9c5e60 s Context>handleSignal:
         0xb9d0748 s Context>handleSignal:
         0xb9db030 s Context>handleSignal:
         0xb9e5918 s Context>handleSignal:
         0xb9f0200 s Context>handleSignal:
         0xb9faae8 s Context>handleSignal:
         0xba053d0 s Context>handleSignal:
         0xba0fcb8 s Context>handleSignal:
         0xba1a5a0 s Context>handleSignal:
         0xba24e88 s Context>handleSignal:
         0xba2f770 s Context>handleSignal:
         0xba3a058 s Context>handleSignal:
         0xba40fc0 s Context>handleSignal:
         0xb41a410 s Context>handleSignal:
         0xb420d00 s Context>handleSignal:
         0xb428368 s Context>handleSignal:
         0xb42ed78 s Context>handleSignal:
         0xb436178 s Context>handleSignal:
         0xb43d260 s Context>handleSignal:
         0xb444120 s Context>handleSignal:
         0xb44a2e0 s Context>handleSignal:
         0xb4504a0 s Context>handleSignal:
         0xb4565a8 s Context>handleSignal:
         0xb45c5f8 s Context>handleSignal:
         0xb462648 s Context>handleSignal:
         0xb468698 s Context>handleSignal:
         0xb46e6e8 s Context>handleSignal:
         0xb474738 s Context>handleSignal:
         0xb47a788 s Context>handleSignal:
         0xb4807d8 s Context>handleSignal:
         0xb486828 s Context>handleSignal:
         0xb48c878 s Context>handleSignal:
         0xb4928c8 s Context>handleSignal:
         0xb498918 s Context>handleSignal:
         0xb49e968 s Context>handleSignal:
         0xb4a49b8 s Context>handleSignal:
         0xb4aaa08 s Context>handleSignal:
         0xb4b0a58 s Context>handleSignal:
         0xb4b6aa8 s Context>handleSignal:
         0xb4bcaf8 s Context>handleSignal:
         0xb4c2b48 s Context>handleSignal:
         0xb4c8b98 s Context>handleSignal:
         0xb4cebe8 s Context>handleSignal:
         0xb4d4b80 s Context>handleSignal:
         0xb4dab18 s Context>handleSignal:
         0xb4e0ab0 s Context>handleSignal:
         0xb4e6a48 s Context>handleSignal:
         0xb4ec9e0 s Context>handleSignal:
         0xb4f2978 s Context>handleSignal:
         0xb4f8910 s Context>handleSignal:
         0xb4fe8a8 s Context>handleSignal:
         0xb504840 s Context>handleSignal:
         0xb50a7d8 s Context>handleSignal:
         0xb510770 s Context>handleSignal:
         0xb516708 s Context>handleSignal:
         0xb51c6a0 s Context>handleSignal:
         0xb522638 s Context>handleSignal:
         0xb5285d0 s Context>handleSignal:
         0xb52e568 s Context>handleSignal:
         0xb534500 s Context>handleSignal:
         0xb53a498 s Context>handleSignal:
         0xb540430 s Context>handleSignal:
         0xb5463c8 s Context>handleSignal:
         0xb54c360 s Context>handleSignal:
         0xb5522f8 s Context>handleSignal:
         0xb558290 s Context>handleSignal:
         0xb55e228 s Context>handleSignal:
         0xb5641c0 s Context>handleSignal:
         0xb56a158 s Context>handleSignal:
         0xb5700f0 s Context>handleSignal:
         0xb576088 s Context>handleSignal:
         0xb57c020 s Context>handleSignal:
         0xb581fb8 s Context>handleSignal:
         0xb587f50 s Context>handleSignal:
         0xb58dee8 s Context>handleSignal:
         0xb593e80 s Context>handleSignal:
         0xb599e18 s Context>handleSignal:
         0xb59fdb0 s Context>handleSignal:
         0xb5a5d48 s Context>handleSignal:
         0xb5abce0 s Context>handleSignal:
         0xb5b1c78 s Context>handleSignal:
         0xb5b7c10 s Context>handleSignal:
         0xb5bdba8 s Context>handleSignal:
         0xb5c3b40 s Context>handleSignal:
         0xb5c9ad8 s Context>handleSignal:
         0xb5cfa70 s Context>handleSignal:
         0xb5d5a08 s Context>handleSignal:
         0xb5db9a0 s Context>handleSignal:
         0xb5e1938 s Context>handleSignal:
         0xb5e78d0 s Context>handleSignal:
         0xb5ed868 s Context>handleSignal:
         0xb5f3800 s Context>handleSignal:
         0xb5f9798 s Context>handleSignal:
         0xb5ff730 s Context>handleSignal:
         0xb6056c8 s Context>handleSignal:
         0xb60b660 s Context>handleSignal:
         0xb6115f8 s Context>handleSignal:
         0xb617590 s Context>handleSignal:
         0xb61d528 s Context>handleSignal:
         0xb6234c0 s Context>handleSignal:
         0xb629458 s Context>handleSignal:
         0xb62f3f0 s Context>handleSignal:
         0xb635388 s Context>handleSignal:
         0xb63b320 s Context>handleSignal:
         0xb6412b8 s Context>handleSignal:
         0xb647250 s Context>handleSignal:
         0xb64d1e8 s Context>handleSignal:
         0xb653180 s Context>handleSignal:
         0xb659118 s Context>handleSignal:
         0xb65eff8 s Context>handleSignal:
         0xb664e20 s Context>handleSignal:
         0xb66ab90 s Context>handleSignal:
         0xb670848 s Context>handleSignal:
         0xb676448 s Context>handleSignal:
         0xb67bf90 s Context>handleSignal:
         0xb681a20 s Context>handleSignal:
         0xb6873f8 s Context>handleSignal:
         0xb68cd18 s Context>handleSignal:
         0xb692580 s Context>handleSignal:
         0xb697d30 s Context>handleSignal:
         0xb69d428 s Context>handleSignal:
         0xb6a2a68 s Context>handleSignal:
         0xb6a7ff0 s Context>handleSignal:
         0xb6ad4c0 s Context>handleSignal:
         0xb6b2820 s Context>handleSignal:
         0xb6b7ac8 s Context>handleSignal:
         0xbf7bc10 s Halt(Exception)>signal
         0xbf96678 s Halt class(Exception class)>signal
         0xbfbf738 s Halt class>now
         0xbfb5830 s FullBlockClosure(Object)>halt
         0xbfe6078 s FullBlockClosure>printOn:
         0xc0087e8 s Context>printOn:
         0xc02fd60 s Context>printDebugOn:
         0xc030040 s [] in Context>debugStack:on:
         0xc0538e8 s OrderedCollection>do:
         0xbfb55b8 s Context>debugStack:on:
         0xbfe5e28 s Context>shortDebugStackOn:
         0xc0085b0 s [] in SmalltalkImage>logError:inContext:
         0xc02fa80 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77d88 s FullBlockClosure(BlockClosure)>on:do:
         0xbf90db0 s SmalltalkImage>logStdErrorDuring:
         0xbfba500 s SmalltalkImage>logError:inContext:
         0xbfea418 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00cae8 s FullBlockClosure(BlockClosure)>ensure:
         0xc0354d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055c20 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0663b8 s Halt(Exception)>unhandledErrorAction
         0xc07bc30 s Halt(UnhandledException)>defaultAction
         0xc0bbb60 s UndefinedObject>handleSignal:
         0xc0bbc18 s Context>handleSignal:
         0xc0bbcd0 s Context>handleSignal:
         0xc0bbd88 s Context>handleSignal:
         0xc0bbe40 s Context>handleSignal:
         0xc0bbef8 s Context>handleSignal:
         0xc0bbfb0 s Context>handleSignal:
         0xc0bc068 s Context>handleSignal:
         0xc0bc120 s Context>handleSignal:
         0xc0bc1d8 s Context>handleSignal:
         0xc0bc290 s Context>handleSignal:
         0xc1037c0 s Context>handleSignal:
         0xc10eee0 s Context>handleSignal:
         0xc119d88 s Context>handleSignal:
         0xc124670 s Context>handleSignal:
         0xc12eea0 s Context>handleSignal:
         0xc1396d0 s Context>handleSignal:
         0xc143f00 s Context>handleSignal:
         0xc14e730 s Context>handleSignal:
         0xc158f60 s Context>handleSignal:
         0xc163790 s Context>handleSignal:
         0xc16dfc0 s Context>handleSignal:
         0xc1787f0 s Context>handleSignal:
         0xc183020 s Context>handleSignal:
         0xc18d850 s Context>handleSignal:
         0xc198080 s Context>handleSignal:
         0xc1a28b0 s Context>handleSignal:
         0xc1ad0e0 s Context>handleSignal:
         0xc1b7910 s Context>handleSignal:
         0xc1c2140 s Context>handleSignal:
         0xc1cc970 s Context>handleSignal:
         0xc1d71a0 s Context>handleSignal:
         0xc1e19d0 s Context>handleSignal:
         0xc1ec200 s Context>handleSignal:
         0xc1f6a30 s Context>handleSignal:
         0xc201260 s Context>handleSignal:
         0xc20ba90 s Context>handleSignal:
         0xc2162c0 s Context>handleSignal:
         0xc220af0 s Context>handleSignal:
         0xc22b320 s Context>handleSignal:
         0xc235b50 s Context>handleSignal:
         0xc240380 s Context>handleSignal:
         0xc24abb0 s Context>handleSignal:
         0xc2553e0 s Context>handleSignal:
         0xc25fc10 s Context>handleSignal:
         0xc267080 s Context>handleSignal:
         0xb7e03f8 s Context>handleSignal:
         0xb7eace0 s Context>handleSignal:
         0xb7f55c8 s Context>handleSignal:
         0xb7ffeb0 s Context>handleSignal:
         0xb80a798 s Context>handleSignal:
         0xb815080 s Context>handleSignal:
         0xb81f968 s Context>handleSignal:
         0xb82a250 s Context>handleSignal:
         0xb834b38 s Context>handleSignal:
         0xb83f420 s Context>handleSignal:
         0xb849d08 s Context>handleSignal:
         0xb8545f0 s Context>handleSignal:
         0xb85eed8 s Context>handleSignal:
         0xb8697c0 s Context>handleSignal:
         0xb8740a8 s Context>handleSignal:
         0xb87e990 s Context>handleSignal:
         0xb889278 s Context>handleSignal:
         0xb893b60 s Context>handleSignal:
         0xb89e448 s Context>handleSignal:
         0xb8a8d30 s Context>handleSignal:
         0xb8b3618 s Context>handleSignal:
         0xb8bdf00 s Context>handleSignal:
         0xb8c87e8 s Context>handleSignal:
         0xb8d30d0 s Context>handleSignal:
         0xb8dd9b8 s Context>handleSignal:
         0xb8e82a0 s Context>handleSignal:
         0xb8f2b88 s Context>handleSignal:
         0xb8fd470 s Context>handleSignal:
         0xb907d58 s Context>handleSignal:
         0xb912640 s Context>handleSignal:
         0xb91cf28 s Context>handleSignal:
         0xb927810 s Context>handleSignal:
         0xb9320f8 s Context>handleSignal:
         0xb93c9e0 s Context>handleSignal:
         0xb9472c8 s Context>handleSignal:
         0xb951bb0 s Context>handleSignal:
         0xb95c498 s Context>handleSignal:
         0xb966d80 s Context>handleSignal:
         0xb971668 s Context>handleSignal:
         0xb97bf50 s Context>handleSignal:
         0xb986838 s Context>handleSignal:
         0xb991120 s Context>handleSignal:
         0xb99ba08 s Context>handleSignal:
         0xb9a62f0 s Context>handleSignal:
         0xb9b0bd8 s Context>handleSignal:
         0xb9bb4c0 s Context>handleSignal:
         0xb9c5da8 s Context>handleSignal:
         0xb9d0690 s Context>handleSignal:
         0xb9daf78 s Context>handleSignal:
         0xb9e5860 s Context>handleSignal:
         0xb9f0148 s Context>handleSignal:
         0xb9faa30 s Context>handleSignal:
         0xba05318 s Context>handleSignal:
         0xba0fc00 s Context>handleSignal:
         0xba1a4e8 s Context>handleSignal:
         0xba24dd0 s Context>handleSignal:
         0xba2f6b8 s Context>handleSignal:
         0xba39fa0 s Context>handleSignal:
         0xba40f08 s Context>handleSignal:
         0xb41a358 s Context>handleSignal:
         0xb420c48 s Context>handleSignal:
         0xb4282b0 s Context>handleSignal:
         0xb42ecc0 s Context>handleSignal:
         0xb4360c0 s Context>handleSignal:
         0xb43d1a8 s Context>handleSignal:
         0xb444068 s Context>handleSignal:
         0xb44a228 s Context>handleSignal:
         0xb4503e8 s Context>handleSignal:
         0xb4564f0 s Context>handleSignal:
         0xb45c540 s Context>handleSignal:
         0xb462590 s Context>handleSignal:
         0xb4685e0 s Context>handleSignal:
         0xb46e630 s Context>handleSignal:
         0xb474680 s Context>handleSignal:
         0xb47a6d0 s Context>handleSignal:
         0xb480720 s Context>handleSignal:
         0xb486770 s Context>handleSignal:
         0xb48c7c0 s Context>handleSignal:
         0xb492810 s Context>handleSignal:
         0xb498860 s Context>handleSignal:
         0xb49e8b0 s Context>handleSignal:
         0xb4a4900 s Context>handleSignal:
         0xb4aa950 s Context>handleSignal:
         0xb4b09a0 s Context>handleSignal:
         0xb4b69f0 s Context>handleSignal:
         0xb4bca40 s Context>handleSignal:
         0xb4c2a90 s Context>handleSignal:
         0xb4c8ae0 s Context>handleSignal:
         0xb4ceb30 s Context>handleSignal:
         0xb4d4ac8 s Context>handleSignal:
         0xb4daa60 s Context>handleSignal:
         0xb4e09f8 s Context>handleSignal:
         0xb4e6990 s Context>handleSignal:
         0xb4ec928 s Context>handleSignal:
         0xb4f28c0 s Context>handleSignal:
         0xb4f8858 s Context>handleSignal:
         0xb4fe7f0 s Context>handleSignal:
         0xb504788 s Context>handleSignal:
         0xb50a720 s Context>handleSignal:
         0xb5106b8 s Context>handleSignal:
         0xb516650 s Context>handleSignal:
         0xb51c5e8 s Context>handleSignal:
         0xb522580 s Context>handleSignal:
         0xb528518 s Context>handleSignal:
         0xb52e4b0 s Context>handleSignal:
         0xb534448 s Context>handleSignal:
         0xb53a3e0 s Context>handleSignal:
         0xb540378 s Context>handleSignal:
         0xb546310 s Context>handleSignal:
         0xb54c2a8 s Context>handleSignal:
         0xb552240 s Context>handleSignal:
         0xb5581d8 s Context>handleSignal:
         0xb55e170 s Context>handleSignal:
         0xb564108 s Context>handleSignal:
         0xb56a0a0 s Context>handleSignal:
         0xb570038 s Context>handleSignal:
         0xb575fd0 s Context>handleSignal:
         0xb57bf68 s Context>handleSignal:
         0xb581f00 s Context>handleSignal:
         0xb587e98 s Context>handleSignal:
         0xb58de30 s Context>handleSignal:
         0xb593dc8 s Context>handleSignal:
         0xb599d60 s Context>handleSignal:
         0xb59fcf8 s Context>handleSignal:
         0xb5a5c90 s Context>handleSignal:
         0xb5abc28 s Context>handleSignal:
         0xb5b1bc0 s Context>handleSignal:
         0xb5b7b58 s Context>handleSignal:
         0xb5bdaf0 s Context>handleSignal:
         0xb5c3a88 s Context>handleSignal:
         0xb5c9a20 s Context>handleSignal:
         0xb5cf9b8 s Context>handleSignal:
         0xb5d5950 s Context>handleSignal:
         0xb5db8e8 s Context>handleSignal:
         0xb5e1880 s Context>handleSignal:
         0xb5e7818 s Context>handleSignal:
         0xb5ed7b0 s Context>handleSignal:
         0xb5f3748 s Context>handleSignal:
         0xb5f96e0 s Context>handleSignal:
         0xb5ff678 s Context>handleSignal:
         0xb605610 s Context>handleSignal:
         0xb60b5a8 s Context>handleSignal:
         0xb611540 s Context>handleSignal:
         0xb6174d8 s Context>handleSignal:
         0xb61d470 s Context>handleSignal:
         0xb623408 s Context>handleSignal:
         0xb6293a0 s Context>handleSignal:
         0xb62f338 s Context>handleSignal:
         0xb6352d0 s Context>handleSignal:
         0xb63b268 s Context>handleSignal:
         0xb641200 s Context>handleSignal:
         0xb647198 s Context>handleSignal:
         0xb64d130 s Context>handleSignal:
         0xb6530c8 s Context>handleSignal:
         0xb659060 s Context>handleSignal:
         0xb65ef40 s Context>handleSignal:
         0xb664d68 s Context>handleSignal:
         0xb66aad8 s Context>handleSignal:
         0xb670790 s Context>handleSignal:
         0xb676390 s Context>handleSignal:
         0xb67bed8 s Context>handleSignal:
         0xb681968 s Context>handleSignal:
         0xb687340 s Context>handleSignal:
         0xb68cc60 s Context>handleSignal:
         0xb6924c8 s Context>handleSignal:
         0xb697c78 s Context>handleSignal:
         0xb69d370 s Context>handleSignal:
         0xb6a29b0 s Context>handleSignal:
         0xb6a7f38 s Context>handleSignal:
         0xb6ad408 s Context>handleSignal:
         0xb6b2768 s Context>handleSignal:
         0xbf7baa0 s Halt(Exception)>signal
         0xbf964a8 s Halt class(Exception class)>signal
         0xbfbf580 s Halt class>now
         0xbfb5670 s FullBlockClosure(Object)>halt
         0xbfe5ee0 s FullBlockClosure>printOn:
         0xc008668 s Context>printOn:
         0xc02fb38 s Context>printDebugOn:
         0xc02fe18 s [] in Context>debugStack:on:
         0xc053830 s OrderedCollection>do:
         0xbfb53f8 s Context>debugStack:on:
         0xbfe5c90 s Context>shortDebugStackOn:
         0xc008430 s [] in SmalltalkImage>logError:inContext:
         0xc02f858 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77cd0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf90c98 s SmalltalkImage>logStdErrorDuring:
         0xbfba400 s SmalltalkImage>logError:inContext:
         0xbfea350 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00c9f8 s FullBlockClosure(BlockClosure)>ensure:
         0xc0353f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055b68 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066300 s Halt(Exception)>unhandledErrorAction
         0xc07bb78 s Halt(UnhandledException)>defaultAction
         0xc0bb378 s UndefinedObject>handleSignal:
         0xc0bb430 s Context>handleSignal:
         0xc0bb4e8 s Context>handleSignal:
         0xc0bb5a0 s Context>handleSignal:
         0xc0bb658 s Context>handleSignal:
         0xc0bb710 s Context>handleSignal:
         0xc0bb7c8 s Context>handleSignal:
         0xc0bb880 s Context>handleSignal:
         0xc0bb938 s Context>handleSignal:
         0xc0bb9f0 s Context>handleSignal:
         0xc0bbaa8 s Context>handleSignal:
         0xc103708 s Context>handleSignal:
         0xc10ee28 s Context>handleSignal:
         0xc119cd0 s Context>handleSignal:
         0xc1245b8 s Context>handleSignal:
         0xc12ede8 s Context>handleSignal:
         0xc139618 s Context>handleSignal:
         0xc143e48 s Context>handleSignal:
         0xc14e678 s Context>handleSignal:
         0xc158ea8 s Context>handleSignal:
         0xc1636d8 s Context>handleSignal:
         0xc16df08 s Context>handleSignal:
         0xc178738 s Context>handleSignal:
         0xc182f68 s Context>handleSignal:
         0xc18d798 s Context>handleSignal:
         0xc197fc8 s Context>handleSignal:
         0xc1a27f8 s Context>handleSignal:
         0xc1ad028 s Context>handleSignal:
         0xc1b7858 s Context>handleSignal:
         0xc1c2088 s Context>handleSignal:
         0xc1cc8b8 s Context>handleSignal:
         0xc1d70e8 s Context>handleSignal:
         0xc1e1918 s Context>handleSignal:
         0xc1ec148 s Context>handleSignal:
         0xc1f6978 s Context>handleSignal:
         0xc2011a8 s Context>handleSignal:
         0xc20b9d8 s Context>handleSignal:
         0xc216208 s Context>handleSignal:
         0xc220a38 s Context>handleSignal:
         0xc22b268 s Context>handleSignal:
         0xc235a98 s Context>handleSignal:
         0xc2402c8 s Context>handleSignal:
         0xc24aaf8 s Context>handleSignal:
         0xc255328 s Context>handleSignal:
         0xc25fb58 s Context>handleSignal:
         0xc266fc8 s Context>handleSignal:
         0xb7e0340 s Context>handleSignal:
         0xb7eac28 s Context>handleSignal:
         0xb7f5510 s Context>handleSignal:
         0xb7ffdf8 s Context>handleSignal:
         0xb80a6e0 s Context>handleSignal:
         0xb814fc8 s Context>handleSignal:
         0xb81f8b0 s Context>handleSignal:
         0xb82a198 s Context>handleSignal:
         0xb834a80 s Context>handleSignal:
         0xb83f368 s Context>handleSignal:
         0xb849c50 s Context>handleSignal:
         0xb854538 s Context>handleSignal:
         0xb85ee20 s Context>handleSignal:
         0xb869708 s Context>handleSignal:
         0xb873ff0 s Context>handleSignal:
         0xb87e8d8 s Context>handleSignal:
         0xb8891c0 s Context>handleSignal:
         0xb893aa8 s Context>handleSignal:
         0xb89e390 s Context>handleSignal:
         0xb8a8c78 s Context>handleSignal:
         0xb8b3560 s Context>handleSignal:
         0xb8bde48 s Context>handleSignal:
         0xb8c8730 s Context>handleSignal:
         0xb8d3018 s Context>handleSignal:
         0xb8dd900 s Context>handleSignal:
         0xb8e81e8 s Context>handleSignal:
         0xb8f2ad0 s Context>handleSignal:
         0xb8fd3b8 s Context>handleSignal:
         0xb907ca0 s Context>handleSignal:
         0xb912588 s Context>handleSignal:
         0xb91ce70 s Context>handleSignal:
         0xb927758 s Context>handleSignal:
         0xb932040 s Context>handleSignal:
         0xb93c928 s Context>handleSignal:
         0xb947210 s Context>handleSignal:
         0xb951af8 s Context>handleSignal:
         0xb95c3e0 s Context>handleSignal:
         0xb966cc8 s Context>handleSignal:
         0xb9715b0 s Context>handleSignal:
         0xb97be98 s Context>handleSignal:
         0xb986780 s Context>handleSignal:
         0xb991068 s Context>handleSignal:
         0xb99b950 s Context>handleSignal:
         0xb9a6238 s Context>handleSignal:
         0xb9b0b20 s Context>handleSignal:
         0xb9bb408 s Context>handleSignal:
         0xb9c5cf0 s Context>handleSignal:
         0xb9d05d8 s Context>handleSignal:
         0xb9daec0 s Context>handleSignal:
         0xb9e57a8 s Context>handleSignal:
         0xb9f0090 s Context>handleSignal:
         0xb9fa978 s Context>handleSignal:
         0xba05260 s Context>handleSignal:
         0xba0fb48 s Context>handleSignal:
         0xba1a430 s Context>handleSignal:
         0xba24d18 s Context>handleSignal:
         0xba2f600 s Context>handleSignal:
         0xba39ee8 s Context>handleSignal:
         0xba40e50 s Context>handleSignal:
         0xb41a2a0 s Context>handleSignal:
         0xb420b90 s Context>handleSignal:
         0xb4281f8 s Context>handleSignal:
         0xb42ec08 s Context>handleSignal:
         0xb436008 s Context>handleSignal:
         0xb43d0f0 s Context>handleSignal:
         0xb443fb0 s Context>handleSignal:
         0xb44a170 s Context>handleSignal:
         0xb450330 s Context>handleSignal:
         0xb456438 s Context>handleSignal:
         0xb45c488 s Context>handleSignal:
         0xb4624d8 s Context>handleSignal:
         0xb468528 s Context>handleSignal:
         0xb46e578 s Context>handleSignal:
         0xb4745c8 s Context>handleSignal:
         0xb47a618 s Context>handleSignal:
         0xb480668 s Context>handleSignal:
         0xb4866b8 s Context>handleSignal:
         0xb48c708 s Context>handleSignal:
         0xb492758 s Context>handleSignal:
         0xb4987a8 s Context>handleSignal:
         0xb49e7f8 s Context>handleSignal:
         0xb4a4848 s Context>handleSignal:
         0xb4aa898 s Context>handleSignal:
         0xb4b08e8 s Context>handleSignal:
         0xb4b6938 s Context>handleSignal:
         0xb4bc988 s Context>handleSignal:
         0xb4c29d8 s Context>handleSignal:
         0xb4c8a28 s Context>handleSignal:
         0xb4cea78 s Context>handleSignal:
         0xb4d4a10 s Context>handleSignal:
         0xb4da9a8 s Context>handleSignal:
         0xb4e0940 s Context>handleSignal:
         0xb4e68d8 s Context>handleSignal:
         0xb4ec870 s Context>handleSignal:
         0xb4f2808 s Context>handleSignal:
         0xb4f87a0 s Context>handleSignal:
         0xb4fe738 s Context>handleSignal:
         0xb5046d0 s Context>handleSignal:
         0xb50a668 s Context>handleSignal:
         0xb510600 s Context>handleSignal:
         0xb516598 s Context>handleSignal:
         0xb51c530 s Context>handleSignal:
         0xb5224c8 s Context>handleSignal:
         0xb528460 s Context>handleSignal:
         0xb52e3f8 s Context>handleSignal:
         0xb534390 s Context>handleSignal:
         0xb53a328 s Context>handleSignal:
         0xb5402c0 s Context>handleSignal:
         0xb546258 s Context>handleSignal:
         0xb54c1f0 s Context>handleSignal:
         0xb552188 s Context>handleSignal:
         0xb558120 s Context>handleSignal:
         0xb55e0b8 s Context>handleSignal:
         0xb564050 s Context>handleSignal:
         0xb569fe8 s Context>handleSignal:
         0xb56ff80 s Context>handleSignal:
         0xb575f18 s Context>handleSignal:
         0xb57beb0 s Context>handleSignal:
         0xb581e48 s Context>handleSignal:
         0xb587de0 s Context>handleSignal:
         0xb58dd78 s Context>handleSignal:
         0xb593d10 s Context>handleSignal:
         0xb599ca8 s Context>handleSignal:
         0xb59fc40 s Context>handleSignal:
         0xb5a5bd8 s Context>handleSignal:
         0xb5abb70 s Context>handleSignal:
         0xb5b1b08 s Context>handleSignal:
         0xb5b7aa0 s Context>handleSignal:
         0xb5bda38 s Context>handleSignal:
         0xb5c39d0 s Context>handleSignal:
         0xb5c9968 s Context>handleSignal:
         0xb5cf900 s Context>handleSignal:
         0xb5d5898 s Context>handleSignal:
         0xb5db830 s Context>handleSignal:
         0xb5e17c8 s Context>handleSignal:
         0xb5e7760 s Context>handleSignal:
         0xb5ed6f8 s Context>handleSignal:
         0xb5f3690 s Context>handleSignal:
         0xb5f9628 s Context>handleSignal:
         0xb5ff5c0 s Context>handleSignal:
         0xb605558 s Context>handleSignal:
         0xb60b4f0 s Context>handleSignal:
         0xb611488 s Context>handleSignal:
         0xb617420 s Context>handleSignal:
         0xb61d3b8 s Context>handleSignal:
         0xb623350 s Context>handleSignal:
         0xb6292e8 s Context>handleSignal:
         0xb62f280 s Context>handleSignal:
         0xb635218 s Context>handleSignal:
         0xb63b1b0 s Context>handleSignal:
         0xb641148 s Context>handleSignal:
         0xb6470e0 s Context>handleSignal:
         0xb64d078 s Context>handleSignal:
         0xb653010 s Context>handleSignal:
         0xb658fa8 s Context>handleSignal:
         0xb65ee88 s Context>handleSignal:
         0xb664cb0 s Context>handleSignal:
         0xb66aa20 s Context>handleSignal:
         0xb6706d8 s Context>handleSignal:
         0xb6762d8 s Context>handleSignal:
         0xb67be20 s Context>handleSignal:
         0xb6818b0 s Context>handleSignal:
         0xb687288 s Context>handleSignal:
         0xb68cba8 s Context>handleSignal:
         0xb692410 s Context>handleSignal:
         0xb697bc0 s Context>handleSignal:
         0xb69d2b8 s Context>handleSignal:
         0xb6a28f8 s Context>handleSignal:
         0xb6a7e80 s Context>handleSignal:
         0xb6ad350 s Context>handleSignal:
         0xbf7b930 s Halt(Exception)>signal
         0xbf962d8 s Halt class(Exception class)>signal
         0xbfbf3c8 s Halt class>now
         0xbfb54b0 s FullBlockClosure(Object)>halt
         0xbfe5d48 s FullBlockClosure>printOn:
         0xc0084e8 s Context>printOn:
         0xc02f910 s Context>printDebugOn:
         0xc02fbf0 s [] in Context>debugStack:on:
         0xc053778 s OrderedCollection>do:
         0xbfb5238 s Context>debugStack:on:
         0xbfe5af8 s Context>shortDebugStackOn:
         0xc0082b0 s [] in SmalltalkImage>logError:inContext:
         0xc02f630 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77c18 s FullBlockClosure(BlockClosure)>on:do:
         0xbf90b80 s SmalltalkImage>logStdErrorDuring:
         0xbfba300 s SmalltalkImage>logError:inContext:
         0xbfea288 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00c908 s FullBlockClosure(BlockClosure)>ensure:
         0xc035318 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055ab0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066248 s Halt(Exception)>unhandledErrorAction
         0xc07bac0 s Halt(UnhandledException)>defaultAction
         0xc0bab90 s UndefinedObject>handleSignal:
         0xc0bac48 s Context>handleSignal:
         0xc0bad00 s Context>handleSignal:
         0xc0badb8 s Context>handleSignal:
         0xc0bae70 s Context>handleSignal:
         0xc0baf28 s Context>handleSignal:
         0xc0bafe0 s Context>handleSignal:
         0xc0bb098 s Context>handleSignal:
         0xc0bb150 s Context>handleSignal:
         0xc0bb208 s Context>handleSignal:
         0xc0bb2c0 s Context>handleSignal:
         0xc103650 s Context>handleSignal:
         0xc10ed70 s Context>handleSignal:
         0xc119c18 s Context>handleSignal:
         0xc124500 s Context>handleSignal:
         0xc12ed30 s Context>handleSignal:
         0xc139560 s Context>handleSignal:
         0xc143d90 s Context>handleSignal:
         0xc14e5c0 s Context>handleSignal:
         0xc158df0 s Context>handleSignal:
         0xc163620 s Context>handleSignal:
         0xc16de50 s Context>handleSignal:
         0xc178680 s Context>handleSignal:
         0xc182eb0 s Context>handleSignal:
         0xc18d6e0 s Context>handleSignal:
         0xc197f10 s Context>handleSignal:
         0xc1a2740 s Context>handleSignal:
         0xc1acf70 s Context>handleSignal:
         0xc1b77a0 s Context>handleSignal:
         0xc1c1fd0 s Context>handleSignal:
         0xc1cc800 s Context>handleSignal:
         0xc1d7030 s Context>handleSignal:
         0xc1e1860 s Context>handleSignal:
         0xc1ec090 s Context>handleSignal:
         0xc1f68c0 s Context>handleSignal:
         0xc2010f0 s Context>handleSignal:
         0xc20b920 s Context>handleSignal:
         0xc216150 s Context>handleSignal:
         0xc220980 s Context>handleSignal:
         0xc22b1b0 s Context>handleSignal:
         0xc2359e0 s Context>handleSignal:
         0xc240210 s Context>handleSignal:
         0xc24aa40 s Context>handleSignal:
         0xc255270 s Context>handleSignal:
         0xc25faa0 s Context>handleSignal:
         0xc266f10 s Context>handleSignal:
         0xb7e0288 s Context>handleSignal:
         0xb7eab70 s Context>handleSignal:
         0xb7f5458 s Context>handleSignal:
         0xb7ffd40 s Context>handleSignal:
         0xb80a628 s Context>handleSignal:
         0xb814f10 s Context>handleSignal:
         0xb81f7f8 s Context>handleSignal:
         0xb82a0e0 s Context>handleSignal:
         0xb8349c8 s Context>handleSignal:
         0xb83f2b0 s Context>handleSignal:
         0xb849b98 s Context>handleSignal:
         0xb854480 s Context>handleSignal:
         0xb85ed68 s Context>handleSignal:
         0xb869650 s Context>handleSignal:
         0xb873f38 s Context>handleSignal:
         0xb87e820 s Context>handleSignal:
         0xb889108 s Context>handleSignal:
         0xb8939f0 s Context>handleSignal:
         0xb89e2d8 s Context>handleSignal:
         0xb8a8bc0 s Context>handleSignal:
         0xb8b34a8 s Context>handleSignal:
         0xb8bdd90 s Context>handleSignal:
         0xb8c8678 s Context>handleSignal:
         0xb8d2f60 s Context>handleSignal:
         0xb8dd848 s Context>handleSignal:
         0xb8e8130 s Context>handleSignal:
         0xb8f2a18 s Context>handleSignal:
         0xb8fd300 s Context>handleSignal:
         0xb907be8 s Context>handleSignal:
         0xb9124d0 s Context>handleSignal:
         0xb91cdb8 s Context>handleSignal:
         0xb9276a0 s Context>handleSignal:
         0xb931f88 s Context>handleSignal:
         0xb93c870 s Context>handleSignal:
         0xb947158 s Context>handleSignal:
         0xb951a40 s Context>handleSignal:
         0xb95c328 s Context>handleSignal:
         0xb966c10 s Context>handleSignal:
         0xb9714f8 s Context>handleSignal:
         0xb97bde0 s Context>handleSignal:
         0xb9866c8 s Context>handleSignal:
         0xb990fb0 s Context>handleSignal:
         0xb99b898 s Context>handleSignal:
         0xb9a6180 s Context>handleSignal:
         0xb9b0a68 s Context>handleSignal:
         0xb9bb350 s Context>handleSignal:
         0xb9c5c38 s Context>handleSignal:
         0xb9d0520 s Context>handleSignal:
         0xb9dae08 s Context>handleSignal:
         0xb9e56f0 s Context>handleSignal:
         0xb9effd8 s Context>handleSignal:
         0xb9fa8c0 s Context>handleSignal:
         0xba051a8 s Context>handleSignal:
         0xba0fa90 s Context>handleSignal:
         0xba1a378 s Context>handleSignal:
         0xba24c60 s Context>handleSignal:
         0xba2f548 s Context>handleSignal:
         0xba39e30 s Context>handleSignal:
         0xb4166f8 s Context>handleSignal:
         0xb41cfe8 s Context>handleSignal:
         0xb424650 s Context>handleSignal:
         0xb42b060 s Context>handleSignal:
         0xb432460 s Context>handleSignal:
         0xb439548 s Context>handleSignal:
         0xb440408 s Context>handleSignal:
         0xb4465c8 s Context>handleSignal:
         0xb44c788 s Context>handleSignal:
         0xb452890 s Context>handleSignal:
         0xb4588e0 s Context>handleSignal:
         0xb45e930 s Context>handleSignal:
         0xb464980 s Context>handleSignal:
         0xb46a9d0 s Context>handleSignal:
         0xb470a20 s Context>handleSignal:
         0xb476a70 s Context>handleSignal:
         0xb47cac0 s Context>handleSignal:
         0xb482b10 s Context>handleSignal:
         0xb488b60 s Context>handleSignal:
         0xb48ebb0 s Context>handleSignal:
         0xb494c00 s Context>handleSignal:
         0xb49ac50 s Context>handleSignal:
         0xb4a0ca0 s Context>handleSignal:
         0xb4a6cf0 s Context>handleSignal:
         0xb4acd40 s Context>handleSignal:
         0xb4b2d90 s Context>handleSignal:
         0xb4b8de0 s Context>handleSignal:
         0xb4bee30 s Context>handleSignal:
         0xb4c4e80 s Context>handleSignal:
         0xb4caed0 s Context>handleSignal:
         0xb4d0e68 s Context>handleSignal:
         0xb4d6e00 s Context>handleSignal:
         0xb4dcd98 s Context>handleSignal:
         0xb4e2d30 s Context>handleSignal:
         0xb4e8cc8 s Context>handleSignal:
         0xb4eec60 s Context>handleSignal:
         0xb4f4bf8 s Context>handleSignal:
         0xb4fab90 s Context>handleSignal:
         0xb500b28 s Context>handleSignal:
         0xb506ac0 s Context>handleSignal:
         0xb50ca58 s Context>handleSignal:
         0xb5129f0 s Context>handleSignal:
         0xb518988 s Context>handleSignal:
         0xb51e920 s Context>handleSignal:
         0xb5248b8 s Context>handleSignal:
         0xb52a850 s Context>handleSignal:
         0xb5307e8 s Context>handleSignal:
         0xb536780 s Context>handleSignal:
         0xb53c718 s Context>handleSignal:
         0xb5426b0 s Context>handleSignal:
         0xb548648 s Context>handleSignal:
         0xb54e5e0 s Context>handleSignal:
         0xb554578 s Context>handleSignal:
         0xb55a510 s Context>handleSignal:
         0xb5604a8 s Context>handleSignal:
         0xb566440 s Context>handleSignal:
         0xb56c3d8 s Context>handleSignal:
         0xb572370 s Context>handleSignal:
         0xb578308 s Context>handleSignal:
         0xb57e2a0 s Context>handleSignal:
         0xb584238 s Context>handleSignal:
         0xb58a1d0 s Context>handleSignal:
         0xb590168 s Context>handleSignal:
         0xb596100 s Context>handleSignal:
         0xb59c098 s Context>handleSignal:
         0xb5a2030 s Context>handleSignal:
         0xb5a7fc8 s Context>handleSignal:
         0xb5adf60 s Context>handleSignal:
         0xb5b3ef8 s Context>handleSignal:
         0xb5b9e90 s Context>handleSignal:
         0xb5bfe28 s Context>handleSignal:
         0xb5c5dc0 s Context>handleSignal:
         0xb5cbd58 s Context>handleSignal:
         0xb5d1cf0 s Context>handleSignal:
         0xb5d7c88 s Context>handleSignal:
         0xb5ddc20 s Context>handleSignal:
         0xb5e3bb8 s Context>handleSignal:
         0xb5e9b50 s Context>handleSignal:
         0xb5efae8 s Context>handleSignal:
         0xb5f5a80 s Context>handleSignal:
         0xb5fba18 s Context>handleSignal:
         0xb6019b0 s Context>handleSignal:
         0xb607948 s Context>handleSignal:
         0xb60d8e0 s Context>handleSignal:
         0xb613878 s Context>handleSignal:
         0xb619810 s Context>handleSignal:
         0xb61f7a8 s Context>handleSignal:
         0xb625740 s Context>handleSignal:
         0xb62b6d8 s Context>handleSignal:
         0xb631670 s Context>handleSignal:
         0xb637608 s Context>handleSignal:
         0xb63d5a0 s Context>handleSignal:
         0xb643538 s Context>handleSignal:
         0xb6494d0 s Context>handleSignal:
         0xb64f468 s Context>handleSignal:
         0xb655400 s Context>handleSignal:
         0xb65b2e0 s Context>handleSignal:
         0xb661108 s Context>handleSignal:
         0xb666e78 s Context>handleSignal:
         0xb66cb30 s Context>handleSignal:
         0xb672730 s Context>handleSignal:
         0xb678278 s Context>handleSignal:
         0xb67dd08 s Context>handleSignal:
         0xb6836e0 s Context>handleSignal:
         0xb689000 s Context>handleSignal:
         0xb68e868 s Context>handleSignal:
         0xb694018 s Context>handleSignal:
         0xb699710 s Context>handleSignal:
         0xb69ed50 s Context>handleSignal:
         0xb6a42d8 s Context>handleSignal:
         0xb6a97a8 s Context>handleSignal:
         0xbf7b7c0 s Halt(Exception)>signal
         0xbf96108 s Halt class(Exception class)>signal
         0xbfbf210 s Halt class>now
         0xbfb52f0 s FullBlockClosure(Object)>halt
         0xbfe5bb0 s FullBlockClosure>printOn:
         0xc008368 s Context>printOn:
         0xc02f6e8 s Context>printDebugOn:
         0xc02f9c8 s [] in Context>debugStack:on:
         0xc0536c0 s OrderedCollection>do:
         0xbfb5078 s Context>debugStack:on:
         0xbfe5960 s Context>shortDebugStackOn:
         0xc008130 s [] in SmalltalkImage>logError:inContext:
         0xc02f408 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77b60 s FullBlockClosure(BlockClosure)>on:do:
         0xbf90a68 s SmalltalkImage>logStdErrorDuring:
         0xbfba200 s SmalltalkImage>logError:inContext:
         0xbfea1c0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00c818 s FullBlockClosure(BlockClosure)>ensure:
         0xc035238 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0559f8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066190 s Halt(Exception)>unhandledErrorAction
         0xc07ba08 s Halt(UnhandledException)>defaultAction
         0xc0ba3a8 s UndefinedObject>handleSignal:
         0xc0ba460 s Context>handleSignal:
         0xc0ba518 s Context>handleSignal:
         0xc0ba5d0 s Context>handleSignal:
         0xc0ba688 s Context>handleSignal:
         0xc0ba740 s Context>handleSignal:
         0xc0ba7f8 s Context>handleSignal:
         0xc0ba8b0 s Context>handleSignal:
         0xc0ba968 s Context>handleSignal:
         0xc0baa20 s Context>handleSignal:
         0xc0baad8 s Context>handleSignal:
         0xc103598 s Context>handleSignal:
         0xc10ecb8 s Context>handleSignal:
         0xc119b60 s Context>handleSignal:
         0xc124448 s Context>handleSignal:
         0xc12ec78 s Context>handleSignal:
         0xc1394a8 s Context>handleSignal:
         0xc143cd8 s Context>handleSignal:
         0xc14e508 s Context>handleSignal:
         0xc158d38 s Context>handleSignal:
         0xc163568 s Context>handleSignal:
         0xc16dd98 s Context>handleSignal:
         0xc1785c8 s Context>handleSignal:
         0xc182df8 s Context>handleSignal:
         0xc18d628 s Context>handleSignal:
         0xc197e58 s Context>handleSignal:
         0xc1a2688 s Context>handleSignal:
         0xc1aceb8 s Context>handleSignal:
         0xc1b76e8 s Context>handleSignal:
         0xc1c1f18 s Context>handleSignal:
         0xc1cc748 s Context>handleSignal:
         0xc1d6f78 s Context>handleSignal:
         0xc1e17a8 s Context>handleSignal:
         0xc1ebfd8 s Context>handleSignal:
         0xc1f6808 s Context>handleSignal:
         0xc201038 s Context>handleSignal:
         0xc20b868 s Context>handleSignal:
         0xc216098 s Context>handleSignal:
         0xc2208c8 s Context>handleSignal:
         0xc22b0f8 s Context>handleSignal:
         0xc235928 s Context>handleSignal:
         0xc240158 s Context>handleSignal:
         0xc24a988 s Context>handleSignal:
         0xc2551b8 s Context>handleSignal:
         0xc25f9e8 s Context>handleSignal:
         0xc266e58 s Context>handleSignal:
         0xb7e01d0 s Context>handleSignal:
         0xb7eaab8 s Context>handleSignal:
         0xb7f53a0 s Context>handleSignal:
         0xb7ffc88 s Context>handleSignal:
         0xb80a570 s Context>handleSignal:
         0xb814e58 s Context>handleSignal:
         0xb81f740 s Context>handleSignal:
         0xb82a028 s Context>handleSignal:
         0xb834910 s Context>handleSignal:
         0xb83f1f8 s Context>handleSignal:
         0xb849ae0 s Context>handleSignal:
         0xb8543c8 s Context>handleSignal:
         0xb85ecb0 s Context>handleSignal:
         0xb869598 s Context>handleSignal:
         0xb873e80 s Context>handleSignal:
         0xb87e768 s Context>handleSignal:
         0xb889050 s Context>handleSignal:
         0xb893938 s Context>handleSignal:
         0xb89e220 s Context>handleSignal:
         0xb8a8b08 s Context>handleSignal:
         0xb8b33f0 s Context>handleSignal:
         0xb8bdcd8 s Context>handleSignal:
         0xb8c85c0 s Context>handleSignal:
         0xb8d2ea8 s Context>handleSignal:
         0xb8dd790 s Context>handleSignal:
         0xb8e8078 s Context>handleSignal:
         0xb8f2960 s Context>handleSignal:
         0xb8fd248 s Context>handleSignal:
         0xb907b30 s Context>handleSignal:
         0xb912418 s Context>handleSignal:
         0xb91cd00 s Context>handleSignal:
         0xb9275e8 s Context>handleSignal:
         0xb931ed0 s Context>handleSignal:
         0xb93c7b8 s Context>handleSignal:
         0xb9470a0 s Context>handleSignal:
         0xb951988 s Context>handleSignal:
         0xb95c270 s Context>handleSignal:
         0xb966b58 s Context>handleSignal:
         0xb971440 s Context>handleSignal:
         0xb97bd28 s Context>handleSignal:
         0xb986610 s Context>handleSignal:
         0xb990ef8 s Context>handleSignal:
         0xb99b7e0 s Context>handleSignal:
         0xb9a60c8 s Context>handleSignal:
         0xb9b09b0 s Context>handleSignal:
         0xb9bb298 s Context>handleSignal:
         0xb9c5b80 s Context>handleSignal:
         0xb9d0468 s Context>handleSignal:
         0xb9dad50 s Context>handleSignal:
         0xb9e5638 s Context>handleSignal:
         0xb9eff20 s Context>handleSignal:
         0xb9fa808 s Context>handleSignal:
         0xba050f0 s Context>handleSignal:
         0xba0f9d8 s Context>handleSignal:
         0xba1a2c0 s Context>handleSignal:
         0xba24ba8 s Context>handleSignal:
         0xba2f490 s Context>handleSignal:
         0xba39d78 s Context>handleSignal:
         0xb416640 s Context>handleSignal:
         0xb41cf30 s Context>handleSignal:
         0xb424598 s Context>handleSignal:
         0xb42afa8 s Context>handleSignal:
         0xb4323a8 s Context>handleSignal:
         0xb439490 s Context>handleSignal:
         0xb440350 s Context>handleSignal:
         0xb446510 s Context>handleSignal:
         0xb44c6d0 s Context>handleSignal:
         0xb4527d8 s Context>handleSignal:
         0xb458828 s Context>handleSignal:
         0xb45e878 s Context>handleSignal:
         0xb4648c8 s Context>handleSignal:
         0xb46a918 s Context>handleSignal:
         0xb470968 s Context>handleSignal:
         0xb4769b8 s Context>handleSignal:
         0xb47ca08 s Context>handleSignal:
         0xb482a58 s Context>handleSignal:
         0xb488aa8 s Context>handleSignal:
         0xb48eaf8 s Context>handleSignal:
         0xb494b48 s Context>handleSignal:
         0xb49ab98 s Context>handleSignal:
         0xb4a0be8 s Context>handleSignal:
         0xb4a6c38 s Context>handleSignal:
         0xb4acc88 s Context>handleSignal:
         0xb4b2cd8 s Context>handleSignal:
         0xb4b8d28 s Context>handleSignal:
         0xb4bed78 s Context>handleSignal:
         0xb4c4dc8 s Context>handleSignal:
         0xb4cae18 s Context>handleSignal:
         0xb4d0db0 s Context>handleSignal:
         0xb4d6d48 s Context>handleSignal:
         0xb4dcce0 s Context>handleSignal:
         0xb4e2c78 s Context>handleSignal:
         0xb4e8c10 s Context>handleSignal:
         0xb4eeba8 s Context>handleSignal:
         0xb4f4b40 s Context>handleSignal:
         0xb4faad8 s Context>handleSignal:
         0xb500a70 s Context>handleSignal:
         0xb506a08 s Context>handleSignal:
         0xb50c9a0 s Context>handleSignal:
         0xb512938 s Context>handleSignal:
         0xb5188d0 s Context>handleSignal:
         0xb51e868 s Context>handleSignal:
         0xb524800 s Context>handleSignal:
         0xb52a798 s Context>handleSignal:
         0xb530730 s Context>handleSignal:
         0xb5366c8 s Context>handleSignal:
         0xb53c660 s Context>handleSignal:
         0xb5425f8 s Context>handleSignal:
         0xb548590 s Context>handleSignal:
         0xb54e528 s Context>handleSignal:
         0xb5544c0 s Context>handleSignal:
         0xb55a458 s Context>handleSignal:
         0xb5603f0 s Context>handleSignal:
         0xb566388 s Context>handleSignal:
         0xb56c320 s Context>handleSignal:
         0xb5722b8 s Context>handleSignal:
         0xb578250 s Context>handleSignal:
         0xb57e1e8 s Context>handleSignal:
         0xb584180 s Context>handleSignal:
         0xb58a118 s Context>handleSignal:
         0xb5900b0 s Context>handleSignal:
         0xb596048 s Context>handleSignal:
         0xb59bfe0 s Context>handleSignal:
         0xb5a1f78 s Context>handleSignal:
         0xb5a7f10 s Context>handleSignal:
         0xb5adea8 s Context>handleSignal:
         0xb5b3e40 s Context>handleSignal:
         0xb5b9dd8 s Context>handleSignal:
         0xb5bfd70 s Context>handleSignal:
         0xb5c5d08 s Context>handleSignal:
         0xb5cbca0 s Context>handleSignal:
         0xb5d1c38 s Context>handleSignal:
         0xb5d7bd0 s Context>handleSignal:
         0xb5ddb68 s Context>handleSignal:
         0xb5e3b00 s Context>handleSignal:
         0xb5e9a98 s Context>handleSignal:
         0xb5efa30 s Context>handleSignal:
         0xb5f59c8 s Context>handleSignal:
         0xb5fb960 s Context>handleSignal:
         0xb6018f8 s Context>handleSignal:
         0xb607890 s Context>handleSignal:
         0xb60d828 s Context>handleSignal:
         0xb6137c0 s Context>handleSignal:
         0xb619758 s Context>handleSignal:
         0xb61f6f0 s Context>handleSignal:
         0xb625688 s Context>handleSignal:
         0xb62b620 s Context>handleSignal:
         0xb6315b8 s Context>handleSignal:
         0xb637550 s Context>handleSignal:
         0xb63d4e8 s Context>handleSignal:
         0xb643480 s Context>handleSignal:
         0xb649418 s Context>handleSignal:
         0xb64f3b0 s Context>handleSignal:
         0xb655348 s Context>handleSignal:
         0xb65b228 s Context>handleSignal:
         0xb661050 s Context>handleSignal:
         0xb666dc0 s Context>handleSignal:
         0xb66ca78 s Context>handleSignal:
         0xb672678 s Context>handleSignal:
         0xb6781c0 s Context>handleSignal:
         0xb67dc50 s Context>handleSignal:
         0xb683628 s Context>handleSignal:
         0xb688f48 s Context>handleSignal:
         0xb68e7b0 s Context>handleSignal:
         0xb693f60 s Context>handleSignal:
         0xb699658 s Context>handleSignal:
         0xb69ec98 s Context>handleSignal:
         0xb6a4220 s Context>handleSignal:
         0xbf7b650 s Halt(Exception)>signal
         0xbf95f38 s Halt class(Exception class)>signal
         0xbfbf058 s Halt class>now
         0xbfb5130 s FullBlockClosure(Object)>halt
         0xbfe5a18 s FullBlockClosure>printOn:
         0xc0081e8 s Context>printOn:
         0xc02f4c0 s Context>printDebugOn:
         0xc02f7a0 s [] in Context>debugStack:on:
         0xc053608 s OrderedCollection>do:
         0xbfae3f8 s Context>debugStack:on:
         0xbfdf690 s Context>shortDebugStackOn:
         0xc002430 s [] in SmalltalkImage>logError:inContext:
         0xc026e58 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77aa8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf90950 s SmalltalkImage>logStdErrorDuring:
         0xbfba100 s SmalltalkImage>logError:inContext:
         0xbfea0f8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00c728 s FullBlockClosure(BlockClosure)>ensure:
         0xc035158 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055940 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0660d8 s Halt(Exception)>unhandledErrorAction
         0xc07b950 s Halt(UnhandledException)>defaultAction
         0xc0b9bc0 s UndefinedObject>handleSignal:
         0xc0b9c78 s Context>handleSignal:
         0xc0b9d30 s Context>handleSignal:
         0xc0b9de8 s Context>handleSignal:
         0xc0b9ea0 s Context>handleSignal:
         0xc0b9f58 s Context>handleSignal:
         0xc0ba010 s Context>handleSignal:
         0xc0ba0c8 s Context>handleSignal:
         0xc0ba180 s Context>handleSignal:
         0xc0ba238 s Context>handleSignal:
         0xc0ba2f0 s Context>handleSignal:
         0xc1034e0 s Context>handleSignal:
         0xc10ec00 s Context>handleSignal:
         0xc119aa8 s Context>handleSignal:
         0xc124390 s Context>handleSignal:
         0xc12ebc0 s Context>handleSignal:
         0xc1393f0 s Context>handleSignal:
         0xc143c20 s Context>handleSignal:
         0xc14e450 s Context>handleSignal:
         0xc158c80 s Context>handleSignal:
         0xc1634b0 s Context>handleSignal:
         0xc16dce0 s Context>handleSignal:
         0xc178510 s Context>handleSignal:
         0xc182d40 s Context>handleSignal:
         0xc18d570 s Context>handleSignal:
         0xc197da0 s Context>handleSignal:
         0xc1a25d0 s Context>handleSignal:
         0xc1ace00 s Context>handleSignal:
         0xc1b7630 s Context>handleSignal:
         0xc1c1e60 s Context>handleSignal:
         0xc1cc690 s Context>handleSignal:
         0xc1d6ec0 s Context>handleSignal:
         0xc1e16f0 s Context>handleSignal:
         0xc1ebf20 s Context>handleSignal:
         0xc1f6750 s Context>handleSignal:
         0xc200f80 s Context>handleSignal:
         0xc20b7b0 s Context>handleSignal:
         0xc215fe0 s Context>handleSignal:
         0xc220810 s Context>handleSignal:
         0xc22b040 s Context>handleSignal:
         0xc235870 s Context>handleSignal:
         0xc2400a0 s Context>handleSignal:
         0xc24a8d0 s Context>handleSignal:
         0xc255100 s Context>handleSignal:
         0xc25f930 s Context>handleSignal:
         0xc266da0 s Context>handleSignal:
         0xb7e0118 s Context>handleSignal:
         0xb7eaa00 s Context>handleSignal:
         0xb7f52e8 s Context>handleSignal:
         0xb7ffbd0 s Context>handleSignal:
         0xb80a4b8 s Context>handleSignal:
         0xb814da0 s Context>handleSignal:
         0xb81f688 s Context>handleSignal:
         0xb829f70 s Context>handleSignal:
         0xb834858 s Context>handleSignal:
         0xb83f140 s Context>handleSignal:
         0xb849a28 s Context>handleSignal:
         0xb854310 s Context>handleSignal:
         0xb85ebf8 s Context>handleSignal:
         0xb8694e0 s Context>handleSignal:
         0xb873dc8 s Context>handleSignal:
         0xb87e6b0 s Context>handleSignal:
         0xb888f98 s Context>handleSignal:
         0xb893880 s Context>handleSignal:
         0xb89e168 s Context>handleSignal:
         0xb8a8a50 s Context>handleSignal:
         0xb8b3338 s Context>handleSignal:
         0xb8bdc20 s Context>handleSignal:
         0xb8c8508 s Context>handleSignal:
         0xb8d2df0 s Context>handleSignal:
         0xb8dd6d8 s Context>handleSignal:
         0xb8e7fc0 s Context>handleSignal:
         0xb8f28a8 s Context>handleSignal:
         0xb8fd190 s Context>handleSignal:
         0xb907a78 s Context>handleSignal:
         0xb912360 s Context>handleSignal:
         0xb91cc48 s Context>handleSignal:
         0xb927530 s Context>handleSignal:
         0xb931e18 s Context>handleSignal:
         0xb93c700 s Context>handleSignal:
         0xb946fe8 s Context>handleSignal:
         0xb9518d0 s Context>handleSignal:
         0xb95c1b8 s Context>handleSignal:
         0xb966aa0 s Context>handleSignal:
         0xb971388 s Context>handleSignal:
         0xb97bc70 s Context>handleSignal:
         0xb986558 s Context>handleSignal:
         0xb990e40 s Context>handleSignal:
         0xb99b728 s Context>handleSignal:
         0xb9a6010 s Context>handleSignal:
         0xb9b08f8 s Context>handleSignal:
         0xb9bb1e0 s Context>handleSignal:
         0xb9c5ac8 s Context>handleSignal:
         0xb9d03b0 s Context>handleSignal:
         0xb9dac98 s Context>handleSignal:
         0xb9e5580 s Context>handleSignal:
         0xb9efe68 s Context>handleSignal:
         0xb9fa750 s Context>handleSignal:
         0xba05038 s Context>handleSignal:
         0xba0f920 s Context>handleSignal:
         0xba1a208 s Context>handleSignal:
         0xba24af0 s Context>handleSignal:
         0xba2f3d8 s Context>handleSignal:
         0xba39cc0 s Context>handleSignal:
         0xb416588 s Context>handleSignal:
         0xb41ce78 s Context>handleSignal:
         0xb4244e0 s Context>handleSignal:
         0xb42aef0 s Context>handleSignal:
         0xb4322f0 s Context>handleSignal:
         0xb4393d8 s Context>handleSignal:
         0xb440298 s Context>handleSignal:
         0xb446458 s Context>handleSignal:
         0xb44c618 s Context>handleSignal:
         0xb452720 s Context>handleSignal:
         0xb458770 s Context>handleSignal:
         0xb45e7c0 s Context>handleSignal:
         0xb464810 s Context>handleSignal:
         0xb46a860 s Context>handleSignal:
         0xb4708b0 s Context>handleSignal:
         0xb476900 s Context>handleSignal:
         0xb47c950 s Context>handleSignal:
         0xb4829a0 s Context>handleSignal:
         0xb4889f0 s Context>handleSignal:
         0xb48ea40 s Context>handleSignal:
         0xb494a90 s Context>handleSignal:
         0xb49aae0 s Context>handleSignal:
         0xb4a0b30 s Context>handleSignal:
         0xb4a6b80 s Context>handleSignal:
         0xb4acbd0 s Context>handleSignal:
         0xb4b2c20 s Context>handleSignal:
         0xb4b8c70 s Context>handleSignal:
         0xb4becc0 s Context>handleSignal:
         0xb4c4d10 s Context>handleSignal:
         0xb4cad60 s Context>handleSignal:
         0xb4d0cf8 s Context>handleSignal:
         0xb4d6c90 s Context>handleSignal:
         0xb4dcc28 s Context>handleSignal:
         0xb4e2bc0 s Context>handleSignal:
         0xb4e8b58 s Context>handleSignal:
         0xb4eeaf0 s Context>handleSignal:
         0xb4f4a88 s Context>handleSignal:
         0xb4faa20 s Context>handleSignal:
         0xb5009b8 s Context>handleSignal:
         0xb506950 s Context>handleSignal:
         0xb50c8e8 s Context>handleSignal:
         0xb512880 s Context>handleSignal:
         0xb518818 s Context>handleSignal:
         0xb51e7b0 s Context>handleSignal:
         0xb524748 s Context>handleSignal:
         0xb52a6e0 s Context>handleSignal:
         0xb530678 s Context>handleSignal:
         0xb536610 s Context>handleSignal:
         0xb53c5a8 s Context>handleSignal:
         0xb542540 s Context>handleSignal:
         0xb5484d8 s Context>handleSignal:
         0xb54e470 s Context>handleSignal:
         0xb554408 s Context>handleSignal:
         0xb55a3a0 s Context>handleSignal:
         0xb560338 s Context>handleSignal:
         0xb5662d0 s Context>handleSignal:
         0xb56c268 s Context>handleSignal:
         0xb572200 s Context>handleSignal:
         0xb578198 s Context>handleSignal:
         0xb57e130 s Context>handleSignal:
         0xb5840c8 s Context>handleSignal:
         0xb58a060 s Context>handleSignal:
         0xb58fff8 s Context>handleSignal:
         0xb595f90 s Context>handleSignal:
         0xb59bf28 s Context>handleSignal:
         0xb5a1ec0 s Context>handleSignal:
         0xb5a7e58 s Context>handleSignal:
         0xb5addf0 s Context>handleSignal:
         0xb5b3d88 s Context>handleSignal:
         0xb5b9d20 s Context>handleSignal:
         0xb5bfcb8 s Context>handleSignal:
         0xb5c5c50 s Context>handleSignal:
         0xb5cbbe8 s Context>handleSignal:
         0xb5d1b80 s Context>handleSignal:
         0xb5d7b18 s Context>handleSignal:
         0xb5ddab0 s Context>handleSignal:
         0xb5e3a48 s Context>handleSignal:
         0xb5e99e0 s Context>handleSignal:
         0xb5ef978 s Context>handleSignal:
         0xb5f5910 s Context>handleSignal:
         0xb5fb8a8 s Context>handleSignal:
         0xb601840 s Context>handleSignal:
         0xb6077d8 s Context>handleSignal:
         0xb60d770 s Context>handleSignal:
         0xb613708 s Context>handleSignal:
         0xb6196a0 s Context>handleSignal:
         0xb61f638 s Context>handleSignal:
         0xb6255d0 s Context>handleSignal:
         0xb62b568 s Context>handleSignal:
         0xb631500 s Context>handleSignal:
         0xb637498 s Context>handleSignal:
         0xb63d430 s Context>handleSignal:
         0xb6433c8 s Context>handleSignal:
         0xb649360 s Context>handleSignal:
         0xb64f2f8 s Context>handleSignal:
         0xb655290 s Context>handleSignal:
         0xb65b170 s Context>handleSignal:
         0xb660f98 s Context>handleSignal:
         0xb666d08 s Context>handleSignal:
         0xb66c9c0 s Context>handleSignal:
         0xb6725c0 s Context>handleSignal:
         0xb678108 s Context>handleSignal:
         0xb67db98 s Context>handleSignal:
         0xb683570 s Context>handleSignal:
         0xb688e90 s Context>handleSignal:
         0xb68e6f8 s Context>handleSignal:
         0xb693ea8 s Context>handleSignal:
         0xb6995a0 s Context>handleSignal:
         0xb69ebe0 s Context>handleSignal:
         0xbf7b4e0 s Halt(Exception)>signal
         0xbf95d68 s Halt class(Exception class)>signal
         0xbfbeea0 s Halt class>now
         0xbfae4b0 s FullBlockClosure(Object)>halt
         0xbfdf748 s FullBlockClosure>printOn:
         0xc0024e8 s Context>printOn:
         0xc026f10 s Context>printDebugOn:
         0xc02f578 s [] in Context>debugStack:on:
         0xc053550 s OrderedCollection>do:
         0xbfae238 s Context>debugStack:on:
         0xbfdf4f8 s Context>shortDebugStackOn:
         0xc0022b0 s [] in SmalltalkImage>logError:inContext:
         0xc026c30 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf779f0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf90838 s SmalltalkImage>logStdErrorDuring:
         0xbfba000 s SmalltalkImage>logError:inContext:
         0xbfea030 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00c638 s FullBlockClosure(BlockClosure)>ensure:
         0xc035078 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055888 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc066020 s Halt(Exception)>unhandledErrorAction
         0xc07b898 s Halt(UnhandledException)>defaultAction
         0xc0b93d8 s UndefinedObject>handleSignal:
         0xc0b9490 s Context>handleSignal:
         0xc0b9548 s Context>handleSignal:
         0xc0b9600 s Context>handleSignal:
         0xc0b96b8 s Context>handleSignal:
         0xc0b9770 s Context>handleSignal:
         0xc0b9828 s Context>handleSignal:
         0xc0b98e0 s Context>handleSignal:
         0xc0b9998 s Context>handleSignal:
         0xc0b9a50 s Context>handleSignal:
         0xc0b9b08 s Context>handleSignal:
         0xc103428 s Context>handleSignal:
         0xc10eb48 s Context>handleSignal:
         0xc1199f0 s Context>handleSignal:
         0xc1242d8 s Context>handleSignal:
         0xc12eb08 s Context>handleSignal:
         0xc139338 s Context>handleSignal:
         0xc143b68 s Context>handleSignal:
         0xc14e398 s Context>handleSignal:
         0xc158bc8 s Context>handleSignal:
         0xc1633f8 s Context>handleSignal:
         0xc16dc28 s Context>handleSignal:
         0xc178458 s Context>handleSignal:
         0xc182c88 s Context>handleSignal:
         0xc18d4b8 s Context>handleSignal:
         0xc197ce8 s Context>handleSignal:
         0xc1a2518 s Context>handleSignal:
         0xc1acd48 s Context>handleSignal:
         0xc1b7578 s Context>handleSignal:
         0xc1c1da8 s Context>handleSignal:
         0xc1cc5d8 s Context>handleSignal:
         0xc1d6e08 s Context>handleSignal:
         0xc1e1638 s Context>handleSignal:
         0xc1ebe68 s Context>handleSignal:
         0xc1f6698 s Context>handleSignal:
         0xc200ec8 s Context>handleSignal:
         0xc20b6f8 s Context>handleSignal:
         0xc215f28 s Context>handleSignal:
         0xc220758 s Context>handleSignal:
         0xc22af88 s Context>handleSignal:
         0xc2357b8 s Context>handleSignal:
         0xc23ffe8 s Context>handleSignal:
         0xc24a818 s Context>handleSignal:
         0xc255048 s Context>handleSignal:
         0xc25f878 s Context>handleSignal:
         0xc266ce8 s Context>handleSignal:
         0xb7e0060 s Context>handleSignal:
         0xb7ea948 s Context>handleSignal:
         0xb7f5230 s Context>handleSignal:
         0xb7ffb18 s Context>handleSignal:
         0xb80a400 s Context>handleSignal:
         0xb814ce8 s Context>handleSignal:
         0xb81f5d0 s Context>handleSignal:
         0xb829eb8 s Context>handleSignal:
         0xb8347a0 s Context>handleSignal:
         0xb83f088 s Context>handleSignal:
         0xb849970 s Context>handleSignal:
         0xb854258 s Context>handleSignal:
         0xb85eb40 s Context>handleSignal:
         0xb869428 s Context>handleSignal:
         0xb873d10 s Context>handleSignal:
         0xb87e5f8 s Context>handleSignal:
         0xb888ee0 s Context>handleSignal:
         0xb8937c8 s Context>handleSignal:
         0xb89e0b0 s Context>handleSignal:
         0xb8a8998 s Context>handleSignal:
         0xb8b3280 s Context>handleSignal:
         0xb8bdb68 s Context>handleSignal:
         0xb8c8450 s Context>handleSignal:
         0xb8d2d38 s Context>handleSignal:
         0xb8dd620 s Context>handleSignal:
         0xb8e7f08 s Context>handleSignal:
         0xb8f27f0 s Context>handleSignal:
         0xb8fd0d8 s Context>handleSignal:
         0xb9079c0 s Context>handleSignal:
         0xb9122a8 s Context>handleSignal:
         0xb91cb90 s Context>handleSignal:
         0xb927478 s Context>handleSignal:
         0xb931d60 s Context>handleSignal:
         0xb93c648 s Context>handleSignal:
         0xb946f30 s Context>handleSignal:
         0xb951818 s Context>handleSignal:
         0xb95c100 s Context>handleSignal:
         0xb9669e8 s Context>handleSignal:
         0xb9712d0 s Context>handleSignal:
         0xb97bbb8 s Context>handleSignal:
         0xb9864a0 s Context>handleSignal:
         0xb990d88 s Context>handleSignal:
         0xb99b670 s Context>handleSignal:
         0xb9a5f58 s Context>handleSignal:
         0xb9b0840 s Context>handleSignal:
         0xb9bb128 s Context>handleSignal:
         0xb9c5a10 s Context>handleSignal:
         0xb9d02f8 s Context>handleSignal:
         0xb9dabe0 s Context>handleSignal:
         0xb9e54c8 s Context>handleSignal:
         0xb9efdb0 s Context>handleSignal:
         0xb9fa698 s Context>handleSignal:
         0xba04f80 s Context>handleSignal:
         0xba0f868 s Context>handleSignal:
         0xba1a150 s Context>handleSignal:
         0xba24a38 s Context>handleSignal:
         0xba2f320 s Context>handleSignal:
         0xba39c08 s Context>handleSignal:
         0xb4164d0 s Context>handleSignal:
         0xb41cdc0 s Context>handleSignal:
         0xb424428 s Context>handleSignal:
         0xb42ae38 s Context>handleSignal:
         0xb432238 s Context>handleSignal:
         0xb439320 s Context>handleSignal:
         0xb4401e0 s Context>handleSignal:
         0xb4463a0 s Context>handleSignal:
         0xb44c560 s Context>handleSignal:
         0xb452668 s Context>handleSignal:
         0xb4586b8 s Context>handleSignal:
         0xb45e708 s Context>handleSignal:
         0xb464758 s Context>handleSignal:
         0xb46a7a8 s Context>handleSignal:
         0xb4707f8 s Context>handleSignal:
         0xb476848 s Context>handleSignal:
         0xb47c898 s Context>handleSignal:
         0xb4828e8 s Context>handleSignal:
         0xb488938 s Context>handleSignal:
         0xb48e988 s Context>handleSignal:
         0xb4949d8 s Context>handleSignal:
         0xb49aa28 s Context>handleSignal:
         0xb4a0a78 s Context>handleSignal:
         0xb4a6ac8 s Context>handleSignal:
         0xb4acb18 s Context>handleSignal:
         0xb4b2b68 s Context>handleSignal:
         0xb4b8bb8 s Context>handleSignal:
         0xb4bec08 s Context>handleSignal:
         0xb4c4c58 s Context>handleSignal:
         0xb4caca8 s Context>handleSignal:
         0xb4d0c40 s Context>handleSignal:
         0xb4d6bd8 s Context>handleSignal:
         0xb4dcb70 s Context>handleSignal:
         0xb4e2b08 s Context>handleSignal:
         0xb4e8aa0 s Context>handleSignal:
         0xb4eea38 s Context>handleSignal:
         0xb4f49d0 s Context>handleSignal:
         0xb4fa968 s Context>handleSignal:
         0xb500900 s Context>handleSignal:
         0xb506898 s Context>handleSignal:
         0xb50c830 s Context>handleSignal:
         0xb5127c8 s Context>handleSignal:
         0xb518760 s Context>handleSignal:
         0xb51e6f8 s Context>handleSignal:
         0xb524690 s Context>handleSignal:
         0xb52a628 s Context>handleSignal:
         0xb5305c0 s Context>handleSignal:
         0xb536558 s Context>handleSignal:
         0xb53c4f0 s Context>handleSignal:
         0xb542488 s Context>handleSignal:
         0xb548420 s Context>handleSignal:
         0xb54e3b8 s Context>handleSignal:
         0xb554350 s Context>handleSignal:
         0xb55a2e8 s Context>handleSignal:
         0xb560280 s Context>handleSignal:
         0xb566218 s Context>handleSignal:
         0xb56c1b0 s Context>handleSignal:
         0xb572148 s Context>handleSignal:
         0xb5780e0 s Context>handleSignal:
         0xb57e078 s Context>handleSignal:
         0xb584010 s Context>handleSignal:
         0xb589fa8 s Context>handleSignal:
         0xb58ff40 s Context>handleSignal:
         0xb595ed8 s Context>handleSignal:
         0xb59be70 s Context>handleSignal:
         0xb5a1e08 s Context>handleSignal:
         0xb5a7da0 s Context>handleSignal:
         0xb5add38 s Context>handleSignal:
         0xb5b3cd0 s Context>handleSignal:
         0xb5b9c68 s Context>handleSignal:
         0xb5bfc00 s Context>handleSignal:
         0xb5c5b98 s Context>handleSignal:
         0xb5cbb30 s Context>handleSignal:
         0xb5d1ac8 s Context>handleSignal:
         0xb5d7a60 s Context>handleSignal:
         0xb5dd9f8 s Context>handleSignal:
         0xb5e3990 s Context>handleSignal:
         0xb5e9928 s Context>handleSignal:
         0xb5ef8c0 s Context>handleSignal:
         0xb5f5858 s Context>handleSignal:
         0xb5fb7f0 s Context>handleSignal:
         0xb601788 s Context>handleSignal:
         0xb607720 s Context>handleSignal:
         0xb60d6b8 s Context>handleSignal:
         0xb613650 s Context>handleSignal:
         0xb6195e8 s Context>handleSignal:
         0xb61f580 s Context>handleSignal:
         0xb625518 s Context>handleSignal:
         0xb62b4b0 s Context>handleSignal:
         0xb631448 s Context>handleSignal:
         0xb6373e0 s Context>handleSignal:
         0xb63d378 s Context>handleSignal:
         0xb643310 s Context>handleSignal:
         0xb6492a8 s Context>handleSignal:
         0xb64f240 s Context>handleSignal:
         0xb6551d8 s Context>handleSignal:
         0xb65b0b8 s Context>handleSignal:
         0xb660ee0 s Context>handleSignal:
         0xb666c50 s Context>handleSignal:
         0xb66c908 s Context>handleSignal:
         0xb672508 s Context>handleSignal:
         0xb678050 s Context>handleSignal:
         0xb67dae0 s Context>handleSignal:
         0xb6834b8 s Context>handleSignal:
         0xb688dd8 s Context>handleSignal:
         0xb68e640 s Context>handleSignal:
         0xb693df0 s Context>handleSignal:
         0xb6994e8 s Context>handleSignal:
         0xbf7b370 s Halt(Exception)>signal
         0xbf95b98 s Halt class(Exception class)>signal
         0xbfbece8 s Halt class>now
         0xbfae2f0 s FullBlockClosure(Object)>halt
         0xbfdf5b0 s FullBlockClosure>printOn:
         0xc002368 s Context>printOn:
         0xc026ce8 s Context>printDebugOn:
         0xc026fc8 s [] in Context>debugStack:on:
         0xc0508c0 s OrderedCollection>do:
         0xbfae078 s Context>debugStack:on:
         0xbfdf360 s Context>shortDebugStackOn:
         0xc002130 s [] in SmalltalkImage>logError:inContext:
         0xc026a08 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77938 s FullBlockClosure(BlockClosure)>on:do:
         0xbf90720 s SmalltalkImage>logStdErrorDuring:
         0xbfb9f00 s SmalltalkImage>logError:inContext:
         0xbfe9f68 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00c548 s FullBlockClosure(BlockClosure)>ensure:
         0xc034f98 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0557d0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc065f68 s Halt(Exception)>unhandledErrorAction
         0xc07b7e0 s Halt(UnhandledException)>defaultAction
         0xc0b8bf0 s UndefinedObject>handleSignal:
         0xc0b8ca8 s Context>handleSignal:
         0xc0b8d60 s Context>handleSignal:
         0xc0b8e18 s Context>handleSignal:
         0xc0b8ed0 s Context>handleSignal:
         0xc0b8f88 s Context>handleSignal:
         0xc0b9040 s Context>handleSignal:
         0xc0b90f8 s Context>handleSignal:
         0xc0b91b0 s Context>handleSignal:
         0xc0b9268 s Context>handleSignal:
         0xc0b9320 s Context>handleSignal:
         0xc103370 s Context>handleSignal:
         0xc10ea90 s Context>handleSignal:
         0xc119938 s Context>handleSignal:
         0xc124220 s Context>handleSignal:
         0xc12ea50 s Context>handleSignal:
         0xc139280 s Context>handleSignal:
         0xc143ab0 s Context>handleSignal:
         0xc14e2e0 s Context>handleSignal:
         0xc158b10 s Context>handleSignal:
         0xc163340 s Context>handleSignal:
         0xc16db70 s Context>handleSignal:
         0xc1783a0 s Context>handleSignal:
         0xc182bd0 s Context>handleSignal:
         0xc18d400 s Context>handleSignal:
         0xc197c30 s Context>handleSignal:
         0xc1a2460 s Context>handleSignal:
         0xc1acc90 s Context>handleSignal:
         0xc1b74c0 s Context>handleSignal:
         0xc1c1cf0 s Context>handleSignal:
         0xc1cc520 s Context>handleSignal:
         0xc1d6d50 s Context>handleSignal:
         0xc1e1580 s Context>handleSignal:
         0xc1ebdb0 s Context>handleSignal:
         0xc1f65e0 s Context>handleSignal:
         0xc200e10 s Context>handleSignal:
         0xc20b640 s Context>handleSignal:
         0xc215e70 s Context>handleSignal:
         0xc2206a0 s Context>handleSignal:
         0xc22aed0 s Context>handleSignal:
         0xc235700 s Context>handleSignal:
         0xc23ff30 s Context>handleSignal:
         0xc24a760 s Context>handleSignal:
         0xc254f90 s Context>handleSignal:
         0xc25f7c0 s Context>handleSignal:
         0xc266c30 s Context>handleSignal:
         0xb7dffa8 s Context>handleSignal:
         0xb7ea890 s Context>handleSignal:
         0xb7f5178 s Context>handleSignal:
         0xb7ffa60 s Context>handleSignal:
         0xb80a348 s Context>handleSignal:
         0xb814c30 s Context>handleSignal:
         0xb81f518 s Context>handleSignal:
         0xb829e00 s Context>handleSignal:
         0xb8346e8 s Context>handleSignal:
         0xb83efd0 s Context>handleSignal:
         0xb8498b8 s Context>handleSignal:
         0xb8541a0 s Context>handleSignal:
         0xb85ea88 s Context>handleSignal:
         0xb869370 s Context>handleSignal:
         0xb873c58 s Context>handleSignal:
         0xb87e540 s Context>handleSignal:
         0xb888e28 s Context>handleSignal:
         0xb893710 s Context>handleSignal:
         0xb89dff8 s Context>handleSignal:
         0xb8a88e0 s Context>handleSignal:
         0xb8b31c8 s Context>handleSignal:
         0xb8bdab0 s Context>handleSignal:
         0xb8c8398 s Context>handleSignal:
         0xb8d2c80 s Context>handleSignal:
         0xb8dd568 s Context>handleSignal:
         0xb8e7e50 s Context>handleSignal:
         0xb8f2738 s Context>handleSignal:
         0xb8fd020 s Context>handleSignal:
         0xb907908 s Context>handleSignal:
         0xb9121f0 s Context>handleSignal:
         0xb91cad8 s Context>handleSignal:
         0xb9273c0 s Context>handleSignal:
         0xb931ca8 s Context>handleSignal:
         0xb93c590 s Context>handleSignal:
         0xb946e78 s Context>handleSignal:
         0xb951760 s Context>handleSignal:
         0xb95c048 s Context>handleSignal:
         0xb966930 s Context>handleSignal:
         0xb971218 s Context>handleSignal:
         0xb97bb00 s Context>handleSignal:
         0xb9863e8 s Context>handleSignal:
         0xb990cd0 s Context>handleSignal:
         0xb99b5b8 s Context>handleSignal:
         0xb9a5ea0 s Context>handleSignal:
         0xb9b0788 s Context>handleSignal:
         0xb9bb070 s Context>handleSignal:
         0xb9c5958 s Context>handleSignal:
         0xb9d0240 s Context>handleSignal:
         0xb9dab28 s Context>handleSignal:
         0xb9e5410 s Context>handleSignal:
         0xb9efcf8 s Context>handleSignal:
         0xb9fa5e0 s Context>handleSignal:
         0xba04ec8 s Context>handleSignal:
         0xba0f7b0 s Context>handleSignal:
         0xba1a098 s Context>handleSignal:
         0xba24980 s Context>handleSignal:
         0xba2f268 s Context>handleSignal:
         0xba39b50 s Context>handleSignal:
         0xb416418 s Context>handleSignal:
         0xb41cd08 s Context>handleSignal:
         0xb424370 s Context>handleSignal:
         0xb42ad80 s Context>handleSignal:
         0xb432180 s Context>handleSignal:
         0xb439268 s Context>handleSignal:
         0xb440128 s Context>handleSignal:
         0xb4462e8 s Context>handleSignal:
         0xb44c4a8 s Context>handleSignal:
         0xb4525b0 s Context>handleSignal:
         0xb458600 s Context>handleSignal:
         0xb45e650 s Context>handleSignal:
         0xb4646a0 s Context>handleSignal:
         0xb46a6f0 s Context>handleSignal:
         0xb470740 s Context>handleSignal:
         0xb476790 s Context>handleSignal:
         0xb47c7e0 s Context>handleSignal:
         0xb482830 s Context>handleSignal:
         0xb488880 s Context>handleSignal:
         0xb48e8d0 s Context>handleSignal:
         0xb494920 s Context>handleSignal:
         0xb49a970 s Context>handleSignal:
         0xb4a09c0 s Context>handleSignal:
         0xb4a6a10 s Context>handleSignal:
         0xb4aca60 s Context>handleSignal:
         0xb4b2ab0 s Context>handleSignal:
         0xb4b8b00 s Context>handleSignal:
         0xb4beb50 s Context>handleSignal:
         0xb4c4ba0 s Context>handleSignal:
         0xb4cabf0 s Context>handleSignal:
         0xb4d0b88 s Context>handleSignal:
         0xb4d6b20 s Context>handleSignal:
         0xb4dcab8 s Context>handleSignal:
         0xb4e2a50 s Context>handleSignal:
         0xb4e89e8 s Context>handleSignal:
         0xb4ee980 s Context>handleSignal:
         0xb4f4918 s Context>handleSignal:
         0xb4fa8b0 s Context>handleSignal:
         0xb500848 s Context>handleSignal:
         0xb5067e0 s Context>handleSignal:
         0xb50c778 s Context>handleSignal:
         0xb512710 s Context>handleSignal:
         0xb5186a8 s Context>handleSignal:
         0xb51e640 s Context>handleSignal:
         0xb5245d8 s Context>handleSignal:
         0xb52a570 s Context>handleSignal:
         0xb530508 s Context>handleSignal:
         0xb5364a0 s Context>handleSignal:
         0xb53c438 s Context>handleSignal:
         0xb5423d0 s Context>handleSignal:
         0xb548368 s Context>handleSignal:
         0xb54e300 s Context>handleSignal:
         0xb554298 s Context>handleSignal:
         0xb55a230 s Context>handleSignal:
         0xb5601c8 s Context>handleSignal:
         0xb566160 s Context>handleSignal:
         0xb56c0f8 s Context>handleSignal:
         0xb572090 s Context>handleSignal:
         0xb578028 s Context>handleSignal:
         0xb57dfc0 s Context>handleSignal:
         0xb583f58 s Context>handleSignal:
         0xb589ef0 s Context>handleSignal:
         0xb58fe88 s Context>handleSignal:
         0xb595e20 s Context>handleSignal:
         0xb59bdb8 s Context>handleSignal:
         0xb5a1d50 s Context>handleSignal:
         0xb5a7ce8 s Context>handleSignal:
         0xb5adc80 s Context>handleSignal:
         0xb5b3c18 s Context>handleSignal:
         0xb5b9bb0 s Context>handleSignal:
         0xb5bfb48 s Context>handleSignal:
         0xb5c5ae0 s Context>handleSignal:
         0xb5cba78 s Context>handleSignal:
         0xb5d1a10 s Context>handleSignal:
         0xb5d79a8 s Context>handleSignal:
         0xb5dd940 s Context>handleSignal:
         0xb5e38d8 s Context>handleSignal:
         0xb5e9870 s Context>handleSignal:
         0xb5ef808 s Context>handleSignal:
         0xb5f57a0 s Context>handleSignal:
         0xb5fb738 s Context>handleSignal:
         0xb6016d0 s Context>handleSignal:
         0xb607668 s Context>handleSignal:
         0xb60d600 s Context>handleSignal:
         0xb613598 s Context>handleSignal:
         0xb619530 s Context>handleSignal:
         0xb61f4c8 s Context>handleSignal:
         0xb625460 s Context>handleSignal:
         0xb62b3f8 s Context>handleSignal:
         0xb631390 s Context>handleSignal:
         0xb637328 s Context>handleSignal:
         0xb63d2c0 s Context>handleSignal:
         0xb643258 s Context>handleSignal:
         0xb6491f0 s Context>handleSignal:
         0xb64f188 s Context>handleSignal:
         0xb655120 s Context>handleSignal:
         0xb65b000 s Context>handleSignal:
         0xb660e28 s Context>handleSignal:
         0xb666b98 s Context>handleSignal:
         0xb66c850 s Context>handleSignal:
         0xb672450 s Context>handleSignal:
         0xb677f98 s Context>handleSignal:
         0xb67da28 s Context>handleSignal:
         0xb683400 s Context>handleSignal:
         0xb688d20 s Context>handleSignal:
         0xb68e588 s Context>handleSignal:
         0xb693d38 s Context>handleSignal:
         0xbf7b200 s Halt(Exception)>signal
         0xbf959c8 s Halt class(Exception class)>signal
         0xbfbeb30 s Halt class>now
         0xbfae130 s FullBlockClosure(Object)>halt
         0xbfdf418 s FullBlockClosure>printOn:
         0xc0021e8 s Context>printOn:
         0xc026ac0 s Context>printDebugOn:
         0xc026da0 s [] in Context>debugStack:on:
         0xc050808 s OrderedCollection>do:
         0xbfadeb8 s Context>debugStack:on:
         0xbfdf1c8 s Context>shortDebugStackOn:
         0xc001fb0 s [] in SmalltalkImage>logError:inContext:
         0xc0267e0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77880 s FullBlockClosure(BlockClosure)>on:do:
         0xbf90608 s SmalltalkImage>logStdErrorDuring:
         0xbfb9e00 s SmalltalkImage>logError:inContext:
         0xbfe9ea0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00c458 s FullBlockClosure(BlockClosure)>ensure:
         0xc034eb8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055718 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc065eb0 s Halt(Exception)>unhandledErrorAction
         0xc07b728 s Halt(UnhandledException)>defaultAction
         0xc09a278 s UndefinedObject>handleSignal:
         0xc09a330 s Context>handleSignal:
         0xc09a3e8 s Context>handleSignal:
         0xc09a4a0 s Context>handleSignal:
         0xc09a558 s Context>handleSignal:
         0xc09a610 s Context>handleSignal:
         0xc09a6c8 s Context>handleSignal:
         0xc09a780 s Context>handleSignal:
         0xc09a838 s Context>handleSignal:
         0xc09a8f0 s Context>handleSignal:
         0xc09a9a8 s Context>handleSignal:
         0xc1006e0 s Context>handleSignal:
         0xc10be00 s Context>handleSignal:
         0xc116ca8 s Context>handleSignal:
         0xc121590 s Context>handleSignal:
         0xc12bdc0 s Context>handleSignal:
         0xc1365f0 s Context>handleSignal:
         0xc140e20 s Context>handleSignal:
         0xc14b650 s Context>handleSignal:
         0xc155e80 s Context>handleSignal:
         0xc1606b0 s Context>handleSignal:
         0xc16aee0 s Context>handleSignal:
         0xc175710 s Context>handleSignal:
         0xc17ff40 s Context>handleSignal:
         0xc18a770 s Context>handleSignal:
         0xc194fa0 s Context>handleSignal:
         0xc19f7d0 s Context>handleSignal:
         0xc1aa000 s Context>handleSignal:
         0xc1b4830 s Context>handleSignal:
         0xc1bf060 s Context>handleSignal:
         0xc1c9890 s Context>handleSignal:
         0xc1d40c0 s Context>handleSignal:
         0xc1de8f0 s Context>handleSignal:
         0xc1e9120 s Context>handleSignal:
         0xc1f3950 s Context>handleSignal:
         0xc1fe180 s Context>handleSignal:
         0xc2089b0 s Context>handleSignal:
         0xc2131e0 s Context>handleSignal:
         0xc21da10 s Context>handleSignal:
         0xc228240 s Context>handleSignal:
         0xc232a70 s Context>handleSignal:
         0xc23d2a0 s Context>handleSignal:
         0xc247ad0 s Context>handleSignal:
         0xc252300 s Context>handleSignal:
         0xc25cb30 s Context>handleSignal:
         0xc263fa0 s Context>handleSignal:
         0xb7dd318 s Context>handleSignal:
         0xb7e7c00 s Context>handleSignal:
         0xb7f24e8 s Context>handleSignal:
         0xb7fcdd0 s Context>handleSignal:
         0xb8076b8 s Context>handleSignal:
         0xb811fa0 s Context>handleSignal:
         0xb81c888 s Context>handleSignal:
         0xb827170 s Context>handleSignal:
         0xb831a58 s Context>handleSignal:
         0xb83c340 s Context>handleSignal:
         0xb846c28 s Context>handleSignal:
         0xb851510 s Context>handleSignal:
         0xb85bdf8 s Context>handleSignal:
         0xb8666e0 s Context>handleSignal:
         0xb870fc8 s Context>handleSignal:
         0xb87b8b0 s Context>handleSignal:
         0xb886198 s Context>handleSignal:
         0xb890a80 s Context>handleSignal:
         0xb89b368 s Context>handleSignal:
         0xb8a5c50 s Context>handleSignal:
         0xb8b0538 s Context>handleSignal:
         0xb8bae20 s Context>handleSignal:
         0xb8c5708 s Context>handleSignal:
         0xb8cfff0 s Context>handleSignal:
         0xb8da8d8 s Context>handleSignal:
         0xb8e51c0 s Context>handleSignal:
         0xb8efaa8 s Context>handleSignal:
         0xb8fa390 s Context>handleSignal:
         0xb904c78 s Context>handleSignal:
         0xb90f560 s Context>handleSignal:
         0xb919e48 s Context>handleSignal:
         0xb924730 s Context>handleSignal:
         0xb92f018 s Context>handleSignal:
         0xb939900 s Context>handleSignal:
         0xb9441e8 s Context>handleSignal:
         0xb94ead0 s Context>handleSignal:
         0xb9593b8 s Context>handleSignal:
         0xb963ca0 s Context>handleSignal:
         0xb96e588 s Context>handleSignal:
         0xb978e70 s Context>handleSignal:
         0xb983758 s Context>handleSignal:
         0xb98e040 s Context>handleSignal:
         0xb998928 s Context>handleSignal:
         0xb9a3210 s Context>handleSignal:
         0xb9adaf8 s Context>handleSignal:
         0xb9b83e0 s Context>handleSignal:
         0xb9c2cc8 s Context>handleSignal:
         0xb9cd5b0 s Context>handleSignal:
         0xb9d7e98 s Context>handleSignal:
         0xb9e2780 s Context>handleSignal:
         0xb9ed068 s Context>handleSignal:
         0xb9f7950 s Context>handleSignal:
         0xba02238 s Context>handleSignal:
         0xba0cb20 s Context>handleSignal:
         0xba17408 s Context>handleSignal:
         0xba21cf0 s Context>handleSignal:
         0xba2c5d8 s Context>handleSignal:
         0xba36ec0 s Context>handleSignal:
         0xb416360 s Context>handleSignal:
         0xb41cc50 s Context>handleSignal:
         0xb4242b8 s Context>handleSignal:
         0xb42acc8 s Context>handleSignal:
         0xb4320c8 s Context>handleSignal:
         0xb4391b0 s Context>handleSignal:
         0xb440070 s Context>handleSignal:
         0xb446230 s Context>handleSignal:
         0xb44c3f0 s Context>handleSignal:
         0xb4524f8 s Context>handleSignal:
         0xb458548 s Context>handleSignal:
         0xb45e598 s Context>handleSignal:
         0xb4645e8 s Context>handleSignal:
         0xb46a638 s Context>handleSignal:
         0xb470688 s Context>handleSignal:
         0xb4766d8 s Context>handleSignal:
         0xb47c728 s Context>handleSignal:
         0xb482778 s Context>handleSignal:
         0xb4887c8 s Context>handleSignal:
         0xb48e818 s Context>handleSignal:
         0xb494868 s Context>handleSignal:
         0xb49a8b8 s Context>handleSignal:
         0xb4a0908 s Context>handleSignal:
         0xb4a6958 s Context>handleSignal:
         0xb4ac9a8 s Context>handleSignal:
         0xb4b29f8 s Context>handleSignal:
         0xb4b8a48 s Context>handleSignal:
         0xb4bea98 s Context>handleSignal:
         0xb4c4ae8 s Context>handleSignal:
         0xb4cab38 s Context>handleSignal:
         0xb4d0ad0 s Context>handleSignal:
         0xb4d6a68 s Context>handleSignal:
         0xb4dca00 s Context>handleSignal:
         0xb4e2998 s Context>handleSignal:
         0xb4e8930 s Context>handleSignal:
         0xb4ee8c8 s Context>handleSignal:
         0xb4f4860 s Context>handleSignal:
         0xb4fa7f8 s Context>handleSignal:
         0xb500790 s Context>handleSignal:
         0xb506728 s Context>handleSignal:
         0xb50c6c0 s Context>handleSignal:
         0xb512658 s Context>handleSignal:
         0xb5185f0 s Context>handleSignal:
         0xb51e588 s Context>handleSignal:
         0xb524520 s Context>handleSignal:
         0xb52a4b8 s Context>handleSignal:
         0xb530450 s Context>handleSignal:
         0xb5363e8 s Context>handleSignal:
         0xb53c380 s Context>handleSignal:
         0xb542318 s Context>handleSignal:
         0xb5482b0 s Context>handleSignal:
         0xb54e248 s Context>handleSignal:
         0xb5541e0 s Context>handleSignal:
         0xb55a178 s Context>handleSignal:
         0xb560110 s Context>handleSignal:
         0xb5660a8 s Context>handleSignal:
         0xb56c040 s Context>handleSignal:
         0xb571fd8 s Context>handleSignal:
         0xb577f70 s Context>handleSignal:
         0xb57df08 s Context>handleSignal:
         0xb583ea0 s Context>handleSignal:
         0xb589e38 s Context>handleSignal:
         0xb58fdd0 s Context>handleSignal:
         0xb595d68 s Context>handleSignal:
         0xb59bd00 s Context>handleSignal:
         0xb5a1c98 s Context>handleSignal:
         0xb5a7c30 s Context>handleSignal:
         0xb5adbc8 s Context>handleSignal:
         0xb5b3b60 s Context>handleSignal:
         0xb5b9af8 s Context>handleSignal:
         0xb5bfa90 s Context>handleSignal:
         0xb5c5a28 s Context>handleSignal:
         0xb5cb9c0 s Context>handleSignal:
         0xb5d1958 s Context>handleSignal:
         0xb5d78f0 s Context>handleSignal:
         0xb5dd888 s Context>handleSignal:
         0xb5e3820 s Context>handleSignal:
         0xb5e97b8 s Context>handleSignal:
         0xb5ef750 s Context>handleSignal:
         0xb5f56e8 s Context>handleSignal:
         0xb5fb680 s Context>handleSignal:
         0xb601618 s Context>handleSignal:
         0xb6075b0 s Context>handleSignal:
         0xb60d548 s Context>handleSignal:
         0xb6134e0 s Context>handleSignal:
         0xb619478 s Context>handleSignal:
         0xb61f410 s Context>handleSignal:
         0xb6253a8 s Context>handleSignal:
         0xb62b340 s Context>handleSignal:
         0xb6312d8 s Context>handleSignal:
         0xb637270 s Context>handleSignal:
         0xb63d208 s Context>handleSignal:
         0xb6431a0 s Context>handleSignal:
         0xb649138 s Context>handleSignal:
         0xb64f0d0 s Context>handleSignal:
         0xb655068 s Context>handleSignal:
         0xb65af48 s Context>handleSignal:
         0xb660d70 s Context>handleSignal:
         0xb666ae0 s Context>handleSignal:
         0xb66c798 s Context>handleSignal:
         0xb672398 s Context>handleSignal:
         0xb677ee0 s Context>handleSignal:
         0xb67d970 s Context>handleSignal:
         0xb683348 s Context>handleSignal:
         0xb688c68 s Context>handleSignal:
         0xb68e4d0 s Context>handleSignal:
         0xbf7b090 s Halt(Exception)>signal
         0xbf957f8 s Halt class(Exception class)>signal
         0xbfbe978 s Halt class>now
         0xbfadf70 s FullBlockClosure(Object)>halt
         0xbfdf280 s FullBlockClosure>printOn:
         0xc002068 s Context>printOn:
         0xc026898 s Context>printDebugOn:
         0xc026b78 s [] in Context>debugStack:on:
         0xc050750 s OrderedCollection>do:
         0xbfadcf8 s Context>debugStack:on:
         0xbfdf030 s Context>shortDebugStackOn:
         0xc001e30 s [] in SmalltalkImage>logError:inContext:
         0xc0265b8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf777c8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf904f0 s SmalltalkImage>logStdErrorDuring:
         0xbfb9d00 s SmalltalkImage>logError:inContext:
         0xbfe9dd8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00c368 s FullBlockClosure(BlockClosure)>ensure:
         0xc034dd8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055660 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc065df8 s Halt(Exception)>unhandledErrorAction
         0xc07b670 s Halt(UnhandledException)>defaultAction
         0xc099a90 s UndefinedObject>handleSignal:
         0xc099b48 s Context>handleSignal:
         0xc099c00 s Context>handleSignal:
         0xc099cb8 s Context>handleSignal:
         0xc099d70 s Context>handleSignal:
         0xc099e28 s Context>handleSignal:
         0xc099ee0 s Context>handleSignal:
         0xc099f98 s Context>handleSignal:
         0xc09a050 s Context>handleSignal:
         0xc09a108 s Context>handleSignal:
         0xc09a1c0 s Context>handleSignal:
         0xc100628 s Context>handleSignal:
         0xc10bd48 s Context>handleSignal:
         0xc116bf0 s Context>handleSignal:
         0xc1214d8 s Context>handleSignal:
         0xc12bd08 s Context>handleSignal:
         0xc136538 s Context>handleSignal:
         0xc140d68 s Context>handleSignal:
         0xc14b598 s Context>handleSignal:
         0xc155dc8 s Context>handleSignal:
         0xc1605f8 s Context>handleSignal:
         0xc16ae28 s Context>handleSignal:
         0xc175658 s Context>handleSignal:
         0xc17fe88 s Context>handleSignal:
         0xc18a6b8 s Context>handleSignal:
         0xc194ee8 s Context>handleSignal:
         0xc19f718 s Context>handleSignal:
         0xc1a9f48 s Context>handleSignal:
         0xc1b4778 s Context>handleSignal:
         0xc1befa8 s Context>handleSignal:
         0xc1c97d8 s Context>handleSignal:
         0xc1d4008 s Context>handleSignal:
         0xc1de838 s Context>handleSignal:
         0xc1e9068 s Context>handleSignal:
         0xc1f3898 s Context>handleSignal:
         0xc1fe0c8 s Context>handleSignal:
         0xc2088f8 s Context>handleSignal:
         0xc213128 s Context>handleSignal:
         0xc21d958 s Context>handleSignal:
         0xc228188 s Context>handleSignal:
         0xc2329b8 s Context>handleSignal:
         0xc23d1e8 s Context>handleSignal:
         0xc247a18 s Context>handleSignal:
         0xc252248 s Context>handleSignal:
         0xc25ca78 s Context>handleSignal:
         0xc263ee8 s Context>handleSignal:
         0xb7dd260 s Context>handleSignal:
         0xb7e7b48 s Context>handleSignal:
         0xb7f2430 s Context>handleSignal:
         0xb7fcd18 s Context>handleSignal:
         0xb807600 s Context>handleSignal:
         0xb811ee8 s Context>handleSignal:
         0xb81c7d0 s Context>handleSignal:
         0xb8270b8 s Context>handleSignal:
         0xb8319a0 s Context>handleSignal:
         0xb83c288 s Context>handleSignal:
         0xb846b70 s Context>handleSignal:
         0xb851458 s Context>handleSignal:
         0xb85bd40 s Context>handleSignal:
         0xb866628 s Context>handleSignal:
         0xb870f10 s Context>handleSignal:
         0xb87b7f8 s Context>handleSignal:
         0xb8860e0 s Context>handleSignal:
         0xb8909c8 s Context>handleSignal:
         0xb89b2b0 s Context>handleSignal:
         0xb8a5b98 s Context>handleSignal:
         0xb8b0480 s Context>handleSignal:
         0xb8bad68 s Context>handleSignal:
         0xb8c5650 s Context>handleSignal:
         0xb8cff38 s Context>handleSignal:
         0xb8da820 s Context>handleSignal:
         0xb8e5108 s Context>handleSignal:
         0xb8ef9f0 s Context>handleSignal:
         0xb8fa2d8 s Context>handleSignal:
         0xb904bc0 s Context>handleSignal:
         0xb90f4a8 s Context>handleSignal:
         0xb919d90 s Context>handleSignal:
         0xb924678 s Context>handleSignal:
         0xb92ef60 s Context>handleSignal:
         0xb939848 s Context>handleSignal:
         0xb944130 s Context>handleSignal:
         0xb94ea18 s Context>handleSignal:
         0xb959300 s Context>handleSignal:
         0xb963be8 s Context>handleSignal:
         0xb96e4d0 s Context>handleSignal:
         0xb978db8 s Context>handleSignal:
         0xb9836a0 s Context>handleSignal:
         0xb98df88 s Context>handleSignal:
         0xb998870 s Context>handleSignal:
         0xb9a3158 s Context>handleSignal:
         0xb9ada40 s Context>handleSignal:
         0xb9b8328 s Context>handleSignal:
         0xb9c2c10 s Context>handleSignal:
         0xb9cd4f8 s Context>handleSignal:
         0xb9d7de0 s Context>handleSignal:
         0xb9e26c8 s Context>handleSignal:
         0xb9ecfb0 s Context>handleSignal:
         0xb9f7898 s Context>handleSignal:
         0xba02180 s Context>handleSignal:
         0xba0ca68 s Context>handleSignal:
         0xba17350 s Context>handleSignal:
         0xba21c38 s Context>handleSignal:
         0xba2c520 s Context>handleSignal:
         0xba36e08 s Context>handleSignal:
         0xba40948 s Context>handleSignal:
         0xb41bf60 s Context>handleSignal:
         0xb422850 s Context>handleSignal:
         0xb429eb8 s Context>handleSignal:
         0xb4308c8 s Context>handleSignal:
         0xb437cc8 s Context>handleSignal:
         0xb43edb0 s Context>handleSignal:
         0xb445c70 s Context>handleSignal:
         0xb44be30 s Context>handleSignal:
         0xb451ff0 s Context>handleSignal:
         0xb4580f8 s Context>handleSignal:
         0xb45e148 s Context>handleSignal:
         0xb464198 s Context>handleSignal:
         0xb46a1e8 s Context>handleSignal:
         0xb470238 s Context>handleSignal:
         0xb476288 s Context>handleSignal:
         0xb47c2d8 s Context>handleSignal:
         0xb482328 s Context>handleSignal:
         0xb488378 s Context>handleSignal:
         0xb48e3c8 s Context>handleSignal:
         0xb494418 s Context>handleSignal:
         0xb49a468 s Context>handleSignal:
         0xb4a04b8 s Context>handleSignal:
         0xb4a6508 s Context>handleSignal:
         0xb4ac558 s Context>handleSignal:
         0xb4b25a8 s Context>handleSignal:
         0xb4b85f8 s Context>handleSignal:
         0xb4be648 s Context>handleSignal:
         0xb4c4698 s Context>handleSignal:
         0xb4ca6e8 s Context>handleSignal:
         0xb4d0738 s Context>handleSignal:
         0xb4d66d0 s Context>handleSignal:
         0xb4dc668 s Context>handleSignal:
         0xb4e2600 s Context>handleSignal:
         0xb4e8598 s Context>handleSignal:
         0xb4ee530 s Context>handleSignal:
         0xb4f44c8 s Context>handleSignal:
         0xb4fa460 s Context>handleSignal:
         0xb5003f8 s Context>handleSignal:
         0xb506390 s Context>handleSignal:
         0xb50c328 s Context>handleSignal:
         0xb5122c0 s Context>handleSignal:
         0xb518258 s Context>handleSignal:
         0xb51e1f0 s Context>handleSignal:
         0xb524188 s Context>handleSignal:
         0xb52a120 s Context>handleSignal:
         0xb5300b8 s Context>handleSignal:
         0xb536050 s Context>handleSignal:
         0xb53bfe8 s Context>handleSignal:
         0xb541f80 s Context>handleSignal:
         0xb547f18 s Context>handleSignal:
         0xb54deb0 s Context>handleSignal:
         0xb553e48 s Context>handleSignal:
         0xb559de0 s Context>handleSignal:
         0xb55fd78 s Context>handleSignal:
         0xb565d10 s Context>handleSignal:
         0xb56bca8 s Context>handleSignal:
         0xb571c40 s Context>handleSignal:
         0xb577bd8 s Context>handleSignal:
         0xb57db70 s Context>handleSignal:
         0xb583b08 s Context>handleSignal:
         0xb589aa0 s Context>handleSignal:
         0xb58fa38 s Context>handleSignal:
         0xb5959d0 s Context>handleSignal:
         0xb59b968 s Context>handleSignal:
         0xb5a1900 s Context>handleSignal:
         0xb5a7898 s Context>handleSignal:
         0xb5ad830 s Context>handleSignal:
         0xb5b37c8 s Context>handleSignal:
         0xb5b9760 s Context>handleSignal:
         0xb5bf6f8 s Context>handleSignal:
         0xb5c5690 s Context>handleSignal:
         0xb5cb628 s Context>handleSignal:
         0xb5d15c0 s Context>handleSignal:
         0xb5d7558 s Context>handleSignal:
         0xb5dd4f0 s Context>handleSignal:
         0xb5e3488 s Context>handleSignal:
         0xb5e9420 s Context>handleSignal:
         0xb5ef3b8 s Context>handleSignal:
         0xb5f5350 s Context>handleSignal:
         0xb5fb2e8 s Context>handleSignal:
         0xb601280 s Context>handleSignal:
         0xb607218 s Context>handleSignal:
         0xb60d1b0 s Context>handleSignal:
         0xb613148 s Context>handleSignal:
         0xb6190e0 s Context>handleSignal:
         0xb61f078 s Context>handleSignal:
         0xb625010 s Context>handleSignal:
         0xb62afa8 s Context>handleSignal:
         0xb630f40 s Context>handleSignal:
         0xb636ed8 s Context>handleSignal:
         0xb63ce70 s Context>handleSignal:
         0xb642e08 s Context>handleSignal:
         0xb648da0 s Context>handleSignal:
         0xb64ed38 s Context>handleSignal:
         0xb654cd0 s Context>handleSignal:
         0xb65abb0 s Context>handleSignal:
         0xb6609d8 s Context>handleSignal:
         0xb666748 s Context>handleSignal:
         0xb66c400 s Context>handleSignal:
         0xb672000 s Context>handleSignal:
         0xb677b48 s Context>handleSignal:
         0xb67d5d8 s Context>handleSignal:
         0xb682fb0 s Context>handleSignal:
         0xb6888d0 s Context>handleSignal:
         0xbf7af20 s Halt(Exception)>signal
         0xbf95628 s Halt class(Exception class)>signal
         0xbfbe7c0 s Halt class>now
         0xbfaddb0 s FullBlockClosure(Object)>halt
         0xbfdf0e8 s FullBlockClosure>printOn:
         0xc001ee8 s Context>printOn:
         0xc026670 s Context>printDebugOn:
         0xc026950 s [] in Context>debugStack:on:
         0xc050698 s OrderedCollection>do:
         0xbfadb38 s Context>debugStack:on:
         0xbfdee98 s Context>shortDebugStackOn:
         0xc001cb0 s [] in SmalltalkImage>logError:inContext:
         0xc026390 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77710 s FullBlockClosure(BlockClosure)>on:do:
         0xbf903d8 s SmalltalkImage>logStdErrorDuring:
         0xbfb9c00 s SmalltalkImage>logError:inContext:
         0xbfe9d10 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00c278 s FullBlockClosure(BlockClosure)>ensure:
         0xc034cf8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0555a8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc065d40 s Halt(Exception)>unhandledErrorAction
         0xc07b5b8 s Halt(UnhandledException)>defaultAction
         0xc0992a8 s UndefinedObject>handleSignal:
         0xc099360 s Context>handleSignal:
         0xc099418 s Context>handleSignal:
         0xc0994d0 s Context>handleSignal:
         0xc099588 s Context>handleSignal:
         0xc099640 s Context>handleSignal:
         0xc0996f8 s Context>handleSignal:
         0xc0997b0 s Context>handleSignal:
         0xc099868 s Context>handleSignal:
         0xc099920 s Context>handleSignal:
         0xc0999d8 s Context>handleSignal:
         0xc100570 s Context>handleSignal:
         0xc10bc90 s Context>handleSignal:
         0xc116b38 s Context>handleSignal:
         0xc121420 s Context>handleSignal:
         0xc12bc50 s Context>handleSignal:
         0xc136480 s Context>handleSignal:
         0xc140cb0 s Context>handleSignal:
         0xc14b4e0 s Context>handleSignal:
         0xc155d10 s Context>handleSignal:
         0xc160540 s Context>handleSignal:
         0xc16ad70 s Context>handleSignal:
         0xc1755a0 s Context>handleSignal:
         0xc17fdd0 s Context>handleSignal:
         0xc18a600 s Context>handleSignal:
         0xc194e30 s Context>handleSignal:
         0xc19f660 s Context>handleSignal:
         0xc1a9e90 s Context>handleSignal:
         0xc1b46c0 s Context>handleSignal:
         0xc1beef0 s Context>handleSignal:
         0xc1c9720 s Context>handleSignal:
         0xc1d3f50 s Context>handleSignal:
         0xc1de780 s Context>handleSignal:
         0xc1e8fb0 s Context>handleSignal:
         0xc1f37e0 s Context>handleSignal:
         0xc1fe010 s Context>handleSignal:
         0xc208840 s Context>handleSignal:
         0xc213070 s Context>handleSignal:
         0xc21d8a0 s Context>handleSignal:
         0xc2280d0 s Context>handleSignal:
         0xc232900 s Context>handleSignal:
         0xc23d130 s Context>handleSignal:
         0xc247960 s Context>handleSignal:
         0xc252190 s Context>handleSignal:
         0xc25c9c0 s Context>handleSignal:
         0xc263e30 s Context>handleSignal:
         0xb7dd1a8 s Context>handleSignal:
         0xb7e7a90 s Context>handleSignal:
         0xb7f2378 s Context>handleSignal:
         0xb7fcc60 s Context>handleSignal:
         0xb807548 s Context>handleSignal:
         0xb811e30 s Context>handleSignal:
         0xb81c718 s Context>handleSignal:
         0xb827000 s Context>handleSignal:
         0xb8318e8 s Context>handleSignal:
         0xb83c1d0 s Context>handleSignal:
         0xb846ab8 s Context>handleSignal:
         0xb8513a0 s Context>handleSignal:
         0xb85bc88 s Context>handleSignal:
         0xb866570 s Context>handleSignal:
         0xb870e58 s Context>handleSignal:
         0xb87b740 s Context>handleSignal:
         0xb886028 s Context>handleSignal:
         0xb890910 s Context>handleSignal:
         0xb89b1f8 s Context>handleSignal:
         0xb8a5ae0 s Context>handleSignal:
         0xb8b03c8 s Context>handleSignal:
         0xb8bacb0 s Context>handleSignal:
         0xb8c5598 s Context>handleSignal:
         0xb8cfe80 s Context>handleSignal:
         0xb8da768 s Context>handleSignal:
         0xb8e5050 s Context>handleSignal:
         0xb8ef938 s Context>handleSignal:
         0xb8fa220 s Context>handleSignal:
         0xb904b08 s Context>handleSignal:
         0xb90f3f0 s Context>handleSignal:
         0xb919cd8 s Context>handleSignal:
         0xb9245c0 s Context>handleSignal:
         0xb92eea8 s Context>handleSignal:
         0xb939790 s Context>handleSignal:
         0xb944078 s Context>handleSignal:
         0xb94e960 s Context>handleSignal:
         0xb959248 s Context>handleSignal:
         0xb963b30 s Context>handleSignal:
         0xb96e418 s Context>handleSignal:
         0xb978d00 s Context>handleSignal:
         0xb9835e8 s Context>handleSignal:
         0xb98ded0 s Context>handleSignal:
         0xb9987b8 s Context>handleSignal:
         0xb9a30a0 s Context>handleSignal:
         0xb9ad988 s Context>handleSignal:
         0xb9b8270 s Context>handleSignal:
         0xb9c2b58 s Context>handleSignal:
         0xb9cd440 s Context>handleSignal:
         0xb9d7d28 s Context>handleSignal:
         0xb9e2610 s Context>handleSignal:
         0xb9ecef8 s Context>handleSignal:
         0xb9f77e0 s Context>handleSignal:
         0xba020c8 s Context>handleSignal:
         0xba0c9b0 s Context>handleSignal:
         0xba17298 s Context>handleSignal:
         0xba21b80 s Context>handleSignal:
         0xba2c468 s Context>handleSignal:
         0xba36d50 s Context>handleSignal:
         0xba40890 s Context>handleSignal:
         0xb41bea8 s Context>handleSignal:
         0xb422798 s Context>handleSignal:
         0xb429e00 s Context>handleSignal:
         0xb430810 s Context>handleSignal:
         0xb437c10 s Context>handleSignal:
         0xb43ecf8 s Context>handleSignal:
         0xb445bb8 s Context>handleSignal:
         0xb44bd78 s Context>handleSignal:
         0xb451f38 s Context>handleSignal:
         0xb458040 s Context>handleSignal:
         0xb45e090 s Context>handleSignal:
         0xb4640e0 s Context>handleSignal:
         0xb46a130 s Context>handleSignal:
         0xb470180 s Context>handleSignal:
         0xb4761d0 s Context>handleSignal:
         0xb47c220 s Context>handleSignal:
         0xb482270 s Context>handleSignal:
         0xb4882c0 s Context>handleSignal:
         0xb48e310 s Context>handleSignal:
         0xb494360 s Context>handleSignal:
         0xb49a3b0 s Context>handleSignal:
         0xb4a0400 s Context>handleSignal:
         0xb4a6450 s Context>handleSignal:
         0xb4ac4a0 s Context>handleSignal:
         0xb4b24f0 s Context>handleSignal:
         0xb4b8540 s Context>handleSignal:
         0xb4be590 s Context>handleSignal:
         0xb4c45e0 s Context>handleSignal:
         0xb4ca630 s Context>handleSignal:
         0xb4d0680 s Context>handleSignal:
         0xb4d6618 s Context>handleSignal:
         0xb4dc5b0 s Context>handleSignal:
         0xb4e2548 s Context>handleSignal:
         0xb4e84e0 s Context>handleSignal:
         0xb4ee478 s Context>handleSignal:
         0xb4f4410 s Context>handleSignal:
         0xb4fa3a8 s Context>handleSignal:
         0xb500340 s Context>handleSignal:
         0xb5062d8 s Context>handleSignal:
         0xb50c270 s Context>handleSignal:
         0xb512208 s Context>handleSignal:
         0xb5181a0 s Context>handleSignal:
         0xb51e138 s Context>handleSignal:
         0xb5240d0 s Context>handleSignal:
         0xb52a068 s Context>handleSignal:
         0xb530000 s Context>handleSignal:
         0xb535f98 s Context>handleSignal:
         0xb53bf30 s Context>handleSignal:
         0xb541ec8 s Context>handleSignal:
         0xb547e60 s Context>handleSignal:
         0xb54ddf8 s Context>handleSignal:
         0xb553d90 s Context>handleSignal:
         0xb559d28 s Context>handleSignal:
         0xb55fcc0 s Context>handleSignal:
         0xb565c58 s Context>handleSignal:
         0xb56bbf0 s Context>handleSignal:
         0xb571b88 s Context>handleSignal:
         0xb577b20 s Context>handleSignal:
         0xb57dab8 s Context>handleSignal:
         0xb583a50 s Context>handleSignal:
         0xb5899e8 s Context>handleSignal:
         0xb58f980 s Context>handleSignal:
         0xb595918 s Context>handleSignal:
         0xb59b8b0 s Context>handleSignal:
         0xb5a1848 s Context>handleSignal:
         0xb5a77e0 s Context>handleSignal:
         0xb5ad778 s Context>handleSignal:
         0xb5b3710 s Context>handleSignal:
         0xb5b96a8 s Context>handleSignal:
         0xb5bf640 s Context>handleSignal:
         0xb5c55d8 s Context>handleSignal:
         0xb5cb570 s Context>handleSignal:
         0xb5d1508 s Context>handleSignal:
         0xb5d74a0 s Context>handleSignal:
         0xb5dd438 s Context>handleSignal:
         0xb5e33d0 s Context>handleSignal:
         0xb5e9368 s Context>handleSignal:
         0xb5ef300 s Context>handleSignal:
         0xb5f5298 s Context>handleSignal:
         0xb5fb230 s Context>handleSignal:
         0xb6011c8 s Context>handleSignal:
         0xb607160 s Context>handleSignal:
         0xb60d0f8 s Context>handleSignal:
         0xb613090 s Context>handleSignal:
         0xb619028 s Context>handleSignal:
         0xb61efc0 s Context>handleSignal:
         0xb624f58 s Context>handleSignal:
         0xb62aef0 s Context>handleSignal:
         0xb630e88 s Context>handleSignal:
         0xb636e20 s Context>handleSignal:
         0xb63cdb8 s Context>handleSignal:
         0xb642d50 s Context>handleSignal:
         0xb648ce8 s Context>handleSignal:
         0xb64ec80 s Context>handleSignal:
         0xb654c18 s Context>handleSignal:
         0xb65aaf8 s Context>handleSignal:
         0xb660920 s Context>handleSignal:
         0xb666690 s Context>handleSignal:
         0xb66c348 s Context>handleSignal:
         0xb671f48 s Context>handleSignal:
         0xb677a90 s Context>handleSignal:
         0xb67d520 s Context>handleSignal:
         0xb682ef8 s Context>handleSignal:
         0xbf7adb0 s Halt(Exception)>signal
         0xbf95458 s Halt class(Exception class)>signal
         0xbfbe608 s Halt class>now
         0xbfadbf0 s FullBlockClosure(Object)>halt
         0xbfdef50 s FullBlockClosure>printOn:
         0xc001d68 s Context>printOn:
         0xc026448 s Context>printDebugOn:
         0xc026728 s [] in Context>debugStack:on:
         0xc0505e0 s OrderedCollection>do:
         0xbfb9240 s Context>debugStack:on:
         0xbfe9538 s Context>shortDebugStackOn:
         0xc00b978 s [] in SmalltalkImage>logError:inContext:
         0xc0343d0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77658 s FullBlockClosure(BlockClosure)>on:do:
         0xbf902c0 s SmalltalkImage>logStdErrorDuring:
         0xbfb9b00 s SmalltalkImage>logError:inContext:
         0xbfe9c48 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00c188 s FullBlockClosure(BlockClosure)>ensure:
         0xc034c18 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0554f0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc065c88 s Halt(Exception)>unhandledErrorAction
         0xc07b500 s Halt(UnhandledException)>defaultAction
         0xc098ac0 s UndefinedObject>handleSignal:
         0xc098b78 s Context>handleSignal:
         0xc098c30 s Context>handleSignal:
         0xc098ce8 s Context>handleSignal:
         0xc098da0 s Context>handleSignal:
         0xc098e58 s Context>handleSignal:
         0xc098f10 s Context>handleSignal:
         0xc098fc8 s Context>handleSignal:
         0xc099080 s Context>handleSignal:
         0xc099138 s Context>handleSignal:
         0xc0991f0 s Context>handleSignal:
         0xc1004b8 s Context>handleSignal:
         0xc10bbd8 s Context>handleSignal:
         0xc116a80 s Context>handleSignal:
         0xc121368 s Context>handleSignal:
         0xc12bb98 s Context>handleSignal:
         0xc1363c8 s Context>handleSignal:
         0xc140bf8 s Context>handleSignal:
         0xc14b428 s Context>handleSignal:
         0xc155c58 s Context>handleSignal:
         0xc160488 s Context>handleSignal:
         0xc16acb8 s Context>handleSignal:
         0xc1754e8 s Context>handleSignal:
         0xc17fd18 s Context>handleSignal:
         0xc18a548 s Context>handleSignal:
         0xc194d78 s Context>handleSignal:
         0xc19f5a8 s Context>handleSignal:
         0xc1a9dd8 s Context>handleSignal:
         0xc1b4608 s Context>handleSignal:
         0xc1bee38 s Context>handleSignal:
         0xc1c9668 s Context>handleSignal:
         0xc1d3e98 s Context>handleSignal:
         0xc1de6c8 s Context>handleSignal:
         0xc1e8ef8 s Context>handleSignal:
         0xc1f3728 s Context>handleSignal:
         0xc1fdf58 s Context>handleSignal:
         0xc208788 s Context>handleSignal:
         0xc212fb8 s Context>handleSignal:
         0xc21d7e8 s Context>handleSignal:
         0xc228018 s Context>handleSignal:
         0xc232848 s Context>handleSignal:
         0xc23d078 s Context>handleSignal:
         0xc2478a8 s Context>handleSignal:
         0xc2520d8 s Context>handleSignal:
         0xc25c908 s Context>handleSignal:
         0xc263d78 s Context>handleSignal:
         0xb7dd0f0 s Context>handleSignal:
         0xb7e79d8 s Context>handleSignal:
         0xb7f22c0 s Context>handleSignal:
         0xb7fcba8 s Context>handleSignal:
         0xb807490 s Context>handleSignal:
         0xb811d78 s Context>handleSignal:
         0xb81c660 s Context>handleSignal:
         0xb826f48 s Context>handleSignal:
         0xb831830 s Context>handleSignal:
         0xb83c118 s Context>handleSignal:
         0xb846a00 s Context>handleSignal:
         0xb8512e8 s Context>handleSignal:
         0xb85bbd0 s Context>handleSignal:
         0xb8664b8 s Context>handleSignal:
         0xb870da0 s Context>handleSignal:
         0xb87b688 s Context>handleSignal:
         0xb885f70 s Context>handleSignal:
         0xb890858 s Context>handleSignal:
         0xb89b140 s Context>handleSignal:
         0xb8a5a28 s Context>handleSignal:
         0xb8b0310 s Context>handleSignal:
         0xb8babf8 s Context>handleSignal:
         0xb8c54e0 s Context>handleSignal:
         0xb8cfdc8 s Context>handleSignal:
         0xb8da6b0 s Context>handleSignal:
         0xb8e4f98 s Context>handleSignal:
         0xb8ef880 s Context>handleSignal:
         0xb8fa168 s Context>handleSignal:
         0xb904a50 s Context>handleSignal:
         0xb90f338 s Context>handleSignal:
         0xb919c20 s Context>handleSignal:
         0xb924508 s Context>handleSignal:
         0xb92edf0 s Context>handleSignal:
         0xb9396d8 s Context>handleSignal:
         0xb943fc0 s Context>handleSignal:
         0xb94e8a8 s Context>handleSignal:
         0xb959190 s Context>handleSignal:
         0xb963a78 s Context>handleSignal:
         0xb96e360 s Context>handleSignal:
         0xb978c48 s Context>handleSignal:
         0xb983530 s Context>handleSignal:
         0xb98de18 s Context>handleSignal:
         0xb998700 s Context>handleSignal:
         0xb9a2fe8 s Context>handleSignal:
         0xb9ad8d0 s Context>handleSignal:
         0xb9b81b8 s Context>handleSignal:
         0xb9c2aa0 s Context>handleSignal:
         0xb9cd388 s Context>handleSignal:
         0xb9d7c70 s Context>handleSignal:
         0xb9e2558 s Context>handleSignal:
         0xb9ece40 s Context>handleSignal:
         0xb9f7728 s Context>handleSignal:
         0xba02010 s Context>handleSignal:
         0xba0c8f8 s Context>handleSignal:
         0xba171e0 s Context>handleSignal:
         0xba21ac8 s Context>handleSignal:
         0xba2c3b0 s Context>handleSignal:
         0xba36c98 s Context>handleSignal:
         0xba407d8 s Context>handleSignal:
         0xb41bdf0 s Context>handleSignal:
         0xb4226e0 s Context>handleSignal:
         0xb429d48 s Context>handleSignal:
         0xb430758 s Context>handleSignal:
         0xb437b58 s Context>handleSignal:
         0xb43ec40 s Context>handleSignal:
         0xb445b00 s Context>handleSignal:
         0xb44bcc0 s Context>handleSignal:
         0xb451e80 s Context>handleSignal:
         0xb457f88 s Context>handleSignal:
         0xb45dfd8 s Context>handleSignal:
         0xb464028 s Context>handleSignal:
         0xb46a078 s Context>handleSignal:
         0xb4700c8 s Context>handleSignal:
         0xb476118 s Context>handleSignal:
         0xb47c168 s Context>handleSignal:
         0xb4821b8 s Context>handleSignal:
         0xb488208 s Context>handleSignal:
         0xb48e258 s Context>handleSignal:
         0xb4942a8 s Context>handleSignal:
         0xb49a2f8 s Context>handleSignal:
         0xb4a0348 s Context>handleSignal:
         0xb4a6398 s Context>handleSignal:
         0xb4ac3e8 s Context>handleSignal:
         0xb4b2438 s Context>handleSignal:
         0xb4b8488 s Context>handleSignal:
         0xb4be4d8 s Context>handleSignal:
         0xb4c4528 s Context>handleSignal:
         0xb4ca578 s Context>handleSignal:
         0xb4d05c8 s Context>handleSignal:
         0xb4d6560 s Context>handleSignal:
         0xb4dc4f8 s Context>handleSignal:
         0xb4e2490 s Context>handleSignal:
         0xb4e8428 s Context>handleSignal:
         0xb4ee3c0 s Context>handleSignal:
         0xb4f4358 s Context>handleSignal:
         0xb4fa2f0 s Context>handleSignal:
         0xb500288 s Context>handleSignal:
         0xb506220 s Context>handleSignal:
         0xb50c1b8 s Context>handleSignal:
         0xb512150 s Context>handleSignal:
         0xb5180e8 s Context>handleSignal:
         0xb51e080 s Context>handleSignal:
         0xb524018 s Context>handleSignal:
         0xb529fb0 s Context>handleSignal:
         0xb52ff48 s Context>handleSignal:
         0xb535ee0 s Context>handleSignal:
         0xb53be78 s Context>handleSignal:
         0xb541e10 s Context>handleSignal:
         0xb547da8 s Context>handleSignal:
         0xb54dd40 s Context>handleSignal:
         0xb553cd8 s Context>handleSignal:
         0xb559c70 s Context>handleSignal:
         0xb55fc08 s Context>handleSignal:
         0xb565ba0 s Context>handleSignal:
         0xb56bb38 s Context>handleSignal:
         0xb571ad0 s Context>handleSignal:
         0xb577a68 s Context>handleSignal:
         0xb57da00 s Context>handleSignal:
         0xb583998 s Context>handleSignal:
         0xb589930 s Context>handleSignal:
         0xb58f8c8 s Context>handleSignal:
         0xb595860 s Context>handleSignal:
         0xb59b7f8 s Context>handleSignal:
         0xb5a1790 s Context>handleSignal:
         0xb5a7728 s Context>handleSignal:
         0xb5ad6c0 s Context>handleSignal:
         0xb5b3658 s Context>handleSignal:
         0xb5b95f0 s Context>handleSignal:
         0xb5bf588 s Context>handleSignal:
         0xb5c5520 s Context>handleSignal:
         0xb5cb4b8 s Context>handleSignal:
         0xb5d1450 s Context>handleSignal:
         0xb5d73e8 s Context>handleSignal:
         0xb5dd380 s Context>handleSignal:
         0xb5e3318 s Context>handleSignal:
         0xb5e92b0 s Context>handleSignal:
         0xb5ef248 s Context>handleSignal:
         0xb5f51e0 s Context>handleSignal:
         0xb5fb178 s Context>handleSignal:
         0xb601110 s Context>handleSignal:
         0xb6070a8 s Context>handleSignal:
         0xb60d040 s Context>handleSignal:
         0xb612fd8 s Context>handleSignal:
         0xb618f70 s Context>handleSignal:
         0xb61ef08 s Context>handleSignal:
         0xb624ea0 s Context>handleSignal:
         0xb62ae38 s Context>handleSignal:
         0xb630dd0 s Context>handleSignal:
         0xb636d68 s Context>handleSignal:
         0xb63cd00 s Context>handleSignal:
         0xb642c98 s Context>handleSignal:
         0xb648c30 s Context>handleSignal:
         0xb64ebc8 s Context>handleSignal:
         0xb654b60 s Context>handleSignal:
         0xb65aa40 s Context>handleSignal:
         0xb660868 s Context>handleSignal:
         0xb6665d8 s Context>handleSignal:
         0xb66c290 s Context>handleSignal:
         0xb671e90 s Context>handleSignal:
         0xb6779d8 s Context>handleSignal:
         0xb67d468 s Context>handleSignal:
         0xbf7ac40 s Halt(Exception)>signal
         0xbf95288 s Halt class(Exception class)>signal
         0xbfbe450 s Halt class>now
         0xbfb92f8 s FullBlockClosure(Object)>halt
         0xbfe95f0 s FullBlockClosure>printOn:
         0xc00ba30 s Context>printOn:
         0xc034488 s Context>printDebugOn:
         0xc026500 s [] in Context>debugStack:on:
         0xc050528 s OrderedCollection>do:
         0xbfb9080 s Context>debugStack:on:
         0xbfe93a0 s Context>shortDebugStackOn:
         0xc00b7f8 s [] in SmalltalkImage>logError:inContext:
         0xc0341a8 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf775a0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf901a8 s SmalltalkImage>logStdErrorDuring:
         0xbfb9a00 s SmalltalkImage>logError:inContext:
         0xbfe9b80 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00c098 s FullBlockClosure(BlockClosure)>ensure:
         0xc034b38 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055438 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc065bd0 s Halt(Exception)>unhandledErrorAction
         0xc07b448 s Halt(UnhandledException)>defaultAction
         0xc0982d8 s UndefinedObject>handleSignal:
         0xc098390 s Context>handleSignal:
         0xc098448 s Context>handleSignal:
         0xc098500 s Context>handleSignal:
         0xc0985b8 s Context>handleSignal:
         0xc098670 s Context>handleSignal:
         0xc098728 s Context>handleSignal:
         0xc0987e0 s Context>handleSignal:
         0xc098898 s Context>handleSignal:
         0xc098950 s Context>handleSignal:
         0xc098a08 s Context>handleSignal:
         0xc100400 s Context>handleSignal:
         0xc10bb20 s Context>handleSignal:
         0xc1169c8 s Context>handleSignal:
         0xc1212b0 s Context>handleSignal:
         0xc12bae0 s Context>handleSignal:
         0xc136310 s Context>handleSignal:
         0xc140b40 s Context>handleSignal:
         0xc14b370 s Context>handleSignal:
         0xc155ba0 s Context>handleSignal:
         0xc1603d0 s Context>handleSignal:
         0xc16ac00 s Context>handleSignal:
         0xc175430 s Context>handleSignal:
         0xc17fc60 s Context>handleSignal:
         0xc18a490 s Context>handleSignal:
         0xc194cc0 s Context>handleSignal:
         0xc19f4f0 s Context>handleSignal:
         0xc1a9d20 s Context>handleSignal:
         0xc1b4550 s Context>handleSignal:
         0xc1bed80 s Context>handleSignal:
         0xc1c95b0 s Context>handleSignal:
         0xc1d3de0 s Context>handleSignal:
         0xc1de610 s Context>handleSignal:
         0xc1e8e40 s Context>handleSignal:
         0xc1f3670 s Context>handleSignal:
         0xc1fdea0 s Context>handleSignal:
         0xc2086d0 s Context>handleSignal:
         0xc212f00 s Context>handleSignal:
         0xc21d730 s Context>handleSignal:
         0xc227f60 s Context>handleSignal:
         0xc232790 s Context>handleSignal:
         0xc23cfc0 s Context>handleSignal:
         0xc2477f0 s Context>handleSignal:
         0xc252020 s Context>handleSignal:
         0xc25c850 s Context>handleSignal:
         0xc263cc0 s Context>handleSignal:
         0xb7dd038 s Context>handleSignal:
         0xb7e7920 s Context>handleSignal:
         0xb7f2208 s Context>handleSignal:
         0xb7fcaf0 s Context>handleSignal:
         0xb8073d8 s Context>handleSignal:
         0xb811cc0 s Context>handleSignal:
         0xb81c5a8 s Context>handleSignal:
         0xb826e90 s Context>handleSignal:
         0xb831778 s Context>handleSignal:
         0xb83c060 s Context>handleSignal:
         0xb846948 s Context>handleSignal:
         0xb851230 s Context>handleSignal:
         0xb85bb18 s Context>handleSignal:
         0xb866400 s Context>handleSignal:
         0xb870ce8 s Context>handleSignal:
         0xb87b5d0 s Context>handleSignal:
         0xb885eb8 s Context>handleSignal:
         0xb8907a0 s Context>handleSignal:
         0xb89b088 s Context>handleSignal:
         0xb8a5970 s Context>handleSignal:
         0xb8b0258 s Context>handleSignal:
         0xb8bab40 s Context>handleSignal:
         0xb8c5428 s Context>handleSignal:
         0xb8cfd10 s Context>handleSignal:
         0xb8da5f8 s Context>handleSignal:
         0xb8e4ee0 s Context>handleSignal:
         0xb8ef7c8 s Context>handleSignal:
         0xb8fa0b0 s Context>handleSignal:
         0xb904998 s Context>handleSignal:
         0xb90f280 s Context>handleSignal:
         0xb919b68 s Context>handleSignal:
         0xb924450 s Context>handleSignal:
         0xb92ed38 s Context>handleSignal:
         0xb939620 s Context>handleSignal:
         0xb943f08 s Context>handleSignal:
         0xb94e7f0 s Context>handleSignal:
         0xb9590d8 s Context>handleSignal:
         0xb9639c0 s Context>handleSignal:
         0xb96e2a8 s Context>handleSignal:
         0xb978b90 s Context>handleSignal:
         0xb983478 s Context>handleSignal:
         0xb98dd60 s Context>handleSignal:
         0xb998648 s Context>handleSignal:
         0xb9a2f30 s Context>handleSignal:
         0xb9ad818 s Context>handleSignal:
         0xb9b8100 s Context>handleSignal:
         0xb9c29e8 s Context>handleSignal:
         0xb9cd2d0 s Context>handleSignal:
         0xb9d7bb8 s Context>handleSignal:
         0xb9e24a0 s Context>handleSignal:
         0xb9ecd88 s Context>handleSignal:
         0xb9f7670 s Context>handleSignal:
         0xba01f58 s Context>handleSignal:
         0xba0c840 s Context>handleSignal:
         0xba17128 s Context>handleSignal:
         0xba21a10 s Context>handleSignal:
         0xba2c2f8 s Context>handleSignal:
         0xba36be0 s Context>handleSignal:
         0xba40720 s Context>handleSignal:
         0xb41bd38 s Context>handleSignal:
         0xb422628 s Context>handleSignal:
         0xb429c90 s Context>handleSignal:
         0xb4306a0 s Context>handleSignal:
         0xb437aa0 s Context>handleSignal:
         0xb43eb88 s Context>handleSignal:
         0xb445a48 s Context>handleSignal:
         0xb44bc08 s Context>handleSignal:
         0xb451dc8 s Context>handleSignal:
         0xb457ed0 s Context>handleSignal:
         0xb45df20 s Context>handleSignal:
         0xb463f70 s Context>handleSignal:
         0xb469fc0 s Context>handleSignal:
         0xb470010 s Context>handleSignal:
         0xb476060 s Context>handleSignal:
         0xb47c0b0 s Context>handleSignal:
         0xb482100 s Context>handleSignal:
         0xb488150 s Context>handleSignal:
         0xb48e1a0 s Context>handleSignal:
         0xb4941f0 s Context>handleSignal:
         0xb49a240 s Context>handleSignal:
         0xb4a0290 s Context>handleSignal:
         0xb4a62e0 s Context>handleSignal:
         0xb4ac330 s Context>handleSignal:
         0xb4b2380 s Context>handleSignal:
         0xb4b83d0 s Context>handleSignal:
         0xb4be420 s Context>handleSignal:
         0xb4c4470 s Context>handleSignal:
         0xb4ca4c0 s Context>handleSignal:
         0xb4d0510 s Context>handleSignal:
         0xb4d64a8 s Context>handleSignal:
         0xb4dc440 s Context>handleSignal:
         0xb4e23d8 s Context>handleSignal:
         0xb4e8370 s Context>handleSignal:
         0xb4ee308 s Context>handleSignal:
         0xb4f42a0 s Context>handleSignal:
         0xb4fa238 s Context>handleSignal:
         0xb5001d0 s Context>handleSignal:
         0xb506168 s Context>handleSignal:
         0xb50c100 s Context>handleSignal:
         0xb512098 s Context>handleSignal:
         0xb518030 s Context>handleSignal:
         0xb51dfc8 s Context>handleSignal:
         0xb523f60 s Context>handleSignal:
         0xb529ef8 s Context>handleSignal:
         0xb52fe90 s Context>handleSignal:
         0xb535e28 s Context>handleSignal:
         0xb53bdc0 s Context>handleSignal:
         0xb541d58 s Context>handleSignal:
         0xb547cf0 s Context>handleSignal:
         0xb54dc88 s Context>handleSignal:
         0xb553c20 s Context>handleSignal:
         0xb559bb8 s Context>handleSignal:
         0xb55fb50 s Context>handleSignal:
         0xb565ae8 s Context>handleSignal:
         0xb56ba80 s Context>handleSignal:
         0xb571a18 s Context>handleSignal:
         0xb5779b0 s Context>handleSignal:
         0xb57d948 s Context>handleSignal:
         0xb5838e0 s Context>handleSignal:
         0xb589878 s Context>handleSignal:
         0xb58f810 s Context>handleSignal:
         0xb5957a8 s Context>handleSignal:
         0xb59b740 s Context>handleSignal:
         0xb5a16d8 s Context>handleSignal:
         0xb5a7670 s Context>handleSignal:
         0xb5ad608 s Context>handleSignal:
         0xb5b35a0 s Context>handleSignal:
         0xb5b9538 s Context>handleSignal:
         0xb5bf4d0 s Context>handleSignal:
         0xb5c5468 s Context>handleSignal:
         0xb5cb400 s Context>handleSignal:
         0xb5d1398 s Context>handleSignal:
         0xb5d7330 s Context>handleSignal:
         0xb5dd2c8 s Context>handleSignal:
         0xb5e3260 s Context>handleSignal:
         0xb5e91f8 s Context>handleSignal:
         0xb5ef190 s Context>handleSignal:
         0xb5f5128 s Context>handleSignal:
         0xb5fb0c0 s Context>handleSignal:
         0xb601058 s Context>handleSignal:
         0xb606ff0 s Context>handleSignal:
         0xb60cf88 s Context>handleSignal:
         0xb612f20 s Context>handleSignal:
         0xb618eb8 s Context>handleSignal:
         0xb61ee50 s Context>handleSignal:
         0xb624de8 s Context>handleSignal:
         0xb62ad80 s Context>handleSignal:
         0xb630d18 s Context>handleSignal:
         0xb636cb0 s Context>handleSignal:
         0xb63cc48 s Context>handleSignal:
         0xb642be0 s Context>handleSignal:
         0xb648b78 s Context>handleSignal:
         0xb64eb10 s Context>handleSignal:
         0xb654aa8 s Context>handleSignal:
         0xb65a988 s Context>handleSignal:
         0xb6607b0 s Context>handleSignal:
         0xb666520 s Context>handleSignal:
         0xb66c1d8 s Context>handleSignal:
         0xb671dd8 s Context>handleSignal:
         0xb677920 s Context>handleSignal:
         0xbf7aad0 s Halt(Exception)>signal
         0xbf950b8 s Halt class(Exception class)>signal
         0xbfbe298 s Halt class>now
         0xbfb9138 s FullBlockClosure(Object)>halt
         0xbfe9458 s FullBlockClosure>printOn:
         0xc00b8b0 s Context>printOn:
         0xc034260 s Context>printDebugOn:
         0xc034540 s [] in Context>debugStack:on:
         0xc054f30 s OrderedCollection>do:
         0xbfb8ec0 s Context>debugStack:on:
         0xbfe9208 s Context>shortDebugStackOn:
         0xc00b678 s [] in SmalltalkImage>logError:inContext:
         0xc033f80 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf774e8 s FullBlockClosure(BlockClosure)>on:do:
         0xbf90090 s SmalltalkImage>logStdErrorDuring:
         0xbfb9900 s SmalltalkImage>logError:inContext:
         0xbfe9ab8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00bfa8 s FullBlockClosure(BlockClosure)>ensure:
         0xc034a58 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055380 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc065b18 s Halt(Exception)>unhandledErrorAction
         0xc07b390 s Halt(UnhandledException)>defaultAction
         0xc097af0 s UndefinedObject>handleSignal:
         0xc097ba8 s Context>handleSignal:
         0xc097c60 s Context>handleSignal:
         0xc097d18 s Context>handleSignal:
         0xc097dd0 s Context>handleSignal:
         0xc097e88 s Context>handleSignal:
         0xc097f40 s Context>handleSignal:
         0xc097ff8 s Context>handleSignal:
         0xc0980b0 s Context>handleSignal:
         0xc098168 s Context>handleSignal:
         0xc098220 s Context>handleSignal:
         0xc100348 s Context>handleSignal:
         0xc10ba68 s Context>handleSignal:
         0xc116910 s Context>handleSignal:
         0xc1211f8 s Context>handleSignal:
         0xc12ba28 s Context>handleSignal:
         0xc136258 s Context>handleSignal:
         0xc140a88 s Context>handleSignal:
         0xc14b2b8 s Context>handleSignal:
         0xc155ae8 s Context>handleSignal:
         0xc160318 s Context>handleSignal:
         0xc16ab48 s Context>handleSignal:
         0xc175378 s Context>handleSignal:
         0xc17fba8 s Context>handleSignal:
         0xc18a3d8 s Context>handleSignal:
         0xc194c08 s Context>handleSignal:
         0xc19f438 s Context>handleSignal:
         0xc1a9c68 s Context>handleSignal:
         0xc1b4498 s Context>handleSignal:
         0xc1becc8 s Context>handleSignal:
         0xc1c94f8 s Context>handleSignal:
         0xc1d3d28 s Context>handleSignal:
         0xc1de558 s Context>handleSignal:
         0xc1e8d88 s Context>handleSignal:
         0xc1f35b8 s Context>handleSignal:
         0xc1fdde8 s Context>handleSignal:
         0xc208618 s Context>handleSignal:
         0xc212e48 s Context>handleSignal:
         0xc21d678 s Context>handleSignal:
         0xc227ea8 s Context>handleSignal:
         0xc2326d8 s Context>handleSignal:
         0xc23cf08 s Context>handleSignal:
         0xc247738 s Context>handleSignal:
         0xc251f68 s Context>handleSignal:
         0xc25c798 s Context>handleSignal:
         0xc263c08 s Context>handleSignal:
         0xb7dcf80 s Context>handleSignal:
         0xb7e7868 s Context>handleSignal:
         0xb7f2150 s Context>handleSignal:
         0xb7fca38 s Context>handleSignal:
         0xb807320 s Context>handleSignal:
         0xb811c08 s Context>handleSignal:
         0xb81c4f0 s Context>handleSignal:
         0xb826dd8 s Context>handleSignal:
         0xb8316c0 s Context>handleSignal:
         0xb83bfa8 s Context>handleSignal:
         0xb846890 s Context>handleSignal:
         0xb851178 s Context>handleSignal:
         0xb85ba60 s Context>handleSignal:
         0xb866348 s Context>handleSignal:
         0xb870c30 s Context>handleSignal:
         0xb87b518 s Context>handleSignal:
         0xb885e00 s Context>handleSignal:
         0xb8906e8 s Context>handleSignal:
         0xb89afd0 s Context>handleSignal:
         0xb8a58b8 s Context>handleSignal:
         0xb8b01a0 s Context>handleSignal:
         0xb8baa88 s Context>handleSignal:
         0xb8c5370 s Context>handleSignal:
         0xb8cfc58 s Context>handleSignal:
         0xb8da540 s Context>handleSignal:
         0xb8e4e28 s Context>handleSignal:
         0xb8ef710 s Context>handleSignal:
         0xb8f9ff8 s Context>handleSignal:
         0xb9048e0 s Context>handleSignal:
         0xb90f1c8 s Context>handleSignal:
         0xb919ab0 s Context>handleSignal:
         0xb924398 s Context>handleSignal:
         0xb92ec80 s Context>handleSignal:
         0xb939568 s Context>handleSignal:
         0xb943e50 s Context>handleSignal:
         0xb94e738 s Context>handleSignal:
         0xb959020 s Context>handleSignal:
         0xb963908 s Context>handleSignal:
         0xb96e1f0 s Context>handleSignal:
         0xb978ad8 s Context>handleSignal:
         0xb9833c0 s Context>handleSignal:
         0xb98dca8 s Context>handleSignal:
         0xb998590 s Context>handleSignal:
         0xb9a2e78 s Context>handleSignal:
         0xb9ad760 s Context>handleSignal:
         0xb9b8048 s Context>handleSignal:
         0xb9c2930 s Context>handleSignal:
         0xb9cd218 s Context>handleSignal:
         0xb9d7b00 s Context>handleSignal:
         0xb9e23e8 s Context>handleSignal:
         0xb9eccd0 s Context>handleSignal:
         0xb9f75b8 s Context>handleSignal:
         0xba01ea0 s Context>handleSignal:
         0xba0c788 s Context>handleSignal:
         0xba17070 s Context>handleSignal:
         0xba21958 s Context>handleSignal:
         0xba2c240 s Context>handleSignal:
         0xba36b28 s Context>handleSignal:
         0xba40668 s Context>handleSignal:
         0xb41bc80 s Context>handleSignal:
         0xb422570 s Context>handleSignal:
         0xb429bd8 s Context>handleSignal:
         0xb4305e8 s Context>handleSignal:
         0xb4379e8 s Context>handleSignal:
         0xb43ead0 s Context>handleSignal:
         0xb445990 s Context>handleSignal:
         0xb44bb50 s Context>handleSignal:
         0xb451d10 s Context>handleSignal:
         0xb457e18 s Context>handleSignal:
         0xb45de68 s Context>handleSignal:
         0xb463eb8 s Context>handleSignal:
         0xb469f08 s Context>handleSignal:
         0xb46ff58 s Context>handleSignal:
         0xb475fa8 s Context>handleSignal:
         0xb47bff8 s Context>handleSignal:
         0xb482048 s Context>handleSignal:
         0xb488098 s Context>handleSignal:
         0xb48e0e8 s Context>handleSignal:
         0xb494138 s Context>handleSignal:
         0xb49a188 s Context>handleSignal:
         0xb4a01d8 s Context>handleSignal:
         0xb4a6228 s Context>handleSignal:
         0xb4ac278 s Context>handleSignal:
         0xb4b22c8 s Context>handleSignal:
         0xb4b8318 s Context>handleSignal:
         0xb4be368 s Context>handleSignal:
         0xb4c43b8 s Context>handleSignal:
         0xb4ca408 s Context>handleSignal:
         0xb4d0458 s Context>handleSignal:
         0xb4d63f0 s Context>handleSignal:
         0xb4dc388 s Context>handleSignal:
         0xb4e2320 s Context>handleSignal:
         0xb4e82b8 s Context>handleSignal:
         0xb4ee250 s Context>handleSignal:
         0xb4f41e8 s Context>handleSignal:
         0xb4fa180 s Context>handleSignal:
         0xb500118 s Context>handleSignal:
         0xb5060b0 s Context>handleSignal:
         0xb50c048 s Context>handleSignal:
         0xb511fe0 s Context>handleSignal:
         0xb517f78 s Context>handleSignal:
         0xb51df10 s Context>handleSignal:
         0xb523ea8 s Context>handleSignal:
         0xb529e40 s Context>handleSignal:
         0xb52fdd8 s Context>handleSignal:
         0xb535d70 s Context>handleSignal:
         0xb53bd08 s Context>handleSignal:
         0xb541ca0 s Context>handleSignal:
         0xb547c38 s Context>handleSignal:
         0xb54dbd0 s Context>handleSignal:
         0xb553b68 s Context>handleSignal:
         0xb559b00 s Context>handleSignal:
         0xb55fa98 s Context>handleSignal:
         0xb565a30 s Context>handleSignal:
         0xb56b9c8 s Context>handleSignal:
         0xb571960 s Context>handleSignal:
         0xb5778f8 s Context>handleSignal:
         0xb57d890 s Context>handleSignal:
         0xb583828 s Context>handleSignal:
         0xb5897c0 s Context>handleSignal:
         0xb58f758 s Context>handleSignal:
         0xb5956f0 s Context>handleSignal:
         0xb59b688 s Context>handleSignal:
         0xb5a1620 s Context>handleSignal:
         0xb5a75b8 s Context>handleSignal:
         0xb5ad550 s Context>handleSignal:
         0xb5b34e8 s Context>handleSignal:
         0xb5b9480 s Context>handleSignal:
         0xb5bf418 s Context>handleSignal:
         0xb5c53b0 s Context>handleSignal:
         0xb5cb348 s Context>handleSignal:
         0xb5d12e0 s Context>handleSignal:
         0xb5d7278 s Context>handleSignal:
         0xb5dd210 s Context>handleSignal:
         0xb5e31a8 s Context>handleSignal:
         0xb5e9140 s Context>handleSignal:
         0xb5ef0d8 s Context>handleSignal:
         0xb5f5070 s Context>handleSignal:
         0xb5fb008 s Context>handleSignal:
         0xb600fa0 s Context>handleSignal:
         0xb606f38 s Context>handleSignal:
         0xb60ced0 s Context>handleSignal:
         0xb612e68 s Context>handleSignal:
         0xb618e00 s Context>handleSignal:
         0xb61ed98 s Context>handleSignal:
         0xb624d30 s Context>handleSignal:
         0xb62acc8 s Context>handleSignal:
         0xb630c60 s Context>handleSignal:
         0xb636bf8 s Context>handleSignal:
         0xb63cb90 s Context>handleSignal:
         0xb642b28 s Context>handleSignal:
         0xb648ac0 s Context>handleSignal:
         0xb64ea58 s Context>handleSignal:
         0xb6549f0 s Context>handleSignal:
         0xb65a8d0 s Context>handleSignal:
         0xb6606f8 s Context>handleSignal:
         0xb666468 s Context>handleSignal:
         0xb66c120 s Context>handleSignal:
         0xb671d20 s Context>handleSignal:
         0xbf7a960 s Halt(Exception)>signal
         0xbf94ee8 s Halt class(Exception class)>signal
         0xbfbe0e0 s Halt class>now
         0xbfb8f78 s FullBlockClosure(Object)>halt
         0xbfe92c0 s FullBlockClosure>printOn:
         0xc00b730 s Context>printOn:
         0xc034038 s Context>printDebugOn:
         0xc034318 s [] in Context>debugStack:on:
         0xc054e78 s OrderedCollection>do:
         0xbfb8d00 s Context>debugStack:on:
         0xbfe9070 s Context>shortDebugStackOn:
         0xc00b4f8 s [] in SmalltalkImage>logError:inContext:
         0xc033d58 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77430 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8ff78 s SmalltalkImage>logStdErrorDuring:
         0xbfb9800 s SmalltalkImage>logError:inContext:
         0xbfe99f0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00beb8 s FullBlockClosure(BlockClosure)>ensure:
         0xc034978 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0552c8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc065a60 s Halt(Exception)>unhandledErrorAction
         0xc07b2d8 s Halt(UnhandledException)>defaultAction
         0xc0ca218 s UndefinedObject>handleSignal:
         0xc0ca2d0 s Context>handleSignal:
         0xc0ca388 s Context>handleSignal:
         0xc0ca440 s Context>handleSignal:
         0xc0ca4f8 s Context>handleSignal:
         0xc0ca5b0 s Context>handleSignal:
         0xc0ca668 s Context>handleSignal:
         0xc0ca720 s Context>handleSignal:
         0xc0ca7d8 s Context>handleSignal:
         0xc0ca890 s Context>handleSignal:
         0xc0ca948 s Context>handleSignal:
         0xc104c98 s Context>handleSignal:
         0xc1103b8 s Context>handleSignal:
         0xc11b260 s Context>handleSignal:
         0xc125b48 s Context>handleSignal:
         0xc130378 s Context>handleSignal:
         0xc13aba8 s Context>handleSignal:
         0xc1453d8 s Context>handleSignal:
         0xc14fc08 s Context>handleSignal:
         0xc15a438 s Context>handleSignal:
         0xc164c68 s Context>handleSignal:
         0xc16f498 s Context>handleSignal:
         0xc179cc8 s Context>handleSignal:
         0xc1844f8 s Context>handleSignal:
         0xc18ed28 s Context>handleSignal:
         0xc199558 s Context>handleSignal:
         0xc1a3d88 s Context>handleSignal:
         0xc1ae5b8 s Context>handleSignal:
         0xc1b8de8 s Context>handleSignal:
         0xc1c3618 s Context>handleSignal:
         0xc1cde48 s Context>handleSignal:
         0xc1d8678 s Context>handleSignal:
         0xc1e2ea8 s Context>handleSignal:
         0xc1ed6d8 s Context>handleSignal:
         0xc1f7f08 s Context>handleSignal:
         0xc202738 s Context>handleSignal:
         0xc20cf68 s Context>handleSignal:
         0xc217798 s Context>handleSignal:
         0xc221fc8 s Context>handleSignal:
         0xc22c7f8 s Context>handleSignal:
         0xc237028 s Context>handleSignal:
         0xc241858 s Context>handleSignal:
         0xc24c088 s Context>handleSignal:
         0xc2568b8 s Context>handleSignal:
         0xc2610e8 s Context>handleSignal:
         0xc268558 s Context>handleSignal:
         0xb7e18d0 s Context>handleSignal:
         0xb7ec1b8 s Context>handleSignal:
         0xb7f6aa0 s Context>handleSignal:
         0xb801388 s Context>handleSignal:
         0xb80bc70 s Context>handleSignal:
         0xb816558 s Context>handleSignal:
         0xb820e40 s Context>handleSignal:
         0xb82b728 s Context>handleSignal:
         0xb836010 s Context>handleSignal:
         0xb8408f8 s Context>handleSignal:
         0xb84b1e0 s Context>handleSignal:
         0xb855ac8 s Context>handleSignal:
         0xb8603b0 s Context>handleSignal:
         0xb86ac98 s Context>handleSignal:
         0xb875580 s Context>handleSignal:
         0xb87fe68 s Context>handleSignal:
         0xb88a750 s Context>handleSignal:
         0xb895038 s Context>handleSignal:
         0xb89f920 s Context>handleSignal:
         0xb8aa208 s Context>handleSignal:
         0xb8b4af0 s Context>handleSignal:
         0xb8bf3d8 s Context>handleSignal:
         0xb8c9cc0 s Context>handleSignal:
         0xb8d45a8 s Context>handleSignal:
         0xb8dee90 s Context>handleSignal:
         0xb8e9778 s Context>handleSignal:
         0xb8f4060 s Context>handleSignal:
         0xb8fe948 s Context>handleSignal:
         0xb909230 s Context>handleSignal:
         0xb913b18 s Context>handleSignal:
         0xb91e400 s Context>handleSignal:
         0xb928ce8 s Context>handleSignal:
         0xb9335d0 s Context>handleSignal:
         0xb93deb8 s Context>handleSignal:
         0xb9487a0 s Context>handleSignal:
         0xb953088 s Context>handleSignal:
         0xb95d970 s Context>handleSignal:
         0xb968258 s Context>handleSignal:
         0xb972b40 s Context>handleSignal:
         0xb97d428 s Context>handleSignal:
         0xb987d10 s Context>handleSignal:
         0xb9925f8 s Context>handleSignal:
         0xb99cee0 s Context>handleSignal:
         0xb9a77c8 s Context>handleSignal:
         0xb9b20b0 s Context>handleSignal:
         0xb9bc998 s Context>handleSignal:
         0xb9c7280 s Context>handleSignal:
         0xb9d1b68 s Context>handleSignal:
         0xb9dc450 s Context>handleSignal:
         0xb9e6d38 s Context>handleSignal:
         0xb9f1620 s Context>handleSignal:
         0xb9fbf08 s Context>handleSignal:
         0xba067f0 s Context>handleSignal:
         0xba110d8 s Context>handleSignal:
         0xba1b9c0 s Context>handleSignal:
         0xba262a8 s Context>handleSignal:
         0xba30b90 s Context>handleSignal:
         0xba3b478 s Context>handleSignal:
         0xba423e0 s Context>handleSignal:
         0xb41bbc8 s Context>handleSignal:
         0xb4224b8 s Context>handleSignal:
         0xb429b20 s Context>handleSignal:
         0xb430530 s Context>handleSignal:
         0xb437930 s Context>handleSignal:
         0xb43ea18 s Context>handleSignal:
         0xb4458d8 s Context>handleSignal:
         0xb44ba98 s Context>handleSignal:
         0xb451c58 s Context>handleSignal:
         0xb457d60 s Context>handleSignal:
         0xb45ddb0 s Context>handleSignal:
         0xb463e00 s Context>handleSignal:
         0xb469e50 s Context>handleSignal:
         0xb46fea0 s Context>handleSignal:
         0xb475ef0 s Context>handleSignal:
         0xb47bf40 s Context>handleSignal:
         0xb481f90 s Context>handleSignal:
         0xb487fe0 s Context>handleSignal:
         0xb48e030 s Context>handleSignal:
         0xb494080 s Context>handleSignal:
         0xb49a0d0 s Context>handleSignal:
         0xb4a0120 s Context>handleSignal:
         0xb4a6170 s Context>handleSignal:
         0xb4ac1c0 s Context>handleSignal:
         0xb4b2210 s Context>handleSignal:
         0xb4b8260 s Context>handleSignal:
         0xb4be2b0 s Context>handleSignal:
         0xb4c4300 s Context>handleSignal:
         0xb4ca350 s Context>handleSignal:
         0xb4d03a0 s Context>handleSignal:
         0xb4d6338 s Context>handleSignal:
         0xb4dc2d0 s Context>handleSignal:
         0xb4e2268 s Context>handleSignal:
         0xb4e8200 s Context>handleSignal:
         0xb4ee198 s Context>handleSignal:
         0xb4f4130 s Context>handleSignal:
         0xb4fa0c8 s Context>handleSignal:
         0xb500060 s Context>handleSignal:
         0xb505ff8 s Context>handleSignal:
         0xb50bf90 s Context>handleSignal:
         0xb511f28 s Context>handleSignal:
         0xb517ec0 s Context>handleSignal:
         0xb51de58 s Context>handleSignal:
         0xb523df0 s Context>handleSignal:
         0xb529d88 s Context>handleSignal:
         0xb52fd20 s Context>handleSignal:
         0xb535cb8 s Context>handleSignal:
         0xb53bc50 s Context>handleSignal:
         0xb541be8 s Context>handleSignal:
         0xb547b80 s Context>handleSignal:
         0xb54db18 s Context>handleSignal:
         0xb553ab0 s Context>handleSignal:
         0xb559a48 s Context>handleSignal:
         0xb55f9e0 s Context>handleSignal:
         0xb565978 s Context>handleSignal:
         0xb56b910 s Context>handleSignal:
         0xb5718a8 s Context>handleSignal:
         0xb577840 s Context>handleSignal:
         0xb57d7d8 s Context>handleSignal:
         0xb583770 s Context>handleSignal:
         0xb589708 s Context>handleSignal:
         0xb58f6a0 s Context>handleSignal:
         0xb595638 s Context>handleSignal:
         0xb59b5d0 s Context>handleSignal:
         0xb5a1568 s Context>handleSignal:
         0xb5a7500 s Context>handleSignal:
         0xb5ad498 s Context>handleSignal:
         0xb5b3430 s Context>handleSignal:
         0xb5b93c8 s Context>handleSignal:
         0xb5bf360 s Context>handleSignal:
         0xb5c52f8 s Context>handleSignal:
         0xb5cb290 s Context>handleSignal:
         0xb5d1228 s Context>handleSignal:
         0xb5d71c0 s Context>handleSignal:
         0xb5dd158 s Context>handleSignal:
         0xb5e30f0 s Context>handleSignal:
         0xb5e9088 s Context>handleSignal:
         0xb5ef020 s Context>handleSignal:
         0xb5f4fb8 s Context>handleSignal:
         0xb5faf50 s Context>handleSignal:
         0xb600ee8 s Context>handleSignal:
         0xb606e80 s Context>handleSignal:
         0xb60ce18 s Context>handleSignal:
         0xb612db0 s Context>handleSignal:
         0xb618d48 s Context>handleSignal:
         0xb61ece0 s Context>handleSignal:
         0xb624c78 s Context>handleSignal:
         0xb62ac10 s Context>handleSignal:
         0xb630ba8 s Context>handleSignal:
         0xb636b40 s Context>handleSignal:
         0xb63cad8 s Context>handleSignal:
         0xb642a70 s Context>handleSignal:
         0xb648a08 s Context>handleSignal:
         0xb64e9a0 s Context>handleSignal:
         0xb654938 s Context>handleSignal:
         0xb65a818 s Context>handleSignal:
         0xb660640 s Context>handleSignal:
         0xb6663b0 s Context>handleSignal:
         0xb66c068 s Context>handleSignal:
         0xbf7a7f0 s Halt(Exception)>signal
         0xbf94d18 s Halt class(Exception class)>signal
         0xbfbdf28 s Halt class>now
         0xbfb8db8 s FullBlockClosure(Object)>halt
         0xbfe9128 s FullBlockClosure>printOn:
         0xc00b5b0 s Context>printOn:
         0xc033e10 s Context>printDebugOn:
         0xc0340f0 s [] in Context>debugStack:on:
         0xc054dc0 s OrderedCollection>do:
         0xbfb8b40 s Context>debugStack:on:
         0xbfe8ed8 s Context>shortDebugStackOn:
         0xc00b378 s [] in SmalltalkImage>logError:inContext:
         0xc033b30 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77378 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8fe60 s SmalltalkImage>logStdErrorDuring:
         0xbfb9700 s SmalltalkImage>logError:inContext:
         0xbfe9928 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00bdc8 s FullBlockClosure(BlockClosure)>ensure:
         0xc034898 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055210 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0659a8 s Halt(Exception)>unhandledErrorAction
         0xc07b220 s Halt(UnhandledException)>defaultAction
         0xc0c9a30 s UndefinedObject>handleSignal:
         0xc0c9ae8 s Context>handleSignal:
         0xc0c9ba0 s Context>handleSignal:
         0xc0c9c58 s Context>handleSignal:
         0xc0c9d10 s Context>handleSignal:
         0xc0c9dc8 s Context>handleSignal:
         0xc0c9e80 s Context>handleSignal:
         0xc0c9f38 s Context>handleSignal:
         0xc0c9ff0 s Context>handleSignal:
         0xc0ca0a8 s Context>handleSignal:
         0xc0ca160 s Context>handleSignal:
         0xc104be0 s Context>handleSignal:
         0xc110300 s Context>handleSignal:
         0xc11b1a8 s Context>handleSignal:
         0xc125a90 s Context>handleSignal:
         0xc1302c0 s Context>handleSignal:
         0xc13aaf0 s Context>handleSignal:
         0xc145320 s Context>handleSignal:
         0xc14fb50 s Context>handleSignal:
         0xc15a380 s Context>handleSignal:
         0xc164bb0 s Context>handleSignal:
         0xc16f3e0 s Context>handleSignal:
         0xc179c10 s Context>handleSignal:
         0xc184440 s Context>handleSignal:
         0xc18ec70 s Context>handleSignal:
         0xc1994a0 s Context>handleSignal:
         0xc1a3cd0 s Context>handleSignal:
         0xc1ae500 s Context>handleSignal:
         0xc1b8d30 s Context>handleSignal:
         0xc1c3560 s Context>handleSignal:
         0xc1cdd90 s Context>handleSignal:
         0xc1d85c0 s Context>handleSignal:
         0xc1e2df0 s Context>handleSignal:
         0xc1ed620 s Context>handleSignal:
         0xc1f7e50 s Context>handleSignal:
         0xc202680 s Context>handleSignal:
         0xc20ceb0 s Context>handleSignal:
         0xc2176e0 s Context>handleSignal:
         0xc221f10 s Context>handleSignal:
         0xc22c740 s Context>handleSignal:
         0xc236f70 s Context>handleSignal:
         0xc2417a0 s Context>handleSignal:
         0xc24bfd0 s Context>handleSignal:
         0xc256800 s Context>handleSignal:
         0xc261030 s Context>handleSignal:
         0xc2684a0 s Context>handleSignal:
         0xb7e1818 s Context>handleSignal:
         0xb7ec100 s Context>handleSignal:
         0xb7f69e8 s Context>handleSignal:
         0xb8012d0 s Context>handleSignal:
         0xb80bbb8 s Context>handleSignal:
         0xb8164a0 s Context>handleSignal:
         0xb820d88 s Context>handleSignal:
         0xb82b670 s Context>handleSignal:
         0xb835f58 s Context>handleSignal:
         0xb840840 s Context>handleSignal:
         0xb84b128 s Context>handleSignal:
         0xb855a10 s Context>handleSignal:
         0xb8602f8 s Context>handleSignal:
         0xb86abe0 s Context>handleSignal:
         0xb8754c8 s Context>handleSignal:
         0xb87fdb0 s Context>handleSignal:
         0xb88a698 s Context>handleSignal:
         0xb894f80 s Context>handleSignal:
         0xb89f868 s Context>handleSignal:
         0xb8aa150 s Context>handleSignal:
         0xb8b4a38 s Context>handleSignal:
         0xb8bf320 s Context>handleSignal:
         0xb8c9c08 s Context>handleSignal:
         0xb8d44f0 s Context>handleSignal:
         0xb8dedd8 s Context>handleSignal:
         0xb8e96c0 s Context>handleSignal:
         0xb8f3fa8 s Context>handleSignal:
         0xb8fe890 s Context>handleSignal:
         0xb909178 s Context>handleSignal:
         0xb913a60 s Context>handleSignal:
         0xb91e348 s Context>handleSignal:
         0xb928c30 s Context>handleSignal:
         0xb933518 s Context>handleSignal:
         0xb93de00 s Context>handleSignal:
         0xb9486e8 s Context>handleSignal:
         0xb952fd0 s Context>handleSignal:
         0xb95d8b8 s Context>handleSignal:
         0xb9681a0 s Context>handleSignal:
         0xb972a88 s Context>handleSignal:
         0xb97d370 s Context>handleSignal:
         0xb987c58 s Context>handleSignal:
         0xb992540 s Context>handleSignal:
         0xb99ce28 s Context>handleSignal:
         0xb9a7710 s Context>handleSignal:
         0xb9b1ff8 s Context>handleSignal:
         0xb9bc8e0 s Context>handleSignal:
         0xb9c71c8 s Context>handleSignal:
         0xb9d1ab0 s Context>handleSignal:
         0xb9dc398 s Context>handleSignal:
         0xb9e6c80 s Context>handleSignal:
         0xb9f1568 s Context>handleSignal:
         0xb9fbe50 s Context>handleSignal:
         0xba06738 s Context>handleSignal:
         0xba11020 s Context>handleSignal:
         0xba1b908 s Context>handleSignal:
         0xba261f0 s Context>handleSignal:
         0xba30ad8 s Context>handleSignal:
         0xba3b3c0 s Context>handleSignal:
         0xba42328 s Context>handleSignal:
         0xb41bb10 s Context>handleSignal:
         0xb422400 s Context>handleSignal:
         0xb429a68 s Context>handleSignal:
         0xb430478 s Context>handleSignal:
         0xb437878 s Context>handleSignal:
         0xb43e960 s Context>handleSignal:
         0xb445820 s Context>handleSignal:
         0xb44b9e0 s Context>handleSignal:
         0xb451ba0 s Context>handleSignal:
         0xb457ca8 s Context>handleSignal:
         0xb45dcf8 s Context>handleSignal:
         0xb463d48 s Context>handleSignal:
         0xb469d98 s Context>handleSignal:
         0xb46fde8 s Context>handleSignal:
         0xb475e38 s Context>handleSignal:
         0xb47be88 s Context>handleSignal:
         0xb481ed8 s Context>handleSignal:
         0xb487f28 s Context>handleSignal:
         0xb48df78 s Context>handleSignal:
         0xb493fc8 s Context>handleSignal:
         0xb49a018 s Context>handleSignal:
         0xb4a0068 s Context>handleSignal:
         0xb4a60b8 s Context>handleSignal:
         0xb4ac108 s Context>handleSignal:
         0xb4b2158 s Context>handleSignal:
         0xb4b81a8 s Context>handleSignal:
         0xb4be1f8 s Context>handleSignal:
         0xb4c4248 s Context>handleSignal:
         0xb4ca298 s Context>handleSignal:
         0xb4d02e8 s Context>handleSignal:
         0xb4d6280 s Context>handleSignal:
         0xb4dc218 s Context>handleSignal:
         0xb4e21b0 s Context>handleSignal:
         0xb4e8148 s Context>handleSignal:
         0xb4ee0e0 s Context>handleSignal:
         0xb4f4078 s Context>handleSignal:
         0xb4fa010 s Context>handleSignal:
         0xb4fffa8 s Context>handleSignal:
         0xb505f40 s Context>handleSignal:
         0xb50bed8 s Context>handleSignal:
         0xb511e70 s Context>handleSignal:
         0xb517e08 s Context>handleSignal:
         0xb51dda0 s Context>handleSignal:
         0xb523d38 s Context>handleSignal:
         0xb529cd0 s Context>handleSignal:
         0xb52fc68 s Context>handleSignal:
         0xb535c00 s Context>handleSignal:
         0xb53bb98 s Context>handleSignal:
         0xb541b30 s Context>handleSignal:
         0xb547ac8 s Context>handleSignal:
         0xb54da60 s Context>handleSignal:
         0xb5539f8 s Context>handleSignal:
         0xb559990 s Context>handleSignal:
         0xb55f928 s Context>handleSignal:
         0xb5658c0 s Context>handleSignal:
         0xb56b858 s Context>handleSignal:
         0xb5717f0 s Context>handleSignal:
         0xb577788 s Context>handleSignal:
         0xb57d720 s Context>handleSignal:
         0xb5836b8 s Context>handleSignal:
         0xb589650 s Context>handleSignal:
         0xb58f5e8 s Context>handleSignal:
         0xb595580 s Context>handleSignal:
         0xb59b518 s Context>handleSignal:
         0xb5a14b0 s Context>handleSignal:
         0xb5a7448 s Context>handleSignal:
         0xb5ad3e0 s Context>handleSignal:
         0xb5b3378 s Context>handleSignal:
         0xb5b9310 s Context>handleSignal:
         0xb5bf2a8 s Context>handleSignal:
         0xb5c5240 s Context>handleSignal:
         0xb5cb1d8 s Context>handleSignal:
         0xb5d1170 s Context>handleSignal:
         0xb5d7108 s Context>handleSignal:
         0xb5dd0a0 s Context>handleSignal:
         0xb5e3038 s Context>handleSignal:
         0xb5e8fd0 s Context>handleSignal:
         0xb5eef68 s Context>handleSignal:
         0xb5f4f00 s Context>handleSignal:
         0xb5fae98 s Context>handleSignal:
         0xb600e30 s Context>handleSignal:
         0xb606dc8 s Context>handleSignal:
         0xb60cd60 s Context>handleSignal:
         0xb612cf8 s Context>handleSignal:
         0xb618c90 s Context>handleSignal:
         0xb61ec28 s Context>handleSignal:
         0xb624bc0 s Context>handleSignal:
         0xb62ab58 s Context>handleSignal:
         0xb630af0 s Context>handleSignal:
         0xb636a88 s Context>handleSignal:
         0xb63ca20 s Context>handleSignal:
         0xb6429b8 s Context>handleSignal:
         0xb648950 s Context>handleSignal:
         0xb64e8e8 s Context>handleSignal:
         0xb654880 s Context>handleSignal:
         0xb65a760 s Context>handleSignal:
         0xb660588 s Context>handleSignal:
         0xb6662f8 s Context>handleSignal:
         0xbf7a680 s Halt(Exception)>signal
         0xbf94b48 s Halt class(Exception class)>signal
         0xbfbdd70 s Halt class>now
         0xbfb8bf8 s FullBlockClosure(Object)>halt
         0xbfe8f90 s FullBlockClosure>printOn:
         0xc00b430 s Context>printOn:
         0xc033be8 s Context>printDebugOn:
         0xc033ec8 s [] in Context>debugStack:on:
         0xc054d08 s OrderedCollection>do:
         0xbfb8980 s Context>debugStack:on:
         0xbfe8d40 s Context>shortDebugStackOn:
         0xc00b1f8 s [] in SmalltalkImage>logError:inContext:
         0xc033908 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf772c0 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8fd48 s SmalltalkImage>logStdErrorDuring:
         0xbfb9600 s SmalltalkImage>logError:inContext:
         0xbfe9860 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00bcd8 s FullBlockClosure(BlockClosure)>ensure:
         0xc0347b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc055158 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc0658f0 s Halt(Exception)>unhandledErrorAction
         0xc07b168 s Halt(UnhandledException)>defaultAction
         0xc0c9248 s UndefinedObject>handleSignal:
         0xc0c9300 s Context>handleSignal:
         0xc0c93b8 s Context>handleSignal:
         0xc0c9470 s Context>handleSignal:
         0xc0c9528 s Context>handleSignal:
         0xc0c95e0 s Context>handleSignal:
         0xc0c9698 s Context>handleSignal:
         0xc0c9750 s Context>handleSignal:
         0xc0c9808 s Context>handleSignal:
         0xc0c98c0 s Context>handleSignal:
         0xc0c9978 s Context>handleSignal:
         0xc104b28 s Context>handleSignal:
         0xc110248 s Context>handleSignal:
         0xc11b0f0 s Context>handleSignal:
         0xc1259d8 s Context>handleSignal:
         0xc130208 s Context>handleSignal:
         0xc13aa38 s Context>handleSignal:
         0xc145268 s Context>handleSignal:
         0xc14fa98 s Context>handleSignal:
         0xc15a2c8 s Context>handleSignal:
         0xc164af8 s Context>handleSignal:
         0xc16f328 s Context>handleSignal:
         0xc179b58 s Context>handleSignal:
         0xc184388 s Context>handleSignal:
         0xc18ebb8 s Context>handleSignal:
         0xc1993e8 s Context>handleSignal:
         0xc1a3c18 s Context>handleSignal:
         0xc1ae448 s Context>handleSignal:
         0xc1b8c78 s Context>handleSignal:
         0xc1c34a8 s Context>handleSignal:
         0xc1cdcd8 s Context>handleSignal:
         0xc1d8508 s Context>handleSignal:
         0xc1e2d38 s Context>handleSignal:
         0xc1ed568 s Context>handleSignal:
         0xc1f7d98 s Context>handleSignal:
         0xc2025c8 s Context>handleSignal:
         0xc20cdf8 s Context>handleSignal:
         0xc217628 s Context>handleSignal:
         0xc221e58 s Context>handleSignal:
         0xc22c688 s Context>handleSignal:
         0xc236eb8 s Context>handleSignal:
         0xc2416e8 s Context>handleSignal:
         0xc24bf18 s Context>handleSignal:
         0xc256748 s Context>handleSignal:
         0xc260f78 s Context>handleSignal:
         0xc2683e8 s Context>handleSignal:
         0xb7e1760 s Context>handleSignal:
         0xb7ec048 s Context>handleSignal:
         0xb7f6930 s Context>handleSignal:
         0xb801218 s Context>handleSignal:
         0xb80bb00 s Context>handleSignal:
         0xb8163e8 s Context>handleSignal:
         0xb820cd0 s Context>handleSignal:
         0xb82b5b8 s Context>handleSignal:
         0xb835ea0 s Context>handleSignal:
         0xb840788 s Context>handleSignal:
         0xb84b070 s Context>handleSignal:
         0xb855958 s Context>handleSignal:
         0xb860240 s Context>handleSignal:
         0xb86ab28 s Context>handleSignal:
         0xb875410 s Context>handleSignal:
         0xb87fcf8 s Context>handleSignal:
         0xb88a5e0 s Context>handleSignal:
         0xb894ec8 s Context>handleSignal:
         0xb89f7b0 s Context>handleSignal:
         0xb8aa098 s Context>handleSignal:
         0xb8b4980 s Context>handleSignal:
         0xb8bf268 s Context>handleSignal:
         0xb8c9b50 s Context>handleSignal:
         0xb8d4438 s Context>handleSignal:
         0xb8ded20 s Context>handleSignal:
         0xb8e9608 s Context>handleSignal:
         0xb8f3ef0 s Context>handleSignal:
         0xb8fe7d8 s Context>handleSignal:
         0xb9090c0 s Context>handleSignal:
         0xb9139a8 s Context>handleSignal:
         0xb91e290 s Context>handleSignal:
         0xb928b78 s Context>handleSignal:
         0xb933460 s Context>handleSignal:
         0xb93dd48 s Context>handleSignal:
         0xb948630 s Context>handleSignal:
         0xb952f18 s Context>handleSignal:
         0xb95d800 s Context>handleSignal:
         0xb9680e8 s Context>handleSignal:
         0xb9729d0 s Context>handleSignal:
         0xb97d2b8 s Context>handleSignal:
         0xb987ba0 s Context>handleSignal:
         0xb992488 s Context>handleSignal:
         0xb99cd70 s Context>handleSignal:
         0xb9a7658 s Context>handleSignal:
         0xb9b1f40 s Context>handleSignal:
         0xb9bc828 s Context>handleSignal:
         0xb9c7110 s Context>handleSignal:
         0xb9d19f8 s Context>handleSignal:
         0xb9dc2e0 s Context>handleSignal:
         0xb9e6bc8 s Context>handleSignal:
         0xb9f14b0 s Context>handleSignal:
         0xb9fbd98 s Context>handleSignal:
         0xba06680 s Context>handleSignal:
         0xba10f68 s Context>handleSignal:
         0xba1b850 s Context>handleSignal:
         0xba26138 s Context>handleSignal:
         0xba30a20 s Context>handleSignal:
         0xba3b308 s Context>handleSignal:
         0xba42270 s Context>handleSignal:
         0xb41ba58 s Context>handleSignal:
         0xb422348 s Context>handleSignal:
         0xb4299b0 s Context>handleSignal:
         0xb4303c0 s Context>handleSignal:
         0xb4377c0 s Context>handleSignal:
         0xb43e8a8 s Context>handleSignal:
         0xb445768 s Context>handleSignal:
         0xb44b928 s Context>handleSignal:
         0xb451ae8 s Context>handleSignal:
         0xb457bf0 s Context>handleSignal:
         0xb45dc40 s Context>handleSignal:
         0xb463c90 s Context>handleSignal:
         0xb469ce0 s Context>handleSignal:
         0xb46fd30 s Context>handleSignal:
         0xb475d80 s Context>handleSignal:
         0xb47bdd0 s Context>handleSignal:
         0xb481e20 s Context>handleSignal:
         0xb487e70 s Context>handleSignal:
         0xb48dec0 s Context>handleSignal:
         0xb493f10 s Context>handleSignal:
         0xb499f60 s Context>handleSignal:
         0xb49ffb0 s Context>handleSignal:
         0xb4a6000 s Context>handleSignal:
         0xb4ac050 s Context>handleSignal:
         0xb4b20a0 s Context>handleSignal:
         0xb4b80f0 s Context>handleSignal:
         0xb4be140 s Context>handleSignal:
         0xb4c4190 s Context>handleSignal:
         0xb4ca1e0 s Context>handleSignal:
         0xb4d0230 s Context>handleSignal:
         0xb4d61c8 s Context>handleSignal:
         0xb4dc160 s Context>handleSignal:
         0xb4e20f8 s Context>handleSignal:
         0xb4e8090 s Context>handleSignal:
         0xb4ee028 s Context>handleSignal:
         0xb4f3fc0 s Context>handleSignal:
         0xb4f9f58 s Context>handleSignal:
         0xb4ffef0 s Context>handleSignal:
         0xb505e88 s Context>handleSignal:
         0xb50be20 s Context>handleSignal:
         0xb511db8 s Context>handleSignal:
         0xb517d50 s Context>handleSignal:
         0xb51dce8 s Context>handleSignal:
         0xb523c80 s Context>handleSignal:
         0xb529c18 s Context>handleSignal:
         0xb52fbb0 s Context>handleSignal:
         0xb535b48 s Context>handleSignal:
         0xb53bae0 s Context>handleSignal:
         0xb541a78 s Context>handleSignal:
         0xb547a10 s Context>handleSignal:
         0xb54d9a8 s Context>handleSignal:
         0xb553940 s Context>handleSignal:
         0xb5598d8 s Context>handleSignal:
         0xb55f870 s Context>handleSignal:
         0xb565808 s Context>handleSignal:
         0xb56b7a0 s Context>handleSignal:
         0xb571738 s Context>handleSignal:
         0xb5776d0 s Context>handleSignal:
         0xb57d668 s Context>handleSignal:
         0xb583600 s Context>handleSignal:
         0xb589598 s Context>handleSignal:
         0xb58f530 s Context>handleSignal:
         0xb5954c8 s Context>handleSignal:
         0xb59b460 s Context>handleSignal:
         0xb5a13f8 s Context>handleSignal:
         0xb5a7390 s Context>handleSignal:
         0xb5ad328 s Context>handleSignal:
         0xb5b32c0 s Context>handleSignal:
         0xb5b9258 s Context>handleSignal:
         0xb5bf1f0 s Context>handleSignal:
         0xb5c5188 s Context>handleSignal:
         0xb5cb120 s Context>handleSignal:
         0xb5d10b8 s Context>handleSignal:
         0xb5d7050 s Context>handleSignal:
         0xb5dcfe8 s Context>handleSignal:
         0xb5e2f80 s Context>handleSignal:
         0xb5e8f18 s Context>handleSignal:
         0xb5eeeb0 s Context>handleSignal:
         0xb5f4e48 s Context>handleSignal:
         0xb5fade0 s Context>handleSignal:
         0xb600d78 s Context>handleSignal:
         0xb606d10 s Context>handleSignal:
         0xb60cca8 s Context>handleSignal:
         0xb612c40 s Context>handleSignal:
         0xb618bd8 s Context>handleSignal:
         0xb61eb70 s Context>handleSignal:
         0xb624b08 s Context>handleSignal:
         0xb62aaa0 s Context>handleSignal:
         0xb630a38 s Context>handleSignal:
         0xb6369d0 s Context>handleSignal:
         0xb63c968 s Context>handleSignal:
         0xb642900 s Context>handleSignal:
         0xb648898 s Context>handleSignal:
         0xb64e830 s Context>handleSignal:
         0xb6547c8 s Context>handleSignal:
         0xb65a6a8 s Context>handleSignal:
         0xb6604d0 s Context>handleSignal:
         0xbf7a510 s Halt(Exception)>signal
         0xbf94978 s Halt class(Exception class)>signal
         0xbfbdbb8 s Halt class>now
         0xbfb8a38 s FullBlockClosure(Object)>halt
         0xbfe8df8 s FullBlockClosure>printOn:
         0xc00b2b0 s Context>printOn:
         0xc0339c0 s Context>printDebugOn:
         0xc033ca0 s [] in Context>debugStack:on:
         0xc054c50 s OrderedCollection>do:
         0xbfb87c0 s Context>debugStack:on:
         0xbfe8ba8 s Context>shortDebugStackOn:
         0xc00b078 s [] in SmalltalkImage>logError:inContext:
         0xc033798 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77208 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8fc30 s SmalltalkImage>logStdErrorDuring:
         0xbfb9500 s SmalltalkImage>logError:inContext:
         0xbfe9798 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00bbe8 s FullBlockClosure(BlockClosure)>ensure:
         0xc0346d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc0550a0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc065838 s Halt(Exception)>unhandledErrorAction
         0xc07b0b0 s Halt(UnhandledException)>defaultAction
         0xc0c8a60 s UndefinedObject>handleSignal:
         0xc0c8b18 s Context>handleSignal:
         0xc0c8bd0 s Context>handleSignal:
         0xc0c8c88 s Context>handleSignal:
         0xc0c8d40 s Context>handleSignal:
         0xc0c8df8 s Context>handleSignal:
         0xc0c8eb0 s Context>handleSignal:
         0xc0c8f68 s Context>handleSignal:
         0xc0c9020 s Context>handleSignal:
         0xc0c90d8 s Context>handleSignal:
         0xc0c9190 s Context>handleSignal:
         0xc104a70 s Context>handleSignal:
         0xc110190 s Context>handleSignal:
         0xc11b038 s Context>handleSignal:
         0xc125920 s Context>handleSignal:
         0xc130150 s Context>handleSignal:
         0xc13a980 s Context>handleSignal:
         0xc1451b0 s Context>handleSignal:
         0xc14f9e0 s Context>handleSignal:
         0xc15a210 s Context>handleSignal:
         0xc164a40 s Context>handleSignal:
         0xc16f270 s Context>handleSignal:
         0xc179aa0 s Context>handleSignal:
         0xc1842d0 s Context>handleSignal:
         0xc18eb00 s Context>handleSignal:
         0xc199330 s Context>handleSignal:
         0xc1a3b60 s Context>handleSignal:
         0xc1ae390 s Context>handleSignal:
         0xc1b8bc0 s Context>handleSignal:
         0xc1c33f0 s Context>handleSignal:
         0xc1cdc20 s Context>handleSignal:
         0xc1d8450 s Context>handleSignal:
         0xc1e2c80 s Context>handleSignal:
         0xc1ed4b0 s Context>handleSignal:
         0xc1f7ce0 s Context>handleSignal:
         0xc202510 s Context>handleSignal:
         0xc20cd40 s Context>handleSignal:
         0xc217570 s Context>handleSignal:
         0xc221da0 s Context>handleSignal:
         0xc22c5d0 s Context>handleSignal:
         0xc236e00 s Context>handleSignal:
         0xc241630 s Context>handleSignal:
         0xc24be60 s Context>handleSignal:
         0xc256690 s Context>handleSignal:
         0xc260ec0 s Context>handleSignal:
         0xc268330 s Context>handleSignal:
         0xb7e16a8 s Context>handleSignal:
         0xb7ebf90 s Context>handleSignal:
         0xb7f6878 s Context>handleSignal:
         0xb801160 s Context>handleSignal:
         0xb80ba48 s Context>handleSignal:
         0xb816330 s Context>handleSignal:
         0xb820c18 s Context>handleSignal:
         0xb82b500 s Context>handleSignal:
         0xb835de8 s Context>handleSignal:
         0xb8406d0 s Context>handleSignal:
         0xb84afb8 s Context>handleSignal:
         0xb8558a0 s Context>handleSignal:
         0xb860188 s Context>handleSignal:
         0xb86aa70 s Context>handleSignal:
         0xb875358 s Context>handleSignal:
         0xb87fc40 s Context>handleSignal:
         0xb88a528 s Context>handleSignal:
         0xb894e10 s Context>handleSignal:
         0xb89f6f8 s Context>handleSignal:
         0xb8a9fe0 s Context>handleSignal:
         0xb8b48c8 s Context>handleSignal:
         0xb8bf1b0 s Context>handleSignal:
         0xb8c9a98 s Context>handleSignal:
         0xb8d4380 s Context>handleSignal:
         0xb8dec68 s Context>handleSignal:
         0xb8e9550 s Context>handleSignal:
         0xb8f3e38 s Context>handleSignal:
         0xb8fe720 s Context>handleSignal:
         0xb909008 s Context>handleSignal:
         0xb9138f0 s Context>handleSignal:
         0xb91e1d8 s Context>handleSignal:
         0xb928ac0 s Context>handleSignal:
         0xb9333a8 s Context>handleSignal:
         0xb93dc90 s Context>handleSignal:
         0xb948578 s Context>handleSignal:
         0xb952e60 s Context>handleSignal:
         0xb95d748 s Context>handleSignal:
         0xb968030 s Context>handleSignal:
         0xb972918 s Context>handleSignal:
         0xb97d200 s Context>handleSignal:
         0xb987ae8 s Context>handleSignal:
         0xb9923d0 s Context>handleSignal:
         0xb99ccb8 s Context>handleSignal:
         0xb9a75a0 s Context>handleSignal:
         0xb9b1e88 s Context>handleSignal:
         0xb9bc770 s Context>handleSignal:
         0xb9c7058 s Context>handleSignal:
         0xb9d1940 s Context>handleSignal:
         0xb9dc228 s Context>handleSignal:
         0xb9e6b10 s Context>handleSignal:
         0xb9f13f8 s Context>handleSignal:
         0xb9fbce0 s Context>handleSignal:
         0xba065c8 s Context>handleSignal:
         0xba10eb0 s Context>handleSignal:
         0xba1b798 s Context>handleSignal:
         0xba26080 s Context>handleSignal:
         0xba30968 s Context>handleSignal:
         0xba3b250 s Context>handleSignal:
         0xba421b8 s Context>handleSignal:
         0xb41b9a0 s Context>handleSignal:
         0xb422290 s Context>handleSignal:
         0xb4298f8 s Context>handleSignal:
         0xb430308 s Context>handleSignal:
         0xb437708 s Context>handleSignal:
         0xb43e7f0 s Context>handleSignal:
         0xb4456b0 s Context>handleSignal:
         0xb44b870 s Context>handleSignal:
         0xb451a30 s Context>handleSignal:
         0xb457b38 s Context>handleSignal:
         0xb45db88 s Context>handleSignal:
         0xb463bd8 s Context>handleSignal:
         0xb469c28 s Context>handleSignal:
         0xb46fc78 s Context>handleSignal:
         0xb475cc8 s Context>handleSignal:
         0xb47bd18 s Context>handleSignal:
         0xb481d68 s Context>handleSignal:
         0xb487db8 s Context>handleSignal:
         0xb48de08 s Context>handleSignal:
         0xb493e58 s Context>handleSignal:
         0xb499ea8 s Context>handleSignal:
         0xb49fef8 s Context>handleSignal:
         0xb4a5f48 s Context>handleSignal:
         0xb4abf98 s Context>handleSignal:
         0xb4b1fe8 s Context>handleSignal:
         0xb4b8038 s Context>handleSignal:
         0xb4be088 s Context>handleSignal:
         0xb4c40d8 s Context>handleSignal:
         0xb4ca128 s Context>handleSignal:
         0xb4d0178 s Context>handleSignal:
         0xb4d6110 s Context>handleSignal:
         0xb4dc0a8 s Context>handleSignal:
         0xb4e2040 s Context>handleSignal:
         0xb4e7fd8 s Context>handleSignal:
         0xb4edf70 s Context>handleSignal:
         0xb4f3f08 s Context>handleSignal:
         0xb4f9ea0 s Context>handleSignal:
         0xb4ffe38 s Context>handleSignal:
         0xb505dd0 s Context>handleSignal:
         0xb50bd68 s Context>handleSignal:
         0xb511d00 s Context>handleSignal:
         0xb517c98 s Context>handleSignal:
         0xb51dc30 s Context>handleSignal:
         0xb523bc8 s Context>handleSignal:
         0xb529b60 s Context>handleSignal:
         0xb52faf8 s Context>handleSignal:
         0xb535a90 s Context>handleSignal:
         0xb53ba28 s Context>handleSignal:
         0xb5419c0 s Context>handleSignal:
         0xb547958 s Context>handleSignal:
         0xb54d8f0 s Context>handleSignal:
         0xb553888 s Context>handleSignal:
         0xb559820 s Context>handleSignal:
         0xb55f7b8 s Context>handleSignal:
         0xb565750 s Context>handleSignal:
         0xb56b6e8 s Context>handleSignal:
         0xb571680 s Context>handleSignal:
         0xb577618 s Context>handleSignal:
         0xb57d5b0 s Context>handleSignal:
         0xb583548 s Context>handleSignal:
         0xb5894e0 s Context>handleSignal:
         0xb58f478 s Context>handleSignal:
         0xb595410 s Context>handleSignal:
         0xb59b3a8 s Context>handleSignal:
         0xb5a1340 s Context>handleSignal:
         0xb5a72d8 s Context>handleSignal:
         0xb5ad270 s Context>handleSignal:
         0xb5b3208 s Context>handleSignal:
         0xb5b91a0 s Context>handleSignal:
         0xb5bf138 s Context>handleSignal:
         0xb5c50d0 s Context>handleSignal:
         0xb5cb068 s Context>handleSignal:
         0xb5d1000 s Context>handleSignal:
         0xb5d6f98 s Context>handleSignal:
         0xb5dcf30 s Context>handleSignal:
         0xb5e2ec8 s Context>handleSignal:
         0xb5e8e60 s Context>handleSignal:
         0xb5eedf8 s Context>handleSignal:
         0xb5f4d90 s Context>handleSignal:
         0xb5fad28 s Context>handleSignal:
         0xb600cc0 s Context>handleSignal:
         0xb606c58 s Context>handleSignal:
         0xb60cbf0 s Context>handleSignal:
         0xb612b88 s Context>handleSignal:
         0xb618b20 s Context>handleSignal:
         0xb61eab8 s Context>handleSignal:
         0xb624a50 s Context>handleSignal:
         0xb62a9e8 s Context>handleSignal:
         0xb630980 s Context>handleSignal:
         0xb636918 s Context>handleSignal:
         0xb63c8b0 s Context>handleSignal:
         0xb642848 s Context>handleSignal:
         0xb6487e0 s Context>handleSignal:
         0xb64e778 s Context>handleSignal:
         0xb654710 s Context>handleSignal:
         0xb65a5f0 s Context>handleSignal:
         0xbf7a3a0 s Halt(Exception)>signal
         0xbf947a8 s Halt class(Exception class)>signal
         0xbfbda00 s Halt class>now
         0xbfb8878 s FullBlockClosure(Object)>halt
         0xbfe8c60 s FullBlockClosure>printOn:
         0xc00b130 s Context>printOn:
         0xc033850 s Context>printDebugOn:
         0xc033a78 s [] in Context>debugStack:on:
         0xc054b98 s OrderedCollection>do:
         0xbfb86b8 s Context>debugStack:on:
         0xbfe8ac8 s Context>shortDebugStackOn:
         0xc00afb0 s [] in SmalltalkImage>logError:inContext:
         0xc0336e0 s [] in SmalltalkImage>logStdErrorDuring:
         0xbf77150 s FullBlockClosure(BlockClosure)>on:do:
         0xbf8fb18 s SmalltalkImage>logStdErrorDuring:
         0xbfb9400 s SmalltalkImage>logError:inContext:
         0xbfe96d0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc00baf8 s FullBlockClosure(BlockClosure)>ensure:
         0xc0345f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xc054fe8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xc065780 s Halt(Exception)>unhandledErrorAction
         0xc07aff8 s Halt(UnhandledException)>defaultAction
         0xc0c8278 s UndefinedObject>handleSignal:
         0xc0c8330 s Context>handleSignal:
         0xc0c83e8 s Context>handleSignal:
         0xc0c84a0 s Context>handleSignal:
         0xc0c8558 s Context>handleSignal:
         0xc0c8610 s Context>handleSignal:
         0xc0c86c8 s Context>handleSignal:
         0xc0c8780 s Context>handleSignal:
         0xc0c8838 s Context>handleSignal:
         0xc0c88f0 s Context>handleSignal:
         0xc0c89a8 s Context>handleSignal:
         0xc1049b8 s Context>handleSignal:
         0xc1100d8 s Context>handleSignal:
         0xc11af80 s Context>handleSignal:
         0xc125868 s Context>handleSignal:
         0xc130098 s Context>handleSignal:
         0xc13a8c8 s Context>handleSignal:
         0xc1450f8 s Context>handleSignal:
         0xc14f928 s Context>handleSignal:
         0xc15a158 s Context>handleSignal:
         0xc164988 s Context>handleSignal:
         0xc16f1b8 s Context>handleSignal:
         0xc1799e8 s Context>handleSignal:
         0xc184218 s Context>handleSignal:
         0xc18ea48 s Context>handleSignal:
         0xc199278 s Context>handleSignal:
         0xc1a3aa8 s Context>handleSignal:
         0xc1ae2d8 s Context>handleSignal:
         0xc1b8b08 s Context>handleSignal:
         0xc1c3338 s Context>handleSignal:
         0xc1cdb68 s Context>handleSignal:
         0xc1d8398 s Context>handleSignal:
         0xc1e2bc8 s Context>handleSignal:
         0xc1ed3f8 s Context>handleSignal:
         0xc1f7c28 s Context>handleSignal:
         0xc202458 s Context>handleSignal:
         0xc20cc88 s Context>handleSignal:
         0xc2174b8 s Context>handleSignal:
         0xc221ce8 s Context>handleSignal:
         0xc22c518 s Context>handleSignal:
         0xc236d48 s Context>handleSignal:
         0xc241578 s Context>handleSignal:
         0xc24bda8 s Context>handleSignal:
         0xc2565d8 s Context>handleSignal:
         0xc260e08 s Context>handleSignal:
         0xc268278 s Context>handleSignal:
         0xb7e15f0 s Context>handleSignal:
         0xb7ebed8 s Context>handleSignal:
         0xb7f67c0 s Context>handleSignal:
         0xb8010a8 s Context>handleSignal:
         0xb80b990 s Context>handleSignal:
         0xb816278 s Context>handleSignal:
         0xb820b60 s Context>handleSignal:
         0xb82b448 s Context>handleSignal:
         0xb835d30 s Context>handleSignal:
         0xb840618 s Context>handleSignal:
         0xb84af00 s Context>handleSignal:
         0xb8557e8 s Context>handleSignal:
         0xb8600d0 s Context>handleSignal:
         0xb86a9b8 s Context>handleSignal:
         0xb8752a0 s Context>handleSignal:
         0xb87fb88 s Context>handleSignal:
         0xb88a470 s Context>handleSignal:
         0xb894d58 s Context>handleSignal:
         0xb89f640 s Context>handleSignal:
         0xb8a9f28 s Context>handleSignal:
         0xb8b4810 s Context>handleSignal:
         0xb8bf0f8 s Context>handleSignal:
         0xb8c99e0 s Context>handleSignal:
         0xb8d42c8 s Context>handleSignal:
         0xb8debb0 s Context>handleSignal:
         0xb8e9498 s Context>handleSignal:
         0xb8f3d80 s Context>handleSignal:
         0xb8fe668 s Context>handleSignal:
         0xb908f50 s Context>handleSignal:
         0xb913838 s Context>handleSignal:
         0xb91e120 s Context>handleSignal:
         0xb928a08 s Context>handleSignal:
         0xb9332f0 s Context>handleSignal:
         0xb93dbd8 s Context>handleSignal:
         0xb9484c0 s Context>handleSignal:
         0xb952da8 s Context>handleSignal:
         0xb95d690 s Context>handleSignal:
         0xb967f78 s Context>handleSignal:
         0xb972860 s Context>handleSignal:
         0xb97d148 s Context>handleSignal:
         0xb987a30 s Context>handleSignal:
         0xb992318 s Context>handleSignal:
         0xb99cc00 s Context>handleSignal:
         0xb9a74e8 s Context>handleSignal:
         0xb9b1dd0 s Context>handleSignal:
         0xb9bc6b8 s Context>handleSignal:
         0xb9c6fa0 s Context>handleSignal:
         0xb9d1888 s Context>handleSignal:
         0xb9dc170 s Context>handleSignal:
         0xb9e6a58 s Context>handleSignal:
         0xb9f1340 s Context>handleSignal:
         0xb9fbc28 s Context>handleSignal:
         0xba06510 s Context>handleSignal:
         0xba10df8 s Context>handleSignal:
         0xba1b6e0 s Context>handleSignal:
         0xba25fc8 s Context>handleSignal:
         0xba308b0 s Context>handleSignal:
         0xba3b198 s Context>handleSignal:
         0xba42100 s Context>handleSignal:
         0xb41b8e8 s Context>handleSignal:
         0xb4221d8 s Context>handleSignal:
         0xb429840 s Context>handleSignal:
         0xb430250 s Context>handleSignal:
         0xb437650 s Context>handleSignal:
         0xb43e738 s Context>handleSignal:
         0xb4455f8 s Context>handleSignal:
         0xb44b7b8 s Context>handleSignal:
         0xb451978 s Context>handleSignal:
         0xb457a80 s Context>handleSignal:
         0xb45dad0 s Context>handleSignal:
         0xb463b20 s Context>handleSignal:
         0xb469b70 s Context>handleSignal:
         0xb46fbc0 s Context>handleSignal:
         0xb475c10 s Context>handleSignal:
         0xb47bc60 s Context>handleSignal:
         0xb481cb0 s Context>handleSignal:
         0xb487d00 s Context>handleSignal:
         0xb48dd50 s Context>handleSignal:
         0xb493da0 s Context>handleSignal:
         0xb499df0 s Context>handleSignal:
         0xb49fe40 s Context>handleSignal:
         0xb4a5e90 s Context>handleSignal:
         0xb4abee0 s Context>handleSignal:
         0xb4b1f30 s Context>handleSignal:
         0xb4b7f80 s Context>handleSignal:
         0xb4bdfd0 s Context>handleSignal:
         0xb4c4020 s Context>handleSignal:
         0xb4ca070 s Context>handleSignal:
         0xb4d00c0 s Context>handleSignal:
         0xb4d6058 s Context>handleSignal:
         0xb4dbff0 s Context>handleSignal:
         0xb4e1f88 s Context>handleSignal:
         0xb4e7f20 s Context>handleSignal:
         0xb4edeb8 s Context>handleSignal:
         0xb4f3e50 s Context>handleSignal:
         0xb4f9de8 s Context>handleSignal:
         0xb4ffd80 s Context>handleSignal:
         0xb505d18 s Context>handleSignal:
         0xb50bcb0 s Context>handleSignal:
         0xb511c48 s Context>handleSignal:
         0xb517be0 s Context>handleSignal:
         0xb51db78 s Context>handleSignal:
         0xb523b10 s Context>handleSignal:
         0xb529aa8 s Context>handleSignal:
         0xb52fa40 s Context>handleSignal:
         0xb5359d8 s Context>handleSignal:
         0xb53b970 s Context>handleSignal:
         0xb541908 s Context>handleSignal:
         0xb5478a0 s Context>handleSignal:
         0xb54d838 s Context>handleSignal:
         0xb5537d0 s Context>handleSignal:
         0xb559768 s Context>handleSignal:
         0xb55f700 s Context>handleSignal:
         0xb565698 s Context>handleSignal:
         0xb56b630 s Context>handleSignal:
         0xb5715c8 s Context>handleSignal:
         0xb577560 s Context>handleSignal:
         0xb57d4f8 s Context>handleSignal:
         0xb583490 s Context>handleSignal:
         0xb589428 s Context>handleSignal:
         0xb58f3c0 s Context>handleSignal:
         0xb595358 s Context>handleSignal:
         0xb59b2f0 s Context>handleSignal:
         0xb5a1288 s Context>handleSignal:
         0xb5a7220 s Context>handleSignal:
         0xb5ad1b8 s Context>handleSignal:
         0xb5b3150 s Context>handleSignal:
         0xb5b90e8 s Context>handleSignal:
         0xb5bf080 s Context>handleSignal:
         0xb5c5018 s Context>handleSignal:
         0xb5cafb0 s Context>handleSignal:
         0xb5d0f48 s Context>handleSignal:
         0xb5d6ee0 s Context>handleSignal:
         0xb5dce78 s Context>handleSignal:
         0xb5e2e10 s Context>handleSignal:
         0xb5e8da8 s Context>handleSignal:
         0xb5eed40 s Context>handleSignal:
         0xb5f4cd8 s Context>handleSignal:
         0xb5fac70 s Context>handleSignal:
         0xb600c08 s Context>handleSignal:
         0xb606ba0 s Context>handleSignal:
         0xb60cb38 s Context>handleSignal:
         0xb612ad0 s Context>handleSignal:
         0xb618a68 s Context>handleSignal:
         0xb61ea00 s Context>handleSignal:
         0xb624998 s Context>handleSignal:
         0xb62a930 s Context>handleSignal:
         0xb6308c8 s Context>handleSignal:
         0xb636860 s Context>handleSignal:
         0xb63c7f8 s Context>handleSignal:
         0xb642790 s Context>handleSignal:
         0xb648728 s Context>handleSignal:
         0xb64e6c0 s Context>handleSignal:
         0xb654658 s Context>handleSignal:
         0xb41c4a0 s Halt(Exception)>signal
         0xb422d08 s Halt class(Exception class)>signal
         0xb42a330 s Halt class>now
         0xb415890 s FullBlockClosure(Object)>halt
         0xbf75708 s FullBlockClosure>printOn:
         0xbf8e510 s Context>printOn:
         0xbfad9c8 s Context>printDebugOn:
         0xbfded28 s [] in Context>debugStack:on:
         0xc001b40 s OrderedCollection>do:
         0xb415978 s Context>debugStack:on:
         0xb415c48 s Context>shortDebugStackOn:
         0xb415d00 s [] in SmalltalkImage>logError:inContext:
         0xbf757c0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb4157d8 s FullBlockClosure(BlockClosure)>on:do:
         0xb415db8 s SmalltalkImage>logStdErrorDuring:
         0xb415e70 s SmalltalkImage>logError:inContext:
         0xbf75878 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xbf8e5c8 s FullBlockClosure(BlockClosure)>ensure:
         0xb415f28 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xbf75930 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xbf8e680 s Halt(Exception)>unhandledErrorAction
         0xbfada80 s Halt(UnhandledException)>defaultAction
         0xbfdede0 s UndefinedObject>handleSignal:
         0xc001bf8 s Context>handleSignal:
         0xc0262d8 s Context>handleSignal:
         0xc050470 s Context>handleSignal:
         0xc0649c8 s Context>handleSignal:
         0xc072a00 s Context>handleSignal:
         0xc097a38 s Context>handleSignal:
         0xc0c8108 s Context>handleSignal:
         0xc0c81c0 s Context>handleSignal:
         0xb415fe0 s Context>handleSignal:
         0xb416098 s Context>handleSignal:
         0xb41ca28 s Context>handleSignal:
         0xb424148 s Context>handleSignal:
         0xb42ab58 s Context>handleSignal:
         0xb432010 s Context>handleSignal:
         0xb4390f8 s Context>handleSignal:
         0xb43ffb8 s Context>handleSignal:
         0xb446178 s Context>handleSignal:
         0xb44c338 s Context>handleSignal:
         0xb452440 s Context>handleSignal:
         0xb458490 s Context>handleSignal:
         0xb45e4e0 s Context>handleSignal:
         0xb464530 s Context>handleSignal:
         0xb46a580 s Context>handleSignal:
         0xb4705d0 s Context>handleSignal:
         0xb476620 s Context>handleSignal:
         0xb47c670 s Context>handleSignal:
         0xb4826c0 s Context>handleSignal:
         0xb488710 s Context>handleSignal:
         0xb48e760 s Context>handleSignal:
         0xb4947b0 s Context>handleSignal:
         0xb49a800 s Context>handleSignal:
         0xb4a0850 s Context>handleSignal:
         0xb4a68a0 s Context>handleSignal:
         0xb4ac8f0 s Context>handleSignal:
         0xb4b2940 s Context>handleSignal:
         0xb4b8990 s Context>handleSignal:
         0xb4be9e0 s Context>handleSignal:
         0xb4c4a30 s Context>handleSignal:
         0xb4caa80 s Context>handleSignal:
         0xb4d0a18 s Context>handleSignal:
         0xb4d69b0 s Context>handleSignal:
         0xb4dc948 s Context>handleSignal:
         0xb4e28e0 s Context>handleSignal:
         0xb4e8878 s Context>handleSignal:
         0xb4ee810 s Context>handleSignal:
         0xb4f47a8 s Context>handleSignal:
         0xb4fa740 s Context>handleSignal:
         0xb5006d8 s Context>handleSignal:
         0xb506670 s Context>handleSignal:
         0xb50c608 s Context>handleSignal:
         0xb5125a0 s Context>handleSignal:
         0xb518538 s Context>handleSignal:
         0xb51e4d0 s Context>handleSignal:
         0xb524468 s Context>handleSignal:
         0xb52a400 s Context>handleSignal:
         0xb530398 s Context>handleSignal:
         0xb536330 s Context>handleSignal:
         0xb53c2c8 s Context>handleSignal:
         0xb542260 s Context>handleSignal:
         0xb5481f8 s Context>handleSignal:
         0xb54e190 s Context>handleSignal:
         0xb554128 s Context>handleSignal:
         0xb55a0c0 s Context>handleSignal:
         0xb560058 s Context>handleSignal:
         0xb565ff0 s Context>handleSignal:
         0xb56bf88 s Context>handleSignal:
         0xb571f20 s Context>handleSignal:
         0xb577eb8 s Context>handleSignal:
         0xb57de50 s Context>handleSignal:
         0xb583de8 s Context>handleSignal:
         0xb589d80 s Context>handleSignal:
         0xb58fd18 s Context>handleSignal:
         0xb595cb0 s Context>handleSignal:
         0xb59bc48 s Context>handleSignal:
         0xb5a1be0 s Context>handleSignal:
         0xb5a7b78 s Context>handleSignal:
         0xb5adb10 s Context>handleSignal:
         0xb5b3aa8 s Context>handleSignal:
         0xb5b9a40 s Context>handleSignal:
         0xb5bf9d8 s Context>handleSignal:
         0xb5c5970 s Context>handleSignal:
         0xb5cb908 s Context>handleSignal:
         0xb5d18a0 s Context>handleSignal:
         0xb5d7838 s Context>handleSignal:
         0xb5dd7d0 s Context>handleSignal:
         0xb5e3768 s Context>handleSignal:
         0xb5e9700 s Context>handleSignal:
         0xb5ef698 s Context>handleSignal:
         0xb5f5630 s Context>handleSignal:
         0xb5fb5c8 s Context>handleSignal:
         0xb601560 s Context>handleSignal:
         0xb6074f8 s Context>handleSignal:
         0xb60d490 s Context>handleSignal:
         0xb613428 s Context>handleSignal:
         0xb6193c0 s Context>handleSignal:
         0xb61f358 s Context>handleSignal:
         0xb6252f0 s Context>handleSignal:
         0xb62b288 s Context>handleSignal:
         0xb631220 s Context>handleSignal:
         0xb6371b8 s Context>handleSignal:
         0xb63d150 s Context>handleSignal:
         0xb6430e8 s Context>handleSignal:
         0xb649080 s Context>handleSignal:
         0xb64f018 s Context>handleSignal:
         0xb654fb0 s Context>handleSignal:
         0xb65ae90 s Context>handleSignal:
         0xb660cb8 s Context>handleSignal:
         0xb666a28 s Context>handleSignal:
         0xb66c6e0 s Context>handleSignal:
         0xb6722e0 s Context>handleSignal:
         0xb677e28 s Context>handleSignal:
         0xb67d8b8 s Context>handleSignal:
         0xb683290 s Context>handleSignal:
         0xb688bb0 s Context>handleSignal:
         0xb68e418 s Context>handleSignal:
         0xb693c80 s Context>handleSignal:
         0xb699430 s Context>handleSignal:
         0xb69eb28 s Context>handleSignal:
         0xb6a4168 s Context>handleSignal:
         0xb6a96f0 s Context>handleSignal:
         0xb6aebc0 s Context>handleSignal:
         0xb6b3f20 s Context>handleSignal:
         0xb6b91c8 s Context>handleSignal:
         0xb6be3b8 s Context>handleSignal:
         0xb6c34f0 s Context>handleSignal:
         0xb6c8570 s Context>handleSignal:
         0xb6cd538 s Context>handleSignal:
         0xb6d2448 s Context>handleSignal:
         0xb6d72a0 s Context>handleSignal:
         0xb6dc040 s Context>handleSignal:
         0xb6e0d28 s Context>handleSignal:
         0xb6e5958 s Context>handleSignal:
         0xb6ea4d0 s Context>handleSignal:
         0xb6eef90 s Context>handleSignal:
         0xb6f3998 s Context>handleSignal:
         0xb6f82e8 s Context>handleSignal:
         0xb6fcb80 s Context>handleSignal:
         0xb701360 s Context>handleSignal:
         0xb705a88 s Context>handleSignal:
         0xb70a0f8 s Context>handleSignal:
         0xb70e6b0 s Context>handleSignal:
         0xb712bb0 s Context>handleSignal:
         0xb716ff8 s Context>handleSignal:
         0xb71b388 s Context>handleSignal:
         0xb71f660 s Context>handleSignal:
         0xb723880 s Context>handleSignal:
         0xb7279e8 s Context>handleSignal:
         0xb72ba98 s Context>handleSignal:
         0xb72fa90 s Context>handleSignal:
         0xb7339d0 s Context>handleSignal:
         0xb737858 s Context>handleSignal:
         0xb73b628 s Context>handleSignal:
         0xb73f3f8 s Context>handleSignal:
         0xb743110 s Context>handleSignal:
         0xb746d70 s Context>handleSignal:
         0xb74a918 s Context>handleSignal:
         0xb74e408 s Context>handleSignal:
         0xb751e40 s Context>handleSignal:
         0xb7557c0 s Context>handleSignal:
         0xb759088 s Context>handleSignal:
         0xb75c898 s Context>handleSignal:
         0xb75fff0 s Context>handleSignal:
         0xb763690 s Context>handleSignal:
         0xb766c78 s Context>handleSignal:
         0xb76a0f0 s Context>handleSignal:
         0xb76d4b0 s Context>handleSignal:
         0xb7707b8 s Context>handleSignal:
         0xb773a08 s Context>handleSignal:
         0xb776ba0 s Context>handleSignal:
         0xb779c80 s Context>handleSignal:
         0xb77cca8 s Context>handleSignal:
         0xb77fc18 s Context>handleSignal:
         0xb782ad0 s Context>handleSignal:
         0xb7858d0 s Context>handleSignal:
         0xb788618 s Context>handleSignal:
         0xb78b2a8 s Context>handleSignal:
         0xb78de80 s Context>handleSignal:
         0xb7909a0 s Context>handleSignal:
         0xb793408 s Context>handleSignal:
         0xb795db8 s Context>handleSignal:
         0xb7986b0 s Context>handleSignal:
         0xb79aef0 s Context>handleSignal:
         0xb79d678 s Context>handleSignal:
         0xb79fd48 s Context>handleSignal:
         0xb7a2360 s Context>handleSignal:
         0xb7a48c0 s Context>handleSignal:
         0xb7a6d68 s Context>handleSignal:
         0xb7a9158 s Context>handleSignal:
         0xb7ab490 s Context>handleSignal:
         0xb7ad710 s Context>handleSignal:
         0xb7af8d8 s Context>handleSignal:
         0xb7b19e8 s Context>handleSignal:
         0xb7b3a40 s Context>handleSignal:
         0xb7b59e0 s Context>handleSignal:
         0xb7b78c8 s Context>handleSignal:
         0xb7b96f8 s Context>handleSignal:
         0xb7bb470 s Context>handleSignal:
         0xb7bd130 s Context>handleSignal:
         0xb41cb98 s Halt(Exception)>signal
         0xb424200 s Halt class(Exception class)>signal
         0xb42ac10 s Halt class>now
         0xb415a68 s FullBlockClosure(Object)>halt
         0xb41c558 s FullBlockClosure>printOn:
         0xb422dc0 s Context>printOn:
         0xb4232e8 s Context>printDebugOn:
         0xb415b20 s [] in Context>debugStack:on:
         0xb41c640 s OrderedCollection>do:
         0xb416180 s Context>debugStack:on:
         0xb41cae0 s Context>shortDebugStackOn:
         0xb4233a0 s [] in SmalltalkImage>logError:inContext:
         0xb423458 s [] in SmalltalkImage>logStdErrorDuring:
         0xb415720 s FullBlockClosure(BlockClosure)>on:do:
         0xb41c360 s SmalltalkImage>logStdErrorDuring:
         0xb422c08 s SmalltalkImage>logError:inContext:
         0xb423510 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb4235c8 s FullBlockClosure(BlockClosure)>ensure:
         0xb423680 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb423738 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4237f0 s Halt(Exception)>unhandledErrorAction
         0xb4238a8 s Halt(UnhandledException)>defaultAction
         0xb423960 s UndefinedObject>handleSignal:
         0xb423a18 s Context>handleSignal:
         0xb423ad0 s Context>handleSignal:
         0xb423b88 s Context>handleSignal:
         0xb423c40 s Context>handleSignal:
         0xb423cf8 s Context>handleSignal:
         0xb423db0 s Context>handleSignal:
         0xb423e68 s Context>handleSignal:
         0xb423f20 s Context>handleSignal:
         0xb423fd8 s Context>handleSignal:
         0xb424090 s Context>handleSignal:
         0xb42aaa0 s Context>handleSignal:
         0xb431f58 s Context>handleSignal:
         0xb439040 s Context>handleSignal:
         0xb43ff00 s Context>handleSignal:
         0xb4460c0 s Context>handleSignal:
         0xb44c280 s Context>handleSignal:
         0xb452388 s Context>handleSignal:
         0xb4583d8 s Context>handleSignal:
         0xb45e428 s Context>handleSignal:
         0xb464478 s Context>handleSignal:
         0xb46a4c8 s Context>handleSignal:
         0xb470518 s Context>handleSignal:
         0xb476568 s Context>handleSignal:
         0xb47c5b8 s Context>handleSignal:
         0xb482608 s Context>handleSignal:
         0xb488658 s Context>handleSignal:
         0xb48e6a8 s Context>handleSignal:
         0xb4946f8 s Context>handleSignal:
         0xb49a748 s Context>handleSignal:
         0xb4a0798 s Context>handleSignal:
         0xb4a67e8 s Context>handleSignal:
         0xb4ac838 s Context>handleSignal:
         0xb4b2888 s Context>handleSignal:
         0xb4b88d8 s Context>handleSignal:
         0xb4be928 s Context>handleSignal:
         0xb4c4978 s Context>handleSignal:
         0xb4ca9c8 s Context>handleSignal:
         0xb4d0960 s Context>handleSignal:
         0xb4d68f8 s Context>handleSignal:
         0xb4dc890 s Context>handleSignal:
         0xb4e2828 s Context>handleSignal:
         0xb4e87c0 s Context>handleSignal:
         0xb4ee758 s Context>handleSignal:
         0xb4f46f0 s Context>handleSignal:
         0xb4fa688 s Context>handleSignal:
         0xb500620 s Context>handleSignal:
         0xb5065b8 s Context>handleSignal:
         0xb50c550 s Context>handleSignal:
         0xb5124e8 s Context>handleSignal:
         0xb518480 s Context>handleSignal:
         0xb51e418 s Context>handleSignal:
         0xb5243b0 s Context>handleSignal:
         0xb52a348 s Context>handleSignal:
         0xb5302e0 s Context>handleSignal:
         0xb536278 s Context>handleSignal:
         0xb53c210 s Context>handleSignal:
         0xb5421a8 s Context>handleSignal:
         0xb548140 s Context>handleSignal:
         0xb54e0d8 s Context>handleSignal:
         0xb554070 s Context>handleSignal:
         0xb55a008 s Context>handleSignal:
         0xb55ffa0 s Context>handleSignal:
         0xb565f38 s Context>handleSignal:
         0xb56bed0 s Context>handleSignal:
         0xb571e68 s Context>handleSignal:
         0xb577e00 s Context>handleSignal:
         0xb57dd98 s Context>handleSignal:
         0xb583d30 s Context>handleSignal:
         0xb589cc8 s Context>handleSignal:
         0xb58fc60 s Context>handleSignal:
         0xb595bf8 s Context>handleSignal:
         0xb59bb90 s Context>handleSignal:
         0xb5a1b28 s Context>handleSignal:
         0xb5a7ac0 s Context>handleSignal:
         0xb5ada58 s Context>handleSignal:
         0xb5b39f0 s Context>handleSignal:
         0xb5b9988 s Context>handleSignal:
         0xb5bf920 s Context>handleSignal:
         0xb5c58b8 s Context>handleSignal:
         0xb5cb850 s Context>handleSignal:
         0xb5d17e8 s Context>handleSignal:
         0xb5d7780 s Context>handleSignal:
         0xb5dd718 s Context>handleSignal:
         0xb5e36b0 s Context>handleSignal:
         0xb5e9648 s Context>handleSignal:
         0xb5ef5e0 s Context>handleSignal:
         0xb5f5578 s Context>handleSignal:
         0xb5fb510 s Context>handleSignal:
         0xb6014a8 s Context>handleSignal:
         0xb607440 s Context>handleSignal:
         0xb60d3d8 s Context>handleSignal:
         0xb613370 s Context>handleSignal:
         0xb619308 s Context>handleSignal:
         0xb61f2a0 s Context>handleSignal:
         0xb625238 s Context>handleSignal:
         0xb62b1d0 s Context>handleSignal:
         0xb631168 s Context>handleSignal:
         0xb637100 s Context>handleSignal:
         0xb63d098 s Context>handleSignal:
         0xb643030 s Context>handleSignal:
         0xb648fc8 s Context>handleSignal:
         0xb64ef60 s Context>handleSignal:
         0xb654ef8 s Context>handleSignal:
         0xb65add8 s Context>handleSignal:
         0xb660c00 s Context>handleSignal:
         0xb666970 s Context>handleSignal:
         0xb66c628 s Context>handleSignal:
         0xb672228 s Context>handleSignal:
         0xb677d70 s Context>handleSignal:
         0xb67d800 s Context>handleSignal:
         0xb6831d8 s Context>handleSignal:
         0xb688af8 s Context>handleSignal:
         0xb68e360 s Context>handleSignal:
         0xb693bc8 s Context>handleSignal:
         0xb699378 s Context>handleSignal:
         0xb69ea70 s Context>handleSignal:
         0xb6a40b0 s Context>handleSignal:
         0xb6a9638 s Context>handleSignal:
         0xb6aeb08 s Context>handleSignal:
         0xb6b3e68 s Context>handleSignal:
         0xb6b9110 s Context>handleSignal:
         0xb6be300 s Context>handleSignal:
         0xb6c3438 s Context>handleSignal:
         0xb6c84b8 s Context>handleSignal:
         0xb6cd480 s Context>handleSignal:
         0xb6d2390 s Context>handleSignal:
         0xb6d71e8 s Context>handleSignal:
         0xb6dbf88 s Context>handleSignal:
         0xb6e0c70 s Context>handleSignal:
         0xb6e58a0 s Context>handleSignal:
         0xb6ea418 s Context>handleSignal:
         0xb6eeed8 s Context>handleSignal:
         0xb6f38e0 s Context>handleSignal:
         0xb6f8230 s Context>handleSignal:
         0xb6fcac8 s Context>handleSignal:
         0xb7012a8 s Context>handleSignal:
         0xb7059d0 s Context>handleSignal:
         0xb70a040 s Context>handleSignal:
         0xb70e5f8 s Context>handleSignal:
         0xb712af8 s Context>handleSignal:
         0xb716f40 s Context>handleSignal:
         0xb71b2d0 s Context>handleSignal:
         0xb71f5a8 s Context>handleSignal:
         0xb7237c8 s Context>handleSignal:
         0xb727930 s Context>handleSignal:
         0xb72b9e0 s Context>handleSignal:
         0xb72f9d8 s Context>handleSignal:
         0xb733918 s Context>handleSignal:
         0xb7377a0 s Context>handleSignal:
         0xb73b570 s Context>handleSignal:
         0xb73f340 s Context>handleSignal:
         0xb743058 s Context>handleSignal:
         0xb746cb8 s Context>handleSignal:
         0xb74a860 s Context>handleSignal:
         0xb74e350 s Context>handleSignal:
         0xb751d88 s Context>handleSignal:
         0xb755708 s Context>handleSignal:
         0xb758fd0 s Context>handleSignal:
         0xb75c7e0 s Context>handleSignal:
         0xb75ff38 s Context>handleSignal:
         0xb7635d8 s Context>handleSignal:
         0xb766bc0 s Context>handleSignal:
         0xb76a038 s Context>handleSignal:
         0xb76d3f8 s Context>handleSignal:
         0xb770700 s Context>handleSignal:
         0xb773950 s Context>handleSignal:
         0xb776ae8 s Context>handleSignal:
         0xb779bc8 s Context>handleSignal:
         0xb77cbf0 s Context>handleSignal:
         0xb77fb60 s Context>handleSignal:
         0xb782a18 s Context>handleSignal:
         0xb785818 s Context>handleSignal:
         0xb788560 s Context>handleSignal:
         0xb78b1f0 s Context>handleSignal:
         0xb78ddc8 s Context>handleSignal:
         0xb7908e8 s Context>handleSignal:
         0xb793350 s Context>handleSignal:
         0xb795d00 s Context>handleSignal:
         0xb7985f8 s Context>handleSignal:
         0xb79ae38 s Context>handleSignal:
         0xb79d5c0 s Context>handleSignal:
         0xb79fc90 s Context>handleSignal:
         0xb7a22a8 s Context>handleSignal:
         0xb7a4808 s Context>handleSignal:
         0xb7a6cb0 s Context>handleSignal:
         0xb7a90a0 s Context>handleSignal:
         0xb7ab3d8 s Context>handleSignal:
         0xb7ad658 s Context>handleSignal:
         0xb7af820 s Context>handleSignal:
         0xb7b1930 s Context>handleSignal:
         0xb7b3988 s Context>handleSignal:
         0xb7b5928 s Context>handleSignal:
         0xb7b7810 s Context>handleSignal:
         0xb7b9640 s Context>handleSignal:
         0xb7bb3b8 s Context>handleSignal:
         0xb7bd078 s Context>handleSignal:
         0xb7bec80 s Context>handleSignal:
         0xb431ea0 s Halt(Exception)>signal
         0xb438f88 s Halt class(Exception class)>signal
         0xb43fe48 s Halt class>now
         0xb41c6f8 s FullBlockClosure(Object)>halt
         0xb423058 s FullBlockClosure>printOn:
         0xb42a6f8 s Context>printOn:
         0xb430f90 s Context>printDebugOn:
         0xb41c7b0 s [] in Context>debugStack:on:
         0xb423140 s OrderedCollection>do:
         0xb422e78 s Context>debugStack:on:
         0xb42a3e8 s Context>shortDebugStackOn:
         0xb430d58 s [] in SmalltalkImage>logError:inContext:
         0xb431048 s [] in SmalltalkImage>logStdErrorDuring:
         0xb415668 s FullBlockClosure(BlockClosure)>on:do:
         0xb41c248 s SmalltalkImage>logStdErrorDuring:
         0xb422b08 s SmalltalkImage>logError:inContext:
         0xb42a258 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb430c68 s FullBlockClosure(BlockClosure)>ensure:
         0xb431100 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb4311b8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb431270 s Halt(Exception)>unhandledErrorAction
         0xb431328 s Halt(UnhandledException)>defaultAction
         0xb4313e0 s UndefinedObject>handleSignal:
         0xb431498 s Context>handleSignal:
         0xb431550 s Context>handleSignal:
         0xb431608 s Context>handleSignal:
         0xb4316c0 s Context>handleSignal:
         0xb431778 s Context>handleSignal:
         0xb431830 s Context>handleSignal:
         0xb4318e8 s Context>handleSignal:
         0xb4319a0 s Context>handleSignal:
         0xb431a58 s Context>handleSignal:
         0xb431b10 s Context>handleSignal:
         0xb4381e8 s Context>handleSignal:
         0xb43f148 s Context>handleSignal:
         0xb445de0 s Context>handleSignal:
         0xb44bfa0 s Context>handleSignal:
         0xb4520a8 s Context>handleSignal:
         0xb4581b0 s Context>handleSignal:
         0xb45e200 s Context>handleSignal:
         0xb464250 s Context>handleSignal:
         0xb46a2a0 s Context>handleSignal:
         0xb4702f0 s Context>handleSignal:
         0xb476340 s Context>handleSignal:
         0xb47c390 s Context>handleSignal:
         0xb4823e0 s Context>handleSignal:
         0xb488430 s Context>handleSignal:
         0xb48e480 s Context>handleSignal:
         0xb4944d0 s Context>handleSignal:
         0xb49a520 s Context>handleSignal:
         0xb4a0570 s Context>handleSignal:
         0xb4a65c0 s Context>handleSignal:
         0xb4ac610 s Context>handleSignal:
         0xb4b2660 s Context>handleSignal:
         0xb4b86b0 s Context>handleSignal:
         0xb4be700 s Context>handleSignal:
         0xb4c4750 s Context>handleSignal:
         0xb4ca7a0 s Context>handleSignal:
         0xb4d07f0 s Context>handleSignal:
         0xb4d6788 s Context>handleSignal:
         0xb4dc720 s Context>handleSignal:
         0xb4e26b8 s Context>handleSignal:
         0xb4e8650 s Context>handleSignal:
         0xb4ee5e8 s Context>handleSignal:
         0xb4f4580 s Context>handleSignal:
         0xb4fa518 s Context>handleSignal:
         0xb5004b0 s Context>handleSignal:
         0xb506448 s Context>handleSignal:
         0xb50c3e0 s Context>handleSignal:
         0xb512378 s Context>handleSignal:
         0xb518310 s Context>handleSignal:
         0xb51e2a8 s Context>handleSignal:
         0xb524240 s Context>handleSignal:
         0xb52a1d8 s Context>handleSignal:
         0xb530170 s Context>handleSignal:
         0xb536108 s Context>handleSignal:
         0xb53c0a0 s Context>handleSignal:
         0xb542038 s Context>handleSignal:
         0xb547fd0 s Context>handleSignal:
         0xb54df68 s Context>handleSignal:
         0xb553f00 s Context>handleSignal:
         0xb559e98 s Context>handleSignal:
         0xb55fe30 s Context>handleSignal:
         0xb565dc8 s Context>handleSignal:
         0xb56bd60 s Context>handleSignal:
         0xb571cf8 s Context>handleSignal:
         0xb577c90 s Context>handleSignal:
         0xb57dc28 s Context>handleSignal:
         0xb583bc0 s Context>handleSignal:
         0xb589b58 s Context>handleSignal:
         0xb58faf0 s Context>handleSignal:
         0xb595a88 s Context>handleSignal:
         0xb59ba20 s Context>handleSignal:
         0xb5a19b8 s Context>handleSignal:
         0xb5a7950 s Context>handleSignal:
         0xb5ad8e8 s Context>handleSignal:
         0xb5b3880 s Context>handleSignal:
         0xb5b9818 s Context>handleSignal:
         0xb5bf7b0 s Context>handleSignal:
         0xb5c5748 s Context>handleSignal:
         0xb5cb6e0 s Context>handleSignal:
         0xb5d1678 s Context>handleSignal:
         0xb5d7610 s Context>handleSignal:
         0xb5dd5a8 s Context>handleSignal:
         0xb5e3540 s Context>handleSignal:
         0xb5e94d8 s Context>handleSignal:
         0xb5ef470 s Context>handleSignal:
         0xb5f5408 s Context>handleSignal:
         0xb5fb3a0 s Context>handleSignal:
         0xb601338 s Context>handleSignal:
         0xb6072d0 s Context>handleSignal:
         0xb60d268 s Context>handleSignal:
         0xb613200 s Context>handleSignal:
         0xb619198 s Context>handleSignal:
         0xb61f130 s Context>handleSignal:
         0xb6250c8 s Context>handleSignal:
         0xb62b060 s Context>handleSignal:
         0xb630ff8 s Context>handleSignal:
         0xb636f90 s Context>handleSignal:
         0xb63cf28 s Context>handleSignal:
         0xb642ec0 s Context>handleSignal:
         0xb648e58 s Context>handleSignal:
         0xb64edf0 s Context>handleSignal:
         0xb654d88 s Context>handleSignal:
         0xb65ac68 s Context>handleSignal:
         0xb660a90 s Context>handleSignal:
         0xb666800 s Context>handleSignal:
         0xb66c4b8 s Context>handleSignal:
         0xb6720b8 s Context>handleSignal:
         0xb677c00 s Context>handleSignal:
         0xb67d690 s Context>handleSignal:
         0xb683068 s Context>handleSignal:
         0xb688988 s Context>handleSignal:
         0xb68e1f0 s Context>handleSignal:
         0xb693a58 s Context>handleSignal:
         0xb699208 s Context>handleSignal:
         0xb69e900 s Context>handleSignal:
         0xb6a3f40 s Context>handleSignal:
         0xb6a94c8 s Context>handleSignal:
         0xb6ae998 s Context>handleSignal:
         0xb6b3cf8 s Context>handleSignal:
         0xb6b8fa0 s Context>handleSignal:
         0xb6be190 s Context>handleSignal:
         0xb6c32c8 s Context>handleSignal:
         0xb6c8348 s Context>handleSignal:
         0xb6cd310 s Context>handleSignal:
         0xb6d2220 s Context>handleSignal:
         0xb6d7078 s Context>handleSignal:
         0xb6dbe18 s Context>handleSignal:
         0xb6e0b00 s Context>handleSignal:
         0xb6e5730 s Context>handleSignal:
         0xb6ea2a8 s Context>handleSignal:
         0xb6eed68 s Context>handleSignal:
         0xb6f3770 s Context>handleSignal:
         0xb6f80c0 s Context>handleSignal:
         0xb6fc958 s Context>handleSignal:
         0xb701138 s Context>handleSignal:
         0xb705860 s Context>handleSignal:
         0xb709ed0 s Context>handleSignal:
         0xb70e488 s Context>handleSignal:
         0xb712988 s Context>handleSignal:
         0xb716dd0 s Context>handleSignal:
         0xb71b160 s Context>handleSignal:
         0xb71f438 s Context>handleSignal:
         0xb723658 s Context>handleSignal:
         0xb7277c0 s Context>handleSignal:
         0xb72b870 s Context>handleSignal:
         0xb72f868 s Context>handleSignal:
         0xb7337a8 s Context>handleSignal:
         0xb737630 s Context>handleSignal:
         0xb73b400 s Context>handleSignal:
         0xb73f1d0 s Context>handleSignal:
         0xb742ee8 s Context>handleSignal:
         0xb746b48 s Context>handleSignal:
         0xb74a6f0 s Context>handleSignal:
         0xb74e1e0 s Context>handleSignal:
         0xb751c18 s Context>handleSignal:
         0xb755598 s Context>handleSignal:
         0xb758e60 s Context>handleSignal:
         0xb75c670 s Context>handleSignal:
         0xb75fdc8 s Context>handleSignal:
         0xb763468 s Context>handleSignal:
         0xb766a50 s Context>handleSignal:
         0xb769ec8 s Context>handleSignal:
         0xb76d288 s Context>handleSignal:
         0xb770590 s Context>handleSignal:
         0xb7737e0 s Context>handleSignal:
         0xb776978 s Context>handleSignal:
         0xb779a58 s Context>handleSignal:
         0xb77ca80 s Context>handleSignal:
         0xb77f9f0 s Context>handleSignal:
         0xb7828a8 s Context>handleSignal:
         0xb7856a8 s Context>handleSignal:
         0xb7883f0 s Context>handleSignal:
         0xb78b080 s Context>handleSignal:
         0xb78dc58 s Context>handleSignal:
         0xb790778 s Context>handleSignal:
         0xb7931e0 s Context>handleSignal:
         0xb795b90 s Context>handleSignal:
         0xb798488 s Context>handleSignal:
         0xb79acc8 s Context>handleSignal:
         0xb79d450 s Context>handleSignal:
         0xb79fb20 s Context>handleSignal:
         0xb7a2138 s Context>handleSignal:
         0xb7a4698 s Context>handleSignal:
         0xb7a6b40 s Context>handleSignal:
         0xb7a8f30 s Context>handleSignal:
         0xb7ab268 s Context>handleSignal:
         0xb7ad4e8 s Context>handleSignal:
         0xb7af6b0 s Context>handleSignal:
         0xb7b17c0 s Context>handleSignal:
         0xb7b3818 s Context>handleSignal:
         0xb7b57b8 s Context>handleSignal:
         0xb7b76a0 s Context>handleSignal:
         0xb7b94d0 s Context>handleSignal:
         0xb7bb248 s Context>handleSignal:
         0xb7bcf08 s Context>handleSignal:
         0xb7beb10 s Context>handleSignal:
         0xb7c05a8 s Context>handleSignal:
         0xb43f090 s Halt(Exception)>signal
         0xb445d28 s Halt class(Exception class)>signal
         0xb44bee8 s Halt class>now
         0xb422f30 s FullBlockClosure(Object)>halt
         0xb42a4a0 s FullBlockClosure>printOn:
         0xb430e10 s Context>printOn:
         0xb438040 s Context>printDebugOn:
         0xb4231f8 s [] in Context>debugStack:on:
         0xb42a888 s OrderedCollection>do:
         0xb42a7b0 s Context>debugStack:on:
         0xb431bc8 s Context>shortDebugStackOn:
         0xb4382a0 s [] in SmalltalkImage>logError:inContext:
         0xb438358 s [] in SmalltalkImage>logStdErrorDuring:
         0xb4155b0 s FullBlockClosure(BlockClosure)>on:do:
         0xb41c130 s SmalltalkImage>logStdErrorDuring:
         0xb422a08 s SmalltalkImage>logError:inContext:
         0xb42a088 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb430a98 s FullBlockClosure(BlockClosure)>ensure:
         0xb437e70 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb438410 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4384c8 s Halt(Exception)>unhandledErrorAction
         0xb438580 s Halt(UnhandledException)>defaultAction
         0xb438638 s UndefinedObject>handleSignal:
         0xb4386f0 s Context>handleSignal:
         0xb4387a8 s Context>handleSignal:
         0xb438860 s Context>handleSignal:
         0xb438918 s Context>handleSignal:
         0xb4389d0 s Context>handleSignal:
         0xb438a88 s Context>handleSignal:
         0xb438b40 s Context>handleSignal:
         0xb438bf8 s Context>handleSignal:
         0xb438cb0 s Context>handleSignal:
         0xb438d68 s Context>handleSignal:
         0xb43f238 s Context>handleSignal:
         0xb445f50 s Context>handleSignal:
         0xb44c110 s Context>handleSignal:
         0xb452218 s Context>handleSignal:
         0xb458268 s Context>handleSignal:
         0xb45e2b8 s Context>handleSignal:
         0xb464308 s Context>handleSignal:
         0xb46a358 s Context>handleSignal:
         0xb4703a8 s Context>handleSignal:
         0xb4763f8 s Context>handleSignal:
         0xb47c448 s Context>handleSignal:
         0xb482498 s Context>handleSignal:
         0xb4884e8 s Context>handleSignal:
         0xb48e538 s Context>handleSignal:
         0xb494588 s Context>handleSignal:
         0xb49a5d8 s Context>handleSignal:
         0xb4a0628 s Context>handleSignal:
         0xb4a6678 s Context>handleSignal:
         0xb4ac6c8 s Context>handleSignal:
         0xb4b2718 s Context>handleSignal:
         0xb4b8768 s Context>handleSignal:
         0xb4be7b8 s Context>handleSignal:
         0xb4c4808 s Context>handleSignal:
         0xb4ca858 s Context>handleSignal:
         0xb4d08a8 s Context>handleSignal:
         0xb4d6840 s Context>handleSignal:
         0xb4dc7d8 s Context>handleSignal:
         0xb4e2770 s Context>handleSignal:
         0xb4e8708 s Context>handleSignal:
         0xb4ee6a0 s Context>handleSignal:
         0xb4f4638 s Context>handleSignal:
         0xb4fa5d0 s Context>handleSignal:
         0xb500568 s Context>handleSignal:
         0xb506500 s Context>handleSignal:
         0xb50c498 s Context>handleSignal:
         0xb512430 s Context>handleSignal:
         0xb5183c8 s Context>handleSignal:
         0xb51e360 s Context>handleSignal:
         0xb5242f8 s Context>handleSignal:
         0xb52a290 s Context>handleSignal:
         0xb530228 s Context>handleSignal:
         0xb5361c0 s Context>handleSignal:
         0xb53c158 s Context>handleSignal:
         0xb5420f0 s Context>handleSignal:
         0xb548088 s Context>handleSignal:
         0xb54e020 s Context>handleSignal:
         0xb553fb8 s Context>handleSignal:
         0xb559f50 s Context>handleSignal:
         0xb55fee8 s Context>handleSignal:
         0xb565e80 s Context>handleSignal:
         0xb56be18 s Context>handleSignal:
         0xb571db0 s Context>handleSignal:
         0xb577d48 s Context>handleSignal:
         0xb57dce0 s Context>handleSignal:
         0xb583c78 s Context>handleSignal:
         0xb589c10 s Context>handleSignal:
         0xb58fba8 s Context>handleSignal:
         0xb595b40 s Context>handleSignal:
         0xb59bad8 s Context>handleSignal:
         0xb5a1a70 s Context>handleSignal:
         0xb5a7a08 s Context>handleSignal:
         0xb5ad9a0 s Context>handleSignal:
         0xb5b3938 s Context>handleSignal:
         0xb5b98d0 s Context>handleSignal:
         0xb5bf868 s Context>handleSignal:
         0xb5c5800 s Context>handleSignal:
         0xb5cb798 s Context>handleSignal:
         0xb5d1730 s Context>handleSignal:
         0xb5d76c8 s Context>handleSignal:
         0xb5dd660 s Context>handleSignal:
         0xb5e35f8 s Context>handleSignal:
         0xb5e9590 s Context>handleSignal:
         0xb5ef528 s Context>handleSignal:
         0xb5f54c0 s Context>handleSignal:
         0xb5fb458 s Context>handleSignal:
         0xb6013f0 s Context>handleSignal:
         0xb607388 s Context>handleSignal:
         0xb60d320 s Context>handleSignal:
         0xb6132b8 s Context>handleSignal:
         0xb619250 s Context>handleSignal:
         0xb61f1e8 s Context>handleSignal:
         0xb625180 s Context>handleSignal:
         0xb62b118 s Context>handleSignal:
         0xb6310b0 s Context>handleSignal:
         0xb637048 s Context>handleSignal:
         0xb63cfe0 s Context>handleSignal:
         0xb642f78 s Context>handleSignal:
         0xb648f10 s Context>handleSignal:
         0xb64eea8 s Context>handleSignal:
         0xb654e40 s Context>handleSignal:
         0xb65ad20 s Context>handleSignal:
         0xb660b48 s Context>handleSignal:
         0xb6668b8 s Context>handleSignal:
         0xb66c570 s Context>handleSignal:
         0xb672170 s Context>handleSignal:
         0xb677cb8 s Context>handleSignal:
         0xb67d748 s Context>handleSignal:
         0xb683120 s Context>handleSignal:
         0xb688a40 s Context>handleSignal:
         0xb68e2a8 s Context>handleSignal:
         0xb693b10 s Context>handleSignal:
         0xb6992c0 s Context>handleSignal:
         0xb69e9b8 s Context>handleSignal:
         0xb6a3ff8 s Context>handleSignal:
         0xb6a9580 s Context>handleSignal:
         0xb6aea50 s Context>handleSignal:
         0xb6b3db0 s Context>handleSignal:
         0xb6b9058 s Context>handleSignal:
         0xb6be248 s Context>handleSignal:
         0xb6c3380 s Context>handleSignal:
         0xb6c8400 s Context>handleSignal:
         0xb6cd3c8 s Context>handleSignal:
         0xb6d22d8 s Context>handleSignal:
         0xb6d7130 s Context>handleSignal:
         0xb6dbed0 s Context>handleSignal:
         0xb6e0bb8 s Context>handleSignal:
         0xb6e57e8 s Context>handleSignal:
         0xb6ea360 s Context>handleSignal:
         0xb6eee20 s Context>handleSignal:
         0xb6f3828 s Context>handleSignal:
         0xb6f8178 s Context>handleSignal:
         0xb6fca10 s Context>handleSignal:
         0xb7011f0 s Context>handleSignal:
         0xb705918 s Context>handleSignal:
         0xb709f88 s Context>handleSignal:
         0xb70e540 s Context>handleSignal:
         0xb712a40 s Context>handleSignal:
         0xb716e88 s Context>handleSignal:
         0xb71b218 s Context>handleSignal:
         0xb71f4f0 s Context>handleSignal:
         0xb723710 s Context>handleSignal:
         0xb727878 s Context>handleSignal:
         0xb72b928 s Context>handleSignal:
         0xb72f920 s Context>handleSignal:
         0xb733860 s Context>handleSignal:
         0xb7376e8 s Context>handleSignal:
         0xb73b4b8 s Context>handleSignal:
         0xb73f288 s Context>handleSignal:
         0xb742fa0 s Context>handleSignal:
         0xb746c00 s Context>handleSignal:
         0xb74a7a8 s Context>handleSignal:
         0xb74e298 s Context>handleSignal:
         0xb751cd0 s Context>handleSignal:
         0xb755650 s Context>handleSignal:
         0xb758f18 s Context>handleSignal:
         0xb75c728 s Context>handleSignal:
         0xb75fe80 s Context>handleSignal:
         0xb763520 s Context>handleSignal:
         0xb766b08 s Context>handleSignal:
         0xb769f80 s Context>handleSignal:
         0xb76d340 s Context>handleSignal:
         0xb770648 s Context>handleSignal:
         0xb773898 s Context>handleSignal:
         0xb776a30 s Context>handleSignal:
         0xb779b10 s Context>handleSignal:
         0xb77cb38 s Context>handleSignal:
         0xb77faa8 s Context>handleSignal:
         0xb782960 s Context>handleSignal:
         0xb785760 s Context>handleSignal:
         0xb7884a8 s Context>handleSignal:
         0xb78b138 s Context>handleSignal:
         0xb78dd10 s Context>handleSignal:
         0xb790830 s Context>handleSignal:
         0xb793298 s Context>handleSignal:
         0xb795c48 s Context>handleSignal:
         0xb798540 s Context>handleSignal:
         0xb79ad80 s Context>handleSignal:
         0xb79d508 s Context>handleSignal:
         0xb79fbd8 s Context>handleSignal:
         0xb7a21f0 s Context>handleSignal:
         0xb7a4750 s Context>handleSignal:
         0xb7a6bf8 s Context>handleSignal:
         0xb7a8fe8 s Context>handleSignal:
         0xb7ab320 s Context>handleSignal:
         0xb7ad5a0 s Context>handleSignal:
         0xb7af768 s Context>handleSignal:
         0xb7b1878 s Context>handleSignal:
         0xb7b38d0 s Context>handleSignal:
         0xb7b5870 s Context>handleSignal:
         0xb7b7758 s Context>handleSignal:
         0xb7b9588 s Context>handleSignal:
         0xb7bb300 s Context>handleSignal:
         0xb7bcfc0 s Context>handleSignal:
         0xb7bebc8 s Context>handleSignal:
         0xb7c0660 s Context>handleSignal:
         0xb445e98 s Halt(Exception)>signal
         0xb44c058 s Halt class(Exception class)>signal
         0xb452160 s Halt class>now
         0xb42a150 s FullBlockClosure(Object)>halt
         0xb430b88 s FullBlockClosure>printOn:
         0xb437f50 s Context>printOn:
         0xb43ef20 s Context>printDebugOn:
         0xb42a940 s [] in Context>debugStack:on:
         0xb431de8 s OrderedCollection>do:
         0xb430ec8 s Context>debugStack:on:
         0xb4380f8 s Context>shortDebugStackOn:
         0xb43efd8 s [] in SmalltalkImage>logError:inContext:
         0xb43f2f0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb4154f8 s FullBlockClosure(BlockClosure)>on:do:
         0xb41c018 s SmalltalkImage>logStdErrorDuring:
         0xb422908 s SmalltalkImage>logError:inContext:
         0xb429f70 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb430980 s FullBlockClosure(BlockClosure)>ensure:
         0xb437d80 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb43ee68 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb43f3a8 s Halt(Exception)>unhandledErrorAction
         0xb43f460 s Halt(UnhandledException)>defaultAction
         0xb43f518 s UndefinedObject>handleSignal:
         0xb43f5d0 s Context>handleSignal:
         0xb43f688 s Context>handleSignal:
         0xb43f740 s Context>handleSignal:
         0xb43f7f8 s Context>handleSignal:
         0xb43f8b0 s Context>handleSignal:
         0xb43f968 s Context>handleSignal:
         0xb43fa20 s Context>handleSignal:
         0xb43fad8 s Context>handleSignal:
         0xb43fb90 s Context>handleSignal:
         0xb43fc48 s Context>handleSignal:
         0xb446008 s Context>handleSignal:
         0xb44c1c8 s Context>handleSignal:
         0xb4522d0 s Context>handleSignal:
         0xb458320 s Context>handleSignal:
         0xb45e370 s Context>handleSignal:
         0xb4643c0 s Context>handleSignal:
         0xb46a410 s Context>handleSignal:
         0xb470460 s Context>handleSignal:
         0xb4764b0 s Context>handleSignal:
         0xb47c500 s Context>handleSignal:
         0xb482550 s Context>handleSignal:
         0xb4885a0 s Context>handleSignal:
         0xb48e5f0 s Context>handleSignal:
         0xb494640 s Context>handleSignal:
         0xb49a690 s Context>handleSignal:
         0xb4a06e0 s Context>handleSignal:
         0xb4a6730 s Context>handleSignal:
         0xb4ac780 s Context>handleSignal:
         0xb4b27d0 s Context>handleSignal:
         0xb4b8820 s Context>handleSignal:
         0xb4be870 s Context>handleSignal:
         0xb4c48c0 s Context>handleSignal:
         0xb4ca910 s Context>handleSignal:
         0xad90060 s Context>handleSignal:
         0xada5d28 s Context>handleSignal:
         0xadb90e8 s Context>handleSignal:
         0xadcae00 s Context>handleSignal:
         0xaddbea8 s Context>handleSignal:
         0xadef850 s Context>handleSignal:
         0xadfff70 s Context>handleSignal:
         0xae10100 s Context>handleSignal:
         0xae1fee8 s Context>handleSignal:
         0xae32368 s Context>handleSignal:
         0xae41900 s Context>handleSignal:
         0xae53a38 s Context>handleSignal:
         0xae5ff60 s Context>handleSignal:
         0xae6cc20 s Context>handleSignal:
         0xae77bc0 s Context>handleSignal:
         0xae81a38 s Context>handleSignal:
         0xae8c428 s Context>handleSignal:
         0xae96388 s Context>handleSignal:
         0xaea1060 s Context>handleSignal:
         0xaead428 s Context>handleSignal:
         0xaeb6858 s Context>handleSignal:
         0xaebec80 s Context>handleSignal:
         0xaec6d90 s Context>handleSignal:
         0xaeceb68 s Context>handleSignal:
         0xaed6d90 s Context>handleSignal:
         0xaedec08 s Context>handleSignal:
         0xaee6ce0 s Context>handleSignal:
         0xaeee600 s Context>handleSignal:
         0xaef6218 s Context>handleSignal:
         0xaefdf90 s Context>handleSignal:
         0xaf05e58 s Context>handleSignal:
         0xaf0f350 s Context>handleSignal:
         0xaf16cb8 s Context>handleSignal:
         0xaf1e910 s Context>handleSignal:
         0xaf25650 s Context>handleSignal:
         0xaf2c318 s Context>handleSignal:
         0xaf33138 s Context>handleSignal:
         0xaf39c50 s Context>handleSignal:
         0xaf405f8 s Context>handleSignal:
         0xaf46ee8 s Context>handleSignal:
         0xaf4d720 s Context>handleSignal:
         0xaf53ea0 s Context>handleSignal:
         0xaf5a568 s Context>handleSignal:
         0xaf60b78 s Context>handleSignal:
         0xaf670d0 s Context>handleSignal:
         0xaf6d570 s Context>handleSignal:
         0xaf73958 s Context>handleSignal:
         0xaf79c88 s Context>handleSignal:
         0xaf7ff00 s Context>handleSignal:
         0xaf860c0 s Context>handleSignal:
         0xaf8c1c8 s Context>handleSignal:
         0xaf92218 s Context>handleSignal:
         0xaf981b0 s Context>handleSignal:
         0xaf9e090 s Context>handleSignal:
         0xafa3eb8 s Context>handleSignal:
         0xafa9c28 s Context>handleSignal:
         0xafaf8e0 s Context>handleSignal:
         0xafb54e0 s Context>handleSignal:
         0xafbb028 s Context>handleSignal:
         0xafc0ab8 s Context>handleSignal:
         0xafc6490 s Context>handleSignal:
         0xafcbdb0 s Context>handleSignal:
         0xafd1618 s Context>handleSignal:
         0xafd6dc8 s Context>handleSignal:
         0xafdc4c0 s Context>handleSignal:
         0xafe1b00 s Context>handleSignal:
         0xafe7088 s Context>handleSignal:
         0xafec558 s Context>handleSignal:
         0xaff1970 s Context>handleSignal:
         0xaff6cd0 s Context>handleSignal:
         0xaffbf78 s Context>handleSignal:
         0xb001168 s Context>handleSignal:
         0xb0062a0 s Context>handleSignal:
         0xb00b320 s Context>handleSignal:
         0xb0102e8 s Context>handleSignal:
         0xb0151f8 s Context>handleSignal:
         0xb01a050 s Context>handleSignal:
         0xb01edf0 s Context>handleSignal:
         0xb023ad8 s Context>handleSignal:
         0xb028708 s Context>handleSignal:
         0xb02d280 s Context>handleSignal:
         0xb031d40 s Context>handleSignal:
         0xb036748 s Context>handleSignal:
         0xb03b098 s Context>handleSignal:
         0xb03f930 s Context>handleSignal:
         0xb044110 s Context>handleSignal:
         0xb048838 s Context>handleSignal:
         0xb04cea8 s Context>handleSignal:
         0xb051460 s Context>handleSignal:
         0xb055960 s Context>handleSignal:
         0xb059da8 s Context>handleSignal:
         0xb05e138 s Context>handleSignal:
         0xb062410 s Context>handleSignal:
         0xb066630 s Context>handleSignal:
         0xb06a798 s Context>handleSignal:
         0xb06e848 s Context>handleSignal:
         0xb072840 s Context>handleSignal:
         0xb076780 s Context>handleSignal:
         0xb07a608 s Context>handleSignal:
         0xb07e3d8 s Context>handleSignal:
         0xb0820f0 s Context>handleSignal:
         0xb085d50 s Context>handleSignal:
         0xb0898f8 s Context>handleSignal:
         0xb08d3e8 s Context>handleSignal:
         0xb090e20 s Context>handleSignal:
         0xb0947a0 s Context>handleSignal:
         0xb098068 s Context>handleSignal:
         0xb09b878 s Context>handleSignal:
         0xb09efd0 s Context>handleSignal:
         0xb0a2670 s Context>handleSignal:
         0xb0a5c58 s Context>handleSignal:
         0xb0a9188 s Context>handleSignal:
         0xb0ac600 s Context>handleSignal:
         0xb0af9c0 s Context>handleSignal:
         0xb0b2cc8 s Context>handleSignal:
         0xb0b5f18 s Context>handleSignal:
         0xb0b90b0 s Context>handleSignal:
         0xb0bc190 s Context>handleSignal:
         0xb0bf1b8 s Context>handleSignal:
         0xb0c2128 s Context>handleSignal:
         0xb0c4fe0 s Context>handleSignal:
         0xb0c7de0 s Context>handleSignal:
         0xb0cab28 s Context>handleSignal:
         0xb0cd7b8 s Context>handleSignal:
         0xb0d0390 s Context>handleSignal:
         0xb0d2eb0 s Context>handleSignal:
         0xb0d5918 s Context>handleSignal:
         0xb0d82c8 s Context>handleSignal:
         0xb0dabc0 s Context>handleSignal:
         0xb0dd400 s Context>handleSignal:
         0xb0dfb88 s Context>handleSignal:
         0xb0e2258 s Context>handleSignal:
         0xb0e4870 s Context>handleSignal:
         0xb0e6dd0 s Context>handleSignal:
         0xb0e9278 s Context>handleSignal:
         0xb0eb668 s Context>handleSignal:
         0xb0ed9a0 s Context>handleSignal:
         0xb0efc20 s Context>handleSignal:
         0xb0f1de8 s Context>handleSignal:
         0xb0f3ef8 s Context>handleSignal:
         0xb0f5f50 s Context>handleSignal:
         0xb0f7ef0 s Context>handleSignal:
         0xb0f9dd8 s Context>handleSignal:
         0xb0fbc08 s Context>handleSignal:
         0xb0fd980 s Context>handleSignal:
         0xb0ff640 s Context>handleSignal:
         0xb101248 s Context>handleSignal:
         0xb102d98 s Context>handleSignal:
         0xb104830 s Context>handleSignal:
         0xb106210 s Context>handleSignal:
         0xb107b38 s Context>handleSignal:
         0xb1093a8 s Context>handleSignal:
         0xb10ab60 s Context>handleSignal:
         0xb10c260 s Context>handleSignal:
         0xb10d8a8 s Context>handleSignal:
         0xb10ee38 s Context>handleSignal:
         0xb110310 s Context>handleSignal:
         0xb111730 s Context>handleSignal:
         0xb112a98 s Context>handleSignal:
         0xb113d48 s Context>handleSignal:
         0xb114f40 s Context>handleSignal:
         0xb1d84c0 s Halt(Exception)>signal
         0xb272ca8 s Halt class(Exception class)>signal
         0xb2b9c08 s Halt class>now
         0xb377080 s FullBlockClosure(Object)>halt
         0xb3b5230 s FullBlockClosure>printOn:
         0xb3d3a18 s Context>printOn:
         0xb3efde0 s Context>printDebugOn:
         0xb40c738 s [] in Context>debugStack:on:
         0xb40fff8 s OrderedCollection>do:
         0xb411e18 s Context>debugStack:on:
         0xb412f08 s Context>shortDebugStackOn:
         0xb413a60 s [] in SmalltalkImage>logError:inContext:
         0xb414300 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d8578 s FullBlockClosure(BlockClosure)>on:do:
         0xb272d60 s SmalltalkImage>logStdErrorDuring:
         0xb2b9cc0 s SmalltalkImage>logError:inContext:
         0xb377138 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b52e8 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d3ad0 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eff50 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40c8a8 s Halt(Exception)>unhandledErrorAction
         0xb410100 s Halt(UnhandledException)>defaultAction
         0xb412038 s UndefinedObject>handleSignal:
         0xb413780 s Context>handleSignal:
         0xb414190 s Context>handleSignal:
         0xb414528 s Context>handleSignal:
         0xb414808 s Context>handleSignal:
         0xb414a30 s Context>handleSignal:
         0xb414ba0 s Context>handleSignal:
         0xb414d10 s Context>handleSignal:
         0xb414dc8 s Context>handleSignal:
         0xb414e80 s Context>handleSignal:
         0xb414f38 s Context>handleSignal:
         0xb414ff0 s Context>handleSignal:
         0xb4150a8 s Context>handleSignal:
         0xb415160 s Context>handleSignal:
         0xb415218 s Context>handleSignal:
         0xb4152d0 s Context>handleSignal:
         0xb415388 s Context>handleSignal:
         0xb415440 s Context>handleSignal:
         0xad90620 s Context>handleSignal:
         0xada62e8 s Context>handleSignal:
         0xadb96a8 s Context>handleSignal:
         0xadcb3c0 s Context>handleSignal:
         0xaddc468 s Context>handleSignal:
         0xadefe10 s Context>handleSignal:
         0xae00530 s Context>handleSignal:
         0xae106c0 s Context>handleSignal:
         0xae204a8 s Context>handleSignal:
         0xae32928 s Context>handleSignal:
         0xae41ec0 s Context>handleSignal:
         0xae53ff8 s Context>handleSignal:
         0xae60520 s Context>handleSignal:
         0xae6d1e0 s Context>handleSignal:
         0xae78180 s Context>handleSignal:
         0xae81ff8 s Context>handleSignal:
         0xae8c9e8 s Context>handleSignal:
         0xae96948 s Context>handleSignal:
         0xaea1620 s Context>handleSignal:
         0xaead9e8 s Context>handleSignal:
         0xaeb6e18 s Context>handleSignal:
         0xaebf240 s Context>handleSignal:
         0xaec7350 s Context>handleSignal:
         0xaecf128 s Context>handleSignal:
         0xaed7350 s Context>handleSignal:
         0xaedf1c8 s Context>handleSignal:
         0xaee72a0 s Context>handleSignal:
         0xaeeebc0 s Context>handleSignal:
         0xaef67d8 s Context>handleSignal:
         0xaefe550 s Context>handleSignal:
         0xaf06418 s Context>handleSignal:
         0xaf0f910 s Context>handleSignal:
         0xaf17278 s Context>handleSignal:
         0xaf1eed0 s Context>handleSignal:
         0xaf25c10 s Context>handleSignal:
         0xaf2c8d8 s Context>handleSignal:
         0xaf336f8 s Context>handleSignal:
         0xaf3a210 s Context>handleSignal:
         0xaf40bb8 s Context>handleSignal:
         0xaf474a8 s Context>handleSignal:
         0xaf4dce0 s Context>handleSignal:
         0xaf54460 s Context>handleSignal:
         0xaf5ab28 s Context>handleSignal:
         0xaf61138 s Context>handleSignal:
         0xaf67690 s Context>handleSignal:
         0xaf6db30 s Context>handleSignal:
         0xaf73f18 s Context>handleSignal:
         0xaf7a248 s Context>handleSignal:
         0xaf804c0 s Context>handleSignal:
         0xaf86680 s Context>handleSignal:
         0xaf8c788 s Context>handleSignal:
         0xaf927d8 s Context>handleSignal:
         0xaf98770 s Context>handleSignal:
         0xaf9e650 s Context>handleSignal:
         0xafa4478 s Context>handleSignal:
         0xafaa1e8 s Context>handleSignal:
         0xafafea0 s Context>handleSignal:
         0xafb5aa0 s Context>handleSignal:
         0xafbb5e8 s Context>handleSignal:
         0xafc1078 s Context>handleSignal:
         0xafc6a50 s Context>handleSignal:
         0xafcc370 s Context>handleSignal:
         0xafd1bd8 s Context>handleSignal:
         0xafd7388 s Context>handleSignal:
         0xafdca80 s Context>handleSignal:
         0xafe20c0 s Context>handleSignal:
         0xafe7648 s Context>handleSignal:
         0xafecb18 s Context>handleSignal:
         0xaff1f30 s Context>handleSignal:
         0xaff7290 s Context>handleSignal:
         0xaffc538 s Context>handleSignal:
         0xb001728 s Context>handleSignal:
         0xb006860 s Context>handleSignal:
         0xb00b8e0 s Context>handleSignal:
         0xb0108a8 s Context>handleSignal:
         0xb0157b8 s Context>handleSignal:
         0xb01a610 s Context>handleSignal:
         0xb01f3b0 s Context>handleSignal:
         0xb024098 s Context>handleSignal:
         0xb028cc8 s Context>handleSignal:
         0xb02d840 s Context>handleSignal:
         0xb032300 s Context>handleSignal:
         0xb036d08 s Context>handleSignal:
         0xb03b658 s Context>handleSignal:
         0xb03fef0 s Context>handleSignal:
         0xb0446d0 s Context>handleSignal:
         0xb048df8 s Context>handleSignal:
         0xb04d468 s Context>handleSignal:
         0xb051a20 s Context>handleSignal:
         0xb055f20 s Context>handleSignal:
         0xb05a368 s Context>handleSignal:
         0xb05e6f8 s Context>handleSignal:
         0xb0629d0 s Context>handleSignal:
         0xb066bf0 s Context>handleSignal:
         0xb06ad58 s Context>handleSignal:
         0xb06ee08 s Context>handleSignal:
         0xb072e00 s Context>handleSignal:
         0xb076d40 s Context>handleSignal:
         0xb07abc8 s Context>handleSignal:
         0xb07e998 s Context>handleSignal:
         0xb0826b0 s Context>handleSignal:
         0xb086310 s Context>handleSignal:
         0xb089eb8 s Context>handleSignal:
         0xb08d9a8 s Context>handleSignal:
         0xb0913e0 s Context>handleSignal:
         0xb094d60 s Context>handleSignal:
         0xb098628 s Context>handleSignal:
         0xb09be38 s Context>handleSignal:
         0xb09f590 s Context>handleSignal:
         0xb0a2c30 s Context>handleSignal:
         0xb0a6218 s Context>handleSignal:
         0xb0a9748 s Context>handleSignal:
         0xb0acbc0 s Context>handleSignal:
         0xb0aff80 s Context>handleSignal:
         0xb0b3288 s Context>handleSignal:
         0xb0b64d8 s Context>handleSignal:
         0xb0b9670 s Context>handleSignal:
         0xb0bc750 s Context>handleSignal:
         0xb0bf778 s Context>handleSignal:
         0xb0c26e8 s Context>handleSignal:
         0xb0c55a0 s Context>handleSignal:
         0xb0c83a0 s Context>handleSignal:
         0xb0cb0e8 s Context>handleSignal:
         0xb0cdd78 s Context>handleSignal:
         0xb0d0950 s Context>handleSignal:
         0xb0d3470 s Context>handleSignal:
         0xb0d5ed8 s Context>handleSignal:
         0xb0d8888 s Context>handleSignal:
         0xb0db180 s Context>handleSignal:
         0xb0dd9c0 s Context>handleSignal:
         0xb0e0148 s Context>handleSignal:
         0xb0e2818 s Context>handleSignal:
         0xb0e4e30 s Context>handleSignal:
         0xb0e7390 s Context>handleSignal:
         0xb0e9838 s Context>handleSignal:
         0xb0ebc28 s Context>handleSignal:
         0xb0edf60 s Context>handleSignal:
         0xb0f01e0 s Context>handleSignal:
         0xb0f23a8 s Context>handleSignal:
         0xb0f44b8 s Context>handleSignal:
         0xb0f6510 s Context>handleSignal:
         0xb0f84b0 s Context>handleSignal:
         0xb0fa398 s Context>handleSignal:
         0xb0fc1c8 s Context>handleSignal:
         0xb0fdf40 s Context>handleSignal:
         0xb0ffc00 s Context>handleSignal:
         0xb101808 s Context>handleSignal:
         0xb103358 s Context>handleSignal:
         0xb104df0 s Context>handleSignal:
         0xb1067d0 s Context>handleSignal:
         0xb1080f8 s Context>handleSignal:
         0xb109968 s Context>handleSignal:
         0xb10b120 s Context>handleSignal:
         0xb10c820 s Context>handleSignal:
         0xb10de68 s Context>handleSignal:
         0xb10f3f8 s Context>handleSignal:
         0xb1108d0 s Context>handleSignal:
         0xb111cf0 s Context>handleSignal:
         0xb113058 s Context>handleSignal:
         0xb114308 s Context>handleSignal:
         0xb115500 s Context>handleSignal:
         0xb116588 s Context>handleSignal:
         0xb117558 s Context>handleSignal:
         0xb118470 s Context>handleSignal:
         0xb1192d0 s Context>handleSignal:
         0xb11a078 s Context>handleSignal:
         0xb11ad68 s Context>handleSignal:
         0xb11b9a0 s Context>handleSignal:
         0xb11c468 s Context>handleSignal:
         0xb11cf30 s Context>handleSignal:
         0xb11d940 s Context>handleSignal:
         0xb11e298 s Context>handleSignal:
         0xb11eb38 s Context>handleSignal:
         0xb11f320 s Context>handleSignal:
         0xb11fa50 s Context>handleSignal:
         0xb1200c8 s Context>handleSignal:
         0xb1c98c8 s Halt(Exception)>signal
         0xb260598 s Halt class(Exception class)>signal
         0xb2af798 s Halt class>now
         0xb36ece8 s FullBlockClosure(Object)>halt
         0xb3ab578 s FullBlockClosure>printOn:
         0xb3cabb0 s Context>printOn:
         0xb3e8890 s Context>printDebugOn:
         0xb3efe98 s [] in Context>debugStack:on:
         0xb40c7f0 s OrderedCollection>do:
         0xb2a8810 s Context>debugStack:on:
         0xb368518 s Context>shortDebugStackOn:
         0xb3a7ec8 s [] in SmalltalkImage>logError:inContext:
         0xb3c8048 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c9980 s FullBlockClosure(BlockClosure)>on:do:
         0xb260650 s SmalltalkImage>logStdErrorDuring:
         0xb2af850 s SmalltalkImage>logError:inContext:
         0xb36eda0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ab630 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cac68 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8948 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40c430 s Halt(Exception)>unhandledErrorAction
         0xb40fe88 s Halt(UnhandledException)>defaultAction
         0xb411d60 s UndefinedObject>handleSignal:
         0xb412e50 s Context>handleSignal:
         0xb4139a8 s Context>handleSignal:
         0xb413b18 s Context>handleSignal:
         0xb413bd0 s Context>handleSignal:
         0xb413c88 s Context>handleSignal:
         0xb413d40 s Context>handleSignal:
         0xb413df8 s Context>handleSignal:
         0xb413eb0 s Context>handleSignal:
         0xb413f68 s Context>handleSignal:
         0xb414020 s Context>handleSignal:
         0xb4143b8 s Context>handleSignal:
         0xb414698 s Context>handleSignal:
         0xb4148c0 s Context>handleSignal:
         0xb414ae8 s Context>handleSignal:
         0xb414c58 s Context>handleSignal:
         0xad901d0 s Context>handleSignal:
         0xada5e98 s Context>handleSignal:
         0xadb9258 s Context>handleSignal:
         0xadcaf70 s Context>handleSignal:
         0xaddc018 s Context>handleSignal:
         0xadef9c0 s Context>handleSignal:
         0xae000e0 s Context>handleSignal:
         0xae10270 s Context>handleSignal:
         0xae20058 s Context>handleSignal:
         0xae324d8 s Context>handleSignal:
         0xae41a70 s Context>handleSignal:
         0xae53ba8 s Context>handleSignal:
         0xae600d0 s Context>handleSignal:
         0xae6cd90 s Context>handleSignal:
         0xae77d30 s Context>handleSignal:
         0xae81ba8 s Context>handleSignal:
         0xae8c598 s Context>handleSignal:
         0xae964f8 s Context>handleSignal:
         0xaea11d0 s Context>handleSignal:
         0xaead598 s Context>handleSignal:
         0xaeb69c8 s Context>handleSignal:
         0xaebedf0 s Context>handleSignal:
         0xaec6f00 s Context>handleSignal:
         0xaececd8 s Context>handleSignal:
         0xaed6f00 s Context>handleSignal:
         0xaeded78 s Context>handleSignal:
         0xaee6e50 s Context>handleSignal:
         0xaeee770 s Context>handleSignal:
         0xaef6388 s Context>handleSignal:
         0xaefe100 s Context>handleSignal:
         0xaf05fc8 s Context>handleSignal:
         0xaf0f4c0 s Context>handleSignal:
         0xaf16e28 s Context>handleSignal:
         0xaf1ea80 s Context>handleSignal:
         0xaf257c0 s Context>handleSignal:
         0xaf2c488 s Context>handleSignal:
         0xaf332a8 s Context>handleSignal:
         0xaf39dc0 s Context>handleSignal:
         0xaf40768 s Context>handleSignal:
         0xaf47058 s Context>handleSignal:
         0xaf4d890 s Context>handleSignal:
         0xaf54010 s Context>handleSignal:
         0xaf5a6d8 s Context>handleSignal:
         0xaf60ce8 s Context>handleSignal:
         0xaf67240 s Context>handleSignal:
         0xaf6d6e0 s Context>handleSignal:
         0xaf73ac8 s Context>handleSignal:
         0xaf79df8 s Context>handleSignal:
         0xaf80070 s Context>handleSignal:
         0xaf86230 s Context>handleSignal:
         0xaf8c338 s Context>handleSignal:
         0xaf92388 s Context>handleSignal:
         0xaf98320 s Context>handleSignal:
         0xaf9e200 s Context>handleSignal:
         0xafa4028 s Context>handleSignal:
         0xafa9d98 s Context>handleSignal:
         0xafafa50 s Context>handleSignal:
         0xafb5650 s Context>handleSignal:
         0xafbb198 s Context>handleSignal:
         0xafc0c28 s Context>handleSignal:
         0xafc6600 s Context>handleSignal:
         0xafcbf20 s Context>handleSignal:
         0xafd1788 s Context>handleSignal:
         0xafd6f38 s Context>handleSignal:
         0xafdc630 s Context>handleSignal:
         0xafe1c70 s Context>handleSignal:
         0xafe71f8 s Context>handleSignal:
         0xafec6c8 s Context>handleSignal:
         0xaff1ae0 s Context>handleSignal:
         0xaff6e40 s Context>handleSignal:
         0xaffc0e8 s Context>handleSignal:
         0xb0012d8 s Context>handleSignal:
         0xb006410 s Context>handleSignal:
         0xb00b490 s Context>handleSignal:
         0xb010458 s Context>handleSignal:
         0xb015368 s Context>handleSignal:
         0xb01a1c0 s Context>handleSignal:
         0xb01ef60 s Context>handleSignal:
         0xb023c48 s Context>handleSignal:
         0xb028878 s Context>handleSignal:
         0xb02d3f0 s Context>handleSignal:
         0xb031eb0 s Context>handleSignal:
         0xb0368b8 s Context>handleSignal:
         0xb03b208 s Context>handleSignal:
         0xb03faa0 s Context>handleSignal:
         0xb044280 s Context>handleSignal:
         0xb0489a8 s Context>handleSignal:
         0xb04d018 s Context>handleSignal:
         0xb0515d0 s Context>handleSignal:
         0xb055ad0 s Context>handleSignal:
         0xb059f18 s Context>handleSignal:
         0xb05e2a8 s Context>handleSignal:
         0xb062580 s Context>handleSignal:
         0xb0667a0 s Context>handleSignal:
         0xb06a908 s Context>handleSignal:
         0xb06e9b8 s Context>handleSignal:
         0xb0729b0 s Context>handleSignal:
         0xb0768f0 s Context>handleSignal:
         0xb07a778 s Context>handleSignal:
         0xb07e548 s Context>handleSignal:
         0xb082260 s Context>handleSignal:
         0xb085ec0 s Context>handleSignal:
         0xb089a68 s Context>handleSignal:
         0xb08d558 s Context>handleSignal:
         0xb090f90 s Context>handleSignal:
         0xb094910 s Context>handleSignal:
         0xb0981d8 s Context>handleSignal:
         0xb09b9e8 s Context>handleSignal:
         0xb09f140 s Context>handleSignal:
         0xb0a27e0 s Context>handleSignal:
         0xb0a5dc8 s Context>handleSignal:
         0xb0a92f8 s Context>handleSignal:
         0xb0ac770 s Context>handleSignal:
         0xb0afb30 s Context>handleSignal:
         0xb0b2e38 s Context>handleSignal:
         0xb0b6088 s Context>handleSignal:
         0xb0b9220 s Context>handleSignal:
         0xb0bc300 s Context>handleSignal:
         0xb0bf328 s Context>handleSignal:
         0xb0c2298 s Context>handleSignal:
         0xb0c5150 s Context>handleSignal:
         0xb0c7f50 s Context>handleSignal:
         0xb0cac98 s Context>handleSignal:
         0xb0cd928 s Context>handleSignal:
         0xb0d0500 s Context>handleSignal:
         0xb0d3020 s Context>handleSignal:
         0xb0d5a88 s Context>handleSignal:
         0xb0d8438 s Context>handleSignal:
         0xb0dad30 s Context>handleSignal:
         0xb0dd570 s Context>handleSignal:
         0xb0dfcf8 s Context>handleSignal:
         0xb0e23c8 s Context>handleSignal:
         0xb0e49e0 s Context>handleSignal:
         0xb0e6f40 s Context>handleSignal:
         0xb0e93e8 s Context>handleSignal:
         0xb0eb7d8 s Context>handleSignal:
         0xb0edb10 s Context>handleSignal:
         0xb0efd90 s Context>handleSignal:
         0xb0f1f58 s Context>handleSignal:
         0xb0f4068 s Context>handleSignal:
         0xb0f60c0 s Context>handleSignal:
         0xb0f8060 s Context>handleSignal:
         0xb0f9f48 s Context>handleSignal:
         0xb0fbd78 s Context>handleSignal:
         0xb0fdaf0 s Context>handleSignal:
         0xb0ff7b0 s Context>handleSignal:
         0xb1013b8 s Context>handleSignal:
         0xb102f08 s Context>handleSignal:
         0xb1049a0 s Context>handleSignal:
         0xb106380 s Context>handleSignal:
         0xb107ca8 s Context>handleSignal:
         0xb109518 s Context>handleSignal:
         0xb10acd0 s Context>handleSignal:
         0xb10c3d0 s Context>handleSignal:
         0xb10da18 s Context>handleSignal:
         0xb10efa8 s Context>handleSignal:
         0xb110480 s Context>handleSignal:
         0xb1118a0 s Context>handleSignal:
         0xb112c08 s Context>handleSignal:
         0xb113eb8 s Context>handleSignal:
         0xb1150b0 s Context>handleSignal:
         0xb116138 s Context>handleSignal:
         0xb117108 s Context>handleSignal:
         0xb118020 s Context>handleSignal:
         0xb118e80 s Context>handleSignal:
         0xb119c28 s Context>handleSignal:
         0xb11a918 s Context>handleSignal:
         0xb11b550 s Context>handleSignal:
         0xb11c018 s Context>handleSignal:
         0xb11cae0 s Context>handleSignal:
         0xb11d4f0 s Context>handleSignal:
         0xb11de48 s Context>handleSignal:
         0xb11e6e8 s Context>handleSignal:
         0xb11eed0 s Context>handleSignal:
         0xb11f600 s Context>handleSignal:
         0xb11fc78 s Context>handleSignal:
         0xb120238 s Context>handleSignal:
         0xb1c95e8 s Halt(Exception)>signal
         0xb2601f8 s Halt class(Exception class)>signal
         0xb2af4e0 s Halt class>now
         0xb2a88c8 s FullBlockClosure(Object)>halt
         0xb3685d0 s FullBlockClosure>printOn:
         0xb3a7f80 s Context>printOn:
         0xb3c8100 s Context>printDebugOn:
         0xb3e7478 s [] in Context>debugStack:on:
         0xb40bf78 s OrderedCollection>do:
         0xb2a9290 s Context>debugStack:on:
         0xb368dc0 s Context>shortDebugStackOn:
         0xb3a8858 s [] in SmalltalkImage>logError:inContext:
         0xb3c8a00 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c96a0 s FullBlockClosure(BlockClosure)>on:do:
         0xb2602b0 s SmalltalkImage>logStdErrorDuring:
         0xb2af598 s SmalltalkImage>logError:inContext:
         0xb36eb58 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ab398 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ca9f0 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8720 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40c378 s Halt(Exception)>unhandledErrorAction
         0xb40fdd0 s Halt(UnhandledException)>defaultAction
         0xb411ca8 s UndefinedObject>handleSignal:
         0xb412d98 s Context>handleSignal:
         0xb413108 s Context>handleSignal:
         0xb4131c0 s Context>handleSignal:
         0xb413278 s Context>handleSignal:
         0xb413330 s Context>handleSignal:
         0xb4133e8 s Context>handleSignal:
         0xb4134a0 s Context>handleSignal:
         0xb413558 s Context>handleSignal:
         0xb413610 s Context>handleSignal:
         0xb4136c8 s Context>handleSignal:
         0xb4140d8 s Context>handleSignal:
         0xb414470 s Context>handleSignal:
         0xb414750 s Context>handleSignal:
         0xb414978 s Context>handleSignal:
         0xad90288 s Context>handleSignal:
         0xada5f50 s Context>handleSignal:
         0xadb9310 s Context>handleSignal:
         0xadcb028 s Context>handleSignal:
         0xaddc0d0 s Context>handleSignal:
         0xadefa78 s Context>handleSignal:
         0xae00198 s Context>handleSignal:
         0xae10328 s Context>handleSignal:
         0xae20110 s Context>handleSignal:
         0xae32590 s Context>handleSignal:
         0xae41b28 s Context>handleSignal:
         0xae53c60 s Context>handleSignal:
         0xae60188 s Context>handleSignal:
         0xae6ce48 s Context>handleSignal:
         0xae77de8 s Context>handleSignal:
         0xae81c60 s Context>handleSignal:
         0xae8c650 s Context>handleSignal:
         0xae965b0 s Context>handleSignal:
         0xaea1288 s Context>handleSignal:
         0xaead650 s Context>handleSignal:
         0xaeb6a80 s Context>handleSignal:
         0xaebeea8 s Context>handleSignal:
         0xaec6fb8 s Context>handleSignal:
         0xaeced90 s Context>handleSignal:
         0xaed6fb8 s Context>handleSignal:
         0xaedee30 s Context>handleSignal:
         0xaee6f08 s Context>handleSignal:
         0xaeee828 s Context>handleSignal:
         0xaef6440 s Context>handleSignal:
         0xaefe1b8 s Context>handleSignal:
         0xaf06080 s Context>handleSignal:
         0xaf0f578 s Context>handleSignal:
         0xaf16ee0 s Context>handleSignal:
         0xaf1eb38 s Context>handleSignal:
         0xaf25878 s Context>handleSignal:
         0xaf2c540 s Context>handleSignal:
         0xaf33360 s Context>handleSignal:
         0xaf39e78 s Context>handleSignal:
         0xaf40820 s Context>handleSignal:
         0xaf47110 s Context>handleSignal:
         0xaf4d948 s Context>handleSignal:
         0xaf540c8 s Context>handleSignal:
         0xaf5a790 s Context>handleSignal:
         0xaf60da0 s Context>handleSignal:
         0xaf672f8 s Context>handleSignal:
         0xaf6d798 s Context>handleSignal:
         0xaf73b80 s Context>handleSignal:
         0xaf79eb0 s Context>handleSignal:
         0xaf80128 s Context>handleSignal:
         0xaf862e8 s Context>handleSignal:
         0xaf8c3f0 s Context>handleSignal:
         0xaf92440 s Context>handleSignal:
         0xaf983d8 s Context>handleSignal:
         0xaf9e2b8 s Context>handleSignal:
         0xafa40e0 s Context>handleSignal:
         0xafa9e50 s Context>handleSignal:
         0xafafb08 s Context>handleSignal:
         0xafb5708 s Context>handleSignal:
         0xafbb250 s Context>handleSignal:
         0xafc0ce0 s Context>handleSignal:
         0xafc66b8 s Context>handleSignal:
         0xafcbfd8 s Context>handleSignal:
         0xafd1840 s Context>handleSignal:
         0xafd6ff0 s Context>handleSignal:
         0xafdc6e8 s Context>handleSignal:
         0xafe1d28 s Context>handleSignal:
         0xafe72b0 s Context>handleSignal:
         0xafec780 s Context>handleSignal:
         0xaff1b98 s Context>handleSignal:
         0xaff6ef8 s Context>handleSignal:
         0xaffc1a0 s Context>handleSignal:
         0xb001390 s Context>handleSignal:
         0xb0064c8 s Context>handleSignal:
         0xb00b548 s Context>handleSignal:
         0xb010510 s Context>handleSignal:
         0xb015420 s Context>handleSignal:
         0xb01a278 s Context>handleSignal:
         0xb01f018 s Context>handleSignal:
         0xb023d00 s Context>handleSignal:
         0xb028930 s Context>handleSignal:
         0xb02d4a8 s Context>handleSignal:
         0xb031f68 s Context>handleSignal:
         0xb036970 s Context>handleSignal:
         0xb03b2c0 s Context>handleSignal:
         0xb03fb58 s Context>handleSignal:
         0xb044338 s Context>handleSignal:
         0xb048a60 s Context>handleSignal:
         0xb04d0d0 s Context>handleSignal:
         0xb051688 s Context>handleSignal:
         0xb055b88 s Context>handleSignal:
         0xb059fd0 s Context>handleSignal:
         0xb05e360 s Context>handleSignal:
         0xb062638 s Context>handleSignal:
         0xb066858 s Context>handleSignal:
         0xb06a9c0 s Context>handleSignal:
         0xb06ea70 s Context>handleSignal:
         0xb072a68 s Context>handleSignal:
         0xb0769a8 s Context>handleSignal:
         0xb07a830 s Context>handleSignal:
         0xb07e600 s Context>handleSignal:
         0xb082318 s Context>handleSignal:
         0xb085f78 s Context>handleSignal:
         0xb089b20 s Context>handleSignal:
         0xb08d610 s Context>handleSignal:
         0xb091048 s Context>handleSignal:
         0xb0949c8 s Context>handleSignal:
         0xb098290 s Context>handleSignal:
         0xb09baa0 s Context>handleSignal:
         0xb09f1f8 s Context>handleSignal:
         0xb0a2898 s Context>handleSignal:
         0xb0a5e80 s Context>handleSignal:
         0xb0a93b0 s Context>handleSignal:
         0xb0ac828 s Context>handleSignal:
         0xb0afbe8 s Context>handleSignal:
         0xb0b2ef0 s Context>handleSignal:
         0xb0b6140 s Context>handleSignal:
         0xb0b92d8 s Context>handleSignal:
         0xb0bc3b8 s Context>handleSignal:
         0xb0bf3e0 s Context>handleSignal:
         0xb0c2350 s Context>handleSignal:
         0xb0c5208 s Context>handleSignal:
         0xb0c8008 s Context>handleSignal:
         0xb0cad50 s Context>handleSignal:
         0xb0cd9e0 s Context>handleSignal:
         0xb0d05b8 s Context>handleSignal:
         0xb0d30d8 s Context>handleSignal:
         0xb0d5b40 s Context>handleSignal:
         0xb0d84f0 s Context>handleSignal:
         0xb0dade8 s Context>handleSignal:
         0xb0dd628 s Context>handleSignal:
         0xb0dfdb0 s Context>handleSignal:
         0xb0e2480 s Context>handleSignal:
         0xb0e4a98 s Context>handleSignal:
         0xb0e6ff8 s Context>handleSignal:
         0xb0e94a0 s Context>handleSignal:
         0xb0eb890 s Context>handleSignal:
         0xb0edbc8 s Context>handleSignal:
         0xb0efe48 s Context>handleSignal:
         0xb0f2010 s Context>handleSignal:
         0xb0f4120 s Context>handleSignal:
         0xb0f6178 s Context>handleSignal:
         0xb0f8118 s Context>handleSignal:
         0xb0fa000 s Context>handleSignal:
         0xb0fbe30 s Context>handleSignal:
         0xb0fdba8 s Context>handleSignal:
         0xb0ff868 s Context>handleSignal:
         0xb101470 s Context>handleSignal:
         0xb102fc0 s Context>handleSignal:
         0xb104a58 s Context>handleSignal:
         0xb106438 s Context>handleSignal:
         0xb107d60 s Context>handleSignal:
         0xb1095d0 s Context>handleSignal:
         0xb10ad88 s Context>handleSignal:
         0xb10c488 s Context>handleSignal:
         0xb10dad0 s Context>handleSignal:
         0xb10f060 s Context>handleSignal:
         0xb110538 s Context>handleSignal:
         0xb111958 s Context>handleSignal:
         0xb112cc0 s Context>handleSignal:
         0xb113f70 s Context>handleSignal:
         0xb115168 s Context>handleSignal:
         0xb1161f0 s Context>handleSignal:
         0xb1171c0 s Context>handleSignal:
         0xb1180d8 s Context>handleSignal:
         0xb118f38 s Context>handleSignal:
         0xb119ce0 s Context>handleSignal:
         0xb11a9d0 s Context>handleSignal:
         0xb11b608 s Context>handleSignal:
         0xb11c0d0 s Context>handleSignal:
         0xb11cb98 s Context>handleSignal:
         0xb11d5a8 s Context>handleSignal:
         0xb11df00 s Context>handleSignal:
         0xb11e7a0 s Context>handleSignal:
         0xb11ef88 s Context>handleSignal:
         0xb11f6b8 s Context>handleSignal:
         0xb11fd30 s Context>handleSignal:
         0xb1202f0 s Context>handleSignal:
         0xb1c9478 s Halt(Exception)>signal
         0xb260028 s Halt class(Exception class)>signal
         0xb2af328 s Halt class>now
         0xb2a9348 s FullBlockClosure(Object)>halt
         0xb368e78 s FullBlockClosure>printOn:
         0xb3a8910 s Context>printOn:
         0xb3c8ab8 s Context>printDebugOn:
         0xb3c81b8 s [] in Context>debugStack:on:
         0xb3e7530 s OrderedCollection>do:
         0xb2a8bd0 s Context>debugStack:on:
         0xb368840 s Context>shortDebugStackOn:
         0xb3a8228 s [] in SmalltalkImage>logError:inContext:
         0xb3c8430 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c9530 s FullBlockClosure(BlockClosure)>on:do:
         0xb2600e0 s SmalltalkImage>logStdErrorDuring:
         0xb2af3e0 s SmalltalkImage>logError:inContext:
         0xb36ea90 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ab2a8 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ca910 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8668 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40c2c0 s Halt(Exception)>unhandledErrorAction
         0xb40fd18 s Halt(UnhandledException)>defaultAction
         0xb411bf0 s UndefinedObject>handleSignal:
         0xb4125b0 s Context>handleSignal:
         0xb412668 s Context>handleSignal:
         0xb412720 s Context>handleSignal:
         0xb4127d8 s Context>handleSignal:
         0xb412890 s Context>handleSignal:
         0xb412948 s Context>handleSignal:
         0xb412a00 s Context>handleSignal:
         0xb412ab8 s Context>handleSignal:
         0xb412b70 s Context>handleSignal:
         0xb412c28 s Context>handleSignal:
         0xb413838 s Context>handleSignal:
         0xb414248 s Context>handleSignal:
         0xb4145e0 s Context>handleSignal:
         0xad90340 s Context>handleSignal:
         0xada6008 s Context>handleSignal:
         0xadb93c8 s Context>handleSignal:
         0xadcb0e0 s Context>handleSignal:
         0xaddc188 s Context>handleSignal:
         0xadefb30 s Context>handleSignal:
         0xae00250 s Context>handleSignal:
         0xae103e0 s Context>handleSignal:
         0xae201c8 s Context>handleSignal:
         0xae32648 s Context>handleSignal:
         0xae41be0 s Context>handleSignal:
         0xae53d18 s Context>handleSignal:
         0xae60240 s Context>handleSignal:
         0xae6cf00 s Context>handleSignal:
         0xae77ea0 s Context>handleSignal:
         0xae81d18 s Context>handleSignal:
         0xae8c708 s Context>handleSignal:
         0xae96668 s Context>handleSignal:
         0xaea1340 s Context>handleSignal:
         0xaead708 s Context>handleSignal:
         0xaeb6b38 s Context>handleSignal:
         0xaebef60 s Context>handleSignal:
         0xaec7070 s Context>handleSignal:
         0xaecee48 s Context>handleSignal:
         0xaed7070 s Context>handleSignal:
         0xaedeee8 s Context>handleSignal:
         0xaee6fc0 s Context>handleSignal:
         0xaeee8e0 s Context>handleSignal:
         0xaef64f8 s Context>handleSignal:
         0xaefe270 s Context>handleSignal:
         0xaf06138 s Context>handleSignal:
         0xaf0f630 s Context>handleSignal:
         0xaf16f98 s Context>handleSignal:
         0xaf1ebf0 s Context>handleSignal:
         0xaf25930 s Context>handleSignal:
         0xaf2c5f8 s Context>handleSignal:
         0xaf33418 s Context>handleSignal:
         0xaf39f30 s Context>handleSignal:
         0xaf408d8 s Context>handleSignal:
         0xaf471c8 s Context>handleSignal:
         0xaf4da00 s Context>handleSignal:
         0xaf54180 s Context>handleSignal:
         0xaf5a848 s Context>handleSignal:
         0xaf60e58 s Context>handleSignal:
         0xaf673b0 s Context>handleSignal:
         0xaf6d850 s Context>handleSignal:
         0xaf73c38 s Context>handleSignal:
         0xaf79f68 s Context>handleSignal:
         0xaf801e0 s Context>handleSignal:
         0xaf863a0 s Context>handleSignal:
         0xaf8c4a8 s Context>handleSignal:
         0xaf924f8 s Context>handleSignal:
         0xaf98490 s Context>handleSignal:
         0xaf9e370 s Context>handleSignal:
         0xafa4198 s Context>handleSignal:
         0xafa9f08 s Context>handleSignal:
         0xafafbc0 s Context>handleSignal:
         0xafb57c0 s Context>handleSignal:
         0xafbb308 s Context>handleSignal:
         0xafc0d98 s Context>handleSignal:
         0xafc6770 s Context>handleSignal:
         0xafcc090 s Context>handleSignal:
         0xafd18f8 s Context>handleSignal:
         0xafd70a8 s Context>handleSignal:
         0xafdc7a0 s Context>handleSignal:
         0xafe1de0 s Context>handleSignal:
         0xafe7368 s Context>handleSignal:
         0xafec838 s Context>handleSignal:
         0xaff1c50 s Context>handleSignal:
         0xaff6fb0 s Context>handleSignal:
         0xaffc258 s Context>handleSignal:
         0xb001448 s Context>handleSignal:
         0xb006580 s Context>handleSignal:
         0xb00b600 s Context>handleSignal:
         0xb0105c8 s Context>handleSignal:
         0xb0154d8 s Context>handleSignal:
         0xb01a330 s Context>handleSignal:
         0xb01f0d0 s Context>handleSignal:
         0xb023db8 s Context>handleSignal:
         0xb0289e8 s Context>handleSignal:
         0xb02d560 s Context>handleSignal:
         0xb032020 s Context>handleSignal:
         0xb036a28 s Context>handleSignal:
         0xb03b378 s Context>handleSignal:
         0xb03fc10 s Context>handleSignal:
         0xb0443f0 s Context>handleSignal:
         0xb048b18 s Context>handleSignal:
         0xb04d188 s Context>handleSignal:
         0xb051740 s Context>handleSignal:
         0xb055c40 s Context>handleSignal:
         0xb05a088 s Context>handleSignal:
         0xb05e418 s Context>handleSignal:
         0xb0626f0 s Context>handleSignal:
         0xb066910 s Context>handleSignal:
         0xb06aa78 s Context>handleSignal:
         0xb06eb28 s Context>handleSignal:
         0xb072b20 s Context>handleSignal:
         0xb076a60 s Context>handleSignal:
         0xb07a8e8 s Context>handleSignal:
         0xb07e6b8 s Context>handleSignal:
         0xb0823d0 s Context>handleSignal:
         0xb086030 s Context>handleSignal:
         0xb089bd8 s Context>handleSignal:
         0xb08d6c8 s Context>handleSignal:
         0xb091100 s Context>handleSignal:
         0xb094a80 s Context>handleSignal:
         0xb098348 s Context>handleSignal:
         0xb09bb58 s Context>handleSignal:
         0xb09f2b0 s Context>handleSignal:
         0xb0a2950 s Context>handleSignal:
         0xb0a5f38 s Context>handleSignal:
         0xb0a9468 s Context>handleSignal:
         0xb0ac8e0 s Context>handleSignal:
         0xb0afca0 s Context>handleSignal:
         0xb0b2fa8 s Context>handleSignal:
         0xb0b61f8 s Context>handleSignal:
         0xb0b9390 s Context>handleSignal:
         0xb0bc470 s Context>handleSignal:
         0xb0bf498 s Context>handleSignal:
         0xb0c2408 s Context>handleSignal:
         0xb0c52c0 s Context>handleSignal:
         0xb0c80c0 s Context>handleSignal:
         0xb0cae08 s Context>handleSignal:
         0xb0cda98 s Context>handleSignal:
         0xb0d0670 s Context>handleSignal:
         0xb0d3190 s Context>handleSignal:
         0xb0d5bf8 s Context>handleSignal:
         0xb0d85a8 s Context>handleSignal:
         0xb0daea0 s Context>handleSignal:
         0xb0dd6e0 s Context>handleSignal:
         0xb0dfe68 s Context>handleSignal:
         0xb0e2538 s Context>handleSignal:
         0xb0e4b50 s Context>handleSignal:
         0xb0e70b0 s Context>handleSignal:
         0xb0e9558 s Context>handleSignal:
         0xb0eb948 s Context>handleSignal:
         0xb0edc80 s Context>handleSignal:
         0xb0eff00 s Context>handleSignal:
         0xb0f20c8 s Context>handleSignal:
         0xb0f41d8 s Context>handleSignal:
         0xb0f6230 s Context>handleSignal:
         0xb0f81d0 s Context>handleSignal:
         0xb0fa0b8 s Context>handleSignal:
         0xb0fbee8 s Context>handleSignal:
         0xb0fdc60 s Context>handleSignal:
         0xb0ff920 s Context>handleSignal:
         0xb101528 s Context>handleSignal:
         0xb103078 s Context>handleSignal:
         0xb104b10 s Context>handleSignal:
         0xb1064f0 s Context>handleSignal:
         0xb107e18 s Context>handleSignal:
         0xb109688 s Context>handleSignal:
         0xb10ae40 s Context>handleSignal:
         0xb10c540 s Context>handleSignal:
         0xb10db88 s Context>handleSignal:
         0xb10f118 s Context>handleSignal:
         0xb1105f0 s Context>handleSignal:
         0xb111a10 s Context>handleSignal:
         0xb112d78 s Context>handleSignal:
         0xb114028 s Context>handleSignal:
         0xb115220 s Context>handleSignal:
         0xb1162a8 s Context>handleSignal:
         0xb117278 s Context>handleSignal:
         0xb118190 s Context>handleSignal:
         0xb118ff0 s Context>handleSignal:
         0xb119d98 s Context>handleSignal:
         0xb11aa88 s Context>handleSignal:
         0xb11b6c0 s Context>handleSignal:
         0xb11c188 s Context>handleSignal:
         0xb11cc50 s Context>handleSignal:
         0xb11d660 s Context>handleSignal:
         0xb11dfb8 s Context>handleSignal:
         0xb11e858 s Context>handleSignal:
         0xb11f040 s Context>handleSignal:
         0xb11f770 s Context>handleSignal:
         0xb11fde8 s Context>handleSignal:
         0xb1203a8 s Context>handleSignal:
         0xb1c8a60 s Halt(Exception)>signal
         0xb25f180 s Halt class(Exception class)>signal
         0xad5f540 s Halt class>now
         0xb1bed18 s FullBlockClosure(Object)>halt
         0xb2552e8 s FullBlockClosure>printOn:
         0xb29dee0 s Context>printOn:
         0xb35a2a0 s Context>printDebugOn:
         0xb39ebf0 s [] in Context>debugStack:on:
         0xb3c2ea0 s OrderedCollection>do:
         0xb2a8dd8 s Context>debugStack:on:
         0xb3689e8 s Context>shortDebugStackOn:
         0xb3a83e0 s [] in SmalltalkImage>logError:inContext:
         0xb3c85c8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c8b18 s FullBlockClosure(BlockClosure)>on:do:
         0xb25f238 s SmalltalkImage>logStdErrorDuring:
         0xb2ae700 s SmalltalkImage>logError:inContext:
         0xb36e5a0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aafa0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ca660 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8440 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40c208 s Halt(Exception)>unhandledErrorAction
         0xb40fc60 s Halt(UnhandledException)>defaultAction
         0xb411408 s UndefinedObject>handleSignal:
         0xb4114c0 s Context>handleSignal:
         0xb411578 s Context>handleSignal:
         0xb411630 s Context>handleSignal:
         0xb4116e8 s Context>handleSignal:
         0xb4117a0 s Context>handleSignal:
         0xb411858 s Context>handleSignal:
         0xb411910 s Context>handleSignal:
         0xb4119c8 s Context>handleSignal:
         0xb411a80 s Context>handleSignal:
         0xb411b38 s Context>handleSignal:
         0xb412ce0 s Context>handleSignal:
         0xb4138f0 s Context>handleSignal:
         0xad903f8 s Context>handleSignal:
         0xada60c0 s Context>handleSignal:
         0xadb9480 s Context>handleSignal:
         0xadcb198 s Context>handleSignal:
         0xaddc240 s Context>handleSignal:
         0xadefbe8 s Context>handleSignal:
         0xae00308 s Context>handleSignal:
         0xae10498 s Context>handleSignal:
         0xae20280 s Context>handleSignal:
         0xae32700 s Context>handleSignal:
         0xae41c98 s Context>handleSignal:
         0xae53dd0 s Context>handleSignal:
         0xae602f8 s Context>handleSignal:
         0xae6cfb8 s Context>handleSignal:
         0xae77f58 s Context>handleSignal:
         0xae81dd0 s Context>handleSignal:
         0xae8c7c0 s Context>handleSignal:
         0xae96720 s Context>handleSignal:
         0xaea13f8 s Context>handleSignal:
         0xaead7c0 s Context>handleSignal:
         0xaeb6bf0 s Context>handleSignal:
         0xaebf018 s Context>handleSignal:
         0xaec7128 s Context>handleSignal:
         0xaecef00 s Context>handleSignal:
         0xaed7128 s Context>handleSignal:
         0xaedefa0 s Context>handleSignal:
         0xaee7078 s Context>handleSignal:
         0xaeee998 s Context>handleSignal:
         0xaef65b0 s Context>handleSignal:
         0xaefe328 s Context>handleSignal:
         0xaf061f0 s Context>handleSignal:
         0xaf0f6e8 s Context>handleSignal:
         0xaf17050 s Context>handleSignal:
         0xaf1eca8 s Context>handleSignal:
         0xaf259e8 s Context>handleSignal:
         0xaf2c6b0 s Context>handleSignal:
         0xaf334d0 s Context>handleSignal:
         0xaf39fe8 s Context>handleSignal:
         0xaf40990 s Context>handleSignal:
         0xaf47280 s Context>handleSignal:
         0xaf4dab8 s Context>handleSignal:
         0xaf54238 s Context>handleSignal:
         0xaf5a900 s Context>handleSignal:
         0xaf60f10 s Context>handleSignal:
         0xaf67468 s Context>handleSignal:
         0xaf6d908 s Context>handleSignal:
         0xaf73cf0 s Context>handleSignal:
         0xaf7a020 s Context>handleSignal:
         0xaf80298 s Context>handleSignal:
         0xaf86458 s Context>handleSignal:
         0xaf8c560 s Context>handleSignal:
         0xaf925b0 s Context>handleSignal:
         0xaf98548 s Context>handleSignal:
         0xaf9e428 s Context>handleSignal:
         0xafa4250 s Context>handleSignal:
         0xafa9fc0 s Context>handleSignal:
         0xafafc78 s Context>handleSignal:
         0xafb5878 s Context>handleSignal:
         0xafbb3c0 s Context>handleSignal:
         0xafc0e50 s Context>handleSignal:
         0xafc6828 s Context>handleSignal:
         0xafcc148 s Context>handleSignal:
         0xafd19b0 s Context>handleSignal:
         0xafd7160 s Context>handleSignal:
         0xafdc858 s Context>handleSignal:
         0xafe1e98 s Context>handleSignal:
         0xafe7420 s Context>handleSignal:
         0xafec8f0 s Context>handleSignal:
         0xaff1d08 s Context>handleSignal:
         0xaff7068 s Context>handleSignal:
         0xaffc310 s Context>handleSignal:
         0xb001500 s Context>handleSignal:
         0xb006638 s Context>handleSignal:
         0xb00b6b8 s Context>handleSignal:
         0xb010680 s Context>handleSignal:
         0xb015590 s Context>handleSignal:
         0xb01a3e8 s Context>handleSignal:
         0xb01f188 s Context>handleSignal:
         0xb023e70 s Context>handleSignal:
         0xb028aa0 s Context>handleSignal:
         0xb02d618 s Context>handleSignal:
         0xb0320d8 s Context>handleSignal:
         0xb036ae0 s Context>handleSignal:
         0xb03b430 s Context>handleSignal:
         0xb03fcc8 s Context>handleSignal:
         0xb0444a8 s Context>handleSignal:
         0xb048bd0 s Context>handleSignal:
         0xb04d240 s Context>handleSignal:
         0xb0517f8 s Context>handleSignal:
         0xb055cf8 s Context>handleSignal:
         0xb05a140 s Context>handleSignal:
         0xb05e4d0 s Context>handleSignal:
         0xb0627a8 s Context>handleSignal:
         0xb0669c8 s Context>handleSignal:
         0xb06ab30 s Context>handleSignal:
         0xb06ebe0 s Context>handleSignal:
         0xb072bd8 s Context>handleSignal:
         0xb076b18 s Context>handleSignal:
         0xb07a9a0 s Context>handleSignal:
         0xb07e770 s Context>handleSignal:
         0xb082488 s Context>handleSignal:
         0xb0860e8 s Context>handleSignal:
         0xb089c90 s Context>handleSignal:
         0xb08d780 s Context>handleSignal:
         0xb0911b8 s Context>handleSignal:
         0xb094b38 s Context>handleSignal:
         0xb098400 s Context>handleSignal:
         0xb09bc10 s Context>handleSignal:
         0xb09f368 s Context>handleSignal:
         0xb0a2a08 s Context>handleSignal:
         0xb0a5ff0 s Context>handleSignal:
         0xb0a9520 s Context>handleSignal:
         0xb0ac998 s Context>handleSignal:
         0xb0afd58 s Context>handleSignal:
         0xb0b3060 s Context>handleSignal:
         0xb0b62b0 s Context>handleSignal:
         0xb0b9448 s Context>handleSignal:
         0xb0bc528 s Context>handleSignal:
         0xb0bf550 s Context>handleSignal:
         0xb0c24c0 s Context>handleSignal:
         0xb0c5378 s Context>handleSignal:
         0xb0c8178 s Context>handleSignal:
         0xb0caec0 s Context>handleSignal:
         0xb0cdb50 s Context>handleSignal:
         0xb0d0728 s Context>handleSignal:
         0xb0d3248 s Context>handleSignal:
         0xb0d5cb0 s Context>handleSignal:
         0xb0d8660 s Context>handleSignal:
         0xb0daf58 s Context>handleSignal:
         0xb0dd798 s Context>handleSignal:
         0xb0dff20 s Context>handleSignal:
         0xb0e25f0 s Context>handleSignal:
         0xb0e4c08 s Context>handleSignal:
         0xb0e7168 s Context>handleSignal:
         0xb0e9610 s Context>handleSignal:
         0xb0eba00 s Context>handleSignal:
         0xb0edd38 s Context>handleSignal:
         0xb0effb8 s Context>handleSignal:
         0xb0f2180 s Context>handleSignal:
         0xb0f4290 s Context>handleSignal:
         0xb0f62e8 s Context>handleSignal:
         0xb0f8288 s Context>handleSignal:
         0xb0fa170 s Context>handleSignal:
         0xb0fbfa0 s Context>handleSignal:
         0xb0fdd18 s Context>handleSignal:
         0xb0ff9d8 s Context>handleSignal:
         0xb1015e0 s Context>handleSignal:
         0xb103130 s Context>handleSignal:
         0xb104bc8 s Context>handleSignal:
         0xb1065a8 s Context>handleSignal:
         0xb107ed0 s Context>handleSignal:
         0xb109740 s Context>handleSignal:
         0xb10aef8 s Context>handleSignal:
         0xb10c5f8 s Context>handleSignal:
         0xb10dc40 s Context>handleSignal:
         0xb10f1d0 s Context>handleSignal:
         0xb1106a8 s Context>handleSignal:
         0xb111ac8 s Context>handleSignal:
         0xb112e30 s Context>handleSignal:
         0xb1140e0 s Context>handleSignal:
         0xb1152d8 s Context>handleSignal:
         0xb116360 s Context>handleSignal:
         0xb117330 s Context>handleSignal:
         0xb118248 s Context>handleSignal:
         0xb1190a8 s Context>handleSignal:
         0xb119e50 s Context>handleSignal:
         0xb11ab40 s Context>handleSignal:
         0xb11b778 s Context>handleSignal:
         0xb11c240 s Context>handleSignal:
         0xb11cd08 s Context>handleSignal:
         0xb11d718 s Context>handleSignal:
         0xb11e070 s Context>handleSignal:
         0xb11e910 s Context>handleSignal:
         0xb11f0f8 s Context>handleSignal:
         0xb11f828 s Context>handleSignal:
         0xb11fea0 s Context>handleSignal:
         0xb120460 s Context>handleSignal:
         0xb1c88f0 s Halt(Exception)>signal
         0xb25efb0 s Halt class(Exception class)>signal
         0xad5ee10 s Halt class>now
         0xb1bec60 s FullBlockClosure(Object)>halt
         0xb255200 s FullBlockClosure>printOn:
         0xb29dd20 s Context>printOn:
         0xb35a050 s Context>printDebugOn:
         0xb35a358 s [] in Context>debugStack:on:
         0xb39eca8 s OrderedCollection>do:
         0xb29dfe8 s Context>debugStack:on:
         0xb35a438 s Context>shortDebugStackOn:
         0xb39ed70 s [] in SmalltalkImage>logError:inContext:
         0xb3c2f78 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c89a8 s FullBlockClosure(BlockClosure)>on:do:
         0xb25f068 s SmalltalkImage>logStdErrorDuring:
         0xb2ae600 s SmalltalkImage>logError:inContext:
         0xb36e4d8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aaeb0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ca580 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8388 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40c150 s Halt(Exception)>unhandledErrorAction
         0xb40f258 s Halt(UnhandledException)>defaultAction
         0xb40f310 s UndefinedObject>handleSignal:
         0xb40f3c8 s Context>handleSignal:
         0xb40f480 s Context>handleSignal:
         0xb40f538 s Context>handleSignal:
         0xb40f5f0 s Context>handleSignal:
         0xb40f6a8 s Context>handleSignal:
         0xb40f760 s Context>handleSignal:
         0xb40f818 s Context>handleSignal:
         0xb40f8d0 s Context>handleSignal:
         0xb40f988 s Context>handleSignal:
         0xb40fa40 s Context>handleSignal:
         0xb411208 s Context>handleSignal:
         0xad904b0 s Context>handleSignal:
         0xada6178 s Context>handleSignal:
         0xadb9538 s Context>handleSignal:
         0xadcb250 s Context>handleSignal:
         0xaddc2f8 s Context>handleSignal:
         0xadefca0 s Context>handleSignal:
         0xae003c0 s Context>handleSignal:
         0xae10550 s Context>handleSignal:
         0xae20338 s Context>handleSignal:
         0xae327b8 s Context>handleSignal:
         0xae41d50 s Context>handleSignal:
         0xae53e88 s Context>handleSignal:
         0xae603b0 s Context>handleSignal:
         0xae6d070 s Context>handleSignal:
         0xae78010 s Context>handleSignal:
         0xae81e88 s Context>handleSignal:
         0xae8c878 s Context>handleSignal:
         0xae967d8 s Context>handleSignal:
         0xaea14b0 s Context>handleSignal:
         0xaead878 s Context>handleSignal:
         0xaeb6ca8 s Context>handleSignal:
         0xaebf0d0 s Context>handleSignal:
         0xaec71e0 s Context>handleSignal:
         0xaecefb8 s Context>handleSignal:
         0xaed71e0 s Context>handleSignal:
         0xaedf058 s Context>handleSignal:
         0xaee7130 s Context>handleSignal:
         0xaeeea50 s Context>handleSignal:
         0xaef6668 s Context>handleSignal:
         0xaefe3e0 s Context>handleSignal:
         0xaf062a8 s Context>handleSignal:
         0xaf0f7a0 s Context>handleSignal:
         0xaf17108 s Context>handleSignal:
         0xaf1ed60 s Context>handleSignal:
         0xaf25aa0 s Context>handleSignal:
         0xaf2c768 s Context>handleSignal:
         0xaf33588 s Context>handleSignal:
         0xaf3a0a0 s Context>handleSignal:
         0xaf40a48 s Context>handleSignal:
         0xaf47338 s Context>handleSignal:
         0xaf4db70 s Context>handleSignal:
         0xaf542f0 s Context>handleSignal:
         0xaf5a9b8 s Context>handleSignal:
         0xaf60fc8 s Context>handleSignal:
         0xaf67520 s Context>handleSignal:
         0xaf6d9c0 s Context>handleSignal:
         0xaf73da8 s Context>handleSignal:
         0xaf7a0d8 s Context>handleSignal:
         0xaf80350 s Context>handleSignal:
         0xaf86510 s Context>handleSignal:
         0xaf8c618 s Context>handleSignal:
         0xaf92668 s Context>handleSignal:
         0xaf98600 s Context>handleSignal:
         0xaf9e4e0 s Context>handleSignal:
         0xafa4308 s Context>handleSignal:
         0xafaa078 s Context>handleSignal:
         0xafafd30 s Context>handleSignal:
         0xafb5930 s Context>handleSignal:
         0xafbb478 s Context>handleSignal:
         0xafc0f08 s Context>handleSignal:
         0xafc68e0 s Context>handleSignal:
         0xafcc200 s Context>handleSignal:
         0xafd1a68 s Context>handleSignal:
         0xafd7218 s Context>handleSignal:
         0xafdc910 s Context>handleSignal:
         0xafe1f50 s Context>handleSignal:
         0xafe74d8 s Context>handleSignal:
         0xafec9a8 s Context>handleSignal:
         0xaff1dc0 s Context>handleSignal:
         0xaff7120 s Context>handleSignal:
         0xaffc3c8 s Context>handleSignal:
         0xb0015b8 s Context>handleSignal:
         0xb0066f0 s Context>handleSignal:
         0xb00b770 s Context>handleSignal:
         0xb010738 s Context>handleSignal:
         0xb015648 s Context>handleSignal:
         0xb01a4a0 s Context>handleSignal:
         0xb01f240 s Context>handleSignal:
         0xb023f28 s Context>handleSignal:
         0xb028b58 s Context>handleSignal:
         0xb02d6d0 s Context>handleSignal:
         0xb032190 s Context>handleSignal:
         0xb036b98 s Context>handleSignal:
         0xb03b4e8 s Context>handleSignal:
         0xb03fd80 s Context>handleSignal:
         0xb044560 s Context>handleSignal:
         0xb048c88 s Context>handleSignal:
         0xb04d2f8 s Context>handleSignal:
         0xb0518b0 s Context>handleSignal:
         0xb055db0 s Context>handleSignal:
         0xb05a1f8 s Context>handleSignal:
         0xb05e588 s Context>handleSignal:
         0xb062860 s Context>handleSignal:
         0xb066a80 s Context>handleSignal:
         0xb06abe8 s Context>handleSignal:
         0xb06ec98 s Context>handleSignal:
         0xb072c90 s Context>handleSignal:
         0xb076bd0 s Context>handleSignal:
         0xb07aa58 s Context>handleSignal:
         0xb07e828 s Context>handleSignal:
         0xb082540 s Context>handleSignal:
         0xb0861a0 s Context>handleSignal:
         0xb089d48 s Context>handleSignal:
         0xb08d838 s Context>handleSignal:
         0xb091270 s Context>handleSignal:
         0xb094bf0 s Context>handleSignal:
         0xb0984b8 s Context>handleSignal:
         0xb09bcc8 s Context>handleSignal:
         0xb09f420 s Context>handleSignal:
         0xb0a2ac0 s Context>handleSignal:
         0xb0a60a8 s Context>handleSignal:
         0xb0a95d8 s Context>handleSignal:
         0xb0aca50 s Context>handleSignal:
         0xb0afe10 s Context>handleSignal:
         0xb0b3118 s Context>handleSignal:
         0xb0b6368 s Context>handleSignal:
         0xb0b9500 s Context>handleSignal:
         0xb0bc5e0 s Context>handleSignal:
         0xb0bf608 s Context>handleSignal:
         0xb0c2578 s Context>handleSignal:
         0xb0c5430 s Context>handleSignal:
         0xb0c8230 s Context>handleSignal:
         0xb0caf78 s Context>handleSignal:
         0xb0cdc08 s Context>handleSignal:
         0xb0d07e0 s Context>handleSignal:
         0xb0d3300 s Context>handleSignal:
         0xb0d5d68 s Context>handleSignal:
         0xb0d8718 s Context>handleSignal:
         0xb0db010 s Context>handleSignal:
         0xb0dd850 s Context>handleSignal:
         0xb0dffd8 s Context>handleSignal:
         0xb0e26a8 s Context>handleSignal:
         0xb0e4cc0 s Context>handleSignal:
         0xb0e7220 s Context>handleSignal:
         0xb0e96c8 s Context>handleSignal:
         0xb0ebab8 s Context>handleSignal:
         0xb0eddf0 s Context>handleSignal:
         0xb0f0070 s Context>handleSignal:
         0xb0f2238 s Context>handleSignal:
         0xb0f4348 s Context>handleSignal:
         0xb0f63a0 s Context>handleSignal:
         0xb0f8340 s Context>handleSignal:
         0xb0fa228 s Context>handleSignal:
         0xb0fc058 s Context>handleSignal:
         0xb0fddd0 s Context>handleSignal:
         0xb0ffa90 s Context>handleSignal:
         0xb101698 s Context>handleSignal:
         0xb1031e8 s Context>handleSignal:
         0xb104c80 s Context>handleSignal:
         0xb106660 s Context>handleSignal:
         0xb107f88 s Context>handleSignal:
         0xb1097f8 s Context>handleSignal:
         0xb10afb0 s Context>handleSignal:
         0xb10c6b0 s Context>handleSignal:
         0xb10dcf8 s Context>handleSignal:
         0xb10f288 s Context>handleSignal:
         0xb110760 s Context>handleSignal:
         0xb111b80 s Context>handleSignal:
         0xb112ee8 s Context>handleSignal:
         0xb114198 s Context>handleSignal:
         0xb115390 s Context>handleSignal:
         0xb116418 s Context>handleSignal:
         0xb1173e8 s Context>handleSignal:
         0xb118300 s Context>handleSignal:
         0xb119160 s Context>handleSignal:
         0xb119f08 s Context>handleSignal:
         0xb11abf8 s Context>handleSignal:
         0xb11b830 s Context>handleSignal:
         0xb11c2f8 s Context>handleSignal:
         0xb11cdc0 s Context>handleSignal:
         0xb11d7d0 s Context>handleSignal:
         0xb11e128 s Context>handleSignal:
         0xb11e9c8 s Context>handleSignal:
         0xb11f1b0 s Context>handleSignal:
         0xb11f8e0 s Context>handleSignal:
         0xb11ff58 s Context>handleSignal:
         0xb120518 s Context>handleSignal:
         0xb1c8780 s Halt(Exception)>signal
         0xb25ede0 s Halt class(Exception class)>signal
         0xad5e6e0 s Halt class>now
         0xb1beba8 s FullBlockClosure(Object)>halt
         0xb255118 s FullBlockClosure>printOn:
         0xb29db60 s Context>printOn:
         0xb359e00 s Context>printDebugOn:
         0xb35a108 s [] in Context>debugStack:on:
         0xb39ea70 s OrderedCollection>do:
         0xb29de28 s Context>debugStack:on:
         0xb35a1e8 s Context>shortDebugStackOn:
         0xb39eb38 s [] in SmalltalkImage>logError:inContext:
         0xb3c2de8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c8838 s FullBlockClosure(BlockClosure)>on:do:
         0xb25ee98 s SmalltalkImage>logStdErrorDuring:
         0xb2ae500 s SmalltalkImage>logError:inContext:
         0xb36e410 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aadc0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ca4a0 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e82d0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fe0a8 s Halt(Exception)>unhandledErrorAction
         0xb3fe160 s Halt(UnhandledException)>defaultAction
         0xb3fe218 s UndefinedObject>handleSignal:
         0xb3fe2d0 s Context>handleSignal:
         0xb3fe388 s Context>handleSignal:
         0xb3fe440 s Context>handleSignal:
         0xb3fe4f8 s Context>handleSignal:
         0xb3fe5b0 s Context>handleSignal:
         0xb3fe668 s Context>handleSignal:
         0xb3fe720 s Context>handleSignal:
         0xb3fe7d8 s Context>handleSignal:
         0xb3fe890 s Context>handleSignal:
         0xb3fe948 s Context>handleSignal:
         0xad90568 s Context>handleSignal:
         0xada6230 s Context>handleSignal:
         0xadb95f0 s Context>handleSignal:
         0xadcb308 s Context>handleSignal:
         0xaddc3b0 s Context>handleSignal:
         0xadefd58 s Context>handleSignal:
         0xae00478 s Context>handleSignal:
         0xae10608 s Context>handleSignal:
         0xae203f0 s Context>handleSignal:
         0xae32870 s Context>handleSignal:
         0xae41e08 s Context>handleSignal:
         0xae53f40 s Context>handleSignal:
         0xae60468 s Context>handleSignal:
         0xae6d128 s Context>handleSignal:
         0xae780c8 s Context>handleSignal:
         0xae81f40 s Context>handleSignal:
         0xae8c930 s Context>handleSignal:
         0xae96890 s Context>handleSignal:
         0xaea1568 s Context>handleSignal:
         0xaead930 s Context>handleSignal:
         0xaeb6d60 s Context>handleSignal:
         0xaebf188 s Context>handleSignal:
         0xaec7298 s Context>handleSignal:
         0xaecf070 s Context>handleSignal:
         0xaed7298 s Context>handleSignal:
         0xaedf110 s Context>handleSignal:
         0xaee71e8 s Context>handleSignal:
         0xaeeeb08 s Context>handleSignal:
         0xaef6720 s Context>handleSignal:
         0xaefe498 s Context>handleSignal:
         0xaf06360 s Context>handleSignal:
         0xaf0f858 s Context>handleSignal:
         0xaf171c0 s Context>handleSignal:
         0xaf1ee18 s Context>handleSignal:
         0xaf25b58 s Context>handleSignal:
         0xaf2c820 s Context>handleSignal:
         0xaf33640 s Context>handleSignal:
         0xaf3a158 s Context>handleSignal:
         0xaf40b00 s Context>handleSignal:
         0xaf473f0 s Context>handleSignal:
         0xaf4dc28 s Context>handleSignal:
         0xaf543a8 s Context>handleSignal:
         0xaf5aa70 s Context>handleSignal:
         0xaf61080 s Context>handleSignal:
         0xaf675d8 s Context>handleSignal:
         0xaf6da78 s Context>handleSignal:
         0xaf73e60 s Context>handleSignal:
         0xaf7a190 s Context>handleSignal:
         0xaf80408 s Context>handleSignal:
         0xaf865c8 s Context>handleSignal:
         0xaf8c6d0 s Context>handleSignal:
         0xaf92720 s Context>handleSignal:
         0xaf986b8 s Context>handleSignal:
         0xaf9e598 s Context>handleSignal:
         0xafa43c0 s Context>handleSignal:
         0xafaa130 s Context>handleSignal:
         0xafafde8 s Context>handleSignal:
         0xafb59e8 s Context>handleSignal:
         0xafbb530 s Context>handleSignal:
         0xafc0fc0 s Context>handleSignal:
         0xafc6998 s Context>handleSignal:
         0xafcc2b8 s Context>handleSignal:
         0xafd1b20 s Context>handleSignal:
         0xafd72d0 s Context>handleSignal:
         0xafdc9c8 s Context>handleSignal:
         0xafe2008 s Context>handleSignal:
         0xafe7590 s Context>handleSignal:
         0xafeca60 s Context>handleSignal:
         0xaff1e78 s Context>handleSignal:
         0xaff71d8 s Context>handleSignal:
         0xaffc480 s Context>handleSignal:
         0xb001670 s Context>handleSignal:
         0xb0067a8 s Context>handleSignal:
         0xb00b828 s Context>handleSignal:
         0xb0107f0 s Context>handleSignal:
         0xb015700 s Context>handleSignal:
         0xb01a558 s Context>handleSignal:
         0xb01f2f8 s Context>handleSignal:
         0xb023fe0 s Context>handleSignal:
         0xb028c10 s Context>handleSignal:
         0xb02d788 s Context>handleSignal:
         0xb032248 s Context>handleSignal:
         0xb036c50 s Context>handleSignal:
         0xb03b5a0 s Context>handleSignal:
         0xb03fe38 s Context>handleSignal:
         0xb044618 s Context>handleSignal:
         0xb048d40 s Context>handleSignal:
         0xb04d3b0 s Context>handleSignal:
         0xb051968 s Context>handleSignal:
         0xb055e68 s Context>handleSignal:
         0xb05a2b0 s Context>handleSignal:
         0xb05e640 s Context>handleSignal:
         0xb062918 s Context>handleSignal:
         0xb066b38 s Context>handleSignal:
         0xb06aca0 s Context>handleSignal:
         0xb06ed50 s Context>handleSignal:
         0xb072d48 s Context>handleSignal:
         0xb076c88 s Context>handleSignal:
         0xb07ab10 s Context>handleSignal:
         0xb07e8e0 s Context>handleSignal:
         0xb0825f8 s Context>handleSignal:
         0xb086258 s Context>handleSignal:
         0xb089e00 s Context>handleSignal:
         0xb08d8f0 s Context>handleSignal:
         0xb091328 s Context>handleSignal:
         0xb094ca8 s Context>handleSignal:
         0xb098570 s Context>handleSignal:
         0xb09bd80 s Context>handleSignal:
         0xb09f4d8 s Context>handleSignal:
         0xb0a2b78 s Context>handleSignal:
         0xb0a6160 s Context>handleSignal:
         0xb0a9690 s Context>handleSignal:
         0xb0acb08 s Context>handleSignal:
         0xb0afec8 s Context>handleSignal:
         0xb0b31d0 s Context>handleSignal:
         0xb0b6420 s Context>handleSignal:
         0xb0b95b8 s Context>handleSignal:
         0xb0bc698 s Context>handleSignal:
         0xb0bf6c0 s Context>handleSignal:
         0xb0c2630 s Context>handleSignal:
         0xb0c54e8 s Context>handleSignal:
         0xb0c82e8 s Context>handleSignal:
         0xb0cb030 s Context>handleSignal:
         0xb0cdcc0 s Context>handleSignal:
         0xb0d0898 s Context>handleSignal:
         0xb0d33b8 s Context>handleSignal:
         0xb0d5e20 s Context>handleSignal:
         0xb0d87d0 s Context>handleSignal:
         0xb0db0c8 s Context>handleSignal:
         0xb0dd908 s Context>handleSignal:
         0xb0e0090 s Context>handleSignal:
         0xb0e2760 s Context>handleSignal:
         0xb0e4d78 s Context>handleSignal:
         0xb0e72d8 s Context>handleSignal:
         0xb0e9780 s Context>handleSignal:
         0xb0ebb70 s Context>handleSignal:
         0xb0edea8 s Context>handleSignal:
         0xb0f0128 s Context>handleSignal:
         0xb0f22f0 s Context>handleSignal:
         0xb0f4400 s Context>handleSignal:
         0xb0f6458 s Context>handleSignal:
         0xb0f83f8 s Context>handleSignal:
         0xb0fa2e0 s Context>handleSignal:
         0xb0fc110 s Context>handleSignal:
         0xb0fde88 s Context>handleSignal:
         0xb0ffb48 s Context>handleSignal:
         0xb101750 s Context>handleSignal:
         0xb1032a0 s Context>handleSignal:
         0xb104d38 s Context>handleSignal:
         0xb106718 s Context>handleSignal:
         0xb108040 s Context>handleSignal:
         0xb1098b0 s Context>handleSignal:
         0xb10b068 s Context>handleSignal:
         0xb10c768 s Context>handleSignal:
         0xb10ddb0 s Context>handleSignal:
         0xb10f340 s Context>handleSignal:
         0xb110818 s Context>handleSignal:
         0xb111c38 s Context>handleSignal:
         0xb112fa0 s Context>handleSignal:
         0xb114250 s Context>handleSignal:
         0xb115448 s Context>handleSignal:
         0xb1164d0 s Context>handleSignal:
         0xb1174a0 s Context>handleSignal:
         0xb1183b8 s Context>handleSignal:
         0xb119218 s Context>handleSignal:
         0xb119fc0 s Context>handleSignal:
         0xb11acb0 s Context>handleSignal:
         0xb11b8e8 s Context>handleSignal:
         0xb11c3b0 s Context>handleSignal:
         0xb11ce78 s Context>handleSignal:
         0xb11d888 s Context>handleSignal:
         0xb11e1e0 s Context>handleSignal:
         0xb11ea80 s Context>handleSignal:
         0xb11f268 s Context>handleSignal:
         0xb11f998 s Context>handleSignal:
         0xb120010 s Context>handleSignal:
         0xb1205d0 s Context>handleSignal:
         0xb1c7ba8 s Halt(Exception)>signal
         0xb25df08 s Halt class(Exception class)>signal
         0xad5dfb0 s Halt class>now
         0xb1beaf0 s FullBlockClosure(Object)>halt
         0xb255030 s FullBlockClosure>printOn:
         0xb29d9a0 s Context>printOn:
         0xb359bb0 s Context>printDebugOn:
         0xb359eb8 s [] in Context>debugStack:on:
         0xb39e8f0 s OrderedCollection>do:
         0xb29dc68 s Context>debugStack:on:
         0xb359f98 s Context>shortDebugStackOn:
         0xb39e9b8 s [] in SmalltalkImage>logError:inContext:
         0xb3c2d10 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c7c60 s FullBlockClosure(BlockClosure)>on:do:
         0xb25dfc0 s SmalltalkImage>logStdErrorDuring:
         0xb2acf48 s SmalltalkImage>logError:inContext:
         0xb36d850 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aa9e0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ca198 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e80a8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fdd38 s Halt(Exception)>unhandledErrorAction
         0xb3fddf0 s Halt(UnhandledException)>defaultAction
         0xb3fdea8 s UndefinedObject>handleSignal:
         0xad449e0 s Context>handleSignal:
         0xad5eec8 s Context>handleSignal:
         0xad5ef80 s Context>handleSignal:
         0xad5f038 s Context>handleSignal:
         0xad5f0f0 s Context>handleSignal:
         0xad5f1a8 s Context>handleSignal:
         0xad5f260 s Context>handleSignal:
         0xad5f318 s Context>handleSignal:
         0xad5f3d0 s Context>handleSignal:
         0xad5f488 s Context>handleSignal:
         0xada1548 s Context>handleSignal:
         0xadb4908 s Context>handleSignal:
         0xadc6620 s Context>handleSignal:
         0xadd76c8 s Context>handleSignal:
         0xadeb070 s Context>handleSignal:
         0xadfb790 s Context>handleSignal:
         0xae0b920 s Context>handleSignal:
         0xae1b708 s Context>handleSignal:
         0xae2db88 s Context>handleSignal:
         0xae3d120 s Context>handleSignal:
         0xae4f258 s Context>handleSignal:
         0xae5b780 s Context>handleSignal:
         0xae68440 s Context>handleSignal:
         0xae73498 s Context>handleSignal:
         0xae7d3c8 s Context>handleSignal:
         0xae87e70 s Context>handleSignal:
         0xae91e88 s Context>handleSignal:
         0xae9cc18 s Context>handleSignal:
         0xaea9098 s Context>handleSignal:
         0xaeb2580 s Context>handleSignal:
         0xaebaa60 s Context>handleSignal:
         0xaec2c28 s Context>handleSignal:
         0xaecaab8 s Context>handleSignal:
         0xaed2d98 s Context>handleSignal:
         0xaedacc8 s Context>handleSignal:
         0xaee2e58 s Context>handleSignal:
         0xaeea830 s Context>handleSignal:
         0xaef2500 s Context>handleSignal:
         0xaefa330 s Context>handleSignal:
         0xaf022b0 s Context>handleSignal:
         0xaf0b860 s Context>handleSignal:
         0xaf13280 s Context>handleSignal:
         0xaf1af90 s Context>handleSignal:
         0xaf21d88 s Context>handleSignal:
         0xaf28b08 s Context>handleSignal:
         0xaf2f9e0 s Context>handleSignal:
         0xaf365b0 s Context>handleSignal:
         0xaf3d010 s Context>handleSignal:
         0xaf439b8 s Context>handleSignal:
         0xaf4a2a8 s Context>handleSignal:
         0xaf50ae0 s Context>handleSignal:
         0xaf57260 s Context>handleSignal:
         0xaf5d928 s Context>handleSignal:
         0xaf63f38 s Context>handleSignal:
         0xaf6a490 s Context>handleSignal:
         0xaf70930 s Context>handleSignal:
         0xaf76d18 s Context>handleSignal:
         0xaf7d048 s Context>handleSignal:
         0xaf832c0 s Context>handleSignal:
         0xaf89480 s Context>handleSignal:
         0xaf8f588 s Context>handleSignal:
         0xaf955d8 s Context>handleSignal:
         0xaf9b570 s Context>handleSignal:
         0xafa1450 s Context>handleSignal:
         0xafa7278 s Context>handleSignal:
         0xafacfe8 s Context>handleSignal:
         0xafb2ca0 s Context>handleSignal:
         0xafb88a0 s Context>handleSignal:
         0xafbe3e8 s Context>handleSignal:
         0xafc3e78 s Context>handleSignal:
         0xafc9850 s Context>handleSignal:
         0xafcf170 s Context>handleSignal:
         0xafd49d8 s Context>handleSignal:
         0xafda188 s Context>handleSignal:
         0xafdf880 s Context>handleSignal:
         0xafe4ec0 s Context>handleSignal:
         0xafea448 s Context>handleSignal:
         0xafef918 s Context>handleSignal:
         0xaff4d30 s Context>handleSignal:
         0xaffa090 s Context>handleSignal:
         0xafff338 s Context>handleSignal:
         0xb004528 s Context>handleSignal:
         0xb009660 s Context>handleSignal:
         0xb00e6e0 s Context>handleSignal:
         0xb0136a8 s Context>handleSignal:
         0xb0185b8 s Context>handleSignal:
         0xb01d410 s Context>handleSignal:
         0xb0221b0 s Context>handleSignal:
         0xb026e98 s Context>handleSignal:
         0xb02bac8 s Context>handleSignal:
         0xb030640 s Context>handleSignal:
         0xb035100 s Context>handleSignal:
         0xb039b08 s Context>handleSignal:
         0xb03e458 s Context>handleSignal:
         0xb042cf0 s Context>handleSignal:
         0xb0474d0 s Context>handleSignal:
         0xb04bbf8 s Context>handleSignal:
         0xb050268 s Context>handleSignal:
         0xb054820 s Context>handleSignal:
         0xb058d20 s Context>handleSignal:
         0xb05d168 s Context>handleSignal:
         0xb0614f8 s Context>handleSignal:
         0xb0657d0 s Context>handleSignal:
         0xb0699f0 s Context>handleSignal:
         0xb06db58 s Context>handleSignal:
         0xb071c08 s Context>handleSignal:
         0xb075c00 s Context>handleSignal:
         0xb079b40 s Context>handleSignal:
         0xb07d9c8 s Context>handleSignal:
         0xb081798 s Context>handleSignal:
         0xb0854b0 s Context>handleSignal:
         0xb089110 s Context>handleSignal:
         0xb08ccb8 s Context>handleSignal:
         0xb0907a8 s Context>handleSignal:
         0xb094128 s Context>handleSignal:
         0xb0979f0 s Context>handleSignal:
         0xb09b200 s Context>handleSignal:
         0xb09e958 s Context>handleSignal:
         0xb0a1ff8 s Context>handleSignal:
         0xb0a55e0 s Context>handleSignal:
         0xb0a8b10 s Context>handleSignal:
         0xb0abf88 s Context>handleSignal:
         0xb0af348 s Context>handleSignal:
         0xb0b2650 s Context>handleSignal:
         0xb0b58a0 s Context>handleSignal:
         0xb0b8a38 s Context>handleSignal:
         0xb0bbb18 s Context>handleSignal:
         0xb0beb40 s Context>handleSignal:
         0xb0c1ab0 s Context>handleSignal:
         0xb0c4968 s Context>handleSignal:
         0xb0c7768 s Context>handleSignal:
         0xb0ca4b0 s Context>handleSignal:
         0xb0cd140 s Context>handleSignal:
         0xb0cfd18 s Context>handleSignal:
         0xb0d2838 s Context>handleSignal:
         0xb0d52a0 s Context>handleSignal:
         0xb0d7c50 s Context>handleSignal:
         0xb0da548 s Context>handleSignal:
         0xb0dcd88 s Context>handleSignal:
         0xb0df510 s Context>handleSignal:
         0xb0e1be0 s Context>handleSignal:
         0xb0e41f8 s Context>handleSignal:
         0xb0e6758 s Context>handleSignal:
         0xb0e8c00 s Context>handleSignal:
         0xb0eaff0 s Context>handleSignal:
         0xb0ed3e0 s Context>handleSignal:
         0xb0ef718 s Context>handleSignal:
         0xb0f1998 s Context>handleSignal:
         0xb0f3b60 s Context>handleSignal:
         0xb0f5c70 s Context>handleSignal:
         0xb0f7cc8 s Context>handleSignal:
         0xb0f9c68 s Context>handleSignal:
         0xb0fbb50 s Context>handleSignal:
         0xb0fd8c8 s Context>handleSignal:
         0xb0ff588 s Context>handleSignal:
         0xb101190 s Context>handleSignal:
         0xb102ce0 s Context>handleSignal:
         0xb104778 s Context>handleSignal:
         0xb106158 s Context>handleSignal:
         0xb107a80 s Context>handleSignal:
         0xb1092f0 s Context>handleSignal:
         0xb10aaa8 s Context>handleSignal:
         0xb10c1a8 s Context>handleSignal:
         0xb10d7f0 s Context>handleSignal:
         0xb10ed80 s Context>handleSignal:
         0xb110258 s Context>handleSignal:
         0xb111678 s Context>handleSignal:
         0xb1129e0 s Context>handleSignal:
         0xb113c90 s Context>handleSignal:
         0xb114e88 s Context>handleSignal:
         0xb115fc8 s Context>handleSignal:
         0xb116f98 s Context>handleSignal:
         0xb117eb0 s Context>handleSignal:
         0xb118d10 s Context>handleSignal:
         0xb119ab8 s Context>handleSignal:
         0xb11a7a8 s Context>handleSignal:
         0xb11b3e0 s Context>handleSignal:
         0xb11bf60 s Context>handleSignal:
         0xb11ca28 s Context>handleSignal:
         0xb11d438 s Context>handleSignal:
         0xb11dd90 s Context>handleSignal:
         0xb11e630 s Context>handleSignal:
         0xb11ee18 s Context>handleSignal:
         0xb11f548 s Context>handleSignal:
         0xb11fbc0 s Context>handleSignal:
         0xb120180 s Context>handleSignal:
         0xb1c9758 s Halt(Exception)>signal
         0xb2603c8 s Halt class(Exception class)>signal
         0xad44a98 s Halt class>now
         0xb1bb320 s FullBlockClosure(Object)>halt
         0xb235680 s FullBlockClosure>printOn:
         0xb297a50 s Context>printOn:
         0xb351d80 s Context>printDebugOn:
         0xb359c68 s [] in Context>debugStack:on:
         0xb39e770 s OrderedCollection>do:
         0xb29daa8 s Context>debugStack:on:
         0xb359d48 s Context>shortDebugStackOn:
         0xb39e838 s [] in SmalltalkImage>logError:inContext:
         0xb3c2c38 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c9810 s FullBlockClosure(BlockClosure)>on:do:
         0xb260480 s SmalltalkImage>logStdErrorDuring:
         0xb2af698 s SmalltalkImage>logError:inContext:
         0xb36ec20 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ab488 s FullBlockClosure(BlockClosure)>ensure:
         0xb3caad0 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e87d8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fdb10 s Halt(Exception)>unhandledErrorAction
         0xb3fdbc8 s Halt(UnhandledException)>defaultAction
         0xb3fdc80 s UndefinedObject>handleSignal:
         0xad441f8 s Context>handleSignal:
         0xad5e798 s Context>handleSignal:
         0xad5e850 s Context>handleSignal:
         0xad5e908 s Context>handleSignal:
         0xad5e9c0 s Context>handleSignal:
         0xad5ea78 s Context>handleSignal:
         0xad5eb30 s Context>handleSignal:
         0xad5ebe8 s Context>handleSignal:
         0xad5eca0 s Context>handleSignal:
         0xad5ed58 s Context>handleSignal:
         0xada1490 s Context>handleSignal:
         0xadb4850 s Context>handleSignal:
         0xadc6568 s Context>handleSignal:
         0xadd7610 s Context>handleSignal:
         0xadeafb8 s Context>handleSignal:
         0xadfb6d8 s Context>handleSignal:
         0xae0b868 s Context>handleSignal:
         0xae1b650 s Context>handleSignal:
         0xae2dad0 s Context>handleSignal:
         0xae3d068 s Context>handleSignal:
         0xae4f1a0 s Context>handleSignal:
         0xae5b6c8 s Context>handleSignal:
         0xae68388 s Context>handleSignal:
         0xae733e0 s Context>handleSignal:
         0xae7d310 s Context>handleSignal:
         0xae87db8 s Context>handleSignal:
         0xae91dd0 s Context>handleSignal:
         0xae9cb60 s Context>handleSignal:
         0xaea8fe0 s Context>handleSignal:
         0xaeb24c8 s Context>handleSignal:
         0xaeba9a8 s Context>handleSignal:
         0xaec2b70 s Context>handleSignal:
         0xaecaa00 s Context>handleSignal:
         0xaed2ce0 s Context>handleSignal:
         0xaedac10 s Context>handleSignal:
         0xaee2da0 s Context>handleSignal:
         0xaeea778 s Context>handleSignal:
         0xaef2448 s Context>handleSignal:
         0xaefa278 s Context>handleSignal:
         0xaf021f8 s Context>handleSignal:
         0xaf0b7a8 s Context>handleSignal:
         0xaf131c8 s Context>handleSignal:
         0xaf1aed8 s Context>handleSignal:
         0xaf21cd0 s Context>handleSignal:
         0xaf28a50 s Context>handleSignal:
         0xaf2f928 s Context>handleSignal:
         0xaf364f8 s Context>handleSignal:
         0xaf3cf58 s Context>handleSignal:
         0xaf43900 s Context>handleSignal:
         0xaf4a1f0 s Context>handleSignal:
         0xaf50a28 s Context>handleSignal:
         0xaf571a8 s Context>handleSignal:
         0xaf5d870 s Context>handleSignal:
         0xaf63e80 s Context>handleSignal:
         0xaf6a3d8 s Context>handleSignal:
         0xaf70878 s Context>handleSignal:
         0xaf76c60 s Context>handleSignal:
         0xaf7cf90 s Context>handleSignal:
         0xaf83208 s Context>handleSignal:
         0xaf893c8 s Context>handleSignal:
         0xaf8f4d0 s Context>handleSignal:
         0xaf95520 s Context>handleSignal:
         0xaf9b4b8 s Context>handleSignal:
         0xafa1398 s Context>handleSignal:
         0xafa71c0 s Context>handleSignal:
         0xafacf30 s Context>handleSignal:
         0xafb2be8 s Context>handleSignal:
         0xafb87e8 s Context>handleSignal:
         0xafbe330 s Context>handleSignal:
         0xafc3dc0 s Context>handleSignal:
         0xafc9798 s Context>handleSignal:
         0xafcf0b8 s Context>handleSignal:
         0xafd4920 s Context>handleSignal:
         0xafda0d0 s Context>handleSignal:
         0xafdf7c8 s Context>handleSignal:
         0xafe4e08 s Context>handleSignal:
         0xafea390 s Context>handleSignal:
         0xafef860 s Context>handleSignal:
         0xaff4c78 s Context>handleSignal:
         0xaff9fd8 s Context>handleSignal:
         0xafff280 s Context>handleSignal:
         0xb004470 s Context>handleSignal:
         0xb0095a8 s Context>handleSignal:
         0xb00e628 s Context>handleSignal:
         0xb0135f0 s Context>handleSignal:
         0xb018500 s Context>handleSignal:
         0xb01d358 s Context>handleSignal:
         0xb0220f8 s Context>handleSignal:
         0xb026de0 s Context>handleSignal:
         0xb02ba10 s Context>handleSignal:
         0xb030588 s Context>handleSignal:
         0xb035048 s Context>handleSignal:
         0xb039a50 s Context>handleSignal:
         0xb03e3a0 s Context>handleSignal:
         0xb042c38 s Context>handleSignal:
         0xb047418 s Context>handleSignal:
         0xb04bb40 s Context>handleSignal:
         0xb0501b0 s Context>handleSignal:
         0xb054768 s Context>handleSignal:
         0xb058c68 s Context>handleSignal:
         0xb05d0b0 s Context>handleSignal:
         0xb061440 s Context>handleSignal:
         0xb065718 s Context>handleSignal:
         0xb069938 s Context>handleSignal:
         0xb06daa0 s Context>handleSignal:
         0xb071b50 s Context>handleSignal:
         0xb075b48 s Context>handleSignal:
         0xb079a88 s Context>handleSignal:
         0xb07d910 s Context>handleSignal:
         0xb0816e0 s Context>handleSignal:
         0xb0853f8 s Context>handleSignal:
         0xb089058 s Context>handleSignal:
         0xb08cc00 s Context>handleSignal:
         0xb0906f0 s Context>handleSignal:
         0xb094070 s Context>handleSignal:
         0xb097938 s Context>handleSignal:
         0xb09b148 s Context>handleSignal:
         0xb09e8a0 s Context>handleSignal:
         0xb0a1f40 s Context>handleSignal:
         0xb0a5528 s Context>handleSignal:
         0xb0a8a58 s Context>handleSignal:
         0xb0abed0 s Context>handleSignal:
         0xb0af290 s Context>handleSignal:
         0xb0b2598 s Context>handleSignal:
         0xb0b57e8 s Context>handleSignal:
         0xb0b8980 s Context>handleSignal:
         0xb0bba60 s Context>handleSignal:
         0xb0bea88 s Context>handleSignal:
         0xb0c19f8 s Context>handleSignal:
         0xb0c48b0 s Context>handleSignal:
         0xb0c76b0 s Context>handleSignal:
         0xb0ca3f8 s Context>handleSignal:
         0xb0cd088 s Context>handleSignal:
         0xb0cfc60 s Context>handleSignal:
         0xb0d2780 s Context>handleSignal:
         0xb0d51e8 s Context>handleSignal:
         0xb0d7b98 s Context>handleSignal:
         0xb0da490 s Context>handleSignal:
         0xb0dccd0 s Context>handleSignal:
         0xb0df458 s Context>handleSignal:
         0xb0e1b28 s Context>handleSignal:
         0xb0e4140 s Context>handleSignal:
         0xb0e66a0 s Context>handleSignal:
         0xb0e8b48 s Context>handleSignal:
         0xb0eaf38 s Context>handleSignal:
         0xb0ed328 s Context>handleSignal:
         0xb0ef660 s Context>handleSignal:
         0xb0f18e0 s Context>handleSignal:
         0xb0f3aa8 s Context>handleSignal:
         0xb0f5bb8 s Context>handleSignal:
         0xb0f7c10 s Context>handleSignal:
         0xb0f9bb0 s Context>handleSignal:
         0xb0fba98 s Context>handleSignal:
         0xb0fd810 s Context>handleSignal:
         0xb0ff4d0 s Context>handleSignal:
         0xb1010d8 s Context>handleSignal:
         0xb102c28 s Context>handleSignal:
         0xb1046c0 s Context>handleSignal:
         0xb1060a0 s Context>handleSignal:
         0xb1079c8 s Context>handleSignal:
         0xb109238 s Context>handleSignal:
         0xb10a9f0 s Context>handleSignal:
         0xb10c0f0 s Context>handleSignal:
         0xb10d738 s Context>handleSignal:
         0xb10ecc8 s Context>handleSignal:
         0xb1101a0 s Context>handleSignal:
         0xb1115c0 s Context>handleSignal:
         0xb112928 s Context>handleSignal:
         0xb113bd8 s Context>handleSignal:
         0xb114dd0 s Context>handleSignal:
         0xb115f10 s Context>handleSignal:
         0xb116ee0 s Context>handleSignal:
         0xb117df8 s Context>handleSignal:
         0xb118c58 s Context>handleSignal:
         0xb119a00 s Context>handleSignal:
         0xb11a6f0 s Context>handleSignal:
         0xb11b328 s Context>handleSignal:
         0xb11bea8 s Context>handleSignal:
         0xb11c970 s Context>handleSignal:
         0xb11d380 s Context>handleSignal:
         0xb11dcd8 s Context>handleSignal:
         0xb11e578 s Context>handleSignal:
         0xb11ed60 s Context>handleSignal:
         0xb11f490 s Context>handleSignal:
         0xb11fb08 s Context>handleSignal:
         0xb1caa10 s Halt(Exception)>signal
         0xb261b00 s Halt class(Exception class)>signal
         0xad442b0 s Halt class>now
         0xb1bb230 s FullBlockClosure(Object)>halt
         0xb235598 s FullBlockClosure>printOn:
         0xb297890 s Context>printOn:
         0xb351b30 s Context>printDebugOn:
         0xb351e38 s [] in Context>debugStack:on:
         0xb3997c0 s OrderedCollection>do:
         0xb297998 s Context>debugStack:on:
         0xb351cc8 s Context>shortDebugStackOn:
         0xb399708 s [] in SmalltalkImage>logError:inContext:
         0xb3bfde0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ca958 s FullBlockClosure(BlockClosure)>on:do:
         0xb2619e8 s SmalltalkImage>logStdErrorDuring:
         0xb2b05d8 s SmalltalkImage>logError:inContext:
         0xb36fb00 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ac550 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cb6d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9210 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fd8e8 s Halt(Exception)>unhandledErrorAction
         0xb3fd9a0 s Halt(UnhandledException)>defaultAction
         0xb3fda58 s UndefinedObject>handleSignal:
         0xad43a10 s Context>handleSignal:
         0xad5e068 s Context>handleSignal:
         0xad5e120 s Context>handleSignal:
         0xad5e1d8 s Context>handleSignal:
         0xad5e290 s Context>handleSignal:
         0xad5e348 s Context>handleSignal:
         0xad5e400 s Context>handleSignal:
         0xad5e4b8 s Context>handleSignal:
         0xad5e570 s Context>handleSignal:
         0xad5e628 s Context>handleSignal:
         0xada13d8 s Context>handleSignal:
         0xadb4798 s Context>handleSignal:
         0xadc64b0 s Context>handleSignal:
         0xadd7558 s Context>handleSignal:
         0xadeaf00 s Context>handleSignal:
         0xadfb620 s Context>handleSignal:
         0xae0b7b0 s Context>handleSignal:
         0xae1b598 s Context>handleSignal:
         0xae2da18 s Context>handleSignal:
         0xae3cfb0 s Context>handleSignal:
         0xae4f0e8 s Context>handleSignal:
         0xae5b610 s Context>handleSignal:
         0xae682d0 s Context>handleSignal:
         0xae73328 s Context>handleSignal:
         0xae7d258 s Context>handleSignal:
         0xae87d00 s Context>handleSignal:
         0xae91d18 s Context>handleSignal:
         0xae9caa8 s Context>handleSignal:
         0xaea8f28 s Context>handleSignal:
         0xaeb2410 s Context>handleSignal:
         0xaeba8f0 s Context>handleSignal:
         0xaec2ab8 s Context>handleSignal:
         0xaeca948 s Context>handleSignal:
         0xaed2c28 s Context>handleSignal:
         0xaedab58 s Context>handleSignal:
         0xaee2ce8 s Context>handleSignal:
         0xaeea6c0 s Context>handleSignal:
         0xaef2390 s Context>handleSignal:
         0xaefa1c0 s Context>handleSignal:
         0xaf02140 s Context>handleSignal:
         0xaf0b6f0 s Context>handleSignal:
         0xaf13110 s Context>handleSignal:
         0xaf1ae20 s Context>handleSignal:
         0xaf21c18 s Context>handleSignal:
         0xaf28998 s Context>handleSignal:
         0xaf2f870 s Context>handleSignal:
         0xaf36440 s Context>handleSignal:
         0xaf3cea0 s Context>handleSignal:
         0xaf43848 s Context>handleSignal:
         0xaf4a138 s Context>handleSignal:
         0xaf50970 s Context>handleSignal:
         0xaf570f0 s Context>handleSignal:
         0xaf5d7b8 s Context>handleSignal:
         0xaf63dc8 s Context>handleSignal:
         0xaf6a320 s Context>handleSignal:
         0xaf707c0 s Context>handleSignal:
         0xaf76ba8 s Context>handleSignal:
         0xaf7ced8 s Context>handleSignal:
         0xaf83150 s Context>handleSignal:
         0xaf89310 s Context>handleSignal:
         0xaf8f418 s Context>handleSignal:
         0xaf95468 s Context>handleSignal:
         0xaf9b400 s Context>handleSignal:
         0xafa12e0 s Context>handleSignal:
         0xafa7108 s Context>handleSignal:
         0xaface78 s Context>handleSignal:
         0xafb2b30 s Context>handleSignal:
         0xafb8730 s Context>handleSignal:
         0xafbe278 s Context>handleSignal:
         0xafc3d08 s Context>handleSignal:
         0xafc96e0 s Context>handleSignal:
         0xafcf000 s Context>handleSignal:
         0xafd4868 s Context>handleSignal:
         0xafda018 s Context>handleSignal:
         0xafdf710 s Context>handleSignal:
         0xafe4d50 s Context>handleSignal:
         0xafea2d8 s Context>handleSignal:
         0xafef7a8 s Context>handleSignal:
         0xaff4bc0 s Context>handleSignal:
         0xaff9f20 s Context>handleSignal:
         0xafff1c8 s Context>handleSignal:
         0xb0043b8 s Context>handleSignal:
         0xb0094f0 s Context>handleSignal:
         0xb00e570 s Context>handleSignal:
         0xb013538 s Context>handleSignal:
         0xb018448 s Context>handleSignal:
         0xb01d2a0 s Context>handleSignal:
         0xb022040 s Context>handleSignal:
         0xb026d28 s Context>handleSignal:
         0xb02b958 s Context>handleSignal:
         0xb0304d0 s Context>handleSignal:
         0xb034f90 s Context>handleSignal:
         0xb039998 s Context>handleSignal:
         0xb03e2e8 s Context>handleSignal:
         0xb042b80 s Context>handleSignal:
         0xb047360 s Context>handleSignal:
         0xb04ba88 s Context>handleSignal:
         0xb0500f8 s Context>handleSignal:
         0xb0546b0 s Context>handleSignal:
         0xb058bb0 s Context>handleSignal:
         0xb05cff8 s Context>handleSignal:
         0xb061388 s Context>handleSignal:
         0xb065660 s Context>handleSignal:
         0xb069880 s Context>handleSignal:
         0xb06d9e8 s Context>handleSignal:
         0xb071a98 s Context>handleSignal:
         0xb075a90 s Context>handleSignal:
         0xb0799d0 s Context>handleSignal:
         0xb07d858 s Context>handleSignal:
         0xb081628 s Context>handleSignal:
         0xb085340 s Context>handleSignal:
         0xb088fa0 s Context>handleSignal:
         0xb08cb48 s Context>handleSignal:
         0xb090638 s Context>handleSignal:
         0xb093fb8 s Context>handleSignal:
         0xb097880 s Context>handleSignal:
         0xb09b090 s Context>handleSignal:
         0xb09e7e8 s Context>handleSignal:
         0xb0a1e88 s Context>handleSignal:
         0xb0a5470 s Context>handleSignal:
         0xb0a89a0 s Context>handleSignal:
         0xb0abe18 s Context>handleSignal:
         0xb0af1d8 s Context>handleSignal:
         0xb0b24e0 s Context>handleSignal:
         0xb0b5730 s Context>handleSignal:
         0xb0b88c8 s Context>handleSignal:
         0xb0bb9a8 s Context>handleSignal:
         0xb0be9d0 s Context>handleSignal:
         0xb0c1940 s Context>handleSignal:
         0xb0c47f8 s Context>handleSignal:
         0xb0c75f8 s Context>handleSignal:
         0xb0ca340 s Context>handleSignal:
         0xb0ccfd0 s Context>handleSignal:
         0xb0cfba8 s Context>handleSignal:
         0xb0d26c8 s Context>handleSignal:
         0xb0d5130 s Context>handleSignal:
         0xb0d7ae0 s Context>handleSignal:
         0xb0da3d8 s Context>handleSignal:
         0xb0dcc18 s Context>handleSignal:
         0xb0df3a0 s Context>handleSignal:
         0xb0e1a70 s Context>handleSignal:
         0xb0e4088 s Context>handleSignal:
         0xb0e65e8 s Context>handleSignal:
         0xb0e8a90 s Context>handleSignal:
         0xb0eae80 s Context>handleSignal:
         0xb0ed270 s Context>handleSignal:
         0xb0ef5a8 s Context>handleSignal:
         0xb0f1828 s Context>handleSignal:
         0xb0f39f0 s Context>handleSignal:
         0xb0f5b00 s Context>handleSignal:
         0xb0f7b58 s Context>handleSignal:
         0xb0f9af8 s Context>handleSignal:
         0xb0fb9e0 s Context>handleSignal:
         0xb0fd758 s Context>handleSignal:
         0xb0ff418 s Context>handleSignal:
         0xb101020 s Context>handleSignal:
         0xb102b70 s Context>handleSignal:
         0xb104608 s Context>handleSignal:
         0xb105fe8 s Context>handleSignal:
         0xb107910 s Context>handleSignal:
         0xb109180 s Context>handleSignal:
         0xb10a938 s Context>handleSignal:
         0xb10c038 s Context>handleSignal:
         0xb10d680 s Context>handleSignal:
         0xb10ec10 s Context>handleSignal:
         0xb1100e8 s Context>handleSignal:
         0xb111508 s Context>handleSignal:
         0xb112870 s Context>handleSignal:
         0xb113b20 s Context>handleSignal:
         0xb114d18 s Context>handleSignal:
         0xb115e58 s Context>handleSignal:
         0xb116e28 s Context>handleSignal:
         0xb117d40 s Context>handleSignal:
         0xb118ba0 s Context>handleSignal:
         0xb119948 s Context>handleSignal:
         0xb11a638 s Context>handleSignal:
         0xb11b270 s Context>handleSignal:
         0xb11bdf0 s Context>handleSignal:
         0xb11c8b8 s Context>handleSignal:
         0xb11d2c8 s Context>handleSignal:
         0xb11dc20 s Context>handleSignal:
         0xb11e4c0 s Context>handleSignal:
         0xb11eca8 s Context>handleSignal:
         0xb11f3d8 s Context>handleSignal:
         0xb1d8f88 s Halt(Exception)>signal
         0xb2737d0 s Halt class(Exception class)>signal
         0xad43ac8 s Halt class>now
         0xb1bb108 s FullBlockClosure(Object)>halt
         0xb235480 s FullBlockClosure>printOn:
         0xb297618 s Context>printOn:
         0xb351828 s Context>printDebugOn:
         0xb351be8 s [] in Context>debugStack:on:
         0xb399640 s OrderedCollection>do:
         0xb2977d8 s Context>debugStack:on:
         0xb351a78 s Context>shortDebugStackOn:
         0xb399588 s [] in SmalltalkImage>logError:inContext:
         0xb3bfd08 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d7cd8 s FullBlockClosure(BlockClosure)>on:do:
         0xb272460 s SmalltalkImage>logStdErrorDuring:
         0xb2b9b08 s SmalltalkImage>logError:inContext:
         0xb376fb8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b5140 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d3938 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3efd28 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f70b0 s Halt(Exception)>unhandledErrorAction
         0xb3f7168 s Halt(UnhandledException)>defaultAction
         0xb3f7220 s UndefinedObject>handleSignal:
         0xad43228 s Context>handleSignal:
         0xad44b50 s Context>handleSignal:
         0xad44c08 s Context>handleSignal:
         0xad44cc0 s Context>handleSignal:
         0xad44d78 s Context>handleSignal:
         0xad44e30 s Context>handleSignal:
         0xad44ee8 s Context>handleSignal:
         0xad44fa0 s Context>handleSignal:
         0xad45058 s Context>handleSignal:
         0xad45110 s Context>handleSignal:
         0xad9edb8 s Context>handleSignal:
         0xadb2758 s Context>handleSignal:
         0xadc45c8 s Context>handleSignal:
         0xadd5728 s Context>handleSignal:
         0xade9188 s Context>handleSignal:
         0xadf9960 s Context>handleSignal:
         0xae09c60 s Context>handleSignal:
         0xae19b00 s Context>handleSignal:
         0xae2c038 s Context>handleSignal:
         0xae3b688 s Context>handleSignal:
         0xae4d878 s Context>handleSignal:
         0xae59e58 s Context>handleSignal:
         0xae66bd0 s Context>handleSignal:
         0xae71c28 s Context>handleSignal:
         0xae7bb58 s Context>handleSignal:
         0xae86600 s Context>handleSignal:
         0xae90618 s Context>handleSignal:
         0xae9b3a8 s Context>handleSignal:
         0xaea7828 s Context>handleSignal:
         0xaeb0d10 s Context>handleSignal:
         0xaeb91f0 s Context>handleSignal:
         0xaec13b8 s Context>handleSignal:
         0xaec9248 s Context>handleSignal:
         0xaed1528 s Context>handleSignal:
         0xaed9458 s Context>handleSignal:
         0xaee15e8 s Context>handleSignal:
         0xaee8fc0 s Context>handleSignal:
         0xaef0c90 s Context>handleSignal:
         0xaef8ac0 s Context>handleSignal:
         0xaf00a40 s Context>handleSignal:
         0xaf09ff0 s Context>handleSignal:
         0xaf11a10 s Context>handleSignal:
         0xaf19720 s Context>handleSignal:
         0xaf20518 s Context>handleSignal:
         0xaf27298 s Context>handleSignal:
         0xaf2e170 s Context>handleSignal:
         0xaf34d40 s Context>handleSignal:
         0xaf3b7a0 s Context>handleSignal:
         0xaf42148 s Context>handleSignal:
         0xaf48a38 s Context>handleSignal:
         0xaf4f270 s Context>handleSignal:
         0xaf559f0 s Context>handleSignal:
         0xaf5c0b8 s Context>handleSignal:
         0xaf626c8 s Context>handleSignal:
         0xaf68c20 s Context>handleSignal:
         0xaf6f0c0 s Context>handleSignal:
         0xaf754a8 s Context>handleSignal:
         0xaf7b7d8 s Context>handleSignal:
         0xaf81a50 s Context>handleSignal:
         0xaf87c10 s Context>handleSignal:
         0xaf8dd18 s Context>handleSignal:
         0xaf93d68 s Context>handleSignal:
         0xaf99d00 s Context>handleSignal:
         0xaf9fbe0 s Context>handleSignal:
         0xafa5a08 s Context>handleSignal:
         0xafab778 s Context>handleSignal:
         0xafb1430 s Context>handleSignal:
         0xafb7030 s Context>handleSignal:
         0xafbcb78 s Context>handleSignal:
         0xafc2608 s Context>handleSignal:
         0xafc7fe0 s Context>handleSignal:
         0xafcd900 s Context>handleSignal:
         0xafd3168 s Context>handleSignal:
         0xafd8918 s Context>handleSignal:
         0xafde010 s Context>handleSignal:
         0xafe3650 s Context>handleSignal:
         0xafe8bd8 s Context>handleSignal:
         0xafee0a8 s Context>handleSignal:
         0xaff34c0 s Context>handleSignal:
         0xaff8820 s Context>handleSignal:
         0xaffdac8 s Context>handleSignal:
         0xb002cb8 s Context>handleSignal:
         0xb007df0 s Context>handleSignal:
         0xb00ce70 s Context>handleSignal:
         0xb011e38 s Context>handleSignal:
         0xb016d48 s Context>handleSignal:
         0xb01bba0 s Context>handleSignal:
         0xb020940 s Context>handleSignal:
         0xb025628 s Context>handleSignal:
         0xb02a258 s Context>handleSignal:
         0xb02edd0 s Context>handleSignal:
         0xb033890 s Context>handleSignal:
         0xb038298 s Context>handleSignal:
         0xb03cbe8 s Context>handleSignal:
         0xb041480 s Context>handleSignal:
         0xb045c60 s Context>handleSignal:
         0xb04a388 s Context>handleSignal:
         0xb04e9f8 s Context>handleSignal:
         0xb052fb0 s Context>handleSignal:
         0xb0574b0 s Context>handleSignal:
         0xb05b8f8 s Context>handleSignal:
         0xb05fc88 s Context>handleSignal:
         0xb063f60 s Context>handleSignal:
         0xb068180 s Context>handleSignal:
         0xb06c2e8 s Context>handleSignal:
         0xb070398 s Context>handleSignal:
         0xb074390 s Context>handleSignal:
         0xb0782d0 s Context>handleSignal:
         0xb07c158 s Context>handleSignal:
         0xb07ff28 s Context>handleSignal:
         0xb083c40 s Context>handleSignal:
         0xb0878a0 s Context>handleSignal:
         0xb08b448 s Context>handleSignal:
         0xb08ef38 s Context>handleSignal:
         0xb092970 s Context>handleSignal:
         0xb0962f0 s Context>handleSignal:
         0xb099bb8 s Context>handleSignal:
         0xb09d3c8 s Context>handleSignal:
         0xb0a0b20 s Context>handleSignal:
         0xb0a41c0 s Context>handleSignal:
         0xb0a77a8 s Context>handleSignal:
         0xb0aacd8 s Context>handleSignal:
         0xb0ae150 s Context>handleSignal:
         0xb0b1510 s Context>handleSignal:
         0xb0b4818 s Context>handleSignal:
         0xb0b7a68 s Context>handleSignal:
         0xb0bac00 s Context>handleSignal:
         0xb0bdce0 s Context>handleSignal:
         0xb0c0d08 s Context>handleSignal:
         0xb0c3c78 s Context>handleSignal:
         0xb0c6b30 s Context>handleSignal:
         0xb0c9930 s Context>handleSignal:
         0xb0cc678 s Context>handleSignal:
         0xb0cf308 s Context>handleSignal:
         0xb0d1ee0 s Context>handleSignal:
         0xb0d4a00 s Context>handleSignal:
         0xb0d7468 s Context>handleSignal:
         0xb0d9e18 s Context>handleSignal:
         0xb0dc710 s Context>handleSignal:
         0xb0def50 s Context>handleSignal:
         0xb0e16d8 s Context>handleSignal:
         0xb0e3da8 s Context>handleSignal:
         0xb0e63c0 s Context>handleSignal:
         0xb0e8920 s Context>handleSignal:
         0xb0eadc8 s Context>handleSignal:
         0xb0ed1b8 s Context>handleSignal:
         0xb0ef4f0 s Context>handleSignal:
         0xb0f1770 s Context>handleSignal:
         0xb0f3938 s Context>handleSignal:
         0xb0f5a48 s Context>handleSignal:
         0xb0f7aa0 s Context>handleSignal:
         0xb0f9a40 s Context>handleSignal:
         0xb0fb928 s Context>handleSignal:
         0xb0fd6a0 s Context>handleSignal:
         0xb0ff360 s Context>handleSignal:
         0xb100f68 s Context>handleSignal:
         0xb102ab8 s Context>handleSignal:
         0xb104550 s Context>handleSignal:
         0xb105f30 s Context>handleSignal:
         0xb107858 s Context>handleSignal:
         0xb1090c8 s Context>handleSignal:
         0xb10a880 s Context>handleSignal:
         0xb10bf80 s Context>handleSignal:
         0xb10d5c8 s Context>handleSignal:
         0xb10eb58 s Context>handleSignal:
         0xb110030 s Context>handleSignal:
         0xb111450 s Context>handleSignal:
         0xb1127b8 s Context>handleSignal:
         0xb113a68 s Context>handleSignal:
         0xb114c60 s Context>handleSignal:
         0xb115da0 s Context>handleSignal:
         0xb116d70 s Context>handleSignal:
         0xb117c88 s Context>handleSignal:
         0xb118ae8 s Context>handleSignal:
         0xb119890 s Context>handleSignal:
         0xb11a580 s Context>handleSignal:
         0xb11b1b8 s Context>handleSignal:
         0xb11bd38 s Context>handleSignal:
         0xb11c800 s Context>handleSignal:
         0xb11d210 s Context>handleSignal:
         0xb11db68 s Context>handleSignal:
         0xb11e408 s Context>handleSignal:
         0xb11ebf0 s Context>handleSignal:
         0xb1d8ed0 s Halt(Exception)>signal
         0xb273718 s Halt class(Exception class)>signal
         0xad432e0 s Halt class>now
         0xb1bb018 s FullBlockClosure(Object)>halt
         0xb235398 s FullBlockClosure>printOn:
         0xb297458 s Context>printOn:
         0xb3515d8 s Context>printDebugOn:
         0xb3518e0 s [] in Context>debugStack:on:
         0xb399408 s OrderedCollection>do:
         0xb297560 s Context>debugStack:on:
         0xb351770 s Context>shortDebugStackOn:
         0xb399350 s [] in SmalltalkImage>logError:inContext:
         0xb3bfb78 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d7b68 s FullBlockClosure(BlockClosure)>on:do:
         0xb272290 s SmalltalkImage>logStdErrorDuring:
         0xb2b9a08 s SmalltalkImage>logError:inContext:
         0xb376ef0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b5050 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d3858 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3efc70 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f6e88 s Halt(Exception)>unhandledErrorAction
         0xb3f6f40 s Halt(UnhandledException)>defaultAction
         0xb3f6ff8 s UndefinedObject>handleSignal:
         0xad42a40 s Context>handleSignal:
         0xad44368 s Context>handleSignal:
         0xad44420 s Context>handleSignal:
         0xad444d8 s Context>handleSignal:
         0xad44590 s Context>handleSignal:
         0xad44648 s Context>handleSignal:
         0xad44700 s Context>handleSignal:
         0xad447b8 s Context>handleSignal:
         0xad44870 s Context>handleSignal:
         0xad44928 s Context>handleSignal:
         0xad9ed00 s Context>handleSignal:
         0xadb26a0 s Context>handleSignal:
         0xadc4510 s Context>handleSignal:
         0xadd5670 s Context>handleSignal:
         0xade90d0 s Context>handleSignal:
         0xadf98a8 s Context>handleSignal:
         0xae09ba8 s Context>handleSignal:
         0xae19a48 s Context>handleSignal:
         0xae2bf80 s Context>handleSignal:
         0xae3b5d0 s Context>handleSignal:
         0xae4d7c0 s Context>handleSignal:
         0xae59da0 s Context>handleSignal:
         0xae66b18 s Context>handleSignal:
         0xae71b70 s Context>handleSignal:
         0xae7baa0 s Context>handleSignal:
         0xae86548 s Context>handleSignal:
         0xae90560 s Context>handleSignal:
         0xae9b2f0 s Context>handleSignal:
         0xaea7770 s Context>handleSignal:
         0xaeb0c58 s Context>handleSignal:
         0xaeb9138 s Context>handleSignal:
         0xaec1300 s Context>handleSignal:
         0xaec9190 s Context>handleSignal:
         0xaed1470 s Context>handleSignal:
         0xaed93a0 s Context>handleSignal:
         0xaee1530 s Context>handleSignal:
         0xaee8f08 s Context>handleSignal:
         0xaef0bd8 s Context>handleSignal:
         0xaef8a08 s Context>handleSignal:
         0xaf00988 s Context>handleSignal:
         0xaf09f38 s Context>handleSignal:
         0xaf11958 s Context>handleSignal:
         0xaf19668 s Context>handleSignal:
         0xaf20460 s Context>handleSignal:
         0xaf271e0 s Context>handleSignal:
         0xaf2e0b8 s Context>handleSignal:
         0xaf34c88 s Context>handleSignal:
         0xaf3b6e8 s Context>handleSignal:
         0xaf42090 s Context>handleSignal:
         0xaf48980 s Context>handleSignal:
         0xaf4f1b8 s Context>handleSignal:
         0xaf55938 s Context>handleSignal:
         0xaf5c000 s Context>handleSignal:
         0xaf62610 s Context>handleSignal:
         0xaf68b68 s Context>handleSignal:
         0xaf6f008 s Context>handleSignal:
         0xaf753f0 s Context>handleSignal:
         0xaf7b720 s Context>handleSignal:
         0xaf81998 s Context>handleSignal:
         0xaf87b58 s Context>handleSignal:
         0xaf8dc60 s Context>handleSignal:
         0xaf93cb0 s Context>handleSignal:
         0xaf99c48 s Context>handleSignal:
         0xaf9fb28 s Context>handleSignal:
         0xafa5950 s Context>handleSignal:
         0xafab6c0 s Context>handleSignal:
         0xafb1378 s Context>handleSignal:
         0xafb6f78 s Context>handleSignal:
         0xafbcac0 s Context>handleSignal:
         0xafc2550 s Context>handleSignal:
         0xafc7f28 s Context>handleSignal:
         0xafcd848 s Context>handleSignal:
         0xafd30b0 s Context>handleSignal:
         0xafd8860 s Context>handleSignal:
         0xafddf58 s Context>handleSignal:
         0xafe3598 s Context>handleSignal:
         0xafe8b20 s Context>handleSignal:
         0xafedff0 s Context>handleSignal:
         0xaff3408 s Context>handleSignal:
         0xaff8768 s Context>handleSignal:
         0xaffda10 s Context>handleSignal:
         0xb002c00 s Context>handleSignal:
         0xb007d38 s Context>handleSignal:
         0xb00cdb8 s Context>handleSignal:
         0xb011d80 s Context>handleSignal:
         0xb016c90 s Context>handleSignal:
         0xb01bae8 s Context>handleSignal:
         0xb020888 s Context>handleSignal:
         0xb025570 s Context>handleSignal:
         0xb02a1a0 s Context>handleSignal:
         0xb02ed18 s Context>handleSignal:
         0xb0337d8 s Context>handleSignal:
         0xb0381e0 s Context>handleSignal:
         0xb03cb30 s Context>handleSignal:
         0xb0413c8 s Context>handleSignal:
         0xb045ba8 s Context>handleSignal:
         0xb04a2d0 s Context>handleSignal:
         0xb04e940 s Context>handleSignal:
         0xb052ef8 s Context>handleSignal:
         0xb0573f8 s Context>handleSignal:
         0xb05b840 s Context>handleSignal:
         0xb05fbd0 s Context>handleSignal:
         0xb063ea8 s Context>handleSignal:
         0xb0680c8 s Context>handleSignal:
         0xb06c230 s Context>handleSignal:
         0xb0702e0 s Context>handleSignal:
         0xb0742d8 s Context>handleSignal:
         0xb078218 s Context>handleSignal:
         0xb07c0a0 s Context>handleSignal:
         0xb07fe70 s Context>handleSignal:
         0xb083b88 s Context>handleSignal:
         0xb0877e8 s Context>handleSignal:
         0xb08b390 s Context>handleSignal:
         0xb08ee80 s Context>handleSignal:
         0xb0928b8 s Context>handleSignal:
         0xb096238 s Context>handleSignal:
         0xb099b00 s Context>handleSignal:
         0xb09d310 s Context>handleSignal:
         0xb0a0a68 s Context>handleSignal:
         0xb0a4108 s Context>handleSignal:
         0xb0a76f0 s Context>handleSignal:
         0xb0aac20 s Context>handleSignal:
         0xb0ae098 s Context>handleSignal:
         0xb0b1458 s Context>handleSignal:
         0xb0b4760 s Context>handleSignal:
         0xb0b79b0 s Context>handleSignal:
         0xb0bab48 s Context>handleSignal:
         0xb0bdc28 s Context>handleSignal:
         0xb0c0c50 s Context>handleSignal:
         0xb0c3bc0 s Context>handleSignal:
         0xb0c6a78 s Context>handleSignal:
         0xb0c9878 s Context>handleSignal:
         0xb0cc5c0 s Context>handleSignal:
         0xb0cf250 s Context>handleSignal:
         0xb0d1e28 s Context>handleSignal:
         0xb0d4948 s Context>handleSignal:
         0xb0d73b0 s Context>handleSignal:
         0xb0d9d60 s Context>handleSignal:
         0xb0dc658 s Context>handleSignal:
         0xb0dee98 s Context>handleSignal:
         0xb0e1620 s Context>handleSignal:
         0xb0e3cf0 s Context>handleSignal:
         0xb0e6308 s Context>handleSignal:
         0xb0e8868 s Context>handleSignal:
         0xb0ead10 s Context>handleSignal:
         0xb0ed100 s Context>handleSignal:
         0xb0ef438 s Context>handleSignal:
         0xb0f16b8 s Context>handleSignal:
         0xb0f3880 s Context>handleSignal:
         0xb0f5990 s Context>handleSignal:
         0xb0f79e8 s Context>handleSignal:
         0xb0f9988 s Context>handleSignal:
         0xb0fb870 s Context>handleSignal:
         0xb0fd5e8 s Context>handleSignal:
         0xb0ff2a8 s Context>handleSignal:
         0xb100eb0 s Context>handleSignal:
         0xb102a00 s Context>handleSignal:
         0xb104498 s Context>handleSignal:
         0xb105e78 s Context>handleSignal:
         0xb1077a0 s Context>handleSignal:
         0xb109010 s Context>handleSignal:
         0xb10a7c8 s Context>handleSignal:
         0xb10bec8 s Context>handleSignal:
         0xb10d510 s Context>handleSignal:
         0xb10eaa0 s Context>handleSignal:
         0xb10ff78 s Context>handleSignal:
         0xb111398 s Context>handleSignal:
         0xb112700 s Context>handleSignal:
         0xb1139b0 s Context>handleSignal:
         0xb114ba8 s Context>handleSignal:
         0xb115ce8 s Context>handleSignal:
         0xb116cb8 s Context>handleSignal:
         0xb117bd0 s Context>handleSignal:
         0xb118a30 s Context>handleSignal:
         0xb1197d8 s Context>handleSignal:
         0xb11a4c8 s Context>handleSignal:
         0xb11b100 s Context>handleSignal:
         0xb11bc80 s Context>handleSignal:
         0xb11c748 s Context>handleSignal:
         0xb11d158 s Context>handleSignal:
         0xb11dab0 s Context>handleSignal:
         0xb11e350 s Context>handleSignal:
         0xb1d8e18 s Halt(Exception)>signal
         0xb273660 s Halt class(Exception class)>signal
         0xad42af8 s Halt class>now
         0xb1baf28 s FullBlockClosure(Object)>halt
         0xb2352b0 s FullBlockClosure>printOn:
         0xb2971e0 s Context>printOn:
         0xb3512d0 s Context>printDebugOn:
         0xb351690 s [] in Context>debugStack:on:
         0xb399288 s OrderedCollection>do:
         0xb2972e8 s Context>debugStack:on:
         0xb351468 s Context>shortDebugStackOn:
         0xb399118 s [] in SmalltalkImage>logError:inContext:
         0xb3bf9e8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d79f8 s FullBlockClosure(BlockClosure)>on:do:
         0xb2720c0 s SmalltalkImage>logStdErrorDuring:
         0xb2b9908 s SmalltalkImage>logError:inContext:
         0xb376e28 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b4f60 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d3778 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3efbb8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f6ba8 s Halt(Exception)>unhandledErrorAction
         0xb3f6c60 s Halt(UnhandledException)>defaultAction
         0xb3f6d18 s UndefinedObject>handleSignal:
         0xb3f6dd0 s Context>handleSignal:
         0xad43b80 s Context>handleSignal:
         0xad43c38 s Context>handleSignal:
         0xad43cf0 s Context>handleSignal:
         0xad43da8 s Context>handleSignal:
         0xad43e60 s Context>handleSignal:
         0xad43f18 s Context>handleSignal:
         0xad43fd0 s Context>handleSignal:
         0xad44088 s Context>handleSignal:
         0xad44140 s Context>handleSignal:
         0xad9ec48 s Context>handleSignal:
         0xadb25e8 s Context>handleSignal:
         0xadc4458 s Context>handleSignal:
         0xadd55b8 s Context>handleSignal:
         0xade9018 s Context>handleSignal:
         0xadf97f0 s Context>handleSignal:
         0xae09af0 s Context>handleSignal:
         0xae19990 s Context>handleSignal:
         0xae2bec8 s Context>handleSignal:
         0xae3b518 s Context>handleSignal:
         0xae4d708 s Context>handleSignal:
         0xae59ce8 s Context>handleSignal:
         0xae66a60 s Context>handleSignal:
         0xae71ab8 s Context>handleSignal:
         0xae7b9e8 s Context>handleSignal:
         0xae86490 s Context>handleSignal:
         0xae904a8 s Context>handleSignal:
         0xae9b238 s Context>handleSignal:
         0xaea76b8 s Context>handleSignal:
         0xaeb0ba0 s Context>handleSignal:
         0xaeb9080 s Context>handleSignal:
         0xaec1248 s Context>handleSignal:
         0xaec90d8 s Context>handleSignal:
         0xaed13b8 s Context>handleSignal:
         0xaed92e8 s Context>handleSignal:
         0xaee1478 s Context>handleSignal:
         0xaee8e50 s Context>handleSignal:
         0xaef0b20 s Context>handleSignal:
         0xaef8950 s Context>handleSignal:
         0xaf008d0 s Context>handleSignal:
         0xaf09e80 s Context>handleSignal:
         0xaf118a0 s Context>handleSignal:
         0xaf195b0 s Context>handleSignal:
         0xaf203a8 s Context>handleSignal:
         0xaf27128 s Context>handleSignal:
         0xaf2e000 s Context>handleSignal:
         0xaf34bd0 s Context>handleSignal:
         0xaf3b630 s Context>handleSignal:
         0xaf41fd8 s Context>handleSignal:
         0xaf488c8 s Context>handleSignal:
         0xaf4f100 s Context>handleSignal:
         0xaf55880 s Context>handleSignal:
         0xaf5bf48 s Context>handleSignal:
         0xaf62558 s Context>handleSignal:
         0xaf68ab0 s Context>handleSignal:
         0xaf6ef50 s Context>handleSignal:
         0xaf75338 s Context>handleSignal:
         0xaf7b668 s Context>handleSignal:
         0xaf818e0 s Context>handleSignal:
         0xaf87aa0 s Context>handleSignal:
         0xaf8dba8 s Context>handleSignal:
         0xaf93bf8 s Context>handleSignal:
         0xaf99b90 s Context>handleSignal:
         0xaf9fa70 s Context>handleSignal:
         0xafa5898 s Context>handleSignal:
         0xafab608 s Context>handleSignal:
         0xafb12c0 s Context>handleSignal:
         0xafb6ec0 s Context>handleSignal:
         0xafbca08 s Context>handleSignal:
         0xafc2498 s Context>handleSignal:
         0xafc7e70 s Context>handleSignal:
         0xafcd790 s Context>handleSignal:
         0xafd2ff8 s Context>handleSignal:
         0xafd87a8 s Context>handleSignal:
         0xafddea0 s Context>handleSignal:
         0xafe34e0 s Context>handleSignal:
         0xafe8a68 s Context>handleSignal:
         0xafedf38 s Context>handleSignal:
         0xaff3350 s Context>handleSignal:
         0xaff86b0 s Context>handleSignal:
         0xaffd958 s Context>handleSignal:
         0xb002b48 s Context>handleSignal:
         0xb007c80 s Context>handleSignal:
         0xb00cd00 s Context>handleSignal:
         0xb011cc8 s Context>handleSignal:
         0xb016bd8 s Context>handleSignal:
         0xb01ba30 s Context>handleSignal:
         0xb0207d0 s Context>handleSignal:
         0xb0254b8 s Context>handleSignal:
         0xb02a0e8 s Context>handleSignal:
         0xb02ec60 s Context>handleSignal:
         0xb033720 s Context>handleSignal:
         0xb038128 s Context>handleSignal:
         0xb03ca78 s Context>handleSignal:
         0xb041310 s Context>handleSignal:
         0xb045af0 s Context>handleSignal:
         0xb04a218 s Context>handleSignal:
         0xb04e888 s Context>handleSignal:
         0xb052e40 s Context>handleSignal:
         0xb057340 s Context>handleSignal:
         0xb05b788 s Context>handleSignal:
         0xb05fb18 s Context>handleSignal:
         0xb063df0 s Context>handleSignal:
         0xb068010 s Context>handleSignal:
         0xb06c178 s Context>handleSignal:
         0xb070228 s Context>handleSignal:
         0xb074220 s Context>handleSignal:
         0xb078160 s Context>handleSignal:
         0xb07bfe8 s Context>handleSignal:
         0xb07fdb8 s Context>handleSignal:
         0xb083ad0 s Context>handleSignal:
         0xb087730 s Context>handleSignal:
         0xb08b2d8 s Context>handleSignal:
         0xb08edc8 s Context>handleSignal:
         0xb092800 s Context>handleSignal:
         0xb096180 s Context>handleSignal:
         0xb099a48 s Context>handleSignal:
         0xb09d258 s Context>handleSignal:
         0xb0a09b0 s Context>handleSignal:
         0xb0a4050 s Context>handleSignal:
         0xb0a7638 s Context>handleSignal:
         0xb0aab68 s Context>handleSignal:
         0xb0adfe0 s Context>handleSignal:
         0xb0b13a0 s Context>handleSignal:
         0xb0b46a8 s Context>handleSignal:
         0xb0b78f8 s Context>handleSignal:
         0xb0baa90 s Context>handleSignal:
         0xb0bdb70 s Context>handleSignal:
         0xb0c0b98 s Context>handleSignal:
         0xb0c3b08 s Context>handleSignal:
         0xb0c69c0 s Context>handleSignal:
         0xb0c97c0 s Context>handleSignal:
         0xb0cc508 s Context>handleSignal:
         0xb0cf198 s Context>handleSignal:
         0xb0d1d70 s Context>handleSignal:
         0xb0d4890 s Context>handleSignal:
         0xb0d72f8 s Context>handleSignal:
         0xb0d9ca8 s Context>handleSignal:
         0xb0dc5a0 s Context>handleSignal:
         0xb0dede0 s Context>handleSignal:
         0xb0e1568 s Context>handleSignal:
         0xb0e3c38 s Context>handleSignal:
         0xb0e6250 s Context>handleSignal:
         0xb0e87b0 s Context>handleSignal:
         0xb0eac58 s Context>handleSignal:
         0xb0ed048 s Context>handleSignal:
         0xb0ef380 s Context>handleSignal:
         0xb0f1600 s Context>handleSignal:
         0xb0f37c8 s Context>handleSignal:
         0xb0f58d8 s Context>handleSignal:
         0xb0f7930 s Context>handleSignal:
         0xb0f98d0 s Context>handleSignal:
         0xb0fb7b8 s Context>handleSignal:
         0xb0fd530 s Context>handleSignal:
         0xb0ff1f0 s Context>handleSignal:
         0xb100df8 s Context>handleSignal:
         0xb102948 s Context>handleSignal:
         0xb1043e0 s Context>handleSignal:
         0xb105dc0 s Context>handleSignal:
         0xb1076e8 s Context>handleSignal:
         0xb108f58 s Context>handleSignal:
         0xb10a710 s Context>handleSignal:
         0xb10be10 s Context>handleSignal:
         0xb10d458 s Context>handleSignal:
         0xb10e9e8 s Context>handleSignal:
         0xb10fec0 s Context>handleSignal:
         0xb1112e0 s Context>handleSignal:
         0xb112648 s Context>handleSignal:
         0xb1138f8 s Context>handleSignal:
         0xb114af0 s Context>handleSignal:
         0xb115c30 s Context>handleSignal:
         0xb116c00 s Context>handleSignal:
         0xb117b18 s Context>handleSignal:
         0xb118978 s Context>handleSignal:
         0xb119720 s Context>handleSignal:
         0xb11a410 s Context>handleSignal:
         0xb11b048 s Context>handleSignal:
         0xb11bbc8 s Context>handleSignal:
         0xb11c690 s Context>handleSignal:
         0xb11d0a0 s Context>handleSignal:
         0xb11d9f8 s Context>handleSignal:
         0xb1d8d60 s Halt(Exception)>signal
         0xb2735a8 s Halt class(Exception class)>signal
         0xb2b9dc0 s Halt class>now
         0xb2973a0 s FullBlockClosure(Object)>halt
         0xb351520 s FullBlockClosure>printOn:
         0xb3991d0 s Context>printOn:
         0xb3bfaa0 s Context>printDebugOn:
         0xb351388 s [] in Context>debugStack:on:
         0xb399050 s OrderedCollection>do:
         0xb2970d8 s Context>debugStack:on:
         0xb3511f0 s Context>shortDebugStackOn:
         0xb398f88 s [] in SmalltalkImage>logError:inContext:
         0xb3bf910 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d7888 s FullBlockClosure(BlockClosure)>on:do:
         0xb271ef0 s SmalltalkImage>logStdErrorDuring:
         0xb2b9808 s SmalltalkImage>logError:inContext:
         0xb376d60 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b4e70 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d3698 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3efb00 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f6980 s Halt(Exception)>unhandledErrorAction
         0xb3f6a38 s Halt(UnhandledException)>defaultAction
         0xb3f6af0 s UndefinedObject>handleSignal:
         0xad42258 s Context>handleSignal:
         0xad43398 s Context>handleSignal:
         0xad43450 s Context>handleSignal:
         0xad43508 s Context>handleSignal:
         0xad435c0 s Context>handleSignal:
         0xad43678 s Context>handleSignal:
         0xad43730 s Context>handleSignal:
         0xad437e8 s Context>handleSignal:
         0xad438a0 s Context>handleSignal:
         0xad43958 s Context>handleSignal:
         0xad9eb90 s Context>handleSignal:
         0xadb2530 s Context>handleSignal:
         0xadc43a0 s Context>handleSignal:
         0xadd5500 s Context>handleSignal:
         0xade8f60 s Context>handleSignal:
         0xadf9738 s Context>handleSignal:
         0xae09a38 s Context>handleSignal:
         0xae198d8 s Context>handleSignal:
         0xae2be10 s Context>handleSignal:
         0xae3b460 s Context>handleSignal:
         0xae4d650 s Context>handleSignal:
         0xae59c30 s Context>handleSignal:
         0xae669a8 s Context>handleSignal:
         0xae71a00 s Context>handleSignal:
         0xae7b930 s Context>handleSignal:
         0xae863d8 s Context>handleSignal:
         0xae903f0 s Context>handleSignal:
         0xae9b180 s Context>handleSignal:
         0xaea7600 s Context>handleSignal:
         0xaeb0ae8 s Context>handleSignal:
         0xaeb8fc8 s Context>handleSignal:
         0xaec1190 s Context>handleSignal:
         0xaec9020 s Context>handleSignal:
         0xaed1300 s Context>handleSignal:
         0xaed9230 s Context>handleSignal:
         0xaee13c0 s Context>handleSignal:
         0xaee8d98 s Context>handleSignal:
         0xaef0a68 s Context>handleSignal:
         0xaef8898 s Context>handleSignal:
         0xaf00818 s Context>handleSignal:
         0xaf09dc8 s Context>handleSignal:
         0xaf117e8 s Context>handleSignal:
         0xaf194f8 s Context>handleSignal:
         0xaf202f0 s Context>handleSignal:
         0xaf27070 s Context>handleSignal:
         0xaf2df48 s Context>handleSignal:
         0xaf34b18 s Context>handleSignal:
         0xaf3b578 s Context>handleSignal:
         0xaf41f20 s Context>handleSignal:
         0xaf48810 s Context>handleSignal:
         0xaf4f048 s Context>handleSignal:
         0xaf557c8 s Context>handleSignal:
         0xaf5be90 s Context>handleSignal:
         0xaf624a0 s Context>handleSignal:
         0xaf689f8 s Context>handleSignal:
         0xaf6ee98 s Context>handleSignal:
         0xaf75280 s Context>handleSignal:
         0xaf7b5b0 s Context>handleSignal:
         0xaf81828 s Context>handleSignal:
         0xaf879e8 s Context>handleSignal:
         0xaf8daf0 s Context>handleSignal:
         0xaf93b40 s Context>handleSignal:
         0xaf99ad8 s Context>handleSignal:
         0xaf9f9b8 s Context>handleSignal:
         0xafa57e0 s Context>handleSignal:
         0xafab550 s Context>handleSignal:
         0xafb1208 s Context>handleSignal:
         0xafb6e08 s Context>handleSignal:
         0xafbc950 s Context>handleSignal:
         0xafc23e0 s Context>handleSignal:
         0xafc7db8 s Context>handleSignal:
         0xafcd6d8 s Context>handleSignal:
         0xafd2f40 s Context>handleSignal:
         0xafd86f0 s Context>handleSignal:
         0xafddde8 s Context>handleSignal:
         0xafe3428 s Context>handleSignal:
         0xafe89b0 s Context>handleSignal:
         0xafede80 s Context>handleSignal:
         0xaff3298 s Context>handleSignal:
         0xaff85f8 s Context>handleSignal:
         0xaffd8a0 s Context>handleSignal:
         0xb002a90 s Context>handleSignal:
         0xb007bc8 s Context>handleSignal:
         0xb00cc48 s Context>handleSignal:
         0xb011c10 s Context>handleSignal:
         0xb016b20 s Context>handleSignal:
         0xb01b978 s Context>handleSignal:
         0xb020718 s Context>handleSignal:
         0xb025400 s Context>handleSignal:
         0xb02a030 s Context>handleSignal:
         0xb02eba8 s Context>handleSignal:
         0xb033668 s Context>handleSignal:
         0xb038070 s Context>handleSignal:
         0xb03c9c0 s Context>handleSignal:
         0xb041258 s Context>handleSignal:
         0xb045a38 s Context>handleSignal:
         0xb04a160 s Context>handleSignal:
         0xb04e7d0 s Context>handleSignal:
         0xb052d88 s Context>handleSignal:
         0xb057288 s Context>handleSignal:
         0xb05b6d0 s Context>handleSignal:
         0xb05fa60 s Context>handleSignal:
         0xb063d38 s Context>handleSignal:
         0xb067f58 s Context>handleSignal:
         0xb06c0c0 s Context>handleSignal:
         0xb070170 s Context>handleSignal:
         0xb074168 s Context>handleSignal:
         0xb0780a8 s Context>handleSignal:
         0xb07bf30 s Context>handleSignal:
         0xb07fd00 s Context>handleSignal:
         0xb083a18 s Context>handleSignal:
         0xb087678 s Context>handleSignal:
         0xb08b220 s Context>handleSignal:
         0xb08ed10 s Context>handleSignal:
         0xb092748 s Context>handleSignal:
         0xb0960c8 s Context>handleSignal:
         0xb099990 s Context>handleSignal:
         0xb09d1a0 s Context>handleSignal:
         0xb0a08f8 s Context>handleSignal:
         0xb0a3f98 s Context>handleSignal:
         0xb0a7580 s Context>handleSignal:
         0xb0aaab0 s Context>handleSignal:
         0xb0adf28 s Context>handleSignal:
         0xb0b12e8 s Context>handleSignal:
         0xb0b45f0 s Context>handleSignal:
         0xb0b7840 s Context>handleSignal:
         0xb0ba9d8 s Context>handleSignal:
         0xb0bdab8 s Context>handleSignal:
         0xb0c0ae0 s Context>handleSignal:
         0xb0c3a50 s Context>handleSignal:
         0xb0c6908 s Context>handleSignal:
         0xb0c9708 s Context>handleSignal:
         0xb0cc450 s Context>handleSignal:
         0xb0cf0e0 s Context>handleSignal:
         0xb0d1cb8 s Context>handleSignal:
         0xb0d47d8 s Context>handleSignal:
         0xb0d7240 s Context>handleSignal:
         0xb0d9bf0 s Context>handleSignal:
         0xb0dc4e8 s Context>handleSignal:
         0xb0ded28 s Context>handleSignal:
         0xb0e14b0 s Context>handleSignal:
         0xb0e3b80 s Context>handleSignal:
         0xb0e6198 s Context>handleSignal:
         0xb0e86f8 s Context>handleSignal:
         0xb0eaba0 s Context>handleSignal:
         0xb0ecf90 s Context>handleSignal:
         0xb0ef2c8 s Context>handleSignal:
         0xb0f1548 s Context>handleSignal:
         0xb0f3710 s Context>handleSignal:
         0xb0f5820 s Context>handleSignal:
         0xb0f7878 s Context>handleSignal:
         0xb0f9818 s Context>handleSignal:
         0xb0fb700 s Context>handleSignal:
         0xb0fd478 s Context>handleSignal:
         0xb0ff138 s Context>handleSignal:
         0xb100d40 s Context>handleSignal:
         0xb102890 s Context>handleSignal:
         0xb104328 s Context>handleSignal:
         0xb105d08 s Context>handleSignal:
         0xb107630 s Context>handleSignal:
         0xb108ea0 s Context>handleSignal:
         0xb10a658 s Context>handleSignal:
         0xb10bd58 s Context>handleSignal:
         0xb10d3a0 s Context>handleSignal:
         0xb10e930 s Context>handleSignal:
         0xb10fe08 s Context>handleSignal:
         0xb111228 s Context>handleSignal:
         0xb112590 s Context>handleSignal:
         0xb113840 s Context>handleSignal:
         0xb114a38 s Context>handleSignal:
         0xb115b78 s Context>handleSignal:
         0xb116b48 s Context>handleSignal:
         0xb117a60 s Context>handleSignal:
         0xb1188c0 s Context>handleSignal:
         0xb119668 s Context>handleSignal:
         0xb11a358 s Context>handleSignal:
         0xb11af90 s Context>handleSignal:
         0xb11bb10 s Context>handleSignal:
         0xb11c5d8 s Context>handleSignal:
         0xb11cfe8 s Context>handleSignal:
         0xb1d8ca8 s Halt(Exception)>signal
         0xb2734f0 s Halt class(Exception class)>signal
         0xad42310 s Halt class>now
         0xb1bae38 s FullBlockClosure(Object)>halt
         0xb2351c8 s FullBlockClosure>printOn:
         0xb296fd0 s Context>printOn:
         0xb351058 s Context>printDebugOn:
         0xb398e08 s [] in Context>debugStack:on:
         0xb3bf838 s OrderedCollection>do:
         0xb297720 s Context>debugStack:on:
         0xb3519c0 s Context>shortDebugStackOn:
         0xb3994d0 s [] in SmalltalkImage>logError:inContext:
         0xb3bfc50 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d7718 s FullBlockClosure(BlockClosure)>on:do:
         0xb271d20 s SmalltalkImage>logStdErrorDuring:
         0xb2b9708 s SmalltalkImage>logError:inContext:
         0xb376c98 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b4d80 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d35b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3efa48 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f6758 s Halt(Exception)>unhandledErrorAction
         0xb3f6810 s Halt(UnhandledException)>defaultAction
         0xb3f68c8 s UndefinedObject>handleSignal:
         0xad41a70 s Context>handleSignal:
         0xad42bb0 s Context>handleSignal:
         0xad42c68 s Context>handleSignal:
         0xad42d20 s Context>handleSignal:
         0xad42dd8 s Context>handleSignal:
         0xad42e90 s Context>handleSignal:
         0xad42f48 s Context>handleSignal:
         0xad43000 s Context>handleSignal:
         0xad430b8 s Context>handleSignal:
         0xad43170 s Context>handleSignal:
         0xad9ead8 s Context>handleSignal:
         0xadb2478 s Context>handleSignal:
         0xadc42e8 s Context>handleSignal:
         0xadd5448 s Context>handleSignal:
         0xade8ea8 s Context>handleSignal:
         0xadf9680 s Context>handleSignal:
         0xae09980 s Context>handleSignal:
         0xae19820 s Context>handleSignal:
         0xae2bd58 s Context>handleSignal:
         0xae3b3a8 s Context>handleSignal:
         0xae4d598 s Context>handleSignal:
         0xae59b78 s Context>handleSignal:
         0xae668f0 s Context>handleSignal:
         0xae71948 s Context>handleSignal:
         0xae7b878 s Context>handleSignal:
         0xae86320 s Context>handleSignal:
         0xae90338 s Context>handleSignal:
         0xae9b0c8 s Context>handleSignal:
         0xaea7548 s Context>handleSignal:
         0xaeb0a30 s Context>handleSignal:
         0xaeb8f10 s Context>handleSignal:
         0xaec10d8 s Context>handleSignal:
         0xaec8f68 s Context>handleSignal:
         0xaed1248 s Context>handleSignal:
         0xaed9178 s Context>handleSignal:
         0xaee1308 s Context>handleSignal:
         0xaee8ce0 s Context>handleSignal:
         0xaef09b0 s Context>handleSignal:
         0xaef87e0 s Context>handleSignal:
         0xaf00760 s Context>handleSignal:
         0xaf09d10 s Context>handleSignal:
         0xaf11730 s Context>handleSignal:
         0xaf19440 s Context>handleSignal:
         0xaf20238 s Context>handleSignal:
         0xaf26fb8 s Context>handleSignal:
         0xaf2de90 s Context>handleSignal:
         0xaf34a60 s Context>handleSignal:
         0xaf3b4c0 s Context>handleSignal:
         0xaf41e68 s Context>handleSignal:
         0xaf48758 s Context>handleSignal:
         0xaf4ef90 s Context>handleSignal:
         0xaf55710 s Context>handleSignal:
         0xaf5bdd8 s Context>handleSignal:
         0xaf623e8 s Context>handleSignal:
         0xaf68940 s Context>handleSignal:
         0xaf6ede0 s Context>handleSignal:
         0xaf751c8 s Context>handleSignal:
         0xaf7b4f8 s Context>handleSignal:
         0xaf81770 s Context>handleSignal:
         0xaf87930 s Context>handleSignal:
         0xaf8da38 s Context>handleSignal:
         0xaf93a88 s Context>handleSignal:
         0xaf99a20 s Context>handleSignal:
         0xaf9f900 s Context>handleSignal:
         0xafa5728 s Context>handleSignal:
         0xafab498 s Context>handleSignal:
         0xafb1150 s Context>handleSignal:
         0xafb6d50 s Context>handleSignal:
         0xafbc898 s Context>handleSignal:
         0xafc2328 s Context>handleSignal:
         0xafc7d00 s Context>handleSignal:
         0xafcd620 s Context>handleSignal:
         0xafd2e88 s Context>handleSignal:
         0xafd8638 s Context>handleSignal:
         0xafddd30 s Context>handleSignal:
         0xafe3370 s Context>handleSignal:
         0xafe88f8 s Context>handleSignal:
         0xafeddc8 s Context>handleSignal:
         0xaff31e0 s Context>handleSignal:
         0xaff8540 s Context>handleSignal:
         0xaffd7e8 s Context>handleSignal:
         0xb0029d8 s Context>handleSignal:
         0xb007b10 s Context>handleSignal:
         0xb00cb90 s Context>handleSignal:
         0xb011b58 s Context>handleSignal:
         0xb016a68 s Context>handleSignal:
         0xb01b8c0 s Context>handleSignal:
         0xb020660 s Context>handleSignal:
         0xb025348 s Context>handleSignal:
         0xb029f78 s Context>handleSignal:
         0xb02eaf0 s Context>handleSignal:
         0xb0335b0 s Context>handleSignal:
         0xb037fb8 s Context>handleSignal:
         0xb03c908 s Context>handleSignal:
         0xb0411a0 s Context>handleSignal:
         0xb045980 s Context>handleSignal:
         0xb04a0a8 s Context>handleSignal:
         0xb04e718 s Context>handleSignal:
         0xb052cd0 s Context>handleSignal:
         0xb0571d0 s Context>handleSignal:
         0xb05b618 s Context>handleSignal:
         0xb05f9a8 s Context>handleSignal:
         0xb063c80 s Context>handleSignal:
         0xb067ea0 s Context>handleSignal:
         0xb06c008 s Context>handleSignal:
         0xb0700b8 s Context>handleSignal:
         0xb0740b0 s Context>handleSignal:
         0xb077ff0 s Context>handleSignal:
         0xb07be78 s Context>handleSignal:
         0xb07fc48 s Context>handleSignal:
         0xb083960 s Context>handleSignal:
         0xb0875c0 s Context>handleSignal:
         0xb08b168 s Context>handleSignal:
         0xb08ec58 s Context>handleSignal:
         0xb092690 s Context>handleSignal:
         0xb096010 s Context>handleSignal:
         0xb0998d8 s Context>handleSignal:
         0xb09d0e8 s Context>handleSignal:
         0xb0a0840 s Context>handleSignal:
         0xb0a3ee0 s Context>handleSignal:
         0xb0a74c8 s Context>handleSignal:
         0xb0aa9f8 s Context>handleSignal:
         0xb0ade70 s Context>handleSignal:
         0xb0b1230 s Context>handleSignal:
         0xb0b4538 s Context>handleSignal:
         0xb0b7788 s Context>handleSignal:
         0xb0ba920 s Context>handleSignal:
         0xb0bda00 s Context>handleSignal:
         0xb0c0a28 s Context>handleSignal:
         0xb0c3998 s Context>handleSignal:
         0xb0c6850 s Context>handleSignal:
         0xb0c9650 s Context>handleSignal:
         0xb0cc398 s Context>handleSignal:
         0xb0cf028 s Context>handleSignal:
         0xb0d1c00 s Context>handleSignal:
         0xb0d4720 s Context>handleSignal:
         0xb0d7188 s Context>handleSignal:
         0xb0d9b38 s Context>handleSignal:
         0xb0dc430 s Context>handleSignal:
         0xb0dec70 s Context>handleSignal:
         0xb0e13f8 s Context>handleSignal:
         0xb0e3ac8 s Context>handleSignal:
         0xb0e60e0 s Context>handleSignal:
         0xb0e8640 s Context>handleSignal:
         0xb0eaae8 s Context>handleSignal:
         0xb0eced8 s Context>handleSignal:
         0xb0ef210 s Context>handleSignal:
         0xb0f1490 s Context>handleSignal:
         0xb0f3658 s Context>handleSignal:
         0xb0f5768 s Context>handleSignal:
         0xb0f77c0 s Context>handleSignal:
         0xb0f9760 s Context>handleSignal:
         0xb0fb648 s Context>handleSignal:
         0xb0fd3c0 s Context>handleSignal:
         0xb0ff080 s Context>handleSignal:
         0xb100c88 s Context>handleSignal:
         0xb1027d8 s Context>handleSignal:
         0xb104270 s Context>handleSignal:
         0xb105c50 s Context>handleSignal:
         0xb107578 s Context>handleSignal:
         0xb108de8 s Context>handleSignal:
         0xb10a5a0 s Context>handleSignal:
         0xb10bca0 s Context>handleSignal:
         0xb10d2e8 s Context>handleSignal:
         0xb10e878 s Context>handleSignal:
         0xb10fd50 s Context>handleSignal:
         0xb111170 s Context>handleSignal:
         0xb1124d8 s Context>handleSignal:
         0xb113788 s Context>handleSignal:
         0xb114980 s Context>handleSignal:
         0xb115ac0 s Context>handleSignal:
         0xb116a90 s Context>handleSignal:
         0xb1179a8 s Context>handleSignal:
         0xb118808 s Context>handleSignal:
         0xb1195b0 s Context>handleSignal:
         0xb11a2a0 s Context>handleSignal:
         0xb11aed8 s Context>handleSignal:
         0xb11ba58 s Context>handleSignal:
         0xb11c520 s Context>handleSignal:
         0xb1d8bf0 s Halt(Exception)>signal
         0xb273438 s Halt class(Exception class)>signal
         0xad41b28 s Halt class>now
         0xb1bad48 s FullBlockClosure(Object)>halt
         0xb2350e0 s FullBlockClosure>printOn:
         0xb296e10 s Context>printOn:
         0xb350e08 s Context>printDebugOn:
         0xb351110 s [] in Context>debugStack:on:
         0xb398ec0 s OrderedCollection>do:
         0xb296f18 s Context>debugStack:on:
         0xb350fa0 s Context>shortDebugStackOn:
         0xb398d50 s [] in SmalltalkImage>logError:inContext:
         0xb3bf780 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d75a8 s FullBlockClosure(BlockClosure)>on:do:
         0xb271b50 s SmalltalkImage>logStdErrorDuring:
         0xb2b9608 s SmalltalkImage>logError:inContext:
         0xb376bd0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b4c90 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d34d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef990 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40c680 s Halt(Exception)>unhandledErrorAction
         0xb40e9b8 s Halt(UnhandledException)>defaultAction
         0xb40ea70 s UndefinedObject>handleSignal:
         0xb40eb28 s Context>handleSignal:
         0xb40ebe0 s Context>handleSignal:
         0xb40ec98 s Context>handleSignal:
         0xb40ed50 s Context>handleSignal:
         0xb40ee08 s Context>handleSignal:
         0xb40eec0 s Context>handleSignal:
         0xb40ef78 s Context>handleSignal:
         0xb40f030 s Context>handleSignal:
         0xb40f0e8 s Context>handleSignal:
         0xb40f1a0 s Context>handleSignal:
         0xad90118 s Context>handleSignal:
         0xada5de0 s Context>handleSignal:
         0xadb91a0 s Context>handleSignal:
         0xadcaeb8 s Context>handleSignal:
         0xaddbf60 s Context>handleSignal:
         0xadef908 s Context>handleSignal:
         0xae00028 s Context>handleSignal:
         0xae101b8 s Context>handleSignal:
         0xae1ffa0 s Context>handleSignal:
         0xae32420 s Context>handleSignal:
         0xae419b8 s Context>handleSignal:
         0xae53af0 s Context>handleSignal:
         0xae60018 s Context>handleSignal:
         0xae6ccd8 s Context>handleSignal:
         0xae77c78 s Context>handleSignal:
         0xae81af0 s Context>handleSignal:
         0xae8c4e0 s Context>handleSignal:
         0xae96440 s Context>handleSignal:
         0xaea1118 s Context>handleSignal:
         0xaead4e0 s Context>handleSignal:
         0xaeb6910 s Context>handleSignal:
         0xaebed38 s Context>handleSignal:
         0xaec6e48 s Context>handleSignal:
         0xaecec20 s Context>handleSignal:
         0xaed6e48 s Context>handleSignal:
         0xaedecc0 s Context>handleSignal:
         0xaee6d98 s Context>handleSignal:
         0xaeee6b8 s Context>handleSignal:
         0xaef62d0 s Context>handleSignal:
         0xaefe048 s Context>handleSignal:
         0xaf05f10 s Context>handleSignal:
         0xaf0f408 s Context>handleSignal:
         0xaf16d70 s Context>handleSignal:
         0xaf1e9c8 s Context>handleSignal:
         0xaf25708 s Context>handleSignal:
         0xaf2c3d0 s Context>handleSignal:
         0xaf331f0 s Context>handleSignal:
         0xaf39d08 s Context>handleSignal:
         0xaf406b0 s Context>handleSignal:
         0xaf46fa0 s Context>handleSignal:
         0xaf4d7d8 s Context>handleSignal:
         0xaf53f58 s Context>handleSignal:
         0xaf5a620 s Context>handleSignal:
         0xaf60c30 s Context>handleSignal:
         0xaf67188 s Context>handleSignal:
         0xaf6d628 s Context>handleSignal:
         0xaf73a10 s Context>handleSignal:
         0xaf79d40 s Context>handleSignal:
         0xaf7ffb8 s Context>handleSignal:
         0xaf86178 s Context>handleSignal:
         0xaf8c280 s Context>handleSignal:
         0xaf922d0 s Context>handleSignal:
         0xaf98268 s Context>handleSignal:
         0xaf9e148 s Context>handleSignal:
         0xafa3f70 s Context>handleSignal:
         0xafa9ce0 s Context>handleSignal:
         0xafaf998 s Context>handleSignal:
         0xafb5598 s Context>handleSignal:
         0xafbb0e0 s Context>handleSignal:
         0xafc0b70 s Context>handleSignal:
         0xafc6548 s Context>handleSignal:
         0xafcbe68 s Context>handleSignal:
         0xafd16d0 s Context>handleSignal:
         0xafd6e80 s Context>handleSignal:
         0xafdc578 s Context>handleSignal:
         0xafe1bb8 s Context>handleSignal:
         0xafe7140 s Context>handleSignal:
         0xafec610 s Context>handleSignal:
         0xaff1a28 s Context>handleSignal:
         0xaff6d88 s Context>handleSignal:
         0xaffc030 s Context>handleSignal:
         0xb001220 s Context>handleSignal:
         0xb006358 s Context>handleSignal:
         0xb00b3d8 s Context>handleSignal:
         0xb0103a0 s Context>handleSignal:
         0xb0152b0 s Context>handleSignal:
         0xb01a108 s Context>handleSignal:
         0xb01eea8 s Context>handleSignal:
         0xb023b90 s Context>handleSignal:
         0xb0287c0 s Context>handleSignal:
         0xb02d338 s Context>handleSignal:
         0xb031df8 s Context>handleSignal:
         0xb036800 s Context>handleSignal:
         0xb03b150 s Context>handleSignal:
         0xb03f9e8 s Context>handleSignal:
         0xb0441c8 s Context>handleSignal:
         0xb0488f0 s Context>handleSignal:
         0xb04cf60 s Context>handleSignal:
         0xb051518 s Context>handleSignal:
         0xb055a18 s Context>handleSignal:
         0xb059e60 s Context>handleSignal:
         0xb05e1f0 s Context>handleSignal:
         0xb0624c8 s Context>handleSignal:
         0xb0666e8 s Context>handleSignal:
         0xb06a850 s Context>handleSignal:
         0xb06e900 s Context>handleSignal:
         0xb0728f8 s Context>handleSignal:
         0xb076838 s Context>handleSignal:
         0xb07a6c0 s Context>handleSignal:
         0xb07e490 s Context>handleSignal:
         0xb0821a8 s Context>handleSignal:
         0xb085e08 s Context>handleSignal:
         0xb0899b0 s Context>handleSignal:
         0xb08d4a0 s Context>handleSignal:
         0xb090ed8 s Context>handleSignal:
         0xb094858 s Context>handleSignal:
         0xb098120 s Context>handleSignal:
         0xb09b930 s Context>handleSignal:
         0xb09f088 s Context>handleSignal:
         0xb0a2728 s Context>handleSignal:
         0xb0a5d10 s Context>handleSignal:
         0xb0a9240 s Context>handleSignal:
         0xb0ac6b8 s Context>handleSignal:
         0xb0afa78 s Context>handleSignal:
         0xb0b2d80 s Context>handleSignal:
         0xb0b5fd0 s Context>handleSignal:
         0xb0b9168 s Context>handleSignal:
         0xb0bc248 s Context>handleSignal:
         0xb0bf270 s Context>handleSignal:
         0xb0c21e0 s Context>handleSignal:
         0xb0c5098 s Context>handleSignal:
         0xb0c7e98 s Context>handleSignal:
         0xb0cabe0 s Context>handleSignal:
         0xb0cd870 s Context>handleSignal:
         0xb0d0448 s Context>handleSignal:
         0xb0d2f68 s Context>handleSignal:
         0xb0d59d0 s Context>handleSignal:
         0xb0d8380 s Context>handleSignal:
         0xb0dac78 s Context>handleSignal:
         0xb0dd4b8 s Context>handleSignal:
         0xb0dfc40 s Context>handleSignal:
         0xb0e2310 s Context>handleSignal:
         0xb0e4928 s Context>handleSignal:
         0xb0e6e88 s Context>handleSignal:
         0xb0e9330 s Context>handleSignal:
         0xb0eb720 s Context>handleSignal:
         0xb0eda58 s Context>handleSignal:
         0xb0efcd8 s Context>handleSignal:
         0xb0f1ea0 s Context>handleSignal:
         0xb0f3fb0 s Context>handleSignal:
         0xb0f6008 s Context>handleSignal:
         0xb0f7fa8 s Context>handleSignal:
         0xb0f9e90 s Context>handleSignal:
         0xb0fbcc0 s Context>handleSignal:
         0xb0fda38 s Context>handleSignal:
         0xb0ff6f8 s Context>handleSignal:
         0xb101300 s Context>handleSignal:
         0xb102e50 s Context>handleSignal:
         0xb1048e8 s Context>handleSignal:
         0xb1062c8 s Context>handleSignal:
         0xb107bf0 s Context>handleSignal:
         0xb109460 s Context>handleSignal:
         0xb10ac18 s Context>handleSignal:
         0xb10c318 s Context>handleSignal:
         0xb10d960 s Context>handleSignal:
         0xb10eef0 s Context>handleSignal:
         0xb1103c8 s Context>handleSignal:
         0xb1117e8 s Context>handleSignal:
         0xb112b50 s Context>handleSignal:
         0xb113e00 s Context>handleSignal:
         0xb114ff8 s Context>handleSignal:
         0xb116080 s Context>handleSignal:
         0xb117050 s Context>handleSignal:
         0xb117f68 s Context>handleSignal:
         0xb118dc8 s Context>handleSignal:
         0xb119b70 s Context>handleSignal:
         0xb11a860 s Context>handleSignal:
         0xb11b498 s Context>handleSignal:
         0xb1d8b38 s Halt(Exception)>signal
         0xb273380 s Halt class(Exception class)>signal
         0xad41340 s Halt class>now
         0xb1bac58 s FullBlockClosure(Object)>halt
         0xb234fc8 s FullBlockClosure>printOn:
         0xb296b98 s Context>printOn:
         0xb350b00 s Context>printDebugOn:
         0xb350ec0 s [] in Context>debugStack:on:
         0xb398c88 s OrderedCollection>do:
         0xb296d58 s Context>debugStack:on:
         0xb350d50 s Context>shortDebugStackOn:
         0xb398bd0 s [] in SmalltalkImage>logError:inContext:
         0xb3bf6a8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d7438 s FullBlockClosure(BlockClosure)>on:do:
         0xb271980 s SmalltalkImage>logStdErrorDuring:
         0xb2b9508 s SmalltalkImage>logError:inContext:
         0xb376b08 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b4ba0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d33f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef8d8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f6530 s Halt(Exception)>unhandledErrorAction
         0xb3f65e8 s Halt(UnhandledException)>defaultAction
         0xb3f66a0 s UndefinedObject>handleSignal:
         0xad40b58 s Context>handleSignal:
         0xad423c8 s Context>handleSignal:
         0xad42480 s Context>handleSignal:
         0xad42538 s Context>handleSignal:
         0xad425f0 s Context>handleSignal:
         0xad426a8 s Context>handleSignal:
         0xad42760 s Context>handleSignal:
         0xad42818 s Context>handleSignal:
         0xad428d0 s Context>handleSignal:
         0xad42988 s Context>handleSignal:
         0xad9ea20 s Context>handleSignal:
         0xadb23c0 s Context>handleSignal:
         0xadc4230 s Context>handleSignal:
         0xadd5390 s Context>handleSignal:
         0xade8df0 s Context>handleSignal:
         0xadf95c8 s Context>handleSignal:
         0xae098c8 s Context>handleSignal:
         0xae19768 s Context>handleSignal:
         0xae2bca0 s Context>handleSignal:
         0xae3b2f0 s Context>handleSignal:
         0xae4d4e0 s Context>handleSignal:
         0xae59ac0 s Context>handleSignal:
         0xae66838 s Context>handleSignal:
         0xae71890 s Context>handleSignal:
         0xae7b7c0 s Context>handleSignal:
         0xae86268 s Context>handleSignal:
         0xae90280 s Context>handleSignal:
         0xae9b010 s Context>handleSignal:
         0xaea7490 s Context>handleSignal:
         0xaeb0978 s Context>handleSignal:
         0xaeb8e58 s Context>handleSignal:
         0xaec1020 s Context>handleSignal:
         0xaec8eb0 s Context>handleSignal:
         0xaed1190 s Context>handleSignal:
         0xaed90c0 s Context>handleSignal:
         0xaee1250 s Context>handleSignal:
         0xaee8c28 s Context>handleSignal:
         0xaef08f8 s Context>handleSignal:
         0xaef8728 s Context>handleSignal:
         0xaf006a8 s Context>handleSignal:
         0xaf09c58 s Context>handleSignal:
         0xaf11678 s Context>handleSignal:
         0xaf19388 s Context>handleSignal:
         0xaf20180 s Context>handleSignal:
         0xaf26f00 s Context>handleSignal:
         0xaf2ddd8 s Context>handleSignal:
         0xaf349a8 s Context>handleSignal:
         0xaf3b408 s Context>handleSignal:
         0xaf41db0 s Context>handleSignal:
         0xaf486a0 s Context>handleSignal:
         0xaf4eed8 s Context>handleSignal:
         0xaf55658 s Context>handleSignal:
         0xaf5bd20 s Context>handleSignal:
         0xaf62330 s Context>handleSignal:
         0xaf68888 s Context>handleSignal:
         0xaf6ed28 s Context>handleSignal:
         0xaf75110 s Context>handleSignal:
         0xaf7b440 s Context>handleSignal:
         0xaf816b8 s Context>handleSignal:
         0xaf87878 s Context>handleSignal:
         0xaf8d980 s Context>handleSignal:
         0xaf939d0 s Context>handleSignal:
         0xaf99968 s Context>handleSignal:
         0xaf9f848 s Context>handleSignal:
         0xafa5670 s Context>handleSignal:
         0xafab3e0 s Context>handleSignal:
         0xafb1098 s Context>handleSignal:
         0xafb6c98 s Context>handleSignal:
         0xafbc7e0 s Context>handleSignal:
         0xafc2270 s Context>handleSignal:
         0xafc7c48 s Context>handleSignal:
         0xafcd568 s Context>handleSignal:
         0xafd2dd0 s Context>handleSignal:
         0xafd8580 s Context>handleSignal:
         0xafddc78 s Context>handleSignal:
         0xafe32b8 s Context>handleSignal:
         0xafe8840 s Context>handleSignal:
         0xafedd10 s Context>handleSignal:
         0xaff3128 s Context>handleSignal:
         0xaff8488 s Context>handleSignal:
         0xaffd730 s Context>handleSignal:
         0xb002920 s Context>handleSignal:
         0xb007a58 s Context>handleSignal:
         0xb00cad8 s Context>handleSignal:
         0xb011aa0 s Context>handleSignal:
         0xb0169b0 s Context>handleSignal:
         0xb01b808 s Context>handleSignal:
         0xb0205a8 s Context>handleSignal:
         0xb025290 s Context>handleSignal:
         0xb029ec0 s Context>handleSignal:
         0xb02ea38 s Context>handleSignal:
         0xb0334f8 s Context>handleSignal:
         0xb037f00 s Context>handleSignal:
         0xb03c850 s Context>handleSignal:
         0xb0410e8 s Context>handleSignal:
         0xb0458c8 s Context>handleSignal:
         0xb049ff0 s Context>handleSignal:
         0xb04e660 s Context>handleSignal:
         0xb052c18 s Context>handleSignal:
         0xb057118 s Context>handleSignal:
         0xb05b560 s Context>handleSignal:
         0xb05f8f0 s Context>handleSignal:
         0xb063bc8 s Context>handleSignal:
         0xb067de8 s Context>handleSignal:
         0xb06bf50 s Context>handleSignal:
         0xb070000 s Context>handleSignal:
         0xb073ff8 s Context>handleSignal:
         0xb077f38 s Context>handleSignal:
         0xb07bdc0 s Context>handleSignal:
         0xb07fb90 s Context>handleSignal:
         0xb0838a8 s Context>handleSignal:
         0xb087508 s Context>handleSignal:
         0xb08b0b0 s Context>handleSignal:
         0xb08eba0 s Context>handleSignal:
         0xb0925d8 s Context>handleSignal:
         0xb095f58 s Context>handleSignal:
         0xb099820 s Context>handleSignal:
         0xb09d030 s Context>handleSignal:
         0xb0a0788 s Context>handleSignal:
         0xb0a3e28 s Context>handleSignal:
         0xb0a7410 s Context>handleSignal:
         0xb0aa940 s Context>handleSignal:
         0xb0addb8 s Context>handleSignal:
         0xb0b1178 s Context>handleSignal:
         0xb0b4480 s Context>handleSignal:
         0xb0b76d0 s Context>handleSignal:
         0xb0ba868 s Context>handleSignal:
         0xb0bd948 s Context>handleSignal:
         0xb0c0970 s Context>handleSignal:
         0xb0c38e0 s Context>handleSignal:
         0xb0c6798 s Context>handleSignal:
         0xb0c9598 s Context>handleSignal:
         0xb0cc2e0 s Context>handleSignal:
         0xb0cef70 s Context>handleSignal:
         0xb0d1b48 s Context>handleSignal:
         0xb0d4668 s Context>handleSignal:
         0xb0d70d0 s Context>handleSignal:
         0xb0d9a80 s Context>handleSignal:
         0xb0dc378 s Context>handleSignal:
         0xb0debb8 s Context>handleSignal:
         0xb0e1340 s Context>handleSignal:
         0xb0e3a10 s Context>handleSignal:
         0xb0e6028 s Context>handleSignal:
         0xb0e8588 s Context>handleSignal:
         0xb0eaa30 s Context>handleSignal:
         0xb0ece20 s Context>handleSignal:
         0xb0ef158 s Context>handleSignal:
         0xb0f13d8 s Context>handleSignal:
         0xb0f35a0 s Context>handleSignal:
         0xb0f56b0 s Context>handleSignal:
         0xb0f7708 s Context>handleSignal:
         0xb0f96a8 s Context>handleSignal:
         0xb0fb590 s Context>handleSignal:
         0xb0fd308 s Context>handleSignal:
         0xb0fefc8 s Context>handleSignal:
         0xb100bd0 s Context>handleSignal:
         0xb102720 s Context>handleSignal:
         0xb1041b8 s Context>handleSignal:
         0xb105b98 s Context>handleSignal:
         0xb1074c0 s Context>handleSignal:
         0xb108d30 s Context>handleSignal:
         0xb10a4e8 s Context>handleSignal:
         0xb10bbe8 s Context>handleSignal:
         0xb10d230 s Context>handleSignal:
         0xb10e7c0 s Context>handleSignal:
         0xb10fc98 s Context>handleSignal:
         0xb1110b8 s Context>handleSignal:
         0xb112420 s Context>handleSignal:
         0xb1136d0 s Context>handleSignal:
         0xb1148c8 s Context>handleSignal:
         0xb115a08 s Context>handleSignal:
         0xb1169d8 s Context>handleSignal:
         0xb1178f0 s Context>handleSignal:
         0xb118750 s Context>handleSignal:
         0xb1194f8 s Context>handleSignal:
         0xb11a1e8 s Context>handleSignal:
         0xb11ae20 s Context>handleSignal:
         0xb1d8a80 s Halt(Exception)>signal
         0xb2732c8 s Halt class(Exception class)>signal
         0xad40c10 s Halt class>now
         0xb1baba0 s FullBlockClosure(Object)>halt
         0xb234f10 s FullBlockClosure>printOn:
         0xb296a90 s Context>printOn:
         0xb350968 s Context>printDebugOn:
         0xb350bb8 s [] in Context>debugStack:on:
         0xb398a50 s OrderedCollection>do:
         0xb296ca0 s Context>debugStack:on:
         0xb350c98 s Context>shortDebugStackOn:
         0xb398b18 s [] in SmalltalkImage>logError:inContext:
         0xb3bf5f0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d72c8 s FullBlockClosure(BlockClosure)>on:do:
         0xb2717b0 s SmalltalkImage>logStdErrorDuring:
         0xb2b9408 s SmalltalkImage>logError:inContext:
         0xb376a40 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b4ab0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d3318 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef820 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f61c0 s Halt(Exception)>unhandledErrorAction
         0xb3f6278 s Halt(UnhandledException)>defaultAction
         0xb3f6330 s UndefinedObject>handleSignal:
         0xad40370 s Context>handleSignal:
         0xad41be0 s Context>handleSignal:
         0xad41c98 s Context>handleSignal:
         0xad41d50 s Context>handleSignal:
         0xad41e08 s Context>handleSignal:
         0xad41ec0 s Context>handleSignal:
         0xad41f78 s Context>handleSignal:
         0xad42030 s Context>handleSignal:
         0xad420e8 s Context>handleSignal:
         0xad421a0 s Context>handleSignal:
         0xad9e968 s Context>handleSignal:
         0xadb2308 s Context>handleSignal:
         0xadc4178 s Context>handleSignal:
         0xadd52d8 s Context>handleSignal:
         0xade8d38 s Context>handleSignal:
         0xadf9510 s Context>handleSignal:
         0xae09810 s Context>handleSignal:
         0xae196b0 s Context>handleSignal:
         0xae2bbe8 s Context>handleSignal:
         0xae3b238 s Context>handleSignal:
         0xae4d428 s Context>handleSignal:
         0xae59a08 s Context>handleSignal:
         0xae66780 s Context>handleSignal:
         0xae717d8 s Context>handleSignal:
         0xae7b708 s Context>handleSignal:
         0xae861b0 s Context>handleSignal:
         0xae901c8 s Context>handleSignal:
         0xae9af58 s Context>handleSignal:
         0xaea73d8 s Context>handleSignal:
         0xaeb08c0 s Context>handleSignal:
         0xaeb8da0 s Context>handleSignal:
         0xaec0f68 s Context>handleSignal:
         0xaec8df8 s Context>handleSignal:
         0xaed10d8 s Context>handleSignal:
         0xaed9008 s Context>handleSignal:
         0xaee1198 s Context>handleSignal:
         0xaee8b70 s Context>handleSignal:
         0xaef0840 s Context>handleSignal:
         0xaef8670 s Context>handleSignal:
         0xaf005f0 s Context>handleSignal:
         0xaf09ba0 s Context>handleSignal:
         0xaf115c0 s Context>handleSignal:
         0xaf192d0 s Context>handleSignal:
         0xaf200c8 s Context>handleSignal:
         0xaf26e48 s Context>handleSignal:
         0xaf2dd20 s Context>handleSignal:
         0xaf348f0 s Context>handleSignal:
         0xaf3b350 s Context>handleSignal:
         0xaf41cf8 s Context>handleSignal:
         0xaf485e8 s Context>handleSignal:
         0xaf4ee20 s Context>handleSignal:
         0xaf555a0 s Context>handleSignal:
         0xaf5bc68 s Context>handleSignal:
         0xaf62278 s Context>handleSignal:
         0xaf687d0 s Context>handleSignal:
         0xaf6ec70 s Context>handleSignal:
         0xaf75058 s Context>handleSignal:
         0xaf7b388 s Context>handleSignal:
         0xaf81600 s Context>handleSignal:
         0xaf877c0 s Context>handleSignal:
         0xaf8d8c8 s Context>handleSignal:
         0xaf93918 s Context>handleSignal:
         0xaf998b0 s Context>handleSignal:
         0xaf9f790 s Context>handleSignal:
         0xafa55b8 s Context>handleSignal:
         0xafab328 s Context>handleSignal:
         0xafb0fe0 s Context>handleSignal:
         0xafb6be0 s Context>handleSignal:
         0xafbc728 s Context>handleSignal:
         0xafc21b8 s Context>handleSignal:
         0xafc7b90 s Context>handleSignal:
         0xafcd4b0 s Context>handleSignal:
         0xafd2d18 s Context>handleSignal:
         0xafd84c8 s Context>handleSignal:
         0xafddbc0 s Context>handleSignal:
         0xafe3200 s Context>handleSignal:
         0xafe8788 s Context>handleSignal:
         0xafedc58 s Context>handleSignal:
         0xaff3070 s Context>handleSignal:
         0xaff83d0 s Context>handleSignal:
         0xaffd678 s Context>handleSignal:
         0xb002868 s Context>handleSignal:
         0xb0079a0 s Context>handleSignal:
         0xb00ca20 s Context>handleSignal:
         0xb0119e8 s Context>handleSignal:
         0xb0168f8 s Context>handleSignal:
         0xb01b750 s Context>handleSignal:
         0xb0204f0 s Context>handleSignal:
         0xb0251d8 s Context>handleSignal:
         0xb029e08 s Context>handleSignal:
         0xb02e980 s Context>handleSignal:
         0xb033440 s Context>handleSignal:
         0xb037e48 s Context>handleSignal:
         0xb03c798 s Context>handleSignal:
         0xb041030 s Context>handleSignal:
         0xb045810 s Context>handleSignal:
         0xb049f38 s Context>handleSignal:
         0xb04e5a8 s Context>handleSignal:
         0xb052b60 s Context>handleSignal:
         0xb057060 s Context>handleSignal:
         0xb05b4a8 s Context>handleSignal:
         0xb05f838 s Context>handleSignal:
         0xb063b10 s Context>handleSignal:
         0xb067d30 s Context>handleSignal:
         0xb06be98 s Context>handleSignal:
         0xb06ff48 s Context>handleSignal:
         0xb073f40 s Context>handleSignal:
         0xb077e80 s Context>handleSignal:
         0xb07bd08 s Context>handleSignal:
         0xb07fad8 s Context>handleSignal:
         0xb0837f0 s Context>handleSignal:
         0xb087450 s Context>handleSignal:
         0xb08aff8 s Context>handleSignal:
         0xb08eae8 s Context>handleSignal:
         0xb092520 s Context>handleSignal:
         0xb095ea0 s Context>handleSignal:
         0xb099768 s Context>handleSignal:
         0xb09cf78 s Context>handleSignal:
         0xb0a06d0 s Context>handleSignal:
         0xb0a3d70 s Context>handleSignal:
         0xb0a7358 s Context>handleSignal:
         0xb0aa888 s Context>handleSignal:
         0xb0add00 s Context>handleSignal:
         0xb0b10c0 s Context>handleSignal:
         0xb0b43c8 s Context>handleSignal:
         0xb0b7618 s Context>handleSignal:
         0xb0ba7b0 s Context>handleSignal:
         0xb0bd890 s Context>handleSignal:
         0xb0c08b8 s Context>handleSignal:
         0xb0c3828 s Context>handleSignal:
         0xb0c66e0 s Context>handleSignal:
         0xb0c94e0 s Context>handleSignal:
         0xb0cc228 s Context>handleSignal:
         0xb0ceeb8 s Context>handleSignal:
         0xb0d1a90 s Context>handleSignal:
         0xb0d45b0 s Context>handleSignal:
         0xb0d7018 s Context>handleSignal:
         0xb0d99c8 s Context>handleSignal:
         0xb0dc2c0 s Context>handleSignal:
         0xb0deb00 s Context>handleSignal:
         0xb0e1288 s Context>handleSignal:
         0xb0e3958 s Context>handleSignal:
         0xb0e5f70 s Context>handleSignal:
         0xb0e84d0 s Context>handleSignal:
         0xb0ea978 s Context>handleSignal:
         0xb0ecd68 s Context>handleSignal:
         0xb0ef0a0 s Context>handleSignal:
         0xb0f1320 s Context>handleSignal:
         0xb0f34e8 s Context>handleSignal:
         0xb0f55f8 s Context>handleSignal:
         0xb0f7650 s Context>handleSignal:
         0xb0f95f0 s Context>handleSignal:
         0xb0fb4d8 s Context>handleSignal:
         0xb0fd250 s Context>handleSignal:
         0xb0fef10 s Context>handleSignal:
         0xb100b18 s Context>handleSignal:
         0xb102668 s Context>handleSignal:
         0xb104100 s Context>handleSignal:
         0xb105ae0 s Context>handleSignal:
         0xb107408 s Context>handleSignal:
         0xb108c78 s Context>handleSignal:
         0xb10a430 s Context>handleSignal:
         0xb10bb30 s Context>handleSignal:
         0xb10d178 s Context>handleSignal:
         0xb10e708 s Context>handleSignal:
         0xb10fbe0 s Context>handleSignal:
         0xb111000 s Context>handleSignal:
         0xb112368 s Context>handleSignal:
         0xb113618 s Context>handleSignal:
         0xb114810 s Context>handleSignal:
         0xb115950 s Context>handleSignal:
         0xb116920 s Context>handleSignal:
         0xb117838 s Context>handleSignal:
         0xb118698 s Context>handleSignal:
         0xb119440 s Context>handleSignal:
         0xb11a130 s Context>handleSignal:
         0xb1d89c8 s Halt(Exception)>signal
         0xb273210 s Halt class(Exception class)>signal
         0xad40428 s Halt class>now
         0xb1baab0 s FullBlockClosure(Object)>halt
         0xb234e28 s FullBlockClosure>printOn:
         0xb2968d0 s Context>printOn:
         0xb350718 s Context>printDebugOn:
         0xb350a20 s [] in Context>debugStack:on:
         0xb398988 s OrderedCollection>do:
         0xb2969d8 s Context>debugStack:on:
         0xb3508b0 s Context>shortDebugStackOn:
         0xb3988d0 s [] in SmalltalkImage>logError:inContext:
         0xb3bf4f8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d7158 s FullBlockClosure(BlockClosure)>on:do:
         0xb2715e0 s SmalltalkImage>logStdErrorDuring:
         0xb2b9308 s SmalltalkImage>logError:inContext:
         0xb376978 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b49c0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d3238 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef768 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f5f98 s Halt(Exception)>unhandledErrorAction
         0xb3f6050 s Halt(UnhandledException)>defaultAction
         0xb3f6108 s UndefinedObject>handleSignal:
         0xad3fb88 s Context>handleSignal:
         0xad413f8 s Context>handleSignal:
         0xad414b0 s Context>handleSignal:
         0xad41568 s Context>handleSignal:
         0xad41620 s Context>handleSignal:
         0xad416d8 s Context>handleSignal:
         0xad41790 s Context>handleSignal:
         0xad41848 s Context>handleSignal:
         0xad41900 s Context>handleSignal:
         0xad419b8 s Context>handleSignal:
         0xad9e8b0 s Context>handleSignal:
         0xadb2250 s Context>handleSignal:
         0xadc40c0 s Context>handleSignal:
         0xadd5220 s Context>handleSignal:
         0xade8c80 s Context>handleSignal:
         0xadf9458 s Context>handleSignal:
         0xae09758 s Context>handleSignal:
         0xae195f8 s Context>handleSignal:
         0xae2bb30 s Context>handleSignal:
         0xae3b180 s Context>handleSignal:
         0xae4d370 s Context>handleSignal:
         0xae59950 s Context>handleSignal:
         0xae666c8 s Context>handleSignal:
         0xae71720 s Context>handleSignal:
         0xae7b650 s Context>handleSignal:
         0xae860f8 s Context>handleSignal:
         0xae90110 s Context>handleSignal:
         0xae9aea0 s Context>handleSignal:
         0xaea7320 s Context>handleSignal:
         0xaeb0808 s Context>handleSignal:
         0xaeb8ce8 s Context>handleSignal:
         0xaec0eb0 s Context>handleSignal:
         0xaec8d40 s Context>handleSignal:
         0xaed1020 s Context>handleSignal:
         0xaed8f50 s Context>handleSignal:
         0xaee10e0 s Context>handleSignal:
         0xaee8ab8 s Context>handleSignal:
         0xaef0788 s Context>handleSignal:
         0xaef85b8 s Context>handleSignal:
         0xaf00538 s Context>handleSignal:
         0xaf09ae8 s Context>handleSignal:
         0xaf11508 s Context>handleSignal:
         0xaf19218 s Context>handleSignal:
         0xaf20010 s Context>handleSignal:
         0xaf26d90 s Context>handleSignal:
         0xaf2dc68 s Context>handleSignal:
         0xaf34838 s Context>handleSignal:
         0xaf3b298 s Context>handleSignal:
         0xaf41c40 s Context>handleSignal:
         0xaf48530 s Context>handleSignal:
         0xaf4ed68 s Context>handleSignal:
         0xaf554e8 s Context>handleSignal:
         0xaf5bbb0 s Context>handleSignal:
         0xaf621c0 s Context>handleSignal:
         0xaf68718 s Context>handleSignal:
         0xaf6ebb8 s Context>handleSignal:
         0xaf74fa0 s Context>handleSignal:
         0xaf7b2d0 s Context>handleSignal:
         0xaf81548 s Context>handleSignal:
         0xaf87708 s Context>handleSignal:
         0xaf8d810 s Context>handleSignal:
         0xaf93860 s Context>handleSignal:
         0xaf997f8 s Context>handleSignal:
         0xaf9f6d8 s Context>handleSignal:
         0xafa5500 s Context>handleSignal:
         0xafab270 s Context>handleSignal:
         0xafb0f28 s Context>handleSignal:
         0xafb6b28 s Context>handleSignal:
         0xafbc670 s Context>handleSignal:
         0xafc2100 s Context>handleSignal:
         0xafc7ad8 s Context>handleSignal:
         0xafcd3f8 s Context>handleSignal:
         0xafd2c60 s Context>handleSignal:
         0xafd8410 s Context>handleSignal:
         0xafddb08 s Context>handleSignal:
         0xafe3148 s Context>handleSignal:
         0xafe86d0 s Context>handleSignal:
         0xafedba0 s Context>handleSignal:
         0xaff2fb8 s Context>handleSignal:
         0xaff8318 s Context>handleSignal:
         0xaffd5c0 s Context>handleSignal:
         0xb0027b0 s Context>handleSignal:
         0xb0078e8 s Context>handleSignal:
         0xb00c968 s Context>handleSignal:
         0xb011930 s Context>handleSignal:
         0xb016840 s Context>handleSignal:
         0xb01b698 s Context>handleSignal:
         0xb020438 s Context>handleSignal:
         0xb025120 s Context>handleSignal:
         0xb029d50 s Context>handleSignal:
         0xb02e8c8 s Context>handleSignal:
         0xb033388 s Context>handleSignal:
         0xb037d90 s Context>handleSignal:
         0xb03c6e0 s Context>handleSignal:
         0xb040f78 s Context>handleSignal:
         0xb045758 s Context>handleSignal:
         0xb049e80 s Context>handleSignal:
         0xb04e4f0 s Context>handleSignal:
         0xb052aa8 s Context>handleSignal:
         0xb056fa8 s Context>handleSignal:
         0xb05b3f0 s Context>handleSignal:
         0xb05f780 s Context>handleSignal:
         0xb063a58 s Context>handleSignal:
         0xb067c78 s Context>handleSignal:
         0xb06bde0 s Context>handleSignal:
         0xb06fe90 s Context>handleSignal:
         0xb073e88 s Context>handleSignal:
         0xb077dc8 s Context>handleSignal:
         0xb07bc50 s Context>handleSignal:
         0xb07fa20 s Context>handleSignal:
         0xb083738 s Context>handleSignal:
         0xb087398 s Context>handleSignal:
         0xb08af40 s Context>handleSignal:
         0xb08ea30 s Context>handleSignal:
         0xb092468 s Context>handleSignal:
         0xb095de8 s Context>handleSignal:
         0xb0996b0 s Context>handleSignal:
         0xb09cec0 s Context>handleSignal:
         0xb0a0618 s Context>handleSignal:
         0xb0a3cb8 s Context>handleSignal:
         0xb0a72a0 s Context>handleSignal:
         0xb0aa7d0 s Context>handleSignal:
         0xb0adc48 s Context>handleSignal:
         0xb0b1008 s Context>handleSignal:
         0xb0b4310 s Context>handleSignal:
         0xb0b7560 s Context>handleSignal:
         0xb0ba6f8 s Context>handleSignal:
         0xb0bd7d8 s Context>handleSignal:
         0xb0c0800 s Context>handleSignal:
         0xb0c3770 s Context>handleSignal:
         0xb0c6628 s Context>handleSignal:
         0xb0c9428 s Context>handleSignal:
         0xb0cc170 s Context>handleSignal:
         0xb0cee00 s Context>handleSignal:
         0xb0d19d8 s Context>handleSignal:
         0xb0d44f8 s Context>handleSignal:
         0xb0d6f60 s Context>handleSignal:
         0xb0d9910 s Context>handleSignal:
         0xb0dc208 s Context>handleSignal:
         0xb0dea48 s Context>handleSignal:
         0xb0e11d0 s Context>handleSignal:
         0xb0e38a0 s Context>handleSignal:
         0xb0e5eb8 s Context>handleSignal:
         0xb0e8418 s Context>handleSignal:
         0xb0ea8c0 s Context>handleSignal:
         0xb0eccb0 s Context>handleSignal:
         0xb0eefe8 s Context>handleSignal:
         0xb0f1268 s Context>handleSignal:
         0xb0f3430 s Context>handleSignal:
         0xb0f5540 s Context>handleSignal:
         0xb0f7598 s Context>handleSignal:
         0xb0f9538 s Context>handleSignal:
         0xb0fb420 s Context>handleSignal:
         0xb0fd198 s Context>handleSignal:
         0xb0fee58 s Context>handleSignal:
         0xb100a60 s Context>handleSignal:
         0xb1025b0 s Context>handleSignal:
         0xb104048 s Context>handleSignal:
         0xb105a28 s Context>handleSignal:
         0xb107350 s Context>handleSignal:
         0xb108bc0 s Context>handleSignal:
         0xb10a378 s Context>handleSignal:
         0xb10ba78 s Context>handleSignal:
         0xb10d0c0 s Context>handleSignal:
         0xb10e650 s Context>handleSignal:
         0xb10fb28 s Context>handleSignal:
         0xb110f48 s Context>handleSignal:
         0xb1122b0 s Context>handleSignal:
         0xb113560 s Context>handleSignal:
         0xb114758 s Context>handleSignal:
         0xb115898 s Context>handleSignal:
         0xb116868 s Context>handleSignal:
         0xb117780 s Context>handleSignal:
         0xb1185e0 s Context>handleSignal:
         0xb119388 s Context>handleSignal:
         0xb1d8910 s Halt(Exception)>signal
         0xb273158 s Halt class(Exception class)>signal
         0xad3fc40 s Halt class>now
         0xb1ba9c0 s FullBlockClosure(Object)>halt
         0xb234d40 s FullBlockClosure>printOn:
         0xb296710 s Context>printOn:
         0xb3504c8 s Context>printDebugOn:
         0xb3507d0 s [] in Context>debugStack:on:
         0xb398808 s OrderedCollection>do:
         0xb296818 s Context>debugStack:on:
         0xb350660 s Context>shortDebugStackOn:
         0xb398750 s [] in SmalltalkImage>logError:inContext:
         0xb3bf420 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d6fe8 s FullBlockClosure(BlockClosure)>on:do:
         0xb271410 s SmalltalkImage>logStdErrorDuring:
         0xb2b9208 s SmalltalkImage>logError:inContext:
         0xb3768b0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b48d0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d3158 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef6b0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f5d70 s Halt(Exception)>unhandledErrorAction
         0xb3f5e28 s Halt(UnhandledException)>defaultAction
         0xb3f5ee0 s UndefinedObject>handleSignal:
         0xad3f3a0 s Context>handleSignal:
         0xad40cc8 s Context>handleSignal:
         0xad40d80 s Context>handleSignal:
         0xad40e38 s Context>handleSignal:
         0xad40ef0 s Context>handleSignal:
         0xad40fa8 s Context>handleSignal:
         0xad41060 s Context>handleSignal:
         0xad41118 s Context>handleSignal:
         0xad411d0 s Context>handleSignal:
         0xad41288 s Context>handleSignal:
         0xad9e7f8 s Context>handleSignal:
         0xadb2198 s Context>handleSignal:
         0xadc4008 s Context>handleSignal:
         0xadd5168 s Context>handleSignal:
         0xade8bc8 s Context>handleSignal:
         0xadf93a0 s Context>handleSignal:
         0xae096a0 s Context>handleSignal:
         0xae19540 s Context>handleSignal:
         0xae2ba78 s Context>handleSignal:
         0xae3b0c8 s Context>handleSignal:
         0xae4d2b8 s Context>handleSignal:
         0xae59898 s Context>handleSignal:
         0xae66610 s Context>handleSignal:
         0xae71668 s Context>handleSignal:
         0xae7b598 s Context>handleSignal:
         0xae86040 s Context>handleSignal:
         0xae90058 s Context>handleSignal:
         0xae9ade8 s Context>handleSignal:
         0xaea7268 s Context>handleSignal:
         0xaeb0750 s Context>handleSignal:
         0xaeb8c30 s Context>handleSignal:
         0xaec0df8 s Context>handleSignal:
         0xaec8c88 s Context>handleSignal:
         0xaed0f68 s Context>handleSignal:
         0xaed8e98 s Context>handleSignal:
         0xaee1028 s Context>handleSignal:
         0xaee8a00 s Context>handleSignal:
         0xaef06d0 s Context>handleSignal:
         0xaef8500 s Context>handleSignal:
         0xaf00480 s Context>handleSignal:
         0xaf09a30 s Context>handleSignal:
         0xaf11450 s Context>handleSignal:
         0xaf19160 s Context>handleSignal:
         0xaf1ff58 s Context>handleSignal:
         0xaf26cd8 s Context>handleSignal:
         0xaf2dbb0 s Context>handleSignal:
         0xaf34780 s Context>handleSignal:
         0xaf3b1e0 s Context>handleSignal:
         0xaf41b88 s Context>handleSignal:
         0xaf48478 s Context>handleSignal:
         0xaf4ecb0 s Context>handleSignal:
         0xaf55430 s Context>handleSignal:
         0xaf5baf8 s Context>handleSignal:
         0xaf62108 s Context>handleSignal:
         0xaf68660 s Context>handleSignal:
         0xaf6eb00 s Context>handleSignal:
         0xaf74ee8 s Context>handleSignal:
         0xaf7b218 s Context>handleSignal:
         0xaf81490 s Context>handleSignal:
         0xaf87650 s Context>handleSignal:
         0xaf8d758 s Context>handleSignal:
         0xaf937a8 s Context>handleSignal:
         0xaf99740 s Context>handleSignal:
         0xaf9f620 s Context>handleSignal:
         0xafa5448 s Context>handleSignal:
         0xafab1b8 s Context>handleSignal:
         0xafb0e70 s Context>handleSignal:
         0xafb6a70 s Context>handleSignal:
         0xafbc5b8 s Context>handleSignal:
         0xafc2048 s Context>handleSignal:
         0xafc7a20 s Context>handleSignal:
         0xafcd340 s Context>handleSignal:
         0xafd2ba8 s Context>handleSignal:
         0xafd8358 s Context>handleSignal:
         0xafdda50 s Context>handleSignal:
         0xafe3090 s Context>handleSignal:
         0xafe8618 s Context>handleSignal:
         0xafedae8 s Context>handleSignal:
         0xaff2f00 s Context>handleSignal:
         0xaff8260 s Context>handleSignal:
         0xaffd508 s Context>handleSignal:
         0xb0026f8 s Context>handleSignal:
         0xb007830 s Context>handleSignal:
         0xb00c8b0 s Context>handleSignal:
         0xb011878 s Context>handleSignal:
         0xb016788 s Context>handleSignal:
         0xb01b5e0 s Context>handleSignal:
         0xb020380 s Context>handleSignal:
         0xb025068 s Context>handleSignal:
         0xb029c98 s Context>handleSignal:
         0xb02e810 s Context>handleSignal:
         0xb0332d0 s Context>handleSignal:
         0xb037cd8 s Context>handleSignal:
         0xb03c628 s Context>handleSignal:
         0xb040ec0 s Context>handleSignal:
         0xb0456a0 s Context>handleSignal:
         0xb049dc8 s Context>handleSignal:
         0xb04e438 s Context>handleSignal:
         0xb0529f0 s Context>handleSignal:
         0xb056ef0 s Context>handleSignal:
         0xb05b338 s Context>handleSignal:
         0xb05f6c8 s Context>handleSignal:
         0xb0639a0 s Context>handleSignal:
         0xb067bc0 s Context>handleSignal:
         0xb06bd28 s Context>handleSignal:
         0xb06fdd8 s Context>handleSignal:
         0xb073dd0 s Context>handleSignal:
         0xb077d10 s Context>handleSignal:
         0xb07bb98 s Context>handleSignal:
         0xb07f968 s Context>handleSignal:
         0xb083680 s Context>handleSignal:
         0xb0872e0 s Context>handleSignal:
         0xb08ae88 s Context>handleSignal:
         0xb08e978 s Context>handleSignal:
         0xb0923b0 s Context>handleSignal:
         0xb095d30 s Context>handleSignal:
         0xb0995f8 s Context>handleSignal:
         0xb09ce08 s Context>handleSignal:
         0xb0a0560 s Context>handleSignal:
         0xb0a3c00 s Context>handleSignal:
         0xb0a71e8 s Context>handleSignal:
         0xb0aa718 s Context>handleSignal:
         0xb0adb90 s Context>handleSignal:
         0xb0b0f50 s Context>handleSignal:
         0xb0b4258 s Context>handleSignal:
         0xb0b74a8 s Context>handleSignal:
         0xb0ba640 s Context>handleSignal:
         0xb0bd720 s Context>handleSignal:
         0xb0c0748 s Context>handleSignal:
         0xb0c36b8 s Context>handleSignal:
         0xb0c6570 s Context>handleSignal:
         0xb0c9370 s Context>handleSignal:
         0xb0cc0b8 s Context>handleSignal:
         0xb0ced48 s Context>handleSignal:
         0xb0d1920 s Context>handleSignal:
         0xb0d4440 s Context>handleSignal:
         0xb0d6ea8 s Context>handleSignal:
         0xb0d9858 s Context>handleSignal:
         0xb0dc150 s Context>handleSignal:
         0xb0de990 s Context>handleSignal:
         0xb0e1118 s Context>handleSignal:
         0xb0e37e8 s Context>handleSignal:
         0xb0e5e00 s Context>handleSignal:
         0xb0e8360 s Context>handleSignal:
         0xb0ea808 s Context>handleSignal:
         0xb0ecbf8 s Context>handleSignal:
         0xb0eef30 s Context>handleSignal:
         0xb0f11b0 s Context>handleSignal:
         0xb0f3378 s Context>handleSignal:
         0xb0f5488 s Context>handleSignal:
         0xb0f74e0 s Context>handleSignal:
         0xb0f9480 s Context>handleSignal:
         0xb0fb368 s Context>handleSignal:
         0xb0fd0e0 s Context>handleSignal:
         0xb0feda0 s Context>handleSignal:
         0xb1009a8 s Context>handleSignal:
         0xb1024f8 s Context>handleSignal:
         0xb103f90 s Context>handleSignal:
         0xb105970 s Context>handleSignal:
         0xb107298 s Context>handleSignal:
         0xb108b08 s Context>handleSignal:
         0xb10a2c0 s Context>handleSignal:
         0xb10b9c0 s Context>handleSignal:
         0xb10d008 s Context>handleSignal:
         0xb10e598 s Context>handleSignal:
         0xb10fa70 s Context>handleSignal:
         0xb110e90 s Context>handleSignal:
         0xb1121f8 s Context>handleSignal:
         0xb1134a8 s Context>handleSignal:
         0xb1146a0 s Context>handleSignal:
         0xb1157e0 s Context>handleSignal:
         0xb1167b0 s Context>handleSignal:
         0xb1176c8 s Context>handleSignal:
         0xb118528 s Context>handleSignal:
         0xb1d8858 s Halt(Exception)>signal
         0xb2730a0 s Halt class(Exception class)>signal
         0xad3f458 s Halt class>now
         0xb1ba8d0 s FullBlockClosure(Object)>halt
         0xb234c58 s FullBlockClosure>printOn:
         0xb296550 s Context>printOn:
         0xb350278 s Context>printDebugOn:
         0xb350580 s [] in Context>debugStack:on:
         0xb398688 s OrderedCollection>do:
         0xb296658 s Context>debugStack:on:
         0xb350410 s Context>shortDebugStackOn:
         0xb3985d0 s [] in SmalltalkImage>logError:inContext:
         0xb3bf348 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d6e78 s FullBlockClosure(BlockClosure)>on:do:
         0xb271240 s SmalltalkImage>logStdErrorDuring:
         0xb2b9108 s SmalltalkImage>logError:inContext:
         0xb3767e8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b47e0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d3078 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef5f8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f5b48 s Halt(Exception)>unhandledErrorAction
         0xb3f5c00 s Halt(UnhandledException)>defaultAction
         0xb3f5cb8 s UndefinedObject>handleSignal:
         0xad3ebb8 s Context>handleSignal:
         0xad404e0 s Context>handleSignal:
         0xad40598 s Context>handleSignal:
         0xad40650 s Context>handleSignal:
         0xad40708 s Context>handleSignal:
         0xad407c0 s Context>handleSignal:
         0xad40878 s Context>handleSignal:
         0xad40930 s Context>handleSignal:
         0xad409e8 s Context>handleSignal:
         0xad40aa0 s Context>handleSignal:
         0xad9e740 s Context>handleSignal:
         0xadb20e0 s Context>handleSignal:
         0xadc3f50 s Context>handleSignal:
         0xadd50b0 s Context>handleSignal:
         0xade8b10 s Context>handleSignal:
         0xadf92e8 s Context>handleSignal:
         0xae095e8 s Context>handleSignal:
         0xae19488 s Context>handleSignal:
         0xae2b9c0 s Context>handleSignal:
         0xae3b010 s Context>handleSignal:
         0xae4d200 s Context>handleSignal:
         0xae597e0 s Context>handleSignal:
         0xae66558 s Context>handleSignal:
         0xae715b0 s Context>handleSignal:
         0xae7b4e0 s Context>handleSignal:
         0xae85f88 s Context>handleSignal:
         0xae8ffa0 s Context>handleSignal:
         0xae9ad30 s Context>handleSignal:
         0xaea71b0 s Context>handleSignal:
         0xaeb0698 s Context>handleSignal:
         0xaeb8b78 s Context>handleSignal:
         0xaec0d40 s Context>handleSignal:
         0xaec8bd0 s Context>handleSignal:
         0xaed0eb0 s Context>handleSignal:
         0xaed8de0 s Context>handleSignal:
         0xaee0f70 s Context>handleSignal:
         0xaee8948 s Context>handleSignal:
         0xaef0618 s Context>handleSignal:
         0xaef8448 s Context>handleSignal:
         0xaf003c8 s Context>handleSignal:
         0xaf09978 s Context>handleSignal:
         0xaf11398 s Context>handleSignal:
         0xaf190a8 s Context>handleSignal:
         0xaf1fea0 s Context>handleSignal:
         0xaf26c20 s Context>handleSignal:
         0xaf2daf8 s Context>handleSignal:
         0xaf346c8 s Context>handleSignal:
         0xaf3b128 s Context>handleSignal:
         0xaf41ad0 s Context>handleSignal:
         0xaf483c0 s Context>handleSignal:
         0xaf4ebf8 s Context>handleSignal:
         0xaf55378 s Context>handleSignal:
         0xaf5ba40 s Context>handleSignal:
         0xaf62050 s Context>handleSignal:
         0xaf685a8 s Context>handleSignal:
         0xaf6ea48 s Context>handleSignal:
         0xaf74e30 s Context>handleSignal:
         0xaf7b160 s Context>handleSignal:
         0xaf813d8 s Context>handleSignal:
         0xaf87598 s Context>handleSignal:
         0xaf8d6a0 s Context>handleSignal:
         0xaf936f0 s Context>handleSignal:
         0xaf99688 s Context>handleSignal:
         0xaf9f568 s Context>handleSignal:
         0xafa5390 s Context>handleSignal:
         0xafab100 s Context>handleSignal:
         0xafb0db8 s Context>handleSignal:
         0xafb69b8 s Context>handleSignal:
         0xafbc500 s Context>handleSignal:
         0xafc1f90 s Context>handleSignal:
         0xafc7968 s Context>handleSignal:
         0xafcd288 s Context>handleSignal:
         0xafd2af0 s Context>handleSignal:
         0xafd82a0 s Context>handleSignal:
         0xafdd998 s Context>handleSignal:
         0xafe2fd8 s Context>handleSignal:
         0xafe8560 s Context>handleSignal:
         0xafeda30 s Context>handleSignal:
         0xaff2e48 s Context>handleSignal:
         0xaff81a8 s Context>handleSignal:
         0xaffd450 s Context>handleSignal:
         0xb002640 s Context>handleSignal:
         0xb007778 s Context>handleSignal:
         0xb00c7f8 s Context>handleSignal:
         0xb0117c0 s Context>handleSignal:
         0xb0166d0 s Context>handleSignal:
         0xb01b528 s Context>handleSignal:
         0xb0202c8 s Context>handleSignal:
         0xb024fb0 s Context>handleSignal:
         0xb029be0 s Context>handleSignal:
         0xb02e758 s Context>handleSignal:
         0xb033218 s Context>handleSignal:
         0xb037c20 s Context>handleSignal:
         0xb03c570 s Context>handleSignal:
         0xb040e08 s Context>handleSignal:
         0xb0455e8 s Context>handleSignal:
         0xb049d10 s Context>handleSignal:
         0xb04e380 s Context>handleSignal:
         0xb052938 s Context>handleSignal:
         0xb056e38 s Context>handleSignal:
         0xb05b280 s Context>handleSignal:
         0xb05f610 s Context>handleSignal:
         0xb0638e8 s Context>handleSignal:
         0xb067b08 s Context>handleSignal:
         0xb06bc70 s Context>handleSignal:
         0xb06fd20 s Context>handleSignal:
         0xb073d18 s Context>handleSignal:
         0xb077c58 s Context>handleSignal:
         0xb07bae0 s Context>handleSignal:
         0xb07f8b0 s Context>handleSignal:
         0xb0835c8 s Context>handleSignal:
         0xb087228 s Context>handleSignal:
         0xb08add0 s Context>handleSignal:
         0xb08e8c0 s Context>handleSignal:
         0xb0922f8 s Context>handleSignal:
         0xb095c78 s Context>handleSignal:
         0xb099540 s Context>handleSignal:
         0xb09cd50 s Context>handleSignal:
         0xb0a04a8 s Context>handleSignal:
         0xb0a3b48 s Context>handleSignal:
         0xb0a7130 s Context>handleSignal:
         0xb0aa660 s Context>handleSignal:
         0xb0adad8 s Context>handleSignal:
         0xb0b0e98 s Context>handleSignal:
         0xb0b41a0 s Context>handleSignal:
         0xb0b73f0 s Context>handleSignal:
         0xb0ba588 s Context>handleSignal:
         0xb0bd668 s Context>handleSignal:
         0xb0c0690 s Context>handleSignal:
         0xb0c3600 s Context>handleSignal:
         0xb0c64b8 s Context>handleSignal:
         0xb0c92b8 s Context>handleSignal:
         0xb0cc000 s Context>handleSignal:
         0xb0cec90 s Context>handleSignal:
         0xb0d1868 s Context>handleSignal:
         0xb0d4388 s Context>handleSignal:
         0xb0d6df0 s Context>handleSignal:
         0xb0d97a0 s Context>handleSignal:
         0xb0dc098 s Context>handleSignal:
         0xb0de8d8 s Context>handleSignal:
         0xb0e1060 s Context>handleSignal:
         0xb0e3730 s Context>handleSignal:
         0xb0e5d48 s Context>handleSignal:
         0xb0e82a8 s Context>handleSignal:
         0xb0ea750 s Context>handleSignal:
         0xb0ecb40 s Context>handleSignal:
         0xb0eee78 s Context>handleSignal:
         0xb0f10f8 s Context>handleSignal:
         0xb0f32c0 s Context>handleSignal:
         0xb0f53d0 s Context>handleSignal:
         0xb0f7428 s Context>handleSignal:
         0xb0f93c8 s Context>handleSignal:
         0xb0fb2b0 s Context>handleSignal:
         0xb0fd028 s Context>handleSignal:
         0xb0fece8 s Context>handleSignal:
         0xb1008f0 s Context>handleSignal:
         0xb102440 s Context>handleSignal:
         0xb103ed8 s Context>handleSignal:
         0xb1058b8 s Context>handleSignal:
         0xb1071e0 s Context>handleSignal:
         0xb108a50 s Context>handleSignal:
         0xb10a208 s Context>handleSignal:
         0xb10b908 s Context>handleSignal:
         0xb10cf50 s Context>handleSignal:
         0xb10e4e0 s Context>handleSignal:
         0xb10f9b8 s Context>handleSignal:
         0xb110dd8 s Context>handleSignal:
         0xb112140 s Context>handleSignal:
         0xb1133f0 s Context>handleSignal:
         0xb1145e8 s Context>handleSignal:
         0xb115728 s Context>handleSignal:
         0xb1166f8 s Context>handleSignal:
         0xb117610 s Context>handleSignal:
         0xb1d87a0 s Halt(Exception)>signal
         0xb272fe8 s Halt class(Exception class)>signal
         0xad3ec70 s Halt class>now
         0xb1ba7e0 s FullBlockClosure(Object)>halt
         0xb234b70 s FullBlockClosure>printOn:
         0xb296390 s Context>printOn:
         0xb350028 s Context>printDebugOn:
         0xb350330 s [] in Context>debugStack:on:
         0xb398508 s OrderedCollection>do:
         0xb296498 s Context>debugStack:on:
         0xb3501c0 s Context>shortDebugStackOn:
         0xb398450 s [] in SmalltalkImage>logError:inContext:
         0xb3bf270 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d6d08 s FullBlockClosure(BlockClosure)>on:do:
         0xb271070 s SmalltalkImage>logStdErrorDuring:
         0xb2b9008 s SmalltalkImage>logError:inContext:
         0xb376720 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b46f0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2f98 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef540 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f5920 s Halt(Exception)>unhandledErrorAction
         0xb3f59d8 s Halt(UnhandledException)>defaultAction
         0xb3f5a90 s UndefinedObject>handleSignal:
         0xad3e3d0 s Context>handleSignal:
         0xad3fcf8 s Context>handleSignal:
         0xad3fdb0 s Context>handleSignal:
         0xad3fe68 s Context>handleSignal:
         0xad3ff20 s Context>handleSignal:
         0xad3ffd8 s Context>handleSignal:
         0xad40090 s Context>handleSignal:
         0xad40148 s Context>handleSignal:
         0xad40200 s Context>handleSignal:
         0xad402b8 s Context>handleSignal:
         0xad9e688 s Context>handleSignal:
         0xadb2028 s Context>handleSignal:
         0xadc3e98 s Context>handleSignal:
         0xadd4ff8 s Context>handleSignal:
         0xade8a58 s Context>handleSignal:
         0xadf9230 s Context>handleSignal:
         0xae09530 s Context>handleSignal:
         0xae193d0 s Context>handleSignal:
         0xae2b908 s Context>handleSignal:
         0xae3af58 s Context>handleSignal:
         0xae4d148 s Context>handleSignal:
         0xae59728 s Context>handleSignal:
         0xae664a0 s Context>handleSignal:
         0xae714f8 s Context>handleSignal:
         0xae7b428 s Context>handleSignal:
         0xae85ed0 s Context>handleSignal:
         0xae8fee8 s Context>handleSignal:
         0xae9ac78 s Context>handleSignal:
         0xaea70f8 s Context>handleSignal:
         0xaeb05e0 s Context>handleSignal:
         0xaeb8ac0 s Context>handleSignal:
         0xaec0c88 s Context>handleSignal:
         0xaec8b18 s Context>handleSignal:
         0xaed0df8 s Context>handleSignal:
         0xaed8d28 s Context>handleSignal:
         0xaee0eb8 s Context>handleSignal:
         0xaee8890 s Context>handleSignal:
         0xaef0560 s Context>handleSignal:
         0xaef8390 s Context>handleSignal:
         0xaf00310 s Context>handleSignal:
         0xaf098c0 s Context>handleSignal:
         0xaf112e0 s Context>handleSignal:
         0xaf18ff0 s Context>handleSignal:
         0xaf1fde8 s Context>handleSignal:
         0xaf26b68 s Context>handleSignal:
         0xaf2da40 s Context>handleSignal:
         0xaf34610 s Context>handleSignal:
         0xaf3b070 s Context>handleSignal:
         0xaf41a18 s Context>handleSignal:
         0xaf48308 s Context>handleSignal:
         0xaf4eb40 s Context>handleSignal:
         0xaf552c0 s Context>handleSignal:
         0xaf5b988 s Context>handleSignal:
         0xaf61f98 s Context>handleSignal:
         0xaf684f0 s Context>handleSignal:
         0xaf6e990 s Context>handleSignal:
         0xaf74d78 s Context>handleSignal:
         0xaf7b0a8 s Context>handleSignal:
         0xaf81320 s Context>handleSignal:
         0xaf874e0 s Context>handleSignal:
         0xaf8d5e8 s Context>handleSignal:
         0xaf93638 s Context>handleSignal:
         0xaf995d0 s Context>handleSignal:
         0xaf9f4b0 s Context>handleSignal:
         0xafa52d8 s Context>handleSignal:
         0xafab048 s Context>handleSignal:
         0xafb0d00 s Context>handleSignal:
         0xafb6900 s Context>handleSignal:
         0xafbc448 s Context>handleSignal:
         0xafc1ed8 s Context>handleSignal:
         0xafc78b0 s Context>handleSignal:
         0xafcd1d0 s Context>handleSignal:
         0xafd2a38 s Context>handleSignal:
         0xafd81e8 s Context>handleSignal:
         0xafdd8e0 s Context>handleSignal:
         0xafe2f20 s Context>handleSignal:
         0xafe84a8 s Context>handleSignal:
         0xafed978 s Context>handleSignal:
         0xaff2d90 s Context>handleSignal:
         0xaff80f0 s Context>handleSignal:
         0xaffd398 s Context>handleSignal:
         0xb002588 s Context>handleSignal:
         0xb0076c0 s Context>handleSignal:
         0xb00c740 s Context>handleSignal:
         0xb011708 s Context>handleSignal:
         0xb016618 s Context>handleSignal:
         0xb01b470 s Context>handleSignal:
         0xb020210 s Context>handleSignal:
         0xb024ef8 s Context>handleSignal:
         0xb029b28 s Context>handleSignal:
         0xb02e6a0 s Context>handleSignal:
         0xb033160 s Context>handleSignal:
         0xb037b68 s Context>handleSignal:
         0xb03c4b8 s Context>handleSignal:
         0xb040d50 s Context>handleSignal:
         0xb045530 s Context>handleSignal:
         0xb049c58 s Context>handleSignal:
         0xb04e2c8 s Context>handleSignal:
         0xb052880 s Context>handleSignal:
         0xb056d80 s Context>handleSignal:
         0xb05b1c8 s Context>handleSignal:
         0xb05f558 s Context>handleSignal:
         0xb063830 s Context>handleSignal:
         0xb067a50 s Context>handleSignal:
         0xb06bbb8 s Context>handleSignal:
         0xb06fc68 s Context>handleSignal:
         0xb073c60 s Context>handleSignal:
         0xb077ba0 s Context>handleSignal:
         0xb07ba28 s Context>handleSignal:
         0xb07f7f8 s Context>handleSignal:
         0xb083510 s Context>handleSignal:
         0xb087170 s Context>handleSignal:
         0xb08ad18 s Context>handleSignal:
         0xb08e808 s Context>handleSignal:
         0xb092240 s Context>handleSignal:
         0xb095bc0 s Context>handleSignal:
         0xb099488 s Context>handleSignal:
         0xb09cc98 s Context>handleSignal:
         0xb0a03f0 s Context>handleSignal:
         0xb0a3a90 s Context>handleSignal:
         0xb0a7078 s Context>handleSignal:
         0xb0aa5a8 s Context>handleSignal:
         0xb0ada20 s Context>handleSignal:
         0xb0b0de0 s Context>handleSignal:
         0xb0b40e8 s Context>handleSignal:
         0xb0b7338 s Context>handleSignal:
         0xb0ba4d0 s Context>handleSignal:
         0xb0bd5b0 s Context>handleSignal:
         0xb0c05d8 s Context>handleSignal:
         0xb0c3548 s Context>handleSignal:
         0xb0c6400 s Context>handleSignal:
         0xb0c9200 s Context>handleSignal:
         0xb0cbf48 s Context>handleSignal:
         0xb0cebd8 s Context>handleSignal:
         0xb0d17b0 s Context>handleSignal:
         0xb0d42d0 s Context>handleSignal:
         0xb0d6d38 s Context>handleSignal:
         0xb0d96e8 s Context>handleSignal:
         0xb0dbfe0 s Context>handleSignal:
         0xb0de820 s Context>handleSignal:
         0xb0e0fa8 s Context>handleSignal:
         0xb0e3678 s Context>handleSignal:
         0xb0e5c90 s Context>handleSignal:
         0xb0e81f0 s Context>handleSignal:
         0xb0ea698 s Context>handleSignal:
         0xb0eca88 s Context>handleSignal:
         0xb0eedc0 s Context>handleSignal:
         0xb0f1040 s Context>handleSignal:
         0xb0f3208 s Context>handleSignal:
         0xb0f5318 s Context>handleSignal:
         0xb0f7370 s Context>handleSignal:
         0xb0f9310 s Context>handleSignal:
         0xb0fb1f8 s Context>handleSignal:
         0xb0fcf70 s Context>handleSignal:
         0xb0fec30 s Context>handleSignal:
         0xb100838 s Context>handleSignal:
         0xb102388 s Context>handleSignal:
         0xb103e20 s Context>handleSignal:
         0xb105800 s Context>handleSignal:
         0xb107128 s Context>handleSignal:
         0xb108998 s Context>handleSignal:
         0xb10a150 s Context>handleSignal:
         0xb10b850 s Context>handleSignal:
         0xb10ce98 s Context>handleSignal:
         0xb10e428 s Context>handleSignal:
         0xb10f900 s Context>handleSignal:
         0xb110d20 s Context>handleSignal:
         0xb112088 s Context>handleSignal:
         0xb113338 s Context>handleSignal:
         0xb114530 s Context>handleSignal:
         0xb115670 s Context>handleSignal:
         0xb116640 s Context>handleSignal:
         0xb1d86e8 s Halt(Exception)>signal
         0xb272f30 s Halt class(Exception class)>signal
         0xad3e488 s Halt class>now
         0xb1ba6f0 s FullBlockClosure(Object)>halt
         0xb234a88 s FullBlockClosure>printOn:
         0xb2961d0 s Context>printOn:
         0xb34fdd8 s Context>printDebugOn:
         0xb3500e0 s [] in Context>debugStack:on:
         0xb398388 s OrderedCollection>do:
         0xb2962d8 s Context>debugStack:on:
         0xb34ff70 s Context>shortDebugStackOn:
         0xb3982d0 s [] in SmalltalkImage>logError:inContext:
         0xb3bf198 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d6b98 s FullBlockClosure(BlockClosure)>on:do:
         0xb270ea0 s SmalltalkImage>logStdErrorDuring:
         0xb2b8f08 s SmalltalkImage>logError:inContext:
         0xb376658 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b4600 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2eb8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef488 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f56f8 s Halt(Exception)>unhandledErrorAction
         0xb3f57b0 s Halt(UnhandledException)>defaultAction
         0xb3f5868 s UndefinedObject>handleSignal:
         0xad3dbe8 s Context>handleSignal:
         0xad3f510 s Context>handleSignal:
         0xad3f5c8 s Context>handleSignal:
         0xad3f680 s Context>handleSignal:
         0xad3f738 s Context>handleSignal:
         0xad3f7f0 s Context>handleSignal:
         0xad3f8a8 s Context>handleSignal:
         0xad3f960 s Context>handleSignal:
         0xad3fa18 s Context>handleSignal:
         0xad3fad0 s Context>handleSignal:
         0xad9e5d0 s Context>handleSignal:
         0xadb1f70 s Context>handleSignal:
         0xadc3de0 s Context>handleSignal:
         0xadd4f40 s Context>handleSignal:
         0xade89a0 s Context>handleSignal:
         0xadf9178 s Context>handleSignal:
         0xae09478 s Context>handleSignal:
         0xae19318 s Context>handleSignal:
         0xae2b850 s Context>handleSignal:
         0xae3aea0 s Context>handleSignal:
         0xae4d090 s Context>handleSignal:
         0xae59670 s Context>handleSignal:
         0xae663e8 s Context>handleSignal:
         0xae71440 s Context>handleSignal:
         0xae7b370 s Context>handleSignal:
         0xae85e18 s Context>handleSignal:
         0xae8fe30 s Context>handleSignal:
         0xae9abc0 s Context>handleSignal:
         0xaea7040 s Context>handleSignal:
         0xaeb0528 s Context>handleSignal:
         0xaeb8a08 s Context>handleSignal:
         0xaec0bd0 s Context>handleSignal:
         0xaec8a60 s Context>handleSignal:
         0xaed0d40 s Context>handleSignal:
         0xaed8c70 s Context>handleSignal:
         0xaee0e00 s Context>handleSignal:
         0xaee87d8 s Context>handleSignal:
         0xaef04a8 s Context>handleSignal:
         0xaef82d8 s Context>handleSignal:
         0xaf00258 s Context>handleSignal:
         0xaf09808 s Context>handleSignal:
         0xaf11228 s Context>handleSignal:
         0xaf18f38 s Context>handleSignal:
         0xaf1fd30 s Context>handleSignal:
         0xaf26ab0 s Context>handleSignal:
         0xaf2d988 s Context>handleSignal:
         0xaf34558 s Context>handleSignal:
         0xaf3afb8 s Context>handleSignal:
         0xaf41960 s Context>handleSignal:
         0xaf48250 s Context>handleSignal:
         0xaf4ea88 s Context>handleSignal:
         0xaf55208 s Context>handleSignal:
         0xaf5b8d0 s Context>handleSignal:
         0xaf61ee0 s Context>handleSignal:
         0xaf68438 s Context>handleSignal:
         0xaf6e8d8 s Context>handleSignal:
         0xaf74cc0 s Context>handleSignal:
         0xaf7aff0 s Context>handleSignal:
         0xaf81268 s Context>handleSignal:
         0xaf87428 s Context>handleSignal:
         0xaf8d530 s Context>handleSignal:
         0xaf93580 s Context>handleSignal:
         0xaf99518 s Context>handleSignal:
         0xaf9f3f8 s Context>handleSignal:
         0xafa5220 s Context>handleSignal:
         0xafaaf90 s Context>handleSignal:
         0xafb0c48 s Context>handleSignal:
         0xafb6848 s Context>handleSignal:
         0xafbc390 s Context>handleSignal:
         0xafc1e20 s Context>handleSignal:
         0xafc77f8 s Context>handleSignal:
         0xafcd118 s Context>handleSignal:
         0xafd2980 s Context>handleSignal:
         0xafd8130 s Context>handleSignal:
         0xafdd828 s Context>handleSignal:
         0xafe2e68 s Context>handleSignal:
         0xafe83f0 s Context>handleSignal:
         0xafed8c0 s Context>handleSignal:
         0xaff2cd8 s Context>handleSignal:
         0xaff8038 s Context>handleSignal:
         0xaffd2e0 s Context>handleSignal:
         0xb0024d0 s Context>handleSignal:
         0xb007608 s Context>handleSignal:
         0xb00c688 s Context>handleSignal:
         0xb011650 s Context>handleSignal:
         0xb016560 s Context>handleSignal:
         0xb01b3b8 s Context>handleSignal:
         0xb020158 s Context>handleSignal:
         0xb024e40 s Context>handleSignal:
         0xb029a70 s Context>handleSignal:
         0xb02e5e8 s Context>handleSignal:
         0xb0330a8 s Context>handleSignal:
         0xb037ab0 s Context>handleSignal:
         0xb03c400 s Context>handleSignal:
         0xb040c98 s Context>handleSignal:
         0xb045478 s Context>handleSignal:
         0xb049ba0 s Context>handleSignal:
         0xb04e210 s Context>handleSignal:
         0xb0527c8 s Context>handleSignal:
         0xb056cc8 s Context>handleSignal:
         0xb05b110 s Context>handleSignal:
         0xb05f4a0 s Context>handleSignal:
         0xb063778 s Context>handleSignal:
         0xb067998 s Context>handleSignal:
         0xb06bb00 s Context>handleSignal:
         0xb06fbb0 s Context>handleSignal:
         0xb073ba8 s Context>handleSignal:
         0xb077ae8 s Context>handleSignal:
         0xb07b970 s Context>handleSignal:
         0xb07f740 s Context>handleSignal:
         0xb083458 s Context>handleSignal:
         0xb0870b8 s Context>handleSignal:
         0xb08ac60 s Context>handleSignal:
         0xb08e750 s Context>handleSignal:
         0xb092188 s Context>handleSignal:
         0xb095b08 s Context>handleSignal:
         0xb0993d0 s Context>handleSignal:
         0xb09cbe0 s Context>handleSignal:
         0xb0a0338 s Context>handleSignal:
         0xb0a39d8 s Context>handleSignal:
         0xb0a6fc0 s Context>handleSignal:
         0xb0aa4f0 s Context>handleSignal:
         0xb0ad968 s Context>handleSignal:
         0xb0b0d28 s Context>handleSignal:
         0xb0b4030 s Context>handleSignal:
         0xb0b7280 s Context>handleSignal:
         0xb0ba418 s Context>handleSignal:
         0xb0bd4f8 s Context>handleSignal:
         0xb0c0520 s Context>handleSignal:
         0xb0c3490 s Context>handleSignal:
         0xb0c6348 s Context>handleSignal:
         0xb0c9148 s Context>handleSignal:
         0xb0cbe90 s Context>handleSignal:
         0xb0ceb20 s Context>handleSignal:
         0xb0d16f8 s Context>handleSignal:
         0xb0d4218 s Context>handleSignal:
         0xb0d6c80 s Context>handleSignal:
         0xb0d9630 s Context>handleSignal:
         0xb0dbf28 s Context>handleSignal:
         0xb0de768 s Context>handleSignal:
         0xb0e0ef0 s Context>handleSignal:
         0xb0e35c0 s Context>handleSignal:
         0xb0e5bd8 s Context>handleSignal:
         0xb0e8138 s Context>handleSignal:
         0xb0ea5e0 s Context>handleSignal:
         0xb0ec9d0 s Context>handleSignal:
         0xb0eed08 s Context>handleSignal:
         0xb0f0f88 s Context>handleSignal:
         0xb0f3150 s Context>handleSignal:
         0xb0f5260 s Context>handleSignal:
         0xb0f72b8 s Context>handleSignal:
         0xb0f9258 s Context>handleSignal:
         0xb0fb140 s Context>handleSignal:
         0xb0fceb8 s Context>handleSignal:
         0xb0feb78 s Context>handleSignal:
         0xb100780 s Context>handleSignal:
         0xb1022d0 s Context>handleSignal:
         0xb103d68 s Context>handleSignal:
         0xb105748 s Context>handleSignal:
         0xb107070 s Context>handleSignal:
         0xb1088e0 s Context>handleSignal:
         0xb10a098 s Context>handleSignal:
         0xb10b798 s Context>handleSignal:
         0xb10cde0 s Context>handleSignal:
         0xb10e370 s Context>handleSignal:
         0xb10f848 s Context>handleSignal:
         0xb110c68 s Context>handleSignal:
         0xb111fd0 s Context>handleSignal:
         0xb113280 s Context>handleSignal:
         0xb114478 s Context>handleSignal:
         0xb1155b8 s Context>handleSignal:
         0xb1d8630 s Halt(Exception)>signal
         0xb272e78 s Halt class(Exception class)>signal
         0xad3dca0 s Halt class>now
         0xb1ba600 s FullBlockClosure(Object)>halt
         0xb2349a0 s FullBlockClosure>printOn:
         0xb296010 s Context>printOn:
         0xb34fb88 s Context>printDebugOn:
         0xb34fe90 s [] in Context>debugStack:on:
         0xb398208 s OrderedCollection>do:
         0xb296118 s Context>debugStack:on:
         0xb34fd20 s Context>shortDebugStackOn:
         0xb398150 s [] in SmalltalkImage>logError:inContext:
         0xb3bf0c0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d6a28 s FullBlockClosure(BlockClosure)>on:do:
         0xb270cd0 s SmalltalkImage>logStdErrorDuring:
         0xb2b8e08 s SmalltalkImage>logError:inContext:
         0xb376590 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b4510 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2dd8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef3d0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f54d0 s Halt(Exception)>unhandledErrorAction
         0xb3f5588 s Halt(UnhandledException)>defaultAction
         0xb3f5640 s UndefinedObject>handleSignal:
         0xad3d400 s Context>handleSignal:
         0xad3ed28 s Context>handleSignal:
         0xad3ede0 s Context>handleSignal:
         0xad3ee98 s Context>handleSignal:
         0xad3ef50 s Context>handleSignal:
         0xad3f008 s Context>handleSignal:
         0xad3f0c0 s Context>handleSignal:
         0xad3f178 s Context>handleSignal:
         0xad3f230 s Context>handleSignal:
         0xad3f2e8 s Context>handleSignal:
         0xad9e518 s Context>handleSignal:
         0xadb1eb8 s Context>handleSignal:
         0xadc3d28 s Context>handleSignal:
         0xadd4e88 s Context>handleSignal:
         0xade88e8 s Context>handleSignal:
         0xadf90c0 s Context>handleSignal:
         0xae093c0 s Context>handleSignal:
         0xae19260 s Context>handleSignal:
         0xae2b798 s Context>handleSignal:
         0xae3ade8 s Context>handleSignal:
         0xae4cfd8 s Context>handleSignal:
         0xae595b8 s Context>handleSignal:
         0xae66330 s Context>handleSignal:
         0xae71388 s Context>handleSignal:
         0xae7b2b8 s Context>handleSignal:
         0xae85d60 s Context>handleSignal:
         0xae8fd78 s Context>handleSignal:
         0xae9ab08 s Context>handleSignal:
         0xaea6f88 s Context>handleSignal:
         0xaeb0470 s Context>handleSignal:
         0xaeb8950 s Context>handleSignal:
         0xaec0b18 s Context>handleSignal:
         0xaec89a8 s Context>handleSignal:
         0xaed0c88 s Context>handleSignal:
         0xaed8bb8 s Context>handleSignal:
         0xaee0d48 s Context>handleSignal:
         0xaee8720 s Context>handleSignal:
         0xaef03f0 s Context>handleSignal:
         0xaef8220 s Context>handleSignal:
         0xaf001a0 s Context>handleSignal:
         0xaf09750 s Context>handleSignal:
         0xaf11170 s Context>handleSignal:
         0xaf18e80 s Context>handleSignal:
         0xaf1fc78 s Context>handleSignal:
         0xaf269f8 s Context>handleSignal:
         0xaf2d8d0 s Context>handleSignal:
         0xaf344a0 s Context>handleSignal:
         0xaf3af00 s Context>handleSignal:
         0xaf418a8 s Context>handleSignal:
         0xaf48198 s Context>handleSignal:
         0xaf4e9d0 s Context>handleSignal:
         0xaf55150 s Context>handleSignal:
         0xaf5b818 s Context>handleSignal:
         0xaf61e28 s Context>handleSignal:
         0xaf68380 s Context>handleSignal:
         0xaf6e820 s Context>handleSignal:
         0xaf74c08 s Context>handleSignal:
         0xaf7af38 s Context>handleSignal:
         0xaf811b0 s Context>handleSignal:
         0xaf87370 s Context>handleSignal:
         0xaf8d478 s Context>handleSignal:
         0xaf934c8 s Context>handleSignal:
         0xaf99460 s Context>handleSignal:
         0xaf9f340 s Context>handleSignal:
         0xafa5168 s Context>handleSignal:
         0xafaaed8 s Context>handleSignal:
         0xafb0b90 s Context>handleSignal:
         0xafb6790 s Context>handleSignal:
         0xafbc2d8 s Context>handleSignal:
         0xafc1d68 s Context>handleSignal:
         0xafc7740 s Context>handleSignal:
         0xafcd060 s Context>handleSignal:
         0xafd28c8 s Context>handleSignal:
         0xafd8078 s Context>handleSignal:
         0xafdd770 s Context>handleSignal:
         0xafe2db0 s Context>handleSignal:
         0xafe8338 s Context>handleSignal:
         0xafed808 s Context>handleSignal:
         0xaff2c20 s Context>handleSignal:
         0xaff7f80 s Context>handleSignal:
         0xaffd228 s Context>handleSignal:
         0xb002418 s Context>handleSignal:
         0xb007550 s Context>handleSignal:
         0xb00c5d0 s Context>handleSignal:
         0xb011598 s Context>handleSignal:
         0xb0164a8 s Context>handleSignal:
         0xb01b300 s Context>handleSignal:
         0xb0200a0 s Context>handleSignal:
         0xb024d88 s Context>handleSignal:
         0xb0299b8 s Context>handleSignal:
         0xb02e530 s Context>handleSignal:
         0xb032ff0 s Context>handleSignal:
         0xb0379f8 s Context>handleSignal:
         0xb03c348 s Context>handleSignal:
         0xb040be0 s Context>handleSignal:
         0xb0453c0 s Context>handleSignal:
         0xb049ae8 s Context>handleSignal:
         0xb04e158 s Context>handleSignal:
         0xb052710 s Context>handleSignal:
         0xb056c10 s Context>handleSignal:
         0xb05b058 s Context>handleSignal:
         0xb05f3e8 s Context>handleSignal:
         0xb0636c0 s Context>handleSignal:
         0xb0678e0 s Context>handleSignal:
         0xb06ba48 s Context>handleSignal:
         0xb06faf8 s Context>handleSignal:
         0xb073af0 s Context>handleSignal:
         0xb077a30 s Context>handleSignal:
         0xb07b8b8 s Context>handleSignal:
         0xb07f688 s Context>handleSignal:
         0xb0833a0 s Context>handleSignal:
         0xb087000 s Context>handleSignal:
         0xb08aba8 s Context>handleSignal:
         0xb08e698 s Context>handleSignal:
         0xb0920d0 s Context>handleSignal:
         0xb095a50 s Context>handleSignal:
         0xb099318 s Context>handleSignal:
         0xb09cb28 s Context>handleSignal:
         0xb0a0280 s Context>handleSignal:
         0xb0a3920 s Context>handleSignal:
         0xb0a6f08 s Context>handleSignal:
         0xb0aa438 s Context>handleSignal:
         0xb0ad8b0 s Context>handleSignal:
         0xb0b0c70 s Context>handleSignal:
         0xb0b3f78 s Context>handleSignal:
         0xb0b71c8 s Context>handleSignal:
         0xb0ba360 s Context>handleSignal:
         0xb0bd440 s Context>handleSignal:
         0xb0c0468 s Context>handleSignal:
         0xb0c33d8 s Context>handleSignal:
         0xb0c6290 s Context>handleSignal:
         0xb0c9090 s Context>handleSignal:
         0xb0cbdd8 s Context>handleSignal:
         0xb0cea68 s Context>handleSignal:
         0xb0d1640 s Context>handleSignal:
         0xb0d4160 s Context>handleSignal:
         0xb0d6bc8 s Context>handleSignal:
         0xb0d9578 s Context>handleSignal:
         0xb0dbe70 s Context>handleSignal:
         0xb0de6b0 s Context>handleSignal:
         0xb0e0e38 s Context>handleSignal:
         0xb0e3508 s Context>handleSignal:
         0xb0e5b20 s Context>handleSignal:
         0xb0e8080 s Context>handleSignal:
         0xb0ea528 s Context>handleSignal:
         0xb0ec918 s Context>handleSignal:
         0xb0eec50 s Context>handleSignal:
         0xb0f0ed0 s Context>handleSignal:
         0xb0f3098 s Context>handleSignal:
         0xb0f51a8 s Context>handleSignal:
         0xb0f7200 s Context>handleSignal:
         0xb0f91a0 s Context>handleSignal:
         0xb0fb088 s Context>handleSignal:
         0xb0fce00 s Context>handleSignal:
         0xb0feac0 s Context>handleSignal:
         0xb1006c8 s Context>handleSignal:
         0xb102218 s Context>handleSignal:
         0xb103cb0 s Context>handleSignal:
         0xb105690 s Context>handleSignal:
         0xb106fb8 s Context>handleSignal:
         0xb108828 s Context>handleSignal:
         0xb109fe0 s Context>handleSignal:
         0xb10b6e0 s Context>handleSignal:
         0xb10cd28 s Context>handleSignal:
         0xb10e2b8 s Context>handleSignal:
         0xb10f790 s Context>handleSignal:
         0xb110bb0 s Context>handleSignal:
         0xb111f18 s Context>handleSignal:
         0xb1131c8 s Context>handleSignal:
         0xb1143c0 s Context>handleSignal:
         0xb1d8408 s Halt(Exception)>signal
         0xb272bf0 s Halt class(Exception class)>signal
         0xad3d4b8 s Halt class>now
         0xb1ba510 s FullBlockClosure(Object)>halt
         0xb2348b8 s FullBlockClosure>printOn:
         0xb295e50 s Context>printOn:
         0xb34f938 s Context>printDebugOn:
         0xb34fc40 s [] in Context>debugStack:on:
         0xb398088 s OrderedCollection>do:
         0xb295f58 s Context>debugStack:on:
         0xb34fad0 s Context>shortDebugStackOn:
         0xb397fd0 s [] in SmalltalkImage>logError:inContext:
         0xb3befe8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d68b8 s FullBlockClosure(BlockClosure)>on:do:
         0xb270b00 s SmalltalkImage>logStdErrorDuring:
         0xb2b8d08 s SmalltalkImage>logError:inContext:
         0xb3764c8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b4420 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2cf8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef318 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f52a8 s Halt(Exception)>unhandledErrorAction
         0xb3f5360 s Halt(UnhandledException)>defaultAction
         0xb3f5418 s UndefinedObject>handleSignal:
         0xad3cc18 s Context>handleSignal:
         0xad3e540 s Context>handleSignal:
         0xad3e5f8 s Context>handleSignal:
         0xad3e6b0 s Context>handleSignal:
         0xad3e768 s Context>handleSignal:
         0xad3e820 s Context>handleSignal:
         0xad3e8d8 s Context>handleSignal:
         0xad3e990 s Context>handleSignal:
         0xad3ea48 s Context>handleSignal:
         0xad3eb00 s Context>handleSignal:
         0xad9e460 s Context>handleSignal:
         0xadb1e00 s Context>handleSignal:
         0xadc3c70 s Context>handleSignal:
         0xadd4dd0 s Context>handleSignal:
         0xade8830 s Context>handleSignal:
         0xadf9008 s Context>handleSignal:
         0xae09308 s Context>handleSignal:
         0xae191a8 s Context>handleSignal:
         0xae2b6e0 s Context>handleSignal:
         0xae3ad30 s Context>handleSignal:
         0xae4cf20 s Context>handleSignal:
         0xae59500 s Context>handleSignal:
         0xae66278 s Context>handleSignal:
         0xae712d0 s Context>handleSignal:
         0xae7b200 s Context>handleSignal:
         0xae85ca8 s Context>handleSignal:
         0xae8fcc0 s Context>handleSignal:
         0xae9aa50 s Context>handleSignal:
         0xaea6ed0 s Context>handleSignal:
         0xaeb03b8 s Context>handleSignal:
         0xaeb8898 s Context>handleSignal:
         0xaec0a60 s Context>handleSignal:
         0xaec88f0 s Context>handleSignal:
         0xaed0bd0 s Context>handleSignal:
         0xaed8b00 s Context>handleSignal:
         0xaee0c90 s Context>handleSignal:
         0xaee8668 s Context>handleSignal:
         0xaef0338 s Context>handleSignal:
         0xaef8168 s Context>handleSignal:
         0xaf000e8 s Context>handleSignal:
         0xaf09698 s Context>handleSignal:
         0xaf110b8 s Context>handleSignal:
         0xaf18dc8 s Context>handleSignal:
         0xaf1fbc0 s Context>handleSignal:
         0xaf26940 s Context>handleSignal:
         0xaf2d818 s Context>handleSignal:
         0xaf343e8 s Context>handleSignal:
         0xaf3ae48 s Context>handleSignal:
         0xaf417f0 s Context>handleSignal:
         0xaf480e0 s Context>handleSignal:
         0xaf4e918 s Context>handleSignal:
         0xaf55098 s Context>handleSignal:
         0xaf5b760 s Context>handleSignal:
         0xaf61d70 s Context>handleSignal:
         0xaf682c8 s Context>handleSignal:
         0xaf6e768 s Context>handleSignal:
         0xaf74b50 s Context>handleSignal:
         0xaf7ae80 s Context>handleSignal:
         0xaf810f8 s Context>handleSignal:
         0xaf872b8 s Context>handleSignal:
         0xaf8d3c0 s Context>handleSignal:
         0xaf93410 s Context>handleSignal:
         0xaf993a8 s Context>handleSignal:
         0xaf9f288 s Context>handleSignal:
         0xafa50b0 s Context>handleSignal:
         0xafaae20 s Context>handleSignal:
         0xafb0ad8 s Context>handleSignal:
         0xafb66d8 s Context>handleSignal:
         0xafbc220 s Context>handleSignal:
         0xafc1cb0 s Context>handleSignal:
         0xafc7688 s Context>handleSignal:
         0xafccfa8 s Context>handleSignal:
         0xafd2810 s Context>handleSignal:
         0xafd7fc0 s Context>handleSignal:
         0xafdd6b8 s Context>handleSignal:
         0xafe2cf8 s Context>handleSignal:
         0xafe8280 s Context>handleSignal:
         0xafed750 s Context>handleSignal:
         0xaff2b68 s Context>handleSignal:
         0xaff7ec8 s Context>handleSignal:
         0xaffd170 s Context>handleSignal:
         0xb002360 s Context>handleSignal:
         0xb007498 s Context>handleSignal:
         0xb00c518 s Context>handleSignal:
         0xb0114e0 s Context>handleSignal:
         0xb0163f0 s Context>handleSignal:
         0xb01b248 s Context>handleSignal:
         0xb01ffe8 s Context>handleSignal:
         0xb024cd0 s Context>handleSignal:
         0xb029900 s Context>handleSignal:
         0xb02e478 s Context>handleSignal:
         0xb032f38 s Context>handleSignal:
         0xb037940 s Context>handleSignal:
         0xb03c290 s Context>handleSignal:
         0xb040b28 s Context>handleSignal:
         0xb045308 s Context>handleSignal:
         0xb049a30 s Context>handleSignal:
         0xb04e0a0 s Context>handleSignal:
         0xb052658 s Context>handleSignal:
         0xb056b58 s Context>handleSignal:
         0xb05afa0 s Context>handleSignal:
         0xb05f330 s Context>handleSignal:
         0xb063608 s Context>handleSignal:
         0xb067828 s Context>handleSignal:
         0xb06b990 s Context>handleSignal:
         0xb06fa40 s Context>handleSignal:
         0xb073a38 s Context>handleSignal:
         0xb077978 s Context>handleSignal:
         0xb07b800 s Context>handleSignal:
         0xb07f5d0 s Context>handleSignal:
         0xb0832e8 s Context>handleSignal:
         0xb086f48 s Context>handleSignal:
         0xb08aaf0 s Context>handleSignal:
         0xb08e5e0 s Context>handleSignal:
         0xb092018 s Context>handleSignal:
         0xb095998 s Context>handleSignal:
         0xb099260 s Context>handleSignal:
         0xb09ca70 s Context>handleSignal:
         0xb0a01c8 s Context>handleSignal:
         0xb0a3868 s Context>handleSignal:
         0xb0a6e50 s Context>handleSignal:
         0xb0aa380 s Context>handleSignal:
         0xb0ad7f8 s Context>handleSignal:
         0xb0b0bb8 s Context>handleSignal:
         0xb0b3ec0 s Context>handleSignal:
         0xb0b7110 s Context>handleSignal:
         0xb0ba2a8 s Context>handleSignal:
         0xb0bd388 s Context>handleSignal:
         0xb0c03b0 s Context>handleSignal:
         0xb0c3320 s Context>handleSignal:
         0xb0c61d8 s Context>handleSignal:
         0xb0c8fd8 s Context>handleSignal:
         0xb0cbd20 s Context>handleSignal:
         0xb0ce9b0 s Context>handleSignal:
         0xb0d1588 s Context>handleSignal:
         0xb0d40a8 s Context>handleSignal:
         0xb0d6b10 s Context>handleSignal:
         0xb0d94c0 s Context>handleSignal:
         0xb0dbdb8 s Context>handleSignal:
         0xb0de5f8 s Context>handleSignal:
         0xb0e0d80 s Context>handleSignal:
         0xb0e3450 s Context>handleSignal:
         0xb0e5a68 s Context>handleSignal:
         0xb0e7fc8 s Context>handleSignal:
         0xb0ea470 s Context>handleSignal:
         0xb0ec860 s Context>handleSignal:
         0xb0eeb98 s Context>handleSignal:
         0xb0f0e18 s Context>handleSignal:
         0xb0f2fe0 s Context>handleSignal:
         0xb0f50f0 s Context>handleSignal:
         0xb0f7148 s Context>handleSignal:
         0xb0f90e8 s Context>handleSignal:
         0xb0fafd0 s Context>handleSignal:
         0xb0fcd48 s Context>handleSignal:
         0xb0fea08 s Context>handleSignal:
         0xb100610 s Context>handleSignal:
         0xb102160 s Context>handleSignal:
         0xb103bf8 s Context>handleSignal:
         0xb1055d8 s Context>handleSignal:
         0xb106f00 s Context>handleSignal:
         0xb108770 s Context>handleSignal:
         0xb109f28 s Context>handleSignal:
         0xb10b628 s Context>handleSignal:
         0xb10cc70 s Context>handleSignal:
         0xb10e200 s Context>handleSignal:
         0xb10f6d8 s Context>handleSignal:
         0xb110af8 s Context>handleSignal:
         0xb111e60 s Context>handleSignal:
         0xb113110 s Context>handleSignal:
         0xb1d8350 s Halt(Exception)>signal
         0xb272b38 s Halt class(Exception class)>signal
         0xad3ccd0 s Halt class>now
         0xb1ba420 s FullBlockClosure(Object)>halt
         0xb2347d0 s FullBlockClosure>printOn:
         0xb295c90 s Context>printOn:
         0xb34f6e8 s Context>printDebugOn:
         0xb34f9f0 s [] in Context>debugStack:on:
         0xb397f08 s OrderedCollection>do:
         0xb295d98 s Context>debugStack:on:
         0xb34f880 s Context>shortDebugStackOn:
         0xb397e50 s [] in SmalltalkImage>logError:inContext:
         0xb3bef10 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d6748 s FullBlockClosure(BlockClosure)>on:do:
         0xb270930 s SmalltalkImage>logStdErrorDuring:
         0xb2b8c08 s SmalltalkImage>logError:inContext:
         0xb376400 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b4330 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2c18 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef260 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f5080 s Halt(Exception)>unhandledErrorAction
         0xb3f5138 s Halt(UnhandledException)>defaultAction
         0xb3f51f0 s UndefinedObject>handleSignal:
         0xad3c430 s Context>handleSignal:
         0xad3dd58 s Context>handleSignal:
         0xad3de10 s Context>handleSignal:
         0xad3dec8 s Context>handleSignal:
         0xad3df80 s Context>handleSignal:
         0xad3e038 s Context>handleSignal:
         0xad3e0f0 s Context>handleSignal:
         0xad3e1a8 s Context>handleSignal:
         0xad3e260 s Context>handleSignal:
         0xad3e318 s Context>handleSignal:
         0xad9e3a8 s Context>handleSignal:
         0xadb1d48 s Context>handleSignal:
         0xadc3bb8 s Context>handleSignal:
         0xadd4d18 s Context>handleSignal:
         0xade8778 s Context>handleSignal:
         0xadf8f50 s Context>handleSignal:
         0xae09250 s Context>handleSignal:
         0xae190f0 s Context>handleSignal:
         0xae2b628 s Context>handleSignal:
         0xae3ac78 s Context>handleSignal:
         0xae4ce68 s Context>handleSignal:
         0xae59448 s Context>handleSignal:
         0xae661c0 s Context>handleSignal:
         0xae71218 s Context>handleSignal:
         0xae7b148 s Context>handleSignal:
         0xae85bf0 s Context>handleSignal:
         0xae8fc08 s Context>handleSignal:
         0xae9a998 s Context>handleSignal:
         0xaea6e18 s Context>handleSignal:
         0xaeb0300 s Context>handleSignal:
         0xaeb87e0 s Context>handleSignal:
         0xaec09a8 s Context>handleSignal:
         0xaec8838 s Context>handleSignal:
         0xaed0b18 s Context>handleSignal:
         0xaed8a48 s Context>handleSignal:
         0xaee0bd8 s Context>handleSignal:
         0xaee85b0 s Context>handleSignal:
         0xaef0280 s Context>handleSignal:
         0xaef80b0 s Context>handleSignal:
         0xaf00030 s Context>handleSignal:
         0xaf095e0 s Context>handleSignal:
         0xaf11000 s Context>handleSignal:
         0xaf18d10 s Context>handleSignal:
         0xaf1fb08 s Context>handleSignal:
         0xaf26888 s Context>handleSignal:
         0xaf2d760 s Context>handleSignal:
         0xaf34330 s Context>handleSignal:
         0xaf3ad90 s Context>handleSignal:
         0xaf41738 s Context>handleSignal:
         0xaf48028 s Context>handleSignal:
         0xaf4e860 s Context>handleSignal:
         0xaf54fe0 s Context>handleSignal:
         0xaf5b6a8 s Context>handleSignal:
         0xaf61cb8 s Context>handleSignal:
         0xaf68210 s Context>handleSignal:
         0xaf6e6b0 s Context>handleSignal:
         0xaf74a98 s Context>handleSignal:
         0xaf7adc8 s Context>handleSignal:
         0xaf81040 s Context>handleSignal:
         0xaf87200 s Context>handleSignal:
         0xaf8d308 s Context>handleSignal:
         0xaf93358 s Context>handleSignal:
         0xaf992f0 s Context>handleSignal:
         0xaf9f1d0 s Context>handleSignal:
         0xafa4ff8 s Context>handleSignal:
         0xafaad68 s Context>handleSignal:
         0xafb0a20 s Context>handleSignal:
         0xafb6620 s Context>handleSignal:
         0xafbc168 s Context>handleSignal:
         0xafc1bf8 s Context>handleSignal:
         0xafc75d0 s Context>handleSignal:
         0xafccef0 s Context>handleSignal:
         0xafd2758 s Context>handleSignal:
         0xafd7f08 s Context>handleSignal:
         0xafdd600 s Context>handleSignal:
         0xafe2c40 s Context>handleSignal:
         0xafe81c8 s Context>handleSignal:
         0xafed698 s Context>handleSignal:
         0xaff2ab0 s Context>handleSignal:
         0xaff7e10 s Context>handleSignal:
         0xaffd0b8 s Context>handleSignal:
         0xb0022a8 s Context>handleSignal:
         0xb0073e0 s Context>handleSignal:
         0xb00c460 s Context>handleSignal:
         0xb011428 s Context>handleSignal:
         0xb016338 s Context>handleSignal:
         0xb01b190 s Context>handleSignal:
         0xb01ff30 s Context>handleSignal:
         0xb024c18 s Context>handleSignal:
         0xb029848 s Context>handleSignal:
         0xb02e3c0 s Context>handleSignal:
         0xb032e80 s Context>handleSignal:
         0xb037888 s Context>handleSignal:
         0xb03c1d8 s Context>handleSignal:
         0xb040a70 s Context>handleSignal:
         0xb045250 s Context>handleSignal:
         0xb049978 s Context>handleSignal:
         0xb04dfe8 s Context>handleSignal:
         0xb0525a0 s Context>handleSignal:
         0xb056aa0 s Context>handleSignal:
         0xb05aee8 s Context>handleSignal:
         0xb05f278 s Context>handleSignal:
         0xb063550 s Context>handleSignal:
         0xb067770 s Context>handleSignal:
         0xb06b8d8 s Context>handleSignal:
         0xb06f988 s Context>handleSignal:
         0xb073980 s Context>handleSignal:
         0xb0778c0 s Context>handleSignal:
         0xb07b748 s Context>handleSignal:
         0xb07f518 s Context>handleSignal:
         0xb083230 s Context>handleSignal:
         0xb086e90 s Context>handleSignal:
         0xb08aa38 s Context>handleSignal:
         0xb08e528 s Context>handleSignal:
         0xb091f60 s Context>handleSignal:
         0xb0958e0 s Context>handleSignal:
         0xb0991a8 s Context>handleSignal:
         0xb09c9b8 s Context>handleSignal:
         0xb0a0110 s Context>handleSignal:
         0xb0a37b0 s Context>handleSignal:
         0xb0a6d98 s Context>handleSignal:
         0xb0aa2c8 s Context>handleSignal:
         0xb0ad740 s Context>handleSignal:
         0xb0b0b00 s Context>handleSignal:
         0xb0b3e08 s Context>handleSignal:
         0xb0b7058 s Context>handleSignal:
         0xb0ba1f0 s Context>handleSignal:
         0xb0bd2d0 s Context>handleSignal:
         0xb0c02f8 s Context>handleSignal:
         0xb0c3268 s Context>handleSignal:
         0xb0c6120 s Context>handleSignal:
         0xb0c8f20 s Context>handleSignal:
         0xb0cbc68 s Context>handleSignal:
         0xb0ce8f8 s Context>handleSignal:
         0xb0d14d0 s Context>handleSignal:
         0xb0d3ff0 s Context>handleSignal:
         0xb0d6a58 s Context>handleSignal:
         0xb0d9408 s Context>handleSignal:
         0xb0dbd00 s Context>handleSignal:
         0xb0de540 s Context>handleSignal:
         0xb0e0cc8 s Context>handleSignal:
         0xb0e3398 s Context>handleSignal:
         0xb0e59b0 s Context>handleSignal:
         0xb0e7f10 s Context>handleSignal:
         0xb0ea3b8 s Context>handleSignal:
         0xb0ec7a8 s Context>handleSignal:
         0xb0eeae0 s Context>handleSignal:
         0xb0f0d60 s Context>handleSignal:
         0xb0f2f28 s Context>handleSignal:
         0xb0f5038 s Context>handleSignal:
         0xb0f7090 s Context>handleSignal:
         0xb0f9030 s Context>handleSignal:
         0xb0faf18 s Context>handleSignal:
         0xb0fcc90 s Context>handleSignal:
         0xb0fe950 s Context>handleSignal:
         0xb100558 s Context>handleSignal:
         0xb1020a8 s Context>handleSignal:
         0xb103b40 s Context>handleSignal:
         0xb105520 s Context>handleSignal:
         0xb106e48 s Context>handleSignal:
         0xb1086b8 s Context>handleSignal:
         0xb109e70 s Context>handleSignal:
         0xb10b570 s Context>handleSignal:
         0xb10cbb8 s Context>handleSignal:
         0xb10e148 s Context>handleSignal:
         0xb10f620 s Context>handleSignal:
         0xb110a40 s Context>handleSignal:
         0xb111da8 s Context>handleSignal:
         0xb1d8298 s Halt(Exception)>signal
         0xb272a80 s Halt class(Exception class)>signal
         0xad3c4e8 s Halt class>now
         0xb1ba330 s FullBlockClosure(Object)>halt
         0xb2346e8 s FullBlockClosure>printOn:
         0xb295ad0 s Context>printOn:
         0xb34f498 s Context>printDebugOn:
         0xb34f7a0 s [] in Context>debugStack:on:
         0xb397d88 s OrderedCollection>do:
         0xb295bd8 s Context>debugStack:on:
         0xb34f630 s Context>shortDebugStackOn:
         0xb397cd0 s [] in SmalltalkImage>logError:inContext:
         0xb3bee38 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d65d8 s FullBlockClosure(BlockClosure)>on:do:
         0xb270760 s SmalltalkImage>logStdErrorDuring:
         0xb2b8b08 s SmalltalkImage>logError:inContext:
         0xb376338 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b4240 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2b38 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef1a8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f4e58 s Halt(Exception)>unhandledErrorAction
         0xb3f4f10 s Halt(UnhandledException)>defaultAction
         0xb3f4fc8 s UndefinedObject>handleSignal:
         0xad3bc48 s Context>handleSignal:
         0xad3d570 s Context>handleSignal:
         0xad3d628 s Context>handleSignal:
         0xad3d6e0 s Context>handleSignal:
         0xad3d798 s Context>handleSignal:
         0xad3d850 s Context>handleSignal:
         0xad3d908 s Context>handleSignal:
         0xad3d9c0 s Context>handleSignal:
         0xad3da78 s Context>handleSignal:
         0xad3db30 s Context>handleSignal:
         0xad9e2f0 s Context>handleSignal:
         0xadb1c90 s Context>handleSignal:
         0xadc3b00 s Context>handleSignal:
         0xadd4c60 s Context>handleSignal:
         0xade86c0 s Context>handleSignal:
         0xadf8e98 s Context>handleSignal:
         0xae09198 s Context>handleSignal:
         0xae19038 s Context>handleSignal:
         0xae2b570 s Context>handleSignal:
         0xae3abc0 s Context>handleSignal:
         0xae4cdb0 s Context>handleSignal:
         0xae59390 s Context>handleSignal:
         0xae66108 s Context>handleSignal:
         0xae71160 s Context>handleSignal:
         0xae7b090 s Context>handleSignal:
         0xae85b38 s Context>handleSignal:
         0xae8fb50 s Context>handleSignal:
         0xae9a8e0 s Context>handleSignal:
         0xaea6d60 s Context>handleSignal:
         0xaeb0248 s Context>handleSignal:
         0xaeb8728 s Context>handleSignal:
         0xaec08f0 s Context>handleSignal:
         0xaec8780 s Context>handleSignal:
         0xaed0a60 s Context>handleSignal:
         0xaed8990 s Context>handleSignal:
         0xaee0b20 s Context>handleSignal:
         0xaee84f8 s Context>handleSignal:
         0xaef01c8 s Context>handleSignal:
         0xaef7ff8 s Context>handleSignal:
         0xaefff78 s Context>handleSignal:
         0xaf09528 s Context>handleSignal:
         0xaf10f48 s Context>handleSignal:
         0xaf18c58 s Context>handleSignal:
         0xaf1fa50 s Context>handleSignal:
         0xaf267d0 s Context>handleSignal:
         0xaf2d6a8 s Context>handleSignal:
         0xaf34278 s Context>handleSignal:
         0xaf3acd8 s Context>handleSignal:
         0xaf41680 s Context>handleSignal:
         0xaf47f70 s Context>handleSignal:
         0xaf4e7a8 s Context>handleSignal:
         0xaf54f28 s Context>handleSignal:
         0xaf5b5f0 s Context>handleSignal:
         0xaf61c00 s Context>handleSignal:
         0xaf68158 s Context>handleSignal:
         0xaf6e5f8 s Context>handleSignal:
         0xaf749e0 s Context>handleSignal:
         0xaf7ad10 s Context>handleSignal:
         0xaf80f88 s Context>handleSignal:
         0xaf87148 s Context>handleSignal:
         0xaf8d250 s Context>handleSignal:
         0xaf932a0 s Context>handleSignal:
         0xaf99238 s Context>handleSignal:
         0xaf9f118 s Context>handleSignal:
         0xafa4f40 s Context>handleSignal:
         0xafaacb0 s Context>handleSignal:
         0xafb0968 s Context>handleSignal:
         0xafb6568 s Context>handleSignal:
         0xafbc0b0 s Context>handleSignal:
         0xafc1b40 s Context>handleSignal:
         0xafc7518 s Context>handleSignal:
         0xafcce38 s Context>handleSignal:
         0xafd26a0 s Context>handleSignal:
         0xafd7e50 s Context>handleSignal:
         0xafdd548 s Context>handleSignal:
         0xafe2b88 s Context>handleSignal:
         0xafe8110 s Context>handleSignal:
         0xafed5e0 s Context>handleSignal:
         0xaff29f8 s Context>handleSignal:
         0xaff7d58 s Context>handleSignal:
         0xaffd000 s Context>handleSignal:
         0xb0021f0 s Context>handleSignal:
         0xb007328 s Context>handleSignal:
         0xb00c3a8 s Context>handleSignal:
         0xb011370 s Context>handleSignal:
         0xb016280 s Context>handleSignal:
         0xb01b0d8 s Context>handleSignal:
         0xb01fe78 s Context>handleSignal:
         0xb024b60 s Context>handleSignal:
         0xb029790 s Context>handleSignal:
         0xb02e308 s Context>handleSignal:
         0xb032dc8 s Context>handleSignal:
         0xb0377d0 s Context>handleSignal:
         0xb03c120 s Context>handleSignal:
         0xb0409b8 s Context>handleSignal:
         0xb045198 s Context>handleSignal:
         0xb0498c0 s Context>handleSignal:
         0xb04df30 s Context>handleSignal:
         0xb0524e8 s Context>handleSignal:
         0xb0569e8 s Context>handleSignal:
         0xb05ae30 s Context>handleSignal:
         0xb05f1c0 s Context>handleSignal:
         0xb063498 s Context>handleSignal:
         0xb0676b8 s Context>handleSignal:
         0xb06b820 s Context>handleSignal:
         0xb06f8d0 s Context>handleSignal:
         0xb0738c8 s Context>handleSignal:
         0xb077808 s Context>handleSignal:
         0xb07b690 s Context>handleSignal:
         0xb07f460 s Context>handleSignal:
         0xb083178 s Context>handleSignal:
         0xb086dd8 s Context>handleSignal:
         0xb08a980 s Context>handleSignal:
         0xb08e470 s Context>handleSignal:
         0xb091ea8 s Context>handleSignal:
         0xb095828 s Context>handleSignal:
         0xb0990f0 s Context>handleSignal:
         0xb09c900 s Context>handleSignal:
         0xb0a0058 s Context>handleSignal:
         0xb0a36f8 s Context>handleSignal:
         0xb0a6ce0 s Context>handleSignal:
         0xb0aa210 s Context>handleSignal:
         0xb0ad688 s Context>handleSignal:
         0xb0b0a48 s Context>handleSignal:
         0xb0b3d50 s Context>handleSignal:
         0xb0b6fa0 s Context>handleSignal:
         0xb0ba138 s Context>handleSignal:
         0xb0bd218 s Context>handleSignal:
         0xb0c0240 s Context>handleSignal:
         0xb0c31b0 s Context>handleSignal:
         0xb0c6068 s Context>handleSignal:
         0xb0c8e68 s Context>handleSignal:
         0xb0cbbb0 s Context>handleSignal:
         0xb0ce840 s Context>handleSignal:
         0xb0d1418 s Context>handleSignal:
         0xb0d3f38 s Context>handleSignal:
         0xb0d69a0 s Context>handleSignal:
         0xb0d9350 s Context>handleSignal:
         0xb0dbc48 s Context>handleSignal:
         0xb0de488 s Context>handleSignal:
         0xb0e0c10 s Context>handleSignal:
         0xb0e32e0 s Context>handleSignal:
         0xb0e58f8 s Context>handleSignal:
         0xb0e7e58 s Context>handleSignal:
         0xb0ea300 s Context>handleSignal:
         0xb0ec6f0 s Context>handleSignal:
         0xb0eea28 s Context>handleSignal:
         0xb0f0ca8 s Context>handleSignal:
         0xb0f2e70 s Context>handleSignal:
         0xb0f4f80 s Context>handleSignal:
         0xb0f6fd8 s Context>handleSignal:
         0xb0f8f78 s Context>handleSignal:
         0xb0fae60 s Context>handleSignal:
         0xb0fcbd8 s Context>handleSignal:
         0xb0fe898 s Context>handleSignal:
         0xb1004a0 s Context>handleSignal:
         0xb101ff0 s Context>handleSignal:
         0xb103a88 s Context>handleSignal:
         0xb105468 s Context>handleSignal:
         0xb106d90 s Context>handleSignal:
         0xb108600 s Context>handleSignal:
         0xb109db8 s Context>handleSignal:
         0xb10b4b8 s Context>handleSignal:
         0xb10cb00 s Context>handleSignal:
         0xb10e090 s Context>handleSignal:
         0xb10f568 s Context>handleSignal:
         0xb110988 s Context>handleSignal:
         0xb1d81e0 s Halt(Exception)>signal
         0xb2729c8 s Halt class(Exception class)>signal
         0xad3bd00 s Halt class>now
         0xb1ba240 s FullBlockClosure(Object)>halt
         0xb234600 s FullBlockClosure>printOn:
         0xb295910 s Context>printOn:
         0xb34f248 s Context>printDebugOn:
         0xb34f550 s [] in Context>debugStack:on:
         0xb397c08 s OrderedCollection>do:
         0xb295a18 s Context>debugStack:on:
         0xb34f3e0 s Context>shortDebugStackOn:
         0xb397b50 s [] in SmalltalkImage>logError:inContext:
         0xb3bed60 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d6468 s FullBlockClosure(BlockClosure)>on:do:
         0xb270590 s SmalltalkImage>logStdErrorDuring:
         0xb2b8a08 s SmalltalkImage>logError:inContext:
         0xb376270 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b4150 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2a58 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef0f0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f4c30 s Halt(Exception)>unhandledErrorAction
         0xb3f4ce8 s Halt(UnhandledException)>defaultAction
         0xb3f4da0 s UndefinedObject>handleSignal:
         0xad3b460 s Context>handleSignal:
         0xad3cd88 s Context>handleSignal:
         0xad3ce40 s Context>handleSignal:
         0xad3cef8 s Context>handleSignal:
         0xad3cfb0 s Context>handleSignal:
         0xad3d068 s Context>handleSignal:
         0xad3d120 s Context>handleSignal:
         0xad3d1d8 s Context>handleSignal:
         0xad3d290 s Context>handleSignal:
         0xad3d348 s Context>handleSignal:
         0xad9e238 s Context>handleSignal:
         0xadb1bd8 s Context>handleSignal:
         0xadc3a48 s Context>handleSignal:
         0xadd4ba8 s Context>handleSignal:
         0xade8608 s Context>handleSignal:
         0xadf8de0 s Context>handleSignal:
         0xae090e0 s Context>handleSignal:
         0xae18f80 s Context>handleSignal:
         0xae2b4b8 s Context>handleSignal:
         0xae3ab08 s Context>handleSignal:
         0xae4ccf8 s Context>handleSignal:
         0xae592d8 s Context>handleSignal:
         0xae66050 s Context>handleSignal:
         0xae710a8 s Context>handleSignal:
         0xae7afd8 s Context>handleSignal:
         0xae85a80 s Context>handleSignal:
         0xae8fa98 s Context>handleSignal:
         0xae9a828 s Context>handleSignal:
         0xaea6ca8 s Context>handleSignal:
         0xaeb0190 s Context>handleSignal:
         0xaeb8670 s Context>handleSignal:
         0xaec0838 s Context>handleSignal:
         0xaec86c8 s Context>handleSignal:
         0xaed09a8 s Context>handleSignal:
         0xaed88d8 s Context>handleSignal:
         0xaee0a68 s Context>handleSignal:
         0xaee8440 s Context>handleSignal:
         0xaef0110 s Context>handleSignal:
         0xaef7f40 s Context>handleSignal:
         0xaeffec0 s Context>handleSignal:
         0xaf09470 s Context>handleSignal:
         0xaf10e90 s Context>handleSignal:
         0xaf18ba0 s Context>handleSignal:
         0xaf1f998 s Context>handleSignal:
         0xaf26718 s Context>handleSignal:
         0xaf2d5f0 s Context>handleSignal:
         0xaf341c0 s Context>handleSignal:
         0xaf3ac20 s Context>handleSignal:
         0xaf415c8 s Context>handleSignal:
         0xaf47eb8 s Context>handleSignal:
         0xaf4e6f0 s Context>handleSignal:
         0xaf54e70 s Context>handleSignal:
         0xaf5b538 s Context>handleSignal:
         0xaf61b48 s Context>handleSignal:
         0xaf680a0 s Context>handleSignal:
         0xaf6e540 s Context>handleSignal:
         0xaf74928 s Context>handleSignal:
         0xaf7ac58 s Context>handleSignal:
         0xaf80ed0 s Context>handleSignal:
         0xaf87090 s Context>handleSignal:
         0xaf8d198 s Context>handleSignal:
         0xaf931e8 s Context>handleSignal:
         0xaf99180 s Context>handleSignal:
         0xaf9f060 s Context>handleSignal:
         0xafa4e88 s Context>handleSignal:
         0xafaabf8 s Context>handleSignal:
         0xafb08b0 s Context>handleSignal:
         0xafb64b0 s Context>handleSignal:
         0xafbbff8 s Context>handleSignal:
         0xafc1a88 s Context>handleSignal:
         0xafc7460 s Context>handleSignal:
         0xafccd80 s Context>handleSignal:
         0xafd25e8 s Context>handleSignal:
         0xafd7d98 s Context>handleSignal:
         0xafdd490 s Context>handleSignal:
         0xafe2ad0 s Context>handleSignal:
         0xafe8058 s Context>handleSignal:
         0xafed528 s Context>handleSignal:
         0xaff2940 s Context>handleSignal:
         0xaff7ca0 s Context>handleSignal:
         0xaffcf48 s Context>handleSignal:
         0xb002138 s Context>handleSignal:
         0xb007270 s Context>handleSignal:
         0xb00c2f0 s Context>handleSignal:
         0xb0112b8 s Context>handleSignal:
         0xb0161c8 s Context>handleSignal:
         0xb01b020 s Context>handleSignal:
         0xb01fdc0 s Context>handleSignal:
         0xb024aa8 s Context>handleSignal:
         0xb0296d8 s Context>handleSignal:
         0xb02e250 s Context>handleSignal:
         0xb032d10 s Context>handleSignal:
         0xb037718 s Context>handleSignal:
         0xb03c068 s Context>handleSignal:
         0xb040900 s Context>handleSignal:
         0xb0450e0 s Context>handleSignal:
         0xb049808 s Context>handleSignal:
         0xb04de78 s Context>handleSignal:
         0xb052430 s Context>handleSignal:
         0xb056930 s Context>handleSignal:
         0xb05ad78 s Context>handleSignal:
         0xb05f108 s Context>handleSignal:
         0xb0633e0 s Context>handleSignal:
         0xb067600 s Context>handleSignal:
         0xb06b768 s Context>handleSignal:
         0xb06f818 s Context>handleSignal:
         0xb073810 s Context>handleSignal:
         0xb077750 s Context>handleSignal:
         0xb07b5d8 s Context>handleSignal:
         0xb07f3a8 s Context>handleSignal:
         0xb0830c0 s Context>handleSignal:
         0xb086d20 s Context>handleSignal:
         0xb08a8c8 s Context>handleSignal:
         0xb08e3b8 s Context>handleSignal:
         0xb091df0 s Context>handleSignal:
         0xb095770 s Context>handleSignal:
         0xb099038 s Context>handleSignal:
         0xb09c848 s Context>handleSignal:
         0xb09ffa0 s Context>handleSignal:
         0xb0a3640 s Context>handleSignal:
         0xb0a6c28 s Context>handleSignal:
         0xb0aa158 s Context>handleSignal:
         0xb0ad5d0 s Context>handleSignal:
         0xb0b0990 s Context>handleSignal:
         0xb0b3c98 s Context>handleSignal:
         0xb0b6ee8 s Context>handleSignal:
         0xb0ba080 s Context>handleSignal:
         0xb0bd160 s Context>handleSignal:
         0xb0c0188 s Context>handleSignal:
         0xb0c30f8 s Context>handleSignal:
         0xb0c5fb0 s Context>handleSignal:
         0xb0c8db0 s Context>handleSignal:
         0xb0cbaf8 s Context>handleSignal:
         0xb0ce788 s Context>handleSignal:
         0xb0d1360 s Context>handleSignal:
         0xb0d3e80 s Context>handleSignal:
         0xb0d68e8 s Context>handleSignal:
         0xb0d9298 s Context>handleSignal:
         0xb0dbb90 s Context>handleSignal:
         0xb0de3d0 s Context>handleSignal:
         0xb0e0b58 s Context>handleSignal:
         0xb0e3228 s Context>handleSignal:
         0xb0e5840 s Context>handleSignal:
         0xb0e7da0 s Context>handleSignal:
         0xb0ea248 s Context>handleSignal:
         0xb0ec638 s Context>handleSignal:
         0xb0ee970 s Context>handleSignal:
         0xb0f0bf0 s Context>handleSignal:
         0xb0f2db8 s Context>handleSignal:
         0xb0f4ec8 s Context>handleSignal:
         0xb0f6f20 s Context>handleSignal:
         0xb0f8ec0 s Context>handleSignal:
         0xb0fada8 s Context>handleSignal:
         0xb0fcb20 s Context>handleSignal:
         0xb0fe7e0 s Context>handleSignal:
         0xb1003e8 s Context>handleSignal:
         0xb101f38 s Context>handleSignal:
         0xb1039d0 s Context>handleSignal:
         0xb1053b0 s Context>handleSignal:
         0xb106cd8 s Context>handleSignal:
         0xb108548 s Context>handleSignal:
         0xb109d00 s Context>handleSignal:
         0xb10b400 s Context>handleSignal:
         0xb10ca48 s Context>handleSignal:
         0xb10dfd8 s Context>handleSignal:
         0xb10f4b0 s Context>handleSignal:
         0xb1d8128 s Halt(Exception)>signal
         0xb272910 s Halt class(Exception class)>signal
         0xad3b518 s Halt class>now
         0xb1ba150 s FullBlockClosure(Object)>halt
         0xb234518 s FullBlockClosure>printOn:
         0xb295750 s Context>printOn:
         0xb34eff8 s Context>printDebugOn:
         0xb34f300 s [] in Context>debugStack:on:
         0xb397a88 s OrderedCollection>do:
         0xb295858 s Context>debugStack:on:
         0xb34f190 s Context>shortDebugStackOn:
         0xb3979d0 s [] in SmalltalkImage>logError:inContext:
         0xb3bec88 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d62f8 s FullBlockClosure(BlockClosure)>on:do:
         0xb2703c0 s SmalltalkImage>logStdErrorDuring:
         0xb2b8908 s SmalltalkImage>logError:inContext:
         0xb3761a8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b4060 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2978 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ef038 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f4a08 s Halt(Exception)>unhandledErrorAction
         0xb3f4ac0 s Halt(UnhandledException)>defaultAction
         0xb3f4b78 s UndefinedObject>handleSignal:
         0xad3ac78 s Context>handleSignal:
         0xad3c5a0 s Context>handleSignal:
         0xad3c658 s Context>handleSignal:
         0xad3c710 s Context>handleSignal:
         0xad3c7c8 s Context>handleSignal:
         0xad3c880 s Context>handleSignal:
         0xad3c938 s Context>handleSignal:
         0xad3c9f0 s Context>handleSignal:
         0xad3caa8 s Context>handleSignal:
         0xad3cb60 s Context>handleSignal:
         0xad9e180 s Context>handleSignal:
         0xadb1b20 s Context>handleSignal:
         0xadc3990 s Context>handleSignal:
         0xadd4af0 s Context>handleSignal:
         0xade8550 s Context>handleSignal:
         0xadf8d28 s Context>handleSignal:
         0xae09028 s Context>handleSignal:
         0xae18ec8 s Context>handleSignal:
         0xae2b400 s Context>handleSignal:
         0xae3aa50 s Context>handleSignal:
         0xae4cc40 s Context>handleSignal:
         0xae59220 s Context>handleSignal:
         0xae65f98 s Context>handleSignal:
         0xae70ff0 s Context>handleSignal:
         0xae7af20 s Context>handleSignal:
         0xae859c8 s Context>handleSignal:
         0xae8f9e0 s Context>handleSignal:
         0xae9a770 s Context>handleSignal:
         0xaea6bf0 s Context>handleSignal:
         0xaeb00d8 s Context>handleSignal:
         0xaeb85b8 s Context>handleSignal:
         0xaec0780 s Context>handleSignal:
         0xaec8610 s Context>handleSignal:
         0xaed08f0 s Context>handleSignal:
         0xaed8820 s Context>handleSignal:
         0xaee09b0 s Context>handleSignal:
         0xaee8388 s Context>handleSignal:
         0xaef0058 s Context>handleSignal:
         0xaef7e88 s Context>handleSignal:
         0xaeffe08 s Context>handleSignal:
         0xaf093b8 s Context>handleSignal:
         0xaf10dd8 s Context>handleSignal:
         0xaf18ae8 s Context>handleSignal:
         0xaf1f8e0 s Context>handleSignal:
         0xaf26660 s Context>handleSignal:
         0xaf2d538 s Context>handleSignal:
         0xaf34108 s Context>handleSignal:
         0xaf3ab68 s Context>handleSignal:
         0xaf41510 s Context>handleSignal:
         0xaf47e00 s Context>handleSignal:
         0xaf4e638 s Context>handleSignal:
         0xaf54db8 s Context>handleSignal:
         0xaf5b480 s Context>handleSignal:
         0xaf61a90 s Context>handleSignal:
         0xaf67fe8 s Context>handleSignal:
         0xaf6e488 s Context>handleSignal:
         0xaf74870 s Context>handleSignal:
         0xaf7aba0 s Context>handleSignal:
         0xaf80e18 s Context>handleSignal:
         0xaf86fd8 s Context>handleSignal:
         0xaf8d0e0 s Context>handleSignal:
         0xaf93130 s Context>handleSignal:
         0xaf990c8 s Context>handleSignal:
         0xaf9efa8 s Context>handleSignal:
         0xafa4dd0 s Context>handleSignal:
         0xafaab40 s Context>handleSignal:
         0xafb07f8 s Context>handleSignal:
         0xafb63f8 s Context>handleSignal:
         0xafbbf40 s Context>handleSignal:
         0xafc19d0 s Context>handleSignal:
         0xafc73a8 s Context>handleSignal:
         0xafcccc8 s Context>handleSignal:
         0xafd2530 s Context>handleSignal:
         0xafd7ce0 s Context>handleSignal:
         0xafdd3d8 s Context>handleSignal:
         0xafe2a18 s Context>handleSignal:
         0xafe7fa0 s Context>handleSignal:
         0xafed470 s Context>handleSignal:
         0xaff2888 s Context>handleSignal:
         0xaff7be8 s Context>handleSignal:
         0xaffce90 s Context>handleSignal:
         0xb002080 s Context>handleSignal:
         0xb0071b8 s Context>handleSignal:
         0xb00c238 s Context>handleSignal:
         0xb011200 s Context>handleSignal:
         0xb016110 s Context>handleSignal:
         0xb01af68 s Context>handleSignal:
         0xb01fd08 s Context>handleSignal:
         0xb0249f0 s Context>handleSignal:
         0xb029620 s Context>handleSignal:
         0xb02e198 s Context>handleSignal:
         0xb032c58 s Context>handleSignal:
         0xb037660 s Context>handleSignal:
         0xb03bfb0 s Context>handleSignal:
         0xb040848 s Context>handleSignal:
         0xb045028 s Context>handleSignal:
         0xb049750 s Context>handleSignal:
         0xb04ddc0 s Context>handleSignal:
         0xb052378 s Context>handleSignal:
         0xb056878 s Context>handleSignal:
         0xb05acc0 s Context>handleSignal:
         0xb05f050 s Context>handleSignal:
         0xb063328 s Context>handleSignal:
         0xb067548 s Context>handleSignal:
         0xb06b6b0 s Context>handleSignal:
         0xb06f760 s Context>handleSignal:
         0xb073758 s Context>handleSignal:
         0xb077698 s Context>handleSignal:
         0xb07b520 s Context>handleSignal:
         0xb07f2f0 s Context>handleSignal:
         0xb083008 s Context>handleSignal:
         0xb086c68 s Context>handleSignal:
         0xb08a810 s Context>handleSignal:
         0xb08e300 s Context>handleSignal:
         0xb091d38 s Context>handleSignal:
         0xb0956b8 s Context>handleSignal:
         0xb098f80 s Context>handleSignal:
         0xb09c790 s Context>handleSignal:
         0xb09fee8 s Context>handleSignal:
         0xb0a3588 s Context>handleSignal:
         0xb0a6b70 s Context>handleSignal:
         0xb0aa0a0 s Context>handleSignal:
         0xb0ad518 s Context>handleSignal:
         0xb0b08d8 s Context>handleSignal:
         0xb0b3be0 s Context>handleSignal:
         0xb0b6e30 s Context>handleSignal:
         0xb0b9fc8 s Context>handleSignal:
         0xb0bd0a8 s Context>handleSignal:
         0xb0c00d0 s Context>handleSignal:
         0xb0c3040 s Context>handleSignal:
         0xb0c5ef8 s Context>handleSignal:
         0xb0c8cf8 s Context>handleSignal:
         0xb0cba40 s Context>handleSignal:
         0xb0ce6d0 s Context>handleSignal:
         0xb0d12a8 s Context>handleSignal:
         0xb0d3dc8 s Context>handleSignal:
         0xb0d6830 s Context>handleSignal:
         0xb0d91e0 s Context>handleSignal:
         0xb0dbad8 s Context>handleSignal:
         0xb0de318 s Context>handleSignal:
         0xb0e0aa0 s Context>handleSignal:
         0xb0e3170 s Context>handleSignal:
         0xb0e5788 s Context>handleSignal:
         0xb0e7ce8 s Context>handleSignal:
         0xb0ea190 s Context>handleSignal:
         0xb0ec580 s Context>handleSignal:
         0xb0ee8b8 s Context>handleSignal:
         0xb0f0b38 s Context>handleSignal:
         0xb0f2d00 s Context>handleSignal:
         0xb0f4e10 s Context>handleSignal:
         0xb0f6e68 s Context>handleSignal:
         0xb0f8e08 s Context>handleSignal:
         0xb0facf0 s Context>handleSignal:
         0xb0fca68 s Context>handleSignal:
         0xb0fe728 s Context>handleSignal:
         0xb100330 s Context>handleSignal:
         0xb101e80 s Context>handleSignal:
         0xb103918 s Context>handleSignal:
         0xb1052f8 s Context>handleSignal:
         0xb106c20 s Context>handleSignal:
         0xb108490 s Context>handleSignal:
         0xb109c48 s Context>handleSignal:
         0xb10b348 s Context>handleSignal:
         0xb10c990 s Context>handleSignal:
         0xb10df20 s Context>handleSignal:
         0xb1d8070 s Halt(Exception)>signal
         0xb272858 s Halt class(Exception class)>signal
         0xad3ad30 s Halt class>now
         0xb1ba060 s FullBlockClosure(Object)>halt
         0xb234430 s FullBlockClosure>printOn:
         0xb295590 s Context>printOn:
         0xb34eda8 s Context>printDebugOn:
         0xb34f0b0 s [] in Context>debugStack:on:
         0xb397908 s OrderedCollection>do:
         0xb295698 s Context>debugStack:on:
         0xb34ef40 s Context>shortDebugStackOn:
         0xb397850 s [] in SmalltalkImage>logError:inContext:
         0xb3bebb0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d6188 s FullBlockClosure(BlockClosure)>on:do:
         0xb2701f0 s SmalltalkImage>logStdErrorDuring:
         0xb2b8808 s SmalltalkImage>logError:inContext:
         0xb3760e0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3f70 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2898 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eef80 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f47e0 s Halt(Exception)>unhandledErrorAction
         0xb3f4898 s Halt(UnhandledException)>defaultAction
         0xb3f4950 s UndefinedObject>handleSignal:
         0xad3a490 s Context>handleSignal:
         0xad3bdb8 s Context>handleSignal:
         0xad3be70 s Context>handleSignal:
         0xad3bf28 s Context>handleSignal:
         0xad3bfe0 s Context>handleSignal:
         0xad3c098 s Context>handleSignal:
         0xad3c150 s Context>handleSignal:
         0xad3c208 s Context>handleSignal:
         0xad3c2c0 s Context>handleSignal:
         0xad3c378 s Context>handleSignal:
         0xad9e0c8 s Context>handleSignal:
         0xadb1a68 s Context>handleSignal:
         0xadc38d8 s Context>handleSignal:
         0xadd4a38 s Context>handleSignal:
         0xade8498 s Context>handleSignal:
         0xadf8c70 s Context>handleSignal:
         0xae08f70 s Context>handleSignal:
         0xae18e10 s Context>handleSignal:
         0xae2b348 s Context>handleSignal:
         0xae3a998 s Context>handleSignal:
         0xae4cb88 s Context>handleSignal:
         0xae59168 s Context>handleSignal:
         0xae65ee0 s Context>handleSignal:
         0xae70f38 s Context>handleSignal:
         0xae7ae68 s Context>handleSignal:
         0xae85910 s Context>handleSignal:
         0xae8f928 s Context>handleSignal:
         0xae9a6b8 s Context>handleSignal:
         0xaea6b38 s Context>handleSignal:
         0xaeb0020 s Context>handleSignal:
         0xaeb8500 s Context>handleSignal:
         0xaec06c8 s Context>handleSignal:
         0xaec8558 s Context>handleSignal:
         0xaed0838 s Context>handleSignal:
         0xaed8768 s Context>handleSignal:
         0xaee08f8 s Context>handleSignal:
         0xaee82d0 s Context>handleSignal:
         0xaeeffa0 s Context>handleSignal:
         0xaef7dd0 s Context>handleSignal:
         0xaeffd50 s Context>handleSignal:
         0xaf09300 s Context>handleSignal:
         0xaf10d20 s Context>handleSignal:
         0xaf18a30 s Context>handleSignal:
         0xaf1f828 s Context>handleSignal:
         0xaf265a8 s Context>handleSignal:
         0xaf2d480 s Context>handleSignal:
         0xaf34050 s Context>handleSignal:
         0xaf3aab0 s Context>handleSignal:
         0xaf41458 s Context>handleSignal:
         0xaf47d48 s Context>handleSignal:
         0xaf4e580 s Context>handleSignal:
         0xaf54d00 s Context>handleSignal:
         0xaf5b3c8 s Context>handleSignal:
         0xaf619d8 s Context>handleSignal:
         0xaf67f30 s Context>handleSignal:
         0xaf6e3d0 s Context>handleSignal:
         0xaf747b8 s Context>handleSignal:
         0xaf7aae8 s Context>handleSignal:
         0xaf80d60 s Context>handleSignal:
         0xaf86f20 s Context>handleSignal:
         0xaf8d028 s Context>handleSignal:
         0xaf93078 s Context>handleSignal:
         0xaf99010 s Context>handleSignal:
         0xaf9eef0 s Context>handleSignal:
         0xafa4d18 s Context>handleSignal:
         0xafaaa88 s Context>handleSignal:
         0xafb0740 s Context>handleSignal:
         0xafb6340 s Context>handleSignal:
         0xafbbe88 s Context>handleSignal:
         0xafc1918 s Context>handleSignal:
         0xafc72f0 s Context>handleSignal:
         0xafccc10 s Context>handleSignal:
         0xafd2478 s Context>handleSignal:
         0xafd7c28 s Context>handleSignal:
         0xafdd320 s Context>handleSignal:
         0xafe2960 s Context>handleSignal:
         0xafe7ee8 s Context>handleSignal:
         0xafed3b8 s Context>handleSignal:
         0xaff27d0 s Context>handleSignal:
         0xaff7b30 s Context>handleSignal:
         0xaffcdd8 s Context>handleSignal:
         0xb001fc8 s Context>handleSignal:
         0xb007100 s Context>handleSignal:
         0xb00c180 s Context>handleSignal:
         0xb011148 s Context>handleSignal:
         0xb016058 s Context>handleSignal:
         0xb01aeb0 s Context>handleSignal:
         0xb01fc50 s Context>handleSignal:
         0xb024938 s Context>handleSignal:
         0xb029568 s Context>handleSignal:
         0xb02e0e0 s Context>handleSignal:
         0xb032ba0 s Context>handleSignal:
         0xb0375a8 s Context>handleSignal:
         0xb03bef8 s Context>handleSignal:
         0xb040790 s Context>handleSignal:
         0xb044f70 s Context>handleSignal:
         0xb049698 s Context>handleSignal:
         0xb04dd08 s Context>handleSignal:
         0xb0522c0 s Context>handleSignal:
         0xb0567c0 s Context>handleSignal:
         0xb05ac08 s Context>handleSignal:
         0xb05ef98 s Context>handleSignal:
         0xb063270 s Context>handleSignal:
         0xb067490 s Context>handleSignal:
         0xb06b5f8 s Context>handleSignal:
         0xb06f6a8 s Context>handleSignal:
         0xb0736a0 s Context>handleSignal:
         0xb0775e0 s Context>handleSignal:
         0xb07b468 s Context>handleSignal:
         0xb07f238 s Context>handleSignal:
         0xb082f50 s Context>handleSignal:
         0xb086bb0 s Context>handleSignal:
         0xb08a758 s Context>handleSignal:
         0xb08e248 s Context>handleSignal:
         0xb091c80 s Context>handleSignal:
         0xb095600 s Context>handleSignal:
         0xb098ec8 s Context>handleSignal:
         0xb09c6d8 s Context>handleSignal:
         0xb09fe30 s Context>handleSignal:
         0xb0a34d0 s Context>handleSignal:
         0xb0a6ab8 s Context>handleSignal:
         0xb0a9fe8 s Context>handleSignal:
         0xb0ad460 s Context>handleSignal:
         0xb0b0820 s Context>handleSignal:
         0xb0b3b28 s Context>handleSignal:
         0xb0b6d78 s Context>handleSignal:
         0xb0b9f10 s Context>handleSignal:
         0xb0bcff0 s Context>handleSignal:
         0xb0c0018 s Context>handleSignal:
         0xb0c2f88 s Context>handleSignal:
         0xb0c5e40 s Context>handleSignal:
         0xb0c8c40 s Context>handleSignal:
         0xb0cb988 s Context>handleSignal:
         0xb0ce618 s Context>handleSignal:
         0xb0d11f0 s Context>handleSignal:
         0xb0d3d10 s Context>handleSignal:
         0xb0d6778 s Context>handleSignal:
         0xb0d9128 s Context>handleSignal:
         0xb0dba20 s Context>handleSignal:
         0xb0de260 s Context>handleSignal:
         0xb0e09e8 s Context>handleSignal:
         0xb0e30b8 s Context>handleSignal:
         0xb0e56d0 s Context>handleSignal:
         0xb0e7c30 s Context>handleSignal:
         0xb0ea0d8 s Context>handleSignal:
         0xb0ec4c8 s Context>handleSignal:
         0xb0ee800 s Context>handleSignal:
         0xb0f0a80 s Context>handleSignal:
         0xb0f2c48 s Context>handleSignal:
         0xb0f4d58 s Context>handleSignal:
         0xb0f6db0 s Context>handleSignal:
         0xb0f8d50 s Context>handleSignal:
         0xb0fac38 s Context>handleSignal:
         0xb0fc9b0 s Context>handleSignal:
         0xb0fe670 s Context>handleSignal:
         0xb100278 s Context>handleSignal:
         0xb101dc8 s Context>handleSignal:
         0xb103860 s Context>handleSignal:
         0xb105240 s Context>handleSignal:
         0xb106b68 s Context>handleSignal:
         0xb1083d8 s Context>handleSignal:
         0xb109b90 s Context>handleSignal:
         0xb10b290 s Context>handleSignal:
         0xb10c8d8 s Context>handleSignal:
         0xb1d7fb8 s Halt(Exception)>signal
         0xb2727a0 s Halt class(Exception class)>signal
         0xad3a548 s Halt class>now
         0xb1b9f70 s FullBlockClosure(Object)>halt
         0xb234348 s FullBlockClosure>printOn:
         0xb2953d0 s Context>printOn:
         0xb34eb58 s Context>printDebugOn:
         0xb34ee60 s [] in Context>debugStack:on:
         0xb397788 s OrderedCollection>do:
         0xb2954d8 s Context>debugStack:on:
         0xb34ecf0 s Context>shortDebugStackOn:
         0xb3976d0 s [] in SmalltalkImage>logError:inContext:
         0xb3bead8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d6018 s FullBlockClosure(BlockClosure)>on:do:
         0xb270020 s SmalltalkImage>logStdErrorDuring:
         0xb2b8708 s SmalltalkImage>logError:inContext:
         0xb376018 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3e80 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d27b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eeec8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f45b8 s Halt(Exception)>unhandledErrorAction
         0xb3f4670 s Halt(UnhandledException)>defaultAction
         0xb3f4728 s UndefinedObject>handleSignal:
         0xad39ca8 s Context>handleSignal:
         0xad3b5d0 s Context>handleSignal:
         0xad3b688 s Context>handleSignal:
         0xad3b740 s Context>handleSignal:
         0xad3b7f8 s Context>handleSignal:
         0xad3b8b0 s Context>handleSignal:
         0xad3b968 s Context>handleSignal:
         0xad3ba20 s Context>handleSignal:
         0xad3bad8 s Context>handleSignal:
         0xad3bb90 s Context>handleSignal:
         0xad9e010 s Context>handleSignal:
         0xadb19b0 s Context>handleSignal:
         0xadc3820 s Context>handleSignal:
         0xadd4980 s Context>handleSignal:
         0xade83e0 s Context>handleSignal:
         0xadf8bb8 s Context>handleSignal:
         0xae08eb8 s Context>handleSignal:
         0xae18d58 s Context>handleSignal:
         0xae2b290 s Context>handleSignal:
         0xae3a8e0 s Context>handleSignal:
         0xae4cad0 s Context>handleSignal:
         0xae590b0 s Context>handleSignal:
         0xae65e28 s Context>handleSignal:
         0xae70e80 s Context>handleSignal:
         0xae7adb0 s Context>handleSignal:
         0xae85858 s Context>handleSignal:
         0xae8f870 s Context>handleSignal:
         0xae9a600 s Context>handleSignal:
         0xaea6a80 s Context>handleSignal:
         0xaeaff68 s Context>handleSignal:
         0xaeb8448 s Context>handleSignal:
         0xaec0610 s Context>handleSignal:
         0xaec84a0 s Context>handleSignal:
         0xaed0780 s Context>handleSignal:
         0xaed86b0 s Context>handleSignal:
         0xaee0840 s Context>handleSignal:
         0xaee8218 s Context>handleSignal:
         0xaeefee8 s Context>handleSignal:
         0xaef7d18 s Context>handleSignal:
         0xaeffc98 s Context>handleSignal:
         0xaf09248 s Context>handleSignal:
         0xaf10c68 s Context>handleSignal:
         0xaf18978 s Context>handleSignal:
         0xaf1f770 s Context>handleSignal:
         0xaf264f0 s Context>handleSignal:
         0xaf2d3c8 s Context>handleSignal:
         0xaf33f98 s Context>handleSignal:
         0xaf3a9f8 s Context>handleSignal:
         0xaf413a0 s Context>handleSignal:
         0xaf47c90 s Context>handleSignal:
         0xaf4e4c8 s Context>handleSignal:
         0xaf54c48 s Context>handleSignal:
         0xaf5b310 s Context>handleSignal:
         0xaf61920 s Context>handleSignal:
         0xaf67e78 s Context>handleSignal:
         0xaf6e318 s Context>handleSignal:
         0xaf74700 s Context>handleSignal:
         0xaf7aa30 s Context>handleSignal:
         0xaf80ca8 s Context>handleSignal:
         0xaf86e68 s Context>handleSignal:
         0xaf8cf70 s Context>handleSignal:
         0xaf92fc0 s Context>handleSignal:
         0xaf98f58 s Context>handleSignal:
         0xaf9ee38 s Context>handleSignal:
         0xafa4c60 s Context>handleSignal:
         0xafaa9d0 s Context>handleSignal:
         0xafb0688 s Context>handleSignal:
         0xafb6288 s Context>handleSignal:
         0xafbbdd0 s Context>handleSignal:
         0xafc1860 s Context>handleSignal:
         0xafc7238 s Context>handleSignal:
         0xafccb58 s Context>handleSignal:
         0xafd23c0 s Context>handleSignal:
         0xafd7b70 s Context>handleSignal:
         0xafdd268 s Context>handleSignal:
         0xafe28a8 s Context>handleSignal:
         0xafe7e30 s Context>handleSignal:
         0xafed300 s Context>handleSignal:
         0xaff2718 s Context>handleSignal:
         0xaff7a78 s Context>handleSignal:
         0xaffcd20 s Context>handleSignal:
         0xb001f10 s Context>handleSignal:
         0xb007048 s Context>handleSignal:
         0xb00c0c8 s Context>handleSignal:
         0xb011090 s Context>handleSignal:
         0xb015fa0 s Context>handleSignal:
         0xb01adf8 s Context>handleSignal:
         0xb01fb98 s Context>handleSignal:
         0xb024880 s Context>handleSignal:
         0xb0294b0 s Context>handleSignal:
         0xb02e028 s Context>handleSignal:
         0xb032ae8 s Context>handleSignal:
         0xb0374f0 s Context>handleSignal:
         0xb03be40 s Context>handleSignal:
         0xb0406d8 s Context>handleSignal:
         0xb044eb8 s Context>handleSignal:
         0xb0495e0 s Context>handleSignal:
         0xb04dc50 s Context>handleSignal:
         0xb052208 s Context>handleSignal:
         0xb056708 s Context>handleSignal:
         0xb05ab50 s Context>handleSignal:
         0xb05eee0 s Context>handleSignal:
         0xb0631b8 s Context>handleSignal:
         0xb0673d8 s Context>handleSignal:
         0xb06b540 s Context>handleSignal:
         0xb06f5f0 s Context>handleSignal:
         0xb0735e8 s Context>handleSignal:
         0xb077528 s Context>handleSignal:
         0xb07b3b0 s Context>handleSignal:
         0xb07f180 s Context>handleSignal:
         0xb082e98 s Context>handleSignal:
         0xb086af8 s Context>handleSignal:
         0xb08a6a0 s Context>handleSignal:
         0xb08e190 s Context>handleSignal:
         0xb091bc8 s Context>handleSignal:
         0xb095548 s Context>handleSignal:
         0xb098e10 s Context>handleSignal:
         0xb09c620 s Context>handleSignal:
         0xb09fd78 s Context>handleSignal:
         0xb0a3418 s Context>handleSignal:
         0xb0a6a00 s Context>handleSignal:
         0xb0a9f30 s Context>handleSignal:
         0xb0ad3a8 s Context>handleSignal:
         0xb0b0768 s Context>handleSignal:
         0xb0b3a70 s Context>handleSignal:
         0xb0b6cc0 s Context>handleSignal:
         0xb0b9e58 s Context>handleSignal:
         0xb0bcf38 s Context>handleSignal:
         0xb0bff60 s Context>handleSignal:
         0xb0c2ed0 s Context>handleSignal:
         0xb0c5d88 s Context>handleSignal:
         0xb0c8b88 s Context>handleSignal:
         0xb0cb8d0 s Context>handleSignal:
         0xb0ce560 s Context>handleSignal:
         0xb0d1138 s Context>handleSignal:
         0xb0d3c58 s Context>handleSignal:
         0xb0d66c0 s Context>handleSignal:
         0xb0d9070 s Context>handleSignal:
         0xb0db968 s Context>handleSignal:
         0xb0de1a8 s Context>handleSignal:
         0xb0e0930 s Context>handleSignal:
         0xb0e3000 s Context>handleSignal:
         0xb0e5618 s Context>handleSignal:
         0xb0e7b78 s Context>handleSignal:
         0xb0ea020 s Context>handleSignal:
         0xb0ec410 s Context>handleSignal:
         0xb0ee748 s Context>handleSignal:
         0xb0f09c8 s Context>handleSignal:
         0xb0f2b90 s Context>handleSignal:
         0xb0f4ca0 s Context>handleSignal:
         0xb0f6cf8 s Context>handleSignal:
         0xb0f8c98 s Context>handleSignal:
         0xb0fab80 s Context>handleSignal:
         0xb0fc8f8 s Context>handleSignal:
         0xb0fe5b8 s Context>handleSignal:
         0xb1001c0 s Context>handleSignal:
         0xb101d10 s Context>handleSignal:
         0xb1037a8 s Context>handleSignal:
         0xb105188 s Context>handleSignal:
         0xb106ab0 s Context>handleSignal:
         0xb108320 s Context>handleSignal:
         0xb109ad8 s Context>handleSignal:
         0xb10b1d8 s Context>handleSignal:
         0xb1d7f00 s Halt(Exception)>signal
         0xb2726e8 s Halt class(Exception class)>signal
         0xad39d60 s Halt class>now
         0xb1b9e80 s FullBlockClosure(Object)>halt
         0xb234260 s FullBlockClosure>printOn:
         0xb295210 s Context>printOn:
         0xb34e908 s Context>printDebugOn:
         0xb34ec10 s [] in Context>debugStack:on:
         0xb397608 s OrderedCollection>do:
         0xb295318 s Context>debugStack:on:
         0xb34eaa0 s Context>shortDebugStackOn:
         0xb397550 s [] in SmalltalkImage>logError:inContext:
         0xb3bea00 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d5ea8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26fe50 s SmalltalkImage>logStdErrorDuring:
         0xb2b8608 s SmalltalkImage>logError:inContext:
         0xb375f50 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3d90 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d26d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eee10 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f4390 s Halt(Exception)>unhandledErrorAction
         0xb3f4448 s Halt(UnhandledException)>defaultAction
         0xb3f4500 s UndefinedObject>handleSignal:
         0xad394c0 s Context>handleSignal:
         0xad3ade8 s Context>handleSignal:
         0xad3aea0 s Context>handleSignal:
         0xad3af58 s Context>handleSignal:
         0xad3b010 s Context>handleSignal:
         0xad3b0c8 s Context>handleSignal:
         0xad3b180 s Context>handleSignal:
         0xad3b238 s Context>handleSignal:
         0xad3b2f0 s Context>handleSignal:
         0xad3b3a8 s Context>handleSignal:
         0xad9df58 s Context>handleSignal:
         0xadb18f8 s Context>handleSignal:
         0xadc3768 s Context>handleSignal:
         0xadd48c8 s Context>handleSignal:
         0xade8328 s Context>handleSignal:
         0xadf8b00 s Context>handleSignal:
         0xae08e00 s Context>handleSignal:
         0xae18ca0 s Context>handleSignal:
         0xae2b1d8 s Context>handleSignal:
         0xae3a828 s Context>handleSignal:
         0xae4ca18 s Context>handleSignal:
         0xae58ff8 s Context>handleSignal:
         0xae65d70 s Context>handleSignal:
         0xae70dc8 s Context>handleSignal:
         0xae7acf8 s Context>handleSignal:
         0xae857a0 s Context>handleSignal:
         0xae8f7b8 s Context>handleSignal:
         0xae9a548 s Context>handleSignal:
         0xaea69c8 s Context>handleSignal:
         0xaeafeb0 s Context>handleSignal:
         0xaeb8390 s Context>handleSignal:
         0xaec0558 s Context>handleSignal:
         0xaec83e8 s Context>handleSignal:
         0xaed06c8 s Context>handleSignal:
         0xaed85f8 s Context>handleSignal:
         0xaee0788 s Context>handleSignal:
         0xaee8160 s Context>handleSignal:
         0xaeefe30 s Context>handleSignal:
         0xaef7c60 s Context>handleSignal:
         0xaeffbe0 s Context>handleSignal:
         0xaf09190 s Context>handleSignal:
         0xaf10bb0 s Context>handleSignal:
         0xaf188c0 s Context>handleSignal:
         0xaf1f6b8 s Context>handleSignal:
         0xaf26438 s Context>handleSignal:
         0xaf2d310 s Context>handleSignal:
         0xaf33ee0 s Context>handleSignal:
         0xaf3a940 s Context>handleSignal:
         0xaf412e8 s Context>handleSignal:
         0xaf47bd8 s Context>handleSignal:
         0xaf4e410 s Context>handleSignal:
         0xaf54b90 s Context>handleSignal:
         0xaf5b258 s Context>handleSignal:
         0xaf61868 s Context>handleSignal:
         0xaf67dc0 s Context>handleSignal:
         0xaf6e260 s Context>handleSignal:
         0xaf74648 s Context>handleSignal:
         0xaf7a978 s Context>handleSignal:
         0xaf80bf0 s Context>handleSignal:
         0xaf86db0 s Context>handleSignal:
         0xaf8ceb8 s Context>handleSignal:
         0xaf92f08 s Context>handleSignal:
         0xaf98ea0 s Context>handleSignal:
         0xaf9ed80 s Context>handleSignal:
         0xafa4ba8 s Context>handleSignal:
         0xafaa918 s Context>handleSignal:
         0xafb05d0 s Context>handleSignal:
         0xafb61d0 s Context>handleSignal:
         0xafbbd18 s Context>handleSignal:
         0xafc17a8 s Context>handleSignal:
         0xafc7180 s Context>handleSignal:
         0xafccaa0 s Context>handleSignal:
         0xafd2308 s Context>handleSignal:
         0xafd7ab8 s Context>handleSignal:
         0xafdd1b0 s Context>handleSignal:
         0xafe27f0 s Context>handleSignal:
         0xafe7d78 s Context>handleSignal:
         0xafed248 s Context>handleSignal:
         0xaff2660 s Context>handleSignal:
         0xaff79c0 s Context>handleSignal:
         0xaffcc68 s Context>handleSignal:
         0xb001e58 s Context>handleSignal:
         0xb006f90 s Context>handleSignal:
         0xb00c010 s Context>handleSignal:
         0xb010fd8 s Context>handleSignal:
         0xb015ee8 s Context>handleSignal:
         0xb01ad40 s Context>handleSignal:
         0xb01fae0 s Context>handleSignal:
         0xb0247c8 s Context>handleSignal:
         0xb0293f8 s Context>handleSignal:
         0xb02df70 s Context>handleSignal:
         0xb032a30 s Context>handleSignal:
         0xb037438 s Context>handleSignal:
         0xb03bd88 s Context>handleSignal:
         0xb040620 s Context>handleSignal:
         0xb044e00 s Context>handleSignal:
         0xb049528 s Context>handleSignal:
         0xb04db98 s Context>handleSignal:
         0xb052150 s Context>handleSignal:
         0xb056650 s Context>handleSignal:
         0xb05aa98 s Context>handleSignal:
         0xb05ee28 s Context>handleSignal:
         0xb063100 s Context>handleSignal:
         0xb067320 s Context>handleSignal:
         0xb06b488 s Context>handleSignal:
         0xb06f538 s Context>handleSignal:
         0xb073530 s Context>handleSignal:
         0xb077470 s Context>handleSignal:
         0xb07b2f8 s Context>handleSignal:
         0xb07f0c8 s Context>handleSignal:
         0xb082de0 s Context>handleSignal:
         0xb086a40 s Context>handleSignal:
         0xb08a5e8 s Context>handleSignal:
         0xb08e0d8 s Context>handleSignal:
         0xb091b10 s Context>handleSignal:
         0xb095490 s Context>handleSignal:
         0xb098d58 s Context>handleSignal:
         0xb09c568 s Context>handleSignal:
         0xb09fcc0 s Context>handleSignal:
         0xb0a3360 s Context>handleSignal:
         0xb0a6948 s Context>handleSignal:
         0xb0a9e78 s Context>handleSignal:
         0xb0ad2f0 s Context>handleSignal:
         0xb0b06b0 s Context>handleSignal:
         0xb0b39b8 s Context>handleSignal:
         0xb0b6c08 s Context>handleSignal:
         0xb0b9da0 s Context>handleSignal:
         0xb0bce80 s Context>handleSignal:
         0xb0bfea8 s Context>handleSignal:
         0xb0c2e18 s Context>handleSignal:
         0xb0c5cd0 s Context>handleSignal:
         0xb0c8ad0 s Context>handleSignal:
         0xb0cb818 s Context>handleSignal:
         0xb0ce4a8 s Context>handleSignal:
         0xb0d1080 s Context>handleSignal:
         0xb0d3ba0 s Context>handleSignal:
         0xb0d6608 s Context>handleSignal:
         0xb0d8fb8 s Context>handleSignal:
         0xb0db8b0 s Context>handleSignal:
         0xb0de0f0 s Context>handleSignal:
         0xb0e0878 s Context>handleSignal:
         0xb0e2f48 s Context>handleSignal:
         0xb0e5560 s Context>handleSignal:
         0xb0e7ac0 s Context>handleSignal:
         0xb0e9f68 s Context>handleSignal:
         0xb0ec358 s Context>handleSignal:
         0xb0ee690 s Context>handleSignal:
         0xb0f0910 s Context>handleSignal:
         0xb0f2ad8 s Context>handleSignal:
         0xb0f4be8 s Context>handleSignal:
         0xb0f6c40 s Context>handleSignal:
         0xb0f8be0 s Context>handleSignal:
         0xb0faac8 s Context>handleSignal:
         0xb0fc840 s Context>handleSignal:
         0xb0fe500 s Context>handleSignal:
         0xb100108 s Context>handleSignal:
         0xb101c58 s Context>handleSignal:
         0xb1036f0 s Context>handleSignal:
         0xb1050d0 s Context>handleSignal:
         0xb1069f8 s Context>handleSignal:
         0xb108268 s Context>handleSignal:
         0xb109a20 s Context>handleSignal:
         0xb1d7e48 s Halt(Exception)>signal
         0xb272630 s Halt class(Exception class)>signal
         0xad39578 s Halt class>now
         0xb1b9d90 s FullBlockClosure(Object)>halt
         0xb234178 s FullBlockClosure>printOn:
         0xb295050 s Context>printOn:
         0xb34e6b8 s Context>printDebugOn:
         0xb34e9c0 s [] in Context>debugStack:on:
         0xb397488 s OrderedCollection>do:
         0xb295158 s Context>debugStack:on:
         0xb34e850 s Context>shortDebugStackOn:
         0xb3973d0 s [] in SmalltalkImage>logError:inContext:
         0xb3be928 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d5d38 s FullBlockClosure(BlockClosure)>on:do:
         0xb26fc80 s SmalltalkImage>logStdErrorDuring:
         0xb2b8508 s SmalltalkImage>logError:inContext:
         0xb375e88 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3ca0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d25f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eed58 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f4168 s Halt(Exception)>unhandledErrorAction
         0xb3f4220 s Halt(UnhandledException)>defaultAction
         0xb3f42d8 s UndefinedObject>handleSignal:
         0xad38cd8 s Context>handleSignal:
         0xad3a600 s Context>handleSignal:
         0xad3a6b8 s Context>handleSignal:
         0xad3a770 s Context>handleSignal:
         0xad3a828 s Context>handleSignal:
         0xad3a8e0 s Context>handleSignal:
         0xad3a998 s Context>handleSignal:
         0xad3aa50 s Context>handleSignal:
         0xad3ab08 s Context>handleSignal:
         0xad3abc0 s Context>handleSignal:
         0xad9dea0 s Context>handleSignal:
         0xadb1840 s Context>handleSignal:
         0xadc36b0 s Context>handleSignal:
         0xadd4810 s Context>handleSignal:
         0xade8270 s Context>handleSignal:
         0xadf8a48 s Context>handleSignal:
         0xae08d48 s Context>handleSignal:
         0xae18be8 s Context>handleSignal:
         0xae2b120 s Context>handleSignal:
         0xae3a770 s Context>handleSignal:
         0xae4c960 s Context>handleSignal:
         0xae58f40 s Context>handleSignal:
         0xae65cb8 s Context>handleSignal:
         0xae70d10 s Context>handleSignal:
         0xae7ac40 s Context>handleSignal:
         0xae856e8 s Context>handleSignal:
         0xae8f700 s Context>handleSignal:
         0xae9a490 s Context>handleSignal:
         0xaea6910 s Context>handleSignal:
         0xaeafdf8 s Context>handleSignal:
         0xaeb82d8 s Context>handleSignal:
         0xaec04a0 s Context>handleSignal:
         0xaec8330 s Context>handleSignal:
         0xaed0610 s Context>handleSignal:
         0xaed8540 s Context>handleSignal:
         0xaee06d0 s Context>handleSignal:
         0xaee80a8 s Context>handleSignal:
         0xaeefd78 s Context>handleSignal:
         0xaef7ba8 s Context>handleSignal:
         0xaeffb28 s Context>handleSignal:
         0xaf090d8 s Context>handleSignal:
         0xaf10af8 s Context>handleSignal:
         0xaf18808 s Context>handleSignal:
         0xaf1f600 s Context>handleSignal:
         0xaf26380 s Context>handleSignal:
         0xaf2d258 s Context>handleSignal:
         0xaf33e28 s Context>handleSignal:
         0xaf3a888 s Context>handleSignal:
         0xaf41230 s Context>handleSignal:
         0xaf47b20 s Context>handleSignal:
         0xaf4e358 s Context>handleSignal:
         0xaf54ad8 s Context>handleSignal:
         0xaf5b1a0 s Context>handleSignal:
         0xaf617b0 s Context>handleSignal:
         0xaf67d08 s Context>handleSignal:
         0xaf6e1a8 s Context>handleSignal:
         0xaf74590 s Context>handleSignal:
         0xaf7a8c0 s Context>handleSignal:
         0xaf80b38 s Context>handleSignal:
         0xaf86cf8 s Context>handleSignal:
         0xaf8ce00 s Context>handleSignal:
         0xaf92e50 s Context>handleSignal:
         0xaf98de8 s Context>handleSignal:
         0xaf9ecc8 s Context>handleSignal:
         0xafa4af0 s Context>handleSignal:
         0xafaa860 s Context>handleSignal:
         0xafb0518 s Context>handleSignal:
         0xafb6118 s Context>handleSignal:
         0xafbbc60 s Context>handleSignal:
         0xafc16f0 s Context>handleSignal:
         0xafc70c8 s Context>handleSignal:
         0xafcc9e8 s Context>handleSignal:
         0xafd2250 s Context>handleSignal:
         0xafd7a00 s Context>handleSignal:
         0xafdd0f8 s Context>handleSignal:
         0xafe2738 s Context>handleSignal:
         0xafe7cc0 s Context>handleSignal:
         0xafed190 s Context>handleSignal:
         0xaff25a8 s Context>handleSignal:
         0xaff7908 s Context>handleSignal:
         0xaffcbb0 s Context>handleSignal:
         0xb001da0 s Context>handleSignal:
         0xb006ed8 s Context>handleSignal:
         0xb00bf58 s Context>handleSignal:
         0xb010f20 s Context>handleSignal:
         0xb015e30 s Context>handleSignal:
         0xb01ac88 s Context>handleSignal:
         0xb01fa28 s Context>handleSignal:
         0xb024710 s Context>handleSignal:
         0xb029340 s Context>handleSignal:
         0xb02deb8 s Context>handleSignal:
         0xb032978 s Context>handleSignal:
         0xb037380 s Context>handleSignal:
         0xb03bcd0 s Context>handleSignal:
         0xb040568 s Context>handleSignal:
         0xb044d48 s Context>handleSignal:
         0xb049470 s Context>handleSignal:
         0xb04dae0 s Context>handleSignal:
         0xb052098 s Context>handleSignal:
         0xb056598 s Context>handleSignal:
         0xb05a9e0 s Context>handleSignal:
         0xb05ed70 s Context>handleSignal:
         0xb063048 s Context>handleSignal:
         0xb067268 s Context>handleSignal:
         0xb06b3d0 s Context>handleSignal:
         0xb06f480 s Context>handleSignal:
         0xb073478 s Context>handleSignal:
         0xb0773b8 s Context>handleSignal:
         0xb07b240 s Context>handleSignal:
         0xb07f010 s Context>handleSignal:
         0xb082d28 s Context>handleSignal:
         0xb086988 s Context>handleSignal:
         0xb08a530 s Context>handleSignal:
         0xb08e020 s Context>handleSignal:
         0xb091a58 s Context>handleSignal:
         0xb0953d8 s Context>handleSignal:
         0xb098ca0 s Context>handleSignal:
         0xb09c4b0 s Context>handleSignal:
         0xb09fc08 s Context>handleSignal:
         0xb0a32a8 s Context>handleSignal:
         0xb0a6890 s Context>handleSignal:
         0xb0a9dc0 s Context>handleSignal:
         0xb0ad238 s Context>handleSignal:
         0xb0b05f8 s Context>handleSignal:
         0xb0b3900 s Context>handleSignal:
         0xb0b6b50 s Context>handleSignal:
         0xb0b9ce8 s Context>handleSignal:
         0xb0bcdc8 s Context>handleSignal:
         0xb0bfdf0 s Context>handleSignal:
         0xb0c2d60 s Context>handleSignal:
         0xb0c5c18 s Context>handleSignal:
         0xb0c8a18 s Context>handleSignal:
         0xb0cb760 s Context>handleSignal:
         0xb0ce3f0 s Context>handleSignal:
         0xb0d0fc8 s Context>handleSignal:
         0xb0d3ae8 s Context>handleSignal:
         0xb0d6550 s Context>handleSignal:
         0xb0d8f00 s Context>handleSignal:
         0xb0db7f8 s Context>handleSignal:
         0xb0de038 s Context>handleSignal:
         0xb0e07c0 s Context>handleSignal:
         0xb0e2e90 s Context>handleSignal:
         0xb0e54a8 s Context>handleSignal:
         0xb0e7a08 s Context>handleSignal:
         0xb0e9eb0 s Context>handleSignal:
         0xb0ec2a0 s Context>handleSignal:
         0xb0ee5d8 s Context>handleSignal:
         0xb0f0858 s Context>handleSignal:
         0xb0f2a20 s Context>handleSignal:
         0xb0f4b30 s Context>handleSignal:
         0xb0f6b88 s Context>handleSignal:
         0xb0f8b28 s Context>handleSignal:
         0xb0faa10 s Context>handleSignal:
         0xb0fc788 s Context>handleSignal:
         0xb0fe448 s Context>handleSignal:
         0xb100050 s Context>handleSignal:
         0xb101ba0 s Context>handleSignal:
         0xb103638 s Context>handleSignal:
         0xb105018 s Context>handleSignal:
         0xb106940 s Context>handleSignal:
         0xb1081b0 s Context>handleSignal:
         0xb1d7d90 s Halt(Exception)>signal
         0xb272578 s Halt class(Exception class)>signal
         0xad38d90 s Halt class>now
         0xb1b9ca0 s FullBlockClosure(Object)>halt
         0xb234090 s FullBlockClosure>printOn:
         0xb294e90 s Context>printOn:
         0xb34e468 s Context>printDebugOn:
         0xb34e770 s [] in Context>debugStack:on:
         0xb397308 s OrderedCollection>do:
         0xb294f98 s Context>debugStack:on:
         0xb34e600 s Context>shortDebugStackOn:
         0xb397250 s [] in SmalltalkImage>logError:inContext:
         0xb3be850 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d5bc8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26fab0 s SmalltalkImage>logStdErrorDuring:
         0xb2b8408 s SmalltalkImage>logError:inContext:
         0xb375dc0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3bb0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2518 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eeca0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f3f40 s Halt(Exception)>unhandledErrorAction
         0xb3f3ff8 s Halt(UnhandledException)>defaultAction
         0xb3f40b0 s UndefinedObject>handleSignal:
         0xad384f0 s Context>handleSignal:
         0xad39e18 s Context>handleSignal:
         0xad39ed0 s Context>handleSignal:
         0xad39f88 s Context>handleSignal:
         0xad3a040 s Context>handleSignal:
         0xad3a0f8 s Context>handleSignal:
         0xad3a1b0 s Context>handleSignal:
         0xad3a268 s Context>handleSignal:
         0xad3a320 s Context>handleSignal:
         0xad3a3d8 s Context>handleSignal:
         0xad9dde8 s Context>handleSignal:
         0xadb1788 s Context>handleSignal:
         0xadc35f8 s Context>handleSignal:
         0xadd4758 s Context>handleSignal:
         0xade81b8 s Context>handleSignal:
         0xadf8990 s Context>handleSignal:
         0xae08c90 s Context>handleSignal:
         0xae18b30 s Context>handleSignal:
         0xae2b068 s Context>handleSignal:
         0xae3a6b8 s Context>handleSignal:
         0xae4c8a8 s Context>handleSignal:
         0xae58e88 s Context>handleSignal:
         0xae65c00 s Context>handleSignal:
         0xae70c58 s Context>handleSignal:
         0xae7ab88 s Context>handleSignal:
         0xae85630 s Context>handleSignal:
         0xae8f648 s Context>handleSignal:
         0xae9a3d8 s Context>handleSignal:
         0xaea6858 s Context>handleSignal:
         0xaeafd40 s Context>handleSignal:
         0xaeb8220 s Context>handleSignal:
         0xaec03e8 s Context>handleSignal:
         0xaec8278 s Context>handleSignal:
         0xaed0558 s Context>handleSignal:
         0xaed8488 s Context>handleSignal:
         0xaee0618 s Context>handleSignal:
         0xaee7ff0 s Context>handleSignal:
         0xaeefcc0 s Context>handleSignal:
         0xaef7af0 s Context>handleSignal:
         0xaeffa70 s Context>handleSignal:
         0xaf09020 s Context>handleSignal:
         0xaf10a40 s Context>handleSignal:
         0xaf18750 s Context>handleSignal:
         0xaf1f548 s Context>handleSignal:
         0xaf262c8 s Context>handleSignal:
         0xaf2d1a0 s Context>handleSignal:
         0xaf33d70 s Context>handleSignal:
         0xaf3a7d0 s Context>handleSignal:
         0xaf41178 s Context>handleSignal:
         0xaf47a68 s Context>handleSignal:
         0xaf4e2a0 s Context>handleSignal:
         0xaf54a20 s Context>handleSignal:
         0xaf5b0e8 s Context>handleSignal:
         0xaf616f8 s Context>handleSignal:
         0xaf67c50 s Context>handleSignal:
         0xaf6e0f0 s Context>handleSignal:
         0xaf744d8 s Context>handleSignal:
         0xaf7a808 s Context>handleSignal:
         0xaf80a80 s Context>handleSignal:
         0xaf86c40 s Context>handleSignal:
         0xaf8cd48 s Context>handleSignal:
         0xaf92d98 s Context>handleSignal:
         0xaf98d30 s Context>handleSignal:
         0xaf9ec10 s Context>handleSignal:
         0xafa4a38 s Context>handleSignal:
         0xafaa7a8 s Context>handleSignal:
         0xafb0460 s Context>handleSignal:
         0xafb6060 s Context>handleSignal:
         0xafbbba8 s Context>handleSignal:
         0xafc1638 s Context>handleSignal:
         0xafc7010 s Context>handleSignal:
         0xafcc930 s Context>handleSignal:
         0xafd2198 s Context>handleSignal:
         0xafd7948 s Context>handleSignal:
         0xafdd040 s Context>handleSignal:
         0xafe2680 s Context>handleSignal:
         0xafe7c08 s Context>handleSignal:
         0xafed0d8 s Context>handleSignal:
         0xaff24f0 s Context>handleSignal:
         0xaff7850 s Context>handleSignal:
         0xaffcaf8 s Context>handleSignal:
         0xb001ce8 s Context>handleSignal:
         0xb006e20 s Context>handleSignal:
         0xb00bea0 s Context>handleSignal:
         0xb010e68 s Context>handleSignal:
         0xb015d78 s Context>handleSignal:
         0xb01abd0 s Context>handleSignal:
         0xb01f970 s Context>handleSignal:
         0xb024658 s Context>handleSignal:
         0xb029288 s Context>handleSignal:
         0xb02de00 s Context>handleSignal:
         0xb0328c0 s Context>handleSignal:
         0xb0372c8 s Context>handleSignal:
         0xb03bc18 s Context>handleSignal:
         0xb0404b0 s Context>handleSignal:
         0xb044c90 s Context>handleSignal:
         0xb0493b8 s Context>handleSignal:
         0xb04da28 s Context>handleSignal:
         0xb051fe0 s Context>handleSignal:
         0xb0564e0 s Context>handleSignal:
         0xb05a928 s Context>handleSignal:
         0xb05ecb8 s Context>handleSignal:
         0xb062f90 s Context>handleSignal:
         0xb0671b0 s Context>handleSignal:
         0xb06b318 s Context>handleSignal:
         0xb06f3c8 s Context>handleSignal:
         0xb0733c0 s Context>handleSignal:
         0xb077300 s Context>handleSignal:
         0xb07b188 s Context>handleSignal:
         0xb07ef58 s Context>handleSignal:
         0xb082c70 s Context>handleSignal:
         0xb0868d0 s Context>handleSignal:
         0xb08a478 s Context>handleSignal:
         0xb08df68 s Context>handleSignal:
         0xb0919a0 s Context>handleSignal:
         0xb095320 s Context>handleSignal:
         0xb098be8 s Context>handleSignal:
         0xb09c3f8 s Context>handleSignal:
         0xb09fb50 s Context>handleSignal:
         0xb0a31f0 s Context>handleSignal:
         0xb0a67d8 s Context>handleSignal:
         0xb0a9d08 s Context>handleSignal:
         0xb0ad180 s Context>handleSignal:
         0xb0b0540 s Context>handleSignal:
         0xb0b3848 s Context>handleSignal:
         0xb0b6a98 s Context>handleSignal:
         0xb0b9c30 s Context>handleSignal:
         0xb0bcd10 s Context>handleSignal:
         0xb0bfd38 s Context>handleSignal:
         0xb0c2ca8 s Context>handleSignal:
         0xb0c5b60 s Context>handleSignal:
         0xb0c8960 s Context>handleSignal:
         0xb0cb6a8 s Context>handleSignal:
         0xb0ce338 s Context>handleSignal:
         0xb0d0f10 s Context>handleSignal:
         0xb0d3a30 s Context>handleSignal:
         0xb0d6498 s Context>handleSignal:
         0xb0d8e48 s Context>handleSignal:
         0xb0db740 s Context>handleSignal:
         0xb0ddf80 s Context>handleSignal:
         0xb0e0708 s Context>handleSignal:
         0xb0e2dd8 s Context>handleSignal:
         0xb0e53f0 s Context>handleSignal:
         0xb0e7950 s Context>handleSignal:
         0xb0e9df8 s Context>handleSignal:
         0xb0ec1e8 s Context>handleSignal:
         0xb0ee520 s Context>handleSignal:
         0xb0f07a0 s Context>handleSignal:
         0xb0f2968 s Context>handleSignal:
         0xb0f4a78 s Context>handleSignal:
         0xb0f6ad0 s Context>handleSignal:
         0xb0f8a70 s Context>handleSignal:
         0xb0fa958 s Context>handleSignal:
         0xb0fc6d0 s Context>handleSignal:
         0xb0fe390 s Context>handleSignal:
         0xb0fff98 s Context>handleSignal:
         0xb101ae8 s Context>handleSignal:
         0xb103580 s Context>handleSignal:
         0xb104f60 s Context>handleSignal:
         0xb106888 s Context>handleSignal:
         0xb1d7c20 s Halt(Exception)>signal
         0xb2723a8 s Halt class(Exception class)>signal
         0xad385a8 s Halt class>now
         0xb1b9bb0 s FullBlockClosure(Object)>halt
         0xb233fa8 s FullBlockClosure>printOn:
         0xb294cd0 s Context>printOn:
         0xb34e218 s Context>printDebugOn:
         0xb34e520 s [] in Context>debugStack:on:
         0xb397188 s OrderedCollection>do:
         0xb294dd8 s Context>debugStack:on:
         0xb34e3b0 s Context>shortDebugStackOn:
         0xb3970d0 s [] in SmalltalkImage>logError:inContext:
         0xb3be778 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d5a58 s FullBlockClosure(BlockClosure)>on:do:
         0xb26f8e0 s SmalltalkImage>logStdErrorDuring:
         0xb2b8308 s SmalltalkImage>logError:inContext:
         0xb375cf8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3ac0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2438 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eebe8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f3d18 s Halt(Exception)>unhandledErrorAction
         0xb3f3dd0 s Halt(UnhandledException)>defaultAction
         0xb3f3e88 s UndefinedObject>handleSignal:
         0xad37d08 s Context>handleSignal:
         0xad39630 s Context>handleSignal:
         0xad396e8 s Context>handleSignal:
         0xad397a0 s Context>handleSignal:
         0xad39858 s Context>handleSignal:
         0xad39910 s Context>handleSignal:
         0xad399c8 s Context>handleSignal:
         0xad39a80 s Context>handleSignal:
         0xad39b38 s Context>handleSignal:
         0xad39bf0 s Context>handleSignal:
         0xad9dd30 s Context>handleSignal:
         0xadb16d0 s Context>handleSignal:
         0xadc3540 s Context>handleSignal:
         0xadd46a0 s Context>handleSignal:
         0xade8100 s Context>handleSignal:
         0xadf88d8 s Context>handleSignal:
         0xae08bd8 s Context>handleSignal:
         0xae18a78 s Context>handleSignal:
         0xae2afb0 s Context>handleSignal:
         0xae3a600 s Context>handleSignal:
         0xae4c7f0 s Context>handleSignal:
         0xae58dd0 s Context>handleSignal:
         0xae65b48 s Context>handleSignal:
         0xae70ba0 s Context>handleSignal:
         0xae7aad0 s Context>handleSignal:
         0xae85578 s Context>handleSignal:
         0xae8f590 s Context>handleSignal:
         0xae9a320 s Context>handleSignal:
         0xaea67a0 s Context>handleSignal:
         0xaeafc88 s Context>handleSignal:
         0xaeb8168 s Context>handleSignal:
         0xaec0330 s Context>handleSignal:
         0xaec81c0 s Context>handleSignal:
         0xaed04a0 s Context>handleSignal:
         0xaed83d0 s Context>handleSignal:
         0xaee0560 s Context>handleSignal:
         0xaee7f38 s Context>handleSignal:
         0xaeefc08 s Context>handleSignal:
         0xaef7a38 s Context>handleSignal:
         0xaeff9b8 s Context>handleSignal:
         0xaf08f68 s Context>handleSignal:
         0xaf10988 s Context>handleSignal:
         0xaf18698 s Context>handleSignal:
         0xaf1f490 s Context>handleSignal:
         0xaf26210 s Context>handleSignal:
         0xaf2d0e8 s Context>handleSignal:
         0xaf33cb8 s Context>handleSignal:
         0xaf3a718 s Context>handleSignal:
         0xaf410c0 s Context>handleSignal:
         0xaf479b0 s Context>handleSignal:
         0xaf4e1e8 s Context>handleSignal:
         0xaf54968 s Context>handleSignal:
         0xaf5b030 s Context>handleSignal:
         0xaf61640 s Context>handleSignal:
         0xaf67b98 s Context>handleSignal:
         0xaf6e038 s Context>handleSignal:
         0xaf74420 s Context>handleSignal:
         0xaf7a750 s Context>handleSignal:
         0xaf809c8 s Context>handleSignal:
         0xaf86b88 s Context>handleSignal:
         0xaf8cc90 s Context>handleSignal:
         0xaf92ce0 s Context>handleSignal:
         0xaf98c78 s Context>handleSignal:
         0xaf9eb58 s Context>handleSignal:
         0xafa4980 s Context>handleSignal:
         0xafaa6f0 s Context>handleSignal:
         0xafb03a8 s Context>handleSignal:
         0xafb5fa8 s Context>handleSignal:
         0xafbbaf0 s Context>handleSignal:
         0xafc1580 s Context>handleSignal:
         0xafc6f58 s Context>handleSignal:
         0xafcc878 s Context>handleSignal:
         0xafd20e0 s Context>handleSignal:
         0xafd7890 s Context>handleSignal:
         0xafdcf88 s Context>handleSignal:
         0xafe25c8 s Context>handleSignal:
         0xafe7b50 s Context>handleSignal:
         0xafed020 s Context>handleSignal:
         0xaff2438 s Context>handleSignal:
         0xaff7798 s Context>handleSignal:
         0xaffca40 s Context>handleSignal:
         0xb001c30 s Context>handleSignal:
         0xb006d68 s Context>handleSignal:
         0xb00bde8 s Context>handleSignal:
         0xb010db0 s Context>handleSignal:
         0xb015cc0 s Context>handleSignal:
         0xb01ab18 s Context>handleSignal:
         0xb01f8b8 s Context>handleSignal:
         0xb0245a0 s Context>handleSignal:
         0xb0291d0 s Context>handleSignal:
         0xb02dd48 s Context>handleSignal:
         0xb032808 s Context>handleSignal:
         0xb037210 s Context>handleSignal:
         0xb03bb60 s Context>handleSignal:
         0xb0403f8 s Context>handleSignal:
         0xb044bd8 s Context>handleSignal:
         0xb049300 s Context>handleSignal:
         0xb04d970 s Context>handleSignal:
         0xb051f28 s Context>handleSignal:
         0xb056428 s Context>handleSignal:
         0xb05a870 s Context>handleSignal:
         0xb05ec00 s Context>handleSignal:
         0xb062ed8 s Context>handleSignal:
         0xb0670f8 s Context>handleSignal:
         0xb06b260 s Context>handleSignal:
         0xb06f310 s Context>handleSignal:
         0xb073308 s Context>handleSignal:
         0xb077248 s Context>handleSignal:
         0xb07b0d0 s Context>handleSignal:
         0xb07eea0 s Context>handleSignal:
         0xb082bb8 s Context>handleSignal:
         0xb086818 s Context>handleSignal:
         0xb08a3c0 s Context>handleSignal:
         0xb08deb0 s Context>handleSignal:
         0xb0918e8 s Context>handleSignal:
         0xb095268 s Context>handleSignal:
         0xb098b30 s Context>handleSignal:
         0xb09c340 s Context>handleSignal:
         0xb09fa98 s Context>handleSignal:
         0xb0a3138 s Context>handleSignal:
         0xb0a6720 s Context>handleSignal:
         0xb0a9c50 s Context>handleSignal:
         0xb0ad0c8 s Context>handleSignal:
         0xb0b0488 s Context>handleSignal:
         0xb0b3790 s Context>handleSignal:
         0xb0b69e0 s Context>handleSignal:
         0xb0b9b78 s Context>handleSignal:
         0xb0bcc58 s Context>handleSignal:
         0xb0bfc80 s Context>handleSignal:
         0xb0c2bf0 s Context>handleSignal:
         0xb0c5aa8 s Context>handleSignal:
         0xb0c88a8 s Context>handleSignal:
         0xb0cb5f0 s Context>handleSignal:
         0xb0ce280 s Context>handleSignal:
         0xb0d0e58 s Context>handleSignal:
         0xb0d3978 s Context>handleSignal:
         0xb0d63e0 s Context>handleSignal:
         0xb0d8d90 s Context>handleSignal:
         0xb0db688 s Context>handleSignal:
         0xb0ddec8 s Context>handleSignal:
         0xb0e0650 s Context>handleSignal:
         0xb0e2d20 s Context>handleSignal:
         0xb0e5338 s Context>handleSignal:
         0xb0e7898 s Context>handleSignal:
         0xb0e9d40 s Context>handleSignal:
         0xb0ec130 s Context>handleSignal:
         0xb0ee468 s Context>handleSignal:
         0xb0f06e8 s Context>handleSignal:
         0xb0f28b0 s Context>handleSignal:
         0xb0f49c0 s Context>handleSignal:
         0xb0f6a18 s Context>handleSignal:
         0xb0f89b8 s Context>handleSignal:
         0xb0fa8a0 s Context>handleSignal:
         0xb0fc618 s Context>handleSignal:
         0xb0fe2d8 s Context>handleSignal:
         0xb0ffee0 s Context>handleSignal:
         0xb101a30 s Context>handleSignal:
         0xb1034c8 s Context>handleSignal:
         0xb104ea8 s Context>handleSignal:
         0xb1d7ab0 s Halt(Exception)>signal
         0xb2721d8 s Halt class(Exception class)>signal
         0xad37dc0 s Halt class>now
         0xb1b9ac0 s FullBlockClosure(Object)>halt
         0xb233ec0 s FullBlockClosure>printOn:
         0xb294b10 s Context>printOn:
         0xb34dfc8 s Context>printDebugOn:
         0xb34e2d0 s [] in Context>debugStack:on:
         0xb397008 s OrderedCollection>do:
         0xb294c18 s Context>debugStack:on:
         0xb34e160 s Context>shortDebugStackOn:
         0xb396f50 s [] in SmalltalkImage>logError:inContext:
         0xb3be6a0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d58e8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26f710 s SmalltalkImage>logStdErrorDuring:
         0xb2b8208 s SmalltalkImage>logError:inContext:
         0xb375c30 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b39d0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2358 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eeb30 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f3af0 s Halt(Exception)>unhandledErrorAction
         0xb3f3ba8 s Halt(UnhandledException)>defaultAction
         0xb3f3c60 s UndefinedObject>handleSignal:
         0xad37468 s Context>handleSignal:
         0xad38e48 s Context>handleSignal:
         0xad38f00 s Context>handleSignal:
         0xad38fb8 s Context>handleSignal:
         0xad39070 s Context>handleSignal:
         0xad39128 s Context>handleSignal:
         0xad391e0 s Context>handleSignal:
         0xad39298 s Context>handleSignal:
         0xad39350 s Context>handleSignal:
         0xad39408 s Context>handleSignal:
         0xad9dc78 s Context>handleSignal:
         0xadb1618 s Context>handleSignal:
         0xadc3488 s Context>handleSignal:
         0xadd45e8 s Context>handleSignal:
         0xade8048 s Context>handleSignal:
         0xadf8820 s Context>handleSignal:
         0xae08b20 s Context>handleSignal:
         0xae189c0 s Context>handleSignal:
         0xae2aef8 s Context>handleSignal:
         0xae3a548 s Context>handleSignal:
         0xae4c738 s Context>handleSignal:
         0xae58d18 s Context>handleSignal:
         0xae65a90 s Context>handleSignal:
         0xae70ae8 s Context>handleSignal:
         0xae7aa18 s Context>handleSignal:
         0xae854c0 s Context>handleSignal:
         0xae8f4d8 s Context>handleSignal:
         0xae9a268 s Context>handleSignal:
         0xaea66e8 s Context>handleSignal:
         0xaeafbd0 s Context>handleSignal:
         0xaeb80b0 s Context>handleSignal:
         0xaec0278 s Context>handleSignal:
         0xaec8108 s Context>handleSignal:
         0xaed03e8 s Context>handleSignal:
         0xaed8318 s Context>handleSignal:
         0xaee04a8 s Context>handleSignal:
         0xaee7e80 s Context>handleSignal:
         0xaeefb50 s Context>handleSignal:
         0xaef7980 s Context>handleSignal:
         0xaeff900 s Context>handleSignal:
         0xaf08eb0 s Context>handleSignal:
         0xaf108d0 s Context>handleSignal:
         0xaf185e0 s Context>handleSignal:
         0xaf1f3d8 s Context>handleSignal:
         0xaf26158 s Context>handleSignal:
         0xaf2d030 s Context>handleSignal:
         0xaf33c00 s Context>handleSignal:
         0xaf3a660 s Context>handleSignal:
         0xaf41008 s Context>handleSignal:
         0xaf478f8 s Context>handleSignal:
         0xaf4e130 s Context>handleSignal:
         0xaf548b0 s Context>handleSignal:
         0xaf5af78 s Context>handleSignal:
         0xaf61588 s Context>handleSignal:
         0xaf67ae0 s Context>handleSignal:
         0xaf6df80 s Context>handleSignal:
         0xaf74368 s Context>handleSignal:
         0xaf7a698 s Context>handleSignal:
         0xaf80910 s Context>handleSignal:
         0xaf86ad0 s Context>handleSignal:
         0xaf8cbd8 s Context>handleSignal:
         0xaf92c28 s Context>handleSignal:
         0xaf98bc0 s Context>handleSignal:
         0xaf9eaa0 s Context>handleSignal:
         0xafa48c8 s Context>handleSignal:
         0xafaa638 s Context>handleSignal:
         0xafb02f0 s Context>handleSignal:
         0xafb5ef0 s Context>handleSignal:
         0xafbba38 s Context>handleSignal:
         0xafc14c8 s Context>handleSignal:
         0xafc6ea0 s Context>handleSignal:
         0xafcc7c0 s Context>handleSignal:
         0xafd2028 s Context>handleSignal:
         0xafd77d8 s Context>handleSignal:
         0xafdced0 s Context>handleSignal:
         0xafe2510 s Context>handleSignal:
         0xafe7a98 s Context>handleSignal:
         0xafecf68 s Context>handleSignal:
         0xaff2380 s Context>handleSignal:
         0xaff76e0 s Context>handleSignal:
         0xaffc988 s Context>handleSignal:
         0xb001b78 s Context>handleSignal:
         0xb006cb0 s Context>handleSignal:
         0xb00bd30 s Context>handleSignal:
         0xb010cf8 s Context>handleSignal:
         0xb015c08 s Context>handleSignal:
         0xb01aa60 s Context>handleSignal:
         0xb01f800 s Context>handleSignal:
         0xb0244e8 s Context>handleSignal:
         0xb029118 s Context>handleSignal:
         0xb02dc90 s Context>handleSignal:
         0xb032750 s Context>handleSignal:
         0xb037158 s Context>handleSignal:
         0xb03baa8 s Context>handleSignal:
         0xb040340 s Context>handleSignal:
         0xb044b20 s Context>handleSignal:
         0xb049248 s Context>handleSignal:
         0xb04d8b8 s Context>handleSignal:
         0xb051e70 s Context>handleSignal:
         0xb056370 s Context>handleSignal:
         0xb05a7b8 s Context>handleSignal:
         0xb05eb48 s Context>handleSignal:
         0xb062e20 s Context>handleSignal:
         0xb067040 s Context>handleSignal:
         0xb06b1a8 s Context>handleSignal:
         0xb06f258 s Context>handleSignal:
         0xb073250 s Context>handleSignal:
         0xb077190 s Context>handleSignal:
         0xb07b018 s Context>handleSignal:
         0xb07ede8 s Context>handleSignal:
         0xb082b00 s Context>handleSignal:
         0xb086760 s Context>handleSignal:
         0xb08a308 s Context>handleSignal:
         0xb08ddf8 s Context>handleSignal:
         0xb091830 s Context>handleSignal:
         0xb0951b0 s Context>handleSignal:
         0xb098a78 s Context>handleSignal:
         0xb09c288 s Context>handleSignal:
         0xb09f9e0 s Context>handleSignal:
         0xb0a3080 s Context>handleSignal:
         0xb0a6668 s Context>handleSignal:
         0xb0a9b98 s Context>handleSignal:
         0xb0ad010 s Context>handleSignal:
         0xb0b03d0 s Context>handleSignal:
         0xb0b36d8 s Context>handleSignal:
         0xb0b6928 s Context>handleSignal:
         0xb0b9ac0 s Context>handleSignal:
         0xb0bcba0 s Context>handleSignal:
         0xb0bfbc8 s Context>handleSignal:
         0xb0c2b38 s Context>handleSignal:
         0xb0c59f0 s Context>handleSignal:
         0xb0c87f0 s Context>handleSignal:
         0xb0cb538 s Context>handleSignal:
         0xb0ce1c8 s Context>handleSignal:
         0xb0d0da0 s Context>handleSignal:
         0xb0d38c0 s Context>handleSignal:
         0xb0d6328 s Context>handleSignal:
         0xb0d8cd8 s Context>handleSignal:
         0xb0db5d0 s Context>handleSignal:
         0xb0dde10 s Context>handleSignal:
         0xb0e0598 s Context>handleSignal:
         0xb0e2c68 s Context>handleSignal:
         0xb0e5280 s Context>handleSignal:
         0xb0e77e0 s Context>handleSignal:
         0xb0e9c88 s Context>handleSignal:
         0xb0ec078 s Context>handleSignal:
         0xb0ee3b0 s Context>handleSignal:
         0xb0f0630 s Context>handleSignal:
         0xb0f27f8 s Context>handleSignal:
         0xb0f4908 s Context>handleSignal:
         0xb0f6960 s Context>handleSignal:
         0xb0f8900 s Context>handleSignal:
         0xb0fa7e8 s Context>handleSignal:
         0xb0fc560 s Context>handleSignal:
         0xb0fe220 s Context>handleSignal:
         0xb0ffe28 s Context>handleSignal:
         0xb101978 s Context>handleSignal:
         0xb103410 s Context>handleSignal:
         0xb1d7940 s Halt(Exception)>signal
         0xb272008 s Halt class(Exception class)>signal
         0xad37520 s Halt class>now
         0xb1b9998 s FullBlockClosure(Object)>halt
         0xb233da8 s FullBlockClosure>printOn:
         0xb294848 s Context>printOn:
         0xb34dc98 s Context>printDebugOn:
         0xb34e080 s [] in Context>debugStack:on:
         0xb396e88 s OrderedCollection>do:
         0xb294a58 s Context>debugStack:on:
         0xb34df10 s Context>shortDebugStackOn:
         0xb396dd0 s [] in SmalltalkImage>logError:inContext:
         0xb3be5c8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d5778 s FullBlockClosure(BlockClosure)>on:do:
         0xb26f540 s SmalltalkImage>logStdErrorDuring:
         0xb2b8108 s SmalltalkImage>logError:inContext:
         0xb375b68 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b38e0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2278 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eea78 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f38c8 s Halt(Exception)>unhandledErrorAction
         0xb3f3980 s Halt(UnhandledException)>defaultAction
         0xb3f3a38 s UndefinedObject>handleSignal:
         0xad36bc8 s Context>handleSignal:
         0xad38660 s Context>handleSignal:
         0xad38718 s Context>handleSignal:
         0xad387d0 s Context>handleSignal:
         0xad38888 s Context>handleSignal:
         0xad38940 s Context>handleSignal:
         0xad389f8 s Context>handleSignal:
         0xad38ab0 s Context>handleSignal:
         0xad38b68 s Context>handleSignal:
         0xad38c20 s Context>handleSignal:
         0xad9dbc0 s Context>handleSignal:
         0xadb1560 s Context>handleSignal:
         0xadc33d0 s Context>handleSignal:
         0xadd4530 s Context>handleSignal:
         0xade7f90 s Context>handleSignal:
         0xadf8768 s Context>handleSignal:
         0xae08a68 s Context>handleSignal:
         0xae18908 s Context>handleSignal:
         0xae2ae40 s Context>handleSignal:
         0xae3a490 s Context>handleSignal:
         0xae4c680 s Context>handleSignal:
         0xae58c60 s Context>handleSignal:
         0xae659d8 s Context>handleSignal:
         0xae70a30 s Context>handleSignal:
         0xae7a960 s Context>handleSignal:
         0xae85408 s Context>handleSignal:
         0xae8f420 s Context>handleSignal:
         0xae9a1b0 s Context>handleSignal:
         0xaea6630 s Context>handleSignal:
         0xaeafb18 s Context>handleSignal:
         0xaeb7ff8 s Context>handleSignal:
         0xaec01c0 s Context>handleSignal:
         0xaec8050 s Context>handleSignal:
         0xaed0330 s Context>handleSignal:
         0xaed8260 s Context>handleSignal:
         0xaee03f0 s Context>handleSignal:
         0xaee7dc8 s Context>handleSignal:
         0xaeefa98 s Context>handleSignal:
         0xaef78c8 s Context>handleSignal:
         0xaeff848 s Context>handleSignal:
         0xaf08df8 s Context>handleSignal:
         0xaf10818 s Context>handleSignal:
         0xaf18528 s Context>handleSignal:
         0xaf1f320 s Context>handleSignal:
         0xaf260a0 s Context>handleSignal:
         0xaf2cf78 s Context>handleSignal:
         0xaf33b48 s Context>handleSignal:
         0xaf3a5a8 s Context>handleSignal:
         0xaf40f50 s Context>handleSignal:
         0xaf47840 s Context>handleSignal:
         0xaf4e078 s Context>handleSignal:
         0xaf547f8 s Context>handleSignal:
         0xaf5aec0 s Context>handleSignal:
         0xaf614d0 s Context>handleSignal:
         0xaf67a28 s Context>handleSignal:
         0xaf6dec8 s Context>handleSignal:
         0xaf742b0 s Context>handleSignal:
         0xaf7a5e0 s Context>handleSignal:
         0xaf80858 s Context>handleSignal:
         0xaf86a18 s Context>handleSignal:
         0xaf8cb20 s Context>handleSignal:
         0xaf92b70 s Context>handleSignal:
         0xaf98b08 s Context>handleSignal:
         0xaf9e9e8 s Context>handleSignal:
         0xafa4810 s Context>handleSignal:
         0xafaa580 s Context>handleSignal:
         0xafb0238 s Context>handleSignal:
         0xafb5e38 s Context>handleSignal:
         0xafbb980 s Context>handleSignal:
         0xafc1410 s Context>handleSignal:
         0xafc6de8 s Context>handleSignal:
         0xafcc708 s Context>handleSignal:
         0xafd1f70 s Context>handleSignal:
         0xafd7720 s Context>handleSignal:
         0xafdce18 s Context>handleSignal:
         0xafe2458 s Context>handleSignal:
         0xafe79e0 s Context>handleSignal:
         0xafeceb0 s Context>handleSignal:
         0xaff22c8 s Context>handleSignal:
         0xaff7628 s Context>handleSignal:
         0xaffc8d0 s Context>handleSignal:
         0xb001ac0 s Context>handleSignal:
         0xb006bf8 s Context>handleSignal:
         0xb00bc78 s Context>handleSignal:
         0xb010c40 s Context>handleSignal:
         0xb015b50 s Context>handleSignal:
         0xb01a9a8 s Context>handleSignal:
         0xb01f748 s Context>handleSignal:
         0xb024430 s Context>handleSignal:
         0xb029060 s Context>handleSignal:
         0xb02dbd8 s Context>handleSignal:
         0xb032698 s Context>handleSignal:
         0xb0370a0 s Context>handleSignal:
         0xb03b9f0 s Context>handleSignal:
         0xb040288 s Context>handleSignal:
         0xb044a68 s Context>handleSignal:
         0xb049190 s Context>handleSignal:
         0xb04d800 s Context>handleSignal:
         0xb051db8 s Context>handleSignal:
         0xb0562b8 s Context>handleSignal:
         0xb05a700 s Context>handleSignal:
         0xb05ea90 s Context>handleSignal:
         0xb062d68 s Context>handleSignal:
         0xb066f88 s Context>handleSignal:
         0xb06b0f0 s Context>handleSignal:
         0xb06f1a0 s Context>handleSignal:
         0xb073198 s Context>handleSignal:
         0xb0770d8 s Context>handleSignal:
         0xb07af60 s Context>handleSignal:
         0xb07ed30 s Context>handleSignal:
         0xb082a48 s Context>handleSignal:
         0xb0866a8 s Context>handleSignal:
         0xb08a250 s Context>handleSignal:
         0xb08dd40 s Context>handleSignal:
         0xb091778 s Context>handleSignal:
         0xb0950f8 s Context>handleSignal:
         0xb0989c0 s Context>handleSignal:
         0xb09c1d0 s Context>handleSignal:
         0xb09f928 s Context>handleSignal:
         0xb0a2fc8 s Context>handleSignal:
         0xb0a65b0 s Context>handleSignal:
         0xb0a9ae0 s Context>handleSignal:
         0xb0acf58 s Context>handleSignal:
         0xb0b0318 s Context>handleSignal:
         0xb0b3620 s Context>handleSignal:
         0xb0b6870 s Context>handleSignal:
         0xb0b9a08 s Context>handleSignal:
         0xb0bcae8 s Context>handleSignal:
         0xb0bfb10 s Context>handleSignal:
         0xb0c2a80 s Context>handleSignal:
         0xb0c5938 s Context>handleSignal:
         0xb0c8738 s Context>handleSignal:
         0xb0cb480 s Context>handleSignal:
         0xb0ce110 s Context>handleSignal:
         0xb0d0ce8 s Context>handleSignal:
         0xb0d3808 s Context>handleSignal:
         0xb0d6270 s Context>handleSignal:
         0xb0d8c20 s Context>handleSignal:
         0xb0db518 s Context>handleSignal:
         0xb0ddd58 s Context>handleSignal:
         0xb0e04e0 s Context>handleSignal:
         0xb0e2bb0 s Context>handleSignal:
         0xb0e51c8 s Context>handleSignal:
         0xb0e7728 s Context>handleSignal:
         0xb0e9bd0 s Context>handleSignal:
         0xb0ebfc0 s Context>handleSignal:
         0xb0ee2f8 s Context>handleSignal:
         0xb0f0578 s Context>handleSignal:
         0xb0f2740 s Context>handleSignal:
         0xb0f4850 s Context>handleSignal:
         0xb0f68a8 s Context>handleSignal:
         0xb0f8848 s Context>handleSignal:
         0xb0fa730 s Context>handleSignal:
         0xb0fc4a8 s Context>handleSignal:
         0xb0fe168 s Context>handleSignal:
         0xb0ffd70 s Context>handleSignal:
         0xb1018c0 s Context>handleSignal:
         0xb1d77d0 s Halt(Exception)>signal
         0xb271e38 s Halt class(Exception class)>signal
         0xad36c80 s Halt class>now
         0xb1b9870 s FullBlockClosure(Object)>halt
         0xb233c90 s FullBlockClosure>printOn:
         0xb294580 s Context>printOn:
         0xb34d968 s Context>printDebugOn:
         0xb34dd50 s [] in Context>debugStack:on:
         0xb396c40 s OrderedCollection>do:
         0xb294790 s Context>debugStack:on:
         0xb34dbe0 s Context>shortDebugStackOn:
         0xb396b88 s [] in SmalltalkImage>logError:inContext:
         0xb3be438 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d5608 s FullBlockClosure(BlockClosure)>on:do:
         0xb26f370 s SmalltalkImage>logStdErrorDuring:
         0xb2b8008 s SmalltalkImage>logError:inContext:
         0xb375aa0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b37f0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d2198 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee9c0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f36a0 s Halt(Exception)>unhandledErrorAction
         0xb3f3758 s Halt(UnhandledException)>defaultAction
         0xb3f3810 s UndefinedObject>handleSignal:
         0xad36328 s Context>handleSignal:
         0xad37e78 s Context>handleSignal:
         0xad37f30 s Context>handleSignal:
         0xad37fe8 s Context>handleSignal:
         0xad380a0 s Context>handleSignal:
         0xad38158 s Context>handleSignal:
         0xad38210 s Context>handleSignal:
         0xad382c8 s Context>handleSignal:
         0xad38380 s Context>handleSignal:
         0xad38438 s Context>handleSignal:
         0xad9db08 s Context>handleSignal:
         0xadb14a8 s Context>handleSignal:
         0xadc3318 s Context>handleSignal:
         0xadd4478 s Context>handleSignal:
         0xade7ed8 s Context>handleSignal:
         0xadf86b0 s Context>handleSignal:
         0xae089b0 s Context>handleSignal:
         0xae18850 s Context>handleSignal:
         0xae2ad88 s Context>handleSignal:
         0xae3a3d8 s Context>handleSignal:
         0xae4c5c8 s Context>handleSignal:
         0xae58ba8 s Context>handleSignal:
         0xae65920 s Context>handleSignal:
         0xae70978 s Context>handleSignal:
         0xae7a8a8 s Context>handleSignal:
         0xae85350 s Context>handleSignal:
         0xae8f368 s Context>handleSignal:
         0xae9a0f8 s Context>handleSignal:
         0xaea6578 s Context>handleSignal:
         0xaeafa60 s Context>handleSignal:
         0xaeb7f40 s Context>handleSignal:
         0xaec0108 s Context>handleSignal:
         0xaec7f98 s Context>handleSignal:
         0xaed0278 s Context>handleSignal:
         0xaed81a8 s Context>handleSignal:
         0xaee0338 s Context>handleSignal:
         0xaee7d10 s Context>handleSignal:
         0xaeef9e0 s Context>handleSignal:
         0xaef7810 s Context>handleSignal:
         0xaeff790 s Context>handleSignal:
         0xaf08d40 s Context>handleSignal:
         0xaf10760 s Context>handleSignal:
         0xaf18470 s Context>handleSignal:
         0xaf1f268 s Context>handleSignal:
         0xaf25fe8 s Context>handleSignal:
         0xaf2cec0 s Context>handleSignal:
         0xaf33a90 s Context>handleSignal:
         0xaf3a4f0 s Context>handleSignal:
         0xaf40e98 s Context>handleSignal:
         0xaf47788 s Context>handleSignal:
         0xaf4dfc0 s Context>handleSignal:
         0xaf54740 s Context>handleSignal:
         0xaf5ae08 s Context>handleSignal:
         0xaf61418 s Context>handleSignal:
         0xaf67970 s Context>handleSignal:
         0xaf6de10 s Context>handleSignal:
         0xaf741f8 s Context>handleSignal:
         0xaf7a528 s Context>handleSignal:
         0xaf807a0 s Context>handleSignal:
         0xaf86960 s Context>handleSignal:
         0xaf8ca68 s Context>handleSignal:
         0xaf92ab8 s Context>handleSignal:
         0xaf98a50 s Context>handleSignal:
         0xaf9e930 s Context>handleSignal:
         0xafa4758 s Context>handleSignal:
         0xafaa4c8 s Context>handleSignal:
         0xafb0180 s Context>handleSignal:
         0xafb5d80 s Context>handleSignal:
         0xafbb8c8 s Context>handleSignal:
         0xafc1358 s Context>handleSignal:
         0xafc6d30 s Context>handleSignal:
         0xafcc650 s Context>handleSignal:
         0xafd1eb8 s Context>handleSignal:
         0xafd7668 s Context>handleSignal:
         0xafdcd60 s Context>handleSignal:
         0xafe23a0 s Context>handleSignal:
         0xafe7928 s Context>handleSignal:
         0xafecdf8 s Context>handleSignal:
         0xaff2210 s Context>handleSignal:
         0xaff7570 s Context>handleSignal:
         0xaffc818 s Context>handleSignal:
         0xb001a08 s Context>handleSignal:
         0xb006b40 s Context>handleSignal:
         0xb00bbc0 s Context>handleSignal:
         0xb010b88 s Context>handleSignal:
         0xb015a98 s Context>handleSignal:
         0xb01a8f0 s Context>handleSignal:
         0xb01f690 s Context>handleSignal:
         0xb024378 s Context>handleSignal:
         0xb028fa8 s Context>handleSignal:
         0xb02db20 s Context>handleSignal:
         0xb0325e0 s Context>handleSignal:
         0xb036fe8 s Context>handleSignal:
         0xb03b938 s Context>handleSignal:
         0xb0401d0 s Context>handleSignal:
         0xb0449b0 s Context>handleSignal:
         0xb0490d8 s Context>handleSignal:
         0xb04d748 s Context>handleSignal:
         0xb051d00 s Context>handleSignal:
         0xb056200 s Context>handleSignal:
         0xb05a648 s Context>handleSignal:
         0xb05e9d8 s Context>handleSignal:
         0xb062cb0 s Context>handleSignal:
         0xb066ed0 s Context>handleSignal:
         0xb06b038 s Context>handleSignal:
         0xb06f0e8 s Context>handleSignal:
         0xb0730e0 s Context>handleSignal:
         0xb077020 s Context>handleSignal:
         0xb07aea8 s Context>handleSignal:
         0xb07ec78 s Context>handleSignal:
         0xb082990 s Context>handleSignal:
         0xb0865f0 s Context>handleSignal:
         0xb08a198 s Context>handleSignal:
         0xb08dc88 s Context>handleSignal:
         0xb0916c0 s Context>handleSignal:
         0xb095040 s Context>handleSignal:
         0xb098908 s Context>handleSignal:
         0xb09c118 s Context>handleSignal:
         0xb09f870 s Context>handleSignal:
         0xb0a2f10 s Context>handleSignal:
         0xb0a64f8 s Context>handleSignal:
         0xb0a9a28 s Context>handleSignal:
         0xb0acea0 s Context>handleSignal:
         0xb0b0260 s Context>handleSignal:
         0xb0b3568 s Context>handleSignal:
         0xb0b67b8 s Context>handleSignal:
         0xb0b9950 s Context>handleSignal:
         0xb0bca30 s Context>handleSignal:
         0xb0bfa58 s Context>handleSignal:
         0xb0c29c8 s Context>handleSignal:
         0xb0c5880 s Context>handleSignal:
         0xb0c8680 s Context>handleSignal:
         0xb0cb3c8 s Context>handleSignal:
         0xb0ce058 s Context>handleSignal:
         0xb0d0c30 s Context>handleSignal:
         0xb0d3750 s Context>handleSignal:
         0xb0d61b8 s Context>handleSignal:
         0xb0d8b68 s Context>handleSignal:
         0xb0db460 s Context>handleSignal:
         0xb0ddca0 s Context>handleSignal:
         0xb0e0428 s Context>handleSignal:
         0xb0e2af8 s Context>handleSignal:
         0xb0e5110 s Context>handleSignal:
         0xb0e7670 s Context>handleSignal:
         0xb0e9b18 s Context>handleSignal:
         0xb0ebf08 s Context>handleSignal:
         0xb0ee240 s Context>handleSignal:
         0xb0f04c0 s Context>handleSignal:
         0xb0f2688 s Context>handleSignal:
         0xb0f4798 s Context>handleSignal:
         0xb0f67f0 s Context>handleSignal:
         0xb0f8790 s Context>handleSignal:
         0xb0fa678 s Context>handleSignal:
         0xb0fc3f0 s Context>handleSignal:
         0xb0fe0b0 s Context>handleSignal:
         0xb0ffcb8 s Context>handleSignal:
         0xb1d7660 s Halt(Exception)>signal
         0xb271c68 s Halt class(Exception class)>signal
         0xad363e0 s Halt class>now
         0xb1b90d0 s FullBlockClosure(Object)>halt
         0xb233260 s FullBlockClosure>printOn:
         0xb293ad8 s Context>printOn:
         0xb34cf70 s Context>printDebugOn:
         0xb34da20 s [] in Context>debugStack:on:
         0xb3969f8 s OrderedCollection>do:
         0xb2944c8 s Context>debugStack:on:
         0xb34d8b0 s Context>shortDebugStackOn:
         0xb396940 s [] in SmalltalkImage>logError:inContext:
         0xb3be2a8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d5498 s FullBlockClosure(BlockClosure)>on:do:
         0xb26f1a0 s SmalltalkImage>logStdErrorDuring:
         0xb2b7f08 s SmalltalkImage>logError:inContext:
         0xb3759d8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3700 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d20b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee908 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f3478 s Halt(Exception)>unhandledErrorAction
         0xb3f3530 s Halt(UnhandledException)>defaultAction
         0xb3f35e8 s UndefinedObject>handleSignal:
         0xad375d8 s Context>handleSignal:
         0xad37690 s Context>handleSignal:
         0xad37748 s Context>handleSignal:
         0xad37800 s Context>handleSignal:
         0xad378b8 s Context>handleSignal:
         0xad37970 s Context>handleSignal:
         0xad37a28 s Context>handleSignal:
         0xad37ae0 s Context>handleSignal:
         0xad37b98 s Context>handleSignal:
         0xad37c50 s Context>handleSignal:
         0xad9da50 s Context>handleSignal:
         0xadb13f0 s Context>handleSignal:
         0xadc3260 s Context>handleSignal:
         0xadd43c0 s Context>handleSignal:
         0xade7e20 s Context>handleSignal:
         0xadf85f8 s Context>handleSignal:
         0xae088f8 s Context>handleSignal:
         0xae18798 s Context>handleSignal:
         0xae2acd0 s Context>handleSignal:
         0xae3a320 s Context>handleSignal:
         0xae4c510 s Context>handleSignal:
         0xae58af0 s Context>handleSignal:
         0xae65868 s Context>handleSignal:
         0xae708c0 s Context>handleSignal:
         0xae7a7f0 s Context>handleSignal:
         0xae85298 s Context>handleSignal:
         0xae8f2b0 s Context>handleSignal:
         0xae9a040 s Context>handleSignal:
         0xaea64c0 s Context>handleSignal:
         0xaeaf9a8 s Context>handleSignal:
         0xaeb7e88 s Context>handleSignal:
         0xaec0050 s Context>handleSignal:
         0xaec7ee0 s Context>handleSignal:
         0xaed01c0 s Context>handleSignal:
         0xaed80f0 s Context>handleSignal:
         0xaee0280 s Context>handleSignal:
         0xaee7c58 s Context>handleSignal:
         0xaeef928 s Context>handleSignal:
         0xaef7758 s Context>handleSignal:
         0xaeff6d8 s Context>handleSignal:
         0xaf08c88 s Context>handleSignal:
         0xaf106a8 s Context>handleSignal:
         0xaf183b8 s Context>handleSignal:
         0xaf1f1b0 s Context>handleSignal:
         0xaf25f30 s Context>handleSignal:
         0xaf2ce08 s Context>handleSignal:
         0xaf339d8 s Context>handleSignal:
         0xaf3a438 s Context>handleSignal:
         0xaf40de0 s Context>handleSignal:
         0xaf476d0 s Context>handleSignal:
         0xaf4df08 s Context>handleSignal:
         0xaf54688 s Context>handleSignal:
         0xaf5ad50 s Context>handleSignal:
         0xaf61360 s Context>handleSignal:
         0xaf678b8 s Context>handleSignal:
         0xaf6dd58 s Context>handleSignal:
         0xaf74140 s Context>handleSignal:
         0xaf7a470 s Context>handleSignal:
         0xaf806e8 s Context>handleSignal:
         0xaf868a8 s Context>handleSignal:
         0xaf8c9b0 s Context>handleSignal:
         0xaf92a00 s Context>handleSignal:
         0xaf98998 s Context>handleSignal:
         0xaf9e878 s Context>handleSignal:
         0xafa46a0 s Context>handleSignal:
         0xafaa410 s Context>handleSignal:
         0xafb00c8 s Context>handleSignal:
         0xafb5cc8 s Context>handleSignal:
         0xafbb810 s Context>handleSignal:
         0xafc12a0 s Context>handleSignal:
         0xafc6c78 s Context>handleSignal:
         0xafcc598 s Context>handleSignal:
         0xafd1e00 s Context>handleSignal:
         0xafd75b0 s Context>handleSignal:
         0xafdcca8 s Context>handleSignal:
         0xafe22e8 s Context>handleSignal:
         0xafe7870 s Context>handleSignal:
         0xafecd40 s Context>handleSignal:
         0xaff2158 s Context>handleSignal:
         0xaff74b8 s Context>handleSignal:
         0xaffc760 s Context>handleSignal:
         0xb001950 s Context>handleSignal:
         0xb006a88 s Context>handleSignal:
         0xb00bb08 s Context>handleSignal:
         0xb010ad0 s Context>handleSignal:
         0xb0159e0 s Context>handleSignal:
         0xb01a838 s Context>handleSignal:
         0xb01f5d8 s Context>handleSignal:
         0xb0242c0 s Context>handleSignal:
         0xb028ef0 s Context>handleSignal:
         0xb02da68 s Context>handleSignal:
         0xb032528 s Context>handleSignal:
         0xb036f30 s Context>handleSignal:
         0xb03b880 s Context>handleSignal:
         0xb040118 s Context>handleSignal:
         0xb0448f8 s Context>handleSignal:
         0xb049020 s Context>handleSignal:
         0xb04d690 s Context>handleSignal:
         0xb051c48 s Context>handleSignal:
         0xb056148 s Context>handleSignal:
         0xb05a590 s Context>handleSignal:
         0xb05e920 s Context>handleSignal:
         0xb062bf8 s Context>handleSignal:
         0xb066e18 s Context>handleSignal:
         0xb06af80 s Context>handleSignal:
         0xb06f030 s Context>handleSignal:
         0xb073028 s Context>handleSignal:
         0xb076f68 s Context>handleSignal:
         0xb07adf0 s Context>handleSignal:
         0xb07ebc0 s Context>handleSignal:
         0xb0828d8 s Context>handleSignal:
         0xb086538 s Context>handleSignal:
         0xb08a0e0 s Context>handleSignal:
         0xb08dbd0 s Context>handleSignal:
         0xb091608 s Context>handleSignal:
         0xb094f88 s Context>handleSignal:
         0xb098850 s Context>handleSignal:
         0xb09c060 s Context>handleSignal:
         0xb09f7b8 s Context>handleSignal:
         0xb0a2e58 s Context>handleSignal:
         0xb0a6440 s Context>handleSignal:
         0xb0a9970 s Context>handleSignal:
         0xb0acde8 s Context>handleSignal:
         0xb0b01a8 s Context>handleSignal:
         0xb0b34b0 s Context>handleSignal:
         0xb0b6700 s Context>handleSignal:
         0xb0b9898 s Context>handleSignal:
         0xb0bc978 s Context>handleSignal:
         0xb0bf9a0 s Context>handleSignal:
         0xb0c2910 s Context>handleSignal:
         0xb0c57c8 s Context>handleSignal:
         0xb0c85c8 s Context>handleSignal:
         0xb0cb310 s Context>handleSignal:
         0xb0cdfa0 s Context>handleSignal:
         0xb0d0b78 s Context>handleSignal:
         0xb0d3698 s Context>handleSignal:
         0xb0d6100 s Context>handleSignal:
         0xb0d8ab0 s Context>handleSignal:
         0xb0db3a8 s Context>handleSignal:
         0xb0ddbe8 s Context>handleSignal:
         0xb0e0370 s Context>handleSignal:
         0xb0e2a40 s Context>handleSignal:
         0xb0e5058 s Context>handleSignal:
         0xb0e75b8 s Context>handleSignal:
         0xb0e9a60 s Context>handleSignal:
         0xb0ebe50 s Context>handleSignal:
         0xb0ee188 s Context>handleSignal:
         0xb0f0408 s Context>handleSignal:
         0xb0f25d0 s Context>handleSignal:
         0xb0f46e0 s Context>handleSignal:
         0xb0f6738 s Context>handleSignal:
         0xb0f86d8 s Context>handleSignal:
         0xb0fa5c0 s Context>handleSignal:
         0xb0fc338 s Context>handleSignal:
         0xb0fdff8 s Context>handleSignal:
         0xb1d74f0 s Halt(Exception)>signal
         0xb271a98 s Halt class(Exception class)>signal
         0xad720f8 s Halt class>now
         0xb1c1100 s FullBlockClosure(Object)>halt
         0xb2575e0 s FullBlockClosure>printOn:
         0xb2a20c0 s Context>printOn:
         0xb35fae8 s Context>printDebugOn:
         0xb34d028 s [] in Context>debugStack:on:
         0xb395ee0 s OrderedCollection>do:
         0xb2939d0 s Context>debugStack:on:
         0xb34ce90 s Context>shortDebugStackOn:
         0xb395e18 s [] in SmalltalkImage>logError:inContext:
         0xb3bd808 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d5328 s FullBlockClosure(BlockClosure)>on:do:
         0xb26efd0 s SmalltalkImage>logStdErrorDuring:
         0xb2b7e08 s SmalltalkImage>logError:inContext:
         0xb375910 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3610 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d1fd8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee850 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f3250 s Halt(Exception)>unhandledErrorAction
         0xb3f3308 s Halt(UnhandledException)>defaultAction
         0xb3f33c0 s UndefinedObject>handleSignal:
         0xad36d38 s Context>handleSignal:
         0xad36df0 s Context>handleSignal:
         0xad36ea8 s Context>handleSignal:
         0xad36f60 s Context>handleSignal:
         0xad37018 s Context>handleSignal:
         0xad370d0 s Context>handleSignal:
         0xad37188 s Context>handleSignal:
         0xad37240 s Context>handleSignal:
         0xad372f8 s Context>handleSignal:
         0xad373b0 s Context>handleSignal:
         0xad9d998 s Context>handleSignal:
         0xadb1338 s Context>handleSignal:
         0xadc31a8 s Context>handleSignal:
         0xadd4308 s Context>handleSignal:
         0xade7d68 s Context>handleSignal:
         0xadf8540 s Context>handleSignal:
         0xae08840 s Context>handleSignal:
         0xae186e0 s Context>handleSignal:
         0xae2ac18 s Context>handleSignal:
         0xae3a268 s Context>handleSignal:
         0xae4c458 s Context>handleSignal:
         0xae58a38 s Context>handleSignal:
         0xae657b0 s Context>handleSignal:
         0xae70808 s Context>handleSignal:
         0xae7a738 s Context>handleSignal:
         0xae851e0 s Context>handleSignal:
         0xae8f1f8 s Context>handleSignal:
         0xae99f88 s Context>handleSignal:
         0xaea6408 s Context>handleSignal:
         0xaeaf8f0 s Context>handleSignal:
         0xaeb7dd0 s Context>handleSignal:
         0xaebff98 s Context>handleSignal:
         0xaec7e28 s Context>handleSignal:
         0xaed0108 s Context>handleSignal:
         0xaed8038 s Context>handleSignal:
         0xaee01c8 s Context>handleSignal:
         0xaee7ba0 s Context>handleSignal:
         0xaeef870 s Context>handleSignal:
         0xaef76a0 s Context>handleSignal:
         0xaeff620 s Context>handleSignal:
         0xaf08bd0 s Context>handleSignal:
         0xaf105f0 s Context>handleSignal:
         0xaf18300 s Context>handleSignal:
         0xaf1f0f8 s Context>handleSignal:
         0xaf25e78 s Context>handleSignal:
         0xaf2cd50 s Context>handleSignal:
         0xaf33920 s Context>handleSignal:
         0xaf3a380 s Context>handleSignal:
         0xaf40d28 s Context>handleSignal:
         0xaf47618 s Context>handleSignal:
         0xaf4de50 s Context>handleSignal:
         0xaf545d0 s Context>handleSignal:
         0xaf5ac98 s Context>handleSignal:
         0xaf612a8 s Context>handleSignal:
         0xaf67800 s Context>handleSignal:
         0xaf6dca0 s Context>handleSignal:
         0xaf74088 s Context>handleSignal:
         0xaf7a3b8 s Context>handleSignal:
         0xaf80630 s Context>handleSignal:
         0xaf867f0 s Context>handleSignal:
         0xaf8c8f8 s Context>handleSignal:
         0xaf92948 s Context>handleSignal:
         0xaf988e0 s Context>handleSignal:
         0xaf9e7c0 s Context>handleSignal:
         0xafa45e8 s Context>handleSignal:
         0xafaa358 s Context>handleSignal:
         0xafb0010 s Context>handleSignal:
         0xafb5c10 s Context>handleSignal:
         0xafbb758 s Context>handleSignal:
         0xafc11e8 s Context>handleSignal:
         0xafc6bc0 s Context>handleSignal:
         0xafcc4e0 s Context>handleSignal:
         0xafd1d48 s Context>handleSignal:
         0xafd74f8 s Context>handleSignal:
         0xafdcbf0 s Context>handleSignal:
         0xafe2230 s Context>handleSignal:
         0xafe77b8 s Context>handleSignal:
         0xafecc88 s Context>handleSignal:
         0xaff20a0 s Context>handleSignal:
         0xaff7400 s Context>handleSignal:
         0xaffc6a8 s Context>handleSignal:
         0xb001898 s Context>handleSignal:
         0xb0069d0 s Context>handleSignal:
         0xb00ba50 s Context>handleSignal:
         0xb010a18 s Context>handleSignal:
         0xb015928 s Context>handleSignal:
         0xb01a780 s Context>handleSignal:
         0xb01f520 s Context>handleSignal:
         0xb024208 s Context>handleSignal:
         0xb028e38 s Context>handleSignal:
         0xb02d9b0 s Context>handleSignal:
         0xb032470 s Context>handleSignal:
         0xb036e78 s Context>handleSignal:
         0xb03b7c8 s Context>handleSignal:
         0xb040060 s Context>handleSignal:
         0xb044840 s Context>handleSignal:
         0xb048f68 s Context>handleSignal:
         0xb04d5d8 s Context>handleSignal:
         0xb051b90 s Context>handleSignal:
         0xb056090 s Context>handleSignal:
         0xb05a4d8 s Context>handleSignal:
         0xb05e868 s Context>handleSignal:
         0xb062b40 s Context>handleSignal:
         0xb066d60 s Context>handleSignal:
         0xb06aec8 s Context>handleSignal:
         0xb06ef78 s Context>handleSignal:
         0xb072f70 s Context>handleSignal:
         0xb076eb0 s Context>handleSignal:
         0xb07ad38 s Context>handleSignal:
         0xb07eb08 s Context>handleSignal:
         0xb082820 s Context>handleSignal:
         0xb086480 s Context>handleSignal:
         0xb08a028 s Context>handleSignal:
         0xb08db18 s Context>handleSignal:
         0xb091550 s Context>handleSignal:
         0xb094ed0 s Context>handleSignal:
         0xb098798 s Context>handleSignal:
         0xb09bfa8 s Context>handleSignal:
         0xb09f700 s Context>handleSignal:
         0xb0a2da0 s Context>handleSignal:
         0xb0a6388 s Context>handleSignal:
         0xb0a98b8 s Context>handleSignal:
         0xb0acd30 s Context>handleSignal:
         0xb0b00f0 s Context>handleSignal:
         0xb0b33f8 s Context>handleSignal:
         0xb0b6648 s Context>handleSignal:
         0xb0b97e0 s Context>handleSignal:
         0xb0bc8c0 s Context>handleSignal:
         0xb0bf8e8 s Context>handleSignal:
         0xb0c2858 s Context>handleSignal:
         0xb0c5710 s Context>handleSignal:
         0xb0c8510 s Context>handleSignal:
         0xb0cb258 s Context>handleSignal:
         0xb0cdee8 s Context>handleSignal:
         0xb0d0ac0 s Context>handleSignal:
         0xb0d35e0 s Context>handleSignal:
         0xb0d6048 s Context>handleSignal:
         0xb0d89f8 s Context>handleSignal:
         0xb0db2f0 s Context>handleSignal:
         0xb0ddb30 s Context>handleSignal:
         0xb0e02b8 s Context>handleSignal:
         0xb0e2988 s Context>handleSignal:
         0xb0e4fa0 s Context>handleSignal:
         0xb0e7500 s Context>handleSignal:
         0xb0e99a8 s Context>handleSignal:
         0xb0ebd98 s Context>handleSignal:
         0xb0ee0d0 s Context>handleSignal:
         0xb0f0350 s Context>handleSignal:
         0xb0f2518 s Context>handleSignal:
         0xb0f4628 s Context>handleSignal:
         0xb0f6680 s Context>handleSignal:
         0xb0f8620 s Context>handleSignal:
         0xb0fa508 s Context>handleSignal:
         0xb0fc280 s Context>handleSignal:
         0xb1d7380 s Halt(Exception)>signal
         0xb2718c8 s Halt class(Exception class)>signal
         0xad719c8 s Halt class>now
         0xb1c1048 s FullBlockClosure(Object)>halt
         0xb257528 s FullBlockClosure>printOn:
         0xb2a2008 s Context>printOn:
         0xb35f978 s Context>printDebugOn:
         0xb35fba0 s [] in Context>debugStack:on:
         0xb3a2588 s OrderedCollection>do:
         0xb294950 s Context>debugStack:on:
         0xb34de30 s Context>shortDebugStackOn:
         0xb396d08 s [] in SmalltalkImage>logError:inContext:
         0xb3be510 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d51b8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26ee00 s SmalltalkImage>logStdErrorDuring:
         0xb2b7d08 s SmalltalkImage>logError:inContext:
         0xb375848 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3520 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d1ef8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee798 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f28a8 s Halt(Exception)>unhandledErrorAction
         0xb3f2960 s Halt(UnhandledException)>defaultAction
         0xb3f2a18 s UndefinedObject>handleSignal:
         0xad36498 s Context>handleSignal:
         0xad36550 s Context>handleSignal:
         0xad36608 s Context>handleSignal:
         0xad366c0 s Context>handleSignal:
         0xad36778 s Context>handleSignal:
         0xad36830 s Context>handleSignal:
         0xad368e8 s Context>handleSignal:
         0xad369a0 s Context>handleSignal:
         0xad36a58 s Context>handleSignal:
         0xad36b10 s Context>handleSignal:
         0xad9d8e0 s Context>handleSignal:
         0xadb1280 s Context>handleSignal:
         0xadc30f0 s Context>handleSignal:
         0xadd4250 s Context>handleSignal:
         0xade7cb0 s Context>handleSignal:
         0xadf8488 s Context>handleSignal:
         0xae08788 s Context>handleSignal:
         0xae18628 s Context>handleSignal:
         0xae2ab60 s Context>handleSignal:
         0xae3a1b0 s Context>handleSignal:
         0xae4c3a0 s Context>handleSignal:
         0xae58980 s Context>handleSignal:
         0xae656f8 s Context>handleSignal:
         0xae70750 s Context>handleSignal:
         0xae7a680 s Context>handleSignal:
         0xae85128 s Context>handleSignal:
         0xae8f140 s Context>handleSignal:
         0xae99ed0 s Context>handleSignal:
         0xaea6350 s Context>handleSignal:
         0xaeaf838 s Context>handleSignal:
         0xaeb7d18 s Context>handleSignal:
         0xaebfee0 s Context>handleSignal:
         0xaec7d70 s Context>handleSignal:
         0xaed0050 s Context>handleSignal:
         0xaed7f80 s Context>handleSignal:
         0xaee0110 s Context>handleSignal:
         0xaee7ae8 s Context>handleSignal:
         0xaeef7b8 s Context>handleSignal:
         0xaef75e8 s Context>handleSignal:
         0xaeff568 s Context>handleSignal:
         0xaf08b18 s Context>handleSignal:
         0xaf10538 s Context>handleSignal:
         0xaf18248 s Context>handleSignal:
         0xaf1f040 s Context>handleSignal:
         0xaf25dc0 s Context>handleSignal:
         0xaf2cc98 s Context>handleSignal:
         0xaf33868 s Context>handleSignal:
         0xaf3a2c8 s Context>handleSignal:
         0xaf40c70 s Context>handleSignal:
         0xaf47560 s Context>handleSignal:
         0xaf4dd98 s Context>handleSignal:
         0xaf54518 s Context>handleSignal:
         0xaf5abe0 s Context>handleSignal:
         0xaf611f0 s Context>handleSignal:
         0xaf67748 s Context>handleSignal:
         0xaf6dbe8 s Context>handleSignal:
         0xaf73fd0 s Context>handleSignal:
         0xaf7a300 s Context>handleSignal:
         0xaf80578 s Context>handleSignal:
         0xaf86738 s Context>handleSignal:
         0xaf8c840 s Context>handleSignal:
         0xaf92890 s Context>handleSignal:
         0xaf98828 s Context>handleSignal:
         0xaf9e708 s Context>handleSignal:
         0xafa4530 s Context>handleSignal:
         0xafaa2a0 s Context>handleSignal:
         0xafaff58 s Context>handleSignal:
         0xafb5b58 s Context>handleSignal:
         0xafbb6a0 s Context>handleSignal:
         0xafc1130 s Context>handleSignal:
         0xafc6b08 s Context>handleSignal:
         0xafcc428 s Context>handleSignal:
         0xafd1c90 s Context>handleSignal:
         0xafd7440 s Context>handleSignal:
         0xafdcb38 s Context>handleSignal:
         0xafe2178 s Context>handleSignal:
         0xafe7700 s Context>handleSignal:
         0xafecbd0 s Context>handleSignal:
         0xaff1fe8 s Context>handleSignal:
         0xaff7348 s Context>handleSignal:
         0xaffc5f0 s Context>handleSignal:
         0xb0017e0 s Context>handleSignal:
         0xb006918 s Context>handleSignal:
         0xb00b998 s Context>handleSignal:
         0xb010960 s Context>handleSignal:
         0xb015870 s Context>handleSignal:
         0xb01a6c8 s Context>handleSignal:
         0xb01f468 s Context>handleSignal:
         0xb024150 s Context>handleSignal:
         0xb028d80 s Context>handleSignal:
         0xb02d8f8 s Context>handleSignal:
         0xb0323b8 s Context>handleSignal:
         0xb036dc0 s Context>handleSignal:
         0xb03b710 s Context>handleSignal:
         0xb03ffa8 s Context>handleSignal:
         0xb044788 s Context>handleSignal:
         0xb048eb0 s Context>handleSignal:
         0xb04d520 s Context>handleSignal:
         0xb051ad8 s Context>handleSignal:
         0xb055fd8 s Context>handleSignal:
         0xb05a420 s Context>handleSignal:
         0xb05e7b0 s Context>handleSignal:
         0xb062a88 s Context>handleSignal:
         0xb066ca8 s Context>handleSignal:
         0xb06ae10 s Context>handleSignal:
         0xb06eec0 s Context>handleSignal:
         0xb072eb8 s Context>handleSignal:
         0xb076df8 s Context>handleSignal:
         0xb07ac80 s Context>handleSignal:
         0xb07ea50 s Context>handleSignal:
         0xb082768 s Context>handleSignal:
         0xb0863c8 s Context>handleSignal:
         0xb089f70 s Context>handleSignal:
         0xb08da60 s Context>handleSignal:
         0xb091498 s Context>handleSignal:
         0xb094e18 s Context>handleSignal:
         0xb0986e0 s Context>handleSignal:
         0xb09bef0 s Context>handleSignal:
         0xb09f648 s Context>handleSignal:
         0xb0a2ce8 s Context>handleSignal:
         0xb0a62d0 s Context>handleSignal:
         0xb0a9800 s Context>handleSignal:
         0xb0acc78 s Context>handleSignal:
         0xb0b0038 s Context>handleSignal:
         0xb0b3340 s Context>handleSignal:
         0xb0b6590 s Context>handleSignal:
         0xb0b9728 s Context>handleSignal:
         0xb0bc808 s Context>handleSignal:
         0xb0bf830 s Context>handleSignal:
         0xb0c27a0 s Context>handleSignal:
         0xb0c5658 s Context>handleSignal:
         0xb0c8458 s Context>handleSignal:
         0xb0cb1a0 s Context>handleSignal:
         0xb0cde30 s Context>handleSignal:
         0xb0d0a08 s Context>handleSignal:
         0xb0d3528 s Context>handleSignal:
         0xb0d5f90 s Context>handleSignal:
         0xb0d8940 s Context>handleSignal:
         0xb0db238 s Context>handleSignal:
         0xb0dda78 s Context>handleSignal:
         0xb0e0200 s Context>handleSignal:
         0xb0e28d0 s Context>handleSignal:
         0xb0e4ee8 s Context>handleSignal:
         0xb0e7448 s Context>handleSignal:
         0xb0e98f0 s Context>handleSignal:
         0xb0ebce0 s Context>handleSignal:
         0xb0ee018 s Context>handleSignal:
         0xb0f0298 s Context>handleSignal:
         0xb0f2460 s Context>handleSignal:
         0xb0f4570 s Context>handleSignal:
         0xb0f65c8 s Context>handleSignal:
         0xb0f8568 s Context>handleSignal:
         0xb0fa450 s Context>handleSignal:
         0xb1d7210 s Halt(Exception)>signal
         0xb2716f8 s Halt class(Exception class)>signal
         0xad71298 s Halt class>now
         0xb1c0f90 s FullBlockClosure(Object)>halt
         0xb257470 s FullBlockClosure>printOn:
         0xb2a1f50 s Context>printOn:
         0xb35f808 s Context>printDebugOn:
         0xb35fa30 s [] in Context>debugStack:on:
         0xb3a24d0 s OrderedCollection>do:
         0xb294688 s Context>debugStack:on:
         0xb34db00 s Context>shortDebugStackOn:
         0xb396ac0 s [] in SmalltalkImage>logError:inContext:
         0xb3be380 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d5048 s FullBlockClosure(BlockClosure)>on:do:
         0xb26ec30 s SmalltalkImage>logStdErrorDuring:
         0xb2b7c08 s SmalltalkImage>logError:inContext:
         0xb375780 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3430 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d1e18 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee6e0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb403bf0 s Halt(Exception)>unhandledErrorAction
         0xb403ca8 s Halt(UnhandledException)>defaultAction
         0xb403d60 s UndefinedObject>handleSignal:
         0xad70ab0 s Context>handleSignal:
         0xad721b0 s Context>handleSignal:
         0xad72268 s Context>handleSignal:
         0xad72320 s Context>handleSignal:
         0xad723d8 s Context>handleSignal:
         0xad72490 s Context>handleSignal:
         0xad72548 s Context>handleSignal:
         0xad72600 s Context>handleSignal:
         0xad726b8 s Context>handleSignal:
         0xad72770 s Context>handleSignal:
         0xada3150 s Context>handleSignal:
         0xadb6510 s Context>handleSignal:
         0xadc8228 s Context>handleSignal:
         0xadd92d0 s Context>handleSignal:
         0xadecc78 s Context>handleSignal:
         0xadfd398 s Context>handleSignal:
         0xae0d528 s Context>handleSignal:
         0xae1d310 s Context>handleSignal:
         0xae2f790 s Context>handleSignal:
         0xae3ed28 s Context>handleSignal:
         0xae50e60 s Context>handleSignal:
         0xae5d388 s Context>handleSignal:
         0xae6a048 s Context>handleSignal:
         0xae74fe8 s Context>handleSignal:
         0xae7ee60 s Context>handleSignal:
         0xae89850 s Context>handleSignal:
         0xae937b0 s Context>handleSignal:
         0xae9e488 s Context>handleSignal:
         0xaeaa850 s Context>handleSignal:
         0xaeb3c80 s Context>handleSignal:
         0xaebc0a8 s Context>handleSignal:
         0xaec41b8 s Context>handleSignal:
         0xaecbf90 s Context>handleSignal:
         0xaed41b8 s Context>handleSignal:
         0xaedc030 s Context>handleSignal:
         0xaee4108 s Context>handleSignal:
         0xaeeba28 s Context>handleSignal:
         0xaef3640 s Context>handleSignal:
         0xaefb3b8 s Context>handleSignal:
         0xaf03280 s Context>handleSignal:
         0xaf0c778 s Context>handleSignal:
         0xaf140e0 s Context>handleSignal:
         0xaf1bd38 s Context>handleSignal:
         0xaf22a78 s Context>handleSignal:
         0xaf29740 s Context>handleSignal:
         0xaf30560 s Context>handleSignal:
         0xaf37078 s Context>handleSignal:
         0xaf3da20 s Context>handleSignal:
         0xaf44310 s Context>handleSignal:
         0xaf4ab48 s Context>handleSignal:
         0xaf512c8 s Context>handleSignal:
         0xaf57990 s Context>handleSignal:
         0xaf5dfa0 s Context>handleSignal:
         0xaf644f8 s Context>handleSignal:
         0xaf6aa50 s Context>handleSignal:
         0xaf70ef0 s Context>handleSignal:
         0xaf772d8 s Context>handleSignal:
         0xaf7d608 s Context>handleSignal:
         0xaf83880 s Context>handleSignal:
         0xaf89a40 s Context>handleSignal:
         0xaf8fb48 s Context>handleSignal:
         0xaf95b98 s Context>handleSignal:
         0xaf9bb30 s Context>handleSignal:
         0xafa1a10 s Context>handleSignal:
         0xafa7838 s Context>handleSignal:
         0xafad5a8 s Context>handleSignal:
         0xafb3260 s Context>handleSignal:
         0xafb8e60 s Context>handleSignal:
         0xafbe9a8 s Context>handleSignal:
         0xafc4438 s Context>handleSignal:
         0xafc9e10 s Context>handleSignal:
         0xafcf730 s Context>handleSignal:
         0xafd4f98 s Context>handleSignal:
         0xafda748 s Context>handleSignal:
         0xafdfe40 s Context>handleSignal:
         0xafe5480 s Context>handleSignal:
         0xafeaa08 s Context>handleSignal:
         0xafefed8 s Context>handleSignal:
         0xaff52f0 s Context>handleSignal:
         0xaffa650 s Context>handleSignal:
         0xafff8f8 s Context>handleSignal:
         0xb004ae8 s Context>handleSignal:
         0xb009c20 s Context>handleSignal:
         0xb00eca0 s Context>handleSignal:
         0xb013c68 s Context>handleSignal:
         0xb018b78 s Context>handleSignal:
         0xb01d9d0 s Context>handleSignal:
         0xb022770 s Context>handleSignal:
         0xb027458 s Context>handleSignal:
         0xb02c088 s Context>handleSignal:
         0xb030c00 s Context>handleSignal:
         0xb0356c0 s Context>handleSignal:
         0xb03a0c8 s Context>handleSignal:
         0xb03ea18 s Context>handleSignal:
         0xb0432b0 s Context>handleSignal:
         0xb047a90 s Context>handleSignal:
         0xb04c1b8 s Context>handleSignal:
         0xb050828 s Context>handleSignal:
         0xb054de0 s Context>handleSignal:
         0xb0592e0 s Context>handleSignal:
         0xb05d728 s Context>handleSignal:
         0xb061ab8 s Context>handleSignal:
         0xb065d90 s Context>handleSignal:
         0xb069fb0 s Context>handleSignal:
         0xb06e118 s Context>handleSignal:
         0xb0721c8 s Context>handleSignal:
         0xb0761c0 s Context>handleSignal:
         0xb07a100 s Context>handleSignal:
         0xb07df88 s Context>handleSignal:
         0xb081d58 s Context>handleSignal:
         0xb085a70 s Context>handleSignal:
         0xb0896d0 s Context>handleSignal:
         0xb08d278 s Context>handleSignal:
         0xb090d68 s Context>handleSignal:
         0xb0946e8 s Context>handleSignal:
         0xb097fb0 s Context>handleSignal:
         0xb09b7c0 s Context>handleSignal:
         0xb09ef18 s Context>handleSignal:
         0xb0a25b8 s Context>handleSignal:
         0xb0a5ba0 s Context>handleSignal:
         0xb0a90d0 s Context>handleSignal:
         0xb0ac548 s Context>handleSignal:
         0xb0af908 s Context>handleSignal:
         0xb0b2c10 s Context>handleSignal:
         0xb0b5e60 s Context>handleSignal:
         0xb0b8ff8 s Context>handleSignal:
         0xb0bc0d8 s Context>handleSignal:
         0xb0bf100 s Context>handleSignal:
         0xb0c2070 s Context>handleSignal:
         0xb0c4f28 s Context>handleSignal:
         0xb0c7d28 s Context>handleSignal:
         0xb0caa70 s Context>handleSignal:
         0xb0cd700 s Context>handleSignal:
         0xb0d02d8 s Context>handleSignal:
         0xb0d2df8 s Context>handleSignal:
         0xb0d5860 s Context>handleSignal:
         0xb0d8210 s Context>handleSignal:
         0xb0dab08 s Context>handleSignal:
         0xb0dd348 s Context>handleSignal:
         0xb0dfad0 s Context>handleSignal:
         0xb0e21a0 s Context>handleSignal:
         0xb0e47b8 s Context>handleSignal:
         0xb0e6d18 s Context>handleSignal:
         0xb0e91c0 s Context>handleSignal:
         0xb0eb5b0 s Context>handleSignal:
         0xb0ed8e8 s Context>handleSignal:
         0xb0efb68 s Context>handleSignal:
         0xb0f1d30 s Context>handleSignal:
         0xb0f3e40 s Context>handleSignal:
         0xb0f5e98 s Context>handleSignal:
         0xb0f7e38 s Context>handleSignal:
         0xb0f9d20 s Context>handleSignal:
         0xb1d70a0 s Halt(Exception)>signal
         0xb271528 s Halt class(Exception class)>signal
         0xad70b68 s Halt class>now
         0xb1c0ed8 s FullBlockClosure(Object)>halt
         0xb2573b8 s FullBlockClosure>printOn:
         0xb2a1e98 s Context>printOn:
         0xb35f698 s Context>printDebugOn:
         0xb35f8c0 s [] in Context>debugStack:on:
         0xb3a2418 s OrderedCollection>do:
         0xb293be0 s Context>debugStack:on:
         0xb34d108 s Context>shortDebugStackOn:
         0xb395fa8 s [] in SmalltalkImage>logError:inContext:
         0xb3bd8e0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d4ed8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26ea60 s SmalltalkImage>logStdErrorDuring:
         0xb2b7b08 s SmalltalkImage>logError:inContext:
         0xb3756b8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3340 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d1d38 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee628 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4039c8 s Halt(Exception)>unhandledErrorAction
         0xb403a80 s Halt(UnhandledException)>defaultAction
         0xb403b38 s UndefinedObject>handleSignal:
         0xad702c8 s Context>handleSignal:
         0xad71a80 s Context>handleSignal:
         0xad71b38 s Context>handleSignal:
         0xad71bf0 s Context>handleSignal:
         0xad71ca8 s Context>handleSignal:
         0xad71d60 s Context>handleSignal:
         0xad71e18 s Context>handleSignal:
         0xad71ed0 s Context>handleSignal:
         0xad71f88 s Context>handleSignal:
         0xad72040 s Context>handleSignal:
         0xada3098 s Context>handleSignal:
         0xadb6458 s Context>handleSignal:
         0xadc8170 s Context>handleSignal:
         0xadd9218 s Context>handleSignal:
         0xadecbc0 s Context>handleSignal:
         0xadfd2e0 s Context>handleSignal:
         0xae0d470 s Context>handleSignal:
         0xae1d258 s Context>handleSignal:
         0xae2f6d8 s Context>handleSignal:
         0xae3ec70 s Context>handleSignal:
         0xae50da8 s Context>handleSignal:
         0xae5d2d0 s Context>handleSignal:
         0xae69f90 s Context>handleSignal:
         0xae74f30 s Context>handleSignal:
         0xae7eda8 s Context>handleSignal:
         0xae89798 s Context>handleSignal:
         0xae936f8 s Context>handleSignal:
         0xae9e3d0 s Context>handleSignal:
         0xaeaa798 s Context>handleSignal:
         0xaeb3bc8 s Context>handleSignal:
         0xaebbff0 s Context>handleSignal:
         0xaec4100 s Context>handleSignal:
         0xaecbed8 s Context>handleSignal:
         0xaed4100 s Context>handleSignal:
         0xaedbf78 s Context>handleSignal:
         0xaee4050 s Context>handleSignal:
         0xaeeb970 s Context>handleSignal:
         0xaef3588 s Context>handleSignal:
         0xaefb300 s Context>handleSignal:
         0xaf031c8 s Context>handleSignal:
         0xaf0c6c0 s Context>handleSignal:
         0xaf14028 s Context>handleSignal:
         0xaf1bc80 s Context>handleSignal:
         0xaf229c0 s Context>handleSignal:
         0xaf29688 s Context>handleSignal:
         0xaf304a8 s Context>handleSignal:
         0xaf36fc0 s Context>handleSignal:
         0xaf3d968 s Context>handleSignal:
         0xaf44258 s Context>handleSignal:
         0xaf4aa90 s Context>handleSignal:
         0xaf51210 s Context>handleSignal:
         0xaf578d8 s Context>handleSignal:
         0xaf5dee8 s Context>handleSignal:
         0xaf64440 s Context>handleSignal:
         0xaf6a998 s Context>handleSignal:
         0xaf70e38 s Context>handleSignal:
         0xaf77220 s Context>handleSignal:
         0xaf7d550 s Context>handleSignal:
         0xaf837c8 s Context>handleSignal:
         0xaf89988 s Context>handleSignal:
         0xaf8fa90 s Context>handleSignal:
         0xaf95ae0 s Context>handleSignal:
         0xaf9ba78 s Context>handleSignal:
         0xafa1958 s Context>handleSignal:
         0xafa7780 s Context>handleSignal:
         0xafad4f0 s Context>handleSignal:
         0xafb31a8 s Context>handleSignal:
         0xafb8da8 s Context>handleSignal:
         0xafbe8f0 s Context>handleSignal:
         0xafc4380 s Context>handleSignal:
         0xafc9d58 s Context>handleSignal:
         0xafcf678 s Context>handleSignal:
         0xafd4ee0 s Context>handleSignal:
         0xafda690 s Context>handleSignal:
         0xafdfd88 s Context>handleSignal:
         0xafe53c8 s Context>handleSignal:
         0xafea950 s Context>handleSignal:
         0xafefe20 s Context>handleSignal:
         0xaff5238 s Context>handleSignal:
         0xaffa598 s Context>handleSignal:
         0xafff840 s Context>handleSignal:
         0xb004a30 s Context>handleSignal:
         0xb009b68 s Context>handleSignal:
         0xb00ebe8 s Context>handleSignal:
         0xb013bb0 s Context>handleSignal:
         0xb018ac0 s Context>handleSignal:
         0xb01d918 s Context>handleSignal:
         0xb0226b8 s Context>handleSignal:
         0xb0273a0 s Context>handleSignal:
         0xb02bfd0 s Context>handleSignal:
         0xb030b48 s Context>handleSignal:
         0xb035608 s Context>handleSignal:
         0xb03a010 s Context>handleSignal:
         0xb03e960 s Context>handleSignal:
         0xb0431f8 s Context>handleSignal:
         0xb0479d8 s Context>handleSignal:
         0xb04c100 s Context>handleSignal:
         0xb050770 s Context>handleSignal:
         0xb054d28 s Context>handleSignal:
         0xb059228 s Context>handleSignal:
         0xb05d670 s Context>handleSignal:
         0xb061a00 s Context>handleSignal:
         0xb065cd8 s Context>handleSignal:
         0xb069ef8 s Context>handleSignal:
         0xb06e060 s Context>handleSignal:
         0xb072110 s Context>handleSignal:
         0xb076108 s Context>handleSignal:
         0xb07a048 s Context>handleSignal:
         0xb07ded0 s Context>handleSignal:
         0xb081ca0 s Context>handleSignal:
         0xb0859b8 s Context>handleSignal:
         0xb089618 s Context>handleSignal:
         0xb08d1c0 s Context>handleSignal:
         0xb090cb0 s Context>handleSignal:
         0xb094630 s Context>handleSignal:
         0xb097ef8 s Context>handleSignal:
         0xb09b708 s Context>handleSignal:
         0xb09ee60 s Context>handleSignal:
         0xb0a2500 s Context>handleSignal:
         0xb0a5ae8 s Context>handleSignal:
         0xb0a9018 s Context>handleSignal:
         0xb0ac490 s Context>handleSignal:
         0xb0af850 s Context>handleSignal:
         0xb0b2b58 s Context>handleSignal:
         0xb0b5da8 s Context>handleSignal:
         0xb0b8f40 s Context>handleSignal:
         0xb0bc020 s Context>handleSignal:
         0xb0bf048 s Context>handleSignal:
         0xb0c1fb8 s Context>handleSignal:
         0xb0c4e70 s Context>handleSignal:
         0xb0c7c70 s Context>handleSignal:
         0xb0ca9b8 s Context>handleSignal:
         0xb0cd648 s Context>handleSignal:
         0xb0d0220 s Context>handleSignal:
         0xb0d2d40 s Context>handleSignal:
         0xb0d57a8 s Context>handleSignal:
         0xb0d8158 s Context>handleSignal:
         0xb0daa50 s Context>handleSignal:
         0xb0dd290 s Context>handleSignal:
         0xb0dfa18 s Context>handleSignal:
         0xb0e20e8 s Context>handleSignal:
         0xb0e4700 s Context>handleSignal:
         0xb0e6c60 s Context>handleSignal:
         0xb0e9108 s Context>handleSignal:
         0xb0eb4f8 s Context>handleSignal:
         0xb0ed830 s Context>handleSignal:
         0xb0efab0 s Context>handleSignal:
         0xb0f1c78 s Context>handleSignal:
         0xb0f3d88 s Context>handleSignal:
         0xb0f5de0 s Context>handleSignal:
         0xb0f7d80 s Context>handleSignal:
         0xb1d6f30 s Halt(Exception)>signal
         0xb271358 s Halt class(Exception class)>signal
         0xad70380 s Halt class>now
         0xb1c0de8 s FullBlockClosure(Object)>halt
         0xb2572d0 s FullBlockClosure>printOn:
         0xb2a1cd8 s Context>printOn:
         0xb35f448 s Context>printDebugOn:
         0xb35f750 s [] in Context>debugStack:on:
         0xb3a2360 s OrderedCollection>do:
         0xb2a1de0 s Context>debugStack:on:
         0xb35f5e0 s Context>shortDebugStackOn:
         0xb3a22a8 s [] in SmalltalkImage>logError:inContext:
         0xb3c4db8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d4d68 s FullBlockClosure(BlockClosure)>on:do:
         0xb26e890 s SmalltalkImage>logStdErrorDuring:
         0xb2b7a08 s SmalltalkImage>logError:inContext:
         0xb3755f0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3250 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d1c58 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee570 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4037a0 s Halt(Exception)>unhandledErrorAction
         0xb403858 s Halt(UnhandledException)>defaultAction
         0xb403910 s UndefinedObject>handleSignal:
         0xad6fae0 s Context>handleSignal:
         0xad71350 s Context>handleSignal:
         0xad71408 s Context>handleSignal:
         0xad714c0 s Context>handleSignal:
         0xad71578 s Context>handleSignal:
         0xad71630 s Context>handleSignal:
         0xad716e8 s Context>handleSignal:
         0xad717a0 s Context>handleSignal:
         0xad71858 s Context>handleSignal:
         0xad71910 s Context>handleSignal:
         0xada2fe0 s Context>handleSignal:
         0xadb63a0 s Context>handleSignal:
         0xadc80b8 s Context>handleSignal:
         0xadd9160 s Context>handleSignal:
         0xadecb08 s Context>handleSignal:
         0xadfd228 s Context>handleSignal:
         0xae0d3b8 s Context>handleSignal:
         0xae1d1a0 s Context>handleSignal:
         0xae2f620 s Context>handleSignal:
         0xae3ebb8 s Context>handleSignal:
         0xae50cf0 s Context>handleSignal:
         0xae5d218 s Context>handleSignal:
         0xae69ed8 s Context>handleSignal:
         0xae74e78 s Context>handleSignal:
         0xae7ecf0 s Context>handleSignal:
         0xae896e0 s Context>handleSignal:
         0xae93640 s Context>handleSignal:
         0xae9e318 s Context>handleSignal:
         0xaeaa6e0 s Context>handleSignal:
         0xaeb3b10 s Context>handleSignal:
         0xaebbf38 s Context>handleSignal:
         0xaec4048 s Context>handleSignal:
         0xaecbe20 s Context>handleSignal:
         0xaed4048 s Context>handleSignal:
         0xaedbec0 s Context>handleSignal:
         0xaee3f98 s Context>handleSignal:
         0xaeeb8b8 s Context>handleSignal:
         0xaef34d0 s Context>handleSignal:
         0xaefb248 s Context>handleSignal:
         0xaf03110 s Context>handleSignal:
         0xaf0c608 s Context>handleSignal:
         0xaf13f70 s Context>handleSignal:
         0xaf1bbc8 s Context>handleSignal:
         0xaf22908 s Context>handleSignal:
         0xaf295d0 s Context>handleSignal:
         0xaf303f0 s Context>handleSignal:
         0xaf36f08 s Context>handleSignal:
         0xaf3d8b0 s Context>handleSignal:
         0xaf441a0 s Context>handleSignal:
         0xaf4a9d8 s Context>handleSignal:
         0xaf51158 s Context>handleSignal:
         0xaf57820 s Context>handleSignal:
         0xaf5de30 s Context>handleSignal:
         0xaf64388 s Context>handleSignal:
         0xaf6a8e0 s Context>handleSignal:
         0xaf70d80 s Context>handleSignal:
         0xaf77168 s Context>handleSignal:
         0xaf7d498 s Context>handleSignal:
         0xaf83710 s Context>handleSignal:
         0xaf898d0 s Context>handleSignal:
         0xaf8f9d8 s Context>handleSignal:
         0xaf95a28 s Context>handleSignal:
         0xaf9b9c0 s Context>handleSignal:
         0xafa18a0 s Context>handleSignal:
         0xafa76c8 s Context>handleSignal:
         0xafad438 s Context>handleSignal:
         0xafb30f0 s Context>handleSignal:
         0xafb8cf0 s Context>handleSignal:
         0xafbe838 s Context>handleSignal:
         0xafc42c8 s Context>handleSignal:
         0xafc9ca0 s Context>handleSignal:
         0xafcf5c0 s Context>handleSignal:
         0xafd4e28 s Context>handleSignal:
         0xafda5d8 s Context>handleSignal:
         0xafdfcd0 s Context>handleSignal:
         0xafe5310 s Context>handleSignal:
         0xafea898 s Context>handleSignal:
         0xafefd68 s Context>handleSignal:
         0xaff5180 s Context>handleSignal:
         0xaffa4e0 s Context>handleSignal:
         0xafff788 s Context>handleSignal:
         0xb004978 s Context>handleSignal:
         0xb009ab0 s Context>handleSignal:
         0xb00eb30 s Context>handleSignal:
         0xb013af8 s Context>handleSignal:
         0xb018a08 s Context>handleSignal:
         0xb01d860 s Context>handleSignal:
         0xb022600 s Context>handleSignal:
         0xb0272e8 s Context>handleSignal:
         0xb02bf18 s Context>handleSignal:
         0xb030a90 s Context>handleSignal:
         0xb035550 s Context>handleSignal:
         0xb039f58 s Context>handleSignal:
         0xb03e8a8 s Context>handleSignal:
         0xb043140 s Context>handleSignal:
         0xb047920 s Context>handleSignal:
         0xb04c048 s Context>handleSignal:
         0xb0506b8 s Context>handleSignal:
         0xb054c70 s Context>handleSignal:
         0xb059170 s Context>handleSignal:
         0xb05d5b8 s Context>handleSignal:
         0xb061948 s Context>handleSignal:
         0xb065c20 s Context>handleSignal:
         0xb069e40 s Context>handleSignal:
         0xb06dfa8 s Context>handleSignal:
         0xb072058 s Context>handleSignal:
         0xb076050 s Context>handleSignal:
         0xb079f90 s Context>handleSignal:
         0xb07de18 s Context>handleSignal:
         0xb081be8 s Context>handleSignal:
         0xb085900 s Context>handleSignal:
         0xb089560 s Context>handleSignal:
         0xb08d108 s Context>handleSignal:
         0xb090bf8 s Context>handleSignal:
         0xb094578 s Context>handleSignal:
         0xb097e40 s Context>handleSignal:
         0xb09b650 s Context>handleSignal:
         0xb09eda8 s Context>handleSignal:
         0xb0a2448 s Context>handleSignal:
         0xb0a5a30 s Context>handleSignal:
         0xb0a8f60 s Context>handleSignal:
         0xb0ac3d8 s Context>handleSignal:
         0xb0af798 s Context>handleSignal:
         0xb0b2aa0 s Context>handleSignal:
         0xb0b5cf0 s Context>handleSignal:
         0xb0b8e88 s Context>handleSignal:
         0xb0bbf68 s Context>handleSignal:
         0xb0bef90 s Context>handleSignal:
         0xb0c1f00 s Context>handleSignal:
         0xb0c4db8 s Context>handleSignal:
         0xb0c7bb8 s Context>handleSignal:
         0xb0ca900 s Context>handleSignal:
         0xb0cd590 s Context>handleSignal:
         0xb0d0168 s Context>handleSignal:
         0xb0d2c88 s Context>handleSignal:
         0xb0d56f0 s Context>handleSignal:
         0xb0d80a0 s Context>handleSignal:
         0xb0da998 s Context>handleSignal:
         0xb0dd1d8 s Context>handleSignal:
         0xb0df960 s Context>handleSignal:
         0xb0e2030 s Context>handleSignal:
         0xb0e4648 s Context>handleSignal:
         0xb0e6ba8 s Context>handleSignal:
         0xb0e9050 s Context>handleSignal:
         0xb0eb440 s Context>handleSignal:
         0xb0ed778 s Context>handleSignal:
         0xb0ef9f8 s Context>handleSignal:
         0xb0f1bc0 s Context>handleSignal:
         0xb0f3cd0 s Context>handleSignal:
         0xb0f5d28 s Context>handleSignal:
         0xb1d6dc0 s Halt(Exception)>signal
         0xb271188 s Halt class(Exception class)>signal
         0xad6fb98 s Halt class>now
         0xb1c0cf8 s FullBlockClosure(Object)>halt
         0xb2571e8 s FullBlockClosure>printOn:
         0xb2a1b18 s Context>printOn:
         0xb35f1f8 s Context>printDebugOn:
         0xb35f500 s [] in Context>debugStack:on:
         0xb3a21e0 s OrderedCollection>do:
         0xb2a1c20 s Context>debugStack:on:
         0xb35f390 s Context>shortDebugStackOn:
         0xb3a2128 s [] in SmalltalkImage>logError:inContext:
         0xb3c4ce0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d4bf8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26e6c0 s SmalltalkImage>logStdErrorDuring:
         0xb2b7908 s SmalltalkImage>logError:inContext:
         0xb375528 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3160 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d1b78 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee4b8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb403578 s Halt(Exception)>unhandledErrorAction
         0xb403630 s Halt(UnhandledException)>defaultAction
         0xb4036e8 s UndefinedObject>handleSignal:
         0xad6f2f8 s Context>handleSignal:
         0xad70c20 s Context>handleSignal:
         0xad70cd8 s Context>handleSignal:
         0xad70d90 s Context>handleSignal:
         0xad70e48 s Context>handleSignal:
         0xad70f00 s Context>handleSignal:
         0xad70fb8 s Context>handleSignal:
         0xad71070 s Context>handleSignal:
         0xad71128 s Context>handleSignal:
         0xad711e0 s Context>handleSignal:
         0xada2f28 s Context>handleSignal:
         0xadb62e8 s Context>handleSignal:
         0xadc8000 s Context>handleSignal:
         0xadd90a8 s Context>handleSignal:
         0xadeca50 s Context>handleSignal:
         0xadfd170 s Context>handleSignal:
         0xae0d300 s Context>handleSignal:
         0xae1d0e8 s Context>handleSignal:
         0xae2f568 s Context>handleSignal:
         0xae3eb00 s Context>handleSignal:
         0xae50c38 s Context>handleSignal:
         0xae5d160 s Context>handleSignal:
         0xae69e20 s Context>handleSignal:
         0xae74dc0 s Context>handleSignal:
         0xae7ec38 s Context>handleSignal:
         0xae89628 s Context>handleSignal:
         0xae93588 s Context>handleSignal:
         0xae9e260 s Context>handleSignal:
         0xaeaa628 s Context>handleSignal:
         0xaeb3a58 s Context>handleSignal:
         0xaebbe80 s Context>handleSignal:
         0xaec3f90 s Context>handleSignal:
         0xaecbd68 s Context>handleSignal:
         0xaed3f90 s Context>handleSignal:
         0xaedbe08 s Context>handleSignal:
         0xaee3ee0 s Context>handleSignal:
         0xaeeb800 s Context>handleSignal:
         0xaef3418 s Context>handleSignal:
         0xaefb190 s Context>handleSignal:
         0xaf03058 s Context>handleSignal:
         0xaf0c550 s Context>handleSignal:
         0xaf13eb8 s Context>handleSignal:
         0xaf1bb10 s Context>handleSignal:
         0xaf22850 s Context>handleSignal:
         0xaf29518 s Context>handleSignal:
         0xaf30338 s Context>handleSignal:
         0xaf36e50 s Context>handleSignal:
         0xaf3d7f8 s Context>handleSignal:
         0xaf440e8 s Context>handleSignal:
         0xaf4a920 s Context>handleSignal:
         0xaf510a0 s Context>handleSignal:
         0xaf57768 s Context>handleSignal:
         0xaf5dd78 s Context>handleSignal:
         0xaf642d0 s Context>handleSignal:
         0xaf6a828 s Context>handleSignal:
         0xaf70cc8 s Context>handleSignal:
         0xaf770b0 s Context>handleSignal:
         0xaf7d3e0 s Context>handleSignal:
         0xaf83658 s Context>handleSignal:
         0xaf89818 s Context>handleSignal:
         0xaf8f920 s Context>handleSignal:
         0xaf95970 s Context>handleSignal:
         0xaf9b908 s Context>handleSignal:
         0xafa17e8 s Context>handleSignal:
         0xafa7610 s Context>handleSignal:
         0xafad380 s Context>handleSignal:
         0xafb3038 s Context>handleSignal:
         0xafb8c38 s Context>handleSignal:
         0xafbe780 s Context>handleSignal:
         0xafc4210 s Context>handleSignal:
         0xafc9be8 s Context>handleSignal:
         0xafcf508 s Context>handleSignal:
         0xafd4d70 s Context>handleSignal:
         0xafda520 s Context>handleSignal:
         0xafdfc18 s Context>handleSignal:
         0xafe5258 s Context>handleSignal:
         0xafea7e0 s Context>handleSignal:
         0xafefcb0 s Context>handleSignal:
         0xaff50c8 s Context>handleSignal:
         0xaffa428 s Context>handleSignal:
         0xafff6d0 s Context>handleSignal:
         0xb0048c0 s Context>handleSignal:
         0xb0099f8 s Context>handleSignal:
         0xb00ea78 s Context>handleSignal:
         0xb013a40 s Context>handleSignal:
         0xb018950 s Context>handleSignal:
         0xb01d7a8 s Context>handleSignal:
         0xb022548 s Context>handleSignal:
         0xb027230 s Context>handleSignal:
         0xb02be60 s Context>handleSignal:
         0xb0309d8 s Context>handleSignal:
         0xb035498 s Context>handleSignal:
         0xb039ea0 s Context>handleSignal:
         0xb03e7f0 s Context>handleSignal:
         0xb043088 s Context>handleSignal:
         0xb047868 s Context>handleSignal:
         0xb04bf90 s Context>handleSignal:
         0xb050600 s Context>handleSignal:
         0xb054bb8 s Context>handleSignal:
         0xb0590b8 s Context>handleSignal:
         0xb05d500 s Context>handleSignal:
         0xb061890 s Context>handleSignal:
         0xb065b68 s Context>handleSignal:
         0xb069d88 s Context>handleSignal:
         0xb06def0 s Context>handleSignal:
         0xb071fa0 s Context>handleSignal:
         0xb075f98 s Context>handleSignal:
         0xb079ed8 s Context>handleSignal:
         0xb07dd60 s Context>handleSignal:
         0xb081b30 s Context>handleSignal:
         0xb085848 s Context>handleSignal:
         0xb0894a8 s Context>handleSignal:
         0xb08d050 s Context>handleSignal:
         0xb090b40 s Context>handleSignal:
         0xb0944c0 s Context>handleSignal:
         0xb097d88 s Context>handleSignal:
         0xb09b598 s Context>handleSignal:
         0xb09ecf0 s Context>handleSignal:
         0xb0a2390 s Context>handleSignal:
         0xb0a5978 s Context>handleSignal:
         0xb0a8ea8 s Context>handleSignal:
         0xb0ac320 s Context>handleSignal:
         0xb0af6e0 s Context>handleSignal:
         0xb0b29e8 s Context>handleSignal:
         0xb0b5c38 s Context>handleSignal:
         0xb0b8dd0 s Context>handleSignal:
         0xb0bbeb0 s Context>handleSignal:
         0xb0beed8 s Context>handleSignal:
         0xb0c1e48 s Context>handleSignal:
         0xb0c4d00 s Context>handleSignal:
         0xb0c7b00 s Context>handleSignal:
         0xb0ca848 s Context>handleSignal:
         0xb0cd4d8 s Context>handleSignal:
         0xb0d00b0 s Context>handleSignal:
         0xb0d2bd0 s Context>handleSignal:
         0xb0d5638 s Context>handleSignal:
         0xb0d7fe8 s Context>handleSignal:
         0xb0da8e0 s Context>handleSignal:
         0xb0dd120 s Context>handleSignal:
         0xb0df8a8 s Context>handleSignal:
         0xb0e1f78 s Context>handleSignal:
         0xb0e4590 s Context>handleSignal:
         0xb0e6af0 s Context>handleSignal:
         0xb0e8f98 s Context>handleSignal:
         0xb0eb388 s Context>handleSignal:
         0xb0ed6c0 s Context>handleSignal:
         0xb0ef940 s Context>handleSignal:
         0xb0f1b08 s Context>handleSignal:
         0xb0f3c18 s Context>handleSignal:
         0xb1d6c50 s Halt(Exception)>signal
         0xb270fb8 s Halt class(Exception class)>signal
         0xad6f3b0 s Halt class>now
         0xb1c0c08 s FullBlockClosure(Object)>halt
         0xb257100 s FullBlockClosure>printOn:
         0xb2a1958 s Context>printOn:
         0xb35efa8 s Context>printDebugOn:
         0xb35f2b0 s [] in Context>debugStack:on:
         0xb3a2060 s OrderedCollection>do:
         0xb2a1a60 s Context>debugStack:on:
         0xb35f140 s Context>shortDebugStackOn:
         0xb3a1fa8 s [] in SmalltalkImage>logError:inContext:
         0xb3c4c08 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d4a88 s FullBlockClosure(BlockClosure)>on:do:
         0xb26e4f0 s SmalltalkImage>logStdErrorDuring:
         0xb2b7808 s SmalltalkImage>logError:inContext:
         0xb375460 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b3070 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d1a98 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee400 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb403350 s Halt(Exception)>unhandledErrorAction
         0xb403408 s Halt(UnhandledException)>defaultAction
         0xb4034c0 s UndefinedObject>handleSignal:
         0xad6eb10 s Context>handleSignal:
         0xad70438 s Context>handleSignal:
         0xad704f0 s Context>handleSignal:
         0xad705a8 s Context>handleSignal:
         0xad70660 s Context>handleSignal:
         0xad70718 s Context>handleSignal:
         0xad707d0 s Context>handleSignal:
         0xad70888 s Context>handleSignal:
         0xad70940 s Context>handleSignal:
         0xad709f8 s Context>handleSignal:
         0xada2e70 s Context>handleSignal:
         0xadb6230 s Context>handleSignal:
         0xadc7f48 s Context>handleSignal:
         0xadd8ff0 s Context>handleSignal:
         0xadec998 s Context>handleSignal:
         0xadfd0b8 s Context>handleSignal:
         0xae0d248 s Context>handleSignal:
         0xae1d030 s Context>handleSignal:
         0xae2f4b0 s Context>handleSignal:
         0xae3ea48 s Context>handleSignal:
         0xae50b80 s Context>handleSignal:
         0xae5d0a8 s Context>handleSignal:
         0xae69d68 s Context>handleSignal:
         0xae74d08 s Context>handleSignal:
         0xae7eb80 s Context>handleSignal:
         0xae89570 s Context>handleSignal:
         0xae934d0 s Context>handleSignal:
         0xae9e1a8 s Context>handleSignal:
         0xaeaa570 s Context>handleSignal:
         0xaeb39a0 s Context>handleSignal:
         0xaebbdc8 s Context>handleSignal:
         0xaec3ed8 s Context>handleSignal:
         0xaecbcb0 s Context>handleSignal:
         0xaed3ed8 s Context>handleSignal:
         0xaedbd50 s Context>handleSignal:
         0xaee3e28 s Context>handleSignal:
         0xaeeb748 s Context>handleSignal:
         0xaef3360 s Context>handleSignal:
         0xaefb0d8 s Context>handleSignal:
         0xaf02fa0 s Context>handleSignal:
         0xaf0c498 s Context>handleSignal:
         0xaf13e00 s Context>handleSignal:
         0xaf1ba58 s Context>handleSignal:
         0xaf22798 s Context>handleSignal:
         0xaf29460 s Context>handleSignal:
         0xaf30280 s Context>handleSignal:
         0xaf36d98 s Context>handleSignal:
         0xaf3d740 s Context>handleSignal:
         0xaf44030 s Context>handleSignal:
         0xaf4a868 s Context>handleSignal:
         0xaf50fe8 s Context>handleSignal:
         0xaf576b0 s Context>handleSignal:
         0xaf5dcc0 s Context>handleSignal:
         0xaf64218 s Context>handleSignal:
         0xaf6a770 s Context>handleSignal:
         0xaf70c10 s Context>handleSignal:
         0xaf76ff8 s Context>handleSignal:
         0xaf7d328 s Context>handleSignal:
         0xaf835a0 s Context>handleSignal:
         0xaf89760 s Context>handleSignal:
         0xaf8f868 s Context>handleSignal:
         0xaf958b8 s Context>handleSignal:
         0xaf9b850 s Context>handleSignal:
         0xafa1730 s Context>handleSignal:
         0xafa7558 s Context>handleSignal:
         0xafad2c8 s Context>handleSignal:
         0xafb2f80 s Context>handleSignal:
         0xafb8b80 s Context>handleSignal:
         0xafbe6c8 s Context>handleSignal:
         0xafc4158 s Context>handleSignal:
         0xafc9b30 s Context>handleSignal:
         0xafcf450 s Context>handleSignal:
         0xafd4cb8 s Context>handleSignal:
         0xafda468 s Context>handleSignal:
         0xafdfb60 s Context>handleSignal:
         0xafe51a0 s Context>handleSignal:
         0xafea728 s Context>handleSignal:
         0xafefbf8 s Context>handleSignal:
         0xaff5010 s Context>handleSignal:
         0xaffa370 s Context>handleSignal:
         0xafff618 s Context>handleSignal:
         0xb004808 s Context>handleSignal:
         0xb009940 s Context>handleSignal:
         0xb00e9c0 s Context>handleSignal:
         0xb013988 s Context>handleSignal:
         0xb018898 s Context>handleSignal:
         0xb01d6f0 s Context>handleSignal:
         0xb022490 s Context>handleSignal:
         0xb027178 s Context>handleSignal:
         0xb02bda8 s Context>handleSignal:
         0xb030920 s Context>handleSignal:
         0xb0353e0 s Context>handleSignal:
         0xb039de8 s Context>handleSignal:
         0xb03e738 s Context>handleSignal:
         0xb042fd0 s Context>handleSignal:
         0xb0477b0 s Context>handleSignal:
         0xb04bed8 s Context>handleSignal:
         0xb050548 s Context>handleSignal:
         0xb054b00 s Context>handleSignal:
         0xb059000 s Context>handleSignal:
         0xb05d448 s Context>handleSignal:
         0xb0617d8 s Context>handleSignal:
         0xb065ab0 s Context>handleSignal:
         0xb069cd0 s Context>handleSignal:
         0xb06de38 s Context>handleSignal:
         0xb071ee8 s Context>handleSignal:
         0xb075ee0 s Context>handleSignal:
         0xb079e20 s Context>handleSignal:
         0xb07dca8 s Context>handleSignal:
         0xb081a78 s Context>handleSignal:
         0xb085790 s Context>handleSignal:
         0xb0893f0 s Context>handleSignal:
         0xb08cf98 s Context>handleSignal:
         0xb090a88 s Context>handleSignal:
         0xb094408 s Context>handleSignal:
         0xb097cd0 s Context>handleSignal:
         0xb09b4e0 s Context>handleSignal:
         0xb09ec38 s Context>handleSignal:
         0xb0a22d8 s Context>handleSignal:
         0xb0a58c0 s Context>handleSignal:
         0xb0a8df0 s Context>handleSignal:
         0xb0ac268 s Context>handleSignal:
         0xb0af628 s Context>handleSignal:
         0xb0b2930 s Context>handleSignal:
         0xb0b5b80 s Context>handleSignal:
         0xb0b8d18 s Context>handleSignal:
         0xb0bbdf8 s Context>handleSignal:
         0xb0bee20 s Context>handleSignal:
         0xb0c1d90 s Context>handleSignal:
         0xb0c4c48 s Context>handleSignal:
         0xb0c7a48 s Context>handleSignal:
         0xb0ca790 s Context>handleSignal:
         0xb0cd420 s Context>handleSignal:
         0xb0cfff8 s Context>handleSignal:
         0xb0d2b18 s Context>handleSignal:
         0xb0d5580 s Context>handleSignal:
         0xb0d7f30 s Context>handleSignal:
         0xb0da828 s Context>handleSignal:
         0xb0dd068 s Context>handleSignal:
         0xb0df7f0 s Context>handleSignal:
         0xb0e1ec0 s Context>handleSignal:
         0xb0e44d8 s Context>handleSignal:
         0xb0e6a38 s Context>handleSignal:
         0xb0e8ee0 s Context>handleSignal:
         0xb0eb2d0 s Context>handleSignal:
         0xb0ed608 s Context>handleSignal:
         0xb0ef888 s Context>handleSignal:
         0xb0f1a50 s Context>handleSignal:
         0xb1d6ae0 s Halt(Exception)>signal
         0xb270de8 s Halt class(Exception class)>signal
         0xad6ebc8 s Halt class>now
         0xb1c0b18 s FullBlockClosure(Object)>halt
         0xb257018 s FullBlockClosure>printOn:
         0xb2a1798 s Context>printOn:
         0xb35ed58 s Context>printDebugOn:
         0xb35f060 s [] in Context>debugStack:on:
         0xb3a1ee0 s OrderedCollection>do:
         0xb2a18a0 s Context>debugStack:on:
         0xb35eef0 s Context>shortDebugStackOn:
         0xb3a1e28 s [] in SmalltalkImage>logError:inContext:
         0xb3c4b30 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d4918 s FullBlockClosure(BlockClosure)>on:do:
         0xb26e320 s SmalltalkImage>logStdErrorDuring:
         0xb2b7708 s SmalltalkImage>logError:inContext:
         0xb375398 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2f80 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d19b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee348 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb403128 s Halt(Exception)>unhandledErrorAction
         0xb4031e0 s Halt(UnhandledException)>defaultAction
         0xb403298 s UndefinedObject>handleSignal:
         0xad54120 s Context>handleSignal:
         0xad6fc50 s Context>handleSignal:
         0xad6fd08 s Context>handleSignal:
         0xad6fdc0 s Context>handleSignal:
         0xad6fe78 s Context>handleSignal:
         0xad6ff30 s Context>handleSignal:
         0xad6ffe8 s Context>handleSignal:
         0xad700a0 s Context>handleSignal:
         0xad70158 s Context>handleSignal:
         0xad70210 s Context>handleSignal:
         0xada2db8 s Context>handleSignal:
         0xadb6178 s Context>handleSignal:
         0xadc7e90 s Context>handleSignal:
         0xadd8f38 s Context>handleSignal:
         0xadec8e0 s Context>handleSignal:
         0xadfd000 s Context>handleSignal:
         0xae0d190 s Context>handleSignal:
         0xae1cf78 s Context>handleSignal:
         0xae2f3f8 s Context>handleSignal:
         0xae3e990 s Context>handleSignal:
         0xae50ac8 s Context>handleSignal:
         0xae5cff0 s Context>handleSignal:
         0xae69cb0 s Context>handleSignal:
         0xae74c50 s Context>handleSignal:
         0xae7eac8 s Context>handleSignal:
         0xae894b8 s Context>handleSignal:
         0xae93418 s Context>handleSignal:
         0xae9e0f0 s Context>handleSignal:
         0xaeaa4b8 s Context>handleSignal:
         0xaeb38e8 s Context>handleSignal:
         0xaebbd10 s Context>handleSignal:
         0xaec3e20 s Context>handleSignal:
         0xaecbbf8 s Context>handleSignal:
         0xaed3e20 s Context>handleSignal:
         0xaedbc98 s Context>handleSignal:
         0xaee3d70 s Context>handleSignal:
         0xaeeb690 s Context>handleSignal:
         0xaef32a8 s Context>handleSignal:
         0xaefb020 s Context>handleSignal:
         0xaf02ee8 s Context>handleSignal:
         0xaf0c3e0 s Context>handleSignal:
         0xaf13d48 s Context>handleSignal:
         0xaf1b9a0 s Context>handleSignal:
         0xaf226e0 s Context>handleSignal:
         0xaf293a8 s Context>handleSignal:
         0xaf301c8 s Context>handleSignal:
         0xaf36ce0 s Context>handleSignal:
         0xaf3d688 s Context>handleSignal:
         0xaf43f78 s Context>handleSignal:
         0xaf4a7b0 s Context>handleSignal:
         0xaf50f30 s Context>handleSignal:
         0xaf575f8 s Context>handleSignal:
         0xaf5dc08 s Context>handleSignal:
         0xaf64160 s Context>handleSignal:
         0xaf6a6b8 s Context>handleSignal:
         0xaf70b58 s Context>handleSignal:
         0xaf76f40 s Context>handleSignal:
         0xaf7d270 s Context>handleSignal:
         0xaf834e8 s Context>handleSignal:
         0xaf896a8 s Context>handleSignal:
         0xaf8f7b0 s Context>handleSignal:
         0xaf95800 s Context>handleSignal:
         0xaf9b798 s Context>handleSignal:
         0xafa1678 s Context>handleSignal:
         0xafa74a0 s Context>handleSignal:
         0xafad210 s Context>handleSignal:
         0xafb2ec8 s Context>handleSignal:
         0xafb8ac8 s Context>handleSignal:
         0xafbe610 s Context>handleSignal:
         0xafc40a0 s Context>handleSignal:
         0xafc9a78 s Context>handleSignal:
         0xafcf398 s Context>handleSignal:
         0xafd4c00 s Context>handleSignal:
         0xafda3b0 s Context>handleSignal:
         0xafdfaa8 s Context>handleSignal:
         0xafe50e8 s Context>handleSignal:
         0xafea670 s Context>handleSignal:
         0xafefb40 s Context>handleSignal:
         0xaff4f58 s Context>handleSignal:
         0xaffa2b8 s Context>handleSignal:
         0xafff560 s Context>handleSignal:
         0xb004750 s Context>handleSignal:
         0xb009888 s Context>handleSignal:
         0xb00e908 s Context>handleSignal:
         0xb0138d0 s Context>handleSignal:
         0xb0187e0 s Context>handleSignal:
         0xb01d638 s Context>handleSignal:
         0xb0223d8 s Context>handleSignal:
         0xb0270c0 s Context>handleSignal:
         0xb02bcf0 s Context>handleSignal:
         0xb030868 s Context>handleSignal:
         0xb035328 s Context>handleSignal:
         0xb039d30 s Context>handleSignal:
         0xb03e680 s Context>handleSignal:
         0xb042f18 s Context>handleSignal:
         0xb0476f8 s Context>handleSignal:
         0xb04be20 s Context>handleSignal:
         0xb050490 s Context>handleSignal:
         0xb054a48 s Context>handleSignal:
         0xb058f48 s Context>handleSignal:
         0xb05d390 s Context>handleSignal:
         0xb061720 s Context>handleSignal:
         0xb0659f8 s Context>handleSignal:
         0xb069c18 s Context>handleSignal:
         0xb06dd80 s Context>handleSignal:
         0xb071e30 s Context>handleSignal:
         0xb075e28 s Context>handleSignal:
         0xb079d68 s Context>handleSignal:
         0xb07dbf0 s Context>handleSignal:
         0xb0819c0 s Context>handleSignal:
         0xb0856d8 s Context>handleSignal:
         0xb089338 s Context>handleSignal:
         0xb08cee0 s Context>handleSignal:
         0xb0909d0 s Context>handleSignal:
         0xb094350 s Context>handleSignal:
         0xb097c18 s Context>handleSignal:
         0xb09b428 s Context>handleSignal:
         0xb09eb80 s Context>handleSignal:
         0xb0a2220 s Context>handleSignal:
         0xb0a5808 s Context>handleSignal:
         0xb0a8d38 s Context>handleSignal:
         0xb0ac1b0 s Context>handleSignal:
         0xb0af570 s Context>handleSignal:
         0xb0b2878 s Context>handleSignal:
         0xb0b5ac8 s Context>handleSignal:
         0xb0b8c60 s Context>handleSignal:
         0xb0bbd40 s Context>handleSignal:
         0xb0bed68 s Context>handleSignal:
         0xb0c1cd8 s Context>handleSignal:
         0xb0c4b90 s Context>handleSignal:
         0xb0c7990 s Context>handleSignal:
         0xb0ca6d8 s Context>handleSignal:
         0xb0cd368 s Context>handleSignal:
         0xb0cff40 s Context>handleSignal:
         0xb0d2a60 s Context>handleSignal:
         0xb0d54c8 s Context>handleSignal:
         0xb0d7e78 s Context>handleSignal:
         0xb0da770 s Context>handleSignal:
         0xb0dcfb0 s Context>handleSignal:
         0xb0df738 s Context>handleSignal:
         0xb0e1e08 s Context>handleSignal:
         0xb0e4420 s Context>handleSignal:
         0xb0e6980 s Context>handleSignal:
         0xb0e8e28 s Context>handleSignal:
         0xb0eb218 s Context>handleSignal:
         0xb0ed550 s Context>handleSignal:
         0xb0ef7d0 s Context>handleSignal:
         0xb1d6970 s Halt(Exception)>signal
         0xb270c18 s Halt class(Exception class)>signal
         0xad541d8 s Halt class>now
         0xb1bd0d8 s FullBlockClosure(Object)>halt
         0xb237328 s FullBlockClosure>printOn:
         0xb29b3f8 s Context>printOn:
         0xb3567f8 s Context>printDebugOn:
         0xb35ee10 s [] in Context>debugStack:on:
         0xb3a1d60 s OrderedCollection>do:
         0xb2a16e0 s Context>debugStack:on:
         0xb35eca0 s Context>shortDebugStackOn:
         0xb3a1ca8 s [] in SmalltalkImage>logError:inContext:
         0xb3c4a58 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d47a8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26e150 s SmalltalkImage>logStdErrorDuring:
         0xb2b7608 s SmalltalkImage>logError:inContext:
         0xb3752d0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2e90 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d18d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee290 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb402f00 s Halt(Exception)>unhandledErrorAction
         0xb402fb8 s Halt(UnhandledException)>defaultAction
         0xb403070 s UndefinedObject>handleSignal:
         0xad53938 s Context>handleSignal:
         0xad6f468 s Context>handleSignal:
         0xad6f520 s Context>handleSignal:
         0xad6f5d8 s Context>handleSignal:
         0xad6f690 s Context>handleSignal:
         0xad6f748 s Context>handleSignal:
         0xad6f800 s Context>handleSignal:
         0xad6f8b8 s Context>handleSignal:
         0xad6f970 s Context>handleSignal:
         0xad6fa28 s Context>handleSignal:
         0xada2d00 s Context>handleSignal:
         0xadb60c0 s Context>handleSignal:
         0xadc7dd8 s Context>handleSignal:
         0xadd8e80 s Context>handleSignal:
         0xadec828 s Context>handleSignal:
         0xadfcf48 s Context>handleSignal:
         0xae0d0d8 s Context>handleSignal:
         0xae1cec0 s Context>handleSignal:
         0xae2f340 s Context>handleSignal:
         0xae3e8d8 s Context>handleSignal:
         0xae50a10 s Context>handleSignal:
         0xae5cf38 s Context>handleSignal:
         0xae69bf8 s Context>handleSignal:
         0xae74b98 s Context>handleSignal:
         0xae7ea10 s Context>handleSignal:
         0xae89400 s Context>handleSignal:
         0xae93360 s Context>handleSignal:
         0xae9e038 s Context>handleSignal:
         0xaeaa400 s Context>handleSignal:
         0xaeb3830 s Context>handleSignal:
         0xaebbc58 s Context>handleSignal:
         0xaec3d68 s Context>handleSignal:
         0xaecbb40 s Context>handleSignal:
         0xaed3d68 s Context>handleSignal:
         0xaedbbe0 s Context>handleSignal:
         0xaee3cb8 s Context>handleSignal:
         0xaeeb5d8 s Context>handleSignal:
         0xaef31f0 s Context>handleSignal:
         0xaefaf68 s Context>handleSignal:
         0xaf02e30 s Context>handleSignal:
         0xaf0c328 s Context>handleSignal:
         0xaf13c90 s Context>handleSignal:
         0xaf1b8e8 s Context>handleSignal:
         0xaf22628 s Context>handleSignal:
         0xaf292f0 s Context>handleSignal:
         0xaf30110 s Context>handleSignal:
         0xaf36c28 s Context>handleSignal:
         0xaf3d5d0 s Context>handleSignal:
         0xaf43ec0 s Context>handleSignal:
         0xaf4a6f8 s Context>handleSignal:
         0xaf50e78 s Context>handleSignal:
         0xaf57540 s Context>handleSignal:
         0xaf5db50 s Context>handleSignal:
         0xaf640a8 s Context>handleSignal:
         0xaf6a600 s Context>handleSignal:
         0xaf70aa0 s Context>handleSignal:
         0xaf76e88 s Context>handleSignal:
         0xaf7d1b8 s Context>handleSignal:
         0xaf83430 s Context>handleSignal:
         0xaf895f0 s Context>handleSignal:
         0xaf8f6f8 s Context>handleSignal:
         0xaf95748 s Context>handleSignal:
         0xaf9b6e0 s Context>handleSignal:
         0xafa15c0 s Context>handleSignal:
         0xafa73e8 s Context>handleSignal:
         0xafad158 s Context>handleSignal:
         0xafb2e10 s Context>handleSignal:
         0xafb8a10 s Context>handleSignal:
         0xafbe558 s Context>handleSignal:
         0xafc3fe8 s Context>handleSignal:
         0xafc99c0 s Context>handleSignal:
         0xafcf2e0 s Context>handleSignal:
         0xafd4b48 s Context>handleSignal:
         0xafda2f8 s Context>handleSignal:
         0xafdf9f0 s Context>handleSignal:
         0xafe5030 s Context>handleSignal:
         0xafea5b8 s Context>handleSignal:
         0xafefa88 s Context>handleSignal:
         0xaff4ea0 s Context>handleSignal:
         0xaffa200 s Context>handleSignal:
         0xafff4a8 s Context>handleSignal:
         0xb004698 s Context>handleSignal:
         0xb0097d0 s Context>handleSignal:
         0xb00e850 s Context>handleSignal:
         0xb013818 s Context>handleSignal:
         0xb018728 s Context>handleSignal:
         0xb01d580 s Context>handleSignal:
         0xb022320 s Context>handleSignal:
         0xb027008 s Context>handleSignal:
         0xb02bc38 s Context>handleSignal:
         0xb0307b0 s Context>handleSignal:
         0xb035270 s Context>handleSignal:
         0xb039c78 s Context>handleSignal:
         0xb03e5c8 s Context>handleSignal:
         0xb042e60 s Context>handleSignal:
         0xb047640 s Context>handleSignal:
         0xb04bd68 s Context>handleSignal:
         0xb0503d8 s Context>handleSignal:
         0xb054990 s Context>handleSignal:
         0xb058e90 s Context>handleSignal:
         0xb05d2d8 s Context>handleSignal:
         0xb061668 s Context>handleSignal:
         0xb065940 s Context>handleSignal:
         0xb069b60 s Context>handleSignal:
         0xb06dcc8 s Context>handleSignal:
         0xb071d78 s Context>handleSignal:
         0xb075d70 s Context>handleSignal:
         0xb079cb0 s Context>handleSignal:
         0xb07db38 s Context>handleSignal:
         0xb081908 s Context>handleSignal:
         0xb085620 s Context>handleSignal:
         0xb089280 s Context>handleSignal:
         0xb08ce28 s Context>handleSignal:
         0xb090918 s Context>handleSignal:
         0xb094298 s Context>handleSignal:
         0xb097b60 s Context>handleSignal:
         0xb09b370 s Context>handleSignal:
         0xb09eac8 s Context>handleSignal:
         0xb0a2168 s Context>handleSignal:
         0xb0a5750 s Context>handleSignal:
         0xb0a8c80 s Context>handleSignal:
         0xb0ac0f8 s Context>handleSignal:
         0xb0af4b8 s Context>handleSignal:
         0xb0b27c0 s Context>handleSignal:
         0xb0b5a10 s Context>handleSignal:
         0xb0b8ba8 s Context>handleSignal:
         0xb0bbc88 s Context>handleSignal:
         0xb0becb0 s Context>handleSignal:
         0xb0c1c20 s Context>handleSignal:
         0xb0c4ad8 s Context>handleSignal:
         0xb0c78d8 s Context>handleSignal:
         0xb0ca620 s Context>handleSignal:
         0xb0cd2b0 s Context>handleSignal:
         0xb0cfe88 s Context>handleSignal:
         0xb0d29a8 s Context>handleSignal:
         0xb0d5410 s Context>handleSignal:
         0xb0d7dc0 s Context>handleSignal:
         0xb0da6b8 s Context>handleSignal:
         0xb0dcef8 s Context>handleSignal:
         0xb0df680 s Context>handleSignal:
         0xb0e1d50 s Context>handleSignal:
         0xb0e4368 s Context>handleSignal:
         0xb0e68c8 s Context>handleSignal:
         0xb0e8d70 s Context>handleSignal:
         0xb0eb160 s Context>handleSignal:
         0xb0ed498 s Context>handleSignal:
         0xb1d6800 s Halt(Exception)>signal
         0xb270a48 s Halt class(Exception class)>signal
         0xad539f0 s Halt class>now
         0xb1bcfe8 s FullBlockClosure(Object)>halt
         0xb237240 s FullBlockClosure>printOn:
         0xb29b238 s Context>printOn:
         0xb3565a8 s Context>printDebugOn:
         0xb3568b0 s [] in Context>debugStack:on:
         0xb39c8a8 s OrderedCollection>do:
         0xb29b340 s Context>debugStack:on:
         0xb356740 s Context>shortDebugStackOn:
         0xb39c7f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c1a30 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d4638 s FullBlockClosure(BlockClosure)>on:do:
         0xb26df80 s SmalltalkImage>logStdErrorDuring:
         0xb2b7508 s SmalltalkImage>logError:inContext:
         0xb375208 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2da0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d17f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee1d8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb402cd8 s Halt(Exception)>unhandledErrorAction
         0xb402d90 s Halt(UnhandledException)>defaultAction
         0xb402e48 s UndefinedObject>handleSignal:
         0xad53150 s Context>handleSignal:
         0xad6ec80 s Context>handleSignal:
         0xad6ed38 s Context>handleSignal:
         0xad6edf0 s Context>handleSignal:
         0xad6eea8 s Context>handleSignal:
         0xad6ef60 s Context>handleSignal:
         0xad6f018 s Context>handleSignal:
         0xad6f0d0 s Context>handleSignal:
         0xad6f188 s Context>handleSignal:
         0xad6f240 s Context>handleSignal:
         0xada2c48 s Context>handleSignal:
         0xadb6008 s Context>handleSignal:
         0xadc7d20 s Context>handleSignal:
         0xadd8dc8 s Context>handleSignal:
         0xadec770 s Context>handleSignal:
         0xadfce90 s Context>handleSignal:
         0xae0d020 s Context>handleSignal:
         0xae1ce08 s Context>handleSignal:
         0xae2f288 s Context>handleSignal:
         0xae3e820 s Context>handleSignal:
         0xae50958 s Context>handleSignal:
         0xae5ce80 s Context>handleSignal:
         0xae69b40 s Context>handleSignal:
         0xae74ae0 s Context>handleSignal:
         0xae7e958 s Context>handleSignal:
         0xae89348 s Context>handleSignal:
         0xae932a8 s Context>handleSignal:
         0xae9df80 s Context>handleSignal:
         0xaeaa348 s Context>handleSignal:
         0xaeb3778 s Context>handleSignal:
         0xaebbba0 s Context>handleSignal:
         0xaec3cb0 s Context>handleSignal:
         0xaecba88 s Context>handleSignal:
         0xaed3cb0 s Context>handleSignal:
         0xaedbb28 s Context>handleSignal:
         0xaee3c00 s Context>handleSignal:
         0xaeeb520 s Context>handleSignal:
         0xaef3138 s Context>handleSignal:
         0xaefaeb0 s Context>handleSignal:
         0xaf02d78 s Context>handleSignal:
         0xaf0c270 s Context>handleSignal:
         0xaf13bd8 s Context>handleSignal:
         0xaf1b830 s Context>handleSignal:
         0xaf22570 s Context>handleSignal:
         0xaf29238 s Context>handleSignal:
         0xaf30058 s Context>handleSignal:
         0xaf36b70 s Context>handleSignal:
         0xaf3d518 s Context>handleSignal:
         0xaf43e08 s Context>handleSignal:
         0xaf4a640 s Context>handleSignal:
         0xaf50dc0 s Context>handleSignal:
         0xaf57488 s Context>handleSignal:
         0xaf5da98 s Context>handleSignal:
         0xaf63ff0 s Context>handleSignal:
         0xaf6a548 s Context>handleSignal:
         0xaf709e8 s Context>handleSignal:
         0xaf76dd0 s Context>handleSignal:
         0xaf7d100 s Context>handleSignal:
         0xaf83378 s Context>handleSignal:
         0xaf89538 s Context>handleSignal:
         0xaf8f640 s Context>handleSignal:
         0xaf95690 s Context>handleSignal:
         0xaf9b628 s Context>handleSignal:
         0xafa1508 s Context>handleSignal:
         0xafa7330 s Context>handleSignal:
         0xafad0a0 s Context>handleSignal:
         0xafb2d58 s Context>handleSignal:
         0xafb8958 s Context>handleSignal:
         0xafbe4a0 s Context>handleSignal:
         0xafc3f30 s Context>handleSignal:
         0xafc9908 s Context>handleSignal:
         0xafcf228 s Context>handleSignal:
         0xafd4a90 s Context>handleSignal:
         0xafda240 s Context>handleSignal:
         0xafdf938 s Context>handleSignal:
         0xafe4f78 s Context>handleSignal:
         0xafea500 s Context>handleSignal:
         0xafef9d0 s Context>handleSignal:
         0xaff4de8 s Context>handleSignal:
         0xaffa148 s Context>handleSignal:
         0xafff3f0 s Context>handleSignal:
         0xb0045e0 s Context>handleSignal:
         0xb009718 s Context>handleSignal:
         0xb00e798 s Context>handleSignal:
         0xb013760 s Context>handleSignal:
         0xb018670 s Context>handleSignal:
         0xb01d4c8 s Context>handleSignal:
         0xb022268 s Context>handleSignal:
         0xb026f50 s Context>handleSignal:
         0xb02bb80 s Context>handleSignal:
         0xb0306f8 s Context>handleSignal:
         0xb0351b8 s Context>handleSignal:
         0xb039bc0 s Context>handleSignal:
         0xb03e510 s Context>handleSignal:
         0xb042da8 s Context>handleSignal:
         0xb047588 s Context>handleSignal:
         0xb04bcb0 s Context>handleSignal:
         0xb050320 s Context>handleSignal:
         0xb0548d8 s Context>handleSignal:
         0xb058dd8 s Context>handleSignal:
         0xb05d220 s Context>handleSignal:
         0xb0615b0 s Context>handleSignal:
         0xb065888 s Context>handleSignal:
         0xb069aa8 s Context>handleSignal:
         0xb06dc10 s Context>handleSignal:
         0xb071cc0 s Context>handleSignal:
         0xb075cb8 s Context>handleSignal:
         0xb079bf8 s Context>handleSignal:
         0xb07da80 s Context>handleSignal:
         0xb081850 s Context>handleSignal:
         0xb085568 s Context>handleSignal:
         0xb0891c8 s Context>handleSignal:
         0xb08cd70 s Context>handleSignal:
         0xb090860 s Context>handleSignal:
         0xb0941e0 s Context>handleSignal:
         0xb097aa8 s Context>handleSignal:
         0xb09b2b8 s Context>handleSignal:
         0xb09ea10 s Context>handleSignal:
         0xb0a20b0 s Context>handleSignal:
         0xb0a5698 s Context>handleSignal:
         0xb0a8bc8 s Context>handleSignal:
         0xb0ac040 s Context>handleSignal:
         0xb0af400 s Context>handleSignal:
         0xb0b2708 s Context>handleSignal:
         0xb0b5958 s Context>handleSignal:
         0xb0b8af0 s Context>handleSignal:
         0xb0bbbd0 s Context>handleSignal:
         0xb0bebf8 s Context>handleSignal:
         0xb0c1b68 s Context>handleSignal:
         0xb0c4a20 s Context>handleSignal:
         0xb0c7820 s Context>handleSignal:
         0xb0ca568 s Context>handleSignal:
         0xb0cd1f8 s Context>handleSignal:
         0xb0cfdd0 s Context>handleSignal:
         0xb0d28f0 s Context>handleSignal:
         0xb0d5358 s Context>handleSignal:
         0xb0d7d08 s Context>handleSignal:
         0xb0da600 s Context>handleSignal:
         0xb0dce40 s Context>handleSignal:
         0xb0df5c8 s Context>handleSignal:
         0xb0e1c98 s Context>handleSignal:
         0xb0e42b0 s Context>handleSignal:
         0xb0e6810 s Context>handleSignal:
         0xb0e8cb8 s Context>handleSignal:
         0xb0eb0a8 s Context>handleSignal:
         0xb1d6690 s Halt(Exception)>signal
         0xb270878 s Halt class(Exception class)>signal
         0xad53208 s Halt class>now
         0xb1bcef8 s FullBlockClosure(Object)>halt
         0xb237158 s FullBlockClosure>printOn:
         0xb29b078 s Context>printOn:
         0xb356358 s Context>printDebugOn:
         0xb356660 s [] in Context>debugStack:on:
         0xb39c728 s OrderedCollection>do:
         0xb29b180 s Context>debugStack:on:
         0xb3564f0 s Context>shortDebugStackOn:
         0xb39c670 s [] in SmalltalkImage>logError:inContext:
         0xb3c1958 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d44c8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26ddb0 s SmalltalkImage>logStdErrorDuring:
         0xb2b7408 s SmalltalkImage>logError:inContext:
         0xb375140 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2cb0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d1718 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee120 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fb388 s Halt(Exception)>unhandledErrorAction
         0xb3fb440 s Halt(UnhandledException)>defaultAction
         0xb3fb4f8 s UndefinedObject>handleSignal:
         0xad52968 s Context>handleSignal:
         0xad54290 s Context>handleSignal:
         0xad54348 s Context>handleSignal:
         0xad54400 s Context>handleSignal:
         0xad544b8 s Context>handleSignal:
         0xad54570 s Context>handleSignal:
         0xad54628 s Context>handleSignal:
         0xad546e0 s Context>handleSignal:
         0xad54798 s Context>handleSignal:
         0xad54850 s Context>handleSignal:
         0xada0400 s Context>handleSignal:
         0xadb3da0 s Context>handleSignal:
         0xadc5c10 s Context>handleSignal:
         0xadd6d70 s Context>handleSignal:
         0xadea7d0 s Context>handleSignal:
         0xadfafa8 s Context>handleSignal:
         0xae0b2a8 s Context>handleSignal:
         0xae1b148 s Context>handleSignal:
         0xae2d680 s Context>handleSignal:
         0xae3ccd0 s Context>handleSignal:
         0xae4eec0 s Context>handleSignal:
         0xae5b4a0 s Context>handleSignal:
         0xae68218 s Context>handleSignal:
         0xae73270 s Context>handleSignal:
         0xae7d1a0 s Context>handleSignal:
         0xae87c48 s Context>handleSignal:
         0xae91c60 s Context>handleSignal:
         0xae9c9f0 s Context>handleSignal:
         0xaea8e70 s Context>handleSignal:
         0xaeb2358 s Context>handleSignal:
         0xaeba838 s Context>handleSignal:
         0xaec2a00 s Context>handleSignal:
         0xaeca890 s Context>handleSignal:
         0xaed2b70 s Context>handleSignal:
         0xaedaaa0 s Context>handleSignal:
         0xaee2c30 s Context>handleSignal:
         0xaeea608 s Context>handleSignal:
         0xaef22d8 s Context>handleSignal:
         0xaefa108 s Context>handleSignal:
         0xaf02088 s Context>handleSignal:
         0xaf0b638 s Context>handleSignal:
         0xaf13058 s Context>handleSignal:
         0xaf1ad68 s Context>handleSignal:
         0xaf21b60 s Context>handleSignal:
         0xaf288e0 s Context>handleSignal:
         0xaf2f7b8 s Context>handleSignal:
         0xaf36388 s Context>handleSignal:
         0xaf3cde8 s Context>handleSignal:
         0xaf43790 s Context>handleSignal:
         0xaf4a080 s Context>handleSignal:
         0xaf508b8 s Context>handleSignal:
         0xaf57038 s Context>handleSignal:
         0xaf5d700 s Context>handleSignal:
         0xaf63d10 s Context>handleSignal:
         0xaf6a268 s Context>handleSignal:
         0xaf70708 s Context>handleSignal:
         0xaf76af0 s Context>handleSignal:
         0xaf7ce20 s Context>handleSignal:
         0xaf83098 s Context>handleSignal:
         0xaf89258 s Context>handleSignal:
         0xaf8f360 s Context>handleSignal:
         0xaf953b0 s Context>handleSignal:
         0xaf9b348 s Context>handleSignal:
         0xafa1228 s Context>handleSignal:
         0xafa7050 s Context>handleSignal:
         0xafacdc0 s Context>handleSignal:
         0xafb2a78 s Context>handleSignal:
         0xafb8678 s Context>handleSignal:
         0xafbe1c0 s Context>handleSignal:
         0xafc3c50 s Context>handleSignal:
         0xafc9628 s Context>handleSignal:
         0xafcef48 s Context>handleSignal:
         0xafd47b0 s Context>handleSignal:
         0xafd9f60 s Context>handleSignal:
         0xafdf658 s Context>handleSignal:
         0xafe4c98 s Context>handleSignal:
         0xafea220 s Context>handleSignal:
         0xafef6f0 s Context>handleSignal:
         0xaff4b08 s Context>handleSignal:
         0xaff9e68 s Context>handleSignal:
         0xafff110 s Context>handleSignal:
         0xb004300 s Context>handleSignal:
         0xb009438 s Context>handleSignal:
         0xb00e4b8 s Context>handleSignal:
         0xb013480 s Context>handleSignal:
         0xb018390 s Context>handleSignal:
         0xb01d1e8 s Context>handleSignal:
         0xb021f88 s Context>handleSignal:
         0xb026c70 s Context>handleSignal:
         0xb02b8a0 s Context>handleSignal:
         0xb030418 s Context>handleSignal:
         0xb034ed8 s Context>handleSignal:
         0xb0398e0 s Context>handleSignal:
         0xb03e230 s Context>handleSignal:
         0xb042ac8 s Context>handleSignal:
         0xb0472a8 s Context>handleSignal:
         0xb04b9d0 s Context>handleSignal:
         0xb050040 s Context>handleSignal:
         0xb0545f8 s Context>handleSignal:
         0xb058af8 s Context>handleSignal:
         0xb05cf40 s Context>handleSignal:
         0xb0612d0 s Context>handleSignal:
         0xb0655a8 s Context>handleSignal:
         0xb0697c8 s Context>handleSignal:
         0xb06d930 s Context>handleSignal:
         0xb0719e0 s Context>handleSignal:
         0xb0759d8 s Context>handleSignal:
         0xb079918 s Context>handleSignal:
         0xb07d7a0 s Context>handleSignal:
         0xb081570 s Context>handleSignal:
         0xb085288 s Context>handleSignal:
         0xb088ee8 s Context>handleSignal:
         0xb08ca90 s Context>handleSignal:
         0xb090580 s Context>handleSignal:
         0xb093f00 s Context>handleSignal:
         0xb0977c8 s Context>handleSignal:
         0xb09afd8 s Context>handleSignal:
         0xb09e730 s Context>handleSignal:
         0xb0a1dd0 s Context>handleSignal:
         0xb0a53b8 s Context>handleSignal:
         0xb0a88e8 s Context>handleSignal:
         0xb0abd60 s Context>handleSignal:
         0xb0af120 s Context>handleSignal:
         0xb0b2428 s Context>handleSignal:
         0xb0b5678 s Context>handleSignal:
         0xb0b8810 s Context>handleSignal:
         0xb0bb8f0 s Context>handleSignal:
         0xb0be918 s Context>handleSignal:
         0xb0c1888 s Context>handleSignal:
         0xb0c4740 s Context>handleSignal:
         0xb0c7540 s Context>handleSignal:
         0xb0ca288 s Context>handleSignal:
         0xb0ccf18 s Context>handleSignal:
         0xb0cfaf0 s Context>handleSignal:
         0xb0d2610 s Context>handleSignal:
         0xb0d5078 s Context>handleSignal:
         0xb0d7a28 s Context>handleSignal:
         0xb0da320 s Context>handleSignal:
         0xb0dcb60 s Context>handleSignal:
         0xb0df2e8 s Context>handleSignal:
         0xb0e19b8 s Context>handleSignal:
         0xb0e3fd0 s Context>handleSignal:
         0xb0e6530 s Context>handleSignal:
         0xb0e89d8 s Context>handleSignal:
         0xb1d6520 s Halt(Exception)>signal
         0xb2706a8 s Halt class(Exception class)>signal
         0xad52a20 s Halt class>now
         0xb1bce08 s FullBlockClosure(Object)>halt
         0xb237070 s FullBlockClosure>printOn:
         0xb29aeb8 s Context>printOn:
         0xb356108 s Context>printDebugOn:
         0xb356410 s [] in Context>debugStack:on:
         0xb39c5a8 s OrderedCollection>do:
         0xb29afc0 s Context>debugStack:on:
         0xb3562a0 s Context>shortDebugStackOn:
         0xb39c4f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c1880 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d4358 s FullBlockClosure(BlockClosure)>on:do:
         0xb26dbe0 s SmalltalkImage>logStdErrorDuring:
         0xb2b7308 s SmalltalkImage>logError:inContext:
         0xb375078 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2bc0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d1638 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ee068 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fb160 s Halt(Exception)>unhandledErrorAction
         0xb3fb218 s Halt(UnhandledException)>defaultAction
         0xb3fb2d0 s UndefinedObject>handleSignal:
         0xad52180 s Context>handleSignal:
         0xad53aa8 s Context>handleSignal:
         0xad53b60 s Context>handleSignal:
         0xad53c18 s Context>handleSignal:
         0xad53cd0 s Context>handleSignal:
         0xad53d88 s Context>handleSignal:
         0xad53e40 s Context>handleSignal:
         0xad53ef8 s Context>handleSignal:
         0xad53fb0 s Context>handleSignal:
         0xad54068 s Context>handleSignal:
         0xada0348 s Context>handleSignal:
         0xadb3ce8 s Context>handleSignal:
         0xadc5b58 s Context>handleSignal:
         0xadd6cb8 s Context>handleSignal:
         0xadea718 s Context>handleSignal:
         0xadfaef0 s Context>handleSignal:
         0xae0b1f0 s Context>handleSignal:
         0xae1b090 s Context>handleSignal:
         0xae2d5c8 s Context>handleSignal:
         0xae3cc18 s Context>handleSignal:
         0xae4ee08 s Context>handleSignal:
         0xae5b3e8 s Context>handleSignal:
         0xae68160 s Context>handleSignal:
         0xae731b8 s Context>handleSignal:
         0xae7d0e8 s Context>handleSignal:
         0xae87b90 s Context>handleSignal:
         0xae91ba8 s Context>handleSignal:
         0xae9c938 s Context>handleSignal:
         0xaea8db8 s Context>handleSignal:
         0xaeb22a0 s Context>handleSignal:
         0xaeba780 s Context>handleSignal:
         0xaec2948 s Context>handleSignal:
         0xaeca7d8 s Context>handleSignal:
         0xaed2ab8 s Context>handleSignal:
         0xaeda9e8 s Context>handleSignal:
         0xaee2b78 s Context>handleSignal:
         0xaeea550 s Context>handleSignal:
         0xaef2220 s Context>handleSignal:
         0xaefa050 s Context>handleSignal:
         0xaf01fd0 s Context>handleSignal:
         0xaf0b580 s Context>handleSignal:
         0xaf12fa0 s Context>handleSignal:
         0xaf1acb0 s Context>handleSignal:
         0xaf21aa8 s Context>handleSignal:
         0xaf28828 s Context>handleSignal:
         0xaf2f700 s Context>handleSignal:
         0xaf362d0 s Context>handleSignal:
         0xaf3cd30 s Context>handleSignal:
         0xaf436d8 s Context>handleSignal:
         0xaf49fc8 s Context>handleSignal:
         0xaf50800 s Context>handleSignal:
         0xaf56f80 s Context>handleSignal:
         0xaf5d648 s Context>handleSignal:
         0xaf63c58 s Context>handleSignal:
         0xaf6a1b0 s Context>handleSignal:
         0xaf70650 s Context>handleSignal:
         0xaf76a38 s Context>handleSignal:
         0xaf7cd68 s Context>handleSignal:
         0xaf82fe0 s Context>handleSignal:
         0xaf891a0 s Context>handleSignal:
         0xaf8f2a8 s Context>handleSignal:
         0xaf952f8 s Context>handleSignal:
         0xaf9b290 s Context>handleSignal:
         0xafa1170 s Context>handleSignal:
         0xafa6f98 s Context>handleSignal:
         0xafacd08 s Context>handleSignal:
         0xafb29c0 s Context>handleSignal:
         0xafb85c0 s Context>handleSignal:
         0xafbe108 s Context>handleSignal:
         0xafc3b98 s Context>handleSignal:
         0xafc9570 s Context>handleSignal:
         0xafcee90 s Context>handleSignal:
         0xafd46f8 s Context>handleSignal:
         0xafd9ea8 s Context>handleSignal:
         0xafdf5a0 s Context>handleSignal:
         0xafe4be0 s Context>handleSignal:
         0xafea168 s Context>handleSignal:
         0xafef638 s Context>handleSignal:
         0xaff4a50 s Context>handleSignal:
         0xaff9db0 s Context>handleSignal:
         0xafff058 s Context>handleSignal:
         0xb004248 s Context>handleSignal:
         0xb009380 s Context>handleSignal:
         0xb00e400 s Context>handleSignal:
         0xb0133c8 s Context>handleSignal:
         0xb0182d8 s Context>handleSignal:
         0xb01d130 s Context>handleSignal:
         0xb021ed0 s Context>handleSignal:
         0xb026bb8 s Context>handleSignal:
         0xb02b7e8 s Context>handleSignal:
         0xb030360 s Context>handleSignal:
         0xb034e20 s Context>handleSignal:
         0xb039828 s Context>handleSignal:
         0xb03e178 s Context>handleSignal:
         0xb042a10 s Context>handleSignal:
         0xb0471f0 s Context>handleSignal:
         0xb04b918 s Context>handleSignal:
         0xb04ff88 s Context>handleSignal:
         0xb054540 s Context>handleSignal:
         0xb058a40 s Context>handleSignal:
         0xb05ce88 s Context>handleSignal:
         0xb061218 s Context>handleSignal:
         0xb0654f0 s Context>handleSignal:
         0xb069710 s Context>handleSignal:
         0xb06d878 s Context>handleSignal:
         0xb071928 s Context>handleSignal:
         0xb075920 s Context>handleSignal:
         0xb079860 s Context>handleSignal:
         0xb07d6e8 s Context>handleSignal:
         0xb0814b8 s Context>handleSignal:
         0xb0851d0 s Context>handleSignal:
         0xb088e30 s Context>handleSignal:
         0xb08c9d8 s Context>handleSignal:
         0xb0904c8 s Context>handleSignal:
         0xb093e48 s Context>handleSignal:
         0xb097710 s Context>handleSignal:
         0xb09af20 s Context>handleSignal:
         0xb09e678 s Context>handleSignal:
         0xb0a1d18 s Context>handleSignal:
         0xb0a5300 s Context>handleSignal:
         0xb0a8830 s Context>handleSignal:
         0xb0abca8 s Context>handleSignal:
         0xb0af068 s Context>handleSignal:
         0xb0b2370 s Context>handleSignal:
         0xb0b55c0 s Context>handleSignal:
         0xb0b8758 s Context>handleSignal:
         0xb0bb838 s Context>handleSignal:
         0xb0be860 s Context>handleSignal:
         0xb0c17d0 s Context>handleSignal:
         0xb0c4688 s Context>handleSignal:
         0xb0c7488 s Context>handleSignal:
         0xb0ca1d0 s Context>handleSignal:
         0xb0cce60 s Context>handleSignal:
         0xb0cfa38 s Context>handleSignal:
         0xb0d2558 s Context>handleSignal:
         0xb0d4fc0 s Context>handleSignal:
         0xb0d7970 s Context>handleSignal:
         0xb0da268 s Context>handleSignal:
         0xb0dcaa8 s Context>handleSignal:
         0xb0df230 s Context>handleSignal:
         0xb0e1900 s Context>handleSignal:
         0xb0e3f18 s Context>handleSignal:
         0xb0e6478 s Context>handleSignal:
         0xb1d63b0 s Halt(Exception)>signal
         0xb2704d8 s Halt class(Exception class)>signal
         0xad52238 s Halt class>now
         0xb1bcd18 s FullBlockClosure(Object)>halt
         0xb236f88 s FullBlockClosure>printOn:
         0xb29acf8 s Context>printOn:
         0xb355eb8 s Context>printDebugOn:
         0xb3561c0 s [] in Context>debugStack:on:
         0xb39c428 s OrderedCollection>do:
         0xb29ae00 s Context>debugStack:on:
         0xb356050 s Context>shortDebugStackOn:
         0xb39c370 s [] in SmalltalkImage>logError:inContext:
         0xb3c17a8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d41e8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26da10 s SmalltalkImage>logStdErrorDuring:
         0xb2b7208 s SmalltalkImage>logError:inContext:
         0xb374fb0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2ad0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d1558 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3edfb0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3faf38 s Halt(Exception)>unhandledErrorAction
         0xb3faff0 s Halt(UnhandledException)>defaultAction
         0xb3fb0a8 s UndefinedObject>handleSignal:
         0xad51998 s Context>handleSignal:
         0xad532c0 s Context>handleSignal:
         0xad53378 s Context>handleSignal:
         0xad53430 s Context>handleSignal:
         0xad534e8 s Context>handleSignal:
         0xad535a0 s Context>handleSignal:
         0xad53658 s Context>handleSignal:
         0xad53710 s Context>handleSignal:
         0xad537c8 s Context>handleSignal:
         0xad53880 s Context>handleSignal:
         0xada0290 s Context>handleSignal:
         0xadb3c30 s Context>handleSignal:
         0xadc5aa0 s Context>handleSignal:
         0xadd6c00 s Context>handleSignal:
         0xadea660 s Context>handleSignal:
         0xadfae38 s Context>handleSignal:
         0xae0b138 s Context>handleSignal:
         0xae1afd8 s Context>handleSignal:
         0xae2d510 s Context>handleSignal:
         0xae3cb60 s Context>handleSignal:
         0xae4ed50 s Context>handleSignal:
         0xae5b330 s Context>handleSignal:
         0xae680a8 s Context>handleSignal:
         0xae73100 s Context>handleSignal:
         0xae7d030 s Context>handleSignal:
         0xae87ad8 s Context>handleSignal:
         0xae91af0 s Context>handleSignal:
         0xae9c880 s Context>handleSignal:
         0xaea8d00 s Context>handleSignal:
         0xaeb21e8 s Context>handleSignal:
         0xaeba6c8 s Context>handleSignal:
         0xaec2890 s Context>handleSignal:
         0xaeca720 s Context>handleSignal:
         0xaed2a00 s Context>handleSignal:
         0xaeda930 s Context>handleSignal:
         0xaee2ac0 s Context>handleSignal:
         0xaeea498 s Context>handleSignal:
         0xaef2168 s Context>handleSignal:
         0xaef9f98 s Context>handleSignal:
         0xaf01f18 s Context>handleSignal:
         0xaf0b4c8 s Context>handleSignal:
         0xaf12ee8 s Context>handleSignal:
         0xaf1abf8 s Context>handleSignal:
         0xaf219f0 s Context>handleSignal:
         0xaf28770 s Context>handleSignal:
         0xaf2f648 s Context>handleSignal:
         0xaf36218 s Context>handleSignal:
         0xaf3cc78 s Context>handleSignal:
         0xaf43620 s Context>handleSignal:
         0xaf49f10 s Context>handleSignal:
         0xaf50748 s Context>handleSignal:
         0xaf56ec8 s Context>handleSignal:
         0xaf5d590 s Context>handleSignal:
         0xaf63ba0 s Context>handleSignal:
         0xaf6a0f8 s Context>handleSignal:
         0xaf70598 s Context>handleSignal:
         0xaf76980 s Context>handleSignal:
         0xaf7ccb0 s Context>handleSignal:
         0xaf82f28 s Context>handleSignal:
         0xaf890e8 s Context>handleSignal:
         0xaf8f1f0 s Context>handleSignal:
         0xaf95240 s Context>handleSignal:
         0xaf9b1d8 s Context>handleSignal:
         0xafa10b8 s Context>handleSignal:
         0xafa6ee0 s Context>handleSignal:
         0xafacc50 s Context>handleSignal:
         0xafb2908 s Context>handleSignal:
         0xafb8508 s Context>handleSignal:
         0xafbe050 s Context>handleSignal:
         0xafc3ae0 s Context>handleSignal:
         0xafc94b8 s Context>handleSignal:
         0xafcedd8 s Context>handleSignal:
         0xafd4640 s Context>handleSignal:
         0xafd9df0 s Context>handleSignal:
         0xafdf4e8 s Context>handleSignal:
         0xafe4b28 s Context>handleSignal:
         0xafea0b0 s Context>handleSignal:
         0xafef580 s Context>handleSignal:
         0xaff4998 s Context>handleSignal:
         0xaff9cf8 s Context>handleSignal:
         0xaffefa0 s Context>handleSignal:
         0xb004190 s Context>handleSignal:
         0xb0092c8 s Context>handleSignal:
         0xb00e348 s Context>handleSignal:
         0xb013310 s Context>handleSignal:
         0xb018220 s Context>handleSignal:
         0xb01d078 s Context>handleSignal:
         0xb021e18 s Context>handleSignal:
         0xb026b00 s Context>handleSignal:
         0xb02b730 s Context>handleSignal:
         0xb0302a8 s Context>handleSignal:
         0xb034d68 s Context>handleSignal:
         0xb039770 s Context>handleSignal:
         0xb03e0c0 s Context>handleSignal:
         0xb042958 s Context>handleSignal:
         0xb047138 s Context>handleSignal:
         0xb04b860 s Context>handleSignal:
         0xb04fed0 s Context>handleSignal:
         0xb054488 s Context>handleSignal:
         0xb058988 s Context>handleSignal:
         0xb05cdd0 s Context>handleSignal:
         0xb061160 s Context>handleSignal:
         0xb065438 s Context>handleSignal:
         0xb069658 s Context>handleSignal:
         0xb06d7c0 s Context>handleSignal:
         0xb071870 s Context>handleSignal:
         0xb075868 s Context>handleSignal:
         0xb0797a8 s Context>handleSignal:
         0xb07d630 s Context>handleSignal:
         0xb081400 s Context>handleSignal:
         0xb085118 s Context>handleSignal:
         0xb088d78 s Context>handleSignal:
         0xb08c920 s Context>handleSignal:
         0xb090410 s Context>handleSignal:
         0xb093d90 s Context>handleSignal:
         0xb097658 s Context>handleSignal:
         0xb09ae68 s Context>handleSignal:
         0xb09e5c0 s Context>handleSignal:
         0xb0a1c60 s Context>handleSignal:
         0xb0a5248 s Context>handleSignal:
         0xb0a8778 s Context>handleSignal:
         0xb0abbf0 s Context>handleSignal:
         0xb0aefb0 s Context>handleSignal:
         0xb0b22b8 s Context>handleSignal:
         0xb0b5508 s Context>handleSignal:
         0xb0b86a0 s Context>handleSignal:
         0xb0bb780 s Context>handleSignal:
         0xb0be7a8 s Context>handleSignal:
         0xb0c1718 s Context>handleSignal:
         0xb0c45d0 s Context>handleSignal:
         0xb0c73d0 s Context>handleSignal:
         0xb0ca118 s Context>handleSignal:
         0xb0ccda8 s Context>handleSignal:
         0xb0cf980 s Context>handleSignal:
         0xb0d24a0 s Context>handleSignal:
         0xb0d4f08 s Context>handleSignal:
         0xb0d78b8 s Context>handleSignal:
         0xb0da1b0 s Context>handleSignal:
         0xb0dc9f0 s Context>handleSignal:
         0xb0df178 s Context>handleSignal:
         0xb0e1848 s Context>handleSignal:
         0xb0e3e60 s Context>handleSignal:
         0xb1d6240 s Halt(Exception)>signal
         0xb270308 s Halt class(Exception class)>signal
         0xad51a50 s Halt class>now
         0xb1bcc28 s FullBlockClosure(Object)>halt
         0xb236ea0 s FullBlockClosure>printOn:
         0xb29ab38 s Context>printOn:
         0xb355c68 s Context>printDebugOn:
         0xb355f70 s [] in Context>debugStack:on:
         0xb39c2a8 s OrderedCollection>do:
         0xb29ac40 s Context>debugStack:on:
         0xb355e00 s Context>shortDebugStackOn:
         0xb39c1f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c16d0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d4078 s FullBlockClosure(BlockClosure)>on:do:
         0xb26d840 s SmalltalkImage>logStdErrorDuring:
         0xb2b7108 s SmalltalkImage>logError:inContext:
         0xb374ee8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b29e0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d1478 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3edef8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fad10 s Halt(Exception)>unhandledErrorAction
         0xb3fadc8 s Halt(UnhandledException)>defaultAction
         0xb3fae80 s UndefinedObject>handleSignal:
         0xad511b0 s Context>handleSignal:
         0xad52ad8 s Context>handleSignal:
         0xad52b90 s Context>handleSignal:
         0xad52c48 s Context>handleSignal:
         0xad52d00 s Context>handleSignal:
         0xad52db8 s Context>handleSignal:
         0xad52e70 s Context>handleSignal:
         0xad52f28 s Context>handleSignal:
         0xad52fe0 s Context>handleSignal:
         0xad53098 s Context>handleSignal:
         0xada01d8 s Context>handleSignal:
         0xadb3b78 s Context>handleSignal:
         0xadc59e8 s Context>handleSignal:
         0xadd6b48 s Context>handleSignal:
         0xadea5a8 s Context>handleSignal:
         0xadfad80 s Context>handleSignal:
         0xae0b080 s Context>handleSignal:
         0xae1af20 s Context>handleSignal:
         0xae2d458 s Context>handleSignal:
         0xae3caa8 s Context>handleSignal:
         0xae4ec98 s Context>handleSignal:
         0xae5b278 s Context>handleSignal:
         0xae67ff0 s Context>handleSignal:
         0xae73048 s Context>handleSignal:
         0xae7cf78 s Context>handleSignal:
         0xae87a20 s Context>handleSignal:
         0xae91a38 s Context>handleSignal:
         0xae9c7c8 s Context>handleSignal:
         0xaea8c48 s Context>handleSignal:
         0xaeb2130 s Context>handleSignal:
         0xaeba610 s Context>handleSignal:
         0xaec27d8 s Context>handleSignal:
         0xaeca668 s Context>handleSignal:
         0xaed2948 s Context>handleSignal:
         0xaeda878 s Context>handleSignal:
         0xaee2a08 s Context>handleSignal:
         0xaeea3e0 s Context>handleSignal:
         0xaef20b0 s Context>handleSignal:
         0xaef9ee0 s Context>handleSignal:
         0xaf01e60 s Context>handleSignal:
         0xaf0b410 s Context>handleSignal:
         0xaf12e30 s Context>handleSignal:
         0xaf1ab40 s Context>handleSignal:
         0xaf21938 s Context>handleSignal:
         0xaf286b8 s Context>handleSignal:
         0xaf2f590 s Context>handleSignal:
         0xaf36160 s Context>handleSignal:
         0xaf3cbc0 s Context>handleSignal:
         0xaf43568 s Context>handleSignal:
         0xaf49e58 s Context>handleSignal:
         0xaf50690 s Context>handleSignal:
         0xaf56e10 s Context>handleSignal:
         0xaf5d4d8 s Context>handleSignal:
         0xaf63ae8 s Context>handleSignal:
         0xaf6a040 s Context>handleSignal:
         0xaf704e0 s Context>handleSignal:
         0xaf768c8 s Context>handleSignal:
         0xaf7cbf8 s Context>handleSignal:
         0xaf82e70 s Context>handleSignal:
         0xaf89030 s Context>handleSignal:
         0xaf8f138 s Context>handleSignal:
         0xaf95188 s Context>handleSignal:
         0xaf9b120 s Context>handleSignal:
         0xafa1000 s Context>handleSignal:
         0xafa6e28 s Context>handleSignal:
         0xafacb98 s Context>handleSignal:
         0xafb2850 s Context>handleSignal:
         0xafb8450 s Context>handleSignal:
         0xafbdf98 s Context>handleSignal:
         0xafc3a28 s Context>handleSignal:
         0xafc9400 s Context>handleSignal:
         0xafced20 s Context>handleSignal:
         0xafd4588 s Context>handleSignal:
         0xafd9d38 s Context>handleSignal:
         0xafdf430 s Context>handleSignal:
         0xafe4a70 s Context>handleSignal:
         0xafe9ff8 s Context>handleSignal:
         0xafef4c8 s Context>handleSignal:
         0xaff48e0 s Context>handleSignal:
         0xaff9c40 s Context>handleSignal:
         0xaffeee8 s Context>handleSignal:
         0xb0040d8 s Context>handleSignal:
         0xb009210 s Context>handleSignal:
         0xb00e290 s Context>handleSignal:
         0xb013258 s Context>handleSignal:
         0xb018168 s Context>handleSignal:
         0xb01cfc0 s Context>handleSignal:
         0xb021d60 s Context>handleSignal:
         0xb026a48 s Context>handleSignal:
         0xb02b678 s Context>handleSignal:
         0xb0301f0 s Context>handleSignal:
         0xb034cb0 s Context>handleSignal:
         0xb0396b8 s Context>handleSignal:
         0xb03e008 s Context>handleSignal:
         0xb0428a0 s Context>handleSignal:
         0xb047080 s Context>handleSignal:
         0xb04b7a8 s Context>handleSignal:
         0xb04fe18 s Context>handleSignal:
         0xb0543d0 s Context>handleSignal:
         0xb0588d0 s Context>handleSignal:
         0xb05cd18 s Context>handleSignal:
         0xb0610a8 s Context>handleSignal:
         0xb065380 s Context>handleSignal:
         0xb0695a0 s Context>handleSignal:
         0xb06d708 s Context>handleSignal:
         0xb0717b8 s Context>handleSignal:
         0xb0757b0 s Context>handleSignal:
         0xb0796f0 s Context>handleSignal:
         0xb07d578 s Context>handleSignal:
         0xb081348 s Context>handleSignal:
         0xb085060 s Context>handleSignal:
         0xb088cc0 s Context>handleSignal:
         0xb08c868 s Context>handleSignal:
         0xb090358 s Context>handleSignal:
         0xb093cd8 s Context>handleSignal:
         0xb0975a0 s Context>handleSignal:
         0xb09adb0 s Context>handleSignal:
         0xb09e508 s Context>handleSignal:
         0xb0a1ba8 s Context>handleSignal:
         0xb0a5190 s Context>handleSignal:
         0xb0a86c0 s Context>handleSignal:
         0xb0abb38 s Context>handleSignal:
         0xb0aeef8 s Context>handleSignal:
         0xb0b2200 s Context>handleSignal:
         0xb0b5450 s Context>handleSignal:
         0xb0b85e8 s Context>handleSignal:
         0xb0bb6c8 s Context>handleSignal:
         0xb0be6f0 s Context>handleSignal:
         0xb0c1660 s Context>handleSignal:
         0xb0c4518 s Context>handleSignal:
         0xb0c7318 s Context>handleSignal:
         0xb0ca060 s Context>handleSignal:
         0xb0cccf0 s Context>handleSignal:
         0xb0cf8c8 s Context>handleSignal:
         0xb0d23e8 s Context>handleSignal:
         0xb0d4e50 s Context>handleSignal:
         0xb0d7800 s Context>handleSignal:
         0xb0da0f8 s Context>handleSignal:
         0xb0dc938 s Context>handleSignal:
         0xb0df0c0 s Context>handleSignal:
         0xb0e1790 s Context>handleSignal:
         0xb1d60d0 s Halt(Exception)>signal
         0xb270138 s Halt class(Exception class)>signal
         0xad51268 s Halt class>now
         0xb1bcb38 s FullBlockClosure(Object)>halt
         0xb236db8 s FullBlockClosure>printOn:
         0xb29a978 s Context>printOn:
         0xb355a18 s Context>printDebugOn:
         0xb355d20 s [] in Context>debugStack:on:
         0xb39c128 s OrderedCollection>do:
         0xb29aa80 s Context>debugStack:on:
         0xb355bb0 s Context>shortDebugStackOn:
         0xb39c070 s [] in SmalltalkImage>logError:inContext:
         0xb3c15f8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d3f08 s FullBlockClosure(BlockClosure)>on:do:
         0xb26d670 s SmalltalkImage>logStdErrorDuring:
         0xb2b7008 s SmalltalkImage>logError:inContext:
         0xb374e20 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b28f0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d1398 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ede40 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3faae8 s Halt(Exception)>unhandledErrorAction
         0xb3faba0 s Halt(UnhandledException)>defaultAction
         0xb3fac58 s UndefinedObject>handleSignal:
         0xad509c8 s Context>handleSignal:
         0xad522f0 s Context>handleSignal:
         0xad523a8 s Context>handleSignal:
         0xad52460 s Context>handleSignal:
         0xad52518 s Context>handleSignal:
         0xad525d0 s Context>handleSignal:
         0xad52688 s Context>handleSignal:
         0xad52740 s Context>handleSignal:
         0xad527f8 s Context>handleSignal:
         0xad528b0 s Context>handleSignal:
         0xada0120 s Context>handleSignal:
         0xadb3ac0 s Context>handleSignal:
         0xadc5930 s Context>handleSignal:
         0xadd6a90 s Context>handleSignal:
         0xadea4f0 s Context>handleSignal:
         0xadfacc8 s Context>handleSignal:
         0xae0afc8 s Context>handleSignal:
         0xae1ae68 s Context>handleSignal:
         0xae2d3a0 s Context>handleSignal:
         0xae3c9f0 s Context>handleSignal:
         0xae4ebe0 s Context>handleSignal:
         0xae5b1c0 s Context>handleSignal:
         0xae67f38 s Context>handleSignal:
         0xae72f90 s Context>handleSignal:
         0xae7cec0 s Context>handleSignal:
         0xae87968 s Context>handleSignal:
         0xae91980 s Context>handleSignal:
         0xae9c710 s Context>handleSignal:
         0xaea8b90 s Context>handleSignal:
         0xaeb2078 s Context>handleSignal:
         0xaeba558 s Context>handleSignal:
         0xaec2720 s Context>handleSignal:
         0xaeca5b0 s Context>handleSignal:
         0xaed2890 s Context>handleSignal:
         0xaeda7c0 s Context>handleSignal:
         0xaee2950 s Context>handleSignal:
         0xaeea328 s Context>handleSignal:
         0xaef1ff8 s Context>handleSignal:
         0xaef9e28 s Context>handleSignal:
         0xaf01da8 s Context>handleSignal:
         0xaf0b358 s Context>handleSignal:
         0xaf12d78 s Context>handleSignal:
         0xaf1aa88 s Context>handleSignal:
         0xaf21880 s Context>handleSignal:
         0xaf28600 s Context>handleSignal:
         0xaf2f4d8 s Context>handleSignal:
         0xaf360a8 s Context>handleSignal:
         0xaf3cb08 s Context>handleSignal:
         0xaf434b0 s Context>handleSignal:
         0xaf49da0 s Context>handleSignal:
         0xaf505d8 s Context>handleSignal:
         0xaf56d58 s Context>handleSignal:
         0xaf5d420 s Context>handleSignal:
         0xaf63a30 s Context>handleSignal:
         0xaf69f88 s Context>handleSignal:
         0xaf70428 s Context>handleSignal:
         0xaf76810 s Context>handleSignal:
         0xaf7cb40 s Context>handleSignal:
         0xaf82db8 s Context>handleSignal:
         0xaf88f78 s Context>handleSignal:
         0xaf8f080 s Context>handleSignal:
         0xaf950d0 s Context>handleSignal:
         0xaf9b068 s Context>handleSignal:
         0xafa0f48 s Context>handleSignal:
         0xafa6d70 s Context>handleSignal:
         0xafacae0 s Context>handleSignal:
         0xafb2798 s Context>handleSignal:
         0xafb8398 s Context>handleSignal:
         0xafbdee0 s Context>handleSignal:
         0xafc3970 s Context>handleSignal:
         0xafc9348 s Context>handleSignal:
         0xafcec68 s Context>handleSignal:
         0xafd44d0 s Context>handleSignal:
         0xafd9c80 s Context>handleSignal:
         0xafdf378 s Context>handleSignal:
         0xafe49b8 s Context>handleSignal:
         0xafe9f40 s Context>handleSignal:
         0xafef410 s Context>handleSignal:
         0xaff4828 s Context>handleSignal:
         0xaff9b88 s Context>handleSignal:
         0xaffee30 s Context>handleSignal:
         0xb004020 s Context>handleSignal:
         0xb009158 s Context>handleSignal:
         0xb00e1d8 s Context>handleSignal:
         0xb0131a0 s Context>handleSignal:
         0xb0180b0 s Context>handleSignal:
         0xb01cf08 s Context>handleSignal:
         0xb021ca8 s Context>handleSignal:
         0xb026990 s Context>handleSignal:
         0xb02b5c0 s Context>handleSignal:
         0xb030138 s Context>handleSignal:
         0xb034bf8 s Context>handleSignal:
         0xb039600 s Context>handleSignal:
         0xb03df50 s Context>handleSignal:
         0xb0427e8 s Context>handleSignal:
         0xb046fc8 s Context>handleSignal:
         0xb04b6f0 s Context>handleSignal:
         0xb04fd60 s Context>handleSignal:
         0xb054318 s Context>handleSignal:
         0xb058818 s Context>handleSignal:
         0xb05cc60 s Context>handleSignal:
         0xb060ff0 s Context>handleSignal:
         0xb0652c8 s Context>handleSignal:
         0xb0694e8 s Context>handleSignal:
         0xb06d650 s Context>handleSignal:
         0xb071700 s Context>handleSignal:
         0xb0756f8 s Context>handleSignal:
         0xb079638 s Context>handleSignal:
         0xb07d4c0 s Context>handleSignal:
         0xb081290 s Context>handleSignal:
         0xb084fa8 s Context>handleSignal:
         0xb088c08 s Context>handleSignal:
         0xb08c7b0 s Context>handleSignal:
         0xb0902a0 s Context>handleSignal:
         0xb093c20 s Context>handleSignal:
         0xb0974e8 s Context>handleSignal:
         0xb09acf8 s Context>handleSignal:
         0xb09e450 s Context>handleSignal:
         0xb0a1af0 s Context>handleSignal:
         0xb0a50d8 s Context>handleSignal:
         0xb0a8608 s Context>handleSignal:
         0xb0aba80 s Context>handleSignal:
         0xb0aee40 s Context>handleSignal:
         0xb0b2148 s Context>handleSignal:
         0xb0b5398 s Context>handleSignal:
         0xb0b8530 s Context>handleSignal:
         0xb0bb610 s Context>handleSignal:
         0xb0be638 s Context>handleSignal:
         0xb0c15a8 s Context>handleSignal:
         0xb0c4460 s Context>handleSignal:
         0xb0c7260 s Context>handleSignal:
         0xb0c9fa8 s Context>handleSignal:
         0xb0ccc38 s Context>handleSignal:
         0xb0cf810 s Context>handleSignal:
         0xb0d2330 s Context>handleSignal:
         0xb0d4d98 s Context>handleSignal:
         0xb0d7748 s Context>handleSignal:
         0xb0da040 s Context>handleSignal:
         0xb0dc880 s Context>handleSignal:
         0xb0df008 s Context>handleSignal:
         0xb1d5f60 s Halt(Exception)>signal
         0xb26ff68 s Halt class(Exception class)>signal
         0xad50a80 s Halt class>now
         0xb1bca48 s FullBlockClosure(Object)>halt
         0xb236cd0 s FullBlockClosure>printOn:
         0xb29a7b8 s Context>printOn:
         0xb3557c8 s Context>printDebugOn:
         0xb355ad0 s [] in Context>debugStack:on:
         0xb39bfa8 s OrderedCollection>do:
         0xb29a8c0 s Context>debugStack:on:
         0xb355960 s Context>shortDebugStackOn:
         0xb39bef0 s [] in SmalltalkImage>logError:inContext:
         0xb3c1520 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d3d98 s FullBlockClosure(BlockClosure)>on:do:
         0xb26d4a0 s SmalltalkImage>logStdErrorDuring:
         0xb2b6f08 s SmalltalkImage>logError:inContext:
         0xb374d58 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2800 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d12b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3edd88 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fa8c0 s Halt(Exception)>unhandledErrorAction
         0xb3fa978 s Halt(UnhandledException)>defaultAction
         0xb3faa30 s UndefinedObject>handleSignal:
         0xad501e0 s Context>handleSignal:
         0xad51b08 s Context>handleSignal:
         0xad51bc0 s Context>handleSignal:
         0xad51c78 s Context>handleSignal:
         0xad51d30 s Context>handleSignal:
         0xad51de8 s Context>handleSignal:
         0xad51ea0 s Context>handleSignal:
         0xad51f58 s Context>handleSignal:
         0xad52010 s Context>handleSignal:
         0xad520c8 s Context>handleSignal:
         0xada0068 s Context>handleSignal:
         0xadb3a08 s Context>handleSignal:
         0xadc5878 s Context>handleSignal:
         0xadd69d8 s Context>handleSignal:
         0xadea438 s Context>handleSignal:
         0xadfac10 s Context>handleSignal:
         0xae0af10 s Context>handleSignal:
         0xae1adb0 s Context>handleSignal:
         0xae2d2e8 s Context>handleSignal:
         0xae3c938 s Context>handleSignal:
         0xae4eb28 s Context>handleSignal:
         0xae5b108 s Context>handleSignal:
         0xae67e80 s Context>handleSignal:
         0xae72ed8 s Context>handleSignal:
         0xae7ce08 s Context>handleSignal:
         0xae878b0 s Context>handleSignal:
         0xae918c8 s Context>handleSignal:
         0xae9c658 s Context>handleSignal:
         0xaea8ad8 s Context>handleSignal:
         0xaeb1fc0 s Context>handleSignal:
         0xaeba4a0 s Context>handleSignal:
         0xaec2668 s Context>handleSignal:
         0xaeca4f8 s Context>handleSignal:
         0xaed27d8 s Context>handleSignal:
         0xaeda708 s Context>handleSignal:
         0xaee2898 s Context>handleSignal:
         0xaeea270 s Context>handleSignal:
         0xaef1f40 s Context>handleSignal:
         0xaef9d70 s Context>handleSignal:
         0xaf01cf0 s Context>handleSignal:
         0xaf0b2a0 s Context>handleSignal:
         0xaf12cc0 s Context>handleSignal:
         0xaf1a9d0 s Context>handleSignal:
         0xaf217c8 s Context>handleSignal:
         0xaf28548 s Context>handleSignal:
         0xaf2f420 s Context>handleSignal:
         0xaf35ff0 s Context>handleSignal:
         0xaf3ca50 s Context>handleSignal:
         0xaf433f8 s Context>handleSignal:
         0xaf49ce8 s Context>handleSignal:
         0xaf50520 s Context>handleSignal:
         0xaf56ca0 s Context>handleSignal:
         0xaf5d368 s Context>handleSignal:
         0xaf63978 s Context>handleSignal:
         0xaf69ed0 s Context>handleSignal:
         0xaf70370 s Context>handleSignal:
         0xaf76758 s Context>handleSignal:
         0xaf7ca88 s Context>handleSignal:
         0xaf82d00 s Context>handleSignal:
         0xaf88ec0 s Context>handleSignal:
         0xaf8efc8 s Context>handleSignal:
         0xaf95018 s Context>handleSignal:
         0xaf9afb0 s Context>handleSignal:
         0xafa0e90 s Context>handleSignal:
         0xafa6cb8 s Context>handleSignal:
         0xafaca28 s Context>handleSignal:
         0xafb26e0 s Context>handleSignal:
         0xafb82e0 s Context>handleSignal:
         0xafbde28 s Context>handleSignal:
         0xafc38b8 s Context>handleSignal:
         0xafc9290 s Context>handleSignal:
         0xafcebb0 s Context>handleSignal:
         0xafd4418 s Context>handleSignal:
         0xafd9bc8 s Context>handleSignal:
         0xafdf2c0 s Context>handleSignal:
         0xafe4900 s Context>handleSignal:
         0xafe9e88 s Context>handleSignal:
         0xafef358 s Context>handleSignal:
         0xaff4770 s Context>handleSignal:
         0xaff9ad0 s Context>handleSignal:
         0xaffed78 s Context>handleSignal:
         0xb003f68 s Context>handleSignal:
         0xb0090a0 s Context>handleSignal:
         0xb00e120 s Context>handleSignal:
         0xb0130e8 s Context>handleSignal:
         0xb017ff8 s Context>handleSignal:
         0xb01ce50 s Context>handleSignal:
         0xb021bf0 s Context>handleSignal:
         0xb0268d8 s Context>handleSignal:
         0xb02b508 s Context>handleSignal:
         0xb030080 s Context>handleSignal:
         0xb034b40 s Context>handleSignal:
         0xb039548 s Context>handleSignal:
         0xb03de98 s Context>handleSignal:
         0xb042730 s Context>handleSignal:
         0xb046f10 s Context>handleSignal:
         0xb04b638 s Context>handleSignal:
         0xb04fca8 s Context>handleSignal:
         0xb054260 s Context>handleSignal:
         0xb058760 s Context>handleSignal:
         0xb05cba8 s Context>handleSignal:
         0xb060f38 s Context>handleSignal:
         0xb065210 s Context>handleSignal:
         0xb069430 s Context>handleSignal:
         0xb06d598 s Context>handleSignal:
         0xb071648 s Context>handleSignal:
         0xb075640 s Context>handleSignal:
         0xb079580 s Context>handleSignal:
         0xb07d408 s Context>handleSignal:
         0xb0811d8 s Context>handleSignal:
         0xb084ef0 s Context>handleSignal:
         0xb088b50 s Context>handleSignal:
         0xb08c6f8 s Context>handleSignal:
         0xb0901e8 s Context>handleSignal:
         0xb093b68 s Context>handleSignal:
         0xb097430 s Context>handleSignal:
         0xb09ac40 s Context>handleSignal:
         0xb09e398 s Context>handleSignal:
         0xb0a1a38 s Context>handleSignal:
         0xb0a5020 s Context>handleSignal:
         0xb0a8550 s Context>handleSignal:
         0xb0ab9c8 s Context>handleSignal:
         0xb0aed88 s Context>handleSignal:
         0xb0b2090 s Context>handleSignal:
         0xb0b52e0 s Context>handleSignal:
         0xb0b8478 s Context>handleSignal:
         0xb0bb558 s Context>handleSignal:
         0xb0be580 s Context>handleSignal:
         0xb0c14f0 s Context>handleSignal:
         0xb0c43a8 s Context>handleSignal:
         0xb0c71a8 s Context>handleSignal:
         0xb0c9ef0 s Context>handleSignal:
         0xb0ccb80 s Context>handleSignal:
         0xb0cf758 s Context>handleSignal:
         0xb0d2278 s Context>handleSignal:
         0xb0d4ce0 s Context>handleSignal:
         0xb0d7690 s Context>handleSignal:
         0xb0d9f88 s Context>handleSignal:
         0xb0dc7c8 s Context>handleSignal:
         0xb1d5df0 s Halt(Exception)>signal
         0xb26fd98 s Halt class(Exception class)>signal
         0xad50298 s Halt class>now
         0xb1bc958 s FullBlockClosure(Object)>halt
         0xb236be8 s FullBlockClosure>printOn:
         0xb29a5f8 s Context>printOn:
         0xb355578 s Context>printDebugOn:
         0xb355880 s [] in Context>debugStack:on:
         0xb39be28 s OrderedCollection>do:
         0xb29a700 s Context>debugStack:on:
         0xb355710 s Context>shortDebugStackOn:
         0xb39bd70 s [] in SmalltalkImage>logError:inContext:
         0xb3c1448 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d3c28 s FullBlockClosure(BlockClosure)>on:do:
         0xb26d2d0 s SmalltalkImage>logStdErrorDuring:
         0xb2b6e08 s SmalltalkImage>logError:inContext:
         0xb374c90 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2710 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d11d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3edcd0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fa698 s Halt(Exception)>unhandledErrorAction
         0xb3fa750 s Halt(UnhandledException)>defaultAction
         0xb3fa808 s UndefinedObject>handleSignal:
         0xad4f9f8 s Context>handleSignal:
         0xad51320 s Context>handleSignal:
         0xad513d8 s Context>handleSignal:
         0xad51490 s Context>handleSignal:
         0xad51548 s Context>handleSignal:
         0xad51600 s Context>handleSignal:
         0xad516b8 s Context>handleSignal:
         0xad51770 s Context>handleSignal:
         0xad51828 s Context>handleSignal:
         0xad518e0 s Context>handleSignal:
         0xad9ffb0 s Context>handleSignal:
         0xadb3950 s Context>handleSignal:
         0xadc57c0 s Context>handleSignal:
         0xadd6920 s Context>handleSignal:
         0xadea380 s Context>handleSignal:
         0xadfab58 s Context>handleSignal:
         0xae0ae58 s Context>handleSignal:
         0xae1acf8 s Context>handleSignal:
         0xae2d230 s Context>handleSignal:
         0xae3c880 s Context>handleSignal:
         0xae4ea70 s Context>handleSignal:
         0xae5b050 s Context>handleSignal:
         0xae67dc8 s Context>handleSignal:
         0xae72e20 s Context>handleSignal:
         0xae7cd50 s Context>handleSignal:
         0xae877f8 s Context>handleSignal:
         0xae91810 s Context>handleSignal:
         0xae9c5a0 s Context>handleSignal:
         0xaea8a20 s Context>handleSignal:
         0xaeb1f08 s Context>handleSignal:
         0xaeba3e8 s Context>handleSignal:
         0xaec25b0 s Context>handleSignal:
         0xaeca440 s Context>handleSignal:
         0xaed2720 s Context>handleSignal:
         0xaeda650 s Context>handleSignal:
         0xaee27e0 s Context>handleSignal:
         0xaeea1b8 s Context>handleSignal:
         0xaef1e88 s Context>handleSignal:
         0xaef9cb8 s Context>handleSignal:
         0xaf01c38 s Context>handleSignal:
         0xaf0b1e8 s Context>handleSignal:
         0xaf12c08 s Context>handleSignal:
         0xaf1a918 s Context>handleSignal:
         0xaf21710 s Context>handleSignal:
         0xaf28490 s Context>handleSignal:
         0xaf2f368 s Context>handleSignal:
         0xaf35f38 s Context>handleSignal:
         0xaf3c998 s Context>handleSignal:
         0xaf43340 s Context>handleSignal:
         0xaf49c30 s Context>handleSignal:
         0xaf50468 s Context>handleSignal:
         0xaf56be8 s Context>handleSignal:
         0xaf5d2b0 s Context>handleSignal:
         0xaf638c0 s Context>handleSignal:
         0xaf69e18 s Context>handleSignal:
         0xaf702b8 s Context>handleSignal:
         0xaf766a0 s Context>handleSignal:
         0xaf7c9d0 s Context>handleSignal:
         0xaf82c48 s Context>handleSignal:
         0xaf88e08 s Context>handleSignal:
         0xaf8ef10 s Context>handleSignal:
         0xaf94f60 s Context>handleSignal:
         0xaf9aef8 s Context>handleSignal:
         0xafa0dd8 s Context>handleSignal:
         0xafa6c00 s Context>handleSignal:
         0xafac970 s Context>handleSignal:
         0xafb2628 s Context>handleSignal:
         0xafb8228 s Context>handleSignal:
         0xafbdd70 s Context>handleSignal:
         0xafc3800 s Context>handleSignal:
         0xafc91d8 s Context>handleSignal:
         0xafceaf8 s Context>handleSignal:
         0xafd4360 s Context>handleSignal:
         0xafd9b10 s Context>handleSignal:
         0xafdf208 s Context>handleSignal:
         0xafe4848 s Context>handleSignal:
         0xafe9dd0 s Context>handleSignal:
         0xafef2a0 s Context>handleSignal:
         0xaff46b8 s Context>handleSignal:
         0xaff9a18 s Context>handleSignal:
         0xaffecc0 s Context>handleSignal:
         0xb003eb0 s Context>handleSignal:
         0xb008fe8 s Context>handleSignal:
         0xb00e068 s Context>handleSignal:
         0xb013030 s Context>handleSignal:
         0xb017f40 s Context>handleSignal:
         0xb01cd98 s Context>handleSignal:
         0xb021b38 s Context>handleSignal:
         0xb026820 s Context>handleSignal:
         0xb02b450 s Context>handleSignal:
         0xb02ffc8 s Context>handleSignal:
         0xb034a88 s Context>handleSignal:
         0xb039490 s Context>handleSignal:
         0xb03dde0 s Context>handleSignal:
         0xb042678 s Context>handleSignal:
         0xb046e58 s Context>handleSignal:
         0xb04b580 s Context>handleSignal:
         0xb04fbf0 s Context>handleSignal:
         0xb0541a8 s Context>handleSignal:
         0xb0586a8 s Context>handleSignal:
         0xb05caf0 s Context>handleSignal:
         0xb060e80 s Context>handleSignal:
         0xb065158 s Context>handleSignal:
         0xb069378 s Context>handleSignal:
         0xb06d4e0 s Context>handleSignal:
         0xb071590 s Context>handleSignal:
         0xb075588 s Context>handleSignal:
         0xb0794c8 s Context>handleSignal:
         0xb07d350 s Context>handleSignal:
         0xb081120 s Context>handleSignal:
         0xb084e38 s Context>handleSignal:
         0xb088a98 s Context>handleSignal:
         0xb08c640 s Context>handleSignal:
         0xb090130 s Context>handleSignal:
         0xb093ab0 s Context>handleSignal:
         0xb097378 s Context>handleSignal:
         0xb09ab88 s Context>handleSignal:
         0xb09e2e0 s Context>handleSignal:
         0xb0a1980 s Context>handleSignal:
         0xb0a4f68 s Context>handleSignal:
         0xb0a8498 s Context>handleSignal:
         0xb0ab910 s Context>handleSignal:
         0xb0aecd0 s Context>handleSignal:
         0xb0b1fd8 s Context>handleSignal:
         0xb0b5228 s Context>handleSignal:
         0xb0b83c0 s Context>handleSignal:
         0xb0bb4a0 s Context>handleSignal:
         0xb0be4c8 s Context>handleSignal:
         0xb0c1438 s Context>handleSignal:
         0xb0c42f0 s Context>handleSignal:
         0xb0c70f0 s Context>handleSignal:
         0xb0c9e38 s Context>handleSignal:
         0xb0ccac8 s Context>handleSignal:
         0xb0cf6a0 s Context>handleSignal:
         0xb0d21c0 s Context>handleSignal:
         0xb0d4c28 s Context>handleSignal:
         0xb0d75d8 s Context>handleSignal:
         0xb0d9ed0 s Context>handleSignal:
         0xb1d5c80 s Halt(Exception)>signal
         0xb26fbc8 s Halt class(Exception class)>signal
         0xad4fab0 s Halt class>now
         0xb1bc868 s FullBlockClosure(Object)>halt
         0xb236b00 s FullBlockClosure>printOn:
         0xb29a438 s Context>printOn:
         0xb355328 s Context>printDebugOn:
         0xb355630 s [] in Context>debugStack:on:
         0xb39bca8 s OrderedCollection>do:
         0xb29a540 s Context>debugStack:on:
         0xb3554c0 s Context>shortDebugStackOn:
         0xb39bbf0 s [] in SmalltalkImage>logError:inContext:
         0xb3c1370 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d3ab8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26d100 s SmalltalkImage>logStdErrorDuring:
         0xb2b6d08 s SmalltalkImage>logError:inContext:
         0xb374bc8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2620 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d10f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3edc18 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fa470 s Halt(Exception)>unhandledErrorAction
         0xb3fa528 s Halt(UnhandledException)>defaultAction
         0xb3fa5e0 s UndefinedObject>handleSignal:
         0xad4f210 s Context>handleSignal:
         0xad50b38 s Context>handleSignal:
         0xad50bf0 s Context>handleSignal:
         0xad50ca8 s Context>handleSignal:
         0xad50d60 s Context>handleSignal:
         0xad50e18 s Context>handleSignal:
         0xad50ed0 s Context>handleSignal:
         0xad50f88 s Context>handleSignal:
         0xad51040 s Context>handleSignal:
         0xad510f8 s Context>handleSignal:
         0xad9fef8 s Context>handleSignal:
         0xadb3898 s Context>handleSignal:
         0xadc5708 s Context>handleSignal:
         0xadd6868 s Context>handleSignal:
         0xadea2c8 s Context>handleSignal:
         0xadfaaa0 s Context>handleSignal:
         0xae0ada0 s Context>handleSignal:
         0xae1ac40 s Context>handleSignal:
         0xae2d178 s Context>handleSignal:
         0xae3c7c8 s Context>handleSignal:
         0xae4e9b8 s Context>handleSignal:
         0xae5af98 s Context>handleSignal:
         0xae67d10 s Context>handleSignal:
         0xae72d68 s Context>handleSignal:
         0xae7cc98 s Context>handleSignal:
         0xae87740 s Context>handleSignal:
         0xae91758 s Context>handleSignal:
         0xae9c4e8 s Context>handleSignal:
         0xaea8968 s Context>handleSignal:
         0xaeb1e50 s Context>handleSignal:
         0xaeba330 s Context>handleSignal:
         0xaec24f8 s Context>handleSignal:
         0xaeca388 s Context>handleSignal:
         0xaed2668 s Context>handleSignal:
         0xaeda598 s Context>handleSignal:
         0xaee2728 s Context>handleSignal:
         0xaeea100 s Context>handleSignal:
         0xaef1dd0 s Context>handleSignal:
         0xaef9c00 s Context>handleSignal:
         0xaf01b80 s Context>handleSignal:
         0xaf0b130 s Context>handleSignal:
         0xaf12b50 s Context>handleSignal:
         0xaf1a860 s Context>handleSignal:
         0xaf21658 s Context>handleSignal:
         0xaf283d8 s Context>handleSignal:
         0xaf2f2b0 s Context>handleSignal:
         0xaf35e80 s Context>handleSignal:
         0xaf3c8e0 s Context>handleSignal:
         0xaf43288 s Context>handleSignal:
         0xaf49b78 s Context>handleSignal:
         0xaf503b0 s Context>handleSignal:
         0xaf56b30 s Context>handleSignal:
         0xaf5d1f8 s Context>handleSignal:
         0xaf63808 s Context>handleSignal:
         0xaf69d60 s Context>handleSignal:
         0xaf70200 s Context>handleSignal:
         0xaf765e8 s Context>handleSignal:
         0xaf7c918 s Context>handleSignal:
         0xaf82b90 s Context>handleSignal:
         0xaf88d50 s Context>handleSignal:
         0xaf8ee58 s Context>handleSignal:
         0xaf94ea8 s Context>handleSignal:
         0xaf9ae40 s Context>handleSignal:
         0xafa0d20 s Context>handleSignal:
         0xafa6b48 s Context>handleSignal:
         0xafac8b8 s Context>handleSignal:
         0xafb2570 s Context>handleSignal:
         0xafb8170 s Context>handleSignal:
         0xafbdcb8 s Context>handleSignal:
         0xafc3748 s Context>handleSignal:
         0xafc9120 s Context>handleSignal:
         0xafcea40 s Context>handleSignal:
         0xafd42a8 s Context>handleSignal:
         0xafd9a58 s Context>handleSignal:
         0xafdf150 s Context>handleSignal:
         0xafe4790 s Context>handleSignal:
         0xafe9d18 s Context>handleSignal:
         0xafef1e8 s Context>handleSignal:
         0xaff4600 s Context>handleSignal:
         0xaff9960 s Context>handleSignal:
         0xaffec08 s Context>handleSignal:
         0xb003df8 s Context>handleSignal:
         0xb008f30 s Context>handleSignal:
         0xb00dfb0 s Context>handleSignal:
         0xb012f78 s Context>handleSignal:
         0xb017e88 s Context>handleSignal:
         0xb01cce0 s Context>handleSignal:
         0xb021a80 s Context>handleSignal:
         0xb026768 s Context>handleSignal:
         0xb02b398 s Context>handleSignal:
         0xb02ff10 s Context>handleSignal:
         0xb0349d0 s Context>handleSignal:
         0xb0393d8 s Context>handleSignal:
         0xb03dd28 s Context>handleSignal:
         0xb0425c0 s Context>handleSignal:
         0xb046da0 s Context>handleSignal:
         0xb04b4c8 s Context>handleSignal:
         0xb04fb38 s Context>handleSignal:
         0xb0540f0 s Context>handleSignal:
         0xb0585f0 s Context>handleSignal:
         0xb05ca38 s Context>handleSignal:
         0xb060dc8 s Context>handleSignal:
         0xb0650a0 s Context>handleSignal:
         0xb0692c0 s Context>handleSignal:
         0xb06d428 s Context>handleSignal:
         0xb0714d8 s Context>handleSignal:
         0xb0754d0 s Context>handleSignal:
         0xb079410 s Context>handleSignal:
         0xb07d298 s Context>handleSignal:
         0xb081068 s Context>handleSignal:
         0xb084d80 s Context>handleSignal:
         0xb0889e0 s Context>handleSignal:
         0xb08c588 s Context>handleSignal:
         0xb090078 s Context>handleSignal:
         0xb0939f8 s Context>handleSignal:
         0xb0972c0 s Context>handleSignal:
         0xb09aad0 s Context>handleSignal:
         0xb09e228 s Context>handleSignal:
         0xb0a18c8 s Context>handleSignal:
         0xb0a4eb0 s Context>handleSignal:
         0xb0a83e0 s Context>handleSignal:
         0xb0ab858 s Context>handleSignal:
         0xb0aec18 s Context>handleSignal:
         0xb0b1f20 s Context>handleSignal:
         0xb0b5170 s Context>handleSignal:
         0xb0b8308 s Context>handleSignal:
         0xb0bb3e8 s Context>handleSignal:
         0xb0be410 s Context>handleSignal:
         0xb0c1380 s Context>handleSignal:
         0xb0c4238 s Context>handleSignal:
         0xb0c7038 s Context>handleSignal:
         0xb0c9d80 s Context>handleSignal:
         0xb0cca10 s Context>handleSignal:
         0xb0cf5e8 s Context>handleSignal:
         0xb0d2108 s Context>handleSignal:
         0xb0d4b70 s Context>handleSignal:
         0xb0d7520 s Context>handleSignal:
         0xb1d5b10 s Halt(Exception)>signal
         0xb26f9f8 s Halt class(Exception class)>signal
         0xad4f2c8 s Halt class>now
         0xb1bc778 s FullBlockClosure(Object)>halt
         0xb236a18 s FullBlockClosure>printOn:
         0xb29a278 s Context>printOn:
         0xb3550d8 s Context>printDebugOn:
         0xb3553e0 s [] in Context>debugStack:on:
         0xb39bb28 s OrderedCollection>do:
         0xb29a380 s Context>debugStack:on:
         0xb355270 s Context>shortDebugStackOn:
         0xb39ba70 s [] in SmalltalkImage>logError:inContext:
         0xb3c1298 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d3948 s FullBlockClosure(BlockClosure)>on:do:
         0xb26cf30 s SmalltalkImage>logStdErrorDuring:
         0xb2b6c08 s SmalltalkImage>logError:inContext:
         0xb374b00 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2530 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d1018 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3edb60 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fa248 s Halt(Exception)>unhandledErrorAction
         0xb3fa300 s Halt(UnhandledException)>defaultAction
         0xb3fa3b8 s UndefinedObject>handleSignal:
         0xad4ea28 s Context>handleSignal:
         0xad50350 s Context>handleSignal:
         0xad50408 s Context>handleSignal:
         0xad504c0 s Context>handleSignal:
         0xad50578 s Context>handleSignal:
         0xad50630 s Context>handleSignal:
         0xad506e8 s Context>handleSignal:
         0xad507a0 s Context>handleSignal:
         0xad50858 s Context>handleSignal:
         0xad50910 s Context>handleSignal:
         0xad9fe40 s Context>handleSignal:
         0xadb37e0 s Context>handleSignal:
         0xadc5650 s Context>handleSignal:
         0xadd67b0 s Context>handleSignal:
         0xadea210 s Context>handleSignal:
         0xadfa9e8 s Context>handleSignal:
         0xae0ace8 s Context>handleSignal:
         0xae1ab88 s Context>handleSignal:
         0xae2d0c0 s Context>handleSignal:
         0xae3c710 s Context>handleSignal:
         0xae4e900 s Context>handleSignal:
         0xae5aee0 s Context>handleSignal:
         0xae67c58 s Context>handleSignal:
         0xae72cb0 s Context>handleSignal:
         0xae7cbe0 s Context>handleSignal:
         0xae87688 s Context>handleSignal:
         0xae916a0 s Context>handleSignal:
         0xae9c430 s Context>handleSignal:
         0xaea88b0 s Context>handleSignal:
         0xaeb1d98 s Context>handleSignal:
         0xaeba278 s Context>handleSignal:
         0xaec2440 s Context>handleSignal:
         0xaeca2d0 s Context>handleSignal:
         0xaed25b0 s Context>handleSignal:
         0xaeda4e0 s Context>handleSignal:
         0xaee2670 s Context>handleSignal:
         0xaeea048 s Context>handleSignal:
         0xaef1d18 s Context>handleSignal:
         0xaef9b48 s Context>handleSignal:
         0xaf01ac8 s Context>handleSignal:
         0xaf0b078 s Context>handleSignal:
         0xaf12a98 s Context>handleSignal:
         0xaf1a7a8 s Context>handleSignal:
         0xaf215a0 s Context>handleSignal:
         0xaf28320 s Context>handleSignal:
         0xaf2f1f8 s Context>handleSignal:
         0xaf35dc8 s Context>handleSignal:
         0xaf3c828 s Context>handleSignal:
         0xaf431d0 s Context>handleSignal:
         0xaf49ac0 s Context>handleSignal:
         0xaf502f8 s Context>handleSignal:
         0xaf56a78 s Context>handleSignal:
         0xaf5d140 s Context>handleSignal:
         0xaf63750 s Context>handleSignal:
         0xaf69ca8 s Context>handleSignal:
         0xaf70148 s Context>handleSignal:
         0xaf76530 s Context>handleSignal:
         0xaf7c860 s Context>handleSignal:
         0xaf82ad8 s Context>handleSignal:
         0xaf88c98 s Context>handleSignal:
         0xaf8eda0 s Context>handleSignal:
         0xaf94df0 s Context>handleSignal:
         0xaf9ad88 s Context>handleSignal:
         0xafa0c68 s Context>handleSignal:
         0xafa6a90 s Context>handleSignal:
         0xafac800 s Context>handleSignal:
         0xafb24b8 s Context>handleSignal:
         0xafb80b8 s Context>handleSignal:
         0xafbdc00 s Context>handleSignal:
         0xafc3690 s Context>handleSignal:
         0xafc9068 s Context>handleSignal:
         0xafce988 s Context>handleSignal:
         0xafd41f0 s Context>handleSignal:
         0xafd99a0 s Context>handleSignal:
         0xafdf098 s Context>handleSignal:
         0xafe46d8 s Context>handleSignal:
         0xafe9c60 s Context>handleSignal:
         0xafef130 s Context>handleSignal:
         0xaff4548 s Context>handleSignal:
         0xaff98a8 s Context>handleSignal:
         0xaffeb50 s Context>handleSignal:
         0xb003d40 s Context>handleSignal:
         0xb008e78 s Context>handleSignal:
         0xb00def8 s Context>handleSignal:
         0xb012ec0 s Context>handleSignal:
         0xb017dd0 s Context>handleSignal:
         0xb01cc28 s Context>handleSignal:
         0xb0219c8 s Context>handleSignal:
         0xb0266b0 s Context>handleSignal:
         0xb02b2e0 s Context>handleSignal:
         0xb02fe58 s Context>handleSignal:
         0xb034918 s Context>handleSignal:
         0xb039320 s Context>handleSignal:
         0xb03dc70 s Context>handleSignal:
         0xb042508 s Context>handleSignal:
         0xb046ce8 s Context>handleSignal:
         0xb04b410 s Context>handleSignal:
         0xb04fa80 s Context>handleSignal:
         0xb054038 s Context>handleSignal:
         0xb058538 s Context>handleSignal:
         0xb05c980 s Context>handleSignal:
         0xb060d10 s Context>handleSignal:
         0xb064fe8 s Context>handleSignal:
         0xb069208 s Context>handleSignal:
         0xb06d370 s Context>handleSignal:
         0xb071420 s Context>handleSignal:
         0xb075418 s Context>handleSignal:
         0xb079358 s Context>handleSignal:
         0xb07d1e0 s Context>handleSignal:
         0xb080fb0 s Context>handleSignal:
         0xb084cc8 s Context>handleSignal:
         0xb088928 s Context>handleSignal:
         0xb08c4d0 s Context>handleSignal:
         0xb08ffc0 s Context>handleSignal:
         0xb093940 s Context>handleSignal:
         0xb097208 s Context>handleSignal:
         0xb09aa18 s Context>handleSignal:
         0xb09e170 s Context>handleSignal:
         0xb0a1810 s Context>handleSignal:
         0xb0a4df8 s Context>handleSignal:
         0xb0a8328 s Context>handleSignal:
         0xb0ab7a0 s Context>handleSignal:
         0xb0aeb60 s Context>handleSignal:
         0xb0b1e68 s Context>handleSignal:
         0xb0b50b8 s Context>handleSignal:
         0xb0b8250 s Context>handleSignal:
         0xb0bb330 s Context>handleSignal:
         0xb0be358 s Context>handleSignal:
         0xb0c12c8 s Context>handleSignal:
         0xb0c4180 s Context>handleSignal:
         0xb0c6f80 s Context>handleSignal:
         0xb0c9cc8 s Context>handleSignal:
         0xb0cc958 s Context>handleSignal:
         0xb0cf530 s Context>handleSignal:
         0xb0d2050 s Context>handleSignal:
         0xb0d4ab8 s Context>handleSignal:
         0xb1d59a0 s Halt(Exception)>signal
         0xb26f828 s Halt class(Exception class)>signal
         0xad4eae0 s Halt class>now
         0xb1bc688 s FullBlockClosure(Object)>halt
         0xb236930 s FullBlockClosure>printOn:
         0xb29a0b8 s Context>printOn:
         0xb354e88 s Context>printDebugOn:
         0xb355190 s [] in Context>debugStack:on:
         0xb39b9a8 s OrderedCollection>do:
         0xb29a1c0 s Context>debugStack:on:
         0xb355020 s Context>shortDebugStackOn:
         0xb39b8f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c11c0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d37d8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26cd60 s SmalltalkImage>logStdErrorDuring:
         0xb2b6b08 s SmalltalkImage>logError:inContext:
         0xb374a38 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2440 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0f38 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3edaa8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fa020 s Halt(Exception)>unhandledErrorAction
         0xb3fa0d8 s Halt(UnhandledException)>defaultAction
         0xb3fa190 s UndefinedObject>handleSignal:
         0xad4e240 s Context>handleSignal:
         0xad4fb68 s Context>handleSignal:
         0xad4fc20 s Context>handleSignal:
         0xad4fcd8 s Context>handleSignal:
         0xad4fd90 s Context>handleSignal:
         0xad4fe48 s Context>handleSignal:
         0xad4ff00 s Context>handleSignal:
         0xad4ffb8 s Context>handleSignal:
         0xad50070 s Context>handleSignal:
         0xad50128 s Context>handleSignal:
         0xad9fd88 s Context>handleSignal:
         0xadb3728 s Context>handleSignal:
         0xadc5598 s Context>handleSignal:
         0xadd66f8 s Context>handleSignal:
         0xadea158 s Context>handleSignal:
         0xadfa930 s Context>handleSignal:
         0xae0ac30 s Context>handleSignal:
         0xae1aad0 s Context>handleSignal:
         0xae2d008 s Context>handleSignal:
         0xae3c658 s Context>handleSignal:
         0xae4e848 s Context>handleSignal:
         0xae5ae28 s Context>handleSignal:
         0xae67ba0 s Context>handleSignal:
         0xae72bf8 s Context>handleSignal:
         0xae7cb28 s Context>handleSignal:
         0xae875d0 s Context>handleSignal:
         0xae915e8 s Context>handleSignal:
         0xae9c378 s Context>handleSignal:
         0xaea87f8 s Context>handleSignal:
         0xaeb1ce0 s Context>handleSignal:
         0xaeba1c0 s Context>handleSignal:
         0xaec2388 s Context>handleSignal:
         0xaeca218 s Context>handleSignal:
         0xaed24f8 s Context>handleSignal:
         0xaeda428 s Context>handleSignal:
         0xaee25b8 s Context>handleSignal:
         0xaee9f90 s Context>handleSignal:
         0xaef1c60 s Context>handleSignal:
         0xaef9a90 s Context>handleSignal:
         0xaf01a10 s Context>handleSignal:
         0xaf0afc0 s Context>handleSignal:
         0xaf129e0 s Context>handleSignal:
         0xaf1a6f0 s Context>handleSignal:
         0xaf214e8 s Context>handleSignal:
         0xaf28268 s Context>handleSignal:
         0xaf2f140 s Context>handleSignal:
         0xaf35d10 s Context>handleSignal:
         0xaf3c770 s Context>handleSignal:
         0xaf43118 s Context>handleSignal:
         0xaf49a08 s Context>handleSignal:
         0xaf50240 s Context>handleSignal:
         0xaf569c0 s Context>handleSignal:
         0xaf5d088 s Context>handleSignal:
         0xaf63698 s Context>handleSignal:
         0xaf69bf0 s Context>handleSignal:
         0xaf70090 s Context>handleSignal:
         0xaf76478 s Context>handleSignal:
         0xaf7c7a8 s Context>handleSignal:
         0xaf82a20 s Context>handleSignal:
         0xaf88be0 s Context>handleSignal:
         0xaf8ece8 s Context>handleSignal:
         0xaf94d38 s Context>handleSignal:
         0xaf9acd0 s Context>handleSignal:
         0xafa0bb0 s Context>handleSignal:
         0xafa69d8 s Context>handleSignal:
         0xafac748 s Context>handleSignal:
         0xafb2400 s Context>handleSignal:
         0xafb8000 s Context>handleSignal:
         0xafbdb48 s Context>handleSignal:
         0xafc35d8 s Context>handleSignal:
         0xafc8fb0 s Context>handleSignal:
         0xafce8d0 s Context>handleSignal:
         0xafd4138 s Context>handleSignal:
         0xafd98e8 s Context>handleSignal:
         0xafdefe0 s Context>handleSignal:
         0xafe4620 s Context>handleSignal:
         0xafe9ba8 s Context>handleSignal:
         0xafef078 s Context>handleSignal:
         0xaff4490 s Context>handleSignal:
         0xaff97f0 s Context>handleSignal:
         0xaffea98 s Context>handleSignal:
         0xb003c88 s Context>handleSignal:
         0xb008dc0 s Context>handleSignal:
         0xb00de40 s Context>handleSignal:
         0xb012e08 s Context>handleSignal:
         0xb017d18 s Context>handleSignal:
         0xb01cb70 s Context>handleSignal:
         0xb021910 s Context>handleSignal:
         0xb0265f8 s Context>handleSignal:
         0xb02b228 s Context>handleSignal:
         0xb02fda0 s Context>handleSignal:
         0xb034860 s Context>handleSignal:
         0xb039268 s Context>handleSignal:
         0xb03dbb8 s Context>handleSignal:
         0xb042450 s Context>handleSignal:
         0xb046c30 s Context>handleSignal:
         0xb04b358 s Context>handleSignal:
         0xb04f9c8 s Context>handleSignal:
         0xb053f80 s Context>handleSignal:
         0xb058480 s Context>handleSignal:
         0xb05c8c8 s Context>handleSignal:
         0xb060c58 s Context>handleSignal:
         0xb064f30 s Context>handleSignal:
         0xb069150 s Context>handleSignal:
         0xb06d2b8 s Context>handleSignal:
         0xb071368 s Context>handleSignal:
         0xb075360 s Context>handleSignal:
         0xb0792a0 s Context>handleSignal:
         0xb07d128 s Context>handleSignal:
         0xb080ef8 s Context>handleSignal:
         0xb084c10 s Context>handleSignal:
         0xb088870 s Context>handleSignal:
         0xb08c418 s Context>handleSignal:
         0xb08ff08 s Context>handleSignal:
         0xb093888 s Context>handleSignal:
         0xb097150 s Context>handleSignal:
         0xb09a960 s Context>handleSignal:
         0xb09e0b8 s Context>handleSignal:
         0xb0a1758 s Context>handleSignal:
         0xb0a4d40 s Context>handleSignal:
         0xb0a8270 s Context>handleSignal:
         0xb0ab6e8 s Context>handleSignal:
         0xb0aeaa8 s Context>handleSignal:
         0xb0b1db0 s Context>handleSignal:
         0xb0b5000 s Context>handleSignal:
         0xb0b8198 s Context>handleSignal:
         0xb0bb278 s Context>handleSignal:
         0xb0be2a0 s Context>handleSignal:
         0xb0c1210 s Context>handleSignal:
         0xb0c40c8 s Context>handleSignal:
         0xb0c6ec8 s Context>handleSignal:
         0xb0c9c10 s Context>handleSignal:
         0xb0cc8a0 s Context>handleSignal:
         0xb0cf478 s Context>handleSignal:
         0xb0d1f98 s Context>handleSignal:
         0xb1d5830 s Halt(Exception)>signal
         0xb26f658 s Halt class(Exception class)>signal
         0xad4e2f8 s Halt class>now
         0xb1bc598 s FullBlockClosure(Object)>halt
         0xb236848 s FullBlockClosure>printOn:
         0xb299ef8 s Context>printOn:
         0xb354c38 s Context>printDebugOn:
         0xb354f40 s [] in Context>debugStack:on:
         0xb39b828 s OrderedCollection>do:
         0xb29a000 s Context>debugStack:on:
         0xb354dd0 s Context>shortDebugStackOn:
         0xb39b770 s [] in SmalltalkImage>logError:inContext:
         0xb3c10e8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d3668 s FullBlockClosure(BlockClosure)>on:do:
         0xb26cb90 s SmalltalkImage>logStdErrorDuring:
         0xb2b6a08 s SmalltalkImage>logError:inContext:
         0xb374970 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2350 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0e58 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed9f0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f9df8 s Halt(Exception)>unhandledErrorAction
         0xb3f9eb0 s Halt(UnhandledException)>defaultAction
         0xb3f9f68 s UndefinedObject>handleSignal:
         0xad4da58 s Context>handleSignal:
         0xad4f380 s Context>handleSignal:
         0xad4f438 s Context>handleSignal:
         0xad4f4f0 s Context>handleSignal:
         0xad4f5a8 s Context>handleSignal:
         0xad4f660 s Context>handleSignal:
         0xad4f718 s Context>handleSignal:
         0xad4f7d0 s Context>handleSignal:
         0xad4f888 s Context>handleSignal:
         0xad4f940 s Context>handleSignal:
         0xad9fcd0 s Context>handleSignal:
         0xadb3670 s Context>handleSignal:
         0xadc54e0 s Context>handleSignal:
         0xadd6640 s Context>handleSignal:
         0xadea0a0 s Context>handleSignal:
         0xadfa878 s Context>handleSignal:
         0xae0ab78 s Context>handleSignal:
         0xae1aa18 s Context>handleSignal:
         0xae2cf50 s Context>handleSignal:
         0xae3c5a0 s Context>handleSignal:
         0xae4e790 s Context>handleSignal:
         0xae5ad70 s Context>handleSignal:
         0xae67ae8 s Context>handleSignal:
         0xae72b40 s Context>handleSignal:
         0xae7ca70 s Context>handleSignal:
         0xae87518 s Context>handleSignal:
         0xae91530 s Context>handleSignal:
         0xae9c2c0 s Context>handleSignal:
         0xaea8740 s Context>handleSignal:
         0xaeb1c28 s Context>handleSignal:
         0xaeba108 s Context>handleSignal:
         0xaec22d0 s Context>handleSignal:
         0xaeca160 s Context>handleSignal:
         0xaed2440 s Context>handleSignal:
         0xaeda370 s Context>handleSignal:
         0xaee2500 s Context>handleSignal:
         0xaee9ed8 s Context>handleSignal:
         0xaef1ba8 s Context>handleSignal:
         0xaef99d8 s Context>handleSignal:
         0xaf01958 s Context>handleSignal:
         0xaf0af08 s Context>handleSignal:
         0xaf12928 s Context>handleSignal:
         0xaf1a638 s Context>handleSignal:
         0xaf21430 s Context>handleSignal:
         0xaf281b0 s Context>handleSignal:
         0xaf2f088 s Context>handleSignal:
         0xaf35c58 s Context>handleSignal:
         0xaf3c6b8 s Context>handleSignal:
         0xaf43060 s Context>handleSignal:
         0xaf49950 s Context>handleSignal:
         0xaf50188 s Context>handleSignal:
         0xaf56908 s Context>handleSignal:
         0xaf5cfd0 s Context>handleSignal:
         0xaf635e0 s Context>handleSignal:
         0xaf69b38 s Context>handleSignal:
         0xaf6ffd8 s Context>handleSignal:
         0xaf763c0 s Context>handleSignal:
         0xaf7c6f0 s Context>handleSignal:
         0xaf82968 s Context>handleSignal:
         0xaf88b28 s Context>handleSignal:
         0xaf8ec30 s Context>handleSignal:
         0xaf94c80 s Context>handleSignal:
         0xaf9ac18 s Context>handleSignal:
         0xafa0af8 s Context>handleSignal:
         0xafa6920 s Context>handleSignal:
         0xafac690 s Context>handleSignal:
         0xafb2348 s Context>handleSignal:
         0xafb7f48 s Context>handleSignal:
         0xafbda90 s Context>handleSignal:
         0xafc3520 s Context>handleSignal:
         0xafc8ef8 s Context>handleSignal:
         0xafce818 s Context>handleSignal:
         0xafd4080 s Context>handleSignal:
         0xafd9830 s Context>handleSignal:
         0xafdef28 s Context>handleSignal:
         0xafe4568 s Context>handleSignal:
         0xafe9af0 s Context>handleSignal:
         0xafeefc0 s Context>handleSignal:
         0xaff43d8 s Context>handleSignal:
         0xaff9738 s Context>handleSignal:
         0xaffe9e0 s Context>handleSignal:
         0xb003bd0 s Context>handleSignal:
         0xb008d08 s Context>handleSignal:
         0xb00dd88 s Context>handleSignal:
         0xb012d50 s Context>handleSignal:
         0xb017c60 s Context>handleSignal:
         0xb01cab8 s Context>handleSignal:
         0xb021858 s Context>handleSignal:
         0xb026540 s Context>handleSignal:
         0xb02b170 s Context>handleSignal:
         0xb02fce8 s Context>handleSignal:
         0xb0347a8 s Context>handleSignal:
         0xb0391b0 s Context>handleSignal:
         0xb03db00 s Context>handleSignal:
         0xb042398 s Context>handleSignal:
         0xb046b78 s Context>handleSignal:
         0xb04b2a0 s Context>handleSignal:
         0xb04f910 s Context>handleSignal:
         0xb053ec8 s Context>handleSignal:
         0xb0583c8 s Context>handleSignal:
         0xb05c810 s Context>handleSignal:
         0xb060ba0 s Context>handleSignal:
         0xb064e78 s Context>handleSignal:
         0xb069098 s Context>handleSignal:
         0xb06d200 s Context>handleSignal:
         0xb0712b0 s Context>handleSignal:
         0xb0752a8 s Context>handleSignal:
         0xb0791e8 s Context>handleSignal:
         0xb07d070 s Context>handleSignal:
         0xb080e40 s Context>handleSignal:
         0xb084b58 s Context>handleSignal:
         0xb0887b8 s Context>handleSignal:
         0xb08c360 s Context>handleSignal:
         0xb08fe50 s Context>handleSignal:
         0xb0937d0 s Context>handleSignal:
         0xb097098 s Context>handleSignal:
         0xb09a8a8 s Context>handleSignal:
         0xb09e000 s Context>handleSignal:
         0xb0a16a0 s Context>handleSignal:
         0xb0a4c88 s Context>handleSignal:
         0xb0a81b8 s Context>handleSignal:
         0xb0ab630 s Context>handleSignal:
         0xb0ae9f0 s Context>handleSignal:
         0xb0b1cf8 s Context>handleSignal:
         0xb0b4f48 s Context>handleSignal:
         0xb0b80e0 s Context>handleSignal:
         0xb0bb1c0 s Context>handleSignal:
         0xb0be1e8 s Context>handleSignal:
         0xb0c1158 s Context>handleSignal:
         0xb0c4010 s Context>handleSignal:
         0xb0c6e10 s Context>handleSignal:
         0xb0c9b58 s Context>handleSignal:
         0xb0cc7e8 s Context>handleSignal:
         0xb0cf3c0 s Context>handleSignal:
         0xb1d56c0 s Halt(Exception)>signal
         0xb26f488 s Halt class(Exception class)>signal
         0xad4db10 s Halt class>now
         0xb1bc4a8 s FullBlockClosure(Object)>halt
         0xb236760 s FullBlockClosure>printOn:
         0xb299d38 s Context>printOn:
         0xb3549e8 s Context>printDebugOn:
         0xb354cf0 s [] in Context>debugStack:on:
         0xb39b6a8 s OrderedCollection>do:
         0xb299e40 s Context>debugStack:on:
         0xb354b80 s Context>shortDebugStackOn:
         0xb39b5f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c1010 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d34f8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26c9c0 s SmalltalkImage>logStdErrorDuring:
         0xb2b6908 s SmalltalkImage>logError:inContext:
         0xb3748a8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2260 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0d78 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed938 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f9bd0 s Halt(Exception)>unhandledErrorAction
         0xb3f9c88 s Halt(UnhandledException)>defaultAction
         0xb3f9d40 s UndefinedObject>handleSignal:
         0xad4d270 s Context>handleSignal:
         0xad4eb98 s Context>handleSignal:
         0xad4ec50 s Context>handleSignal:
         0xad4ed08 s Context>handleSignal:
         0xad4edc0 s Context>handleSignal:
         0xad4ee78 s Context>handleSignal:
         0xad4ef30 s Context>handleSignal:
         0xad4efe8 s Context>handleSignal:
         0xad4f0a0 s Context>handleSignal:
         0xad4f158 s Context>handleSignal:
         0xad9fc18 s Context>handleSignal:
         0xadb35b8 s Context>handleSignal:
         0xadc5428 s Context>handleSignal:
         0xadd6588 s Context>handleSignal:
         0xade9fe8 s Context>handleSignal:
         0xadfa7c0 s Context>handleSignal:
         0xae0aac0 s Context>handleSignal:
         0xae1a960 s Context>handleSignal:
         0xae2ce98 s Context>handleSignal:
         0xae3c4e8 s Context>handleSignal:
         0xae4e6d8 s Context>handleSignal:
         0xae5acb8 s Context>handleSignal:
         0xae67a30 s Context>handleSignal:
         0xae72a88 s Context>handleSignal:
         0xae7c9b8 s Context>handleSignal:
         0xae87460 s Context>handleSignal:
         0xae91478 s Context>handleSignal:
         0xae9c208 s Context>handleSignal:
         0xaea8688 s Context>handleSignal:
         0xaeb1b70 s Context>handleSignal:
         0xaeba050 s Context>handleSignal:
         0xaec2218 s Context>handleSignal:
         0xaeca0a8 s Context>handleSignal:
         0xaed2388 s Context>handleSignal:
         0xaeda2b8 s Context>handleSignal:
         0xaee2448 s Context>handleSignal:
         0xaee9e20 s Context>handleSignal:
         0xaef1af0 s Context>handleSignal:
         0xaef9920 s Context>handleSignal:
         0xaf018a0 s Context>handleSignal:
         0xaf0ae50 s Context>handleSignal:
         0xaf12870 s Context>handleSignal:
         0xaf1a580 s Context>handleSignal:
         0xaf21378 s Context>handleSignal:
         0xaf280f8 s Context>handleSignal:
         0xaf2efd0 s Context>handleSignal:
         0xaf35ba0 s Context>handleSignal:
         0xaf3c600 s Context>handleSignal:
         0xaf42fa8 s Context>handleSignal:
         0xaf49898 s Context>handleSignal:
         0xaf500d0 s Context>handleSignal:
         0xaf56850 s Context>handleSignal:
         0xaf5cf18 s Context>handleSignal:
         0xaf63528 s Context>handleSignal:
         0xaf69a80 s Context>handleSignal:
         0xaf6ff20 s Context>handleSignal:
         0xaf76308 s Context>handleSignal:
         0xaf7c638 s Context>handleSignal:
         0xaf828b0 s Context>handleSignal:
         0xaf88a70 s Context>handleSignal:
         0xaf8eb78 s Context>handleSignal:
         0xaf94bc8 s Context>handleSignal:
         0xaf9ab60 s Context>handleSignal:
         0xafa0a40 s Context>handleSignal:
         0xafa6868 s Context>handleSignal:
         0xafac5d8 s Context>handleSignal:
         0xafb2290 s Context>handleSignal:
         0xafb7e90 s Context>handleSignal:
         0xafbd9d8 s Context>handleSignal:
         0xafc3468 s Context>handleSignal:
         0xafc8e40 s Context>handleSignal:
         0xafce760 s Context>handleSignal:
         0xafd3fc8 s Context>handleSignal:
         0xafd9778 s Context>handleSignal:
         0xafdee70 s Context>handleSignal:
         0xafe44b0 s Context>handleSignal:
         0xafe9a38 s Context>handleSignal:
         0xafeef08 s Context>handleSignal:
         0xaff4320 s Context>handleSignal:
         0xaff9680 s Context>handleSignal:
         0xaffe928 s Context>handleSignal:
         0xb003b18 s Context>handleSignal:
         0xb008c50 s Context>handleSignal:
         0xb00dcd0 s Context>handleSignal:
         0xb012c98 s Context>handleSignal:
         0xb017ba8 s Context>handleSignal:
         0xb01ca00 s Context>handleSignal:
         0xb0217a0 s Context>handleSignal:
         0xb026488 s Context>handleSignal:
         0xb02b0b8 s Context>handleSignal:
         0xb02fc30 s Context>handleSignal:
         0xb0346f0 s Context>handleSignal:
         0xb0390f8 s Context>handleSignal:
         0xb03da48 s Context>handleSignal:
         0xb0422e0 s Context>handleSignal:
         0xb046ac0 s Context>handleSignal:
         0xb04b1e8 s Context>handleSignal:
         0xb04f858 s Context>handleSignal:
         0xb053e10 s Context>handleSignal:
         0xb058310 s Context>handleSignal:
         0xb05c758 s Context>handleSignal:
         0xb060ae8 s Context>handleSignal:
         0xb064dc0 s Context>handleSignal:
         0xb068fe0 s Context>handleSignal:
         0xb06d148 s Context>handleSignal:
         0xb0711f8 s Context>handleSignal:
         0xb0751f0 s Context>handleSignal:
         0xb079130 s Context>handleSignal:
         0xb07cfb8 s Context>handleSignal:
         0xb080d88 s Context>handleSignal:
         0xb084aa0 s Context>handleSignal:
         0xb088700 s Context>handleSignal:
         0xb08c2a8 s Context>handleSignal:
         0xb08fd98 s Context>handleSignal:
         0xb093718 s Context>handleSignal:
         0xb096fe0 s Context>handleSignal:
         0xb09a7f0 s Context>handleSignal:
         0xb09df48 s Context>handleSignal:
         0xb0a15e8 s Context>handleSignal:
         0xb0a4bd0 s Context>handleSignal:
         0xb0a8100 s Context>handleSignal:
         0xb0ab578 s Context>handleSignal:
         0xb0ae938 s Context>handleSignal:
         0xb0b1c40 s Context>handleSignal:
         0xb0b4e90 s Context>handleSignal:
         0xb0b8028 s Context>handleSignal:
         0xb0bb108 s Context>handleSignal:
         0xb0be130 s Context>handleSignal:
         0xb0c10a0 s Context>handleSignal:
         0xb0c3f58 s Context>handleSignal:
         0xb0c6d58 s Context>handleSignal:
         0xb0c9aa0 s Context>handleSignal:
         0xb0cc730 s Context>handleSignal:
         0xb1d5550 s Halt(Exception)>signal
         0xb26f2b8 s Halt class(Exception class)>signal
         0xad4d328 s Halt class>now
         0xb1bc3b8 s FullBlockClosure(Object)>halt
         0xb236678 s FullBlockClosure>printOn:
         0xb299b78 s Context>printOn:
         0xb354798 s Context>printDebugOn:
         0xb354aa0 s [] in Context>debugStack:on:
         0xb39b528 s OrderedCollection>do:
         0xb299c80 s Context>debugStack:on:
         0xb354930 s Context>shortDebugStackOn:
         0xb39b470 s [] in SmalltalkImage>logError:inContext:
         0xb3c0f38 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d3388 s FullBlockClosure(BlockClosure)>on:do:
         0xb26c7f0 s SmalltalkImage>logStdErrorDuring:
         0xb2b6808 s SmalltalkImage>logError:inContext:
         0xb3747e0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2170 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0c98 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed880 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f99a8 s Halt(Exception)>unhandledErrorAction
         0xb3f9a60 s Halt(UnhandledException)>defaultAction
         0xb3f9b18 s UndefinedObject>handleSignal:
         0xad4ca88 s Context>handleSignal:
         0xad4e3b0 s Context>handleSignal:
         0xad4e468 s Context>handleSignal:
         0xad4e520 s Context>handleSignal:
         0xad4e5d8 s Context>handleSignal:
         0xad4e690 s Context>handleSignal:
         0xad4e748 s Context>handleSignal:
         0xad4e800 s Context>handleSignal:
         0xad4e8b8 s Context>handleSignal:
         0xad4e970 s Context>handleSignal:
         0xad9fb60 s Context>handleSignal:
         0xadb3500 s Context>handleSignal:
         0xadc5370 s Context>handleSignal:
         0xadd64d0 s Context>handleSignal:
         0xade9f30 s Context>handleSignal:
         0xadfa708 s Context>handleSignal:
         0xae0aa08 s Context>handleSignal:
         0xae1a8a8 s Context>handleSignal:
         0xae2cde0 s Context>handleSignal:
         0xae3c430 s Context>handleSignal:
         0xae4e620 s Context>handleSignal:
         0xae5ac00 s Context>handleSignal:
         0xae67978 s Context>handleSignal:
         0xae729d0 s Context>handleSignal:
         0xae7c900 s Context>handleSignal:
         0xae873a8 s Context>handleSignal:
         0xae913c0 s Context>handleSignal:
         0xae9c150 s Context>handleSignal:
         0xaea85d0 s Context>handleSignal:
         0xaeb1ab8 s Context>handleSignal:
         0xaeb9f98 s Context>handleSignal:
         0xaec2160 s Context>handleSignal:
         0xaec9ff0 s Context>handleSignal:
         0xaed22d0 s Context>handleSignal:
         0xaeda200 s Context>handleSignal:
         0xaee2390 s Context>handleSignal:
         0xaee9d68 s Context>handleSignal:
         0xaef1a38 s Context>handleSignal:
         0xaef9868 s Context>handleSignal:
         0xaf017e8 s Context>handleSignal:
         0xaf0ad98 s Context>handleSignal:
         0xaf127b8 s Context>handleSignal:
         0xaf1a4c8 s Context>handleSignal:
         0xaf212c0 s Context>handleSignal:
         0xaf28040 s Context>handleSignal:
         0xaf2ef18 s Context>handleSignal:
         0xaf35ae8 s Context>handleSignal:
         0xaf3c548 s Context>handleSignal:
         0xaf42ef0 s Context>handleSignal:
         0xaf497e0 s Context>handleSignal:
         0xaf50018 s Context>handleSignal:
         0xaf56798 s Context>handleSignal:
         0xaf5ce60 s Context>handleSignal:
         0xaf63470 s Context>handleSignal:
         0xaf699c8 s Context>handleSignal:
         0xaf6fe68 s Context>handleSignal:
         0xaf76250 s Context>handleSignal:
         0xaf7c580 s Context>handleSignal:
         0xaf827f8 s Context>handleSignal:
         0xaf889b8 s Context>handleSignal:
         0xaf8eac0 s Context>handleSignal:
         0xaf94b10 s Context>handleSignal:
         0xaf9aaa8 s Context>handleSignal:
         0xafa0988 s Context>handleSignal:
         0xafa67b0 s Context>handleSignal:
         0xafac520 s Context>handleSignal:
         0xafb21d8 s Context>handleSignal:
         0xafb7dd8 s Context>handleSignal:
         0xafbd920 s Context>handleSignal:
         0xafc33b0 s Context>handleSignal:
         0xafc8d88 s Context>handleSignal:
         0xafce6a8 s Context>handleSignal:
         0xafd3f10 s Context>handleSignal:
         0xafd96c0 s Context>handleSignal:
         0xafdedb8 s Context>handleSignal:
         0xafe43f8 s Context>handleSignal:
         0xafe9980 s Context>handleSignal:
         0xafeee50 s Context>handleSignal:
         0xaff4268 s Context>handleSignal:
         0xaff95c8 s Context>handleSignal:
         0xaffe870 s Context>handleSignal:
         0xb003a60 s Context>handleSignal:
         0xb008b98 s Context>handleSignal:
         0xb00dc18 s Context>handleSignal:
         0xb012be0 s Context>handleSignal:
         0xb017af0 s Context>handleSignal:
         0xb01c948 s Context>handleSignal:
         0xb0216e8 s Context>handleSignal:
         0xb0263d0 s Context>handleSignal:
         0xb02b000 s Context>handleSignal:
         0xb02fb78 s Context>handleSignal:
         0xb034638 s Context>handleSignal:
         0xb039040 s Context>handleSignal:
         0xb03d990 s Context>handleSignal:
         0xb042228 s Context>handleSignal:
         0xb046a08 s Context>handleSignal:
         0xb04b130 s Context>handleSignal:
         0xb04f7a0 s Context>handleSignal:
         0xb053d58 s Context>handleSignal:
         0xb058258 s Context>handleSignal:
         0xb05c6a0 s Context>handleSignal:
         0xb060a30 s Context>handleSignal:
         0xb064d08 s Context>handleSignal:
         0xb068f28 s Context>handleSignal:
         0xb06d090 s Context>handleSignal:
         0xb071140 s Context>handleSignal:
         0xb075138 s Context>handleSignal:
         0xb079078 s Context>handleSignal:
         0xb07cf00 s Context>handleSignal:
         0xb080cd0 s Context>handleSignal:
         0xb0849e8 s Context>handleSignal:
         0xb088648 s Context>handleSignal:
         0xb08c1f0 s Context>handleSignal:
         0xb08fce0 s Context>handleSignal:
         0xb093660 s Context>handleSignal:
         0xb096f28 s Context>handleSignal:
         0xb09a738 s Context>handleSignal:
         0xb09de90 s Context>handleSignal:
         0xb0a1530 s Context>handleSignal:
         0xb0a4b18 s Context>handleSignal:
         0xb0a8048 s Context>handleSignal:
         0xb0ab4c0 s Context>handleSignal:
         0xb0ae880 s Context>handleSignal:
         0xb0b1b88 s Context>handleSignal:
         0xb0b4dd8 s Context>handleSignal:
         0xb0b7f70 s Context>handleSignal:
         0xb0bb050 s Context>handleSignal:
         0xb0be078 s Context>handleSignal:
         0xb0c0fe8 s Context>handleSignal:
         0xb0c3ea0 s Context>handleSignal:
         0xb0c6ca0 s Context>handleSignal:
         0xb0c99e8 s Context>handleSignal:
         0xb1d53e0 s Halt(Exception)>signal
         0xb26f0e8 s Halt class(Exception class)>signal
         0xad4cb40 s Halt class>now
         0xb1bc2c8 s FullBlockClosure(Object)>halt
         0xb236590 s FullBlockClosure>printOn:
         0xb2999b8 s Context>printOn:
         0xb354548 s Context>printDebugOn:
         0xb354850 s [] in Context>debugStack:on:
         0xb39b3a8 s OrderedCollection>do:
         0xb299ac0 s Context>debugStack:on:
         0xb3546e0 s Context>shortDebugStackOn:
         0xb39b2f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c0e60 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d3218 s FullBlockClosure(BlockClosure)>on:do:
         0xb26c620 s SmalltalkImage>logStdErrorDuring:
         0xb2b6708 s SmalltalkImage>logError:inContext:
         0xb374718 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b2080 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0bb8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed7c8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f9780 s Halt(Exception)>unhandledErrorAction
         0xb3f9838 s Halt(UnhandledException)>defaultAction
         0xb3f98f0 s UndefinedObject>handleSignal:
         0xad4c2a0 s Context>handleSignal:
         0xad4dbc8 s Context>handleSignal:
         0xad4dc80 s Context>handleSignal:
         0xad4dd38 s Context>handleSignal:
         0xad4ddf0 s Context>handleSignal:
         0xad4dea8 s Context>handleSignal:
         0xad4df60 s Context>handleSignal:
         0xad4e018 s Context>handleSignal:
         0xad4e0d0 s Context>handleSignal:
         0xad4e188 s Context>handleSignal:
         0xad9faa8 s Context>handleSignal:
         0xadb3448 s Context>handleSignal:
         0xadc52b8 s Context>handleSignal:
         0xadd6418 s Context>handleSignal:
         0xade9e78 s Context>handleSignal:
         0xadfa650 s Context>handleSignal:
         0xae0a950 s Context>handleSignal:
         0xae1a7f0 s Context>handleSignal:
         0xae2cd28 s Context>handleSignal:
         0xae3c378 s Context>handleSignal:
         0xae4e568 s Context>handleSignal:
         0xae5ab48 s Context>handleSignal:
         0xae678c0 s Context>handleSignal:
         0xae72918 s Context>handleSignal:
         0xae7c848 s Context>handleSignal:
         0xae872f0 s Context>handleSignal:
         0xae91308 s Context>handleSignal:
         0xae9c098 s Context>handleSignal:
         0xaea8518 s Context>handleSignal:
         0xaeb1a00 s Context>handleSignal:
         0xaeb9ee0 s Context>handleSignal:
         0xaec20a8 s Context>handleSignal:
         0xaec9f38 s Context>handleSignal:
         0xaed2218 s Context>handleSignal:
         0xaeda148 s Context>handleSignal:
         0xaee22d8 s Context>handleSignal:
         0xaee9cb0 s Context>handleSignal:
         0xaef1980 s Context>handleSignal:
         0xaef97b0 s Context>handleSignal:
         0xaf01730 s Context>handleSignal:
         0xaf0ace0 s Context>handleSignal:
         0xaf12700 s Context>handleSignal:
         0xaf1a410 s Context>handleSignal:
         0xaf21208 s Context>handleSignal:
         0xaf27f88 s Context>handleSignal:
         0xaf2ee60 s Context>handleSignal:
         0xaf35a30 s Context>handleSignal:
         0xaf3c490 s Context>handleSignal:
         0xaf42e38 s Context>handleSignal:
         0xaf49728 s Context>handleSignal:
         0xaf4ff60 s Context>handleSignal:
         0xaf566e0 s Context>handleSignal:
         0xaf5cda8 s Context>handleSignal:
         0xaf633b8 s Context>handleSignal:
         0xaf69910 s Context>handleSignal:
         0xaf6fdb0 s Context>handleSignal:
         0xaf76198 s Context>handleSignal:
         0xaf7c4c8 s Context>handleSignal:
         0xaf82740 s Context>handleSignal:
         0xaf88900 s Context>handleSignal:
         0xaf8ea08 s Context>handleSignal:
         0xaf94a58 s Context>handleSignal:
         0xaf9a9f0 s Context>handleSignal:
         0xafa08d0 s Context>handleSignal:
         0xafa66f8 s Context>handleSignal:
         0xafac468 s Context>handleSignal:
         0xafb2120 s Context>handleSignal:
         0xafb7d20 s Context>handleSignal:
         0xafbd868 s Context>handleSignal:
         0xafc32f8 s Context>handleSignal:
         0xafc8cd0 s Context>handleSignal:
         0xafce5f0 s Context>handleSignal:
         0xafd3e58 s Context>handleSignal:
         0xafd9608 s Context>handleSignal:
         0xafded00 s Context>handleSignal:
         0xafe4340 s Context>handleSignal:
         0xafe98c8 s Context>handleSignal:
         0xafeed98 s Context>handleSignal:
         0xaff41b0 s Context>handleSignal:
         0xaff9510 s Context>handleSignal:
         0xaffe7b8 s Context>handleSignal:
         0xb0039a8 s Context>handleSignal:
         0xb008ae0 s Context>handleSignal:
         0xb00db60 s Context>handleSignal:
         0xb012b28 s Context>handleSignal:
         0xb017a38 s Context>handleSignal:
         0xb01c890 s Context>handleSignal:
         0xb021630 s Context>handleSignal:
         0xb026318 s Context>handleSignal:
         0xb02af48 s Context>handleSignal:
         0xb02fac0 s Context>handleSignal:
         0xb034580 s Context>handleSignal:
         0xb038f88 s Context>handleSignal:
         0xb03d8d8 s Context>handleSignal:
         0xb042170 s Context>handleSignal:
         0xb046950 s Context>handleSignal:
         0xb04b078 s Context>handleSignal:
         0xb04f6e8 s Context>handleSignal:
         0xb053ca0 s Context>handleSignal:
         0xb0581a0 s Context>handleSignal:
         0xb05c5e8 s Context>handleSignal:
         0xb060978 s Context>handleSignal:
         0xb064c50 s Context>handleSignal:
         0xb068e70 s Context>handleSignal:
         0xb06cfd8 s Context>handleSignal:
         0xb071088 s Context>handleSignal:
         0xb075080 s Context>handleSignal:
         0xb078fc0 s Context>handleSignal:
         0xb07ce48 s Context>handleSignal:
         0xb080c18 s Context>handleSignal:
         0xb084930 s Context>handleSignal:
         0xb088590 s Context>handleSignal:
         0xb08c138 s Context>handleSignal:
         0xb08fc28 s Context>handleSignal:
         0xb0935a8 s Context>handleSignal:
         0xb096e70 s Context>handleSignal:
         0xb09a680 s Context>handleSignal:
         0xb09ddd8 s Context>handleSignal:
         0xb0a1478 s Context>handleSignal:
         0xb0a4a60 s Context>handleSignal:
         0xb0a7f90 s Context>handleSignal:
         0xb0ab408 s Context>handleSignal:
         0xb0ae7c8 s Context>handleSignal:
         0xb0b1ad0 s Context>handleSignal:
         0xb0b4d20 s Context>handleSignal:
         0xb0b7eb8 s Context>handleSignal:
         0xb0baf98 s Context>handleSignal:
         0xb0bdfc0 s Context>handleSignal:
         0xb0c0f30 s Context>handleSignal:
         0xb0c3de8 s Context>handleSignal:
         0xb0c6be8 s Context>handleSignal:
         0xb1d5270 s Halt(Exception)>signal
         0xb26ef18 s Halt class(Exception class)>signal
         0xad4c358 s Halt class>now
         0xb1bc1d8 s FullBlockClosure(Object)>halt
         0xb2364a8 s FullBlockClosure>printOn:
         0xb2997f8 s Context>printOn:
         0xb3542f8 s Context>printDebugOn:
         0xb354600 s [] in Context>debugStack:on:
         0xb39b228 s OrderedCollection>do:
         0xb299900 s Context>debugStack:on:
         0xb354490 s Context>shortDebugStackOn:
         0xb39b170 s [] in SmalltalkImage>logError:inContext:
         0xb3c0d88 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d30a8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26c450 s SmalltalkImage>logStdErrorDuring:
         0xb2b6608 s SmalltalkImage>logError:inContext:
         0xb374650 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1f90 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0ad8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed710 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f9558 s Halt(Exception)>unhandledErrorAction
         0xb3f9610 s Halt(UnhandledException)>defaultAction
         0xb3f96c8 s UndefinedObject>handleSignal:
         0xad4bab8 s Context>handleSignal:
         0xad4d3e0 s Context>handleSignal:
         0xad4d498 s Context>handleSignal:
         0xad4d550 s Context>handleSignal:
         0xad4d608 s Context>handleSignal:
         0xad4d6c0 s Context>handleSignal:
         0xad4d778 s Context>handleSignal:
         0xad4d830 s Context>handleSignal:
         0xad4d8e8 s Context>handleSignal:
         0xad4d9a0 s Context>handleSignal:
         0xad9f9f0 s Context>handleSignal:
         0xadb3390 s Context>handleSignal:
         0xadc5200 s Context>handleSignal:
         0xadd6360 s Context>handleSignal:
         0xade9dc0 s Context>handleSignal:
         0xadfa598 s Context>handleSignal:
         0xae0a898 s Context>handleSignal:
         0xae1a738 s Context>handleSignal:
         0xae2cc70 s Context>handleSignal:
         0xae3c2c0 s Context>handleSignal:
         0xae4e4b0 s Context>handleSignal:
         0xae5aa90 s Context>handleSignal:
         0xae67808 s Context>handleSignal:
         0xae72860 s Context>handleSignal:
         0xae7c790 s Context>handleSignal:
         0xae87238 s Context>handleSignal:
         0xae91250 s Context>handleSignal:
         0xae9bfe0 s Context>handleSignal:
         0xaea8460 s Context>handleSignal:
         0xaeb1948 s Context>handleSignal:
         0xaeb9e28 s Context>handleSignal:
         0xaec1ff0 s Context>handleSignal:
         0xaec9e80 s Context>handleSignal:
         0xaed2160 s Context>handleSignal:
         0xaeda090 s Context>handleSignal:
         0xaee2220 s Context>handleSignal:
         0xaee9bf8 s Context>handleSignal:
         0xaef18c8 s Context>handleSignal:
         0xaef96f8 s Context>handleSignal:
         0xaf01678 s Context>handleSignal:
         0xaf0ac28 s Context>handleSignal:
         0xaf12648 s Context>handleSignal:
         0xaf1a358 s Context>handleSignal:
         0xaf21150 s Context>handleSignal:
         0xaf27ed0 s Context>handleSignal:
         0xaf2eda8 s Context>handleSignal:
         0xaf35978 s Context>handleSignal:
         0xaf3c3d8 s Context>handleSignal:
         0xaf42d80 s Context>handleSignal:
         0xaf49670 s Context>handleSignal:
         0xaf4fea8 s Context>handleSignal:
         0xaf56628 s Context>handleSignal:
         0xaf5ccf0 s Context>handleSignal:
         0xaf63300 s Context>handleSignal:
         0xaf69858 s Context>handleSignal:
         0xaf6fcf8 s Context>handleSignal:
         0xaf760e0 s Context>handleSignal:
         0xaf7c410 s Context>handleSignal:
         0xaf82688 s Context>handleSignal:
         0xaf88848 s Context>handleSignal:
         0xaf8e950 s Context>handleSignal:
         0xaf949a0 s Context>handleSignal:
         0xaf9a938 s Context>handleSignal:
         0xafa0818 s Context>handleSignal:
         0xafa6640 s Context>handleSignal:
         0xafac3b0 s Context>handleSignal:
         0xafb2068 s Context>handleSignal:
         0xafb7c68 s Context>handleSignal:
         0xafbd7b0 s Context>handleSignal:
         0xafc3240 s Context>handleSignal:
         0xafc8c18 s Context>handleSignal:
         0xafce538 s Context>handleSignal:
         0xafd3da0 s Context>handleSignal:
         0xafd9550 s Context>handleSignal:
         0xafdec48 s Context>handleSignal:
         0xafe4288 s Context>handleSignal:
         0xafe9810 s Context>handleSignal:
         0xafeece0 s Context>handleSignal:
         0xaff40f8 s Context>handleSignal:
         0xaff9458 s Context>handleSignal:
         0xaffe700 s Context>handleSignal:
         0xb0038f0 s Context>handleSignal:
         0xb008a28 s Context>handleSignal:
         0xb00daa8 s Context>handleSignal:
         0xb012a70 s Context>handleSignal:
         0xb017980 s Context>handleSignal:
         0xb01c7d8 s Context>handleSignal:
         0xb021578 s Context>handleSignal:
         0xb026260 s Context>handleSignal:
         0xb02ae90 s Context>handleSignal:
         0xb02fa08 s Context>handleSignal:
         0xb0344c8 s Context>handleSignal:
         0xb038ed0 s Context>handleSignal:
         0xb03d820 s Context>handleSignal:
         0xb0420b8 s Context>handleSignal:
         0xb046898 s Context>handleSignal:
         0xb04afc0 s Context>handleSignal:
         0xb04f630 s Context>handleSignal:
         0xb053be8 s Context>handleSignal:
         0xb0580e8 s Context>handleSignal:
         0xb05c530 s Context>handleSignal:
         0xb0608c0 s Context>handleSignal:
         0xb064b98 s Context>handleSignal:
         0xb068db8 s Context>handleSignal:
         0xb06cf20 s Context>handleSignal:
         0xb070fd0 s Context>handleSignal:
         0xb074fc8 s Context>handleSignal:
         0xb078f08 s Context>handleSignal:
         0xb07cd90 s Context>handleSignal:
         0xb080b60 s Context>handleSignal:
         0xb084878 s Context>handleSignal:
         0xb0884d8 s Context>handleSignal:
         0xb08c080 s Context>handleSignal:
         0xb08fb70 s Context>handleSignal:
         0xb0934f0 s Context>handleSignal:
         0xb096db8 s Context>handleSignal:
         0xb09a5c8 s Context>handleSignal:
         0xb09dd20 s Context>handleSignal:
         0xb0a13c0 s Context>handleSignal:
         0xb0a49a8 s Context>handleSignal:
         0xb0a7ed8 s Context>handleSignal:
         0xb0ab350 s Context>handleSignal:
         0xb0ae710 s Context>handleSignal:
         0xb0b1a18 s Context>handleSignal:
         0xb0b4c68 s Context>handleSignal:
         0xb0b7e00 s Context>handleSignal:
         0xb0baee0 s Context>handleSignal:
         0xb0bdf08 s Context>handleSignal:
         0xb0c0e78 s Context>handleSignal:
         0xb0c3d30 s Context>handleSignal:
         0xb1d5100 s Halt(Exception)>signal
         0xb26ed48 s Halt class(Exception class)>signal
         0xad4bb70 s Halt class>now
         0xb1bc0e8 s FullBlockClosure(Object)>halt
         0xb2363c0 s FullBlockClosure>printOn:
         0xb299638 s Context>printOn:
         0xb3540a8 s Context>printDebugOn:
         0xb3543b0 s [] in Context>debugStack:on:
         0xb39b0a8 s OrderedCollection>do:
         0xb299740 s Context>debugStack:on:
         0xb354240 s Context>shortDebugStackOn:
         0xb39aff0 s [] in SmalltalkImage>logError:inContext:
         0xb3c0cb0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d2f38 s FullBlockClosure(BlockClosure)>on:do:
         0xb26c280 s SmalltalkImage>logStdErrorDuring:
         0xb2b6508 s SmalltalkImage>logError:inContext:
         0xb374588 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1ea0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d09f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed658 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f9330 s Halt(Exception)>unhandledErrorAction
         0xb3f93e8 s Halt(UnhandledException)>defaultAction
         0xb3f94a0 s UndefinedObject>handleSignal:
         0xad4b2d0 s Context>handleSignal:
         0xad4cbf8 s Context>handleSignal:
         0xad4ccb0 s Context>handleSignal:
         0xad4cd68 s Context>handleSignal:
         0xad4ce20 s Context>handleSignal:
         0xad4ced8 s Context>handleSignal:
         0xad4cf90 s Context>handleSignal:
         0xad4d048 s Context>handleSignal:
         0xad4d100 s Context>handleSignal:
         0xad4d1b8 s Context>handleSignal:
         0xad9f938 s Context>handleSignal:
         0xadb32d8 s Context>handleSignal:
         0xadc5148 s Context>handleSignal:
         0xadd62a8 s Context>handleSignal:
         0xade9d08 s Context>handleSignal:
         0xadfa4e0 s Context>handleSignal:
         0xae0a7e0 s Context>handleSignal:
         0xae1a680 s Context>handleSignal:
         0xae2cbb8 s Context>handleSignal:
         0xae3c208 s Context>handleSignal:
         0xae4e3f8 s Context>handleSignal:
         0xae5a9d8 s Context>handleSignal:
         0xae67750 s Context>handleSignal:
         0xae727a8 s Context>handleSignal:
         0xae7c6d8 s Context>handleSignal:
         0xae87180 s Context>handleSignal:
         0xae91198 s Context>handleSignal:
         0xae9bf28 s Context>handleSignal:
         0xaea83a8 s Context>handleSignal:
         0xaeb1890 s Context>handleSignal:
         0xaeb9d70 s Context>handleSignal:
         0xaec1f38 s Context>handleSignal:
         0xaec9dc8 s Context>handleSignal:
         0xaed20a8 s Context>handleSignal:
         0xaed9fd8 s Context>handleSignal:
         0xaee2168 s Context>handleSignal:
         0xaee9b40 s Context>handleSignal:
         0xaef1810 s Context>handleSignal:
         0xaef9640 s Context>handleSignal:
         0xaf015c0 s Context>handleSignal:
         0xaf0ab70 s Context>handleSignal:
         0xaf12590 s Context>handleSignal:
         0xaf1a2a0 s Context>handleSignal:
         0xaf21098 s Context>handleSignal:
         0xaf27e18 s Context>handleSignal:
         0xaf2ecf0 s Context>handleSignal:
         0xaf358c0 s Context>handleSignal:
         0xaf3c320 s Context>handleSignal:
         0xaf42cc8 s Context>handleSignal:
         0xaf495b8 s Context>handleSignal:
         0xaf4fdf0 s Context>handleSignal:
         0xaf56570 s Context>handleSignal:
         0xaf5cc38 s Context>handleSignal:
         0xaf63248 s Context>handleSignal:
         0xaf697a0 s Context>handleSignal:
         0xaf6fc40 s Context>handleSignal:
         0xaf76028 s Context>handleSignal:
         0xaf7c358 s Context>handleSignal:
         0xaf825d0 s Context>handleSignal:
         0xaf88790 s Context>handleSignal:
         0xaf8e898 s Context>handleSignal:
         0xaf948e8 s Context>handleSignal:
         0xaf9a880 s Context>handleSignal:
         0xafa0760 s Context>handleSignal:
         0xafa6588 s Context>handleSignal:
         0xafac2f8 s Context>handleSignal:
         0xafb1fb0 s Context>handleSignal:
         0xafb7bb0 s Context>handleSignal:
         0xafbd6f8 s Context>handleSignal:
         0xafc3188 s Context>handleSignal:
         0xafc8b60 s Context>handleSignal:
         0xafce480 s Context>handleSignal:
         0xafd3ce8 s Context>handleSignal:
         0xafd9498 s Context>handleSignal:
         0xafdeb90 s Context>handleSignal:
         0xafe41d0 s Context>handleSignal:
         0xafe9758 s Context>handleSignal:
         0xafeec28 s Context>handleSignal:
         0xaff4040 s Context>handleSignal:
         0xaff93a0 s Context>handleSignal:
         0xaffe648 s Context>handleSignal:
         0xb003838 s Context>handleSignal:
         0xb008970 s Context>handleSignal:
         0xb00d9f0 s Context>handleSignal:
         0xb0129b8 s Context>handleSignal:
         0xb0178c8 s Context>handleSignal:
         0xb01c720 s Context>handleSignal:
         0xb0214c0 s Context>handleSignal:
         0xb0261a8 s Context>handleSignal:
         0xb02add8 s Context>handleSignal:
         0xb02f950 s Context>handleSignal:
         0xb034410 s Context>handleSignal:
         0xb038e18 s Context>handleSignal:
         0xb03d768 s Context>handleSignal:
         0xb042000 s Context>handleSignal:
         0xb0467e0 s Context>handleSignal:
         0xb04af08 s Context>handleSignal:
         0xb04f578 s Context>handleSignal:
         0xb053b30 s Context>handleSignal:
         0xb058030 s Context>handleSignal:
         0xb05c478 s Context>handleSignal:
         0xb060808 s Context>handleSignal:
         0xb064ae0 s Context>handleSignal:
         0xb068d00 s Context>handleSignal:
         0xb06ce68 s Context>handleSignal:
         0xb070f18 s Context>handleSignal:
         0xb074f10 s Context>handleSignal:
         0xb078e50 s Context>handleSignal:
         0xb07ccd8 s Context>handleSignal:
         0xb080aa8 s Context>handleSignal:
         0xb0847c0 s Context>handleSignal:
         0xb088420 s Context>handleSignal:
         0xb08bfc8 s Context>handleSignal:
         0xb08fab8 s Context>handleSignal:
         0xb093438 s Context>handleSignal:
         0xb096d00 s Context>handleSignal:
         0xb09a510 s Context>handleSignal:
         0xb09dc68 s Context>handleSignal:
         0xb0a1308 s Context>handleSignal:
         0xb0a48f0 s Context>handleSignal:
         0xb0a7e20 s Context>handleSignal:
         0xb0ab298 s Context>handleSignal:
         0xb0ae658 s Context>handleSignal:
         0xb0b1960 s Context>handleSignal:
         0xb0b4bb0 s Context>handleSignal:
         0xb0b7d48 s Context>handleSignal:
         0xb0bae28 s Context>handleSignal:
         0xb0bde50 s Context>handleSignal:
         0xb0c0dc0 s Context>handleSignal:
         0xb1d4f90 s Halt(Exception)>signal
         0xb26eb78 s Halt class(Exception class)>signal
         0xad4b388 s Halt class>now
         0xb1bbff8 s FullBlockClosure(Object)>halt
         0xb2362d8 s FullBlockClosure>printOn:
         0xb299478 s Context>printOn:
         0xb353e58 s Context>printDebugOn:
         0xb354160 s [] in Context>debugStack:on:
         0xb39af28 s OrderedCollection>do:
         0xb299580 s Context>debugStack:on:
         0xb353ff0 s Context>shortDebugStackOn:
         0xb39ae70 s [] in SmalltalkImage>logError:inContext:
         0xb3c0bd8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d2dc8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26c0b0 s SmalltalkImage>logStdErrorDuring:
         0xb2b6408 s SmalltalkImage>logError:inContext:
         0xb3744c0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1db0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0918 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed5a0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f9108 s Halt(Exception)>unhandledErrorAction
         0xb3f91c0 s Halt(UnhandledException)>defaultAction
         0xb3f9278 s UndefinedObject>handleSignal:
         0xad4aae8 s Context>handleSignal:
         0xad4c410 s Context>handleSignal:
         0xad4c4c8 s Context>handleSignal:
         0xad4c580 s Context>handleSignal:
         0xad4c638 s Context>handleSignal:
         0xad4c6f0 s Context>handleSignal:
         0xad4c7a8 s Context>handleSignal:
         0xad4c860 s Context>handleSignal:
         0xad4c918 s Context>handleSignal:
         0xad4c9d0 s Context>handleSignal:
         0xad9f880 s Context>handleSignal:
         0xadb3220 s Context>handleSignal:
         0xadc5090 s Context>handleSignal:
         0xadd61f0 s Context>handleSignal:
         0xade9c50 s Context>handleSignal:
         0xadfa428 s Context>handleSignal:
         0xae0a728 s Context>handleSignal:
         0xae1a5c8 s Context>handleSignal:
         0xae2cb00 s Context>handleSignal:
         0xae3c150 s Context>handleSignal:
         0xae4e340 s Context>handleSignal:
         0xae5a920 s Context>handleSignal:
         0xae67698 s Context>handleSignal:
         0xae726f0 s Context>handleSignal:
         0xae7c620 s Context>handleSignal:
         0xae870c8 s Context>handleSignal:
         0xae910e0 s Context>handleSignal:
         0xae9be70 s Context>handleSignal:
         0xaea82f0 s Context>handleSignal:
         0xaeb17d8 s Context>handleSignal:
         0xaeb9cb8 s Context>handleSignal:
         0xaec1e80 s Context>handleSignal:
         0xaec9d10 s Context>handleSignal:
         0xaed1ff0 s Context>handleSignal:
         0xaed9f20 s Context>handleSignal:
         0xaee20b0 s Context>handleSignal:
         0xaee9a88 s Context>handleSignal:
         0xaef1758 s Context>handleSignal:
         0xaef9588 s Context>handleSignal:
         0xaf01508 s Context>handleSignal:
         0xaf0aab8 s Context>handleSignal:
         0xaf124d8 s Context>handleSignal:
         0xaf1a1e8 s Context>handleSignal:
         0xaf20fe0 s Context>handleSignal:
         0xaf27d60 s Context>handleSignal:
         0xaf2ec38 s Context>handleSignal:
         0xaf35808 s Context>handleSignal:
         0xaf3c268 s Context>handleSignal:
         0xaf42c10 s Context>handleSignal:
         0xaf49500 s Context>handleSignal:
         0xaf4fd38 s Context>handleSignal:
         0xaf564b8 s Context>handleSignal:
         0xaf5cb80 s Context>handleSignal:
         0xaf63190 s Context>handleSignal:
         0xaf696e8 s Context>handleSignal:
         0xaf6fb88 s Context>handleSignal:
         0xaf75f70 s Context>handleSignal:
         0xaf7c2a0 s Context>handleSignal:
         0xaf82518 s Context>handleSignal:
         0xaf886d8 s Context>handleSignal:
         0xaf8e7e0 s Context>handleSignal:
         0xaf94830 s Context>handleSignal:
         0xaf9a7c8 s Context>handleSignal:
         0xafa06a8 s Context>handleSignal:
         0xafa64d0 s Context>handleSignal:
         0xafac240 s Context>handleSignal:
         0xafb1ef8 s Context>handleSignal:
         0xafb7af8 s Context>handleSignal:
         0xafbd640 s Context>handleSignal:
         0xafc30d0 s Context>handleSignal:
         0xafc8aa8 s Context>handleSignal:
         0xafce3c8 s Context>handleSignal:
         0xafd3c30 s Context>handleSignal:
         0xafd93e0 s Context>handleSignal:
         0xafdead8 s Context>handleSignal:
         0xafe4118 s Context>handleSignal:
         0xafe96a0 s Context>handleSignal:
         0xafeeb70 s Context>handleSignal:
         0xaff3f88 s Context>handleSignal:
         0xaff92e8 s Context>handleSignal:
         0xaffe590 s Context>handleSignal:
         0xb003780 s Context>handleSignal:
         0xb0088b8 s Context>handleSignal:
         0xb00d938 s Context>handleSignal:
         0xb012900 s Context>handleSignal:
         0xb017810 s Context>handleSignal:
         0xb01c668 s Context>handleSignal:
         0xb021408 s Context>handleSignal:
         0xb0260f0 s Context>handleSignal:
         0xb02ad20 s Context>handleSignal:
         0xb02f898 s Context>handleSignal:
         0xb034358 s Context>handleSignal:
         0xb038d60 s Context>handleSignal:
         0xb03d6b0 s Context>handleSignal:
         0xb041f48 s Context>handleSignal:
         0xb046728 s Context>handleSignal:
         0xb04ae50 s Context>handleSignal:
         0xb04f4c0 s Context>handleSignal:
         0xb053a78 s Context>handleSignal:
         0xb057f78 s Context>handleSignal:
         0xb05c3c0 s Context>handleSignal:
         0xb060750 s Context>handleSignal:
         0xb064a28 s Context>handleSignal:
         0xb068c48 s Context>handleSignal:
         0xb06cdb0 s Context>handleSignal:
         0xb070e60 s Context>handleSignal:
         0xb074e58 s Context>handleSignal:
         0xb078d98 s Context>handleSignal:
         0xb07cc20 s Context>handleSignal:
         0xb0809f0 s Context>handleSignal:
         0xb084708 s Context>handleSignal:
         0xb088368 s Context>handleSignal:
         0xb08bf10 s Context>handleSignal:
         0xb08fa00 s Context>handleSignal:
         0xb093380 s Context>handleSignal:
         0xb096c48 s Context>handleSignal:
         0xb09a458 s Context>handleSignal:
         0xb09dbb0 s Context>handleSignal:
         0xb0a1250 s Context>handleSignal:
         0xb0a4838 s Context>handleSignal:
         0xb0a7d68 s Context>handleSignal:
         0xb0ab1e0 s Context>handleSignal:
         0xb0ae5a0 s Context>handleSignal:
         0xb0b18a8 s Context>handleSignal:
         0xb0b4af8 s Context>handleSignal:
         0xb0b7c90 s Context>handleSignal:
         0xb0bad70 s Context>handleSignal:
         0xb0bdd98 s Context>handleSignal:
         0xb1d4e20 s Halt(Exception)>signal
         0xb26e9a8 s Halt class(Exception class)>signal
         0xad4aba0 s Halt class>now
         0xb1bbf08 s FullBlockClosure(Object)>halt
         0xb2361f0 s FullBlockClosure>printOn:
         0xb2992b8 s Context>printOn:
         0xb353c08 s Context>printDebugOn:
         0xb353f10 s [] in Context>debugStack:on:
         0xb39ada8 s OrderedCollection>do:
         0xb2993c0 s Context>debugStack:on:
         0xb353da0 s Context>shortDebugStackOn:
         0xb39acf0 s [] in SmalltalkImage>logError:inContext:
         0xb3c0b00 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d2c58 s FullBlockClosure(BlockClosure)>on:do:
         0xb26bee0 s SmalltalkImage>logStdErrorDuring:
         0xb2b6308 s SmalltalkImage>logError:inContext:
         0xb3743f8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1cc0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0838 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed4e8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f8ee0 s Halt(Exception)>unhandledErrorAction
         0xb3f8f98 s Halt(UnhandledException)>defaultAction
         0xb3f9050 s UndefinedObject>handleSignal:
         0xad4a300 s Context>handleSignal:
         0xad4bc28 s Context>handleSignal:
         0xad4bce0 s Context>handleSignal:
         0xad4bd98 s Context>handleSignal:
         0xad4be50 s Context>handleSignal:
         0xad4bf08 s Context>handleSignal:
         0xad4bfc0 s Context>handleSignal:
         0xad4c078 s Context>handleSignal:
         0xad4c130 s Context>handleSignal:
         0xad4c1e8 s Context>handleSignal:
         0xad9f7c8 s Context>handleSignal:
         0xadb3168 s Context>handleSignal:
         0xadc4fd8 s Context>handleSignal:
         0xadd6138 s Context>handleSignal:
         0xade9b98 s Context>handleSignal:
         0xadfa370 s Context>handleSignal:
         0xae0a670 s Context>handleSignal:
         0xae1a510 s Context>handleSignal:
         0xae2ca48 s Context>handleSignal:
         0xae3c098 s Context>handleSignal:
         0xae4e288 s Context>handleSignal:
         0xae5a868 s Context>handleSignal:
         0xae675e0 s Context>handleSignal:
         0xae72638 s Context>handleSignal:
         0xae7c568 s Context>handleSignal:
         0xae87010 s Context>handleSignal:
         0xae91028 s Context>handleSignal:
         0xae9bdb8 s Context>handleSignal:
         0xaea8238 s Context>handleSignal:
         0xaeb1720 s Context>handleSignal:
         0xaeb9c00 s Context>handleSignal:
         0xaec1dc8 s Context>handleSignal:
         0xaec9c58 s Context>handleSignal:
         0xaed1f38 s Context>handleSignal:
         0xaed9e68 s Context>handleSignal:
         0xaee1ff8 s Context>handleSignal:
         0xaee99d0 s Context>handleSignal:
         0xaef16a0 s Context>handleSignal:
         0xaef94d0 s Context>handleSignal:
         0xaf01450 s Context>handleSignal:
         0xaf0aa00 s Context>handleSignal:
         0xaf12420 s Context>handleSignal:
         0xaf1a130 s Context>handleSignal:
         0xaf20f28 s Context>handleSignal:
         0xaf27ca8 s Context>handleSignal:
         0xaf2eb80 s Context>handleSignal:
         0xaf35750 s Context>handleSignal:
         0xaf3c1b0 s Context>handleSignal:
         0xaf42b58 s Context>handleSignal:
         0xaf49448 s Context>handleSignal:
         0xaf4fc80 s Context>handleSignal:
         0xaf56400 s Context>handleSignal:
         0xaf5cac8 s Context>handleSignal:
         0xaf630d8 s Context>handleSignal:
         0xaf69630 s Context>handleSignal:
         0xaf6fad0 s Context>handleSignal:
         0xaf75eb8 s Context>handleSignal:
         0xaf7c1e8 s Context>handleSignal:
         0xaf82460 s Context>handleSignal:
         0xaf88620 s Context>handleSignal:
         0xaf8e728 s Context>handleSignal:
         0xaf94778 s Context>handleSignal:
         0xaf9a710 s Context>handleSignal:
         0xafa05f0 s Context>handleSignal:
         0xafa6418 s Context>handleSignal:
         0xafac188 s Context>handleSignal:
         0xafb1e40 s Context>handleSignal:
         0xafb7a40 s Context>handleSignal:
         0xafbd588 s Context>handleSignal:
         0xafc3018 s Context>handleSignal:
         0xafc89f0 s Context>handleSignal:
         0xafce310 s Context>handleSignal:
         0xafd3b78 s Context>handleSignal:
         0xafd9328 s Context>handleSignal:
         0xafdea20 s Context>handleSignal:
         0xafe4060 s Context>handleSignal:
         0xafe95e8 s Context>handleSignal:
         0xafeeab8 s Context>handleSignal:
         0xaff3ed0 s Context>handleSignal:
         0xaff9230 s Context>handleSignal:
         0xaffe4d8 s Context>handleSignal:
         0xb0036c8 s Context>handleSignal:
         0xb008800 s Context>handleSignal:
         0xb00d880 s Context>handleSignal:
         0xb012848 s Context>handleSignal:
         0xb017758 s Context>handleSignal:
         0xb01c5b0 s Context>handleSignal:
         0xb021350 s Context>handleSignal:
         0xb026038 s Context>handleSignal:
         0xb02ac68 s Context>handleSignal:
         0xb02f7e0 s Context>handleSignal:
         0xb0342a0 s Context>handleSignal:
         0xb038ca8 s Context>handleSignal:
         0xb03d5f8 s Context>handleSignal:
         0xb041e90 s Context>handleSignal:
         0xb046670 s Context>handleSignal:
         0xb04ad98 s Context>handleSignal:
         0xb04f408 s Context>handleSignal:
         0xb0539c0 s Context>handleSignal:
         0xb057ec0 s Context>handleSignal:
         0xb05c308 s Context>handleSignal:
         0xb060698 s Context>handleSignal:
         0xb064970 s Context>handleSignal:
         0xb068b90 s Context>handleSignal:
         0xb06ccf8 s Context>handleSignal:
         0xb070da8 s Context>handleSignal:
         0xb074da0 s Context>handleSignal:
         0xb078ce0 s Context>handleSignal:
         0xb07cb68 s Context>handleSignal:
         0xb080938 s Context>handleSignal:
         0xb084650 s Context>handleSignal:
         0xb0882b0 s Context>handleSignal:
         0xb08be58 s Context>handleSignal:
         0xb08f948 s Context>handleSignal:
         0xb0932c8 s Context>handleSignal:
         0xb096b90 s Context>handleSignal:
         0xb09a3a0 s Context>handleSignal:
         0xb09daf8 s Context>handleSignal:
         0xb0a1198 s Context>handleSignal:
         0xb0a4780 s Context>handleSignal:
         0xb0a7cb0 s Context>handleSignal:
         0xb0ab128 s Context>handleSignal:
         0xb0ae4e8 s Context>handleSignal:
         0xb0b17f0 s Context>handleSignal:
         0xb0b4a40 s Context>handleSignal:
         0xb0b7bd8 s Context>handleSignal:
         0xb0bacb8 s Context>handleSignal:
         0xb1d4cb0 s Halt(Exception)>signal
         0xb26e7d8 s Halt class(Exception class)>signal
         0xad4a3b8 s Halt class>now
         0xb1bbe18 s FullBlockClosure(Object)>halt
         0xb236108 s FullBlockClosure>printOn:
         0xb2990f8 s Context>printOn:
         0xb3539b8 s Context>printDebugOn:
         0xb353cc0 s [] in Context>debugStack:on:
         0xb39ac28 s OrderedCollection>do:
         0xb299200 s Context>debugStack:on:
         0xb353b50 s Context>shortDebugStackOn:
         0xb39ab70 s [] in SmalltalkImage>logError:inContext:
         0xb3c0a28 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d2ae8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26bd10 s SmalltalkImage>logStdErrorDuring:
         0xb2b6208 s SmalltalkImage>logError:inContext:
         0xb374330 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1bd0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0758 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed430 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f8cb8 s Halt(Exception)>unhandledErrorAction
         0xb3f8d70 s Halt(UnhandledException)>defaultAction
         0xb3f8e28 s UndefinedObject>handleSignal:
         0xad49b18 s Context>handleSignal:
         0xad4b440 s Context>handleSignal:
         0xad4b4f8 s Context>handleSignal:
         0xad4b5b0 s Context>handleSignal:
         0xad4b668 s Context>handleSignal:
         0xad4b720 s Context>handleSignal:
         0xad4b7d8 s Context>handleSignal:
         0xad4b890 s Context>handleSignal:
         0xad4b948 s Context>handleSignal:
         0xad4ba00 s Context>handleSignal:
         0xad9f710 s Context>handleSignal:
         0xadb30b0 s Context>handleSignal:
         0xadc4f20 s Context>handleSignal:
         0xadd6080 s Context>handleSignal:
         0xade9ae0 s Context>handleSignal:
         0xadfa2b8 s Context>handleSignal:
         0xae0a5b8 s Context>handleSignal:
         0xae1a458 s Context>handleSignal:
         0xae2c990 s Context>handleSignal:
         0xae3bfe0 s Context>handleSignal:
         0xae4e1d0 s Context>handleSignal:
         0xae5a7b0 s Context>handleSignal:
         0xae67528 s Context>handleSignal:
         0xae72580 s Context>handleSignal:
         0xae7c4b0 s Context>handleSignal:
         0xae86f58 s Context>handleSignal:
         0xae90f70 s Context>handleSignal:
         0xae9bd00 s Context>handleSignal:
         0xaea8180 s Context>handleSignal:
         0xaeb1668 s Context>handleSignal:
         0xaeb9b48 s Context>handleSignal:
         0xaec1d10 s Context>handleSignal:
         0xaec9ba0 s Context>handleSignal:
         0xaed1e80 s Context>handleSignal:
         0xaed9db0 s Context>handleSignal:
         0xaee1f40 s Context>handleSignal:
         0xaee9918 s Context>handleSignal:
         0xaef15e8 s Context>handleSignal:
         0xaef9418 s Context>handleSignal:
         0xaf01398 s Context>handleSignal:
         0xaf0a948 s Context>handleSignal:
         0xaf12368 s Context>handleSignal:
         0xaf1a078 s Context>handleSignal:
         0xaf20e70 s Context>handleSignal:
         0xaf27bf0 s Context>handleSignal:
         0xaf2eac8 s Context>handleSignal:
         0xaf35698 s Context>handleSignal:
         0xaf3c0f8 s Context>handleSignal:
         0xaf42aa0 s Context>handleSignal:
         0xaf49390 s Context>handleSignal:
         0xaf4fbc8 s Context>handleSignal:
         0xaf56348 s Context>handleSignal:
         0xaf5ca10 s Context>handleSignal:
         0xaf63020 s Context>handleSignal:
         0xaf69578 s Context>handleSignal:
         0xaf6fa18 s Context>handleSignal:
         0xaf75e00 s Context>handleSignal:
         0xaf7c130 s Context>handleSignal:
         0xaf823a8 s Context>handleSignal:
         0xaf88568 s Context>handleSignal:
         0xaf8e670 s Context>handleSignal:
         0xaf946c0 s Context>handleSignal:
         0xaf9a658 s Context>handleSignal:
         0xafa0538 s Context>handleSignal:
         0xafa6360 s Context>handleSignal:
         0xafac0d0 s Context>handleSignal:
         0xafb1d88 s Context>handleSignal:
         0xafb7988 s Context>handleSignal:
         0xafbd4d0 s Context>handleSignal:
         0xafc2f60 s Context>handleSignal:
         0xafc8938 s Context>handleSignal:
         0xafce258 s Context>handleSignal:
         0xafd3ac0 s Context>handleSignal:
         0xafd9270 s Context>handleSignal:
         0xafde968 s Context>handleSignal:
         0xafe3fa8 s Context>handleSignal:
         0xafe9530 s Context>handleSignal:
         0xafeea00 s Context>handleSignal:
         0xaff3e18 s Context>handleSignal:
         0xaff9178 s Context>handleSignal:
         0xaffe420 s Context>handleSignal:
         0xb003610 s Context>handleSignal:
         0xb008748 s Context>handleSignal:
         0xb00d7c8 s Context>handleSignal:
         0xb012790 s Context>handleSignal:
         0xb0176a0 s Context>handleSignal:
         0xb01c4f8 s Context>handleSignal:
         0xb021298 s Context>handleSignal:
         0xb025f80 s Context>handleSignal:
         0xb02abb0 s Context>handleSignal:
         0xb02f728 s Context>handleSignal:
         0xb0341e8 s Context>handleSignal:
         0xb038bf0 s Context>handleSignal:
         0xb03d540 s Context>handleSignal:
         0xb041dd8 s Context>handleSignal:
         0xb0465b8 s Context>handleSignal:
         0xb04ace0 s Context>handleSignal:
         0xb04f350 s Context>handleSignal:
         0xb053908 s Context>handleSignal:
         0xb057e08 s Context>handleSignal:
         0xb05c250 s Context>handleSignal:
         0xb0605e0 s Context>handleSignal:
         0xb0648b8 s Context>handleSignal:
         0xb068ad8 s Context>handleSignal:
         0xb06cc40 s Context>handleSignal:
         0xb070cf0 s Context>handleSignal:
         0xb074ce8 s Context>handleSignal:
         0xb078c28 s Context>handleSignal:
         0xb07cab0 s Context>handleSignal:
         0xb080880 s Context>handleSignal:
         0xb084598 s Context>handleSignal:
         0xb0881f8 s Context>handleSignal:
         0xb08bda0 s Context>handleSignal:
         0xb08f890 s Context>handleSignal:
         0xb093210 s Context>handleSignal:
         0xb096ad8 s Context>handleSignal:
         0xb09a2e8 s Context>handleSignal:
         0xb09da40 s Context>handleSignal:
         0xb0a10e0 s Context>handleSignal:
         0xb0a46c8 s Context>handleSignal:
         0xb0a7bf8 s Context>handleSignal:
         0xb0ab070 s Context>handleSignal:
         0xb0ae430 s Context>handleSignal:
         0xb0b1738 s Context>handleSignal:
         0xb0b4988 s Context>handleSignal:
         0xb0b7b20 s Context>handleSignal:
         0xb1d4b40 s Halt(Exception)>signal
         0xb26e608 s Halt class(Exception class)>signal
         0xad49bd0 s Halt class>now
         0xb1bbd28 s FullBlockClosure(Object)>halt
         0xb236020 s FullBlockClosure>printOn:
         0xb298f38 s Context>printOn:
         0xb353768 s Context>printDebugOn:
         0xb353a70 s [] in Context>debugStack:on:
         0xb39aaa8 s OrderedCollection>do:
         0xb299040 s Context>debugStack:on:
         0xb353900 s Context>shortDebugStackOn:
         0xb39a9f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c0950 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d2978 s FullBlockClosure(BlockClosure)>on:do:
         0xb26bb40 s SmalltalkImage>logStdErrorDuring:
         0xb2b6108 s SmalltalkImage>logError:inContext:
         0xb374268 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1ae0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0678 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed378 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f8a90 s Halt(Exception)>unhandledErrorAction
         0xb3f8b48 s Halt(UnhandledException)>defaultAction
         0xb3f8c00 s UndefinedObject>handleSignal:
         0xad49330 s Context>handleSignal:
         0xad4ac58 s Context>handleSignal:
         0xad4ad10 s Context>handleSignal:
         0xad4adc8 s Context>handleSignal:
         0xad4ae80 s Context>handleSignal:
         0xad4af38 s Context>handleSignal:
         0xad4aff0 s Context>handleSignal:
         0xad4b0a8 s Context>handleSignal:
         0xad4b160 s Context>handleSignal:
         0xad4b218 s Context>handleSignal:
         0xad9f658 s Context>handleSignal:
         0xadb2ff8 s Context>handleSignal:
         0xadc4e68 s Context>handleSignal:
         0xadd5fc8 s Context>handleSignal:
         0xade9a28 s Context>handleSignal:
         0xadfa200 s Context>handleSignal:
         0xae0a500 s Context>handleSignal:
         0xae1a3a0 s Context>handleSignal:
         0xae2c8d8 s Context>handleSignal:
         0xae3bf28 s Context>handleSignal:
         0xae4e118 s Context>handleSignal:
         0xae5a6f8 s Context>handleSignal:
         0xae67470 s Context>handleSignal:
         0xae724c8 s Context>handleSignal:
         0xae7c3f8 s Context>handleSignal:
         0xae86ea0 s Context>handleSignal:
         0xae90eb8 s Context>handleSignal:
         0xae9bc48 s Context>handleSignal:
         0xaea80c8 s Context>handleSignal:
         0xaeb15b0 s Context>handleSignal:
         0xaeb9a90 s Context>handleSignal:
         0xaec1c58 s Context>handleSignal:
         0xaec9ae8 s Context>handleSignal:
         0xaed1dc8 s Context>handleSignal:
         0xaed9cf8 s Context>handleSignal:
         0xaee1e88 s Context>handleSignal:
         0xaee9860 s Context>handleSignal:
         0xaef1530 s Context>handleSignal:
         0xaef9360 s Context>handleSignal:
         0xaf012e0 s Context>handleSignal:
         0xaf0a890 s Context>handleSignal:
         0xaf122b0 s Context>handleSignal:
         0xaf19fc0 s Context>handleSignal:
         0xaf20db8 s Context>handleSignal:
         0xaf27b38 s Context>handleSignal:
         0xaf2ea10 s Context>handleSignal:
         0xaf355e0 s Context>handleSignal:
         0xaf3c040 s Context>handleSignal:
         0xaf429e8 s Context>handleSignal:
         0xaf492d8 s Context>handleSignal:
         0xaf4fb10 s Context>handleSignal:
         0xaf56290 s Context>handleSignal:
         0xaf5c958 s Context>handleSignal:
         0xaf62f68 s Context>handleSignal:
         0xaf694c0 s Context>handleSignal:
         0xaf6f960 s Context>handleSignal:
         0xaf75d48 s Context>handleSignal:
         0xaf7c078 s Context>handleSignal:
         0xaf822f0 s Context>handleSignal:
         0xaf884b0 s Context>handleSignal:
         0xaf8e5b8 s Context>handleSignal:
         0xaf94608 s Context>handleSignal:
         0xaf9a5a0 s Context>handleSignal:
         0xafa0480 s Context>handleSignal:
         0xafa62a8 s Context>handleSignal:
         0xafac018 s Context>handleSignal:
         0xafb1cd0 s Context>handleSignal:
         0xafb78d0 s Context>handleSignal:
         0xafbd418 s Context>handleSignal:
         0xafc2ea8 s Context>handleSignal:
         0xafc8880 s Context>handleSignal:
         0xafce1a0 s Context>handleSignal:
         0xafd3a08 s Context>handleSignal:
         0xafd91b8 s Context>handleSignal:
         0xafde8b0 s Context>handleSignal:
         0xafe3ef0 s Context>handleSignal:
         0xafe9478 s Context>handleSignal:
         0xafee948 s Context>handleSignal:
         0xaff3d60 s Context>handleSignal:
         0xaff90c0 s Context>handleSignal:
         0xaffe368 s Context>handleSignal:
         0xb003558 s Context>handleSignal:
         0xb008690 s Context>handleSignal:
         0xb00d710 s Context>handleSignal:
         0xb0126d8 s Context>handleSignal:
         0xb0175e8 s Context>handleSignal:
         0xb01c440 s Context>handleSignal:
         0xb0211e0 s Context>handleSignal:
         0xb025ec8 s Context>handleSignal:
         0xb02aaf8 s Context>handleSignal:
         0xb02f670 s Context>handleSignal:
         0xb034130 s Context>handleSignal:
         0xb038b38 s Context>handleSignal:
         0xb03d488 s Context>handleSignal:
         0xb041d20 s Context>handleSignal:
         0xb046500 s Context>handleSignal:
         0xb04ac28 s Context>handleSignal:
         0xb04f298 s Context>handleSignal:
         0xb053850 s Context>handleSignal:
         0xb057d50 s Context>handleSignal:
         0xb05c198 s Context>handleSignal:
         0xb060528 s Context>handleSignal:
         0xb064800 s Context>handleSignal:
         0xb068a20 s Context>handleSignal:
         0xb06cb88 s Context>handleSignal:
         0xb070c38 s Context>handleSignal:
         0xb074c30 s Context>handleSignal:
         0xb078b70 s Context>handleSignal:
         0xb07c9f8 s Context>handleSignal:
         0xb0807c8 s Context>handleSignal:
         0xb0844e0 s Context>handleSignal:
         0xb088140 s Context>handleSignal:
         0xb08bce8 s Context>handleSignal:
         0xb08f7d8 s Context>handleSignal:
         0xb093158 s Context>handleSignal:
         0xb096a20 s Context>handleSignal:
         0xb09a230 s Context>handleSignal:
         0xb09d988 s Context>handleSignal:
         0xb0a1028 s Context>handleSignal:
         0xb0a4610 s Context>handleSignal:
         0xb0a7b40 s Context>handleSignal:
         0xb0aafb8 s Context>handleSignal:
         0xb0ae378 s Context>handleSignal:
         0xb0b1680 s Context>handleSignal:
         0xb0b48d0 s Context>handleSignal:
         0xb1d49d0 s Halt(Exception)>signal
         0xb26e438 s Halt class(Exception class)>signal
         0xad493e8 s Halt class>now
         0xb1bbc38 s FullBlockClosure(Object)>halt
         0xb235f38 s FullBlockClosure>printOn:
         0xb298d78 s Context>printOn:
         0xb353518 s Context>printDebugOn:
         0xb353820 s [] in Context>debugStack:on:
         0xb39a928 s OrderedCollection>do:
         0xb298e80 s Context>debugStack:on:
         0xb3536b0 s Context>shortDebugStackOn:
         0xb39a870 s [] in SmalltalkImage>logError:inContext:
         0xb3c0878 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d2808 s FullBlockClosure(BlockClosure)>on:do:
         0xb26b970 s SmalltalkImage>logStdErrorDuring:
         0xb2b6008 s SmalltalkImage>logError:inContext:
         0xb3741a0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b19f0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0598 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed2c0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f8868 s Halt(Exception)>unhandledErrorAction
         0xb3f8920 s Halt(UnhandledException)>defaultAction
         0xb3f89d8 s UndefinedObject>handleSignal:
         0xad48b48 s Context>handleSignal:
         0xad4a470 s Context>handleSignal:
         0xad4a528 s Context>handleSignal:
         0xad4a5e0 s Context>handleSignal:
         0xad4a698 s Context>handleSignal:
         0xad4a750 s Context>handleSignal:
         0xad4a808 s Context>handleSignal:
         0xad4a8c0 s Context>handleSignal:
         0xad4a978 s Context>handleSignal:
         0xad4aa30 s Context>handleSignal:
         0xad9f5a0 s Context>handleSignal:
         0xadb2f40 s Context>handleSignal:
         0xadc4db0 s Context>handleSignal:
         0xadd5f10 s Context>handleSignal:
         0xade9970 s Context>handleSignal:
         0xadfa148 s Context>handleSignal:
         0xae0a448 s Context>handleSignal:
         0xae1a2e8 s Context>handleSignal:
         0xae2c820 s Context>handleSignal:
         0xae3be70 s Context>handleSignal:
         0xae4e060 s Context>handleSignal:
         0xae5a640 s Context>handleSignal:
         0xae673b8 s Context>handleSignal:
         0xae72410 s Context>handleSignal:
         0xae7c340 s Context>handleSignal:
         0xae86de8 s Context>handleSignal:
         0xae90e00 s Context>handleSignal:
         0xae9bb90 s Context>handleSignal:
         0xaea8010 s Context>handleSignal:
         0xaeb14f8 s Context>handleSignal:
         0xaeb99d8 s Context>handleSignal:
         0xaec1ba0 s Context>handleSignal:
         0xaec9a30 s Context>handleSignal:
         0xaed1d10 s Context>handleSignal:
         0xaed9c40 s Context>handleSignal:
         0xaee1dd0 s Context>handleSignal:
         0xaee97a8 s Context>handleSignal:
         0xaef1478 s Context>handleSignal:
         0xaef92a8 s Context>handleSignal:
         0xaf01228 s Context>handleSignal:
         0xaf0a7d8 s Context>handleSignal:
         0xaf121f8 s Context>handleSignal:
         0xaf19f08 s Context>handleSignal:
         0xaf20d00 s Context>handleSignal:
         0xaf27a80 s Context>handleSignal:
         0xaf2e958 s Context>handleSignal:
         0xaf35528 s Context>handleSignal:
         0xaf3bf88 s Context>handleSignal:
         0xaf42930 s Context>handleSignal:
         0xaf49220 s Context>handleSignal:
         0xaf4fa58 s Context>handleSignal:
         0xaf561d8 s Context>handleSignal:
         0xaf5c8a0 s Context>handleSignal:
         0xaf62eb0 s Context>handleSignal:
         0xaf69408 s Context>handleSignal:
         0xaf6f8a8 s Context>handleSignal:
         0xaf75c90 s Context>handleSignal:
         0xaf7bfc0 s Context>handleSignal:
         0xaf82238 s Context>handleSignal:
         0xaf883f8 s Context>handleSignal:
         0xaf8e500 s Context>handleSignal:
         0xaf94550 s Context>handleSignal:
         0xaf9a4e8 s Context>handleSignal:
         0xafa03c8 s Context>handleSignal:
         0xafa61f0 s Context>handleSignal:
         0xafabf60 s Context>handleSignal:
         0xafb1c18 s Context>handleSignal:
         0xafb7818 s Context>handleSignal:
         0xafbd360 s Context>handleSignal:
         0xafc2df0 s Context>handleSignal:
         0xafc87c8 s Context>handleSignal:
         0xafce0e8 s Context>handleSignal:
         0xafd3950 s Context>handleSignal:
         0xafd9100 s Context>handleSignal:
         0xafde7f8 s Context>handleSignal:
         0xafe3e38 s Context>handleSignal:
         0xafe93c0 s Context>handleSignal:
         0xafee890 s Context>handleSignal:
         0xaff3ca8 s Context>handleSignal:
         0xaff9008 s Context>handleSignal:
         0xaffe2b0 s Context>handleSignal:
         0xb0034a0 s Context>handleSignal:
         0xb0085d8 s Context>handleSignal:
         0xb00d658 s Context>handleSignal:
         0xb012620 s Context>handleSignal:
         0xb017530 s Context>handleSignal:
         0xb01c388 s Context>handleSignal:
         0xb021128 s Context>handleSignal:
         0xb025e10 s Context>handleSignal:
         0xb02aa40 s Context>handleSignal:
         0xb02f5b8 s Context>handleSignal:
         0xb034078 s Context>handleSignal:
         0xb038a80 s Context>handleSignal:
         0xb03d3d0 s Context>handleSignal:
         0xb041c68 s Context>handleSignal:
         0xb046448 s Context>handleSignal:
         0xb04ab70 s Context>handleSignal:
         0xb04f1e0 s Context>handleSignal:
         0xb053798 s Context>handleSignal:
         0xb057c98 s Context>handleSignal:
         0xb05c0e0 s Context>handleSignal:
         0xb060470 s Context>handleSignal:
         0xb064748 s Context>handleSignal:
         0xb068968 s Context>handleSignal:
         0xb06cad0 s Context>handleSignal:
         0xb070b80 s Context>handleSignal:
         0xb074b78 s Context>handleSignal:
         0xb078ab8 s Context>handleSignal:
         0xb07c940 s Context>handleSignal:
         0xb080710 s Context>handleSignal:
         0xb084428 s Context>handleSignal:
         0xb088088 s Context>handleSignal:
         0xb08bc30 s Context>handleSignal:
         0xb08f720 s Context>handleSignal:
         0xb0930a0 s Context>handleSignal:
         0xb096968 s Context>handleSignal:
         0xb09a178 s Context>handleSignal:
         0xb09d8d0 s Context>handleSignal:
         0xb0a0f70 s Context>handleSignal:
         0xb0a4558 s Context>handleSignal:
         0xb0a7a88 s Context>handleSignal:
         0xb0aaf00 s Context>handleSignal:
         0xb0ae2c0 s Context>handleSignal:
         0xb0b15c8 s Context>handleSignal:
         0xb1d4860 s Halt(Exception)>signal
         0xb26e268 s Halt class(Exception class)>signal
         0xad48c00 s Halt class>now
         0xb1bbb48 s FullBlockClosure(Object)>halt
         0xb235e50 s FullBlockClosure>printOn:
         0xb298bb8 s Context>printOn:
         0xb3532c8 s Context>printDebugOn:
         0xb3535d0 s [] in Context>debugStack:on:
         0xb39a7a8 s OrderedCollection>do:
         0xb298cc0 s Context>debugStack:on:
         0xb353460 s Context>shortDebugStackOn:
         0xb39a6f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c07a0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d2698 s FullBlockClosure(BlockClosure)>on:do:
         0xb26b7a0 s SmalltalkImage>logStdErrorDuring:
         0xb2b5f08 s SmalltalkImage>logError:inContext:
         0xb3740d8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1900 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d04b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed208 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f8640 s Halt(Exception)>unhandledErrorAction
         0xb3f86f8 s Halt(UnhandledException)>defaultAction
         0xb3f87b0 s UndefinedObject>handleSignal:
         0xad48360 s Context>handleSignal:
         0xad49c88 s Context>handleSignal:
         0xad49d40 s Context>handleSignal:
         0xad49df8 s Context>handleSignal:
         0xad49eb0 s Context>handleSignal:
         0xad49f68 s Context>handleSignal:
         0xad4a020 s Context>handleSignal:
         0xad4a0d8 s Context>handleSignal:
         0xad4a190 s Context>handleSignal:
         0xad4a248 s Context>handleSignal:
         0xad9f4e8 s Context>handleSignal:
         0xadb2e88 s Context>handleSignal:
         0xadc4cf8 s Context>handleSignal:
         0xadd5e58 s Context>handleSignal:
         0xade98b8 s Context>handleSignal:
         0xadfa090 s Context>handleSignal:
         0xae0a390 s Context>handleSignal:
         0xae1a230 s Context>handleSignal:
         0xae2c768 s Context>handleSignal:
         0xae3bdb8 s Context>handleSignal:
         0xae4dfa8 s Context>handleSignal:
         0xae5a588 s Context>handleSignal:
         0xae67300 s Context>handleSignal:
         0xae72358 s Context>handleSignal:
         0xae7c288 s Context>handleSignal:
         0xae86d30 s Context>handleSignal:
         0xae90d48 s Context>handleSignal:
         0xae9bad8 s Context>handleSignal:
         0xaea7f58 s Context>handleSignal:
         0xaeb1440 s Context>handleSignal:
         0xaeb9920 s Context>handleSignal:
         0xaec1ae8 s Context>handleSignal:
         0xaec9978 s Context>handleSignal:
         0xaed1c58 s Context>handleSignal:
         0xaed9b88 s Context>handleSignal:
         0xaee1d18 s Context>handleSignal:
         0xaee96f0 s Context>handleSignal:
         0xaef13c0 s Context>handleSignal:
         0xaef91f0 s Context>handleSignal:
         0xaf01170 s Context>handleSignal:
         0xaf0a720 s Context>handleSignal:
         0xaf12140 s Context>handleSignal:
         0xaf19e50 s Context>handleSignal:
         0xaf20c48 s Context>handleSignal:
         0xaf279c8 s Context>handleSignal:
         0xaf2e8a0 s Context>handleSignal:
         0xaf35470 s Context>handleSignal:
         0xaf3bed0 s Context>handleSignal:
         0xaf42878 s Context>handleSignal:
         0xaf49168 s Context>handleSignal:
         0xaf4f9a0 s Context>handleSignal:
         0xaf56120 s Context>handleSignal:
         0xaf5c7e8 s Context>handleSignal:
         0xaf62df8 s Context>handleSignal:
         0xaf69350 s Context>handleSignal:
         0xaf6f7f0 s Context>handleSignal:
         0xaf75bd8 s Context>handleSignal:
         0xaf7bf08 s Context>handleSignal:
         0xaf82180 s Context>handleSignal:
         0xaf88340 s Context>handleSignal:
         0xaf8e448 s Context>handleSignal:
         0xaf94498 s Context>handleSignal:
         0xaf9a430 s Context>handleSignal:
         0xafa0310 s Context>handleSignal:
         0xafa6138 s Context>handleSignal:
         0xafabea8 s Context>handleSignal:
         0xafb1b60 s Context>handleSignal:
         0xafb7760 s Context>handleSignal:
         0xafbd2a8 s Context>handleSignal:
         0xafc2d38 s Context>handleSignal:
         0xafc8710 s Context>handleSignal:
         0xafce030 s Context>handleSignal:
         0xafd3898 s Context>handleSignal:
         0xafd9048 s Context>handleSignal:
         0xafde740 s Context>handleSignal:
         0xafe3d80 s Context>handleSignal:
         0xafe9308 s Context>handleSignal:
         0xafee7d8 s Context>handleSignal:
         0xaff3bf0 s Context>handleSignal:
         0xaff8f50 s Context>handleSignal:
         0xaffe1f8 s Context>handleSignal:
         0xb0033e8 s Context>handleSignal:
         0xb008520 s Context>handleSignal:
         0xb00d5a0 s Context>handleSignal:
         0xb012568 s Context>handleSignal:
         0xb017478 s Context>handleSignal:
         0xb01c2d0 s Context>handleSignal:
         0xb021070 s Context>handleSignal:
         0xb025d58 s Context>handleSignal:
         0xb02a988 s Context>handleSignal:
         0xb02f500 s Context>handleSignal:
         0xb033fc0 s Context>handleSignal:
         0xb0389c8 s Context>handleSignal:
         0xb03d318 s Context>handleSignal:
         0xb041bb0 s Context>handleSignal:
         0xb046390 s Context>handleSignal:
         0xb04aab8 s Context>handleSignal:
         0xb04f128 s Context>handleSignal:
         0xb0536e0 s Context>handleSignal:
         0xb057be0 s Context>handleSignal:
         0xb05c028 s Context>handleSignal:
         0xb0603b8 s Context>handleSignal:
         0xb064690 s Context>handleSignal:
         0xb0688b0 s Context>handleSignal:
         0xb06ca18 s Context>handleSignal:
         0xb070ac8 s Context>handleSignal:
         0xb074ac0 s Context>handleSignal:
         0xb078a00 s Context>handleSignal:
         0xb07c888 s Context>handleSignal:
         0xb080658 s Context>handleSignal:
         0xb084370 s Context>handleSignal:
         0xb087fd0 s Context>handleSignal:
         0xb08bb78 s Context>handleSignal:
         0xb08f668 s Context>handleSignal:
         0xb092fe8 s Context>handleSignal:
         0xb0968b0 s Context>handleSignal:
         0xb09a0c0 s Context>handleSignal:
         0xb09d818 s Context>handleSignal:
         0xb0a0eb8 s Context>handleSignal:
         0xb0a44a0 s Context>handleSignal:
         0xb0a79d0 s Context>handleSignal:
         0xb0aae48 s Context>handleSignal:
         0xb0ae208 s Context>handleSignal:
         0xb1d46f0 s Halt(Exception)>signal
         0xb26e098 s Halt class(Exception class)>signal
         0xad48418 s Halt class>now
         0xb1bba58 s FullBlockClosure(Object)>halt
         0xb235d68 s FullBlockClosure>printOn:
         0xb2989f8 s Context>printOn:
         0xb353078 s Context>printDebugOn:
         0xb353380 s [] in Context>debugStack:on:
         0xb39a628 s OrderedCollection>do:
         0xb298b00 s Context>debugStack:on:
         0xb353210 s Context>shortDebugStackOn:
         0xb39a570 s [] in SmalltalkImage>logError:inContext:
         0xb3c06c8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d2528 s FullBlockClosure(BlockClosure)>on:do:
         0xb26b5d0 s SmalltalkImage>logStdErrorDuring:
         0xb2b5e08 s SmalltalkImage>logError:inContext:
         0xb374010 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1810 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d03d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed150 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f8418 s Halt(Exception)>unhandledErrorAction
         0xb3f84d0 s Halt(UnhandledException)>defaultAction
         0xb3f8588 s UndefinedObject>handleSignal:
         0xad47b78 s Context>handleSignal:
         0xad494a0 s Context>handleSignal:
         0xad49558 s Context>handleSignal:
         0xad49610 s Context>handleSignal:
         0xad496c8 s Context>handleSignal:
         0xad49780 s Context>handleSignal:
         0xad49838 s Context>handleSignal:
         0xad498f0 s Context>handleSignal:
         0xad499a8 s Context>handleSignal:
         0xad49a60 s Context>handleSignal:
         0xad9f430 s Context>handleSignal:
         0xadb2dd0 s Context>handleSignal:
         0xadc4c40 s Context>handleSignal:
         0xadd5da0 s Context>handleSignal:
         0xade9800 s Context>handleSignal:
         0xadf9fd8 s Context>handleSignal:
         0xae0a2d8 s Context>handleSignal:
         0xae1a178 s Context>handleSignal:
         0xae2c6b0 s Context>handleSignal:
         0xae3bd00 s Context>handleSignal:
         0xae4def0 s Context>handleSignal:
         0xae5a4d0 s Context>handleSignal:
         0xae67248 s Context>handleSignal:
         0xae722a0 s Context>handleSignal:
         0xae7c1d0 s Context>handleSignal:
         0xae86c78 s Context>handleSignal:
         0xae90c90 s Context>handleSignal:
         0xae9ba20 s Context>handleSignal:
         0xaea7ea0 s Context>handleSignal:
         0xaeb1388 s Context>handleSignal:
         0xaeb9868 s Context>handleSignal:
         0xaec1a30 s Context>handleSignal:
         0xaec98c0 s Context>handleSignal:
         0xaed1ba0 s Context>handleSignal:
         0xaed9ad0 s Context>handleSignal:
         0xaee1c60 s Context>handleSignal:
         0xaee9638 s Context>handleSignal:
         0xaef1308 s Context>handleSignal:
         0xaef9138 s Context>handleSignal:
         0xaf010b8 s Context>handleSignal:
         0xaf0a668 s Context>handleSignal:
         0xaf12088 s Context>handleSignal:
         0xaf19d98 s Context>handleSignal:
         0xaf20b90 s Context>handleSignal:
         0xaf27910 s Context>handleSignal:
         0xaf2e7e8 s Context>handleSignal:
         0xaf353b8 s Context>handleSignal:
         0xaf3be18 s Context>handleSignal:
         0xaf427c0 s Context>handleSignal:
         0xaf490b0 s Context>handleSignal:
         0xaf4f8e8 s Context>handleSignal:
         0xaf56068 s Context>handleSignal:
         0xaf5c730 s Context>handleSignal:
         0xaf62d40 s Context>handleSignal:
         0xaf69298 s Context>handleSignal:
         0xaf6f738 s Context>handleSignal:
         0xaf75b20 s Context>handleSignal:
         0xaf7be50 s Context>handleSignal:
         0xaf820c8 s Context>handleSignal:
         0xaf88288 s Context>handleSignal:
         0xaf8e390 s Context>handleSignal:
         0xaf943e0 s Context>handleSignal:
         0xaf9a378 s Context>handleSignal:
         0xafa0258 s Context>handleSignal:
         0xafa6080 s Context>handleSignal:
         0xafabdf0 s Context>handleSignal:
         0xafb1aa8 s Context>handleSignal:
         0xafb76a8 s Context>handleSignal:
         0xafbd1f0 s Context>handleSignal:
         0xafc2c80 s Context>handleSignal:
         0xafc8658 s Context>handleSignal:
         0xafcdf78 s Context>handleSignal:
         0xafd37e0 s Context>handleSignal:
         0xafd8f90 s Context>handleSignal:
         0xafde688 s Context>handleSignal:
         0xafe3cc8 s Context>handleSignal:
         0xafe9250 s Context>handleSignal:
         0xafee720 s Context>handleSignal:
         0xaff3b38 s Context>handleSignal:
         0xaff8e98 s Context>handleSignal:
         0xaffe140 s Context>handleSignal:
         0xb003330 s Context>handleSignal:
         0xb008468 s Context>handleSignal:
         0xb00d4e8 s Context>handleSignal:
         0xb0124b0 s Context>handleSignal:
         0xb0173c0 s Context>handleSignal:
         0xb01c218 s Context>handleSignal:
         0xb020fb8 s Context>handleSignal:
         0xb025ca0 s Context>handleSignal:
         0xb02a8d0 s Context>handleSignal:
         0xb02f448 s Context>handleSignal:
         0xb033f08 s Context>handleSignal:
         0xb038910 s Context>handleSignal:
         0xb03d260 s Context>handleSignal:
         0xb041af8 s Context>handleSignal:
         0xb0462d8 s Context>handleSignal:
         0xb04aa00 s Context>handleSignal:
         0xb04f070 s Context>handleSignal:
         0xb053628 s Context>handleSignal:
         0xb057b28 s Context>handleSignal:
         0xb05bf70 s Context>handleSignal:
         0xb060300 s Context>handleSignal:
         0xb0645d8 s Context>handleSignal:
         0xb0687f8 s Context>handleSignal:
         0xb06c960 s Context>handleSignal:
         0xb070a10 s Context>handleSignal:
         0xb074a08 s Context>handleSignal:
         0xb078948 s Context>handleSignal:
         0xb07c7d0 s Context>handleSignal:
         0xb0805a0 s Context>handleSignal:
         0xb0842b8 s Context>handleSignal:
         0xb087f18 s Context>handleSignal:
         0xb08bac0 s Context>handleSignal:
         0xb08f5b0 s Context>handleSignal:
         0xb092f30 s Context>handleSignal:
         0xb0967f8 s Context>handleSignal:
         0xb09a008 s Context>handleSignal:
         0xb09d760 s Context>handleSignal:
         0xb0a0e00 s Context>handleSignal:
         0xb0a43e8 s Context>handleSignal:
         0xb0a7918 s Context>handleSignal:
         0xb0aad90 s Context>handleSignal:
         0xb1d4580 s Halt(Exception)>signal
         0xb26dec8 s Halt class(Exception class)>signal
         0xad47c30 s Halt class>now
         0xb1bb968 s FullBlockClosure(Object)>halt
         0xb235c80 s FullBlockClosure>printOn:
         0xb298838 s Context>printOn:
         0xb352e28 s Context>printDebugOn:
         0xb353130 s [] in Context>debugStack:on:
         0xb39a4a8 s OrderedCollection>do:
         0xb298940 s Context>debugStack:on:
         0xb352fc0 s Context>shortDebugStackOn:
         0xb39a3f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c05f0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d23b8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26b400 s SmalltalkImage>logStdErrorDuring:
         0xb2b5d08 s SmalltalkImage>logError:inContext:
         0xb373f48 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1720 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d02f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ed098 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f81f0 s Halt(Exception)>unhandledErrorAction
         0xb3f82a8 s Halt(UnhandledException)>defaultAction
         0xb3f8360 s UndefinedObject>handleSignal:
         0xad47390 s Context>handleSignal:
         0xad48cb8 s Context>handleSignal:
         0xad48d70 s Context>handleSignal:
         0xad48e28 s Context>handleSignal:
         0xad48ee0 s Context>handleSignal:
         0xad48f98 s Context>handleSignal:
         0xad49050 s Context>handleSignal:
         0xad49108 s Context>handleSignal:
         0xad491c0 s Context>handleSignal:
         0xad49278 s Context>handleSignal:
         0xad9f378 s Context>handleSignal:
         0xadb2d18 s Context>handleSignal:
         0xadc4b88 s Context>handleSignal:
         0xadd5ce8 s Context>handleSignal:
         0xade9748 s Context>handleSignal:
         0xadf9f20 s Context>handleSignal:
         0xae0a220 s Context>handleSignal:
         0xae1a0c0 s Context>handleSignal:
         0xae2c5f8 s Context>handleSignal:
         0xae3bc48 s Context>handleSignal:
         0xae4de38 s Context>handleSignal:
         0xae5a418 s Context>handleSignal:
         0xae67190 s Context>handleSignal:
         0xae721e8 s Context>handleSignal:
         0xae7c118 s Context>handleSignal:
         0xae86bc0 s Context>handleSignal:
         0xae90bd8 s Context>handleSignal:
         0xae9b968 s Context>handleSignal:
         0xaea7de8 s Context>handleSignal:
         0xaeb12d0 s Context>handleSignal:
         0xaeb97b0 s Context>handleSignal:
         0xaec1978 s Context>handleSignal:
         0xaec9808 s Context>handleSignal:
         0xaed1ae8 s Context>handleSignal:
         0xaed9a18 s Context>handleSignal:
         0xaee1ba8 s Context>handleSignal:
         0xaee9580 s Context>handleSignal:
         0xaef1250 s Context>handleSignal:
         0xaef9080 s Context>handleSignal:
         0xaf01000 s Context>handleSignal:
         0xaf0a5b0 s Context>handleSignal:
         0xaf11fd0 s Context>handleSignal:
         0xaf19ce0 s Context>handleSignal:
         0xaf20ad8 s Context>handleSignal:
         0xaf27858 s Context>handleSignal:
         0xaf2e730 s Context>handleSignal:
         0xaf35300 s Context>handleSignal:
         0xaf3bd60 s Context>handleSignal:
         0xaf42708 s Context>handleSignal:
         0xaf48ff8 s Context>handleSignal:
         0xaf4f830 s Context>handleSignal:
         0xaf55fb0 s Context>handleSignal:
         0xaf5c678 s Context>handleSignal:
         0xaf62c88 s Context>handleSignal:
         0xaf691e0 s Context>handleSignal:
         0xaf6f680 s Context>handleSignal:
         0xaf75a68 s Context>handleSignal:
         0xaf7bd98 s Context>handleSignal:
         0xaf82010 s Context>handleSignal:
         0xaf881d0 s Context>handleSignal:
         0xaf8e2d8 s Context>handleSignal:
         0xaf94328 s Context>handleSignal:
         0xaf9a2c0 s Context>handleSignal:
         0xafa01a0 s Context>handleSignal:
         0xafa5fc8 s Context>handleSignal:
         0xafabd38 s Context>handleSignal:
         0xafb19f0 s Context>handleSignal:
         0xafb75f0 s Context>handleSignal:
         0xafbd138 s Context>handleSignal:
         0xafc2bc8 s Context>handleSignal:
         0xafc85a0 s Context>handleSignal:
         0xafcdec0 s Context>handleSignal:
         0xafd3728 s Context>handleSignal:
         0xafd8ed8 s Context>handleSignal:
         0xafde5d0 s Context>handleSignal:
         0xafe3c10 s Context>handleSignal:
         0xafe9198 s Context>handleSignal:
         0xafee668 s Context>handleSignal:
         0xaff3a80 s Context>handleSignal:
         0xaff8de0 s Context>handleSignal:
         0xaffe088 s Context>handleSignal:
         0xb003278 s Context>handleSignal:
         0xb0083b0 s Context>handleSignal:
         0xb00d430 s Context>handleSignal:
         0xb0123f8 s Context>handleSignal:
         0xb017308 s Context>handleSignal:
         0xb01c160 s Context>handleSignal:
         0xb020f00 s Context>handleSignal:
         0xb025be8 s Context>handleSignal:
         0xb02a818 s Context>handleSignal:
         0xb02f390 s Context>handleSignal:
         0xb033e50 s Context>handleSignal:
         0xb038858 s Context>handleSignal:
         0xb03d1a8 s Context>handleSignal:
         0xb041a40 s Context>handleSignal:
         0xb046220 s Context>handleSignal:
         0xb04a948 s Context>handleSignal:
         0xb04efb8 s Context>handleSignal:
         0xb053570 s Context>handleSignal:
         0xb057a70 s Context>handleSignal:
         0xb05beb8 s Context>handleSignal:
         0xb060248 s Context>handleSignal:
         0xb064520 s Context>handleSignal:
         0xb068740 s Context>handleSignal:
         0xb06c8a8 s Context>handleSignal:
         0xb070958 s Context>handleSignal:
         0xb074950 s Context>handleSignal:
         0xb078890 s Context>handleSignal:
         0xb07c718 s Context>handleSignal:
         0xb0804e8 s Context>handleSignal:
         0xb084200 s Context>handleSignal:
         0xb087e60 s Context>handleSignal:
         0xb08ba08 s Context>handleSignal:
         0xb08f4f8 s Context>handleSignal:
         0xb092e78 s Context>handleSignal:
         0xb096740 s Context>handleSignal:
         0xb099f50 s Context>handleSignal:
         0xb09d6a8 s Context>handleSignal:
         0xb0a0d48 s Context>handleSignal:
         0xb0a4330 s Context>handleSignal:
         0xb0a7860 s Context>handleSignal:
         0xb1d4410 s Halt(Exception)>signal
         0xb26dcf8 s Halt class(Exception class)>signal
         0xad47448 s Halt class>now
         0xb1bb878 s FullBlockClosure(Object)>halt
         0xb235b98 s FullBlockClosure>printOn:
         0xb298678 s Context>printOn:
         0xb352bd8 s Context>printDebugOn:
         0xb352ee0 s [] in Context>debugStack:on:
         0xb39a328 s OrderedCollection>do:
         0xb298780 s Context>debugStack:on:
         0xb352d70 s Context>shortDebugStackOn:
         0xb39a270 s [] in SmalltalkImage>logError:inContext:
         0xb3c0518 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d2248 s FullBlockClosure(BlockClosure)>on:do:
         0xb26b230 s SmalltalkImage>logStdErrorDuring:
         0xb2b5c08 s SmalltalkImage>logError:inContext:
         0xb373e80 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1630 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0218 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ecfe0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f7fc8 s Halt(Exception)>unhandledErrorAction
         0xb3f8080 s Halt(UnhandledException)>defaultAction
         0xb3f8138 s UndefinedObject>handleSignal:
         0xad46ba8 s Context>handleSignal:
         0xad484d0 s Context>handleSignal:
         0xad48588 s Context>handleSignal:
         0xad48640 s Context>handleSignal:
         0xad486f8 s Context>handleSignal:
         0xad487b0 s Context>handleSignal:
         0xad48868 s Context>handleSignal:
         0xad48920 s Context>handleSignal:
         0xad489d8 s Context>handleSignal:
         0xad48a90 s Context>handleSignal:
         0xad9f2c0 s Context>handleSignal:
         0xadb2c60 s Context>handleSignal:
         0xadc4ad0 s Context>handleSignal:
         0xadd5c30 s Context>handleSignal:
         0xade9690 s Context>handleSignal:
         0xadf9e68 s Context>handleSignal:
         0xae0a168 s Context>handleSignal:
         0xae1a008 s Context>handleSignal:
         0xae2c540 s Context>handleSignal:
         0xae3bb90 s Context>handleSignal:
         0xae4dd80 s Context>handleSignal:
         0xae5a360 s Context>handleSignal:
         0xae670d8 s Context>handleSignal:
         0xae72130 s Context>handleSignal:
         0xae7c060 s Context>handleSignal:
         0xae86b08 s Context>handleSignal:
         0xae90b20 s Context>handleSignal:
         0xae9b8b0 s Context>handleSignal:
         0xaea7d30 s Context>handleSignal:
         0xaeb1218 s Context>handleSignal:
         0xaeb96f8 s Context>handleSignal:
         0xaec18c0 s Context>handleSignal:
         0xaec9750 s Context>handleSignal:
         0xaed1a30 s Context>handleSignal:
         0xaed9960 s Context>handleSignal:
         0xaee1af0 s Context>handleSignal:
         0xaee94c8 s Context>handleSignal:
         0xaef1198 s Context>handleSignal:
         0xaef8fc8 s Context>handleSignal:
         0xaf00f48 s Context>handleSignal:
         0xaf0a4f8 s Context>handleSignal:
         0xaf11f18 s Context>handleSignal:
         0xaf19c28 s Context>handleSignal:
         0xaf20a20 s Context>handleSignal:
         0xaf277a0 s Context>handleSignal:
         0xaf2e678 s Context>handleSignal:
         0xaf35248 s Context>handleSignal:
         0xaf3bca8 s Context>handleSignal:
         0xaf42650 s Context>handleSignal:
         0xaf48f40 s Context>handleSignal:
         0xaf4f778 s Context>handleSignal:
         0xaf55ef8 s Context>handleSignal:
         0xaf5c5c0 s Context>handleSignal:
         0xaf62bd0 s Context>handleSignal:
         0xaf69128 s Context>handleSignal:
         0xaf6f5c8 s Context>handleSignal:
         0xaf759b0 s Context>handleSignal:
         0xaf7bce0 s Context>handleSignal:
         0xaf81f58 s Context>handleSignal:
         0xaf88118 s Context>handleSignal:
         0xaf8e220 s Context>handleSignal:
         0xaf94270 s Context>handleSignal:
         0xaf9a208 s Context>handleSignal:
         0xafa00e8 s Context>handleSignal:
         0xafa5f10 s Context>handleSignal:
         0xafabc80 s Context>handleSignal:
         0xafb1938 s Context>handleSignal:
         0xafb7538 s Context>handleSignal:
         0xafbd080 s Context>handleSignal:
         0xafc2b10 s Context>handleSignal:
         0xafc84e8 s Context>handleSignal:
         0xafcde08 s Context>handleSignal:
         0xafd3670 s Context>handleSignal:
         0xafd8e20 s Context>handleSignal:
         0xafde518 s Context>handleSignal:
         0xafe3b58 s Context>handleSignal:
         0xafe90e0 s Context>handleSignal:
         0xafee5b0 s Context>handleSignal:
         0xaff39c8 s Context>handleSignal:
         0xaff8d28 s Context>handleSignal:
         0xaffdfd0 s Context>handleSignal:
         0xb0031c0 s Context>handleSignal:
         0xb0082f8 s Context>handleSignal:
         0xb00d378 s Context>handleSignal:
         0xb012340 s Context>handleSignal:
         0xb017250 s Context>handleSignal:
         0xb01c0a8 s Context>handleSignal:
         0xb020e48 s Context>handleSignal:
         0xb025b30 s Context>handleSignal:
         0xb02a760 s Context>handleSignal:
         0xb02f2d8 s Context>handleSignal:
         0xb033d98 s Context>handleSignal:
         0xb0387a0 s Context>handleSignal:
         0xb03d0f0 s Context>handleSignal:
         0xb041988 s Context>handleSignal:
         0xb046168 s Context>handleSignal:
         0xb04a890 s Context>handleSignal:
         0xb04ef00 s Context>handleSignal:
         0xb0534b8 s Context>handleSignal:
         0xb0579b8 s Context>handleSignal:
         0xb05be00 s Context>handleSignal:
         0xb060190 s Context>handleSignal:
         0xb064468 s Context>handleSignal:
         0xb068688 s Context>handleSignal:
         0xb06c7f0 s Context>handleSignal:
         0xb0708a0 s Context>handleSignal:
         0xb074898 s Context>handleSignal:
         0xb0787d8 s Context>handleSignal:
         0xb07c660 s Context>handleSignal:
         0xb080430 s Context>handleSignal:
         0xb084148 s Context>handleSignal:
         0xb087da8 s Context>handleSignal:
         0xb08b950 s Context>handleSignal:
         0xb08f440 s Context>handleSignal:
         0xb092dc0 s Context>handleSignal:
         0xb096688 s Context>handleSignal:
         0xb099e98 s Context>handleSignal:
         0xb09d5f0 s Context>handleSignal:
         0xb0a0c90 s Context>handleSignal:
         0xb0a4278 s Context>handleSignal:
         0xb1d42a0 s Halt(Exception)>signal
         0xb26db28 s Halt class(Exception class)>signal
         0xad46c60 s Halt class>now
         0xb1bb788 s FullBlockClosure(Object)>halt
         0xb235ab0 s FullBlockClosure>printOn:
         0xb2984b8 s Context>printOn:
         0xb352988 s Context>printDebugOn:
         0xb352c90 s [] in Context>debugStack:on:
         0xb39a1a8 s OrderedCollection>do:
         0xb2985c0 s Context>debugStack:on:
         0xb352b20 s Context>shortDebugStackOn:
         0xb39a0f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c0440 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d20d8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26b060 s SmalltalkImage>logStdErrorDuring:
         0xb2b5b08 s SmalltalkImage>logError:inContext:
         0xb373db8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1540 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0138 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ecf28 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f7da0 s Halt(Exception)>unhandledErrorAction
         0xb3f7e58 s Halt(UnhandledException)>defaultAction
         0xb3f7f10 s UndefinedObject>handleSignal:
         0xad46308 s Context>handleSignal:
         0xad47ce8 s Context>handleSignal:
         0xad47da0 s Context>handleSignal:
         0xad47e58 s Context>handleSignal:
         0xad47f10 s Context>handleSignal:
         0xad47fc8 s Context>handleSignal:
         0xad48080 s Context>handleSignal:
         0xad48138 s Context>handleSignal:
         0xad481f0 s Context>handleSignal:
         0xad482a8 s Context>handleSignal:
         0xad9f208 s Context>handleSignal:
         0xadb2ba8 s Context>handleSignal:
         0xadc4a18 s Context>handleSignal:
         0xadd5b78 s Context>handleSignal:
         0xade95d8 s Context>handleSignal:
         0xadf9db0 s Context>handleSignal:
         0xae0a0b0 s Context>handleSignal:
         0xae19f50 s Context>handleSignal:
         0xae2c488 s Context>handleSignal:
         0xae3bad8 s Context>handleSignal:
         0xae4dcc8 s Context>handleSignal:
         0xae5a2a8 s Context>handleSignal:
         0xae67020 s Context>handleSignal:
         0xae72078 s Context>handleSignal:
         0xae7bfa8 s Context>handleSignal:
         0xae86a50 s Context>handleSignal:
         0xae90a68 s Context>handleSignal:
         0xae9b7f8 s Context>handleSignal:
         0xaea7c78 s Context>handleSignal:
         0xaeb1160 s Context>handleSignal:
         0xaeb9640 s Context>handleSignal:
         0xaec1808 s Context>handleSignal:
         0xaec9698 s Context>handleSignal:
         0xaed1978 s Context>handleSignal:
         0xaed98a8 s Context>handleSignal:
         0xaee1a38 s Context>handleSignal:
         0xaee9410 s Context>handleSignal:
         0xaef10e0 s Context>handleSignal:
         0xaef8f10 s Context>handleSignal:
         0xaf00e90 s Context>handleSignal:
         0xaf0a440 s Context>handleSignal:
         0xaf11e60 s Context>handleSignal:
         0xaf19b70 s Context>handleSignal:
         0xaf20968 s Context>handleSignal:
         0xaf276e8 s Context>handleSignal:
         0xaf2e5c0 s Context>handleSignal:
         0xaf35190 s Context>handleSignal:
         0xaf3bbf0 s Context>handleSignal:
         0xaf42598 s Context>handleSignal:
         0xaf48e88 s Context>handleSignal:
         0xaf4f6c0 s Context>handleSignal:
         0xaf55e40 s Context>handleSignal:
         0xaf5c508 s Context>handleSignal:
         0xaf62b18 s Context>handleSignal:
         0xaf69070 s Context>handleSignal:
         0xaf6f510 s Context>handleSignal:
         0xaf758f8 s Context>handleSignal:
         0xaf7bc28 s Context>handleSignal:
         0xaf81ea0 s Context>handleSignal:
         0xaf88060 s Context>handleSignal:
         0xaf8e168 s Context>handleSignal:
         0xaf941b8 s Context>handleSignal:
         0xaf9a150 s Context>handleSignal:
         0xafa0030 s Context>handleSignal:
         0xafa5e58 s Context>handleSignal:
         0xafabbc8 s Context>handleSignal:
         0xafb1880 s Context>handleSignal:
         0xafb7480 s Context>handleSignal:
         0xafbcfc8 s Context>handleSignal:
         0xafc2a58 s Context>handleSignal:
         0xafc8430 s Context>handleSignal:
         0xafcdd50 s Context>handleSignal:
         0xafd35b8 s Context>handleSignal:
         0xafd8d68 s Context>handleSignal:
         0xafde460 s Context>handleSignal:
         0xafe3aa0 s Context>handleSignal:
         0xafe9028 s Context>handleSignal:
         0xafee4f8 s Context>handleSignal:
         0xaff3910 s Context>handleSignal:
         0xaff8c70 s Context>handleSignal:
         0xaffdf18 s Context>handleSignal:
         0xb003108 s Context>handleSignal:
         0xb008240 s Context>handleSignal:
         0xb00d2c0 s Context>handleSignal:
         0xb012288 s Context>handleSignal:
         0xb017198 s Context>handleSignal:
         0xb01bff0 s Context>handleSignal:
         0xb020d90 s Context>handleSignal:
         0xb025a78 s Context>handleSignal:
         0xb02a6a8 s Context>handleSignal:
         0xb02f220 s Context>handleSignal:
         0xb033ce0 s Context>handleSignal:
         0xb0386e8 s Context>handleSignal:
         0xb03d038 s Context>handleSignal:
         0xb0418d0 s Context>handleSignal:
         0xb0460b0 s Context>handleSignal:
         0xb04a7d8 s Context>handleSignal:
         0xb04ee48 s Context>handleSignal:
         0xb053400 s Context>handleSignal:
         0xb057900 s Context>handleSignal:
         0xb05bd48 s Context>handleSignal:
         0xb0600d8 s Context>handleSignal:
         0xb0643b0 s Context>handleSignal:
         0xb0685d0 s Context>handleSignal:
         0xb06c738 s Context>handleSignal:
         0xb0707e8 s Context>handleSignal:
         0xb0747e0 s Context>handleSignal:
         0xb078720 s Context>handleSignal:
         0xb07c5a8 s Context>handleSignal:
         0xb080378 s Context>handleSignal:
         0xb084090 s Context>handleSignal:
         0xb087cf0 s Context>handleSignal:
         0xb08b898 s Context>handleSignal:
         0xb08f388 s Context>handleSignal:
         0xb092d08 s Context>handleSignal:
         0xb0965d0 s Context>handleSignal:
         0xb099de0 s Context>handleSignal:
         0xb09d538 s Context>handleSignal:
         0xb0a0bd8 s Context>handleSignal:
         0xb1d4130 s Halt(Exception)>signal
         0xb26d958 s Halt class(Exception class)>signal
         0xad463c0 s Halt class>now
         0xb1bb660 s FullBlockClosure(Object)>halt
         0xb235998 s FullBlockClosure>printOn:
         0xb2981f0 s Context>printOn:
         0xb352658 s Context>printDebugOn:
         0xb352a40 s [] in Context>debugStack:on:
         0xb39a028 s OrderedCollection>do:
         0xb298400 s Context>debugStack:on:
         0xb3528d0 s Context>shortDebugStackOn:
         0xb399f70 s [] in SmalltalkImage>logError:inContext:
         0xb3c0368 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d1f68 s FullBlockClosure(BlockClosure)>on:do:
         0xb26ae90 s SmalltalkImage>logStdErrorDuring:
         0xb2b5a08 s SmalltalkImage>logError:inContext:
         0xb373cf0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1450 s FullBlockClosure(BlockClosure)>ensure:
         0xb3d0058 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ece70 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f7b78 s Halt(Exception)>unhandledErrorAction
         0xb3f7c30 s Halt(UnhandledException)>defaultAction
         0xb3f7ce8 s UndefinedObject>handleSignal:
         0xad45a68 s Context>handleSignal:
         0xad47500 s Context>handleSignal:
         0xad475b8 s Context>handleSignal:
         0xad47670 s Context>handleSignal:
         0xad47728 s Context>handleSignal:
         0xad477e0 s Context>handleSignal:
         0xad47898 s Context>handleSignal:
         0xad47950 s Context>handleSignal:
         0xad47a08 s Context>handleSignal:
         0xad47ac0 s Context>handleSignal:
         0xad9f150 s Context>handleSignal:
         0xadb2af0 s Context>handleSignal:
         0xadc4960 s Context>handleSignal:
         0xadd5ac0 s Context>handleSignal:
         0xade9520 s Context>handleSignal:
         0xadf9cf8 s Context>handleSignal:
         0xae09ff8 s Context>handleSignal:
         0xae19e98 s Context>handleSignal:
         0xae2c3d0 s Context>handleSignal:
         0xae3ba20 s Context>handleSignal:
         0xae4dc10 s Context>handleSignal:
         0xae5a1f0 s Context>handleSignal:
         0xae66f68 s Context>handleSignal:
         0xae71fc0 s Context>handleSignal:
         0xae7bef0 s Context>handleSignal:
         0xae86998 s Context>handleSignal:
         0xae909b0 s Context>handleSignal:
         0xae9b740 s Context>handleSignal:
         0xaea7bc0 s Context>handleSignal:
         0xaeb10a8 s Context>handleSignal:
         0xaeb9588 s Context>handleSignal:
         0xaec1750 s Context>handleSignal:
         0xaec95e0 s Context>handleSignal:
         0xaed18c0 s Context>handleSignal:
         0xaed97f0 s Context>handleSignal:
         0xaee1980 s Context>handleSignal:
         0xaee9358 s Context>handleSignal:
         0xaef1028 s Context>handleSignal:
         0xaef8e58 s Context>handleSignal:
         0xaf00dd8 s Context>handleSignal:
         0xaf0a388 s Context>handleSignal:
         0xaf11da8 s Context>handleSignal:
         0xaf19ab8 s Context>handleSignal:
         0xaf208b0 s Context>handleSignal:
         0xaf27630 s Context>handleSignal:
         0xaf2e508 s Context>handleSignal:
         0xaf350d8 s Context>handleSignal:
         0xaf3bb38 s Context>handleSignal:
         0xaf424e0 s Context>handleSignal:
         0xaf48dd0 s Context>handleSignal:
         0xaf4f608 s Context>handleSignal:
         0xaf55d88 s Context>handleSignal:
         0xaf5c450 s Context>handleSignal:
         0xaf62a60 s Context>handleSignal:
         0xaf68fb8 s Context>handleSignal:
         0xaf6f458 s Context>handleSignal:
         0xaf75840 s Context>handleSignal:
         0xaf7bb70 s Context>handleSignal:
         0xaf81de8 s Context>handleSignal:
         0xaf87fa8 s Context>handleSignal:
         0xaf8e0b0 s Context>handleSignal:
         0xaf94100 s Context>handleSignal:
         0xaf9a098 s Context>handleSignal:
         0xaf9ff78 s Context>handleSignal:
         0xafa5da0 s Context>handleSignal:
         0xafabb10 s Context>handleSignal:
         0xafb17c8 s Context>handleSignal:
         0xafb73c8 s Context>handleSignal:
         0xafbcf10 s Context>handleSignal:
         0xafc29a0 s Context>handleSignal:
         0xafc8378 s Context>handleSignal:
         0xafcdc98 s Context>handleSignal:
         0xafd3500 s Context>handleSignal:
         0xafd8cb0 s Context>handleSignal:
         0xafde3a8 s Context>handleSignal:
         0xafe39e8 s Context>handleSignal:
         0xafe8f70 s Context>handleSignal:
         0xafee440 s Context>handleSignal:
         0xaff3858 s Context>handleSignal:
         0xaff8bb8 s Context>handleSignal:
         0xaffde60 s Context>handleSignal:
         0xb003050 s Context>handleSignal:
         0xb008188 s Context>handleSignal:
         0xb00d208 s Context>handleSignal:
         0xb0121d0 s Context>handleSignal:
         0xb0170e0 s Context>handleSignal:
         0xb01bf38 s Context>handleSignal:
         0xb020cd8 s Context>handleSignal:
         0xb0259c0 s Context>handleSignal:
         0xb02a5f0 s Context>handleSignal:
         0xb02f168 s Context>handleSignal:
         0xb033c28 s Context>handleSignal:
         0xb038630 s Context>handleSignal:
         0xb03cf80 s Context>handleSignal:
         0xb041818 s Context>handleSignal:
         0xb045ff8 s Context>handleSignal:
         0xb04a720 s Context>handleSignal:
         0xb04ed90 s Context>handleSignal:
         0xb053348 s Context>handleSignal:
         0xb057848 s Context>handleSignal:
         0xb05bc90 s Context>handleSignal:
         0xb060020 s Context>handleSignal:
         0xb0642f8 s Context>handleSignal:
         0xb068518 s Context>handleSignal:
         0xb06c680 s Context>handleSignal:
         0xb070730 s Context>handleSignal:
         0xb074728 s Context>handleSignal:
         0xb078668 s Context>handleSignal:
         0xb07c4f0 s Context>handleSignal:
         0xb0802c0 s Context>handleSignal:
         0xb083fd8 s Context>handleSignal:
         0xb087c38 s Context>handleSignal:
         0xb08b7e0 s Context>handleSignal:
         0xb08f2d0 s Context>handleSignal:
         0xb092c50 s Context>handleSignal:
         0xb096518 s Context>handleSignal:
         0xb099d28 s Context>handleSignal:
         0xb09d480 s Context>handleSignal:
         0xb1d3fc0 s Halt(Exception)>signal
         0xb26d788 s Halt class(Exception class)>signal
         0xad45b20 s Halt class>now
         0xb1bb538 s FullBlockClosure(Object)>halt
         0xb235880 s FullBlockClosure>printOn:
         0xb297f28 s Context>printOn:
         0xb352328 s Context>printDebugOn:
         0xb352710 s [] in Context>debugStack:on:
         0xb399de0 s OrderedCollection>do:
         0xb298138 s Context>debugStack:on:
         0xb3525a0 s Context>shortDebugStackOn:
         0xb399d28 s [] in SmalltalkImage>logError:inContext:
         0xb3c01d8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d1df8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26acc0 s SmalltalkImage>logStdErrorDuring:
         0xb2b5908 s SmalltalkImage>logError:inContext:
         0xb373c28 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1360 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cff78 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ecdb8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f7950 s Halt(Exception)>unhandledErrorAction
         0xb3f7a08 s Halt(UnhandledException)>defaultAction
         0xb3f7ac0 s UndefinedObject>handleSignal:
         0xad451c8 s Context>handleSignal:
         0xad46d18 s Context>handleSignal:
         0xad46dd0 s Context>handleSignal:
         0xad46e88 s Context>handleSignal:
         0xad46f40 s Context>handleSignal:
         0xad46ff8 s Context>handleSignal:
         0xad470b0 s Context>handleSignal:
         0xad47168 s Context>handleSignal:
         0xad47220 s Context>handleSignal:
         0xad472d8 s Context>handleSignal:
         0xad9f098 s Context>handleSignal:
         0xadb2a38 s Context>handleSignal:
         0xadc48a8 s Context>handleSignal:
         0xadd5a08 s Context>handleSignal:
         0xade9468 s Context>handleSignal:
         0xadf9c40 s Context>handleSignal:
         0xae09f40 s Context>handleSignal:
         0xae19de0 s Context>handleSignal:
         0xae2c318 s Context>handleSignal:
         0xae3b968 s Context>handleSignal:
         0xae4db58 s Context>handleSignal:
         0xae5a138 s Context>handleSignal:
         0xae66eb0 s Context>handleSignal:
         0xae71f08 s Context>handleSignal:
         0xae7be38 s Context>handleSignal:
         0xae868e0 s Context>handleSignal:
         0xae908f8 s Context>handleSignal:
         0xae9b688 s Context>handleSignal:
         0xaea7b08 s Context>handleSignal:
         0xaeb0ff0 s Context>handleSignal:
         0xaeb94d0 s Context>handleSignal:
         0xaec1698 s Context>handleSignal:
         0xaec9528 s Context>handleSignal:
         0xaed1808 s Context>handleSignal:
         0xaed9738 s Context>handleSignal:
         0xaee18c8 s Context>handleSignal:
         0xaee92a0 s Context>handleSignal:
         0xaef0f70 s Context>handleSignal:
         0xaef8da0 s Context>handleSignal:
         0xaf00d20 s Context>handleSignal:
         0xaf0a2d0 s Context>handleSignal:
         0xaf11cf0 s Context>handleSignal:
         0xaf19a00 s Context>handleSignal:
         0xaf207f8 s Context>handleSignal:
         0xaf27578 s Context>handleSignal:
         0xaf2e450 s Context>handleSignal:
         0xaf35020 s Context>handleSignal:
         0xaf3ba80 s Context>handleSignal:
         0xaf42428 s Context>handleSignal:
         0xaf48d18 s Context>handleSignal:
         0xaf4f550 s Context>handleSignal:
         0xaf55cd0 s Context>handleSignal:
         0xaf5c398 s Context>handleSignal:
         0xaf629a8 s Context>handleSignal:
         0xaf68f00 s Context>handleSignal:
         0xaf6f3a0 s Context>handleSignal:
         0xaf75788 s Context>handleSignal:
         0xaf7bab8 s Context>handleSignal:
         0xaf81d30 s Context>handleSignal:
         0xaf87ef0 s Context>handleSignal:
         0xaf8dff8 s Context>handleSignal:
         0xaf94048 s Context>handleSignal:
         0xaf99fe0 s Context>handleSignal:
         0xaf9fec0 s Context>handleSignal:
         0xafa5ce8 s Context>handleSignal:
         0xafaba58 s Context>handleSignal:
         0xafb1710 s Context>handleSignal:
         0xafb7310 s Context>handleSignal:
         0xafbce58 s Context>handleSignal:
         0xafc28e8 s Context>handleSignal:
         0xafc82c0 s Context>handleSignal:
         0xafcdbe0 s Context>handleSignal:
         0xafd3448 s Context>handleSignal:
         0xafd8bf8 s Context>handleSignal:
         0xafde2f0 s Context>handleSignal:
         0xafe3930 s Context>handleSignal:
         0xafe8eb8 s Context>handleSignal:
         0xafee388 s Context>handleSignal:
         0xaff37a0 s Context>handleSignal:
         0xaff8b00 s Context>handleSignal:
         0xaffdda8 s Context>handleSignal:
         0xb002f98 s Context>handleSignal:
         0xb0080d0 s Context>handleSignal:
         0xb00d150 s Context>handleSignal:
         0xb012118 s Context>handleSignal:
         0xb017028 s Context>handleSignal:
         0xb01be80 s Context>handleSignal:
         0xb020c20 s Context>handleSignal:
         0xb025908 s Context>handleSignal:
         0xb02a538 s Context>handleSignal:
         0xb02f0b0 s Context>handleSignal:
         0xb033b70 s Context>handleSignal:
         0xb038578 s Context>handleSignal:
         0xb03cec8 s Context>handleSignal:
         0xb041760 s Context>handleSignal:
         0xb045f40 s Context>handleSignal:
         0xb04a668 s Context>handleSignal:
         0xb04ecd8 s Context>handleSignal:
         0xb053290 s Context>handleSignal:
         0xb057790 s Context>handleSignal:
         0xb05bbd8 s Context>handleSignal:
         0xb05ff68 s Context>handleSignal:
         0xb064240 s Context>handleSignal:
         0xb068460 s Context>handleSignal:
         0xb06c5c8 s Context>handleSignal:
         0xb070678 s Context>handleSignal:
         0xb074670 s Context>handleSignal:
         0xb0785b0 s Context>handleSignal:
         0xb07c438 s Context>handleSignal:
         0xb080208 s Context>handleSignal:
         0xb083f20 s Context>handleSignal:
         0xb087b80 s Context>handleSignal:
         0xb08b728 s Context>handleSignal:
         0xb08f218 s Context>handleSignal:
         0xb092b98 s Context>handleSignal:
         0xb096460 s Context>handleSignal:
         0xb099c70 s Context>handleSignal:
         0xb1d3e50 s Halt(Exception)>signal
         0xb26d5b8 s Halt class(Exception class)>signal
         0xad45280 s Halt class>now
         0xb1bb410 s FullBlockClosure(Object)>halt
         0xb235768 s FullBlockClosure>printOn:
         0xb297c60 s Context>printOn:
         0xb351ff8 s Context>printDebugOn:
         0xb3523e0 s [] in Context>debugStack:on:
         0xb399b98 s OrderedCollection>do:
         0xb297e70 s Context>debugStack:on:
         0xb352270 s Context>shortDebugStackOn:
         0xb399ae0 s [] in SmalltalkImage>logError:inContext:
         0xb3c0048 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d1c88 s FullBlockClosure(BlockClosure)>on:do:
         0xb26aaf0 s SmalltalkImage>logStdErrorDuring:
         0xb2b5808 s SmalltalkImage>logError:inContext:
         0xb373b60 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1270 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cfe98 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ecd00 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f7728 s Halt(Exception)>unhandledErrorAction
         0xb3f77e0 s Halt(UnhandledException)>defaultAction
         0xb3f7898 s UndefinedObject>handleSignal:
         0xad46478 s Context>handleSignal:
         0xad46530 s Context>handleSignal:
         0xad465e8 s Context>handleSignal:
         0xad466a0 s Context>handleSignal:
         0xad46758 s Context>handleSignal:
         0xad46810 s Context>handleSignal:
         0xad468c8 s Context>handleSignal:
         0xad46980 s Context>handleSignal:
         0xad46a38 s Context>handleSignal:
         0xad46af0 s Context>handleSignal:
         0xad9efe0 s Context>handleSignal:
         0xadb2980 s Context>handleSignal:
         0xadc47f0 s Context>handleSignal:
         0xadd5950 s Context>handleSignal:
         0xade93b0 s Context>handleSignal:
         0xadf9b88 s Context>handleSignal:
         0xae09e88 s Context>handleSignal:
         0xae19d28 s Context>handleSignal:
         0xae2c260 s Context>handleSignal:
         0xae3b8b0 s Context>handleSignal:
         0xae4daa0 s Context>handleSignal:
         0xae5a080 s Context>handleSignal:
         0xae66df8 s Context>handleSignal:
         0xae71e50 s Context>handleSignal:
         0xae7bd80 s Context>handleSignal:
         0xae86828 s Context>handleSignal:
         0xae90840 s Context>handleSignal:
         0xae9b5d0 s Context>handleSignal:
         0xaea7a50 s Context>handleSignal:
         0xaeb0f38 s Context>handleSignal:
         0xaeb9418 s Context>handleSignal:
         0xaec15e0 s Context>handleSignal:
         0xaec9470 s Context>handleSignal:
         0xaed1750 s Context>handleSignal:
         0xaed9680 s Context>handleSignal:
         0xaee1810 s Context>handleSignal:
         0xaee91e8 s Context>handleSignal:
         0xaef0eb8 s Context>handleSignal:
         0xaef8ce8 s Context>handleSignal:
         0xaf00c68 s Context>handleSignal:
         0xaf0a218 s Context>handleSignal:
         0xaf11c38 s Context>handleSignal:
         0xaf19948 s Context>handleSignal:
         0xaf20740 s Context>handleSignal:
         0xaf274c0 s Context>handleSignal:
         0xaf2e398 s Context>handleSignal:
         0xaf34f68 s Context>handleSignal:
         0xaf3b9c8 s Context>handleSignal:
         0xaf42370 s Context>handleSignal:
         0xaf48c60 s Context>handleSignal:
         0xaf4f498 s Context>handleSignal:
         0xaf55c18 s Context>handleSignal:
         0xaf5c2e0 s Context>handleSignal:
         0xaf628f0 s Context>handleSignal:
         0xaf68e48 s Context>handleSignal:
         0xaf6f2e8 s Context>handleSignal:
         0xaf756d0 s Context>handleSignal:
         0xaf7ba00 s Context>handleSignal:
         0xaf81c78 s Context>handleSignal:
         0xaf87e38 s Context>handleSignal:
         0xaf8df40 s Context>handleSignal:
         0xaf93f90 s Context>handleSignal:
         0xaf99f28 s Context>handleSignal:
         0xaf9fe08 s Context>handleSignal:
         0xafa5c30 s Context>handleSignal:
         0xafab9a0 s Context>handleSignal:
         0xafb1658 s Context>handleSignal:
         0xafb7258 s Context>handleSignal:
         0xafbcda0 s Context>handleSignal:
         0xafc2830 s Context>handleSignal:
         0xafc8208 s Context>handleSignal:
         0xafcdb28 s Context>handleSignal:
         0xafd3390 s Context>handleSignal:
         0xafd8b40 s Context>handleSignal:
         0xafde238 s Context>handleSignal:
         0xafe3878 s Context>handleSignal:
         0xafe8e00 s Context>handleSignal:
         0xafee2d0 s Context>handleSignal:
         0xaff36e8 s Context>handleSignal:
         0xaff8a48 s Context>handleSignal:
         0xaffdcf0 s Context>handleSignal:
         0xb002ee0 s Context>handleSignal:
         0xb008018 s Context>handleSignal:
         0xb00d098 s Context>handleSignal:
         0xb012060 s Context>handleSignal:
         0xb016f70 s Context>handleSignal:
         0xb01bdc8 s Context>handleSignal:
         0xb020b68 s Context>handleSignal:
         0xb025850 s Context>handleSignal:
         0xb02a480 s Context>handleSignal:
         0xb02eff8 s Context>handleSignal:
         0xb033ab8 s Context>handleSignal:
         0xb0384c0 s Context>handleSignal:
         0xb03ce10 s Context>handleSignal:
         0xb0416a8 s Context>handleSignal:
         0xb045e88 s Context>handleSignal:
         0xb04a5b0 s Context>handleSignal:
         0xb04ec20 s Context>handleSignal:
         0xb0531d8 s Context>handleSignal:
         0xb0576d8 s Context>handleSignal:
         0xb05bb20 s Context>handleSignal:
         0xb05feb0 s Context>handleSignal:
         0xb064188 s Context>handleSignal:
         0xb0683a8 s Context>handleSignal:
         0xb06c510 s Context>handleSignal:
         0xb0705c0 s Context>handleSignal:
         0xb0745b8 s Context>handleSignal:
         0xb0784f8 s Context>handleSignal:
         0xb07c380 s Context>handleSignal:
         0xb080150 s Context>handleSignal:
         0xb083e68 s Context>handleSignal:
         0xb087ac8 s Context>handleSignal:
         0xb08b670 s Context>handleSignal:
         0xb08f160 s Context>handleSignal:
         0xb092ae0 s Context>handleSignal:
         0xb0963a8 s Context>handleSignal:
         0xb1d3ce0 s Halt(Exception)>signal
         0xb26d3e8 s Halt class(Exception class)>signal
         0xad8f930 s Halt class>now
         0xb1c4898 s FullBlockClosure(Object)>halt
         0xb25abb0 s FullBlockClosure>printOn:
         0xb2a8658 s Context>printOn:
         0xb3682e0 s Context>printDebugOn:
         0xb3520b0 s [] in Context>debugStack:on:
         0xb399950 s OrderedCollection>do:
         0xb297b58 s Context>debugStack:on:
         0xb351f18 s Context>shortDebugStackOn:
         0xb399888 s [] in SmalltalkImage>logError:inContext:
         0xb3bfeb8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d1b18 s FullBlockClosure(BlockClosure)>on:do:
         0xb26a920 s SmalltalkImage>logStdErrorDuring:
         0xb2b5708 s SmalltalkImage>logError:inContext:
         0xb373a98 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1180 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cfdb8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ecc48 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f7500 s Halt(Exception)>unhandledErrorAction
         0xb3f75b8 s Halt(UnhandledException)>defaultAction
         0xb3f7670 s UndefinedObject>handleSignal:
         0xad45bd8 s Context>handleSignal:
         0xad45c90 s Context>handleSignal:
         0xad45d48 s Context>handleSignal:
         0xad45e00 s Context>handleSignal:
         0xad45eb8 s Context>handleSignal:
         0xad45f70 s Context>handleSignal:
         0xad46028 s Context>handleSignal:
         0xad460e0 s Context>handleSignal:
         0xad46198 s Context>handleSignal:
         0xad46250 s Context>handleSignal:
         0xad9ef28 s Context>handleSignal:
         0xadb28c8 s Context>handleSignal:
         0xadc4738 s Context>handleSignal:
         0xadd5898 s Context>handleSignal:
         0xade92f8 s Context>handleSignal:
         0xadf9ad0 s Context>handleSignal:
         0xae09dd0 s Context>handleSignal:
         0xae19c70 s Context>handleSignal:
         0xae2c1a8 s Context>handleSignal:
         0xae3b7f8 s Context>handleSignal:
         0xae4d9e8 s Context>handleSignal:
         0xae59fc8 s Context>handleSignal:
         0xae66d40 s Context>handleSignal:
         0xae71d98 s Context>handleSignal:
         0xae7bcc8 s Context>handleSignal:
         0xae86770 s Context>handleSignal:
         0xae90788 s Context>handleSignal:
         0xae9b518 s Context>handleSignal:
         0xaea7998 s Context>handleSignal:
         0xaeb0e80 s Context>handleSignal:
         0xaeb9360 s Context>handleSignal:
         0xaec1528 s Context>handleSignal:
         0xaec93b8 s Context>handleSignal:
         0xaed1698 s Context>handleSignal:
         0xaed95c8 s Context>handleSignal:
         0xaee1758 s Context>handleSignal:
         0xaee9130 s Context>handleSignal:
         0xaef0e00 s Context>handleSignal:
         0xaef8c30 s Context>handleSignal:
         0xaf00bb0 s Context>handleSignal:
         0xaf0a160 s Context>handleSignal:
         0xaf11b80 s Context>handleSignal:
         0xaf19890 s Context>handleSignal:
         0xaf20688 s Context>handleSignal:
         0xaf27408 s Context>handleSignal:
         0xaf2e2e0 s Context>handleSignal:
         0xaf34eb0 s Context>handleSignal:
         0xaf3b910 s Context>handleSignal:
         0xaf422b8 s Context>handleSignal:
         0xaf48ba8 s Context>handleSignal:
         0xaf4f3e0 s Context>handleSignal:
         0xaf55b60 s Context>handleSignal:
         0xaf5c228 s Context>handleSignal:
         0xaf62838 s Context>handleSignal:
         0xaf68d90 s Context>handleSignal:
         0xaf6f230 s Context>handleSignal:
         0xaf75618 s Context>handleSignal:
         0xaf7b948 s Context>handleSignal:
         0xaf81bc0 s Context>handleSignal:
         0xaf87d80 s Context>handleSignal:
         0xaf8de88 s Context>handleSignal:
         0xaf93ed8 s Context>handleSignal:
         0xaf99e70 s Context>handleSignal:
         0xaf9fd50 s Context>handleSignal:
         0xafa5b78 s Context>handleSignal:
         0xafab8e8 s Context>handleSignal:
         0xafb15a0 s Context>handleSignal:
         0xafb71a0 s Context>handleSignal:
         0xafbcce8 s Context>handleSignal:
         0xafc2778 s Context>handleSignal:
         0xafc8150 s Context>handleSignal:
         0xafcda70 s Context>handleSignal:
         0xafd32d8 s Context>handleSignal:
         0xafd8a88 s Context>handleSignal:
         0xafde180 s Context>handleSignal:
         0xafe37c0 s Context>handleSignal:
         0xafe8d48 s Context>handleSignal:
         0xafee218 s Context>handleSignal:
         0xaff3630 s Context>handleSignal:
         0xaff8990 s Context>handleSignal:
         0xaffdc38 s Context>handleSignal:
         0xb002e28 s Context>handleSignal:
         0xb007f60 s Context>handleSignal:
         0xb00cfe0 s Context>handleSignal:
         0xb011fa8 s Context>handleSignal:
         0xb016eb8 s Context>handleSignal:
         0xb01bd10 s Context>handleSignal:
         0xb020ab0 s Context>handleSignal:
         0xb025798 s Context>handleSignal:
         0xb02a3c8 s Context>handleSignal:
         0xb02ef40 s Context>handleSignal:
         0xb033a00 s Context>handleSignal:
         0xb038408 s Context>handleSignal:
         0xb03cd58 s Context>handleSignal:
         0xb0415f0 s Context>handleSignal:
         0xb045dd0 s Context>handleSignal:
         0xb04a4f8 s Context>handleSignal:
         0xb04eb68 s Context>handleSignal:
         0xb053120 s Context>handleSignal:
         0xb057620 s Context>handleSignal:
         0xb05ba68 s Context>handleSignal:
         0xb05fdf8 s Context>handleSignal:
         0xb0640d0 s Context>handleSignal:
         0xb0682f0 s Context>handleSignal:
         0xb06c458 s Context>handleSignal:
         0xb070508 s Context>handleSignal:
         0xb074500 s Context>handleSignal:
         0xb078440 s Context>handleSignal:
         0xb07c2c8 s Context>handleSignal:
         0xb080098 s Context>handleSignal:
         0xb083db0 s Context>handleSignal:
         0xb087a10 s Context>handleSignal:
         0xb08b5b8 s Context>handleSignal:
         0xb08f0a8 s Context>handleSignal:
         0xb092a28 s Context>handleSignal:
         0xb1d3b70 s Halt(Exception)>signal
         0xb26d218 s Halt class(Exception class)>signal
         0xad8f200 s Halt class>now
         0xb1c47e0 s FullBlockClosure(Object)>halt
         0xb25aaf8 s FullBlockClosure>printOn:
         0xb2a85a0 s Context>printOn:
         0xb368170 s Context>printDebugOn:
         0xb368398 s [] in Context>debugStack:on:
         0xb3a7d20 s OrderedCollection>do:
         0xb2982f8 s Context>debugStack:on:
         0xb3527f0 s Context>shortDebugStackOn:
         0xb399ea8 s [] in SmalltalkImage>logError:inContext:
         0xb3c02b0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d19a8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26a750 s SmalltalkImage>logStdErrorDuring:
         0xb2b5608 s SmalltalkImage>logError:inContext:
         0xb3739d0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b1090 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cfcd8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ecb90 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f72d8 s Halt(Exception)>unhandledErrorAction
         0xb3f7390 s Halt(UnhandledException)>defaultAction
         0xb3f7448 s UndefinedObject>handleSignal:
         0xad45338 s Context>handleSignal:
         0xad453f0 s Context>handleSignal:
         0xad454a8 s Context>handleSignal:
         0xad45560 s Context>handleSignal:
         0xad45618 s Context>handleSignal:
         0xad456d0 s Context>handleSignal:
         0xad45788 s Context>handleSignal:
         0xad45840 s Context>handleSignal:
         0xad458f8 s Context>handleSignal:
         0xad459b0 s Context>handleSignal:
         0xad9ee70 s Context>handleSignal:
         0xadb2810 s Context>handleSignal:
         0xadc4680 s Context>handleSignal:
         0xadd57e0 s Context>handleSignal:
         0xade9240 s Context>handleSignal:
         0xadf9a18 s Context>handleSignal:
         0xae09d18 s Context>handleSignal:
         0xae19bb8 s Context>handleSignal:
         0xae2c0f0 s Context>handleSignal:
         0xae3b740 s Context>handleSignal:
         0xae4d930 s Context>handleSignal:
         0xae59f10 s Context>handleSignal:
         0xae66c88 s Context>handleSignal:
         0xae71ce0 s Context>handleSignal:
         0xae7bc10 s Context>handleSignal:
         0xae866b8 s Context>handleSignal:
         0xae906d0 s Context>handleSignal:
         0xae9b460 s Context>handleSignal:
         0xaea78e0 s Context>handleSignal:
         0xaeb0dc8 s Context>handleSignal:
         0xaeb92a8 s Context>handleSignal:
         0xaec1470 s Context>handleSignal:
         0xaec9300 s Context>handleSignal:
         0xaed15e0 s Context>handleSignal:
         0xaed9510 s Context>handleSignal:
         0xaee16a0 s Context>handleSignal:
         0xaee9078 s Context>handleSignal:
         0xaef0d48 s Context>handleSignal:
         0xaef8b78 s Context>handleSignal:
         0xaf00af8 s Context>handleSignal:
         0xaf0a0a8 s Context>handleSignal:
         0xaf11ac8 s Context>handleSignal:
         0xaf197d8 s Context>handleSignal:
         0xaf205d0 s Context>handleSignal:
         0xaf27350 s Context>handleSignal:
         0xaf2e228 s Context>handleSignal:
         0xaf34df8 s Context>handleSignal:
         0xaf3b858 s Context>handleSignal:
         0xaf42200 s Context>handleSignal:
         0xaf48af0 s Context>handleSignal:
         0xaf4f328 s Context>handleSignal:
         0xaf55aa8 s Context>handleSignal:
         0xaf5c170 s Context>handleSignal:
         0xaf62780 s Context>handleSignal:
         0xaf68cd8 s Context>handleSignal:
         0xaf6f178 s Context>handleSignal:
         0xaf75560 s Context>handleSignal:
         0xaf7b890 s Context>handleSignal:
         0xaf81b08 s Context>handleSignal:
         0xaf87cc8 s Context>handleSignal:
         0xaf8ddd0 s Context>handleSignal:
         0xaf93e20 s Context>handleSignal:
         0xaf99db8 s Context>handleSignal:
         0xaf9fc98 s Context>handleSignal:
         0xafa5ac0 s Context>handleSignal:
         0xafab830 s Context>handleSignal:
         0xafb14e8 s Context>handleSignal:
         0xafb70e8 s Context>handleSignal:
         0xafbcc30 s Context>handleSignal:
         0xafc26c0 s Context>handleSignal:
         0xafc8098 s Context>handleSignal:
         0xafcd9b8 s Context>handleSignal:
         0xafd3220 s Context>handleSignal:
         0xafd89d0 s Context>handleSignal:
         0xafde0c8 s Context>handleSignal:
         0xafe3708 s Context>handleSignal:
         0xafe8c90 s Context>handleSignal:
         0xafee160 s Context>handleSignal:
         0xaff3578 s Context>handleSignal:
         0xaff88d8 s Context>handleSignal:
         0xaffdb80 s Context>handleSignal:
         0xb002d70 s Context>handleSignal:
         0xb007ea8 s Context>handleSignal:
         0xb00cf28 s Context>handleSignal:
         0xb011ef0 s Context>handleSignal:
         0xb016e00 s Context>handleSignal:
         0xb01bc58 s Context>handleSignal:
         0xb0209f8 s Context>handleSignal:
         0xb0256e0 s Context>handleSignal:
         0xb02a310 s Context>handleSignal:
         0xb02ee88 s Context>handleSignal:
         0xb033948 s Context>handleSignal:
         0xb038350 s Context>handleSignal:
         0xb03cca0 s Context>handleSignal:
         0xb041538 s Context>handleSignal:
         0xb045d18 s Context>handleSignal:
         0xb04a440 s Context>handleSignal:
         0xb04eab0 s Context>handleSignal:
         0xb053068 s Context>handleSignal:
         0xb057568 s Context>handleSignal:
         0xb05b9b0 s Context>handleSignal:
         0xb05fd40 s Context>handleSignal:
         0xb064018 s Context>handleSignal:
         0xb068238 s Context>handleSignal:
         0xb06c3a0 s Context>handleSignal:
         0xb070450 s Context>handleSignal:
         0xb074448 s Context>handleSignal:
         0xb078388 s Context>handleSignal:
         0xb07c210 s Context>handleSignal:
         0xb07ffe0 s Context>handleSignal:
         0xb083cf8 s Context>handleSignal:
         0xb087958 s Context>handleSignal:
         0xb08b500 s Context>handleSignal:
         0xb08eff0 s Context>handleSignal:
         0xb1d3a00 s Halt(Exception)>signal
         0xb26d048 s Halt class(Exception class)>signal
         0xad8ead0 s Halt class>now
         0xb1c4728 s FullBlockClosure(Object)>halt
         0xb25aa40 s FullBlockClosure>printOn:
         0xb2a84e8 s Context>printOn:
         0xb368000 s Context>printDebugOn:
         0xb368228 s [] in Context>debugStack:on:
         0xb3a7c68 s OrderedCollection>do:
         0xb298030 s Context>debugStack:on:
         0xb3524c0 s Context>shortDebugStackOn:
         0xb399c60 s [] in SmalltalkImage>logError:inContext:
         0xb3c0120 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d1838 s FullBlockClosure(BlockClosure)>on:do:
         0xb26a580 s SmalltalkImage>logStdErrorDuring:
         0xb2b5508 s SmalltalkImage>logError:inContext:
         0xb373908 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0fa0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cfbf8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ecad8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40bd50 s Halt(Exception)>unhandledErrorAction
         0xb40be08 s Halt(UnhandledException)>defaultAction
         0xb40bec0 s UndefinedObject>handleSignal:
         0xad8e2e8 s Context>handleSignal:
         0xad8f9e8 s Context>handleSignal:
         0xad8faa0 s Context>handleSignal:
         0xad8fb58 s Context>handleSignal:
         0xad8fc10 s Context>handleSignal:
         0xad8fcc8 s Context>handleSignal:
         0xad8fd80 s Context>handleSignal:
         0xad8fe38 s Context>handleSignal:
         0xad8fef0 s Context>handleSignal:
         0xad8ffa8 s Context>handleSignal:
         0xada5c70 s Context>handleSignal:
         0xadb9030 s Context>handleSignal:
         0xadcad48 s Context>handleSignal:
         0xaddbdf0 s Context>handleSignal:
         0xadef798 s Context>handleSignal:
         0xadffeb8 s Context>handleSignal:
         0xae10048 s Context>handleSignal:
         0xae1fe30 s Context>handleSignal:
         0xae322b0 s Context>handleSignal:
         0xae41848 s Context>handleSignal:
         0xae53980 s Context>handleSignal:
         0xae5fea8 s Context>handleSignal:
         0xae6cb68 s Context>handleSignal:
         0xae77b08 s Context>handleSignal:
         0xae81980 s Context>handleSignal:
         0xae8c370 s Context>handleSignal:
         0xae962d0 s Context>handleSignal:
         0xaea0fa8 s Context>handleSignal:
         0xaead370 s Context>handleSignal:
         0xaeb67a0 s Context>handleSignal:
         0xaebebc8 s Context>handleSignal:
         0xaec6cd8 s Context>handleSignal:
         0xaeceab0 s Context>handleSignal:
         0xaed6cd8 s Context>handleSignal:
         0xaedeb50 s Context>handleSignal:
         0xaee6c28 s Context>handleSignal:
         0xaeee548 s Context>handleSignal:
         0xaef6160 s Context>handleSignal:
         0xaefded8 s Context>handleSignal:
         0xaf05da0 s Context>handleSignal:
         0xaf0f298 s Context>handleSignal:
         0xaf16c00 s Context>handleSignal:
         0xaf1e858 s Context>handleSignal:
         0xaf25598 s Context>handleSignal:
         0xaf2c260 s Context>handleSignal:
         0xaf33080 s Context>handleSignal:
         0xaf39b98 s Context>handleSignal:
         0xaf40540 s Context>handleSignal:
         0xaf46e30 s Context>handleSignal:
         0xaf4d668 s Context>handleSignal:
         0xaf53de8 s Context>handleSignal:
         0xaf5a4b0 s Context>handleSignal:
         0xaf60ac0 s Context>handleSignal:
         0xaf67018 s Context>handleSignal:
         0xaf6d4b8 s Context>handleSignal:
         0xaf738a0 s Context>handleSignal:
         0xaf79bd0 s Context>handleSignal:
         0xaf7fe48 s Context>handleSignal:
         0xaf86008 s Context>handleSignal:
         0xaf8c110 s Context>handleSignal:
         0xaf92160 s Context>handleSignal:
         0xaf980f8 s Context>handleSignal:
         0xaf9dfd8 s Context>handleSignal:
         0xafa3e00 s Context>handleSignal:
         0xafa9b70 s Context>handleSignal:
         0xafaf828 s Context>handleSignal:
         0xafb5428 s Context>handleSignal:
         0xafbaf70 s Context>handleSignal:
         0xafc0a00 s Context>handleSignal:
         0xafc63d8 s Context>handleSignal:
         0xafcbcf8 s Context>handleSignal:
         0xafd1560 s Context>handleSignal:
         0xafd6d10 s Context>handleSignal:
         0xafdc408 s Context>handleSignal:
         0xafe1a48 s Context>handleSignal:
         0xafe6fd0 s Context>handleSignal:
         0xafec4a0 s Context>handleSignal:
         0xaff18b8 s Context>handleSignal:
         0xaff6c18 s Context>handleSignal:
         0xaffbec0 s Context>handleSignal:
         0xb0010b0 s Context>handleSignal:
         0xb0061e8 s Context>handleSignal:
         0xb00b268 s Context>handleSignal:
         0xb010230 s Context>handleSignal:
         0xb015140 s Context>handleSignal:
         0xb019f98 s Context>handleSignal:
         0xb01ed38 s Context>handleSignal:
         0xb023a20 s Context>handleSignal:
         0xb028650 s Context>handleSignal:
         0xb02d1c8 s Context>handleSignal:
         0xb031c88 s Context>handleSignal:
         0xb036690 s Context>handleSignal:
         0xb03afe0 s Context>handleSignal:
         0xb03f878 s Context>handleSignal:
         0xb044058 s Context>handleSignal:
         0xb048780 s Context>handleSignal:
         0xb04cdf0 s Context>handleSignal:
         0xb0513a8 s Context>handleSignal:
         0xb0558a8 s Context>handleSignal:
         0xb059cf0 s Context>handleSignal:
         0xb05e080 s Context>handleSignal:
         0xb062358 s Context>handleSignal:
         0xb066578 s Context>handleSignal:
         0xb06a6e0 s Context>handleSignal:
         0xb06e790 s Context>handleSignal:
         0xb072788 s Context>handleSignal:
         0xb0766c8 s Context>handleSignal:
         0xb07a550 s Context>handleSignal:
         0xb07e320 s Context>handleSignal:
         0xb082038 s Context>handleSignal:
         0xb085c98 s Context>handleSignal:
         0xb089840 s Context>handleSignal:
         0xb08d330 s Context>handleSignal:
         0xb1d3890 s Halt(Exception)>signal
         0xb26ce78 s Halt class(Exception class)>signal
         0xad8e3a0 s Halt class>now
         0xb1c4670 s FullBlockClosure(Object)>halt
         0xb25a988 s FullBlockClosure>printOn:
         0xb2a8430 s Context>printOn:
         0xb367e90 s Context>printDebugOn:
         0xb3680b8 s [] in Context>debugStack:on:
         0xb3a7bb0 s OrderedCollection>do:
         0xb297d68 s Context>debugStack:on:
         0xb352190 s Context>shortDebugStackOn:
         0xb399a18 s [] in SmalltalkImage>logError:inContext:
         0xb3bff90 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d16c8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26a3b0 s SmalltalkImage>logStdErrorDuring:
         0xb2b5408 s SmalltalkImage>logError:inContext:
         0xb373840 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0eb0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cfb18 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eca20 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40bb28 s Halt(Exception)>unhandledErrorAction
         0xb40bbe0 s Halt(UnhandledException)>defaultAction
         0xb40bc98 s UndefinedObject>handleSignal:
         0xad8db00 s Context>handleSignal:
         0xad8f2b8 s Context>handleSignal:
         0xad8f370 s Context>handleSignal:
         0xad8f428 s Context>handleSignal:
         0xad8f4e0 s Context>handleSignal:
         0xad8f598 s Context>handleSignal:
         0xad8f650 s Context>handleSignal:
         0xad8f708 s Context>handleSignal:
         0xad8f7c0 s Context>handleSignal:
         0xad8f878 s Context>handleSignal:
         0xada5bb8 s Context>handleSignal:
         0xadb8f78 s Context>handleSignal:
         0xadcac90 s Context>handleSignal:
         0xaddbd38 s Context>handleSignal:
         0xadef6e0 s Context>handleSignal:
         0xadffe00 s Context>handleSignal:
         0xae0ff90 s Context>handleSignal:
         0xae1fd78 s Context>handleSignal:
         0xae321f8 s Context>handleSignal:
         0xae41790 s Context>handleSignal:
         0xae538c8 s Context>handleSignal:
         0xae5fdf0 s Context>handleSignal:
         0xae6cab0 s Context>handleSignal:
         0xae77a50 s Context>handleSignal:
         0xae818c8 s Context>handleSignal:
         0xae8c2b8 s Context>handleSignal:
         0xae96218 s Context>handleSignal:
         0xaea0ef0 s Context>handleSignal:
         0xaead2b8 s Context>handleSignal:
         0xaeb66e8 s Context>handleSignal:
         0xaebeb10 s Context>handleSignal:
         0xaec6c20 s Context>handleSignal:
         0xaece9f8 s Context>handleSignal:
         0xaed6c20 s Context>handleSignal:
         0xaedea98 s Context>handleSignal:
         0xaee6b70 s Context>handleSignal:
         0xaeee490 s Context>handleSignal:
         0xaef60a8 s Context>handleSignal:
         0xaefde20 s Context>handleSignal:
         0xaf05ce8 s Context>handleSignal:
         0xaf0f1e0 s Context>handleSignal:
         0xaf16b48 s Context>handleSignal:
         0xaf1e7a0 s Context>handleSignal:
         0xaf254e0 s Context>handleSignal:
         0xaf2c1a8 s Context>handleSignal:
         0xaf32fc8 s Context>handleSignal:
         0xaf39ae0 s Context>handleSignal:
         0xaf40488 s Context>handleSignal:
         0xaf46d78 s Context>handleSignal:
         0xaf4d5b0 s Context>handleSignal:
         0xaf53d30 s Context>handleSignal:
         0xaf5a3f8 s Context>handleSignal:
         0xaf60a08 s Context>handleSignal:
         0xaf66f60 s Context>handleSignal:
         0xaf6d400 s Context>handleSignal:
         0xaf737e8 s Context>handleSignal:
         0xaf79b18 s Context>handleSignal:
         0xaf7fd90 s Context>handleSignal:
         0xaf85f50 s Context>handleSignal:
         0xaf8c058 s Context>handleSignal:
         0xaf920a8 s Context>handleSignal:
         0xaf98040 s Context>handleSignal:
         0xaf9df20 s Context>handleSignal:
         0xafa3d48 s Context>handleSignal:
         0xafa9ab8 s Context>handleSignal:
         0xafaf770 s Context>handleSignal:
         0xafb5370 s Context>handleSignal:
         0xafbaeb8 s Context>handleSignal:
         0xafc0948 s Context>handleSignal:
         0xafc6320 s Context>handleSignal:
         0xafcbc40 s Context>handleSignal:
         0xafd14a8 s Context>handleSignal:
         0xafd6c58 s Context>handleSignal:
         0xafdc350 s Context>handleSignal:
         0xafe1990 s Context>handleSignal:
         0xafe6f18 s Context>handleSignal:
         0xafec3e8 s Context>handleSignal:
         0xaff1800 s Context>handleSignal:
         0xaff6b60 s Context>handleSignal:
         0xaffbe08 s Context>handleSignal:
         0xb000ff8 s Context>handleSignal:
         0xb006130 s Context>handleSignal:
         0xb00b1b0 s Context>handleSignal:
         0xb010178 s Context>handleSignal:
         0xb015088 s Context>handleSignal:
         0xb019ee0 s Context>handleSignal:
         0xb01ec80 s Context>handleSignal:
         0xb023968 s Context>handleSignal:
         0xb028598 s Context>handleSignal:
         0xb02d110 s Context>handleSignal:
         0xb031bd0 s Context>handleSignal:
         0xb0365d8 s Context>handleSignal:
         0xb03af28 s Context>handleSignal:
         0xb03f7c0 s Context>handleSignal:
         0xb043fa0 s Context>handleSignal:
         0xb0486c8 s Context>handleSignal:
         0xb04cd38 s Context>handleSignal:
         0xb0512f0 s Context>handleSignal:
         0xb0557f0 s Context>handleSignal:
         0xb059c38 s Context>handleSignal:
         0xb05dfc8 s Context>handleSignal:
         0xb0622a0 s Context>handleSignal:
         0xb0664c0 s Context>handleSignal:
         0xb06a628 s Context>handleSignal:
         0xb06e6d8 s Context>handleSignal:
         0xb0726d0 s Context>handleSignal:
         0xb076610 s Context>handleSignal:
         0xb07a498 s Context>handleSignal:
         0xb07e268 s Context>handleSignal:
         0xb081f80 s Context>handleSignal:
         0xb085be0 s Context>handleSignal:
         0xb089788 s Context>handleSignal:
         0xb1d3720 s Halt(Exception)>signal
         0xb26cca8 s Halt class(Exception class)>signal
         0xad8dbb8 s Halt class>now
         0xb1c4580 s FullBlockClosure(Object)>halt
         0xb25a8a0 s FullBlockClosure>printOn:
         0xb2a8270 s Context>printOn:
         0xb367c40 s Context>printDebugOn:
         0xb367f48 s [] in Context>debugStack:on:
         0xb3a7af8 s OrderedCollection>do:
         0xb2a8378 s Context>debugStack:on:
         0xb367dd8 s Context>shortDebugStackOn:
         0xb3a7a40 s [] in SmalltalkImage>logError:inContext:
         0xb3c7e30 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d1558 s FullBlockClosure(BlockClosure)>on:do:
         0xb26a1e0 s SmalltalkImage>logStdErrorDuring:
         0xb2b5308 s SmalltalkImage>logError:inContext:
         0xb373778 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0dc0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cfa38 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec968 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40b900 s Halt(Exception)>unhandledErrorAction
         0xb40b9b8 s Halt(UnhandledException)>defaultAction
         0xb40ba70 s UndefinedObject>handleSignal:
         0xad8d318 s Context>handleSignal:
         0xad8eb88 s Context>handleSignal:
         0xad8ec40 s Context>handleSignal:
         0xad8ecf8 s Context>handleSignal:
         0xad8edb0 s Context>handleSignal:
         0xad8ee68 s Context>handleSignal:
         0xad8ef20 s Context>handleSignal:
         0xad8efd8 s Context>handleSignal:
         0xad8f090 s Context>handleSignal:
         0xad8f148 s Context>handleSignal:
         0xada5b00 s Context>handleSignal:
         0xadb8ec0 s Context>handleSignal:
         0xadcabd8 s Context>handleSignal:
         0xaddbc80 s Context>handleSignal:
         0xadef628 s Context>handleSignal:
         0xadffd48 s Context>handleSignal:
         0xae0fed8 s Context>handleSignal:
         0xae1fcc0 s Context>handleSignal:
         0xae32140 s Context>handleSignal:
         0xae416d8 s Context>handleSignal:
         0xae53810 s Context>handleSignal:
         0xae5fd38 s Context>handleSignal:
         0xae6c9f8 s Context>handleSignal:
         0xae77998 s Context>handleSignal:
         0xae81810 s Context>handleSignal:
         0xae8c200 s Context>handleSignal:
         0xae96160 s Context>handleSignal:
         0xaea0e38 s Context>handleSignal:
         0xaead200 s Context>handleSignal:
         0xaeb6630 s Context>handleSignal:
         0xaebea58 s Context>handleSignal:
         0xaec6b68 s Context>handleSignal:
         0xaece940 s Context>handleSignal:
         0xaed6b68 s Context>handleSignal:
         0xaede9e0 s Context>handleSignal:
         0xaee6ab8 s Context>handleSignal:
         0xaeee3d8 s Context>handleSignal:
         0xaef5ff0 s Context>handleSignal:
         0xaefdd68 s Context>handleSignal:
         0xaf05c30 s Context>handleSignal:
         0xaf0f128 s Context>handleSignal:
         0xaf16a90 s Context>handleSignal:
         0xaf1e6e8 s Context>handleSignal:
         0xaf25428 s Context>handleSignal:
         0xaf2c0f0 s Context>handleSignal:
         0xaf32f10 s Context>handleSignal:
         0xaf39a28 s Context>handleSignal:
         0xaf403d0 s Context>handleSignal:
         0xaf46cc0 s Context>handleSignal:
         0xaf4d4f8 s Context>handleSignal:
         0xaf53c78 s Context>handleSignal:
         0xaf5a340 s Context>handleSignal:
         0xaf60950 s Context>handleSignal:
         0xaf66ea8 s Context>handleSignal:
         0xaf6d348 s Context>handleSignal:
         0xaf73730 s Context>handleSignal:
         0xaf79a60 s Context>handleSignal:
         0xaf7fcd8 s Context>handleSignal:
         0xaf85e98 s Context>handleSignal:
         0xaf8bfa0 s Context>handleSignal:
         0xaf91ff0 s Context>handleSignal:
         0xaf97f88 s Context>handleSignal:
         0xaf9de68 s Context>handleSignal:
         0xafa3c90 s Context>handleSignal:
         0xafa9a00 s Context>handleSignal:
         0xafaf6b8 s Context>handleSignal:
         0xafb52b8 s Context>handleSignal:
         0xafbae00 s Context>handleSignal:
         0xafc0890 s Context>handleSignal:
         0xafc6268 s Context>handleSignal:
         0xafcbb88 s Context>handleSignal:
         0xafd13f0 s Context>handleSignal:
         0xafd6ba0 s Context>handleSignal:
         0xafdc298 s Context>handleSignal:
         0xafe18d8 s Context>handleSignal:
         0xafe6e60 s Context>handleSignal:
         0xafec330 s Context>handleSignal:
         0xaff1748 s Context>handleSignal:
         0xaff6aa8 s Context>handleSignal:
         0xaffbd50 s Context>handleSignal:
         0xb000f40 s Context>handleSignal:
         0xb006078 s Context>handleSignal:
         0xb00b0f8 s Context>handleSignal:
         0xb0100c0 s Context>handleSignal:
         0xb014fd0 s Context>handleSignal:
         0xb019e28 s Context>handleSignal:
         0xb01ebc8 s Context>handleSignal:
         0xb0238b0 s Context>handleSignal:
         0xb0284e0 s Context>handleSignal:
         0xb02d058 s Context>handleSignal:
         0xb031b18 s Context>handleSignal:
         0xb036520 s Context>handleSignal:
         0xb03ae70 s Context>handleSignal:
         0xb03f708 s Context>handleSignal:
         0xb043ee8 s Context>handleSignal:
         0xb048610 s Context>handleSignal:
         0xb04cc80 s Context>handleSignal:
         0xb051238 s Context>handleSignal:
         0xb055738 s Context>handleSignal:
         0xb059b80 s Context>handleSignal:
         0xb05df10 s Context>handleSignal:
         0xb0621e8 s Context>handleSignal:
         0xb066408 s Context>handleSignal:
         0xb06a570 s Context>handleSignal:
         0xb06e620 s Context>handleSignal:
         0xb072618 s Context>handleSignal:
         0xb076558 s Context>handleSignal:
         0xb07a3e0 s Context>handleSignal:
         0xb07e1b0 s Context>handleSignal:
         0xb081ec8 s Context>handleSignal:
         0xb085b28 s Context>handleSignal:
         0xb1d35b0 s Halt(Exception)>signal
         0xb26cad8 s Halt class(Exception class)>signal
         0xad8d3d0 s Halt class>now
         0xb1c4490 s FullBlockClosure(Object)>halt
         0xb25a7b8 s FullBlockClosure>printOn:
         0xb2a80b0 s Context>printOn:
         0xb3679f0 s Context>printDebugOn:
         0xb367cf8 s [] in Context>debugStack:on:
         0xb3a7978 s OrderedCollection>do:
         0xb2a81b8 s Context>debugStack:on:
         0xb367b88 s Context>shortDebugStackOn:
         0xb3a78c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c7d58 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d13e8 s FullBlockClosure(BlockClosure)>on:do:
         0xb26a010 s SmalltalkImage>logStdErrorDuring:
         0xb2b5208 s SmalltalkImage>logError:inContext:
         0xb3736b0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0cd0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cf958 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec8b0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40b6d8 s Halt(Exception)>unhandledErrorAction
         0xb40b790 s Halt(UnhandledException)>defaultAction
         0xb40b848 s UndefinedObject>handleSignal:
         0xad8cb30 s Context>handleSignal:
         0xad8e458 s Context>handleSignal:
         0xad8e510 s Context>handleSignal:
         0xad8e5c8 s Context>handleSignal:
         0xad8e680 s Context>handleSignal:
         0xad8e738 s Context>handleSignal:
         0xad8e7f0 s Context>handleSignal:
         0xad8e8a8 s Context>handleSignal:
         0xad8e960 s Context>handleSignal:
         0xad8ea18 s Context>handleSignal:
         0xada5a48 s Context>handleSignal:
         0xadb8e08 s Context>handleSignal:
         0xadcab20 s Context>handleSignal:
         0xaddbbc8 s Context>handleSignal:
         0xadef570 s Context>handleSignal:
         0xadffc90 s Context>handleSignal:
         0xae0fe20 s Context>handleSignal:
         0xae1fc08 s Context>handleSignal:
         0xae32088 s Context>handleSignal:
         0xae41620 s Context>handleSignal:
         0xae53758 s Context>handleSignal:
         0xae5fc80 s Context>handleSignal:
         0xae6c940 s Context>handleSignal:
         0xae778e0 s Context>handleSignal:
         0xae81758 s Context>handleSignal:
         0xae8c148 s Context>handleSignal:
         0xae960a8 s Context>handleSignal:
         0xaea0d80 s Context>handleSignal:
         0xaead148 s Context>handleSignal:
         0xaeb6578 s Context>handleSignal:
         0xaebe9a0 s Context>handleSignal:
         0xaec6ab0 s Context>handleSignal:
         0xaece888 s Context>handleSignal:
         0xaed6ab0 s Context>handleSignal:
         0xaede928 s Context>handleSignal:
         0xaee6a00 s Context>handleSignal:
         0xaeee320 s Context>handleSignal:
         0xaef5f38 s Context>handleSignal:
         0xaefdcb0 s Context>handleSignal:
         0xaf05b78 s Context>handleSignal:
         0xaf0f070 s Context>handleSignal:
         0xaf169d8 s Context>handleSignal:
         0xaf1e630 s Context>handleSignal:
         0xaf25370 s Context>handleSignal:
         0xaf2c038 s Context>handleSignal:
         0xaf32e58 s Context>handleSignal:
         0xaf39970 s Context>handleSignal:
         0xaf40318 s Context>handleSignal:
         0xaf46c08 s Context>handleSignal:
         0xaf4d440 s Context>handleSignal:
         0xaf53bc0 s Context>handleSignal:
         0xaf5a288 s Context>handleSignal:
         0xaf60898 s Context>handleSignal:
         0xaf66df0 s Context>handleSignal:
         0xaf6d290 s Context>handleSignal:
         0xaf73678 s Context>handleSignal:
         0xaf799a8 s Context>handleSignal:
         0xaf7fc20 s Context>handleSignal:
         0xaf85de0 s Context>handleSignal:
         0xaf8bee8 s Context>handleSignal:
         0xaf91f38 s Context>handleSignal:
         0xaf97ed0 s Context>handleSignal:
         0xaf9ddb0 s Context>handleSignal:
         0xafa3bd8 s Context>handleSignal:
         0xafa9948 s Context>handleSignal:
         0xafaf600 s Context>handleSignal:
         0xafb5200 s Context>handleSignal:
         0xafbad48 s Context>handleSignal:
         0xafc07d8 s Context>handleSignal:
         0xafc61b0 s Context>handleSignal:
         0xafcbad0 s Context>handleSignal:
         0xafd1338 s Context>handleSignal:
         0xafd6ae8 s Context>handleSignal:
         0xafdc1e0 s Context>handleSignal:
         0xafe1820 s Context>handleSignal:
         0xafe6da8 s Context>handleSignal:
         0xafec278 s Context>handleSignal:
         0xaff1690 s Context>handleSignal:
         0xaff69f0 s Context>handleSignal:
         0xaffbc98 s Context>handleSignal:
         0xb000e88 s Context>handleSignal:
         0xb005fc0 s Context>handleSignal:
         0xb00b040 s Context>handleSignal:
         0xb010008 s Context>handleSignal:
         0xb014f18 s Context>handleSignal:
         0xb019d70 s Context>handleSignal:
         0xb01eb10 s Context>handleSignal:
         0xb0237f8 s Context>handleSignal:
         0xb028428 s Context>handleSignal:
         0xb02cfa0 s Context>handleSignal:
         0xb031a60 s Context>handleSignal:
         0xb036468 s Context>handleSignal:
         0xb03adb8 s Context>handleSignal:
         0xb03f650 s Context>handleSignal:
         0xb043e30 s Context>handleSignal:
         0xb048558 s Context>handleSignal:
         0xb04cbc8 s Context>handleSignal:
         0xb051180 s Context>handleSignal:
         0xb055680 s Context>handleSignal:
         0xb059ac8 s Context>handleSignal:
         0xb05de58 s Context>handleSignal:
         0xb062130 s Context>handleSignal:
         0xb066350 s Context>handleSignal:
         0xb06a4b8 s Context>handleSignal:
         0xb06e568 s Context>handleSignal:
         0xb072560 s Context>handleSignal:
         0xb0764a0 s Context>handleSignal:
         0xb07a328 s Context>handleSignal:
         0xb07e0f8 s Context>handleSignal:
         0xb081e10 s Context>handleSignal:
         0xb1d3440 s Halt(Exception)>signal
         0xb26c908 s Halt class(Exception class)>signal
         0xad8cbe8 s Halt class>now
         0xb1c43a0 s FullBlockClosure(Object)>halt
         0xb25a6d0 s FullBlockClosure>printOn:
         0xb2a7ef0 s Context>printOn:
         0xb3677a0 s Context>printDebugOn:
         0xb367aa8 s [] in Context>debugStack:on:
         0xb3a77f8 s OrderedCollection>do:
         0xb2a7ff8 s Context>debugStack:on:
         0xb367938 s Context>shortDebugStackOn:
         0xb3a7740 s [] in SmalltalkImage>logError:inContext:
         0xb3c7c80 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d1278 s FullBlockClosure(BlockClosure)>on:do:
         0xb269e40 s SmalltalkImage>logStdErrorDuring:
         0xb2b5108 s SmalltalkImage>logError:inContext:
         0xb3735e8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0be0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cf878 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec7f8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40b4b0 s Halt(Exception)>unhandledErrorAction
         0xb40b568 s Halt(UnhandledException)>defaultAction
         0xb40b620 s UndefinedObject>handleSignal:
         0xad8c348 s Context>handleSignal:
         0xad8dc70 s Context>handleSignal:
         0xad8dd28 s Context>handleSignal:
         0xad8dde0 s Context>handleSignal:
         0xad8de98 s Context>handleSignal:
         0xad8df50 s Context>handleSignal:
         0xad8e008 s Context>handleSignal:
         0xad8e0c0 s Context>handleSignal:
         0xad8e178 s Context>handleSignal:
         0xad8e230 s Context>handleSignal:
         0xada5990 s Context>handleSignal:
         0xadb8d50 s Context>handleSignal:
         0xadcaa68 s Context>handleSignal:
         0xaddbb10 s Context>handleSignal:
         0xadef4b8 s Context>handleSignal:
         0xadffbd8 s Context>handleSignal:
         0xae0fd68 s Context>handleSignal:
         0xae1fb50 s Context>handleSignal:
         0xae31fd0 s Context>handleSignal:
         0xae41568 s Context>handleSignal:
         0xae536a0 s Context>handleSignal:
         0xae5fbc8 s Context>handleSignal:
         0xae6c888 s Context>handleSignal:
         0xae77828 s Context>handleSignal:
         0xae816a0 s Context>handleSignal:
         0xae8c090 s Context>handleSignal:
         0xae95ff0 s Context>handleSignal:
         0xaea0cc8 s Context>handleSignal:
         0xaead090 s Context>handleSignal:
         0xaeb64c0 s Context>handleSignal:
         0xaebe8e8 s Context>handleSignal:
         0xaec69f8 s Context>handleSignal:
         0xaece7d0 s Context>handleSignal:
         0xaed69f8 s Context>handleSignal:
         0xaede870 s Context>handleSignal:
         0xaee6948 s Context>handleSignal:
         0xaeee268 s Context>handleSignal:
         0xaef5e80 s Context>handleSignal:
         0xaefdbf8 s Context>handleSignal:
         0xaf05ac0 s Context>handleSignal:
         0xaf0efb8 s Context>handleSignal:
         0xaf16920 s Context>handleSignal:
         0xaf1e578 s Context>handleSignal:
         0xaf252b8 s Context>handleSignal:
         0xaf2bf80 s Context>handleSignal:
         0xaf32da0 s Context>handleSignal:
         0xaf398b8 s Context>handleSignal:
         0xaf40260 s Context>handleSignal:
         0xaf46b50 s Context>handleSignal:
         0xaf4d388 s Context>handleSignal:
         0xaf53b08 s Context>handleSignal:
         0xaf5a1d0 s Context>handleSignal:
         0xaf607e0 s Context>handleSignal:
         0xaf66d38 s Context>handleSignal:
         0xaf6d1d8 s Context>handleSignal:
         0xaf735c0 s Context>handleSignal:
         0xaf798f0 s Context>handleSignal:
         0xaf7fb68 s Context>handleSignal:
         0xaf85d28 s Context>handleSignal:
         0xaf8be30 s Context>handleSignal:
         0xaf91e80 s Context>handleSignal:
         0xaf97e18 s Context>handleSignal:
         0xaf9dcf8 s Context>handleSignal:
         0xafa3b20 s Context>handleSignal:
         0xafa9890 s Context>handleSignal:
         0xafaf548 s Context>handleSignal:
         0xafb5148 s Context>handleSignal:
         0xafbac90 s Context>handleSignal:
         0xafc0720 s Context>handleSignal:
         0xafc60f8 s Context>handleSignal:
         0xafcba18 s Context>handleSignal:
         0xafd1280 s Context>handleSignal:
         0xafd6a30 s Context>handleSignal:
         0xafdc128 s Context>handleSignal:
         0xafe1768 s Context>handleSignal:
         0xafe6cf0 s Context>handleSignal:
         0xafec1c0 s Context>handleSignal:
         0xaff15d8 s Context>handleSignal:
         0xaff6938 s Context>handleSignal:
         0xaffbbe0 s Context>handleSignal:
         0xb000dd0 s Context>handleSignal:
         0xb005f08 s Context>handleSignal:
         0xb00af88 s Context>handleSignal:
         0xb00ff50 s Context>handleSignal:
         0xb014e60 s Context>handleSignal:
         0xb019cb8 s Context>handleSignal:
         0xb01ea58 s Context>handleSignal:
         0xb023740 s Context>handleSignal:
         0xb028370 s Context>handleSignal:
         0xb02cee8 s Context>handleSignal:
         0xb0319a8 s Context>handleSignal:
         0xb0363b0 s Context>handleSignal:
         0xb03ad00 s Context>handleSignal:
         0xb03f598 s Context>handleSignal:
         0xb043d78 s Context>handleSignal:
         0xb0484a0 s Context>handleSignal:
         0xb04cb10 s Context>handleSignal:
         0xb0510c8 s Context>handleSignal:
         0xb0555c8 s Context>handleSignal:
         0xb059a10 s Context>handleSignal:
         0xb05dda0 s Context>handleSignal:
         0xb062078 s Context>handleSignal:
         0xb066298 s Context>handleSignal:
         0xb06a400 s Context>handleSignal:
         0xb06e4b0 s Context>handleSignal:
         0xb0724a8 s Context>handleSignal:
         0xb0763e8 s Context>handleSignal:
         0xb07a270 s Context>handleSignal:
         0xb07e040 s Context>handleSignal:
         0xb1d32d0 s Halt(Exception)>signal
         0xb26c738 s Halt class(Exception class)>signal
         0xad8c400 s Halt class>now
         0xb1c42b0 s FullBlockClosure(Object)>halt
         0xb25a5e8 s FullBlockClosure>printOn:
         0xb2a7d30 s Context>printOn:
         0xb367550 s Context>printDebugOn:
         0xb367858 s [] in Context>debugStack:on:
         0xb3a7678 s OrderedCollection>do:
         0xb2a7e38 s Context>debugStack:on:
         0xb3676e8 s Context>shortDebugStackOn:
         0xb3a75c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c7ba8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d1108 s FullBlockClosure(BlockClosure)>on:do:
         0xb269c70 s SmalltalkImage>logStdErrorDuring:
         0xb2b5008 s SmalltalkImage>logError:inContext:
         0xb373520 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0af0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cf798 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec740 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40b288 s Halt(Exception)>unhandledErrorAction
         0xb40b340 s Halt(UnhandledException)>defaultAction
         0xb40b3f8 s UndefinedObject>handleSignal:
         0xad8bb60 s Context>handleSignal:
         0xad8d488 s Context>handleSignal:
         0xad8d540 s Context>handleSignal:
         0xad8d5f8 s Context>handleSignal:
         0xad8d6b0 s Context>handleSignal:
         0xad8d768 s Context>handleSignal:
         0xad8d820 s Context>handleSignal:
         0xad8d8d8 s Context>handleSignal:
         0xad8d990 s Context>handleSignal:
         0xad8da48 s Context>handleSignal:
         0xada58d8 s Context>handleSignal:
         0xadb8c98 s Context>handleSignal:
         0xadca9b0 s Context>handleSignal:
         0xaddba58 s Context>handleSignal:
         0xadef400 s Context>handleSignal:
         0xadffb20 s Context>handleSignal:
         0xae0fcb0 s Context>handleSignal:
         0xae1fa98 s Context>handleSignal:
         0xae31f18 s Context>handleSignal:
         0xae414b0 s Context>handleSignal:
         0xae535e8 s Context>handleSignal:
         0xae5fb10 s Context>handleSignal:
         0xae6c7d0 s Context>handleSignal:
         0xae77770 s Context>handleSignal:
         0xae815e8 s Context>handleSignal:
         0xae8bfd8 s Context>handleSignal:
         0xae95f38 s Context>handleSignal:
         0xaea0c10 s Context>handleSignal:
         0xaeacfd8 s Context>handleSignal:
         0xaeb6408 s Context>handleSignal:
         0xaebe830 s Context>handleSignal:
         0xaec6940 s Context>handleSignal:
         0xaece718 s Context>handleSignal:
         0xaed6940 s Context>handleSignal:
         0xaede7b8 s Context>handleSignal:
         0xaee6890 s Context>handleSignal:
         0xaeee1b0 s Context>handleSignal:
         0xaef5dc8 s Context>handleSignal:
         0xaefdb40 s Context>handleSignal:
         0xaf05a08 s Context>handleSignal:
         0xaf0ef00 s Context>handleSignal:
         0xaf16868 s Context>handleSignal:
         0xaf1e4c0 s Context>handleSignal:
         0xaf25200 s Context>handleSignal:
         0xaf2bec8 s Context>handleSignal:
         0xaf32ce8 s Context>handleSignal:
         0xaf39800 s Context>handleSignal:
         0xaf401a8 s Context>handleSignal:
         0xaf46a98 s Context>handleSignal:
         0xaf4d2d0 s Context>handleSignal:
         0xaf53a50 s Context>handleSignal:
         0xaf5a118 s Context>handleSignal:
         0xaf60728 s Context>handleSignal:
         0xaf66c80 s Context>handleSignal:
         0xaf6d120 s Context>handleSignal:
         0xaf73508 s Context>handleSignal:
         0xaf79838 s Context>handleSignal:
         0xaf7fab0 s Context>handleSignal:
         0xaf85c70 s Context>handleSignal:
         0xaf8bd78 s Context>handleSignal:
         0xaf91dc8 s Context>handleSignal:
         0xaf97d60 s Context>handleSignal:
         0xaf9dc40 s Context>handleSignal:
         0xafa3a68 s Context>handleSignal:
         0xafa97d8 s Context>handleSignal:
         0xafaf490 s Context>handleSignal:
         0xafb5090 s Context>handleSignal:
         0xafbabd8 s Context>handleSignal:
         0xafc0668 s Context>handleSignal:
         0xafc6040 s Context>handleSignal:
         0xafcb960 s Context>handleSignal:
         0xafd11c8 s Context>handleSignal:
         0xafd6978 s Context>handleSignal:
         0xafdc070 s Context>handleSignal:
         0xafe16b0 s Context>handleSignal:
         0xafe6c38 s Context>handleSignal:
         0xafec108 s Context>handleSignal:
         0xaff1520 s Context>handleSignal:
         0xaff6880 s Context>handleSignal:
         0xaffbb28 s Context>handleSignal:
         0xb000d18 s Context>handleSignal:
         0xb005e50 s Context>handleSignal:
         0xb00aed0 s Context>handleSignal:
         0xb00fe98 s Context>handleSignal:
         0xb014da8 s Context>handleSignal:
         0xb019c00 s Context>handleSignal:
         0xb01e9a0 s Context>handleSignal:
         0xb023688 s Context>handleSignal:
         0xb0282b8 s Context>handleSignal:
         0xb02ce30 s Context>handleSignal:
         0xb0318f0 s Context>handleSignal:
         0xb0362f8 s Context>handleSignal:
         0xb03ac48 s Context>handleSignal:
         0xb03f4e0 s Context>handleSignal:
         0xb043cc0 s Context>handleSignal:
         0xb0483e8 s Context>handleSignal:
         0xb04ca58 s Context>handleSignal:
         0xb051010 s Context>handleSignal:
         0xb055510 s Context>handleSignal:
         0xb059958 s Context>handleSignal:
         0xb05dce8 s Context>handleSignal:
         0xb061fc0 s Context>handleSignal:
         0xb0661e0 s Context>handleSignal:
         0xb06a348 s Context>handleSignal:
         0xb06e3f8 s Context>handleSignal:
         0xb0723f0 s Context>handleSignal:
         0xb076330 s Context>handleSignal:
         0xb07a1b8 s Context>handleSignal:
         0xb1d3160 s Halt(Exception)>signal
         0xb26c568 s Halt class(Exception class)>signal
         0xad8bc18 s Halt class>now
         0xb1c41c0 s FullBlockClosure(Object)>halt
         0xb25a500 s FullBlockClosure>printOn:
         0xb2a7b70 s Context>printOn:
         0xb367300 s Context>printDebugOn:
         0xb367608 s [] in Context>debugStack:on:
         0xb3a74f8 s OrderedCollection>do:
         0xb2a7c78 s Context>debugStack:on:
         0xb367498 s Context>shortDebugStackOn:
         0xb3a7440 s [] in SmalltalkImage>logError:inContext:
         0xb3c7ad0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d0f98 s FullBlockClosure(BlockClosure)>on:do:
         0xb269aa0 s SmalltalkImage>logStdErrorDuring:
         0xb2b4f08 s SmalltalkImage>logError:inContext:
         0xb373458 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0a00 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cf6b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec688 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40b060 s Halt(Exception)>unhandledErrorAction
         0xb40b118 s Halt(UnhandledException)>defaultAction
         0xb40b1d0 s UndefinedObject>handleSignal:
         0xad8b378 s Context>handleSignal:
         0xad8cca0 s Context>handleSignal:
         0xad8cd58 s Context>handleSignal:
         0xad8ce10 s Context>handleSignal:
         0xad8cec8 s Context>handleSignal:
         0xad8cf80 s Context>handleSignal:
         0xad8d038 s Context>handleSignal:
         0xad8d0f0 s Context>handleSignal:
         0xad8d1a8 s Context>handleSignal:
         0xad8d260 s Context>handleSignal:
         0xada5820 s Context>handleSignal:
         0xadb8be0 s Context>handleSignal:
         0xadca8f8 s Context>handleSignal:
         0xaddb9a0 s Context>handleSignal:
         0xadef348 s Context>handleSignal:
         0xadffa68 s Context>handleSignal:
         0xae0fbf8 s Context>handleSignal:
         0xae1f9e0 s Context>handleSignal:
         0xae31e60 s Context>handleSignal:
         0xae413f8 s Context>handleSignal:
         0xae53530 s Context>handleSignal:
         0xae5fa58 s Context>handleSignal:
         0xae6c718 s Context>handleSignal:
         0xae776b8 s Context>handleSignal:
         0xae81530 s Context>handleSignal:
         0xae8bf20 s Context>handleSignal:
         0xae95e80 s Context>handleSignal:
         0xaea0b58 s Context>handleSignal:
         0xaeacf20 s Context>handleSignal:
         0xaeb6350 s Context>handleSignal:
         0xaebe778 s Context>handleSignal:
         0xaec6888 s Context>handleSignal:
         0xaece660 s Context>handleSignal:
         0xaed6888 s Context>handleSignal:
         0xaede700 s Context>handleSignal:
         0xaee67d8 s Context>handleSignal:
         0xaeee0f8 s Context>handleSignal:
         0xaef5d10 s Context>handleSignal:
         0xaefda88 s Context>handleSignal:
         0xaf05950 s Context>handleSignal:
         0xaf0ee48 s Context>handleSignal:
         0xaf167b0 s Context>handleSignal:
         0xaf1e408 s Context>handleSignal:
         0xaf25148 s Context>handleSignal:
         0xaf2be10 s Context>handleSignal:
         0xaf32c30 s Context>handleSignal:
         0xaf39748 s Context>handleSignal:
         0xaf400f0 s Context>handleSignal:
         0xaf469e0 s Context>handleSignal:
         0xaf4d218 s Context>handleSignal:
         0xaf53998 s Context>handleSignal:
         0xaf5a060 s Context>handleSignal:
         0xaf60670 s Context>handleSignal:
         0xaf66bc8 s Context>handleSignal:
         0xaf6d068 s Context>handleSignal:
         0xaf73450 s Context>handleSignal:
         0xaf79780 s Context>handleSignal:
         0xaf7f9f8 s Context>handleSignal:
         0xaf85bb8 s Context>handleSignal:
         0xaf8bcc0 s Context>handleSignal:
         0xaf91d10 s Context>handleSignal:
         0xaf97ca8 s Context>handleSignal:
         0xaf9db88 s Context>handleSignal:
         0xafa39b0 s Context>handleSignal:
         0xafa9720 s Context>handleSignal:
         0xafaf3d8 s Context>handleSignal:
         0xafb4fd8 s Context>handleSignal:
         0xafbab20 s Context>handleSignal:
         0xafc05b0 s Context>handleSignal:
         0xafc5f88 s Context>handleSignal:
         0xafcb8a8 s Context>handleSignal:
         0xafd1110 s Context>handleSignal:
         0xafd68c0 s Context>handleSignal:
         0xafdbfb8 s Context>handleSignal:
         0xafe15f8 s Context>handleSignal:
         0xafe6b80 s Context>handleSignal:
         0xafec050 s Context>handleSignal:
         0xaff1468 s Context>handleSignal:
         0xaff67c8 s Context>handleSignal:
         0xaffba70 s Context>handleSignal:
         0xb000c60 s Context>handleSignal:
         0xb005d98 s Context>handleSignal:
         0xb00ae18 s Context>handleSignal:
         0xb00fde0 s Context>handleSignal:
         0xb014cf0 s Context>handleSignal:
         0xb019b48 s Context>handleSignal:
         0xb01e8e8 s Context>handleSignal:
         0xb0235d0 s Context>handleSignal:
         0xb028200 s Context>handleSignal:
         0xb02cd78 s Context>handleSignal:
         0xb031838 s Context>handleSignal:
         0xb036240 s Context>handleSignal:
         0xb03ab90 s Context>handleSignal:
         0xb03f428 s Context>handleSignal:
         0xb043c08 s Context>handleSignal:
         0xb048330 s Context>handleSignal:
         0xb04c9a0 s Context>handleSignal:
         0xb050f58 s Context>handleSignal:
         0xb055458 s Context>handleSignal:
         0xb0598a0 s Context>handleSignal:
         0xb05dc30 s Context>handleSignal:
         0xb061f08 s Context>handleSignal:
         0xb066128 s Context>handleSignal:
         0xb06a290 s Context>handleSignal:
         0xb06e340 s Context>handleSignal:
         0xb072338 s Context>handleSignal:
         0xb076278 s Context>handleSignal:
         0xb1d2ff0 s Halt(Exception)>signal
         0xb26c398 s Halt class(Exception class)>signal
         0xad8b430 s Halt class>now
         0xb1c40d0 s FullBlockClosure(Object)>halt
         0xb25a418 s FullBlockClosure>printOn:
         0xb2a79b0 s Context>printOn:
         0xb3670b0 s Context>printDebugOn:
         0xb3673b8 s [] in Context>debugStack:on:
         0xb3a7378 s OrderedCollection>do:
         0xb2a7ab8 s Context>debugStack:on:
         0xb367248 s Context>shortDebugStackOn:
         0xb3a72c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c79f8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d0e28 s FullBlockClosure(BlockClosure)>on:do:
         0xb2698d0 s SmalltalkImage>logStdErrorDuring:
         0xb2b4e08 s SmalltalkImage>logError:inContext:
         0xb373390 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0910 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cf5d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec5d0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40ae38 s Halt(Exception)>unhandledErrorAction
         0xb40aef0 s Halt(UnhandledException)>defaultAction
         0xb40afa8 s UndefinedObject>handleSignal:
         0xad8ab90 s Context>handleSignal:
         0xad8c4b8 s Context>handleSignal:
         0xad8c570 s Context>handleSignal:
         0xad8c628 s Context>handleSignal:
         0xad8c6e0 s Context>handleSignal:
         0xad8c798 s Context>handleSignal:
         0xad8c850 s Context>handleSignal:
         0xad8c908 s Context>handleSignal:
         0xad8c9c0 s Context>handleSignal:
         0xad8ca78 s Context>handleSignal:
         0xada5768 s Context>handleSignal:
         0xadb8b28 s Context>handleSignal:
         0xadca840 s Context>handleSignal:
         0xaddb8e8 s Context>handleSignal:
         0xadef290 s Context>handleSignal:
         0xadff9b0 s Context>handleSignal:
         0xae0fb40 s Context>handleSignal:
         0xae1f928 s Context>handleSignal:
         0xae31da8 s Context>handleSignal:
         0xae41340 s Context>handleSignal:
         0xae53478 s Context>handleSignal:
         0xae5f9a0 s Context>handleSignal:
         0xae6c660 s Context>handleSignal:
         0xae77600 s Context>handleSignal:
         0xae81478 s Context>handleSignal:
         0xae8be68 s Context>handleSignal:
         0xae95dc8 s Context>handleSignal:
         0xaea0aa0 s Context>handleSignal:
         0xaeace68 s Context>handleSignal:
         0xaeb6298 s Context>handleSignal:
         0xaebe6c0 s Context>handleSignal:
         0xaec67d0 s Context>handleSignal:
         0xaece5a8 s Context>handleSignal:
         0xaed67d0 s Context>handleSignal:
         0xaede648 s Context>handleSignal:
         0xaee6720 s Context>handleSignal:
         0xaeee040 s Context>handleSignal:
         0xaef5c58 s Context>handleSignal:
         0xaefd9d0 s Context>handleSignal:
         0xaf05898 s Context>handleSignal:
         0xaf0ed90 s Context>handleSignal:
         0xaf166f8 s Context>handleSignal:
         0xaf1e350 s Context>handleSignal:
         0xaf25090 s Context>handleSignal:
         0xaf2bd58 s Context>handleSignal:
         0xaf32b78 s Context>handleSignal:
         0xaf39690 s Context>handleSignal:
         0xaf40038 s Context>handleSignal:
         0xaf46928 s Context>handleSignal:
         0xaf4d160 s Context>handleSignal:
         0xaf538e0 s Context>handleSignal:
         0xaf59fa8 s Context>handleSignal:
         0xaf605b8 s Context>handleSignal:
         0xaf66b10 s Context>handleSignal:
         0xaf6cfb0 s Context>handleSignal:
         0xaf73398 s Context>handleSignal:
         0xaf796c8 s Context>handleSignal:
         0xaf7f940 s Context>handleSignal:
         0xaf85b00 s Context>handleSignal:
         0xaf8bc08 s Context>handleSignal:
         0xaf91c58 s Context>handleSignal:
         0xaf97bf0 s Context>handleSignal:
         0xaf9dad0 s Context>handleSignal:
         0xafa38f8 s Context>handleSignal:
         0xafa9668 s Context>handleSignal:
         0xafaf320 s Context>handleSignal:
         0xafb4f20 s Context>handleSignal:
         0xafbaa68 s Context>handleSignal:
         0xafc04f8 s Context>handleSignal:
         0xafc5ed0 s Context>handleSignal:
         0xafcb7f0 s Context>handleSignal:
         0xafd1058 s Context>handleSignal:
         0xafd6808 s Context>handleSignal:
         0xafdbf00 s Context>handleSignal:
         0xafe1540 s Context>handleSignal:
         0xafe6ac8 s Context>handleSignal:
         0xafebf98 s Context>handleSignal:
         0xaff13b0 s Context>handleSignal:
         0xaff6710 s Context>handleSignal:
         0xaffb9b8 s Context>handleSignal:
         0xb000ba8 s Context>handleSignal:
         0xb005ce0 s Context>handleSignal:
         0xb00ad60 s Context>handleSignal:
         0xb00fd28 s Context>handleSignal:
         0xb014c38 s Context>handleSignal:
         0xb019a90 s Context>handleSignal:
         0xb01e830 s Context>handleSignal:
         0xb023518 s Context>handleSignal:
         0xb028148 s Context>handleSignal:
         0xb02ccc0 s Context>handleSignal:
         0xb031780 s Context>handleSignal:
         0xb036188 s Context>handleSignal:
         0xb03aad8 s Context>handleSignal:
         0xb03f370 s Context>handleSignal:
         0xb043b50 s Context>handleSignal:
         0xb048278 s Context>handleSignal:
         0xb04c8e8 s Context>handleSignal:
         0xb050ea0 s Context>handleSignal:
         0xb0553a0 s Context>handleSignal:
         0xb0597e8 s Context>handleSignal:
         0xb05db78 s Context>handleSignal:
         0xb061e50 s Context>handleSignal:
         0xb066070 s Context>handleSignal:
         0xb06a1d8 s Context>handleSignal:
         0xb06e288 s Context>handleSignal:
         0xb072280 s Context>handleSignal:
         0xb1d2e80 s Halt(Exception)>signal
         0xb26c1c8 s Halt class(Exception class)>signal
         0xad8ac48 s Halt class>now
         0xb1c3fe0 s FullBlockClosure(Object)>halt
         0xb25a330 s FullBlockClosure>printOn:
         0xb2a77f0 s Context>printOn:
         0xb366e60 s Context>printDebugOn:
         0xb367168 s [] in Context>debugStack:on:
         0xb3a71f8 s OrderedCollection>do:
         0xb2a78f8 s Context>debugStack:on:
         0xb366ff8 s Context>shortDebugStackOn:
         0xb3a7140 s [] in SmalltalkImage>logError:inContext:
         0xb3c7920 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d0cb8 s FullBlockClosure(BlockClosure)>on:do:
         0xb269700 s SmalltalkImage>logStdErrorDuring:
         0xb2b4d08 s SmalltalkImage>logError:inContext:
         0xb3732c8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0820 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cf4f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec518 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40ac10 s Halt(Exception)>unhandledErrorAction
         0xb40acc8 s Halt(UnhandledException)>defaultAction
         0xb40ad80 s UndefinedObject>handleSignal:
         0xad8a3a8 s Context>handleSignal:
         0xad8bcd0 s Context>handleSignal:
         0xad8bd88 s Context>handleSignal:
         0xad8be40 s Context>handleSignal:
         0xad8bef8 s Context>handleSignal:
         0xad8bfb0 s Context>handleSignal:
         0xad8c068 s Context>handleSignal:
         0xad8c120 s Context>handleSignal:
         0xad8c1d8 s Context>handleSignal:
         0xad8c290 s Context>handleSignal:
         0xada56b0 s Context>handleSignal:
         0xadb8a70 s Context>handleSignal:
         0xadca788 s Context>handleSignal:
         0xaddb830 s Context>handleSignal:
         0xadef1d8 s Context>handleSignal:
         0xadff8f8 s Context>handleSignal:
         0xae0fa88 s Context>handleSignal:
         0xae1f870 s Context>handleSignal:
         0xae31cf0 s Context>handleSignal:
         0xae41288 s Context>handleSignal:
         0xae533c0 s Context>handleSignal:
         0xae5f8e8 s Context>handleSignal:
         0xae6c5a8 s Context>handleSignal:
         0xae77548 s Context>handleSignal:
         0xae813c0 s Context>handleSignal:
         0xae8bdb0 s Context>handleSignal:
         0xae95d10 s Context>handleSignal:
         0xaea09e8 s Context>handleSignal:
         0xaeacdb0 s Context>handleSignal:
         0xaeb61e0 s Context>handleSignal:
         0xaebe608 s Context>handleSignal:
         0xaec6718 s Context>handleSignal:
         0xaece4f0 s Context>handleSignal:
         0xaed6718 s Context>handleSignal:
         0xaede590 s Context>handleSignal:
         0xaee6668 s Context>handleSignal:
         0xaeedf88 s Context>handleSignal:
         0xaef5ba0 s Context>handleSignal:
         0xaefd918 s Context>handleSignal:
         0xaf057e0 s Context>handleSignal:
         0xaf0ecd8 s Context>handleSignal:
         0xaf16640 s Context>handleSignal:
         0xaf1e298 s Context>handleSignal:
         0xaf24fd8 s Context>handleSignal:
         0xaf2bca0 s Context>handleSignal:
         0xaf32ac0 s Context>handleSignal:
         0xaf395d8 s Context>handleSignal:
         0xaf3ff80 s Context>handleSignal:
         0xaf46870 s Context>handleSignal:
         0xaf4d0a8 s Context>handleSignal:
         0xaf53828 s Context>handleSignal:
         0xaf59ef0 s Context>handleSignal:
         0xaf60500 s Context>handleSignal:
         0xaf66a58 s Context>handleSignal:
         0xaf6cef8 s Context>handleSignal:
         0xaf732e0 s Context>handleSignal:
         0xaf79610 s Context>handleSignal:
         0xaf7f888 s Context>handleSignal:
         0xaf85a48 s Context>handleSignal:
         0xaf8bb50 s Context>handleSignal:
         0xaf91ba0 s Context>handleSignal:
         0xaf97b38 s Context>handleSignal:
         0xaf9da18 s Context>handleSignal:
         0xafa3840 s Context>handleSignal:
         0xafa95b0 s Context>handleSignal:
         0xafaf268 s Context>handleSignal:
         0xafb4e68 s Context>handleSignal:
         0xafba9b0 s Context>handleSignal:
         0xafc0440 s Context>handleSignal:
         0xafc5e18 s Context>handleSignal:
         0xafcb738 s Context>handleSignal:
         0xafd0fa0 s Context>handleSignal:
         0xafd6750 s Context>handleSignal:
         0xafdbe48 s Context>handleSignal:
         0xafe1488 s Context>handleSignal:
         0xafe6a10 s Context>handleSignal:
         0xafebee0 s Context>handleSignal:
         0xaff12f8 s Context>handleSignal:
         0xaff6658 s Context>handleSignal:
         0xaffb900 s Context>handleSignal:
         0xb000af0 s Context>handleSignal:
         0xb005c28 s Context>handleSignal:
         0xb00aca8 s Context>handleSignal:
         0xb00fc70 s Context>handleSignal:
         0xb014b80 s Context>handleSignal:
         0xb0199d8 s Context>handleSignal:
         0xb01e778 s Context>handleSignal:
         0xb023460 s Context>handleSignal:
         0xb028090 s Context>handleSignal:
         0xb02cc08 s Context>handleSignal:
         0xb0316c8 s Context>handleSignal:
         0xb0360d0 s Context>handleSignal:
         0xb03aa20 s Context>handleSignal:
         0xb03f2b8 s Context>handleSignal:
         0xb043a98 s Context>handleSignal:
         0xb0481c0 s Context>handleSignal:
         0xb04c830 s Context>handleSignal:
         0xb050de8 s Context>handleSignal:
         0xb0552e8 s Context>handleSignal:
         0xb059730 s Context>handleSignal:
         0xb05dac0 s Context>handleSignal:
         0xb061d98 s Context>handleSignal:
         0xb065fb8 s Context>handleSignal:
         0xb06a120 s Context>handleSignal:
         0xb06e1d0 s Context>handleSignal:
         0xb1d2d10 s Halt(Exception)>signal
         0xb26bff8 s Halt class(Exception class)>signal
         0xad8a460 s Halt class>now
         0xb1c3ef0 s FullBlockClosure(Object)>halt
         0xb25a248 s FullBlockClosure>printOn:
         0xb2a7630 s Context>printOn:
         0xb366c10 s Context>printDebugOn:
         0xb366f18 s [] in Context>debugStack:on:
         0xb3a7078 s OrderedCollection>do:
         0xb2a7738 s Context>debugStack:on:
         0xb366da8 s Context>shortDebugStackOn:
         0xb3a6fc0 s [] in SmalltalkImage>logError:inContext:
         0xb3c7848 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d0b48 s FullBlockClosure(BlockClosure)>on:do:
         0xb269530 s SmalltalkImage>logStdErrorDuring:
         0xb2b4c08 s SmalltalkImage>logError:inContext:
         0xb373200 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0730 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cf418 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec460 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40a9e8 s Halt(Exception)>unhandledErrorAction
         0xb40aaa0 s Halt(UnhandledException)>defaultAction
         0xb40ab58 s UndefinedObject>handleSignal:
         0xad89bc0 s Context>handleSignal:
         0xad8b4e8 s Context>handleSignal:
         0xad8b5a0 s Context>handleSignal:
         0xad8b658 s Context>handleSignal:
         0xad8b710 s Context>handleSignal:
         0xad8b7c8 s Context>handleSignal:
         0xad8b880 s Context>handleSignal:
         0xad8b938 s Context>handleSignal:
         0xad8b9f0 s Context>handleSignal:
         0xad8baa8 s Context>handleSignal:
         0xada55f8 s Context>handleSignal:
         0xadb89b8 s Context>handleSignal:
         0xadca6d0 s Context>handleSignal:
         0xaddb778 s Context>handleSignal:
         0xadef120 s Context>handleSignal:
         0xadff840 s Context>handleSignal:
         0xae0f9d0 s Context>handleSignal:
         0xae1f7b8 s Context>handleSignal:
         0xae31c38 s Context>handleSignal:
         0xae411d0 s Context>handleSignal:
         0xae53308 s Context>handleSignal:
         0xae5f830 s Context>handleSignal:
         0xae6c4f0 s Context>handleSignal:
         0xae77490 s Context>handleSignal:
         0xae81308 s Context>handleSignal:
         0xae8bcf8 s Context>handleSignal:
         0xae95c58 s Context>handleSignal:
         0xaea0930 s Context>handleSignal:
         0xaeaccf8 s Context>handleSignal:
         0xaeb6128 s Context>handleSignal:
         0xaebe550 s Context>handleSignal:
         0xaec6660 s Context>handleSignal:
         0xaece438 s Context>handleSignal:
         0xaed6660 s Context>handleSignal:
         0xaede4d8 s Context>handleSignal:
         0xaee65b0 s Context>handleSignal:
         0xaeeded0 s Context>handleSignal:
         0xaef5ae8 s Context>handleSignal:
         0xaefd860 s Context>handleSignal:
         0xaf05728 s Context>handleSignal:
         0xaf0ec20 s Context>handleSignal:
         0xaf16588 s Context>handleSignal:
         0xaf1e1e0 s Context>handleSignal:
         0xaf24f20 s Context>handleSignal:
         0xaf2bbe8 s Context>handleSignal:
         0xaf32a08 s Context>handleSignal:
         0xaf39520 s Context>handleSignal:
         0xaf3fec8 s Context>handleSignal:
         0xaf467b8 s Context>handleSignal:
         0xaf4cff0 s Context>handleSignal:
         0xaf53770 s Context>handleSignal:
         0xaf59e38 s Context>handleSignal:
         0xaf60448 s Context>handleSignal:
         0xaf669a0 s Context>handleSignal:
         0xaf6ce40 s Context>handleSignal:
         0xaf73228 s Context>handleSignal:
         0xaf79558 s Context>handleSignal:
         0xaf7f7d0 s Context>handleSignal:
         0xaf85990 s Context>handleSignal:
         0xaf8ba98 s Context>handleSignal:
         0xaf91ae8 s Context>handleSignal:
         0xaf97a80 s Context>handleSignal:
         0xaf9d960 s Context>handleSignal:
         0xafa3788 s Context>handleSignal:
         0xafa94f8 s Context>handleSignal:
         0xafaf1b0 s Context>handleSignal:
         0xafb4db0 s Context>handleSignal:
         0xafba8f8 s Context>handleSignal:
         0xafc0388 s Context>handleSignal:
         0xafc5d60 s Context>handleSignal:
         0xafcb680 s Context>handleSignal:
         0xafd0ee8 s Context>handleSignal:
         0xafd6698 s Context>handleSignal:
         0xafdbd90 s Context>handleSignal:
         0xafe13d0 s Context>handleSignal:
         0xafe6958 s Context>handleSignal:
         0xafebe28 s Context>handleSignal:
         0xaff1240 s Context>handleSignal:
         0xaff65a0 s Context>handleSignal:
         0xaffb848 s Context>handleSignal:
         0xb000a38 s Context>handleSignal:
         0xb005b70 s Context>handleSignal:
         0xb00abf0 s Context>handleSignal:
         0xb00fbb8 s Context>handleSignal:
         0xb014ac8 s Context>handleSignal:
         0xb019920 s Context>handleSignal:
         0xb01e6c0 s Context>handleSignal:
         0xb0233a8 s Context>handleSignal:
         0xb027fd8 s Context>handleSignal:
         0xb02cb50 s Context>handleSignal:
         0xb031610 s Context>handleSignal:
         0xb036018 s Context>handleSignal:
         0xb03a968 s Context>handleSignal:
         0xb03f200 s Context>handleSignal:
         0xb0439e0 s Context>handleSignal:
         0xb048108 s Context>handleSignal:
         0xb04c778 s Context>handleSignal:
         0xb050d30 s Context>handleSignal:
         0xb055230 s Context>handleSignal:
         0xb059678 s Context>handleSignal:
         0xb05da08 s Context>handleSignal:
         0xb061ce0 s Context>handleSignal:
         0xb065f00 s Context>handleSignal:
         0xb06a068 s Context>handleSignal:
         0xb1d2ba0 s Halt(Exception)>signal
         0xb26be28 s Halt class(Exception class)>signal
         0xad89c78 s Halt class>now
         0xb1c3e00 s FullBlockClosure(Object)>halt
         0xb25a160 s FullBlockClosure>printOn:
         0xb2a7470 s Context>printOn:
         0xb3669c0 s Context>printDebugOn:
         0xb366cc8 s [] in Context>debugStack:on:
         0xb3a6ef8 s OrderedCollection>do:
         0xb2a7578 s Context>debugStack:on:
         0xb366b58 s Context>shortDebugStackOn:
         0xb3a6e40 s [] in SmalltalkImage>logError:inContext:
         0xb3c7770 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d09d8 s FullBlockClosure(BlockClosure)>on:do:
         0xb269360 s SmalltalkImage>logStdErrorDuring:
         0xb2b4b08 s SmalltalkImage>logError:inContext:
         0xb373138 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0640 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cf338 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec3a8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40a7c0 s Halt(Exception)>unhandledErrorAction
         0xb40a878 s Halt(UnhandledException)>defaultAction
         0xb40a930 s UndefinedObject>handleSignal:
         0xad893d8 s Context>handleSignal:
         0xad8ad00 s Context>handleSignal:
         0xad8adb8 s Context>handleSignal:
         0xad8ae70 s Context>handleSignal:
         0xad8af28 s Context>handleSignal:
         0xad8afe0 s Context>handleSignal:
         0xad8b098 s Context>handleSignal:
         0xad8b150 s Context>handleSignal:
         0xad8b208 s Context>handleSignal:
         0xad8b2c0 s Context>handleSignal:
         0xada5540 s Context>handleSignal:
         0xadb8900 s Context>handleSignal:
         0xadca618 s Context>handleSignal:
         0xaddb6c0 s Context>handleSignal:
         0xadef068 s Context>handleSignal:
         0xadff788 s Context>handleSignal:
         0xae0f918 s Context>handleSignal:
         0xae1f700 s Context>handleSignal:
         0xae31b80 s Context>handleSignal:
         0xae41118 s Context>handleSignal:
         0xae53250 s Context>handleSignal:
         0xae5f778 s Context>handleSignal:
         0xae6c438 s Context>handleSignal:
         0xae773d8 s Context>handleSignal:
         0xae81250 s Context>handleSignal:
         0xae8bc40 s Context>handleSignal:
         0xae95ba0 s Context>handleSignal:
         0xaea0878 s Context>handleSignal:
         0xaeacc40 s Context>handleSignal:
         0xaeb6070 s Context>handleSignal:
         0xaebe498 s Context>handleSignal:
         0xaec65a8 s Context>handleSignal:
         0xaece380 s Context>handleSignal:
         0xaed65a8 s Context>handleSignal:
         0xaede420 s Context>handleSignal:
         0xaee64f8 s Context>handleSignal:
         0xaeede18 s Context>handleSignal:
         0xaef5a30 s Context>handleSignal:
         0xaefd7a8 s Context>handleSignal:
         0xaf05670 s Context>handleSignal:
         0xaf0eb68 s Context>handleSignal:
         0xaf164d0 s Context>handleSignal:
         0xaf1e128 s Context>handleSignal:
         0xaf24e68 s Context>handleSignal:
         0xaf2bb30 s Context>handleSignal:
         0xaf32950 s Context>handleSignal:
         0xaf39468 s Context>handleSignal:
         0xaf3fe10 s Context>handleSignal:
         0xaf46700 s Context>handleSignal:
         0xaf4cf38 s Context>handleSignal:
         0xaf536b8 s Context>handleSignal:
         0xaf59d80 s Context>handleSignal:
         0xaf60390 s Context>handleSignal:
         0xaf668e8 s Context>handleSignal:
         0xaf6cd88 s Context>handleSignal:
         0xaf73170 s Context>handleSignal:
         0xaf794a0 s Context>handleSignal:
         0xaf7f718 s Context>handleSignal:
         0xaf858d8 s Context>handleSignal:
         0xaf8b9e0 s Context>handleSignal:
         0xaf91a30 s Context>handleSignal:
         0xaf979c8 s Context>handleSignal:
         0xaf9d8a8 s Context>handleSignal:
         0xafa36d0 s Context>handleSignal:
         0xafa9440 s Context>handleSignal:
         0xafaf0f8 s Context>handleSignal:
         0xafb4cf8 s Context>handleSignal:
         0xafba840 s Context>handleSignal:
         0xafc02d0 s Context>handleSignal:
         0xafc5ca8 s Context>handleSignal:
         0xafcb5c8 s Context>handleSignal:
         0xafd0e30 s Context>handleSignal:
         0xafd65e0 s Context>handleSignal:
         0xafdbcd8 s Context>handleSignal:
         0xafe1318 s Context>handleSignal:
         0xafe68a0 s Context>handleSignal:
         0xafebd70 s Context>handleSignal:
         0xaff1188 s Context>handleSignal:
         0xaff64e8 s Context>handleSignal:
         0xaffb790 s Context>handleSignal:
         0xb000980 s Context>handleSignal:
         0xb005ab8 s Context>handleSignal:
         0xb00ab38 s Context>handleSignal:
         0xb00fb00 s Context>handleSignal:
         0xb014a10 s Context>handleSignal:
         0xb019868 s Context>handleSignal:
         0xb01e608 s Context>handleSignal:
         0xb0232f0 s Context>handleSignal:
         0xb027f20 s Context>handleSignal:
         0xb02ca98 s Context>handleSignal:
         0xb031558 s Context>handleSignal:
         0xb035f60 s Context>handleSignal:
         0xb03a8b0 s Context>handleSignal:
         0xb03f148 s Context>handleSignal:
         0xb043928 s Context>handleSignal:
         0xb048050 s Context>handleSignal:
         0xb04c6c0 s Context>handleSignal:
         0xb050c78 s Context>handleSignal:
         0xb055178 s Context>handleSignal:
         0xb0595c0 s Context>handleSignal:
         0xb05d950 s Context>handleSignal:
         0xb061c28 s Context>handleSignal:
         0xb065e48 s Context>handleSignal:
         0xb1d2a30 s Halt(Exception)>signal
         0xb26bc58 s Halt class(Exception class)>signal
         0xad89490 s Halt class>now
         0xb1c3d10 s FullBlockClosure(Object)>halt
         0xb25a078 s FullBlockClosure>printOn:
         0xb2a72b0 s Context>printOn:
         0xb366770 s Context>printDebugOn:
         0xb366a78 s [] in Context>debugStack:on:
         0xb3a6d78 s OrderedCollection>do:
         0xb2a73b8 s Context>debugStack:on:
         0xb366908 s Context>shortDebugStackOn:
         0xb3a6cc0 s [] in SmalltalkImage>logError:inContext:
         0xb3c7698 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d0868 s FullBlockClosure(BlockClosure)>on:do:
         0xb269190 s SmalltalkImage>logStdErrorDuring:
         0xb2b4a08 s SmalltalkImage>logError:inContext:
         0xb373070 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0550 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cf258 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec2f0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40a598 s Halt(Exception)>unhandledErrorAction
         0xb40a650 s Halt(UnhandledException)>defaultAction
         0xb40a708 s UndefinedObject>handleSignal:
         0xad88bf0 s Context>handleSignal:
         0xad8a518 s Context>handleSignal:
         0xad8a5d0 s Context>handleSignal:
         0xad8a688 s Context>handleSignal:
         0xad8a740 s Context>handleSignal:
         0xad8a7f8 s Context>handleSignal:
         0xad8a8b0 s Context>handleSignal:
         0xad8a968 s Context>handleSignal:
         0xad8aa20 s Context>handleSignal:
         0xad8aad8 s Context>handleSignal:
         0xada5488 s Context>handleSignal:
         0xadb8848 s Context>handleSignal:
         0xadca560 s Context>handleSignal:
         0xaddb608 s Context>handleSignal:
         0xadeefb0 s Context>handleSignal:
         0xadff6d0 s Context>handleSignal:
         0xae0f860 s Context>handleSignal:
         0xae1f648 s Context>handleSignal:
         0xae31ac8 s Context>handleSignal:
         0xae41060 s Context>handleSignal:
         0xae53198 s Context>handleSignal:
         0xae5f6c0 s Context>handleSignal:
         0xae6c380 s Context>handleSignal:
         0xae77320 s Context>handleSignal:
         0xae81198 s Context>handleSignal:
         0xae8bb88 s Context>handleSignal:
         0xae95ae8 s Context>handleSignal:
         0xaea07c0 s Context>handleSignal:
         0xaeacb88 s Context>handleSignal:
         0xaeb5fb8 s Context>handleSignal:
         0xaebe3e0 s Context>handleSignal:
         0xaec64f0 s Context>handleSignal:
         0xaece2c8 s Context>handleSignal:
         0xaed64f0 s Context>handleSignal:
         0xaede368 s Context>handleSignal:
         0xaee6440 s Context>handleSignal:
         0xaeedd60 s Context>handleSignal:
         0xaef5978 s Context>handleSignal:
         0xaefd6f0 s Context>handleSignal:
         0xaf055b8 s Context>handleSignal:
         0xaf0eab0 s Context>handleSignal:
         0xaf16418 s Context>handleSignal:
         0xaf1e070 s Context>handleSignal:
         0xaf24db0 s Context>handleSignal:
         0xaf2ba78 s Context>handleSignal:
         0xaf32898 s Context>handleSignal:
         0xaf393b0 s Context>handleSignal:
         0xaf3fd58 s Context>handleSignal:
         0xaf46648 s Context>handleSignal:
         0xaf4ce80 s Context>handleSignal:
         0xaf53600 s Context>handleSignal:
         0xaf59cc8 s Context>handleSignal:
         0xaf602d8 s Context>handleSignal:
         0xaf66830 s Context>handleSignal:
         0xaf6ccd0 s Context>handleSignal:
         0xaf730b8 s Context>handleSignal:
         0xaf793e8 s Context>handleSignal:
         0xaf7f660 s Context>handleSignal:
         0xaf85820 s Context>handleSignal:
         0xaf8b928 s Context>handleSignal:
         0xaf91978 s Context>handleSignal:
         0xaf97910 s Context>handleSignal:
         0xaf9d7f0 s Context>handleSignal:
         0xafa3618 s Context>handleSignal:
         0xafa9388 s Context>handleSignal:
         0xafaf040 s Context>handleSignal:
         0xafb4c40 s Context>handleSignal:
         0xafba788 s Context>handleSignal:
         0xafc0218 s Context>handleSignal:
         0xafc5bf0 s Context>handleSignal:
         0xafcb510 s Context>handleSignal:
         0xafd0d78 s Context>handleSignal:
         0xafd6528 s Context>handleSignal:
         0xafdbc20 s Context>handleSignal:
         0xafe1260 s Context>handleSignal:
         0xafe67e8 s Context>handleSignal:
         0xafebcb8 s Context>handleSignal:
         0xaff10d0 s Context>handleSignal:
         0xaff6430 s Context>handleSignal:
         0xaffb6d8 s Context>handleSignal:
         0xb0008c8 s Context>handleSignal:
         0xb005a00 s Context>handleSignal:
         0xb00aa80 s Context>handleSignal:
         0xb00fa48 s Context>handleSignal:
         0xb014958 s Context>handleSignal:
         0xb0197b0 s Context>handleSignal:
         0xb01e550 s Context>handleSignal:
         0xb023238 s Context>handleSignal:
         0xb027e68 s Context>handleSignal:
         0xb02c9e0 s Context>handleSignal:
         0xb0314a0 s Context>handleSignal:
         0xb035ea8 s Context>handleSignal:
         0xb03a7f8 s Context>handleSignal:
         0xb03f090 s Context>handleSignal:
         0xb043870 s Context>handleSignal:
         0xb047f98 s Context>handleSignal:
         0xb04c608 s Context>handleSignal:
         0xb050bc0 s Context>handleSignal:
         0xb0550c0 s Context>handleSignal:
         0xb059508 s Context>handleSignal:
         0xb05d898 s Context>handleSignal:
         0xb061b70 s Context>handleSignal:
         0xb1d28c0 s Halt(Exception)>signal
         0xb26ba88 s Halt class(Exception class)>signal
         0xad88ca8 s Halt class>now
         0xb1c3c20 s FullBlockClosure(Object)>halt
         0xb259f90 s FullBlockClosure>printOn:
         0xb2a70f0 s Context>printOn:
         0xb366520 s Context>printDebugOn:
         0xb366828 s [] in Context>debugStack:on:
         0xb3a6bf8 s OrderedCollection>do:
         0xb2a71f8 s Context>debugStack:on:
         0xb3666b8 s Context>shortDebugStackOn:
         0xb3a6b40 s [] in SmalltalkImage>logError:inContext:
         0xb3c75c0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d06f8 s FullBlockClosure(BlockClosure)>on:do:
         0xb268fc0 s SmalltalkImage>logStdErrorDuring:
         0xb2b4908 s SmalltalkImage>logError:inContext:
         0xb372fa8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0460 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cf178 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec238 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40a370 s Halt(Exception)>unhandledErrorAction
         0xb40a428 s Halt(UnhandledException)>defaultAction
         0xb40a4e0 s UndefinedObject>handleSignal:
         0xad88408 s Context>handleSignal:
         0xad89d30 s Context>handleSignal:
         0xad89de8 s Context>handleSignal:
         0xad89ea0 s Context>handleSignal:
         0xad89f58 s Context>handleSignal:
         0xad8a010 s Context>handleSignal:
         0xad8a0c8 s Context>handleSignal:
         0xad8a180 s Context>handleSignal:
         0xad8a238 s Context>handleSignal:
         0xad8a2f0 s Context>handleSignal:
         0xada53d0 s Context>handleSignal:
         0xadb8790 s Context>handleSignal:
         0xadca4a8 s Context>handleSignal:
         0xaddb550 s Context>handleSignal:
         0xadeeef8 s Context>handleSignal:
         0xadff618 s Context>handleSignal:
         0xae0f7a8 s Context>handleSignal:
         0xae1f590 s Context>handleSignal:
         0xae31a10 s Context>handleSignal:
         0xae40fa8 s Context>handleSignal:
         0xae530e0 s Context>handleSignal:
         0xae5f608 s Context>handleSignal:
         0xae6c2c8 s Context>handleSignal:
         0xae77268 s Context>handleSignal:
         0xae810e0 s Context>handleSignal:
         0xae8bad0 s Context>handleSignal:
         0xae95a30 s Context>handleSignal:
         0xaea0708 s Context>handleSignal:
         0xaeacad0 s Context>handleSignal:
         0xaeb5f00 s Context>handleSignal:
         0xaebe328 s Context>handleSignal:
         0xaec6438 s Context>handleSignal:
         0xaece210 s Context>handleSignal:
         0xaed6438 s Context>handleSignal:
         0xaede2b0 s Context>handleSignal:
         0xaee6388 s Context>handleSignal:
         0xaeedca8 s Context>handleSignal:
         0xaef58c0 s Context>handleSignal:
         0xaefd638 s Context>handleSignal:
         0xaf05500 s Context>handleSignal:
         0xaf0e9f8 s Context>handleSignal:
         0xaf16360 s Context>handleSignal:
         0xaf1dfb8 s Context>handleSignal:
         0xaf24cf8 s Context>handleSignal:
         0xaf2b9c0 s Context>handleSignal:
         0xaf327e0 s Context>handleSignal:
         0xaf392f8 s Context>handleSignal:
         0xaf3fca0 s Context>handleSignal:
         0xaf46590 s Context>handleSignal:
         0xaf4cdc8 s Context>handleSignal:
         0xaf53548 s Context>handleSignal:
         0xaf59c10 s Context>handleSignal:
         0xaf60220 s Context>handleSignal:
         0xaf66778 s Context>handleSignal:
         0xaf6cc18 s Context>handleSignal:
         0xaf73000 s Context>handleSignal:
         0xaf79330 s Context>handleSignal:
         0xaf7f5a8 s Context>handleSignal:
         0xaf85768 s Context>handleSignal:
         0xaf8b870 s Context>handleSignal:
         0xaf918c0 s Context>handleSignal:
         0xaf97858 s Context>handleSignal:
         0xaf9d738 s Context>handleSignal:
         0xafa3560 s Context>handleSignal:
         0xafa92d0 s Context>handleSignal:
         0xafaef88 s Context>handleSignal:
         0xafb4b88 s Context>handleSignal:
         0xafba6d0 s Context>handleSignal:
         0xafc0160 s Context>handleSignal:
         0xafc5b38 s Context>handleSignal:
         0xafcb458 s Context>handleSignal:
         0xafd0cc0 s Context>handleSignal:
         0xafd6470 s Context>handleSignal:
         0xafdbb68 s Context>handleSignal:
         0xafe11a8 s Context>handleSignal:
         0xafe6730 s Context>handleSignal:
         0xafebc00 s Context>handleSignal:
         0xaff1018 s Context>handleSignal:
         0xaff6378 s Context>handleSignal:
         0xaffb620 s Context>handleSignal:
         0xb000810 s Context>handleSignal:
         0xb005948 s Context>handleSignal:
         0xb00a9c8 s Context>handleSignal:
         0xb00f990 s Context>handleSignal:
         0xb0148a0 s Context>handleSignal:
         0xb0196f8 s Context>handleSignal:
         0xb01e498 s Context>handleSignal:
         0xb023180 s Context>handleSignal:
         0xb027db0 s Context>handleSignal:
         0xb02c928 s Context>handleSignal:
         0xb0313e8 s Context>handleSignal:
         0xb035df0 s Context>handleSignal:
         0xb03a740 s Context>handleSignal:
         0xb03efd8 s Context>handleSignal:
         0xb0437b8 s Context>handleSignal:
         0xb047ee0 s Context>handleSignal:
         0xb04c550 s Context>handleSignal:
         0xb050b08 s Context>handleSignal:
         0xb055008 s Context>handleSignal:
         0xb059450 s Context>handleSignal:
         0xb05d7e0 s Context>handleSignal:
         0xb1d2750 s Halt(Exception)>signal
         0xb26b8b8 s Halt class(Exception class)>signal
         0xad884c0 s Halt class>now
         0xb1c3b30 s FullBlockClosure(Object)>halt
         0xb259ea8 s FullBlockClosure>printOn:
         0xb2a6f30 s Context>printOn:
         0xb3662d0 s Context>printDebugOn:
         0xb3665d8 s [] in Context>debugStack:on:
         0xb3a6a78 s OrderedCollection>do:
         0xb2a7038 s Context>debugStack:on:
         0xb366468 s Context>shortDebugStackOn:
         0xb3a69c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c74e8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d0588 s FullBlockClosure(BlockClosure)>on:do:
         0xb268df0 s SmalltalkImage>logStdErrorDuring:
         0xb2b4808 s SmalltalkImage>logError:inContext:
         0xb372ee0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0370 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cf098 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec180 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb40a148 s Halt(Exception)>unhandledErrorAction
         0xb40a200 s Halt(UnhandledException)>defaultAction
         0xb40a2b8 s UndefinedObject>handleSignal:
         0xad87c20 s Context>handleSignal:
         0xad89548 s Context>handleSignal:
         0xad89600 s Context>handleSignal:
         0xad896b8 s Context>handleSignal:
         0xad89770 s Context>handleSignal:
         0xad89828 s Context>handleSignal:
         0xad898e0 s Context>handleSignal:
         0xad89998 s Context>handleSignal:
         0xad89a50 s Context>handleSignal:
         0xad89b08 s Context>handleSignal:
         0xada5318 s Context>handleSignal:
         0xadb86d8 s Context>handleSignal:
         0xadca3f0 s Context>handleSignal:
         0xaddb498 s Context>handleSignal:
         0xadeee40 s Context>handleSignal:
         0xadff560 s Context>handleSignal:
         0xae0f6f0 s Context>handleSignal:
         0xae1f4d8 s Context>handleSignal:
         0xae31958 s Context>handleSignal:
         0xae40ef0 s Context>handleSignal:
         0xae53028 s Context>handleSignal:
         0xae5f550 s Context>handleSignal:
         0xae6c210 s Context>handleSignal:
         0xae771b0 s Context>handleSignal:
         0xae81028 s Context>handleSignal:
         0xae8ba18 s Context>handleSignal:
         0xae95978 s Context>handleSignal:
         0xaea0650 s Context>handleSignal:
         0xaeaca18 s Context>handleSignal:
         0xaeb5e48 s Context>handleSignal:
         0xaebe270 s Context>handleSignal:
         0xaec6380 s Context>handleSignal:
         0xaece158 s Context>handleSignal:
         0xaed6380 s Context>handleSignal:
         0xaede1f8 s Context>handleSignal:
         0xaee62d0 s Context>handleSignal:
         0xaeedbf0 s Context>handleSignal:
         0xaef5808 s Context>handleSignal:
         0xaefd580 s Context>handleSignal:
         0xaf05448 s Context>handleSignal:
         0xaf0e940 s Context>handleSignal:
         0xaf162a8 s Context>handleSignal:
         0xaf1df00 s Context>handleSignal:
         0xaf24c40 s Context>handleSignal:
         0xaf2b908 s Context>handleSignal:
         0xaf32728 s Context>handleSignal:
         0xaf39240 s Context>handleSignal:
         0xaf3fbe8 s Context>handleSignal:
         0xaf464d8 s Context>handleSignal:
         0xaf4cd10 s Context>handleSignal:
         0xaf53490 s Context>handleSignal:
         0xaf59b58 s Context>handleSignal:
         0xaf60168 s Context>handleSignal:
         0xaf666c0 s Context>handleSignal:
         0xaf6cb60 s Context>handleSignal:
         0xaf72f48 s Context>handleSignal:
         0xaf79278 s Context>handleSignal:
         0xaf7f4f0 s Context>handleSignal:
         0xaf856b0 s Context>handleSignal:
         0xaf8b7b8 s Context>handleSignal:
         0xaf91808 s Context>handleSignal:
         0xaf977a0 s Context>handleSignal:
         0xaf9d680 s Context>handleSignal:
         0xafa34a8 s Context>handleSignal:
         0xafa9218 s Context>handleSignal:
         0xafaeed0 s Context>handleSignal:
         0xafb4ad0 s Context>handleSignal:
         0xafba618 s Context>handleSignal:
         0xafc00a8 s Context>handleSignal:
         0xafc5a80 s Context>handleSignal:
         0xafcb3a0 s Context>handleSignal:
         0xafd0c08 s Context>handleSignal:
         0xafd63b8 s Context>handleSignal:
         0xafdbab0 s Context>handleSignal:
         0xafe10f0 s Context>handleSignal:
         0xafe6678 s Context>handleSignal:
         0xafebb48 s Context>handleSignal:
         0xaff0f60 s Context>handleSignal:
         0xaff62c0 s Context>handleSignal:
         0xaffb568 s Context>handleSignal:
         0xb000758 s Context>handleSignal:
         0xb005890 s Context>handleSignal:
         0xb00a910 s Context>handleSignal:
         0xb00f8d8 s Context>handleSignal:
         0xb0147e8 s Context>handleSignal:
         0xb019640 s Context>handleSignal:
         0xb01e3e0 s Context>handleSignal:
         0xb0230c8 s Context>handleSignal:
         0xb027cf8 s Context>handleSignal:
         0xb02c870 s Context>handleSignal:
         0xb031330 s Context>handleSignal:
         0xb035d38 s Context>handleSignal:
         0xb03a688 s Context>handleSignal:
         0xb03ef20 s Context>handleSignal:
         0xb043700 s Context>handleSignal:
         0xb047e28 s Context>handleSignal:
         0xb04c498 s Context>handleSignal:
         0xb050a50 s Context>handleSignal:
         0xb054f50 s Context>handleSignal:
         0xb059398 s Context>handleSignal:
         0xb1d25e0 s Halt(Exception)>signal
         0xb26b6e8 s Halt class(Exception class)>signal
         0xad87cd8 s Halt class>now
         0xb1c3a40 s FullBlockClosure(Object)>halt
         0xb259dc0 s FullBlockClosure>printOn:
         0xb2a6d70 s Context>printOn:
         0xb366080 s Context>printDebugOn:
         0xb366388 s [] in Context>debugStack:on:
         0xb3a68f8 s OrderedCollection>do:
         0xb2a6e78 s Context>debugStack:on:
         0xb366218 s Context>shortDebugStackOn:
         0xb3a6840 s [] in SmalltalkImage>logError:inContext:
         0xb3c7410 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d0418 s FullBlockClosure(BlockClosure)>on:do:
         0xb268c20 s SmalltalkImage>logStdErrorDuring:
         0xb2b4708 s SmalltalkImage>logError:inContext:
         0xb372e18 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0280 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cefb8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec0c8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb409f20 s Halt(Exception)>unhandledErrorAction
         0xb409fd8 s Halt(UnhandledException)>defaultAction
         0xb40a090 s UndefinedObject>handleSignal:
         0xad87438 s Context>handleSignal:
         0xad88d60 s Context>handleSignal:
         0xad88e18 s Context>handleSignal:
         0xad88ed0 s Context>handleSignal:
         0xad88f88 s Context>handleSignal:
         0xad89040 s Context>handleSignal:
         0xad890f8 s Context>handleSignal:
         0xad891b0 s Context>handleSignal:
         0xad89268 s Context>handleSignal:
         0xad89320 s Context>handleSignal:
         0xada5260 s Context>handleSignal:
         0xadb8620 s Context>handleSignal:
         0xadca338 s Context>handleSignal:
         0xaddb3e0 s Context>handleSignal:
         0xadeed88 s Context>handleSignal:
         0xadff4a8 s Context>handleSignal:
         0xae0f638 s Context>handleSignal:
         0xae1f420 s Context>handleSignal:
         0xae318a0 s Context>handleSignal:
         0xae40e38 s Context>handleSignal:
         0xae52f70 s Context>handleSignal:
         0xae5f498 s Context>handleSignal:
         0xae6c158 s Context>handleSignal:
         0xae770f8 s Context>handleSignal:
         0xae80f70 s Context>handleSignal:
         0xae8b960 s Context>handleSignal:
         0xae958c0 s Context>handleSignal:
         0xaea0598 s Context>handleSignal:
         0xaeac960 s Context>handleSignal:
         0xaeb5d90 s Context>handleSignal:
         0xaebe1b8 s Context>handleSignal:
         0xaec62c8 s Context>handleSignal:
         0xaece0a0 s Context>handleSignal:
         0xaed62c8 s Context>handleSignal:
         0xaede140 s Context>handleSignal:
         0xaee6218 s Context>handleSignal:
         0xaeedb38 s Context>handleSignal:
         0xaef5750 s Context>handleSignal:
         0xaefd4c8 s Context>handleSignal:
         0xaf05390 s Context>handleSignal:
         0xaf0e888 s Context>handleSignal:
         0xaf161f0 s Context>handleSignal:
         0xaf1de48 s Context>handleSignal:
         0xaf24b88 s Context>handleSignal:
         0xaf2b850 s Context>handleSignal:
         0xaf32670 s Context>handleSignal:
         0xaf39188 s Context>handleSignal:
         0xaf3fb30 s Context>handleSignal:
         0xaf46420 s Context>handleSignal:
         0xaf4cc58 s Context>handleSignal:
         0xaf533d8 s Context>handleSignal:
         0xaf59aa0 s Context>handleSignal:
         0xaf600b0 s Context>handleSignal:
         0xaf66608 s Context>handleSignal:
         0xaf6caa8 s Context>handleSignal:
         0xaf72e90 s Context>handleSignal:
         0xaf791c0 s Context>handleSignal:
         0xaf7f438 s Context>handleSignal:
         0xaf855f8 s Context>handleSignal:
         0xaf8b700 s Context>handleSignal:
         0xaf91750 s Context>handleSignal:
         0xaf976e8 s Context>handleSignal:
         0xaf9d5c8 s Context>handleSignal:
         0xafa33f0 s Context>handleSignal:
         0xafa9160 s Context>handleSignal:
         0xafaee18 s Context>handleSignal:
         0xafb4a18 s Context>handleSignal:
         0xafba560 s Context>handleSignal:
         0xafbfff0 s Context>handleSignal:
         0xafc59c8 s Context>handleSignal:
         0xafcb2e8 s Context>handleSignal:
         0xafd0b50 s Context>handleSignal:
         0xafd6300 s Context>handleSignal:
         0xafdb9f8 s Context>handleSignal:
         0xafe1038 s Context>handleSignal:
         0xafe65c0 s Context>handleSignal:
         0xafeba90 s Context>handleSignal:
         0xaff0ea8 s Context>handleSignal:
         0xaff6208 s Context>handleSignal:
         0xaffb4b0 s Context>handleSignal:
         0xb0006a0 s Context>handleSignal:
         0xb0057d8 s Context>handleSignal:
         0xb00a858 s Context>handleSignal:
         0xb00f820 s Context>handleSignal:
         0xb014730 s Context>handleSignal:
         0xb019588 s Context>handleSignal:
         0xb01e328 s Context>handleSignal:
         0xb023010 s Context>handleSignal:
         0xb027c40 s Context>handleSignal:
         0xb02c7b8 s Context>handleSignal:
         0xb031278 s Context>handleSignal:
         0xb035c80 s Context>handleSignal:
         0xb03a5d0 s Context>handleSignal:
         0xb03ee68 s Context>handleSignal:
         0xb043648 s Context>handleSignal:
         0xb047d70 s Context>handleSignal:
         0xb04c3e0 s Context>handleSignal:
         0xb050998 s Context>handleSignal:
         0xb054e98 s Context>handleSignal:
         0xb1d2470 s Halt(Exception)>signal
         0xb26b518 s Halt class(Exception class)>signal
         0xad874f0 s Halt class>now
         0xb1c3950 s FullBlockClosure(Object)>halt
         0xb259cd8 s FullBlockClosure>printOn:
         0xb2a6bb0 s Context>printOn:
         0xb365e30 s Context>printDebugOn:
         0xb366138 s [] in Context>debugStack:on:
         0xb3a6778 s OrderedCollection>do:
         0xb2a6cb8 s Context>debugStack:on:
         0xb365fc8 s Context>shortDebugStackOn:
         0xb3a66c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c7338 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d02a8 s FullBlockClosure(BlockClosure)>on:do:
         0xb268a50 s SmalltalkImage>logStdErrorDuring:
         0xb2b4608 s SmalltalkImage>logError:inContext:
         0xb372d50 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b0190 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ceed8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ec010 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb409cf8 s Halt(Exception)>unhandledErrorAction
         0xb409db0 s Halt(UnhandledException)>defaultAction
         0xb409e68 s UndefinedObject>handleSignal:
         0xad86c50 s Context>handleSignal:
         0xad88578 s Context>handleSignal:
         0xad88630 s Context>handleSignal:
         0xad886e8 s Context>handleSignal:
         0xad887a0 s Context>handleSignal:
         0xad88858 s Context>handleSignal:
         0xad88910 s Context>handleSignal:
         0xad889c8 s Context>handleSignal:
         0xad88a80 s Context>handleSignal:
         0xad88b38 s Context>handleSignal:
         0xada51a8 s Context>handleSignal:
         0xadb8568 s Context>handleSignal:
         0xadca280 s Context>handleSignal:
         0xaddb328 s Context>handleSignal:
         0xadeecd0 s Context>handleSignal:
         0xadff3f0 s Context>handleSignal:
         0xae0f580 s Context>handleSignal:
         0xae1f368 s Context>handleSignal:
         0xae317e8 s Context>handleSignal:
         0xae40d80 s Context>handleSignal:
         0xae52eb8 s Context>handleSignal:
         0xae5f3e0 s Context>handleSignal:
         0xae6c0a0 s Context>handleSignal:
         0xae77040 s Context>handleSignal:
         0xae80eb8 s Context>handleSignal:
         0xae8b8a8 s Context>handleSignal:
         0xae95808 s Context>handleSignal:
         0xaea04e0 s Context>handleSignal:
         0xaeac8a8 s Context>handleSignal:
         0xaeb5cd8 s Context>handleSignal:
         0xaebe100 s Context>handleSignal:
         0xaec6210 s Context>handleSignal:
         0xaecdfe8 s Context>handleSignal:
         0xaed6210 s Context>handleSignal:
         0xaede088 s Context>handleSignal:
         0xaee6160 s Context>handleSignal:
         0xaeeda80 s Context>handleSignal:
         0xaef5698 s Context>handleSignal:
         0xaefd410 s Context>handleSignal:
         0xaf052d8 s Context>handleSignal:
         0xaf0e7d0 s Context>handleSignal:
         0xaf16138 s Context>handleSignal:
         0xaf1dd90 s Context>handleSignal:
         0xaf24ad0 s Context>handleSignal:
         0xaf2b798 s Context>handleSignal:
         0xaf325b8 s Context>handleSignal:
         0xaf390d0 s Context>handleSignal:
         0xaf3fa78 s Context>handleSignal:
         0xaf46368 s Context>handleSignal:
         0xaf4cba0 s Context>handleSignal:
         0xaf53320 s Context>handleSignal:
         0xaf599e8 s Context>handleSignal:
         0xaf5fff8 s Context>handleSignal:
         0xaf66550 s Context>handleSignal:
         0xaf6c9f0 s Context>handleSignal:
         0xaf72dd8 s Context>handleSignal:
         0xaf79108 s Context>handleSignal:
         0xaf7f380 s Context>handleSignal:
         0xaf85540 s Context>handleSignal:
         0xaf8b648 s Context>handleSignal:
         0xaf91698 s Context>handleSignal:
         0xaf97630 s Context>handleSignal:
         0xaf9d510 s Context>handleSignal:
         0xafa3338 s Context>handleSignal:
         0xafa90a8 s Context>handleSignal:
         0xafaed60 s Context>handleSignal:
         0xafb4960 s Context>handleSignal:
         0xafba4a8 s Context>handleSignal:
         0xafbff38 s Context>handleSignal:
         0xafc5910 s Context>handleSignal:
         0xafcb230 s Context>handleSignal:
         0xafd0a98 s Context>handleSignal:
         0xafd6248 s Context>handleSignal:
         0xafdb940 s Context>handleSignal:
         0xafe0f80 s Context>handleSignal:
         0xafe6508 s Context>handleSignal:
         0xafeb9d8 s Context>handleSignal:
         0xaff0df0 s Context>handleSignal:
         0xaff6150 s Context>handleSignal:
         0xaffb3f8 s Context>handleSignal:
         0xb0005e8 s Context>handleSignal:
         0xb005720 s Context>handleSignal:
         0xb00a7a0 s Context>handleSignal:
         0xb00f768 s Context>handleSignal:
         0xb014678 s Context>handleSignal:
         0xb0194d0 s Context>handleSignal:
         0xb01e270 s Context>handleSignal:
         0xb022f58 s Context>handleSignal:
         0xb027b88 s Context>handleSignal:
         0xb02c700 s Context>handleSignal:
         0xb0311c0 s Context>handleSignal:
         0xb035bc8 s Context>handleSignal:
         0xb03a518 s Context>handleSignal:
         0xb03edb0 s Context>handleSignal:
         0xb043590 s Context>handleSignal:
         0xb047cb8 s Context>handleSignal:
         0xb04c328 s Context>handleSignal:
         0xb0508e0 s Context>handleSignal:
         0xb1d2300 s Halt(Exception)>signal
         0xb26b348 s Halt class(Exception class)>signal
         0xad86d08 s Halt class>now
         0xb1c3860 s FullBlockClosure(Object)>halt
         0xb259bf0 s FullBlockClosure>printOn:
         0xb2a69f0 s Context>printOn:
         0xb365be0 s Context>printDebugOn:
         0xb365ee8 s [] in Context>debugStack:on:
         0xb3a65f8 s OrderedCollection>do:
         0xb2a6af8 s Context>debugStack:on:
         0xb365d78 s Context>shortDebugStackOn:
         0xb3a6540 s [] in SmalltalkImage>logError:inContext:
         0xb3c7260 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1d0138 s FullBlockClosure(BlockClosure)>on:do:
         0xb268880 s SmalltalkImage>logStdErrorDuring:
         0xb2b4508 s SmalltalkImage>logError:inContext:
         0xb372c88 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3b00a0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cedf8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ebf58 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb409ad0 s Halt(Exception)>unhandledErrorAction
         0xb409b88 s Halt(UnhandledException)>defaultAction
         0xb409c40 s UndefinedObject>handleSignal:
         0xad86468 s Context>handleSignal:
         0xad87d90 s Context>handleSignal:
         0xad87e48 s Context>handleSignal:
         0xad87f00 s Context>handleSignal:
         0xad87fb8 s Context>handleSignal:
         0xad88070 s Context>handleSignal:
         0xad88128 s Context>handleSignal:
         0xad881e0 s Context>handleSignal:
         0xad88298 s Context>handleSignal:
         0xad88350 s Context>handleSignal:
         0xada50f0 s Context>handleSignal:
         0xadb84b0 s Context>handleSignal:
         0xadca1c8 s Context>handleSignal:
         0xaddb270 s Context>handleSignal:
         0xadeec18 s Context>handleSignal:
         0xadff338 s Context>handleSignal:
         0xae0f4c8 s Context>handleSignal:
         0xae1f2b0 s Context>handleSignal:
         0xae31730 s Context>handleSignal:
         0xae40cc8 s Context>handleSignal:
         0xae52e00 s Context>handleSignal:
         0xae5f328 s Context>handleSignal:
         0xae6bfe8 s Context>handleSignal:
         0xae76f88 s Context>handleSignal:
         0xae80e00 s Context>handleSignal:
         0xae8b7f0 s Context>handleSignal:
         0xae95750 s Context>handleSignal:
         0xaea0428 s Context>handleSignal:
         0xaeac7f0 s Context>handleSignal:
         0xaeb5c20 s Context>handleSignal:
         0xaebe048 s Context>handleSignal:
         0xaec6158 s Context>handleSignal:
         0xaecdf30 s Context>handleSignal:
         0xaed6158 s Context>handleSignal:
         0xaeddfd0 s Context>handleSignal:
         0xaee60a8 s Context>handleSignal:
         0xaeed9c8 s Context>handleSignal:
         0xaef55e0 s Context>handleSignal:
         0xaefd358 s Context>handleSignal:
         0xaf05220 s Context>handleSignal:
         0xaf0e718 s Context>handleSignal:
         0xaf16080 s Context>handleSignal:
         0xaf1dcd8 s Context>handleSignal:
         0xaf24a18 s Context>handleSignal:
         0xaf2b6e0 s Context>handleSignal:
         0xaf32500 s Context>handleSignal:
         0xaf39018 s Context>handleSignal:
         0xaf3f9c0 s Context>handleSignal:
         0xaf462b0 s Context>handleSignal:
         0xaf4cae8 s Context>handleSignal:
         0xaf53268 s Context>handleSignal:
         0xaf59930 s Context>handleSignal:
         0xaf5ff40 s Context>handleSignal:
         0xaf66498 s Context>handleSignal:
         0xaf6c938 s Context>handleSignal:
         0xaf72d20 s Context>handleSignal:
         0xaf79050 s Context>handleSignal:
         0xaf7f2c8 s Context>handleSignal:
         0xaf85488 s Context>handleSignal:
         0xaf8b590 s Context>handleSignal:
         0xaf915e0 s Context>handleSignal:
         0xaf97578 s Context>handleSignal:
         0xaf9d458 s Context>handleSignal:
         0xafa3280 s Context>handleSignal:
         0xafa8ff0 s Context>handleSignal:
         0xafaeca8 s Context>handleSignal:
         0xafb48a8 s Context>handleSignal:
         0xafba3f0 s Context>handleSignal:
         0xafbfe80 s Context>handleSignal:
         0xafc5858 s Context>handleSignal:
         0xafcb178 s Context>handleSignal:
         0xafd09e0 s Context>handleSignal:
         0xafd6190 s Context>handleSignal:
         0xafdb888 s Context>handleSignal:
         0xafe0ec8 s Context>handleSignal:
         0xafe6450 s Context>handleSignal:
         0xafeb920 s Context>handleSignal:
         0xaff0d38 s Context>handleSignal:
         0xaff6098 s Context>handleSignal:
         0xaffb340 s Context>handleSignal:
         0xb000530 s Context>handleSignal:
         0xb005668 s Context>handleSignal:
         0xb00a6e8 s Context>handleSignal:
         0xb00f6b0 s Context>handleSignal:
         0xb0145c0 s Context>handleSignal:
         0xb019418 s Context>handleSignal:
         0xb01e1b8 s Context>handleSignal:
         0xb022ea0 s Context>handleSignal:
         0xb027ad0 s Context>handleSignal:
         0xb02c648 s Context>handleSignal:
         0xb031108 s Context>handleSignal:
         0xb035b10 s Context>handleSignal:
         0xb03a460 s Context>handleSignal:
         0xb03ecf8 s Context>handleSignal:
         0xb0434d8 s Context>handleSignal:
         0xb047c00 s Context>handleSignal:
         0xb04c270 s Context>handleSignal:
         0xb1d2190 s Halt(Exception)>signal
         0xb26b178 s Halt class(Exception class)>signal
         0xad86520 s Halt class>now
         0xb1c3770 s FullBlockClosure(Object)>halt
         0xb259b08 s FullBlockClosure>printOn:
         0xb2a6830 s Context>printOn:
         0xb365990 s Context>printDebugOn:
         0xb365c98 s [] in Context>debugStack:on:
         0xb3a6478 s OrderedCollection>do:
         0xb2a6938 s Context>debugStack:on:
         0xb365b28 s Context>shortDebugStackOn:
         0xb3a63c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c7188 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cffc8 s FullBlockClosure(BlockClosure)>on:do:
         0xb2686b0 s SmalltalkImage>logStdErrorDuring:
         0xb2b4408 s SmalltalkImage>logError:inContext:
         0xb372bc0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3affb0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ced18 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ebea0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4098a8 s Halt(Exception)>unhandledErrorAction
         0xb409960 s Halt(UnhandledException)>defaultAction
         0xb409a18 s UndefinedObject>handleSignal:
         0xad85c80 s Context>handleSignal:
         0xad875a8 s Context>handleSignal:
         0xad87660 s Context>handleSignal:
         0xad87718 s Context>handleSignal:
         0xad877d0 s Context>handleSignal:
         0xad87888 s Context>handleSignal:
         0xad87940 s Context>handleSignal:
         0xad879f8 s Context>handleSignal:
         0xad87ab0 s Context>handleSignal:
         0xad87b68 s Context>handleSignal:
         0xada5038 s Context>handleSignal:
         0xadb83f8 s Context>handleSignal:
         0xadca110 s Context>handleSignal:
         0xaddb1b8 s Context>handleSignal:
         0xadeeb60 s Context>handleSignal:
         0xadff280 s Context>handleSignal:
         0xae0f410 s Context>handleSignal:
         0xae1f1f8 s Context>handleSignal:
         0xae31678 s Context>handleSignal:
         0xae40c10 s Context>handleSignal:
         0xae52d48 s Context>handleSignal:
         0xae5f270 s Context>handleSignal:
         0xae6bf30 s Context>handleSignal:
         0xae76ed0 s Context>handleSignal:
         0xae80d48 s Context>handleSignal:
         0xae8b738 s Context>handleSignal:
         0xae95698 s Context>handleSignal:
         0xaea0370 s Context>handleSignal:
         0xaeac738 s Context>handleSignal:
         0xaeb5b68 s Context>handleSignal:
         0xaebdf90 s Context>handleSignal:
         0xaec60a0 s Context>handleSignal:
         0xaecde78 s Context>handleSignal:
         0xaed60a0 s Context>handleSignal:
         0xaeddf18 s Context>handleSignal:
         0xaee5ff0 s Context>handleSignal:
         0xaeed910 s Context>handleSignal:
         0xaef5528 s Context>handleSignal:
         0xaefd2a0 s Context>handleSignal:
         0xaf05168 s Context>handleSignal:
         0xaf0e660 s Context>handleSignal:
         0xaf15fc8 s Context>handleSignal:
         0xaf1dc20 s Context>handleSignal:
         0xaf24960 s Context>handleSignal:
         0xaf2b628 s Context>handleSignal:
         0xaf32448 s Context>handleSignal:
         0xaf38f60 s Context>handleSignal:
         0xaf3f908 s Context>handleSignal:
         0xaf461f8 s Context>handleSignal:
         0xaf4ca30 s Context>handleSignal:
         0xaf531b0 s Context>handleSignal:
         0xaf59878 s Context>handleSignal:
         0xaf5fe88 s Context>handleSignal:
         0xaf663e0 s Context>handleSignal:
         0xaf6c880 s Context>handleSignal:
         0xaf72c68 s Context>handleSignal:
         0xaf78f98 s Context>handleSignal:
         0xaf7f210 s Context>handleSignal:
         0xaf853d0 s Context>handleSignal:
         0xaf8b4d8 s Context>handleSignal:
         0xaf91528 s Context>handleSignal:
         0xaf974c0 s Context>handleSignal:
         0xaf9d3a0 s Context>handleSignal:
         0xafa31c8 s Context>handleSignal:
         0xafa8f38 s Context>handleSignal:
         0xafaebf0 s Context>handleSignal:
         0xafb47f0 s Context>handleSignal:
         0xafba338 s Context>handleSignal:
         0xafbfdc8 s Context>handleSignal:
         0xafc57a0 s Context>handleSignal:
         0xafcb0c0 s Context>handleSignal:
         0xafd0928 s Context>handleSignal:
         0xafd60d8 s Context>handleSignal:
         0xafdb7d0 s Context>handleSignal:
         0xafe0e10 s Context>handleSignal:
         0xafe6398 s Context>handleSignal:
         0xafeb868 s Context>handleSignal:
         0xaff0c80 s Context>handleSignal:
         0xaff5fe0 s Context>handleSignal:
         0xaffb288 s Context>handleSignal:
         0xb000478 s Context>handleSignal:
         0xb0055b0 s Context>handleSignal:
         0xb00a630 s Context>handleSignal:
         0xb00f5f8 s Context>handleSignal:
         0xb014508 s Context>handleSignal:
         0xb019360 s Context>handleSignal:
         0xb01e100 s Context>handleSignal:
         0xb022de8 s Context>handleSignal:
         0xb027a18 s Context>handleSignal:
         0xb02c590 s Context>handleSignal:
         0xb031050 s Context>handleSignal:
         0xb035a58 s Context>handleSignal:
         0xb03a3a8 s Context>handleSignal:
         0xb03ec40 s Context>handleSignal:
         0xb043420 s Context>handleSignal:
         0xb047b48 s Context>handleSignal:
         0xb1d2020 s Halt(Exception)>signal
         0xb26afa8 s Halt class(Exception class)>signal
         0xad85d38 s Halt class>now
         0xb1c3680 s FullBlockClosure(Object)>halt
         0xb259a20 s FullBlockClosure>printOn:
         0xb2a6670 s Context>printOn:
         0xb365740 s Context>printDebugOn:
         0xb365a48 s [] in Context>debugStack:on:
         0xb3a62f8 s OrderedCollection>do:
         0xb2a6778 s Context>debugStack:on:
         0xb3658d8 s Context>shortDebugStackOn:
         0xb3a6240 s [] in SmalltalkImage>logError:inContext:
         0xb3c70b0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cfe58 s FullBlockClosure(BlockClosure)>on:do:
         0xb2684e0 s SmalltalkImage>logStdErrorDuring:
         0xb2b4308 s SmalltalkImage>logError:inContext:
         0xb372af8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3afec0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cec38 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ebde8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb409680 s Halt(Exception)>unhandledErrorAction
         0xb409738 s Halt(UnhandledException)>defaultAction
         0xb4097f0 s UndefinedObject>handleSignal:
         0xad85498 s Context>handleSignal:
         0xad86dc0 s Context>handleSignal:
         0xad86e78 s Context>handleSignal:
         0xad86f30 s Context>handleSignal:
         0xad86fe8 s Context>handleSignal:
         0xad870a0 s Context>handleSignal:
         0xad87158 s Context>handleSignal:
         0xad87210 s Context>handleSignal:
         0xad872c8 s Context>handleSignal:
         0xad87380 s Context>handleSignal:
         0xada4f80 s Context>handleSignal:
         0xadb8340 s Context>handleSignal:
         0xadca058 s Context>handleSignal:
         0xaddb100 s Context>handleSignal:
         0xadeeaa8 s Context>handleSignal:
         0xadff1c8 s Context>handleSignal:
         0xae0f358 s Context>handleSignal:
         0xae1f140 s Context>handleSignal:
         0xae315c0 s Context>handleSignal:
         0xae40b58 s Context>handleSignal:
         0xae52c90 s Context>handleSignal:
         0xae5f1b8 s Context>handleSignal:
         0xae6be78 s Context>handleSignal:
         0xae76e18 s Context>handleSignal:
         0xae80c90 s Context>handleSignal:
         0xae8b680 s Context>handleSignal:
         0xae955e0 s Context>handleSignal:
         0xaea02b8 s Context>handleSignal:
         0xaeac680 s Context>handleSignal:
         0xaeb5ab0 s Context>handleSignal:
         0xaebded8 s Context>handleSignal:
         0xaec5fe8 s Context>handleSignal:
         0xaecddc0 s Context>handleSignal:
         0xaed5fe8 s Context>handleSignal:
         0xaedde60 s Context>handleSignal:
         0xaee5f38 s Context>handleSignal:
         0xaeed858 s Context>handleSignal:
         0xaef5470 s Context>handleSignal:
         0xaefd1e8 s Context>handleSignal:
         0xaf050b0 s Context>handleSignal:
         0xaf0e5a8 s Context>handleSignal:
         0xaf15f10 s Context>handleSignal:
         0xaf1db68 s Context>handleSignal:
         0xaf248a8 s Context>handleSignal:
         0xaf2b570 s Context>handleSignal:
         0xaf32390 s Context>handleSignal:
         0xaf38ea8 s Context>handleSignal:
         0xaf3f850 s Context>handleSignal:
         0xaf46140 s Context>handleSignal:
         0xaf4c978 s Context>handleSignal:
         0xaf530f8 s Context>handleSignal:
         0xaf597c0 s Context>handleSignal:
         0xaf5fdd0 s Context>handleSignal:
         0xaf66328 s Context>handleSignal:
         0xaf6c7c8 s Context>handleSignal:
         0xaf72bb0 s Context>handleSignal:
         0xaf78ee0 s Context>handleSignal:
         0xaf7f158 s Context>handleSignal:
         0xaf85318 s Context>handleSignal:
         0xaf8b420 s Context>handleSignal:
         0xaf91470 s Context>handleSignal:
         0xaf97408 s Context>handleSignal:
         0xaf9d2e8 s Context>handleSignal:
         0xafa3110 s Context>handleSignal:
         0xafa8e80 s Context>handleSignal:
         0xafaeb38 s Context>handleSignal:
         0xafb4738 s Context>handleSignal:
         0xafba280 s Context>handleSignal:
         0xafbfd10 s Context>handleSignal:
         0xafc56e8 s Context>handleSignal:
         0xafcb008 s Context>handleSignal:
         0xafd0870 s Context>handleSignal:
         0xafd6020 s Context>handleSignal:
         0xafdb718 s Context>handleSignal:
         0xafe0d58 s Context>handleSignal:
         0xafe62e0 s Context>handleSignal:
         0xafeb7b0 s Context>handleSignal:
         0xaff0bc8 s Context>handleSignal:
         0xaff5f28 s Context>handleSignal:
         0xaffb1d0 s Context>handleSignal:
         0xb0003c0 s Context>handleSignal:
         0xb0054f8 s Context>handleSignal:
         0xb00a578 s Context>handleSignal:
         0xb00f540 s Context>handleSignal:
         0xb014450 s Context>handleSignal:
         0xb0192a8 s Context>handleSignal:
         0xb01e048 s Context>handleSignal:
         0xb022d30 s Context>handleSignal:
         0xb027960 s Context>handleSignal:
         0xb02c4d8 s Context>handleSignal:
         0xb030f98 s Context>handleSignal:
         0xb0359a0 s Context>handleSignal:
         0xb03a2f0 s Context>handleSignal:
         0xb03eb88 s Context>handleSignal:
         0xb043368 s Context>handleSignal:
         0xb1d1eb0 s Halt(Exception)>signal
         0xb26add8 s Halt class(Exception class)>signal
         0xad85550 s Halt class>now
         0xb1c3590 s FullBlockClosure(Object)>halt
         0xb259938 s FullBlockClosure>printOn:
         0xb2a64b0 s Context>printOn:
         0xb3654f0 s Context>printDebugOn:
         0xb3657f8 s [] in Context>debugStack:on:
         0xb3a6178 s OrderedCollection>do:
         0xb2a65b8 s Context>debugStack:on:
         0xb365688 s Context>shortDebugStackOn:
         0xb3a60c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c6fd8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cfce8 s FullBlockClosure(BlockClosure)>on:do:
         0xb268310 s SmalltalkImage>logStdErrorDuring:
         0xb2b4208 s SmalltalkImage>logError:inContext:
         0xb372a30 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3afdd0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ceb58 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ebd30 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb409458 s Halt(Exception)>unhandledErrorAction
         0xb409510 s Halt(UnhandledException)>defaultAction
         0xb4095c8 s UndefinedObject>handleSignal:
         0xad84cb0 s Context>handleSignal:
         0xad865d8 s Context>handleSignal:
         0xad86690 s Context>handleSignal:
         0xad86748 s Context>handleSignal:
         0xad86800 s Context>handleSignal:
         0xad868b8 s Context>handleSignal:
         0xad86970 s Context>handleSignal:
         0xad86a28 s Context>handleSignal:
         0xad86ae0 s Context>handleSignal:
         0xad86b98 s Context>handleSignal:
         0xada4ec8 s Context>handleSignal:
         0xadb8288 s Context>handleSignal:
         0xadc9fa0 s Context>handleSignal:
         0xaddb048 s Context>handleSignal:
         0xadee9f0 s Context>handleSignal:
         0xadff110 s Context>handleSignal:
         0xae0f2a0 s Context>handleSignal:
         0xae1f088 s Context>handleSignal:
         0xae31508 s Context>handleSignal:
         0xae40aa0 s Context>handleSignal:
         0xae52bd8 s Context>handleSignal:
         0xae5f100 s Context>handleSignal:
         0xae6bdc0 s Context>handleSignal:
         0xae76d60 s Context>handleSignal:
         0xae80bd8 s Context>handleSignal:
         0xae8b5c8 s Context>handleSignal:
         0xae95528 s Context>handleSignal:
         0xaea0200 s Context>handleSignal:
         0xaeac5c8 s Context>handleSignal:
         0xaeb59f8 s Context>handleSignal:
         0xaebde20 s Context>handleSignal:
         0xaec5f30 s Context>handleSignal:
         0xaecdd08 s Context>handleSignal:
         0xaed5f30 s Context>handleSignal:
         0xaeddda8 s Context>handleSignal:
         0xaee5e80 s Context>handleSignal:
         0xaeed7a0 s Context>handleSignal:
         0xaef53b8 s Context>handleSignal:
         0xaefd130 s Context>handleSignal:
         0xaf04ff8 s Context>handleSignal:
         0xaf0e4f0 s Context>handleSignal:
         0xaf15e58 s Context>handleSignal:
         0xaf1dab0 s Context>handleSignal:
         0xaf247f0 s Context>handleSignal:
         0xaf2b4b8 s Context>handleSignal:
         0xaf322d8 s Context>handleSignal:
         0xaf38df0 s Context>handleSignal:
         0xaf3f798 s Context>handleSignal:
         0xaf46088 s Context>handleSignal:
         0xaf4c8c0 s Context>handleSignal:
         0xaf53040 s Context>handleSignal:
         0xaf59708 s Context>handleSignal:
         0xaf5fd18 s Context>handleSignal:
         0xaf66270 s Context>handleSignal:
         0xaf6c710 s Context>handleSignal:
         0xaf72af8 s Context>handleSignal:
         0xaf78e28 s Context>handleSignal:
         0xaf7f0a0 s Context>handleSignal:
         0xaf85260 s Context>handleSignal:
         0xaf8b368 s Context>handleSignal:
         0xaf913b8 s Context>handleSignal:
         0xaf97350 s Context>handleSignal:
         0xaf9d230 s Context>handleSignal:
         0xafa3058 s Context>handleSignal:
         0xafa8dc8 s Context>handleSignal:
         0xafaea80 s Context>handleSignal:
         0xafb4680 s Context>handleSignal:
         0xafba1c8 s Context>handleSignal:
         0xafbfc58 s Context>handleSignal:
         0xafc5630 s Context>handleSignal:
         0xafcaf50 s Context>handleSignal:
         0xafd07b8 s Context>handleSignal:
         0xafd5f68 s Context>handleSignal:
         0xafdb660 s Context>handleSignal:
         0xafe0ca0 s Context>handleSignal:
         0xafe6228 s Context>handleSignal:
         0xafeb6f8 s Context>handleSignal:
         0xaff0b10 s Context>handleSignal:
         0xaff5e70 s Context>handleSignal:
         0xaffb118 s Context>handleSignal:
         0xb000308 s Context>handleSignal:
         0xb005440 s Context>handleSignal:
         0xb00a4c0 s Context>handleSignal:
         0xb00f488 s Context>handleSignal:
         0xb014398 s Context>handleSignal:
         0xb0191f0 s Context>handleSignal:
         0xb01df90 s Context>handleSignal:
         0xb022c78 s Context>handleSignal:
         0xb0278a8 s Context>handleSignal:
         0xb02c420 s Context>handleSignal:
         0xb030ee0 s Context>handleSignal:
         0xb0358e8 s Context>handleSignal:
         0xb03a238 s Context>handleSignal:
         0xb03ead0 s Context>handleSignal:
         0xb1d1d40 s Halt(Exception)>signal
         0xb26ac08 s Halt class(Exception class)>signal
         0xad84d68 s Halt class>now
         0xb1c34a0 s FullBlockClosure(Object)>halt
         0xb259850 s FullBlockClosure>printOn:
         0xb2a62f0 s Context>printOn:
         0xb3652a0 s Context>printDebugOn:
         0xb3655a8 s [] in Context>debugStack:on:
         0xb3a5ff8 s OrderedCollection>do:
         0xb2a63f8 s Context>debugStack:on:
         0xb365438 s Context>shortDebugStackOn:
         0xb3a5f40 s [] in SmalltalkImage>logError:inContext:
         0xb3c6f00 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cfb78 s FullBlockClosure(BlockClosure)>on:do:
         0xb268140 s SmalltalkImage>logStdErrorDuring:
         0xb2b4108 s SmalltalkImage>logError:inContext:
         0xb372968 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3afce0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cea78 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ebc78 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb409230 s Halt(Exception)>unhandledErrorAction
         0xb4092e8 s Halt(UnhandledException)>defaultAction
         0xb4093a0 s UndefinedObject>handleSignal:
         0xad844c8 s Context>handleSignal:
         0xad85df0 s Context>handleSignal:
         0xad85ea8 s Context>handleSignal:
         0xad85f60 s Context>handleSignal:
         0xad86018 s Context>handleSignal:
         0xad860d0 s Context>handleSignal:
         0xad86188 s Context>handleSignal:
         0xad86240 s Context>handleSignal:
         0xad862f8 s Context>handleSignal:
         0xad863b0 s Context>handleSignal:
         0xada4e10 s Context>handleSignal:
         0xadb81d0 s Context>handleSignal:
         0xadc9ee8 s Context>handleSignal:
         0xaddaf90 s Context>handleSignal:
         0xadee938 s Context>handleSignal:
         0xadff058 s Context>handleSignal:
         0xae0f1e8 s Context>handleSignal:
         0xae1efd0 s Context>handleSignal:
         0xae31450 s Context>handleSignal:
         0xae409e8 s Context>handleSignal:
         0xae52b20 s Context>handleSignal:
         0xae5f048 s Context>handleSignal:
         0xae6bd08 s Context>handleSignal:
         0xae76ca8 s Context>handleSignal:
         0xae80b20 s Context>handleSignal:
         0xae8b510 s Context>handleSignal:
         0xae95470 s Context>handleSignal:
         0xaea0148 s Context>handleSignal:
         0xaeac510 s Context>handleSignal:
         0xaeb5940 s Context>handleSignal:
         0xaebdd68 s Context>handleSignal:
         0xaec5e78 s Context>handleSignal:
         0xaecdc50 s Context>handleSignal:
         0xaed5e78 s Context>handleSignal:
         0xaeddcf0 s Context>handleSignal:
         0xaee5dc8 s Context>handleSignal:
         0xaeed6e8 s Context>handleSignal:
         0xaef5300 s Context>handleSignal:
         0xaefd078 s Context>handleSignal:
         0xaf04f40 s Context>handleSignal:
         0xaf0e438 s Context>handleSignal:
         0xaf15da0 s Context>handleSignal:
         0xaf1d9f8 s Context>handleSignal:
         0xaf24738 s Context>handleSignal:
         0xaf2b400 s Context>handleSignal:
         0xaf32220 s Context>handleSignal:
         0xaf38d38 s Context>handleSignal:
         0xaf3f6e0 s Context>handleSignal:
         0xaf45fd0 s Context>handleSignal:
         0xaf4c808 s Context>handleSignal:
         0xaf52f88 s Context>handleSignal:
         0xaf59650 s Context>handleSignal:
         0xaf5fc60 s Context>handleSignal:
         0xaf661b8 s Context>handleSignal:
         0xaf6c658 s Context>handleSignal:
         0xaf72a40 s Context>handleSignal:
         0xaf78d70 s Context>handleSignal:
         0xaf7efe8 s Context>handleSignal:
         0xaf851a8 s Context>handleSignal:
         0xaf8b2b0 s Context>handleSignal:
         0xaf91300 s Context>handleSignal:
         0xaf97298 s Context>handleSignal:
         0xaf9d178 s Context>handleSignal:
         0xafa2fa0 s Context>handleSignal:
         0xafa8d10 s Context>handleSignal:
         0xafae9c8 s Context>handleSignal:
         0xafb45c8 s Context>handleSignal:
         0xafba110 s Context>handleSignal:
         0xafbfba0 s Context>handleSignal:
         0xafc5578 s Context>handleSignal:
         0xafcae98 s Context>handleSignal:
         0xafd0700 s Context>handleSignal:
         0xafd5eb0 s Context>handleSignal:
         0xafdb5a8 s Context>handleSignal:
         0xafe0be8 s Context>handleSignal:
         0xafe6170 s Context>handleSignal:
         0xafeb640 s Context>handleSignal:
         0xaff0a58 s Context>handleSignal:
         0xaff5db8 s Context>handleSignal:
         0xaffb060 s Context>handleSignal:
         0xb000250 s Context>handleSignal:
         0xb005388 s Context>handleSignal:
         0xb00a408 s Context>handleSignal:
         0xb00f3d0 s Context>handleSignal:
         0xb0142e0 s Context>handleSignal:
         0xb019138 s Context>handleSignal:
         0xb01ded8 s Context>handleSignal:
         0xb022bc0 s Context>handleSignal:
         0xb0277f0 s Context>handleSignal:
         0xb02c368 s Context>handleSignal:
         0xb030e28 s Context>handleSignal:
         0xb035830 s Context>handleSignal:
         0xb03a180 s Context>handleSignal:
         0xb1d1bd0 s Halt(Exception)>signal
         0xb26aa38 s Halt class(Exception class)>signal
         0xad84580 s Halt class>now
         0xb1c33b0 s FullBlockClosure(Object)>halt
         0xb259768 s FullBlockClosure>printOn:
         0xb2a6130 s Context>printOn:
         0xb365050 s Context>printDebugOn:
         0xb365358 s [] in Context>debugStack:on:
         0xb3a5e78 s OrderedCollection>do:
         0xb2a6238 s Context>debugStack:on:
         0xb3651e8 s Context>shortDebugStackOn:
         0xb3a5dc0 s [] in SmalltalkImage>logError:inContext:
         0xb3c6e28 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cfa08 s FullBlockClosure(BlockClosure)>on:do:
         0xb267f70 s SmalltalkImage>logStdErrorDuring:
         0xb2b4008 s SmalltalkImage>logError:inContext:
         0xb3728a0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3afbf0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ce998 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ebbc0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb409008 s Halt(Exception)>unhandledErrorAction
         0xb4090c0 s Halt(UnhandledException)>defaultAction
         0xb409178 s UndefinedObject>handleSignal:
         0xad83ce0 s Context>handleSignal:
         0xad85608 s Context>handleSignal:
         0xad856c0 s Context>handleSignal:
         0xad85778 s Context>handleSignal:
         0xad85830 s Context>handleSignal:
         0xad858e8 s Context>handleSignal:
         0xad859a0 s Context>handleSignal:
         0xad85a58 s Context>handleSignal:
         0xad85b10 s Context>handleSignal:
         0xad85bc8 s Context>handleSignal:
         0xada4d58 s Context>handleSignal:
         0xadb8118 s Context>handleSignal:
         0xadc9e30 s Context>handleSignal:
         0xaddaed8 s Context>handleSignal:
         0xadee880 s Context>handleSignal:
         0xadfefa0 s Context>handleSignal:
         0xae0f130 s Context>handleSignal:
         0xae1ef18 s Context>handleSignal:
         0xae31398 s Context>handleSignal:
         0xae40930 s Context>handleSignal:
         0xae52a68 s Context>handleSignal:
         0xae5ef90 s Context>handleSignal:
         0xae6bc50 s Context>handleSignal:
         0xae76bf0 s Context>handleSignal:
         0xae80a68 s Context>handleSignal:
         0xae8b458 s Context>handleSignal:
         0xae953b8 s Context>handleSignal:
         0xaea0090 s Context>handleSignal:
         0xaeac458 s Context>handleSignal:
         0xaeb5888 s Context>handleSignal:
         0xaebdcb0 s Context>handleSignal:
         0xaec5dc0 s Context>handleSignal:
         0xaecdb98 s Context>handleSignal:
         0xaed5dc0 s Context>handleSignal:
         0xaeddc38 s Context>handleSignal:
         0xaee5d10 s Context>handleSignal:
         0xaeed630 s Context>handleSignal:
         0xaef5248 s Context>handleSignal:
         0xaefcfc0 s Context>handleSignal:
         0xaf04e88 s Context>handleSignal:
         0xaf0e380 s Context>handleSignal:
         0xaf15ce8 s Context>handleSignal:
         0xaf1d940 s Context>handleSignal:
         0xaf24680 s Context>handleSignal:
         0xaf2b348 s Context>handleSignal:
         0xaf32168 s Context>handleSignal:
         0xaf38c80 s Context>handleSignal:
         0xaf3f628 s Context>handleSignal:
         0xaf45f18 s Context>handleSignal:
         0xaf4c750 s Context>handleSignal:
         0xaf52ed0 s Context>handleSignal:
         0xaf59598 s Context>handleSignal:
         0xaf5fba8 s Context>handleSignal:
         0xaf66100 s Context>handleSignal:
         0xaf6c5a0 s Context>handleSignal:
         0xaf72988 s Context>handleSignal:
         0xaf78cb8 s Context>handleSignal:
         0xaf7ef30 s Context>handleSignal:
         0xaf850f0 s Context>handleSignal:
         0xaf8b1f8 s Context>handleSignal:
         0xaf91248 s Context>handleSignal:
         0xaf971e0 s Context>handleSignal:
         0xaf9d0c0 s Context>handleSignal:
         0xafa2ee8 s Context>handleSignal:
         0xafa8c58 s Context>handleSignal:
         0xafae910 s Context>handleSignal:
         0xafb4510 s Context>handleSignal:
         0xafba058 s Context>handleSignal:
         0xafbfae8 s Context>handleSignal:
         0xafc54c0 s Context>handleSignal:
         0xafcade0 s Context>handleSignal:
         0xafd0648 s Context>handleSignal:
         0xafd5df8 s Context>handleSignal:
         0xafdb4f0 s Context>handleSignal:
         0xafe0b30 s Context>handleSignal:
         0xafe60b8 s Context>handleSignal:
         0xafeb588 s Context>handleSignal:
         0xaff09a0 s Context>handleSignal:
         0xaff5d00 s Context>handleSignal:
         0xaffafa8 s Context>handleSignal:
         0xb000198 s Context>handleSignal:
         0xb0052d0 s Context>handleSignal:
         0xb00a350 s Context>handleSignal:
         0xb00f318 s Context>handleSignal:
         0xb014228 s Context>handleSignal:
         0xb019080 s Context>handleSignal:
         0xb01de20 s Context>handleSignal:
         0xb022b08 s Context>handleSignal:
         0xb027738 s Context>handleSignal:
         0xb02c2b0 s Context>handleSignal:
         0xb030d70 s Context>handleSignal:
         0xb035778 s Context>handleSignal:
         0xb1d1a60 s Halt(Exception)>signal
         0xb26a868 s Halt class(Exception class)>signal
         0xad83d98 s Halt class>now
         0xb1c32c0 s FullBlockClosure(Object)>halt
         0xb259680 s FullBlockClosure>printOn:
         0xb2a5f70 s Context>printOn:
         0xb364e00 s Context>printDebugOn:
         0xb365108 s [] in Context>debugStack:on:
         0xb3a5cf8 s OrderedCollection>do:
         0xb2a6078 s Context>debugStack:on:
         0xb364f98 s Context>shortDebugStackOn:
         0xb3a5c40 s [] in SmalltalkImage>logError:inContext:
         0xb3c6d50 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cf898 s FullBlockClosure(BlockClosure)>on:do:
         0xb267da0 s SmalltalkImage>logStdErrorDuring:
         0xb2b3f08 s SmalltalkImage>logError:inContext:
         0xb3727d8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3afb00 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ce8b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ebb08 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb408de0 s Halt(Exception)>unhandledErrorAction
         0xb408e98 s Halt(UnhandledException)>defaultAction
         0xb408f50 s UndefinedObject>handleSignal:
         0xad834f8 s Context>handleSignal:
         0xad84e20 s Context>handleSignal:
         0xad84ed8 s Context>handleSignal:
         0xad84f90 s Context>handleSignal:
         0xad85048 s Context>handleSignal:
         0xad85100 s Context>handleSignal:
         0xad851b8 s Context>handleSignal:
         0xad85270 s Context>handleSignal:
         0xad85328 s Context>handleSignal:
         0xad853e0 s Context>handleSignal:
         0xada4ca0 s Context>handleSignal:
         0xadb8060 s Context>handleSignal:
         0xadc9d78 s Context>handleSignal:
         0xaddae20 s Context>handleSignal:
         0xadee7c8 s Context>handleSignal:
         0xadfeee8 s Context>handleSignal:
         0xae0f078 s Context>handleSignal:
         0xae1ee60 s Context>handleSignal:
         0xae312e0 s Context>handleSignal:
         0xae40878 s Context>handleSignal:
         0xae529b0 s Context>handleSignal:
         0xae5eed8 s Context>handleSignal:
         0xae6bb98 s Context>handleSignal:
         0xae76b38 s Context>handleSignal:
         0xae809b0 s Context>handleSignal:
         0xae8b3a0 s Context>handleSignal:
         0xae95300 s Context>handleSignal:
         0xae9ffd8 s Context>handleSignal:
         0xaeac3a0 s Context>handleSignal:
         0xaeb57d0 s Context>handleSignal:
         0xaebdbf8 s Context>handleSignal:
         0xaec5d08 s Context>handleSignal:
         0xaecdae0 s Context>handleSignal:
         0xaed5d08 s Context>handleSignal:
         0xaeddb80 s Context>handleSignal:
         0xaee5c58 s Context>handleSignal:
         0xaeed578 s Context>handleSignal:
         0xaef5190 s Context>handleSignal:
         0xaefcf08 s Context>handleSignal:
         0xaf04dd0 s Context>handleSignal:
         0xaf0e2c8 s Context>handleSignal:
         0xaf15c30 s Context>handleSignal:
         0xaf1d888 s Context>handleSignal:
         0xaf245c8 s Context>handleSignal:
         0xaf2b290 s Context>handleSignal:
         0xaf320b0 s Context>handleSignal:
         0xaf38bc8 s Context>handleSignal:
         0xaf3f570 s Context>handleSignal:
         0xaf45e60 s Context>handleSignal:
         0xaf4c698 s Context>handleSignal:
         0xaf52e18 s Context>handleSignal:
         0xaf594e0 s Context>handleSignal:
         0xaf5faf0 s Context>handleSignal:
         0xaf66048 s Context>handleSignal:
         0xaf6c4e8 s Context>handleSignal:
         0xaf728d0 s Context>handleSignal:
         0xaf78c00 s Context>handleSignal:
         0xaf7ee78 s Context>handleSignal:
         0xaf85038 s Context>handleSignal:
         0xaf8b140 s Context>handleSignal:
         0xaf91190 s Context>handleSignal:
         0xaf97128 s Context>handleSignal:
         0xaf9d008 s Context>handleSignal:
         0xafa2e30 s Context>handleSignal:
         0xafa8ba0 s Context>handleSignal:
         0xafae858 s Context>handleSignal:
         0xafb4458 s Context>handleSignal:
         0xafb9fa0 s Context>handleSignal:
         0xafbfa30 s Context>handleSignal:
         0xafc5408 s Context>handleSignal:
         0xafcad28 s Context>handleSignal:
         0xafd0590 s Context>handleSignal:
         0xafd5d40 s Context>handleSignal:
         0xafdb438 s Context>handleSignal:
         0xafe0a78 s Context>handleSignal:
         0xafe6000 s Context>handleSignal:
         0xafeb4d0 s Context>handleSignal:
         0xaff08e8 s Context>handleSignal:
         0xaff5c48 s Context>handleSignal:
         0xaffaef0 s Context>handleSignal:
         0xb0000e0 s Context>handleSignal:
         0xb005218 s Context>handleSignal:
         0xb00a298 s Context>handleSignal:
         0xb00f260 s Context>handleSignal:
         0xb014170 s Context>handleSignal:
         0xb018fc8 s Context>handleSignal:
         0xb01dd68 s Context>handleSignal:
         0xb022a50 s Context>handleSignal:
         0xb027680 s Context>handleSignal:
         0xb02c1f8 s Context>handleSignal:
         0xb030cb8 s Context>handleSignal:
         0xb1d18f0 s Halt(Exception)>signal
         0xb26a698 s Halt class(Exception class)>signal
         0xad835b0 s Halt class>now
         0xb1c31d0 s FullBlockClosure(Object)>halt
         0xb259598 s FullBlockClosure>printOn:
         0xb2a5db0 s Context>printOn:
         0xb364bb0 s Context>printDebugOn:
         0xb364eb8 s [] in Context>debugStack:on:
         0xb3a5b78 s OrderedCollection>do:
         0xb2a5eb8 s Context>debugStack:on:
         0xb364d48 s Context>shortDebugStackOn:
         0xb3a5ac0 s [] in SmalltalkImage>logError:inContext:
         0xb3c6c78 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cf728 s FullBlockClosure(BlockClosure)>on:do:
         0xb267bd0 s SmalltalkImage>logStdErrorDuring:
         0xb2b3e08 s SmalltalkImage>logError:inContext:
         0xb372710 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3afa10 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ce7d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eba50 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb408bb8 s Halt(Exception)>unhandledErrorAction
         0xb408c70 s Halt(UnhandledException)>defaultAction
         0xb408d28 s UndefinedObject>handleSignal:
         0xad82d10 s Context>handleSignal:
         0xad84638 s Context>handleSignal:
         0xad846f0 s Context>handleSignal:
         0xad847a8 s Context>handleSignal:
         0xad84860 s Context>handleSignal:
         0xad84918 s Context>handleSignal:
         0xad849d0 s Context>handleSignal:
         0xad84a88 s Context>handleSignal:
         0xad84b40 s Context>handleSignal:
         0xad84bf8 s Context>handleSignal:
         0xada4be8 s Context>handleSignal:
         0xadb7fa8 s Context>handleSignal:
         0xadc9cc0 s Context>handleSignal:
         0xaddad68 s Context>handleSignal:
         0xadee710 s Context>handleSignal:
         0xadfee30 s Context>handleSignal:
         0xae0efc0 s Context>handleSignal:
         0xae1eda8 s Context>handleSignal:
         0xae31228 s Context>handleSignal:
         0xae407c0 s Context>handleSignal:
         0xae528f8 s Context>handleSignal:
         0xae5ee20 s Context>handleSignal:
         0xae6bae0 s Context>handleSignal:
         0xae76a80 s Context>handleSignal:
         0xae808f8 s Context>handleSignal:
         0xae8b2e8 s Context>handleSignal:
         0xae95248 s Context>handleSignal:
         0xae9ff20 s Context>handleSignal:
         0xaeac2e8 s Context>handleSignal:
         0xaeb5718 s Context>handleSignal:
         0xaebdb40 s Context>handleSignal:
         0xaec5c50 s Context>handleSignal:
         0xaecda28 s Context>handleSignal:
         0xaed5c50 s Context>handleSignal:
         0xaeddac8 s Context>handleSignal:
         0xaee5ba0 s Context>handleSignal:
         0xaeed4c0 s Context>handleSignal:
         0xaef50d8 s Context>handleSignal:
         0xaefce50 s Context>handleSignal:
         0xaf04d18 s Context>handleSignal:
         0xaf0e210 s Context>handleSignal:
         0xaf15b78 s Context>handleSignal:
         0xaf1d7d0 s Context>handleSignal:
         0xaf24510 s Context>handleSignal:
         0xaf2b1d8 s Context>handleSignal:
         0xaf31ff8 s Context>handleSignal:
         0xaf38b10 s Context>handleSignal:
         0xaf3f4b8 s Context>handleSignal:
         0xaf45da8 s Context>handleSignal:
         0xaf4c5e0 s Context>handleSignal:
         0xaf52d60 s Context>handleSignal:
         0xaf59428 s Context>handleSignal:
         0xaf5fa38 s Context>handleSignal:
         0xaf65f90 s Context>handleSignal:
         0xaf6c430 s Context>handleSignal:
         0xaf72818 s Context>handleSignal:
         0xaf78b48 s Context>handleSignal:
         0xaf7edc0 s Context>handleSignal:
         0xaf84f80 s Context>handleSignal:
         0xaf8b088 s Context>handleSignal:
         0xaf910d8 s Context>handleSignal:
         0xaf97070 s Context>handleSignal:
         0xaf9cf50 s Context>handleSignal:
         0xafa2d78 s Context>handleSignal:
         0xafa8ae8 s Context>handleSignal:
         0xafae7a0 s Context>handleSignal:
         0xafb43a0 s Context>handleSignal:
         0xafb9ee8 s Context>handleSignal:
         0xafbf978 s Context>handleSignal:
         0xafc5350 s Context>handleSignal:
         0xafcac70 s Context>handleSignal:
         0xafd04d8 s Context>handleSignal:
         0xafd5c88 s Context>handleSignal:
         0xafdb380 s Context>handleSignal:
         0xafe09c0 s Context>handleSignal:
         0xafe5f48 s Context>handleSignal:
         0xafeb418 s Context>handleSignal:
         0xaff0830 s Context>handleSignal:
         0xaff5b90 s Context>handleSignal:
         0xaffae38 s Context>handleSignal:
         0xb000028 s Context>handleSignal:
         0xb005160 s Context>handleSignal:
         0xb00a1e0 s Context>handleSignal:
         0xb00f1a8 s Context>handleSignal:
         0xb0140b8 s Context>handleSignal:
         0xb018f10 s Context>handleSignal:
         0xb01dcb0 s Context>handleSignal:
         0xb022998 s Context>handleSignal:
         0xb0275c8 s Context>handleSignal:
         0xb02c140 s Context>handleSignal:
         0xb1d1780 s Halt(Exception)>signal
         0xb26a4c8 s Halt class(Exception class)>signal
         0xad82dc8 s Halt class>now
         0xb1c30e0 s FullBlockClosure(Object)>halt
         0xb2594b0 s FullBlockClosure>printOn:
         0xb2a5bf0 s Context>printOn:
         0xb364960 s Context>printDebugOn:
         0xb364c68 s [] in Context>debugStack:on:
         0xb3a59f8 s OrderedCollection>do:
         0xb2a5cf8 s Context>debugStack:on:
         0xb364af8 s Context>shortDebugStackOn:
         0xb3a5940 s [] in SmalltalkImage>logError:inContext:
         0xb3c6ba0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cf5b8 s FullBlockClosure(BlockClosure)>on:do:
         0xb267a00 s SmalltalkImage>logStdErrorDuring:
         0xb2b3d08 s SmalltalkImage>logError:inContext:
         0xb372648 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3af920 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ce6f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb998 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb408990 s Halt(Exception)>unhandledErrorAction
         0xb408a48 s Halt(UnhandledException)>defaultAction
         0xb408b00 s UndefinedObject>handleSignal:
         0xad82528 s Context>handleSignal:
         0xad83e50 s Context>handleSignal:
         0xad83f08 s Context>handleSignal:
         0xad83fc0 s Context>handleSignal:
         0xad84078 s Context>handleSignal:
         0xad84130 s Context>handleSignal:
         0xad841e8 s Context>handleSignal:
         0xad842a0 s Context>handleSignal:
         0xad84358 s Context>handleSignal:
         0xad84410 s Context>handleSignal:
         0xada4b30 s Context>handleSignal:
         0xadb7ef0 s Context>handleSignal:
         0xadc9c08 s Context>handleSignal:
         0xaddacb0 s Context>handleSignal:
         0xadee658 s Context>handleSignal:
         0xadfed78 s Context>handleSignal:
         0xae0ef08 s Context>handleSignal:
         0xae1ecf0 s Context>handleSignal:
         0xae31170 s Context>handleSignal:
         0xae40708 s Context>handleSignal:
         0xae52840 s Context>handleSignal:
         0xae5ed68 s Context>handleSignal:
         0xae6ba28 s Context>handleSignal:
         0xae769c8 s Context>handleSignal:
         0xae80840 s Context>handleSignal:
         0xae8b230 s Context>handleSignal:
         0xae95190 s Context>handleSignal:
         0xae9fe68 s Context>handleSignal:
         0xaeac230 s Context>handleSignal:
         0xaeb5660 s Context>handleSignal:
         0xaebda88 s Context>handleSignal:
         0xaec5b98 s Context>handleSignal:
         0xaecd970 s Context>handleSignal:
         0xaed5b98 s Context>handleSignal:
         0xaedda10 s Context>handleSignal:
         0xaee5ae8 s Context>handleSignal:
         0xaeed408 s Context>handleSignal:
         0xaef5020 s Context>handleSignal:
         0xaefcd98 s Context>handleSignal:
         0xaf04c60 s Context>handleSignal:
         0xaf0e158 s Context>handleSignal:
         0xaf15ac0 s Context>handleSignal:
         0xaf1d718 s Context>handleSignal:
         0xaf24458 s Context>handleSignal:
         0xaf2b120 s Context>handleSignal:
         0xaf31f40 s Context>handleSignal:
         0xaf38a58 s Context>handleSignal:
         0xaf3f400 s Context>handleSignal:
         0xaf45cf0 s Context>handleSignal:
         0xaf4c528 s Context>handleSignal:
         0xaf52ca8 s Context>handleSignal:
         0xaf59370 s Context>handleSignal:
         0xaf5f980 s Context>handleSignal:
         0xaf65ed8 s Context>handleSignal:
         0xaf6c378 s Context>handleSignal:
         0xaf72760 s Context>handleSignal:
         0xaf78a90 s Context>handleSignal:
         0xaf7ed08 s Context>handleSignal:
         0xaf84ec8 s Context>handleSignal:
         0xaf8afd0 s Context>handleSignal:
         0xaf91020 s Context>handleSignal:
         0xaf96fb8 s Context>handleSignal:
         0xaf9ce98 s Context>handleSignal:
         0xafa2cc0 s Context>handleSignal:
         0xafa8a30 s Context>handleSignal:
         0xafae6e8 s Context>handleSignal:
         0xafb42e8 s Context>handleSignal:
         0xafb9e30 s Context>handleSignal:
         0xafbf8c0 s Context>handleSignal:
         0xafc5298 s Context>handleSignal:
         0xafcabb8 s Context>handleSignal:
         0xafd0420 s Context>handleSignal:
         0xafd5bd0 s Context>handleSignal:
         0xafdb2c8 s Context>handleSignal:
         0xafe0908 s Context>handleSignal:
         0xafe5e90 s Context>handleSignal:
         0xafeb360 s Context>handleSignal:
         0xaff0778 s Context>handleSignal:
         0xaff5ad8 s Context>handleSignal:
         0xaffad80 s Context>handleSignal:
         0xaffff70 s Context>handleSignal:
         0xb0050a8 s Context>handleSignal:
         0xb00a128 s Context>handleSignal:
         0xb00f0f0 s Context>handleSignal:
         0xb014000 s Context>handleSignal:
         0xb018e58 s Context>handleSignal:
         0xb01dbf8 s Context>handleSignal:
         0xb0228e0 s Context>handleSignal:
         0xb027510 s Context>handleSignal:
         0xb1d1610 s Halt(Exception)>signal
         0xb26a2f8 s Halt class(Exception class)>signal
         0xad825e0 s Halt class>now
         0xb1c2ff0 s FullBlockClosure(Object)>halt
         0xb2593c8 s FullBlockClosure>printOn:
         0xb2a5a30 s Context>printOn:
         0xb364710 s Context>printDebugOn:
         0xb364a18 s [] in Context>debugStack:on:
         0xb3a5878 s OrderedCollection>do:
         0xb2a5b38 s Context>debugStack:on:
         0xb3648a8 s Context>shortDebugStackOn:
         0xb3a57c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c6ac8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cf448 s FullBlockClosure(BlockClosure)>on:do:
         0xb267830 s SmalltalkImage>logStdErrorDuring:
         0xb2b3c08 s SmalltalkImage>logError:inContext:
         0xb372580 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3af830 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ce618 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb8e0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb408768 s Halt(Exception)>unhandledErrorAction
         0xb408820 s Halt(UnhandledException)>defaultAction
         0xb4088d8 s UndefinedObject>handleSignal:
         0xad81d40 s Context>handleSignal:
         0xad83668 s Context>handleSignal:
         0xad83720 s Context>handleSignal:
         0xad837d8 s Context>handleSignal:
         0xad83890 s Context>handleSignal:
         0xad83948 s Context>handleSignal:
         0xad83a00 s Context>handleSignal:
         0xad83ab8 s Context>handleSignal:
         0xad83b70 s Context>handleSignal:
         0xad83c28 s Context>handleSignal:
         0xada4a78 s Context>handleSignal:
         0xadb7e38 s Context>handleSignal:
         0xadc9b50 s Context>handleSignal:
         0xaddabf8 s Context>handleSignal:
         0xadee5a0 s Context>handleSignal:
         0xadfecc0 s Context>handleSignal:
         0xae0ee50 s Context>handleSignal:
         0xae1ec38 s Context>handleSignal:
         0xae310b8 s Context>handleSignal:
         0xae40650 s Context>handleSignal:
         0xae52788 s Context>handleSignal:
         0xae5ecb0 s Context>handleSignal:
         0xae6b970 s Context>handleSignal:
         0xae76910 s Context>handleSignal:
         0xae80788 s Context>handleSignal:
         0xae8b178 s Context>handleSignal:
         0xae950d8 s Context>handleSignal:
         0xae9fdb0 s Context>handleSignal:
         0xaeac178 s Context>handleSignal:
         0xaeb55a8 s Context>handleSignal:
         0xaebd9d0 s Context>handleSignal:
         0xaec5ae0 s Context>handleSignal:
         0xaecd8b8 s Context>handleSignal:
         0xaed5ae0 s Context>handleSignal:
         0xaedd958 s Context>handleSignal:
         0xaee5a30 s Context>handleSignal:
         0xaeed350 s Context>handleSignal:
         0xaef4f68 s Context>handleSignal:
         0xaefcce0 s Context>handleSignal:
         0xaf04ba8 s Context>handleSignal:
         0xaf0e0a0 s Context>handleSignal:
         0xaf15a08 s Context>handleSignal:
         0xaf1d660 s Context>handleSignal:
         0xaf243a0 s Context>handleSignal:
         0xaf2b068 s Context>handleSignal:
         0xaf31e88 s Context>handleSignal:
         0xaf389a0 s Context>handleSignal:
         0xaf3f348 s Context>handleSignal:
         0xaf45c38 s Context>handleSignal:
         0xaf4c470 s Context>handleSignal:
         0xaf52bf0 s Context>handleSignal:
         0xaf592b8 s Context>handleSignal:
         0xaf5f8c8 s Context>handleSignal:
         0xaf65e20 s Context>handleSignal:
         0xaf6c2c0 s Context>handleSignal:
         0xaf726a8 s Context>handleSignal:
         0xaf789d8 s Context>handleSignal:
         0xaf7ec50 s Context>handleSignal:
         0xaf84e10 s Context>handleSignal:
         0xaf8af18 s Context>handleSignal:
         0xaf90f68 s Context>handleSignal:
         0xaf96f00 s Context>handleSignal:
         0xaf9cde0 s Context>handleSignal:
         0xafa2c08 s Context>handleSignal:
         0xafa8978 s Context>handleSignal:
         0xafae630 s Context>handleSignal:
         0xafb4230 s Context>handleSignal:
         0xafb9d78 s Context>handleSignal:
         0xafbf808 s Context>handleSignal:
         0xafc51e0 s Context>handleSignal:
         0xafcab00 s Context>handleSignal:
         0xafd0368 s Context>handleSignal:
         0xafd5b18 s Context>handleSignal:
         0xafdb210 s Context>handleSignal:
         0xafe0850 s Context>handleSignal:
         0xafe5dd8 s Context>handleSignal:
         0xafeb2a8 s Context>handleSignal:
         0xaff06c0 s Context>handleSignal:
         0xaff5a20 s Context>handleSignal:
         0xaffacc8 s Context>handleSignal:
         0xafffeb8 s Context>handleSignal:
         0xb004ff0 s Context>handleSignal:
         0xb00a070 s Context>handleSignal:
         0xb00f038 s Context>handleSignal:
         0xb013f48 s Context>handleSignal:
         0xb018da0 s Context>handleSignal:
         0xb01db40 s Context>handleSignal:
         0xb022828 s Context>handleSignal:
         0xb1d14a0 s Halt(Exception)>signal
         0xb26a128 s Halt class(Exception class)>signal
         0xad81df8 s Halt class>now
         0xb1c2f00 s FullBlockClosure(Object)>halt
         0xb2592e0 s FullBlockClosure>printOn:
         0xb2a5870 s Context>printOn:
         0xb3644c0 s Context>printDebugOn:
         0xb3647c8 s [] in Context>debugStack:on:
         0xb3a56f8 s OrderedCollection>do:
         0xb2a5978 s Context>debugStack:on:
         0xb364658 s Context>shortDebugStackOn:
         0xb3a5640 s [] in SmalltalkImage>logError:inContext:
         0xb3c69f0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cf2d8 s FullBlockClosure(BlockClosure)>on:do:
         0xb267660 s SmalltalkImage>logStdErrorDuring:
         0xb2b3b08 s SmalltalkImage>logError:inContext:
         0xb3724b8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3af740 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ce538 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb828 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb408540 s Halt(Exception)>unhandledErrorAction
         0xb4085f8 s Halt(UnhandledException)>defaultAction
         0xb4086b0 s UndefinedObject>handleSignal:
         0xad81558 s Context>handleSignal:
         0xad82e80 s Context>handleSignal:
         0xad82f38 s Context>handleSignal:
         0xad82ff0 s Context>handleSignal:
         0xad830a8 s Context>handleSignal:
         0xad83160 s Context>handleSignal:
         0xad83218 s Context>handleSignal:
         0xad832d0 s Context>handleSignal:
         0xad83388 s Context>handleSignal:
         0xad83440 s Context>handleSignal:
         0xada49c0 s Context>handleSignal:
         0xadb7d80 s Context>handleSignal:
         0xadc9a98 s Context>handleSignal:
         0xaddab40 s Context>handleSignal:
         0xadee4e8 s Context>handleSignal:
         0xadfec08 s Context>handleSignal:
         0xae0ed98 s Context>handleSignal:
         0xae1eb80 s Context>handleSignal:
         0xae31000 s Context>handleSignal:
         0xae40598 s Context>handleSignal:
         0xae526d0 s Context>handleSignal:
         0xae5ebf8 s Context>handleSignal:
         0xae6b8b8 s Context>handleSignal:
         0xae76858 s Context>handleSignal:
         0xae806d0 s Context>handleSignal:
         0xae8b0c0 s Context>handleSignal:
         0xae95020 s Context>handleSignal:
         0xae9fcf8 s Context>handleSignal:
         0xaeac0c0 s Context>handleSignal:
         0xaeb54f0 s Context>handleSignal:
         0xaebd918 s Context>handleSignal:
         0xaec5a28 s Context>handleSignal:
         0xaecd800 s Context>handleSignal:
         0xaed5a28 s Context>handleSignal:
         0xaedd8a0 s Context>handleSignal:
         0xaee5978 s Context>handleSignal:
         0xaeed298 s Context>handleSignal:
         0xaef4eb0 s Context>handleSignal:
         0xaefcc28 s Context>handleSignal:
         0xaf04af0 s Context>handleSignal:
         0xaf0dfe8 s Context>handleSignal:
         0xaf15950 s Context>handleSignal:
         0xaf1d5a8 s Context>handleSignal:
         0xaf242e8 s Context>handleSignal:
         0xaf2afb0 s Context>handleSignal:
         0xaf31dd0 s Context>handleSignal:
         0xaf388e8 s Context>handleSignal:
         0xaf3f290 s Context>handleSignal:
         0xaf45b80 s Context>handleSignal:
         0xaf4c3b8 s Context>handleSignal:
         0xaf52b38 s Context>handleSignal:
         0xaf59200 s Context>handleSignal:
         0xaf5f810 s Context>handleSignal:
         0xaf65d68 s Context>handleSignal:
         0xaf6c208 s Context>handleSignal:
         0xaf725f0 s Context>handleSignal:
         0xaf78920 s Context>handleSignal:
         0xaf7eb98 s Context>handleSignal:
         0xaf84d58 s Context>handleSignal:
         0xaf8ae60 s Context>handleSignal:
         0xaf90eb0 s Context>handleSignal:
         0xaf96e48 s Context>handleSignal:
         0xaf9cd28 s Context>handleSignal:
         0xafa2b50 s Context>handleSignal:
         0xafa88c0 s Context>handleSignal:
         0xafae578 s Context>handleSignal:
         0xafb4178 s Context>handleSignal:
         0xafb9cc0 s Context>handleSignal:
         0xafbf750 s Context>handleSignal:
         0xafc5128 s Context>handleSignal:
         0xafcaa48 s Context>handleSignal:
         0xafd02b0 s Context>handleSignal:
         0xafd5a60 s Context>handleSignal:
         0xafdb158 s Context>handleSignal:
         0xafe0798 s Context>handleSignal:
         0xafe5d20 s Context>handleSignal:
         0xafeb1f0 s Context>handleSignal:
         0xaff0608 s Context>handleSignal:
         0xaff5968 s Context>handleSignal:
         0xaffac10 s Context>handleSignal:
         0xafffe00 s Context>handleSignal:
         0xb004f38 s Context>handleSignal:
         0xb009fb8 s Context>handleSignal:
         0xb00ef80 s Context>handleSignal:
         0xb013e90 s Context>handleSignal:
         0xb018ce8 s Context>handleSignal:
         0xb01da88 s Context>handleSignal:
         0xb1d1330 s Halt(Exception)>signal
         0xb269f58 s Halt class(Exception class)>signal
         0xad81610 s Halt class>now
         0xb1c2e10 s FullBlockClosure(Object)>halt
         0xb2591f8 s FullBlockClosure>printOn:
         0xb2a56b0 s Context>printOn:
         0xb364270 s Context>printDebugOn:
         0xb364578 s [] in Context>debugStack:on:
         0xb3a5578 s OrderedCollection>do:
         0xb2a57b8 s Context>debugStack:on:
         0xb364408 s Context>shortDebugStackOn:
         0xb3a54c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c6918 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cf168 s FullBlockClosure(BlockClosure)>on:do:
         0xb267490 s SmalltalkImage>logStdErrorDuring:
         0xb2b3a08 s SmalltalkImage>logError:inContext:
         0xb3723f0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3af650 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ce458 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb770 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb408318 s Halt(Exception)>unhandledErrorAction
         0xb4083d0 s Halt(UnhandledException)>defaultAction
         0xb408488 s UndefinedObject>handleSignal:
         0xad80d70 s Context>handleSignal:
         0xad82698 s Context>handleSignal:
         0xad82750 s Context>handleSignal:
         0xad82808 s Context>handleSignal:
         0xad828c0 s Context>handleSignal:
         0xad82978 s Context>handleSignal:
         0xad82a30 s Context>handleSignal:
         0xad82ae8 s Context>handleSignal:
         0xad82ba0 s Context>handleSignal:
         0xad82c58 s Context>handleSignal:
         0xada4908 s Context>handleSignal:
         0xadb7cc8 s Context>handleSignal:
         0xadc99e0 s Context>handleSignal:
         0xaddaa88 s Context>handleSignal:
         0xadee430 s Context>handleSignal:
         0xadfeb50 s Context>handleSignal:
         0xae0ece0 s Context>handleSignal:
         0xae1eac8 s Context>handleSignal:
         0xae30f48 s Context>handleSignal:
         0xae404e0 s Context>handleSignal:
         0xae52618 s Context>handleSignal:
         0xae5eb40 s Context>handleSignal:
         0xae6b800 s Context>handleSignal:
         0xae767a0 s Context>handleSignal:
         0xae80618 s Context>handleSignal:
         0xae8b008 s Context>handleSignal:
         0xae94f68 s Context>handleSignal:
         0xae9fc40 s Context>handleSignal:
         0xaeac008 s Context>handleSignal:
         0xaeb5438 s Context>handleSignal:
         0xaebd860 s Context>handleSignal:
         0xaec5970 s Context>handleSignal:
         0xaecd748 s Context>handleSignal:
         0xaed5970 s Context>handleSignal:
         0xaedd7e8 s Context>handleSignal:
         0xaee58c0 s Context>handleSignal:
         0xaeed1e0 s Context>handleSignal:
         0xaef4df8 s Context>handleSignal:
         0xaefcb70 s Context>handleSignal:
         0xaf04a38 s Context>handleSignal:
         0xaf0df30 s Context>handleSignal:
         0xaf15898 s Context>handleSignal:
         0xaf1d4f0 s Context>handleSignal:
         0xaf24230 s Context>handleSignal:
         0xaf2aef8 s Context>handleSignal:
         0xaf31d18 s Context>handleSignal:
         0xaf38830 s Context>handleSignal:
         0xaf3f1d8 s Context>handleSignal:
         0xaf45ac8 s Context>handleSignal:
         0xaf4c300 s Context>handleSignal:
         0xaf52a80 s Context>handleSignal:
         0xaf59148 s Context>handleSignal:
         0xaf5f758 s Context>handleSignal:
         0xaf65cb0 s Context>handleSignal:
         0xaf6c150 s Context>handleSignal:
         0xaf72538 s Context>handleSignal:
         0xaf78868 s Context>handleSignal:
         0xaf7eae0 s Context>handleSignal:
         0xaf84ca0 s Context>handleSignal:
         0xaf8ada8 s Context>handleSignal:
         0xaf90df8 s Context>handleSignal:
         0xaf96d90 s Context>handleSignal:
         0xaf9cc70 s Context>handleSignal:
         0xafa2a98 s Context>handleSignal:
         0xafa8808 s Context>handleSignal:
         0xafae4c0 s Context>handleSignal:
         0xafb40c0 s Context>handleSignal:
         0xafb9c08 s Context>handleSignal:
         0xafbf698 s Context>handleSignal:
         0xafc5070 s Context>handleSignal:
         0xafca990 s Context>handleSignal:
         0xafd01f8 s Context>handleSignal:
         0xafd59a8 s Context>handleSignal:
         0xafdb0a0 s Context>handleSignal:
         0xafe06e0 s Context>handleSignal:
         0xafe5c68 s Context>handleSignal:
         0xafeb138 s Context>handleSignal:
         0xaff0550 s Context>handleSignal:
         0xaff58b0 s Context>handleSignal:
         0xaffab58 s Context>handleSignal:
         0xafffd48 s Context>handleSignal:
         0xb004e80 s Context>handleSignal:
         0xb009f00 s Context>handleSignal:
         0xb00eec8 s Context>handleSignal:
         0xb013dd8 s Context>handleSignal:
         0xb018c30 s Context>handleSignal:
         0xb1d11c0 s Halt(Exception)>signal
         0xb269d88 s Halt class(Exception class)>signal
         0xad80e28 s Halt class>now
         0xb1c2d20 s FullBlockClosure(Object)>halt
         0xb259110 s FullBlockClosure>printOn:
         0xb2a54f0 s Context>printOn:
         0xb364020 s Context>printDebugOn:
         0xb364328 s [] in Context>debugStack:on:
         0xb3a53f8 s OrderedCollection>do:
         0xb2a55f8 s Context>debugStack:on:
         0xb3641b8 s Context>shortDebugStackOn:
         0xb3a5340 s [] in SmalltalkImage>logError:inContext:
         0xb3c6840 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ceff8 s FullBlockClosure(BlockClosure)>on:do:
         0xb2672c0 s SmalltalkImage>logStdErrorDuring:
         0xb2b3908 s SmalltalkImage>logError:inContext:
         0xb372328 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3af560 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ce378 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb6b8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4080f0 s Halt(Exception)>unhandledErrorAction
         0xb4081a8 s Halt(UnhandledException)>defaultAction
         0xb408260 s UndefinedObject>handleSignal:
         0xad80588 s Context>handleSignal:
         0xad81eb0 s Context>handleSignal:
         0xad81f68 s Context>handleSignal:
         0xad82020 s Context>handleSignal:
         0xad820d8 s Context>handleSignal:
         0xad82190 s Context>handleSignal:
         0xad82248 s Context>handleSignal:
         0xad82300 s Context>handleSignal:
         0xad823b8 s Context>handleSignal:
         0xad82470 s Context>handleSignal:
         0xada4850 s Context>handleSignal:
         0xadb7c10 s Context>handleSignal:
         0xadc9928 s Context>handleSignal:
         0xadda9d0 s Context>handleSignal:
         0xadee378 s Context>handleSignal:
         0xadfea98 s Context>handleSignal:
         0xae0ec28 s Context>handleSignal:
         0xae1ea10 s Context>handleSignal:
         0xae30e90 s Context>handleSignal:
         0xae40428 s Context>handleSignal:
         0xae52560 s Context>handleSignal:
         0xae5ea88 s Context>handleSignal:
         0xae6b748 s Context>handleSignal:
         0xae766e8 s Context>handleSignal:
         0xae80560 s Context>handleSignal:
         0xae8af50 s Context>handleSignal:
         0xae94eb0 s Context>handleSignal:
         0xae9fb88 s Context>handleSignal:
         0xaeabf50 s Context>handleSignal:
         0xaeb5380 s Context>handleSignal:
         0xaebd7a8 s Context>handleSignal:
         0xaec58b8 s Context>handleSignal:
         0xaecd690 s Context>handleSignal:
         0xaed58b8 s Context>handleSignal:
         0xaedd730 s Context>handleSignal:
         0xaee5808 s Context>handleSignal:
         0xaeed128 s Context>handleSignal:
         0xaef4d40 s Context>handleSignal:
         0xaefcab8 s Context>handleSignal:
         0xaf04980 s Context>handleSignal:
         0xaf0de78 s Context>handleSignal:
         0xaf157e0 s Context>handleSignal:
         0xaf1d438 s Context>handleSignal:
         0xaf24178 s Context>handleSignal:
         0xaf2ae40 s Context>handleSignal:
         0xaf31c60 s Context>handleSignal:
         0xaf38778 s Context>handleSignal:
         0xaf3f120 s Context>handleSignal:
         0xaf45a10 s Context>handleSignal:
         0xaf4c248 s Context>handleSignal:
         0xaf529c8 s Context>handleSignal:
         0xaf59090 s Context>handleSignal:
         0xaf5f6a0 s Context>handleSignal:
         0xaf65bf8 s Context>handleSignal:
         0xaf6c098 s Context>handleSignal:
         0xaf72480 s Context>handleSignal:
         0xaf787b0 s Context>handleSignal:
         0xaf7ea28 s Context>handleSignal:
         0xaf84be8 s Context>handleSignal:
         0xaf8acf0 s Context>handleSignal:
         0xaf90d40 s Context>handleSignal:
         0xaf96cd8 s Context>handleSignal:
         0xaf9cbb8 s Context>handleSignal:
         0xafa29e0 s Context>handleSignal:
         0xafa8750 s Context>handleSignal:
         0xafae408 s Context>handleSignal:
         0xafb4008 s Context>handleSignal:
         0xafb9b50 s Context>handleSignal:
         0xafbf5e0 s Context>handleSignal:
         0xafc4fb8 s Context>handleSignal:
         0xafca8d8 s Context>handleSignal:
         0xafd0140 s Context>handleSignal:
         0xafd58f0 s Context>handleSignal:
         0xafdafe8 s Context>handleSignal:
         0xafe0628 s Context>handleSignal:
         0xafe5bb0 s Context>handleSignal:
         0xafeb080 s Context>handleSignal:
         0xaff0498 s Context>handleSignal:
         0xaff57f8 s Context>handleSignal:
         0xaffaaa0 s Context>handleSignal:
         0xafffc90 s Context>handleSignal:
         0xb004dc8 s Context>handleSignal:
         0xb009e48 s Context>handleSignal:
         0xb00ee10 s Context>handleSignal:
         0xb013d20 s Context>handleSignal:
         0xb1d1050 s Halt(Exception)>signal
         0xb269bb8 s Halt class(Exception class)>signal
         0xad80640 s Halt class>now
         0xb1c2c30 s FullBlockClosure(Object)>halt
         0xb259028 s FullBlockClosure>printOn:
         0xb2a5330 s Context>printOn:
         0xb363dd0 s Context>printDebugOn:
         0xb3640d8 s [] in Context>debugStack:on:
         0xb3a5278 s OrderedCollection>do:
         0xb2a5438 s Context>debugStack:on:
         0xb363f68 s Context>shortDebugStackOn:
         0xb3a51c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c6768 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cee88 s FullBlockClosure(BlockClosure)>on:do:
         0xb2670f0 s SmalltalkImage>logStdErrorDuring:
         0xb2b3808 s SmalltalkImage>logError:inContext:
         0xb372260 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3af470 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ce298 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb600 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb407ec8 s Halt(Exception)>unhandledErrorAction
         0xb407f80 s Halt(UnhandledException)>defaultAction
         0xb408038 s UndefinedObject>handleSignal:
         0xad7fda0 s Context>handleSignal:
         0xad816c8 s Context>handleSignal:
         0xad81780 s Context>handleSignal:
         0xad81838 s Context>handleSignal:
         0xad818f0 s Context>handleSignal:
         0xad819a8 s Context>handleSignal:
         0xad81a60 s Context>handleSignal:
         0xad81b18 s Context>handleSignal:
         0xad81bd0 s Context>handleSignal:
         0xad81c88 s Context>handleSignal:
         0xada4798 s Context>handleSignal:
         0xadb7b58 s Context>handleSignal:
         0xadc9870 s Context>handleSignal:
         0xadda918 s Context>handleSignal:
         0xadee2c0 s Context>handleSignal:
         0xadfe9e0 s Context>handleSignal:
         0xae0eb70 s Context>handleSignal:
         0xae1e958 s Context>handleSignal:
         0xae30dd8 s Context>handleSignal:
         0xae40370 s Context>handleSignal:
         0xae524a8 s Context>handleSignal:
         0xae5e9d0 s Context>handleSignal:
         0xae6b690 s Context>handleSignal:
         0xae76630 s Context>handleSignal:
         0xae804a8 s Context>handleSignal:
         0xae8ae98 s Context>handleSignal:
         0xae94df8 s Context>handleSignal:
         0xae9fad0 s Context>handleSignal:
         0xaeabe98 s Context>handleSignal:
         0xaeb52c8 s Context>handleSignal:
         0xaebd6f0 s Context>handleSignal:
         0xaec5800 s Context>handleSignal:
         0xaecd5d8 s Context>handleSignal:
         0xaed5800 s Context>handleSignal:
         0xaedd678 s Context>handleSignal:
         0xaee5750 s Context>handleSignal:
         0xaeed070 s Context>handleSignal:
         0xaef4c88 s Context>handleSignal:
         0xaefca00 s Context>handleSignal:
         0xaf048c8 s Context>handleSignal:
         0xaf0ddc0 s Context>handleSignal:
         0xaf15728 s Context>handleSignal:
         0xaf1d380 s Context>handleSignal:
         0xaf240c0 s Context>handleSignal:
         0xaf2ad88 s Context>handleSignal:
         0xaf31ba8 s Context>handleSignal:
         0xaf386c0 s Context>handleSignal:
         0xaf3f068 s Context>handleSignal:
         0xaf45958 s Context>handleSignal:
         0xaf4c190 s Context>handleSignal:
         0xaf52910 s Context>handleSignal:
         0xaf58fd8 s Context>handleSignal:
         0xaf5f5e8 s Context>handleSignal:
         0xaf65b40 s Context>handleSignal:
         0xaf6bfe0 s Context>handleSignal:
         0xaf723c8 s Context>handleSignal:
         0xaf786f8 s Context>handleSignal:
         0xaf7e970 s Context>handleSignal:
         0xaf84b30 s Context>handleSignal:
         0xaf8ac38 s Context>handleSignal:
         0xaf90c88 s Context>handleSignal:
         0xaf96c20 s Context>handleSignal:
         0xaf9cb00 s Context>handleSignal:
         0xafa2928 s Context>handleSignal:
         0xafa8698 s Context>handleSignal:
         0xafae350 s Context>handleSignal:
         0xafb3f50 s Context>handleSignal:
         0xafb9a98 s Context>handleSignal:
         0xafbf528 s Context>handleSignal:
         0xafc4f00 s Context>handleSignal:
         0xafca820 s Context>handleSignal:
         0xafd0088 s Context>handleSignal:
         0xafd5838 s Context>handleSignal:
         0xafdaf30 s Context>handleSignal:
         0xafe0570 s Context>handleSignal:
         0xafe5af8 s Context>handleSignal:
         0xafeafc8 s Context>handleSignal:
         0xaff03e0 s Context>handleSignal:
         0xaff5740 s Context>handleSignal:
         0xaffa9e8 s Context>handleSignal:
         0xafffbd8 s Context>handleSignal:
         0xb004d10 s Context>handleSignal:
         0xb009d90 s Context>handleSignal:
         0xb00ed58 s Context>handleSignal:
         0xb1d0ee0 s Halt(Exception)>signal
         0xb2699e8 s Halt class(Exception class)>signal
         0xad7fe58 s Halt class>now
         0xb1c2b40 s FullBlockClosure(Object)>halt
         0xb258f40 s FullBlockClosure>printOn:
         0xb2a5170 s Context>printOn:
         0xb363b80 s Context>printDebugOn:
         0xb363e88 s [] in Context>debugStack:on:
         0xb3a50f8 s OrderedCollection>do:
         0xb2a5278 s Context>debugStack:on:
         0xb363d18 s Context>shortDebugStackOn:
         0xb3a5040 s [] in SmalltalkImage>logError:inContext:
         0xb3c6690 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ced18 s FullBlockClosure(BlockClosure)>on:do:
         0xb266f20 s SmalltalkImage>logStdErrorDuring:
         0xb2b3708 s SmalltalkImage>logError:inContext:
         0xb372198 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3af380 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ce1b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb548 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb407ca0 s Halt(Exception)>unhandledErrorAction
         0xb407d58 s Halt(UnhandledException)>defaultAction
         0xb407e10 s UndefinedObject>handleSignal:
         0xad7f5b8 s Context>handleSignal:
         0xad80ee0 s Context>handleSignal:
         0xad80f98 s Context>handleSignal:
         0xad81050 s Context>handleSignal:
         0xad81108 s Context>handleSignal:
         0xad811c0 s Context>handleSignal:
         0xad81278 s Context>handleSignal:
         0xad81330 s Context>handleSignal:
         0xad813e8 s Context>handleSignal:
         0xad814a0 s Context>handleSignal:
         0xada46e0 s Context>handleSignal:
         0xadb7aa0 s Context>handleSignal:
         0xadc97b8 s Context>handleSignal:
         0xadda860 s Context>handleSignal:
         0xadee208 s Context>handleSignal:
         0xadfe928 s Context>handleSignal:
         0xae0eab8 s Context>handleSignal:
         0xae1e8a0 s Context>handleSignal:
         0xae30d20 s Context>handleSignal:
         0xae402b8 s Context>handleSignal:
         0xae523f0 s Context>handleSignal:
         0xae5e918 s Context>handleSignal:
         0xae6b5d8 s Context>handleSignal:
         0xae76578 s Context>handleSignal:
         0xae803f0 s Context>handleSignal:
         0xae8ade0 s Context>handleSignal:
         0xae94d40 s Context>handleSignal:
         0xae9fa18 s Context>handleSignal:
         0xaeabde0 s Context>handleSignal:
         0xaeb5210 s Context>handleSignal:
         0xaebd638 s Context>handleSignal:
         0xaec5748 s Context>handleSignal:
         0xaecd520 s Context>handleSignal:
         0xaed5748 s Context>handleSignal:
         0xaedd5c0 s Context>handleSignal:
         0xaee5698 s Context>handleSignal:
         0xaeecfb8 s Context>handleSignal:
         0xaef4bd0 s Context>handleSignal:
         0xaefc948 s Context>handleSignal:
         0xaf04810 s Context>handleSignal:
         0xaf0dd08 s Context>handleSignal:
         0xaf15670 s Context>handleSignal:
         0xaf1d2c8 s Context>handleSignal:
         0xaf24008 s Context>handleSignal:
         0xaf2acd0 s Context>handleSignal:
         0xaf31af0 s Context>handleSignal:
         0xaf38608 s Context>handleSignal:
         0xaf3efb0 s Context>handleSignal:
         0xaf458a0 s Context>handleSignal:
         0xaf4c0d8 s Context>handleSignal:
         0xaf52858 s Context>handleSignal:
         0xaf58f20 s Context>handleSignal:
         0xaf5f530 s Context>handleSignal:
         0xaf65a88 s Context>handleSignal:
         0xaf6bf28 s Context>handleSignal:
         0xaf72310 s Context>handleSignal:
         0xaf78640 s Context>handleSignal:
         0xaf7e8b8 s Context>handleSignal:
         0xaf84a78 s Context>handleSignal:
         0xaf8ab80 s Context>handleSignal:
         0xaf90bd0 s Context>handleSignal:
         0xaf96b68 s Context>handleSignal:
         0xaf9ca48 s Context>handleSignal:
         0xafa2870 s Context>handleSignal:
         0xafa85e0 s Context>handleSignal:
         0xafae298 s Context>handleSignal:
         0xafb3e98 s Context>handleSignal:
         0xafb99e0 s Context>handleSignal:
         0xafbf470 s Context>handleSignal:
         0xafc4e48 s Context>handleSignal:
         0xafca768 s Context>handleSignal:
         0xafcffd0 s Context>handleSignal:
         0xafd5780 s Context>handleSignal:
         0xafdae78 s Context>handleSignal:
         0xafe04b8 s Context>handleSignal:
         0xafe5a40 s Context>handleSignal:
         0xafeaf10 s Context>handleSignal:
         0xaff0328 s Context>handleSignal:
         0xaff5688 s Context>handleSignal:
         0xaffa930 s Context>handleSignal:
         0xafffb20 s Context>handleSignal:
         0xb004c58 s Context>handleSignal:
         0xb009cd8 s Context>handleSignal:
         0xb1d0d70 s Halt(Exception)>signal
         0xb269818 s Halt class(Exception class)>signal
         0xad7f670 s Halt class>now
         0xb1c2a50 s FullBlockClosure(Object)>halt
         0xb258e58 s FullBlockClosure>printOn:
         0xb2a4fb0 s Context>printOn:
         0xb363930 s Context>printDebugOn:
         0xb363c38 s [] in Context>debugStack:on:
         0xb3a4f78 s OrderedCollection>do:
         0xb2a50b8 s Context>debugStack:on:
         0xb363ac8 s Context>shortDebugStackOn:
         0xb3a4ec0 s [] in SmalltalkImage>logError:inContext:
         0xb3c65b8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ceba8 s FullBlockClosure(BlockClosure)>on:do:
         0xb266d50 s SmalltalkImage>logStdErrorDuring:
         0xb2b3608 s SmalltalkImage>logError:inContext:
         0xb3720d0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3af290 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ce0d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb490 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb407a78 s Halt(Exception)>unhandledErrorAction
         0xb407b30 s Halt(UnhandledException)>defaultAction
         0xb407be8 s UndefinedObject>handleSignal:
         0xad7edd0 s Context>handleSignal:
         0xad806f8 s Context>handleSignal:
         0xad807b0 s Context>handleSignal:
         0xad80868 s Context>handleSignal:
         0xad80920 s Context>handleSignal:
         0xad809d8 s Context>handleSignal:
         0xad80a90 s Context>handleSignal:
         0xad80b48 s Context>handleSignal:
         0xad80c00 s Context>handleSignal:
         0xad80cb8 s Context>handleSignal:
         0xada4628 s Context>handleSignal:
         0xadb79e8 s Context>handleSignal:
         0xadc9700 s Context>handleSignal:
         0xadda7a8 s Context>handleSignal:
         0xadee150 s Context>handleSignal:
         0xadfe870 s Context>handleSignal:
         0xae0ea00 s Context>handleSignal:
         0xae1e7e8 s Context>handleSignal:
         0xae30c68 s Context>handleSignal:
         0xae40200 s Context>handleSignal:
         0xae52338 s Context>handleSignal:
         0xae5e860 s Context>handleSignal:
         0xae6b520 s Context>handleSignal:
         0xae764c0 s Context>handleSignal:
         0xae80338 s Context>handleSignal:
         0xae8ad28 s Context>handleSignal:
         0xae94c88 s Context>handleSignal:
         0xae9f960 s Context>handleSignal:
         0xaeabd28 s Context>handleSignal:
         0xaeb5158 s Context>handleSignal:
         0xaebd580 s Context>handleSignal:
         0xaec5690 s Context>handleSignal:
         0xaecd468 s Context>handleSignal:
         0xaed5690 s Context>handleSignal:
         0xaedd508 s Context>handleSignal:
         0xaee55e0 s Context>handleSignal:
         0xaeecf00 s Context>handleSignal:
         0xaef4b18 s Context>handleSignal:
         0xaefc890 s Context>handleSignal:
         0xaf04758 s Context>handleSignal:
         0xaf0dc50 s Context>handleSignal:
         0xaf155b8 s Context>handleSignal:
         0xaf1d210 s Context>handleSignal:
         0xaf23f50 s Context>handleSignal:
         0xaf2ac18 s Context>handleSignal:
         0xaf31a38 s Context>handleSignal:
         0xaf38550 s Context>handleSignal:
         0xaf3eef8 s Context>handleSignal:
         0xaf457e8 s Context>handleSignal:
         0xaf4c020 s Context>handleSignal:
         0xaf527a0 s Context>handleSignal:
         0xaf58e68 s Context>handleSignal:
         0xaf5f478 s Context>handleSignal:
         0xaf659d0 s Context>handleSignal:
         0xaf6be70 s Context>handleSignal:
         0xaf72258 s Context>handleSignal:
         0xaf78588 s Context>handleSignal:
         0xaf7e800 s Context>handleSignal:
         0xaf849c0 s Context>handleSignal:
         0xaf8aac8 s Context>handleSignal:
         0xaf90b18 s Context>handleSignal:
         0xaf96ab0 s Context>handleSignal:
         0xaf9c990 s Context>handleSignal:
         0xafa27b8 s Context>handleSignal:
         0xafa8528 s Context>handleSignal:
         0xafae1e0 s Context>handleSignal:
         0xafb3de0 s Context>handleSignal:
         0xafb9928 s Context>handleSignal:
         0xafbf3b8 s Context>handleSignal:
         0xafc4d90 s Context>handleSignal:
         0xafca6b0 s Context>handleSignal:
         0xafcff18 s Context>handleSignal:
         0xafd56c8 s Context>handleSignal:
         0xafdadc0 s Context>handleSignal:
         0xafe0400 s Context>handleSignal:
         0xafe5988 s Context>handleSignal:
         0xafeae58 s Context>handleSignal:
         0xaff0270 s Context>handleSignal:
         0xaff55d0 s Context>handleSignal:
         0xaffa878 s Context>handleSignal:
         0xafffa68 s Context>handleSignal:
         0xb004ba0 s Context>handleSignal:
         0xb1d0c00 s Halt(Exception)>signal
         0xb269648 s Halt class(Exception class)>signal
         0xad7ee88 s Halt class>now
         0xb1c2960 s FullBlockClosure(Object)>halt
         0xb258d70 s FullBlockClosure>printOn:
         0xb2a4df0 s Context>printOn:
         0xb3636e0 s Context>printDebugOn:
         0xb3639e8 s [] in Context>debugStack:on:
         0xb3a4df8 s OrderedCollection>do:
         0xb2a4ef8 s Context>debugStack:on:
         0xb363878 s Context>shortDebugStackOn:
         0xb3a4d40 s [] in SmalltalkImage>logError:inContext:
         0xb3c64e0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cea38 s FullBlockClosure(BlockClosure)>on:do:
         0xb266b80 s SmalltalkImage>logStdErrorDuring:
         0xb2b3508 s SmalltalkImage>logError:inContext:
         0xb372008 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3af1a0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cdff8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb3d8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb407850 s Halt(Exception)>unhandledErrorAction
         0xb407908 s Halt(UnhandledException)>defaultAction
         0xb4079c0 s UndefinedObject>handleSignal:
         0xad7e5e8 s Context>handleSignal:
         0xad7ff10 s Context>handleSignal:
         0xad7ffc8 s Context>handleSignal:
         0xad80080 s Context>handleSignal:
         0xad80138 s Context>handleSignal:
         0xad801f0 s Context>handleSignal:
         0xad802a8 s Context>handleSignal:
         0xad80360 s Context>handleSignal:
         0xad80418 s Context>handleSignal:
         0xad804d0 s Context>handleSignal:
         0xada4570 s Context>handleSignal:
         0xadb7930 s Context>handleSignal:
         0xadc9648 s Context>handleSignal:
         0xadda6f0 s Context>handleSignal:
         0xadee098 s Context>handleSignal:
         0xadfe7b8 s Context>handleSignal:
         0xae0e948 s Context>handleSignal:
         0xae1e730 s Context>handleSignal:
         0xae30bb0 s Context>handleSignal:
         0xae40148 s Context>handleSignal:
         0xae52280 s Context>handleSignal:
         0xae5e7a8 s Context>handleSignal:
         0xae6b468 s Context>handleSignal:
         0xae76408 s Context>handleSignal:
         0xae80280 s Context>handleSignal:
         0xae8ac70 s Context>handleSignal:
         0xae94bd0 s Context>handleSignal:
         0xae9f8a8 s Context>handleSignal:
         0xaeabc70 s Context>handleSignal:
         0xaeb50a0 s Context>handleSignal:
         0xaebd4c8 s Context>handleSignal:
         0xaec55d8 s Context>handleSignal:
         0xaecd3b0 s Context>handleSignal:
         0xaed55d8 s Context>handleSignal:
         0xaedd450 s Context>handleSignal:
         0xaee5528 s Context>handleSignal:
         0xaeece48 s Context>handleSignal:
         0xaef4a60 s Context>handleSignal:
         0xaefc7d8 s Context>handleSignal:
         0xaf046a0 s Context>handleSignal:
         0xaf0db98 s Context>handleSignal:
         0xaf15500 s Context>handleSignal:
         0xaf1d158 s Context>handleSignal:
         0xaf23e98 s Context>handleSignal:
         0xaf2ab60 s Context>handleSignal:
         0xaf31980 s Context>handleSignal:
         0xaf38498 s Context>handleSignal:
         0xaf3ee40 s Context>handleSignal:
         0xaf45730 s Context>handleSignal:
         0xaf4bf68 s Context>handleSignal:
         0xaf526e8 s Context>handleSignal:
         0xaf58db0 s Context>handleSignal:
         0xaf5f3c0 s Context>handleSignal:
         0xaf65918 s Context>handleSignal:
         0xaf6bdb8 s Context>handleSignal:
         0xaf721a0 s Context>handleSignal:
         0xaf784d0 s Context>handleSignal:
         0xaf7e748 s Context>handleSignal:
         0xaf84908 s Context>handleSignal:
         0xaf8aa10 s Context>handleSignal:
         0xaf90a60 s Context>handleSignal:
         0xaf969f8 s Context>handleSignal:
         0xaf9c8d8 s Context>handleSignal:
         0xafa2700 s Context>handleSignal:
         0xafa8470 s Context>handleSignal:
         0xafae128 s Context>handleSignal:
         0xafb3d28 s Context>handleSignal:
         0xafb9870 s Context>handleSignal:
         0xafbf300 s Context>handleSignal:
         0xafc4cd8 s Context>handleSignal:
         0xafca5f8 s Context>handleSignal:
         0xafcfe60 s Context>handleSignal:
         0xafd5610 s Context>handleSignal:
         0xafdad08 s Context>handleSignal:
         0xafe0348 s Context>handleSignal:
         0xafe58d0 s Context>handleSignal:
         0xafeada0 s Context>handleSignal:
         0xaff01b8 s Context>handleSignal:
         0xaff5518 s Context>handleSignal:
         0xaffa7c0 s Context>handleSignal:
         0xafff9b0 s Context>handleSignal:
         0xb1d0a90 s Halt(Exception)>signal
         0xb269478 s Halt class(Exception class)>signal
         0xad7e6a0 s Halt class>now
         0xb1c2870 s FullBlockClosure(Object)>halt
         0xb258c88 s FullBlockClosure>printOn:
         0xb2a4c30 s Context>printOn:
         0xb363490 s Context>printDebugOn:
         0xb363798 s [] in Context>debugStack:on:
         0xb3a4c78 s OrderedCollection>do:
         0xb2a4d38 s Context>debugStack:on:
         0xb363628 s Context>shortDebugStackOn:
         0xb3a4bc0 s [] in SmalltalkImage>logError:inContext:
         0xb3c6408 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ce8c8 s FullBlockClosure(BlockClosure)>on:do:
         0xb2669b0 s SmalltalkImage>logStdErrorDuring:
         0xb2b3408 s SmalltalkImage>logError:inContext:
         0xb371f40 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3af0b0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cdf18 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb320 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb407628 s Halt(Exception)>unhandledErrorAction
         0xb4076e0 s Halt(UnhandledException)>defaultAction
         0xb407798 s UndefinedObject>handleSignal:
         0xad7de00 s Context>handleSignal:
         0xad7f728 s Context>handleSignal:
         0xad7f7e0 s Context>handleSignal:
         0xad7f898 s Context>handleSignal:
         0xad7f950 s Context>handleSignal:
         0xad7fa08 s Context>handleSignal:
         0xad7fac0 s Context>handleSignal:
         0xad7fb78 s Context>handleSignal:
         0xad7fc30 s Context>handleSignal:
         0xad7fce8 s Context>handleSignal:
         0xada44b8 s Context>handleSignal:
         0xadb7878 s Context>handleSignal:
         0xadc9590 s Context>handleSignal:
         0xadda638 s Context>handleSignal:
         0xadedfe0 s Context>handleSignal:
         0xadfe700 s Context>handleSignal:
         0xae0e890 s Context>handleSignal:
         0xae1e678 s Context>handleSignal:
         0xae30af8 s Context>handleSignal:
         0xae40090 s Context>handleSignal:
         0xae521c8 s Context>handleSignal:
         0xae5e6f0 s Context>handleSignal:
         0xae6b3b0 s Context>handleSignal:
         0xae76350 s Context>handleSignal:
         0xae801c8 s Context>handleSignal:
         0xae8abb8 s Context>handleSignal:
         0xae94b18 s Context>handleSignal:
         0xae9f7f0 s Context>handleSignal:
         0xaeabbb8 s Context>handleSignal:
         0xaeb4fe8 s Context>handleSignal:
         0xaebd410 s Context>handleSignal:
         0xaec5520 s Context>handleSignal:
         0xaecd2f8 s Context>handleSignal:
         0xaed5520 s Context>handleSignal:
         0xaedd398 s Context>handleSignal:
         0xaee5470 s Context>handleSignal:
         0xaeecd90 s Context>handleSignal:
         0xaef49a8 s Context>handleSignal:
         0xaefc720 s Context>handleSignal:
         0xaf045e8 s Context>handleSignal:
         0xaf0dae0 s Context>handleSignal:
         0xaf15448 s Context>handleSignal:
         0xaf1d0a0 s Context>handleSignal:
         0xaf23de0 s Context>handleSignal:
         0xaf2aaa8 s Context>handleSignal:
         0xaf318c8 s Context>handleSignal:
         0xaf383e0 s Context>handleSignal:
         0xaf3ed88 s Context>handleSignal:
         0xaf45678 s Context>handleSignal:
         0xaf4beb0 s Context>handleSignal:
         0xaf52630 s Context>handleSignal:
         0xaf58cf8 s Context>handleSignal:
         0xaf5f308 s Context>handleSignal:
         0xaf65860 s Context>handleSignal:
         0xaf6bd00 s Context>handleSignal:
         0xaf720e8 s Context>handleSignal:
         0xaf78418 s Context>handleSignal:
         0xaf7e690 s Context>handleSignal:
         0xaf84850 s Context>handleSignal:
         0xaf8a958 s Context>handleSignal:
         0xaf909a8 s Context>handleSignal:
         0xaf96940 s Context>handleSignal:
         0xaf9c820 s Context>handleSignal:
         0xafa2648 s Context>handleSignal:
         0xafa83b8 s Context>handleSignal:
         0xafae070 s Context>handleSignal:
         0xafb3c70 s Context>handleSignal:
         0xafb97b8 s Context>handleSignal:
         0xafbf248 s Context>handleSignal:
         0xafc4c20 s Context>handleSignal:
         0xafca540 s Context>handleSignal:
         0xafcfda8 s Context>handleSignal:
         0xafd5558 s Context>handleSignal:
         0xafdac50 s Context>handleSignal:
         0xafe0290 s Context>handleSignal:
         0xafe5818 s Context>handleSignal:
         0xafeace8 s Context>handleSignal:
         0xaff0100 s Context>handleSignal:
         0xaff5460 s Context>handleSignal:
         0xaffa708 s Context>handleSignal:
         0xb1d0920 s Halt(Exception)>signal
         0xb2692a8 s Halt class(Exception class)>signal
         0xad7deb8 s Halt class>now
         0xb1c2780 s FullBlockClosure(Object)>halt
         0xb258ba0 s FullBlockClosure>printOn:
         0xb2a4a70 s Context>printOn:
         0xb363240 s Context>printDebugOn:
         0xb363548 s [] in Context>debugStack:on:
         0xb3a4af8 s OrderedCollection>do:
         0xb2a4b78 s Context>debugStack:on:
         0xb3633d8 s Context>shortDebugStackOn:
         0xb3a4a40 s [] in SmalltalkImage>logError:inContext:
         0xb3c6330 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ce758 s FullBlockClosure(BlockClosure)>on:do:
         0xb2667e0 s SmalltalkImage>logStdErrorDuring:
         0xb2b3308 s SmalltalkImage>logError:inContext:
         0xb371e78 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aefc0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cde38 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb268 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb407400 s Halt(Exception)>unhandledErrorAction
         0xb4074b8 s Halt(UnhandledException)>defaultAction
         0xb407570 s UndefinedObject>handleSignal:
         0xad7d618 s Context>handleSignal:
         0xad7ef40 s Context>handleSignal:
         0xad7eff8 s Context>handleSignal:
         0xad7f0b0 s Context>handleSignal:
         0xad7f168 s Context>handleSignal:
         0xad7f220 s Context>handleSignal:
         0xad7f2d8 s Context>handleSignal:
         0xad7f390 s Context>handleSignal:
         0xad7f448 s Context>handleSignal:
         0xad7f500 s Context>handleSignal:
         0xada4400 s Context>handleSignal:
         0xadb77c0 s Context>handleSignal:
         0xadc94d8 s Context>handleSignal:
         0xadda580 s Context>handleSignal:
         0xadedf28 s Context>handleSignal:
         0xadfe648 s Context>handleSignal:
         0xae0e7d8 s Context>handleSignal:
         0xae1e5c0 s Context>handleSignal:
         0xae30a40 s Context>handleSignal:
         0xae3ffd8 s Context>handleSignal:
         0xae52110 s Context>handleSignal:
         0xae5e638 s Context>handleSignal:
         0xae6b2f8 s Context>handleSignal:
         0xae76298 s Context>handleSignal:
         0xae80110 s Context>handleSignal:
         0xae8ab00 s Context>handleSignal:
         0xae94a60 s Context>handleSignal:
         0xae9f738 s Context>handleSignal:
         0xaeabb00 s Context>handleSignal:
         0xaeb4f30 s Context>handleSignal:
         0xaebd358 s Context>handleSignal:
         0xaec5468 s Context>handleSignal:
         0xaecd240 s Context>handleSignal:
         0xaed5468 s Context>handleSignal:
         0xaedd2e0 s Context>handleSignal:
         0xaee53b8 s Context>handleSignal:
         0xaeeccd8 s Context>handleSignal:
         0xaef48f0 s Context>handleSignal:
         0xaefc668 s Context>handleSignal:
         0xaf04530 s Context>handleSignal:
         0xaf0da28 s Context>handleSignal:
         0xaf15390 s Context>handleSignal:
         0xaf1cfe8 s Context>handleSignal:
         0xaf23d28 s Context>handleSignal:
         0xaf2a9f0 s Context>handleSignal:
         0xaf31810 s Context>handleSignal:
         0xaf38328 s Context>handleSignal:
         0xaf3ecd0 s Context>handleSignal:
         0xaf455c0 s Context>handleSignal:
         0xaf4bdf8 s Context>handleSignal:
         0xaf52578 s Context>handleSignal:
         0xaf58c40 s Context>handleSignal:
         0xaf5f250 s Context>handleSignal:
         0xaf657a8 s Context>handleSignal:
         0xaf6bc48 s Context>handleSignal:
         0xaf72030 s Context>handleSignal:
         0xaf78360 s Context>handleSignal:
         0xaf7e5d8 s Context>handleSignal:
         0xaf84798 s Context>handleSignal:
         0xaf8a8a0 s Context>handleSignal:
         0xaf908f0 s Context>handleSignal:
         0xaf96888 s Context>handleSignal:
         0xaf9c768 s Context>handleSignal:
         0xafa2590 s Context>handleSignal:
         0xafa8300 s Context>handleSignal:
         0xafadfb8 s Context>handleSignal:
         0xafb3bb8 s Context>handleSignal:
         0xafb9700 s Context>handleSignal:
         0xafbf190 s Context>handleSignal:
         0xafc4b68 s Context>handleSignal:
         0xafca488 s Context>handleSignal:
         0xafcfcf0 s Context>handleSignal:
         0xafd54a0 s Context>handleSignal:
         0xafdab98 s Context>handleSignal:
         0xafe01d8 s Context>handleSignal:
         0xafe5760 s Context>handleSignal:
         0xafeac30 s Context>handleSignal:
         0xaff0048 s Context>handleSignal:
         0xaff53a8 s Context>handleSignal:
         0xb1d07b0 s Halt(Exception)>signal
         0xb2690d8 s Halt class(Exception class)>signal
         0xad7d6d0 s Halt class>now
         0xb1c2690 s FullBlockClosure(Object)>halt
         0xb258ab8 s FullBlockClosure>printOn:
         0xb2a48b0 s Context>printOn:
         0xb362ff0 s Context>printDebugOn:
         0xb3632f8 s [] in Context>debugStack:on:
         0xb3a4978 s OrderedCollection>do:
         0xb2a49b8 s Context>debugStack:on:
         0xb363188 s Context>shortDebugStackOn:
         0xb3a48c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c6258 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ce5e8 s FullBlockClosure(BlockClosure)>on:do:
         0xb266610 s SmalltalkImage>logStdErrorDuring:
         0xb2b3208 s SmalltalkImage>logError:inContext:
         0xb371db0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aeed0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cdd58 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb1b0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4071d8 s Halt(Exception)>unhandledErrorAction
         0xb407290 s Halt(UnhandledException)>defaultAction
         0xb407348 s UndefinedObject>handleSignal:
         0xad7ce30 s Context>handleSignal:
         0xad7e758 s Context>handleSignal:
         0xad7e810 s Context>handleSignal:
         0xad7e8c8 s Context>handleSignal:
         0xad7e980 s Context>handleSignal:
         0xad7ea38 s Context>handleSignal:
         0xad7eaf0 s Context>handleSignal:
         0xad7eba8 s Context>handleSignal:
         0xad7ec60 s Context>handleSignal:
         0xad7ed18 s Context>handleSignal:
         0xada4348 s Context>handleSignal:
         0xadb7708 s Context>handleSignal:
         0xadc9420 s Context>handleSignal:
         0xadda4c8 s Context>handleSignal:
         0xadede70 s Context>handleSignal:
         0xadfe590 s Context>handleSignal:
         0xae0e720 s Context>handleSignal:
         0xae1e508 s Context>handleSignal:
         0xae30988 s Context>handleSignal:
         0xae3ff20 s Context>handleSignal:
         0xae52058 s Context>handleSignal:
         0xae5e580 s Context>handleSignal:
         0xae6b240 s Context>handleSignal:
         0xae761e0 s Context>handleSignal:
         0xae80058 s Context>handleSignal:
         0xae8aa48 s Context>handleSignal:
         0xae949a8 s Context>handleSignal:
         0xae9f680 s Context>handleSignal:
         0xaeaba48 s Context>handleSignal:
         0xaeb4e78 s Context>handleSignal:
         0xaebd2a0 s Context>handleSignal:
         0xaec53b0 s Context>handleSignal:
         0xaecd188 s Context>handleSignal:
         0xaed53b0 s Context>handleSignal:
         0xaedd228 s Context>handleSignal:
         0xaee5300 s Context>handleSignal:
         0xaeecc20 s Context>handleSignal:
         0xaef4838 s Context>handleSignal:
         0xaefc5b0 s Context>handleSignal:
         0xaf04478 s Context>handleSignal:
         0xaf0d970 s Context>handleSignal:
         0xaf152d8 s Context>handleSignal:
         0xaf1cf30 s Context>handleSignal:
         0xaf23c70 s Context>handleSignal:
         0xaf2a938 s Context>handleSignal:
         0xaf31758 s Context>handleSignal:
         0xaf38270 s Context>handleSignal:
         0xaf3ec18 s Context>handleSignal:
         0xaf45508 s Context>handleSignal:
         0xaf4bd40 s Context>handleSignal:
         0xaf524c0 s Context>handleSignal:
         0xaf58b88 s Context>handleSignal:
         0xaf5f198 s Context>handleSignal:
         0xaf656f0 s Context>handleSignal:
         0xaf6bb90 s Context>handleSignal:
         0xaf71f78 s Context>handleSignal:
         0xaf782a8 s Context>handleSignal:
         0xaf7e520 s Context>handleSignal:
         0xaf846e0 s Context>handleSignal:
         0xaf8a7e8 s Context>handleSignal:
         0xaf90838 s Context>handleSignal:
         0xaf967d0 s Context>handleSignal:
         0xaf9c6b0 s Context>handleSignal:
         0xafa24d8 s Context>handleSignal:
         0xafa8248 s Context>handleSignal:
         0xafadf00 s Context>handleSignal:
         0xafb3b00 s Context>handleSignal:
         0xafb9648 s Context>handleSignal:
         0xafbf0d8 s Context>handleSignal:
         0xafc4ab0 s Context>handleSignal:
         0xafca3d0 s Context>handleSignal:
         0xafcfc38 s Context>handleSignal:
         0xafd53e8 s Context>handleSignal:
         0xafdaae0 s Context>handleSignal:
         0xafe0120 s Context>handleSignal:
         0xafe56a8 s Context>handleSignal:
         0xafeab78 s Context>handleSignal:
         0xafeff90 s Context>handleSignal:
         0xb1d0640 s Halt(Exception)>signal
         0xb268f08 s Halt class(Exception class)>signal
         0xad7cee8 s Halt class>now
         0xb1c25a0 s FullBlockClosure(Object)>halt
         0xb2589d0 s FullBlockClosure>printOn:
         0xb2a46f0 s Context>printOn:
         0xb362da0 s Context>printDebugOn:
         0xb3630a8 s [] in Context>debugStack:on:
         0xb3a47f8 s OrderedCollection>do:
         0xb2a47f8 s Context>debugStack:on:
         0xb362f38 s Context>shortDebugStackOn:
         0xb3a4740 s [] in SmalltalkImage>logError:inContext:
         0xb3c6180 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ce478 s FullBlockClosure(BlockClosure)>on:do:
         0xb266440 s SmalltalkImage>logStdErrorDuring:
         0xb2b3108 s SmalltalkImage>logError:inContext:
         0xb371ce8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aede0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cdc78 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb0f8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb406fb0 s Halt(Exception)>unhandledErrorAction
         0xb407068 s Halt(UnhandledException)>defaultAction
         0xb407120 s UndefinedObject>handleSignal:
         0xad7c648 s Context>handleSignal:
         0xad7df70 s Context>handleSignal:
         0xad7e028 s Context>handleSignal:
         0xad7e0e0 s Context>handleSignal:
         0xad7e198 s Context>handleSignal:
         0xad7e250 s Context>handleSignal:
         0xad7e308 s Context>handleSignal:
         0xad7e3c0 s Context>handleSignal:
         0xad7e478 s Context>handleSignal:
         0xad7e530 s Context>handleSignal:
         0xada4290 s Context>handleSignal:
         0xadb7650 s Context>handleSignal:
         0xadc9368 s Context>handleSignal:
         0xadda410 s Context>handleSignal:
         0xadeddb8 s Context>handleSignal:
         0xadfe4d8 s Context>handleSignal:
         0xae0e668 s Context>handleSignal:
         0xae1e450 s Context>handleSignal:
         0xae308d0 s Context>handleSignal:
         0xae3fe68 s Context>handleSignal:
         0xae51fa0 s Context>handleSignal:
         0xae5e4c8 s Context>handleSignal:
         0xae6b188 s Context>handleSignal:
         0xae76128 s Context>handleSignal:
         0xae7ffa0 s Context>handleSignal:
         0xae8a990 s Context>handleSignal:
         0xae948f0 s Context>handleSignal:
         0xae9f5c8 s Context>handleSignal:
         0xaeab990 s Context>handleSignal:
         0xaeb4dc0 s Context>handleSignal:
         0xaebd1e8 s Context>handleSignal:
         0xaec52f8 s Context>handleSignal:
         0xaecd0d0 s Context>handleSignal:
         0xaed52f8 s Context>handleSignal:
         0xaedd170 s Context>handleSignal:
         0xaee5248 s Context>handleSignal:
         0xaeecb68 s Context>handleSignal:
         0xaef4780 s Context>handleSignal:
         0xaefc4f8 s Context>handleSignal:
         0xaf043c0 s Context>handleSignal:
         0xaf0d8b8 s Context>handleSignal:
         0xaf15220 s Context>handleSignal:
         0xaf1ce78 s Context>handleSignal:
         0xaf23bb8 s Context>handleSignal:
         0xaf2a880 s Context>handleSignal:
         0xaf316a0 s Context>handleSignal:
         0xaf381b8 s Context>handleSignal:
         0xaf3eb60 s Context>handleSignal:
         0xaf45450 s Context>handleSignal:
         0xaf4bc88 s Context>handleSignal:
         0xaf52408 s Context>handleSignal:
         0xaf58ad0 s Context>handleSignal:
         0xaf5f0e0 s Context>handleSignal:
         0xaf65638 s Context>handleSignal:
         0xaf6bad8 s Context>handleSignal:
         0xaf71ec0 s Context>handleSignal:
         0xaf781f0 s Context>handleSignal:
         0xaf7e468 s Context>handleSignal:
         0xaf84628 s Context>handleSignal:
         0xaf8a730 s Context>handleSignal:
         0xaf90780 s Context>handleSignal:
         0xaf96718 s Context>handleSignal:
         0xaf9c5f8 s Context>handleSignal:
         0xafa2420 s Context>handleSignal:
         0xafa8190 s Context>handleSignal:
         0xafade48 s Context>handleSignal:
         0xafb3a48 s Context>handleSignal:
         0xafb9590 s Context>handleSignal:
         0xafbf020 s Context>handleSignal:
         0xafc49f8 s Context>handleSignal:
         0xafca318 s Context>handleSignal:
         0xafcfb80 s Context>handleSignal:
         0xafd5330 s Context>handleSignal:
         0xafdaa28 s Context>handleSignal:
         0xafe0068 s Context>handleSignal:
         0xafe55f0 s Context>handleSignal:
         0xafeaac0 s Context>handleSignal:
         0xb1d04d0 s Halt(Exception)>signal
         0xb268d38 s Halt class(Exception class)>signal
         0xad7c700 s Halt class>now
         0xb1c24b0 s FullBlockClosure(Object)>halt
         0xb2588e8 s FullBlockClosure>printOn:
         0xb2a4530 s Context>printOn:
         0xb362b50 s Context>printDebugOn:
         0xb362e58 s [] in Context>debugStack:on:
         0xb3a4678 s OrderedCollection>do:
         0xb2a4638 s Context>debugStack:on:
         0xb362ce8 s Context>shortDebugStackOn:
         0xb3a45c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c60a8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ce308 s FullBlockClosure(BlockClosure)>on:do:
         0xb266270 s SmalltalkImage>logStdErrorDuring:
         0xb2b3008 s SmalltalkImage>logError:inContext:
         0xb371c20 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aecf0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cdb98 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eb040 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb406d88 s Halt(Exception)>unhandledErrorAction
         0xb406e40 s Halt(UnhandledException)>defaultAction
         0xb406ef8 s UndefinedObject>handleSignal:
         0xad7be60 s Context>handleSignal:
         0xad7d788 s Context>handleSignal:
         0xad7d840 s Context>handleSignal:
         0xad7d8f8 s Context>handleSignal:
         0xad7d9b0 s Context>handleSignal:
         0xad7da68 s Context>handleSignal:
         0xad7db20 s Context>handleSignal:
         0xad7dbd8 s Context>handleSignal:
         0xad7dc90 s Context>handleSignal:
         0xad7dd48 s Context>handleSignal:
         0xada41d8 s Context>handleSignal:
         0xadb7598 s Context>handleSignal:
         0xadc92b0 s Context>handleSignal:
         0xadda358 s Context>handleSignal:
         0xadedd00 s Context>handleSignal:
         0xadfe420 s Context>handleSignal:
         0xae0e5b0 s Context>handleSignal:
         0xae1e398 s Context>handleSignal:
         0xae30818 s Context>handleSignal:
         0xae3fdb0 s Context>handleSignal:
         0xae51ee8 s Context>handleSignal:
         0xae5e410 s Context>handleSignal:
         0xae6b0d0 s Context>handleSignal:
         0xae76070 s Context>handleSignal:
         0xae7fee8 s Context>handleSignal:
         0xae8a8d8 s Context>handleSignal:
         0xae94838 s Context>handleSignal:
         0xae9f510 s Context>handleSignal:
         0xaeab8d8 s Context>handleSignal:
         0xaeb4d08 s Context>handleSignal:
         0xaebd130 s Context>handleSignal:
         0xaec5240 s Context>handleSignal:
         0xaecd018 s Context>handleSignal:
         0xaed5240 s Context>handleSignal:
         0xaedd0b8 s Context>handleSignal:
         0xaee5190 s Context>handleSignal:
         0xaeecab0 s Context>handleSignal:
         0xaef46c8 s Context>handleSignal:
         0xaefc440 s Context>handleSignal:
         0xaf04308 s Context>handleSignal:
         0xaf0d800 s Context>handleSignal:
         0xaf15168 s Context>handleSignal:
         0xaf1cdc0 s Context>handleSignal:
         0xaf23b00 s Context>handleSignal:
         0xaf2a7c8 s Context>handleSignal:
         0xaf315e8 s Context>handleSignal:
         0xaf38100 s Context>handleSignal:
         0xaf3eaa8 s Context>handleSignal:
         0xaf45398 s Context>handleSignal:
         0xaf4bbd0 s Context>handleSignal:
         0xaf52350 s Context>handleSignal:
         0xaf58a18 s Context>handleSignal:
         0xaf5f028 s Context>handleSignal:
         0xaf65580 s Context>handleSignal:
         0xaf6ba20 s Context>handleSignal:
         0xaf71e08 s Context>handleSignal:
         0xaf78138 s Context>handleSignal:
         0xaf7e3b0 s Context>handleSignal:
         0xaf84570 s Context>handleSignal:
         0xaf8a678 s Context>handleSignal:
         0xaf906c8 s Context>handleSignal:
         0xaf96660 s Context>handleSignal:
         0xaf9c540 s Context>handleSignal:
         0xafa2368 s Context>handleSignal:
         0xafa80d8 s Context>handleSignal:
         0xafadd90 s Context>handleSignal:
         0xafb3990 s Context>handleSignal:
         0xafb94d8 s Context>handleSignal:
         0xafbef68 s Context>handleSignal:
         0xafc4940 s Context>handleSignal:
         0xafca260 s Context>handleSignal:
         0xafcfac8 s Context>handleSignal:
         0xafd5278 s Context>handleSignal:
         0xafda970 s Context>handleSignal:
         0xafdffb0 s Context>handleSignal:
         0xafe5538 s Context>handleSignal:
         0xb1d0360 s Halt(Exception)>signal
         0xb268b68 s Halt class(Exception class)>signal
         0xad7bf18 s Halt class>now
         0xb1c23c0 s FullBlockClosure(Object)>halt
         0xb258800 s FullBlockClosure>printOn:
         0xb2a4370 s Context>printOn:
         0xb362900 s Context>printDebugOn:
         0xb362c08 s [] in Context>debugStack:on:
         0xb3a44f8 s OrderedCollection>do:
         0xb2a4478 s Context>debugStack:on:
         0xb362a98 s Context>shortDebugStackOn:
         0xb3a4440 s [] in SmalltalkImage>logError:inContext:
         0xb3c5fd0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ce198 s FullBlockClosure(BlockClosure)>on:do:
         0xb2660a0 s SmalltalkImage>logStdErrorDuring:
         0xb2b2f08 s SmalltalkImage>logError:inContext:
         0xb371b58 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aec00 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cdab8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eaf88 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb406b60 s Halt(Exception)>unhandledErrorAction
         0xb406c18 s Halt(UnhandledException)>defaultAction
         0xb406cd0 s UndefinedObject>handleSignal:
         0xad7b678 s Context>handleSignal:
         0xad7cfa0 s Context>handleSignal:
         0xad7d058 s Context>handleSignal:
         0xad7d110 s Context>handleSignal:
         0xad7d1c8 s Context>handleSignal:
         0xad7d280 s Context>handleSignal:
         0xad7d338 s Context>handleSignal:
         0xad7d3f0 s Context>handleSignal:
         0xad7d4a8 s Context>handleSignal:
         0xad7d560 s Context>handleSignal:
         0xada4120 s Context>handleSignal:
         0xadb74e0 s Context>handleSignal:
         0xadc91f8 s Context>handleSignal:
         0xadda2a0 s Context>handleSignal:
         0xadedc48 s Context>handleSignal:
         0xadfe368 s Context>handleSignal:
         0xae0e4f8 s Context>handleSignal:
         0xae1e2e0 s Context>handleSignal:
         0xae30760 s Context>handleSignal:
         0xae3fcf8 s Context>handleSignal:
         0xae51e30 s Context>handleSignal:
         0xae5e358 s Context>handleSignal:
         0xae6b018 s Context>handleSignal:
         0xae75fb8 s Context>handleSignal:
         0xae7fe30 s Context>handleSignal:
         0xae8a820 s Context>handleSignal:
         0xae94780 s Context>handleSignal:
         0xae9f458 s Context>handleSignal:
         0xaeab820 s Context>handleSignal:
         0xaeb4c50 s Context>handleSignal:
         0xaebd078 s Context>handleSignal:
         0xaec5188 s Context>handleSignal:
         0xaeccf60 s Context>handleSignal:
         0xaed5188 s Context>handleSignal:
         0xaedd000 s Context>handleSignal:
         0xaee50d8 s Context>handleSignal:
         0xaeec9f8 s Context>handleSignal:
         0xaef4610 s Context>handleSignal:
         0xaefc388 s Context>handleSignal:
         0xaf04250 s Context>handleSignal:
         0xaf0d748 s Context>handleSignal:
         0xaf150b0 s Context>handleSignal:
         0xaf1cd08 s Context>handleSignal:
         0xaf23a48 s Context>handleSignal:
         0xaf2a710 s Context>handleSignal:
         0xaf31530 s Context>handleSignal:
         0xaf38048 s Context>handleSignal:
         0xaf3e9f0 s Context>handleSignal:
         0xaf452e0 s Context>handleSignal:
         0xaf4bb18 s Context>handleSignal:
         0xaf52298 s Context>handleSignal:
         0xaf58960 s Context>handleSignal:
         0xaf5ef70 s Context>handleSignal:
         0xaf654c8 s Context>handleSignal:
         0xaf6b968 s Context>handleSignal:
         0xaf71d50 s Context>handleSignal:
         0xaf78080 s Context>handleSignal:
         0xaf7e2f8 s Context>handleSignal:
         0xaf844b8 s Context>handleSignal:
         0xaf8a5c0 s Context>handleSignal:
         0xaf90610 s Context>handleSignal:
         0xaf965a8 s Context>handleSignal:
         0xaf9c488 s Context>handleSignal:
         0xafa22b0 s Context>handleSignal:
         0xafa8020 s Context>handleSignal:
         0xafadcd8 s Context>handleSignal:
         0xafb38d8 s Context>handleSignal:
         0xafb9420 s Context>handleSignal:
         0xafbeeb0 s Context>handleSignal:
         0xafc4888 s Context>handleSignal:
         0xafca1a8 s Context>handleSignal:
         0xafcfa10 s Context>handleSignal:
         0xafd51c0 s Context>handleSignal:
         0xafda8b8 s Context>handleSignal:
         0xafdfef8 s Context>handleSignal:
         0xb1d01f0 s Halt(Exception)>signal
         0xb268998 s Halt class(Exception class)>signal
         0xad7b730 s Halt class>now
         0xb1c22d0 s FullBlockClosure(Object)>halt
         0xb258718 s FullBlockClosure>printOn:
         0xb2a41b0 s Context>printOn:
         0xb3626b0 s Context>printDebugOn:
         0xb3629b8 s [] in Context>debugStack:on:
         0xb3a4378 s OrderedCollection>do:
         0xb2a42b8 s Context>debugStack:on:
         0xb362848 s Context>shortDebugStackOn:
         0xb3a42c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c5ef8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ce028 s FullBlockClosure(BlockClosure)>on:do:
         0xb265ed0 s SmalltalkImage>logStdErrorDuring:
         0xb2b2e08 s SmalltalkImage>logError:inContext:
         0xb371a90 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aeb10 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cd9d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eaed0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb406938 s Halt(Exception)>unhandledErrorAction
         0xb4069f0 s Halt(UnhandledException)>defaultAction
         0xb406aa8 s UndefinedObject>handleSignal:
         0xad7ae90 s Context>handleSignal:
         0xad7c7b8 s Context>handleSignal:
         0xad7c870 s Context>handleSignal:
         0xad7c928 s Context>handleSignal:
         0xad7c9e0 s Context>handleSignal:
         0xad7ca98 s Context>handleSignal:
         0xad7cb50 s Context>handleSignal:
         0xad7cc08 s Context>handleSignal:
         0xad7ccc0 s Context>handleSignal:
         0xad7cd78 s Context>handleSignal:
         0xada4068 s Context>handleSignal:
         0xadb7428 s Context>handleSignal:
         0xadc9140 s Context>handleSignal:
         0xadda1e8 s Context>handleSignal:
         0xadedb90 s Context>handleSignal:
         0xadfe2b0 s Context>handleSignal:
         0xae0e440 s Context>handleSignal:
         0xae1e228 s Context>handleSignal:
         0xae306a8 s Context>handleSignal:
         0xae3fc40 s Context>handleSignal:
         0xae51d78 s Context>handleSignal:
         0xae5e2a0 s Context>handleSignal:
         0xae6af60 s Context>handleSignal:
         0xae75f00 s Context>handleSignal:
         0xae7fd78 s Context>handleSignal:
         0xae8a768 s Context>handleSignal:
         0xae946c8 s Context>handleSignal:
         0xae9f3a0 s Context>handleSignal:
         0xaeab768 s Context>handleSignal:
         0xaeb4b98 s Context>handleSignal:
         0xaebcfc0 s Context>handleSignal:
         0xaec50d0 s Context>handleSignal:
         0xaeccea8 s Context>handleSignal:
         0xaed50d0 s Context>handleSignal:
         0xaedcf48 s Context>handleSignal:
         0xaee5020 s Context>handleSignal:
         0xaeec940 s Context>handleSignal:
         0xaef4558 s Context>handleSignal:
         0xaefc2d0 s Context>handleSignal:
         0xaf04198 s Context>handleSignal:
         0xaf0d690 s Context>handleSignal:
         0xaf14ff8 s Context>handleSignal:
         0xaf1cc50 s Context>handleSignal:
         0xaf23990 s Context>handleSignal:
         0xaf2a658 s Context>handleSignal:
         0xaf31478 s Context>handleSignal:
         0xaf37f90 s Context>handleSignal:
         0xaf3e938 s Context>handleSignal:
         0xaf45228 s Context>handleSignal:
         0xaf4ba60 s Context>handleSignal:
         0xaf521e0 s Context>handleSignal:
         0xaf588a8 s Context>handleSignal:
         0xaf5eeb8 s Context>handleSignal:
         0xaf65410 s Context>handleSignal:
         0xaf6b8b0 s Context>handleSignal:
         0xaf71c98 s Context>handleSignal:
         0xaf77fc8 s Context>handleSignal:
         0xaf7e240 s Context>handleSignal:
         0xaf84400 s Context>handleSignal:
         0xaf8a508 s Context>handleSignal:
         0xaf90558 s Context>handleSignal:
         0xaf964f0 s Context>handleSignal:
         0xaf9c3d0 s Context>handleSignal:
         0xafa21f8 s Context>handleSignal:
         0xafa7f68 s Context>handleSignal:
         0xafadc20 s Context>handleSignal:
         0xafb3820 s Context>handleSignal:
         0xafb9368 s Context>handleSignal:
         0xafbedf8 s Context>handleSignal:
         0xafc47d0 s Context>handleSignal:
         0xafca0f0 s Context>handleSignal:
         0xafcf958 s Context>handleSignal:
         0xafd5108 s Context>handleSignal:
         0xafda800 s Context>handleSignal:
         0xb1d0080 s Halt(Exception)>signal
         0xb2687c8 s Halt class(Exception class)>signal
         0xad7af48 s Halt class>now
         0xb1c21e0 s FullBlockClosure(Object)>halt
         0xb258630 s FullBlockClosure>printOn:
         0xb2a3ff0 s Context>printOn:
         0xb362460 s Context>printDebugOn:
         0xb362768 s [] in Context>debugStack:on:
         0xb3a41f8 s OrderedCollection>do:
         0xb2a40f8 s Context>debugStack:on:
         0xb3625f8 s Context>shortDebugStackOn:
         0xb3a4140 s [] in SmalltalkImage>logError:inContext:
         0xb3c5e20 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cdeb8 s FullBlockClosure(BlockClosure)>on:do:
         0xb265d00 s SmalltalkImage>logStdErrorDuring:
         0xb2b2d08 s SmalltalkImage>logError:inContext:
         0xb3719c8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aea20 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cd8f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eae18 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb406710 s Halt(Exception)>unhandledErrorAction
         0xb4067c8 s Halt(UnhandledException)>defaultAction
         0xb406880 s UndefinedObject>handleSignal:
         0xad7a6a8 s Context>handleSignal:
         0xad7bfd0 s Context>handleSignal:
         0xad7c088 s Context>handleSignal:
         0xad7c140 s Context>handleSignal:
         0xad7c1f8 s Context>handleSignal:
         0xad7c2b0 s Context>handleSignal:
         0xad7c368 s Context>handleSignal:
         0xad7c420 s Context>handleSignal:
         0xad7c4d8 s Context>handleSignal:
         0xad7c590 s Context>handleSignal:
         0xada3fb0 s Context>handleSignal:
         0xadb7370 s Context>handleSignal:
         0xadc9088 s Context>handleSignal:
         0xadda130 s Context>handleSignal:
         0xadedad8 s Context>handleSignal:
         0xadfe1f8 s Context>handleSignal:
         0xae0e388 s Context>handleSignal:
         0xae1e170 s Context>handleSignal:
         0xae305f0 s Context>handleSignal:
         0xae3fb88 s Context>handleSignal:
         0xae51cc0 s Context>handleSignal:
         0xae5e1e8 s Context>handleSignal:
         0xae6aea8 s Context>handleSignal:
         0xae75e48 s Context>handleSignal:
         0xae7fcc0 s Context>handleSignal:
         0xae8a6b0 s Context>handleSignal:
         0xae94610 s Context>handleSignal:
         0xae9f2e8 s Context>handleSignal:
         0xaeab6b0 s Context>handleSignal:
         0xaeb4ae0 s Context>handleSignal:
         0xaebcf08 s Context>handleSignal:
         0xaec5018 s Context>handleSignal:
         0xaeccdf0 s Context>handleSignal:
         0xaed5018 s Context>handleSignal:
         0xaedce90 s Context>handleSignal:
         0xaee4f68 s Context>handleSignal:
         0xaeec888 s Context>handleSignal:
         0xaef44a0 s Context>handleSignal:
         0xaefc218 s Context>handleSignal:
         0xaf040e0 s Context>handleSignal:
         0xaf0d5d8 s Context>handleSignal:
         0xaf14f40 s Context>handleSignal:
         0xaf1cb98 s Context>handleSignal:
         0xaf238d8 s Context>handleSignal:
         0xaf2a5a0 s Context>handleSignal:
         0xaf313c0 s Context>handleSignal:
         0xaf37ed8 s Context>handleSignal:
         0xaf3e880 s Context>handleSignal:
         0xaf45170 s Context>handleSignal:
         0xaf4b9a8 s Context>handleSignal:
         0xaf52128 s Context>handleSignal:
         0xaf587f0 s Context>handleSignal:
         0xaf5ee00 s Context>handleSignal:
         0xaf65358 s Context>handleSignal:
         0xaf6b7f8 s Context>handleSignal:
         0xaf71be0 s Context>handleSignal:
         0xaf77f10 s Context>handleSignal:
         0xaf7e188 s Context>handleSignal:
         0xaf84348 s Context>handleSignal:
         0xaf8a450 s Context>handleSignal:
         0xaf904a0 s Context>handleSignal:
         0xaf96438 s Context>handleSignal:
         0xaf9c318 s Context>handleSignal:
         0xafa2140 s Context>handleSignal:
         0xafa7eb0 s Context>handleSignal:
         0xafadb68 s Context>handleSignal:
         0xafb3768 s Context>handleSignal:
         0xafb92b0 s Context>handleSignal:
         0xafbed40 s Context>handleSignal:
         0xafc4718 s Context>handleSignal:
         0xafca038 s Context>handleSignal:
         0xafcf8a0 s Context>handleSignal:
         0xafd5050 s Context>handleSignal:
         0xb1cff10 s Halt(Exception)>signal
         0xb2685f8 s Halt class(Exception class)>signal
         0xad7a760 s Halt class>now
         0xb1c20f0 s FullBlockClosure(Object)>halt
         0xb258548 s FullBlockClosure>printOn:
         0xb2a3e30 s Context>printOn:
         0xb362210 s Context>printDebugOn:
         0xb362518 s [] in Context>debugStack:on:
         0xb3a4078 s OrderedCollection>do:
         0xb2a3f38 s Context>debugStack:on:
         0xb3623a8 s Context>shortDebugStackOn:
         0xb3a3fc0 s [] in SmalltalkImage>logError:inContext:
         0xb3c5d48 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cdd48 s FullBlockClosure(BlockClosure)>on:do:
         0xb265b30 s SmalltalkImage>logStdErrorDuring:
         0xb2b2c08 s SmalltalkImage>logError:inContext:
         0xb371900 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ae930 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cd818 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ead60 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4064e8 s Halt(Exception)>unhandledErrorAction
         0xb4065a0 s Halt(UnhandledException)>defaultAction
         0xb406658 s UndefinedObject>handleSignal:
         0xad79ec0 s Context>handleSignal:
         0xad7b7e8 s Context>handleSignal:
         0xad7b8a0 s Context>handleSignal:
         0xad7b958 s Context>handleSignal:
         0xad7ba10 s Context>handleSignal:
         0xad7bac8 s Context>handleSignal:
         0xad7bb80 s Context>handleSignal:
         0xad7bc38 s Context>handleSignal:
         0xad7bcf0 s Context>handleSignal:
         0xad7bda8 s Context>handleSignal:
         0xada3ef8 s Context>handleSignal:
         0xadb72b8 s Context>handleSignal:
         0xadc8fd0 s Context>handleSignal:
         0xadda078 s Context>handleSignal:
         0xadeda20 s Context>handleSignal:
         0xadfe140 s Context>handleSignal:
         0xae0e2d0 s Context>handleSignal:
         0xae1e0b8 s Context>handleSignal:
         0xae30538 s Context>handleSignal:
         0xae3fad0 s Context>handleSignal:
         0xae51c08 s Context>handleSignal:
         0xae5e130 s Context>handleSignal:
         0xae6adf0 s Context>handleSignal:
         0xae75d90 s Context>handleSignal:
         0xae7fc08 s Context>handleSignal:
         0xae8a5f8 s Context>handleSignal:
         0xae94558 s Context>handleSignal:
         0xae9f230 s Context>handleSignal:
         0xaeab5f8 s Context>handleSignal:
         0xaeb4a28 s Context>handleSignal:
         0xaebce50 s Context>handleSignal:
         0xaec4f60 s Context>handleSignal:
         0xaeccd38 s Context>handleSignal:
         0xaed4f60 s Context>handleSignal:
         0xaedcdd8 s Context>handleSignal:
         0xaee4eb0 s Context>handleSignal:
         0xaeec7d0 s Context>handleSignal:
         0xaef43e8 s Context>handleSignal:
         0xaefc160 s Context>handleSignal:
         0xaf04028 s Context>handleSignal:
         0xaf0d520 s Context>handleSignal:
         0xaf14e88 s Context>handleSignal:
         0xaf1cae0 s Context>handleSignal:
         0xaf23820 s Context>handleSignal:
         0xaf2a4e8 s Context>handleSignal:
         0xaf31308 s Context>handleSignal:
         0xaf37e20 s Context>handleSignal:
         0xaf3e7c8 s Context>handleSignal:
         0xaf450b8 s Context>handleSignal:
         0xaf4b8f0 s Context>handleSignal:
         0xaf52070 s Context>handleSignal:
         0xaf58738 s Context>handleSignal:
         0xaf5ed48 s Context>handleSignal:
         0xaf652a0 s Context>handleSignal:
         0xaf6b740 s Context>handleSignal:
         0xaf71b28 s Context>handleSignal:
         0xaf77e58 s Context>handleSignal:
         0xaf7e0d0 s Context>handleSignal:
         0xaf84290 s Context>handleSignal:
         0xaf8a398 s Context>handleSignal:
         0xaf903e8 s Context>handleSignal:
         0xaf96380 s Context>handleSignal:
         0xaf9c260 s Context>handleSignal:
         0xafa2088 s Context>handleSignal:
         0xafa7df8 s Context>handleSignal:
         0xafadab0 s Context>handleSignal:
         0xafb36b0 s Context>handleSignal:
         0xafb91f8 s Context>handleSignal:
         0xafbec88 s Context>handleSignal:
         0xafc4660 s Context>handleSignal:
         0xafc9f80 s Context>handleSignal:
         0xafcf7e8 s Context>handleSignal:
         0xb1cfda0 s Halt(Exception)>signal
         0xb268428 s Halt class(Exception class)>signal
         0xad79f78 s Halt class>now
         0xb1c2000 s FullBlockClosure(Object)>halt
         0xb258460 s FullBlockClosure>printOn:
         0xb2a3c70 s Context>printOn:
         0xb361fc0 s Context>printDebugOn:
         0xb3622c8 s [] in Context>debugStack:on:
         0xb3a3ef8 s OrderedCollection>do:
         0xb2a3d78 s Context>debugStack:on:
         0xb362158 s Context>shortDebugStackOn:
         0xb3a3e40 s [] in SmalltalkImage>logError:inContext:
         0xb3c5c70 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cdbd8 s FullBlockClosure(BlockClosure)>on:do:
         0xb265960 s SmalltalkImage>logStdErrorDuring:
         0xb2b2b08 s SmalltalkImage>logError:inContext:
         0xb371838 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ae840 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cd738 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eaca8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4062c0 s Halt(Exception)>unhandledErrorAction
         0xb406378 s Halt(UnhandledException)>defaultAction
         0xb406430 s UndefinedObject>handleSignal:
         0xad796d8 s Context>handleSignal:
         0xad7b000 s Context>handleSignal:
         0xad7b0b8 s Context>handleSignal:
         0xad7b170 s Context>handleSignal:
         0xad7b228 s Context>handleSignal:
         0xad7b2e0 s Context>handleSignal:
         0xad7b398 s Context>handleSignal:
         0xad7b450 s Context>handleSignal:
         0xad7b508 s Context>handleSignal:
         0xad7b5c0 s Context>handleSignal:
         0xada3e40 s Context>handleSignal:
         0xadb7200 s Context>handleSignal:
         0xadc8f18 s Context>handleSignal:
         0xadd9fc0 s Context>handleSignal:
         0xaded968 s Context>handleSignal:
         0xadfe088 s Context>handleSignal:
         0xae0e218 s Context>handleSignal:
         0xae1e000 s Context>handleSignal:
         0xae30480 s Context>handleSignal:
         0xae3fa18 s Context>handleSignal:
         0xae51b50 s Context>handleSignal:
         0xae5e078 s Context>handleSignal:
         0xae6ad38 s Context>handleSignal:
         0xae75cd8 s Context>handleSignal:
         0xae7fb50 s Context>handleSignal:
         0xae8a540 s Context>handleSignal:
         0xae944a0 s Context>handleSignal:
         0xae9f178 s Context>handleSignal:
         0xaeab540 s Context>handleSignal:
         0xaeb4970 s Context>handleSignal:
         0xaebcd98 s Context>handleSignal:
         0xaec4ea8 s Context>handleSignal:
         0xaeccc80 s Context>handleSignal:
         0xaed4ea8 s Context>handleSignal:
         0xaedcd20 s Context>handleSignal:
         0xaee4df8 s Context>handleSignal:
         0xaeec718 s Context>handleSignal:
         0xaef4330 s Context>handleSignal:
         0xaefc0a8 s Context>handleSignal:
         0xaf03f70 s Context>handleSignal:
         0xaf0d468 s Context>handleSignal:
         0xaf14dd0 s Context>handleSignal:
         0xaf1ca28 s Context>handleSignal:
         0xaf23768 s Context>handleSignal:
         0xaf2a430 s Context>handleSignal:
         0xaf31250 s Context>handleSignal:
         0xaf37d68 s Context>handleSignal:
         0xaf3e710 s Context>handleSignal:
         0xaf45000 s Context>handleSignal:
         0xaf4b838 s Context>handleSignal:
         0xaf51fb8 s Context>handleSignal:
         0xaf58680 s Context>handleSignal:
         0xaf5ec90 s Context>handleSignal:
         0xaf651e8 s Context>handleSignal:
         0xaf6b688 s Context>handleSignal:
         0xaf71a70 s Context>handleSignal:
         0xaf77da0 s Context>handleSignal:
         0xaf7e018 s Context>handleSignal:
         0xaf841d8 s Context>handleSignal:
         0xaf8a2e0 s Context>handleSignal:
         0xaf90330 s Context>handleSignal:
         0xaf962c8 s Context>handleSignal:
         0xaf9c1a8 s Context>handleSignal:
         0xafa1fd0 s Context>handleSignal:
         0xafa7d40 s Context>handleSignal:
         0xafad9f8 s Context>handleSignal:
         0xafb35f8 s Context>handleSignal:
         0xafb9140 s Context>handleSignal:
         0xafbebd0 s Context>handleSignal:
         0xafc45a8 s Context>handleSignal:
         0xafc9ec8 s Context>handleSignal:
         0xb1cfc30 s Halt(Exception)>signal
         0xb268258 s Halt class(Exception class)>signal
         0xad79790 s Halt class>now
         0xb1c1f10 s FullBlockClosure(Object)>halt
         0xb258378 s FullBlockClosure>printOn:
         0xb2a3ab0 s Context>printOn:
         0xb361d70 s Context>printDebugOn:
         0xb362078 s [] in Context>debugStack:on:
         0xb3a3d78 s OrderedCollection>do:
         0xb2a3bb8 s Context>debugStack:on:
         0xb361f08 s Context>shortDebugStackOn:
         0xb3a3cc0 s [] in SmalltalkImage>logError:inContext:
         0xb3c5b98 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cda68 s FullBlockClosure(BlockClosure)>on:do:
         0xb265790 s SmalltalkImage>logStdErrorDuring:
         0xb2b2a08 s SmalltalkImage>logError:inContext:
         0xb371770 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ae750 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cd658 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eabf0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb406098 s Halt(Exception)>unhandledErrorAction
         0xb406150 s Halt(UnhandledException)>defaultAction
         0xb406208 s UndefinedObject>handleSignal:
         0xad78ef0 s Context>handleSignal:
         0xad7a818 s Context>handleSignal:
         0xad7a8d0 s Context>handleSignal:
         0xad7a988 s Context>handleSignal:
         0xad7aa40 s Context>handleSignal:
         0xad7aaf8 s Context>handleSignal:
         0xad7abb0 s Context>handleSignal:
         0xad7ac68 s Context>handleSignal:
         0xad7ad20 s Context>handleSignal:
         0xad7add8 s Context>handleSignal:
         0xada3d88 s Context>handleSignal:
         0xadb7148 s Context>handleSignal:
         0xadc8e60 s Context>handleSignal:
         0xadd9f08 s Context>handleSignal:
         0xaded8b0 s Context>handleSignal:
         0xadfdfd0 s Context>handleSignal:
         0xae0e160 s Context>handleSignal:
         0xae1df48 s Context>handleSignal:
         0xae303c8 s Context>handleSignal:
         0xae3f960 s Context>handleSignal:
         0xae51a98 s Context>handleSignal:
         0xae5dfc0 s Context>handleSignal:
         0xae6ac80 s Context>handleSignal:
         0xae75c20 s Context>handleSignal:
         0xae7fa98 s Context>handleSignal:
         0xae8a488 s Context>handleSignal:
         0xae943e8 s Context>handleSignal:
         0xae9f0c0 s Context>handleSignal:
         0xaeab488 s Context>handleSignal:
         0xaeb48b8 s Context>handleSignal:
         0xaebcce0 s Context>handleSignal:
         0xaec4df0 s Context>handleSignal:
         0xaeccbc8 s Context>handleSignal:
         0xaed4df0 s Context>handleSignal:
         0xaedcc68 s Context>handleSignal:
         0xaee4d40 s Context>handleSignal:
         0xaeec660 s Context>handleSignal:
         0xaef4278 s Context>handleSignal:
         0xaefbff0 s Context>handleSignal:
         0xaf03eb8 s Context>handleSignal:
         0xaf0d3b0 s Context>handleSignal:
         0xaf14d18 s Context>handleSignal:
         0xaf1c970 s Context>handleSignal:
         0xaf236b0 s Context>handleSignal:
         0xaf2a378 s Context>handleSignal:
         0xaf31198 s Context>handleSignal:
         0xaf37cb0 s Context>handleSignal:
         0xaf3e658 s Context>handleSignal:
         0xaf44f48 s Context>handleSignal:
         0xaf4b780 s Context>handleSignal:
         0xaf51f00 s Context>handleSignal:
         0xaf585c8 s Context>handleSignal:
         0xaf5ebd8 s Context>handleSignal:
         0xaf65130 s Context>handleSignal:
         0xaf6b5d0 s Context>handleSignal:
         0xaf719b8 s Context>handleSignal:
         0xaf77ce8 s Context>handleSignal:
         0xaf7df60 s Context>handleSignal:
         0xaf84120 s Context>handleSignal:
         0xaf8a228 s Context>handleSignal:
         0xaf90278 s Context>handleSignal:
         0xaf96210 s Context>handleSignal:
         0xaf9c0f0 s Context>handleSignal:
         0xafa1f18 s Context>handleSignal:
         0xafa7c88 s Context>handleSignal:
         0xafad940 s Context>handleSignal:
         0xafb3540 s Context>handleSignal:
         0xafb9088 s Context>handleSignal:
         0xafbeb18 s Context>handleSignal:
         0xafc44f0 s Context>handleSignal:
         0xb1cfac0 s Halt(Exception)>signal
         0xb268088 s Halt class(Exception class)>signal
         0xad78fa8 s Halt class>now
         0xb1c1e20 s FullBlockClosure(Object)>halt
         0xb258290 s FullBlockClosure>printOn:
         0xb2a38f0 s Context>printOn:
         0xb361b20 s Context>printDebugOn:
         0xb361e28 s [] in Context>debugStack:on:
         0xb3a3bf8 s OrderedCollection>do:
         0xb2a39f8 s Context>debugStack:on:
         0xb361cb8 s Context>shortDebugStackOn:
         0xb3a3b40 s [] in SmalltalkImage>logError:inContext:
         0xb3c5ac0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cd8f8 s FullBlockClosure(BlockClosure)>on:do:
         0xb2655c0 s SmalltalkImage>logStdErrorDuring:
         0xb2b2908 s SmalltalkImage>logError:inContext:
         0xb3716a8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ae660 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cd578 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eab38 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb405e70 s Halt(Exception)>unhandledErrorAction
         0xb405f28 s Halt(UnhandledException)>defaultAction
         0xb405fe0 s UndefinedObject>handleSignal:
         0xad78708 s Context>handleSignal:
         0xad7a030 s Context>handleSignal:
         0xad7a0e8 s Context>handleSignal:
         0xad7a1a0 s Context>handleSignal:
         0xad7a258 s Context>handleSignal:
         0xad7a310 s Context>handleSignal:
         0xad7a3c8 s Context>handleSignal:
         0xad7a480 s Context>handleSignal:
         0xad7a538 s Context>handleSignal:
         0xad7a5f0 s Context>handleSignal:
         0xada3cd0 s Context>handleSignal:
         0xadb7090 s Context>handleSignal:
         0xadc8da8 s Context>handleSignal:
         0xadd9e50 s Context>handleSignal:
         0xaded7f8 s Context>handleSignal:
         0xadfdf18 s Context>handleSignal:
         0xae0e0a8 s Context>handleSignal:
         0xae1de90 s Context>handleSignal:
         0xae30310 s Context>handleSignal:
         0xae3f8a8 s Context>handleSignal:
         0xae519e0 s Context>handleSignal:
         0xae5df08 s Context>handleSignal:
         0xae6abc8 s Context>handleSignal:
         0xae75b68 s Context>handleSignal:
         0xae7f9e0 s Context>handleSignal:
         0xae8a3d0 s Context>handleSignal:
         0xae94330 s Context>handleSignal:
         0xae9f008 s Context>handleSignal:
         0xaeab3d0 s Context>handleSignal:
         0xaeb4800 s Context>handleSignal:
         0xaebcc28 s Context>handleSignal:
         0xaec4d38 s Context>handleSignal:
         0xaeccb10 s Context>handleSignal:
         0xaed4d38 s Context>handleSignal:
         0xaedcbb0 s Context>handleSignal:
         0xaee4c88 s Context>handleSignal:
         0xaeec5a8 s Context>handleSignal:
         0xaef41c0 s Context>handleSignal:
         0xaefbf38 s Context>handleSignal:
         0xaf03e00 s Context>handleSignal:
         0xaf0d2f8 s Context>handleSignal:
         0xaf14c60 s Context>handleSignal:
         0xaf1c8b8 s Context>handleSignal:
         0xaf235f8 s Context>handleSignal:
         0xaf2a2c0 s Context>handleSignal:
         0xaf310e0 s Context>handleSignal:
         0xaf37bf8 s Context>handleSignal:
         0xaf3e5a0 s Context>handleSignal:
         0xaf44e90 s Context>handleSignal:
         0xaf4b6c8 s Context>handleSignal:
         0xaf51e48 s Context>handleSignal:
         0xaf58510 s Context>handleSignal:
         0xaf5eb20 s Context>handleSignal:
         0xaf65078 s Context>handleSignal:
         0xaf6b518 s Context>handleSignal:
         0xaf71900 s Context>handleSignal:
         0xaf77c30 s Context>handleSignal:
         0xaf7dea8 s Context>handleSignal:
         0xaf84068 s Context>handleSignal:
         0xaf8a170 s Context>handleSignal:
         0xaf901c0 s Context>handleSignal:
         0xaf96158 s Context>handleSignal:
         0xaf9c038 s Context>handleSignal:
         0xafa1e60 s Context>handleSignal:
         0xafa7bd0 s Context>handleSignal:
         0xafad888 s Context>handleSignal:
         0xafb3488 s Context>handleSignal:
         0xafb8fd0 s Context>handleSignal:
         0xafbea60 s Context>handleSignal:
         0xb1cf950 s Halt(Exception)>signal
         0xb267eb8 s Halt class(Exception class)>signal
         0xad787c0 s Halt class>now
         0xb1c1d30 s FullBlockClosure(Object)>halt
         0xb2581a8 s FullBlockClosure>printOn:
         0xb2a3730 s Context>printOn:
         0xb3618d0 s Context>printDebugOn:
         0xb361bd8 s [] in Context>debugStack:on:
         0xb3a3a78 s OrderedCollection>do:
         0xb2a3838 s Context>debugStack:on:
         0xb361a68 s Context>shortDebugStackOn:
         0xb3a39c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c59e8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cd788 s FullBlockClosure(BlockClosure)>on:do:
         0xb2653f0 s SmalltalkImage>logStdErrorDuring:
         0xb2b2808 s SmalltalkImage>logError:inContext:
         0xb3715e0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ae570 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cd498 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3eaa80 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb405c48 s Halt(Exception)>unhandledErrorAction
         0xb405d00 s Halt(UnhandledException)>defaultAction
         0xb405db8 s UndefinedObject>handleSignal:
         0xad77f20 s Context>handleSignal:
         0xad79848 s Context>handleSignal:
         0xad79900 s Context>handleSignal:
         0xad799b8 s Context>handleSignal:
         0xad79a70 s Context>handleSignal:
         0xad79b28 s Context>handleSignal:
         0xad79be0 s Context>handleSignal:
         0xad79c98 s Context>handleSignal:
         0xad79d50 s Context>handleSignal:
         0xad79e08 s Context>handleSignal:
         0xada3c18 s Context>handleSignal:
         0xadb6fd8 s Context>handleSignal:
         0xadc8cf0 s Context>handleSignal:
         0xadd9d98 s Context>handleSignal:
         0xaded740 s Context>handleSignal:
         0xadfde60 s Context>handleSignal:
         0xae0dff0 s Context>handleSignal:
         0xae1ddd8 s Context>handleSignal:
         0xae30258 s Context>handleSignal:
         0xae3f7f0 s Context>handleSignal:
         0xae51928 s Context>handleSignal:
         0xae5de50 s Context>handleSignal:
         0xae6ab10 s Context>handleSignal:
         0xae75ab0 s Context>handleSignal:
         0xae7f928 s Context>handleSignal:
         0xae8a318 s Context>handleSignal:
         0xae94278 s Context>handleSignal:
         0xae9ef50 s Context>handleSignal:
         0xaeab318 s Context>handleSignal:
         0xaeb4748 s Context>handleSignal:
         0xaebcb70 s Context>handleSignal:
         0xaec4c80 s Context>handleSignal:
         0xaecca58 s Context>handleSignal:
         0xaed4c80 s Context>handleSignal:
         0xaedcaf8 s Context>handleSignal:
         0xaee4bd0 s Context>handleSignal:
         0xaeec4f0 s Context>handleSignal:
         0xaef4108 s Context>handleSignal:
         0xaefbe80 s Context>handleSignal:
         0xaf03d48 s Context>handleSignal:
         0xaf0d240 s Context>handleSignal:
         0xaf14ba8 s Context>handleSignal:
         0xaf1c800 s Context>handleSignal:
         0xaf23540 s Context>handleSignal:
         0xaf2a208 s Context>handleSignal:
         0xaf31028 s Context>handleSignal:
         0xaf37b40 s Context>handleSignal:
         0xaf3e4e8 s Context>handleSignal:
         0xaf44dd8 s Context>handleSignal:
         0xaf4b610 s Context>handleSignal:
         0xaf51d90 s Context>handleSignal:
         0xaf58458 s Context>handleSignal:
         0xaf5ea68 s Context>handleSignal:
         0xaf64fc0 s Context>handleSignal:
         0xaf6b460 s Context>handleSignal:
         0xaf71848 s Context>handleSignal:
         0xaf77b78 s Context>handleSignal:
         0xaf7ddf0 s Context>handleSignal:
         0xaf83fb0 s Context>handleSignal:
         0xaf8a0b8 s Context>handleSignal:
         0xaf90108 s Context>handleSignal:
         0xaf960a0 s Context>handleSignal:
         0xaf9bf80 s Context>handleSignal:
         0xafa1da8 s Context>handleSignal:
         0xafa7b18 s Context>handleSignal:
         0xafad7d0 s Context>handleSignal:
         0xafb33d0 s Context>handleSignal:
         0xafb8f18 s Context>handleSignal:
         0xb1cf7e0 s Halt(Exception)>signal
         0xb267ce8 s Halt class(Exception class)>signal
         0xad77fd8 s Halt class>now
         0xb1c1c40 s FullBlockClosure(Object)>halt
         0xb2580c0 s FullBlockClosure>printOn:
         0xb2a3570 s Context>printOn:
         0xb361680 s Context>printDebugOn:
         0xb361988 s [] in Context>debugStack:on:
         0xb3a38f8 s OrderedCollection>do:
         0xb2a3678 s Context>debugStack:on:
         0xb361818 s Context>shortDebugStackOn:
         0xb3a3840 s [] in SmalltalkImage>logError:inContext:
         0xb3c5910 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cd618 s FullBlockClosure(BlockClosure)>on:do:
         0xb265220 s SmalltalkImage>logStdErrorDuring:
         0xb2b2708 s SmalltalkImage>logError:inContext:
         0xb371518 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ae480 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cd3b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea9c8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb405a20 s Halt(Exception)>unhandledErrorAction
         0xb405ad8 s Halt(UnhandledException)>defaultAction
         0xb405b90 s UndefinedObject>handleSignal:
         0xad77738 s Context>handleSignal:
         0xad79060 s Context>handleSignal:
         0xad79118 s Context>handleSignal:
         0xad791d0 s Context>handleSignal:
         0xad79288 s Context>handleSignal:
         0xad79340 s Context>handleSignal:
         0xad793f8 s Context>handleSignal:
         0xad794b0 s Context>handleSignal:
         0xad79568 s Context>handleSignal:
         0xad79620 s Context>handleSignal:
         0xada3b60 s Context>handleSignal:
         0xadb6f20 s Context>handleSignal:
         0xadc8c38 s Context>handleSignal:
         0xadd9ce0 s Context>handleSignal:
         0xaded688 s Context>handleSignal:
         0xadfdda8 s Context>handleSignal:
         0xae0df38 s Context>handleSignal:
         0xae1dd20 s Context>handleSignal:
         0xae301a0 s Context>handleSignal:
         0xae3f738 s Context>handleSignal:
         0xae51870 s Context>handleSignal:
         0xae5dd98 s Context>handleSignal:
         0xae6aa58 s Context>handleSignal:
         0xae759f8 s Context>handleSignal:
         0xae7f870 s Context>handleSignal:
         0xae8a260 s Context>handleSignal:
         0xae941c0 s Context>handleSignal:
         0xae9ee98 s Context>handleSignal:
         0xaeab260 s Context>handleSignal:
         0xaeb4690 s Context>handleSignal:
         0xaebcab8 s Context>handleSignal:
         0xaec4bc8 s Context>handleSignal:
         0xaecc9a0 s Context>handleSignal:
         0xaed4bc8 s Context>handleSignal:
         0xaedca40 s Context>handleSignal:
         0xaee4b18 s Context>handleSignal:
         0xaeec438 s Context>handleSignal:
         0xaef4050 s Context>handleSignal:
         0xaefbdc8 s Context>handleSignal:
         0xaf03c90 s Context>handleSignal:
         0xaf0d188 s Context>handleSignal:
         0xaf14af0 s Context>handleSignal:
         0xaf1c748 s Context>handleSignal:
         0xaf23488 s Context>handleSignal:
         0xaf2a150 s Context>handleSignal:
         0xaf30f70 s Context>handleSignal:
         0xaf37a88 s Context>handleSignal:
         0xaf3e430 s Context>handleSignal:
         0xaf44d20 s Context>handleSignal:
         0xaf4b558 s Context>handleSignal:
         0xaf51cd8 s Context>handleSignal:
         0xaf583a0 s Context>handleSignal:
         0xaf5e9b0 s Context>handleSignal:
         0xaf64f08 s Context>handleSignal:
         0xaf6b3a8 s Context>handleSignal:
         0xaf71790 s Context>handleSignal:
         0xaf77ac0 s Context>handleSignal:
         0xaf7dd38 s Context>handleSignal:
         0xaf83ef8 s Context>handleSignal:
         0xaf8a000 s Context>handleSignal:
         0xaf90050 s Context>handleSignal:
         0xaf95fe8 s Context>handleSignal:
         0xaf9bec8 s Context>handleSignal:
         0xafa1cf0 s Context>handleSignal:
         0xafa7a60 s Context>handleSignal:
         0xafad718 s Context>handleSignal:
         0xafb3318 s Context>handleSignal:
         0xb1cf670 s Halt(Exception)>signal
         0xb267b18 s Halt class(Exception class)>signal
         0xad777f0 s Halt class>now
         0xb1c1b50 s FullBlockClosure(Object)>halt
         0xb257fd8 s FullBlockClosure>printOn:
         0xb2a33b0 s Context>printOn:
         0xb361430 s Context>printDebugOn:
         0xb361738 s [] in Context>debugStack:on:
         0xb3a3778 s OrderedCollection>do:
         0xb2a34b8 s Context>debugStack:on:
         0xb3615c8 s Context>shortDebugStackOn:
         0xb3a36c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c5838 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cd4a8 s FullBlockClosure(BlockClosure)>on:do:
         0xb265050 s SmalltalkImage>logStdErrorDuring:
         0xb2b2608 s SmalltalkImage>logError:inContext:
         0xb371450 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ae390 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cd2d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea910 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4057f8 s Halt(Exception)>unhandledErrorAction
         0xb4058b0 s Halt(UnhandledException)>defaultAction
         0xb405968 s UndefinedObject>handleSignal:
         0xad76f50 s Context>handleSignal:
         0xad78878 s Context>handleSignal:
         0xad78930 s Context>handleSignal:
         0xad789e8 s Context>handleSignal:
         0xad78aa0 s Context>handleSignal:
         0xad78b58 s Context>handleSignal:
         0xad78c10 s Context>handleSignal:
         0xad78cc8 s Context>handleSignal:
         0xad78d80 s Context>handleSignal:
         0xad78e38 s Context>handleSignal:
         0xada3aa8 s Context>handleSignal:
         0xadb6e68 s Context>handleSignal:
         0xadc8b80 s Context>handleSignal:
         0xadd9c28 s Context>handleSignal:
         0xaded5d0 s Context>handleSignal:
         0xadfdcf0 s Context>handleSignal:
         0xae0de80 s Context>handleSignal:
         0xae1dc68 s Context>handleSignal:
         0xae300e8 s Context>handleSignal:
         0xae3f680 s Context>handleSignal:
         0xae517b8 s Context>handleSignal:
         0xae5dce0 s Context>handleSignal:
         0xae6a9a0 s Context>handleSignal:
         0xae75940 s Context>handleSignal:
         0xae7f7b8 s Context>handleSignal:
         0xae8a1a8 s Context>handleSignal:
         0xae94108 s Context>handleSignal:
         0xae9ede0 s Context>handleSignal:
         0xaeab1a8 s Context>handleSignal:
         0xaeb45d8 s Context>handleSignal:
         0xaebca00 s Context>handleSignal:
         0xaec4b10 s Context>handleSignal:
         0xaecc8e8 s Context>handleSignal:
         0xaed4b10 s Context>handleSignal:
         0xaedc988 s Context>handleSignal:
         0xaee4a60 s Context>handleSignal:
         0xaeec380 s Context>handleSignal:
         0xaef3f98 s Context>handleSignal:
         0xaefbd10 s Context>handleSignal:
         0xaf03bd8 s Context>handleSignal:
         0xaf0d0d0 s Context>handleSignal:
         0xaf14a38 s Context>handleSignal:
         0xaf1c690 s Context>handleSignal:
         0xaf233d0 s Context>handleSignal:
         0xaf2a098 s Context>handleSignal:
         0xaf30eb8 s Context>handleSignal:
         0xaf379d0 s Context>handleSignal:
         0xaf3e378 s Context>handleSignal:
         0xaf44c68 s Context>handleSignal:
         0xaf4b4a0 s Context>handleSignal:
         0xaf51c20 s Context>handleSignal:
         0xaf582e8 s Context>handleSignal:
         0xaf5e8f8 s Context>handleSignal:
         0xaf64e50 s Context>handleSignal:
         0xaf6b2f0 s Context>handleSignal:
         0xaf716d8 s Context>handleSignal:
         0xaf77a08 s Context>handleSignal:
         0xaf7dc80 s Context>handleSignal:
         0xaf83e40 s Context>handleSignal:
         0xaf89f48 s Context>handleSignal:
         0xaf8ff98 s Context>handleSignal:
         0xaf95f30 s Context>handleSignal:
         0xaf9be10 s Context>handleSignal:
         0xafa1c38 s Context>handleSignal:
         0xafa79a8 s Context>handleSignal:
         0xafad660 s Context>handleSignal:
         0xb1cf500 s Halt(Exception)>signal
         0xb267948 s Halt class(Exception class)>signal
         0xad77008 s Halt class>now
         0xb1c1a60 s FullBlockClosure(Object)>halt
         0xb257ef0 s FullBlockClosure>printOn:
         0xb2a31f0 s Context>printOn:
         0xb3611e0 s Context>printDebugOn:
         0xb3614e8 s [] in Context>debugStack:on:
         0xb3a35f8 s OrderedCollection>do:
         0xb2a32f8 s Context>debugStack:on:
         0xb361378 s Context>shortDebugStackOn:
         0xb3a3540 s [] in SmalltalkImage>logError:inContext:
         0xb3c5760 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cd338 s FullBlockClosure(BlockClosure)>on:do:
         0xb264e80 s SmalltalkImage>logStdErrorDuring:
         0xb2b2508 s SmalltalkImage>logError:inContext:
         0xb371388 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ae2a0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cd1f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea858 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4055d0 s Halt(Exception)>unhandledErrorAction
         0xb405688 s Halt(UnhandledException)>defaultAction
         0xb405740 s UndefinedObject>handleSignal:
         0xad76768 s Context>handleSignal:
         0xad78090 s Context>handleSignal:
         0xad78148 s Context>handleSignal:
         0xad78200 s Context>handleSignal:
         0xad782b8 s Context>handleSignal:
         0xad78370 s Context>handleSignal:
         0xad78428 s Context>handleSignal:
         0xad784e0 s Context>handleSignal:
         0xad78598 s Context>handleSignal:
         0xad78650 s Context>handleSignal:
         0xada39f0 s Context>handleSignal:
         0xadb6db0 s Context>handleSignal:
         0xadc8ac8 s Context>handleSignal:
         0xadd9b70 s Context>handleSignal:
         0xaded518 s Context>handleSignal:
         0xadfdc38 s Context>handleSignal:
         0xae0ddc8 s Context>handleSignal:
         0xae1dbb0 s Context>handleSignal:
         0xae30030 s Context>handleSignal:
         0xae3f5c8 s Context>handleSignal:
         0xae51700 s Context>handleSignal:
         0xae5dc28 s Context>handleSignal:
         0xae6a8e8 s Context>handleSignal:
         0xae75888 s Context>handleSignal:
         0xae7f700 s Context>handleSignal:
         0xae8a0f0 s Context>handleSignal:
         0xae94050 s Context>handleSignal:
         0xae9ed28 s Context>handleSignal:
         0xaeab0f0 s Context>handleSignal:
         0xaeb4520 s Context>handleSignal:
         0xaebc948 s Context>handleSignal:
         0xaec4a58 s Context>handleSignal:
         0xaecc830 s Context>handleSignal:
         0xaed4a58 s Context>handleSignal:
         0xaedc8d0 s Context>handleSignal:
         0xaee49a8 s Context>handleSignal:
         0xaeec2c8 s Context>handleSignal:
         0xaef3ee0 s Context>handleSignal:
         0xaefbc58 s Context>handleSignal:
         0xaf03b20 s Context>handleSignal:
         0xaf0d018 s Context>handleSignal:
         0xaf14980 s Context>handleSignal:
         0xaf1c5d8 s Context>handleSignal:
         0xaf23318 s Context>handleSignal:
         0xaf29fe0 s Context>handleSignal:
         0xaf30e00 s Context>handleSignal:
         0xaf37918 s Context>handleSignal:
         0xaf3e2c0 s Context>handleSignal:
         0xaf44bb0 s Context>handleSignal:
         0xaf4b3e8 s Context>handleSignal:
         0xaf51b68 s Context>handleSignal:
         0xaf58230 s Context>handleSignal:
         0xaf5e840 s Context>handleSignal:
         0xaf64d98 s Context>handleSignal:
         0xaf6b238 s Context>handleSignal:
         0xaf71620 s Context>handleSignal:
         0xaf77950 s Context>handleSignal:
         0xaf7dbc8 s Context>handleSignal:
         0xaf83d88 s Context>handleSignal:
         0xaf89e90 s Context>handleSignal:
         0xaf8fee0 s Context>handleSignal:
         0xaf95e78 s Context>handleSignal:
         0xaf9bd58 s Context>handleSignal:
         0xafa1b80 s Context>handleSignal:
         0xafa78f0 s Context>handleSignal:
         0xb1cf390 s Halt(Exception)>signal
         0xb267778 s Halt class(Exception class)>signal
         0xad76820 s Halt class>now
         0xb1c1970 s FullBlockClosure(Object)>halt
         0xb257e08 s FullBlockClosure>printOn:
         0xb2a3030 s Context>printOn:
         0xb360f90 s Context>printDebugOn:
         0xb361298 s [] in Context>debugStack:on:
         0xb3a3478 s OrderedCollection>do:
         0xb2a3138 s Context>debugStack:on:
         0xb361128 s Context>shortDebugStackOn:
         0xb3a33c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c5688 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cd1c8 s FullBlockClosure(BlockClosure)>on:do:
         0xb264cb0 s SmalltalkImage>logStdErrorDuring:
         0xb2b2408 s SmalltalkImage>logError:inContext:
         0xb3712c0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ae1b0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cd118 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea7a0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4053a8 s Halt(Exception)>unhandledErrorAction
         0xb405460 s Halt(UnhandledException)>defaultAction
         0xb405518 s UndefinedObject>handleSignal:
         0xad75f80 s Context>handleSignal:
         0xad778a8 s Context>handleSignal:
         0xad77960 s Context>handleSignal:
         0xad77a18 s Context>handleSignal:
         0xad77ad0 s Context>handleSignal:
         0xad77b88 s Context>handleSignal:
         0xad77c40 s Context>handleSignal:
         0xad77cf8 s Context>handleSignal:
         0xad77db0 s Context>handleSignal:
         0xad77e68 s Context>handleSignal:
         0xada3938 s Context>handleSignal:
         0xadb6cf8 s Context>handleSignal:
         0xadc8a10 s Context>handleSignal:
         0xadd9ab8 s Context>handleSignal:
         0xaded460 s Context>handleSignal:
         0xadfdb80 s Context>handleSignal:
         0xae0dd10 s Context>handleSignal:
         0xae1daf8 s Context>handleSignal:
         0xae2ff78 s Context>handleSignal:
         0xae3f510 s Context>handleSignal:
         0xae51648 s Context>handleSignal:
         0xae5db70 s Context>handleSignal:
         0xae6a830 s Context>handleSignal:
         0xae757d0 s Context>handleSignal:
         0xae7f648 s Context>handleSignal:
         0xae8a038 s Context>handleSignal:
         0xae93f98 s Context>handleSignal:
         0xae9ec70 s Context>handleSignal:
         0xaeab038 s Context>handleSignal:
         0xaeb4468 s Context>handleSignal:
         0xaebc890 s Context>handleSignal:
         0xaec49a0 s Context>handleSignal:
         0xaecc778 s Context>handleSignal:
         0xaed49a0 s Context>handleSignal:
         0xaedc818 s Context>handleSignal:
         0xaee48f0 s Context>handleSignal:
         0xaeec210 s Context>handleSignal:
         0xaef3e28 s Context>handleSignal:
         0xaefbba0 s Context>handleSignal:
         0xaf03a68 s Context>handleSignal:
         0xaf0cf60 s Context>handleSignal:
         0xaf148c8 s Context>handleSignal:
         0xaf1c520 s Context>handleSignal:
         0xaf23260 s Context>handleSignal:
         0xaf29f28 s Context>handleSignal:
         0xaf30d48 s Context>handleSignal:
         0xaf37860 s Context>handleSignal:
         0xaf3e208 s Context>handleSignal:
         0xaf44af8 s Context>handleSignal:
         0xaf4b330 s Context>handleSignal:
         0xaf51ab0 s Context>handleSignal:
         0xaf58178 s Context>handleSignal:
         0xaf5e788 s Context>handleSignal:
         0xaf64ce0 s Context>handleSignal:
         0xaf6b180 s Context>handleSignal:
         0xaf71568 s Context>handleSignal:
         0xaf77898 s Context>handleSignal:
         0xaf7db10 s Context>handleSignal:
         0xaf83cd0 s Context>handleSignal:
         0xaf89dd8 s Context>handleSignal:
         0xaf8fe28 s Context>handleSignal:
         0xaf95dc0 s Context>handleSignal:
         0xaf9bca0 s Context>handleSignal:
         0xafa1ac8 s Context>handleSignal:
         0xb1cf220 s Halt(Exception)>signal
         0xb2675a8 s Halt class(Exception class)>signal
         0xad76038 s Halt class>now
         0xb1c1880 s FullBlockClosure(Object)>halt
         0xb257d20 s FullBlockClosure>printOn:
         0xb2a2e70 s Context>printOn:
         0xb360d40 s Context>printDebugOn:
         0xb361048 s [] in Context>debugStack:on:
         0xb3a32f8 s OrderedCollection>do:
         0xb2a2f78 s Context>debugStack:on:
         0xb360ed8 s Context>shortDebugStackOn:
         0xb3a3240 s [] in SmalltalkImage>logError:inContext:
         0xb3c55b0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ccfa0 s FullBlockClosure(BlockClosure)>on:do:
         0xb264ab0 s SmalltalkImage>logStdErrorDuring:
         0xb2b2308 s SmalltalkImage>logError:inContext:
         0xb3711f8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ae0c0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cd038 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea6e8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb405180 s Halt(Exception)>unhandledErrorAction
         0xb405238 s Halt(UnhandledException)>defaultAction
         0xb4052f0 s UndefinedObject>handleSignal:
         0xad75798 s Context>handleSignal:
         0xad770c0 s Context>handleSignal:
         0xad77178 s Context>handleSignal:
         0xad77230 s Context>handleSignal:
         0xad772e8 s Context>handleSignal:
         0xad773a0 s Context>handleSignal:
         0xad77458 s Context>handleSignal:
         0xad77510 s Context>handleSignal:
         0xad775c8 s Context>handleSignal:
         0xad77680 s Context>handleSignal:
         0xada3880 s Context>handleSignal:
         0xadb6c40 s Context>handleSignal:
         0xadc8958 s Context>handleSignal:
         0xadd9a00 s Context>handleSignal:
         0xaded3a8 s Context>handleSignal:
         0xadfdac8 s Context>handleSignal:
         0xae0dc58 s Context>handleSignal:
         0xae1da40 s Context>handleSignal:
         0xae2fec0 s Context>handleSignal:
         0xae3f458 s Context>handleSignal:
         0xae51590 s Context>handleSignal:
         0xae5dab8 s Context>handleSignal:
         0xae6a778 s Context>handleSignal:
         0xae75718 s Context>handleSignal:
         0xae7f590 s Context>handleSignal:
         0xae89f80 s Context>handleSignal:
         0xae93ee0 s Context>handleSignal:
         0xae9ebb8 s Context>handleSignal:
         0xaeaaf80 s Context>handleSignal:
         0xaeb43b0 s Context>handleSignal:
         0xaebc7d8 s Context>handleSignal:
         0xaec48e8 s Context>handleSignal:
         0xaecc6c0 s Context>handleSignal:
         0xaed48e8 s Context>handleSignal:
         0xaedc760 s Context>handleSignal:
         0xaee4838 s Context>handleSignal:
         0xaeec158 s Context>handleSignal:
         0xaef3d70 s Context>handleSignal:
         0xaefbae8 s Context>handleSignal:
         0xaf039b0 s Context>handleSignal:
         0xaf0cea8 s Context>handleSignal:
         0xaf14810 s Context>handleSignal:
         0xaf1c468 s Context>handleSignal:
         0xaf231a8 s Context>handleSignal:
         0xaf29e70 s Context>handleSignal:
         0xaf30c90 s Context>handleSignal:
         0xaf377a8 s Context>handleSignal:
         0xaf3e150 s Context>handleSignal:
         0xaf44a40 s Context>handleSignal:
         0xaf4b278 s Context>handleSignal:
         0xaf519f8 s Context>handleSignal:
         0xaf580c0 s Context>handleSignal:
         0xaf5e6d0 s Context>handleSignal:
         0xaf64c28 s Context>handleSignal:
         0xaf6b0c8 s Context>handleSignal:
         0xaf714b0 s Context>handleSignal:
         0xaf777e0 s Context>handleSignal:
         0xaf7da58 s Context>handleSignal:
         0xaf83c18 s Context>handleSignal:
         0xaf89d20 s Context>handleSignal:
         0xaf8fd70 s Context>handleSignal:
         0xaf95d08 s Context>handleSignal:
         0xaf9bbe8 s Context>handleSignal:
         0xb1cf0b0 s Halt(Exception)>signal
         0xb2673d8 s Halt class(Exception class)>signal
         0xad75850 s Halt class>now
         0xb1c1790 s FullBlockClosure(Object)>halt
         0xb257c38 s FullBlockClosure>printOn:
         0xb2a2cb0 s Context>printOn:
         0xb360af0 s Context>printDebugOn:
         0xb360df8 s [] in Context>debugStack:on:
         0xb3a3178 s OrderedCollection>do:
         0xb2a2db8 s Context>debugStack:on:
         0xb360c88 s Context>shortDebugStackOn:
         0xb3a30c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c54d8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cce30 s FullBlockClosure(BlockClosure)>on:do:
         0xb2648e0 s SmalltalkImage>logStdErrorDuring:
         0xb2b2208 s SmalltalkImage>logError:inContext:
         0xb371130 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3adfd0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ccf58 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea630 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb404f58 s Halt(Exception)>unhandledErrorAction
         0xb405010 s Halt(UnhandledException)>defaultAction
         0xb4050c8 s UndefinedObject>handleSignal:
         0xad74fb0 s Context>handleSignal:
         0xad768d8 s Context>handleSignal:
         0xad76990 s Context>handleSignal:
         0xad76a48 s Context>handleSignal:
         0xad76b00 s Context>handleSignal:
         0xad76bb8 s Context>handleSignal:
         0xad76c70 s Context>handleSignal:
         0xad76d28 s Context>handleSignal:
         0xad76de0 s Context>handleSignal:
         0xad76e98 s Context>handleSignal:
         0xada37c8 s Context>handleSignal:
         0xadb6b88 s Context>handleSignal:
         0xadc88a0 s Context>handleSignal:
         0xadd9948 s Context>handleSignal:
         0xaded2f0 s Context>handleSignal:
         0xadfda10 s Context>handleSignal:
         0xae0dba0 s Context>handleSignal:
         0xae1d988 s Context>handleSignal:
         0xae2fe08 s Context>handleSignal:
         0xae3f3a0 s Context>handleSignal:
         0xae514d8 s Context>handleSignal:
         0xae5da00 s Context>handleSignal:
         0xae6a6c0 s Context>handleSignal:
         0xae75660 s Context>handleSignal:
         0xae7f4d8 s Context>handleSignal:
         0xae89ec8 s Context>handleSignal:
         0xae93e28 s Context>handleSignal:
         0xae9eb00 s Context>handleSignal:
         0xaeaaec8 s Context>handleSignal:
         0xaeb42f8 s Context>handleSignal:
         0xaebc720 s Context>handleSignal:
         0xaec4830 s Context>handleSignal:
         0xaecc608 s Context>handleSignal:
         0xaed4830 s Context>handleSignal:
         0xaedc6a8 s Context>handleSignal:
         0xaee4780 s Context>handleSignal:
         0xaeec0a0 s Context>handleSignal:
         0xaef3cb8 s Context>handleSignal:
         0xaefba30 s Context>handleSignal:
         0xaf038f8 s Context>handleSignal:
         0xaf0cdf0 s Context>handleSignal:
         0xaf14758 s Context>handleSignal:
         0xaf1c3b0 s Context>handleSignal:
         0xaf230f0 s Context>handleSignal:
         0xaf29db8 s Context>handleSignal:
         0xaf30bd8 s Context>handleSignal:
         0xaf376f0 s Context>handleSignal:
         0xaf3e098 s Context>handleSignal:
         0xaf44988 s Context>handleSignal:
         0xaf4b1c0 s Context>handleSignal:
         0xaf51940 s Context>handleSignal:
         0xaf58008 s Context>handleSignal:
         0xaf5e618 s Context>handleSignal:
         0xaf64b70 s Context>handleSignal:
         0xaf6b010 s Context>handleSignal:
         0xaf713f8 s Context>handleSignal:
         0xaf77728 s Context>handleSignal:
         0xaf7d9a0 s Context>handleSignal:
         0xaf83b60 s Context>handleSignal:
         0xaf89c68 s Context>handleSignal:
         0xaf8fcb8 s Context>handleSignal:
         0xaf95c50 s Context>handleSignal:
         0xb1cef40 s Halt(Exception)>signal
         0xb267208 s Halt class(Exception class)>signal
         0xad75068 s Halt class>now
         0xb1c16a0 s FullBlockClosure(Object)>halt
         0xb257b50 s FullBlockClosure>printOn:
         0xb2a2af0 s Context>printOn:
         0xb3608a0 s Context>printDebugOn:
         0xb360ba8 s [] in Context>debugStack:on:
         0xb3a2ff8 s OrderedCollection>do:
         0xb2a2bf8 s Context>debugStack:on:
         0xb360a38 s Context>shortDebugStackOn:
         0xb3a2f40 s [] in SmalltalkImage>logError:inContext:
         0xb3c5400 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cccc0 s FullBlockClosure(BlockClosure)>on:do:
         0xb264710 s SmalltalkImage>logStdErrorDuring:
         0xb2b2108 s SmalltalkImage>logError:inContext:
         0xb371068 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3adee0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cce78 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea578 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb404d30 s Halt(Exception)>unhandledErrorAction
         0xb404de8 s Halt(UnhandledException)>defaultAction
         0xb404ea0 s UndefinedObject>handleSignal:
         0xad747c8 s Context>handleSignal:
         0xad760f0 s Context>handleSignal:
         0xad761a8 s Context>handleSignal:
         0xad76260 s Context>handleSignal:
         0xad76318 s Context>handleSignal:
         0xad763d0 s Context>handleSignal:
         0xad76488 s Context>handleSignal:
         0xad76540 s Context>handleSignal:
         0xad765f8 s Context>handleSignal:
         0xad766b0 s Context>handleSignal:
         0xada3710 s Context>handleSignal:
         0xadb6ad0 s Context>handleSignal:
         0xadc87e8 s Context>handleSignal:
         0xadd9890 s Context>handleSignal:
         0xaded238 s Context>handleSignal:
         0xadfd958 s Context>handleSignal:
         0xae0dae8 s Context>handleSignal:
         0xae1d8d0 s Context>handleSignal:
         0xae2fd50 s Context>handleSignal:
         0xae3f2e8 s Context>handleSignal:
         0xae51420 s Context>handleSignal:
         0xae5d948 s Context>handleSignal:
         0xae6a608 s Context>handleSignal:
         0xae755a8 s Context>handleSignal:
         0xae7f420 s Context>handleSignal:
         0xae89e10 s Context>handleSignal:
         0xae93d70 s Context>handleSignal:
         0xae9ea48 s Context>handleSignal:
         0xaeaae10 s Context>handleSignal:
         0xaeb4240 s Context>handleSignal:
         0xaebc668 s Context>handleSignal:
         0xaec4778 s Context>handleSignal:
         0xaecc550 s Context>handleSignal:
         0xaed4778 s Context>handleSignal:
         0xaedc5f0 s Context>handleSignal:
         0xaee46c8 s Context>handleSignal:
         0xaeebfe8 s Context>handleSignal:
         0xaef3c00 s Context>handleSignal:
         0xaefb978 s Context>handleSignal:
         0xaf03840 s Context>handleSignal:
         0xaf0cd38 s Context>handleSignal:
         0xaf146a0 s Context>handleSignal:
         0xaf1c2f8 s Context>handleSignal:
         0xaf23038 s Context>handleSignal:
         0xaf29d00 s Context>handleSignal:
         0xaf30b20 s Context>handleSignal:
         0xaf37638 s Context>handleSignal:
         0xaf3dfe0 s Context>handleSignal:
         0xaf448d0 s Context>handleSignal:
         0xaf4b108 s Context>handleSignal:
         0xaf51888 s Context>handleSignal:
         0xaf57f50 s Context>handleSignal:
         0xaf5e560 s Context>handleSignal:
         0xaf64ab8 s Context>handleSignal:
         0xaf6af58 s Context>handleSignal:
         0xaf71340 s Context>handleSignal:
         0xaf77670 s Context>handleSignal:
         0xaf7d8e8 s Context>handleSignal:
         0xaf83aa8 s Context>handleSignal:
         0xaf89bb0 s Context>handleSignal:
         0xaf8fc00 s Context>handleSignal:
         0xb1cedd0 s Halt(Exception)>signal
         0xb267038 s Halt class(Exception class)>signal
         0xad74880 s Halt class>now
         0xb1c15b0 s FullBlockClosure(Object)>halt
         0xb257a68 s FullBlockClosure>printOn:
         0xb2a2930 s Context>printOn:
         0xb360650 s Context>printDebugOn:
         0xb360958 s [] in Context>debugStack:on:
         0xb3a2e78 s OrderedCollection>do:
         0xb2a2a38 s Context>debugStack:on:
         0xb3607e8 s Context>shortDebugStackOn:
         0xb3a2dc0 s [] in SmalltalkImage>logError:inContext:
         0xb3c5328 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ccb50 s FullBlockClosure(BlockClosure)>on:do:
         0xb264540 s SmalltalkImage>logStdErrorDuring:
         0xb2b2008 s SmalltalkImage>logError:inContext:
         0xb370fa0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3addf0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ccd98 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea4c0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb404b08 s Halt(Exception)>unhandledErrorAction
         0xb404bc0 s Halt(UnhandledException)>defaultAction
         0xb404c78 s UndefinedObject>handleSignal:
         0xad73fe0 s Context>handleSignal:
         0xad75908 s Context>handleSignal:
         0xad759c0 s Context>handleSignal:
         0xad75a78 s Context>handleSignal:
         0xad75b30 s Context>handleSignal:
         0xad75be8 s Context>handleSignal:
         0xad75ca0 s Context>handleSignal:
         0xad75d58 s Context>handleSignal:
         0xad75e10 s Context>handleSignal:
         0xad75ec8 s Context>handleSignal:
         0xada3658 s Context>handleSignal:
         0xadb6a18 s Context>handleSignal:
         0xadc8730 s Context>handleSignal:
         0xadd97d8 s Context>handleSignal:
         0xaded180 s Context>handleSignal:
         0xadfd8a0 s Context>handleSignal:
         0xae0da30 s Context>handleSignal:
         0xae1d818 s Context>handleSignal:
         0xae2fc98 s Context>handleSignal:
         0xae3f230 s Context>handleSignal:
         0xae51368 s Context>handleSignal:
         0xae5d890 s Context>handleSignal:
         0xae6a550 s Context>handleSignal:
         0xae754f0 s Context>handleSignal:
         0xae7f368 s Context>handleSignal:
         0xae89d58 s Context>handleSignal:
         0xae93cb8 s Context>handleSignal:
         0xae9e990 s Context>handleSignal:
         0xaeaad58 s Context>handleSignal:
         0xaeb4188 s Context>handleSignal:
         0xaebc5b0 s Context>handleSignal:
         0xaec46c0 s Context>handleSignal:
         0xaecc498 s Context>handleSignal:
         0xaed46c0 s Context>handleSignal:
         0xaedc538 s Context>handleSignal:
         0xaee4610 s Context>handleSignal:
         0xaeebf30 s Context>handleSignal:
         0xaef3b48 s Context>handleSignal:
         0xaefb8c0 s Context>handleSignal:
         0xaf03788 s Context>handleSignal:
         0xaf0cc80 s Context>handleSignal:
         0xaf145e8 s Context>handleSignal:
         0xaf1c240 s Context>handleSignal:
         0xaf22f80 s Context>handleSignal:
         0xaf29c48 s Context>handleSignal:
         0xaf30a68 s Context>handleSignal:
         0xaf37580 s Context>handleSignal:
         0xaf3df28 s Context>handleSignal:
         0xaf44818 s Context>handleSignal:
         0xaf4b050 s Context>handleSignal:
         0xaf517d0 s Context>handleSignal:
         0xaf57e98 s Context>handleSignal:
         0xaf5e4a8 s Context>handleSignal:
         0xaf64a00 s Context>handleSignal:
         0xaf6aea0 s Context>handleSignal:
         0xaf71288 s Context>handleSignal:
         0xaf775b8 s Context>handleSignal:
         0xaf7d830 s Context>handleSignal:
         0xaf839f0 s Context>handleSignal:
         0xaf89af8 s Context>handleSignal:
         0xb1cec60 s Halt(Exception)>signal
         0xb266e68 s Halt class(Exception class)>signal
         0xad74098 s Halt class>now
         0xb1c14c0 s FullBlockClosure(Object)>halt
         0xb257980 s FullBlockClosure>printOn:
         0xb2a2770 s Context>printOn:
         0xb360400 s Context>printDebugOn:
         0xb360708 s [] in Context>debugStack:on:
         0xb3a2cf8 s OrderedCollection>do:
         0xb2a2878 s Context>debugStack:on:
         0xb360598 s Context>shortDebugStackOn:
         0xb3a2c40 s [] in SmalltalkImage>logError:inContext:
         0xb3c5250 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cc9e0 s FullBlockClosure(BlockClosure)>on:do:
         0xb264370 s SmalltalkImage>logStdErrorDuring:
         0xb2b1f08 s SmalltalkImage>logError:inContext:
         0xb370ed8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3add00 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cccb8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea408 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4048e0 s Halt(Exception)>unhandledErrorAction
         0xb404998 s Halt(UnhandledException)>defaultAction
         0xb404a50 s UndefinedObject>handleSignal:
         0xad737f8 s Context>handleSignal:
         0xad75120 s Context>handleSignal:
         0xad751d8 s Context>handleSignal:
         0xad75290 s Context>handleSignal:
         0xad75348 s Context>handleSignal:
         0xad75400 s Context>handleSignal:
         0xad754b8 s Context>handleSignal:
         0xad75570 s Context>handleSignal:
         0xad75628 s Context>handleSignal:
         0xad756e0 s Context>handleSignal:
         0xada35a0 s Context>handleSignal:
         0xadb6960 s Context>handleSignal:
         0xadc8678 s Context>handleSignal:
         0xadd9720 s Context>handleSignal:
         0xaded0c8 s Context>handleSignal:
         0xadfd7e8 s Context>handleSignal:
         0xae0d978 s Context>handleSignal:
         0xae1d760 s Context>handleSignal:
         0xae2fbe0 s Context>handleSignal:
         0xae3f178 s Context>handleSignal:
         0xae512b0 s Context>handleSignal:
         0xae5d7d8 s Context>handleSignal:
         0xae6a498 s Context>handleSignal:
         0xae75438 s Context>handleSignal:
         0xae7f2b0 s Context>handleSignal:
         0xae89ca0 s Context>handleSignal:
         0xae93c00 s Context>handleSignal:
         0xae9e8d8 s Context>handleSignal:
         0xaeaaca0 s Context>handleSignal:
         0xaeb40d0 s Context>handleSignal:
         0xaebc4f8 s Context>handleSignal:
         0xaec4608 s Context>handleSignal:
         0xaecc3e0 s Context>handleSignal:
         0xaed4608 s Context>handleSignal:
         0xaedc480 s Context>handleSignal:
         0xaee4558 s Context>handleSignal:
         0xaeebe78 s Context>handleSignal:
         0xaef3a90 s Context>handleSignal:
         0xaefb808 s Context>handleSignal:
         0xaf036d0 s Context>handleSignal:
         0xaf0cbc8 s Context>handleSignal:
         0xaf14530 s Context>handleSignal:
         0xaf1c188 s Context>handleSignal:
         0xaf22ec8 s Context>handleSignal:
         0xaf29b90 s Context>handleSignal:
         0xaf309b0 s Context>handleSignal:
         0xaf374c8 s Context>handleSignal:
         0xaf3de70 s Context>handleSignal:
         0xaf44760 s Context>handleSignal:
         0xaf4af98 s Context>handleSignal:
         0xaf51718 s Context>handleSignal:
         0xaf57de0 s Context>handleSignal:
         0xaf5e3f0 s Context>handleSignal:
         0xaf64948 s Context>handleSignal:
         0xaf6ade8 s Context>handleSignal:
         0xaf711d0 s Context>handleSignal:
         0xaf77500 s Context>handleSignal:
         0xaf7d778 s Context>handleSignal:
         0xaf83938 s Context>handleSignal:
         0xb1ceaf0 s Halt(Exception)>signal
         0xb266c98 s Halt class(Exception class)>signal
         0xad738b0 s Halt class>now
         0xb1c13d0 s FullBlockClosure(Object)>halt
         0xb257898 s FullBlockClosure>printOn:
         0xb2a25b0 s Context>printOn:
         0xb3601b0 s Context>printDebugOn:
         0xb3604b8 s [] in Context>debugStack:on:
         0xb3a2b78 s OrderedCollection>do:
         0xb2a26b8 s Context>debugStack:on:
         0xb360348 s Context>shortDebugStackOn:
         0xb3a2ac0 s [] in SmalltalkImage>logError:inContext:
         0xb3c5178 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cc870 s FullBlockClosure(BlockClosure)>on:do:
         0xb2641a0 s SmalltalkImage>logStdErrorDuring:
         0xb2b1e08 s SmalltalkImage>logError:inContext:
         0xb370e10 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3adc10 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ccbd8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea350 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4046b8 s Halt(Exception)>unhandledErrorAction
         0xb404770 s Halt(UnhandledException)>defaultAction
         0xb404828 s UndefinedObject>handleSignal:
         0xad73010 s Context>handleSignal:
         0xad74938 s Context>handleSignal:
         0xad749f0 s Context>handleSignal:
         0xad74aa8 s Context>handleSignal:
         0xad74b60 s Context>handleSignal:
         0xad74c18 s Context>handleSignal:
         0xad74cd0 s Context>handleSignal:
         0xad74d88 s Context>handleSignal:
         0xad74e40 s Context>handleSignal:
         0xad74ef8 s Context>handleSignal:
         0xada34e8 s Context>handleSignal:
         0xadb68a8 s Context>handleSignal:
         0xadc85c0 s Context>handleSignal:
         0xadd9668 s Context>handleSignal:
         0xaded010 s Context>handleSignal:
         0xadfd730 s Context>handleSignal:
         0xae0d8c0 s Context>handleSignal:
         0xae1d6a8 s Context>handleSignal:
         0xae2fb28 s Context>handleSignal:
         0xae3f0c0 s Context>handleSignal:
         0xae511f8 s Context>handleSignal:
         0xae5d720 s Context>handleSignal:
         0xae6a3e0 s Context>handleSignal:
         0xae75380 s Context>handleSignal:
         0xae7f1f8 s Context>handleSignal:
         0xae89be8 s Context>handleSignal:
         0xae93b48 s Context>handleSignal:
         0xae9e820 s Context>handleSignal:
         0xaeaabe8 s Context>handleSignal:
         0xaeb4018 s Context>handleSignal:
         0xaebc440 s Context>handleSignal:
         0xaec4550 s Context>handleSignal:
         0xaecc328 s Context>handleSignal:
         0xaed4550 s Context>handleSignal:
         0xaedc3c8 s Context>handleSignal:
         0xaee44a0 s Context>handleSignal:
         0xaeebdc0 s Context>handleSignal:
         0xaef39d8 s Context>handleSignal:
         0xaefb750 s Context>handleSignal:
         0xaf03618 s Context>handleSignal:
         0xaf0cb10 s Context>handleSignal:
         0xaf14478 s Context>handleSignal:
         0xaf1c0d0 s Context>handleSignal:
         0xaf22e10 s Context>handleSignal:
         0xaf29ad8 s Context>handleSignal:
         0xaf308f8 s Context>handleSignal:
         0xaf37410 s Context>handleSignal:
         0xaf3ddb8 s Context>handleSignal:
         0xaf446a8 s Context>handleSignal:
         0xaf4aee0 s Context>handleSignal:
         0xaf51660 s Context>handleSignal:
         0xaf57d28 s Context>handleSignal:
         0xaf5e338 s Context>handleSignal:
         0xaf64890 s Context>handleSignal:
         0xaf6ad30 s Context>handleSignal:
         0xaf71118 s Context>handleSignal:
         0xaf77448 s Context>handleSignal:
         0xaf7d6c0 s Context>handleSignal:
         0xb1ce980 s Halt(Exception)>signal
         0xb266ac8 s Halt class(Exception class)>signal
         0xad730c8 s Halt class>now
         0xb1c12e0 s FullBlockClosure(Object)>halt
         0xb2577b0 s FullBlockClosure>printOn:
         0xb2a23f0 s Context>printOn:
         0xb35ff60 s Context>printDebugOn:
         0xb360268 s [] in Context>debugStack:on:
         0xb3a29f8 s OrderedCollection>do:
         0xb2a24f8 s Context>debugStack:on:
         0xb3600f8 s Context>shortDebugStackOn:
         0xb3a2940 s [] in SmalltalkImage>logError:inContext:
         0xb3c50a0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cc700 s FullBlockClosure(BlockClosure)>on:do:
         0xb263fd0 s SmalltalkImage>logStdErrorDuring:
         0xb2b1d08 s SmalltalkImage>logError:inContext:
         0xb370d48 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3adb20 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ccaf8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea298 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb404490 s Halt(Exception)>unhandledErrorAction
         0xb404548 s Halt(UnhandledException)>defaultAction
         0xb404600 s UndefinedObject>handleSignal:
         0xad72828 s Context>handleSignal:
         0xad74150 s Context>handleSignal:
         0xad74208 s Context>handleSignal:
         0xad742c0 s Context>handleSignal:
         0xad74378 s Context>handleSignal:
         0xad74430 s Context>handleSignal:
         0xad744e8 s Context>handleSignal:
         0xad745a0 s Context>handleSignal:
         0xad74658 s Context>handleSignal:
         0xad74710 s Context>handleSignal:
         0xada3430 s Context>handleSignal:
         0xadb67f0 s Context>handleSignal:
         0xadc8508 s Context>handleSignal:
         0xadd95b0 s Context>handleSignal:
         0xadecf58 s Context>handleSignal:
         0xadfd678 s Context>handleSignal:
         0xae0d808 s Context>handleSignal:
         0xae1d5f0 s Context>handleSignal:
         0xae2fa70 s Context>handleSignal:
         0xae3f008 s Context>handleSignal:
         0xae51140 s Context>handleSignal:
         0xae5d668 s Context>handleSignal:
         0xae6a328 s Context>handleSignal:
         0xae752c8 s Context>handleSignal:
         0xae7f140 s Context>handleSignal:
         0xae89b30 s Context>handleSignal:
         0xae93a90 s Context>handleSignal:
         0xae9e768 s Context>handleSignal:
         0xaeaab30 s Context>handleSignal:
         0xaeb3f60 s Context>handleSignal:
         0xaebc388 s Context>handleSignal:
         0xaec4498 s Context>handleSignal:
         0xaecc270 s Context>handleSignal:
         0xaed4498 s Context>handleSignal:
         0xaedc310 s Context>handleSignal:
         0xaee43e8 s Context>handleSignal:
         0xaeebd08 s Context>handleSignal:
         0xaef3920 s Context>handleSignal:
         0xaefb698 s Context>handleSignal:
         0xaf03560 s Context>handleSignal:
         0xaf0ca58 s Context>handleSignal:
         0xaf143c0 s Context>handleSignal:
         0xaf1c018 s Context>handleSignal:
         0xaf22d58 s Context>handleSignal:
         0xaf29a20 s Context>handleSignal:
         0xaf30840 s Context>handleSignal:
         0xaf37358 s Context>handleSignal:
         0xaf3dd00 s Context>handleSignal:
         0xaf445f0 s Context>handleSignal:
         0xaf4ae28 s Context>handleSignal:
         0xaf515a8 s Context>handleSignal:
         0xaf57c70 s Context>handleSignal:
         0xaf5e280 s Context>handleSignal:
         0xaf647d8 s Context>handleSignal:
         0xaf6ac78 s Context>handleSignal:
         0xaf71060 s Context>handleSignal:
         0xaf77390 s Context>handleSignal:
         0xb1ce810 s Halt(Exception)>signal
         0xb2668f8 s Halt class(Exception class)>signal
         0xad728e0 s Halt class>now
         0xb1c11f0 s FullBlockClosure(Object)>halt
         0xb2576c8 s FullBlockClosure>printOn:
         0xb2a2230 s Context>printOn:
         0xb35fd10 s Context>printDebugOn:
         0xb360018 s [] in Context>debugStack:on:
         0xb3a2878 s OrderedCollection>do:
         0xb2a2338 s Context>debugStack:on:
         0xb35fea8 s Context>shortDebugStackOn:
         0xb3a27c0 s [] in SmalltalkImage>logError:inContext:
         0xb3c4fc8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cc560 s FullBlockClosure(BlockClosure)>on:do:
         0xb263db0 s SmalltalkImage>logStdErrorDuring:
         0xb2b1c08 s SmalltalkImage>logError:inContext:
         0xb370c80 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ada30 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cca18 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea1e0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb404268 s Halt(Exception)>unhandledErrorAction
         0xb404320 s Halt(UnhandledException)>defaultAction
         0xb4043d8 s UndefinedObject>handleSignal:
         0xad6e328 s Context>handleSignal:
         0xad73968 s Context>handleSignal:
         0xad73a20 s Context>handleSignal:
         0xad73ad8 s Context>handleSignal:
         0xad73b90 s Context>handleSignal:
         0xad73c48 s Context>handleSignal:
         0xad73d00 s Context>handleSignal:
         0xad73db8 s Context>handleSignal:
         0xad73e70 s Context>handleSignal:
         0xad73f28 s Context>handleSignal:
         0xada3378 s Context>handleSignal:
         0xadb6738 s Context>handleSignal:
         0xadc8450 s Context>handleSignal:
         0xadd94f8 s Context>handleSignal:
         0xadecea0 s Context>handleSignal:
         0xadfd5c0 s Context>handleSignal:
         0xae0d750 s Context>handleSignal:
         0xae1d538 s Context>handleSignal:
         0xae2f9b8 s Context>handleSignal:
         0xae3ef50 s Context>handleSignal:
         0xae51088 s Context>handleSignal:
         0xae5d5b0 s Context>handleSignal:
         0xae6a270 s Context>handleSignal:
         0xae75210 s Context>handleSignal:
         0xae7f088 s Context>handleSignal:
         0xae89a78 s Context>handleSignal:
         0xae939d8 s Context>handleSignal:
         0xae9e6b0 s Context>handleSignal:
         0xaeaaa78 s Context>handleSignal:
         0xaeb3ea8 s Context>handleSignal:
         0xaebc2d0 s Context>handleSignal:
         0xaec43e0 s Context>handleSignal:
         0xaecc1b8 s Context>handleSignal:
         0xaed43e0 s Context>handleSignal:
         0xaedc258 s Context>handleSignal:
         0xaee4330 s Context>handleSignal:
         0xaeebc50 s Context>handleSignal:
         0xaef3868 s Context>handleSignal:
         0xaefb5e0 s Context>handleSignal:
         0xaf034a8 s Context>handleSignal:
         0xaf0c9a0 s Context>handleSignal:
         0xaf14308 s Context>handleSignal:
         0xaf1bf60 s Context>handleSignal:
         0xaf22ca0 s Context>handleSignal:
         0xaf29968 s Context>handleSignal:
         0xaf30788 s Context>handleSignal:
         0xaf372a0 s Context>handleSignal:
         0xaf3dc48 s Context>handleSignal:
         0xaf44538 s Context>handleSignal:
         0xaf4ad70 s Context>handleSignal:
         0xaf514f0 s Context>handleSignal:
         0xaf57bb8 s Context>handleSignal:
         0xaf5e1c8 s Context>handleSignal:
         0xaf64720 s Context>handleSignal:
         0xaf6abc0 s Context>handleSignal:
         0xaf70fa8 s Context>handleSignal:
         0xb1ce6a0 s Halt(Exception)>signal
         0xb266728 s Halt class(Exception class)>signal
         0xad6e3e0 s Halt class>now
         0xb1c0a28 s FullBlockClosure(Object)>halt
         0xb256f30 s FullBlockClosure>printOn:
         0xb2a15d8 s Context>printOn:
         0xb35eb08 s Context>printDebugOn:
         0xb35fdc8 s [] in Context>debugStack:on:
         0xb3a26f8 s OrderedCollection>do:
         0xb2a2178 s Context>debugStack:on:
         0xb35fc58 s Context>shortDebugStackOn:
         0xb3a2640 s [] in SmalltalkImage>logError:inContext:
         0xb3c4ef0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cc3f0 s FullBlockClosure(BlockClosure)>on:do:
         0xb263be0 s SmalltalkImage>logStdErrorDuring:
         0xb2b1b08 s SmalltalkImage>logError:inContext:
         0xb370bb8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ad940 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cc938 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea128 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb404040 s Halt(Exception)>unhandledErrorAction
         0xb4040f8 s Halt(UnhandledException)>defaultAction
         0xb4041b0 s UndefinedObject>handleSignal:
         0xad6db40 s Context>handleSignal:
         0xad73180 s Context>handleSignal:
         0xad73238 s Context>handleSignal:
         0xad732f0 s Context>handleSignal:
         0xad733a8 s Context>handleSignal:
         0xad73460 s Context>handleSignal:
         0xad73518 s Context>handleSignal:
         0xad735d0 s Context>handleSignal:
         0xad73688 s Context>handleSignal:
         0xad73740 s Context>handleSignal:
         0xada32c0 s Context>handleSignal:
         0xadb6680 s Context>handleSignal:
         0xadc8398 s Context>handleSignal:
         0xadd9440 s Context>handleSignal:
         0xadecde8 s Context>handleSignal:
         0xadfd508 s Context>handleSignal:
         0xae0d698 s Context>handleSignal:
         0xae1d480 s Context>handleSignal:
         0xae2f900 s Context>handleSignal:
         0xae3ee98 s Context>handleSignal:
         0xae50fd0 s Context>handleSignal:
         0xae5d4f8 s Context>handleSignal:
         0xae6a1b8 s Context>handleSignal:
         0xae75158 s Context>handleSignal:
         0xae7efd0 s Context>handleSignal:
         0xae899c0 s Context>handleSignal:
         0xae93920 s Context>handleSignal:
         0xae9e5f8 s Context>handleSignal:
         0xaeaa9c0 s Context>handleSignal:
         0xaeb3df0 s Context>handleSignal:
         0xaebc218 s Context>handleSignal:
         0xaec4328 s Context>handleSignal:
         0xaecc100 s Context>handleSignal:
         0xaed4328 s Context>handleSignal:
         0xaedc1a0 s Context>handleSignal:
         0xaee4278 s Context>handleSignal:
         0xaeebb98 s Context>handleSignal:
         0xaef37b0 s Context>handleSignal:
         0xaefb528 s Context>handleSignal:
         0xaf033f0 s Context>handleSignal:
         0xaf0c8e8 s Context>handleSignal:
         0xaf14250 s Context>handleSignal:
         0xaf1bea8 s Context>handleSignal:
         0xaf22be8 s Context>handleSignal:
         0xaf298b0 s Context>handleSignal:
         0xaf306d0 s Context>handleSignal:
         0xaf371e8 s Context>handleSignal:
         0xaf3db90 s Context>handleSignal:
         0xaf44480 s Context>handleSignal:
         0xaf4acb8 s Context>handleSignal:
         0xaf51438 s Context>handleSignal:
         0xaf57b00 s Context>handleSignal:
         0xaf5e110 s Context>handleSignal:
         0xaf64668 s Context>handleSignal:
         0xaf6ab08 s Context>handleSignal:
         0xb1ce530 s Halt(Exception)>signal
         0xb266558 s Halt class(Exception class)>signal
         0xad6dbf8 s Halt class>now
         0xb1c0938 s FullBlockClosure(Object)>halt
         0xb256e48 s FullBlockClosure>printOn:
         0xb2a1418 s Context>printOn:
         0xb35e8b8 s Context>printDebugOn:
         0xb35ebc0 s [] in Context>debugStack:on:
         0xb3a1be0 s OrderedCollection>do:
         0xb2a1520 s Context>debugStack:on:
         0xb35ea50 s Context>shortDebugStackOn:
         0xb3a1b28 s [] in SmalltalkImage>logError:inContext:
         0xb3c4980 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cc280 s FullBlockClosure(BlockClosure)>on:do:
         0xb263a10 s SmalltalkImage>logStdErrorDuring:
         0xb2b1a08 s SmalltalkImage>logError:inContext:
         0xb370af0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ad850 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cc858 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ea070 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb403e18 s Halt(Exception)>unhandledErrorAction
         0xb403ed0 s Halt(UnhandledException)>defaultAction
         0xb403f88 s UndefinedObject>handleSignal:
         0xad6d358 s Context>handleSignal:
         0xad72998 s Context>handleSignal:
         0xad72a50 s Context>handleSignal:
         0xad72b08 s Context>handleSignal:
         0xad72bc0 s Context>handleSignal:
         0xad72c78 s Context>handleSignal:
         0xad72d30 s Context>handleSignal:
         0xad72de8 s Context>handleSignal:
         0xad72ea0 s Context>handleSignal:
         0xad72f58 s Context>handleSignal:
         0xada3208 s Context>handleSignal:
         0xadb65c8 s Context>handleSignal:
         0xadc82e0 s Context>handleSignal:
         0xadd9388 s Context>handleSignal:
         0xadecd30 s Context>handleSignal:
         0xadfd450 s Context>handleSignal:
         0xae0d5e0 s Context>handleSignal:
         0xae1d3c8 s Context>handleSignal:
         0xae2f848 s Context>handleSignal:
         0xae3ede0 s Context>handleSignal:
         0xae50f18 s Context>handleSignal:
         0xae5d440 s Context>handleSignal:
         0xae6a100 s Context>handleSignal:
         0xae750a0 s Context>handleSignal:
         0xae7ef18 s Context>handleSignal:
         0xae89908 s Context>handleSignal:
         0xae93868 s Context>handleSignal:
         0xae9e540 s Context>handleSignal:
         0xaeaa908 s Context>handleSignal:
         0xaeb3d38 s Context>handleSignal:
         0xaebc160 s Context>handleSignal:
         0xaec4270 s Context>handleSignal:
         0xaecc048 s Context>handleSignal:
         0xaed4270 s Context>handleSignal:
         0xaedc0e8 s Context>handleSignal:
         0xaee41c0 s Context>handleSignal:
         0xaeebae0 s Context>handleSignal:
         0xaef36f8 s Context>handleSignal:
         0xaefb470 s Context>handleSignal:
         0xaf03338 s Context>handleSignal:
         0xaf0c830 s Context>handleSignal:
         0xaf14198 s Context>handleSignal:
         0xaf1bdf0 s Context>handleSignal:
         0xaf22b30 s Context>handleSignal:
         0xaf297f8 s Context>handleSignal:
         0xaf30618 s Context>handleSignal:
         0xaf37130 s Context>handleSignal:
         0xaf3dad8 s Context>handleSignal:
         0xaf443c8 s Context>handleSignal:
         0xaf4ac00 s Context>handleSignal:
         0xaf51380 s Context>handleSignal:
         0xaf57a48 s Context>handleSignal:
         0xaf5e058 s Context>handleSignal:
         0xaf645b0 s Context>handleSignal:
         0xb1ce3c0 s Halt(Exception)>signal
         0xb266388 s Halt class(Exception class)>signal
         0xad6d410 s Halt class>now
         0xb1c0848 s FullBlockClosure(Object)>halt
         0xb256d60 s FullBlockClosure>printOn:
         0xb2a1258 s Context>printOn:
         0xb35e668 s Context>printDebugOn:
         0xb35e970 s [] in Context>debugStack:on:
         0xb3a1a60 s OrderedCollection>do:
         0xb2a1360 s Context>debugStack:on:
         0xb35e800 s Context>shortDebugStackOn:
         0xb3a19a8 s [] in SmalltalkImage>logError:inContext:
         0xb3c48a8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cc110 s FullBlockClosure(BlockClosure)>on:do:
         0xb263840 s SmalltalkImage>logStdErrorDuring:
         0xb2b1908 s SmalltalkImage>logError:inContext:
         0xb370a28 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ad760 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cc778 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9fb8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb402ab0 s Halt(Exception)>unhandledErrorAction
         0xb402b68 s Halt(UnhandledException)>defaultAction
         0xb402c20 s UndefinedObject>handleSignal:
         0xad6cb70 s Context>handleSignal:
         0xad6e498 s Context>handleSignal:
         0xad6e550 s Context>handleSignal:
         0xad6e608 s Context>handleSignal:
         0xad6e6c0 s Context>handleSignal:
         0xad6e778 s Context>handleSignal:
         0xad6e830 s Context>handleSignal:
         0xad6e8e8 s Context>handleSignal:
         0xad6e9a0 s Context>handleSignal:
         0xad6ea58 s Context>handleSignal:
         0xada2b90 s Context>handleSignal:
         0xadb5f50 s Context>handleSignal:
         0xadc7c68 s Context>handleSignal:
         0xadd8d10 s Context>handleSignal:
         0xadec6b8 s Context>handleSignal:
         0xadfcdd8 s Context>handleSignal:
         0xae0cf68 s Context>handleSignal:
         0xae1cd50 s Context>handleSignal:
         0xae2f1d0 s Context>handleSignal:
         0xae3e768 s Context>handleSignal:
         0xae508a0 s Context>handleSignal:
         0xae5cdc8 s Context>handleSignal:
         0xae69a88 s Context>handleSignal:
         0xae74a28 s Context>handleSignal:
         0xae7e8a0 s Context>handleSignal:
         0xae89290 s Context>handleSignal:
         0xae931f0 s Context>handleSignal:
         0xae9dec8 s Context>handleSignal:
         0xaeaa290 s Context>handleSignal:
         0xaeb36c0 s Context>handleSignal:
         0xaebbae8 s Context>handleSignal:
         0xaec3bf8 s Context>handleSignal:
         0xaecb9d0 s Context>handleSignal:
         0xaed3bf8 s Context>handleSignal:
         0xaedba70 s Context>handleSignal:
         0xaee3b48 s Context>handleSignal:
         0xaeeb468 s Context>handleSignal:
         0xaef3080 s Context>handleSignal:
         0xaefadf8 s Context>handleSignal:
         0xaf02cc0 s Context>handleSignal:
         0xaf0c1b8 s Context>handleSignal:
         0xaf13b20 s Context>handleSignal:
         0xaf1b778 s Context>handleSignal:
         0xaf224b8 s Context>handleSignal:
         0xaf29180 s Context>handleSignal:
         0xaf2ffa0 s Context>handleSignal:
         0xaf36ab8 s Context>handleSignal:
         0xaf3d460 s Context>handleSignal:
         0xaf43d50 s Context>handleSignal:
         0xaf4a588 s Context>handleSignal:
         0xaf50d08 s Context>handleSignal:
         0xaf573d0 s Context>handleSignal:
         0xaf5d9e0 s Context>handleSignal:
         0xb1ce250 s Halt(Exception)>signal
         0xb2661b8 s Halt class(Exception class)>signal
         0xad6cc28 s Halt class>now
         0xb1c0758 s FullBlockClosure(Object)>halt
         0xb256c78 s FullBlockClosure>printOn:
         0xb2a1098 s Context>printOn:
         0xb35e418 s Context>printDebugOn:
         0xb35e720 s [] in Context>debugStack:on:
         0xb3a18e0 s OrderedCollection>do:
         0xb2a11a0 s Context>debugStack:on:
         0xb35e5b0 s Context>shortDebugStackOn:
         0xb3a1828 s [] in SmalltalkImage>logError:inContext:
         0xb3c47d0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cbfa0 s FullBlockClosure(BlockClosure)>on:do:
         0xb263670 s SmalltalkImage>logStdErrorDuring:
         0xb2b1808 s SmalltalkImage>logError:inContext:
         0xb370960 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ad670 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cc698 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9f00 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb402888 s Halt(Exception)>unhandledErrorAction
         0xb402940 s Halt(UnhandledException)>defaultAction
         0xb4029f8 s UndefinedObject>handleSignal:
         0xad6c388 s Context>handleSignal:
         0xad6dcb0 s Context>handleSignal:
         0xad6dd68 s Context>handleSignal:
         0xad6de20 s Context>handleSignal:
         0xad6ded8 s Context>handleSignal:
         0xad6df90 s Context>handleSignal:
         0xad6e048 s Context>handleSignal:
         0xad6e100 s Context>handleSignal:
         0xad6e1b8 s Context>handleSignal:
         0xad6e270 s Context>handleSignal:
         0xada2ad8 s Context>handleSignal:
         0xadb5e98 s Context>handleSignal:
         0xadc7bb0 s Context>handleSignal:
         0xadd8c58 s Context>handleSignal:
         0xadec600 s Context>handleSignal:
         0xadfcd20 s Context>handleSignal:
         0xae0ceb0 s Context>handleSignal:
         0xae1cc98 s Context>handleSignal:
         0xae2f118 s Context>handleSignal:
         0xae3e6b0 s Context>handleSignal:
         0xae507e8 s Context>handleSignal:
         0xae5cd10 s Context>handleSignal:
         0xae699d0 s Context>handleSignal:
         0xae74970 s Context>handleSignal:
         0xae7e7e8 s Context>handleSignal:
         0xae891d8 s Context>handleSignal:
         0xae93138 s Context>handleSignal:
         0xae9de10 s Context>handleSignal:
         0xaeaa1d8 s Context>handleSignal:
         0xaeb3608 s Context>handleSignal:
         0xaebba30 s Context>handleSignal:
         0xaec3b40 s Context>handleSignal:
         0xaecb918 s Context>handleSignal:
         0xaed3b40 s Context>handleSignal:
         0xaedb9b8 s Context>handleSignal:
         0xaee3a90 s Context>handleSignal:
         0xaeeb3b0 s Context>handleSignal:
         0xaef2fc8 s Context>handleSignal:
         0xaefad40 s Context>handleSignal:
         0xaf02c08 s Context>handleSignal:
         0xaf0c100 s Context>handleSignal:
         0xaf13a68 s Context>handleSignal:
         0xaf1b6c0 s Context>handleSignal:
         0xaf22400 s Context>handleSignal:
         0xaf290c8 s Context>handleSignal:
         0xaf2fee8 s Context>handleSignal:
         0xaf36a00 s Context>handleSignal:
         0xaf3d3a8 s Context>handleSignal:
         0xaf43c98 s Context>handleSignal:
         0xaf4a4d0 s Context>handleSignal:
         0xaf50c50 s Context>handleSignal:
         0xaf57318 s Context>handleSignal:
         0xb1ce0e0 s Halt(Exception)>signal
         0xb265fe8 s Halt class(Exception class)>signal
         0xad6c440 s Halt class>now
         0xb1c0668 s FullBlockClosure(Object)>halt
         0xb256b90 s FullBlockClosure>printOn:
         0xb2a0ed8 s Context>printOn:
         0xb35e1c8 s Context>printDebugOn:
         0xb35e4d0 s [] in Context>debugStack:on:
         0xb3a1760 s OrderedCollection>do:
         0xb2a0fe0 s Context>debugStack:on:
         0xb35e360 s Context>shortDebugStackOn:
         0xb3a16a8 s [] in SmalltalkImage>logError:inContext:
         0xb3c46f8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cbe30 s FullBlockClosure(BlockClosure)>on:do:
         0xb2634a0 s SmalltalkImage>logStdErrorDuring:
         0xb2b1708 s SmalltalkImage>logError:inContext:
         0xb370898 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ad580 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cc5b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9e48 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb402660 s Halt(Exception)>unhandledErrorAction
         0xb402718 s Halt(UnhandledException)>defaultAction
         0xb4027d0 s UndefinedObject>handleSignal:
         0xad6bba0 s Context>handleSignal:
         0xad6d4c8 s Context>handleSignal:
         0xad6d580 s Context>handleSignal:
         0xad6d638 s Context>handleSignal:
         0xad6d6f0 s Context>handleSignal:
         0xad6d7a8 s Context>handleSignal:
         0xad6d860 s Context>handleSignal:
         0xad6d918 s Context>handleSignal:
         0xad6d9d0 s Context>handleSignal:
         0xad6da88 s Context>handleSignal:
         0xada2a20 s Context>handleSignal:
         0xadb5de0 s Context>handleSignal:
         0xadc7af8 s Context>handleSignal:
         0xadd8ba0 s Context>handleSignal:
         0xadec548 s Context>handleSignal:
         0xadfcc68 s Context>handleSignal:
         0xae0cdf8 s Context>handleSignal:
         0xae1cbe0 s Context>handleSignal:
         0xae2f060 s Context>handleSignal:
         0xae3e5f8 s Context>handleSignal:
         0xae50730 s Context>handleSignal:
         0xae5cc58 s Context>handleSignal:
         0xae69918 s Context>handleSignal:
         0xae748b8 s Context>handleSignal:
         0xae7e730 s Context>handleSignal:
         0xae89120 s Context>handleSignal:
         0xae93080 s Context>handleSignal:
         0xae9dd58 s Context>handleSignal:
         0xaeaa120 s Context>handleSignal:
         0xaeb3550 s Context>handleSignal:
         0xaebb978 s Context>handleSignal:
         0xaec3a88 s Context>handleSignal:
         0xaecb860 s Context>handleSignal:
         0xaed3a88 s Context>handleSignal:
         0xaedb900 s Context>handleSignal:
         0xaee39d8 s Context>handleSignal:
         0xaeeb2f8 s Context>handleSignal:
         0xaef2f10 s Context>handleSignal:
         0xaefac88 s Context>handleSignal:
         0xaf02b50 s Context>handleSignal:
         0xaf0c048 s Context>handleSignal:
         0xaf139b0 s Context>handleSignal:
         0xaf1b608 s Context>handleSignal:
         0xaf22348 s Context>handleSignal:
         0xaf29010 s Context>handleSignal:
         0xaf2fe30 s Context>handleSignal:
         0xaf36948 s Context>handleSignal:
         0xaf3d2f0 s Context>handleSignal:
         0xaf43be0 s Context>handleSignal:
         0xaf4a418 s Context>handleSignal:
         0xaf50b98 s Context>handleSignal:
         0xb1cdf70 s Halt(Exception)>signal
         0xb265e18 s Halt class(Exception class)>signal
         0xad6bc58 s Halt class>now
         0xb1c0578 s FullBlockClosure(Object)>halt
         0xb256aa8 s FullBlockClosure>printOn:
         0xb2a0d18 s Context>printOn:
         0xb35df78 s Context>printDebugOn:
         0xb35e280 s [] in Context>debugStack:on:
         0xb3a15e0 s OrderedCollection>do:
         0xb2a0e20 s Context>debugStack:on:
         0xb35e110 s Context>shortDebugStackOn:
         0xb3a1528 s [] in SmalltalkImage>logError:inContext:
         0xb3c4620 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cbcc0 s FullBlockClosure(BlockClosure)>on:do:
         0xb2632d0 s SmalltalkImage>logStdErrorDuring:
         0xb2b1608 s SmalltalkImage>logError:inContext:
         0xb3707d0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ad490 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cc4d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9d90 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb402438 s Halt(Exception)>unhandledErrorAction
         0xb4024f0 s Halt(UnhandledException)>defaultAction
         0xb4025a8 s UndefinedObject>handleSignal:
         0xad6b3b8 s Context>handleSignal:
         0xad6cce0 s Context>handleSignal:
         0xad6cd98 s Context>handleSignal:
         0xad6ce50 s Context>handleSignal:
         0xad6cf08 s Context>handleSignal:
         0xad6cfc0 s Context>handleSignal:
         0xad6d078 s Context>handleSignal:
         0xad6d130 s Context>handleSignal:
         0xad6d1e8 s Context>handleSignal:
         0xad6d2a0 s Context>handleSignal:
         0xada2968 s Context>handleSignal:
         0xadb5d28 s Context>handleSignal:
         0xadc7a40 s Context>handleSignal:
         0xadd8ae8 s Context>handleSignal:
         0xadec490 s Context>handleSignal:
         0xadfcbb0 s Context>handleSignal:
         0xae0cd40 s Context>handleSignal:
         0xae1cb28 s Context>handleSignal:
         0xae2efa8 s Context>handleSignal:
         0xae3e540 s Context>handleSignal:
         0xae50678 s Context>handleSignal:
         0xae5cba0 s Context>handleSignal:
         0xae69860 s Context>handleSignal:
         0xae74800 s Context>handleSignal:
         0xae7e678 s Context>handleSignal:
         0xae89068 s Context>handleSignal:
         0xae92fc8 s Context>handleSignal:
         0xae9dca0 s Context>handleSignal:
         0xaeaa068 s Context>handleSignal:
         0xaeb3498 s Context>handleSignal:
         0xaebb8c0 s Context>handleSignal:
         0xaec39d0 s Context>handleSignal:
         0xaecb7a8 s Context>handleSignal:
         0xaed39d0 s Context>handleSignal:
         0xaedb848 s Context>handleSignal:
         0xaee3920 s Context>handleSignal:
         0xaeeb240 s Context>handleSignal:
         0xaef2e58 s Context>handleSignal:
         0xaefabd0 s Context>handleSignal:
         0xaf02a98 s Context>handleSignal:
         0xaf0bf90 s Context>handleSignal:
         0xaf138f8 s Context>handleSignal:
         0xaf1b550 s Context>handleSignal:
         0xaf22290 s Context>handleSignal:
         0xaf28f58 s Context>handleSignal:
         0xaf2fd78 s Context>handleSignal:
         0xaf36890 s Context>handleSignal:
         0xaf3d238 s Context>handleSignal:
         0xaf43b28 s Context>handleSignal:
         0xaf4a360 s Context>handleSignal:
         0xb1cde00 s Halt(Exception)>signal
         0xb265c48 s Halt class(Exception class)>signal
         0xad6b470 s Halt class>now
         0xb1c0488 s FullBlockClosure(Object)>halt
         0xb2569c0 s FullBlockClosure>printOn:
         0xb2a0b58 s Context>printOn:
         0xb35dd28 s Context>printDebugOn:
         0xb35e030 s [] in Context>debugStack:on:
         0xb3a1460 s OrderedCollection>do:
         0xb2a0c60 s Context>debugStack:on:
         0xb35dec0 s Context>shortDebugStackOn:
         0xb3a13a8 s [] in SmalltalkImage>logError:inContext:
         0xb3c4548 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cbb20 s FullBlockClosure(BlockClosure)>on:do:
         0xb263100 s SmalltalkImage>logStdErrorDuring:
         0xb2b1508 s SmalltalkImage>logError:inContext:
         0xb370708 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ad3a0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cc3f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9cd8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb402210 s Halt(Exception)>unhandledErrorAction
         0xb4022c8 s Halt(UnhandledException)>defaultAction
         0xb402380 s UndefinedObject>handleSignal:
         0xad6abd0 s Context>handleSignal:
         0xad6c4f8 s Context>handleSignal:
         0xad6c5b0 s Context>handleSignal:
         0xad6c668 s Context>handleSignal:
         0xad6c720 s Context>handleSignal:
         0xad6c7d8 s Context>handleSignal:
         0xad6c890 s Context>handleSignal:
         0xad6c948 s Context>handleSignal:
         0xad6ca00 s Context>handleSignal:
         0xad6cab8 s Context>handleSignal:
         0xada28b0 s Context>handleSignal:
         0xadb5c70 s Context>handleSignal:
         0xadc7988 s Context>handleSignal:
         0xadd8a30 s Context>handleSignal:
         0xadec3d8 s Context>handleSignal:
         0xadfcaf8 s Context>handleSignal:
         0xae0cc88 s Context>handleSignal:
         0xae1ca70 s Context>handleSignal:
         0xae2eef0 s Context>handleSignal:
         0xae3e488 s Context>handleSignal:
         0xae505c0 s Context>handleSignal:
         0xae5cae8 s Context>handleSignal:
         0xae697a8 s Context>handleSignal:
         0xae74748 s Context>handleSignal:
         0xae7e5c0 s Context>handleSignal:
         0xae88fb0 s Context>handleSignal:
         0xae92f10 s Context>handleSignal:
         0xae9dbe8 s Context>handleSignal:
         0xaea9fb0 s Context>handleSignal:
         0xaeb33e0 s Context>handleSignal:
         0xaebb808 s Context>handleSignal:
         0xaec3918 s Context>handleSignal:
         0xaecb6f0 s Context>handleSignal:
         0xaed3918 s Context>handleSignal:
         0xaedb790 s Context>handleSignal:
         0xaee3868 s Context>handleSignal:
         0xaeeb188 s Context>handleSignal:
         0xaef2da0 s Context>handleSignal:
         0xaefab18 s Context>handleSignal:
         0xaf029e0 s Context>handleSignal:
         0xaf0bed8 s Context>handleSignal:
         0xaf13840 s Context>handleSignal:
         0xaf1b498 s Context>handleSignal:
         0xaf221d8 s Context>handleSignal:
         0xaf28ea0 s Context>handleSignal:
         0xaf2fcc0 s Context>handleSignal:
         0xaf367d8 s Context>handleSignal:
         0xaf3d180 s Context>handleSignal:
         0xaf43a70 s Context>handleSignal:
         0xb1cdc90 s Halt(Exception)>signal
         0xb265a78 s Halt class(Exception class)>signal
         0xad6ac88 s Halt class>now
         0xb1c0398 s FullBlockClosure(Object)>halt
         0xb2568d8 s FullBlockClosure>printOn:
         0xb2a0998 s Context>printOn:
         0xb35dad8 s Context>printDebugOn:
         0xb35dde0 s [] in Context>debugStack:on:
         0xb3a12e0 s OrderedCollection>do:
         0xb2a0aa0 s Context>debugStack:on:
         0xb35dc70 s Context>shortDebugStackOn:
         0xb3a1228 s [] in SmalltalkImage>logError:inContext:
         0xb3c4470 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cb8f8 s FullBlockClosure(BlockClosure)>on:do:
         0xb262e18 s SmalltalkImage>logStdErrorDuring:
         0xb2b1308 s SmalltalkImage>logError:inContext:
         0xb370578 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ad1c0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cc238 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9b68 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb401fe8 s Halt(Exception)>unhandledErrorAction
         0xb4020a0 s Halt(UnhandledException)>defaultAction
         0xb402158 s UndefinedObject>handleSignal:
         0xad6a3e8 s Context>handleSignal:
         0xad6bd10 s Context>handleSignal:
         0xad6bdc8 s Context>handleSignal:
         0xad6be80 s Context>handleSignal:
         0xad6bf38 s Context>handleSignal:
         0xad6bff0 s Context>handleSignal:
         0xad6c0a8 s Context>handleSignal:
         0xad6c160 s Context>handleSignal:
         0xad6c218 s Context>handleSignal:
         0xad6c2d0 s Context>handleSignal:
         0xada27f8 s Context>handleSignal:
         0xadb5bb8 s Context>handleSignal:
         0xadc78d0 s Context>handleSignal:
         0xadd8978 s Context>handleSignal:
         0xadec320 s Context>handleSignal:
         0xadfca40 s Context>handleSignal:
         0xae0cbd0 s Context>handleSignal:
         0xae1c9b8 s Context>handleSignal:
         0xae2ee38 s Context>handleSignal:
         0xae3e3d0 s Context>handleSignal:
         0xae50508 s Context>handleSignal:
         0xae5ca30 s Context>handleSignal:
         0xae696f0 s Context>handleSignal:
         0xae74690 s Context>handleSignal:
         0xae7e508 s Context>handleSignal:
         0xae88ef8 s Context>handleSignal:
         0xae92e58 s Context>handleSignal:
         0xae9db30 s Context>handleSignal:
         0xaea9ef8 s Context>handleSignal:
         0xaeb3328 s Context>handleSignal:
         0xaebb750 s Context>handleSignal:
         0xaec3860 s Context>handleSignal:
         0xaecb638 s Context>handleSignal:
         0xaed3860 s Context>handleSignal:
         0xaedb6d8 s Context>handleSignal:
         0xaee37b0 s Context>handleSignal:
         0xaeeb0d0 s Context>handleSignal:
         0xaef2ce8 s Context>handleSignal:
         0xaefaa60 s Context>handleSignal:
         0xaf02928 s Context>handleSignal:
         0xaf0be20 s Context>handleSignal:
         0xaf13788 s Context>handleSignal:
         0xaf1b3e0 s Context>handleSignal:
         0xaf22120 s Context>handleSignal:
         0xaf28de8 s Context>handleSignal:
         0xaf2fc08 s Context>handleSignal:
         0xaf36720 s Context>handleSignal:
         0xaf3d0c8 s Context>handleSignal:
         0xb1cdb20 s Halt(Exception)>signal
         0xb2658a8 s Halt class(Exception class)>signal
         0xad6a4a0 s Halt class>now
         0xb1c02a8 s FullBlockClosure(Object)>halt
         0xb2567f0 s FullBlockClosure>printOn:
         0xb2a07d8 s Context>printOn:
         0xb35d888 s Context>printDebugOn:
         0xb35db90 s [] in Context>debugStack:on:
         0xb3a1160 s OrderedCollection>do:
         0xb2a08e0 s Context>debugStack:on:
         0xb35da20 s Context>shortDebugStackOn:
         0xb3a10a8 s [] in SmalltalkImage>logError:inContext:
         0xb3c4398 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cb6d0 s FullBlockClosure(BlockClosure)>on:do:
         0xb262b30 s SmalltalkImage>logStdErrorDuring:
         0xb2b1108 s SmalltalkImage>logError:inContext:
         0xb3703e8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3acfe0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cc078 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e99f8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb401dc0 s Halt(Exception)>unhandledErrorAction
         0xb401e78 s Halt(UnhandledException)>defaultAction
         0xb401f30 s UndefinedObject>handleSignal:
         0xad69c00 s Context>handleSignal:
         0xad6b528 s Context>handleSignal:
         0xad6b5e0 s Context>handleSignal:
         0xad6b698 s Context>handleSignal:
         0xad6b750 s Context>handleSignal:
         0xad6b808 s Context>handleSignal:
         0xad6b8c0 s Context>handleSignal:
         0xad6b978 s Context>handleSignal:
         0xad6ba30 s Context>handleSignal:
         0xad6bae8 s Context>handleSignal:
         0xada2740 s Context>handleSignal:
         0xadb5b00 s Context>handleSignal:
         0xadc7818 s Context>handleSignal:
         0xadd88c0 s Context>handleSignal:
         0xadec268 s Context>handleSignal:
         0xadfc988 s Context>handleSignal:
         0xae0cb18 s Context>handleSignal:
         0xae1c900 s Context>handleSignal:
         0xae2ed80 s Context>handleSignal:
         0xae3e318 s Context>handleSignal:
         0xae50450 s Context>handleSignal:
         0xae5c978 s Context>handleSignal:
         0xae69638 s Context>handleSignal:
         0xae745d8 s Context>handleSignal:
         0xae7e450 s Context>handleSignal:
         0xae88e40 s Context>handleSignal:
         0xae92da0 s Context>handleSignal:
         0xae9da78 s Context>handleSignal:
         0xaea9e40 s Context>handleSignal:
         0xaeb3270 s Context>handleSignal:
         0xaebb698 s Context>handleSignal:
         0xaec37a8 s Context>handleSignal:
         0xaecb580 s Context>handleSignal:
         0xaed37a8 s Context>handleSignal:
         0xaedb620 s Context>handleSignal:
         0xaee36f8 s Context>handleSignal:
         0xaeeb018 s Context>handleSignal:
         0xaef2c30 s Context>handleSignal:
         0xaefa9a8 s Context>handleSignal:
         0xaf02870 s Context>handleSignal:
         0xaf0bd68 s Context>handleSignal:
         0xaf136d0 s Context>handleSignal:
         0xaf1b328 s Context>handleSignal:
         0xaf22068 s Context>handleSignal:
         0xaf28d30 s Context>handleSignal:
         0xaf2fb50 s Context>handleSignal:
         0xaf36668 s Context>handleSignal:
         0xb1cd9b0 s Halt(Exception)>signal
         0xb2656d8 s Halt class(Exception class)>signal
         0xad69cb8 s Halt class>now
         0xb1c01b8 s FullBlockClosure(Object)>halt
         0xb256708 s FullBlockClosure>printOn:
         0xb2a0618 s Context>printOn:
         0xb35d638 s Context>printDebugOn:
         0xb35d940 s [] in Context>debugStack:on:
         0xb3a0fe0 s OrderedCollection>do:
         0xb2a0720 s Context>debugStack:on:
         0xb35d7d0 s Context>shortDebugStackOn:
         0xb3a0f28 s [] in SmalltalkImage>logError:inContext:
         0xb3c42c0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cb490 s FullBlockClosure(BlockClosure)>on:do:
         0xb262810 s SmalltalkImage>logStdErrorDuring:
         0xb2b0ed8 s SmalltalkImage>logError:inContext:
         0xb370208 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3acdc0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cbeb8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9888 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb401b98 s Halt(Exception)>unhandledErrorAction
         0xb401c50 s Halt(UnhandledException)>defaultAction
         0xb401d08 s UndefinedObject>handleSignal:
         0xad69418 s Context>handleSignal:
         0xad6ad40 s Context>handleSignal:
         0xad6adf8 s Context>handleSignal:
         0xad6aeb0 s Context>handleSignal:
         0xad6af68 s Context>handleSignal:
         0xad6b020 s Context>handleSignal:
         0xad6b0d8 s Context>handleSignal:
         0xad6b190 s Context>handleSignal:
         0xad6b248 s Context>handleSignal:
         0xad6b300 s Context>handleSignal:
         0xada2688 s Context>handleSignal:
         0xadb5a48 s Context>handleSignal:
         0xadc7760 s Context>handleSignal:
         0xadd8808 s Context>handleSignal:
         0xadec1b0 s Context>handleSignal:
         0xadfc8d0 s Context>handleSignal:
         0xae0ca60 s Context>handleSignal:
         0xae1c848 s Context>handleSignal:
         0xae2ecc8 s Context>handleSignal:
         0xae3e260 s Context>handleSignal:
         0xae50398 s Context>handleSignal:
         0xae5c8c0 s Context>handleSignal:
         0xae69580 s Context>handleSignal:
         0xae74520 s Context>handleSignal:
         0xae7e398 s Context>handleSignal:
         0xae88d88 s Context>handleSignal:
         0xae92ce8 s Context>handleSignal:
         0xae9d9c0 s Context>handleSignal:
         0xaea9d88 s Context>handleSignal:
         0xaeb31b8 s Context>handleSignal:
         0xaebb5e0 s Context>handleSignal:
         0xaec36f0 s Context>handleSignal:
         0xaecb4c8 s Context>handleSignal:
         0xaed36f0 s Context>handleSignal:
         0xaedb568 s Context>handleSignal:
         0xaee3640 s Context>handleSignal:
         0xaeeaf60 s Context>handleSignal:
         0xaef2b78 s Context>handleSignal:
         0xaefa8f0 s Context>handleSignal:
         0xaf027b8 s Context>handleSignal:
         0xaf0bcb0 s Context>handleSignal:
         0xaf13618 s Context>handleSignal:
         0xaf1b270 s Context>handleSignal:
         0xaf21fb0 s Context>handleSignal:
         0xaf28c78 s Context>handleSignal:
         0xaf2fa98 s Context>handleSignal:
         0xb1cd840 s Halt(Exception)>signal
         0xb265508 s Halt class(Exception class)>signal
         0xad694d0 s Halt class>now
         0xb1c00c8 s FullBlockClosure(Object)>halt
         0xb256620 s FullBlockClosure>printOn:
         0xb2a0458 s Context>printOn:
         0xb35d3e8 s Context>printDebugOn:
         0xb35d6f0 s [] in Context>debugStack:on:
         0xb3a0e60 s OrderedCollection>do:
         0xb2a0560 s Context>debugStack:on:
         0xb35d580 s Context>shortDebugStackOn:
         0xb3a0da8 s [] in SmalltalkImage>logError:inContext:
         0xb3c41e8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cb268 s FullBlockClosure(BlockClosure)>on:do:
         0xb262528 s SmalltalkImage>logStdErrorDuring:
         0xb2b0cd8 s SmalltalkImage>logError:inContext:
         0xb370078 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3acbe0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cbcf8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9718 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb401970 s Halt(Exception)>unhandledErrorAction
         0xb401a28 s Halt(UnhandledException)>defaultAction
         0xb401ae0 s UndefinedObject>handleSignal:
         0xad68c30 s Context>handleSignal:
         0xad6a558 s Context>handleSignal:
         0xad6a610 s Context>handleSignal:
         0xad6a6c8 s Context>handleSignal:
         0xad6a780 s Context>handleSignal:
         0xad6a838 s Context>handleSignal:
         0xad6a8f0 s Context>handleSignal:
         0xad6a9a8 s Context>handleSignal:
         0xad6aa60 s Context>handleSignal:
         0xad6ab18 s Context>handleSignal:
         0xada25d0 s Context>handleSignal:
         0xadb5990 s Context>handleSignal:
         0xadc76a8 s Context>handleSignal:
         0xadd8750 s Context>handleSignal:
         0xadec0f8 s Context>handleSignal:
         0xadfc818 s Context>handleSignal:
         0xae0c9a8 s Context>handleSignal:
         0xae1c790 s Context>handleSignal:
         0xae2ec10 s Context>handleSignal:
         0xae3e1a8 s Context>handleSignal:
         0xae502e0 s Context>handleSignal:
         0xae5c808 s Context>handleSignal:
         0xae694c8 s Context>handleSignal:
         0xae74468 s Context>handleSignal:
         0xae7e2e0 s Context>handleSignal:
         0xae88cd0 s Context>handleSignal:
         0xae92c30 s Context>handleSignal:
         0xae9d908 s Context>handleSignal:
         0xaea9cd0 s Context>handleSignal:
         0xaeb3100 s Context>handleSignal:
         0xaebb528 s Context>handleSignal:
         0xaec3638 s Context>handleSignal:
         0xaecb410 s Context>handleSignal:
         0xaed3638 s Context>handleSignal:
         0xaedb4b0 s Context>handleSignal:
         0xaee3588 s Context>handleSignal:
         0xaeeaea8 s Context>handleSignal:
         0xaef2ac0 s Context>handleSignal:
         0xaefa838 s Context>handleSignal:
         0xaf02700 s Context>handleSignal:
         0xaf0bbf8 s Context>handleSignal:
         0xaf13560 s Context>handleSignal:
         0xaf1b1b8 s Context>handleSignal:
         0xaf21ef8 s Context>handleSignal:
         0xaf28bc0 s Context>handleSignal:
         0xb1cd6d0 s Halt(Exception)>signal
         0xb265338 s Halt class(Exception class)>signal
         0xad68ce8 s Halt class>now
         0xb1bffd8 s FullBlockClosure(Object)>halt
         0xb256538 s FullBlockClosure>printOn:
         0xb2a0298 s Context>printOn:
         0xb35d198 s Context>printDebugOn:
         0xb35d4a0 s [] in Context>debugStack:on:
         0xb3a0ce0 s OrderedCollection>do:
         0xb2a03a0 s Context>debugStack:on:
         0xb35d330 s Context>shortDebugStackOn:
         0xb3a0c28 s [] in SmalltalkImage>logError:inContext:
         0xb3c4110 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cb040 s FullBlockClosure(BlockClosure)>on:do:
         0xb262240 s SmalltalkImage>logStdErrorDuring:
         0xb2b0ad8 s SmalltalkImage>logError:inContext:
         0xb36fee8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aca00 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cbb38 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e95a8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb401748 s Halt(Exception)>unhandledErrorAction
         0xb401800 s Halt(UnhandledException)>defaultAction
         0xb4018b8 s UndefinedObject>handleSignal:
         0xad68448 s Context>handleSignal:
         0xad69d70 s Context>handleSignal:
         0xad69e28 s Context>handleSignal:
         0xad69ee0 s Context>handleSignal:
         0xad69f98 s Context>handleSignal:
         0xad6a050 s Context>handleSignal:
         0xad6a108 s Context>handleSignal:
         0xad6a1c0 s Context>handleSignal:
         0xad6a278 s Context>handleSignal:
         0xad6a330 s Context>handleSignal:
         0xada2518 s Context>handleSignal:
         0xadb58d8 s Context>handleSignal:
         0xadc75f0 s Context>handleSignal:
         0xadd8698 s Context>handleSignal:
         0xadec040 s Context>handleSignal:
         0xadfc760 s Context>handleSignal:
         0xae0c8f0 s Context>handleSignal:
         0xae1c6d8 s Context>handleSignal:
         0xae2eb58 s Context>handleSignal:
         0xae3e0f0 s Context>handleSignal:
         0xae50228 s Context>handleSignal:
         0xae5c750 s Context>handleSignal:
         0xae69410 s Context>handleSignal:
         0xae743b0 s Context>handleSignal:
         0xae7e228 s Context>handleSignal:
         0xae88c18 s Context>handleSignal:
         0xae92b78 s Context>handleSignal:
         0xae9d850 s Context>handleSignal:
         0xaea9c18 s Context>handleSignal:
         0xaeb3048 s Context>handleSignal:
         0xaebb470 s Context>handleSignal:
         0xaec3580 s Context>handleSignal:
         0xaecb358 s Context>handleSignal:
         0xaed3580 s Context>handleSignal:
         0xaedb3f8 s Context>handleSignal:
         0xaee34d0 s Context>handleSignal:
         0xaeeadf0 s Context>handleSignal:
         0xaef2a08 s Context>handleSignal:
         0xaefa780 s Context>handleSignal:
         0xaf02648 s Context>handleSignal:
         0xaf0bb40 s Context>handleSignal:
         0xaf134a8 s Context>handleSignal:
         0xaf1b100 s Context>handleSignal:
         0xaf21e40 s Context>handleSignal:
         0xb1cd560 s Halt(Exception)>signal
         0xb265168 s Halt class(Exception class)>signal
         0xad68500 s Halt class>now
         0xb1bfee8 s FullBlockClosure(Object)>halt
         0xb256450 s FullBlockClosure>printOn:
         0xb2a00d8 s Context>printOn:
         0xb35cf48 s Context>printDebugOn:
         0xb35d250 s [] in Context>debugStack:on:
         0xb3a0b60 s OrderedCollection>do:
         0xb2a01e0 s Context>debugStack:on:
         0xb35d0e0 s Context>shortDebugStackOn:
         0xb3a0aa8 s [] in SmalltalkImage>logError:inContext:
         0xb3c4038 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cadf0 s FullBlockClosure(BlockClosure)>on:do:
         0xb261f58 s SmalltalkImage>logStdErrorDuring:
         0xb2b08d8 s SmalltalkImage>logError:inContext:
         0xb36fd58 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ac820 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cb978 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9438 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb401520 s Halt(Exception)>unhandledErrorAction
         0xb4015d8 s Halt(UnhandledException)>defaultAction
         0xb401690 s UndefinedObject>handleSignal:
         0xad67c60 s Context>handleSignal:
         0xad69588 s Context>handleSignal:
         0xad69640 s Context>handleSignal:
         0xad696f8 s Context>handleSignal:
         0xad697b0 s Context>handleSignal:
         0xad69868 s Context>handleSignal:
         0xad69920 s Context>handleSignal:
         0xad699d8 s Context>handleSignal:
         0xad69a90 s Context>handleSignal:
         0xad69b48 s Context>handleSignal:
         0xada2460 s Context>handleSignal:
         0xadb5820 s Context>handleSignal:
         0xadc7538 s Context>handleSignal:
         0xadd85e0 s Context>handleSignal:
         0xadebf88 s Context>handleSignal:
         0xadfc6a8 s Context>handleSignal:
         0xae0c838 s Context>handleSignal:
         0xae1c620 s Context>handleSignal:
         0xae2eaa0 s Context>handleSignal:
         0xae3e038 s Context>handleSignal:
         0xae50170 s Context>handleSignal:
         0xae5c698 s Context>handleSignal:
         0xae69358 s Context>handleSignal:
         0xae742f8 s Context>handleSignal:
         0xae7e170 s Context>handleSignal:
         0xae88b60 s Context>handleSignal:
         0xae92ac0 s Context>handleSignal:
         0xae9d798 s Context>handleSignal:
         0xaea9b60 s Context>handleSignal:
         0xaeb2f90 s Context>handleSignal:
         0xaebb3b8 s Context>handleSignal:
         0xaec34c8 s Context>handleSignal:
         0xaecb2a0 s Context>handleSignal:
         0xaed34c8 s Context>handleSignal:
         0xaedb340 s Context>handleSignal:
         0xaee3418 s Context>handleSignal:
         0xaeead38 s Context>handleSignal:
         0xaef2950 s Context>handleSignal:
         0xaefa6c8 s Context>handleSignal:
         0xaf02590 s Context>handleSignal:
         0xaf0ba88 s Context>handleSignal:
         0xaf133f0 s Context>handleSignal:
         0xaf1b048 s Context>handleSignal:
         0xb1cd3f0 s Halt(Exception)>signal
         0xb264f98 s Halt class(Exception class)>signal
         0xad67d18 s Halt class>now
         0xb1bfdf8 s FullBlockClosure(Object)>halt
         0xb256368 s FullBlockClosure>printOn:
         0xb29ff18 s Context>printOn:
         0xb35ccf8 s Context>printDebugOn:
         0xb35d000 s [] in Context>debugStack:on:
         0xb3a09e0 s OrderedCollection>do:
         0xb2a0020 s Context>debugStack:on:
         0xb35ce90 s Context>shortDebugStackOn:
         0xb3a0928 s [] in SmalltalkImage>logError:inContext:
         0xb3c3f60 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cabb8 s FullBlockClosure(BlockClosure)>on:do:
         0xb261c70 s SmalltalkImage>logStdErrorDuring:
         0xb2b06d8 s SmalltalkImage>logError:inContext:
         0xb36fbc8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ac640 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cb7b8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e92c8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4012f8 s Halt(Exception)>unhandledErrorAction
         0xb4013b0 s Halt(UnhandledException)>defaultAction
         0xb401468 s UndefinedObject>handleSignal:
         0xad67478 s Context>handleSignal:
         0xad68da0 s Context>handleSignal:
         0xad68e58 s Context>handleSignal:
         0xad68f10 s Context>handleSignal:
         0xad68fc8 s Context>handleSignal:
         0xad69080 s Context>handleSignal:
         0xad69138 s Context>handleSignal:
         0xad691f0 s Context>handleSignal:
         0xad692a8 s Context>handleSignal:
         0xad69360 s Context>handleSignal:
         0xada23a8 s Context>handleSignal:
         0xadb5768 s Context>handleSignal:
         0xadc7480 s Context>handleSignal:
         0xadd8528 s Context>handleSignal:
         0xadebed0 s Context>handleSignal:
         0xadfc5f0 s Context>handleSignal:
         0xae0c780 s Context>handleSignal:
         0xae1c568 s Context>handleSignal:
         0xae2e9e8 s Context>handleSignal:
         0xae3df80 s Context>handleSignal:
         0xae500b8 s Context>handleSignal:
         0xae5c5e0 s Context>handleSignal:
         0xae692a0 s Context>handleSignal:
         0xae74240 s Context>handleSignal:
         0xae7e0b8 s Context>handleSignal:
         0xae88aa8 s Context>handleSignal:
         0xae92a08 s Context>handleSignal:
         0xae9d6e0 s Context>handleSignal:
         0xaea9aa8 s Context>handleSignal:
         0xaeb2ed8 s Context>handleSignal:
         0xaebb300 s Context>handleSignal:
         0xaec3410 s Context>handleSignal:
         0xaecb1e8 s Context>handleSignal:
         0xaed3410 s Context>handleSignal:
         0xaedb288 s Context>handleSignal:
         0xaee3360 s Context>handleSignal:
         0xaeeac80 s Context>handleSignal:
         0xaef2898 s Context>handleSignal:
         0xaefa610 s Context>handleSignal:
         0xaf024d8 s Context>handleSignal:
         0xaf0b9d0 s Context>handleSignal:
         0xaf13338 s Context>handleSignal:
         0xb1cd280 s Halt(Exception)>signal
         0xb264dc8 s Halt class(Exception class)>signal
         0xad67530 s Halt class>now
         0xb1bfd08 s FullBlockClosure(Object)>halt
         0xb256280 s FullBlockClosure>printOn:
         0xb29fd58 s Context>printOn:
         0xb35caa8 s Context>printDebugOn:
         0xb35cdb0 s [] in Context>debugStack:on:
         0xb3a0860 s OrderedCollection>do:
         0xb29fe60 s Context>debugStack:on:
         0xb35cc40 s Context>shortDebugStackOn:
         0xb3a07a8 s [] in SmalltalkImage>logError:inContext:
         0xb3c3e88 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ca7e8 s FullBlockClosure(BlockClosure)>on:do:
         0xb2617b8 s SmalltalkImage>logStdErrorDuring:
         0xb2b03d8 s SmalltalkImage>logError:inContext:
         0xb36f970 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ac370 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cb518 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e90a0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4010d0 s Halt(Exception)>unhandledErrorAction
         0xb401188 s Halt(UnhandledException)>defaultAction
         0xb401240 s UndefinedObject>handleSignal:
         0xad66c90 s Context>handleSignal:
         0xad685b8 s Context>handleSignal:
         0xad68670 s Context>handleSignal:
         0xad68728 s Context>handleSignal:
         0xad687e0 s Context>handleSignal:
         0xad68898 s Context>handleSignal:
         0xad68950 s Context>handleSignal:
         0xad68a08 s Context>handleSignal:
         0xad68ac0 s Context>handleSignal:
         0xad68b78 s Context>handleSignal:
         0xada22f0 s Context>handleSignal:
         0xadb56b0 s Context>handleSignal:
         0xadc73c8 s Context>handleSignal:
         0xadd8470 s Context>handleSignal:
         0xadebe18 s Context>handleSignal:
         0xadfc538 s Context>handleSignal:
         0xae0c6c8 s Context>handleSignal:
         0xae1c4b0 s Context>handleSignal:
         0xae2e930 s Context>handleSignal:
         0xae3dec8 s Context>handleSignal:
         0xae50000 s Context>handleSignal:
         0xae5c528 s Context>handleSignal:
         0xae691e8 s Context>handleSignal:
         0xae74188 s Context>handleSignal:
         0xae7e000 s Context>handleSignal:
         0xae889f0 s Context>handleSignal:
         0xae92950 s Context>handleSignal:
         0xae9d628 s Context>handleSignal:
         0xaea99f0 s Context>handleSignal:
         0xaeb2e20 s Context>handleSignal:
         0xaebb248 s Context>handleSignal:
         0xaec3358 s Context>handleSignal:
         0xaecb130 s Context>handleSignal:
         0xaed3358 s Context>handleSignal:
         0xaedb1d0 s Context>handleSignal:
         0xaee32a8 s Context>handleSignal:
         0xaeeabc8 s Context>handleSignal:
         0xaef27e0 s Context>handleSignal:
         0xaefa558 s Context>handleSignal:
         0xaf02420 s Context>handleSignal:
         0xaf0b918 s Context>handleSignal:
         0xb1cd110 s Halt(Exception)>signal
         0xb264bf8 s Halt class(Exception class)>signal
         0xad66d48 s Halt class>now
         0xb1bfc18 s FullBlockClosure(Object)>halt
         0xb256198 s FullBlockClosure>printOn:
         0xb29fb98 s Context>printOn:
         0xb35c858 s Context>printDebugOn:
         0xb35cb60 s [] in Context>debugStack:on:
         0xb3a06e0 s OrderedCollection>do:
         0xb29fca0 s Context>debugStack:on:
         0xb35c9f0 s Context>shortDebugStackOn:
         0xb3a0628 s [] in SmalltalkImage>logError:inContext:
         0xb3c3db0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ca548 s FullBlockClosure(BlockClosure)>on:do:
         0xb2614d0 s SmalltalkImage>logStdErrorDuring:
         0xb2b01d8 s SmalltalkImage>logError:inContext:
         0xb36f7e0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ac190 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cb358 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8f30 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb400ea8 s Halt(Exception)>unhandledErrorAction
         0xb400f60 s Halt(UnhandledException)>defaultAction
         0xb401018 s UndefinedObject>handleSignal:
         0xad664a8 s Context>handleSignal:
         0xad67dd0 s Context>handleSignal:
         0xad67e88 s Context>handleSignal:
         0xad67f40 s Context>handleSignal:
         0xad67ff8 s Context>handleSignal:
         0xad680b0 s Context>handleSignal:
         0xad68168 s Context>handleSignal:
         0xad68220 s Context>handleSignal:
         0xad682d8 s Context>handleSignal:
         0xad68390 s Context>handleSignal:
         0xada2238 s Context>handleSignal:
         0xadb55f8 s Context>handleSignal:
         0xadc7310 s Context>handleSignal:
         0xadd83b8 s Context>handleSignal:
         0xadebd60 s Context>handleSignal:
         0xadfc480 s Context>handleSignal:
         0xae0c610 s Context>handleSignal:
         0xae1c3f8 s Context>handleSignal:
         0xae2e878 s Context>handleSignal:
         0xae3de10 s Context>handleSignal:
         0xae4ff48 s Context>handleSignal:
         0xae5c470 s Context>handleSignal:
         0xae69130 s Context>handleSignal:
         0xae740d0 s Context>handleSignal:
         0xae7df48 s Context>handleSignal:
         0xae88938 s Context>handleSignal:
         0xae92898 s Context>handleSignal:
         0xae9d570 s Context>handleSignal:
         0xaea9938 s Context>handleSignal:
         0xaeb2d68 s Context>handleSignal:
         0xaebb190 s Context>handleSignal:
         0xaec32a0 s Context>handleSignal:
         0xaecb078 s Context>handleSignal:
         0xaed32a0 s Context>handleSignal:
         0xaedb118 s Context>handleSignal:
         0xaee31f0 s Context>handleSignal:
         0xaeeab10 s Context>handleSignal:
         0xaef2728 s Context>handleSignal:
         0xaefa4a0 s Context>handleSignal:
         0xaf02368 s Context>handleSignal:
         0xb1ccee8 s Halt(Exception)>signal
         0xb2649f8 s Halt class(Exception class)>signal
         0xad66560 s Halt class>now
         0xb1bfb28 s FullBlockClosure(Object)>halt
         0xb2560b0 s FullBlockClosure>printOn:
         0xb29f9d8 s Context>printOn:
         0xb35c608 s Context>printDebugOn:
         0xb35c910 s [] in Context>debugStack:on:
         0xb3a0560 s OrderedCollection>do:
         0xb29fae0 s Context>debugStack:on:
         0xb35c7a0 s Context>shortDebugStackOn:
         0xb3a04a8 s [] in SmalltalkImage>logError:inContext:
         0xb3c3cd8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ca248 s FullBlockClosure(BlockClosure)>on:do:
         0xb261110 s SmalltalkImage>logStdErrorDuring:
         0xb2aff60 s SmalltalkImage>logError:inContext:
         0xb36f500 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3abe00 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cb198 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8dc0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb400c80 s Halt(Exception)>unhandledErrorAction
         0xb400d38 s Halt(UnhandledException)>defaultAction
         0xb400df0 s UndefinedObject>handleSignal:
         0xad65cc0 s Context>handleSignal:
         0xad675e8 s Context>handleSignal:
         0xad676a0 s Context>handleSignal:
         0xad67758 s Context>handleSignal:
         0xad67810 s Context>handleSignal:
         0xad678c8 s Context>handleSignal:
         0xad67980 s Context>handleSignal:
         0xad67a38 s Context>handleSignal:
         0xad67af0 s Context>handleSignal:
         0xad67ba8 s Context>handleSignal:
         0xada2180 s Context>handleSignal:
         0xadb5540 s Context>handleSignal:
         0xadc7258 s Context>handleSignal:
         0xadd8300 s Context>handleSignal:
         0xadebca8 s Context>handleSignal:
         0xadfc3c8 s Context>handleSignal:
         0xae0c558 s Context>handleSignal:
         0xae1c340 s Context>handleSignal:
         0xae2e7c0 s Context>handleSignal:
         0xae3dd58 s Context>handleSignal:
         0xae4fe90 s Context>handleSignal:
         0xae5c3b8 s Context>handleSignal:
         0xae69078 s Context>handleSignal:
         0xae74018 s Context>handleSignal:
         0xae7de90 s Context>handleSignal:
         0xae88880 s Context>handleSignal:
         0xae927e0 s Context>handleSignal:
         0xae9d4b8 s Context>handleSignal:
         0xaea9880 s Context>handleSignal:
         0xaeb2cb0 s Context>handleSignal:
         0xaebb0d8 s Context>handleSignal:
         0xaec31e8 s Context>handleSignal:
         0xaecafc0 s Context>handleSignal:
         0xaed31e8 s Context>handleSignal:
         0xaedb060 s Context>handleSignal:
         0xaee3138 s Context>handleSignal:
         0xaeeaa58 s Context>handleSignal:
         0xaef2670 s Context>handleSignal:
         0xaefa3e8 s Context>handleSignal:
         0xb1ccd78 s Halt(Exception)>signal
         0xb264828 s Halt class(Exception class)>signal
         0xad65d78 s Halt class>now
         0xb1bfa38 s FullBlockClosure(Object)>halt
         0xb255fc8 s FullBlockClosure>printOn:
         0xb29f818 s Context>printOn:
         0xb35c3b8 s Context>printDebugOn:
         0xb35c6c0 s [] in Context>debugStack:on:
         0xb3a03e0 s OrderedCollection>do:
         0xb29f920 s Context>debugStack:on:
         0xb35c550 s Context>shortDebugStackOn:
         0xb3a0328 s [] in SmalltalkImage>logError:inContext:
         0xb3c3c00 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c9de8 s FullBlockClosure(BlockClosure)>on:do:
         0xb260b08 s SmalltalkImage>logStdErrorDuring:
         0xb2afb50 s SmalltalkImage>logError:inContext:
         0xb36eff8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ab900 s FullBlockClosure(BlockClosure)>ensure:
         0xb3caf08 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8b70 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb400a58 s Halt(Exception)>unhandledErrorAction
         0xb400b10 s Halt(UnhandledException)>defaultAction
         0xb400bc8 s UndefinedObject>handleSignal:
         0xad654d8 s Context>handleSignal:
         0xad66e00 s Context>handleSignal:
         0xad66eb8 s Context>handleSignal:
         0xad66f70 s Context>handleSignal:
         0xad67028 s Context>handleSignal:
         0xad670e0 s Context>handleSignal:
         0xad67198 s Context>handleSignal:
         0xad67250 s Context>handleSignal:
         0xad67308 s Context>handleSignal:
         0xad673c0 s Context>handleSignal:
         0xada20c8 s Context>handleSignal:
         0xadb5488 s Context>handleSignal:
         0xadc71a0 s Context>handleSignal:
         0xadd8248 s Context>handleSignal:
         0xadebbf0 s Context>handleSignal:
         0xadfc310 s Context>handleSignal:
         0xae0c4a0 s Context>handleSignal:
         0xae1c288 s Context>handleSignal:
         0xae2e708 s Context>handleSignal:
         0xae3dca0 s Context>handleSignal:
         0xae4fdd8 s Context>handleSignal:
         0xae5c300 s Context>handleSignal:
         0xae68fc0 s Context>handleSignal:
         0xae73f60 s Context>handleSignal:
         0xae7ddd8 s Context>handleSignal:
         0xae887c8 s Context>handleSignal:
         0xae92728 s Context>handleSignal:
         0xae9d400 s Context>handleSignal:
         0xaea97c8 s Context>handleSignal:
         0xaeb2bf8 s Context>handleSignal:
         0xaebb020 s Context>handleSignal:
         0xaec3130 s Context>handleSignal:
         0xaecaf08 s Context>handleSignal:
         0xaed3130 s Context>handleSignal:
         0xaedafa8 s Context>handleSignal:
         0xaee3080 s Context>handleSignal:
         0xaeea9a0 s Context>handleSignal:
         0xaef25b8 s Context>handleSignal:
         0xb1ccc08 s Halt(Exception)>signal
         0xb264658 s Halt class(Exception class)>signal
         0xad65590 s Halt class>now
         0xb1bf948 s FullBlockClosure(Object)>halt
         0xb255ee0 s FullBlockClosure>printOn:
         0xb29f658 s Context>printOn:
         0xb35c168 s Context>printDebugOn:
         0xb35c470 s [] in Context>debugStack:on:
         0xb3a0260 s OrderedCollection>do:
         0xb29f760 s Context>debugStack:on:
         0xb35c300 s Context>shortDebugStackOn:
         0xb3a01a8 s [] in SmalltalkImage>logError:inContext:
         0xb3c3b28 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c9af0 s FullBlockClosure(BlockClosure)>on:do:
         0xb260820 s SmalltalkImage>logStdErrorDuring:
         0xb2af950 s SmalltalkImage>logError:inContext:
         0xb36ee68 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ab720 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cad48 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8a00 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb400830 s Halt(Exception)>unhandledErrorAction
         0xb4008e8 s Halt(UnhandledException)>defaultAction
         0xb4009a0 s UndefinedObject>handleSignal:
         0xad64cf0 s Context>handleSignal:
         0xad66618 s Context>handleSignal:
         0xad666d0 s Context>handleSignal:
         0xad66788 s Context>handleSignal:
         0xad66840 s Context>handleSignal:
         0xad668f8 s Context>handleSignal:
         0xad669b0 s Context>handleSignal:
         0xad66a68 s Context>handleSignal:
         0xad66b20 s Context>handleSignal:
         0xad66bd8 s Context>handleSignal:
         0xada2010 s Context>handleSignal:
         0xadb53d0 s Context>handleSignal:
         0xadc70e8 s Context>handleSignal:
         0xadd8190 s Context>handleSignal:
         0xadebb38 s Context>handleSignal:
         0xadfc258 s Context>handleSignal:
         0xae0c3e8 s Context>handleSignal:
         0xae1c1d0 s Context>handleSignal:
         0xae2e650 s Context>handleSignal:
         0xae3dbe8 s Context>handleSignal:
         0xae4fd20 s Context>handleSignal:
         0xae5c248 s Context>handleSignal:
         0xae68f08 s Context>handleSignal:
         0xae73ea8 s Context>handleSignal:
         0xae7dd20 s Context>handleSignal:
         0xae88710 s Context>handleSignal:
         0xae92670 s Context>handleSignal:
         0xae9d348 s Context>handleSignal:
         0xaea9710 s Context>handleSignal:
         0xaeb2b40 s Context>handleSignal:
         0xaebaf68 s Context>handleSignal:
         0xaec3078 s Context>handleSignal:
         0xaecae50 s Context>handleSignal:
         0xaed3078 s Context>handleSignal:
         0xaedaef0 s Context>handleSignal:
         0xaee2fc8 s Context>handleSignal:
         0xaeea8e8 s Context>handleSignal:
         0xb1cca98 s Halt(Exception)>signal
         0xb264488 s Halt class(Exception class)>signal
         0xad64da8 s Halt class>now
         0xb1bf858 s FullBlockClosure(Object)>halt
         0xb255df8 s FullBlockClosure>printOn:
         0xb29f498 s Context>printOn:
         0xb35bf18 s Context>printDebugOn:
         0xb35c220 s [] in Context>debugStack:on:
         0xb3a00e0 s OrderedCollection>do:
         0xb29f5a0 s Context>debugStack:on:
         0xb35c0b0 s Context>shortDebugStackOn:
         0xb3a0028 s [] in SmalltalkImage>logError:inContext:
         0xb3c3a50 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c8c88 s FullBlockClosure(BlockClosure)>on:do:
         0xb25f408 s SmalltalkImage>logStdErrorDuring:
         0xb2ae800 s SmalltalkImage>logError:inContext:
         0xb36e668 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ab090 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ca740 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e84f8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb400608 s Halt(Exception)>unhandledErrorAction
         0xb4006c0 s Halt(UnhandledException)>defaultAction
         0xb400778 s UndefinedObject>handleSignal:
         0xad64508 s Context>handleSignal:
         0xad65e30 s Context>handleSignal:
         0xad65ee8 s Context>handleSignal:
         0xad65fa0 s Context>handleSignal:
         0xad66058 s Context>handleSignal:
         0xad66110 s Context>handleSignal:
         0xad661c8 s Context>handleSignal:
         0xad66280 s Context>handleSignal:
         0xad66338 s Context>handleSignal:
         0xad663f0 s Context>handleSignal:
         0xada1f58 s Context>handleSignal:
         0xadb5318 s Context>handleSignal:
         0xadc7030 s Context>handleSignal:
         0xadd80d8 s Context>handleSignal:
         0xadeba80 s Context>handleSignal:
         0xadfc1a0 s Context>handleSignal:
         0xae0c330 s Context>handleSignal:
         0xae1c118 s Context>handleSignal:
         0xae2e598 s Context>handleSignal:
         0xae3db30 s Context>handleSignal:
         0xae4fc68 s Context>handleSignal:
         0xae5c190 s Context>handleSignal:
         0xae68e50 s Context>handleSignal:
         0xae73df0 s Context>handleSignal:
         0xae7dc68 s Context>handleSignal:
         0xae88658 s Context>handleSignal:
         0xae925b8 s Context>handleSignal:
         0xae9d290 s Context>handleSignal:
         0xaea9658 s Context>handleSignal:
         0xaeb2a88 s Context>handleSignal:
         0xaebaeb0 s Context>handleSignal:
         0xaec2fc0 s Context>handleSignal:
         0xaecad98 s Context>handleSignal:
         0xaed2fc0 s Context>handleSignal:
         0xaedae38 s Context>handleSignal:
         0xaee2f10 s Context>handleSignal:
         0xb1cc928 s Halt(Exception)>signal
         0xb2642b8 s Halt class(Exception class)>signal
         0xad645c0 s Halt class>now
         0xb1bf768 s FullBlockClosure(Object)>halt
         0xb255d10 s FullBlockClosure>printOn:
         0xb29f2d8 s Context>printOn:
         0xb35bcc8 s Context>printDebugOn:
         0xb35bfd0 s [] in Context>debugStack:on:
         0xb39ff60 s OrderedCollection>do:
         0xb29f3e0 s Context>debugStack:on:
         0xb35be60 s Context>shortDebugStackOn:
         0xb39fea8 s [] in SmalltalkImage>logError:inContext:
         0xb3c3978 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c7e40 s FullBlockClosure(BlockClosure)>on:do:
         0xb25e190 s SmalltalkImage>logStdErrorDuring:
         0xb2ad048 s SmalltalkImage>logError:inContext:
         0xb36d918 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aaad0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ca278 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8160 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4003e0 s Halt(Exception)>unhandledErrorAction
         0xb400498 s Halt(UnhandledException)>defaultAction
         0xb400550 s UndefinedObject>handleSignal:
         0xad63d20 s Context>handleSignal:
         0xad65648 s Context>handleSignal:
         0xad65700 s Context>handleSignal:
         0xad657b8 s Context>handleSignal:
         0xad65870 s Context>handleSignal:
         0xad65928 s Context>handleSignal:
         0xad659e0 s Context>handleSignal:
         0xad65a98 s Context>handleSignal:
         0xad65b50 s Context>handleSignal:
         0xad65c08 s Context>handleSignal:
         0xada1ea0 s Context>handleSignal:
         0xadb5260 s Context>handleSignal:
         0xadc6f78 s Context>handleSignal:
         0xadd8020 s Context>handleSignal:
         0xadeb9c8 s Context>handleSignal:
         0xadfc0e8 s Context>handleSignal:
         0xae0c278 s Context>handleSignal:
         0xae1c060 s Context>handleSignal:
         0xae2e4e0 s Context>handleSignal:
         0xae3da78 s Context>handleSignal:
         0xae4fbb0 s Context>handleSignal:
         0xae5c0d8 s Context>handleSignal:
         0xae68d98 s Context>handleSignal:
         0xae73d38 s Context>handleSignal:
         0xae7dbb0 s Context>handleSignal:
         0xae885a0 s Context>handleSignal:
         0xae92500 s Context>handleSignal:
         0xae9d1d8 s Context>handleSignal:
         0xaea95a0 s Context>handleSignal:
         0xaeb29d0 s Context>handleSignal:
         0xaebadf8 s Context>handleSignal:
         0xaec2f08 s Context>handleSignal:
         0xaecace0 s Context>handleSignal:
         0xaed2f08 s Context>handleSignal:
         0xaedad80 s Context>handleSignal:
         0xb1cc7b8 s Halt(Exception)>signal
         0xb2640e8 s Halt class(Exception class)>signal
         0xad63dd8 s Halt class>now
         0xb1bf678 s FullBlockClosure(Object)>halt
         0xb255c28 s FullBlockClosure>printOn:
         0xb29f118 s Context>printOn:
         0xb35ba78 s Context>printDebugOn:
         0xb35bd80 s [] in Context>debugStack:on:
         0xb39fde0 s OrderedCollection>do:
         0xb29f220 s Context>debugStack:on:
         0xb35bc10 s Context>shortDebugStackOn:
         0xb39fd28 s [] in SmalltalkImage>logError:inContext:
         0xb3c38a0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c6e40 s FullBlockClosure(BlockClosure)>on:do:
         0xb25ccc8 s SmalltalkImage>logStdErrorDuring:
         0xb2ab1b0 s SmalltalkImage>logError:inContext:
         0xb36b9d0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3a9e70 s FullBlockClosure(BlockClosure)>ensure:
         0xb3c9818 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e7d50 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb4001b8 s Halt(Exception)>unhandledErrorAction
         0xb400270 s Halt(UnhandledException)>defaultAction
         0xb400328 s UndefinedObject>handleSignal:
         0xad63538 s Context>handleSignal:
         0xad64e60 s Context>handleSignal:
         0xad64f18 s Context>handleSignal:
         0xad64fd0 s Context>handleSignal:
         0xad65088 s Context>handleSignal:
         0xad65140 s Context>handleSignal:
         0xad651f8 s Context>handleSignal:
         0xad652b0 s Context>handleSignal:
         0xad65368 s Context>handleSignal:
         0xad65420 s Context>handleSignal:
         0xada1de8 s Context>handleSignal:
         0xadb51a8 s Context>handleSignal:
         0xadc6ec0 s Context>handleSignal:
         0xadd7f68 s Context>handleSignal:
         0xadeb910 s Context>handleSignal:
         0xadfc030 s Context>handleSignal:
         0xae0c1c0 s Context>handleSignal:
         0xae1bfa8 s Context>handleSignal:
         0xae2e428 s Context>handleSignal:
         0xae3d9c0 s Context>handleSignal:
         0xae4faf8 s Context>handleSignal:
         0xae5c020 s Context>handleSignal:
         0xae68ce0 s Context>handleSignal:
         0xae73c80 s Context>handleSignal:
         0xae7daf8 s Context>handleSignal:
         0xae884e8 s Context>handleSignal:
         0xae92448 s Context>handleSignal:
         0xae9d120 s Context>handleSignal:
         0xaea94e8 s Context>handleSignal:
         0xaeb2918 s Context>handleSignal:
         0xaebad40 s Context>handleSignal:
         0xaec2e50 s Context>handleSignal:
         0xaecac28 s Context>handleSignal:
         0xaed2e50 s Context>handleSignal:
         0xb1cc648 s Halt(Exception)>signal
         0xb263f18 s Halt class(Exception class)>signal
         0xad635f0 s Halt class>now
         0xb1bf588 s FullBlockClosure(Object)>halt
         0xb255b40 s FullBlockClosure>printOn:
         0xb29ef58 s Context>printOn:
         0xb35b828 s Context>printDebugOn:
         0xb35bb30 s [] in Context>debugStack:on:
         0xb39fc60 s OrderedCollection>do:
         0xb29f060 s Context>debugStack:on:
         0xb35b9c0 s Context>shortDebugStackOn:
         0xb39fba8 s [] in SmalltalkImage>logError:inContext:
         0xb3c37c8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c4950 s FullBlockClosure(BlockClosure)>on:do:
         0xb25ac68 s SmalltalkImage>logStdErrorDuring:
         0xb2a8710 s SmalltalkImage>logError:inContext:
         0xb368450 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3a7dd8 s FullBlockClosure(BlockClosure)>ensure:
         0xb3c7f68 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e73c0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fff90 s Halt(Exception)>unhandledErrorAction
         0xb400048 s Halt(UnhandledException)>defaultAction
         0xb400100 s UndefinedObject>handleSignal:
         0xad62d50 s Context>handleSignal:
         0xad64678 s Context>handleSignal:
         0xad64730 s Context>handleSignal:
         0xad647e8 s Context>handleSignal:
         0xad648a0 s Context>handleSignal:
         0xad64958 s Context>handleSignal:
         0xad64a10 s Context>handleSignal:
         0xad64ac8 s Context>handleSignal:
         0xad64b80 s Context>handleSignal:
         0xad64c38 s Context>handleSignal:
         0xada1d30 s Context>handleSignal:
         0xadb50f0 s Context>handleSignal:
         0xadc6e08 s Context>handleSignal:
         0xadd7eb0 s Context>handleSignal:
         0xadeb858 s Context>handleSignal:
         0xadfbf78 s Context>handleSignal:
         0xae0c108 s Context>handleSignal:
         0xae1bef0 s Context>handleSignal:
         0xae2e370 s Context>handleSignal:
         0xae3d908 s Context>handleSignal:
         0xae4fa40 s Context>handleSignal:
         0xae5bf68 s Context>handleSignal:
         0xae68c28 s Context>handleSignal:
         0xae73bc8 s Context>handleSignal:
         0xae7da40 s Context>handleSignal:
         0xae88430 s Context>handleSignal:
         0xae92390 s Context>handleSignal:
         0xae9d068 s Context>handleSignal:
         0xaea9430 s Context>handleSignal:
         0xaeb2860 s Context>handleSignal:
         0xaebac88 s Context>handleSignal:
         0xaec2d98 s Context>handleSignal:
         0xaecab70 s Context>handleSignal:
         0xb1cc4a8 s Halt(Exception)>signal
         0xb263cf8 s Halt class(Exception class)>signal
         0xad62e08 s Halt class>now
         0xb1bf498 s FullBlockClosure(Object)>halt
         0xb255a58 s FullBlockClosure>printOn:
         0xb29ed98 s Context>printOn:
         0xb35b5d8 s Context>printDebugOn:
         0xb35b8e0 s [] in Context>debugStack:on:
         0xb39fae0 s OrderedCollection>do:
         0xb29eea0 s Context>debugStack:on:
         0xb35b770 s Context>shortDebugStackOn:
         0xb39fa28 s [] in SmalltalkImage>logError:inContext:
         0xb3c36f0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cb9b0 s FullBlockClosure(BlockClosure)>on:do:
         0xb262f30 s SmalltalkImage>logStdErrorDuring:
         0xb2b1408 s SmalltalkImage>logError:inContext:
         0xb370640 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ad2b0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cc318 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9c20 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3ffd68 s Halt(Exception)>unhandledErrorAction
         0xb3ffe20 s Halt(UnhandledException)>defaultAction
         0xb3ffed8 s UndefinedObject>handleSignal:
         0xad62568 s Context>handleSignal:
         0xad63e90 s Context>handleSignal:
         0xad63f48 s Context>handleSignal:
         0xad64000 s Context>handleSignal:
         0xad640b8 s Context>handleSignal:
         0xad64170 s Context>handleSignal:
         0xad64228 s Context>handleSignal:
         0xad642e0 s Context>handleSignal:
         0xad64398 s Context>handleSignal:
         0xad64450 s Context>handleSignal:
         0xada1c78 s Context>handleSignal:
         0xadb5038 s Context>handleSignal:
         0xadc6d50 s Context>handleSignal:
         0xadd7df8 s Context>handleSignal:
         0xadeb7a0 s Context>handleSignal:
         0xadfbec0 s Context>handleSignal:
         0xae0c050 s Context>handleSignal:
         0xae1be38 s Context>handleSignal:
         0xae2e2b8 s Context>handleSignal:
         0xae3d850 s Context>handleSignal:
         0xae4f988 s Context>handleSignal:
         0xae5beb0 s Context>handleSignal:
         0xae68b70 s Context>handleSignal:
         0xae73b10 s Context>handleSignal:
         0xae7d988 s Context>handleSignal:
         0xae88378 s Context>handleSignal:
         0xae922d8 s Context>handleSignal:
         0xae9cfb0 s Context>handleSignal:
         0xaea9378 s Context>handleSignal:
         0xaeb27a8 s Context>handleSignal:
         0xaebabd0 s Context>handleSignal:
         0xaec2ce0 s Context>handleSignal:
         0xb1cc338 s Halt(Exception)>signal
         0xb263b28 s Halt class(Exception class)>signal
         0xad62620 s Halt class>now
         0xb1bf3a8 s FullBlockClosure(Object)>halt
         0xb255970 s FullBlockClosure>printOn:
         0xb29ebd8 s Context>printOn:
         0xb35b388 s Context>printDebugOn:
         0xb35b690 s [] in Context>debugStack:on:
         0xb39f960 s OrderedCollection>do:
         0xb29ece0 s Context>debugStack:on:
         0xb35b520 s Context>shortDebugStackOn:
         0xb39f8a8 s [] in SmalltalkImage>logError:inContext:
         0xb3c3618 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cb788 s FullBlockClosure(BlockClosure)>on:do:
         0xb262c48 s SmalltalkImage>logStdErrorDuring:
         0xb2b1208 s SmalltalkImage>logError:inContext:
         0xb3704b0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ad0d0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cc158 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9ab0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3ffb40 s Halt(Exception)>unhandledErrorAction
         0xb3ffbf8 s Halt(UnhandledException)>defaultAction
         0xb3ffcb0 s UndefinedObject>handleSignal:
         0xad61d80 s Context>handleSignal:
         0xad636a8 s Context>handleSignal:
         0xad63760 s Context>handleSignal:
         0xad63818 s Context>handleSignal:
         0xad638d0 s Context>handleSignal:
         0xad63988 s Context>handleSignal:
         0xad63a40 s Context>handleSignal:
         0xad63af8 s Context>handleSignal:
         0xad63bb0 s Context>handleSignal:
         0xad63c68 s Context>handleSignal:
         0xada1bc0 s Context>handleSignal:
         0xadb4f80 s Context>handleSignal:
         0xadc6c98 s Context>handleSignal:
         0xadd7d40 s Context>handleSignal:
         0xadeb6e8 s Context>handleSignal:
         0xadfbe08 s Context>handleSignal:
         0xae0bf98 s Context>handleSignal:
         0xae1bd80 s Context>handleSignal:
         0xae2e200 s Context>handleSignal:
         0xae3d798 s Context>handleSignal:
         0xae4f8d0 s Context>handleSignal:
         0xae5bdf8 s Context>handleSignal:
         0xae68ab8 s Context>handleSignal:
         0xae73a58 s Context>handleSignal:
         0xae7d8d0 s Context>handleSignal:
         0xae882c0 s Context>handleSignal:
         0xae92220 s Context>handleSignal:
         0xae9cef8 s Context>handleSignal:
         0xaea92c0 s Context>handleSignal:
         0xaeb26f0 s Context>handleSignal:
         0xaebab18 s Context>handleSignal:
         0xb1cc1c8 s Halt(Exception)>signal
         0xb263958 s Halt class(Exception class)>signal
         0xad61e38 s Halt class>now
         0xb1bf2b8 s FullBlockClosure(Object)>halt
         0xb255888 s FullBlockClosure>printOn:
         0xb29ea18 s Context>printOn:
         0xb35b138 s Context>printDebugOn:
         0xb35b440 s [] in Context>debugStack:on:
         0xb39f7e0 s OrderedCollection>do:
         0xb29eb20 s Context>debugStack:on:
         0xb35b2d0 s Context>shortDebugStackOn:
         0xb39f728 s [] in SmalltalkImage>logError:inContext:
         0xb3c3540 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cb548 s FullBlockClosure(BlockClosure)>on:do:
         0xb262928 s SmalltalkImage>logStdErrorDuring:
         0xb2b0fd8 s SmalltalkImage>logError:inContext:
         0xb3702d0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aceb0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cbf98 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9940 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3ff918 s Halt(Exception)>unhandledErrorAction
         0xb3ff9d0 s Halt(UnhandledException)>defaultAction
         0xb3ffa88 s UndefinedObject>handleSignal:
         0xad61598 s Context>handleSignal:
         0xad62ec0 s Context>handleSignal:
         0xad62f78 s Context>handleSignal:
         0xad63030 s Context>handleSignal:
         0xad630e8 s Context>handleSignal:
         0xad631a0 s Context>handleSignal:
         0xad63258 s Context>handleSignal:
         0xad63310 s Context>handleSignal:
         0xad633c8 s Context>handleSignal:
         0xad63480 s Context>handleSignal:
         0xada1b08 s Context>handleSignal:
         0xadb4ec8 s Context>handleSignal:
         0xadc6be0 s Context>handleSignal:
         0xadd7c88 s Context>handleSignal:
         0xadeb630 s Context>handleSignal:
         0xadfbd50 s Context>handleSignal:
         0xae0bee0 s Context>handleSignal:
         0xae1bcc8 s Context>handleSignal:
         0xae2e148 s Context>handleSignal:
         0xae3d6e0 s Context>handleSignal:
         0xae4f818 s Context>handleSignal:
         0xae5bd40 s Context>handleSignal:
         0xae68a00 s Context>handleSignal:
         0xae739a0 s Context>handleSignal:
         0xae7d818 s Context>handleSignal:
         0xae88208 s Context>handleSignal:
         0xae92168 s Context>handleSignal:
         0xae9ce40 s Context>handleSignal:
         0xaea9208 s Context>handleSignal:
         0xaeb2638 s Context>handleSignal:
         0xb1cc058 s Halt(Exception)>signal
         0xb263788 s Halt class(Exception class)>signal
         0xad61650 s Halt class>now
         0xb1bf1c8 s FullBlockClosure(Object)>halt
         0xb2557a0 s FullBlockClosure>printOn:
         0xb29e858 s Context>printOn:
         0xb35aee8 s Context>printDebugOn:
         0xb35b1f0 s [] in Context>debugStack:on:
         0xb39f660 s OrderedCollection>do:
         0xb29e960 s Context>debugStack:on:
         0xb35b080 s Context>shortDebugStackOn:
         0xb39f5a8 s [] in SmalltalkImage>logError:inContext:
         0xb3c3468 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cb320 s FullBlockClosure(BlockClosure)>on:do:
         0xb262640 s SmalltalkImage>logStdErrorDuring:
         0xb2b0dd8 s SmalltalkImage>logError:inContext:
         0xb370140 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3accd0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cbdd8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e97d0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3ff6f0 s Halt(Exception)>unhandledErrorAction
         0xb3ff7a8 s Halt(UnhandledException)>defaultAction
         0xb3ff860 s UndefinedObject>handleSignal:
         0xad60db0 s Context>handleSignal:
         0xad626d8 s Context>handleSignal:
         0xad62790 s Context>handleSignal:
         0xad62848 s Context>handleSignal:
         0xad62900 s Context>handleSignal:
         0xad629b8 s Context>handleSignal:
         0xad62a70 s Context>handleSignal:
         0xad62b28 s Context>handleSignal:
         0xad62be0 s Context>handleSignal:
         0xad62c98 s Context>handleSignal:
         0xada1a50 s Context>handleSignal:
         0xadb4e10 s Context>handleSignal:
         0xadc6b28 s Context>handleSignal:
         0xadd7bd0 s Context>handleSignal:
         0xadeb578 s Context>handleSignal:
         0xadfbc98 s Context>handleSignal:
         0xae0be28 s Context>handleSignal:
         0xae1bc10 s Context>handleSignal:
         0xae2e090 s Context>handleSignal:
         0xae3d628 s Context>handleSignal:
         0xae4f760 s Context>handleSignal:
         0xae5bc88 s Context>handleSignal:
         0xae68948 s Context>handleSignal:
         0xae738e8 s Context>handleSignal:
         0xae7d760 s Context>handleSignal:
         0xae88150 s Context>handleSignal:
         0xae920b0 s Context>handleSignal:
         0xae9cd88 s Context>handleSignal:
         0xaea9150 s Context>handleSignal:
         0xb1cbee8 s Halt(Exception)>signal
         0xb2635b8 s Halt class(Exception class)>signal
         0xad60e68 s Halt class>now
         0xb1bf0d8 s FullBlockClosure(Object)>halt
         0xb2556b8 s FullBlockClosure>printOn:
         0xb29e698 s Context>printOn:
         0xb35ac98 s Context>printDebugOn:
         0xb35afa0 s [] in Context>debugStack:on:
         0xb39f4e0 s OrderedCollection>do:
         0xb29e7a0 s Context>debugStack:on:
         0xb35ae30 s Context>shortDebugStackOn:
         0xb39f428 s [] in SmalltalkImage>logError:inContext:
         0xb3c3390 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cb0f8 s FullBlockClosure(BlockClosure)>on:do:
         0xb262358 s SmalltalkImage>logStdErrorDuring:
         0xb2b0bd8 s SmalltalkImage>logError:inContext:
         0xb36ffb0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3acaf0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cbc18 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9660 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3ff4c8 s Halt(Exception)>unhandledErrorAction
         0xb3ff580 s Halt(UnhandledException)>defaultAction
         0xb3ff638 s UndefinedObject>handleSignal:
         0xad605c8 s Context>handleSignal:
         0xad61ef0 s Context>handleSignal:
         0xad61fa8 s Context>handleSignal:
         0xad62060 s Context>handleSignal:
         0xad62118 s Context>handleSignal:
         0xad621d0 s Context>handleSignal:
         0xad62288 s Context>handleSignal:
         0xad62340 s Context>handleSignal:
         0xad623f8 s Context>handleSignal:
         0xad624b0 s Context>handleSignal:
         0xada1998 s Context>handleSignal:
         0xadb4d58 s Context>handleSignal:
         0xadc6a70 s Context>handleSignal:
         0xadd7b18 s Context>handleSignal:
         0xadeb4c0 s Context>handleSignal:
         0xadfbbe0 s Context>handleSignal:
         0xae0bd70 s Context>handleSignal:
         0xae1bb58 s Context>handleSignal:
         0xae2dfd8 s Context>handleSignal:
         0xae3d570 s Context>handleSignal:
         0xae4f6a8 s Context>handleSignal:
         0xae5bbd0 s Context>handleSignal:
         0xae68890 s Context>handleSignal:
         0xae73830 s Context>handleSignal:
         0xae7d6a8 s Context>handleSignal:
         0xae88098 s Context>handleSignal:
         0xae91ff8 s Context>handleSignal:
         0xae9ccd0 s Context>handleSignal:
         0xb1cbd78 s Halt(Exception)>signal
         0xb2633e8 s Halt class(Exception class)>signal
         0xad60680 s Halt class>now
         0xb1befe8 s FullBlockClosure(Object)>halt
         0xb2555d0 s FullBlockClosure>printOn:
         0xb29e4d8 s Context>printOn:
         0xb35aa48 s Context>printDebugOn:
         0xb35ad50 s [] in Context>debugStack:on:
         0xb39f360 s OrderedCollection>do:
         0xb29e5e0 s Context>debugStack:on:
         0xb35abe0 s Context>shortDebugStackOn:
         0xb39f2a8 s [] in SmalltalkImage>logError:inContext:
         0xb3c32b8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1caea8 s FullBlockClosure(BlockClosure)>on:do:
         0xb262070 s SmalltalkImage>logStdErrorDuring:
         0xb2b09d8 s SmalltalkImage>logError:inContext:
         0xb36fe20 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ac910 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cba58 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e94f0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3ff2a0 s Halt(Exception)>unhandledErrorAction
         0xb3ff358 s Halt(UnhandledException)>defaultAction
         0xb3ff410 s UndefinedObject>handleSignal:
         0xad5fde0 s Context>handleSignal:
         0xad61708 s Context>handleSignal:
         0xad617c0 s Context>handleSignal:
         0xad61878 s Context>handleSignal:
         0xad61930 s Context>handleSignal:
         0xad619e8 s Context>handleSignal:
         0xad61aa0 s Context>handleSignal:
         0xad61b58 s Context>handleSignal:
         0xad61c10 s Context>handleSignal:
         0xad61cc8 s Context>handleSignal:
         0xada18e0 s Context>handleSignal:
         0xadb4ca0 s Context>handleSignal:
         0xadc69b8 s Context>handleSignal:
         0xadd7a60 s Context>handleSignal:
         0xadeb408 s Context>handleSignal:
         0xadfbb28 s Context>handleSignal:
         0xae0bcb8 s Context>handleSignal:
         0xae1baa0 s Context>handleSignal:
         0xae2df20 s Context>handleSignal:
         0xae3d4b8 s Context>handleSignal:
         0xae4f5f0 s Context>handleSignal:
         0xae5bb18 s Context>handleSignal:
         0xae687d8 s Context>handleSignal:
         0xae73778 s Context>handleSignal:
         0xae7d5f0 s Context>handleSignal:
         0xae87fe0 s Context>handleSignal:
         0xae91f40 s Context>handleSignal:
         0xb1cbc08 s Halt(Exception)>signal
         0xb263218 s Halt class(Exception class)>signal
         0xad5fe98 s Halt class>now
         0xb1beef8 s FullBlockClosure(Object)>halt
         0xb2554e8 s FullBlockClosure>printOn:
         0xb29e318 s Context>printOn:
         0xb35a7f8 s Context>printDebugOn:
         0xb35ab00 s [] in Context>debugStack:on:
         0xb39f1e0 s OrderedCollection>do:
         0xb29e420 s Context>debugStack:on:
         0xb35a990 s Context>shortDebugStackOn:
         0xb39f128 s [] in SmalltalkImage>logError:inContext:
         0xb3c31e0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1cac70 s FullBlockClosure(BlockClosure)>on:do:
         0xb261d88 s SmalltalkImage>logStdErrorDuring:
         0xb2b07d8 s SmalltalkImage>logError:inContext:
         0xb36fc90 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ac730 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cb898 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9380 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3ff078 s Halt(Exception)>unhandledErrorAction
         0xb3ff130 s Halt(UnhandledException)>defaultAction
         0xb3ff1e8 s UndefinedObject>handleSignal:
         0xad5f5f8 s Context>handleSignal:
         0xad60f20 s Context>handleSignal:
         0xad60fd8 s Context>handleSignal:
         0xad61090 s Context>handleSignal:
         0xad61148 s Context>handleSignal:
         0xad61200 s Context>handleSignal:
         0xad612b8 s Context>handleSignal:
         0xad61370 s Context>handleSignal:
         0xad61428 s Context>handleSignal:
         0xad614e0 s Context>handleSignal:
         0xada1828 s Context>handleSignal:
         0xadb4be8 s Context>handleSignal:
         0xadc6900 s Context>handleSignal:
         0xadd79a8 s Context>handleSignal:
         0xadeb350 s Context>handleSignal:
         0xadfba70 s Context>handleSignal:
         0xae0bc00 s Context>handleSignal:
         0xae1b9e8 s Context>handleSignal:
         0xae2de68 s Context>handleSignal:
         0xae3d400 s Context>handleSignal:
         0xae4f538 s Context>handleSignal:
         0xae5ba60 s Context>handleSignal:
         0xae68720 s Context>handleSignal:
         0xae736c0 s Context>handleSignal:
         0xae7d538 s Context>handleSignal:
         0xae87f28 s Context>handleSignal:
         0xb1cba68 s Halt(Exception)>signal
         0xb263048 s Halt class(Exception class)>signal
         0xad5f6b0 s Halt class>now
         0xb1bee08 s FullBlockClosure(Object)>halt
         0xb255400 s FullBlockClosure>printOn:
         0xb29e158 s Context>printOn:
         0xb35a5a8 s Context>printDebugOn:
         0xb35a8b0 s [] in Context>debugStack:on:
         0xb39f060 s OrderedCollection>do:
         0xb29e260 s Context>debugStack:on:
         0xb35a740 s Context>shortDebugStackOn:
         0xb39efa8 s [] in SmalltalkImage>logError:inContext:
         0xb3c3108 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ca8a0 s FullBlockClosure(BlockClosure)>on:do:
         0xb2618d0 s SmalltalkImage>logStdErrorDuring:
         0xb2b04d8 s SmalltalkImage>logError:inContext:
         0xb36fa38 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ac460 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cb5f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e9158 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fee50 s Halt(Exception)>unhandledErrorAction
         0xb3fef08 s Halt(UnhandledException)>defaultAction
         0xb3fefc0 s UndefinedObject>handleSignal:
         0xad5d7c8 s Context>handleSignal:
         0xad60738 s Context>handleSignal:
         0xad607f0 s Context>handleSignal:
         0xad608a8 s Context>handleSignal:
         0xad60960 s Context>handleSignal:
         0xad60a18 s Context>handleSignal:
         0xad60ad0 s Context>handleSignal:
         0xad60b88 s Context>handleSignal:
         0xad60c40 s Context>handleSignal:
         0xad60cf8 s Context>handleSignal:
         0xada1770 s Context>handleSignal:
         0xadb4b30 s Context>handleSignal:
         0xadc6848 s Context>handleSignal:
         0xadd78f0 s Context>handleSignal:
         0xadeb298 s Context>handleSignal:
         0xadfb9b8 s Context>handleSignal:
         0xae0bb48 s Context>handleSignal:
         0xae1b930 s Context>handleSignal:
         0xae2ddb0 s Context>handleSignal:
         0xae3d348 s Context>handleSignal:
         0xae4f480 s Context>handleSignal:
         0xae5b9a8 s Context>handleSignal:
         0xae68668 s Context>handleSignal:
         0xae73608 s Context>handleSignal:
         0xae7d480 s Context>handleSignal:
         0xb1cb840 s Halt(Exception)>signal
         0xb262d60 s Halt class(Exception class)>signal
         0xad5d880 s Halt class>now
         0xb1bea38 s FullBlockClosure(Object)>halt
         0xb254f78 s FullBlockClosure>printOn:
         0xb29d898 s Context>printOn:
         0xb359a18 s Context>printDebugOn:
         0xb35a660 s [] in Context>debugStack:on:
         0xb39eee0 s OrderedCollection>do:
         0xb29e0a0 s Context>debugStack:on:
         0xb35a4f0 s Context>shortDebugStackOn:
         0xb39ee28 s [] in SmalltalkImage>logError:inContext:
         0xb3c3030 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ca600 s FullBlockClosure(BlockClosure)>on:do:
         0xb2615e8 s SmalltalkImage>logStdErrorDuring:
         0xb2b02d8 s SmalltalkImage>logError:inContext:
         0xb36f8a8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ac280 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cb438 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8fe8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fec28 s Halt(Exception)>unhandledErrorAction
         0xb3fece0 s Halt(UnhandledException)>defaultAction
         0xb3fed98 s UndefinedObject>handleSignal:
         0xad5cfe0 s Context>handleSignal:
         0xad5ff50 s Context>handleSignal:
         0xad60008 s Context>handleSignal:
         0xad600c0 s Context>handleSignal:
         0xad60178 s Context>handleSignal:
         0xad60230 s Context>handleSignal:
         0xad602e8 s Context>handleSignal:
         0xad603a0 s Context>handleSignal:
         0xad60458 s Context>handleSignal:
         0xad60510 s Context>handleSignal:
         0xada16b8 s Context>handleSignal:
         0xadb4a78 s Context>handleSignal:
         0xadc6790 s Context>handleSignal:
         0xadd7838 s Context>handleSignal:
         0xadeb1e0 s Context>handleSignal:
         0xadfb900 s Context>handleSignal:
         0xae0ba90 s Context>handleSignal:
         0xae1b878 s Context>handleSignal:
         0xae2dcf8 s Context>handleSignal:
         0xae3d290 s Context>handleSignal:
         0xae4f3c8 s Context>handleSignal:
         0xae5b8f0 s Context>handleSignal:
         0xae685b0 s Context>handleSignal:
         0xae73550 s Context>handleSignal:
         0xb1cb618 s Halt(Exception)>signal
         0xb262a78 s Halt class(Exception class)>signal
         0xad5d098 s Halt class>now
         0xb1be948 s FullBlockClosure(Object)>halt
         0xb254e90 s FullBlockClosure>printOn:
         0xb29d6d8 s Context>printOn:
         0xb3597c8 s Context>printDebugOn:
         0xb359ad0 s [] in Context>debugStack:on:
         0xb39e6a8 s OrderedCollection>do:
         0xb29d7e0 s Context>debugStack:on:
         0xb359960 s Context>shortDebugStackOn:
         0xb39e5f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c2b40 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1ca300 s FullBlockClosure(BlockClosure)>on:do:
         0xb261228 s SmalltalkImage>logStdErrorDuring:
         0xb2b0060 s SmalltalkImage>logError:inContext:
         0xb36f5c8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3abef0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cb278 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8e78 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fea00 s Halt(Exception)>unhandledErrorAction
         0xb3feab8 s Halt(UnhandledException)>defaultAction
         0xb3feb70 s UndefinedObject>handleSignal:
         0xad5c7f8 s Context>handleSignal:
         0xad5f768 s Context>handleSignal:
         0xad5f820 s Context>handleSignal:
         0xad5f8d8 s Context>handleSignal:
         0xad5f990 s Context>handleSignal:
         0xad5fa48 s Context>handleSignal:
         0xad5fb00 s Context>handleSignal:
         0xad5fbb8 s Context>handleSignal:
         0xad5fc70 s Context>handleSignal:
         0xad5fd28 s Context>handleSignal:
         0xada1600 s Context>handleSignal:
         0xadb49c0 s Context>handleSignal:
         0xadc66d8 s Context>handleSignal:
         0xadd7780 s Context>handleSignal:
         0xadeb128 s Context>handleSignal:
         0xadfb848 s Context>handleSignal:
         0xae0b9d8 s Context>handleSignal:
         0xae1b7c0 s Context>handleSignal:
         0xae2dc40 s Context>handleSignal:
         0xae3d1d8 s Context>handleSignal:
         0xae4f310 s Context>handleSignal:
         0xae5b838 s Context>handleSignal:
         0xae684f8 s Context>handleSignal:
         0xb1cb3d8 s Halt(Exception)>signal
         0xb262758 s Halt class(Exception class)>signal
         0xad5c8b0 s Halt class>now
         0xb1be858 s FullBlockClosure(Object)>halt
         0xb254da8 s FullBlockClosure>printOn:
         0xb29d518 s Context>printOn:
         0xb359578 s Context>printDebugOn:
         0xb359880 s [] in Context>debugStack:on:
         0xb39e528 s OrderedCollection>do:
         0xb29d620 s Context>debugStack:on:
         0xb359710 s Context>shortDebugStackOn:
         0xb39e470 s [] in SmalltalkImage>logError:inContext:
         0xb3c2a68 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c9ea0 s FullBlockClosure(BlockClosure)>on:do:
         0xb260c20 s SmalltalkImage>logStdErrorDuring:
         0xb2afc50 s SmalltalkImage>logError:inContext:
         0xb36f0c0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ab9f0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cafe8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8c28 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fd6c0 s Halt(Exception)>unhandledErrorAction
         0xb3fd778 s Halt(UnhandledException)>defaultAction
         0xb3fd830 s UndefinedObject>handleSignal:
         0xad5c010 s Context>handleSignal:
         0xad5d938 s Context>handleSignal:
         0xad5d9f0 s Context>handleSignal:
         0xad5daa8 s Context>handleSignal:
         0xad5db60 s Context>handleSignal:
         0xad5dc18 s Context>handleSignal:
         0xad5dcd0 s Context>handleSignal:
         0xad5dd88 s Context>handleSignal:
         0xad5de40 s Context>handleSignal:
         0xad5def8 s Context>handleSignal:
         0xada1320 s Context>handleSignal:
         0xadb46e0 s Context>handleSignal:
         0xadc63f8 s Context>handleSignal:
         0xadd74a0 s Context>handleSignal:
         0xadeae48 s Context>handleSignal:
         0xadfb568 s Context>handleSignal:
         0xae0b6f8 s Context>handleSignal:
         0xae1b4e0 s Context>handleSignal:
         0xae2d960 s Context>handleSignal:
         0xae3cef8 s Context>handleSignal:
         0xae4f030 s Context>handleSignal:
         0xae5b558 s Context>handleSignal:
         0xb1cb1b0 s Halt(Exception)>signal
         0xb262470 s Halt class(Exception class)>signal
         0xad5c0c8 s Halt class>now
         0xb1be768 s FullBlockClosure(Object)>halt
         0xb254cc0 s FullBlockClosure>printOn:
         0xb29d358 s Context>printOn:
         0xb359328 s Context>printDebugOn:
         0xb359630 s [] in Context>debugStack:on:
         0xb39e3a8 s OrderedCollection>do:
         0xb29d460 s Context>debugStack:on:
         0xb3594c0 s Context>shortDebugStackOn:
         0xb39e2f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c2990 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c9ba8 s FullBlockClosure(BlockClosure)>on:do:
         0xb260938 s SmalltalkImage>logStdErrorDuring:
         0xb2afa50 s SmalltalkImage>logError:inContext:
         0xb36ef30 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ab810 s FullBlockClosure(BlockClosure)>ensure:
         0xb3cae28 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8ab8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fd498 s Halt(Exception)>unhandledErrorAction
         0xb3fd550 s Halt(UnhandledException)>defaultAction
         0xb3fd608 s UndefinedObject>handleSignal:
         0xad5b828 s Context>handleSignal:
         0xad5d150 s Context>handleSignal:
         0xad5d208 s Context>handleSignal:
         0xad5d2c0 s Context>handleSignal:
         0xad5d378 s Context>handleSignal:
         0xad5d430 s Context>handleSignal:
         0xad5d4e8 s Context>handleSignal:
         0xad5d5a0 s Context>handleSignal:
         0xad5d658 s Context>handleSignal:
         0xad5d710 s Context>handleSignal:
         0xada1268 s Context>handleSignal:
         0xadb4628 s Context>handleSignal:
         0xadc6340 s Context>handleSignal:
         0xadd73e8 s Context>handleSignal:
         0xadead90 s Context>handleSignal:
         0xadfb4b0 s Context>handleSignal:
         0xae0b640 s Context>handleSignal:
         0xae1b428 s Context>handleSignal:
         0xae2d8a8 s Context>handleSignal:
         0xae3ce40 s Context>handleSignal:
         0xae4ef78 s Context>handleSignal:
         0xb1caf88 s Halt(Exception)>signal
         0xb262188 s Halt class(Exception class)>signal
         0xad5b8e0 s Halt class>now
         0xb1be678 s FullBlockClosure(Object)>halt
         0xb254bd8 s FullBlockClosure>printOn:
         0xb29d198 s Context>printOn:
         0xb3590d8 s Context>printDebugOn:
         0xb3593e0 s [] in Context>debugStack:on:
         0xb39e228 s OrderedCollection>do:
         0xb29d2a0 s Context>debugStack:on:
         0xb359270 s Context>shortDebugStackOn:
         0xb39e170 s [] in SmalltalkImage>logError:inContext:
         0xb3c28b8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c8d40 s FullBlockClosure(BlockClosure)>on:do:
         0xb25f520 s SmalltalkImage>logStdErrorDuring:
         0xb2ae900 s SmalltalkImage>logError:inContext:
         0xb36e730 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3ab180 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ca820 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e85b0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fd270 s Halt(Exception)>unhandledErrorAction
         0xb3fd328 s Halt(UnhandledException)>defaultAction
         0xb3fd3e0 s UndefinedObject>handleSignal:
         0xad5b040 s Context>handleSignal:
         0xad5c968 s Context>handleSignal:
         0xad5ca20 s Context>handleSignal:
         0xad5cad8 s Context>handleSignal:
         0xad5cb90 s Context>handleSignal:
         0xad5cc48 s Context>handleSignal:
         0xad5cd00 s Context>handleSignal:
         0xad5cdb8 s Context>handleSignal:
         0xad5ce70 s Context>handleSignal:
         0xad5cf28 s Context>handleSignal:
         0xada11b0 s Context>handleSignal:
         0xadb4570 s Context>handleSignal:
         0xadc6288 s Context>handleSignal:
         0xadd7330 s Context>handleSignal:
         0xadeacd8 s Context>handleSignal:
         0xadfb3f8 s Context>handleSignal:
         0xae0b588 s Context>handleSignal:
         0xae1b370 s Context>handleSignal:
         0xae2d7f0 s Context>handleSignal:
         0xae3cd88 s Context>handleSignal:
         0xb1cad38 s Halt(Exception)>signal
         0xb261ea0 s Halt class(Exception class)>signal
         0xad5b0f8 s Halt class>now
         0xb1be588 s FullBlockClosure(Object)>halt
         0xb254af0 s FullBlockClosure>printOn:
         0xb29cfd8 s Context>printOn:
         0xb358e88 s Context>printDebugOn:
         0xb359190 s [] in Context>debugStack:on:
         0xb39e0a8 s OrderedCollection>do:
         0xb29d0e0 s Context>debugStack:on:
         0xb359020 s Context>shortDebugStackOn:
         0xb39dff0 s [] in SmalltalkImage>logError:inContext:
         0xb3c27e0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c7ef8 s FullBlockClosure(BlockClosure)>on:do:
         0xb25e2a8 s SmalltalkImage>logStdErrorDuring:
         0xb2ad148 s SmalltalkImage>logError:inContext:
         0xb36d9e0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aabc0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3ca358 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e8218 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fd048 s Halt(Exception)>unhandledErrorAction
         0xb3fd100 s Halt(UnhandledException)>defaultAction
         0xb3fd1b8 s UndefinedObject>handleSignal:
         0xad5a858 s Context>handleSignal:
         0xad5c180 s Context>handleSignal:
         0xad5c238 s Context>handleSignal:
         0xad5c2f0 s Context>handleSignal:
         0xad5c3a8 s Context>handleSignal:
         0xad5c460 s Context>handleSignal:
         0xad5c518 s Context>handleSignal:
         0xad5c5d0 s Context>handleSignal:
         0xad5c688 s Context>handleSignal:
         0xad5c740 s Context>handleSignal:
         0xada10f8 s Context>handleSignal:
         0xadb44b8 s Context>handleSignal:
         0xadc61d0 s Context>handleSignal:
         0xadd7278 s Context>handleSignal:
         0xadeac20 s Context>handleSignal:
         0xadfb340 s Context>handleSignal:
         0xae0b4d0 s Context>handleSignal:
         0xae1b2b8 s Context>handleSignal:
         0xae2d738 s Context>handleSignal:
         0xb1cab00 s Halt(Exception)>signal
         0xb261bb8 s Halt class(Exception class)>signal
         0xad5a910 s Halt class>now
         0xb1be498 s FullBlockClosure(Object)>halt
         0xb254a08 s FullBlockClosure>printOn:
         0xb29ce18 s Context>printOn:
         0xb358c38 s Context>printDebugOn:
         0xb358f40 s [] in Context>debugStack:on:
         0xb39df28 s OrderedCollection>do:
         0xb29cf20 s Context>debugStack:on:
         0xb358dd0 s Context>shortDebugStackOn:
         0xb39de70 s [] in SmalltalkImage>logError:inContext:
         0xb3c2708 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c6fb0 s FullBlockClosure(BlockClosure)>on:do:
         0xb25cef8 s SmalltalkImage>logStdErrorDuring:
         0xb2ab3b0 s SmalltalkImage>logError:inContext:
         0xb36bb60 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3aa050 s FullBlockClosure(BlockClosure)>ensure:
         0xb3c99d8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e7ec0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fce20 s Halt(Exception)>unhandledErrorAction
         0xb3fced8 s Halt(UnhandledException)>defaultAction
         0xb3fcf90 s UndefinedObject>handleSignal:
         0xad5a070 s Context>handleSignal:
         0xad5b998 s Context>handleSignal:
         0xad5ba50 s Context>handleSignal:
         0xad5bb08 s Context>handleSignal:
         0xad5bbc0 s Context>handleSignal:
         0xad5bc78 s Context>handleSignal:
         0xad5bd30 s Context>handleSignal:
         0xad5bde8 s Context>handleSignal:
         0xad5bea0 s Context>handleSignal:
         0xad5bf58 s Context>handleSignal:
         0xada1040 s Context>handleSignal:
         0xadb4400 s Context>handleSignal:
         0xadc6118 s Context>handleSignal:
         0xadd71c0 s Context>handleSignal:
         0xadeab68 s Context>handleSignal:
         0xadfb288 s Context>handleSignal:
         0xae0b418 s Context>handleSignal:
         0xae1b200 s Context>handleSignal:
         0xb1ca730 s Halt(Exception)>signal
         0xb261700 s Halt class(Exception class)>signal
         0xad5a128 s Halt class>now
         0xb1be3a8 s FullBlockClosure(Object)>halt
         0xb254920 s FullBlockClosure>printOn:
         0xb29cc58 s Context>printOn:
         0xb3589e8 s Context>printDebugOn:
         0xb358cf0 s [] in Context>debugStack:on:
         0xb39dda8 s OrderedCollection>do:
         0xb29cd60 s Context>debugStack:on:
         0xb358b80 s Context>shortDebugStackOn:
         0xb39dcf0 s [] in SmalltalkImage>logError:inContext:
         0xb3c2630 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c5018 s FullBlockClosure(BlockClosure)>on:do:
         0xb25b4a0 s SmalltalkImage>logStdErrorDuring:
         0xb2a9190 s SmalltalkImage>logError:inContext:
         0xb368cf8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3a8768 s FullBlockClosure(BlockClosure)>ensure:
         0xb3c8920 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e7a38 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fcbf8 s Halt(Exception)>unhandledErrorAction
         0xb3fccb0 s Halt(UnhandledException)>defaultAction
         0xb3fcd68 s UndefinedObject>handleSignal:
         0xad59888 s Context>handleSignal:
         0xad5b1b0 s Context>handleSignal:
         0xad5b268 s Context>handleSignal:
         0xad5b320 s Context>handleSignal:
         0xad5b3d8 s Context>handleSignal:
         0xad5b490 s Context>handleSignal:
         0xad5b548 s Context>handleSignal:
         0xad5b600 s Context>handleSignal:
         0xad5b6b8 s Context>handleSignal:
         0xad5b770 s Context>handleSignal:
         0xada0f88 s Context>handleSignal:
         0xadb4348 s Context>handleSignal:
         0xadc6060 s Context>handleSignal:
         0xadd7108 s Context>handleSignal:
         0xadeaab0 s Context>handleSignal:
         0xadfb1d0 s Context>handleSignal:
         0xae0b360 s Context>handleSignal:
         0xb1ca490 s Halt(Exception)>signal
         0xb261418 s Halt class(Exception class)>signal
         0xad59940 s Halt class>now
         0xb1be2b8 s FullBlockClosure(Object)>halt
         0xb254838 s FullBlockClosure>printOn:
         0xb29ca98 s Context>printOn:
         0xb358798 s Context>printDebugOn:
         0xb358aa0 s [] in Context>debugStack:on:
         0xb39dc28 s OrderedCollection>do:
         0xb29cba0 s Context>debugStack:on:
         0xb358930 s Context>shortDebugStackOn:
         0xb39db70 s [] in SmalltalkImage>logError:inContext:
         0xb3c2558 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c6ef8 s FullBlockClosure(BlockClosure)>on:do:
         0xb25cde0 s SmalltalkImage>logStdErrorDuring:
         0xb2ab2b0 s SmalltalkImage>logError:inContext:
         0xb36ba98 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3a9f60 s FullBlockClosure(BlockClosure)>ensure:
         0xb3c98f8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e7e08 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fc9d0 s Halt(Exception)>unhandledErrorAction
         0xb3fca88 s Halt(UnhandledException)>defaultAction
         0xb3fcb40 s UndefinedObject>handleSignal:
         0xad590a0 s Context>handleSignal:
         0xad5a9c8 s Context>handleSignal:
         0xad5aa80 s Context>handleSignal:
         0xad5ab38 s Context>handleSignal:
         0xad5abf0 s Context>handleSignal:
         0xad5aca8 s Context>handleSignal:
         0xad5ad60 s Context>handleSignal:
         0xad5ae18 s Context>handleSignal:
         0xad5aed0 s Context>handleSignal:
         0xad5af88 s Context>handleSignal:
         0xada0ed0 s Context>handleSignal:
         0xadb4290 s Context>handleSignal:
         0xadc5fa8 s Context>handleSignal:
         0xadd7050 s Context>handleSignal:
         0xadea9f8 s Context>handleSignal:
         0xadfb118 s Context>handleSignal:
         0xb1ca190 s Halt(Exception)>signal
         0xb261058 s Halt class(Exception class)>signal
         0xad59158 s Halt class>now
         0xb1be1c8 s FullBlockClosure(Object)>halt
         0xb254750 s FullBlockClosure>printOn:
         0xb29c8d8 s Context>printOn:
         0xb358548 s Context>printDebugOn:
         0xb358850 s [] in Context>debugStack:on:
         0xb39daa8 s OrderedCollection>do:
         0xb29c9e0 s Context>debugStack:on:
         0xb3586e0 s Context>shortDebugStackOn:
         0xb39d9f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c2480 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c4b30 s FullBlockClosure(BlockClosure)>on:do:
         0xb25aec8 s SmalltalkImage>logStdErrorDuring:
         0xb2a8ad0 s SmalltalkImage>logError:inContext:
         0xb368778 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3a8138 s FullBlockClosure(BlockClosure)>ensure:
         0xb3c8350 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e76a0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fc7a8 s Halt(Exception)>unhandledErrorAction
         0xb3fc860 s Halt(UnhandledException)>defaultAction
         0xb3fc918 s UndefinedObject>handleSignal:
         0xad588b8 s Context>handleSignal:
         0xad5a1e0 s Context>handleSignal:
         0xad5a298 s Context>handleSignal:
         0xad5a350 s Context>handleSignal:
         0xad5a408 s Context>handleSignal:
         0xad5a4c0 s Context>handleSignal:
         0xad5a578 s Context>handleSignal:
         0xad5a630 s Context>handleSignal:
         0xad5a6e8 s Context>handleSignal:
         0xad5a7a0 s Context>handleSignal:
         0xada0e18 s Context>handleSignal:
         0xadb41d8 s Context>handleSignal:
         0xadc5ef0 s Context>handleSignal:
         0xadd6f98 s Context>handleSignal:
         0xadea940 s Context>handleSignal:
         0xb1c9d30 s Halt(Exception)>signal
         0xb260a50 s Halt class(Exception class)>signal
         0xad58970 s Halt class>now
         0xb1be0d8 s FullBlockClosure(Object)>halt
         0xb254668 s FullBlockClosure>printOn:
         0xb29c718 s Context>printOn:
         0xb3582f8 s Context>printDebugOn:
         0xb358600 s [] in Context>debugStack:on:
         0xb39d928 s OrderedCollection>do:
         0xb29c820 s Context>debugStack:on:
         0xb358490 s Context>shortDebugStackOn:
         0xb39d870 s [] in SmalltalkImage>logError:inContext:
         0xb3c23a8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c4c20 s FullBlockClosure(BlockClosure)>on:do:
         0xb25b010 s SmalltalkImage>logStdErrorDuring:
         0xb2a8cd8 s SmalltalkImage>logError:inContext:
         0xb368920 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3a82f0 s FullBlockClosure(BlockClosure)>ensure:
         0xb3c84e8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e7758 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fc580 s Halt(Exception)>unhandledErrorAction
         0xb3fc638 s Halt(UnhandledException)>defaultAction
         0xb3fc6f0 s UndefinedObject>handleSignal:
         0xad580d0 s Context>handleSignal:
         0xad599f8 s Context>handleSignal:
         0xad59ab0 s Context>handleSignal:
         0xad59b68 s Context>handleSignal:
         0xad59c20 s Context>handleSignal:
         0xad59cd8 s Context>handleSignal:
         0xad59d90 s Context>handleSignal:
         0xad59e48 s Context>handleSignal:
         0xad59f00 s Context>handleSignal:
         0xad59fb8 s Context>handleSignal:
         0xada0d60 s Context>handleSignal:
         0xadb4120 s Context>handleSignal:
         0xadc5e38 s Context>handleSignal:
         0xadd6ee0 s Context>handleSignal:
         0xb1c9a38 s Halt(Exception)>signal
         0xb260768 s Halt class(Exception class)>signal
         0xad58188 s Halt class>now
         0xb1bdfe8 s FullBlockClosure(Object)>halt
         0xb254580 s FullBlockClosure>printOn:
         0xb29c558 s Context>printOn:
         0xb3580a8 s Context>printDebugOn:
         0xb3583b0 s [] in Context>debugStack:on:
         0xb39d7a8 s OrderedCollection>do:
         0xb29c660 s Context>debugStack:on:
         0xb358240 s Context>shortDebugStackOn:
         0xb39d6f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c22d0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c4d10 s FullBlockClosure(BlockClosure)>on:do:
         0xb25b158 s SmalltalkImage>logStdErrorDuring:
         0xb2a8e90 s SmalltalkImage>logError:inContext:
         0xb368aa0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3a8498 s FullBlockClosure(BlockClosure)>ensure:
         0xb3c8680 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e7810 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fc358 s Halt(Exception)>unhandledErrorAction
         0xb3fc410 s Halt(UnhandledException)>defaultAction
         0xb3fc4c8 s UndefinedObject>handleSignal:
         0xad578e8 s Context>handleSignal:
         0xad59210 s Context>handleSignal:
         0xad592c8 s Context>handleSignal:
         0xad59380 s Context>handleSignal:
         0xad59438 s Context>handleSignal:
         0xad594f0 s Context>handleSignal:
         0xad595a8 s Context>handleSignal:
         0xad59660 s Context>handleSignal:
         0xad59718 s Context>handleSignal:
         0xad597d0 s Context>handleSignal:
         0xada0ca8 s Context>handleSignal:
         0xadb4068 s Context>handleSignal:
         0xadc5d80 s Context>handleSignal:
         0xb1c8bd0 s Halt(Exception)>signal
         0xb25f350 s Halt class(Exception class)>signal
         0xad579a0 s Halt class>now
         0xb1bde40 s FullBlockClosure(Object)>halt
         0xb2543e0 s FullBlockClosure>printOn:
         0xb29c398 s Context>printOn:
         0xb357e58 s Context>printDebugOn:
         0xb358160 s [] in Context>debugStack:on:
         0xb39d628 s OrderedCollection>do:
         0xb29c4a0 s Context>debugStack:on:
         0xb357ff0 s Context>shortDebugStackOn:
         0xb39d570 s [] in SmalltalkImage>logError:inContext:
         0xb3c21f8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c4e00 s FullBlockClosure(BlockClosure)>on:do:
         0xb25b270 s SmalltalkImage>logStdErrorDuring:
         0xb2a8f90 s SmalltalkImage>logError:inContext:
         0xb368b68 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3a8588 s FullBlockClosure(BlockClosure)>ensure:
         0xb3c8760 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e78c8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fc130 s Halt(Exception)>unhandledErrorAction
         0xb3fc1e8 s Halt(UnhandledException)>defaultAction
         0xb3fc2a0 s UndefinedObject>handleSignal:
         0xad571b8 s Context>handleSignal:
         0xad58a28 s Context>handleSignal:
         0xad58ae0 s Context>handleSignal:
         0xad58b98 s Context>handleSignal:
         0xad58c50 s Context>handleSignal:
         0xad58d08 s Context>handleSignal:
         0xad58dc0 s Context>handleSignal:
         0xad58e78 s Context>handleSignal:
         0xad58f30 s Context>handleSignal:
         0xad58fe8 s Context>handleSignal:
         0xada0bf0 s Context>handleSignal:
         0xadb3fb0 s Context>handleSignal:
         0xb1c7d88 s Halt(Exception)>signal
         0xb25e0d8 s Halt class(Exception class)>signal
         0xad57270 s Halt class>now
         0xb1bdc98 s FullBlockClosure(Object)>halt
         0xb254240 s FullBlockClosure>printOn:
         0xb29c1d8 s Context>printOn:
         0xb357c08 s Context>printDebugOn:
         0xb357f10 s [] in Context>debugStack:on:
         0xb39d4a8 s OrderedCollection>do:
         0xb29c2e0 s Context>debugStack:on:
         0xb357da0 s Context>shortDebugStackOn:
         0xb39d3f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c2120 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c4ef0 s FullBlockClosure(BlockClosure)>on:do:
         0xb25b388 s SmalltalkImage>logStdErrorDuring:
         0xb2a9090 s SmalltalkImage>logError:inContext:
         0xb368c30 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3a8678 s FullBlockClosure(BlockClosure)>ensure:
         0xb3c8840 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e7980 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fbf08 s Halt(Exception)>unhandledErrorAction
         0xb3fbfc0 s Halt(UnhandledException)>defaultAction
         0xb3fc078 s UndefinedObject>handleSignal:
         0xad56b40 s Context>handleSignal:
         0xad58240 s Context>handleSignal:
         0xad582f8 s Context>handleSignal:
         0xad583b0 s Context>handleSignal:
         0xad58468 s Context>handleSignal:
         0xad58520 s Context>handleSignal:
         0xad585d8 s Context>handleSignal:
         0xad58690 s Context>handleSignal:
         0xad58748 s Context>handleSignal:
         0xad58800 s Context>handleSignal:
         0xada0b38 s Context>handleSignal:
         0xb1c6d88 s Halt(Exception)>signal
         0xb25cc10 s Halt class(Exception class)>signal
         0xad56bf8 s Halt class>now
         0xb1bdaf0 s FullBlockClosure(Object)>halt
         0xb2540a0 s FullBlockClosure>printOn:
         0xb29c018 s Context>printOn:
         0xb3579b8 s Context>printDebugOn:
         0xb357cc0 s [] in Context>debugStack:on:
         0xb39d328 s OrderedCollection>do:
         0xb29c120 s Context>debugStack:on:
         0xb357b50 s Context>shortDebugStackOn:
         0xb39d270 s [] in SmalltalkImage>logError:inContext:
         0xb3c2048 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1c4a40 s FullBlockClosure(BlockClosure)>on:do:
         0xb25adb0 s SmalltalkImage>logStdErrorDuring:
         0xb2a89d0 s SmalltalkImage>logError:inContext:
         0xb3686b0 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3a8048 s FullBlockClosure(BlockClosure)>ensure:
         0xb3c8270 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3e75e8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3fbce0 s Halt(Exception)>unhandledErrorAction
         0xb3fbd98 s Halt(UnhandledException)>defaultAction
         0xb3fbe50 s UndefinedObject>handleSignal:
         0xad56580 s Context>handleSignal:
         0xad57a58 s Context>handleSignal:
         0xad57b10 s Context>handleSignal:
         0xad57bc8 s Context>handleSignal:
         0xad57c80 s Context>handleSignal:
         0xad57d38 s Context>handleSignal:
         0xad57df0 s Context>handleSignal:
         0xad57ea8 s Context>handleSignal:
         0xad57f60 s Context>handleSignal:
         0xad58018 s Context>handleSignal:
         0xb1bdef8 s Halt(Exception)>signal
         0xb254498 s Halt class(Exception class)>signal
         0xad56638 s Halt class>now
         0xb1bd948 s FullBlockClosure(Object)>halt
         0xb253f00 s FullBlockClosure>printOn:
         0xb29be58 s Context>printOn:
         0xb357768 s Context>printDebugOn:
         0xb357a70 s [] in Context>debugStack:on:
         0xb39d1a8 s OrderedCollection>do:
         0xb29bf60 s Context>debugStack:on:
         0xb357900 s Context>shortDebugStackOn:
         0xb39d0f0 s [] in SmalltalkImage>logError:inContext:
         0xb3c1f70 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1b9780 s FullBlockClosure(BlockClosure)>on:do:
         0xb233b48 s SmalltalkImage>logStdErrorDuring:
         0xb2943c8 s SmalltalkImage>logError:inContext:
         0xb34d7e8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb396850 s FullBlockClosure(BlockClosure)>ensure:
         0xb3be1c8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3d86e0 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f3198 s Halt(Exception)>unhandledErrorAction
         0xb3fbb70 s Halt(UnhandledException)>defaultAction
         0xb3fbc28 s UndefinedObject>handleSignal:
         0xad56078 s Context>handleSignal:
         0xad57328 s Context>handleSignal:
         0xad573e0 s Context>handleSignal:
         0xad57498 s Context>handleSignal:
         0xad57550 s Context>handleSignal:
         0xad57608 s Context>handleSignal:
         0xad576c0 s Context>handleSignal:
         0xad57778 s Context>handleSignal:
         0xad57830 s Context>handleSignal:
         0xb1bdd50 s Halt(Exception)>signal
         0xb2542f8 s Halt class(Exception class)>signal
         0xad56130 s Halt class>now
         0xb1bd7a0 s FullBlockClosure(Object)>halt
         0xb253d60 s FullBlockClosure>printOn:
         0xb29bc98 s Context>printOn:
         0xb357518 s Context>printDebugOn:
         0xb357820 s [] in Context>debugStack:on:
         0xb39d028 s OrderedCollection>do:
         0xb29bda0 s Context>debugStack:on:
         0xb3576b0 s Context>shortDebugStackOn:
         0xb39cf70 s [] in SmalltalkImage>logError:inContext:
         0xb3c1e98 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1b96c8 s FullBlockClosure(BlockClosure)>on:do:
         0xb233a30 s SmalltalkImage>logStdErrorDuring:
         0xb2942c8 s SmalltalkImage>logError:inContext:
         0xb34d720 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb396760 s FullBlockClosure(BlockClosure)>ensure:
         0xb3be0e8 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3d8628 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f30e0 s Halt(Exception)>unhandledErrorAction
         0xb3fba00 s Halt(UnhandledException)>defaultAction
         0xb3fbab8 s UndefinedObject>handleSignal:
         0xad55c28 s Context>handleSignal:
         0xad56cb0 s Context>handleSignal:
         0xad56d68 s Context>handleSignal:
         0xad56e20 s Context>handleSignal:
         0xad56ed8 s Context>handleSignal:
         0xad56f90 s Context>handleSignal:
         0xad57048 s Context>handleSignal:
         0xad57100 s Context>handleSignal:
         0xb1bdba8 s Halt(Exception)>signal
         0xb254158 s Halt class(Exception class)>signal
         0xad55ce0 s Halt class>now
         0xb1bd5f8 s FullBlockClosure(Object)>halt
         0xb253bc0 s FullBlockClosure>printOn:
         0xb29bad8 s Context>printOn:
         0xb3572c8 s Context>printDebugOn:
         0xb3575d0 s [] in Context>debugStack:on:
         0xb39cea8 s OrderedCollection>do:
         0xb29bbe0 s Context>debugStack:on:
         0xb357460 s Context>shortDebugStackOn:
         0xb39cdf0 s [] in SmalltalkImage>logError:inContext:
         0xb3c1dc0 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1b9610 s FullBlockClosure(BlockClosure)>on:do:
         0xb233918 s SmalltalkImage>logStdErrorDuring:
         0xb2941c8 s SmalltalkImage>logError:inContext:
         0xb34d658 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb396670 s FullBlockClosure(BlockClosure)>ensure:
         0xb3be008 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3d8570 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f3028 s Halt(Exception)>unhandledErrorAction
         0xb3fb890 s Halt(UnhandledException)>defaultAction
         0xb3fb948 s UndefinedObject>handleSignal:
         0xad55160 s Context>handleSignal:
         0xad566f0 s Context>handleSignal:
         0xad567a8 s Context>handleSignal:
         0xad56860 s Context>handleSignal:
         0xad56918 s Context>handleSignal:
         0xad569d0 s Context>handleSignal:
         0xad56a88 s Context>handleSignal:
         0xb1bda00 s Halt(Exception)>signal
         0xb253fb8 s Halt class(Exception class)>signal
         0xad55218 s Halt class>now
         0xb1bd4d8 s FullBlockClosure(Object)>halt
         0xb253ad8 s FullBlockClosure>printOn:
         0xb29b918 s Context>printOn:
         0xb357078 s Context>printDebugOn:
         0xb357380 s [] in Context>debugStack:on:
         0xb39cd28 s OrderedCollection>do:
         0xb29ba20 s Context>debugStack:on:
         0xb357210 s Context>shortDebugStackOn:
         0xb39cc70 s [] in SmalltalkImage>logError:inContext:
         0xb3c1ce8 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1b9558 s FullBlockClosure(BlockClosure)>on:do:
         0xb233800 s SmalltalkImage>logStdErrorDuring:
         0xb2940c8 s SmalltalkImage>logError:inContext:
         0xb34d590 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb396580 s FullBlockClosure(BlockClosure)>ensure:
         0xb3bdf28 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3d84b8 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f2f70 s Halt(Exception)>unhandledErrorAction
         0xb3fb720 s Halt(UnhandledException)>defaultAction
         0xb3fb7d8 s UndefinedObject>handleSignal:
         0xad54eb8 s Context>handleSignal:
         0xad561e8 s Context>handleSignal:
         0xad562a0 s Context>handleSignal:
         0xad56358 s Context>handleSignal:
         0xad56410 s Context>handleSignal:
         0xad564c8 s Context>handleSignal:
         0xb1bd858 s Halt(Exception)>signal
         0xb253e18 s Halt class(Exception class)>signal
         0xad54f70 s Halt class>now
         0xb1bd3b8 s FullBlockClosure(Object)>halt
         0xb2377e0 s FullBlockClosure>printOn:
         0xb29b758 s Context>printOn:
         0xb356e28 s Context>printDebugOn:
         0xb357130 s [] in Context>debugStack:on:
         0xb39cba8 s OrderedCollection>do:
         0xb29b860 s Context>debugStack:on:
         0xb356fc0 s Context>shortDebugStackOn:
         0xb39caf0 s [] in SmalltalkImage>logError:inContext:
         0xb3c1c10 s [] in SmalltalkImage>logStdErrorDuring:
         0xb1b94a0 s FullBlockClosure(BlockClosure)>on:do:
         0xb2336e8 s SmalltalkImage>logStdErrorDuring:
         0xb293fc8 s SmalltalkImage>logError:inContext:
         0xb34d4c8 s [] in NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb396490 s FullBlockClosure(BlockClosure)>ensure:
         0xb3bde48 s NonInteractiveUIManager(CommandLineUIManager)>quitFrom:withMessage:
         0xb3d8400 s NonInteractiveUIManager(CommandLineUIManager)>unhandledErrorDefaultAction:
         0xb3f2eb8 s Halt(Exception)>unhandledErrorAction
         0xb3fb5b0 s Halt(UnhandledException)>defaultAction
         0xb3fb668 s UndefinedObject>handleSignal:
         0xad54d48 s Context>handleSignal:
         0xad55d98 s Context>handleSignal:
         0xad55e50 s Context>handleSignal:
         0xad55f08 s Context>handleSignal:
         0xad55fc0 s Context>handleSignal:
         0xb1bd6b0 s Halt(Exception)>signal
         0xb253c78 s Halt class(Exception class)>signal
         0xad54e00 s Halt class>now
         0xb1bd2c8 s FullBlockClosure(Object)>halt
         0xb2376f8 s FullBlockClosure>printOn:
         0xb29b5c0 s Context>printOn:
         0xb356990 s Context>printDebugOn:
         0xb356ee0 s [] in Context>debugStack:on:
         0xb39ca28 s OrderedCollection>do:
         0xb29b6a0 s Context>debugStack:on:
         0xb356d70 s Context>shortDebugStackOn:
         0xb39c970 s [] in RubEditingArea(Morph)>drawErrorOn:
         0xb3c1b08 s String class(SequenceableCollection class)>new:streamContents:
         0xb3dd498 s String class(SequenceableCollection class)>streamContents:
         0xb3dd550 s [] in RubEditingArea(Morph)>drawErrorOn:
         0xad55028 s RubEditingArea(Morph)>valueOfProperty:ifPresentDo:
         0xad552d0 s RubEditingArea(Morph)>drawErrorOn:
         0xad55388 s RubEditingArea(Morph)>fullDrawOn:
         0xad55440 s FormCanvas(Canvas)>fullDraw:
         0xad554f8 s FormCanvas(Canvas)>fullDrawMorph:
         0xad555b0 s [] in TransformWithLayoutMorph(TransformMorph)>drawSubmorphsOn:
         0xad55668 s Array(SequenceableCollection)>reverseDo:
         0xad55720 s [] in TransformWithLayoutMorph(TransformMorph)>drawSubmorphsOn:
         0xad557d8 s FormCanvas>transformBy:clippingTo:during:smoothing:
         0xad55890 s TransformWithLayoutMorph(TransformMorph)>drawSubmorphsOn:
         0xad55948 s [] in TransformWithLayoutMorph(Morph)>fullDrawOn:
         0xad55a00 s FormCanvas>roundCornersOf:in:during:
         0xad55ab8 s FormCanvas(Canvas)>roundCornersOf:during:
         0xad55b70 s [] in TransformWithLayoutMorph(Morph)>fullDrawOn:
         0xb1b93e8 s FullBlockClosure(BlockClosure)>on:do:
         0xb233600 s TransformWithLayoutMorph(Morph)>fullDrawOn:
         0xb293f10 s FormCanvas(Canvas)>fullDraw:
         0xb34d410 s FormCanvas(Canvas)>fullDrawMorph:
         0xb3963d8 s [] in RubTextScrollPane(Morph)>drawSubmorphsOn:
         0xb3bdd60 s Array(SequenceableCollection)>reverseDo:
         0xb3d8348 s [] in RubTextScrollPane(Morph)>drawSubmorphsOn:
         0xb3f2dd8 s RubTextScrollPane(Morph)>drawSubmorphsOn:
         0xb40e900 s RubTextScrollPane>drawSubmorphsOn:
         0xb411150 s [] in RubTextScrollPane(Morph)>fullDrawOn:
         0xad54c60 s FormCanvas>roundCornersOf:in:during:
         0xada0850 s FormCanvas(Canvas)>roundCornersOf:during:
         0xada0908 s [] in RubTextScrollPane(Morph)>fullDrawOn:
         0xb1b9330 s FullBlockClosure(BlockClosure)>on:do:
         0xb233518 s RubTextScrollPane(Morph)>fullDrawOn:
         0xb293e58 s FormCanvas(Canvas)>fullDraw:
         0xb34d358 s FormCanvas(Canvas)>fullDrawMorph:
         0xb396320 s [] in RubScrolledTextMorph>drawSubmorphsOn:
         0xb3bdc78 s Array(SequenceableCollection)>reverseDo:
         0xb3d8278 s [] in RubScrolledTextMorph>drawSubmorphsOn:
         0xb3f2ce0 s FormCanvas>clipBy:during:
         0xb40e830 s RubScrolledTextMorph>drawSubmorphsOn:
         0xb411068 s [] in RubScrolledTextMorph(Morph)>fullDrawOn:
         0xad54b78 s FormCanvas>roundCornersOf:in:during:
         0xada06e0 s FormCanvas(Canvas)>roundCornersOf:during:
         0xada0798 s [] in RubScrolledTextMorph(Morph)>fullDrawOn:
         0xb1b9278 s FullBlockClosure(BlockClosure)>on:do:
         0xb233430 s RubScrolledTextMorph(Morph)>fullDrawOn:
         0xb293da0 s FormCanvas(Canvas)>fullDraw:
         0xb34d2a0 s FormCanvas(Canvas)>fullDrawMorph:
         0xb396268 s [] in StandardWindow(Morph)>drawSubmorphsOn:
         0xb3bdb90 s Array(SequenceableCollection)>reverseDo:
         0xb3d81c0 s [] in StandardWindow(Morph)>drawSubmorphsOn:
         0xb3f2c00 s FormCanvas>clipBy:during:
         0xb40e760 s StandardWindow(Morph)>drawSubmorphsOn:
         0xb410f80 s [] in StandardWindow(Morph)>fullDrawOn:
         0xad54a90 s FormCanvas>roundCornersOf:in:during:
         0xada0570 s FormCanvas(Canvas)>roundCornersOf:during:
         0xada0628 s [] in StandardWindow(Morph)>fullDrawOn:
         0xb1b91c0 s FullBlockClosure(BlockClosure)>on:do:
         0xb233348 s StandardWindow(Morph)>fullDrawOn:
         0xb293ce8 s FormCanvas(Canvas)>fullDraw:
         0xb34d1e8 s FormCanvas(Canvas)>fullDrawMorph:
         0xb396070 s [] in WorldState>drawWorld:submorphs:invalidAreasOn:
         0xb3bd998 s Rectangle>allAreasOutsideList:startingAt:do:
         0xb3d7d58 s Rectangle>allAreasOutsideList:do:
         0xb3d7e10 s [] in WorldState>drawWorld:submorphs:invalidAreasOn:
         0xb3f2ad0 s Array(SequenceableCollection)>do:
         0xb40e650 s WorldState>drawWorld:submorphs:invalidAreasOn:
         0xb410e80 s [] in NullWorldRenderer(AbstractWorldRenderer)>displayWorldState:ofWorld:
         0xad54908 s NullWorldRenderer>drawDuring:
         0xada04b8 s [] in NullWorldRenderer(AbstractWorldRenderer)>displayWorldState:ofWorld:
         0xadb3e58 s NullWorldRenderer(AbstractWorldRenderer)>deferUpdatesDuring:
         0xadc5cc8 s NullWorldRenderer(AbstractWorldRenderer)>displayWorldState:ofWorld:
         0xadd6e28 s WorldState>displayWorld:
         0xadea888 s WorldMorph>displayWorld
         0xadfb060 s [] in WorldState>displayWorldSafely:
         0xb1b8fe0 s FullBlockClosure(BlockClosure)>on:do:
         0xb233148 s FullBlockClosure(BlockClosure)>onErrorDo:
         0xb260fa0 s WorldState>displayWorldSafely:
         0xb2afea8 s WorldState>doOneCycleFor:
         0xb36f448 s WorldMorph>doOneCycleNow
         0xb3abd48 s WorldMorph>doOneCycle
         0xb3cb0e0 s [] in WorldMorph class>doOneCycle
         0xb3e8ce0 s FullBlockClosure(BlockClosure)>ensure:
         0xb40c4e8 s WorldState class>doDrawCycleWith:
         0xb40c5c8 s WorldMorph class>doOneCycle
         0xb40ff40 s MorphicRenderLoop>doOneCycle
         0x6c48740 s MorphicRenderLoop>doOneCycleWhile:
         0x6c422d8 s [] in MorphicUIManager>spawnNewProcess
         0x6c40ef0 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 40
Process          0x7c46b00 priority 40
    0x7fbc5a44c080 M TestExecutionEnvironment>runTestCase: 0xb1b5740: a(n) TestExecutionEnvironment
    0x7fbc5a44c0b8 M CurrentExecutionEnvironment class>runTestCase: 0x3e68160: a(n) CurrentExecutionEnvironment class
    0x7fbc5a44c0f0 M ObjectWithPrintingRaisingHaltTest(TestCase)>runCaseManaged 0xaea1e40: a(n) ObjectWithPrintingRaisingHaltTest
    0x7fbc5a44c128 M [] in HDTestReport>runCase: 0xae793f0: a(n) HDTestReport
    0x7fbc5a44c158 M FullBlockClosure(BlockClosure)>on:do: 0x2e87108: a(n) FullBlockClosure
    0x7fbc5a44c1a0 M [] in HDTestReport>runCase: 0xae793f0: a(n) HDTestReport
    0x7fbc5a44c1d8 M Time class>microsecondsToRun: 0x3e62790: a(n) Time class
    0x7fbc5a44c210 M Time class>millisecondsToRun: 0x3e62790: a(n) Time class
    0x7fbc5a44c250 M FullBlockClosure(BlockClosure)>timeToRun 0x2e7eda8: a(n) FullBlockClosure
    0x7fbc5a44c290 M [] in HDTestReport>reportTestCase:runBlock: 0xae793f0: a(n) HDTestReport
    0x7fbc5a44c2d0 M FullBlockClosure(BlockClosure)>ensure: 0x2e86ef8: a(n) FullBlockClosure
    0x7fbc5a44c318 M HDTestReport>newLogDuring: 0xae793f0: a(n) HDTestReport
    0x7fbc5a44c360 M HDTestReport>reportTestCase:runBlock: 0xae793f0: a(n) HDTestReport
    0x7fbc5a44c3a0 M HDTestReport>runCase: 0xae793f0: a(n) HDTestReport
    0x7fbc5a44c3d8 M ObjectWithPrintingRaisingHaltTest(TestCase)>run: 0xaea1e40: a(n) ObjectWithPrintingRaisingHaltTest
    0x7fbc5a44c410 M [] in HDTestReport>runAll 0xae793f0: a(n) HDTestReport
    0x7fbc5a44c458 M OrderedCollection>do: 0xae8dfb8: a(n) OrderedCollection
         0xaebf4a8 s [] in HDTestReport>runAll
         0xaec7420 s [] in CurrentExecutionEnvironment class>activate:for:
         0xaecf220 s FullBlockClosure(BlockClosure)>ensure:
         0xaed7408 s CurrentExecutionEnvironment class>activate:for:
         0xaedf280 s TestExecutionEnvironment(ExecutionEnvironment)>beActiveDuring:
         0xaee7358 s DefaultExecutionEnvironment>runTestsBy:
         0xaeeec78 s CurrentExecutionEnvironment class>runTestsBy:
         0xaecf310 s HDTestReport>runAll
         0xaed74f8 s [] in HDTestReport>run
         0xaedf338 s Time class>microsecondsToRun:
         0xaee7410 s Time class>millisecondsToRun:
         0xaeeed30 s FullBlockClosure(BlockClosure)>timeToRun
         0xaee74c8 s [] in HDTestReport>run
         0xaeeede8 s FullBlockClosure(BlockClosure)>ensure:
         0xaef6890 s [] in HDTestReport>run
         0xaefe608 s FullBlockClosure(BlockClosure)>ensure:
         0xaf064d0 s Author>ifUnknownAuthorUse:during:
         0xaf065b0 s HDTestReport>run
         0xaf0f9c8 s HDTestReport>runSuite:
         0xaf17330 s HDTestReport class>runSuite:
         0xaf1ef88 s HDTestReport class>runClasses:named:
         0xaf25cc8 s HDTestReport class>runPackage:
         0xaf2c990 s [] in HDTestReport class(HDReport class)>runPackages:
         0xaf337b0 s [] in Set>collect:
         0x7c7b170 s Array(SequenceableCollection)>do:
         0x7c7b348 s Set>collect:
         0x7c7b290 s HDTestReport class(HDReport class)>runPackages:
         0x7c7f8b0 s TestCommandLineHandler>runPackages
         0x7c7f9c8 s TestCommandLineHandler>activate
         0x7c7fb30 s TestCommandLineHandler class(CommandLineHandler class)>activateWith:
         0x7c81f80 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
         0x7c821f8 s FullBlockClosure(BlockClosure)>on:do:
         0x7c824d8 s PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
         0x7c828d8 s PharoCommandLineHandler(BasicCommandLineHandler)>handleSubcommand
         0x7c82c70 s PharoCommandLineHandler(BasicCommandLineHandler)>handleArgument:
         0x7c82ee8 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
         0x7c83198 s FullBlockClosure(BlockClosure)>on:do:
         0x7c83488 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
         0x7c83688 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 10
Process          0x7c466f8 priority 10
         0x7e12b18 s ProcessorScheduler class>idleProcess
         0x7d76060 s [] in ProcessorScheduler class>startUp
         0x7c47668 s [] in FullBlockClosure(BlockClosure)>newProcess

suspended processes
Process          0x7c46c18 priority 50
    0x7fbc5a470460 M WeakArray class>finalizationProcess 0x3e62bb8: a(n) WeakArray class
         0x7c47530 s [] in WeakArray class>restartFinalizationProcess
         0x7c484e8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process          0x6c41160 priority 80
    0x7fbc5a454418 M DelayMicrosecondTicker>waitForUserSignalled:orExpired: 0x4165768: a(n) DelayMicrosecondTicker
    0x7fbc5a454460 M [] in DelaySemaphoreScheduler>runBackendLoopAtTimingPriority 0x4164c38: a(n) DelaySemaphoreScheduler
         0x7c46610 s FullBlockClosure(BlockClosure)>ensure:
         0x6c42170 s DelaySemaphoreScheduler(DelayBasicScheduler)>runBackendLoopAtTimingPriority
         0x7c46460 s [] in DelaySemaphoreScheduler(DelayBasicScheduler)>startTimerEventLoopPriority:
         0x6c42080 s [] in FullBlockClosure(BlockClosure)>newProcess

Process          0x4314a78 priority 60
         0x4320198 s InputEventFetcher>waitForInput
         0x432f5c8 s InputEventFetcher>eventLoop
         0x4337428 s [] in InputEventFetcher>installEventLoop
         0x433c290 s [] in BlockClosure>newProcess

Process          0x7c47928 priority 70
         0x7c48720 s [] in TFCallbackQueue>forkCallbackProcess
         0x7c499a8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process          0xb22b628 priority 79
    0x7fbc5a478340 M [] in DelayWaitTimeout>wait 0x2e87220: a(n) DelayWaitTimeout
    0x7fbc5a478380 M FullBlockClosure(BlockClosure)>ensure: 0x2e87318: a(n) FullBlockClosure
    0x7fbc5a4783b8 M DelayWaitTimeout>wait 0x2e87220: a(n) DelayWaitTimeout
    0x7fbc5a4783f0 M Semaphore>wait: 0xb22b608: a(n) Semaphore
    0x7fbc5a478430 M [] in TestExecutionEnvironment>watchDogLoop 0xb1b5740: a(n) TestExecutionEnvironment
    0x7fbc5a478460 M FullBlockClosure(BlockClosure)>repeat 0xb3f1780: a(n) FullBlockClosure
         0xb40dcc0 s TestExecutionEnvironment>watchDogLoop
         0xb4109c8 s [] in TestExecutionEnvironment>startWatchDog
         0xad28cc0 s [] in FullBlockClosure(BlockClosure)>newProcess
[Pipeline] fileExists
[Pipeline] sh
+ mv PharoDebug.log PharoDebug-Tests-Linux-x86_64-CoInterpreter-worker.log
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-Linux-x86_64-CoInterpreter-worker.log
[Pipeline] sh
+ cat progress-Tests-Linux-x86_64-CoInterpreter-worker.log
running suite: NewTools-Debugger-Tests
starting testcase: HaltInCompiledBlockPrintOnTest>>testExecutingHaltingPrintOnABlockOpensASingleDebugger ... finished
starting testcase: ObjectWithPrintingRaisingHaltTest>>testInspectingObjectWithPrintOnWithHaltOpenInspector ... 
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch Linux-x86_64
[WARN ] 2021-11-25 13:24:26.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[WARN ] 2021-11-25 13:24:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage
[WARN ] 2021-11-25 13:24:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry
[WARN ] 2021-11-25 12:24:31.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:31.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[DEBUG] 2021-11-25 12:24:31.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  TestLibrary.dll
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveUnregisterCallback: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveUnregisterCallbackAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCreateWorker: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCreateWorkerAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:32.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:33.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:33.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:33.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFreeDefinition: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:33.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:33.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFreeDefinitionAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:33.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:33.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:33.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:33.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:33.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveGetObjectFromAddress: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveGetObjectFromAddressAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:34.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveInitializeStructType: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveInitializeStructTypeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveStructByteSize: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveStructByteSizeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:35.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
.Pharo writing to the standard error
Pharo writing to the standard output
[WARN ] 2021-11-25 12:24:38.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFreeStruct: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:38.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:24:38.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveFreeStructAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:24:38.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared)
NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared)
EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".
NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared)

[ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runStartup:
TestWorkingSession>>start:
[ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
FullBlockClosure(BlockClosure)>>ensure:
UIManager class>>nonInteractiveDuring:
SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:

[ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ]
TestSessionHandler>>shutdown:
[ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runShutdown:
TestWorkingSession(WorkingSession)>>stop:
[ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:
TestExecutionEnvironment>>runTestCase:
CurrentExecutionEnvironment class>>runTestCase:
SessionErrorHandlingTest(TestCase)>>runCaseManaged
[WARN ] 2021-11-25 12:24:59.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2021-11-25 12:24:59.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2021-11-25 12:24:59.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
[WARN ] 2021-11-25 13:26:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax
1
1
2
2
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
an Object29444 run, 29444 passes, 0 failures, 0 errors.
[DEBUG] 2021-11-25 13:26:52.000 primitiveQuit (_v9.0.10/build/generated/64/vm/src/gcc3x-cointerp.c:35354):Quit requested by the image
Process        0x108e15940 priority 79
    0x700006440430 I SessionManager>launchSnapshot:andQuit: 0x10a16c440: a(n) SessionManager
    0x7000064404a0 I [] in SessionManager>snapshot:andQuit: 0x10a16c440: a(n) SessionManager
    0x7000064404e0 I [] in FullBlockClosure>newProcess 0x108e165e8: a(n) FullBlockClosure

processes at priority 50
Process        0x10df04380 priority 50
    0x7000064544e0 M WeakArray class>finalizationProcess 0x10a0efbb8: a(n) WeakArray class
       0x10df05088 s [] in WeakArray class>restartFinalizationProcess
       0x10df06778 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 40
Process        0x10cefd480 priority 40
    0x70000643e2e0 I DelaySemaphoreScheduler>schedule: 0x10a3f1be8: a(n) DelaySemaphoreScheduler
    0x70000643e318 M Delay>schedule 0x108e15a08: a(n) Delay
    0x70000643e348 M Delay>wait 0x108e15a08: a(n) Delay
    0x70000643e398 M WorldState class>doInterCycleWait 0x10a59b688: a(n) WorldState class
    0x70000643e3c8 M [] in WorldState class>doDrawCycleWith: 0x10a59b688: a(n) WorldState class
    0x70000643e408 M FullBlockClosure(BlockClosure)>ensure: 0x108e15a60: a(n) FullBlockClosure
    0x70000643e440 M WorldState class>doDrawCycleWith: 0x10a59b688: a(n) WorldState class
    0x70000643e478 M WorldMorph class>doOneCycle 0x10a59adf8: a(n) WorldMorph class
    0x70000643e4a8 M MorphicRenderLoop>doOneCycle 0x10cefe610: a(n) MorphicRenderLoop
    0x70000643e4d8 M MorphicRenderLoop>doOneCycleWhile: 0x10cefe610: a(n) MorphicRenderLoop
       0x10cefe648 s [] in MorphicUIManager>spawnNewProcess
       0x10cefd260 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x10df04238 priority 40
    0x70000646e290 I Process>resume 0x108e15940: a(n) Process
    0x70000646e2d0 I FullBlockClosure(BlockClosure)>forkAt: 0x108e165e8: a(n) FullBlockClosure
    0x70000646e328 I SessionManager>snapshot:andQuit: 0x10a16c440: a(n) SessionManager
    0x70000646e378 M [] in SmalltalkImage>snapshot:andQuit: 0x10a0fd0f8: a(n) SmalltalkImage
    0x70000646e3b0 M CurrentExecutionEnvironment class>activate:for: 0x10a0f5160: a(n) CurrentExecutionEnvironment class
    0x70000646e3f0 M DefaultExecutionEnvironment(ExecutionEnvironment)>beActiveDuring: 0x10a0ea040: a(n) DefaultExecutionEnvironment
    0x70000646e438 I DefaultExecutionEnvironment class>beActiveDuring: 0x10a0f56d0: a(n) DefaultExecutionEnvironment class
    0x70000646e480 I SmalltalkImage>snapshot:andQuit: 0x10a0fd0f8: a(n) SmalltalkImage
    0x70000646e4e0 I TestCommandLineHandler>runPackages 0x10df3e3f0: a(n) TestCommandLineHandler
       0x10df3e338 s TestCommandLineHandler>activate
       0x10df3e4a0 s TestCommandLineHandler class(CommandLineHandler class)>activateWith:
       0x10df408f0 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
       0x10df40b68 s FullBlockClosure(BlockClosure)>on:do:
       0x10df40e48 s PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
       0x10df41248 s PharoCommandLineHandler(BasicCommandLineHandler)>handleSubcommand
       0x10df415e0 s PharoCommandLineHandler(BasicCommandLineHandler)>handleArgument:
       0x10df41858 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
       0x10df41b08 s FullBlockClosure(BlockClosure)>on:do:
       0x10df41df8 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
       0x10df41ff8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x108df7300 priority 40
    0x7000064503a8 M [] in Delay>wait 0x108de1770: a(n) Delay
    0x7000064503e8 M FullBlockClosure(BlockClosure)>ifCurtailed: 0x108e167e8: a(n) FullBlockClosure
    0x700006450420 M Delay>wait 0x108de1770: a(n) Delay
    0x700006450460 I Duration>wait 0x10df07640: a(n) Duration
    0x7000064504a0 I [] in OmDeferrer>runMessageProcess 0x10df06258: a(n) OmDeferrer
    0x7000064504e0 I [] in FullBlockClosure>newProcess 0x108e168f0: a(n) FullBlockClosure

processes at priority 10
Process        0x10df01ec0 priority 10
    0x70000643a4e0 M ProcessorScheduler class>idleProcess 0x10a0eedf8: a(n) ProcessorScheduler class
       0x10e15c488 s [] in ProcessorScheduler class>startUp
       0x10df051c0 s [] in FullBlockClosure(BlockClosure)>newProcess

suspended processes
Process        0x10a5a1a18 priority 60
       0x10a5ad138 s InputEventFetcher>waitForInput
       0x10a5bc568 s InputEventFetcher>eventLoop
       0x10a5c43c8 s [] in InputEventFetcher>installEventLoop
       0x10a5c9230 s [] in BlockClosure>newProcess

Process        0x10cefd4d0 priority 80
    0x7000064484a8 I DelaySemaphoreScheduler(DelayBasicScheduler)>suspendAtTimingPriority 0x10a3f1be8: a(n) DelaySemaphoreScheduler
    0x7000064484e0 M [] in DelaySemaphoreScheduler>runBackendLoopAtTimingPriority 0x10a3f1be8: a(n) DelaySemaphoreScheduler
       0x10df01dd8 s FullBlockClosure(BlockClosure)>ensure:
       0x10cefe4e0 s DelaySemaphoreScheduler(DelayBasicScheduler)>runBackendLoopAtTimingPriority
       0x10df01c58 s [] in DelaySemaphoreScheduler(DelayBasicScheduler)>startTimerEventLoopPriority:
       0x10cefe3f0 s [] in FullBlockClosure(BlockClosure)>newProcess
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] fileExists
[Pipeline] sh
+ mv PharoDebug.log PharoDebug-Tests-Darwin-x86_64-CoInterpreter-worker.log
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-Darwin-x86_64-CoInterpreter-worker.log
[Pipeline] sh
+ cat progress-Tests-Darwin-x86_64-CoInterpreter-worker.log
running suite: Reflectivity-Tests
starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished
starting testcase: CoverageDemoTest>>testCoverageAST ... finished
starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished
starting testcase: CoverageDemoTest>>testCoverageMethod ... finished
starting testcase: LinkInstallerTest>>testCallToSuper ... finished
starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished
starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished
starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished
starting testcase: LinkInstallerTest>>testMethodModified ... finished
starting testcase: LinkInstallerTest>>testMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished
starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished
starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished
starting testcase: LinkInstallerTest>>testRemovingNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished
starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished
starting testcase: LinkInstallerTest>>testUninstallLink ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished
starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished
starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished
starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished
starting testcase: MetaLinkTest>>testAvailableReifications ... finished
starting testcase: MetaLinkTest>>testBlockLink ... finished
starting testcase: MetaLinkTest>>testConditionLink ... finished
starting testcase: MetaLinkTest>>testControlInstead ... finished
starting testcase: MetaLinkTest>>testControlLink ... finished
starting testcase: MetaLinkTest>>testDefintionString ... finished
starting testcase: MetaLinkTest>>testLinkOption ... finished
starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished
starting testcase: MetaLinkTest>>testOptionFor ... finished
starting testcase: MetaLinkTest>>testReificationError ... finished
starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished
starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished
starting testcase: ReflectiveMethodTest>>testSetLink ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished
starting testcase: ReflectivityControlTest>>testAfterArray ... finished
starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished
starting testcase: ReflectivityControlTest>>testAfterBlock ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterCascade ... finished
starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished
starting testcase: ReflectivityControlTest>>testAfterSend ... finished
starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished
starting testcase: ReflectivityControlTest>>testAfterSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterSlot ... finished
starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished
starting testcase: ReflectivityControlTest>>testBeforeArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished
starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished
starting testcase: ReflectivityControlTest>>testBeforeSend ... finished
starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished
starting testcase: ReflectivityControlTest>>testInsteadArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished
starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadSend ... finished
starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished
starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished
starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished
starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished
starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished
starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished
starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyNode ... finished
starting testcase: ReflectivityReificationTest>>testReifyObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished
starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished
starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished
starting testcase: ReflectivityTest>>testDisableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished
starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished
starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished
starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished
starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished
starting testcase: VariableBreakpointTest>>testInitialize ... finished
starting testcase: VariableBreakpointTest>>testInstall ... finished
starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished
starting testcase: VariableBreakpointTest>>testIsInstalled ... finished
starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished
starting testcase: VariableBreakpointTest>>testNewForClass ... finished
starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testRemove ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished
starting testcase: VariableBreakpointTest>>testScopeTo ... finished
starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished
finished running suite: Reflectivity-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[DEBUG] 2021-11-25 12:27:09.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  BMPReadWriterPlugin
[DEBUG] 2021-11-25 12:27:09.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  BMPReadWriterPlugin.dll
[DEBUG] 2021-11-25 12:27:09.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libBMPReadWriterPlugin.dll
[WARN ] 2021-11-25 12:27:09.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 12:27:09.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:09.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:27:09.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:09.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCompressToByteArrayAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:09.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray
[WARN ] 2021-11-25 12:27:09.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[DEBUG] 2021-11-25 12:27:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-11-25 12:27:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-11-25 12:27:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-11-25 12:27:11.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:27:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  BMPReadWriterPlugin
[DEBUG] 2021-11-25 12:27:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  BMPReadWriterPlugin.dll
[DEBUG] 2021-11-25 12:27:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libBMPReadWriterPlugin.dll
[WARN ] 2021-11-25 12:27:11.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin
[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:27:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  JPEGReadWriter2Plugin
[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol initialiseModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGPluginIsPresentAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent
[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGCompressStructSizeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize
[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGErrorMgr2StructSizeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize
[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr
[DEBUG] 2021-11-25 12:27:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  JPEGReaderPlugin
[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol initialiseModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGDecompressStructSizeAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize
[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGReadHeaderfromByteArrayerrorMgrAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr
[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primImageWidthAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth
[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primImageHeightAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight
[WARN ] 2021-11-25 12:27:11.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgr
[DEBUG] 2021-11-25 12:27:12.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-11-25 12:27:12.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-11-25 12:27:12.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-11-25 12:27:12.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-11-25 12:27:12.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:12.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:27:12.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[WARN ] 2021-11-25 12:27:19.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveDirectoryDelimitorAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:27:19.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared)
NewUndeclaredWarning: Point>>tt (Object is Undeclared)
MetacelloNotification: testFileTreeRepository: C:\builds\workspace\pharo-vm_v9.0.10\runTests\temp\repo

fred is number 1
charlie is number 2
elmer is number 3[DEBUG] 2021-11-25 12:28:06.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  DSAPrims
[WARN ] 2021-11-25 12:28:06.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol initialiseModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:28:06.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveHasSecureHashPrimitiveAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:28:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive
[WARN ] 2021-11-25 12:28:22.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveDefineVariadicFunction: The specified procedure could not be found.


[WARN ] 2021-11-25 12:28:22.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:28:22.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveDefineVariadicFunctionAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:28:22.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:02.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveReleaseWorker: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveReleaseWorkerAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0

Returning an object but pool is full[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
Finishing Nested run: 1 from 0
Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:03.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLoadSymbolFromModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:30:04.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:30:04.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:04.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:04.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:04.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 12:30:04.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0
[WARN ] 2021-11-25 12:30:04.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
[WARN ] 2021-11-25 12:30:04.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:04.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:04.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:04.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0
[WARN ] 2021-11-25 12:30:17.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0
[WARN ] 2021-11-25 12:30:17.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0
DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
SystemNotification: TD
SystemNotification: TB
SystemNotification: TC
SystemNotification: TA
SystemNotification: CA
SystemNotification: CB
SystemNotification: TA
SystemNotification: TB
SystemNotification: TC
SystemNotification: TD
SystemNotification: T6
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)

a DebugSession
Original error: test session.
Debugger error: a UndefinedObject

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Exception
Exception

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
[DEBUG] 2021-11-25 12:33:09.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:33:09.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:33:09.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:33:09.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:33:09.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:33:09.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:33:09.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:33:09.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:33:09.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:33:09.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:33:09.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:33:09.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:33:09.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:33:09.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:33:09.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:33:09.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:33:09.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:33:09.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:33:09.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:33:09.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:33:09.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:33:42.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:33:42.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:33:42.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:33:42.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-11-25 12:33:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-11-25 12:33:42.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:33:42.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[DEBUG] 2021-11-25 12:33:48.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SqueakSSL
[WARN ] 2021-11-25 12:33:48.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol initialiseModule: The specified procedure could not be found.


[WARN ] 2021-11-25 12:33:48.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCreateAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:33:48.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate
[DEBUG] 2021-11-25 12:34:53.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  HostWindowPlugin
[DEBUG] 2021-11-25 12:34:53.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  HostWindowPlugin.dll
[DEBUG] 2021-11-25 12:34:53.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libHostWindowPlugin.dll
[WARN ] 2021-11-25 12:34:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin
[WARN ] 2021-11-25 12:34:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


[WARN ] 2021-11-25 12:34:53.000 getModuleSymbol (src/externalPrimitives.c:198):Retrying in VM DLL
[WARN ] 2021-11-25 12:34:53.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol setInterpreter: The specified procedure could not be found.


NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[WARN ] 2021-11-25 12:34:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveLanguageAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:34:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage
[WARN ] 2021-11-25 12:34:54.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitiveCountryAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:34:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry

[ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runStartup:
TestWorkingSession>>start:
[ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
FullBlockClosure(BlockClosure)>>ensure:
UIManager class>>nonInteractiveDuring:
SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:

[ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ]
TestSessionHandler>>shutdown:
[ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runShutdown:
TestWorkingSession(WorkingSession)>>stop:
[ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:
TestExecutionEnvironment>>runTestCase:
CurrentExecutionEnvironment class>>runTestCase:
SessionErrorHandlingTest(TestCase)>>runCaseManaged
[WARN ] 2021-11-25 12:37:01.000 getModuleSymbol (src/externalPrimitives.c:193):Looking up symbol primitivePathMaxAccessorDepth: The specified procedure could not be found.


[WARN ] 2021-11-25 12:37:01.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax
1
1
2
2
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
an Object29444 run, 29444 passes, 0 failures, 0 errors.
[DEBUG] 2021-11-25 12:38:48.000 primitiveQuit (ated/64/vm/src/gcc3x-cointerp.c:35354):Quit requested by the image
Process          0x2934298 priority 79
         0x15202d0 I SessionManager>launchSnapshot:andQuit: 0x3f8a440: a(n) SessionManager
         0x1520340 I [] in SessionManager>snapshot:andQuit: 0x3f8a440: a(n) SessionManager
         0x1520380 I [] in FullBlockClosure>newProcess 0x29342e8: a(n) FullBlockClosure

processes at priority 50
Process          0x7cf1418 priority 50
         0x1526380 M WeakArray class>finalizationProcess 0x3f0dbb8: a(n) WeakArray class
         0x7cf1f20 s [] in WeakArray class>restartFinalizationProcess
         0x7cf3510 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 40
Process          0x2917870 priority 40
         0x151f258 M DelaySemaphoreScheduler>schedule: 0x420fc00: a(n) DelaySemaphoreScheduler
         0x151f290 M Delay>schedule 0x2900928: a(n) Delay
         0x151f2c0 M Delay>wait 0x2900928: a(n) Delay
         0x151f300 I Duration>wait 0x7cf3b20: a(n) Duration
         0x151f340 I [] in OmDeferrer>runMessageProcess 0x7cf2990: a(n) OmDeferrer
         0x151f380 I [] in FullBlockClosure>newProcess 0x29347e8: a(n) FullBlockClosure

Process          0x6cea498 priority 40
         0x1512378 M MorphicRenderLoop>doOneCycleWhile: 0x6ceb628: a(n) MorphicRenderLoop
         0x6ceb660 s [] in MorphicUIManager>spawnNewProcess
         0x6cea278 s [] in FullBlockClosure(BlockClosure)>newProcess

Process          0x7cf12f0 priority 40
         0x1517130 I Process>resume 0x2934298: a(n) Process
         0x1517170 I FullBlockClosure(BlockClosure)>forkAt: 0x29342e8: a(n) FullBlockClosure
         0x15171c8 I SessionManager>snapshot:andQuit: 0x3f8a440: a(n) SessionManager
         0x1517218 M [] in SmalltalkImage>snapshot:andQuit: 0x3f1b0f8: a(n) SmalltalkImage
         0x1517250 M CurrentExecutionEnvironment class>activate:for: 0x3f13160: a(n) CurrentExecutionEnvironment class
         0x1517290 M DefaultExecutionEnvironment(ExecutionEnvironment)>beActiveDuring: 0x3f08040: a(n) DefaultExecutionEnvironment
         0x15172d8 I DefaultExecutionEnvironment class>beActiveDuring: 0x3f136d0: a(n) DefaultExecutionEnvironment class
         0x1517320 I SmalltalkImage>snapshot:andQuit: 0x3f1b0f8: a(n) SmalltalkImage
         0x1517380 I TestCommandLineHandler>runPackages 0x7d2b020: a(n) TestCommandLineHandler
         0x7d2af68 s TestCommandLineHandler>activate
         0x7d2b0d0 s TestCommandLineHandler class(CommandLineHandler class)>activateWith:
         0x7d2d520 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
         0x7d2d798 s FullBlockClosure(BlockClosure)>on:do:
         0x7d2da78 s PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
         0x7d2de78 s PharoCommandLineHandler(BasicCommandLineHandler)>handleSubcommand
         0x7d2e210 s PharoCommandLineHandler(BasicCommandLineHandler)>handleArgument:
         0x7d2e488 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
         0x7d2e738 s FullBlockClosure(BlockClosure)>on:do:
         0x7d2ea28 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
         0x7d2ec28 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 10
Process          0x7ceef58 priority 10
         0x151d380 M ProcessorScheduler class>idleProcess 0x3f0cdf8: a(n) ProcessorScheduler class
         0x7f0cfd8 s [] in ProcessorScheduler class>startUp
         0x7cf2058 s [] in FullBlockClosure(BlockClosure)>newProcess

suspended processes
Process          0x43bfa30 priority 60
         0x43cb150 s InputEventFetcher>waitForInput
         0x43da580 s InputEventFetcher>eventLoop
         0x43e23e0 s [] in InputEventFetcher>installEventLoop
         0x43e7248 s [] in BlockClosure>newProcess

Process          0x6cea4e8 priority 80
         0x152e348 I DelaySemaphoreScheduler(DelayBasicScheduler)>suspendAtTimingPriority 0x420fc00: a(n) DelaySemaphoreScheduler
         0x152e380 M [] in DelaySemaphoreScheduler>runBackendLoopAtTimingPriority 0x420fc00: a(n) DelaySemaphoreScheduler
         0x7ceee70 s FullBlockClosure(BlockClosure)>ensure:
         0x6ceb4f8 s DelaySemaphoreScheduler(DelayBasicScheduler)>runBackendLoopAtTimingPriority
         0x7ceecf0 s [] in DelaySemaphoreScheduler(DelayBasicScheduler)>startTimerEventLoopPriority:
         0x6ceb408 s [] in FullBlockClosure(BlockClosure)>newProcess
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] fileExists
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_v9.0.10\runTests>mv PharoDebug.log PharoDebug-Tests-Windows-x86_64-CoInterpreter-worker.log 
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_v9.0.10\runTests>mv progress.log progress-Tests-Windows-x86_64-CoInterpreter-worker.log 
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_v9.0.10\runTests>cat progress-Tests-Windows-x86_64-CoInterpreter-worker.log 
running suite: Reflectivity-Tests
starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished
starting testcase: CoverageDemoTest>>testCoverageAST ... finished
starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished
starting testcase: CoverageDemoTest>>testCoverageMethod ... finished
starting testcase: LinkInstallerTest>>testCallToSuper ... finished
starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished
starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished
starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished
starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished
starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished
starting testcase: LinkInstallerTest>>testMethodModified ... finished
starting testcase: LinkInstallerTest>>testMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished
starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished
starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished
starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished
starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished
starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished
starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished
starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished
starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished
starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished
starting testcase: LinkInstallerTest>>testRemovingNodes ... finished
starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished
starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished
starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished
starting testcase: LinkInstallerTest>>testUninstallLink ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished
starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished
starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished
starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished
starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished
starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished
starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished
starting testcase: MetaLinkTest>>testAvailableReifications ... finished
starting testcase: MetaLinkTest>>testBlockLink ... finished
starting testcase: MetaLinkTest>>testConditionLink ... finished
starting testcase: MetaLinkTest>>testControlInstead ... finished
starting testcase: MetaLinkTest>>testControlLink ... finished
starting testcase: MetaLinkTest>>testDefintionString ... finished
starting testcase: MetaLinkTest>>testLinkOption ... finished
starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished
starting testcase: MetaLinkTest>>testOptionFor ... finished
starting testcase: MetaLinkTest>>testReificationError ... finished
starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished
starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidate ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished
starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished
starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished
starting testcase: ReflectiveMethodTest>>testSetLink ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished
starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished
starting testcase: ReflectivityControlTest>>testAfterArray ... finished
starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished
starting testcase: ReflectivityControlTest>>testAfterBlock ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished
starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterCascade ... finished
starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished
starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod ... finished
starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished
starting testcase: ReflectivityControlTest>>testAfterSend ... finished
starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished
starting testcase: ReflectivityControlTest>>testAfterSequence ... finished
starting testcase: ReflectivityControlTest>>testAfterSlot ... finished
starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished
starting testcase: ReflectivityControlTest>>testBeforeArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished
starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished
starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished
starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished
starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished
starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished
starting testcase: ReflectivityControlTest>>testBeforeSend ... finished
starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished
starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished
starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished
starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished
starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished
starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished
starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished
starting testcase: ReflectivityControlTest>>testInsteadArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished
starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished
starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished
starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished
starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished
starting testcase: ReflectivityControlTest>>testInsteadSend ... finished
starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished
starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished
starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished
starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished
starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished
starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished
starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished
starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished
starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished
starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished
starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished
starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished
starting testcase: ReflectivityReificationTest>>testReifyNode ... finished
starting testcase: ReflectivityReificationTest>>testReifyObject ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished
starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished
starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished
starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished
starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished
starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished
starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished
starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished
starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished
starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished
starting testcase: ReflectivityTest>>testDisableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished
starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished
starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished
starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished
starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished
starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished
starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished
starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished
starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished
starting testcase: VariableBreakpointTest>>testInitialize ... finished
starting testcase: VariableBreakpointTest>>testInstall ... finished
starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished
starting testcase: VariableBreakpointTest>>testIsInstalled ... finished
starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished
starting testcase: VariableBreakpointTest>>testNewForClass ... finished
starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished
starting testcase: VariableBreakpointTest>>testRemove ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished
starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished
starting testcase: VariableBreakpointTest>>testScopeTo ... finished
starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished
starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished
finished running suite: Reflectivity-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE